@charset "utf-8";
/* CSS Document */


/* slick:common
*************************/

.slick-slider,
.slick-slider img {
    display: none;
}

.slick-slider.slick-initialized,
.slick-slider.slick-initialized img {
    display: block;
}

.slick-dots li button:before {
    font-size: 10px;
}

.slide-main {
    margin-bottom: 20px;
}

.slide-main .single {
    position: relative;
}

.slide-main .single img {
    cursor: pointer;
    border: solid 1px #ddd;
    border-radius: 10px;
}

.slide-main .single .caption {
    font-weight: normal;
    font-size: 12px;
    margin-top: 10px;
}

.slide-main .slick-prev {
    left: 10px;
    z-index: 10;
}

.slide-main .slick-next {
    right: 10px;
    z-index: 10;
}

.slide-main .slick-prev:after,
.slide-main .slick-next:after {
    font-size: 30px;
}

.slide-sub .single {
    background-color: #e6e6e6;
    cursor: pointer;
    filter: brightness(.5);
    transition: all .1s linear 0s;
    margin: 0 2px;
}

.slide-sub .single:hover {
    filter: brightness(.75);
}

.slide-sub .single.slick-current {
    filter: brightness(1);
    transform: scale(1.03);
}

.slide {
    position: relative;
}

.slide .arrow_box {
    display: flex;
    align-items: center;
    justify-content:space-between;
    width:100%;
    margin: 20px 0 0;
    position: absolute;
    top: 24%;
    right: 0;
}

.slide .arrow_box .prev-arrow,
.slide .arrow_box .next-arrow {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    transition: all .3s ease;
    cursor: pointer;
}

.slide .arrow_box .prev-arrow::before,
.slide .arrow_box .next-arrow::before {
    position:absolute;
    content: "";
    width:16px;
    height:16px;
    margin:auto;
    transform:rotate(45deg);
    top:0;
    bottom:0;
    filter: drop-shadow(0 0 8px rgba(0,0,0,.9));
}


.slide .arrow_box .prev-arrow::before {
    border-left: 3px solid #FFF;
    border-bottom: 3px solid #FFF;
    left:20px;
}

.slide .arrow_box .next-arrow::before {
    border-right: 3px solid #FFF;
    border-top: 3px solid #FFF;
    right:20px;
}

@media screen and (max-width:640px) {
/*
    .slick-prev,
    .slick-next {
        top: 40%;
    }
        */
}

/* mainimg
*************************/

.mainimg {
    background: #9b0101 url(../img/mainimg-bg.jpg) center;
    background-size: cover;
    text-align: center;
}

.mainimg img {
    max-width: 1000px;
    margin-bottom: 200px;
}

@media screen and (min-width:1201px) {
    .mainimg {
        min-height: 600px;
    }
}

@media screen and (max-width:640px) {
    .mainimg img {
        margin-bottom: 100px;
    }
}

/* summary
*************************/
.summary .catch {
    text-align: center;
    color: #666;
}

.summary h1 {
    text-align: center;
    background: #fff;
    margin-top: -40px;
}

.summary h1 img {
    max-width: 800px;
}

.summary-all {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.col1 .summary-single,
.col2 .summary-single,
.col3 .summary-single,
.col4 .summary-single {
    float: none;
}

.summary-single {
    background: rgba(255, 255, 255, .9);
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    width:25%;
}

.summary-single a {
    display: block;
}

.summary-single .thumb {
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
}

.summary-single .thumb img {
    transition: all .1s linear 0s;
    border-radius: 10px;
}

.summary-single .thumb .belt {
    position: absolute;
    top: 10%;
    right: -40%;
    display: block;
    width: 100%;
    padding: 5px 10px;
    color: #000;
    transform: rotate(45deg);
    text-align: center;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .2);
    background: rgba(249, 252, 0, .8);
    z-index: 10;
    font-size: 14px;
    line-height: 1;
}

