@charset "utf-8";

/*----------------
fv
-----------------*/
#main-fv {
    position: relative;
	background: url("../img/home/fv_bg.png") no-repeat center bottom;
	background-size: cover;
}
.fv-catch {
    width: 100%;
    max-width: 1100px;
    margin: auto;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
}
.fv-category__list {
    width: 100%;
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: -30px;
    z-index: 10;
}
.fv-category__list > li{
	margin: 0 20px;
}
.fv-category__list > li.fv-category02,
.fv-category__list > li.fv-category04 {
	margin-top: 30px;
}

#main-fv .swiper-slide {
    height: 85vh;
	min-height: 600px;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 105%;
}


@media (max-width: 815px) {


	#main-fv .swiper-slide {
		height: 400px;
		min-height: 400px;
	}

.fv-category__list > li {
    margin: 0 5px;
}

}

@media (max-width: 640px) {
	
	#main-fv .swiper-slide {
		height: 250px;
		min-height: 250px;
	}
.fv-catch {
    transform: none;
    top: 30%;
    left: 0;
		padding-left: 20px;
	}
.fv-catch-logo {
    width: 200px;
}

}

@media (max-width: 480px) {
	
	#main-fv .swiper-slide {
		height: 230px;
		min-height: 230px;
	}
    .fv-catch {
        top: 25%;
    }
}


.event__list {
	display: flex;
	justify-content: space-between;
}
.event__list >li  {
	width: 32%;
}


@media (max-width: 815px) {

.event__list {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    width: calc(100% + 20px);
}
.event__list >li {
    width: 200px;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
}

}



/*----------------
pickup
-----------------*/
#pickup .swiper-container {
	overflow: visible;
    padding-bottom: 50px;
}
#pickup .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #ccc;
    opacity: 1;
}
#pickup .swiper-pagination-bullet-active {
	background: var(--main-color);
}

@media (max-width: 815px) {


}


/*----------------
ranking
-----------------*/

.ranking__list {
	display: flex;
	flex-wrap: wrap;
}
.ranking__list >li {
	width: 19%;
	margin: 0 0 30px 1.25%;
	position: relative;
}
.ranking__list >li:nth-child(5n+1) {
	margin-left: 0;
}
.ranking__list a {
	display: block;
	color: var(--base-color);
}
.ranking__list .rank {
	font-size: 18px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	background: #545454;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.ranking__list .thumb {
	height: 0;
	padding-top: 100%;
	position: relative;
	overflow: hidden;
}
.ranking__list .thumb img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.ranking__list >li p {
	font-size: 17px;
	font-weight: 500;
	margin-top: 15px;
}

@media (max-width: 815px) {

.ranking__list >li {
    width: 100%;
    margin: 0 0 20px;
}
.ranking__list a {
    display: flex;
    flex-wrap: wrap;
	align-items: center;
    justify-content: space-between;
    background: #fff;
}
.ranking__list .thumb {
    width: 30%;
    padding-top: 30%;
}
.ranking__list >li p {
    width: 70%;
    margin-top: 0;
    padding: 20px;
}

}


/*----------------
category
-----------------*/
.category__list {
	display: flex;
	flex-wrap: wrap;
}
.category__list >li {
	width: 30%;
	margin: 0 0 50px 5%;
}
.category__list >li:nth-child(3n+1) {
	margin-left: 0;
}
.category__list a {
	display: block;
	color: var(--base-color);
}
.category__list .thumb {
	margin-bottom: 15px;
}
.category__list-title {
	font-size: 17px;
	font-weight: 500;
}
.category__list-desc {
	font-size: 15px;
	margin-top: 5px;
	display: none;
}


@media (max-width: 815px) {

.category__list >li {
    width: 48%;
    margin: 0 0 30px 4%;
}
.category__list >li:nth-child(3n+1) {
    margin: 0 0 30px 4%;
}
.category__list >li:nth-child(2n+1) {
    margin-left: 0;
}

}


