@charset "utf-8";

/***************************************************************************
*
* news_detail.css
*
***************************************************************************/

#content {
    font-family: 
    YuMincho,    /* Mac用 */
    'Yu Mincho', /* Windows用 */
    serif;
}

.text_begin {
    text-align: center;
    font-size: 19px;
    background: url(../img/concept/page_text_icon.png) no-repeat center center;
    padding: 74px 0;
    line-height: 2.2;
    margin: 70px 0 68px;
}

.wrapcol {
    width: 100%;
    overflow: hidden;
}

.wrapcol .col {
    width: 46%;
    float: left;
    vertical-align: middle;
    overflow: hidden;
    /* padding-right: 60px; */
    /* padding-right: 35px; */
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    margin-right: 45px;
}

.productbox {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 100px 0px;
    background: url(../img/concept/bg_productbox.png) no-repeat bottom right;
    background-size: 60%;
    background-color: #f3f3f3;
}

.productbox img {
    position: relative;
    z-index: 8;
    /* display: block; */
    height: 100%;
    width: 100%;
}

.productbox .inner .title {
    color: #d70046;
    font-size: 30px;
    font-family: 
    YuMincho,    /* Mac用 */
    'Yu Mincho', /* Windows用 */
    serif;
    text-align: center;
    letter-spacing: 10px;
    padding-bottom: 25px;
    width: 1200px;
    margin: 0 auto;
    border-bottom: 1px solid #d70046;
}
.productbox .inner .title.enTitle{
    letter-spacing: 3px;
}
.productbox .inner .boxtext {
    text-align: center;
    line-height: 2.2;
    font-size: 16px;
    padding: 24px 0px 70px;
}

.productbox .ab_box {
    width: 100%;
    height: 396px;
    margin-top: 40px;
    background: url(../img/product/text_bg.png) no-repeat top center;
    background-size: cover;
    padding: 38px 32px 38px;
    /* position: relative; */
    z-index: 4;
    overflow-y:auto;
}

.productbox .ab_box .title_ab {
    font-size: 25px;
    color: #d4a500;
    margin-bottom: 20px;
    letter-spacing: 8px;
    font-weight: bold;
}

.productbox .ab_box .des_ab {
    font-size: 15px;
    color: #fff;
    line-height: 2.5;
}

.productbox .col {
    position: relative;
}

