@charset "UTF-8";

/*================================================
トップページ専用CSS
================================================*/
/* 共通レイアウト
--------------------------------------------------------------------*/
#contents.page-top {
	width: 1200px;
}

/* top_banner
--------------------------------------------------------------------*/

.top_banner {}

.top_banner.top_banner__basic {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1080px;
	margin: 0 auto 75px;
}

.top_banner.top_banner__lot {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto 50px;
}

.top_banner.top_banner__huge {
	width: 100%;
	margin: 0 0 80px 0;
}

/* section_mainbnr
--------------------------------------------------------------------*/
.section_mainbnr {
	padding: 12px 0 0;
	margin: 0 0 74px;
}

.mainbnr_slider {}

.mainbnr_slider_list {}

.mainbnr_slider_item {}

.mainbnr_slider_link {}

.mainbnr_slider_image {
	display: block;
	width: 100%;
	height: auto;
}

/*BAISC*/
.section_mainbnr.section_mainbnr__basic {
	width: 100%;
	margin: 0 0 75px 0;
}

/*A LOT OF*/
.section_mainbnr.section_mainbnr__lot {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1080px;
	margin: 0 0 75px 0;
	position: relative;
}

.main_slider {
	-webkit-flex-basis: 720px;
	-ms-flex-preferred-size: 720px;
	flex-basis: 720px;
	max-width: 720px;
	height: 400px;
	margin: 0 auto 0 0;
	position: relative;
}

.main_slider_image {
	width: 100%;
	height: auto;
}

.sub_slider {
	-webkit-flex-basis: 342px;
	-ms-flex-preferred-size: 342px;
	flex-basis: 342px;
	max-width: 342px;
	position: relative;
}

.sub_slider_list {}

.sub_slider_item {
	width: 342px;
	height: 190px;
}

.sub_slider_item+.sub_slider_item {
	margin-top: 20px;
}

.sub_slider_image {
	width: 100%;
	height: auto;
}

/*HUGE*/
.section_mainbnr.section_mainbnr__huge {
	width: 100%;
}

/*slick.css*/
.section_mainbnr .slick-dotted.slick-slider {}

.section_mainbnr .slick-dots {
	position: absolute;
	bottom: -40px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

.section_mainbnr .slick-dots li {
	position: relative;
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 12px;
	cursor: pointer;
}

.section_mainbnr .slick-dots li button {
	display: block;
	width: 12px;
	height: 12px;
	line-height: 12px;
	text-align: center;
	outline: none;
	cursor: pointer;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: #666;
	background: rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 20px;
	border-radius: 20px;

}

.section_mainbnr .slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.section_mainbnr .slick-dots li.slick-active button {
	background: #000;
	background: rgba(0, 0, 0, 0.9);
	cursor: default;
}

/* section_topbnr
--------------------------------------------------------------------*/

.section_topbnr {
	margin: 0 auto 80px;
}

.section_topbnr.section_topbnr__basic {}

.section_topbnr.section_topbnr__lot {}

.section_topbnr.section_topbnr__huge {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
}

.section_topbnr_list:before,
.section_topbnr_list:after {
	content: none;
}
.section_topbnr_list {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -10px 50px;
}
.section_topbnr_item {
	flex: 0 0 25%;
	width: 100%;
	max-width: 25%;
	padding: 0 10px;
	position: relative;
}
.section_topbnr_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;
}

.section_ranking .item_box {
	margin-bottom: 20px;
}

/* section_rearrival
--------------------------------------------------------------------*/

.section_rearrival {
	margin-bottom: 90px;
}

.section_rearrival .item_box {
	margin-bottom: 20px;
}

/* section_coordinate
--------------------------------------------------------------------*/

.section_coordinate {
	margin-bottom: 90px;
}

.section_coordinate .item_box {
	padding: 0 40px;
}
.coordinate_list:before,
.coordinate_list:after {
	content: none;
}
.coordinate_list {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -25px;
	margin-right: -25px;
}

.coordinate_item {
	flex: 0 0 33.3333333%;
	width: 100%;
	max-width: 33.3333333%;
	margin-bottom: 50px;
	padding: 0 25px;
	position: relative;
}

.coordinate_link {
	display: block;
	position: relative;
}

.coordinate_link:hover .coodinate_photo:after {
	content: "";
	width: 100%;
	height: 100%;
	border: 3px solid #eee;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
}

.coordinate_photo {
	margin: 0 0 15px;
	position: relative;
}

.coordinate_image {
	width: 100%;
	height: auto;
}

.coordinate_date {
	margin: 0 0 5px;
	color: #7e7e7e;
	font-size: 12px;
}

.coordinate_store {
	font-size: 14px;
	line-height: 1.4em;
}

.coordinate_description {
	display: none;
}

.pop_coordinate {
	display: none;
	position: absolute;
	background: #FFF;
	top: 0px;
	left: 0px;
	width: 887px;
	z-index: 10000;
	padding: 25px;
}

.pop_coordinate_data {
	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;
}

.pop_coordinate_photo {
	-webkit-flex-basis: 300px;
	-ms-flex-preferred-size: 300px;
	flex-basis: 300px;
	max-width: 300px;
}

.pop_coordinate_photo img {
	width: 100%;
	height: auto;
}

.pop_coordinate_info {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 70%;
	width: -webkit-calc(100% - 300px);
	width: calc(100% - 300px);
	height: 400px;
	text-align: left;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 0 0 0 25px;
	position: relative;
}

