@charset "UTF-8";
/*================================================
トップページ専用CSS
================================================*/
body{
	background: url("/static/full/images/top/bg.gif");
	overflow-x: hidden;
}
/* top_banner
--------------------------------------------------------------------*/
.top_banner {
	width: 100%;
	min-width: 1200px;
	overflow: hidden;
	padding: 40px 0 0;
}
.top_banner.top_banner__basic {
	width: 100%;
	margin: 0;
}
.top_banner.top_banner__lot {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 90px;
}
.top_banner.top_banner__huge {
	width: 100%;
	margin: 0 0 80px 0;
}

/* section_mainbnr
--------------------------------------------------------------------*/
.section_mainbnr {
	margin:0 0 75px;
}
.mainbnr_slider {
	width: 1000px;
	margin: 0 auto;
}
.section_mainbnr__huge .mainbnr_slider {
	width: 100%;
}
.mainbnr_slider_list {}
.mainbnr_slider_item {}
.mainbnr_slider_link {}
.mainbnr_slider_image {
	display: block;
	width: 100%;
	height: auto;
	opacity: 0.5;
}
.slick-current .mainbnr_slider_image{
	opacity:1;

}

/*BAISC*/
.section_mainbnr.section_mainbnr__basic {
	width: 100%;
	margin: 0 0 80px 0;
}

/*A LOT OF*/
.section_mainbnr.section_mainbnr__lot {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1200px;
	margin: 0 0 75px 0;
	position: relative;
}
.main_slider {
	-webkit-flex-basis: 800px;
	-ms-flex-preferred-size: 800px;
	flex-basis: 800px;
	max-width: 800px;
/*	height: 444px;*/
	margin: 0 auto 0 0;
	position: relative;
}
.main_slider_image {
	width: 100%;
	height: auto;
}
.sub_slider {
	-webkit-flex-basis: 375px;
	-ms-flex-preferred-size: 375px;
	flex-basis: 375px;
	max-width: 375px;
	position: relative;
}
.sub_slider_list {}
.sub_slider_item {
	width: 342px;
	/*height: 208px;*/
}
.sub_slider_item + .sub_slider_item {
	margin-top: 28px;
}
.sub_slider_image {
	width: 100%;
	height: auto;
}

/*HUGE*/
.section_mainbnr.section_mainbnr__huge {
	width: 100%;
}

