@charset "UTF-8";
/*****************************
    top
*****************************/
.top-main .txtbox{
    background: #F6F6F6;
    font-size: 1.8rem;
    line-height: 1.8;
    padding: 3rem;
}
.top-main .pagesecbg .txtbox{
    background: #fff;
    margin-top: 1rem;
}
.top-main .pagesec2 a p{
    font-size: 2rem;
    font-weight: bold;
}
.top-main .pagesecbg .box .jbtnbox {
    text-align: right;
}
/* .mfp-bg{
    background: #fff;
    opacity: .9;
} */
.mfp-content .popup{
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1020px;
    padding: 0 2rem;
    position: relative;
}
.mfp-content .popup .fimgbox{
    background: #fff;
    padding: 1rem;
}
.mfp-close-btn-in .mfp-close {
    background: #000;
    color: #fff;
    top: -5rem;
}
.mfp-content .popup a p{
    font-size: 2rem;
    font-weight: bold;
}
.voicebox .fimgbox,
.voicebox .ftxtbox,
.voicebox .fbox{
    margin: 1%;
}
.voicebox .txtbox,
.voicebox .ftxtbox{
    background: none;
    font-size: 1.6rem;
    line-height: 1.8;
    padding: 1rem;
}
.selecttbl {
    margin: 0 auto;
    width: 1260px;
}
.selecttbl th,
.selecttbl td{
    padding: 1rem;
    position: relative;
    text-align: center;
    vertical-align: middle;
}

.selecttbl thead tr:first-of-type th{
    border-bottom: 5px solid #DB652A;
    color: #DB652A;
    font-size: 2rem;
    font-weight: bold;
    padding: 0;
}
.selecttbl thead tr:last-of-type th{
    font-size: 1.4rem;
}
.selecttbl thead tr:last-of-type th,
.selecttbl tbody td{
    border-bottom: 1px solid #DB652A;
    border-left: 1px solid #DB652A;
}
.selecttbl thead tr:last-of-type th:last-of-type,
.selecttbl tbody td:last-of-type{
    border-right: 1px solid #DB652A;
}
.selecttbl .bdob{
    border-bottom: 3px solid #DB652A !important;
}
.selecttbl .bdol{
    border-left: 3px solid #DB652A !important;
}
.selecttbl .bgorange{
    background: rgba(219, 101, 42, .2);
}
.selecttbl tbody th{
    background: #DB652A;
    /* border-bottom: 3px solid #DB652A;
    border-left: 3px solid #DB652A; */
    letter-spacing: 4px;
    writing-mode: vertical-lr;
}
.selecttbl tbody th span{
    color: #fff;
    font-weight: bold;
}
.selecttbl tbody tr:first-of-type th{
    /* border-top: 3px solid #DB652A; */
    border-bottom: 1px solid #fff;
}
.selecttbl tbody td{
    height: 210px;
    width: 120px;
    table-layout: fixed;
}
.selecttbl tbody td span.circle{
    color: red;
    font-size: 5rem;
    font-weight: bold;
}
.selecttbl tbody td.cm{
    color: #DB652A;
    line-height: 1.2;
}
.selecttbl tbody td.cm span{
    font-size: 3.4rem;
    font-weight: bold;
}
.selecttbl tbody td.model{
    color: #DB652A;
    writing-mode: vertical-lr;
}
.selecttbl tbody td.model span{
    font-size: 3rem;
    font-weight: bold;
}
.selecttbl .tblimgbox{
    background: #fff;
    border: 3px solid #DB652A;
    border-left: 10px solid #DB652A;
    border-radius: 5px;
    box-shadow: 3px 3px 3px #9f9f9f;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 200px;
    z-index: 2;
}
.selecttbl .tblimgbox1{
    left: -2rem;
}
.selecttbl .tblimgbox2{
    left: -4rem;
}
.selecttbl .tblimgbox a{
    display: block;
    padding: 0 1rem;
}
.selecttbl .tblimgbox p{
    background: rgba(255, 255, 255,  .8);
    font-weight: bold;
    padding: 0 0.5rem;
    position: absolute;
    bottom: 0;
}
.selecttbl .tblimgbox2 p,
.selecttbl .tblimgbox3 p{
    right: 0;
}
.selecttbl .nob{
    border: none !important;
}
.tblhosokuinner{
    max-width: 1280px;
    margin: 0 auto;
    text-align: right;
}
@media only screen and (max-width: 1180px) {
    
}
@media only screen and (max-width: 1024px) {
    
}
@media only screen and (max-width: 820px) {
    
}
@media only screen and (max-width: 768px) {
    
}
@media only screen and (max-width: 767px) {
    .top-main .pagesec2 .fimgbox,
    .popup .fimgbox,
    .voicebox .fimgbox,
    .voicebox .ftxtbox,
    .voicebox .fbox{
        margin: 1rem auto;
        width: 100%;
    }
    .top-main iframe{
        height: 250px;
    }
    .tblhosokuinner{
        text-align: left;
    }
}

