@charset "utf-8";

/* mainvisual
================================================== */
.sec_mainvisual{
    position: relative;
    padding-bottom: 62px;
    background-color: #FFFFFF;
    background-image: url(/site/shared/templates/gt_top/images/icon/top_slide_bg_grass.png), url(/site/shared/templates/gt_top/images/icon/top_slide_bg_mt_l.png), url(/site/shared/templates/gt_top/images/icon/top_slide_bg_mt_r.png);
    background-repeat: repeat-x, no-repeat, no-repeat;
    background-position: center bottom, left bottom, right bottom;
    width: 100%;
    min-height: 650px;
    color: #000000;
}
.sec_mainvisual:before,
.sec_mainvisual:after{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	background: transparent url(/site/shared/templates/gt_top/images/icon/top_slide_bg_flag.png) no-repeat left top;
    background-size: 100% auto;
	width: 452px;
	height: 202px;
    max-width: 50%;
    color: inherit;
	z-index: 2;
}
.sec_mainvisual:after{
	right: 0;
    left: auto;
	transform: scale(-1, 1);
}
.sec_mainvisual .mv_heading{
    margin: -132px auto 0;
    max-width: 1000px;
    text-align: center;
}
.sec_mainvisual .mv_title{
    position: relative;
    margin: 0 auto;
    width: calc((742/1000) * 100%);
    line-height: 1;
    z-index: 2;
}
.sec_mainvisual .mv_title > span{
    display: block;
    padding-top: calc((192/742) * 100%);
    background: transparent url(/site/shared/templates/gt_top/images/icon/top_slide_bg_title.png) no-repeat center center;
    background-size: 100% 100%;
    width: 100%;
    height: 0;
    text-indent: -9999px;
}
.sec_mainvisual .mv_txt{
    position: relative;
    margin-top: -44px;
    font-size: 111.11%;
    font-weight: bold;
    line-height: 1.8;
    z-index: 2;
}
.sec_mainvisual .splide__slide{
    width: 1000px;
    max-width: 100%;
}
.sec_mainvisual .splide__slide img{
    width: 100%;
    height: auto;
    min-height: 500px;
    object-fit: cover;
    vertical-align: top;
}
.sec_mainvisual .txt_mask{
    color: #008577;
}
.sec_mainvisual .txt_highlight{
    padding-bottom: 4px;
    background: transparent url(/site/shared/templates/gt_top/images/icon/top_slide_bg_line.png) repeat-x left bottom;
    color: inherit;
}
.sec_mainvisual .splide__controls{
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
    padding: 5px 15px;
    background-color: rgba(255, 255, 255, 0.75);
    max-width: 236px;
    border: 1px solid #4a8505;
    color: #333333;
    z-index: 5;
}
.sec_mainvisual .splide__toggle {
	position: relative;
	display: inline-block;
    padding-left: 13px;
	min-width: 60px;
    font-size: 77.78%;
    line-height: 1.3;
	color: inherit;
	font-weight: bold;
	text-decoration: none;
}
.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: #333333;
    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 #333333;
}
.sec_mainvisual .splide_arrow{
    display: flex;
    gap: 0 12px;
}
.sec_mainvisual .splide__arrow {
	position: static;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 6px auto;
	width: 28px;
	height: 28px;
    border: 1px solid #333333;
	border-radius: 50%;
	text-indent: -9999px;
	transform: none;
	overflow: hidden;
	opacity: 1;
}
.sec_mainvisual .splide__arrow--prev {
	background-image: url(/site/shared/templates/gt_top/images/icon/arrow_prev.png);
}
.sec_mainvisual .splide__arrow--next {
	background-image: url(/site/shared/templates/gt_top/images/icon/arrow_next.png);
}
.sec_mainvisual .splide__progress {
    display: flex;
	align-items: flex-end;
    padding-top: 1px;
    line-height: 1;
    font-weight: bold;
}
.sec_mainvisual .progress_current {
    font-size: 133.33%;
}
.sec_mainvisual .progress_total {
    margin-bottom: 2px;
    position: relative;
	padding-left: 12px;
    font-size: 77.78%;
}
.sec_mainvisual .progress_total:before {
	content: '';
	width: 1px;
	height: 90%;
	position: absolute;
	left: 5px;
	top: 0;
	transform: rotate(25deg);
	background-color: #333333;
}
/* season
================================================== */
.sec_season{
    padding: 54px 0;
}

