@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*/
}


.mt4_mbL{
	margin-bottom: 80px !important;
}
.mt4_title1{
	font-size: 2.5rem;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: 0.02em;
}
.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: #cc0000;
	color: #fff;
	border: 1px solid #cc0000;
}
.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: #cc0000;
	border: 1px solid #cc0000;
}
.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-top: 8px;
	margin-bottom: 80px;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center !important;
}
.mt4_main_left{
	position: relative;
	width: 57.25%;
}
.mt4_main_right{
	width: 40%;
}
.mt4_main_logo{
	margin: -20px 0 40px;
	display: flex;
	align-items: center;
}
.mt4_main_spec{
	margin-right: 5%;
	max-width: 160px;
}
.mt4_main_kama{
	max-width: 220px;
}
.mt4_mod_name{
	margin-top: 30px;
	margin-bottom: 10px;
}
.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: #cc0000;
}
.mt4_spec{
	margin-bottom: 80px;
	flex-wrap: wrap;
	justify-content: space-between;
}
.mt4_spec_left{
	width: 48.47%;
}
.mt4_spec_right{
	width: 48.47%;
	font-size: 0.875rem;
}
.mt4_spec_right .mt4_btn_line{
	padding-top: 11px;
	padding-bottom: 11px;
}
.mt4_splide_spec_box{
	position: relative;
	padding: 30px 20px;
	background: #F5F5F5;
	border-radius: 5px;
}
.mt4_mod_pic{
	display: flex;
	justify-content: center;
	align-items: center;
}
.mt4_mod_pic img{
	width: auto;
	max-height: 270px;
	transform: translateX(-10px);
}
.mt4_mod_item{
	width: 36%;
	margin: 0 4%;
	text-align: center;
}
.mt4_mod_item img{
	width: 100%;
	transform: translateX(0);
}
.mt4_mod_item>p{
	padding-top: 10px;
	margin-bottom: -5px;
}
.mt4_spec_table{
	width: 100%;
	margin-bottom: 28px;
	border-radius: 5px;
	background: #F5F5F5;
}
.mt4_spec_table td{
	height: 106px;
	text-align: center;
	background: transparent;
	border: 1px solid #fff;
}
.mt4_spec_table .mt4_note1{
	margin-bottom: 6px;
	color: #808080;
}
.mt4_store_btn{
	padding-top: 8px;
	padding-bottom: 7px;
	border-width: 1px;
	line-height: 1.4;
}
.mt4_store_btn::after{
	top: 50%;
	transform: translateY(-50%);
}
.mt4_feature_wp{
	padding: 60px 0;
	margin-bottom: 80px;
	background: #f7f7f7;
}
.mt4_feature_box{
	margin-bottom: -35px;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.mt4_feature_col{
	width: calc((100% - 70px)/3.0001);
	margin-right: 35px;
	padding-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: 60px;
	background: linear-gradient(0deg , rgba(0,0,0,0.7) 0% , 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: 16px 40px 16px 15px;
	border-bottom: 1px solid #a3a3a4;
}
.mt4_btn_line::before{
	content: '';
	position: absolute;
	z-index: 2;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #cc0000;
}
.mt4_btn_line::after{
	content: '';
	position: absolute;
	z-index: 3;
	top: calc(50% - 3px);
	right: 24px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #cc0000;
	border-right: 1px solid #cc0000;
	transform: rotate(45deg);
}
.mt4_btn_line.FW4_modal_img::after{
	border: none;
	width: 10px;
	height: 10px;
	right: 21px;
	top: calc(50% - 5px);
	background: url(/wash/img/v04/img_plus.png) no-repeat;
	background-size: 100% 100%;
	transform: rotate(0deg);
}
.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: 10px 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: #cc0000;
	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.open .mt4_open_btn::before{
	display: none;
}
.mt4_open_box{
	overflow: hidden;
	transition: height 0.5s ease;
}
.mt4_open.open .mt4_open_btn .mt4_open_btn_t1,
.mt4_open_btn_t2{
	display: none;
}
.mt4_open.open .mt4_open_btn .mt4_open_btn_t2{
	display: block;
}
.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_note_hide{
	display: none;
}
.FW4_commonParts .mt4_note_hide{
	display: inline;
}
.mt_campaign_one{
	display: block;
	max-width: calc((100vw - 80px)/1.975);
}
.mt4_mark_jp{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	top: -1px;
	margin-left: 5px;
	width: 44px;
	line-height: 1;
}
.mt4_mod_new_box{
	display: flex;
	align-items: stretch;
}
.mt4_mark_res{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1px 6px 0;
	height: 22px;
	color: #e30012;
	border: 1px solid #e30012;
	font-size: 14px;
	line-height: 1.2;
}
.mt4_mod_new{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 22px;
	padding-bottom: 2px;
	font-family: sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 12px;
	color: #fff;
	background-color: #e30012;
}
.fea_noteS .mt4_mod_new{
	padding-bottom: 2px;
	transform: translate(1px, 1px) scale(0.8);
}
.mt4_gmark_btm{
    position: absolute;
    left: 0;
    top: 15px;
    z-index: 9;
    max-width: 234px;
}
.mt4_spec_store{
	padding-top: 12px;
	padding-bottom: 12px;
    background-color: #727171;
    border: none;
    color: #fff !important;
	font-size: 1rem;
}
.mt4_spec_store::after {
    background-image: url(/module/fw4/img/FW4_mark_arw_right_w.svg);
	right: 10px;
	top: calc(50% - 7px);
}
@media screen and (max-width:767px) { /*SP 375*/
	.mt4_mb24sp{
		margin-bottom: 24px !important;
	}
	.mt4_main{
		margin-bottom: 64px;
	}
	.mt4_main_left{
		width: 100%;
	}
	.mt4_main_right{
		width: 100%;
	}
	.mt4_main_logo{
		margin: 20px 0 0;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.mt4_main_spec{
		margin: 0 auto 10px;
	}
	.mt4_gmark{
		width: 150px;
		margin: 0 12px 0 -5px;
	}
	.mt4_title1_box{
		margin-bottom: 24px !important;
	}
	.mt4_title1{
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.mt4_spec{
		margin-bottom: 64px;
	}
	.mt4_spec_left{
		margin-bottom: 16px;
		width: 100%;
	}
	.mt4_spec_right{
		width: 100%;
	}
	.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: 180px;
	}
	.mt4_splide_spec_logo{
		bottom: 5vw;
		line-height: 1;
	}
	.mt4_gmark_box{
		margin-top: 10px;
	}
	.mt4_feature_wp{
		padding: 48px 0;
		margin-bottom: 64px;
	}
	.mt4_feature_box{
		margin-bottom: -16px;
	}
	.mt4_feature_col{
		width: calc((100% - 16px) / 2.0001);
		margin-right: 16px !important;
		padding-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 5px 8px 8px;
		font-size: 0.98rem;
	}
	.mt4_feature_text>.mt4_note1{
		position: absolute;
		right: 5px;
		bottom: 3px;
		margin: 0;
		font-size: 0.5625rem;
	}
	.mt4_mbL{
		margin-bottom: 64px !important;
	}
	.mt4_contents_item{
		width: 100%;
		margin: 0 0 16px;
	}
	.mt4_about_wp{
		position: relative;
		z-index: 2;
		/* margin-bottom: -22px; */
		padding: 64px 0;
	}
	.mt4_new{
		width: 38px;
		height: 18px;
		padding-top: 1px;
		font-size: 0.8125rem;
		border-width: 1px;
	}
	.mt4_btm_mod02{
		margin-bottom: 10px;
	}
	.mt_campaign_one{
		display: block;
		max-width: 100%;
		width: calc(100vw - 100px);
	}
	.mt4_mod_name{
		margin-top: 15px;
		margin-bottom: 5px;
	}
	.mt4_mod_new{
		width: 42px;
		height: 20px;
		font-size: 0.875rem;
	}
	.mt4_mark_res{
		height: 20px;
		font-size: 0.875rem;
	}
	.fea_noteS .mt4_mod_new{
		transform: translate(1px, 0) scale(0.75);
	}
	.mt4_spec_right .mt4_btn_line{
		padding-top: 16px;
		padding-bottom: 16px;
	}
	.mt4_mod_item{
		width: 48%;
	}
	.mt4_mod_item>p{
		margin-right: -6px;
	}
	.mt4_gmark_btm {
		position: static;
	    width: 230px;
	    margin: 0px auto 25px;
	}
	.mt4_spec_table{
		margin-bottom: 20px;
	}
	.mt4_spec_store{
		height: 50px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.mt4_flex_reverse{
		display: flex;
		flex-direction: column-reverse;
	}
	
}

