@charset "UTF-8";
/*================================================
トップページ専用CSS
================================================*/

/* 共通レイアウト
--------------------------------------------------------------------*/
#official_top {
	opacity: 0;
	-webkit-transition: all 2.0s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: all 2.0s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#official_top.visible {
	opacity: 1;
}
.official_main {
	margin-bottom: 80px;
}
#contents.site_top {
	width: 100%;
	margin: 0 auto;
}
.section_inner {
	width: 1200px;
	margin: 0 auto;
}

/* hero
--------------------------------------------------------------------*/

.hero {
	width: 100%;
	min-height:600px;
	height: 100%;
	text-align: center;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.hero_slide,
.hero_slide_bnr,
.hero_slide_list {
	height: 100%;
	position: relative;
}
.hero_slide_list {}
.hero_slide_item {
	height: 100%;
	transition: all .5s ease-in-out;
}
.hero_slide_link {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.hero_slide_link:hover .hero_slide_photo:after {
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,.0);
	position: absolute;
	top: 0;
	left: 0;
}
.hero_slide_item > a:link, .hero_slide_item > a:visited {
	text-decoration: none;
}
.hero_slide_item > a:hover, .hero_slide_item > a:active {
	text-decoration: none;
}
.hero_slide_photo {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
	display: flex;
	justify-content: center;
	padding: 40px;
}
.hero_slide_title {
	color: #fff;
	font-family: "Oswald", sans-serif;
	font-size: 18px;
	text-align: center;
	line-height: 1.6;
	position: absolute;
	bottom: 108px;
}
.hero_logo {
	text-align: center;
	position: absolute;
	width: 100%;
	left: 0;
	top:calc((100% - 200px)/4);
	z-index: 3;
	opacity: 1;
	transition: all 1s ease;
}
.hero_logo.is_scroll {
	opacity: 0;
}
.hero_logo_title {
	display: inline-block;
	height: 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	width: 182px;
	padding: 28px 0 0;
	background: url(/static/full/images/header/header_logo.png) no-repeat center top;
	background-size: 182px 28px;
}

.onlinestore_slide_nav {
	position: absolute;
	bottom: 108px;
	left: 50%;
	transform: translateX(-50%);
}
.onlinestore_slide_title {
	display: inline-block;
	color: #fff;
	font-family: "Oswald", sans-serif;
	font-size: 18px;
	text-align: center;
	line-height: 1.6;
	cursor: pointer;
	padding: 0 0 4px;
	transition: .5s ease-in-out;
	position: relative;
}
.onlinestore_slide_nav:hover .onlinestore_slide_title {
	transform: translate(0, -48px);
}
.onlinestore_slide_title:after {
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	background-color: transparent;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	transition: .5s ease-in-out;
}
.onlinestore_slide_nav:hover .onlinestore_slide_title:after {
	background-color: #fff;
}
.onlinestore_gender {
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: .5s ease-in-out;
}
.onlinestore_slide_nav:hover .onlinestore_gender {
	opacity: 1;
}
.onlinestore_gender_list:before, .onlinestore_gender_list:after {
	content: none;
}
.onlinestore_gender_list {
	display: flex;
	justify-content: center;
}
.onlinestore_gender_item {
	margin: 0 20px;
}
.onlinestore_gender_link {
	color: #fff;
	font-family: "Oswald", sans-serif;
	font-size: 15px;
	line-height: 1.6;
	transition: all .4s;
	position: relative;
}
.onlinestore_gender_link:hover {
	color: #fff;
	text-decoration: none;
	opacity: .5;
}
.stores_movie_list {}
.stores_movie_item {}
.stores_movie_link {}
.stores_movie_box {
	position: relative;
	width: 100%;
	height: 100vh;
	object-fit: cover;
}
.stores_video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.stores_movie_title {
	color: #fff;
	font-family: "Oswald", sans-serif;
	font-size: 18px;
	line-height: 1.6;
	text-align: center;
	position: absolute;
	bottom: 108px;
	left: 50%;
	z-index: 2;
	transform: translateX(-50%);
}
.houseguestartist_movie_list {}
.houseguestartist_movie_item {}
.houseguestartist_movie_link {}
.houseguestartist_movie {
	position: relative;
	width: 100%;
	height: 100vh;
	object-fit: cover;
}
.houseguestartist_video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.houseguestartist_movie_title {
	color: #fff;
	font-family: "Oswald", sans-serif;
	font-size: 18px;
	line-height: 1.6;
	text-align: center;
	position: absolute;
	bottom: 108px;
	left: 50%;
	z-index: 2;
	transform: translateX(-50%);
}

/*slick.css*/
.hero_slide .slick-arrow {
	display: block;
	width: 10%;
	height: 100%;
	outline: none;
	text-decoration: none;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	position: absolute;
	top: 0;
	z-index: 10;
	opacity: 0;
	cursor: pointer;
	transition: all .5s ease;
}
.hero_slide .slick-arrow:hover {
	opacity: 1;
}
.hero_slide .slick-prev {
	left: 0;
}
.hero_slide .slick-prev:after {
	content: "";
	width: 15px;
	height: 15px;
	margin-top: -8px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(-135deg);
	position: absolute;
	top: 50%;
	left: 40px;
}
.hero_slide .slick-next {
	right: 0;
}
.hero_slide .slick-next:after {
	content: "";
	width: 15px;
	height: 15px;
	margin-top: -8px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	transform: rotate(135deg);
	position: absolute;
	top: 50%;
	right: 40px;
}
.hero_slide .slick-dotted.slick-slider {}
.hero_slide .slick-dots {
	position: absolute;
	bottom: 40px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.hero_slide .slick-dots li {
	position: relative;
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 8px;
	padding: 0;
	cursor: pointer;
}
.hero_slide .slick-dots li button {
	display: block;
	width: 8px;
	height: 8px;
	line-height: 8px;
	text-align: center;
	outline: none;
	cursor: pointer;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-color: rgba(255, 255, 255, .5);
	-webkit-border-radius: 20px;
	border-radius: 20px;

}
.hero_slide .slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}
.hero_slide .slick-dots li.slick-active button {
	background-color: rgba(255, 255, 255, 1);
	cursor: default;
}

/* top_banner
--------------------------------------------------------------------*/
.top_banner {
	width: 100%;
	min-width: 1200px;
	overflow: hidden;
	padding: 40px 0 0;
}
.top_banner.top_banner__basic {
	width: 100%;
	margin: 0 0 90px;
}
.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;
}

