@charset "utf-8";

/* ==================================================================
	index.css
	
=================================================================== */

/* main直下のsection */
/*.contents main > section#campaign,*/
.contents main > section#recommend,
.contents main > section#ranking{
    /* スライダーの前後ボタン分余白を増やす */
    padding-bottom: calc(120px + 50px);
}
.contents main > section#recommend,
.contents main > section#series,
.contents main > section#collaboration,
.contents main > section#gallery,
.contents main > section#info{
    /* 背景色の切り替えがない場合詰める */
    padding-top: 0;
}
.contents main > section p.btnMore a{
    font-size: 90%;
    padding: 16px 80px;
}

/* --------------------------------
   □ accentBox
-------------------------------- */ 
@keyframes zoomUp {
	0% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(1.0);
	}
}

.accentBox {
    position: relative;
}

.add-animation {
    animation: zoomUp 10s both;
}


ul.slider{
    position: relative;
    /* 115px=hederの高さ */
    height: calc(100vh - 115px);
    overflow: hidden;
}
ul.slider .slick-list,
ul.slider .slick-track,
ul.slider .slick-slide{
    height: 100%!important;
}
.slick-img img {
    display: block;
    width: 100%;
}
ul.slider li{
    position:relative;
	box-sizing: border-box;
}

ul.slider .slick-dots{
    bottom: 28px;
}

.accentBox .background_wrap{
	position: absolute;
	top: 0;
	left: 0;
	background: 50% 50% no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
}

.accentBox .text_wrap{
    position: absolute;
    display: inline-block;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	width:800%;
}

.accentBox .text_wrap p.accent_text{
    font-size: 250%;
    color: #fff;
    font-weight: 700;
    text-align: center;
    line-height: 1.7em;
}

.accentBox .text_wrap p.buttonStyle a{
    background: none;
    border: 1px solid #fff;
    font-size: 92%;
    padding:12px 60px;
}

.accentBox .text_wrap p.buttonStyle a:hover{
    background: #fff;
    color: #000;
}

/* --------------------------------
   .newsArea
-------------------------------- */ 
.accentBox .newsArea{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 530px;
    display: flex;
    height: 60px;
    background: #fff;
    font-size: 87%;
}
.accentBox .newsArea dt{
    background: #f3f3f3;
    width: 18%;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.1em;
}
.accentBox .newsArea dd{
    width: 82%;
    display: flex;
    align-items: center;
    padding: 20px 15px 20px 20px;
    box-sizing: border-box;
}
.accentBox .newsArea dd ul{
    width: 100%;
    position: relative;
}
.accentBox .newsArea dd li{
    background-color: #fff;
    text-align: left;
}

.accentBox .newsArea dd a{
    position: relative;
    text-decoration: none;
    padding-right: 25px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;
}
    .accentBox .newsArea dd a:hover{
        text-decoration: underline;
    }
    
    .accentBox .newsArea dd a:before {
        content: "";
        position: absolute;
        right: 10px;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 8px;
        height: 8px;
        border-top: 1px solid #000;
        border-right: 1px solid #000;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        transition: all 300ms 0s ease;
    }
    .accentBox .newsArea dd a:hover:before{
        right: 5px;
    }
    .accentBox .newsArea dd .date{
        color: #848484;
        margin-right: 0.5em;
        font-weight: 400;
    }

@media only screen and
(max-width : 767px) {

    .slick-dotted.slick-slider {
        margin-bottom: 0;
    }
    .accentBox .newsArea{
        position: static;
        width: auto;
        height: auto;
        border-bottom: 1px solid #f3f3f3;
    }
    .accentBox .newsArea dd{
        padding: 4%;
    }
    .accentBox .newsArea dd .date{
        display: block;
    }
}

/* --------------------------------
   #keyword
-------------------------------- */ 
#keyword{
    margin-top: 60px;
}

#keyword p.title{
    font-size: 114%;
    font-weight: 700;
    position: relative;
    margin-bottom: -13px;
}

