@charset "utf-8";


@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

body{
	top: 0 !important;
}
.mrt_font_ns{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 300;
	letter-spacing: 2px;
}
.mrt_fb{
	font-weight: 600;
}

.mrt_open_btn{
	position: relative;
	padding: 10px;
	cursor: pointer;
	transition: 0.3s;
}
.mrt_open_btn:hover{
	opacity: 0.8;
	transition: 0.3s;
}
.mrt_open_btn::before,.mrt_open_btn::after{
	content: '';
	position: absolute;
	right: 25px;
	top: calc(50% - 2px);
	width: 27px;
	height: 3px;
	background: currentColor;
}
.mrt_open_btn::before{
	transform: rotate(-90deg);
}
.mrt_open_close{
	margin: 25px auto 0;
	width: 80px;
	text-align: center;
	cursor: pointer;
	transition: 0.3s;
}
.mrt_open_close:hover{
	opacity: 0.6;
	transition: 0.3s;
}
.mrt_open_btn.is_on::before{
	transform: rotate(45deg);
}
.mrt_open_btn.is_on::after{
	transform: rotate(-45deg);
}
.mrt_open_box{
	display: none;
}
.up_splide_open{
	max-height: 0;
	display: block !important;
	overflow: hidden;
	transition: 0.3s;
}
.up_splide_open.up_height{
	max-height: 3000px;
	transition: 0.3s;
}

