@charset "utf-8";

/***** base *****/

* {
	font-family: 'Noto Sans JP', 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
	font-variant-ligatures: none;
	word-break: break-all;
	vertical-align: baseline;
	padding: 0;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	overflow-y: hidden;
}

html.page_active_act1 {
	overflow-y: scroll;
}

html.menu_open_act1 {
	overflow-y: hidden;
}

body {
	color: #000000;
	background-color: #fff;
	overflow-x: hidden;
}

.wf-active p {
	visibility: visible;
}

a {
	color: #fff;
	text-decoration: none !important;
	list-style: none;
}

p {
	font-family: 'Noto Sans JP', serif;
}

img {
	width: 100%;
	max-width: 100%;
	display: block;
}

li {
	text-decoration: none;
	list-style: none;
}

.fixed {
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow-y: unset;
}

.hide {
	display: none;
}

/***** color *****/

.white {
	color: #fff !important;
}

.red1 {
	color: #e91d13;
}

/***** bg *****/

.bg1 {
	background-color: unset;
}

.bg2 {
	background-color: #fff;
}

/***** font *****/

.font1 {
	font-family: 'M PLUS 1p', sans-serif;
}

.font2 {
	font-family: 'Noto Sans JP', serif;
}

/***** menu *****/

.menu {
	opacity: 0;
	transition: .3s;
}

.menu.page_active_act1 {
	opacity: 1;
}

/***** header *****/

.header {
	position: fixed;
	z-index: 50;
	bottom: -100%;
	width: 100%;
	height: 70px;
	padding: 0px 0px 0px 0px;
	background-color: rgba(255, 255, 255, 0);
	border-top: 0px solid #e8e8e8;
	transition: .3s;
	display: block;
}

/***** brand_logo *****/

.brand_logo {
	position: fixed;
	z-index: 100;
	top: 70px;
	left: 70px;
	width: 200px;
	height: 70px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	transition: .3s;
	display: none;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}

.brand_logo.act1 {
	left: 50px;
}

.brand_logo a {
	width: auto;
	height: auto;
	margin: 0px 0px 0px 0px;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}

.brand_logo svg {
	width: 100%;
	height: auto;
	max-width: 120px;
	margin: 0px 0px 0px 0px;
}

/***** store_logo *****/

.store_logo {
	position: fixed;
	z-index: 100;
	top: 70px;
	right: 70px;
	width: 200px;
	height: 70px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	transition: .3s;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}

.store_logo.act1 {
	right: 50px;
}

.store_logo a {
	width: auto;
	height: auto;
  margin: 0px 0px 0px 0px;
  display: block;
}

.store_logo a svg {
	width: 100%;
	height: auto;
	max-width: 120px;
	display: block;
}

/***** site_menu *****/

.site_menu {
	width: 100%;
	height: 100%;
	display: block;
}

.site_menu_inner1 {
	width: auto;
	height: 100%;
	padding: 0px 0px 0px 0px;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: stretch;
}

.site_menu_scroll_layer1 {
	width: auto;
	height: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	transition: unset;
	display: block;
}

.site_menu_scroll_layer1 ul {
	width: 1200px;
	height: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}

.site_menu_scroll_layer1 ul li {
	position: relative;
	width: auto;
	height: 100%;
	margin: 0px 10px 0px 10px;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}

.site_menu_scroll_layer1 ul li::after {
	content: "";
	position: absolute;
	z-index: 5;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 0px;
	background-color: #d52b1e;
	transition: .3s;
}

.site_menu_scroll_layer1 ul li:hover::after {
	height: 3px;
}

.site_menu_scroll_layer1 ul li a {
	width: auto;
	height: 100%;
	color: #828282;
	font-family: 'Noto Sans JP', serif;
	font-size: 12px;
	font-weight: 700;
	text-align: center;
	text-indent: 2px;
	letter-spacing: 2px;
	padding: 5px 15px 5px 15px;
	transition: .3s;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
}

.site_menu_scroll_layer1 ul li a:hover {
	color: #d52b1e;
}

.site_menu_scroll_layer1 ul li a p {
	font-family: 'Noto Sans JP', serif;
}

.site_menu_scroll_layer1-txt1 {
	font-size: 13px;
	font-weight: 100;
	padding: 3px 0px 0px 0px;
}

