.content p{
    font-size: 14px;
    color: #242424;
    letter-spacing: 0.05em;
    line-height: 2em;
}


@media screen and (min-width:768px){
.content h3{
    color: #2f2f2f;
    letter-spacing: 0.05em;
    text-align: center;
    font-size: 28px;
    margin-bottom: 50px;
    border-bottom: none;
}
.content section{
    padding: 80px 0 80px;
}
.content .inner-box{
    overflow: hidden;
    max-width: 1300px;
    min-width: 900px;
    margin: 0 auto;
}
#pcg{
    position: relative;
}
#pcg .pcg-img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
}
#pcg img {
    width: 100%;
    height: auto;
}
#pcg .pcg-txt{
    position: absolute;
    z-index: 2;
    width: 50%;
    margin: 19% 0 0 6%;
    max-width: 800px;
}
/*collabo-wrap*/

.collabo-wrap{
    overflow: hidden;
}
.collabo-wrap .collabo-txt{
    margin: 0 auto;
    text-align: center;
}
.collabo-wrap .insta{
     margin: 50px 0 80px;
     font-size: 16px;
} 

/*item-wrap*/
.item-wrap{
    background:#f4edf3;
    overflow: hidden;
    padding: 0 0 0 80px !important;
    padding-bottom: 10%!important;
}

.item-wrap .item-box{
    width: 1000px;
    margin: 0 auto 20px;
    overflow: hidden;
    position: relative;
}
.item-wrap .item{
    overflow: hidden;
}
.item-wrap .item .item-01{
    position: absolute;
    margin: -80px 0 0 -50px;
    width: 45%;
    max-width: 650px;
    min-width: 500px;
}
.item-wrap .item .item-text{
    width: 45%;
    float: right;
    margin: 5% 0 0 5%;
}
.item-wrap .item .item-01 img{
    width: 100%;
}
.item-wrap .dital{
    clear: both;
    margin-top: 150px;
}
.item-wrap .dital .dital-txt{
    float: left;
    width: 40%;
    background: #a16bb3;
    padding: 60px 200px 60px 50px;
}
.item-wrap .dital .dital-txt h5{
    color: #fff;
    font-size:18px;
}
.item-wrap .dital .dital-txt p{
    color: #fff;
    margin-bottom: 20px;
    font-size: 13px;
}

.item-wrap .item-02 {
    position: absolute;
    margin: 3% 0 0 36%;
    width: 55%;
    max-width: 700px;
    min-width: 500px;
}
.item-wrap .item-02 .item-text{
    width: 44%;
    float: left;
    margin: 10% 0 0 2%;
}
.item-wrap .dital .item-02 img{
    width: 100%;
}
.item-text h4{
    font-size: 23px;
    color: #2c2c2c;
    margin-bottom: 20px;
}
.item-wrap .item-price p{
    font-size: 25px;
    line-height: 1.2em;
}
.item-wrap .item-price .s-txt{
    font-size: 14px;
}
.item-wrap .item-price .fanclub{
    color: #720b67;
}
.item-wrap .link a{
    display: block;
    background: #720b67;
    width: 240px;
    text-align: center;
    margin-top: 30px;
    color: #fff;
    font-size: 14px;
    padding: 14px 0;
    border: 3px solid #720b67;
}
.item-wrap .link a:hover {
    background: #FFF;
    border: 3px solid #720b67;
    text-align: center;
    color: #720b67;
}
/*design-wrap*/
.design-wrap p{
    text-align: center;
}
.design-wrap img{
    width: 80%;
    max-width: 1100px;
}

/*photo-wrap*/
.photo-wrap{
    background: #f4edf3;
    overflow: hidden;
}
.photo-wrap img{
    width: 100%;
}
.photo-wrap .photo-01,.photo-02, .photo-01{
    overflow: hidden;
}
.photo-wrap .left{
    float: left;
}
.photo-wrap .right {
    float: right;
}
.photo-01 .left{
    margin: 9% 0 0 17%;
    width: 32%;
}
.photo-01 .right{
    margin: 3% 10% 0 0;    
    width: 29%;
}
.photo-02 .left{
    margin: 0 0 0 9%;
    width: 26%;
}
.photo-02 .right{
    margin: 10% 19% 0 0;
    width: 40%;
}
.photo-03 .left{
    margin: 3% 0 0 16%;
    width: 27%;
}
.photo-03 .right{
    width: 40%;
    margin: 12% 10% 5% 2%;
}

/* item-03*/
.bg-wt{
    background: #fff;
    padding-bottom: 80px!important;
}
.item-wrap .item .item-03{
    float: left;
    margin: 80px 0 0 0;
    width: 45%;
}

