@charset "utf-8";

/*-----------------------------------------------------------------------------------
  ページビジュアル
-----------------------------------------------------------------------------------*/

.visual {
    background-image: url("../../images/product/visual.jpg");
}


/* -----------------------------------------------------------------------------
	product
 -------------------------------------------------------------------------------*/

#product .inner {
    padding-top: 0;
}

@media screen and (max-width: 1260px) {
    #product .inner {
        margin-top: 0;
    }
}

#product h2 {
    padding-top: 70px;
    padding-bottom: 0.25em;
    margin-bottom: 1.5em;
    border-bottom: 1px solid #ccc;
    font-size: 175.0%;
    text-align: left;
    font-weight: normal;
    text-indent: 0.5em;
}

#product .pdbox {
    width: 100%;
    height: auto;
    overflow: hidden;
}

#product .pdbox .imgbox {
    float: left;
    width: 50%;
    max-width: 590px;
    height: 300px;
    background-color: #060806;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    text-indent: 200%;
    white-space: nowrap;
    box-sizing: border-box;
}

#product .pdbox .photo01 { background-image: url("../../images/product/photo01.png"); background-size: contain;}
#product .pdbox .photo02 { background-image: url("../../images/product/photo02.jpg"); background-size: cover; }
#product .pdbox .photo03 { background-image: url("../../images/product/photo03.jpg"); background-size: contain;}

#product .pdbox .txtbox {
    float: right;
    width: 50%;
    max-width: 590px;
    height: 300px;
    padding-left: 6%;
    vertical-align: middle;
    line-height: 2.5;
    box-sizing: border-box;
}

#product .pdbox .pddesc {
    font-size: 125.0%;
}

#product .pdbox .pddesc span {
    color:#db9b3b;
}

#product .ta-left {
    text-align: left;
}

#product .ta-right {
    text-align: right;
}

#product .inner p {
    line-height: 2;
    letter-spacing: 0.1em;
    margin-bottom: 1em;
}