@charset "UTF-8";

@media screen and (min-width:1275px) , print { /*PC*/
}
@media screen and (min-width:768px) and ( max-width:1274px) { /*TB*/
}
@media screen and (max-width:767px) { /*SP 375*/
}


@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

.mt4_font_ns{
	font-family: "Noto Sans JP", sans-serif !important;
}
.mt4_mbL{
	margin-bottom: 80px !important;
}
.mt4_title1{
	font-size: 2.5rem;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: 0.02em;
	color: #333;
}
.mt4_title2{
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: 0.02em;
	color: #333;
}
.mt4_title3{
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: 0.02em;
	color: #333;
}
.mt4_title4{
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: 0.02em;
	color: #333;
}
.mt4_h5{
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: 0.02em;
}
.mt4_text1{
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.02em;
}
.mt4_text2{
	font-size: 0.8125rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.02em;
}
.mt4_text3{
	font-size: 0.75rem;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 0.02em;
}
.mt4_note1{
	font-size: 0.6875rem;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.02em;
}
.mt4_hover a:hover{
	opacity: 0.5;
}
.mt4_btn1{
	position: relative;
	min-width: 228px;
	height: 44px;
	border-radius: 22px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #FF0026;
	color: #fff;
	border: 1px solid #FF0026;
}
.mt4_btn1::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);
}
.mt4_btn2{
	position: relative;
	min-width: 228px;
	height: 44px;
	border-radius: 22px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	color: #FF0026;
	border: 1px solid #FF0026;
}
.mt4_btn2::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);
}
.mt4_main{
	margin-bottom: 80px;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center !important;
}
.mt4_main_left{
	width: 57.25%;
}
.mt4_main_right{
	width: 40%;
}
.mt4_mod_name{
	margin-top: 4px;
	margin-bottom: 24px;
}
.mt4_gmark_box{
	display: flex;
	align-items: center;
}
.mt4_gmark{
	width: 184px;
	margin: 0 10px 0 -10px;
}
.mt4_title1_box{
	margin-bottom: 32px !important;
}
.mt4_title1_box .mt4_text2{
	margin-top: 12px;
	color: #FF0026;
}
.mt4_spec{
	margin-bottom: 80px;
	flex-wrap: wrap;
	justify-content: space-between;
}
.mt4_spec_left{
	width: 48.47%;
}
.mt4_spec_right{
	width: 48.47%;
}
.mt4_splide_spec_box{
	position: relative;
	padding: 25px 20px;
	min-height: 330px;
	background: #F5F5F5;
	border-radius: 5px;
}
.mt4_mod_num_box{
	position: absolute;
	z-index: 3;
	right: 20px;
	top: 20px;
	padding-bottom: 1px;
	width: 44px;
	height: 22px;
	border-radius: 11px;
	background: rgba(51,51,51,0.4);
	border: 1px solid #fff;
	color: #fff;
	font-size: 0.6875rem;
	font-weight: 300;
	line-height: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}
