@charset "utf-8";
/* ==================================================
Start Slick Core
================================================== */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
	display: block;
}
.slick-initialized .slick-slide {
	display: block;
	outline: none;
	padding:0;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
/* Dots */
.slick_control {
    text-align: center;
    padding: 40px 0 0 0;
}
.slick-dots {
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 10px;
    padding: 0;
    cursor: pointer;
    vertical-align: middle;
}
.slick-dots li button,
.slick-dots li a {
	padding: 0;
	display: block;
	width: 10px;
	height: 10px;
	cursor: pointer;
	text-indent: -9999px;
	border: 1px solid #222222;
	color: inherit;
	background-color: #ffffff;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.slick-dots .slick-active button,
.slick-dots .slick-active a {
	color: inherit;
	background-color: #222222;
}
.slick-dots li a:hover,
.slick-dots li a:active {
	color: inherit;
	background-color: #222222;
}
.slick-dots {
    margin-left: 0;
    padding-left: 38px;
	display: inline-block;
}
.slick-arrow {
	position: absolute;
	bottom: 0;
	z-index: 10;
	border: 0;
	padding: 0;
	display: block;
	cursor: pointer;
}
.prev.slick-arrow,
.slick-prev {
	left: 20px;
}
.next.slick-arrow,
.slick-next {
	right: -20px;
}
.btn_slides {
	position: relative;
	border: 0;
	display: inline-block;
	background: transparent;
}
.btn_slides a{
	display: inline-block;
}
.btn_slides span{
	display: none;
	position: relative;
	z-index: -1;
	text-indent: -9999px;
}
.btn_slides a:hover,
.btn_slides a:focus{
	outline: none;
}
/* ==================================================
End Slick Core
================================================== */
#tmp_wrap_main {
	padding: 2px 0;
}
#tmp_wrapper {
	overflow: hidden;
}
.mv_inner {
	position: relative;
}
.mv_inner .mv_cnt {
    padding:20px 0;
}
.mv_inner .mv_cnt:after {
	content: '';
	display: table;
	clear: both;
}
.mv_logo {
	margin: 0 0 20px;
}
.mv_txt {
    line-height: 1.6;
    font-size: 112.5%;
}
.mv_img_lft {
	position: absolute;
	width: 100%;
	top: 0;
	left: -100%;
	padding-right: 1px;
}
.mv_img_lft:before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.5);
}
.mv_img_rgt {
	position: absolute;
	width: 100%;
	top: 0;
	right: -100%;
	padding-left: 1px;
}
.mv_img_rgt:before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.5);
}

#tmp_new {
	padding: 100px 0 0;
}
.new_inner:after {
	content: '';
	display: table;
	clear: both;
}
.new_lbl {
    position: relative;
    width: 196px;
    float: left;
	min-height: 213px;
	color: #222222;
    background: transparent url(/shared/templates/album_top/images/main/img_pattern.png) no-repeat 100% 17px;
}
.new_lbl h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 250%;
	text-transform: uppercase;
}
.new_lbl span {
    display: inline-block;
    font-size: 125%;
    font-weight: bold;
    background-color: #222222;
    color: #ffffff;
    line-height: 1;
    margin: -8px 0 0;
    padding: 5px 4px 1px 10px;
    letter-spacing: 4px;
}
.new_block {
	overflow: hidden;
	padding: 17px 0 0 30px;
}
.new_block ul {
	list-style: none;
	margin: 0;
}
.new_block ul li {
	margin: 0 0 14px;
}
.new_block .new_item {
	display: table;
	width: 100%;
}
.new_block .new_item .new_date {
    display: table-cell;
    width: 120px;
    height: 28px;
    font-size: 87.5%;
    background-color: #e6e6e6;
    color: #222222;
    text-align: center;
    line-height: 1;
    vertical-align: middle;
    padding: 0 5px;
}
.new_link {
    display: table-cell;
    padding: 3px 20px 0 18px;
}
.new_link a {
	display: block;
	color: #222222;
	background: transparent url(/shared/templates/album_top/images/icon/link_arrow.png) no-repeat 100% center;
	padding: 0 30px 0 0;
}

