@charset "EUC-JP";
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
.onlypc{
  display:block;
}
.onlyhp{
  display:none;
}
.lookbookwrap{
  margin: 0 calc(50% - 50vw);
}
.lookbookwrap img{
  width:100%;
  height:auto;
}
.lookbookwrap{
    
    
}
.lookbook{
  background-color: #fff;
}
.lookbook_topimg{

}
.lookbook_topimg img{
  width:100%;
  height:auto;
}
.lookbook_inner_left{
  width:30%;
  float:left;
}
.lookbook_inner_left ul li{
  display:block;
  width:100%;
  text-align:left;
}

.lookbook_inner_right{
  width:70%;
  float:left;
}
.lookbook_inner_right ul li{
  display:block;
}
.lookbook_inner_right ul li p{
  text-align:left;
}
.lookbook_inner_right ul li:nth-of-type(1){
  width:60%;
}
.lookbook_inner_right ul li:nth-of-type(2){
  width:100%;
}
.lookbook_inner_right ul li:nth-of-type(3){
  width:100%;
}
.lookbook_inner_right ul li:nth-of-type(4){
  width:60%;
}
.lookbook_inner_right ul li:nth-of-type(5){
  width:100%;
}
.lookbook_inner_right ul li:nth-of-type(6){
  width:100%;
}
.lookbook_inner_right ul li:nth-of-type(7){
  width:60%;
}
.lookbook_inner_right ul li:nth-of-type(8){
  width:100%;
}
.lookbook_inner_right ul li:nth-of-type(9){
  width:60%;
}
.lookbook_inner_right ul li:nth-of-type(10){
  width:100%;
}
.lookbook_inner_right ul li:nth-of-type(11){
  width:100%;
}
.lookbook_inner_right ul li:nth-of-type(1) img{
  width:100%;
  height:auto;
}
.lookbook_inner_right ul li:nth-of-type(2) img{
  width:100%;
  height:auto;
}
.lookbook_inner_right ul li:nth-of-type(3) img{
  width:100%;
  height:auto;
}
.lookbook_inner_right ul li:nth-of-type(4) img{
  width:100%;
  height:auto;
}
.lookbook_inner_right ul li:nth-of-type(5) img{
  width:100%;
  height:auto;
}
.lookbook_inner_right ul li:nth-of-type(6) img{
  width:100%;
  height:auto;
}
.lookbook_inner_right ul li:nth-of-type(7) img{
  width:100%;
  height:auto;
}
.lookbook_inner_right ul li:nth-of-type(8) img{
  width:100%;
  height:auto;
}
.lookbook_inner_right ul li:nth-of-type(9) img{
  width:100%;
  height:auto;
}
.lookbook_inner_right ul li:nth-of-type(10) img{
  width:100%;
  height:auto;
}
.lookbook_inner_right ul li:nth-of-type(11) img{
  width:100%;
  height:auto;
}


a:hover {
	opacity: 0.7;
}


.mainbanner {
    max-width: 1000px;
    margin: 0 auto 0;
}
.mainbanner img{
    width:100%;
}

.pagetop {
    margin-bottom: 52px;
}
.pagetop_icon {
    line-height: 1;
    letter-spacing: 0.1em;
    margin: 0 auto;
    text-align: center;
}
.inner {
    max-width: 1000px;
    width:100%;
    margin: 0 auto;
}
.pagetop_icon {
    line-height: 1;
    letter-spacing: 0.1em;
    margin: 0 auto;
    text-align: center;
}
.pagetop_icon a {
    color: #f1b5b5;
    position: relative;
    font-size: 18px;
}
.pagetop_icon a::before, .pagetop_icon a::after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.pagetop_icon a::before {
    bottom: 32px;
    width: 74px;
    height: 74px;
    border-radius: 50%;
    background: #f1b5b5;
}
.pagetop_icon a::after {
    top: -103px;
    width: 20px;
    height: 20px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(-45deg);
}
#wrapper {
    padding-bottom: 240px;
    position: relative;
}

/*1.フェードインアニメーションの指定*/
.scrollanime {opacity: 0;} /*一瞬表示されるのを防ぐ*/
.fadeInDown {
    animation-name: fadeInDown;
    animation-duration: 5s;
    animation-fill-mode: forwards;
}
@keyframes fadeInDown {
    0% {
        opacity: 0;         
    }
    100% {
    opacity: 1;
    transform: translate(0);
    }
}
@media screen and (min-width: 0px) and (max-width: 559px){
.onlypc{
  display:block;
}
.onlyhp{
  display:none;
}
.timesale{
    
    
}


a:hover {
    opacity: 0.7;
}

.linkbutton{
    width: 80%;
    background-color: #fbb6b5;
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}


.mainbanner {
    margin: 0 auto 0;
    width: 95%;
}

.pagetop {
    margin-top: 48px;
    margin-bottom: 36px;
}
.inner {
    width: 100%;
}
.pagetop_icon a {
    font-size: 15px;
}
.pagetop_icon a::before {
    bottom: 26px;
    width: 56px;
    height: 56px;
}

.pagetop_icon a::after {
    top: -79px;
    width: 16px;
    height: 16px;
}
#wrapper {
    padding-bottom: 84px;
}
.lookbook_inner_left{
  display:none;
}


.lookbook_inner_right{
  width:100%;
  float:none;
}
.lookbook_inner_right ul{
  padding-left:0;
}
.lookbook{
  padding-top:50px;
}

}