* {
    margin: 0px;
    padding: 0px;
    font-family: 'Noto Sans JP', sans-serif;
}

a {
    color: #000000;
}

.pageHeader {
    padding: 80px 0px;
    background-color: #e6e6e6;
}
.ec-layoutRole .ec-layoutRole__contents{
    max-width: 100%;
}
.slick-prev:before, .slick-next:before{
    font-size: 0;
}
.pageHeader h1 {
    color: #000000;
    text-align: center;
    letter-spacing: 0.1rem;
    font-size: 40px;
    font-weight: 600;
}

.pageHeader span {
    display: inline-block;
    width: 100%;
    font-size: 50%;
}

@media screen and (max-width:799px) {
    .pageHeader {
        padding: 50px 0px;
    }

    .pageHeader h1 {
        line-height: 60px;
    }
}

/*----*/
.relative_cat {
    display: none;
}

.col-sm-9 {
    padding-left: 0px;
    padding-right: 0px;
}

.col-md-12 {
    float: none;
    padding-left: 0px;
    padding-right: 0px;
}

.inner,
div#main.col-sm-9,
#main_middle {
    max-width: 10000px !important;
}

/*----*/
.cce_breadcrumb {
    margin: 20px 0px;
    padding-left: 50px;
    font-size: 14px;
    font-weight: 500;
}

.cce_breadcrumb span.v {
    margin: 0px 5px;
}

@media screen and (max-width:799px) {
    .cce_breadcrumb {
        width: 90%;
        margin: 20px auto;
        padding-left: 0px;
    }
}

.mainWrap {
    max-width: 800px;
    width: 100%;
    margin: auto;
}

@media screen and (max-width:799px) {
    .mainWrap {
        width: 90%;
    }
}

@media screen and (max-width:599px) {
    .mainWrap {
        width: 100%;
    }
}

/*------*/
.introductionWrap {
    margin: 60px auto 0px;
    padding-bottom: 40px;
}
.constructionNo{

}