#tmp_photo_gallery {
	margin-top: 91px;
	padding: 0 0 44px;
	position: relative;
}
#tmp_photo_gallery:before {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	background-color: #f2f2f2;
	top: 35px;
	bottom: 0;
	z-index: -1;
}
.gallery_lbl {
	text-align: center;
}
.gallery_lbl h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 250%;
	text-transform: uppercase;
	word-break: break-word;
}
.gallery_lbl a {
    display: inline-block;
    color: #ffffff;
    margin: -13px 0 0;
    padding: 5px 70px 1px 74px;
	background: #222222 url(/shared/templates/album_top/images/icon/wh_icon_arrow_s.png) no-repeat 100% center;
	text-decoration:none;
}
.gallery_lbl a:hover,
.gallery_lbl a:focus {
	text-decoration:underline;
}

.gallery_lbl span {
    display: inline-block;
    font-size: 125%;
    font-weight: bold;
    color: #ffffff;
    line-height: 1;
    letter-spacing: 4px;
}
.gallery_block {
	padding: 40px 70px 0;
}
.gallery_block .slick_control {
	padding: 22px 0 0 23px;
}
.gallery_block .btn_slides span {
	display: inline-block;
	position: relative;
	z-index: 1;
	text-indent: inherit;
}
.gallery_block .btn_slides a {
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	padding: 10px 0px 5px 15px;
	min-height: 18px;
	line-height: 1;
	min-width: 70px;
	display: inline-block;
	color: #FFFFFF;
	background-color: transparent;
	color: #222222;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	top: 3px;
	text-align: left;
}
.gallery_block .btn_slides.stop a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -5px;
	width: 10px;
	height: 12px;
	display: inline-block;
	background: transparent url(/shared/templates/album_top/images/icon/icon_stop.png) no-repeat top left;
}
.gallery_block .btn_slides.start a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -5px;
	width: 11px;
	height: 12px;
	display: inline-block;
	background: transparent url(/shared/templates/album_top/images/icon/icon_start.png) no-repeat top left;
}
.gallery_block .slick-dots {
	padding-left: 3px;
}
.gallery_block .slick-arrow {
	bottom: inherit;
	top: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	margin-top: -37px;
}
.gallery_block .prev.slick-arrow, 
.gallery_block .slick-prev {
    left: -40px;
}
.gallery_block .next.slick-arrow, 
.gallery_block .slick-next {
    right: -70px;
}
.gallery_item p {
	margin: 0 5px;
	overflow:hidden;
}
.gallery_item a {
	display: block;
	overflow: hidden;
	padding-top:66.6%;
	-webkit-background-size: cover;
	background-size: cover;
	background-position:center center;
	transition: transform 0.5s ease-in-out;
	-webkit-transition: transform 0.5s ease-in-out;
	-moz-transition: transform 0.5s ease-in-out;
}
.gallery_item a:hover,
.gallery_item a:focus,
.gallery_item a:active {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}
.gallery_item img {
	max-width: 100%;
	height: auto;
}

