@charset "utf-8";

/***** base *****/

* {
	font-family: '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: unset;
}

html.page_active_act1 {
	overflow-y: scroll;
}

html.menu_open_act1 {
	overflow-y: hidden;
}

body {
	color: #000000;
	background-color: #ffffff;
	overflow-x: hidden;
}

p {
	font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
}

.wf-active p {
	visibility: visible;
}

a {
	color: #fff;
	text-decoration: none !important;
	list-style: none;
}

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;
}

/***** theme *****/

.theme_bg1 {
	background-color: #ffffff;
}

.theme_bg2 {
	background-color: #ffffff;
}

/***** line *****/

.line_object1 {
	width: 100%;
	height: auto;
}

.line_object1 svg {
	width: 100%;
	height: auto;
}

.line_object1 svg polyline {
	width: 100%;
	height: auto;
	stroke-width: 0.7px;
  animation: line 5s ease-in-out infinite;
}

@keyframes line {
	0% {
		stroke: #E72DD0;
		stroke-width: 1.5px;
	}
	50% {
		stroke: #39206e;
		stroke-width: 3.5px;
	}
	100% {
		stroke: #E72DD0;
		stroke-width: 1.5px;
	}
}

/***** loading *****/

.loading {
  position: relative;
  z-index: 100;
	width: 350px;
	height: 350px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0px 0px 50px 0px;
	border: 5px solid #e8e8e8;
	border-radius: 100%;
	/* box-shadow: 0 0px 10px 10px #f3f3f3 inset; */
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
}