/* news
================================================== */
.sec_news{
    padding: 52px 0 55px;
}
.sec_news .news_wrapper{
    display: flex;
}
.sec_news .news_heading{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    padding: 37px 40px 40px;
    background-color: #e6f4d6;
    width: 220px;
    border-radius: 5px 0 0 5px;
    text-align: center;
}
.sec_news .news_title{
    margin-bottom: 22px;
    font-size: 133.33%;
    color: #333333;
    font-weight: normal;
}
.sec_news .btn_simple{
    width: 100%;
}
.sec_news .btn_simple a{
    padding: 5px 26px 5px 15px;
    font-size: 77.78%;
}
.sec_news .news_cnt{
    flex: 1 auto;
    padding: 20px 25px;
    background-color: #ffffff;
    width: 100%;
    border: 2px solid #e4e4e4;
    border-radius: 0 5px 5px 0;
    border-left: none;
    color: #333333;
}

/* search
================================================== */
.sec_search{
    padding-bottom: 30px;
}
.sec_search .gt_heading{
    margin-bottom: 38px;
    padding-right: 1px;
}
.sec_search .gt_title{
    display: flex;
    align-items: flex-end;
    letter-spacing: 0.01em;
}
.sec_search .gt_title:before,
.sec_search .gt_title:after{
    content: '';
    top: 10px;
    height: 64px;
    flex-shrink: 0;
}
.sec_search .gt_title:before {
    margin-right: 5px;
    background-image: url(/site/shared/site_gt/images/icon/ic_search.png),url(/site/shared/templates/gt_top/images/icon/bg_ttl_search_l.png);
    background-size: 40px auto, contain;
    background-position: right calc(50% + 3px), left center;
    width: 290px;
}
.sec_search .gt_title:after {
    margin-left: 7px;
    background-image: url(/site/shared/templates/gt_top/images/icon/bg_ttl_search_r.png);
    width: 240px;
}
.sec_search .search_cnt{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    gap: 28px;
}
.sec_search .search_blog{
    width: calc(50% - 14px);
}
.sec_search .blog_title{
    padding: 7px 10px;
    background-color: #007db3;
    border-radius: 5px 5px 0 0;
    font-size: 111.11%;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}
.sec_search .search_blog:last-child{
    width: 100%;
    max-width: 880px;
}

/* maparea */
.sec_search .blog_maparea{
    position: relative;
    text-align: center;
}
.sec_search .blog_maparea img{
    width: 100%;
    height: auto;
    vertical-align: top;
}
.sec_search .blog_maparea .map_img{
    position: relative;
    z-index: 1;
}
.sec_search .blog_maparea .map_img.hover {
	opacity: 0;
}
.sec_search .blog_maparea .map_hv{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
}
.sec_search .blog_maparea .map_img.hover + .map_hv {
	opacity: 1;
}
.sec_search .area_list li{
    position: absolute;
    width: calc((130/486) * 100%);
    list-style: none;
    z-index: 2;
}
.sec_search .area_list a{
    display: block;
    width: 100%;
    height: 0;
    padding-top: calc((130/130) * 100%);
    text-indent: -9999px;
}
.sec_search .area1{
    top: calc((131 / 440) * 100%);
    left: calc((27 / 486) * 100%);
}
.sec_search .area2{
    top: calc((21 / 440) * 100%);
    right: calc((31 / 486) * 100%);
}
.sec_search .area3{
    top: calc((274 / 440) * 100%);
    right: calc((72 / 486) * 100%);
}