.mt4_mod_num_box span{
	padding: 0 5px;
}
.mt4_mod_num_max{
	padding-left: 1px;
	border-left: 1px solid #fff;
}
.mt4_mod_pic{
	display: flex;
	justify-content: center;
	align-items: center;
}
.mt4_mod_pic img{
	width: auto;
	max-height: 290px;
}
.mt4_zoom_mark{
	position: absolute;
	z-index: 4;
	right: 20px;
	bottom: 20px;
	width: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	pointer-events: none;
}
.mt4_modalImageWrap{
	padding: 40px;
	background: #fff;
}
.mt4_modalImageWrap .FW4_modalImage{
	
}
.mt4_splide_spec_box .splide__pagination{
	display: none;
}
.mt4_splide_spec_box .splide__arrow{
	z-index: 9;
	width: 32px;
	height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(51,51,51,0.4);
	opacity: 1;
}
.mt4_splide_spec_box .splide__arrow svg{
	fill: #fff;
	width: 8px;
	height: 8px;
	margin-left: -4px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
}
.mt4_splide_spec_box .splide__arrow path{
	display: none;
}
.mt4_splide_spec_box .splide__arrow--prev svg{
	transform: rotate(225deg);
	margin-right: -9px;
}
.mt4_splide_spec_box .splide__arrow--prev{
	left: 0;
}
.mt4_splide_spec_box .splide__arrow--next{
	right: 0;
}
.mt4_color_box{
	margin: 8px 0 10px;
	display: flex;
}
.mt4_color_text{
	display: none;
}
.mt4_color_text.is_on{
	display: inline;
}
.mt4_color_item{
	overflow: hidden;
	margin-right: 10px;
	padding: 3px;
	width: 26px;
	height: 26px;
	border-radius: 13px;
	border: 1px solid transparent;
	cursor: pointer;
}
.mt4_color_item.is_on{
	border-color: #CECECE;
}
.mt4_spec_table{
	width: 100%;
	margin-top: 25px;
	border-radius: 5px;
	background: #F5F5F5;
}
.mt4_spec_table td{
	height: 99px;
	text-align: center;
	background: transparent;
	border: 1px solid #fff;
}
.mt4_spec_table .mt4_note1{
	margin-bottom: 6px;
	color: #808080;
}
.mt4_feature_wp{
	margin-bottom: 80px;
	padding: 88px 0;
	background: #F5F5F5;
}
.mt4_feature_box{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.mt4_feature_col{
	width: calc((100% - 70px)/3.0001);
	margin-right: 35px;
	margin-bottom: 35px;
}
.mt4_feature_col:nth-child(3n){
	margin-right: 0;
}
.mt4_feature_item{
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: 5px;
	text-decoration: none !important;
	color: #fff !important;
}
.mt4_feature_item::after{
	content: '';
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 90px;
	background: linear-gradient(0deg , rgba(0,0,0,0.7) 0% , rgba(0,0,0,0.7) 45% , rgba(0,0,0,0) 100%);
	opacity: 0.7;
}
.mt4_feature_text{
	position: absolute;
	z-index: 4;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 15px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.mt4_feature_text h3{
	font-weight: 400;
	line-height: 1.4;
	color: #fff;
	font-feature-settings: "palt";
}
.mt4_feature_text .mt4_note1{
	margin-right: -5px;
	margin-bottom: -5px;
	opacity: 0.9;
}
.mt4_btn_line{
	position: relative;
	display: block;
	text-decoration: none !important;
	color: #333 !important;
	padding: 20px 40px 20px 10px;
	border-bottom: 1px solid #ddd;
}
.mt4_btn_line::before{
	content: '';
	position: absolute;
	z-index: 2;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #FF0026;
}
.mt4_btn_line::after{
	content: '';
	position: absolute;
	z-index: 3;
	top: calc(50% - 3px);
	right: 25px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #FF0026;
	border-right: 1px solid #FF0026;
	transform: rotate(45deg);
}
#mt4_splide_camp{
	margin-bottom: 32px;
}
#mt4_splide_camp .splide__pagination__page{
	background: #CECECE;
	transform: scale(0.6);
}
#mt4_splide_camp .splide__pagination__page.is-active{
	background: #FF0026 !important;
}
#mt4_splide_camp .splide__pagination{
	bottom: -35px;
}

