@charset "UTF-8";
/* CSS Document */

/*drawer-css re-write*/
.drawer-hamburger {
    top: 30px !important;
}
/*common-header re-write*/
#common-header.fix .drawer-hamburger {
    top: 22px !important;
}

/*-----------------------------------------------
  SP
-----------------------------------------------*/

/*layout
-----------------------------------------------*/
#coffretstyle.top .hero > .hero__element {
    margin: 50px 0 50px;
    padding: 0 6%;
}
#coffretstyle.top .block {
    padding: 0;
    margin: 0 auto 75px;
}
#coffretstyle.top .block:last-child {
    padding: 0;
    margin: 0 auto 0;
}
#coffretstyle.top .block > .block__element {
    margin: 0 0 50px;
    padding: 0 6%;
}
#coffretstyle.top .block > .block__element:last-child {
    margin: 0 auto;
}


/*hero
-----------------------------------------------*/


/*contents
-----------------------------------------------*/
#coffretstyle.top .no {
    position: absolute;
    width: 45%;
    margin: -25px 6%;
    z-index: 5;
}
#coffretstyle.top .contents .main-image {
    position: relative;
    margin: 0;
    z-index: 1;
}
#coffretstyle.top .title {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
}
#coffretstyle.top .contents .title:after {
    content: '';
    display: block;
    background: #4c4949;
    height: 1px;
    width: 80px;
    margin: 15px auto;
}
#coffretstyle.top .block .block__element .item-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 30px 0;
    text-align: left;
}
#coffretstyle.top .block .block__element .item-list::after {
    content:"";
    display: block;
    width:30%;
}
#coffretstyle.top .block .block__element.brand .item-list {
    text-align: center;
}
#coffretstyle.top .block .block__element .item-list li {
    width: 47%;
    margin: 0 0 20px;
}
#coffretstyle.top .block .block__element .item-list li.comingsoon {
    pointer-events: none;
    /*opacity: 0.5;*/
}
#coffretstyle.top .block .block__element.brand .item-list li {
    width: 44%;
    margin: 0 3% 20px;
}
/*#coffretstyle.top .block .block__element .item-list li:last-child {
    width: 47%;
    margin: 0 0 0;
}*/
#coffretstyle.top .block .block__element .item-list li .item-img {
    margin: 0 0 15px;
}
#coffretstyle.top .block .block__element.brand .item-list li .item-img {
    margin: 0 0 10px;
    border-radius: 50%;
}
#coffretstyle.top .block .block__element .item-list li .item-txt {
    font-size: 12px;
}
#coffretstyle.top .block .block__element .item-list li .item-txt .item-txt-jp {
    font-size: 10px;
    color: #898989;
}
#coffretstyle.top .cover {
    position: relative;
}
#coffretstyle.top .cover p {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
}
#coffretstyle.top .comingsoon .item-img {
    opacity: 0.5;
}
#coffretstyle.top .comingsoon .item-txt {
    opacity: 0.5;
}

/*coffret-info
-----------------------------------------------*/
#coffretstyle.top .title:after {
    content: '';
    display: block;
    background: #535353;
    height: 1px;
    width: 100%;
    margin: 10px auto;
}
#coffretstyle.top .title .title-jp {
    font-size: 12px;
    font-weight: normal;
    color: #898989;
}

/*anchor
-----------------------------------------------*/
.anchor {
    display: block;
    margin-top: -100px;
    padding-top: 100px;
}



@media screen and (min-width: 600px) {
/*-----------------------------------------------
  PC
-----------------------------------------------*/
#coffretstyle.top .sp { display: none;}
#coffretstyle.top .pc { display: block;}

/*base 
-----------------------------------------------*/
#coffretstyle.top {
    background: #f8f8f8;
}

/*hero 
-----------------------------------------------*/
#coffretstyle.top .hero {
    text-align: center;
}

/*contents 
-----------------------------------------------*/
#coffretstyle.top .block {
	width: 80%;
    margin: 0 auto;
    /*background: #fff;*/
}
#coffretstyle.top .no {
    position: absolute;
    width: 260px;
    margin: -38px 0 0 -18px;
    z-index: 5;
}
#coffretstyle.top .block .block__element {
    padding: 0;
    margin: 0 0 90px;
    /* background: #fff; */
}
#coffretstyle.top .block .main-image {
    position: relative;
    margin: 25px 0 0;
    z-index: 1;
}

#coffretstyle.top .block .block__element .item-list li {
    width: 30%;
    margin: 0 0 20px;
}
#coffretstyle.top .block .block__element.brand .item-list li {
    width: 30%;
    margin: 0 0 20px;
}
/*#coffretstyle.top .block .block__element.brand .item-list li:nth-of-type(3n) {
    width: 30%;
    margin: 0 0 20px 0;
}*/

/*feature-and-column
-----------------------------------------------*/
.anchor {
    display: block;
    margin-top: -120px;
    padding-top: 120px;
}



}/*media screen*/