@charset "utf-8";
/* pattern title
================================================== */
/* title */
.sec_title h2{
    padding-top: 124px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center top;
    font-size: 94.44%;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
}

/* news list */
.news_list{
    border-top: none;
}
.news_list .news_item{
    display: flex;
    padding: 25px 0 21px 8px;
    font-size: 88.89%;
}
.news_list .news_date{
    flex-shrink: 0;
    padding-right: 5px;
    width: 125px;
    letter-spacing: 0.05em;
    font-weight: bold;
}
.news_list .news_title{
    flex: 1 auto;
    width: 100%;
    font-size: 100%;
}
.news_list .news_item:first-of-type{
    padding-top: 21px;
}

/* btn */
.btn_simple a{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 5px;
    padding: 3px 8px;
    background: #000000;
    width: 147px;
    border-radius: 6px;
    font-size: 88.89%;
    color: #ffffff;
    line-height: 1.2;
    overflow: hidden;
    text-decoration: none;
    z-index: 1;
}
.btn_simple a:after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: rotate(-45deg);
}
/* hover */
.sec_mainvisual .splide__toggle:hover,
.sec_events .item_3 a:hover span,
.sec_events .item_4 a:hover span,
.sec_events .item_5 a:hover span,
.btn_simple a:hover{
    text-decoration: underline;
}
.sec_events .item_1 a,
.sec_events .item_2 a,
.sec_events .item_6 a{
    transition: 0.3s ease opacity;
}
.sec_events .item_1 a:hover,
.sec_events .item_2 a:hover,
.sec_events .item_6 a:hover{
    opacity: 0.7;
}
/* mainvisual
================================================== */
.sec_mainvisual{
    margin-bottom: 103px;
}
.sec_mainvisual .splide{
    display: flex;
    flex-direction: column-reverse;
}
.sec_mainvisual .splide__slide > p{
    position: relative;
    height: 0;
    padding-top: calc((460/1100) * 100%);
}
.sec_mainvisual .splide__slide img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sec_mainvisual .splide__controls{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 20px;
    margin-top: 25px;
}
.sec_mainvisual .splide__toggle {
	position: relative;
	display: inline-block;
	text-decoration: none;
	padding-left: 13px;
	min-width: 63px;
    font-size: 77.78%;
    line-height: 1.3;
	color: #000000;
	text-align: left;
	font-weight: bold;
}
.sec_mainvisual .splide__toggle:before,
.sec_mainvisual .splide__toggle:after {
	content: '';
	width: 2px;
	height: 12px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -1px;
	background-color: #000000;
    color: #ffffff;
	transform: translateY(-50%);
}
.sec_mainvisual .splide__toggle:after {
	left: 4px;
}
.sec_mainvisual .splide__toggle:not(.is-active):after {
	content: none;
}
.sec_mainvisual .splide__toggle:not(.is-active):before {
	background-color: transparent;
	border-width: 6px 0 6px 8px;
	border-style: solid;
	border-color: transparent transparent transparent #000000;
}
.sec_mainvisual .splide__pagination {
    position: static;
    gap: 0 26px;
    padding: 0;
}
.sec_mainvisual .splide__pagination li {
    padding: 0;
    width: 14px;
    height: 14px;
}
.sec_mainvisual .splide__pagination__page{
    position: relative;
    display: block;
    margin: 0;
    width: 14px;
    height: 14px;
    cursor: pointer;
    text-indent: -9999px;
    background-color: #dcdddd;
    border-radius: 50%;
    color: #000000;
    opacity: 1 !important;
	transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.sec_mainvisual .splide__pagination__page:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 24px;
}
.sec_mainvisual .splide__pagination__page.is-active,
.sec_mainvisual .splide__pagination__page:hover{
    transform: none;
    background-color: #000000;
    color: #ffffff;
}

/* bnr
================================================== */
.sec_bnr{
    margin-bottom: 44px;
}
.sec_bnr .bnr_links li{
    justify-content: center;
    width: 25%;
    padding: 0 9px 0 12px;
}
.sec_bnr .bnr_links a{
    padding: 70px 10px 11px;
    height: 100%;
    max-width: 221px;
    border-radius: 30px 30px 0 0;
    font-size: 94.44%;
    letter-spacing: 0.05em;
}
.sec_bnr .bnr_links li.bnr2{
    padding-right: 20px;
}
.sec_bnr .bnr_links li.bnr3{
    padding-left: 23px;
}
.sec_bnr .bnr_links li:nth-child(4n){
	justify-content: flex-end;
}
.sec_bnr .bnr_links li:nth-child(4n+1){
	justify-content: flex-start;
}