/***** grid *****/

.grid {
  width: 100%;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 70px 0px;
	opacity: 0;
	transition: .3s;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
}

.grid.page_active_act1 {
	opacity: 1;
}

.grid_object1 {
	position: relative;
	z-index: 0;
	width: 100%;
	height: auto;
	max-width: 1600px;
	padding: 150px 80px 150px 80px;
	margin: 0px 0px 0px 0px;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
}

.grid_object1_title1 {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 70px 0px;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
}

.grid_object1_title1_text1 {
	width: auto;
	margin: 0px 0px 10px 0px;
}

.grid_object1_title1_text1 p {
	width: 100%;
	color: #e50020;
	font-family: 'Noto Sans JP', serif;
	font-size: 28px;
	font-weight: 900;
	text-align: center;
	text-indent: 10px;
	letter-spacing: 10px;
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	display: block;
}

.grid_object1_title1_text2 {
	width: auto;
	margin: 0px 0px 0px 0px;
}

.grid_object1_title1_text2 p {
	width: 100%;
	color: #9f9f9f;
	font-size: 18px;
	font-weight: 700;
	text-align: left;
	text-indent: 5px;
	letter-spacing: 5px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display: block;
}

/***** visual *****/

.visual {
	position: relative;
	z-index: 0;
	width: 100%;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	box-shadow: 0px 0px 0px 0px rgba(204, 204, 204, 0.39);
	overflow: unset;
}