.summary-single .data {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.summary-single a:hover {
    text-decoration: none;
}

.summary-single a:hover .thumb img {
    transform: scale(1.03);
    opacity: 1;
}

.summary-single .model {
    font-size: 16px;
}

.summary-single a:hover .model {
    text-decoration: underline;
}

.summary-single .price {
    display: block;
    margin: 5px 0;
}

.summary-single .price .month {
    display: inline-block;
    margin-right: 0;
    font-size: 12px;
    vertical-align: text-top;
}

.summary-single .price .num {
    font-size: 36px;
    color: var(--pi);
}

.summary-single .table-detail {
    text-align: center;
    margin-bottom: 10px;
}

.summary-single .btn {
    border-radius: 30px;
    color: #fff !important;
    margin-top: auto !important;
}

.summary-single .btn i {
    vertical-align: middle;
    color: #ff0;
    font-size: 12px;
}

@media screen and (max-width:900px) {
    .summary h1 {
        padding: 10px;
    }

    .summary-all {
        margin:30px 0 20px;
        justify-content: space-between;
        gap:30px;
    }

    .summary-single {
        margin:0 0 20px 0;
        padding: 0;
        text-align: left;
        width:calc(50% - 15px);
    }

    .summary-single .thumb {
        width:100%;
    }

    .summary-single .data {
        width: 100%;
    }
}

@media screen and (max-width:640px) {
    .summary .catch {
        font-size: 12px;
    }

    .summary-all {
        margin:10px 0 20px;
        justify-content: space-between;
        gap:20px;
    }

    .summary-single {
        margin:0 0 10px 0;
        padding: 0;
        text-align: left;
        width:calc(50% - 10px);
    }

    .summary-single:last-child {
        border-bottom: 0;
    }

    .summary-single .thumb .belt {
        font-size: 10px;
        top: 7%;
        right: -35%;
    }

    .summary-single .model {
        font-size: 14px;
    }

    .summary-single .table-detail th,
    .summary-single .table-detail td {
        padding: 3px;
        font-size: 10px;
    }

    .summary-single .table-detail th:nth-child(1),
    .summary-single .table-detail td:nth-child(2) {
        /*width: 15%;*/
    }

    .summary-single .btn {
        font-size: 12px;
    }

    .summary-single .price {
        text-align: center;
    }

    .summary-single .price .num {
        font-size: 24px;
    }
}

/* lineup
*************************/
.lineup {
    background: #eee;
}

.lineup .section-inner {
    padding: 40px 0;
}

.lineup h1 {
    text-align: center;
    margin-bottom: 20px;
}

.lineup h1 img {
    max-width: 300px;
}

.lineup h1 .text {
    display: block;
    text-align: center;
    font-size: 24px;
    margin-top: -10px;
}

.lineup-single {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    padding: 20px;
    border: solid 1px #ddd;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .2);
    position: relative;
}

.lineup-single:before {
    content: "";
    display: inline-block;
    background: url(../img/limited.png) no-repeat center;
    background-size: contain;
    width: 100px;
    height: 100px;
    position: absolute;
    left: -20px;
    top: -10px;
}

.lineup-single .heading {
    width: 100%;
}

.lineup-single .slide {
    width: 47%;
    margin-right: 3%;
}

.lineup-single .data {
    width: 50%;
}

.lineup-single .slide {
    position: relative;
    overflow: hidden;
}

.lineup-single .slide .belt {
    position: absolute;
    top: 5%;
    right: -40%;
    display: block;
    width: 100%;
    padding: 5px 10px;
    color: #111;
    transform: rotate(45deg);
    text-align: center;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .2);
    background: rgba(249, 252, 0, .8);
    z-index: 10;
    font-size: 20px;
    line-height: 1;
}

.lineup-single .heading {
    padding-left: 70px;
}

.lineup-single h1 {
    line-height: 1.3;
    text-align: left;
    margin-bottom: 0;
}

.lineup-single .model {
    font-size: 30px;
}

.lineup-single .grade {
    font-size: 26px;
    color: #111;
}

.lineup-single .id {
    font-size: 14px;
    font-weight: bold;
    color: #666;
}

.lineup-single .id .num {
    font-weight: normal;
    color: var(--bl);
}

.lineup-single .box-data {
    margin-bottom: 10px;
}

.lineup-single .box-title {
    font-size: 14px;
    background: #333;
    color: #fff;
    padding: 5px 10px;
    text-align: left;
    margin-bottom: 10px;
}

.lineup-single .box-title i {
    color: var(--bl);
}

.price .year {
    display: flex;
    flex-wrap: wrap;
}

.price .course {
    width: 32%;
    margin-right: 2%;
}

.price .course:last-child {
    margin-right: 0;
}

.price .course-inner {
    border: solid 1px #333;
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
}

.price .course-name {
    background: var(--bl);
    color: #fff;
}

.price dt, .price dd {
    border: 0;
}

.price dt {
    padding: 5px;
}

.price dd {
    padding: 10px 5px;
}

.price dt {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    background: #f9f9f9;
}

.price dt .paid {
    font-size: 10px;
    background: var(--bl);
    color: #fff;
    border-radius: 30px;
    padding: 0 5px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin-left: 5px;
}

.price dd {
    font-size: 12px;
}

.price .monthly {
    border-bottom: solid 1px #666;
}

.price .monthly .tax_out {
    position: relative;
}

.price .monthly .tax_out .num {
    color: var(--pi);
    font-size: 30px;
    line-height: 1;
}

.price .monthly .tax_in {
    color: #666;
}

.price .monthly .tax {
    font-size: 8px;
    color: #999;
    position: absolute;
    right: 0;
    top: 0;
}