/* facility information
================================================== */
.sec_facility{
    display: flex;
}
.sec_facility .sec_title{
    padding-top: 41px;
    width: 219px;
    flex-shrink: 0;
}
.sec_facility .sec_title h2{
    background-image: url(/site/shared/templates/bunkamura_top/images/facility_info_ttl_en.png);
}
.sec_facility .facility_cnt{
    flex: 1 auto;
}
.sec_facility .facility_links{
    position: relative;
    padding-top: calc((460/880) * 100%);
    background: transparent url(/site/shared/templates/bunkamura_top/images/facility_info_bgr.jpg) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 0;
}
.sec_facility .facility_links li{
    position: absolute;
    list-style: none;
    width: calc((92/880) *100%);
    line-height: 1;
}
.sec_facility .facility_links a{
    position: relative;
    display: block;
    width: 100%;
    padding-top: calc((114/92) * 100%);
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 0;
    color: inherit;
    text-indent: -9999px;
    transition: background-image 0.3s ease-in-out;
}
.sec_facility .faci_link1 {
    top: calc((74/460) *100%);
    left: calc((16/880) * 100%);
}
.sec_facility .faci_link1 a{
    background-image: url(/site/shared/templates/bunkamura_top/images/ico_map01.png);
}
.sec_facility .faci_link1 a:hover{
    background-image: url(/site/shared/templates/bunkamura_top/images/ico_map01_hv.png);
}
.sec_facility .faci_link2 {
    top: calc((71/460) * 100%);
    left: calc((156/880) * 100%);
}
.sec_facility .faci_link2 a{
    background-image: url(/site/shared/templates/bunkamura_top/images/ico_map02.png);
}
.sec_facility .faci_link2 a:hover{
    background-image: url(/site/shared/templates/bunkamura_top/images/ico_map02_hv.png);
}
.sec_facility .faci_link3 {
    top: calc((150/460) * 100%);
    left: calc((240/880) * 100%);
}
.sec_facility .faci_link3 a{
    background-image: url(/site/shared/templates/bunkamura_top/images/ico_map03.png);
}
.sec_facility .faci_link3 a:hover{
    background-image: url(/site/shared/templates/bunkamura_top/images/ico_map03_hv.png);
}
.sec_facility .faci_link4 {
    top: calc((73/460) * 100%);
    left: calc((328/880) * 100%);
}
.sec_facility .faci_link4 a{
    background-image: url(/site/shared/templates/bunkamura_top/images/ico_map04.png);
}
.sec_facility .faci_link4 a:hover{
    background-image: url(/site/shared/templates/bunkamura_top/images/ico_map04_hv.png);
}
.sec_facility .faci_link5 {
    top: calc((61/460) * 100%);
    left: calc((499/880) * 100%);
}
.sec_facility .faci_link5 a{
    background-image: url(/site/shared/templates/bunkamura_top/images/ico_map05.png);
}
.sec_facility .faci_link5 a:hover{
    background-image: url(/site/shared/templates/bunkamura_top/images/ico_map05_hv.png);
}
.sec_facility .faci_link6 {
    top: calc((50/460) * 100%);
    left: calc((619/880) * 100%);
}
.sec_facility .faci_link6 a{
    background-image: url(/site/shared/templates/bunkamura_top/images/ico_map06.png);
}
.sec_facility .faci_link6 a:hover{
    background-image: url(/site/shared/templates/bunkamura_top/images/ico_map06_hv.png);
}