#HeaderArea2{
	position: relative;
	z-index: 9;
}
#cmn_parts_global_menu{
	position: relative;
	z-index: 9;
	background: #fff;
}
.mrt_main_a{
	overflow: hidden;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 8;
	width: 100%;
	height: 100vh;
	background: url(../img/main_a_sp.jpg) no-repeat center top;
	background-size: cover;
	color: #fff;
	transition: transform 1.2s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.mrt_main_b{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 7;
	width: 100%;
	height: 100vh;
	background: url(../img/main_b_sp.jpg) no-repeat center center;
	background-size: cover;
	color: #fff;
	transition: transform 1.2s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.mrt_fixed{
	position: relative;
	z-index: 7;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}
.mrt_fixed_in{
	width: 100%;
	height: 100%;
}
.mrt_zindex6{
	position: fixed;
	z-index: 6;
	left: 0;
	top: 0;
	margin-bottom: 0;
	width: 100%;
	height: auto;
	min-height: 100vh;
}
.mrt_zindex6 .mrt_fixed_in{
	background: #fff;
}
.mrt_zindex6.mrt_fixed{
	height: auto;
	overflow: visible;
}

.mrt_main_atit{
	position: absolute;
	left: 50%;
	top: calc(120px + 10vh);
	font-size: 4.2vw;
	font-weight: 600;
	text-indent: 0.8em;
	white-space: nowrap;
	transform: translateX(-50%);
}
.mrt_main_alogo{
	position: absolute;
	left: 50%;
	bottom: calc(60px + 5vh);
	width: 85%;
	transform: translateX(-51%);
}
.mrt_main_alogo img{
	max-width: 100%;
}
.mrt_main_mod{
	max-width: 62%;
	margin: 5px auto 0;
}
.mrt_main_ascr{
	position: absolute;
	left: 50%;
	bottom: -2px;
	transform: translateX(-50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 0.7rem;
	font-weight: 500;
	white-space: nowrap;
}
.mrt_main_aline{
	position: relative;
	margin-top: 5px;
	width: 2px;
	height: 60px;
	background: #fff;
}
.mrt_main_aline::after{
	content: '';
	position: absolute;
	left: 50%;
	top: -2px;
	transform: translateX(-50%);
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #fff;
	opacity: 0;
	animation: bounce 1.5s infinite;
}
@keyframes bounce {
	0%{ opacity: 0; transform: translateY(0) translateX(-50%);}
	15% { opacity: 1; transform: translateY(0) translateX(-50%);}
	30% { opacity: 1; transform: translateY(0) translateX(-50%);}
	90% { opacity: 1; transform: translateY(80px) translateX(-50%);}
	95% { opacity: 0; transform: translateY(80px) translateX(-50%);}
	100% { opacity: 0; transform: translateY(0) translateX(-50%);}
}
.mrt_main_btext{
	padding-top: 120px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	opacity: 0;
	transform: translateY(30px);
	transition: 0.8s;
	transition-delay: 0.8s;
}
#sectionB.is_on .mrt_main_btext{
	opacity: 1;
	transform: translateY(0);
}
.mrt_main_btext h2{
	margin-bottom: 6vh;
	font-size: 7vw;
	font-weight: 600;
	line-height: 1.5;
}
.mrt_main_btext p{
	font-size: 3.8vw;
	line-height: 2.4;
	font-weight: 600;
}
.mrt_tit_box{
	min-height: 145px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 30px 50px 25px 30px;
	background: #615b59;
	color: #fff;
	font-weight: 600;
}
.mrt_tit_box img{
	max-width: 100%;
	width: auto;
	height: 30px;
}
.mrt_tit_box p{
	padding-top: 15px;
	font-size: 0.9375rem;
	line-height: 1.5;
}
.mrt_tit_box_s{
	padding: 20px 0 18px;
	margin: 0 -25px;
	text-align: center;
}
.mrt_tit_box_s img{
	max-width: 100%;
	width: auto;
	height: 23px;
}
.mrt_tit_box_s p{
	padding-top: 12px;
	font-size: 0.875rem;
}
.toast_wp .mrt_open_bg{
	padding: 40px 0 20px;
	background: #e1dad2;
}
.range_wp .mrt_tit_box{
	background: #615b59;
}
.usab_wp .mrt_tit_box{
	background: #403d3c;
}
.design_wp .mrt_tit_box{
	background: #e1dad2;
	color: #333;
}
.mrt_font30{
	font-size: 1.375rem;
	line-height: 1.4;
	font-weight: 600;
}
.mrt_font24{
	font-size: 1.2rem;
	line-height: 1.4;
	font-weight: 600;
}
.mrt_font18{
	font-size: 1rem;
	line-height: 1.5;
}
.mrt_mb90{
	margin-bottom: 90px;
}
.mrt_mb60sp{
	margin-bottom: 60px;
}
.mrt_wide{
	padding: 0 25px;
}
.mrt_ctit{
	margin-bottom: 40px;
	font-size: 1.65rem;
	font-weight: 600;
	line-height: 1.6;
	display: flex;
	justify-content: center;
}
.mrt_ctit.fea_flex_jfs{
	justify-content: flex-start;
}
.mrt_panel{
	margin-bottom: 60px;
	padding: 25px 30px 30px 32px;
	border: 2px solid currentcolor;
	border-radius: 18px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.mrt_panel_text{
	margin-right: -10px;
	margin-bottom: 30px;
	font-size: 1.375rem;
}
.toast_item_text{
	position: relative;
	z-index: 2;
	padding: 90px 25px 45px;
	margin-left: 25px;
	margin-top: -25px;
	background: #fff;
}
.toast_item_name{
	margin-bottom: 15px;
	display: flex;
	align-items: flex-end;
}
.toast_item_name>h5{
	margin-right: 10px;
	font-size: 1.375rem;
	font-weight: 600;
}
.toast_item_time{
	margin-right: -10px;
	margin-bottom: 2px;
}
.toast_item_time img{
	height: 29px;
	width: auto;
	max-width: 100%;
}
.toast_item_info{
	margin-bottom: 0;
	min-height: 110px;
	letter-spacing: 0;
}
.toast_item_note{
	font-size: 0.75rem;
}

.toast_item_btn{
	position: relative;
	height: 56px;
	border-radius: 28px;
	background: #403d3c;
	color: #fff !important;
	text-decoration: none !important;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: 0;
}
.toast_item_btn::after{
	content: "";
	position: absolute;
	top: 50%;
	right: 25px;
	width: 7px;
	height: 7px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	transform: translateY(-50%) rotate(45deg);
}
.toast_item_mark{
	display: none;
}
.toast_item_name_b{
	margin-bottom: 20px;
	position: relative;
	display: block;
}
.toast_item_name_b>h5{
	padding-bottom: 8px;
	margin-bottom: 10px;
	margin-right: 0;
	border-bottom: 1px solid currentColor;
	font-size: 1.26rem;
	letter-spacing: 1px;
}
.toast_item_name_b .toast_item_time{
	display: flex;
	align-items: center;
}
.toast_item_name_b .toast_item_time>p{
	margin-right: 10px;
	font-size: 0.75rem;
	letter-spacing: 0;
}
.toast_item_name_b .toast_item_time img{
	height: 19px;
	margin-bottom: 5px;
}
#splide_b .toast_item_info{
	min-height: auto;
}
#splide_b .toast_item_text{
	font-size: 0.875rem;
}
.toast_b01_02{
	position: absolute;
	right: 0;
	top: 7px;
	max-width: 88px;
}

.tech_wp .mrt_open_bg{
	width: 100vw;
	height: 306vw;
	padding: 40px 0 30px;
	background: url(../img/tech_01_sp.png) no-repeat top center;
	background-size: cover;
	color: #fff;
}
.tech_wp .mrt_wide{
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.tech_wp .mrt_ctit{
	color: #fff;
	margin-right: -20px;
	letter-spacing: 1px;
}
.tech_wp .mrt_tit_box{
	background: #9e9995;
}
.tech_tbox{
	position: relative;
	width: 100%;
	margin-top: auto;
	letter-spacing: 0;
}
.tech_pic{
	margin-bottom: 25px;
}
.tech_text{
	margin-bottom: 3vw;
}
.tech_note{
	position: absolute;
	left: 0;
	top: -38px;
	width: 100%;
	font-size: 2.6vw;
	text-align: right;
}

.grill_wp .mrt_open_bg{
	padding: 40px 0 60px;
	background: #9e9995;
	color: #fff;
}
.grill_wp .mrt_ctit{
	color: #fff;
}
.grill_wp .mrt_tit_box{
	background: #403d3c;
}
.grill_item{
	position: relative;
	display: block;
}
.grill_item_mark{
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 4px 10px 6px;
	background: #403d3c;
	color: #fff;
	font-size: 0.75rem;
	font-weight: 600;
}
a.grill_item_mark{
	color: #fff;
	text-decoration: none;
}
a.grill_item_mark::after{
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-top: -1px;
	width: 6px;
	height: 6px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	transform: rotate(45deg);
}
a.grill_item_mark:hover{
	opacity: 0.7;
}
.grill_item_btn_box{
	margin-top: 30px;
}
.grill_wp .mrt_panel{
	padding-top: 35px;
	padding-bottom: 35px;
	margin-bottom: 40px;
}
.mrt_panel_pic{
	max-width: 360px;
}
.grill_tbox{
	letter-spacing: 0;
	font-size: 0.75rem;
}
.grill_splide_wp .splide__track{
	overflow: visible;
}
.range_wp .mrt_open_bg{
	padding: 40px 0 60px;
	background: #e1dad2;
}
.usab_wp .mrt_open_bg{
	padding: 40px 0 60px;
	background: #615b59;
	color: #fff;
}
.design_wp .mrt_open_bg{
	padding: 40px 0 60px;
}
.design_wp .mrt_ctit{
	margin-right: -20px;
}
.range_tbox{
	margin: -15px -10px 45px 0;
}
.range_tbox>p:first-child{
	margin-bottom: 20px;
}
.range_tbox + .mrt_ctit{
	margin-right: -20px;
}
.range_mod{
	margin-top: 50px;
}
.range_mod_text{
	margin-bottom: 15px;
}
.range_mod_text .mrt_ctit{
	justify-content: flex-start;
}
.usab_wp .mrt_ctit{
	margin-right: -20px;
	color: #fff;
}
.usab_wide{
	max-width: 844px;
	margin: 0 auto;
}
.usab_list p{
	margin-left: -10px;
	margin-right: -15px;
	letter-spacing: 0;
	text-align: center;
	font-size: 0.9375rem;
}

.design_box{
	margin: 65px 0 0;
	text-align: center;
}
.design_box .mrt_font30{
	margin-left: -10px;
	margin-right: -10px;
}
.mrt_design05{
	margin: 35px 15px 0;
	width: auto;
}
.mrt_spec_wp{
	margin-top: 60px;
}
.mrt_spec_col01{
	margin-bottom: 50px;
	border: 2px solid #333;
	text-align: center;
}
.mrt_spec_col03{
	padding-top: 20px;
}
.mrt_spec_logo{
	margin-bottom: 20px;
}
.mrt_spec_name{
	width: 105px;
	margin: 0 auto;
	margin-bottom: 20px;
	text-align: center;
}
.mrt_spec_item{
	width: 40%;
	margin: 0 4%;
}
.mrt_spec_cr{
	padding-top: 2px;
	padding-left: 5px;
	margin-top: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 30px;
	border-radius: 15px;
	border: 2px solid #333;
	background: #333;
	color: #fff;
	font-size: 0.7rem;
	font-weight: 600;
	letter-spacing: 0;
	white-space: nowrap;
}
.mrt_spec_cr2{
	background: #fff;
	color: #333;
}
.mrt_spec_col01>p{
	padding: 8px;
	background: #333;
	color: #fff;
	font-size: 1.125rem;
	font-weight: 600;
	letter-spacing: 0.05em;
}
.mrt_spec_col01_in{
	padding: 15px 20px 25px;
	font-size: 0.875rem;
}
.mrt_spec_plus{
	margin-top: 25px;
	display: block;
	position: relative;
	padding: 10px 10px;
	border-bottom: 1px solid currentColor;
	color: #333!important;
	text-decoration: none !important;
	text-align: center;
}
.mrt_spec_plus::before,.mrt_spec_plus::after{
	content: '';
	position: absolute;
	right: 20px;
	top: calc(50% - 2px);
	width: 11px;
	height: 1px;
	background: currentColor;
	transition: 0.3s;
}
.mrt_spec_plus::before {
	transform: rotate(-90deg);
}
.mrt_spec_btn{
	margin-bottom: 15px;
	position: relative;
	height: 56px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid currentcolor;
	border-radius: 28px;
	color: #333!important;
	text-decoration: none !important;
	font-size: 1rem;
	line-height: 1.3;
}
.mrt_spec_btn::after{
	content: "";
	position: absolute;
	top: 50%;
	right:25px;
	width: 10px;
	height: 10px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	transform: translateY(-50%) rotate(45deg);
}
.mrt_ww .contentsWidth{
	width: calc(375px - 50px) !important;
}




.mrt_tab{
	position: relative;
	font-size: 0.875rem;
}
.mrt_tab_note{
	margin: 0 0 20px;
	text-align: center;
}
.mrt_tabBtn_box{
	margin-bottom: 40px;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.mrt_tabBtn_box::after{
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	width: 1px;
	height: 100%;
	background: #000;
}
.mrt_tabBtn{
	position: relative;
	padding: 15px 0;
	cursor: pointer;
	transition: 0.3s;
	text-align: center;
	width: 41%;
	opacity: 0.5;
}
.mrt_tabBtn>p{
	margin-left: -5px;
	margin-right: -15px;
	letter-spacing: 0;
}
.mrt_tabBtn>div:first-child{
	margin-bottom: 5px;
}
.mrt_tabBtn:hover{
	opacity: 0.5;
	transition: 0.3s;
}
.mrt_tabBtn.is_on{
	opacity: 1;
}
.mrt_tabBody{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background: #f3f3f3;
	opacity: 0;
	z-index: -1;
	transition: opacity 0.3s;
}
.mrt_tabBody.is_show{
	position: relative;
	opacity: 1;
	z-index: 1;
	transition: opacity 0.3s;
}
.splide__arrow{
	width: 44px;
	height: 44px;
	background: url(../img/arr_left.png) no-repeat 0 0;
	background-size: 100%;
	opacity: 1 !important;
}
.splide__arrow:hover{
	opacity: 0.7!important;
}
.splide__arrow--prev{
	left: 0;
}
.splide__arrow--next{
	right: 0;
	background-image: url(../img/arr_right.png);
}
.splide__arrow svg{
	display: none;
}
.splide__pagination{
	display: none;
}
#splide_grill .splide__arrow--prev{
	transform: translateX(-50%) translateY(-50%);
}
#splide_grill .splide__arrow--next{
	transform: translateX(50%) translateY(-50%);
}
.toast_splide_wp{
	margin-left: -25px;
	margin-right: -25px;
}
.toast_splide{
	margin-bottom: 45px;
}
.toast_splide .splide__arrows{
	position: absolute;
	left: calc(50% + 455px);
	top: 220px;
	width: 180px;
}
.toast_splide .splide__arrow{
	top: 0;
	width: 80px;
	height: 80px;
	background: url(../img/arr_left.png) no-repeat 0 0;
	background-size: 100%;
	opacity: 1 !important;
}
.toast_splide .splide__arrow:hover{
	opacity: 0.7 !important;
}
.toast_splide .splide__pagination{
	display: flex;
	left: 28px;
	top: 81vw;
	bottom: auto;
	justify-content: flex-start;
}
.toast_splide .splide__pagination li{
	margin: 0 30px 0 0;
}
.toast_splide .splide__pagination li .splide__pagination__page{
	width: 30px;
	height: 30px;
	background: url(../img/icon_a01.png) no-repeat !important;
	background-size: 100% 100% !important;
	opacity: 0.2;
}
.toast_splide .splide__pagination__page.is-active{
	background: none!important;
	transform: scale(1.5) !important;
	opacity: 1 !important;
}
.toast_splide .splide__pagination li:nth-child(2) .splide__pagination__page{
	background-image: url(../img/icon_a02.png) !important;
}
.toast_splide .splide__pagination li:nth-child(3) .splide__pagination__page{
	background-image: url(../img/icon_a03.png) !important;
}
.toast_splide .splide__pagination li:nth-child(4) .splide__pagination__page{
	background-image: url(../img/icon_a04.png) !important;
}
#splide_b .splide__pagination li:nth-child(3) .splide__pagination__page{
	background-image: url(../img/icon_a02.png) !important;
}
.toast_fade_left{
	opacity: 0;
	transform: translateX(30px);
	transition: 0.4s;
	transition-delay:1s;
}
.splide__slide.is-active .toast_fade_left{
	opacity: 1;
	transform: translateX(0);
	transition-delay:0.1s;
}

