@charset "utf-8";

/* ==================================================
contents
================================================== */
#tmp_wrapper button:hover,
#tmp_wrapper button:focus,
#tmp_wrapper button:active {
	cursor: pointer;
}
#tmp_main h2.section_tlt {
    font-family:"游明朝","ヒラギノ明朝 ProN W6", "Yu Mincho", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	padding-top: 35px;
	font-size: 257.1%;
	display: inline-block;
	position: relative;
	color: #000000;
	font-weight: normal;
}
#tmp_main h2.section_tlt:before,
#tmp_main h2.section_tlt:after {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	width: 48px;
	height: 94px;
	background: transparent url(/shared/images/icon/icon_top_title.png) no-repeat top left;
	color: transparent;
}
#tmp_main h2.section_tlt:before {
	left: -65px;
}
#tmp_main h2.section_tlt:after {
	right: -70px;
}

#tmp_main .view_more {
	display: inline-block;
	font-size: 114.3%; 
	margin: 8px auto;
    padding: 17px 70px;
	background: transparent url(/shared/images/icon/icon_arrow_right.png) 97% center no-repeat;
	color: #000000;
	text-decoration: none;
	box-shadow: 0 0 15px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 0 15px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.15);
	background-color: #ffffff;
	color: #000000;
}
#tmp_main .view_more:hover,
#tmp_main .view_more:focus,
#tmp_main .view_more:active {
	text-decoration: underline;
}
#tmp_main .view_rss {
    display: inline-block;
    font-size: 114.3%;
    color: #302510;
    min-width: 101px;
    min-height: 27px;
    text-decoration: none;
    background: transparent url(/shared/images/icon/icon_arrow_right.png) 94% 8px no-repeat;
	position: relative;
	top: -2px;
    text-align: left;
    padding-left: 19px;
}
#tmp_main .view_rss:before {
	content: '';
    position: absolute;
    display: block;
    width: 14px;
    height: 13px;
    top: 5px;
    left: -3px;
    background: transparent url(/shared/images/icon/icon_rss.png) top left no-repeat;
}
#tmp_main .view_rss:after {
	content: '';
	position: absolute;
	display: block;
	width: 100px;
	height: 1px;
	bottom: -2px;
	left: -3px;
	background: transparent url(/shared/images/main/img_rss.png) top left;
}
#tmp_main .view_rss:hover,
#tmp_main .view_rss:focus,
#tmp_main .view_rss:active {
	text-decoration: underline;
}
/* Banner Slider */
#tmp_banner_slider {
	position: relative;
	color: inherit;
	width: 100%;
	overflow: hidden;
}
#tmp_banner_slider .banner_slick {
	background: #000000;
}
#tmp_banner_slider .slick_slide:before {
    content: "";
    position: absolute;
    left: 0;
    right:0;
    top: 0;
    bottom: 0;
    background: url(/shared/images/bg_slider.png) repeat-x center top;
    z-index: 1;
}
#tmp_banner_slider .slick_slide:after {
    content: "";
    position: absolute;
    left: 0;
    right:0;
    top: 0;
    bottom: 0;
    background: url(/shared/images/bg_slider_b.png) repeat-x center bottom;
    z-index: 1;
}
#tmp_banner_slider .banner_slick {
	position: relative;
    height: 900px;
	background-color: #000000;
	color: #ffffff;
}
#tmp_banner_slider .slick_slide {
	display: block;
	position: relative;
	overflow: hidden;
	float: left;
	height: 100%;
    min-height: 1px;
}
#tmp_banner_slider .slick_slide .slick_image,
#tmp_banner_slider .slick_slide .slick_slide {
	width: 100%;
}
#tmp_banner_slider .slick_slide .slick_image {
	margin: 0;
	height: 900px;
	overflow: hidden;
}
#tmp_banner_slider .slick_slide.slick-center .slick_image {
	opacity: 1;
}
#tmp_banner_slider .slick_slide .slick_caption {
	position: absolute;
	z-index: 2;
	bottom: 5px;
	right: 5px;
	font-size: 285.7%;
	font-weight: normal;
	background-color: transparent;
	color:#ffffff;
	padding: 4px 12px;
	line-height: 1;
}
#tmp_banner_slider .slick_slide .slick_caption a {
    font-family:"游明朝","ヒラギノ明朝 ProN W6", "Yu Mincho", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    float: left;
    display: block;
    text-align: right;
    margin-right: 25px;
    margin-top: 70px;
    line-height: 1.5;
	letter-spacing: 2px;
	position: relative;
	text-decoration: none;
	background-color: transparent;
	color: #ffffff;
	text-shadow: 2px 2px 7px #000000, 2px 1px 7px #000000, 0 0 7px #000000;
}
#tmp_banner_slider .slick_slide .slick_caption a span{
	display: inline;
	border-bottom: 1px solid #ffffff;
}
#tmp_banner_slider .slick_slide .slick_caption a:before {
	content: '';
	position: relative;
	display: inline-block;
	width: 59px;
	height: 50px;
	background: transparent url(/shared/images/icon/icon_slide_txt.png) no-repeat 0 0;
	color: #ffffff;
	top: 10px;
}
#tmp_banner_slider .slick_slide .slick_caption a:hover,
#tmp_banner_slider .slick_slide .slick_caption a:active,
#tmp_banner_slider .slick_slide .slick_caption a:focus {
	text-decoration: none;
}
#tmp_banner_slider .slick_slide .slick_caption a:hover span,
#tmp_banner_slider .slick_slide .slick_caption a:active span,
#tmp_banner_slider .slick_slide .slick_caption a:focus span{
	border-bottom: 0;
}
#tmp_banner_slider .slick_slide .slick_caption p {
	float: right;
}
#tmp_banner_slider .slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	z-index: 9999;
	text-indent: -9999px;
	color: #C7CC78;
	display: block;
	width: 27px;
	height: 52px;
	border: none;
}
#tmp_banner_slider .slick-arrow.slick-prev {
	background: transparent url(/shared/images/icon/icon_slide_left.png) no-repeat top left;
	left: 10px;
}
#tmp_banner_slider .slick-arrow.slick-next {
	background: transparent url(/shared/images/icon/icon_slide_right.png) no-repeat top left;
	right: 10px;
}
#tmp_banner_slider .banner_cnt {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: -3px;
    z-index: 1000;
    height: auto;
    margin-left: -23px;
}
.format_top .slick-control {
    display: inline-block;
    padding: 7px 10px;
	margin-bottom: 10px;
}
.format_top .slick-control button {
    background-color: transparent;
    border: 1px solid #ffffff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #ffffff;
	padding: 5px 12px;
}
.format_top .slick-control .slick-dots {
    display: inline-block !important;
    margin: 0 0 8px 10px;
    vertical-align: bottom;
}
.format_top .slick-control .slick-dots li {
    display: inline-block;
	margin: 0 7px;
}
.format_top .slick-control .slick-dots li button {
	border-radius: 50%;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    width: 13px;
    height: 13px;
	cursor: pointer;
	padding: 0;
	vertical-align: text-bottom;
    text-indent: -9999999px;
}
.format_top .slick-control .slick-dots li.slick-active button {
	color: #0F010D;
	background-color: #ffffff;
}

