@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@charset "Shift_JIS";
#mainArea{
	margin: 0 auto;
	font-size: 100%;
	line-height: 2.2rem;
	font-family: 'Roboto','Noto Sans Japanese';
    text-align: center;
    color: #666666;
    width: 900px;
    letter-spacing: 0.05em;
}
h2{
    text-align: center;
    font-size: 1.8rem;
    line-height: 2;
    margin: 8% auto;
    font-family: 'Roboto','Noto Sans Japanese';
}
.catch{
    font-size: 1.5rem;
    border: 3px solid #e7e7e7;
    position: absolute;
    top: 50px;
    left: 280px;
    background: #fff;
    padding: 3%;
}
.catch2{
    font-size: 1.5rem;
    border: 3px solid #e7e7e7;
    position: absolute;
    top: 50px;
    right: 335px;
    background: #fff;
    padding: 3%;
}
.itemArea{
    width: 100%;
    margin: 10% 0;
    display: inline-block;
    position: relative;
}
.itemArea ul{ 
      margin: 0 auto;
}
.itemArea ul li{
    float: left;
    margin: 0 4% 0 0;
    text-align: center;
    width: 47.2%;
}
.itemArea ul li:last-child{
    text-align: center;
    margin: 0;
    width: 47.2%;
    float:right;
}
.itemName{
    font-size: 1.6rem;
    margin: 4% auto;
    text-align: left;
}
.itemName span{
        font-size: 1.1rem;
    display: block;
    line-height: 1.6rem;
    margin: 1% 0 0 0;
}
.itemCaption{
    font-size: 1.2rem;
    margin: 5% 0;
    text-align: left;
    padding: 0 0 0 3%;
    border-left: 10px solid #ebebeb;
}
.season{
    font-family: 'Roboto', sans-serif;
    font-size: 3.2rem;
    position: absolute;
    z-index: 0;
    line-height: 1;
    margin: -2% 0 0 2%;
}

.btnArea a{
    border: 3px solid #666666;
    color: #666666;
    text-align: center;
    transition: all .3s;
    display: inline-block;
    text-decoration: none;
    font-size: 1.5rem;;
   line-height: 2.2rem;
	font-family: 'Roboto','Noto Sans Japanese';
    vertical-align: middle;
    display: block;
    padding: 4% 0;
}
.btnArea a:hover {
    color: #fff !important;
    background-color: #666666;
}
.allbtnArea{
    margin: 0 auto;
    text-align: center;
}
.allbtnArea a{
    border: 2px solid #666666;
    color: #666666;
    text-align: center;
    padding: 3% 0;
    margin: 10% auto 15%;
    transition: all .3s;
    display: inline-block;
    text-decoration: none;
    width: 100%;
    font-size: 2.0rem;
}
.allbtnArea a:hover {
  color: #fff !important;
  background-color: #666666;
}
.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;
}
.itemTitle{
    font-family: 'Pinyon Script', cursive;
    font-size: 6rem;
    position: absolute;
    top: -39px;
    right: 6px;
}
.itemTitle2{
    font-family: 'Pinyon Script', cursive;
    font-size: 6rem;
    position: absolute;
    top: -22px;
    left: 250px;
}

hr.border{
    border-top: 1px solid #ebebeb;
    border-bottom: none;
}