#keyword p.title:before{
    content:"";
    display:block;
    width : -webkit-calc(100% - 140px) ;
    width : calc(100% - 140px) ;
    height:1px;
    background-color:#BFBFBF;
    position:absolute;
    top:0;
    left: 140px;
    bottom: 0;
    margin: auto;
}

#keyword ul.category{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content:flex-start;
    padding: 30px 30px 18px;
    border-bottom: 1px solid #BFBFBF;
}

#keyword ul.category li{
    margin-right: 20px;
    margin-bottom: 12px;
}

#keyword ul.category li a{
    padding: 6px 16px;
    font-weight: bold;
}
/*
#keyword ul.category li a{
    display: block;
    padding: 10px 15px;
    border: 1px solid #666;
    border-radius: 30px;
    color: #666;
    text-decoration: none;
}

#keyword ul.category li a:hover{
    background: #666;
    color: #fff;
}


#keyword ul.category li.online a{
    background: #f6e871;
    border: 1px solid #f6e871;
}

#keyword ul.category li.event a{
    background: #aed3d8;
    border: 1px solid #aed3d8;
}
*/

/* --------------------------------
   □ recommend
-------------------------------- */ 

#recommend .container{
    position: relative;
}

#recommend ul.recommendList li span{
    display: block;
    margin-top: 32px;
    font-weight: 700;
    line-height: 1.7;
}

/* --------------------------------
   □ campaign
-------------------------------- */ 
#campaign .campaignList + .buttonStyle.btnMore {
    margin-top: 100px;
}

/* --------------------------------
   □ ranking
-------------------------------- */ 

#ranking{
    background: #F6F3F1;
}

#ranking ul.rankingList li.imgWrap{
    padding-top: 40px;
    position: relative;
}

#ranking ul.rankingList li.imgWrap:before{
    content: "";
    position: absolute;
    width:40px;
    height:30px;
    top: 0;
}

#ranking ul.rankingList li.imgWrap:nth-child(1):before{
    background: url("../../images/common/icon/ranking1.svg");    
}

#ranking ul.rankingList li.imgWrap:nth-child(2):before{
    background: url("../../images/common/icon/ranking2.svg");
}

#ranking ul.rankingList li.imgWrap:nth-child(3):before{
    background: url("../../images/common/icon/ranking3.svg");
}

#ranking ul.rankingList li.imgWrap:nth-child(4):before{
    background: url("../../images/common/icon/ranking4.svg");    
}

#ranking ul.rankingList li.imgWrap:nth-child(5):before{
    background: url("../../images/common/icon/ranking5.svg");
}

#ranking ul.rankingList li.imgWrap:nth-child(6):before{
    background: url("../../images/common/icon/ranking6.svg");
}

#ranking ul.rankingList li.imgWrap:nth-child(7):before{
    background: url("../../images/common/icon/ranking7.svg");
}

#ranking ul.rankingList li.imgWrap:nth-child(8):before{
    background: url("../../images/common/icon/ranking8.svg");    
}

#ranking ul.rankingList li.imgWrap:nth-child(9):before{
    background: url("../../images/common/icon/ranking9.svg");
}

#ranking ul.rankingList li.imgWrap:nth-child(10):before{
    background: url("../../images/common/icon/ranking10.svg");
}

/* --------------------------------
   □ arrival
-------------------------------- */ 

#arrival{
    background: #EDF2F2;
}

#arrival .arrivalList{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    
}

#arrival .arrivalList li{
    width: calc(25% - 40px);
    margin-bottom: 75px;
}


/* --------------------------------
   □ category
-------------------------------- */ 

#category ul.categoryList{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    
}

#category ul.categoryList li{
    background: #F0F0F0;
    width: calc(25% - 10px);
    margin-bottom: 13px;
}

#category ul.categoryList li a{
    display: block;
    padding: 45px 35px;
    text-decoration: none;
}

#category ul.categoryList li img{
    width: 100%;
}