.visual_pc {
	width: 100%;
	height: auto;
	max-width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.visual_pc img {
	width: 100%;
	height: auto;
	padding: 0px 0px 0px 0px;
}

.visual_smt {
	width: 100%;
	height: auto;
	display: none;
}

.visual_smt img {
	width: 100%;
	height: auto;
	max-width: 100%;
	padding: 0px 0px 0px 0px;
}

/***** introduction *****/

.introduction {
	position: relative;
	width: 100%;
	padding: 0px 0px 0px 0px;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}

.introduction_title1 {
	width: auto;
	margin: 0px 0px 30px 0px;
}

.introduction_title1 p {
	width: 100%;
	color: #000000;
	font-family: 'Noto Sans JP', serif;
	font-size: 36px;
	font-weight: 700;
	text-align: center;
	text-indent: 7px;
	letter-spacing: 7px;
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	display: block;
}

.introduction_text1 {
	width: 100%;
	max-width: 1100px;
	margin: 0px 0px 0px 0px;
}

.introduction_text1 p {
	width: 100%;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 20px;
	font-weight: 300;
	text-align: center;
	text-indent: 5px;
	letter-spacing: 5px;
	line-height: 45px;
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
}

.introduction_text1 p span {
	color: #d52b1e;
	font-size: 16px;
	font-weight: 500;
	padding: 0px 3px 0px 3px;
}

/***** service *****/

.service {
	width: 100%;
	height: auto;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: stretch;
}

.service_object1 {
	width: 50%;
	height: auto;
	padding: 30px 30px 30px 30px;
	margin: 0px 0px 0px 0px;
}

.service_object1 a {
	width: 100%;
	height: 100%;
	padding: 50px 50px 50px 50px;
	display: block;
	border: 1px solid #e8e8e8;
	border-radius: 10px;
	box-shadow: 0 0 20px 1px #0000000d inset !important;
	overflow: hidden;
}

.service_object1_image1 {
	width: 100%;
	margin: 0px 0px 30px 0px;
	overflow: hidden;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}

.service_object1_image1 img {
	width: 100%;
	max-width: 450px;
	margin: 0px 0px 0px 0px;
	transition: .7s;
	transform: scale(1.00);
}

.service_object1 a:hover .service_object1_image1 img {
	transform: scale(1.05);
}

.service_object1_text1 {
	width: 100%;
}

.service_object1_text1 p {
	width: 100%;
	color: #000;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
	font-weight: 300;
	font-style: normal;
	text-align: left;
	text-indent: 0px;
	letter-spacing: 2px;
	line-height: 26px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	transition: .3s;
}

/***** footer *****/

.footer {
	width: 100%;
	padding: 100px 100px 180px 100px;
	opacity: 0;
	transition: .3s;
}

.footer.page_active_act1 {
	opacity: 1;
}

.footer_inner1 {
	width: 100%;
	max-width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}

.footer_set1 {
	width: 50%;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
}

.footer_set1_img1 {
	width: auto;
	margin: 0px 0px 0px 0px;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
}

.footer_set1_img1_set1 {
	width: auto;
	margin: 0px 20px 0px 0px;
	display: inline-block;
}

.footer_set1_img1_set1 a {
	width: 100%;
	display: block;
}

.footer_set1_img1_set1 a img {
	width: 100%;
	max-width: 25px;
}

.footer_set2 {
	width: 50%;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-end;
	align-items: center;
}

.footer_set2_copyright1 {
	width: auto;
	margin: 0px 0px 0px 0px;
	display: inline-block;
}

.footer_set2_copyright1 p {
	color: #000000;
	font-family: 'Noto Sans JP', sans-serif;
  font-size: 10px;
	font-weight: 400;
  text-align: center;
  text-indent: 0px;
  letter-spacing: 3px;
}

/***** responsive *****/

@media ( max-width: 1400px ) {

.header {
  width: 100%;
  height: 70px;
  background-color: rgb(255, 255, 255, 1);
  border-top: 1px solid #e8e8e8;
}

.brand_logo {
  top: 70px;
  left: 30px;
}

.brand_logo.act1 {
  left: 30px;
}

.store_logo {
  top: 70px;
  right: 30px;
}

.store_logo.act1 {
  right: 30px;
}

.site_menu {
	height: 70px;
}

.site_menu_inner1 {
  height: 50px;
	padding: 0px 20px 0px 20px;
	border-bottom: 1px solid #e8e8e8;
}

.site_menu_scroll_layer1 {
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
}

.site_menu_scroll_layer1 ul {
  width: 600px;
}

.site_menu_scroll_layer1 ul li {
	margin: 0px 5px 0px 5px;
}

.site_menu_scroll_layer1 ul li a {
	font-size: 12px;
}

.service_object1 {
  width: 50%;
}

}

@media ( max-width: 1024px ) {

.grid_object1 {
  padding: 100px 50px 100px 50px;
}

.visual_pc {
	display: none;
}

.visual_smt {
	display: block;
}

.introduction_info1_title1_text1 p {
  font-size: 30px;
  text-indent: 14px;
  letter-spacing: 14px;
}

.service_object1 {
  width: 100%;
	padding: 30px 0px 30px 0px;
}

}

@media ( max-width: 767px ) {

.brand_logo {
  top: 30px;
  left: 30px;
	width: 100px;
}

.brand_logo.act1 {
  left: 30px;
}

.brand_logo a img {
  max-height: 30px;
}

.store_logo {
  top: 30px;
  right: 30px;
	width: 100px;
}

.store_logo.act1 {
  right: 30px;
}

.store_logo a svg {
	max-width: 100px;
}

.site_menu_scroll_layer1 ul {
  width: 350px;
}

.site_menu_inner1 ul li {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

.site_menu_inner1 ul li a {
  font-size: 12px;
	padding: 10px 10px 10px 10px;
}

.grid_object1 {
  padding: 80px 30px 80px 30px;
}

.grid_object1_title1 {
  margin: 0px 0px 30px 0px;
	align-items: center;
}

.grid_object1_title1_text1 p {
	font-size: 18px;
	text-indent: 7px;
	letter-spacing: 7px;
}

.grid_object1_title1_text2 p {
	font-size: 14px;
	text-indent: 3px;
	letter-spacing: 3px;
}

.introduction_title1 p {
  font-size: 22px;
  text-indent: 5px;
  letter-spacing: 5px;
}

.introduction_text1 p {
	font-size: 14px;
	text-indent: 3px;
	letter-spacing: 3px;
	line-height: 32px;
}

.service_object1 {
  width: 100%;
  padding: 15px 0px 15px 0px;
}

.service_object1 a {
  padding: 50px 30px 50px 30px;
}

.footer {
  padding: 100px 30px 130px 30px;
}

.footer_set1 {
  width: 100%;
	margin: 0px 0px 30px 0px;
  justify-content: center;
}

.footer_set1_img1 {
  justify-content: center;
}

.footer_set1_img1_set1 {
  margin: 0px 10px 0px 10px;
}

.footer_set2 {
  width: 100%;
  justify-content: center;
}

}