/* genre */
.sec_search .genre_list{
    display: flex;
    flex-flow: row wrap;
    gap: 10px 9px;
    margin-top: 10px;
}
.sec_search .genre_list li{
    list-style: none;
    width: calc((100% - 9px) / 2);
}
.sec_search .genre_list a{
    display: flex;
    flex-direction: column;
    background-color: #000000;
    box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.3);
    height: 100%;
    color: #ffffff;
    text-decoration: none;
}
.sec_search .genre_list .item_photo{
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    position: relative;
}
.sec_search .genre_list .photo_img{
    position: relative;
    padding-top: calc(151 * 100% / 239);
}
.sec_search .genre_list .photo_img img{
    position: absolute;
    width: 100%;
    height: 100%;
    vertical-align: top;
    top: 0;
    left: 0;
    object-fit: cover;
}
.sec_search .genre_list .item_photo:has(.photo_cap:first-child){
    padding-top: calc(151 * 100% / 239);
}
.sec_search .genre_list .photo_cap{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 19px 15px 12px;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(60%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 60%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 60%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 60%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: no-repeat;
    width: 100%;
    max-height: 90%;
    overflow-y: auto;
    font-size: 94.44%;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3),1px 1px 3px rgba(0, 0, 0, 0.6),-1px 1px 3px rgba(0, 0, 0, 0.6),1px -1px 3px rgba(0, 0, 0, 0.6),-1px -1px 3px rgba(0, 0, 0, 0.6);
    color: inherit;
    z-index: 2;
}
.sec_search .genre_list .item_title{
    flex: 1;
    padding: 10px 8px 10px 53px;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: 10px center;
    border: 1px solid #e0e0e0;
    border-top: none;
    font-size: 77.78%;
    line-height: 1.4;
    font-weight: bold;
}
.sec_search .genre01 .item_title{
	background-image: url(/site/shared/templates/gt_top/images/icon/ic_genre_01.png);
    color: #ad5f00;
}
.sec_search .genre02 .item_title{
	background-image: url(/site/shared/templates/gt_top/images/icon/ic_genre_02.png);
    color: #d93659;
}
.sec_search .genre03 .item_title{
	background-image: url(/site/shared/templates/gt_top/images/icon/ic_genre_03.png);
	color: #3d5692;
}
.sec_search .genre04 .item_title{
	background-image: url(/site/shared/templates/gt_top/images/icon/ic_genre_04.png);
	color: #4a8505;
}

/* month */
.sec_search .list_month{
    display: flex;
    flex-flow: row wrap;
    padding: 15px 14px 14px;
    background-color: #f1f0eb;
}
.sec_search .list_month li{
    list-style: none;
    width: calc(100% / 6);
}
.sec_search .list_month a{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 26px 10px 30px 14px;
    background-color: #ffffff;
    height: 100%;
    font-size: 144.44%;
    font-weight: bold;
    color: #007bbd;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.05em;
}
.sec_search .list_month .txt_date{
    padding-left: 3px;
    font-weight: normal;
    font-size: 61.54%;
}
.sec_search .list_month li:not(:nth-child(6n+1)) {
	border-left: 1px solid #f1f0eb;
}
.sec_search .list_month li:nth-child(n+6) {
	border-top: 1px solid #f1f0eb;
}

/* hold
================================================== */
.sec_hold{
    padding: 20px 0 42px;
}
.sec_hold .gt_heading{
    background-image: url(/site/shared/templates/gt_top/images/icon/bg_ttl_hold_u.png);
    background-size: auto 12px;
}
.sec_hold .gt_heading:before,
.sec_hold .gt_heading:after{
    content: '';
    position: relative;
    top: 19px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 163px;
    height: 50px;
    vertical-align: bottom;
}
.sec_hold .gt_heading:before{
    margin-right: 47px;
    background-image: url(/site/shared/templates/gt_top/images/icon/bg_ttl_hold_l.png);
}
.sec_hold .gt_heading:after{
    margin-left: 47px;
    background-image: url(/site/shared/templates/gt_top/images/icon/bg_ttl_hold_r.png);
}
.sec_hold .gt_title{
    margin-bottom: 6px;
}
.sec_hold .thumbnails_shadow{
    margin-bottom: 56px;
}


/* int
================================================== */
.sec_int{
    padding: 65px 0;
    background: transparent url(/site/shared/templates/gt_top/images/icon/bg_wrap_int.jpg) no-repeat center center;
    background-size: cover;
    color: inherit;
}
.sec_int .int_wrapper{
    padding: 30px 40px 40px;
    background-color: rgba(255, 255, 255, 0.9);
    color: #333333;
}
.sec_int .int_heading{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-right: calc((217 / 920) * 100%);
    margin-bottom: 15px;
    text-align: center;
}
.sec_int .gt_title{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-bottom: 11px;
    padding-right: 1px;
    font-weight: bold;
}
.sec_int .gt_title .lbl{
    flex-shrink: 0;
    margin-top: 3px;
    padding: 12px 17px 6px 15px;
    background: #f99d4c url(/site/shared/templates/gt_top/images/icon/bg_ttl_int.png) no-repeat center -3px;
    border-radius: 5px;
    font-size: 71.43%;
    color: #444444;
    text-align: center;
}
.sec_int .gt_title .title{
    color: #333333;
}
.sec_int .heading_text{
    font-weight: bold;
    color: #cc4e00;
}
.sec_int .thumbnails_normal{
    position: relative;
    z-index: 1;
}
.sec_int .thumbnails_normal:after{
    content: '';
    position: absolute;
    bottom: 100%;
    right: 20px;
    background: transparent url(/site/shared/templates/gt_top/images/icon/bg_int_children.png) no-repeat center center;
    background-size: contain;
    width: 160px;
    height: 153px;
    z-index: -1;
}

