@charset "UTF-8"; /* CSS Document */
/*===================================================
	画面用CSS（PC/SMP）
===================================================*/
/*////////////////////////////////////////////////////////////
	TOP
///////////////////////////////////////////////////////////*/
.topMain .topKv {
    position: relative;
    width: 100%;
    height: 900px;
}

.topMain .topKv .kvBox {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.topMain .topKv .kvBox > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}

.topMain .topKv .kvBox .kv01 {
    background: url(https://clasicajp.live/system_panel/uploads/images/top_kv_01.png) center no-repeat;
    background-size: cover;
}

.topMain .topKv .kvBox .kv02 {
    background: url(https://clasicajp.live/system_panel/uploads/images/top_kv_02.png) center no-repeat;
    background-size: cover;
}

.topMain .topKv .kvBox .kv03 {
    background: url(https://clasicajp.live/system_panel/uploads/images/top_kv_03.png) center no-repeat;
    background-size: cover;
}

@media (min-width: 1025px) {
    .topMain .topKv .kvTtl {
        position: absolute;
        top: 40%;
        left: 0;
        width: 100%;
        z-index: 1;
    }

    .topMain .topKv .kvTtl .kvImg {
        max-width: 600px;
        margin: 0 auto;
    }

    .topMain .topKv .kvLink {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 40%;
        max-width: 600px;
        z-index: 1;
    }

    .topMain .topKv .kvLink a {
        position: relative;
        overflow: hidden;
        display: block;
        padding: 15px 60px;
        font-size: 18px;
        font-style: italic;
        color: #cdcdcd;
        text-align: right;
    }

    .topMain .topKv .kvLink a:before {
        content: '';
        display: block;
        transform: rotate(-70deg);
        position: absolute;
        bottom: -30px;
        right: -555px;
        width: 1600px;
        height: 600px;
        background: url(https://clasicajp.live/system_panel/uploads/images/kv_link_bg.png) right center no-repeat;
        background-size: cover;
    }

    .topMain .topKv .kvLink a:after {
        content: '';
        display: block;
        transform: rotate(-70deg);
        position: absolute;
        bottom: -30px;
        right: 555px;
        width: 1600px;
        height: 600px;
        z-index: 1;
        background: #f2f1ef;
        transition: 0.6s;
    }

    .topMain .topKv .kvLink a:hover {
        opacity: 1;
        color: #181818;
    }

    .topMain .topKv .kvLink a:hover:after {
        right: -555px;
    }

    .topMain .topKv .kvLink a div {
        position: relative;
        z-index: 2;
    }

    .topMain .topKv .kvLink p {
        display: inline-block;
        padding: 0 60px 0 0;
        background: url(https://clasicajp.live/system_panel/uploads/images/kv_link_arrow.png) right center no-repeat;
        background-size: 40px auto;
    }

    .topMain .topKv .scrollBox {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 40px;
        width: 170px;
        margin: 0 auto;
        text-align: center;
        z-index: 1;
        cursor: pointer;
        transition: 0.6s;
    }

    .topMain .topKv .scrollBox:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: -90px;
        width: 5px;
        height: 80px;
        margin: 0 auto;
        background: url(https://clasicajp.live/system_panel/uploads/images/top_kv_scroll_arrow.png) no-repeat;
        background-size: 5px auto;
    }

    .topMain .topKv .scrollBox:hover {
        opacity: 0.6;
    }

    .topMain .topKv .scrollBox .logo {
        margin: 0 auto 20px;
    }

    .topMain .topKv .scrollBox p {
        color: #cdcdcd;
    }
}

.topMain .sec01 {
    position: relative;
    margin: 0 0 150px;
}

.topMain .sec01:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 70%;
    height: 100%;
    z-index: -1;
    background: url(https://clasicajp.live/system_panel/uploads/images/top_sec01_bg.png) right center no-repeat;
    background-size: cover;
}

.topMain .sec01 .secPanel {
    width: 45%;
    min-width: 620px;
    padding: 80px 0;
    text-align: right;
    background: url(https://clasicajp.live/system_panel/uploads/images/top_sec01_panel.png) right center no-repeat;
    background-size: cover;
}

.topMain .sec01 .secPanel .panel {
    display: inline-block;
    padding: 0 200px 0 10px;
    text-align: left;
}

.topMain .sec01 .secPanel .logo {
    max-width: 220px;
    margin: 0 0 30px;
}

.topMain .sec01 .secPanel h1 {
    position: relative;
    display: inline-block;
    margin: 0 0 30px;
    padding: 0 0 30px;
    font-size: 45px;
    font-style: italic;
    color: #a78a67;
    line-height: 1.2;
    background: -webkit-linear-gradient(0deg, #a78a67 0%, #92702c 40%, #92702c 60%, #a78a67 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.topMain .sec01 .secPanel h1:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 200px;
    height: 1px;
    background: #a78a67;
}

.topMain .sec01 .secPanel .txt {
    max-width: 450px;
    margin: 0 0 40px;
    color: #cdcdcd;
    line-height: 2;
}

.topMain .sec01 .secPanel .txt p + p {
    margin: 30px 0 0;
}

.topMain .sec01 .photo {
    display: none;
}

.topMain .secTtl {
    margin: 0 0 20px;
    font-style: italic;
}

.topMain .secTtl h2 {
    font-size: 18px;
    color: #ba8114;
}

.topMain .secTtl p {
    position: relative;
    display: inline-block;
    padding: 0 10px 0 0;
    font-size: 40px;
    color: #a78a67;
    background: -webkit-linear-gradient(0deg, #cf9930 0%, #cf9930 20%, #92702c 60%, #a78a67 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.topMain .secTtl p:before {
    content: '';
    position: absolute;
    top: 0;
    left: -70px;
    bottom: 0;
    width: 50px;
    height: 1px;
    margin: auto 0;
    background: #cdb190;
}

.topMain .secTxt {
    max-width: 450px;
    margin: 0 0 30px;
    font-size: 15px;
    line-height: 2;
}

.topMain .secTxt p + p {
    margin: 20px 0 0;
}

.topMain .sec02 .photo {
    float: right;
    width: 55%;
}

.topMain .sec02 .txtBox {
    float: left;
    width: 42%;
    padding: 70px 10px 0 8%;
}

.topMain .photoPanel01 {
    max-width: 1350px;
    margin: -70px auto 0;
}

.topMain .sec03 {
    margin: -480px 0 -40px;
}

.topMain .sec03 .photo {
    float: left;
    width: 55%;
}

.topMain .sec03 .txtBox {
    float: right;
    width: 42%;
    padding: 70px 10px 110px 8%;
}

.topMain .attachBox01 {
    height: 600px;
    background: url(https://clasicajp.live/system_panel/uploads/images/top_attach_bg_01.png) center no-repeat;
    background-attachment: fixed;
}

.topMain .attachBox01 .imgTxt {
    max-width: 500px;
    padding: 250px 0 0;
}

.topMain .secBoxList {
    padding: 150px 0 0;
}

.topMain .sec04 {
    padding: 0 0 180px;
}

.topMain .sec04 .photo {
    position: relative;
    float: right;
    width: 55%;
}

.topMain .sec04 .photo:before {
    content: '';
    position: absolute;
    left: -550px;
    bottom: -150px;
    width: 550px;
    height: 350px;
    background: url(https://clasicajp.live/system_panel/uploads/images/top_sec04_bg.png) no-repeat;
    background-size: 550px auto;
}

.topMain .sec04 .txtBox {
    float: left;
    width: 42%;
    padding: 50px 10px 0 8%;
}

.topMain .sec05 {
    overflow: hidden;
    padding: 0 0 150px;
}

.topMain .sec05 .photo {
    float: left;
    width: 55%;
}

.topMain .sec05 .txtBox {
    position: relative;
    float: right;
    width: 42%;
    padding: 180px 10px 0 8%;
}

.topMain .sec05 .txtBox:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -640px;
    width: 800px;
    height: 600px;
    background: url(https://clasicajp.live/system_panel/uploads/images/top_sec05_bg.png) no-repeat;
    background-size: 800px auto;
}

.topMain .sec06 {
    padding: 180px 0;
    background: url(https://clasicajp.live/system_panel/uploads/images/top_sec06_bg.png) no-repeat;
    background-attachment: fixed;
}

.topMain .sec06 .secWrap04 {
    position: relative;
}

.topMain .sec06 .webgene-blog {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 900px;
    margin: 0 auto;
}

.topMain .sec06 .webgene-header {
    width: 100%;
    margin: 0 0 0 -100px;
    padding: 0 0 30px;
}

.topMain .sec06 .webgene-item {
    width: calc((100% / 3) - 40px);
}

.topMain .sec06 .webgene-item .photo {
    margin: 0 0 20px;
}

.topMain .sec06 .webgene-item .photo a {
    display: block;
}

.topMain .sec06 .webgene-item .info {
    margin: 0 0 15px;
}

.topMain .sec06 .webgene-item .info .cate {
    display: inline-block;
    min-width: 120px;
    margin: 0 10px 0 0;
    padding: 0 5px;
    text-align: center;
    color: #ffffff;
    background: #000000;
}

.topMain .sec06 .webgene-item .info .time {
    display: inline-block;
}

.topMain .sec06 .webgene-item a {
    text-decoration: underline;
}

.topMain .sec06 .link {
    position: absolute;
    top: 30px;
    right: 0;
    width: 240px;
}

.topMain .sec07 {
    position: relative;
    padding: 180px 0 150px;
    /*background: #170c0c;*/
    background: url(https://clasicajp.live/system_panel/uploads/images/top_bg_black.png)repeat;
}

.topMain .sec07:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: url(https://clasicajp.live/system_panel/uploads/images/top_sec07_bg.png) left top no-repeat;
}

.topMain .sec07 .infoPanel {
    position: relative;
    display: flex;
    justify-content: space-evenly;
    padding: 0 0 0 10px;
}

.topMain .sec07 .left {
    width: 45%;
    text-align: right;
}

.topMain .sec07 .left .inner {
    display: inline-block;
    text-align: left;
}

.topMain .sec07 .left .secTtl {
    position: relative;
}

.topMain .sec07 .left .photo {
    max-width: 600px;
    padding: 30px 0 0 50px;
}

.sec07 .sec02 {
	position: relative;
}

.topMain .sec07 .txtBox {
    padding-top: 0;
    width: 44%;
}

.topMain .sec07 .right {
    width: 35%;
    padding: 0;
    margin-right: 4%;
    margin-left: auto;
}

.topMain .sec07 .right .mapBox {
    margin: 0 0 40px;
    padding: 0 0 65%;
}

.topMain .sec07 .right .infoBox {
    margin: 0 0 30px;
    color: #cdcdcd;
    line-height: 2;
}

.topMain .sec07 .right .infoBox p + p {
    margin: 20px 0 0;
}

/*////////////////////////////////////////////////////////////
	blog
///////////////////////////////////////////////////////////*/
.blogMain .kv:before {
    background: url(https://clasicajp.live/system_panel/uploads/images/blog_kv.png) right center no-repeat;
    background-size: cover;
}

.blogMain .blogCnt {
    padding: 100px 0;
}

.blogMain .blogPanel {
    overflow: hidden;
}

.blogMain .blogPanel .left {
    float: left;
    width: calc(100% - 360px);
}

.blogMain .blogPanel .right {
    float: right;
    width: 260px;
}

.blogMain .blogPanel .category .webgene-header {
    margin: 0 0 20px;
    padding: 5px;
    color: #ffffff;
    text-align: center;
    background: #000000;
}

.blogMain .blogPanel .category .webgene-item a {
    display: block;
    padding: 10px 5px;
}

.blogMain .blogPanel .category .webgene-item span {
    display: inline-block;
    margin: 0 25px 0 0;
    font-size: 14px;
}

.blogMain .blogPanel .category .webgene-item em {
    display: inline-block;
    font-size: 20px;
}

.blogMain .blogPanel .blogListBox .webgene-blog {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.blogMain .blogPanel .blogListBox .webgene-header {
    display: none;
}

.blogMain .blogPanel .blogListBox .webgene-item {
    width: calc((100% / 2) - 35px);
}

.blogMain .blogPanel .blogListBox .photo {
    margin: 0 0 20px;
}

.blogMain .blogPanel .blogListBox .photo a {
    display: block;
}

.blogMain .blogPanel .blogListBox .info {
    margin: 0 0 20px;
}

.blogMain .blogPanel .blogListBox .info .cate {
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 0 10px;
    color: #ffffff;
    background: #000000;
}

.blogMain .blogPanel .blogListBox .info .time {
    display: inline-block;
}

.blogMain .blogPanel .blogListBox .txt {
    padding: 0 0 40px;
}

.blogMain .blogPanel .blogListBox .txt a {
    display: inline-block;
    text-decoration: underline;
}

.blogMain .blogPanel .blogDetailBox .webgene-blog {
    padding: 0 0 40px;
}

.blogMain .blogPanel .blogDetailBox .webgene-header {
    display: none;
}

.blogMain .blogPanel .blogDetailBox .ttlBox {
    margin-bottom: 20px;
}

.blogMain .blogPanel .blogDetailBox .ttlBox h2 {
    margin-bottom: 40px;
    font-size: 30px;
}

.blogMain .blogPanel .blogDetailBox .ttlBox .info {
    margin: 0 0 20px;
}

.blogMain .blogPanel .blogDetailBox .ttlBox .info .cate {
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 0 10px;
    color: #ffffff;
    background: #000000;
}

.blogMain .blogPanel .blogDetailBox .ttlBox .info .time {
    display: inline-block;
}

.blogMain .blogPanel .blogDetailBox .postBox .photo {
    margin-bottom: 20px;
}

.blogMain .blogPanel .blogDetailBox .postBox .photo img {
    width: auto;
    max-width: 100%;
}

.blogMain .blogPanel .blogDetailBox .postBox .postTxt {
    line-height: 2;
}

.blogMain .blogPanel .blogDetailBox .postBox .postTxt p + p {
    margin: 30px 0 0;
}

.blogMain .blogPanel .blogDetailBox .postBox .postTxt img {
    max-width: 100%;
    width: auto;
    height: auto;
}

.blogMain .blogPanel .blogDetailBox .bnrList {
    overflow: hidden;
    padding: 80px 0 0;
}

.blogMain .blogPanel .blogDetailBox .bnrList .list {
    float: left;
    width: 45%;
}

.blogMain .blogPanel .blogDetailBox .bnrList .list + .list {
    float: right;
}

.blogMain .blogPanel .blogDetailBox .bnrList .list a {
    display: block;
}

.blogMain .blogPanel .blogDetailBox .btnBack {
    max-width: 240px;
    margin: 100px auto 0;
}

.blogMain .blogPanel .blogDetailBox .btnBack a {
    display: block;
    padding: 10px;
    font-style: italic;
    color: #ba8114;
    text-align: center;
    border: 1px solid #a47c2e;
}

/*////////////////////////////////////////////////////////////
	carlist
///////////////////////////////////////////////////////////*/
.carlistMain .kv:before {
    background: url(https://clasicajp.live/system_panel/uploads/images/blog_kv.png) right center no-repeat;
    background-size: cover;
}

.carlistMain .carlistPanel {
    padding: 100px 0;
}

.carlistMain .carlistPanel .searchLink {
    max-width: 680px;
    margin: 0 auto 120px;
}

.carlistMain .carlistPanel .searchLink a {
    display: block;
}

.carlistMain .carlistPanel .webgene-blog {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 0 -15px;
}

.carlistMain .carlistPanel .webgene-blog .webgene-header {
    width: 100%;
    font-style: italic;
    text-align: center;
}

.carlistMain .carlistPanel .webgene-blog .webgene-header h2 {
    font-size: 18px;
    color: #ba8114;
}

.carlistMain .carlistPanel .webgene-blog .webgene-header p {
    display: inline-block;
    padding: 0 10px 0 0;
    font-size: 40px;
    color: #a78a67;
    background: -webkit-linear-gradient(0deg, #cf9930 0%, #cf9930 20%, #92702c 60%, #a78a67 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.carlistMain .carlistPanel .webgene-blog .webgene-item {
    width: calc((100% / 3) - 15px);
    margin: 40px 0 0 15px;
    padding: 10px;
    font-size: 18px;
    background: #f2f1ef;
}

.carlistMain .carlistPanel .webgene-blog .webgene-item a {
    display: block;
}

.carlistMain .carlistPanel .webgene-blog .photo {
    overflow: hidden;
    position: relative;
    margin: 0 0 20px;
    padding: 0 0 66%;
}

.carlistMain .carlistPanel .webgene-blog .photo img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: auto;
    height: auto;
    max-width: 100%;
    margin: auto;
}

.carlistMain .carlistPanel .webgene-blog .info {
    overflow: hidden;
    margin: 0 0 20px;
}

.carlistMain .carlistPanel .webgene-blog .info .old {
    float: left;
    width: 80px;
    color: #ffffff;
    text-align: center;
    background: #000000;
}

.carlistMain .carlistPanel .webgene-blog .info .maker {
    float: right;
}

.carlistMain .carlistPanel .webgene-blog .name {
    min-height: 60px;
    margin: 0 0 20px;
    font-size: 22px;
}

.carlistMain .carlistPanel .webgene-blog .status {
    overflow: hidden;
}

.carlistMain .carlistPanel .webgene-blog .status .label {
    float: left;
    width: 100px;
    color: #a47c2e;
    text-align: center;
    border: 1px solid #a47c2e;
}

.carlistMain .carlistPanel .webgene-blog .status .label.sold {
    color: #ffffff;
    border: 1px solid #C2272D;
    background: #C2272D;
}

.carlistMain .carlistPanel .webgene-blog .status .sales {
    color: #ffffff;
    border: 1px solid #A88C69;
    background: #A88C69;
}

.carlistMain .carlistPanel .webgene-blog .status .price {
    float: right;
}

.carlistMain .carlistPanel .webgene-blog .status .price span {
    font-size: 14px;
}

/*////////////////////////////////////////////////////////////
	topicPath
///////////////////////////////////////////////////////////*/
.topicPath {
    padding: 30px 0 60px;
}

.topicPath .ol .li {
    display: inline-block;
}

.topicPath .ol .li + .li {
    margin: 0 0 0 10px;
}

.topicPath .ol .li > p {
    display: inline-block;
}

.topicPath .ol a {
    display: inline-block;
    text-decoration: underline;
}

.topicPath .ol .span {
    margin: 0 5px 0 0;
}

/*////////////////////////////////////////////////////////////
	search
///////////////////////////////////////////////////////////*/
.searchMain .kv:before {
    background: url(https://clasicajp.live/system_panel/uploads/images/search_kv.png) right center no-repeat;
    background-size: cover;
}

.searchMain .searchPanel {
    padding: 20px 0 100px;
}

.searchMain .searchSec + .searchSec {
    margin: 80px 0 0;
}

.searchMain .searchSec .search-title-wrapper {
    position: relative;
    left: -40px;
    max-width: 600px;
    height: 55px;
    margin: 0 0 40px;
}

.searchMain .searchSec .search-title-wrapper p {
    display: none;
}

.searchMain .searchSec .search-contents-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 -30px 0;
    padding: 0 40px;
}

.searchMain .searchSec .search-contents-wrapper label {
    display: block;
    margin: 0 0 30px 0;
    font-size: 18px;
    text-decoration: underline;
}

.searchMain .searchSec .search-contents-wrapper label.checked {
    color: #C2272D;
}

.searchMain .searchSec .search-contents-wrapper label input {
    margin: 0 10px 0 0;
}

.searchMain #searchSec01 .search-title-wrapper {
    background: url(https://clasicajp.live/system_panel/uploads/images/search_ttl_01.png) no-repeat;
    background-size: 100% auto;
}

.searchMain #searchSec02 .search-title-wrapper {
    background: url(https://clasicajp.live/system_panel/uploads/images/search_ttl_02.png) no-repeat;
    background-size: 100% auto;
}

.searchMain #searchSec03 .search-title-wrapper {
    background: url(https://clasicajp.live/system_panel/uploads/images/search_ttl_03.png) no-repeat;
    background-size: 100% auto;
}

.searchMain #searchSec04 .search-title-wrapper {
    background: url(https://clasicajp.live/system_panel/uploads/images/search_ttl_04.png) no-repeat;
    background-size: 100% auto;
}

.searchMain #searchSec05 .search-title-wrapper {
    background: url(https://clasicajp.live/system_panel/uploads/images/search_ttl_05.png) no-repeat;
    background-size: 100% auto;
}

.searchMain #searchSec01 .search-contents-wrapper label + label, .searchMain #searchSec02 .search-contents-wrapper label + label {
    margin: 0 0 0 40px;
}

.searchMain #searchSec03 .search-contents-wrapper label, .searchMain #searchSec04 .search-contents-wrapper label, .searchMain #searchSec05 .search-contents-wrapper label {
    width: calc(100% / 4);
}

.searchMain .btnList {
    overflow: hidden;
    max-width: 700px;
    margin: 100px auto 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.searchMain .btnList > div {
    width: 46%;
    text-align: center;
}

.searchMain .btnList .clear {
    float: left;
    padding: 20px 10px;
    font-size: 20px;
    font-style: italic;
    color: #ffffff;
    cursor: pointer;
    background: #bbbbbb;
}

.searchMain .btnList .search {
    float: right;
}

.searchMain .btnList .search input {
    width: 100%;
    height: 70px;
    font-size: 20px;
    font-style: italic;
    color: #a47c2e;
    cursor: pointer;
    border: 1px solid #a47c2e;
    background: url(https://clasicajp.live/system_panel/uploads/images/search_btn_icon.png) left 80px center no-repeat;
    background-size: 25px auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

@media (min-width: 1025px) {
    .searchMain .btnList > div {
        transition: 0.6s;
    }

    .searchMain .btnList > div:hover {
        opacity: 0.6;
    }
}

/*////////////////////////////////////////////////////////////
	detail
///////////////////////////////////////////////////////////*/
.detailMain .kv:before {
    background: url(https://clasicajp.live/system_panel/uploads/images/detail_kv.png) right center no-repeat;
    background-size: cover;
}

.detailMain .carDetailPanel {
    padding: 60px 0;
    background: #edece8;
}

.detailMain .carDetailPanel h2 {
    position: relative;
    left: -40px;
    max-width: 600px;
    margin: 0 0 60px;
    padding: 10px 40px;
    font-size: 24px;
    color: #ffffff;
    background: url(https://clasicajp.live/system_panel/uploads/images/detail_ttl_bg.png) no-repeat;
    background-size: 100% auto;
}

.detailMain .carDetailPanel table {
    width: 100%;
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
}

.detailMain .carDetailPanel table tr {
    border-bottom: 1px solid #000000;
}

.detailMain .carDetailPanel table th {
    padding: 10px 15px;
    border-right: 1px solid #000000;
    background: #e1e1de;
}

.detailMain .carDetailPanel table td {
    padding: 10px 15px;
    background: #f7f6f4;
}

.detailMain .carDetailPanel table td span {
    font-size: 12px;
}

.detailMain .carDetailPanel .multiTbl {
    display: table;
    width: 100%;
}

.detailMain .carDetailPanel .multiTbl > * {
    display: table-cell;
    width: 50%;
}

.detailMain .carDetailPanel .multiTbl table th {
    width: 50%;
}

.detailMain .carDetailPanel .multiTbl .right table {
    border-left: none;
}

.detailMain .carDetailPanel .topPanel {
    display: flex;
    justify-content: space-between;
    margin: 0 0 80px;
}

.detailMain .carDetailPanel .topPanel .slickSlide {
    width: calc(100% - 440px);
}

.detailMain .carDetailPanel .topPanel .slideNav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0 0;
}

.detailMain .carDetailPanel .topPanel .slideNav .thumb-item-nav {
    width: calc(100% - 100px);
}

.detailMain .carDetailPanel .topPanel .slideNav .countBox {
    width: 100px;
    text-align: center;
}

.detailMain .carDetailPanel .topPanel .slideNav .countBox p {
    width: 60px;
    margin: 0 auto;
    padding: 10px 5px;
    font-size: 18px;
    font-style: italic;
    color: #a78a67;
    border: 1px solid #a78a67;
}

.detailMain .carDetailPanel .topPanel .topInfoBox {
    width: 400px;
}

.detailMain .carDetailPanel .topPanel .topInfoBox .status {
    margin: 0 0 10px;
    padding: 5px;
    font-size: 24px;
    text-align: center;
    color: #a78a67;
    border: 1px solid #a78a67;
}

.detailMain .carDetailPanel .topPanel .topInfoBox .status.sold {
    color: #ffffff;
    border: 1px solid #C2272D;
    background: #C2272D;
}

.detailMain .carDetailPanel .topPanel .topInfoBox .infoTable table th {
    width: 130px;
}

.detailMain .carDetailPanel .secBox + .secBox {
    margin: 60px 0 0;
}

.detailMain .carDetailPanel .secBox .ttl {
    margin: 0 0 25px;
    font-style: italic;
}

.detailMain .carDetailPanel .secBox .ttl h3 {
    position: relative;
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 0 10px 0 0;
    font-size: 30px;
    color: #a78a67;
    vertical-align: middle;
    background: -webkit-linear-gradient(0deg, #cf9930 0%, #cf9930 20%, #92702c 60%, #a78a67 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.detailMain .carDetailPanel .secBox .ttl h3:before {
    content: '';
    position: absolute;
    top: 0;
    left: -70px;
    bottom: 0;
    width: 50px;
    height: 1px;
    margin: auto 0;
    background: #cdb190;
}

.detailMain .carDetailPanel .secBox .ttl p {
    display: inline-block;
    padding: 0 20px;
    font-size: 20px;
    text-align: center;
    color: #a78a67;
    vertical-align: middle;
    border: 1px solid #a78a67;
    vertical-align: middle;
    /*追加*/
    background: -webkit-linear-gradient(0deg, #cf9930 0%, #cf9930 20%, #92702c 60%, #a78a67 100%);
    -webkit-background-clip: text;
    /*追加*/
}

.detailMain .carDetailPanel .secBox .videoBox {
    position: relative;
    width: 100%;
    height: 0;
    padding: 0 0 60%;
}

.detailMain .carDetailPanel .secBox .videoBox iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.detailMain .carDetailPanel .secBox .txtPanel {
    padding: 20px 40px;
    line-height: 2;
    border: 1px solid #000000;
    background: #ffffff;
}

.detailMain .carDetailPanel .secBox .txtPanel p + p {
    margin: 20px 0 0;
}

/*////////////////////////////////////////////////////////////
	concept
///////////////////////////////////////////////////////////*/
.conceptMain .kv:before {
    background: url(https://clasicajp.live/system_panel/uploads/images/concept_kv.png) right center no-repeat;
    background-size: cover;
}

.conceptMain .secBox {
    background: #e4e2d9;
    /* #f2f1ef;*/
}

.conceptMain .secBox .photoBox .photo {
    position: relative;
    display: block;
}

.conceptMain .secBox .txtBox .ttl {
    margin: 0 0 30px;
}

.conceptMain .secBox .txtBox .ttl p {
    margin: 0 0 10px;
    font-size: 18px;
    color: #ba8114;
}

.conceptMain .secBox .txtBox .ttl h2 {
    position: relative;
    display: inline-block;
    font-size: 40px;
    color: #a78a67;
    line-height: 1;
    background: -webkit-linear-gradient(0deg, #d19f3c 0%, #d19f3c 20%, #aa7d26 60%, #cbb68e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.conceptMain .secBox .txtBox .txt {
    max-width: 500px;
    line-height: 2;
}

@media (min-width: 1025px) {
    .conceptMain .secBox {
        display: flex;
        align-items: center;
        filter: grayscale(100%);
        transition: 0.6s;
    }

    .conceptMain .secBox:hover {
        filter: none;
    }

    .conceptMain .secBox > * {
        width: 50%;
    }

    .conceptMain .secBox .inner {
        max-width: 570px;
    }

    .conceptMain .secBox:nth-child(odd) .photoBox {
        order: 1;
    }

    .conceptMain .secBox:nth-child(odd) .txtBox {
        order: 2;
        padding: 0 10px 0 40px;
    }

    .conceptMain .secBox:nth-child(odd) .txtBox .ttl h2:before {
        content: '';
        position: absolute;
        top: 0;
        left: -70px;
        bottom: 0;
        width: 50px;
        height: 1px;
        margin: auto 0;
        background: #cdb190;
    }

    .conceptMain .secBox:nth-child(even) .photoBox {
        order: 2;
    }

    .conceptMain .secBox:nth-child(even) .txtBox {
        order: 1;
        padding: 0 40px 0 10px;
        text-align: right;
    }

    .conceptMain .secBox:nth-child(even) .txtBox .inner {
        display: inline-block;
        text-align: left;
    }

    .conceptMain .secBox:nth-child(even) .txtBox .ttl h2:before {
        content: '';
        position: absolute;
        top: 0;
        right: -70px;
        bottom: 0;
        width: 50px;
        height: 1px;
        margin: auto 0;
        background: #cdb190;
    }
}

/*////////////////////////////////////////////////////////////
	service
///////////////////////////////////////////////////////////*/
.serviceMain .kv:before {
    background: url(https://clasicajp.live/system_panel/uploads/images/service_kv.png) right center no-repeat;
    background-size: cover;
}

.serviceMain .servicePanel {
    position: relative;
    margin: 60px 0 0;
    background: url(https://clasicajp.live/system_panel/uploads/images/service_logo.png) center no-repeat;
    background-size: 900px auto;
    background-attachment: fixed;
}

.serviceMain .photoSection .txtBox {
    color: #ffffff;
}

.serviceMain .photoSection .ttl {
    margin: 0 0 20px;
    font-size: 40px;
    font-style: italic;
}

.serviceMain .photoSection .txt {
    line-height: 2;
}

.serviceMain .sec01 {
    position: relative;
    max-width: 1460px;
    margin: 0px 0 0 auto;
    padding: 100px 50px 200px;
}

.serviceMain .sec01:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    background: #e4e2d9;
}

.serviceMain .sec01 .photoPanel {
    position: relative;
    /* left: 280px; */
    display: flex;
    z-index: 1;
    justify-content: center;
}

.serviceMain .sec01 .photo01 {
    width: 50%;
}

.serviceMain .sec01 .photo02 {
    position: relative;
    top: 100px;
    display: flex;
    align-items: center;
    width: 50%;
    padding: 10px;
    background: url(https://clasicajp.live/system_panel/uploads/images/service_sec01_img_02.png) no-repeat;
    background-size: cover;
}

.serviceMain .sec01 .txtBox {
    max-width: 550px;
    margin: 0 auto;
}

.serviceMain .sec01 .more {
    margin: 100px 0 0;
}

.serviceMain .multiPanel {
    position: relative;
    margin: 180px 0 0;
}

.serviceMain .multiPanel:before {
    content: '';
    position: absolute;
    top: 0;
    /* left: 0; */
    width: 100%;
    height: 100%;
    z-index: -2;
    background: #e4e2d9;
    right: 200px;
    display: none;
}

.serviceMain .multiPanel .multiPanelWrap {
    /* max-width: 1560px; */
    /* margin: 0 auto 0 0; */
}

.serviceMain .sec02 {
    margin: 0 0 150px;
}

.serviceMain .sec02 .photoPanel {
    position: relative;
    left: 100px;
    display: flex;
    align-items: center;
    z-index: 1;
}

.serviceMain .sec02 .photo01 {
    position: relative;
    width: 55%;
    order: 2;
    z-index: 1;
}

.serviceMain .sec02 .photo02 {
    position: relative;
    left: 25px;
    display: flex;
    align-items: center;
    width: 45%;
    min-height: 500px;
    padding: 10px;
    background: url(https://clasicajp.live/system_panel/uploads/images/service_sec02_img_02.png) no-repeat;
    background-size: cover;
    order: 1;
}

.serviceMain .sec02 .txtBox {
    max-width: 600px;
    margin: 0 auto;
}

.serviceMain .sec03 {
	position: relative;
	max-width: 1460px;
	margin: 0px auto 0 0;
	padding: 100px 50px 200px;
}

.serviceMain .sec03:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    background: #e4e2d9;
}

.serviceMain .sec03 .photoPanel {
    position: relative;
    /* left: -100px; */
    display: flex;
    z-index: 1;
    /* max-width: 1460px; */
    justify-content: center;
}

.serviceMain .sec03 .photo01 {
    position: relative;
    top: 120px;
    width: 50%;
    z-index: 1;
}

.serviceMain .sec03 .photo02 {
    position: relative;
    left: -25px;
    display: flex;
    align-items: center;
    width: 50%;
    /* min-height: 500px; */
    padding: 10px;
    background: url(https://clasicajp.live/system_panel/uploads/images/service_sec03_img_02.png) no-repeat;
    background-size: cover;
}

.serviceMain .sec03 .txtBox {
    max-width: 750px;
    margin: 0 0 0 7%;
}

.serviceMain .sec03 .txt {
    max-width: 550px;
}

.serviceMain .sec04 {
    position: relative;
    max-width: 1460px;
    margin: 180px 0 0 auto;
    padding: 100px 50px;
}

.serviceMain .sec04:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    background: #e4e2d9;
}

.serviceMain .sec04 .photoPanel {
    position: relative;
    /* top: 160px; */
    /* right: -540px; */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    width: 100%;
}

.serviceMain .sec04 .photo01 {
    position: relative;
    width: 52%;
    order: 2;
    z-index: 1;
    display: none;
}

.serviceMain .sec04 .photo02 {
    position: relative;
    /* left: 25px; */
    display: flex;
    align-items: center;
    width: 50%;
    min-height: 400px;
    padding: 10px;
    background: url(https://clasicajp.live/system_panel/uploads/images/service_sec04_img_02.png) no-repeat;
    background-size: cover;
    /* order: 1; */
}

.serviceMain .sec04 .txtBox {
    max-width: 600px;
    margin: 0 auto;
}

.serviceMain .sec05 {
    padding: 120px 0;
    background: url(https://clasicajp.live/system_panel/uploads/images/service_sec05_bg.png) right 100px bottom 50px no-repeat;
    background-size: 800px auto;
}

.serviceMain .sec05 .secTtl {
    margin: 130px 0 10px;
    font-style: italic;
}

.serviceMain .sec05 .secTtl h2 {
    font-size: 18px;
    color: #ba8114;
}

.serviceMain .sec05 .secTtl p {
    position: relative;
    display: inline-block;
    padding: 0 10px 0 0;
    font-size: 40px;
    color: #a78a67;
    background: -webkit-linear-gradient(0deg, #cf9930 0%, #cf9930 20%, #92702c 60%, #a78a67 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.serviceMain .sec05 .secTtl p:before {
    content: '';
    position: absolute;
    top: 0;
    left: -70px;
    bottom: 0;
    width: 50px;
    height: 1px;
    margin: auto 0;
    background: #cdb190;
}

.serviceMain .sec05 .dl {
    padding: 30px 0;
    border-bottom: 1px solid #cdb190;
}

.serviceMain .sec05 .dl .dt {
    margin: 0 0 10px;
    font-style: italic;
}

.serviceMain .sec05 .dl .dt .span {
    display: inline-block;
    margin: 0 25px 0 0;
    font-size: 40px;
    color: #a78a67;
    vertical-align: middle;
    background: -webkit-linear-gradient(top, #cf9930 0%, #cf9930 20%, #92702c 60%, #a78a67 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.serviceMain .sec05 .dl .dt .em {
    display: inline-block;
    font-size: 30px;
    vertical-align: middle;
    letter-spacing: 0.05em;
}

.serviceMain .sec05 .dl .dd {
    line-height: 2;
}

/*////////////////////////////////////////////////////////////
	maintenance
///////////////////////////////////////////////////////////*/
.maintenanceMain .kv:before {
    background: url(https://clasicajp.live/system_panel/uploads/images/maintenance_kv.png) right center no-repeat;
    background-size: cover;
}

.maintenanceMain .kv .ttlBox {
    padding: 250px 200px 0 10px;
}

.maintenanceMain .secBox {
    padding: 80px 0;
}

.maintenanceMain .secBox .ttlBox {
    margin: 0 0 30px;
}

.maintenanceMain .secBox .ttlBox .num {
    display: inline-block;
    margin: 0 25px 0 0;
}

.maintenanceMain .secBox .ttlBox .num p {
    display: inline-block;
    font-size: 80px;
    color: #a78a67;
    line-height: 1;
    vertical-align: middle;
    background: -webkit-linear-gradient(top, #cf9930 0%, #cf9930 20%, #92702c 60%, #a78a67 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.maintenanceMain .secBox .ttlBox .ttl {
    display: inline-block;
    vertical-align: middle;
}

.maintenanceMain .secBox .ttlBox .ttl h2 {
    font-size: 40px;
}

.maintenanceMain .secBox .secKv {
    margin: 0 0 60px;
}

.maintenanceMain .secBox .txtBox h3 {
    margin: 0 0 20px;
    font-size: 30px;
}

.maintenanceMain .secBox .txtBox .txt {
    line-height: 2;
}

.maintenanceMain .secBox01 {
    background: #e4e2d9;
}

.maintenanceMain .secBox01 .introBox {
    overflow: hidden;
    margin: 0 0 40px;
}

.maintenanceMain .secBox01 .introBox .txtBox {
    float: left;
    width: 55%;
}

.maintenanceMain .secBox01 .introBox .photo {
    float: right;
    width: 35%;
}

@media (min-width: 1025px) {
    .maintenanceMain .secBox01 .introList {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: -30px 0 0;
    }

    .maintenanceMain .secBox01 .introList .li {
        display: flex;
        width: calc((100% / 2) - 20px);
        margin: 30px 0 0;
        min-height: 225px;
    }

    .maintenanceMain .secBox01 .introList .img {
        display: none;
    }

    .maintenanceMain .secBox01 .introList .li:nth-child(1) .left {
        background: url(https://clasicajp.live/system_panel/uploads/images/maintenance_sec01_img_01.png) center no-repeat;
        background-size: cover;
    }

    .maintenanceMain .secBox01 .introList .li:nth-child(2) .left {
        background: url(https://clasicajp.live/system_panel/uploads/images/maintenance_sec01_img_02.png) center no-repeat;
        background-size: cover;
    }

    .maintenanceMain .secBox01 .introList .li:nth-child(3) .left {
        background: url(https://clasicajp.live/system_panel/uploads/images/maintenance_sec01_img_03.png) center no-repeat;
        background-size: cover;
    }

    .maintenanceMain .secBox01 .introList .li:nth-child(4) .left {
        background: url(https://clasicajp.live/system_panel/uploads/images/maintenance_sec01_img_04.png) center no-repeat;
        background-size: cover;
    }

    .maintenanceMain .secBox01 .introList .left {
        width: 44%;
    }

    .maintenanceMain .secBox01 .introList .right {
        width: 56%;
    }
}

.maintenanceMain .secBox01 .introList .right {
    padding: 20px 10px 20px 20px;
    background: #ffffff;
}

.maintenanceMain .secBox01 .introList .dl .dt {
    margin: 0 0 15px;
}

.maintenanceMain .secBox01 .introList .dl .dt p {
    display: inline-block;
    font-size: 28px;
    color: #a78a67;
    background: -webkit-linear-gradient(0deg, #cf9930 0%, #cf9930 20%, #92702c 60%, #a78a67 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.maintenanceMain .secBox01 .introList .dl .dd {
    line-height: 2;
}

.maintenanceMain .secBox02 .introBox {
    overflow: hidden;
}

.maintenanceMain .secBox02 .introBox .txtBox {
    float: left;
    width: 55%;
    max-width: 600px;
}

.maintenanceMain .secBox02 .introBox .photo {
    float: left;
    width: 35%;
    margin: 0 30px 0 0;
}

.maintenanceMain .sec03 {
    padding: 40px 0 120px;
}

.maintenanceMain .sec03 .ttl {
    margin: 0 0 60px;
    font-style: italic;
    text-align: center;
}

.maintenanceMain .sec03 .ttl p {
    font-size: 18px;
    color: #ba8114;
}

.maintenanceMain .sec03 .ttl h2 {
    display: inline-block;
    font-size: 40px;
    color: #a78a67;
    background: -webkit-linear-gradient(0deg, #cf9930 0%, #cf9930 20%, #92702c 60%, #a78a67 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: 100%;
}

.maintenanceMain .sec03 .workBox + .workBox {
    margin: 60px 0 0;
}

.maintenanceMain .sec03 .workBox h3 {
    margin: 0 0 20px;
    padding: 0 0 0 20px;
    font-size: 30px;
    border-left: 7px solid #e8eaed;
}

.maintenanceMain .sec03 .workBox .ul {
    display: flex;
    justify-content: space-between;
}

.maintenanceMain .sec03 .workBox .ul .li {
    position: relative;
    width: calc((100% / 2) - 30px);
    text-align: center;
}

.maintenanceMain .sec03 .workBox .ul .li p {
    position: relative;
    top: -13px;
    display: inline-block;
    width: 120px;
    color: #ffffff;
    background: #000000;
}

.maintenanceMain .sec03 .workBox .ul .li + .li:before {
    content: '';
    position: absolute;
    top: 0;
    left: -50px;
    bottom: 0;
    width: 40px;
    height: 34px;
    margin: auto 0;
    background: url(https://clasicajp.live/system_panel/uploads/images/maintenance_sec03_arrow_01.png) no-repeat;
    background-size: 40px auto;
}

.maintenanceMain .sec03 .link {
    max-width: 500px;
    margin: 100px auto 0;
}

.maintenanceMain .sec03 .link a {
    display: block;
}

/*////////////////////////////////////////////////////////////
	trade
///////////////////////////////////////////////////////////*/
.tradeMain .kv:before {
    background: url(https://clasicajp.live/system_panel/uploads/images/trade_kv.png) right center no-repeat;
    background-size: cover;
}

.tradeMain .sec01 {
    padding: 120px 0;
    text-align: center;
    background: url(https://clasicajp.live/system_panel/uploads/images/trade_sec01_bg.png) center no-repeat;
    background-size: cover;
}

.tradeMain .sec01 h2 {
    margin: 0 0 40px;
    font-size: 40px;
    font-style: italic;
    /*color: #a78a67;*/
    color: #a78a67;
    vertical-align: middle;
    background: -webkit-linear-gradient(0deg, #cf9930 0%, #cf9930 20%, #92702c 60%, #a78a67 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.tradeMain .sec01 .txt {
    color: #cdcdcd;
    line-height: 2.5;
}

.tradeMain .sec01 .txt p + p {
    margin: 30px 0 0;
}

.tradeMain .secTtl {
    margin: 0 0 60px;
    font-style: italic;
    text-align: center;
}

.tradeMain .secTtl h2 {
    font-size: 18px;
    color: #ba8114;
}

.tradeMain .secTtl p {
    display: inline-block;
    padding: 0 5px 0 0;
    font-size: 40px;
    color: #a78a67;
    background: -webkit-linear-gradient(0deg, #cf9930 0%, #cf9930 20%, #92702c 60%, #a78a67 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.tradeMain .secWrap {
    max-width: 1420px;
}

.tradeMain .sec02 {
    padding: 120px 0;
    background: url(https://clasicajp.live/system_panel/uploads/images/trade_sec02_bg.png) right -200px top 200px no-repeat;
    background-size: 70% auto;
}

.tradeMain .sec02 .secBox + .secBox {
    margin: 50px 0 0;
}

.tradeMain .sec02 .secBox .txtBox h3 {
    margin: 0 0 20px;
    font-size: 30px;
}

.tradeMain .sec02 .secBox .txtBox p {
    max-width: 450px;
    line-height: 2;
}

@media (min-width: 1025px) {
    .tradeMain .sec02 .secBox .box {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .tradeMain .sec02 .secBox .photo {
        width: 50%;
    }

    .tradeMain .sec02 .secBox .txtBox {
        width: 45%;
    }

    .tradeMain .sec02 .secBox02 .box {
        max-width: 1100px;
    }

    .tradeMain .sec02 .secBox02 .photo {
        order: 2;
    }

    .tradeMain .sec02 .secBox02 .txtBox {
        order: 1;
    }
}

.tradeMain .subTtl {
    margin: 0 0 50px;
}

.tradeMain .subTtl .ttl {
    max-width: 600px;
}

.tradeMain .sec03 {
    padding: 80px 0 120px;
    background: #e4e2d9;
}

.tradeMain .sec03 .flowList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tradeMain .sec03 .flowList:before {
    content: '';
    display: block;
    width: calc((100% / 4) - 10px);
    order: 1;
}

.tradeMain .sec03 .flowList .li {
    width: calc((100% / 4) - 10px);
    margin: 0 0 15px;
    background: #ffffff;
}

.tradeMain .sec03 .flowList .dl {
    padding: 15px;
}

.tradeMain .sec03 .flowList .dl .dt {
    margin: 0 0 10px;
}

.tradeMain .sec03 .flowList .dl .dt .em {
    display: inline-block;
    margin: 0 5px 0 0;
    font-size: 28px;
    color: #a78a67;
    line-height: 1;
    vertical-align: middle;
    background: -webkit-linear-gradient(top, #cf9930 0%, #cf9930 20%, #92702c 60%, #a78a67 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.tradeMain .sec03 .flowList .dl .dt .span {
    display: inline-block;
    font-size: 24px;
    vertical-align: middle;
}

.tradeMain .sec03 .flowList .dl .dd {
    line-height: 2;
}

.tradeMain .sec04 {
    padding: 80px 0 120px;
}

.tradeMain .sec04 .lineSecBox {
    margin: 0 0 120px;
}

.tradeMain .sec04 .lineSecBox .topTxt {
    padding: 30px 0 60px;
    text-align: center;
    line-height: 2;
}

.tradeMain .sec04 .lineSecBox .listBox .list + .list {
    margin: 80px 0 0;
}

.tradeMain .sec04 .lineSecBox .listBox .ttl {
    margin: 0 0 40px;
    padding: 5px;
    font-size: 24px;
    color: #a78a67;
    text-align: center;
    border: 1px solid #a78a67;
    background: /**/ -webkit-linear-gradient(0deg, #cf9930 0%, #cf9930 20%, #92702c 60%, #a78a67 100%);
    -webkit-background-clip: text;
    /**/
}

.tradeMain .sec04 .lineSecBox .listBox .entry {
    max-width: 740px;
    margin: 0 auto;
}

.tradeMain .sec04 .lineSecBox .listBox .entry a {
    display: inline-block;
    width: 320px;
    margin: 0 20px 0 0;
    vertical-align: middle;
}

.tradeMain .sec04 .lineSecBox .listBox .entry .txt {
    display: inline-block;
    vertical-align: middle;
    line-height: 2;
}

.tradeMain .sec04 .lineSecBox .listBox .videoPanel {
    display: table;
    width: 100%;
    margin: 0 0 30px;
}

.tradeMain .sec04 .lineSecBox .listBox .videoPanel .videoBox {
    position: relative;
    display: table-cell;
    width: 70%;
    padding: 0 0 40%;
    vertical-align: middle;
}

.tradeMain .sec04 .lineSecBox .listBox .videoPanel .videoBox iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.tradeMain .sec04 .lineSecBox .listBox .videoPanel .txt {
    display: table-cell;
    text-align: center;
    line-height: 2;
    vertical-align: middle;
}

.tradeMain .sec04 .lineSecBox .listBox .videoPanel .txt p {
    display: inline-block;
    text-align: left;
}

.tradeMain .sec04 .lineSecBox .listBox .mes {
    padding: 20px 10px 0;
    text-align: center;
    line-height: 2;
    border-top: 1px solid #a78a67;
}

.tradeMain .sec04 .lineSecBox .listBox .step {
    display: flex;
    justify-content: space-between;
    padding: 30px 0 0;
}

.tradeMain .sec04 .lineSecBox .listBox .step .img {
    width: calc((100% / 3) - 60px);
}

.tradeMain .sec04 .mailSecBox .topTxt {
    padding: 0 0 60px;
    text-align: center;
    line-height: 2;
}

/*////////////////////////////////////////////////////////////
	shop
///////////////////////////////////////////////////////////*/
.shopMain .kv:before {
    background: url(https://clasicajp.live/system_panel/uploads/images/shop_kv.png) right center no-repeat;
    background-size: cover;
}

.shopMain .section {
    padding: 60px 0;
}

.shopMain .secTtl {
    margin: 0 0 50px;
    font-style: italic;
    text-align: center;
}

.shopMain .secTtl h2 {
    font-size: 18px;
    color: #ba8114;
}

.shopMain .secTtl p {
    display: inline-block;
    padding: 0 5px 0 0;
    font-size: 40px;
    color: #a78a67;
    background: -webkit-linear-gradient(0deg, #cf9930 0%, #cf9930 20%, #92702c 60%, #a78a67 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.shopMain .sec01 .secBox + .secBox {
    margin: 50px 0 0;
}

.shopMain .sec01 .topBox {
    display: table;
    width: 100%;
}

.shopMain .sec01 .topBox .left {
    display: table-cell;
    width: 50%;
    padding: 30px 20px 30px 40px;
    vertical-align: top;
    background: #f2ece5;
}

.shopMain .sec01 .topBox .right {
    position: relative;
    display: table-cell;
    background: url(https://clasicajp.live/system_panel/uploads/images/shop_sec01_img_01.png) center no-repeat;
    background-size: cover;
}

.shopMain .sec01 .topBox .right .img {
    display: none;
}

.shopMain .sec01 .topBox .ttl {
    margin: 0 0 20px;
    font-style: italic;
}

.shopMain .sec01 .topBox .ttl .span {
    font-size: 18px;
}

.shopMain .sec01 .topBox .ttl .em {
    font-size: 40px;
    letter-spacing: 0.05em;
}

.shopMain .sec01 .topBox h3 {
    margin: 0 0 20px;
    font-size: 50px;
    color: #a78a67;
}

.shopMain .sec01 .topBox .dl .dt {
    display: inline-block;
    width: 80px;
    margin: 0 15px 0 0;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    background: #000000;
}

.shopMain .sec01 .topBox .dl .dd {
    display: inline-block;
    font-size: 50px;
    font-style: italic;
    font-weight: bold;
    vertical-align: middle;
}

.shopMain .sec01 .mes {
    padding: 20px 10px;
    font-size: 40px;
    font-style: italic;
    color: #fffffe;
    text-align: center;
    background: linear-gradient(to right, #04101a, #061724);
}

.shopMain .sec01 .cntBox .dl {
    display: table;
    width: 100%;
    border-right: 1px solid #5b5040;
    border-bottom: 1px solid #5b5040;
}

.shopMain .sec01 .cntBox .dl .dt {
    display: table-cell;
    width: 34%;
    font-size: 30px;
    font-style: italic;
    color: #fffffe;
    text-align: center;
    vertical-align: middle;
    background: #5b5040;
}

.shopMain .sec01 .cntBox .dl .white {
    background: #8b8071;
}

.shopMain .sec01 .cntBox .dl .dd {
    display: table-cell;
    padding: 10px 20px;
    font-size: 18px;
    line-height: 2;
    vertical-align: middle;
}

.shopMain .sec02 .secBox + .secBox {
    margin: 50px 0 0;
}

.shopMain .sec02 .box {
    padding: 0 0 60px;
}

.shopMain .sec02 .box + .box {
    padding: 50px 0;
    border-top: 1px solid #cdb190;
}

.shopMain .sec02 .ttl {
    margin: 0 0 20px;
    padding: 0 0 0 15px;
    border-left: 7px solid #e8eaed;
}

.shopMain .sec02 .ttl p {
    line-height: 1;
}

.shopMain .sec02 .ttl h3 {
    font-size: 30px;
    line-height: 1.2;
}

.shopMain .sec02 .list01 {
    display: flex;
    justify-content: space-between;
}

.shopMain .sec02 .list01 .li {
    width: calc((100% / 3) - 20px);
}

.shopMain .sec02 .list02 {
    display: flex;
    justify-content: space-between;
}

.shopMain .sec02 .list02 .li {
    width: calc((100% / 2) - 20px);
}

.shopMain .sec02 .txt {
    padding: 20px 0 0;
    line-height: 2;
}

.shopMain .sec02 .photoCnt {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.shopMain .sec02 .photoCnt .right {
    order: 2;
    width: calc((100% / 3) - 10px + ((100% / 3) - 10px));
}

.shopMain .sec02 .photoCnt .left {
    order: 1;
    width: calc((100% / 3) - 20px);
}

.shopMain .sec03 {
    position: relative;
    /*background: #170c0c;*/
    background: url(https://clasicajp.live/system_panel/uploads/images/top_bg_black.png)repeat;
}

.shopMain .sec03:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: url(https://clasicajp.live/system_panel/uploads/images/top_sec07_bg.png) left top no-repeat;
}

.shopMain .sec03 .accessPanel {
    display: table;
    width: 100%;
    max-width: 1800px;
    margin: 0 auto;
}

.shopMain .sec03 .accessPanel > * {
    position: relative;
    display: table-cell;
    width: 50%;
    vertical-align: middle;
}

.shopMain .sec03 .accessPanel .txt {
    display: inline-block;
    margin: 30px 0;
    color: #cdcdcd;
    text-align: left;
    line-height: 2;
    padding: 0 15px;
    /**/
}

.shopMain .sec03 .accessPanel .txt p + p {
    margin: 20px 0 0;
}

.shopMain .sec03 .accessPanel .left {
    text-align: right;
}

.shopMain .sec03 .accessPanel .left .img {
    display: inline-block;
    max-width: 650px;
}

.shopMain .sec03 .accessPanel .left .txt {
    padding: 0 15% 0 0;
}

.shopMain .sec03 .accessPanel .right {
    padding: 0 0 0 90px;
    text-align: left;
}

.shopMain .sec03 .accessPanel .right .img {
    max-width: 800px;
}

.shopMain .sec03 .accessPanel .mapBox {
    padding: 0 0 55%;
}

.shopMain .sec04 {
    padding: 120px 0;
}

.shopMain .sec04 .infoBox .dl {
    display: table;
    width: 100%;
    padding: 10px;
    line-height: 2;
    border-bottom: 1px solid #cdb190;
}

.shopMain .sec04 .infoBox .dl .dt {
    display: table-cell;
    width: 280px;
    padding: 0 40px;
    border-right: 1px solid #cdb190;
}

.shopMain .sec04 .infoBox .dl .dd {
    display: table-cell;
    padding: 0 40px;
}

/*////////////////////////////////////////////////////////////
	contact
///////////////////////////////////////////////////////////*/
.contactMain .kv:before {
    background: url(https://clasicajp.live/system_panel/uploads/images/contact_kv.png) right center no-repeat;
    background-size: cover;
}

.contactMain .topLink {
    padding: 60px 0;
    text-align: center;
}

.contactMain .topLink .ul {
    display: flex;
    justify-content: space-between;
}

.contactMain .topLink .ul .li {
    width: calc((100% / 3) - 20px);
}

.contactMain .topLink .ul a, .contactMain .topLink .ul .link {
    position: relative;
    overflow: hidden;
    display: block;
    padding: 15px 10px;
    cursor: pointer;
    background: #04101a;
    /*#0e2334;*/
}

.contactMain .topLink .ul a:before, .contactMain .topLink .ul .link:before {
    content: '';
    display: block;
    transform: rotate(-40deg);
    position: absolute;
    bottom: -30px;
    right: -400px;
    width: 1600px;
    height: 600px;
    background: #000000;
    transition: 0.6s;
}

.contactMain .topLink .ul a > div, .contactMain .topLink .ul .link > div {
    position: relative;
}

.contactMain .topLink .ul .em {
    font-size: 30px;
    color: #78859e;
}

.contactMain .topLink .ul .span {
    color: #cdcdcd;
}

.contactMain .topLink .ul img {
    width: 180px;
}

@media (min-width: 1025px) {
    .contactMain .topLink .ul a:hover, .contactMain .topLink .ul .link:hover {
        opacity: 1;
    }

    .contactMain .topLink .ul a:hover:before, .contactMain .topLink .ul .link:hover:before {
        right: -900px;
    }
}

.contactMain .secTtl {
    margin: 0 0 20px;
    font-style: italic;
    text-align: center;
}

.contactMain .secTtl h2 {
    font-size: 18px;
    color: #ba8114;
}

.contactMain .secTtl p {
    display: inline-block;
    padding: 0 5px 0 0;
    font-size: 40px;
    color: #a78a67;
    background: -webkit-linear-gradient(0deg, #cf9930 0%, #cf9930 20%, #92702c 60%, #a78a67 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: 100%;
    /**/
}

.contactMain .secTtl + p {
    margin: 0 0 30px;
    text-align: center;
    line-height: 2;
}

.contactMain .sec01 {
    padding: 60px 0;
}

.contactMain .sec01 .qListBox .dl {
    padding: 20px;
    background: #f2f1ef;
}

.contactMain .sec01 .qListBox .dl + .dl {
    margin: 30px 0 0;
}

.contactMain .sec01 .qListBox .dl .dt {
    display: table;
    width: 100%;
    padding: 0 40px 0 0;
    cursor: pointer;
    background: url(https://clasicajp.live/system_panel/uploads/images/icon_plus.png) right center no-repeat;
    background-size: 30px auto;
}

.contactMain .sec01 .qListBox .dl .dt > * {
    display: table-cell;
    vertical-align: middle;
}

.contactMain .sec01 .qListBox .dl .dt.active {
    background: url(https://clasicajp.live/system_panel/uploads/images/icon_minus.png) right center no-repeat;
    background-size: 30px auto;
}

.contactMain .sec01 .qListBox .dl .dt .em {
    font-size: 24px;
}

.contactMain .sec01 .qListBox .dl .dd {
    padding: 20px 0 0;
}

.contactMain .sec01 .qListBox .dl .dd > * {
    display: table-cell;
    vertical-align: top;
}

.contactMain .sec01 .qListBox .dl .qBox {
    width: 60px;
}

.contactMain .sec01 .qListBox .dl .span {
    width: 44px;
    padding: 5px 10px;
    font-size: 26px;
    color: #8f6c26;
    text-align: center;
    line-height: 1.2;
    border: 1px solid #8f6c26;
}

.contactMain .sec01 .qListBox .dl .txt {
    min-height: 100px;
    padding: 0 40px 0 0;
    font-size: 18px;
    line-height: 2;
}

.contactMain .sec02 {
    padding: 60px 0 120px;
}

/*////////////////////////////////////////////////////////////
	form
///////////////////////////////////////////////////////////*/
.contactForm .formBox > .dl, .contactForm .multiBox > .dl {
    display: table;
    width: 100%;
    border-bottom: 1px solid #dedbd5;
}

.contactForm .formBox > .dl > .dt, .contactForm .multiBox > .dl > .dt {
    display: table-cell;
    width: 260px;
    padding: 20px 10px;
    vertical-align: middle;
}

.contactForm .formBox > .dl > .dt p, .contactForm .multiBox > .dl > .dt p {
    display: inline-block;
    vertical-align: top;
}

.contactForm .formBox > .dl > .dt .span, .contactForm .multiBox > .dl > .dt .span {
    margin-right: 5px;
}

.contactForm .formBox > .dl > .dt .em, .contactForm .multiBox > .dl > .dt .em {
    padding: 0 5px;
    font-size: 13px;
    color: #ffffff;
    background: #000000;
}

.contactForm .formBox > .dl .dd, .contactForm .multiBox > .dl .dd {
    display: table-cell;
    padding: 20px 0;
    vertical-align: middle;
}

.contactForm .formBox .formTopItem > .dt, .contactForm .multiBox .formTopItem > .dt {
    vertical-align: top;
}

.contactForm .formBox .inputDateBox + .inputDateBox, .contactForm .multiBox .inputDateBox + .inputDateBox {
    margin: 10px 0 0;
}

.contactForm .formBox .inputDateBox .inputDate, .contactForm .multiBox .inputDateBox .inputDate {
    width: 70px;
}

.contactForm .formBox .inputDateBox .span, .contactForm .multiBox .inputDateBox .span {
    display: inline-block;
    margin: 5px;
}

.contactForm .formBox .inputDateBox .ttl, .contactForm .multiBox .inputDateBox .ttl {
    margin: 0 5px 0 0;
}

.contactForm .checkBox + .checkBox {
    margin-top: 10px;
}

.contactForm .checkBox input {
    display: none;
}

.contactForm .checkBox span {
    padding-left: 20px;
    position: relative;
    margin-right: 20px;
}

.contactForm .checkBox span::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #999;
    border-radius: 4px;
}

.contactForm .checkBox input:checked + span::after {
    content: "";
    display: block;
    position: absolute;
    top: -5px;
    left: 5px;
    width: 7px;
    height: 14px;
    transform: rotate(40deg);
    border-bottom: 3px solid #967f6e;
    border-right: 3px solid #967f6e;
}

.contactForm .checkList .ul .li + .li {
    margin-top: 10px;
}

.contactForm .postal input[type="text"] {
    width: 90px;
}

.contactForm .postal input[type="text"] + .span {
    display: inline-block;
    margin: 0 5px;
}

.contactForm .privacy {
    margin: 30px auto 0;
    text-align: center;
}

.contactForm .privacy .infoTel {
    margin: 0 0 10px;
    text-align: left;
}

.contactForm .privacy .infoTel p {
    display: inline-block;
}

.contactForm .privacy .infoTel a {
    display: inline-block;
    color: #0f00a3;
}

.contactForm .privacy .infoTel a p {
    text-decoration: underline;
}

.contactForm .privacy .agreeBox {
    overflow: scroll;
    height: 300px;
    padding: 30px;
    text-align: left;
    border: 1px solid #dedbd5;
    background: #f5f5f5;
}

.contactForm .privacy .agreeBox p {
    line-height: 2;
}

.contactForm .privacy .agreeBox .em {
    font-weight: bold;
}

.contactForm .privacy .agreeBox .tel p, .contactForm .privacy .agreeBox .tel a {
    display: inline-block;
}

.contactForm .agreeCheck {
    margin: 40px 0;
    text-align: center;
}

.contactForm .uploadPanel {
    display: table;
    width: 100%;
}

.contactForm .uploadArea {
    display: table-cell;
    width: 250px;
}

.contactForm .uploadBtn + .uploadBtn {
    margin: 10px 0 0;
}

.contactForm .uploadIntroBox {
    display: table-cell;
}

.contactForm .uploadIntroBox .sub {
    margin: 20px 0 0;
    font-size: 14px;
}

.contactForm .multiPanel {
    display: flex;
    justify-content: space-between;
}

.contactForm .multiPanel .multiBox {
    width: calc((100% / 2) - 20px);
}

.contactForm .multiPanel .multiBox > .dl > .dt + .dl > .dt {
    width: 180px;
}

.contactForm .multiPanel .multiTtl {
    position: relative;
}

.contactForm .multiPanel .multiTtl:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: calc(100% - 130px);
    height: 2px;
    margin: auto 0;
    background: #a78a67;
}

.contactForm .multiPanel .multiTtl p {
    display: inline-block;
    width: 120px;
    padding: 0 0 0 10px;
    font-size: 20px;
}

/* 入力項目
--------------------------------------*/
/*テキストボックス・メール・電話*/
.contactForm input[type="text"], .contactForm input[type="email"], .contactForm input[type="tel"] {
    width: 100%;
    height: 50px;
    padding-left: 10px;
    font-size: 16px;
    border: 1px solid #dedbd5;
    background: #f2f1ef;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/*テキストエリア*/
.contactForm textarea {
    width: 100%;
    height: 250px;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #dedbd5;
    background: #f2f1ef;
    resize: none;
}

.contactForm input[type="text"]:focus, .contactForm input[type="email"]:focus, .contactForm input[type="tel"]:focus, .contactForm textarea:focus {
    outline: 0;
    border: 2px solid #90CEFD;
}

.contactForm button[type="submit"] {
    position: relative;
    display: block;
    width: 280px;
    height: 70px;
    margin: 0 auto;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    border: none;
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: 0.6s;
}

.contactForm button[type="submit"][disabled] {
    opacity: 0.6;
    cursor: default;
    pointer-events: none;
}

@media (min-width: 1025px) {
    .contactForm button[type="submit"]:hover {
        opacity: 0.6;
    }
}

.complete {
    padding: 60px 0;
    text-align: center;
}

.complete .txt {
    margin: 0 0 40px;
    line-height: 2;
}

.complete .btnBack {
    max-width: 240px;
    margin: 0 auto;
}

.complete .btnBack a {
    display: block;
    padding: 10px;
    font-style: italic;
    color: #ba8114;
    text-align: center;
    border: 1px solid #a47c2e;
}