/*BAISC*/
.section_mainbnr.section_mainbnr__basic {
	width: 100%;
	margin: 0 0 75px 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: -40px;
	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: 12px;
	height: 12px;
	margin: 0 12px;
	cursor: pointer;
}
.mainbnr_slider .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-color: #ccc;
	border: 1px solid #ccc;
	-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: #404040;
	border-color: #404040;
	cursor: default;
}

/* section_topbnr
--------------------------------------------------------------------*/

.section_topbnr {
	width: 1200px;
	margin: 0 auto;
}
.section_topbnr.section_topbnr__basic {}
.section_topbnr.section_topbnr__lot {}
.section_topbnr.section_topbnr__huge {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.topslider {
	width: 100%;
	max-width: 1200px;
	position: relative;
}
.topslider + .common_btn {
	margin-top: 50px;
}
.topslider_list {}
.topslider_item {}
.topbnr_list:before, .topbnr_list:after {
	content: none;
}
.topbnr_list {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}
.topbnr_item {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	width: 100%;
	max-width: 25%;
	padding: 0 10px;
}
.topbnr_photo {
	margin-bottom: 10px;
}
.topbnr_image {
	width: 100%;
	height: auto;
}
.topbnr_date {
	display: block;
	font-family: "Lato", sans-serif;
	color: #b1b1b1;
	font-size: 13px;
	text-align: center;
	margin-bottom: 5px;
}
.topbnr_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_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 {
	-ms-flex: 0 0 25%;
	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_newarrivals {
	padding: 80px 0 125px;
}
.section_new .item_box {
	margin-bottom: 20px;
}

.section_newarrivals .slick-track{
	height: 446px;
}

/* 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_coodinate
--------------------------------------------------------------------*/

.section_coodinate {
	margin-bottom:90px;
}
.section_coodinate .item_box {}
.coordinate_list:before,
.coordinate_list:after {
	content: none;
}
.coordinate_list {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -7.5px;
	margin-right: -7.5px;
}
.coordinate_item {
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	width: 100%;
	max-width: 20%;
	margin-bottom: 50px;
	padding: 0 7.5px;
	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("/static/full/images/coordinate/icon_sns_fb.png") no-repeat;
	background-size: 26px 24px;
}
.popup_sns_tw a {
	background: url("/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("/static/full/images/coordinate/icon_sns_line.png") no-repeat center;
	background-size: 26px 24px;
}
.popup_sns_line a {
	background: url("/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(/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(/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(/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_journal
--------------------------------------------------------------------*/

.section_journal {
	overflow: hidden;
	padding-bottom:125px;
}
.journal_slide {
	width: 880px;
	margin: 0 auto;
}
.journal_slide_list {}
.journal_slide_item {
	padding: 0 40px;
}
.journal_slide_item > a:link,
.journal_slide_item > a:visited {
	text-decoration: none;
}
.journal_slide_item > a:hover,
.journal_slide_item > a:active {
	text-decoration: none;
}
.journal_slide_link {}
.journal_slide_photo {
	overflow: hidden;
	margin-bottom: 20px;
}
.journal_slide_image {
	width: 100%;
	height: auto;
	transition: opacity 1s, transform .5s;
}
.journal_slide_link:hover .journal_slide_image {
	transform: scale(1.1);
}
.journal_slide_title {
	font-family: "Roboto", sans-serif;
	font-size: 15px;
	font-weight: 700;
	opacity: 0;
	transition: all .5s;
}
.journal_slide_link:hover .journal_slide_title {
	opacity: .5;
}
.journal_slide .slick-slider .slick-list {
	overflow: visible;
}
.journal_slide .slick-arrow {
	display: block;
	width: calc(100% + 40px);
	height: 100%;
	outline: none;
	text-decoration: none;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	position: absolute;
	top: 50%;
	z-index: 10;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: opacity .5s;
}
.journal_slide .slick-arrow:hover {
	opacity: .5;
}
.journal_slide .slick-prev {
	left: -100%;
}
.journal_slide .slick-prev:after {
	content: "";
	width: 15px;
	height: 15px;
	margin-top: -8px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(-135deg);
	position: absolute;
	top: 50%;
	left: calc(100% - 40px);
}
.journal_slide .slick-next {
	right: -100%;
}
.journal_slide .slick-next:after {
	content: "";
	width: 15px;
	height: 15px;
	margin-top: -8px;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	transform: rotate(135deg);
	position: absolute;
	top: 50%;
	right: calc(100% - 40px);
}
.journal_slide .slick-dotted.slick-slider {}
.journal_slide .slick-dots {
	position: absolute;
	bottom: -50px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.journal_slide .slick-dots li {
	position: relative;
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 8px;
	padding: 0;
	cursor: pointer;
}
.journal_slide .slick-dots li button {
	display: block;
	width: 8px;
	height: 8px;
	line-height: 8px;
	text-align: center;
	outline: none;
	cursor: pointer;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-color: #ddd;
	-webkit-border-radius: 20px;
	border-radius: 20px;

}
.journal_slide .slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}
.journal_slide .slick-dots li.slick-active button {
	background-color: #000;
	cursor: default;
}


/* section_news
--------------------------------------------------------------------*/

.section_news {
	margin-bottom:80px;
}
.news_list {}
.news_item {
	padding:40px;
	border-bottom:1px solid #ddd;
}
.news_item:first-child {
	border-top: 1px solid #ddd;
}
.news_link {
	display:block;
	padding:0 50px 0 0;
	transition: all .2s;
	position:relative;
}
.news_link:hover {
	color: #000;
	text-decoration: none;
}
.news_data {
	display: flex;
	align-items: center;
}
.news_date {
	display: inline-block;
	width: 120px;
	color: #000;
	font-family: "Roboto", sans-serif;
	font-size: 13px;
	line-height: 1.6;
	transition: .2s;
}
.news_link:hover .news_date {
	opacity: .5;
}
.news_detail {
	flex: 1;
	padding: 0 0 0 40px;
	overflow: hidden;
}
.news_title {
	color: #000;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.6;
	transition: .2s;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news_link:hover .news_title {
	opacity: .5;
}
.news_more_svg {
	position: absolute;
	top: 50%;
	right: 0;
	transition: all .2s;
}
.news_link:hover .news_more_svg {
	width: 36px;
	right: 5px;
}

/* section_recommend
--------------------------------------------------------------------*/
.section_recommend {
	margin-bottom:90px;
}
.section_recommend .item_box {
	margin-bottom: 20px;
}

/* section_checkitem
--------------------------------------------------------------------*/
.section_checkitem {}
.checkitem_title {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin:0 0 30px;
}
.section_checkitem .item_box{}


/* section_custom
--------------------------------------------------------------------*/

.section_custom {
	margin-bottom:90px;
}
.section_custom .item_box {
	margin-bottom: 20px;
}