/* news
================================================== */
.sec_news{
    position: relative;
    margin-bottom: 120px;
}
.sec_news .sec_title{
    position: absolute;
    left: 0;
    top: 0;
    width: 219px;
}
.sec_news .sec_title h2{
    padding-top: 117px;
    background-image: url(/site/shared/templates/bunkamura_top/images/news_info_ttl_en.png);
}
.sec_news .news_tabs{
    position: relative;
	padding-left: 246px;
	min-height: 388px;
}
.sec_news .news_tab_ttl {
	position: absolute;
	left: 40px;
    top: 169px;
	font-size: 105.55%;
    font-weight: 700;
    line-height: 2.2;
}
.sec_news .news_tab_ttl > p{
	height: 100%;
}
.sec_news .news_tab_ttl a {
	display: inline-block;
	max-width: 146px;
	height: 100%;
	color: #000000;
	text-decoration: none;
}
.sec_news .news_tab_cnt{
	position: relative;
    margin-bottom: 13px;
	z-index: 1;
}
.sec_news .news_tab_ttl:nth-child(3){
	top: 212px;
}
.sec_news .news_tab_ttl:nth-child(5){
	top: 254px;
}
.sec_news .news_tab_ttl:nth-child(7){
	top: 296px;
}
.sec_news .btn_simple{
    margin-left: 36px;
}
/* events
================================================== */
.sec_events{
    margin: 0 auto 109px;
    max-width: 854px;
}
.sec_events .event_row{
    display: flex;
    justify-content: space-between;
    gap: 0 10px;
}
.sec_events .col_large{
    width: 562px;
}
.sec_events .event_col:not(.col_large){
    display: flex;
    flex-direction: column;
    width: 270px;
    row-gap: 19px;
}
.sec_events .event_item a{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: calc((288 / 348) * 100%);
    background-color: #000000;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    height: 0;
    border-radius: 24px;
    font-size: 144.44%;
    font-weight: bold;
    letter-spacing: 0.02em;
    color: #ffffff;
    overflow: hidden;
}
.sec_events .event_item .txt{
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    padding: 18px 5px 10px;
    text-align: center;
    line-height: 1.8;
    transform: translateY(-50%);
    z-index: 1;
    text-shadow: 2px 2px 10px #000000, 2px -2px 10px #000000, -2px 2px 10px #000000, -2px -2px 10px #000000;
}
.sec_events .col_large a{
    padding-top: calc((600 / 724) * 100%);
}
.sec_events .item_1,
.sec_events .item_2,
.sec_events .item_6{
    text-indent: -9999px;
}
.sec_events .item_1 a,
.sec_events .item_2 a,
.sec_events .item_6 a{
    background-color: #ffffff;
    border-radius: 0;
    color: #000000;
}
.sec_events .item_1 a{
    background-image: url(/site/shared/templates/bunkamura_top/images/events_banner_1.jpg);
}
.sec_events .item_2 a{
    background-image: url(/site/shared/templates/bunkamura_top/images/events_banner_2.jpg);
}
.sec_events .item_3 a{
    background-image: url(/site/shared/templates/bunkamura_top/images/events_banner_3.jpg);
}
.sec_events .item_4 a{
    background-image: url(/site/shared/templates/bunkamura_top/images/events_banner_4.jpg);
}
.sec_events .item_5 a{
    background-image: url(/site/shared/templates/bunkamura_top/images/events_banner_5.jpg);
}
.sec_events .item_6 a{
    background-image: url(/site/shared/templates/bunkamura_top/images/events_banner_6.jpg);
}
.sec_events .event_row:not(:last-child){
    margin-bottom: 18px;
}

/* videos
================================================== */
.sec_video{
    margin-bottom: 134px;
}
.sec_video .video_inner{
    position: relative;
    margin: 0 auto;
    padding-top: calc((315 / 560) * 100%);
    width: 100%;
    max-width: 850px;
    height: 0;
}
.sec_video iframe{
    position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    vertical-align: top;
}

/* setting hover
================================================== */
.sec_news .news_tab_ttl a{
    transition: color 0.3s ease-in-out;
}
.sec_news .news_tab_ttl.tb_active a,
.sec_news .news_tab_ttl.tb_active a:hover,
.sec_news .news_tab_ttl a:hover{
	color: #E90066;
}
.sec_bnr .bnr_links a:hover{
    text-decoration: underline;
}

/* accessibility no-js & no-splide
================================================== */
.no_javascript .sec_mainvisual .splide{
    visibility: visible;
}
.no_javascript .sec_mainvisual .splide__track{
    overflow-y: auto;
    max-height: 460px;
}
.no_javascript .sec_mainvisual .splide__list,
.sec_mainvisual .splide.no-splide .splide__list{
    flex-direction: column;
    gap: 20px 0;
}
.no_javascript .sec_video .video_inner{
    padding-top: 0;
    height: auto;
}
.no_javascript .sec_news .news_tab_ttl{
    position: static;
}