.productbox .buttonbox {
    padding-top: 80px;
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.pattern {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 62px;
    background: url(../img/product/pattern_bg.png) no-repeat top center;
    background-size: cover;
}

.cer_box {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background: #911537;
    padding-bottom: 160px;
}

.cer_box .madejp {
    width: 100%;
    margin: 100px auto 107px;
    overflow: hidden;
    text-align: center;
    font-weight: bold;
    color: #fff;
    font-size: 50px;
}

.cer_box .data_tab {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.cer_box .data_tab .select_result {
    width: 100%;
    overflow-y: auto;
    height: 515px;
}

.data_tab .buttonbox {
    text-align: center;
    padding: 38px 0px 0px;
}

.cer_box .select_cer {
    width: 100%;
    margin: 0 auto 62px;
    overflow: hidden;
    list-style: none;
}

.cer_box .select_cer li {
    width: 50%;
    float: left;
}

.cer_box .select_cer .txt_select {
    width: 100%;
    margin: 0 auto 6.6px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 6px solid #a52448;
}

.cer_box .select_cer li a.active {
    background: url(../img/product/cerbox_bar_on.png) no-repeat bottom center;
}

.cer_box .select_cer li a.active .txt_select {
    border-bottom: 6px solid #fff;
}

.cer_box .select_cer li a {
    text-decoration: none;
    display: block;
    padding-bottom: 0.5px;
}

.cer_box .result_title {
    margin-top: 65px;
    margin-bottom: 40px;
    color: #fff;
    font-family:
    YuMincho,    /* Mac用 */
    'Yu Mincho', /* Windows用 */
    serif;
    font-size: 27px;
    font-weight: bold;
}
.cer_box .result_title.result_titleZh{
    letter-spacing: 2px;
    font-size: 30px;
}
.cer_box .result_text {
    font-size: 15.8px;
    color: #fff;
    line-height: 2.3;
    margin-bottom: 20px;
}

.cer_box .col_img {
    margin-top: 35px;
    width: 49%;
    overflow: hidden;
}

.cer_box .col_img.left {
    float: left;
    text-align: left;
}

.cer_box .col_img.right {
    float: right;
    text-align: right;
}

.cer_box .img_cer {
    width: 100%;
    margin: 30px auto 0;
    text-align: center;
}

.slidebox {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background: url(../img/concept/gallery_bg.png) no-repeat left top;
    background-size: cover;
    padding-bottom: 100px;
}

.slidebox .title_slide {
    width: 100%;
    margin: 92px auto 65px;
    text-align: center;
}

.slidebox ul {
    width: 100%;
    margin: 0 auto 105px;
    overflow: hidden;
    list-style: none;
}

.slidebox ul li {
  width: calc(100%/7);
  float: left;
  position: relative;
}

.slidebox ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

.slidebox ul li .text_slide {
    font-size: 24px;
    color: #fff;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    text-align: center;
    padding: 42% 0;
}

.slidebox .title {
    color: #d70046;
    font-size: 30px;
    font-family: YuMincho,    /* Mac用 */
    'Yu Mincho', /* Windows用 */
    serif;
    text-align: center;
    letter-spacing: 10px;
    padding-top: 100px;
    padding-bottom: 30px;
    width: 1200px;
    margin: 0 auto;
    border-bottom: 1px solid #d70046;
}
.slidebox .title.enTitle{
    letter-spacing: 3px;
}
.slidebox .boxtext {
    text-align: center;
    line-height: 2.2;
    font-size: 16px;
    padding: 24px 0px 0px;
    color: #fff;
}


/*
.conceptbox {
    width: 100%;
    margin-bottom: 145px;
}
.conceptbox .wrapcol {
    width: 100%;
    overflow: hidden;
}
.conceptbox .wrapcol .col {
    width: 50%;
    float: left;
    vertical-align: middle;
    overflow: hidden;
}
.conceptbox .wrapcol .col > img {
    width: 100%;
}
.conceptbox .wrapcol .col.right {
    float: right;
}
.conceptbox .boxtext {
    width: 544px;
    margin-top: 50px;
}
.conceptbox .wrapcol .col.right .boxtext {
    float: left;
    margin-left: 55px;
}
.conceptbox .wrapcol .col.left .boxtext {
    float: right;
    margin-right: 55px;
}
.conceptbox .boxtext h3 {
    font-size: 29px;
    color: #d70046;
    margin-bottom: 25px;
    letter-spacing: 10px;
}
.conceptbox .boxtext .des {
    font-size: 16px;
    line-height: 2.2;
}
.conceptbox .boxtext .btn {
    display: block;
    width: 100%;
    margin-top: 40px;
}
.conceptbox .boxtext .btn a {
    display: block;
    text-align: center;
    font-family: "メイリオ";
    font-size: 19px;
    color: #FFFFFF;
    padding: 15px 0;
    letter-spacing: 2px;
    text-decoration: none;
    background: url(../img/concept/button_arrow_icon.png) no-repeat 94.5% center;
    background-color: #d70046;
}
*/

.cer_box .title {
    color: #fff;
    font-size: 30px;
    font-family:
    YuMincho,    /* Mac用 */
    'Yu Mincho', /* Windows用 */
    serif;
    text-align: center;
    letter-spacing: 10px;
    padding-top: 100px;
    padding-bottom: 25px;
    width: 1200px;
    margin: 0 auto;
    border-bottom: 1px solid #fff;
}
.cer_box .title.enTitle{
    letter-spacing: 2px;
}
.cer_box .boxtext {
    text-align: center;
    line-height: 2.2;
    font-size: 16px;
    padding: 24px 0px 0px;
    color: #fff;
}

.select_result .mCSB_outside + .mCSB_scrollTools {
    right: 0;
}

.select_result .mCSB_buttonUp,
.select_result .mCSB_buttonDown {
    display: none!important;
}

.select_result .mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    border-radius: 0;
    background-color: #fff;
}

.select_result .mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
    width: 1px;
    background: #fff;
}

.select_result .mCSB_scrollTools .mCSB_dragger {
    height: 60px!important;
    max-height: 60px;
}


/* Style SP */