/* movie
================================================== */
.sec_movie{
    padding: 58px 0 79px;
}
.sec_movie .movie_title{
    margin-bottom: 23px;
    padding-top: 28px;
    background: transparent url(/site/shared/templates/gt_top/images/icon/movie_tite_en.png) no-repeat top center;
    font-size: 100%;
    font-weight: bold;
    color: #157cbc;
    text-align: center;
}
.sec_movie .movie_list{
    display: flex;
    flex-flow: row wrap;
    gap: 22px 45px;
}
.sec_movie .movie_list .item{
    list-style: none;
    width: calc((100%/3) - 30px);
}
.sec_movie .movie_list a{
    display: flex;
    flex-direction: column;
    background-color: transparent;
    font-size: 88.89%;
    line-height: 1.4;
    color: #333333;
    text-align: center;
    text-decoration: none;
}
.sec_movie .movie_list .item_photo{
    position: relative;
    margin-bottom: 10px;
    border: 4px solid #d4d4d4;
    border-radius: 5px;
}
.sec_movie .movie_list .item_photo:before{
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: transparent url(/site/shared/templates/gt_top/images/icon/ic_mv_play.png) no-repeat center center;
    width: 68px;
    height: 48px;
    z-index: 1;
    pointer-events: none;
    color: inherit;
}
.sec_movie .movie_list .item_photo img{
    width: 100%;
    height: auto;
    vertical-align: top;
}
.sec_movie .movie_list .item_iframe{
    display: none;
}
#tmp_gallery_modal {
	position: fixed;
	z-index: 810;
	top: 0;
	left: 0;
	background-color: rgba(30, 30, 30, 0.87);
	width: 100%;
	height: 100%;
	color: #ffffff;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.2s ease-in, visibility 0.2s ease-in;
    display: none;
}
#tmp_gallery_modal .last_item_dummy{
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    opacity: 0;
}
#tmp_gallery_modal.show {
	opacity: 1;
	visibility: visible;
}
#tmp_gallery_modal .gallery_modal{
    height: 100%;
}
#tmp_gallery_modal .gallery_lft{
    position: relative;
    width: 100%;
    padding: 44px 6px;
    height: 100%;
}
#tmp_gallery_modal .gallery_inner {
    position: relative;
    display: flex;
	flex-direction: column;
	top: 50%;
	max-height: 100%;
    overflow: visible;
    transform: translateY(-50%);
}
#tmp_gallery_modal .gallery_modal_inner {
	display: flex;
    max-height: 100%;
    overflow: hidden;
}
#tmp_gallery_modal .gallery_modal_des{
    overflow-y: auto;
}
#tmp_gallery_modal .gallery_modal_des .splide{
    pointer-events: none;
}
#tmp_gallery_modal .gallery_modal_des 
#tmp_gallery_modal .splide__slide a {
	display: none;
}
#tmp_gallery_modal .gallery_modal_cnt{
    padding: 0 40px;
}
#tmp_gallery_modal .item_iframe{
    position: relative;
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width: 640px;
    height: 400px;
    pointer-events: all;
}
#tmp_gallery_modal .item_iframe iframe{
    position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    vertical-align: top;
}
#tmp_gallery_modal .splide__arrow{
    display: block;
    background-color: rgba(30,30,30,0.6);
    background-repeat: no-repeat;
    background-position: center center;
    width: 38px;
    height: 38px;
    border-radius: 0;
    opacity: 1;
    text-indent: -9999px;
    color: #ffffff;
    overflow: hidden;
}
#tmp_gallery_modal .splide__arrow--prev,
#tmp_gallery_modal .splide__arrow--next{
    transition: 0.2s ease-in background-image;
}
#tmp_gallery_modal .splide__arrow--prev{
    left: 0;
    background-image: url(/site/shared/templates/gt_top/images/icon/modal_arrow_prev.png);
    background-size: 24px auto;
}
#tmp_gallery_modal .splide__arrow--prev:hover{
    background-image: url(/site/shared/templates/gt_top/images/icon/modal_arrow_prev_hover.png);
}
#tmp_gallery_modal .splide__arrow--prev.disabled{
    background-image: url(/site/shared/templates/gt_top/images/icon/modal_arrow_prev_disable.png);
}
#tmp_gallery_modal .splide__arrow--next{
    right: 0;
    background-image: url(/site/shared/templates/gt_top/images/icon/modal_arrow_next.png);
    background-size: 24px auto;
}
#tmp_gallery_modal .splide__arrow--next.disabled{
    background-image: url(/site/shared/templates/gt_top/images/icon/modal_arrow_next_disable.png);
}
#tmp_gallery_modal .splide__arrow--next:hover{
    background-image: url(/site/shared/templates/gt_top/images/icon/modal_arrow_next_hover.png);
}
#tmp_gallery_modal .modal_count {
    position: absolute;
    left: 10px;
    top: 0;
    padding: 16px 0;
    font-size: 72.22%;
    line-height: 1;
    color: #cccccc;
}
#tmp_gallery_modal .modal_count .total{
    display: inline-block;
    position: relative;
    padding-left: 14px;
}
#tmp_gallery_modal .modal_count .total:before {
	content: '';
    width: 1px;
    height: 14px;
    position: absolute;
    left: 7px;
    bottom: 0px;
    transform: rotate(26deg);
    background-color: #cccccc;
}
#tmp_gallery_modal .modal_menu,
#tmp_gallery_modal .modal_close{
    position: absolute;
    top: 0;
    right: 0;
}
#tmp_gallery_modal .modal_menu a,
#tmp_gallery_modal .modal_close a{
    display: block;
    background-color: rgba(30, 30, 30, 0.6);
    background-repeat: no-repeat;
    background-position: center center;
    width: 44px;
    height: 44px;
    text-decoration: none;
    color: #ffffff;
    z-index: 2;
}
#tmp_gallery_modal .modal_menu span,
#tmp_gallery_modal .modal_close span{
	display: inline-block;
	text-indent: -9999px;
}
#tmp_gallery_modal .modal_menu{
    right: 44px;
}
#tmp_gallery_modal .modal_menu a{
	background-image: url(/site/shared/templates/gt_top/images/icon/ic_menu.png);
	background-size: 24px auto;
    transition: 0.2s ease-in background-image;
}
#tmp_gallery_modal .modal_menu a:hover{
    background-image: url(/site/shared/templates/gt_top/images/icon/ic_menu_hover.png);
}
#tmp_gallery_modal .modal_close a{
	background-image: url(/site/shared/templates/gt_top/images/icon/ic_close.png);
	background-size: 24px auto;
    transition: 0.2s ease-in background-image;
}
#tmp_gallery_modal .modal_close a:hover{
    background-image: url(/site/shared/templates/gt_top/images/icon/ic_close_hover.png);
}
#tmp_gallery_modal .gallery_rgt{
    padding: 4px;
    background-color: #ffffff;
    width: 0;
    display: none;
    color: #000000;
    left: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    overflow: auto;
}
#tmp_gallery_modal .gallery_rgt .list{
    display: flex;
    flex-flow: row wrap;
    gap: 4px;
}
#tmp_gallery_modal .gallery_rgt li{
    list-style: none;
    width: calc(50% - 2px);
}
#tmp_gallery_modal .gallery_rgt img{
    max-width: 100%;
    height: auto;
    vertical-align: top;
}
#tmp_gallery_modal .gallery_rgt a{
    display: block;
    position: relative;
}
#tmp_gallery_modal .gallery_rgt .item_photo{
    display: flex;
    height: 75px;
    background-color: #000000;
    color: #ffffff;
}
#tmp_gallery_modal .gallery_rgt .item_photo img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}
#tmp_gallery_modal .gallery_rgt a.active:before{
    border: 4px solid #4ea7f9;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 1;
}
#tmp_gallery_modal .gallery_rgt .item_text,
#tmp_gallery_modal .gallery_rgt .item_iframe{
    display: none;
}
#tmp_gallery_modal.show_gallery .gallery_lft{
    width: calc(100% - 212px);
}
#tmp_gallery_modal.show_gallery .gallery_rgt{
    display: block;
    width: 212px;
}
/* no-splide */
#tmp_gallery_modal .no-splide .splide__list{
	flex-direction: column;
}