/*----------------
scene
-----------------*/
.scene-nav__list {
	display: flex;
	flex-wrap: wrap;
}
.scene-nav__list >li{
	font-size: 15px;
	font-weight: 500;
	width: 19%;
	margin: 0 0 20px 1.25%;
	cursor: pointer;
	background: #fff;
	border: solid 1px;
	border-radius: 1000px;
	text-align: center;
	padding: 10px 20px;
	position: relative;
   -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.scene-nav__list >li:nth-child(5n+1){
	margin-left: 0;
}
.scene-nav__list >li:hover,
.scene-nav__list >li.active {
	color: #fff;
	background: #454545;
}
.scene-nav__list >li i {
	width: 7px;
	height: 7px;
	background: var(--main-color);
	border-radius: 100px;
	position: absolute;
	left: 20px;
	top: calc(50% - 3.5px);
}
.scene-nav__list >li i.icon-scene01 {
	background: #eeeeee;
}
.scene-nav__list >li i.icon-scene02 {
	background: #e286b6;
}
.scene-nav__list >li i.icon-scene03 {
	background: #be9be2;
}
.scene-nav__list >li i.icon-scene04 {
	background: #94b5de;
}
.scene-nav__list >li i.icon-scene05 {
	background: #83d0cc;
}
.scene-nav__list >li i.icon-scene06 {
	background: #bace7c;
}
.scene-nav__list >li i.icon-scene07 {
	background: #cbb122;
}
.scene-nav__list >li i.icon-scene08 {
	background: #ed7514;
}

.scene-item-wrap {
	margin-top: 50px;
	padding-top: 50px;
	border-top: solid 2px;
}
.scene-item {
	display: none;
}
.scene-item h3 {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 50px;
}
.scene-item__list {
	display: flex;
	flex-wrap: wrap;
}
.scene-item__list >li {
	width: 22%;
	margin: 0 0 50px 4%;
}
.scene-item__list >li:nth-child(4n+1) {
	margin-left: 0;
}
.scene-item__list a {
	display: block;
	color: var(--base-color);
}
.scene-item__list .thumb {
	height: 0;
	padding-top: 100%;
	position: relative;
	overflow: hidden;
}
.scene-item__list .thumb img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.scene-item__list >li p {
	font-size: 16px;
	font-weight: 500;
	margin-top: 15px;
}



@media (max-width: 815px) {


.scene-nav__list >li {
    width: 48%;
    margin: 0 0 10px 4%;
}
.scene-nav__list >li:nth-child(5n+1) {
    margin: 0 0 10px 4%;
}
.scene-nav__list >li:nth-child(2n+1) {
    margin-left: 0;
}

.scene-item__list >li {
    width: 48%;
    margin: 0 0 50px 4%;
}
.scene-item__list >li:nth-child(2n+1) {
    margin-left: 0;
}

}



/*----------------
about
-----------------*/
.about-main {
    position: relative;
    text-align: center;
	margin-bottom: 70px;
}
.about-main h2 {
    font-size: 24px;
    font-weight: 500;
}
.about-main p {
    font-size: 15px;
    line-height: 2.4;
    margin-top: 40px;
	text-align: center;
}
.about-main .pos {
    width: 325px;
    position: absolute;
    top: 0;
}
.about-main .pos.pos01 {
    left: 0;
}
.about-main .pos.pos02 {
    right: 0;
}

.about-sub__list {
	display: flex;
	justify-content: space-between;
}
.about-sub__list >li {
	width: 19%;
}


@media (max-width: 815px) {

	.about-main .pos {
		max-width: 20%;
	}

}

/*----------------
news
-----------------*/
.news-in {
	display: flex;
	justify-content: space-between;
}
.news-in .cmn-title {
	width: 280px;
}
.news-in .news-contents {
	width: calc(100% - 280px);
}
.news__list >li {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: solid 1px #cccccc;
}
.news__list a {
	display: flex;
	flex-wrap: wrap;
	color: var(--base-color);
}
.news__list a .news-date {
	width: 180px;
}
.news__list a .news-title {
	width: calc(100% - 180px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-more {
	text-align: right;
	margin-top: 20px;
}
.news-more a {
	color: var(--base-color);
}

@media (max-width: 815px) {

	.news-in {
		display: block;
	}
	.news-in .cmn-title {
		width: auto;
	}
	.news-in .news-contents {
		width: auto;
	}
	.news__list a .news-date {
		width: 80px;
	}

}



/*----------------
gift
-----------------*/
#gift {
	padding: 0;
}
.gift-bnr {
    max-width: 900px;
    margin: auto;
}
.gift-bnr a {
    color: var(--base-color);
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
    border: solid 2px var(--main-color);
}
.gift-bnr .img {
    width: 40%;
}
.gift-bnr .text {
    width: 55%;
}
.gift-bnr .text h3 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
}
.gift-bnr .text p {
    font-size: 18px;
    line-height: 2;
}
.gift-bnr .text .btn {
    color: var(--main-color);
    display: inline-block;
    margin-top: 20px;
    border: solid 1px;
    border-radius: 1000px;
	background: #fff;
    padding: 10px 30px;
   -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.gift-bnr .text .btn:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: solid 2px;
    border-right: solid 2px;
    transform: rotate(45deg);
    vertical-align: 2px;
    margin-left: 10px;
}
.gift-bnr a:hover .btn {
    color: #fff;
	background: var(--main-color);
}


@media (max-width: 815px) {

	.about-main .pos {
		max-width: 20%;
	}

.gift-bnr .text h3 {
    font-size: 18px;
    margin-bottom: 3px;
}
.gift-bnr .text p {
    font-size: 12px;
    line-height: 1.2;
}	
	.gift-bnr .text .btn {
    font-size: 12px;
    margin-top: 5px;
    padding: 1px 20px;
}

}