#tmp_special {
	position: relative;
	margin: 96px 0 0;
}
#tmp_special:before {
	content: '';
	display: block;
	position: absolute;
	top: 35px;
	bottom: 0;
	width: 100%;
	background-color: #f2f2f2;
	z-index: -1;
}
.special_lbl {
	text-align: center;
}
.special_lbl h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 250%;
	text-transform: uppercase;
}
.special_lbl a {
    display: inline-block;
    color: #ffffff;
    margin: -13px 0 0;
    padding: 5px 44px 1px 62px;
	background: #222222 url(/shared/templates/album_top/images/icon/wh_icon_arrow_s.png) no-repeat 100% center;
    min-width: 200px;
	text-decoration:none;
}
.special_lbl a:hover,
.special_lbl a:focus {
	text-decoration:underline;
}
.special_lbl span {
    display: inline-block;
    font-size: 125%;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 16px;
}
.special_block {
	padding: 40px 75px 33px;
}
.special_block .special_item {
	padding: 0;
	display: block;
	text-align: center;
}
.special_block .special_link.active a {
	text-decoration: underline;
}
.special_block .special_img {
	overflow: hidden;
	margin: 0 20px;
}
.special_block .special_img p {
	padding-top:61%;
	-webkit-background-size: cover;
	background-size: cover;
	background-position:center center;
}
.special_block .special_item p {
	max-width: 100%;
	height: auto;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
}
.special_block .special_img.active p {
	transform: scale(1.2);
}
.special_link {
	text-align: left;
	padding: 0 0 0 15px;
	margin: 11px 0 0;
}
.special_link a {
	display: inline-block;
	color: #222222;
	font-weight: bold;
}
.special_block .slick_control {
	padding: 22px 0 0 23px;
}
.special_block .btn_slides span {
	display: inline-block;
    position: relative;
	z-index: 1;
	text-indent: inherit;
}
.special_block .btn_slides a {
	font-family: Arial, Helvetica, sans-serif;
    position: relative;
    padding: 10px 0px 5px 15px;
    min-height: 18px;
    line-height: 1;
    min-width: 70px;
    display: inline-block;
    color: #FFFFFF;
    background-color: transparent;
    color: #222222;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
	top: 3px;
	text-align: left;
}
.special_block .btn_slides.stop a:before {
	content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -5px;
    width: 10px;
    height: 12px;
    display: inline-block;
    background: transparent url(/shared/templates/album_top/images/icon/icon_stop.png) no-repeat top left;
}
.special_block .btn_slides.start a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
	margin-top: -5px;
	width: 11px;
    height: 12px;
	display: inline-block;
	background: transparent url(/shared/templates/album_top/images/icon/icon_start.png) no-repeat top left;
}
.special_block .slick-dots {
	padding-left: 3px;
}
.special_block .slick-arrow {
	bottom: inherit;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	margin-top: -45px;
}
.special_block .prev.slick-arrow, 
.special_block .slick-prev {
    left: -55px;
}
.special_block .next.slick-arrow, 
.special_block .slick-next {
    right: -55px;
}
#tmp_archive {
	position: relative;
	margin: 97px 0 0;
	padding: 0 0 33px;
}
#tmp_archive:before {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	background-color: #f2f2f2;
	top: 35px;
	bottom: 0;
	z-index: -1;
}
.archive_lbl {
	text-align: center;
}
.archive_lbl h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 250%;
	text-transform: uppercase;
}
.archive_lbl a {
	display: inline-block;
    color: #ffffff;
    margin: -13px 0 0;
    padding: 5px 70px 1px 74px;
	background: #222222 url(/shared/templates/album_top/images/icon/wh_icon_arrow_s.png) no-repeat 100% center;
    min-width: 200px;
	text-decoration:none;
}
.archive_lbl a:hover,
.archive_lbl a:focus {
	text-decoration:underline;
}
.archive_lbl span {
	display: inline-block;
    font-size: 125%;
    font-weight: bold;
    color: #ffffff;
    line-height: 1;
    letter-spacing: 4px;
}
.archive_item ul {
	list-style: none;
	margin: 0;
}
.archive_item ul:after {
	content: '';
	display: table;
	clear: both;
}
.archive_item ul li {
    width: 20%;
    padding: 0 10px;
    float: left;
    margin: 0 0 20px;
}
.archive_item ul li:nth-child(5n) {
	clear: right;
}
.archive_item ul li:nth-child(5n+1) {
	clear: left;
}
.archive_block {
	padding: 43px 70px 0 80px;
}
.english .archive_block {
	font-size: 87.5%;
}
.archive_cnt {
	position: relative;
	text-align: center;
}
.archive_img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
}
.archive_link {
	display: table-cell;
	width: 350px;
	height: 132px;
	vertical-align: middle;
	padding: 10px;
}
.archive_link p {
	display:table;
	width:100%;
}
.archive_link.hover a {
	text-decoration: underline;
}
.archive_link:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(0, 32, 99, 0.7);
	line-height: 1.65;
	min-height: 132px;
}
.archive_link a {
	position: relative;
	vertical-align: middle;
	font-weight: bold;
	color: #ffffff;
	background-color: inherit;
	z-index: 1;
	display:table-cell;
}
.archive_block .slick_control {
    padding: 20px 48px 0 0;
}
.archive_block .btn_slides span {
	display: inline-block;
	position: relative;
	z-index: 1;
	text-indent: inherit;
}
.archive_block .btn_slides a {
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	padding: 10px 0px 5px 15px;
	min-height: 18px;
	line-height: 1;
	min-width: 70px;
	display: inline-block;
	color: #FFFFFF;
	background-color: transparent;
	color: #222222;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	top: 3px;
	text-align: left;
}
.archive_block .btn_slides.stop a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -5px;
	width: 10px;
	height: 12px;
	display: inline-block;
	background: transparent url(/shared/templates/album_top/images/icon/icon_stop.png) no-repeat top left;
}
.archive_block .btn_slides.start a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -5px;
	width: 11px;
	height: 12px;
	display: inline-block;
	background: transparent url(/shared/templates/album_top/images/icon/icon_start.png) no-repeat top left;
}
.archive_block .slick-dots {
	padding-left: 3px;
}
.archive_block .slick-arrow {
	bottom: inherit;
	top: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	margin-top: -37px;
}
.archive_block .prev.slick-arrow, 
.archive_block .slick-prev {
	left: -40px;
}
.archive_block .next.slick-arrow, 
.archive_block .slick-next {
	right: -70px;
}
#tmp_btn_block {
	padding: 87px 0 100px;
}
.btn_block_inner {
	padding: 0 20px 0 0;
}
.btn_block_inner ul {
	margin: 0 -20px;
	list-style: none;
}
.btn_block_inner ul:after {
	content: '';
	display: table;
	clear: both;
}
.btn_block_inner li {
	position: relative;
	width: 50%;
	float: left;
	padding: 0 20px;
	margin: 0 0 40px;
}
.btn_block_inner li a {
    display: table-cell;
    width: 450px;
    border: 2px solid #222222;
    background: transparent url(/shared/templates/album_top/images/icon/icon_arrow.png) no-repeat 100% center;
    color: #222222;
    font-size: 125%;
    font-weight: bold;
    vertical-align: middle;
    padding: 16px 60px 16px 39px;
	letter-spacing: 2px;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
}
.btn_block_inner li a:hover,
.btn_block_inner li a:focus,
.btn_block_inner li a:active {
	text-decoration: none;
	color: #ffffff;
    background: #222222 url(/shared/templates/album_top/images/icon/wh_icon_arrow.png) no-repeat 100% center;
}
.btn_block_inner li.pink a {
	border: 2px solid #d93177;
    background: transparent url(/shared/templates/album_top/images/icon/pink_icon_arrow.png) no-repeat 100% center;
}
.btn_block_inner li.pink a:hover,
.btn_block_inner li.pink a:focus,
.btn_block_inner li.pink a:active {
	text-decoration: none;
	color: #ffffff;
    background: #d93177 url(/shared/templates/album_top/images/icon/wh_icon_arrow.png) no-repeat 100% center;
}

