@charset "utf-8";
/*
 * style.css
 *
 *  version --- 1.0
 *  updated --- 2013/5/10
 */

/*====================top======================*/
.page-top{
	background: #F5F5F5;
}
.mv{
	position: relative;
}
.mvText{
	position: absolute;
	bottom: 240px;
	right: 184px;
	width: 330px;
	font-size: 15px;
	line-height: 22px;
	color: #FFFFFF;
	font-weight: bold;
	white-space: nowrap;
	opacity: .65;
}
.mvText .ffN{
	display: block;
	font-size: 44px;
	line-height: 56px;
	box-shadow: 0 16px 40px rgba(56, 56, 56, 0.16);
}
.mvImg{
	position: relative;
	width: 100%;
	/*height: 600px;*/
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
/*
.mvImg1{
	background-image: url(../img/top/mv1.jpg);
}
.mvImg2{
	background-image: url(../img/top/mv1.jpg);
}
.mvImg3{
	background-image: url(../img/top/mv1.jpg);
}
.mvImg4{
	background-image: url(../img/top/mv1.jpg);
}
.mvImg5{
	background-image: url(../img/top/mv1.jpg);
}*/
@media screen and (max-width: 767px) {
.mvText{
	bottom: auto;
	right: auto;
	width: 100%;
	top: 36px;
	font-size: 14px;
	line-height: 21px;
	text-align: center;
}
.mvText .ffN{
	font-size: 32px;
	line-height: 43px;
}
.mvImg{
	/*height: 530px;*/
	background-position: center top;
}/*
.mvImg1{
	background-image: url(../img/top/mv1_sp.jpg);
}
.mvImg2{
	background-image: url(../img/top/mv1_sp.jpg);
}
.mvImg3{
	background-image: url(../img/top/mv1_sp.jpg);
}
.mvImg4{
	background-image: url(../img/top/mv1_sp.jpg);
}
.mvImg5{
	background-image: url(../img/top/mv1_sp.jpg);
}*/
}
/*.dots*/
.mvSlider .dot-class{
	position: absolute;
	left: 100px;
	bottom: 40px;
}
.mvSlider ul.dot-class li{
    width: 72px;
    height: 6px;
    margin: 0;
}
.mvSlider ul.dot-class li + li{
    margin: 0 0 0 12px;
}
.mvSlider ul.dot-class li button{
    width: 72px;
    height: 6px;
    padding: 0;
    color: initial;
    border: 0;
    outline: none;
    margin: 0;
    border-radius: 3px;
    background: #fff;
    opacity: .5;
}
.mvSlider ul.dot-class li button:before{
    font-size: 0;
    width: 72px;
    height: 6px;
    content: '';
    opacity: .5;
    color: initial;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.mvSlider ul.dot-class li.slick-active button, .mvSlider ul.dot-class li:hover button{
    font-size: 0;
    width: 72px;
    height: 6px;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 3px;
    background: #fff;
    outline: none;
    opacity: 1;
}
.mvSlider ul.dot-class li.slick-active button:before{
    font-size: 0;
    width: 72px;
    height: 6px;
    content: '';
    opacity: 1;
    color: initial;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
@media screen and (max-width: 767px) {
.mvSlider .dot-class{
	left: 0;
	bottom: 20px;
	width: 100%;
	white-space: nowrap;
}
.mvSlider ul.dot-class li{
    width: 58px;
    height: 5px;
}
.mvSlider ul.dot-class li + li{
    margin: 0 0 0 9px;
}
.mvSlider ul.dot-class li button{
    width: 58px;
    height: 5px;
}
.mvSlider ul.dot-class li button:before{
    width: 58px;
    height: 5px;
}
.mvSlider ul.dot-class li.slick-active button, .mvSlider ul.dot-class li:hover button{
    width: 58px;
    height: 5px;
}
.mvSlider ul.dot-class li.slick-active button:before{
    width: 58px;
    height: 5px;
}	
}
/*topInformation*/
.topInformation{
	position: relative;
	/*margin: -84px 0 0;*/
	margin: 40px 0 0;
	z-index: 3;
}
.topInformationIn{
	position: relative;
	display: flex;
	background: #fff;
	padding: 38px 20px 38px 0;
}
/*
.topInformationIn:after{
	position: absolute;
	content: "";
	left: 100%;
	top: 0;
	height: 100%;
	width: 2000px;
	background: #fff;
}*/
.topInformation .text{
	width: 258px;
}
.topInformation .text .tit{
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	text-align: center;
}
.topInformation .text .btn{
	margin: 24px auto 0;
	width: 146px;
}
.topInformation .text .btn a{
	display: block;
	font-size: 16px;
	line-height: 40px;
	color: #fff;
	padding: 0 0 0 16px;
}

.topInformation .content{
	flex: 1;
	height: 154px;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0 0 0 70px;
	border-left: 1px solid #959595;
	scrollbar-color:#959595 #E6E6E6;
	scrollbar-width:thin;
}
.topInformation .content::-webkit-scrollbar{
	width: 6px;
	background: #E6E6E6;
	border-radius: 3px;
}
.topInformation .content::-webkit-scrollbar-thumb{
	background: #959595;
	border-radius: 3px;
}
.topInformation .content li{
	display: flex;
}
.topInformation .content li + li{
	margin: 7px 0 0;
}
.topInformation .content li .date{
	width: 120px;
	font-size: 13px;
	line-height: 25px;
	color: #959595;
	font-family: 'Lato', sans-serif;
	font-weight: 500;
}
.topInformation .content li .txt{
	flex: 1;
}
.topInformation .content li .txt a{
	font-size: 16px;
	line-height: 25px;
	/*font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;*/
	font-weight: bold;
}
@media screen and (max-width: 1024px) {
.topInformation{
	margin: 40px 0 0;
}
.topInformationIn{
	height: auto;
	display: block;
	padding: 32px 20px;
}
.topInformationIn:after{
	display: none;
}
.topInformation .text{
	width: 100%;
}
.topInformation .text .tit{
	font-size: 24px;
	line-height: 30px;
	text-align: left;
	margin: 0 0 20px;
}
.topInformation .text .btn{
	margin: 20px auto 0;
}
.topInformation .content{
	height: 234px;
	padding: 0 24px 0 0;
	border-left: none;
}
.topInformation .content::-webkit-scrollbar{
	width: 8px;
	border-radius: 4px;
}
.topInformation .content::-webkit-scrollbar-thumb{
	border-radius: 4px;
}
.topInformation .content li{
	display: block;
}
.topInformation .content li + li{
	margin: 8px 0 0;
}
.topInformation .content li .date{
	width: 100%;
	font-size: 13px;
	line-height: 16px;
	margin: 0 0 8px;
}
.topInformation .content li .txt a{
	font-size: 16px;
	line-height: 24px;
}	
}
/*topCategorys*/
.topCategorys{
	margin: 90px 0 0px;
}
.topCategorysTabs{
	max-width: 954px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	background: #fff;
	box-shadow: 0 8px 56px rgba(49, 49, 49, 0.1);
}
.topCategorysTabs a{
	position: relative;
	display: block;
	text-align: center;
	/*font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;*/
	font-size: 18px;
	line-height: 66px;
	font-weight: bold;
	margin: 0 12px;
	padding: 0 18px;
	transition: initial !important;
}
.topCategorysTabs a:hover,
.topCategorysTabs a.current{
	font-weight: bold;
}
.topCategorysTabs a:hover:before,
.topCategorysTabs a.current:before{
	position: absolute;
	content: "";
	width: 100%;
	height: 4px;
	background: #242424;
	left: 0;
	bottom: -4px;
}
.topCategorysCont{
	margin: 56px 0 0;
}
.topCategorysCont .item{
	display: none;
}
.topCategorysCont .item.current{
	display: block;
}
.topCategorysCont .list{
	display: flex;
	flex-wrap: wrap;
	margin: 50px 0 0;
	padding: 65px 0 0;
	border-top: 1px solid #959595;
}
.topCategorysCont .list a{
	display: block;
	position: relative;
	width: calc((100% - 121px)/4);
	margin-right: 40px;
	padding: 0 0 64px;
	background: #fff;
	margin-bottom: 20px;
}
.topCategorysCont .list a:last-child{
	margin-right: 0;
}

.topCategorysCont .list a:nth-child(4n){
	margin-right: 0;
}

.topCategorysCont .list .img{
	width: 100%;
	height: 166px;
	background-color: #ccc;
	background-image: url(../img/top/dummy.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.topCategorysCont .list .img img{
	object-fit: cover;
	height: 100%;
	width: 100%;
}
.topCategorysCont .list .cont{
	padding: 24px;
}
.topCategorysCont .list .cont .txt{
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
	text-align: justify;
}
.topCategorysCont .list .cont .date{
	margin: 15px 0 0;
	font-size: 13px;
	line-height: 18px;
	font-weight: 500;
	color: #959595;
}
.topCategorysCont .list .cont .date .cate{
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	line-height: 18px;
	color: #242424;
	padding: 0 10px;
	border: 1px solid #242424;
	margin: -1px 16px 0 0;
}
.topCategorysCont .list .more{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 24px;
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	line-height: 16px;
	text-align: right;
	font-weight: 500;
	padding: 0 50px 0 0;
	box-sizing: border-box;
}
.topCategorysCont .list .more:before{
	position: absolute;
	content: "";
	width: 44px;
	height: 1px;
	background: #242424;
	right: -10px;
	top: 8px;
	transition: all .3s ease;
}
.topCategorysCont .list a:hover .more:before{
	right: -16px;
}

@media screen and (max-width: 1024px) {
.topCategorys{
	margin: 56px 0 92px;
}
.topCategorysTabs{
	max-width: 100%;
	display: flex;
}
.topCategorysTabs a{
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
	width: 64px;
	height: 67px;
	font-size: 13px;
	line-height: 18px;
	margin: 0 6px;
	padding: 0;
	white-space: nowrap;
}
.topCategorysTabs a:last-child{
	white-space: initial;
}
.topCategorysCont{
	margin: 46px 0 0;
}
.topCategorysCont .list{
	display: block;
	margin: 8px 0 0;
	padding: 0;
	border-top: none;
}
.topCategorysCont .list a{
	display: flex;
	width: 100%;
	margin-right: 0;
	padding: 32px 0;
	background: transparent;
}
.topCategorysCont .list a + a{
	border-top: 1px solid #959595;
}
.topCategorysCont .list .img{
	width: 160px;
	height: 101px;
	margin: 35px 0 0;
	background-color: #ccc;
	background-image: url(../img/top/dummy.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.topCategorysCont .list .cont{
	flex: 1;
	padding: 0 0 0 16px;
}
.topCategorysCont .list .cont .txt{
	font-size: 16px;
}
.topCategorysCont .list .cont .date{
	position: absolute;
	top: 32px;
	left: 0;
	margin: 0;
	font-size: 13px;
	line-height: 20px;
}
.topCategorysCont .list .cont .date .cate{
	margin: 0 16px 0 0;
}
.topCategorysCont .list .more{
	position: relative;
	width: 100%;
	left: auto;
	bottom: auto;
	padding: 0 56px 0 0;
	margin: 15px 0 0;
}
.topCategorysCont .list .more:before{
	right: 0;
	top: 8px;
}
.topCategorysCont .list a:hover .more:before{
	right: 0;
}
.topCategorysCont .btnSp{
	margin-top: 10px;
}
}
@media screen and (max-width: 359px) {
.topCategorysTabs a{
	font-size: 11px;
}
}
/*topPickUp*/
.topPickUp{
	padding: 90px 0 100px;
}
.topPickUpBox{
	position: relative;
	padding: 0 34px;
	margin: 72px 0 0;
}
.topPrev,
.topNext{
	position: absolute;
	width: 54px;
	height: 54px;
	top: 50%;
	transform: translateY(-50%);
	background-color: #050507;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 22px auto;
	z-index: 5;
	cursor: pointer;
}
.topPrev{
	left: 0;
	background-image: url(../common/img/ico_prev.png);
}
.topNext{
	right: 0;
	background-image: url(../common/img/ico_next.png);
}
.topPickUpSlider{
	padding: 40px 55px 50px;
	background: #FFFFFF;
}
.topPickUpSlider .img{
	text-align: center;
}
.topPickUpSlider .img img{
	display: inline-block;
}
.topPickUpSlider .txt{
	font-size: 18px;
	line-height: 30px;
	font-weight: 500;
	text-align: center;
	margin: 5px 0 0;
}
.topPickUpSlider .slick-slide{
	margin: 0 30px;
}
@media screen and (max-width: 1024px) {
.topPickUp{
	padding: 0 0 60px;
}
.topPickUp .comTit .txt span{
	font-size: 46px;
	line-height: 56px;
	white-space: nowrap;
}
.topPickUpBox{
	padding: 0;
	margin: 45px 0 0;
}
.topPrev,
.topNext{
	width: 38px;
	height: 116px;
}
.topPrev{
	left: -24px;
	background-image: url(../common/img/ico_prev.png);
}
.topNext{
	right: -24px;
	background-image: url(../common/img/ico_next.png);
}
.topPickUpSlider{
	padding: 34px 14px;
}
.topPickUpSlider .txt{
	font-size: 18px;
	line-height: 22px;
	margin: 0;
}
.topPickUpSlider .slick-slide{
	margin: 0 10px;
}	
}
/*topSeries*/
.topSeries{
	padding: 90px 0 0;
}
.topSeriesBox{
	margin: 70px 0 0;
}
.topSeriesBox ul{
	display: flex;
	flex-wrap: wrap;
}
.topSeriesBox li{
	position: relative;
	width: 100%;
}
.topSeriesBox ul.col-2 li{
	width: 50%;
}
.topSeriesBox ul.col-4 li{
	width: 25%;
}
.topSeriesBox li img{
	width: 100%;
}
.topSeriesBox li .btn{
	position: absolute;
	width: 230px;
	height: 50px;
	right: 32px;
	bottom: 32px;
	font-size: 14px;
	line-height: 50px;
	color: #fff;
	font-weight: 500;
	padding: 0 0 0 32px;
	background: rgba(5,5,7,0.7);
}
.topSeriesBox li .btn:before{
	position: absolute;
    content: "";
    right: 24px;
    top: 20px;
    width: 18px;
    height: 7px;
    background: url(../common/img/arw_right1.svg) 0 0 no-repeat;
    background-size: 100% auto;
    transition: all .3s ease;
}
.topSeriesBox li:hover{
	opacity: 0.8;
}
.topSeriesBox li:hover .btn{
	background: rgba(5,5,7,1);
}
.topSeriesBox li .btn:hover:before{
	right: 20px;
}
@media screen and (max-width: 1024px) {

	.topSeriesBox li .btn{
display: none;
	}

.topSeries{
	padding: 0;
}
.topSeriesBox{
	margin: 30px 0 0;
}
.topSeriesBox li{
	position: relative;
	width: 100%;
}
.topSeriesBox ul.col-2 li{
	width: 50%;
}
.topSeriesBox ul.col-4 li{
	width: 100%;
}
}
/*topInstagram*/
.topInstagram{
	padding: 110px 0 100px;
}
.topInstagram .comment{
	font-size: 16px;
	line-height: 25px;
	padding: 48px 0 55px;
	margin: 50px 0 0;
	border-top: 1px solid #959595;
}
.topInstagramBox{
	display: flex;
	justify-content: space-between;
}
.topInstagramBox .item{
	width: 47%;
}
.topInstagramBox .item .tit {
	font-size: 22px;
	line-height: 1.5em;
	padding: 0 0 0 65px;
	background: url(../common/img/ico_ig.svg) left center no-repeat;
	background-size: 37px;
	margin: 0 0 30px;
}

.topInstagramBox .item .grid{
	display: flex;
	flex-wrap: wrap;
}
.topInstagramBox .item .grid li{
	width: calc((100% - 25px)/3);
	height: 178px;
	margin-right: 12px;
	margin-bottom: 20px;
}

.topInstagramBox .item .grid li:nth-child(3n){
	margin-right: 0;
}
.topInstagramBox .item .grid li img{
	object-fit: cover;
	height: 100%;
	width: 100%;
}
.topInstagramBox .item .grid > img{
	width: 100%;
}
@media screen and (max-width: 1024px) {
.topInstagram{
	padding: 70px 0 90px;
}
.topInstagram .comTit .txt span{
	font-size: 50px;
	line-height: 60px;
}
.topInstagram .comment{
	font-size: 16px;
	line-height: 32px;
	padding: 0;
	margin: 40px 0;
	border-top: none;
}
.topInstagramBox{
	display: block;
}
.topInstagramBox .item{
	width: 100%;
}
.topInstagramBox .item + .item{
	margin: 40px 0 0;
}
.topInstagramBox .item .tit{
	font-size: 18px;
	line-height: 30px;
	padding: 0 0 0 40px;
	background: url(../common/img/ico_ig.svg) left center no-repeat;
	background-size: 22px auto;
	margin: 0 0 17px;
}


.topInstagramBox .item .grid li{
	width: calc((100% - 15px)/3);
	margin-right: 7px;
	margin-bottom: 12px;
	height: 100px;
}
.topInstagram .btnSp{
	margin-top: 33px;
}
}



.mvTtl{
	background-image: url(../img/top/mv1.jpg);
	padding: 80px;
	text-align: center;
	font-size: 40px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
}






/***PC 1100px ~***/

/***IPAD 768px ~ 1100px***/
@media screen and (max-width: 1100px) {
	
}

/*** SP 480px ~ 767px***/
@media screen and (max-width: 767px) {
	
}

/*** SP 320px ~ 479px***/
@media screen and (max-width: 479px) {
	
}