.price .bonus dd {
    font-size: 14px;
}

.table-detail {
    margin: 0;
}

.table-detail th,
.table-detail td {
    border: solid 1px #eee;
    font-size: 13px;
    padding: 7px;
    vertical-align: middle;
}

.table-detail th {
    width: 20%;
    font-size: 11px;
    color: #333;
    background: #f9f9f9;
}

.table-detail td {
    width: 30%;
}

.list-equip {
    font-size: 12px;
    display: flex;
    flex-wrap: wrap;
}

.list-equip li {
    width: 23.5%;
    margin-right: 2%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 7px 10px 5px;
    margin-bottom: 10px;
    justify-content: center;
    text-align: center;
    border-radius: 5px;
    line-height: 1.3;
    border: solid 2px var(--bl);
    color: #000;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .2);
    /*background: var(--bl);color: #fff;*/
}

.list-equip li:nth-child(4n) {
    margin-right: 0;
}

.control {
    position: absolute;
    bottom: 0;
    left: 0;
}

.control .btn-id {
    border-radius: 0 30px 0 0;
    box-shadow: 1px -1px 3px 0 rgba(0, 0, 0, .2);
}

@media screen and (max-width:1200px) {
    .lineup .section-inner {
        padding: 40px 20px;
    }
}

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

    .lineup-single .slide,
    .lineup-single .data {
        width: 100%;
        margin-right: 0;
    }

    .lineup-single .slide {
        margin-bottom: 20px;
    }

    .control {
        position: static;
        width: 100%;
    }

    .control .btn-id {
        border-radius: 30px;
        width: 100%;
    }
}

@media screen and (max-width:640px) {
    .lineup .section-inner {
        padding: 20px 10px;
    }

    .lineup-single {
        padding: 10px;
    }

    .lineup-single:before {
        left: -5px;
        top: -10px;
    }

    .lineup-single .heading {
        padding-left: 90px;
    }

    .lineup-single .model,
    .lineup-single .grade {
        font-size: 20px;
    }

    .lineup-single .slide .belt {
        font-size: 14px;
    }

    .price dt {
        font-size: 12px;
    }

    .price .monthly .tax_out .num {
        font-size: 20px;
    }

    .price .monthly .tax {
        top: -5px;
    }

    .price .bonus dd {
        font-size: 11px;
    }

    .lineup-single .box-title {
        font-size: 12px;
    }

    .table-detail th,
    .table-detail td {
        font-size: 11px;
        line-height: 1.3;
    }

    .table-detail th {
        font-size: 10px;
    }

    .list-equip {
        font-size: 10px;
    }

    .list-equip li {
        padding: 5px;
    }
}

@media screen and (max-width:480px) {
    .lineup-single:before {
        width: 70px;
        height: 70px;
    }

    .lineup-single .heading {
        padding-left: 60px;
    }

    .lineup-single .model,
    .lineup-single .grade {
        font-size: 16px;
    }

    .price .monthly .tax {
        top: -10px;
    }
}

/* contact
*************************/

#contact select,
#contact option {
    font-weight: bold;
}

/* 　option
******************************************/


.box-title {
    text-align: center;
    font-size: 24px;
    position: relative;
    border-bottom: solid 1px #222;
    margin-bottom: 2.3em;
}

.box-title .title-inner {
    display: inline-block;
    padding: 10px 20px;
    border: solid 1px #111;
    position: relative;
    bottom: -2em;
    background: #fff;
}

.box-title .desc {
    font-size: 14px;
    display: block;
}

.box-title+p {
    margin-bottom: 30px;
}

@media screen and (max-width:640px) {
    .box-title {
        font-size: 20px;
    }

    .box-title .desc {
        font-size: 12px;
    }

    .box-title+p {
        font-size: 12px;
    }
}

.option-box {
    margin-bottom: 20px;
    display: table;
    width: 100%;
}

.option-title,
.option-body {
    display: table-cell;
    vertical-align: middle;
}

.option-title {
    width: 30%;
    background: #049DDE;
    color: #fff;
    margin-right: 2%;
    text-align: center;
    font-size: 24px;
    border: solid 1px #999;
    border-radius: 5px;
}

.option-title .desc {
    font-size: 12px;
    display: block;
}

.option-body {
    width: 70%;
    padding-left: 20px;
}

.option-body .single {
    border: solid 1px #999;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
    position: relative;
}

.option-body .single:last-child {
    margin-right: 0;
}

.option-body .single a {
    display: block;
}

.option-body h6 {
    line-height: 1.2;
}

.option-body .desc {
    font-size: 12px;
    color: #999;
    display: block;
}

.option-body .price {
    font-size: 18px;
}

.option-body .price .num {
    font-size: 30px;
    color: #e4007d;
    line-height: 1;
}

.option-body a {
    text-decoration: none !important;
}