#category ul.categoryList li dl{
    text-align: center;
}

#category ul.categoryList li dl dt{
    margin-bottom: 30px;
}

#category ul.categoryList li dl dd{
    letter-spacing: 0.1em;
    font-weight: bold;
    font-size: 98%;
}


#series ul.seriesList{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#series ul.seriesList li{
    width: calc(25% - 10px);
    margin: 0 0 50px 0;
}

#series ul.seriesList li a{
    color: #251F1C;
    text-decoration: none;
}

#series ul.seriesList li img{
    max-width: 100%;
}

#series ul.seriesList li dl dt{
    margin-bottom: 20px;
    position: relative;
}

#series ul.seriesList li dl dt:before{
    content: "";
    background: url("../../images/common/icon/arrow/next.svg");
    width: 40px;
    height: 40px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    transition: all 300ms 0s ease;
}

#series ul.seriesList li dl dt:hover:before{
    right: 0;
}


#series ul.seriesList li dl dd{
    font-size: 87%;
    font-weight: 700;
}

#collaboration ul.collaborationList{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
}

#collaboration ul.collaborationList li{
    margin: 0;
    width: 25%;
    
}

#collaboration ul.collaborationList li a{
    text-decoration: none;
    font-weight: 700;
}

#collaboration ul.collaborationList li dl{
    border: 1px solid #EDEDED;
}

#collaboration ul.collaborationList li dl dt{
    box-sizing: border-box;
    border-bottom: 1px solid #EDEDED;
}

#collaboration ul.collaborationList li dl dd{
    padding: 30px;
    font-size: 100%;
    text-align: center;
    line-height: 2;
    letter-spacing: 0.1em;
}

#collaboration ul.collaborationList li dl dd span{
    display: block;
    font-size: 60%;
}

/* --------------------------------
   □ gallery
-------------------------------- */ 

#gallery .galleryList div{
    margin-bottom: 2%;
}

#gallery .galleryList div a{
    display: block;
    border: 1px solid #ededed;
    clear: both;
    overflow: hidden;
}

#gallery .galleryList div a img{
    transition: 1s all;
}

#gallery .galleryList div a:hover img{
    transform: scale(1.2,1.2);
}

#gallery .galleryList .item{
    width: 49%;
    margin-right: 2%;
    float: left;
}

#gallery .galleryList .itemleft{
    
}

#gallery .galleryList .itemright{
    margin-right: 0;
}

#gallery .galleryList .leftarea{
    width: 49.5%;
    float: left;
}
#gallery .galleryList .leftarea .item{
}

#gallery .galleryList .rightarea{
    width: 49.5%;
    float: right;
}

/* --------------------------------
   □ info
-------------------------------- */ 

#info ul.infoList li{
    border-bottom: 1px solid #BFBFBF;
}

#info ul.infoList li:first-child{
    border-top: 1px solid #BFBFBF;
}

#info ul.infoList li a{
    padding: 30px 12px;
    text-decoration: none;
    display: block;
    position: relative;
}

#info ul.infoList li a:hover{
    background-color: #f8f8f8;
}

#info ul.infoList li a:before{
    content: "";
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 300ms 0s ease;
}

#info ul.infoList li a:hover:before{
    right: 0;
}

#info ul.infoList li dl dt{
    color: #808080;
    margin-bottom: 8px;
    font-size: 87%;
    font-weight: bold;
    letter-spacing: 0.1em;
}

#info ul.infoList li dl dd{
    font-size: 108%;
    font-weight: bold;
}

/* タブレット用
-------------------------------------------- */
@media screen and (max-width : 1024px) {



}


@media only screen and
(max-width : 767px) {

/* main直下のsection */
.contents main > section#recommend,
.contents main > section#ranking{
    /* スライダーの前後ボタン分余白を増やす */
    padding-bottom: calc(60px + 40px);
}
.contents main > section p.btnMore a{
    font-size: 80%;
    padding: 12px 40px;
}