.loading_circle1 {
  position: relative;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  margin: 0px 0px 10px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loading_circle1_object1 {
  position: relative;
  width: 130px;
  height: 130px;
  margin: 0px 0px 15px 0px;
}

.loading_circle1_object1_parts1 {
  position: absolute;
  z-index: 10;
  top: 25%;
  bottom: 25%;
  left: 25%;
  right: 25%;
  width: auto;
  height: auto;
  margin: 0px 0px 0px 0px;
  border-radius: 100%;
  transition: .7s;
  animation: loading_circle_animation1 4s ease infinite;
}

.loading_circle1_object1_parts2 {
  position: absolute;
  z-index: 20;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  width: auto;
  height: auto;
  margin: 0px 0px 0px 0px;
  border-radius: 100%;
  transition: .7s;
  animation: loading_circle_animation2 4s ease infinite;
}

.loading_circle1_object1_parts3 {
  position: absolute;
  z-index: 20;
  top: 5%;
  bottom: 5%;
  left: 5%;
  right: 5%;
  width: auto;
  height: auto;
  margin: 0px 0px 0px 0px;
  border-radius: 100%;
  transition: .7s;
  animation: loading_circle_animation3 4s ease infinite;
	display: none;
}

@keyframes loading_circle_animation1 {
  0% {
    border-top: 5px solid #cc001d;
    border-bottom: 5px solid #cc001d;
    border-left: 5px solid #ffffff;
    border-right: 5px solid #ffffff;
    transform: rotate(0deg);
    opacity: 1;
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    border-top: 5px solid #cc001d;
    border-bottom: 5px solid #cc001d;
    border-left: 5px solid #ffffff;
    border-right: 5px solid #ffffff;
    transform: rotate(360deg);
    opacity: 1;
  }
}

@keyframes loading_circle_animation2 {
  0% {
    border-top: 1px solid #c1c1c1;
    border-bottom: 1px solid #c1c1c1;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    transform: rotate(0deg);
    opacity: 0;
  }
	40% {
    border-top: 1px solid #c1c1c1;
    border-bottom: 1px solid #c1c1c1;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
  }
  50% {
    border-top: 7px solid #cc001d;
    border-bottom: 7px solid #cc001d;
    border-left: 7px solid #ffffff;
    border-right: 7px solid #ffffff;
    transform: rotate(-90deg);
		opacity: 1;
  }
	60% {
    border-top: 1px solid #c1c1c1;
    border-bottom: 1px solid #c1c1c1;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
  }
  100% {
    border-top: 1px solid #c1c1c1;
    border-bottom: 1px solid #c1c1c1;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    transform: rotate(-180deg);
    opacity: 0;
  }
}

@keyframes loading_circle_animation3 {
  0% {
    border-top: 1px solid #e81477;
    border-bottom: 1px solid #e81477;
    border-left: 1px solid #c1c1c1;
    border-right: 1px solid #c1c1c1;
    transform: rotate(0deg);
    opacity: 1;
  }
  50% {
    transform: rotate(-180deg);
  }
  100% {
    border-top: 1px solid #e81477;
    border-bottom: 1px solid #e81477;
    border-left: 1px solid #c1c1c1;
    border-right: 1px solid #c1c1c1;
    transform: rotate(-360deg);
    opacity: 1;
  }
}

.loading_title1 {
  position: relative;
  z-index: 50;
  width: auto;
  height: auto;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  border-radius: 0px;
	display: flex;
	flex-flow: column wrap;
  justify-content: center;
  align-items: center;
}

.loading_title1 p {
  position: unset;
  width: auto;
  height: auto;
  color: #e11239;
  /* font-family: Helvetica, Arial, sans-serif; */
  font-size: 10px;
  font-weight: 700;
	text-align: center;
	text-indent: 2px;
	letter-spacing: 2px;
  padding: 2px 0px 2px 0px;
  margin: 0px 0px 0px 0px;
  opacity: 1;
  animation: move_1 5s ease 0.0s infinite;
}

@keyframes move_1 {
  0% {
    color: #b9b9b9;
  }
  50% {
    color: #e11239;
  }
  100% {
    color: #b9b9b9;
  }
}

/***** grid *****/

.grid_wrap {
  width: 100%;
	height: auto;
	padding: 50px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	transition: .3s;
}

.grid {
	position: relative;
	z-index: 0;
	width: 100%;
	height: auto;
	padding: 120px 80px 120px 80px;
	margin: 0px 0px 0px 0px;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
}

.grid_inner1 {
	width: 100%;
	height: auto;
	max-width: 1500px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/***** maintenance *****/

.maintenance {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
}

.maintenance_logo1 {
	width: 100%;
	margin: 0px 0px 30px 0px;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
}

.maintenance_logo1 svg {
	width: 100%;
	height: auto;
  max-width: 200px;
	margin: 0px 0px 0px 0px;
}

.maintenance_title1 {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 60px 0px;
}

.maintenance_title1 p {
	color: #cc001d;
  font-size: 20px;
	font-weight: 700;
  text-align: center;
  text-indent: 3px;
  letter-spacing: 3px;
	line-height: 26px;
}

.maintenance_time1 {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 50px 0px;
}

.maintenance_time1_title1 {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
}

.maintenance_time1_title1 p {
	color: #393939;
  font-size: 16px;
	font-weight: 700;
  text-align: center;
  text-indent: 3px;
  letter-spacing: 3px;
	padding: 0px 0px 0px 0px;
}

.maintenance_time1_text1 {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
}

.maintenance_time1_text1 p {
	color: #ffffff;
  font-size: 20px;
	font-weight: 900;
  text-align: center;
  text-indent: 3px;
  letter-spacing: 3px;
	line-height: 28px;
	padding: 20px 50px 20px 50px;
	margin: 0px 0px 0px 0px;
	background-color: #cc001d;
	display: inline-block;
}

.maintenance_time1_text2 {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.maintenance_time1_text2 p {
	color: #393939;
  font-size: 10px;
	font-weight: 500;
  text-align: center;
  text-indent: 3px;
  letter-spacing: 3px;
	line-height: 18px;
	padding: 0px 0px 0px 0px;
}
.maintenance_caption1 {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.maintenance_caption1_text1 {
	width: 100%;
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
}

.maintenance_caption1_text1 p {
	color: #393939;
  font-size: 14px;
	font-weight: 500;
  text-align: center;
  text-indent: 3px;
  letter-spacing: 3px;
	line-height: 24px;
	padding: 0px 0px 0px 0px;
}

/***** footer *****/

.footer {
	width: 100%;
	padding: 100px 100px 180px 100px;
	opacity: 1;
	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-size: 10px;
	font-weight: 500;
  text-align: center;
  text-indent: 0px;
  letter-spacing: 3px;
}

/***** display *****/

.d1 {
	display: flex;
}

.d2 {
	display: none;
}

/***** responsive *****/

@media ( max-width: 1400px ) {


}

@media ( max-width: 767px ) {

.d1 {
	display: none;
}

.d2 {
	display: flex;
}

.grid_wrap {
	padding: 0px 0px 0px 0px;
}

.grid {
  padding: 120px 30px 120px 30px;
}

.loading {
	width: 250px;
	height: 250px;
}

.loading_circle1_object1 {
  width: 80px;
  height: 80px;
}

.loading_title1 p {
  font-size: 8px;
	text-indent: 2px;
	letter-spacing: 2px;
}

.maintenance_logo1 svg {
  max-width: 160px;
}

.maintenance_title1 p {
  font-size: 16px;
}

.maintenance_time1_title1 p {
  font-size: 14px;
  text-indent: 2px;
  letter-spacing: 2px;
}

.maintenance_time1_text1 {
  width: 100%;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 20px 0px;
}

.maintenance_time1_text1 p {
	width: 100%;
  font-size: 14px;
  text-indent: 2px;
  letter-spacing: 2px;
	padding: 10px 30px 10px 30px;
}

.maintenance_time1_text2 p {
  font-size: 10px;
  text-indent: 2px;
  letter-spacing: 2px;
}

.maintenance_caption1_text1 {
  padding: 5px 0px 5px 0px;
}

.maintenance_caption1_text1 p {
  font-size: 12px;
	text-indent: 2px;
	letter-spacing: 2px;
}

.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;
}

}