.option-body a img {
    transition: all .2s linear 0s;
}

.option-body a:hover img,
.option-body a:active img,
.option-body a:focus img {
    transform: scale(1.02);
}

.option-body i.fa-arrow-down {
    margin-right: 0;
    transform: rotate(-45deg);
    position: absolute;
    right: 3px;
    bottom: 3px;
    z-index: 2;
}

.option-body .option-price-year {
    display: flex;
    background: #f6f6f6;
    padding: 5px;
    border-radius: 0 0 5px 5px;
}

.option-body .option-price-year>div {
    flex: auto;
    line-height: 1;
}

.option-body .option-price-year dt,
.option-body .option-price-year dd {
    display: inline-block;
}

.option-body .option-price-year dt {
    color: #fff;
    padding: 2px 5px 0;
    font-size: 11px;
    border-radius: 30px;
    position: relative;
    top: -1px;
}

.option-body .option-price-year .unit,
.option-body .option-price-year .desc {
    font-size: 10px;
}

.option-body .option-price-year .unit {
    position: relative;
    left: -2px;
}

.option-body .option-price-year .desc {
    display: none;
}

.option-body .price-3year dt {
    background: #0fbe7a;
}

.option-body .price-3year .num {
    color: #0fbe7a;
}

.option-body .price-9year dt {
    background: #ffb200;
}

.option-body .price-9year .num {
    color: #ffb200;
}

.option-col3 .single {
    width: 32%;
    float: left;
    margin-right: 2%;
}

.option-col2 .single {
    width: 49%;
    float: left;
    margin-right: 2%;
}

.option-col1 .single {
    width: 100%;
}

.option-maintenance h5 img {
    max-width: 250px;
    width: 80%;
}

.option-maintenance .option-title,
.option-maintenance-ev .option-title {
    background: yellow;
    position: relative;
}

.option-maintenance .option-title img {
    position: relative;
    top: -20px;
    left: -20px;
}

.option-maintenance-ev .option-title img {
    top: 0;
    left: 0;
}

.option-record img {
    max-width: 300px;
}

.option-maintenance-ev h5 img {
    width: 45%;
    float: left;
}

.option-smoke img,
.option-monitor img {
    width: 30%;
    float: left;
}

.option-maintenance-ev .option-price {
    width: 53%;
    float: right;
    padding-top: 12%;
}

.option-smoke .option-price,
.option-monitor .option-price {
    width: 68%;
    float: right;
    padding-top: 7%;
}

.option-coating .option-heading {
    padding-top: 5px;
}

@media screen and (max-width:1000px) {
    .option-box {
        margin-bottom: 10px;
    }

    .option-title {
        font-size: 18px;
    }

    .option-body {
        padding-left: 10px;
    }

    .option-body .desc {
        font-size: 10px;
    }

    .option-maintenance-ev .option-price,
    .option-smoke .option-price,
    .option-monitor .option-price {
        padding-top: 10px;
    }

    .option-coating h6 {
        font-size: 14px;
    }
}

@media screen and (max-width:800px) {
    .option-coating .single {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 5px;
    }

    .option-coating img {
        width: 30%;
        float: left;
    }

    .option-coating .option-price {
        width: 68%;
        float: right;
    }

    .option-coating .option-heading {
        padding-top: 0;
    }
}

@media screen and (max-width:640px) {
    .option-box {
        display: block;
    }

    .option-title,
    .option-body {
        display: block;
        width: 100%;
        float: none;
        padding-left: 0;
    }

    .option-title {
        margin-bottom: 10px;
        line-height: 1.2;
        padding: 10px;
    }

    .option-body .price .unit {
        font-size: 12px;
    }

    .option-maintenance .option-title img {
        max-width: 300px;
    }

    .option-maintenance-ev h5 img,
    .option-maintenance-ev .option-price {
        width: 100%;
        float: none;
        padding: 0;
    }

    .option-maintenance-ev h6,
    .option-smoke h6,
    .option-monitor h6 {
        font-size: 14px;
    }

    .option-coating h6 {
        margin: 10px 0;
    }

    .option-body .option-price-year {
        padding: 3px;
    }

    .option-body .option-price-year dt {
        font-size: 9px;
    }
}

@media screen and (max-width:500px) {
    .option-coating img {
        width: 35%;
    }

    .option-coating .option-price {
        width: 65%;
    }

    .option-body .price .num {
        font-size: 24px;
        letter-spacing: 0;
        margin-right: -3px;
    }

    .option-smoke h6,
    .option-monitor h6 {
        font-size: 12px;
    }

    .option-coating h6 {
        font-size: 12px;
        margin: 1px 0;
    }

    .option-body a:focus {
        outline: 0;
    }
}

.stock .modal-body {
    padding: 0;
}

.stock .modal-body .section-inner {
    padding: 20px;
}