/* Notice Section */
#tmp_notice {
	width: 100%;
	min-height: 70px;
	background-color: #ce3a20;
	color: #ffffff;
}
#tmp_notice .notice_info_div {
    display: table-cell;
    width: 230px;
    height: auto;
    vertical-align: middle;
}
#tmp_notice .notice_info {
    padding: 15px 7px 10px 40px;
	font-size: 171.4%;
	font-weight: bold;
}
#tmp_notice .notice_cnt {
    display: table-cell;
	width: 1000px;
	padding: 10px 0;
}
#tmp_notice .notice_cnt .notice_list {
	padding: 7px 0;
	background-color: #ffffff;
	color: transparent;
}
#tmp_notice .notice_cnt .notice_text {
	list-style: none;
	padding: 7px 30px;
}
#tmp_notice .notice_cnt .notice_text a {
	color: #ce3a20;
	background-color: transparent;
	font-size: 114.3%;
}
#tmp_notice .notice_cnt .notice_text a:hover,
#tmp_notice .notice_cnt .notice_text a:focus,
#tmp_notice .notice_cnt .notice_text a:active {
	text-decoration: none;
}
/* Pickup Section */
#tmp_pickup {
	padding-top: 60px;
	text-align: center;
	position: relative;
}
#tmp_pickup:before {
	content: '';
	width: 332px;
	height: 255px;
	position: absolute;
	display: block;
	color: transparent;
	background: transparent url(/shared/images/main/img_tropical01.png) no-repeat top left;
	top: -77px;
	left: 0;
	z-index: -1;
}
#tmp_pickup:after {
	content: '';
	width: 143px;
	height: 293px;
	position: absolute;
	display: block;
	color: transparent;
	background: transparent url(/shared/images/main/img_sunburst01.png) no-repeat top left;
	top: -162px;
	right: 0;
	z-index: -1;
}
#tmp_main #tmp_pickup h2 {
	background: transparent url(/shared/images/main/title_pickup.png) no-repeat center 10px;
} 
#tmp_main .pickup_cnt {
	max-width: 1680px;
	margin: 30px auto 0;
	text-align: left;
}
#tmp_main .pickup_cnt:before,
#tmp_main .pickup_cnt:after {
	content: "";
    display: table;
    clear: both;
}
#tmp_main #tmp_pickup .pickup_cnt .pickup_item {
	list-style: none;
	text-align: left;
	display: inline-block;
	vertical-align: top;
	width: 24%;
	padding: 0 0.5% 25px;
}
#tmp_main .pickup_cnt .pickup_item a {
	text-decoration: none;
	background-color: transparent;
	color: #302510;
	font-size: 114.3%;
	display: block;
}
#tmp_main .pickup_cnt .pickup_item a .pickup_img img {
	max-width: 100%;
	height: auto;
}
#tmp_main .pickup_cnt .pickup_item span {
	font-weight: 500;
}
#tmp_main .pickup_cnt .pickup_item span.txt {
	position: relative;
	display: block;
	background: transparent url(/shared/images/icon/icon_pickup_list.png) no-repeat 3px 12px;
	color: inherit;
    padding-top: 10px;
    padding-left: 25px;
}
#tmp_main .pickup_cnt .pickup_item a[href*="http"] span.txt:after {
	content: '';
	position: relative;
	width: 13px;
	height: 13px;
	display: inline-block;
	background: transparent url(/shared/images/icon/icon_link.png) no-repeat 0 0;
	margin-left: 8px;
}
#tmp_main .pickup_cnt .pickup_item a:hover,
#tmp_main .pickup_cnt .pickup_item a:focus,
#tmp_main .pickup_cnt .pickup_item a:active {
	text-decoration: underline;
}
#tmp_main .pickup_cnt .pickup_item .pickup_img {
	box-shadow: 0 0 15px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 0 15px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.15);
	display: block;
}
/* Model Section */
#tmp_model {
	margin-top: 80px;
	text-align: center;
	position: relative;
}
#tmp_model:before {
	content: '';
	width: 154px;
	height: 293px;
	position: absolute;
	display: block;
	color: transparent;
	background: transparent url(/shared/images/main/img_sunburst02.png) no-repeat top left;
	top: -176px;
	left: 0;
	z-index: -1;
}
#tmp_model:after {
	content: '';
	width: 339px;
	height: 295px;
	position: absolute;
	display: block;
	color: transparent;
	background: transparent url(/shared/images/main/img_tropical02.png) no-repeat top left;
	top: -15px;
	right: 0;
	z-index: -1;
}
#tmp_main #tmp_model h2 {
	background: transparent url(/shared/images/main/title_model.png) no-repeat center 10px;
    font-size: 285.7%;
} 
#tmp_main #tmp_model h2:before {
	left: -97px;
}
#tmp_main #tmp_model h2:after {
    right: -90px;
}
/* MODEL SLIDER */
#tmp_model_slide {
	position: relative;
	width: 100%;
	margin-top: 20px;
	overflow-x: hidden;
}
#tmp_model_slide .model_slides {
	position: relative;
    min-height: 550px;
}
#tmp_model_slide .model_slide {
	display: block;
	width: 1015px;
	margin: 0 67px;
	position: relative;
	float: left;
	height: 100%;
    min-height: 1px;
	padding:0 0 10px;
}
#tmp_model_slide .model_slide .model_img,
#tmp_model_slide .model_slide .model_slide {
	width: 100%;
}
#tmp_model_slide .model_slide .model_img {
	margin: 0;
	height: 505px;
	overflow: hidden;
	text-align: right;
}
#tmp_model_slide .model_slide.slick-center .model_img {
	opacity: 1;
}
#tmp_model_slide .model_slide .model_caption {
	position: relative;
	z-index: 1;
	width: 305px;
	min-height: 330px;
	margin-top: -300px;
	left: 0;
	background-color: #ffffff;
	color:#666666;
	padding: 20px 10px;
	line-height: 1;
	text-align: left;
	border-top: 6px solid #d97859;
	box-shadow: 0 0 15px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 0 15px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.15);
}
#tmp_model_slide .model_slide .model_caption:after {
	content: '';
	width: 13px;
	height: 11px;
	position: absolute;
	display: block;
	color: transparent;
	background: transparent url(/shared/images/icon/icon_arrow_right.png) no-repeat top left;
    right: 20px;
    bottom: 12px;
}
#tmp_model_slide .model_slide .model_caption .model_meta {
	font-size: 100%;
	background-color: transparent;
	color: #ae5f36;
	margin-bottom: 40px;
	padding: 0 10px;
}
#tmp_model_slide .model_slide .model_caption .model_meta span {
	background-color: transparent;
	color: #683590;
	padding-left: 17px;
}
#tmp_model_slide .model_slide .model_caption a.model_tlt {
    font-family:"游明朝","ヒラギノ明朝 ProN W6", "Yu Mincho", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 185.7%;
	color: #302510;
	background-color: transparent;
	text-decoration: none;
	padding: 0 10px;
}
#tmp_model_slide .model_slide .model_caption a.model_tlt:hover,
#tmp_model_slide .model_slide .model_caption a.model_tlt:focus,
#tmp_model_slide .model_slide .model_caption a.model_tlt:active {
	text-decoration: underline;
}
#tmp_model_slide .model_slide .model_caption .model_cnt {
	font-size: 114.3%;
    margin-top: 25px;
    padding: 25px 10px;
	line-height: 1.7;
	border-top: 1px solid #ebe1ce;
}
#tmp_model_slide .model_slide .model_caption .model_link {
	display: block;
	position: absolute;
	bottom: 10px;
    right: 13px;
    width: 13px;
    height: 11px;
    text-indent: -9999px;
	background: transparent url(/shared/images/icon/icon_arrow_right.png) no-repeat;
	color: #2F5A13;
}
#tmp_model_slide .model_slide .model_caption .model_link:hover,
#tmp_model_slide .model_slide .model_caption .model_link:focus,
#tmp_model_slide .model_slide .model_caption .model_link:active {
	text-decoration: underline;
}

