@charset "UTF-8";

.clearfix:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

#btn-area {
	height: 140px;
}

#btn-all {
	margin: 0 0 80px 250px;
	float: left;
}

.main_box{
	width:980px;
}

div.read p{
    width:100%;
    font-size:16px;
    line-height: 2em;
    font-weight: bold;
    text-align: center;
}

div.itemWrapper{
    width:820px;
    height:540px;
    margin:60px auto 0 auto;
    align-items: center;
    position: relative;
}
div.itemWrapper div.itemImg{
    width:430px;
    height:540px;
    position: absolute;
    top:0;
    left:0;
    padding: 0;
}
div.itemWrapper div.itemImg img{
    width:100%;
    height:auto;
    display:block;
}
div.itemWrapper div.itemTxtWrapper{
    width:430px;
    height:540px;
    padding: 0;
    position: absolute;
    top:0;
    right:0;
    display: flex;
    align-items: center;
    /*background: #f00;*/
    z-index:2;
}
div.itemWrapper div.itemTxtWrapper div.itemTxt{
    width:430px;
    position: relative;
    background: #fff;
    box-sizing: border-box;
    text-align: center;
    padding: 60px 20px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1) ;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1) ;
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1) ;
    -o-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1) ;
    -ms-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1) ;
}
div.itemTxt::before{
    content: "";
    display: block;
    width: 43px;
    height: 35px;
    mask: no-repeat center/100%;
    -webkit-mask: no-repeat center/100%;
    background: #fbc3c3;
    mask-image:url(../../img_a/page/campaign/20210626denimskirt/slash1.png);
    -webkit-mask-image: url(../../img_a/page/campaign/20210626denimskirt/slash1.png);
    position: absolute;
    top:-16px;
    left:30px;
}
div.itemTxt::after{
    content: "";
    display: block;
    width: 43px;
    height: 35px;
    
    mask: no-repeat center/100%;
    -webkit-mask: no-repeat center/100%;
    background: #fbc3c3;
    mask-image: url(../../img_a/page/campaign/20210626denimskirt/slash2.png);
    -webkit-mask-image: url(../../img_a/page/campaign/20210626denimskirt/slash2.png);
    position: absolute;
    bottom:-16px;
    right:30px;
}

div.itemWrapper div.itemTxtWrapper div.itemTxt h2{
    font-size: 20px;
    font-weight:bold;
}
div.itemWrapper div.itemTxtWrapper div.itemTxt p{
    margin-top:20px;
    margin-bottom:20px;
    font-size: 20px;
    font-weight:bold;
}
div.itemWrapper div.itemTxtWrapper div.itemTxt p{
    margin-top:20px;
    margin-bottom:30px;
    font-size: 20px;
    font-weight:bold;
}
div.itemWrapper div.itemTxtWrapper div.itemTxt p span{
    font-size: 18px;
}
div.itemWrapper div.itemTxtWrapper div.itemTxt a:hover{
    opacity: 0.6;
}


.main_box h3{
    text-align: center;
    font-size: 20px;
    color:#333;
    margin-top:80px;
}
.main_box h3 span{
    font-size: 40px;
    color:#ccc;
    font-weight: normal;
}
.main_box h3 span.heightLabel{
    font-size: 40px;
    color:#333;
    font-weight: bold;
}



div.coordinateWtapper{
    width:520px;
    margin: 30px auto 0 auto;
    padding-bottom:10px;
    display:flex;
    justify-content: space-between;
}
div.coordinateWtapper:last-of-type{
    padding-bottom:100px;
}
div.coordinateWtapper:nth-of-type(odd){
    flex-direction: row-reverse;
}
div.coordinateWtapper div.heightLabel{
    width:120px;
    display:flex;
    align-items: center;
    background: url("../../img_a/page/campaign/20210626denimskirt/height_line.png") no-repeat top center;
    background-size: contain;
}
div.heightLabelTxt{
    width:120px;
    height:120px;
    background: #ccc;
    border-radius: 100px;
    font-size: 20px;
    text-align: center;
    display:flex;
    justify-content: center;
    align-items: center;
    line-height: 100%;
}
div.coordinateWtapper div.heightLabelTxt span{
    font-size: 20px;
    font-weight: bold;
    padding-right:3px;
    line-height: 100%;
}
div.coordinateWtapper div.coordinateImg{
    width:370px;
}
div.coordinateWtapper div.coordinateImg img{
    width:370px;
    height:auto;
    display: block;
}