.item-wrap .item .item-03 img{
    width: 100%;
    max-width: 550px;
    min-width: 350px;
}
.item-wrap .item .item-text03{
    margin: 9% 0 0 5%;
} 

/* attention-wrap */
.attention-wrap{
  background:#f4edf3;
}
.attention-wrap h3{
  color:#720b66;
}
.attention-wrap ul{
    width: 55%;
    margin: 0 auto;
    border: solid 2px #720b66;
    padding: 2.5% 4%;
}
.attention-wrap ul li{
    line-height: 2em;
}
.attention-wrap ul li span{
    color: #e40d50;
    margin-right: 3px;
}



}
/* end media query*/
@media screen and (max-width:767px){

.content img{
    width: 100%;
}
.content {
	overflow:hidden;
}
section h3{
    color: #2f2f2f;
    text-align: center;
    font-size: 20px;
    border-bottom: none;
}


/*collabo-wrap*/
.inner-box {
    margin: 12% 3% 10%;
}
.collabo-wrap img{
    width:65%;
    margin: 0 auto 20px;
    display: inherit;
}
.collabo-wrap .collabo-txt img{
    width:50%;
}
.collabo-wrap .insta{
    margin: 20px 0 50px;
    font-size: 16px;
    text-align: center;
} 
/*concept-wrap*/
.concept-wrap{
    background:#f4edf3;
    overflow: hidden;
}
.concept-wrap .concept-img{
    width: 70%;
    margin: 0 auto 20px;
}
.concept-wrap p{
    margin-bottom:30px;
}
.concept-wrap ul{
    width: 80%;
    margin: 0 auto;
    text-align: center;
}
.concept-wrap img{
    width: 90%;
}
.concept-wrap ul h4{
    font-size: 18px;
    margin: 10px 0 15px;
}
.concept-wrap ul p{
    margin-bottom: 40px;
    text-align: left;
}

/*item-wrap*/
.item-wrap{
    background:#f4edf3;
    overflow: hidden;
    padding: 20px 0 125px 0;
}
.item-wrap .item-img{
    width: 80%;
    margin: 0 auto;
}

.item-wrap h4{
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 20px;
}
.item-wrap .case-text{
    margin-bottom: 20px;
    padding: 0 3%;
}


.item-wrap .item-price{
    margin-bottom:30px;
    font-size:24px;
    line-height: 28px;
    text-align: center;
}
.item-wrap .item-price .s-txt{
    font-size:15px;
}
.item-wrap .item-price .fanclub{
    color: #720b67;
}

.item-wrap .link{
    width: 80%;
    margin: 0 auto 40px;
}
.item-wrap .link a{
    display: block;
    background: #720b67;
    text-align: center;
    margin-top: 30px;
    color: #FFF;
    font-size: 14px;
    padding: 14px 0;
    border: 3px solid #720b67;
}

.item-wrap .link a:hover {
    background: #720b67;
    border: 3px solid #720b67;
    text-align: center;
    color: #fff;
}

.item-wrap .dital .dital-txt{
    background: #a16bb3;
    padding: 8% 7% 25%;
}
.item-wrap .dital .dital-txt h5{
    color: #fff;
    font-size:16px;
}
.item-wrap .dital .dital-txt p{
    color: #fff;
    margin-bottom: 20px;
    font-size: 12px;
}
.item-wrap .dital .item-02{
    position: absolute;
    margin: -80px 25px 0 0;
}

/* design-wrap*/

.design-wrap{
    margin: 5% 3% 5%;
}

/*photo-wrap*/
.photo-wrap{
    background: #f4edf3;
    padding: 5% 0 8%;
}
.photo-wrap .photo-01 .left{
    width: 63%;
    margin: 2% 0 3% 4%;
}
.photo-wrap .photo-01 .right{
    width: 73%;
    margin: 3% 0 7% 18%;
}
.photo-wrap .photo-02 .left{
    width: 49%;
    margin: 11% 0 5% 8%;
}
.photo-wrap .photo-02 .right{
    width: 80%;
    margin: 0 0 4% 15%;
}
.photo-wrap .photo-03 .left{
    width: 65%;
    margin: 10% 0 9% 23%;
}
.photo-wrap .photo-03 .right{
    width: 60%;
    margin: 2% 0 0 4%;
}
/*bg-wt*/
.bg-wt{
    background: #fff;
    padding: 5% 0 2%!important;
}

/* attention-wrap */
.attention-wrap{
    border: 2px solid #720b66;
    padding: 2% 3%;
    margin: 3% 3% 8%;
}
.attention-wrap h3{
    color: #720b66;
    text-align: center;
}

.attention-wrap ul li{
    line-height: 2em;
}
.attention-wrap ul li span{
    color: #e40d50;
    margin-right: 3px;
}








/* end media query*/}