/* No Javascript */
.no_javascript .gallery_block,
.ie_v .gallery_block {
	overflow-x: auto;
	max-width: 870px;
}
.no_javascript .gallery_slide,
.ie_v .gallery_slide {
	width: 2640px;
}
.no_javascript .gallery_slide:after,
.ie_v .gallery_slide:after {
	content: '';
	display: table;
	clear: both;
}
.no_javascript .gallery_item,
.ie_v .gallery_item {
	width: 220px;
	float: left;
	padding: 0 5px;
}

.no_javascript .special_block,
.ie_v .special_block {
    overflow-x: auto;
    padding: 40px 0 33px;
    max-width: 775px;
    margin: 0 auto;
}
.no_javascript .special_slide,
.ie_v .special_slide {
	width: 3850px;
}
.no_javascript .special_slide:after,
.ie_v .special_slide:after {
	content: '';
	display: table;
	clear: both;
}
.no_javascript .special_item,
.ie_v .special_item {
	width: 385px;
	float: left;
	padding: 0 5px;
}

.no_javascript .archive_block ul,
.ie_v .archive_block ul {
	margin: 0 auto;
	list-style: none;
}
.no_javascript .archive_block ul:after,
.ie_v .archive_block ul:after {
	content: '';
	display: table;
	clear: both;
}
.no_javascript .archive_block,
.ie_v .archive_block {
	overflow-x: auto;
	padding: 43px 0 0;
	margin: 0 auto;
	max-width: 810px;
}
.no_javascript .archive_slide,
.ie_v .archive_slide {
	width: 2430px;
}
.no_javascript .archive_block li,
.ie_v .archive_block li {
	width: 162px;
	min-height: 132px;
	padding: 0 5px;
	margin: 0 0 20px;
	float: left;
}
.no_javascript .archive_img,
.ie_v .archive_img {
	left: -5px;
}

.no_javascript .archive_link:before,
.ie_v .archive_link:before {
	right: 10px;
	background-color: #002063;
	opacity: 0.6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    -khtml-opacity: 0.6;
    -moz-opacity: 0.6;
}

.ie_v .mv_img_lft,
.ie_v .mv_img_rgt {
	display: none;
}
.disp_pc .special_item .special_link {
	text-align: center;
}

.disp_pc .gallery_block {
	padding: 40px 40px 0;
}
.disp_pc .gallery_item {
	text-align: center;
}

.disp_pc .archive_item ul li {
	width: 25%;
}
.disp_pc .archive_img {
	left: -20px;
}