.mt4_envi_box{
	padding: 30px 25px;
	background: #3aa94a;
	color: #fff;
	border-radius: 5px;
}
.mt4_envi_box .mt4_title3{
	color: #fff;
}
.mt4_envi_list{
	margin-bottom: 25px;
}
.mt4_envi_list li{
	background: #ecedee;
	color: #333;
	min-height: 58px;
	padding: 5px;
	width: calc((100% - 60px)/3);
	border-radius: 5px;
	line-height: 1.3;
	display: flex;
	justify-content: center;
	align-items: center;
}
.mt4_envi_item{
	padding: 30px 25px;
	background: #fff;
	color: #333;
	border-radius: 5px;
	font-size: 0.9375rem;
}
.mt4_envi_col{
	margin-bottom: 25px;
}
.mt4_envi_col h4{
	font-size: 1rem;
	color: #3aa94a;
	margin-bottom: 10px;
	font-weight: normal;
}
.mt4_envi_col:last-child{
	margin-bottom: 0;
}
.mt4_contents_box{
	display: flex;
	flex-wrap: wrap;
}
.mt4_contents_item{
	width: calc((100% - 70px)/3.0001);
	margin-right: 35px;
	margin-bottom: 35px;
}
.mt4_contents_item:nth-child(3n){
	margin-right: 0;
}
.mt4_about_wp{
	position: relative;
	z-index: 2;
	margin-bottom: -42px;
	padding: 88px 0;
	background: #F5F5F5;
}
.mt4_open{
	width: 100%;
}
.mt4_open_btn{
	position: relative;
	margin: 5px auto 0;
	width: 228px;
	height: 44px;
	border-radius: 22px;
	padding: 5px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	border: 1px solid currentColor;
	background: #fff;
	color: #FF0026;
	cursor: pointer;
	transition: 0.3s;
}
.mt4_open_btn:hover{
	opacity: 0.5;
	transition: 0.3s;
}
.mt4_open_btn::before,.mt4_open_btn::after{
	content: '';
	position: absolute;
	right: 20px;
	top: calc(50% - 1px);
	width: 10px;
	height: 2px;
	border-radius: 2px;
	background: currentColor;
}
.mt4_open_btn::before{
	transform: rotate(-90deg);
}
.mt4_open_close{
	margin: 25px auto 0;
	width: 80px;
	text-align: center;
	cursor: pointer;
	transition: 0.3s;
}
.mt4_open_close:hover{
	opacity: 0.6;
	transition: 0.3s;
}
.mt4_open_btn.is_on::before{
	display: none;
}
.mt4_open_box{
	display: none;
}
.mt4_open_btn.is_on .mt4_open_btn_t1,
.mt4_open_btn_t2{
	display: none;
}
.mt4_open_btn.is_on .mt4_open_btn_t2{
	display: block;
}
.mt4_fresh{
	padding-bottom: 40px;
	margin-bottom: 80px;
	border-bottom: 2px solid #000;
}
.mt4_fresh .mt4_title2{
	margin-bottom: 32px;
}
.mt4_fresh_box{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.mt4_fresh_col{
	width: calc((100% - 105px)/4.0001);
	margin-right: 35px;
	margin-bottom: 35px;
}
.mt4_fresh_col:nth-child(4n){
	margin-right: 0;
}
.mt4_fresh_box + .mt4_note1{
	margin-top: -10px;
}
.mt4_fresh_item{
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: 5px;
	text-decoration: none !important;
	color: #fff !important;
}
.mt4_fresh_item::after{
	content: '';
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 180px;
	background: linear-gradient(0deg , rgba(0,0,0,0.7) 0% , rgba(0,0,0,0.7) 45% , rgba(0,0,0,0) 100%);
	opacity: 0.7;
}
.mt4_fresh_text{
	position: absolute;
	z-index: 4;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 15px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	letter-spacing: 0.1em;
}
.mt4_fresh_text h3{
	font-size: 1.875rem;
	font-weight: 400;
	line-height: 1.4;
	color: #fff;
	font-feature-settings: "palt";
}
.mt4_fresh_text small{
	display: block;
	font-size: 1.25rem;
}
.mt4_fresh_text .mt4_note1{
	margin-right: -5px;
	margin-bottom: -5px;
	opacity: 0.9;
}
.mt4_fresh05{
	max-width: 376px;
	margin: 0 auto;
}
.mt4_fresh_mark{
	max-width: 238px;
}
.mt4_fresh_col02{
	width: 90px;
	margin: -80px auto 0 20px;
}
.mt4_fresh_tick{
	position: absolute;
	z-index: 2;
	right: 10px;
	top: 10px;
	padding: 5px;
	border-radius: 5px;
	display: flex;
	align-items: center;
	background: #fff;
	color: #333;
	font-size: 1.2rem;
	line-height: 1;
}
.mt4_fresh_tick::before{
	content: '';
	margin-top: -1px;
	width: 28px;
	height: 28px;
	margin-right: 5px;
	background: url(/rei/img/v04/img_fresh_tick.png) no-repeat;
	background-size: 100% 100%;
}
.mt4_fresh_tit{
	margin-bottom: 10px;
	font-size: 1.625rem;
	font-weight: 700;
	line-height: 1.3;
}
.mt4_fresh_tit sup{
	margin-left: -10px;
}
.mt4_vacuo_box{
	margin: 80px 0 20px;
	display: flex;
	align-items: stretch;
}
.mt4_vacuo_left{
	position: relative;
	width: 48.86%;
}
.mt4_vacuo_left .mt4_note1{
	position: absolute;
	left: 10px;
	bottom: 8px;
	color: #fff;
	font-weight: 600;
	text-shadow: 0 0 4px rgba(0,0,0,1);
}
.mt4_vacuo_mark{
	position: absolute;
	left: 10px;
	top: 10px;
	width: 125px;
}
.mt4_vacuo_right{
	width: 51.14%;
	background: #737373;
	color: #fff;
	display: flex;
	flex-direction: column;
	letter-spacing: 0.1em;
}
.mt4_vacuo_tit{
	padding: 12px 25px 15px;
	font-size: 2.0625rem;
	font-weight: 700;
	line-height: 1.2;
	background: #17161a;
	color: #fff;
}
.mt4_vacuo_text{
	background: #737373;
	padding: 20px 20px 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 1.75rem;
	font-weight: 500;
	line-height: 1.3;
}
.mt4_vacuo_text>p.fea_noteL{
	margin-right: -0.5em;
}
.mt4_vacuo_col01{
	width: 56%;
	margin-right: -10%;
	font-size: 1.1875rem;
	font-weight: 400;
}
.mt4_vacuo_col02{
	position: relative;
	width: 42%;
}
.mt4_vacuo_col02 .mt4_note1{
	position: absolute;
	left: 2%;
	bottom: 0;
	font-weight: 400;
}
.mt4_vacuo_col01 h4{
	margin: -5px 0 20px;
	margin-right: -20%;
	font-size: 2.1rem;
	font-weight: 700;
	line-height: 1.2;
	color: #fff;
}
.mt4_vacuo_col01 sup{
	vertical-align: 1.5em;
}
.mt4_vacuo_p{
	margin-top: 10px;
	text-align: justify;
}
.mt4_new{
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -2px;
	width: 58px;
	height: 27px;
	padding-top: 1px;
	text-align: center;
	color: #ff0000;
	border: 2px solid currentcolor;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0;
	background: #fff;
}
.mt4_vacuo_tech{
	margin-top: -25px;
	display: flex;
}
.mt4_vacuo_tech span{
	margin-bottom: 5px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -2px;
	padding: 3px 10px 6px;
	text-align: center;
	color: #ff0000;
	border: 2px solid currentcolor;
	font-size: 1.375rem;
	font-weight: 700;
	line-height: 1;
	background: #fff;
}
.mt4_fresh_small{
	position: relative;
	top: -1px;
	font-size: 95%;
}
.mt4_note_hide{
	visibility: hidden;
}
.FW4_commonParts .mt4_note_hide{
	visibility: visible;
}
.mt_campaign_one{
	display: block;
	max-width: calc((100vw - 80px)/1.975);
}
.mt4_mark_jp{
	position: relative;
	top: -2px;
	display: inline-block;
	vertical-align: middle;
	margin-right: -81px;
	margin-left: 10px;
	width: 71px;
	line-height: 1;
}


@media screen and (max-width:767px) { /*SP 375*/
	.mt4_mb24sp{
		margin-bottom: 24px !important;
	}
	.mt4_main{
		margin-top: 24px;
		margin-bottom: 64px;
	}
	.mt4_main_left{
		width: 100%;
	}
	.mt4_main_right{
		width: 100%;
	}
	.mt4_gmark{
		width: 150px;
		margin: 0 12px 0 -5px;
	}
	.mt4_title1_box{
		margin-bottom: 24px !important;
	}
	.mt4_spec{
		margin-bottom: 64px;
	}
	.mt4_spec_left{
		margin-bottom: 16px;
		width: 100%;
	}
	.mt4_spec_right{
		width: 100%;
	}
	.mt4_spec_table{
		margin-top: 20px;
		margin-bottom: 15px;
	}
	.mt4_spec_table td{
		height: 76px;
	}
	.mt4_spec_table .mt4_note1{
		margin-bottom: 4px;
	}
	.mt4_splide_spec_box{
		padding: 20px 10px;
		min-height: inherit;
	}
	.mt4_mod_num_box{
		right: 10px;
		top: 10px;
	}
	.mt4_zoom_mark{
		right: 10px;
		bottom: 10px;
	}
	.mt4_mod_pic img{
		max-height: 260px;
	}
	.mt4_gmark_box{
		margin-top: 10px;
	}
	.mt4_feature_wp{
		padding: 64px 0;
		margin-bottom: 64px;
	}
	.mt4_feature_col{
		width: calc((100% - 16px) / 2.0001);
		margin-right: 16px !important;
		margin-bottom: 16px;
	}
	.mt4_feature_col:nth-child(2n){
		margin-right: 0!important;
	}
	.mt4_feature_item::after{
		height: 80px;
	}
	.mt4_feature_text{
		position: absolute;
		padding: 10px 10px 15px;
	}
	.mt4_feature_text>.mt4_note1{
		position: absolute;
		right: 5px;
		bottom: 3px;
		margin: 0;
		font-size: 0.5625rem;
	}
	.mt4_mbL{
		margin-bottom: 64px !important;
	}
	.mt4_envi_box{
		margin: 0 -10px;
		padding: 20px 10px;
	}
	.mt4_envi_list{
		margin-bottom: 15px;
	}
	.mt4_envi_list li{
		width: calc((100% - 20px)/3);
		font-size: 0.75rem;
	}
	.mt4_contents_item{
		width: 100%;
		margin: 0 0 16px;
	}
	.mt4_about_wp{
		position: relative;
		z-index: 2;
		margin-bottom: -22px;
		padding: 64px 0;
	}
	.mt4_fresh_col{
		width: calc((100% - 16px) / 2.0001);
		margin-right: 16px !important;
		margin-bottom: 16px;
	}
	.mt4_fresh_col:nth-child(2n){
		margin-right: 0 !important;
	}
	.mt4_fresh_box + .mt4_note1{
		margin-top: 5px;
	}
	.mt4_fresh_item::after{
		height: 110px;
	}
	.mt4_fresh_text h3{
		font-size: 1.125rem;
		line-height: 1.5;
	}
	.mt4_fresh_text h3 small{
		font-size: 0.75rem;
	}
	.mt4_fresh_text>div>.mt4_note1,
	.mt4_feature_text>div>.mt4_note1{
		margin: 4px 0 -8px !important;
		font-size: 0.5625rem;
		line-height: 1.3;
	}
	.mt4_fresh .mt4_title2{
		margin-bottom: 24px;
		font-size: 1.25rem;
	}
	.mt4_fresh_mark{
		max-width: 238px;
	}
	.mt4_fresh{
		padding-bottom: 38px;
		margin-bottom: 56px;
	}
	.mt4_fresh_col01{
		width: calc(100% - 85px);
	}
	.mt4_fresh_col01 .mt4_note1{
		margin-right: 10px;
	}
	.mt4_fresh_col02{
		margin: 0 0 auto;
		width: 80px;
	}
	.mt4_fresh_tick{
		padding: 3px;
		right: 5px;
		top: 5px;
		font-size: 0.75rem;
	}
	.mt4_fresh_tick::before{
		margin-right: 3px;
		width: 18px;
		height: 18px;
	}
	.mt4_fresh_tit sup{
		position: relative;
		top: -3px;
	}
	.mt4_vacuo_box{
		margin: 0 0 20px;
		display: block;
	}
	.mt4_vacuo_left{
		width: 100%;
	}
	.mt4_vacuo_right{
		width: 100%;
		letter-spacing: 0.02em;
	}
	.mt4_vacuo_tit{
		display: block;
		padding: 10px 10px 12px;
		height: auto;
		font-size: 1.25rem;
		line-height: 1.4;
	}
	.mt4_vacuo_mark{
		left: 8px;
		top: 8px;
		width: 72px;
	}
	.mt4_vacuo_text{
		height: auto;
		padding: 15px 10px;
		font-size: 1rem;
	}
	.mt4_vacuo_col01{
		font-size: 0.6875rem;
	}
	.mt4_vacuo_col01 h4{
		margin: 0 -20% 10px 0;
		font-size: 1.25rem;
	}
	.mt4_vacuo_col01 sup{
		vertical-align: 0.6em;
	}
	.mt4_vacuo_col02{
		margin-top: 5px;
	}
	.mt4_vacuo_p{
		letter-spacing: 0.05em;
	}
	.mt4_vacuo_p sup{
		margin-left: -1px;
		vertical-align: 0.4em;
		letter-spacing: -0.1em;
	}
	.mt4_new{
		width: 38px;
		height: 18px;
		padding-top: 1px;
		font-size: 0.8125rem;
		border-width: 1px;
	}
	.mt4_vacuo_tech{
		margin: 10px 0 0;
	}
	.mt4_vacuo_tech span{
		padding: 3px 8px 5px;
		font-size: 0.9375rem;
		border-width: 1px;
	}
	.mt4_btm_mod02{
		margin-bottom: 10px;
	}
	.mt_campaign_one{
		display: block;
		max-width: 100%;
		width: calc(100vw - 100px);
	}
	
	
	
}