.toast_item_name h5 a{
	color: #333;
	text-decoration: none;
}
.toast_item_name h5 a::after{
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin: -4px 5px 0 0;
	width: 10px;
	height: 10px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	transform: rotate(45deg);
}
.mrt_ww{
	padding-top: 70px;
}
.toast_item_time_flex{
	padding-top: 12px;
	display: flex;
	align-items: center;
	font-size: 0.75rem;
}
.toast_item_time_flex img{
	margin-top: 4px;
	height: 22px;
}
.toast_item_time_flex .toast_item_time{
	margin-right: 6px;
}
.mrt_note01{
	position: absolute;
	right: 7px;
	bottom: 30px;
	color: #fff;
	letter-spacing: 0;
	text-shadow: 0 0 5px rgba(0,0,0,1);
	font-size: 0.6rem !important;
	font-feature-settings: "palt";
}
.mrt_note01 span{
	padding: 1px 4px 1px;
	margin: -2px 2px 0;
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	border-radius: 10px;
	border: 1px solid currentColor;
}
.mrt_note02{
	padding-top: 15px;
	text-align: right;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 1px;
}
.mrt_note03{
	margin-right: -1em;
	margin-top: 10px;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 1px;
	text-align: center;
}
.toast_item_name2{
	margin-top: -5px;
	display: block;
}
.toast_item_name2 .toast_item_time{
	margin: 10px 0 5px 5px;
}
.mrt_tab_text{
	position: absolute;
	left: 0;
	top: -12px;
	width: 100%;
	text-align: center;
	font-size: 0.875rem;
	opacity: 0;
	transition: 0.3s;
}
.mrt_tabBtn.is_on .mrt_tab_text{
	opacity: 1;
}
.mrt_bnr_none{
	padding-top: 10px;
}
.fea_movie_box{
	letter-spacing: 0;
}
.mrt_movie_mark{
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 1px 5px 3px;
	border: 1px solid currentcolor;
	font-size: 0.875rem;
	line-height: 1.2;
}
.fea_movie_box .fea_noteS{
	font-size: 0.6875rem !important;
	line-height: 1.6 !important;
    text-align: left!important;
}
.fea_movie_box .fea_titS{
	font-size: 0.875rem !important;
	line-height: 1.6 !important;
}
.mrt_btn01{
	position: absolute;
	left: 6%;
	bottom: 0;
	width: 42%;
}
.mrt_btn02{
	position: absolute;
	right: 6%;
	bottom: 0;
	width: 42%;
}