@media (max-width: 767px) {
    .text_begin {
        padding: 21px 0;
        background-size: 200px;
        margin: 40px 0 35px;
    }
    .conceptbox {
        width: 100%;
        margin-bottom: 60px;
    }
    .conceptbox .wrapcol .col {
        width: 100%;
    }
    .conceptbox .boxtext {
        width: 92%;
        float: none;
        padding: 40px 0 60px;
    }
    .conceptbox .wrapcol .col.right .boxtext,
    .conceptbox .wrapcol .col.left .boxtext {
        float: none;
        margin: 0 auto;
    }
    .conceptbox .boxtext h3 {
        text-align: center;
        font-size: 24px;
        margin-bottom: 12px;
    }
    .conceptbox .boxtext .btn {
        margin-top: 30px;
    }
    .productbox {
        padding-bottom: 80px;
        background-size: 130%;
    }
    .productbox .inner .title {
        width: 100%;
    }
    .productbox .inner .boxtext {
        text-align: left;
        font-size: 15px;
    }
    .productbox .wrapcol .col {
        width: 100%;
    }
    .productbox .wrapcol .col.left,
    .col.right {
        width: 100%;
        /* padding-top: 33%; */
        /* padding-left: 4%; */
        padding-right: 0;
    }
    .productbox .wrapcol .col.left.style_sp,
    .col.right.style_sp {
        padding-top: 0;
        padding-left: 0;
        padding-right: 35px;
    }
    .productbox .wrapcol .col.right.class_sp {
        padding-top: 10%;
    }
    .productbox .ab_box .title_ab {
        font-size: 20px;
        color: #d4a500;
        margin-bottom: 20px;
    }
    .productbox .ab_box {
        width: 100%;
        /* margin-left: -4%; */
        margin-top: -80%;
        /* float: left; */
        height: auto;
        margin-right: 0;
        padding: 5% 5% 5% 5%;
    }
    .productbox .wrapcol .col.right.class_sp .ab_box {
        /* margin-top: -93%; */
    }
    .productbox .ab_box .des_ab {
        font-size: 14px;
        line-height: 2;
    }
    .pattern {
        padding-bottom: 40px;
    }
    .cer_box .data_tab .select_result {
        overflow: visible;
        height: auto;
    }
    .cer_box {
        padding-bottom: 100px;
    }
    .cer_box .title {
        width: 100%;
    }
    .cer_box .boxtext {
        text-align: left;
        font-size: 15px;
    }
    .cer_box .wrapcol .col {
        width: 100%;
    }
    .cer_box .wrapcol .col img{
        max-width: initial;
    }
    .cer_box .col_img.left {
        padding-right: 10px;
    }
    .cer_box .col_img.right {
        padding-left: 10px;
    }
    .cer_box .wrapcol .col.left.sp {
        margin: 20px 0;
    }
    .cer_box .img_cer.sp {
        width: 70%;
        margin: 0 auto;
        overflow: hidden;
    }
    .cer_box .madejp {
        width: 80%;
        margin: 70px auto 40px;
        overflow: hidden;
        text-align: center;
        font-size: 34px;
    }
    .cer_box .select_cer {
        margin: 0 auto 0px;
    }
    .cer_box .select_cer .txt_select {
        font-size: 18px;
    }
    .cer_box .result_text {
        font-size: 15px;
    }
    .slidebox {
        background-position: 80% top;
    }
    .slidebox .title {
        width: 100%;
    }
    .slidebox .boxtext {
        text-align: left;
        font-size: 15px;
    }
    .slidebox .wrap_slider {
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
        padding-bottom: 60px;
    }
    .slidebox .wrap_position {
        width: 150%;
        margin-left: -25%;
    }
    .slidebox .title_slide {
        width: 100%;
        margin: 59px auto 33px;
        text-align: center;
    }
    .slidebox ul {
        margin: 0px auto 50px;
        list-style: none;
    }
    .slidebox .bx-wrapper .bx-viewport {
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none;
        left: 0;
        background: transparent;
        /*fix other elements on the page moving (on Chrome)*/
        -webkit-transform: translatez(0);
        transform: translatez(0);
    }
    .slidebox ul li .text_slide {
        font-size: 15px;
        color: #fff;
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        text-align: center;
        padding: 44.4% 0;
    }
    .slidebox ul li a img {
        width: 100%;
    }
}

@media (max-width: 414px) {
    .text_begin {
        padding: 10px 0;
    }
    .wrapcol.style_sp {
        height: 675px;
        overflow-y: auto;
    }
    .productbox .wrapcol .col.left,
    .col.right {
        /* padding-top: 75%; */
    }
    .productbox .ab_box {
        margin-top: 10px;
    }
    .productbox .wrapcol .col.right.class_sp {
        padding-top: 10%;
    }
    .productbox .wrapcol .col.right.class_sp .ab_box {
        margin-top: 10px;
    }
}

@media (max-width: 375px) {
    .productbox .ab_box {
        width: 100%;
    }
    .wrapcol.style_sp {
        height: 730px;
    }
}

@media (max-width: 320px) {
    .wrapcol.style_sp {
        height: 800px;
    }
}