#tmp_model_slide .slick-arrow {
	position: absolute;
	top: 40%;
	transform: translateY(-40%);
	-moz-transform: translateY(-40%);
	-webkit-transform: translateY(-40%);
	z-index: 9999;
	text-indent: -9999px;
	color: #12110F;
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 1px solid #000000;
}
#tmp_model_slide .slick-arrow.slick-prev {
	background: #FBF8F2 url(/shared/images/icon/icon_model_left.png) no-repeat center center;
	left: 15%;
}
#tmp_model_slide .slick-arrow.slick-next {
	background: #FBF8F2 url(/shared/images/icon/icon_model_right.png) no-repeat center center;
	right: 15%;
}
/* News Board  */
#tmp_news {
	margin-top: 70px;
	text-align: center;
}
#tmp_main #tmp_news h2 {
	background: transparent url(/shared/images/main/title_news.png) no-repeat center 10px;
    font-size: 285.7%;
}
#tmp_main #tmp_news h2:before {
	left: -120px;
}
#tmp_main #tmp_news h2:after {
	right: -135px;
}
#tmp_main #tmp_news .feature_cnt {
    text-align: left;
    list-style: none;
    margin-top: 57px;
}
#tmp_main #tmp_news .feature_cnt .feature_item {
	clear: both;
	border-bottom: 1px solid #ebe1ce;
    margin-bottom: 20px;
	padding: 0 0 23px 20px;
}
#tmp_news .feature_label {
	display: inline-block;
	vertical-align: top;
	width: 14%;
    border: 1px solid #c85a47;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    color: #b82c14;
    background-color: transparent;
    text-align: center;
    padding: 4px 0;
}
#tmp_main #tmp_news .feature_cnt .feature_item a {
	margin-left: 2%;
	margin-top: 4px;
	font-size: 114.3%;
	display: inline-block;
	text-decoration: none;
	color: #302510;
	background-color: transparent;
	display: inline-block;
	width: 83%;
	padding:0 3% 0 0;
    background: transparent url(/shared/images/icon/icon_arrow_right.png) no-repeat 99% 5px;
    background-size: 14px 12px;
}
#tmp_main #tmp_news .feature_cnt .feature_item a:hover,
#tmp_main #tmp_news .feature_cnt .feature_item a:focus,
#tmp_main #tmp_news .feature_cnt .feature_item a:active {
	text-decoration: underline;
}
#tmp_main .news_function {
	margin-top: 20px;
    display: inline-block;
    position: relative;
    left: -76px;
}
#tmp_main .news_function .view_more {
	padding: 12px 77px;
	margin: 0;
	margin-right: 30px;
	line-height: 1.4;
}

@media screen and (max-width : 1280px) {
	#tmp_model_slide .slick-arrow.slick-prev {
		left: 5%;
	}
	#tmp_model_slide .slick-arrow.slick-next {
		right: 5%;
	}
}

/* No Javascript */
.no_javascript #tmp_banner_slider {
	max-width: 1680px;
	max-height: 900px;
	margin: 0 auto;
	overflow-y: scroll;
}
.no_javascript #tmp_banner_slider .banner_slick {
	text-align: center;
}
.no_javascript #tmp_banner_slider .slick_slide {
	float: none;
	display: inline-block;
}
.no_javascript #tmp_model_slide .model_slide {
	float: none;
	display: inline-block;
	margin-bottom: 50px;
}
.no_javascript #tmp_model_slide .model_slide .model_caption {
	position: relative;
    top: 0;
    margin-top: -295px;
}
/* ==================================================
print
================================================== */
@media print {
/* for Firefox */
#tmp_main:after,
.col_nm:after {
	content:""; /* 変更しない */
	height:1px; /* 変更しない */
}
}