.accentBox{
    margin-left: -4%;
    margin-right: -4%;
    height: auto;
}
.accentBox ul.slider {
    height: calc(100vh - 115px);
}

.accentBox ul.slider li {
    height: auto;
}

.accentBox .background_wrap > div {
    background: 50% 50% no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}
	
.accentBox .text_wrap {
    width: 90%;
    height: 11em;
}

.accentBox .text_wrap p.accent_text {
    font-size: 140%;
}

.accentBox .text_wrap p.buttonStyle a{
    font-size: 74%;
    font-weight: bold;
}

ul.slider .slick-dots {
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
}

ul.slider .slick-dots li {
    width: 12px;
}

ul.slider .slick-dots li button {
    background: #999;
	border-radius: 100%;
	padding: 0;
	width: 8px;
	height: 8px;
}

ul.slider .slick-dots li.slick-active button {
    background: #333;
}

ul.slider .slick-dots li button:before {
    content: '';
}
/* --------------------------------
   □ keyword
-------------------------------- */ 
    
#keyword {
    margin-top: 40px;
}

#keyword p.title{
    font-size: 94%;
    font-weight: 700;
    position: relative;
    margin-bottom: -13px;
}

#keyword p.title:before{
    width : calc(100% - 100px) ;
    left: 100px;
}

#keyword ul.category {
    flex-wrap: wrap;
    padding: 24px 0;
    justify-content: start;
}

#keyword ul.category li {
    margin: 0 10px 12px 0;
}

#keyword ul.category li:nth-child(4),
#keyword ul.category li:last-child{
    margin-bottom: 0;
}
    
#keyword ul.category li a {
    font-size: 68%;
    font-weight: normal;
}

/* --------------------------------
   □ recommend
-------------------------------- */    
#recommend,
#ranking{
    padding-bottom: 75px;
}    

#recommend ul.recommendList li span{
    margin-top: 12px;
    font-size: 84%;
    line-height: 1.5;
}

/* --------------------------------
   □ arrival
-------------------------------- */ 

#arrival .arrivalList li {
    width: calc(50% - 7px);
    margin-bottom: 52px;
}  

/* --------------------------------
   □ category
-------------------------------- */ 

#category ul.categoryList li dl dd {
    letter-spacing: 0.1em;
    font-size: 84%;
}
    
#category ul.categoryList li {
    background: #F0F0F0;
    width: calc(50% - 5px);
    margin-bottom: 10px;
}

#category ul.categoryList li a {
    padding: 24px 24px;
}

#category ul.categoryList li dl dt{
    margin-bottom: 16px;
}
    
/* --------------------------------
   □ series
-------------------------------- */ 

#series ul.seriesList li {
    width: calc((100% / 2) - 5px);
    margin-bottom: 36px;
}

#series ul.seriesList li dl dt:before {
    zoom: 0.7;
}

#series ul.seriesList li dl dt {
    margin-bottom: 12px;
}

#series ul.seriesList li dl dd {
    font-size: 84%;
}

/* --------------------------------
   □ collaboration
-------------------------------- */ 

#collaboration ul.collaborationList li {
    width: 50%;
}

#collaboration ul.collaborationList li dl dd {
    padding: 16px 10px 18px;
    font-size: 88%;
}

/* --------------------------------
   □ gallery
-------------------------------- */ 

#gallery .galleryList{
    overflow: hidden;
    margin-bottom: 30px;
}
#gallery .galleryList .leftarea {
    width: auto;
    float: none;
}
    
#gallery .galleryList .rightarea {
    width: auto;
    float: none;
}

/* --------------------------------
   □ info
-------------------------------- */ 

#info ul.infoList li {
    margin-bottom: 0;
}

#info ul.infoList li dl dt {
    margin-bottom: 4px;
    font-size: 90%;
}
    
#info ul.infoList li dl dd {
    font-size: 90%;
}

#info ul.infoList li a {
    padding: 24px 8px;
}











}

	