.constructionInfo{
    display: flex;
    justify-content: space-between;
}
.constructedArea,
.tags{
    width: 50%;
}
.constructionInfo .tags p{
    text-align: right;
}
.constructionInfo .tags p a{
    color: #0092C4;
    margin-left: 10px;
}
.constructionInfo .tags p a.black{
    color: #000000;
}
@media screen and (max-width:599px) {
    .constructionNo,
    .introductionTitle,
    .constructionInfo,
    .commentWrap,
    .introductionProductArea {
        width: 90%;
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .constructedArea p {
        font-size: 85%;
    }
}

.introductionTitle {
    font-weight: 500;
    font-size: 32px;
    margin-top: 0px;
}

.introductionImgArea {
    display:block;
    margin-top: 30px;
}

.introductionImgMainWindow {
    display:block;
    padding: 0px 10%;
    background-color: #f0f0f0;
}

@media screen and (max-width:599px) {
    .introductionImgMainWindow {
        padding: 0px 0px;
    }
}

.introductionImgList {
    margin-top: 20px;
}

.introductionImgArea button.slick-prev,
.introductionImgArea button.slick-next {
    position: absolute;
    top: 45%;
    width: 60px;
    height: 60px;
    border: 0px solid #ffffff;
    border-radius: 30px;
    background-color: #ffffff;
}

@media screen and (max-width:799px) {

    .introductionImgArea button.slick-prev,
    .introductionImgArea button.slick-next {
        width: 100px;
        height: 100px;
        border-radius: 50px;
    }
}

@media screen and (max-width:599px) {

    .introductionImgArea button.slick-prev,
    .introductionImgArea button.slick-next {
        display: none !important;
    }
}

.introductionImgArea button.slick-prev {
    left: 16px;
    /*margin-right: 60px;*/
    z-index: 5;
}

.introductionImgArea button.slick-next {
    right: 16px;
}

@media screen and (max-width:799px) {

    .introductionImgArea button.slick-prev,
    .introductionImgArea button.slick-next {
        width: 80px;
        height: 80px;
        border-radius: 40px;
        top: 40%;
    }

    .introductionImgArea button.slick-prev {
        left: -10px;
    }

    .introductionImgArea button.slick-next {
        right: -10px;
    }
}

@media screen and (max-width:649px) {

    .introductionImgArea button.slick-prev,
    .introductionImgArea button.slick-next {
        width: 60px;
        height: 60px;
        border-radius: 30px;
    }
}


.introductionImgArea ul {
    width: 100%;
}

.introductionImgArea ul li {
    width: 22%;

    list-style-type: none;
}

.introductionImgArea ul li img {
    width: 100%;
}

.introductionImgArea ul.introductionImgList li {
    margin-right: 10px;
}

.commentWrap {
    margin: 20px 0px;
}

@media screen and (max-width:799px) {
    .commentWrap {
        font-size: 120%;
    }
}

.commentTitle {
    font-weight: bold;
}

.introductionComment {
    margin-top: 10px;
}

.commentWrap.dim .introductionComment {
    overflow: hidden;
    height: 200px;
}

.commentWrap.dim .readmore {
    position: relative;
    z-index: 5;
    margin-top: -200px;
    height: 200px;
    background: linear-gradient(to bottom, transparent 10%, white, white);
    /*background: linear-gradient(to bottom, transparent 10%, red, blue);*/
}



/*.commentWrap .readmore a{
        display: block;
        position: relative;
        top: 100px;
        width: 80%;
        margin: 20px auto;
        padding: 16px 0px;
        border: 1px solid #000000;
        border-radius: 25px;
        background-color: #ffffff;
        font-size:18px;
        line-height: 18px;
        text-align: center;
    }*/

.commentWrap .readmore img.cce_pc {
    display: block;
    margin: auto;
    width: 450px;
}

.commentWrap.dim .readmore img.cce_pc.cce_c_open {
    position: absolute;
    right: 0;
    left: 0;
    top: 120px;
}

.commentWrap .readmore img.cce_sp {
    display: none;
    margin: auto;
    width: 228px;
}

.commentWrap.dim .readmore img.cce_sp.cce_c_open {
    position: absolute;
    right: 0;
    left: 0;
    top: 120px;
}

@media screen and (max-width:799px) {
    .commentWrap .readmore a {
        width: 300px;
    }
}

@media screen and (max-width:599px) {
    .commentWrap .readmore img.cce_pc {
        display: none;
    }

    .commentWrap .readmore img.cce_sp {
        display: block;
    }
}

.commentWrap .readmore img.cce_c_hide {
    display: none;
}


.introductionProductArea {
    border: 1px solid #000000;
}

.introductionProductLabel {
    display: inline-block;
    width: 180px;
    padding-top: 6px;
    padding-bottom: 6px;
    text-align: center;
    background-color: #000000;
    color: #ffffff;
    font-size: 12px;
}

.productWrap {
    display: flex;
    padding: 10px;
    width: 100%;
}

.productImg {
    width: 50%;
}

.productImg img {
    display: block;
    margin: auto;
    max-width: 300px;
}

.productImg p.constructedModel {
    text-align: center;
    font-weight: bold;
    font-size: 90%;
}

.productDetail {
    width: 50%;
}

.productDetail a {
    color: #24a1cd;
    text-decoration-line: none;
}

.productInfo {
    text-decoration: underline;
    font-size: 14px;
}

.productImg img {
    display: block;
    margin: auto;
    max-width: 300px;
}

img.productLinkBtn {
    display: block;
    width: 80%;
    margin: 20px auto 0px;
}

/*
    div.productLinkBtn {
        background-color: #008c95;
        width: 80%;
        height: 30px;
        margin-top: 20px;
        line-height: 30px;
        text-align: center;
        border-radius: 15px;
        font-size: 12px;
        color: #ffffff;
        box-shadow: 0px 5px 30px -10px #000000;
    }
    */

@media screen and (max-width:599px) {
    .productWrap {
        display: block;
    }

    .productImg {
        width: 100%;
    }

    .productImg p.constructedModel {
        font-size: 80%;
    }

    .productDetail {
        width: 100%;
    }

    .productInfo {
        margin-top: 20px;
        text-align: center;
    }

    .productImg img {
        max-width: 120px;
    }

    /*
        div.productLinkBtn {
            margin: 20px auto 40px;
            height: 60px;
            line-height: 60px;
            border-radius: 30px;
            font-size:20px;
        }
        */
}



/*.introductionTitle{}*/