/*slick.css*/
.mainbnr_slider .slick-slider .slick-list {
	overflow: visible;
}
.mainbnr_slider .slick-dotted.slick-slider {}
.mainbnr_slider .slick-arrow{
	text-decoration: none;
	display: block;
	width: 56px;
	height: 56px;
	margin-top: -28px;
	position: absolute;
	top: 50%;
	z-index: 10;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	opacity: 1;
	cursor: pointer;
	color: #fff;
	background-color: rgba(0,0,0,.3);
}
.mainbnr_slider .slick-prev {
	left: 0;
}
.mainbnr_slider .slick-prev:after{
	content: "";
	width: 14px;
	height: 14px;
	margin-top: -6px;
	margin-left: -5px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(-135deg);
	position: absolute;
	top: 50%;
	left: 50%;
}
.mainbnr_slider .slick-next {
	right: 0;
}
.mainbnr_slider .slick-next:after{
	right: -15px;
	content: "";
	width: 14px;
	height: 14px;
	margin-top: -6px;
	margin-right: -5px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 50%;
}
.mainbnr_slider .slick-dots {
	position: absolute;
	bottom: -31px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.mainbnr_slider .slick-dots li {
	position: relative;
	display: inline-block;
	width: 18px;
	height: 18px;
	margin: 0 6px;
	cursor: pointer;
}
.mainbnr_slider .slick-dots li button {
	display: block;
	width: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	outline: none;
	cursor: pointer;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-color: #B1B1B1;
	border: 1px solid #9B9999;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
.mainbnr_slider .slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}
.mainbnr_slider .slick-dots li.slick-active button {
	background-color: #5D2C04;
	border-color: #5D2C04;
	cursor: default;
}
/* section_freespace
--------------------------------------------------------------------*/
.section_freespace{
	margin-bottom:70px;
}
.section_freespace .freespace_item{
	width:100%;
	margin-bottom:20px;
}
.section_freespace .freespace_list{
	display:flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
}
.section_freespace .freespace_item.half{
	width:50%;
	padding: 0 10px 0 0;
	margin: 0 0 20px 0;
}
.section_freespace .freespace_item.half+.half{
	margin: 0;
	padding: 0 0 0 10px;
}
.section_freespace .freespace_item div{
	line-height:1.4;
}
.section_freespace .freespace_item img{
	width:auto;
	max-width:100%;
	height:auto;
}
/* section_information
--------------------------------------------------------------------*/
.section_information{
	margin-bottom:70px;
}
.section_information .information_item{
	width:100%;
	margin: 0 2px 20px;
}
.section_information .information_list{
	display:flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin:0 -2px;
}
.section_information .information_item.square{
	width: 25%;
	padding: 0 2px;
	margin: 0 0 20px 0;
}

.section_information .information_item div{
	line-height:1.4;
}
.section_information .information_item img{
	width:auto;
	max-width:100%;
	height:auto;
}

/*
 section_banner
--------------------------------------------------------------------*/
.section_bnr .bnr_slider_image{
	width:100%;
	height:auto;
	margin-bottom:20px;
}

/* section_topics
--------------------------------------------------------------------*/

.section_topics {
	width: 1200px;
	margin: 0 auto 70px;
}

.topslider {
	width: 100%;
	max-width: 1200px;
	position: relative;
}
.topslider + .common_btn {
	margin-top: 50px;
}
.topslider_list {}
.topslider_item {}
.topics_list:before, .topics_list:after {
	content: none;
}
.topics_list {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}
.topics_item {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	width: 100%;
	max-width: 25%;
	padding: 0 10px;
}
.topics_photo {
	margin-bottom: 10px;
}
.topics_image {
	width: 100%;
	height: auto;
}
.topics_date {
	display: block;
	font-family: "Lato", sans-serif;
	color: #b1b1b1;
	font-size: 13px;
	text-align: center;
	margin-bottom: 5px;
}
.topics_title {
	font-size: 13px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.topslider .slick-prev,
.topslider .slick-next {
	display: block;
	width: 40px;
	height: 40px;
	outline: none;
	text-decoration: none;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	position: absolute;
	top: 142.5px;
	z-index: 10;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.topslider .slick-prev {
	left: -30px;
}
.topslider .slick-prev:after {
	content: "";
	width: 20px;
	height: 20px;
	margin-top: -10px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(-135deg);
	position: absolute;
	top: 50%;
	left: 15px;
}
.topslider .slick-next {
	right: -30px;
}
.topslider .slick-next:after {
	content: "";
	width: 20px;
	height: 20px;
	margin-top: -10px;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	transform: rotate(135deg);
	position: absolute;
	top: 50%;
	right: 15px;
}

.section_topics_list:before,
.section_topics_list:after {
	content: none;
}
.section_topics_list {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -10px 50px;
}
.section_topics_item {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	width: 100%;
	max-width: 25%;
	padding: 0 10px;
	position:relative;
}
.section_topics_image {
	width: 100%;
	height: auto;
}

/* section_pickup
--------------------------------------------------------------------*/

.section_pickup {
	margin-bottom:90px;
}
.section_pickup .item_box {
	margin-bottom: 20px;
}

/* section_new
--------------------------------------------------------------------*/

.section_new {
	margin-bottom:90px;
}
.section_new .item_box {
	margin-bottom: 20px;
}

/* section_ranking
--------------------------------------------------------------------*/

.section_ranking {
	margin-bottom:90px;
}
.ranking_tab {
	margin-bottom: 20px;
}
.ranking_tab_scroll {
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	white-space: nowrap;
}
.ranking_tab_list:before,
.ranking_tab_list:after {
	content: none;
}
.ranking_tab_list {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	justify-content: center;
}
.ranking_tab_item {
	text-align: center;
	position: relative;
	margin: 0 15px;
}
.ranking_tab_name {
	display: block;
	font-size: 16px;
	text-align: center;
	white-space: nowrap;
	padding: 10px 0;
	position: relative;
	cursor: pointer;
}
.ranking_tab_item.selected .ranking_tab_name:after {
	content: "";
	width: 100%;
	height: 2px;
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #5D2C04;
}
.section_ranking .item_box {
	margin-bottom: 20px;
}
#ranking_container{
	transition: 0.3s opacity;
}

#ranking_container .item_container{
	display:flex;
}
.section_ranking .slick-arrow{
	text-decoration: none;
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	z-index: 10;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	opacity: 1;
	cursor: pointer;
	color: #fff;
	background-color: rgba(0,0,0,.3);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.section_ranking .slick-prev {
	left: -40px;
	margin-top:-25px;
}
.section_ranking .slick-prev:after{
	content: "";
	width: 14px;
	height: 14px;
	margin-top: -7px;
	margin-left: -4px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(-135deg);
	position: absolute;
	top: 50%;
	left: 50%;
}
.section_ranking .slick-next {
	right: -40px;
	margin-top:-25px;
}
.section_ranking .slick-next:after{
	right: -15px;
	content: "";
	width: 14px;
	height: 14px;
	margin-top: -7px;
	margin-right: -4px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 50%;
}
/* section_rearrival
--------------------------------------------------------------------*/

.section_rearrival {
	margin-bottom:90px;
}
.section_rearrival .item_box {
	margin-bottom: 20px;
}

/* section_coodinate
--------------------------------------------------------------------*/

.section_coordinate {
	margin-bottom:90px;
}
.section_coordinate .item_box {}
.section_coordinate .item_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}
.section_coordinate .item_listItem {
	-ms-flex: 0 0 33.3333%;
	flex: 0 0 33.3333%;
	width: 100%;
	max-width: 33.3333%;
	margin-bottom: 30px;
	padding: 0 10px;
	position:relative;
}
.section_coordinate .item_list.item_list_column6 .item_listItem {
	-ms-flex: 0 0 16.6666667%;
	flex: 0 0 16.6666667%;
	width: 100%;
	max-width: 16.6666667%;
}
.section_coordinate .item_photo {
	margin-bottom: 10px;
	position:relative;
}

.section_coordinate .item_photo_link {
	display: block;
	position: relative;
}
.section_coordinate .item_photo_link:before {
	content:"";
	display:block;
	padding-top: 133.33333333333331%
}
.section_coordinate .item_photo_image {
	width:100%;
	height:auto;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
}
.section_coordinate .item_photo_image:hover {
	opacity:0.8;
}
.section_coordinate .item_info {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: flex-start;
	align-items: flex-start;
	margin-top:10px;
}
.section_coordinate .item_info_logo {
	-webkit-flex-basis: 50px;
	-ms-flex-preferred-size: 50px;
	flex-basis: 50px;
	max-width: 50px;
}
.section_coordinate .item_info_logo_img {
	width:50px;
	height:50px;
	border:1px solid #eee;
	-webkit-border-radius:50px;
	border-radius:50px;
}
.section_coordinate .item_info_logo_img:hover {
	opacity:0.8;
}
.section_coordinate .item_info_textArea {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 70%;
	width: -webkit-calc(100% - 50px);
	width: calc(100% - 50px);
	padding: 0;
	overflow: hidden;
}
.section_coordinate .item_info_heading {
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}
.section_coordinate .item_info_heading + .item_info_heading {
	margin-top: 5px;
}
.section_coordinate .item_info_heading.text_shopName:hover,
.section_coordinate .item_info_heading.text_userName:hover {
	text-decoration: underline;
}
.section_coordinate .item_info_heading a:visited {
	color: #ab60a3;
}
/* section_news
--------------------------------------------------------------------*/

.section_news {
	background: #fff;
	margin-bottom:90px;
	width: 100vw;
	min-width: 1200px;
	margin-left: calc(((100vw - 1200px)/2)*-1);
	padding: 20px 0;
}
.news_list {
	height:auto;
	width: 1200px;
	margin: 0 auto 50px;
	transition: 0.3s;
}
.news_list.open{
	max-height:100vh;
}
.news_item {
	line-height: 1.4;
	margin-bottom: 5px;
	height: auto;
	display: block;
}
.news_item.hidden{
	display:none;
}
.news_item.open{
	display:block;
}
.news_item:first-child {
}
.news_link {
	display: inline;
	padding:0;
	position:relative;
	width: auto;
	text-decoration:underline;
}
/*.news_link:after {
	content:"";
	display:block;
	width:6px;
	height:6px;
	border-top:1px solid #000;
	border-left:1px solid #000;
	transform:rotate(135deg) translateY(-50%);
	position:absolute;
	top:50%;
	right:5px;
}
*/
.news_title {
	font-size: 14px;
}
.news_date {
	font-family: "Lato", sans-serif;
	font-size: 14px;
	width: 100px;
	float: left;
}
.section_news .common_btn{
	margin-bottom:20px;
}
.section_news .common_btn a{
	position:relative;
}
.section_news .common_btn a:after{
	content:"";
	display:block;
	width:8px;
	height:8px;
	border-top:1px solid #fff;
	border-right:1px solid #fff;
	transform:rotate(135deg);
	position:absolute;
	right:15px;
	top:0;
	bottom:0;
	margin:auto;
}
.section_news .common_btn.open a:after{
	transform:rotate(315deg);
}
/* section_recommend
--------------------------------------------------------------------*/
.section_recommend {
	margin-bottom:90px;
}
.section_recommend .item_box {
	margin-bottom: 20px;
}

/* section_checkitem
--------------------------------------------------------------------*/
.section_checkitem {
	margin-bottom: 90px;
}
.checkitem_title {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin:0 0 30px;
}
.section_checkitem .item_box{}


/* section_custom
--------------------------------------------------------------------*/

.section_custom {
	width: 1200px;
	margin: 0 auto 70px;
}
.section_custom .item_box {
	margin-bottom: 20px;
}