.popup_sns {
	position: absolute;
	top: 0;
	right: 0;
}

.popup_sns_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-left: -10px;
	margin-right: -10px;
}

.popup_sns_list li {
	text-align: center;
	margin: 0 10px;
}

.popup_sns_list li a {
	display: inline-block;
	width: 26px;
	height: 24px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.popup_sns_fb a {
	background: url("https://rookieusa.jp/static/full/images/coordinate/icon_sns_fb.png") no-repeat;
	background-size: 26px 24px;
}

.popup_sns_tw a {
	background: url("https://rookieusa.jp/static/full/images/coordinate/icon_sns_tw.png") no-repeat;
	background-size: 26px 24px;
}

.popup_sns_line {
	display: inline-block;
	width: 26px;
	height: 24px;
	background: url("https://rookieusa.jp/static/full/images/coordinate/icon_sns_line.png") no-repeat center;
	background-size: 26px 24px;
}

.popup_sns_line a {
	background: url("https://rookieusa.jp/static/full/images/coordinate/icon_sns_line.png") no-repeat;
	background-size: 26px 24px;
}

.popup_sns_line .line-it-button {
	opacity: 0.000000001;
}

.coordinate_items {
	width: 540px;
}

.pop_coordinate .popup_top_close a {
	width: 43px;
	height: 43px;
	font-size: 1%;
	line-height: 1%;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(https://rookieusa.jp/static/full/images/coordinate/btn_close_coordinate.png) top left no-repeat;
	background-size: 43px 43px;
	position: absolute;
	top: -21px;
	right: -21px;
}

.coordinate-title {
	border-bottom: 2px solid #000;
	font-size: 16px;
	font-weight: 600;
	margin: 0 0 5px;
	padding: 0 0 10px;
	text-align: left;
}

.shop_name {
	margin: 10px 0;
}

.pop_coordinate .shop_name {
	font-size: 18px;
}

.pop_coordinate .description {
	display: block;
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 30px;
}

.popup_item_info {}

.popup_item_heading {
	font-size: 16px;
	margin-bottom: 10px;
}

.popup_item_heading span {
	display: inline-block;
	font-weight: bold;
}

.popup_item_info .notfound {
	padding: 0 10px;
}

.popup_navi_prev {
	width: 84px;
	height: 84px;
	font-size: 1%;
	line-height: 1%;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(https://rookieusa.jp/static/full/images/coordinate/btn_popup_prev.png) top left no-repeat;
	background-size: 84px 84px;
	position: absolute;
	top: 50%;
	left: -94px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.popup_navi_next {
	width: 84px;
	height: 84px;
	font-size: 1%;
	line-height: 1%;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(https://rookieusa.jp/static/full/images/coordinate/btn_popup_next.png) top left no-repeat;
	background-size: 84px 84px;
	position: absolute;
	top: 50%;
	right: -94px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

/* section_instagram
--------------------------------------------------------------------*/

.section_instagram {
	margin-bottom: 80px;
}
.instafeed_box {
	padding: 0 40px;
}
.instafeed_list::before,
.instafeed_list::after {
	content: none;
}
.instafeed_list {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -25px;
	margin-right: -25px;
}

.instafeed_item {
	-ms-flex: 0 0 346px;
	flex: 0 0 33.3333333%;
	width: 100%;
	max-width: 33.3333333%;
	margin-bottom: 50px;
	padding: 0 25px;
	position: relative;
}
.instafeed_link {}
.instafeed_photo {
	display: block;
	overflow: hidden;
	padding-bottom: 100%;
	position: relative;
}
.instafeed_image {
	width: 100%;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	object-fit: cover;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* section_movie
--------------------------------------------------------------------*/

.section_movie {
	margin: 0 0 80px;
}
.movie_box {
	margin: 0 0 50px;
	padding: 0 40px;
}
.movie_content {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	overflow: hidden;
}
.movie_content iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

/* section_news
--------------------------------------------------------------------*/

.section_news {
	margin-bottom: 90px;
}

.section_news ul {
	margin: 0 0 50px;
}

.section_news li {
	width: 33.3%;
	height: 90px;
	padding: 0 25px;
	float: left;
	font-size: 15px;
	line-height: 1.4em;
	background: url(https://rookieusa.jp/static/full/images/top/top_border_01.jpg) repeat-y top right;
	box-sizing: border-box;
}

.section_news li:last-child {
	background: none;
}

.section_news li a {
	font-size: 15px;
}

.section_news .news_date {
	margin: 0 0 5px;
	font-size: 15px;
	color: #7e7e7e;
}

/* section_recommend
--------------------------------------------------------------------*/
.section_recommend {
	margin-bottom: 90px;
}

.section_recommend .item_box {
	margin-bottom: 20px;
}

/* section_checkitem
--------------------------------------------------------------------*/
.section_checkitem {}

.section_checkitem .item_box {}

.checkitem_title {
	margin: 0 0 45px;
	padding: 0 0 20px;
	font-size: 42px;
	font-family: "Helvetica Neue", Helvetica, Arial, メイリオ, Meiryo, "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
}

.checkitem_title .sub_text {
	padding: 5px 0 0;
	font-size: 15px;
	font-family: "Helvetica Neue", Helvetica, Arial, メイリオ, Meiryo, "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	display: block;
}

/* section_custom
--------------------------------------------------------------------*/

.section_custom {
	margin-bottom: 90px;
}

.section_custom .item_box {
	margin-bottom: 20px;
}