@charset "UTF-8";
/* CSS Document */


#mobile_header{
    display: none;}

body{
max-width: 100%;
background-color:#fff;
font-family: 'Sawarabi Gothic', sans-serif;
margin: 0;
padding: 0;
letter-spacing : 0!important;
}

img{
vertical-align: bottom;
}

.pop{
font-family: 'Yomogi', cursive;
}

.center{
display: block;
width: 1000px;
margin: 0  auto;
	vertical-align: bottom;
}

.sen a{
display: inline-block;
position: relative;
color: #555;
text-decoration: none;
}
.sen a:before{
content: "";
position: absolute;
left: 0;
bottom: -4px;
width: 100%;
height: 1px;
background: #555;
transform: scale(0, 1);
transform-origin: left;
transition: 0.2s;
}
.sen a:hover:before {
transform: scale(1);
}

.sa {
opacity: 0;
transition: all .6s ease;
}

.sa.show {
opacity: 1;
transform: none;
}




/*-----------------ここから内容うううううううううううううううううう-------------------*/

.mokuji{
text-align: center;
}

.mokuji ul{
padding: 0;
margin: 50px 0;
}
.mokuji a{
font-size: 1.2em;
text-decoration: none;
color: #000;
}

.mokuji li{
display: inline-block;
width:  100px;
text-align: center;
padding: 10px 0;
list-style: none;
margin: 0;
}

.mokuji li:first-child{
border-left: 1px solid #000; 
}

.mokuji li:nth-child(2){
border-left: 1px solid #000; 
border-right: 1px solid #000; 
margin: 0;
}	

.mokuji li:last-child{
border-right: 1px solid #000; 
}


.top2{
position: relative;
}

.top2 p{
position: absolute;
width: 600px;
top: 50%;
left: 50%;
-ms-transform: translate(-50%,-50%);
-webkit-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
text-align: center;
line-height: 2em;
}

#Feauture p:first-child,#Colors p:first-child,#Lineup p:first-child {
display: block;
margin: 0 auto;
padding:200px 0 10px 0;
margin-bottom: 50px;
font-size: 1.5em;
font-weight: 600;
text-align: center;
border-bottom: solid 2px #BC0B0E;
}

#Feauture p:first-child {
width: 150px;
}

#Colors p:first-child{
width: 300px;
}

#Lineup p:first-child{
width: 250px;
}

#Lineup{
border-bottom: 1px solid #000;
padding-bottom: 200px;
margin-bottom: 30px;
}

.f_1,.f_2{
position: relative;
}

.f_1 p{
position: absolute;
font-weight: 100;
bottom: 30px;
right: 40px;
padding: 30px;
border: 1px solid #000;
background-color: rgba(255,255,255,0.6);
}

.f_2 p{
position: absolute;
font-weight: 100;
top: 130px;
right: 130px;
}




.pink,.yellow,.blue {
position: relative;
margin-bottom: 130px;
border-bottom: 1px solid #eee;
}	

.pink_contenes{
position: absolute;
top:250px;
left: 40px;
}

.pink p{
font-size: 0.76em!important;
font-weight: 300;
margin-top: 1em;
}	

.pink h1{
font-size: 1.1em!important;
font-weight: 500;
}


.yellow_contenes{
position: absolute;
top:280px;
right: 75px;
}

.yellow p{
font-size: 0.76em!important;
font-weight: 300;
margin-top: 1em;
}	

.yellow h1{
font-size: 1.1em!important;
font-weight: 500;
}


.blue_contenes{
position: absolute;
top:275px;
left: 40px;
}

.blue p{
font-size: 0.76em!important;
font-weight: 300;
margin-top: 1em;
}	

.blue h1{
font-size: 1.1em!important;
font-weight: 500;
}	


.purple {
position: relative;
border-bottom: 1px solid #ccc;
}	

.purple_contenes{
position: absolute;
top:240px;
right: 50px;
}

.purple p{
font-size: 0.76em!important;
font-weight: 300;
margin-top: 1em;
}	

.purple h1{
font-size: 1.1em!important;
font-weight: 500;
}	


.syouhin{
position: relative;
margin-left: 50px;
margin-bottom: 30px;
}


.syouhin img:hover,.syouhin2 img:hover{
opacity: 0.6;
}

.syouhin p:first-child{
line-height: 1em;
}


.syouhin a{
color: #000;
}


.syouhin span{
font-size: 1.2em;
}

.syouhin p:last-child{
position: absolute;
top: 60px;
left: 330px;
font-size: 0.9em;
width: 300px;
}

.syouhin2{
display: block;
margin: 0 auto;
width: 100%;
padding: 0;
margin-bottom: 100px;
}


.syouhin2 li{
display: inline-block;
width: 20%;
margin: 2%;
list-style-type: none;
height: 250px;
	vertical-align: bottom;
}

.syouhin2 li p{
text-align: center;
font-size: 0.9em;
}

.syouhin2 a{
color: #000;
}

@media (max-width: 1201px){
	.center{
display: block;
width: 1000px;
margin: 0  100px;
	vertical-align: bottom;
}
}