/*****************************
    こだわり
*****************************/

.page-committed .pagesec{
    padding: 5rem 0;
}
.page-committed .pagesec1{
    padding: 10rem 0 5rem;
}

.page-committed .txtbox{
    font-size: 18px;
}
.page-committed .txtbox ol li{
    margin-bottom: 1rem;
    padding-left: 2rem;
    position: relative;
}
.page-committed .txtbox ol li span{
    position: absolute;
    top: 0;
    left: 0;
}
.page-committed .txtbox p:not(:last-of-type){
    margin-bottom: 1rem;
}
.page-committed .name{
    margin-top: 1rem;
    text-align: right;
}
.committedbox .imgbox{
    margin-top: 1rem;
}
.committedbox .devbox{
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    font-weight: 600;
    font-size: 1.8rem;
    margin-bottom: 2rem;
}
.committedbox .devbox .name{
    font-weight: bold;
    margin: 0;
}
.committedbox .devbox .img {
    border-radius: 200em;
    flex-shrink: 0;
    margin-left: 2rem;
    overflow: hidden;
    position: relative;
    width: 160px;
}

@media only screen and (max-width: 1180px) {
    
}
@media only screen and (max-width: 1024px) {
    
}
@media only screen and (max-width: 820px) {
    
}
@media only screen and (max-width: 768px) {
    
}
@media only screen and (max-width: 767px) {
    .page-committed .fimgbox{
        margin-bottom: 1rem;
        width: 100%;
    }
    .committedbox .devbox{
        flex-direction: column-reverse;
        justify-content: inherit;
        align-items: inherit;
        flex-wrap: wrap;
    }
    .committedbox .devbox .img{
        margin-left: auto;
    }
    .committedbox .devbox .name{
        text-align: center;
    }
    /* .page-committed .fimgbox{
        margin-bottom: 1rem;
        width: 100%;
    }
    .page-committed .ftxtbox{
        width: 100%;
    } */
}

/*****************************
    ラインアップ
*****************************/
.page-lineup .fbox p,
.page-lineup .fimgbox p,
.page-lineup .imgbox p{
    font-size: 2rem ;
    font-weight: bold;
}

@media only screen and (max-width: 1180px) {
    
}
@media only screen and (max-width: 1024px) {
    
}
@media only screen and (max-width: 820px) {
    
}
@media only screen and (max-width: 768px) {
    
}
@media only screen and (max-width: 767px) {
    .page-lineup .imgbox p{
        text-align: left;
    }
    .page-lineup iframe{
        height: 250px;
    }
    .page-lineup .fimgbox,
    .page-lineup .fbox{
        margin-bottom: 1rem;
        width: 100%;
    }
}

/*****************************
    ラインアップ個別対応
*****************************/
.page-esr600 .changeimgbox{
    margin-bottom: 20rem;
}
@media only screen and (max-width: 767px) {
    .page-esr600 .changeimgbox{
        margin-bottom: 10rem;
    }
}

/*****************************
    近日公開テキスト
*****************************/
.user_release p{
    text-align: center;
    font-weight: bold;
    font-size: 1.8rem;
}

/*****************************
    youtubepop
*****************************/
#wrap {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

.youtube_mv {
    display: block;
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding-top: 56.25%;
}
.youtube_mv iframe,
.youtube_mv a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}