/* heart
================================================== */
.sec_heart{
    position: relative;
    background-color: #f1f9ea;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff)), -webkit-gradient(linear, left top, left bottom, from(#f1f9ea), to(#f1f9ea));
    background-image: -moz-linear-gradient(#ffffff, #ffffff), -moz-linear-gradient(#f1f9ea, #f1f9ea);
    background-image: -o-linear-gradient(#ffffff, #ffffff), -o-linear-gradient(#f1f9ea, #f1f9ea);
    background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(#f1f9ea, #f1f9ea);
    background-repeat: no-repeat;
    background-position: left bottom, left top;
    background-size: 100% 40px, 100% 100%;
    padding: 50px 0 97px;
    color: #000000;
    overflow: hidden;
}
.sec_heart:after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -62px;
    bottom: 25px;
    width: 562px;
    height: 66px;
    background: transparent url(/site/shared/templates/gt_top/images/icon/bg_heart.png) no-repeat left bottom;
    background-size: auto 66px;
    pointer-events: none;
    z-index: 1;
}
.sec_heart .heart_wrapper{
    display: flex;
}
.sec_heart .heart_info{
    flex: 1 auto;
    padding-right: 30px;
    width: 100%;
}
.sec_heart .heart_title{
    margin-bottom: 19px;
    padding: 30px 0;
    background-color: transparent;
    background-image: url(/site/shared/site_gt/images/icon/bg_ttl_info.png), url(/site/shared/site_gt/images/icon/bg_ttl_info.png);
    background-repeat: repeat-x, repeat-x;
    background-position: left top, left bottom;
    background-size: 30% auto, 30% auto;
    font-size: 122.22%;
    color: #333333;
    line-height: 1.4;
    font-weight: normal;
}
.sec_heart .heart_title > span{
    display: block;
    padding-top: calc((74 / 542) * 100%);
    background: transparent url(/site/shared/templates/gt_top/images/icon/title_about.png) no-repeat;
    background-size: auto 100%;
    height: 0;
    text-indent: -9999px;
}
.sec_heart .heart_title img{
    width: 100%;
    max-width: 434px;
    height: auto;
    vertical-align: top;
}
.sec_heart .info_txt{
    font-size: 88.89%;
    line-height: 1.8;
}
.sec_heart .info_txt + .info_txt{
    margin-top: 14px;
}
.sec_heart .heart_thumb{
    flex-shrink: 0;
    width: 43.1%;
}
.sec_heart .thumb_img{
    margin-bottom: 5px;
    margin-right: 14px;
    border-radius: 5px;
    overflow: hidden;
}
.sec_heart .thumb_img img{
    max-width: 100%;
    height: auto;
    vertical-align: top;
}
.sec_heart .thumb_cap{
    color: #666666;
    font-size: 72.22%;
    text-align: right;
}

/* banner
================================================== */
.sec_banner{
    padding: 72px 0 70px;
}

/* setting hover
================================================== */
.sec_movie .movie_list .item_photo,
.sec_search .genre_list .photo_img{
    overflow: hidden;
}
.sec_movie .movie_list .item_photo img,
.sec_search .genre_list .photo_img img{
    transition: transform 0.2s ease-in-out;
}
.sec_movie .movie_list .item_text{
    transition: color 0.2s ease-in;
}
.sec_search .list_month a{
    transition: background-color 0.2s ease-in, color 0.2s ease-in;
}
.sec_search .list_month a:focus-visible{
    position: relative;
}
.sec_movie .movie_list a:hover .item_photo img,
.sec_search .genre_list a:hover .photo_img img{
    transform: scale(1.1);
}
.sec_movie .movie_list a:hover .item_text{
    color: #4a8505;
}
.sec_mainvisual .splide__toggle:hover > span,
.sec_movie .movie_list a:hover .item_text{
    text-decoration: underline;
}
.sec_search .list_month a:hover{
    background-color: #007bbd;
    color: #ffffff;
}

/* accessibility no-js & no-splide
================================================== */
.no_javascript .sec_mainvisual .splide{
    visibility: visible;
}
.no_javascript .sec_mainvisual .splide,
.sec_mainvisual .splide.no-splide{
    margin: 0 auto;
    padding: 0 10px;
    max-width: 1020px;
}
.no_javascript .sec_mainvisual .splide__track{
    overflow-y: auto;
    max-height: 500px;
}
.no_javascript .sec_mainvisual .splide__list,
.sec_mainvisual .splide.no-splide .splide__list{
    flex-direction: column;
    gap: 20px 0;
}