.tt_wp::-webkit-scrollbar {
  width: 2px;
}
.tt_wp::-webkit-scrollbar-thumb {
  background: linear-gradient(to bottom right, #b3abac 0%, #b3abac 100%);
  border-radius: 5px;
}
.tt_wp::-webkit-scrollbar-track {
  background-color: #efedec;
  border: 1px solid #efedec;
}
.tt_wp::-webkit-scrollbar-button {
  background-color: #efedec;
  border-radius: 5px;
  height: 0;
}
.tt_wp::-webkit-scrollbar-button:hover {
  background-color: #efedec;
}
.tt_wp{
	width: 100%;
	height: calc(100% - 90px);
	margin: 70px 7px 20px;
	padding: 0 8px 0 10px;
	overflow-y: scroll;
	font-weight: 600;
	letter-spacing: 0;
}
.tt_wp img{
	max-width: 100%;
}
.tt_title{
	margin-bottom: 40px;
	padding: 20px;
	background: #9e9995;
	color: #fff;
	font-size: 1.5rem;
	font-weight: 600;
	text-align: center;
}
.tt_head{
	position: relative;
	margin-bottom: 30px;
}
.tt_head_mark{
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
}
.tt_head_tit{
	margin: 20px 0 40px;
}
.tt_head_tit h4{
	font-size: 1.875rem;
	font-weight: 600;
	line-height: 1.35;
}
.tt_line_tit{
	margin-bottom: 15px;
	position: relative;
	font-size: 1.25rem;
	font-weight: 600;
}
.tt_line_tit p{
	position: relative;
	z-index: 2;
	display: inline-block;
	padding-right: 15px;
	background: #e1dad2;
}
.tt_line_tit::after{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -1px;
	width: 100%;
	height: 2px;
	background: #333;
}
.tt_note20{
	text-indent: -2em;
	padding-left: 2em;
}
.tt_mark_num{
	width: 17px;
	height: 17px;
	padding-top: 2px;
	padding-left: 2px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
	border-radius: 50%;
	background: #cc0000;
	color: #fff;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1;
	text-align: center;
	text-indent: 0;
}
.tt_mtL{
	margin-top: 80px;
}
.tt_cr_red{
	color: #cc0000;
	font-weight: 400;
}
.tt_mr1{
	margin-right: 0.9em;
}
.ui_modal_wp,.ui_modal_over{
	position: fixed;
	z-index: -1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	pointer-events: none;
	opacity: 0;
	transition: 0.3s;
}
.ui_modal_over{
	background: rgba(0,0,0,0.7);
}
.ui_modal_wp.is_show,.ui_modal_wp.is_show .ui_modal_over{
	z-index: 100;
	pointer-events: auto;
	opacity: 1;
}
.ui_modal_container{
	position: relative;
	max-width: 1275px;
	height: 90%;
	width: 90%;
	background: #e1dad2;
	padding: 0;
	z-index: 101;
}
.ui_modal_close{
	position: absolute;
	z-index: 102;
	right: 0.3em;
	top: 0.6em;
	width: 2em;
	height: 2em;
	font-size: 1.4em;
	cursor: pointer;
}
.ui_modal_close:before,.ui_modal_close:after{
	content: '';
	position: absolute;
	top: 0.9em;
	left: 0.25em;
	width: 75%;
	height: 0.1em;
	background: #333;
}
.ui_modal_close:before{
	transform: rotate(45deg);
}
.ui_modal_close:after{
	transform: rotate(-45deg);
}
.ui_modal_container .tt_wp{
	width: auto;
}
.ui_modal_container .fea_movie_box{
	margin-top: 50px;
	margin-bottom: 60px;
}

.tt_ruby{
	position: relative;
}
.tt_ruby span{
	position: absolute;
	top: -0.4em;
	left: 50%;
	transform: translateX(-50%);
	font-size: 0.45rem;
	font-weight: 500;
	line-height: 1;
	white-space: nowrap;
	text-indent: 0;
}
.tt_head_tit h4 .tt_ruby span{
	top: -0.6em;
	font-size: 0.7rem;
}
.tt_point{
	margin-top: 3px;
	margin-bottom: 3px;
}
.mrt_gmark{
	width: 240px;
	margin: 30px auto 0;
}