.h2_p2{
    display: block;
    text-align: center;
    font-size: 40px;
    line-height: 36px;
    letter-spacing: 0.07em;
    margin-top: 50px;
}

.inner {
    width: 1050px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 20px;
    zoom: 1;
}

section > .inner {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 22px;
}

.photo-box {
    width: 600px;
    float: left;
    position: relative;
}

#slider_main {
    border: 1px solid #d6d1c7;
    overflow: hidden;
}

.photo-box.new ul:first-of-type {
    position: relative;
}
/*
.photo-box.new ul:first-of-type:before {
    position: absolute;
    content: "NEW";
    display: block;
    width: 51px;
    height: 51px;
    border: 1px solid #ab905d;
    border-radius: 100%;
    background-color: #fff;
    z-index: 10;
    text-align: center;
    line-height: 54px;
    color: #ab905d;
    right: 10px;
    top: 10px;
    font-family: 'Myriad Pro', 'PT Sans', sans-serif;
    font-weight: lighter;
    vertical-align: middle;
    font-size: 16px;
    letter-spacing: 1px;
}  */

#slider_nav {
    width: 600px;
    height: 70.8px;
    overflow: visible;
    margin-top: 10px;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

#slider_nav .photo {
    height: 70.8px;
    position: relative;
    float: left;
    margin-right: 1%;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    outline: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#slider_nav .photo:first-child {
    margin-left: 0;
}

#slider_main .photo img {
    width: 100%;
    height: 100%;
    display: block;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    }

.slick-track:before, .slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.text-box {
    width: 400px;
    float: right;
}

.text-box > p {
    color: #595959;
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 34px;
    margin-top: 12px;

}
.text-box .price {
    background-color: #f7f7f7;
    padding: 16px 27px; 
}

.text-box .price h4 {
    color: #ab915d;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 1.5;
    text-align: left;
}

.sns-box {
    margin-top: 28px;
    overflow: hidden;
    *zoom: 1;
}

.notes li {
    list-style: none;
    position: relative;
    font-size: 11px;
    line-height: 1.84;
    letter-spacing: -0.5px;
    color: #ab915d;
}

.notes li:before {
    display: inline;
    content: "※";
    left: -2em;
}

.text-box li:before {
    position: absolute;
}

.tweet {
    float: left;
    height: 22px;
    margin-right: 10px;
}

.sns-wrap {
    float: right;
    overflow: hidden;
    *zoom: 1;
}

.square_btn {
    padding: 0.5em 1em;
    text-decoration: none;
    background: #E8588E;
    color: #FFF;
    border-radius: 4px;
    box-shadow: 0px 0px 0px 5px #E8588E;
    border: dashed 1px #FFF;
    text-align: center;
    margin-top: 20px;
}

.square_btn a {
    color: #FFF;
}

.square_btn:hover{
	border: dotted 1px #FFF;
}

@media only screen and (max-width:768px){

#slider_main .photo img {
    width: 60%;
}

.inner {
    width: auto;
}

.photo-box {
    width: 350px;
}

.text-box {
    width: 330px;
}

.text-box > p {
    font-size: 13px;
    line-height: 1.5;
    margin-top: 15px;
}

.text-box .price h4 {
    font-size: 15px;
}

.text-box .price p {
    font-size: 12px;
}

.notes li {
    list-style: none;
    position: relative;
    font-size: 10px;
    line-height: 1.5;
    letter-spacing: -0.8px;
    color: #ab915d;
}

.text-box .price {
    padding: 10px 20px;
}

}

@media(max-width:640px){

.photo-box {
    width: 317px;
    float: none;
}

.h2_p2 {
    font-size: 20px;
    line-height: 0px;
    margin-top: 40px;
}

#slider_main .photo img {
    width: 53%;
}


.sns-box {
    margin-top: 0px;
}

.sns-wrap {
    float: left;
}


.text-box {
    width: 320px;
    float: none;
}
}