@charset "Shift_JIS";
#mainArea{
	margin: 0 auto;
	font-size: 100%;
	line-height: 2.2rem;
	font-family: "Hiragino Kaku Gothic ProN", "qMmpS ProN W3","lr oSVbN", sans-serif;
    text-align: center;
    color: #777777;
    width: 100%;
        letter-spacing: 0.05em;
}
h1{
	width: 30%;
    margin: 0 auto;
}
h2{
    text-align: center;
    font-size: 1.8rem;
    line-height: 2;
    margin: 8% auto;
    font-weight: bold;
    font-family: "Hiragino Kaku Gothic ProN", "qMmpS ProN W3","lr oSVbN", sans-serif;
}
.styleArea{
	font-size: 1.4rem;
	margin-bottom: 5%;
	display: inline-block;
	width: 786px;
	text-align: center;
}
.styleArea ul{
	margin-top : 100px; 
    text-align: left;
}
.styleArea ul li{
    display: inline-block;
    margin: 0 2% 0 0;
    width: 380px;
    height: 920px;
}
.styleArea ul li.last-child{
	margin: 0;
	vertical-align: bottom;
}
.itemArea{
    background: #f2f2f2;
    width: 100%;
    padding: 3% 0;
    display: inline-block;
}
.itemArea ul{
    width: 540px;
    margin: 0 auto;
}
.itemArea ul li{
    float: left;
    margin: 0 5% 0 0;
}
.itemArea ul li:last-child{
    text-align: left;
    margin: 0;
}
.itemTitle{
    font-family: 'Roboto', sans-serif;
    font-size: 2.4rem;
    margin:2% 0 0 0;
}
.itemName{
    font-size: 1.8rem;
    margin: 5% auto;
    font-weight: bold; 
}
.itemCaption{
    font-size: 1.2rem;
    margin: 8% 0 ;
}
.season{
    font-family: 'Roboto', sans-serif;
    font-size: 3.2rem;
    position: absolute;
    z-index: 0;
    line-height: 1;
    margin: -2% 0 0 2%;
}
.linkArea{
    border-top: 1px solid #cccccc;
    padding: 7% 0 5%;
    display: block;
    margin: 0 0 8% 0;
}
.linkArea:last-child{
    border-bottom: 1px solid #cccccc;
    padding: 7% 0 13%;
    display: block;
    margin: 0 0 8% 0;
}
.linkArea div.item{
    float: left;
    width: 70%;
}
.linkArea div.btnArea{
    margin: 0 auto;
    text-align: center;
    float: right;
    width: 25%;
}
.btnArea a{
    border: 1px solid #777777;
    color: #777777;
    text-align: center;
    transition: all .3s;
    display: inline-block;
    text-decoration: none;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    vertical-align: middle;
    display: block;
    padding: 2% 0;
}
.btnArea a:hover {
    color: #fff !important;
    background-color: #777777;
}
.allbtnArea{
    margin: 0 auto;
    text-align: center;
}
.allbtnArea a{
    border: 1px solid #777777;
    color: #777777;
    text-align: center;
    padding: 3% 0;
    margin: 0 auto 100px;
    transition: all .3s;
    display: inline-block;
    text-decoration: none;
    width: 90%;
    font-size: 20px;
    font-weight: bold;
}
.allbtnArea a:hover {
  color: #fff !important;
  background-color: #777777;
}
.archiveArea{
    background: #f2f2f2;
    padding: 5% 0;
}
.archive {
    width:260px;
    height:160px;
    overflow:hidden;
    margin:10px 8px 10px 16px;
    position: relative;
    display: inline-block;
}
.archive .caption {
    font-size: 1rem;
    text-align: center;
    color: #fff;
    padding-top: 70px;
    font-family: 'Roboto', sans-serif;
}
.archive .mask {
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    opacity:0;  /* ?????????????????????N??????????}?e????? */
    background-color:   rgba(0,0,0,0.4);
    -webkit-transition: all 0.4s ease-out;
    transition:     all 0.4s ease-out;
}
.archive:hover .mask {
    opacity:        1;  /* ?????????????????????N???????????? */
    -webkit-transform:  scale(1.5);   /* 2???????g?????????? */
    transform:      scale(1.5);
}
.archiveArea h3{
    font-family: 'Roboto', sans-serif;
    font-size: 2.4rem;
    padding: 0 0 2% 0;
}
.archiveArea h3 span{
        font-size: 1.2rem;
    display: block;
    margin: 1% auto;
    font-weight: normal;
}
.fade-up {
  transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  -o-transition: transform 0.5s;
}
.bannerArea{
    padding: 3%;
    display: inline-block;
    margin: 0 0 5% 0;
}
.bannerCaption{
    font-size: 1.8rem;
    font-weight: bold;
    margin: 3% 0 0;
    line-height: 2.8rem;
}