@charset "UTF-8";
/* -------------------------------------------------
 *    LIBRARY
 * ------------------------------------------------- */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  min-width: 980px;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  min-width: 980px;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  width: 100%;
  max-width: 980px;
  height: 100%;
	margin: auto;
  padding: 0 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  padding: 0 0 18px 10px;
  color: #e8131f !important;
  font-style: normal;
  font-size: 40px;
  font-family: "Source Sans Pro", sans-serif;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close:after {
  content: "close";
  margin-left: 5px;
  font-size: 20px;
  font-weight: 600;
  vertical-align: top;
  font-family: "Source Sans Pro", sans-serif;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #e8131f;
  top: -10px;
  right: -16px;
  text-align: right;
  padding-right: 0;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
}

.mfp-iframe-holder .mfp-close {
  top: -50px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  background: #fff;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1px;
  -webkit-box-shadow: 0 0 0 10px white;
  box-shadow: 0 0 0 10px white;
}

/* Main image in popup */
img.mfp-img {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  border-radius: 1px;
  -webkit-box-shadow: 0 0 0 10px white;
  box-shadow: 0 0 0 10px white;
  background: #444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (max-width: 767px) {
  .mfp-bg,
  .mfp-wrap,
  .mfp-container {
    min-width: 0;
  }
  .mfp-image-holder .mfp-close {
    right: -5px;
  }
  .mfp-iframe-scaler iframe {
    -webkit-box-shadow: 0 0 0 5px white;
    box-shadow: 0 0 0 5px white;
  }
  .mfp-figure:after {
    -webkit-box-shadow: 0 0 0 5px white;
    box-shadow: 0 0 0 5px white;
  }
}

@media screen and (max-width: 767px) {
  .mfp-close:after {
    font-size: 14px;
  }
  .mfp-image-holder .mfp-close,
  .mfp-iframe-holder .mfp-close {
    right: -6px;
  }
}
/* -------------------------------------------------
 *    Overwrite
 * ------------------------------------------------- */
body.is-fixed {
	position: fixed;
}
.c-wrap {
	position: relative;
	min-width: 1240px;
	background: #000;
	font-family:'Times New Roman', Times, serif;
}
.c-wrap * {
	box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
	/*.header_title a img {
		opacity: 0!important;
	}*/
	.c-wrap {
		min-width: initial;
	}
}

/* -------------------------------------------------
 *    XLED
 * ------------------------------------------------- */
.c-xled {
	position: relative;
	padding-top: 100px;
	padding-bottom: 20px;
}
.c-xled img {
	vertical-align: top;
}
@media only screen and (max-width: 767px) {
	.c-xled {
		padding-top: 40px;
		padding-bottom: 20px;
	}
}
/* title1 */
.c-xled_title1 {
	position: relative;
	margin: 0;
	padding: 0 0 21px;
	color: #fff;
	text-align: center;
	font-size: 2.75rem;
	font-weight: 400;
	letter-spacing: 0.05em;
}
.c-xled_title1::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: inline-block;
	width: 120px;
	height: 1px;
	margin: auto;
	background: linear-gradient( 270deg, rgb(254,232,87) 0%, rgb(225,166,0) 100%);
}
@media only screen and (max-width: 767px) {
	.c-xled_title1 {
		padding-bottom: 16px;
		font-size: 1.875rem;
	}
	.c-xled_title1::after {
		width: 90px;
	}
}
/* lead */
.c-xled_lead1 {
	margin: 40px 0 0;
	color: #e2a802;
	text-align: center;
	font-size: 1.25rem;
	line-height: 1.8;
	font-weight: 400;
}
@media only screen and (max-width: 767px) {
	.c-xled_lead1 {
		font-size: 1rem;
	}
}
/* text1 */
.c-xled_text1 {
	margin: 50px 0 0;
	color: #fff;
	text-align: center;
	font-size: 1rem;
	line-height: 1.8;
	font-weight: 400;
	letter-spacing: 0.05em;
	word-break: normal;
	word-wrap: normal;
	hyphens : auto;
}
.c-xled_text1 .is-bold {
	color: #e2a802;
}
@media only screen and (max-width: 767px) {
	.c-xled_text1 {
		margin-top: 25px;
		font-size: 0.75rem;
	}
}
/* notes */
.c-xled_notes1 {
	margin: 30px 0 0;
	color: #999;
	text-align: center;
	font-size: 0.75rem;
	line-height: 1.5;
}
@media only screen and (max-width: 767px) {
	.c-xled_notes1 {
		margin: 20px 40px 0;
		font-size: 0.625rem;
	}
}

/* -------------------------------------------------
 *    Menu
 * ------------------------------------------------- */
.c-xled_menu {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 100px;
	padding: 30px 40px;
	background: rgba(0,0,0,0.85);
}
.c-xled_menu.is-fixed {
	position: fixed;
}
/* title */
.c-xled_menu_title {
	width: 190px;
	margin: 4px 0 0;
	font-size: 1em;
}
.c-xled_menu_title > a {
	display: inline-block;
}
.c-xled_menu_title img {
	width: 100%;
	height: auto;
}
/* nav */
.c-xled_menu_nav {}
.c-xled_menu_navbutton {
	display: none;
}
.c-xled_menu_navlist {
	display: flex;
	border-right: 1px solid rgba(255,255,255,0.5);
	font-size: 1rem;
	letter-spacing: 0.05em;
	font-weight: 400;
}
.c-xled_menu_navlist > li {
	display: flex;
	align-items: center;
	padding: 0 25px;
	height: 40px;
	border-left: 1px solid rgba(255,255,255,0.5);
}
.c-xled_menu_navlist > li > a {
	position: relative;
	display: inline-block;
	padding-right: 20px;
	color: #fff;
	text-decoration: none;
}
.c-xled_menu_navlist > li > a::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	display: inline-block;
	width: 12px;
	height: 8px;
	margin: auto;
	background: url(../svg/ico_arw01_01.svg) no-repeat 0 0;
	background-size: contain;
}
@media only screen and (max-width: 767px) {
	.c-xled_menu {
		justify-content: center;
		height: 40px;
		padding: 0;
	}
	/* title */
	.c-xled_menu_title {
		width: 118px;
		margin-top: 2px;
		font-size: 0.5em;
	}
	/* nav */
	.c-xled_menu_nav {}
	.c-xled_menu_navbutton {
		overflow: hidden;
		position: absolute;
		top: 0;
		right: 0;
		display: block;
		width: 40px;
		height: 40px;
		padding: 0;
		border: none;
		background: transparent;
		text-indent: -999px;
		cursor: pointer;
	}
	.c-xled_menu_navbuttonicon {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		display: inline-block;
		width: 18px;
		height: 1px;
		margin: auto;
		background: #fff;
	}
	.c-xled_menu_navbuttonicon::before,
	.c-xled_menu_navbuttonicon::after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		display: inline-block;
		width: 18px;
		height: 1px;
		background: #fff;
	}
	.c-xled_menu_navbuttonicon::before {
		transform: translateY(6px);
	}
	.c-xled_menu_navbuttonicon::after {
		transform: translateY(-6px);
	}
	.c-xled_menu_navbutton.is-active .c-xled_menu_navbuttonicon {
		background: transparent;
	}
	.c-xled_menu_navbutton.is-active > .c-xled_menu_navbuttonicon::before {
		transform: rotate(45deg);
	}
	.c-xled_menu_navbutton.is-active > .c-xled_menu_navbuttonicon::after {
		transform: rotate(-45deg);
	}
	.c-xled_menu_navbuttonicon::after {
		transform: translateY(-6px);
	}
	.c-xled_menu_navlist {
		position: absolute;
		left: 0;
		top: 40px;
		display: none;
		width: 100%;
		border-right: none;
		border-bottom: 1px solid rgba(255,255,255,0.5);
		background: rgba(0,0,0,0.9);
		font-size: 0.875rem;
	}
	.c-xled_menu_navbutton.is-active + .c-xled_menu_navlist {
		display: block;
	}
	.c-xled_menu_navlist > li {
		padding: 0;
		height: 50px;
		border-left: none;
		border-top: 1px solid rgba(255,255,255,0.5);
	}
	.c-xled_menu_navlist > li > a {
		display: flex;
		align-items: center;
		width: 100%;
		height: 50px;
		padding: 0 40px 0 20px;
	}
	.c-xled_menu_navlist > li > a::before {
		right: 13px;
		width: 13px;
		height: 9px;
		background: url(../svg/ico_arw01_01.svg) no-repeat 0 0;
		background-size: contain;
	}
}
@media only screen and (min-width: 1025px) {
	.c-xled_menu_title > a,
	.c-xled_menu_navlist > li > a {
		transition: opacity 0.2s linear;
	}
	.c-xled_menu_title > a:hover,
	.c-xled_menu_navlist > li > a:hover {
		opacity: 0.5;
	}
}

/* -------------------------------------------------
 *    Section 1
 * ------------------------------------------------- */
.c-xled_sec1 {}
.c-xled_sec1_button {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 240px;
	height: 44px;
	margin: 40px auto 0;
	border: 1px solid #dae0e0;
	color: #fff;
	font-size: 1rem;
	letter-spacing: 0.05em;
	text-decoration: none;
}
.c-xled_sec1_button::before {
	content: "";
	position: absolute;
	top: 0;
	right: 9px;
	bottom: 0;
	width: 20px;
	height: 14px;
	margin: auto;
	background: url(../svg/ico_movie01_01.svg) no-repeat 0 0;
	background-size: contain;
}
@media only screen and (max-width: 767px) {
	.c-xled_sec1_button {
		width: 220px;
		height: 40px;
		margin-top: 20px;
		font-size: 0.725rem;
	}
}
@media only screen and (min-width: 1025px) {
	.c-xled_sec1_button {
		transition: opacity 0.2s linear;
	}
	.c-xled_sec1_button:hover {
		opacity: 0.5;
	}
}
/* kv */
.c-xled_sec1_kv {
	position: relative;
	padding-top: 5.7639%;
}
.c-xled_sec1_kvtitle {
	position: absolute;
	top: 0;
	left: 50%;
	width: 50%;
	padding-top: 9.6528%;
	/*transform: translate(50%, -50%);*/
}
.c-xled_sec1_kvlogo {
	width: 380px;
	margin: 0 auto;
}
.c-xled_sec1_kvlogo img {
	width: 100%;
	height: auto;
}
.c-xled_sec1_kvlead {
	margin: 30px 0 0;
	color: #fff;
	text-align: center;
	font-size: 1.375rem;
	line-height: 1.5;
	font-weight: 400;
	letter-spacing: 0.05em;
}
.c-xled_sec1_kvimage {
	display: block;
	width: 79.5%;
}
.c-xled_sec1_kvimage picture,
.c-xled_sec1_kvimage img {
	width: 100%;
	height: auto;
}
@media only screen and (max-width: 767px) {
	.c-xled_sec1_kv {
		padding-top: 0;
	}
	.c-xled_sec1_kvtitle {
		position: static;
		width: 100%;
		padding-top: 0;
	}
	.c-xled_sec1_kvlead {
		margin: 30px 20px;
		text-align: center;
		font-size: 1.125rem;
		line-height: 1.5;
		font-weight: 400;
		letter-spacing: 0.05em;
	}
	.c-xled_sec1_kvimage {
		width: 100%;
	}
}
/* body */
.c-xled_sec1_body {
	position: relative;
	width: 590px;
	margin: 0 auto;
	margin-top: -26.736%;
	padding: 6.94% 0;
}
.c-xled_sec1_bodylead {
	margin: 0;
	color: #fff;
	text-align: center;
	line-height: 1;
	font-weight: 400;
}
.c-xled_sec1_bodyleadsub {
	display: inline-flex;
	font-size: 1.661875rem;
	letter-spacing: 0.01em;
}
.c-xled_sec1_bodyleadmain {
	display: inline-block;
	margin-top: 10px;
	font-size: 3.52375rem;
}
.c-xled_sec1_bodyleadicon {
	display: inline-block;
	width: 27px;
	height: 29px;
	margin: 0 20px;
	background: url(../png/ico_x01_01.png) no-repeat 0 0;
	background-size: contain;
}
.c-xled_sec1_bodylogo {
	width: 490px;
	margin: 40px auto 0;
}
.c-xled_sec1_bodylogo img {
	width: 100%;
	height: auto;
}
@media only screen and (max-width: 767px) {
	.c-xled_sec1_body {
		position: relative;
		width: auto;
		margin-top: -100px;
		padding: 0 40px 50px;
	}
	.c-xled_sec1_bodyleadsub {
		font-size: 0.8309375rem;
	}
	.c-xled_sec1_bodyleadmain {
		font-size: 1.761875rem;
	}
	.c-xled_sec1_bodyleadicon {
		width: 13px;
		height: 14px;
		margin: 0 10px;
	}
	.c-xled_sec1_bodylogo {
		width: 245px;
		margin-top: 20px;
	}
}

/* -------------------------------------------------
 *    Section 2
 * ------------------------------------------------- */
.c-xled_sec2 {
	position: relative;
	padding-top: 6.597%;
}
.c-xled_sec2_body {
	position: absolute;
	top: 0;
	right: 50%;
	width: 540px;
	padding: 11.806% 35px 0;
}
.c-xled_sec2_image {
	width: 77.78%;
	margin: 0 0 0 auto;
}
.c-xled_sec2_image picture,
.c-xled_sec2_image img {
	width: 100%;
	height: auto;
}
@media only screen and (max-width: 767px) {
	.c-xled_sec2 {
		position: relative;
		padding-top: 50px;
		padding-bottom: 75px;
	}
	.c-xled_sec2_body {
		position: static;
		width: auto;
		padding: 0 40px;
	}
	.c-xled_sec2_body .c-xled_title1 {
		/*text-align: right;*/
		text-align: left;
	}
	.c-xled_sec2_body .c-xled_title1::after {
		/*margin-right: 0;*/
		margin-left: 0;
	}
	.c-xled_sec2_body .c-xled_text1 {
		/*text-align: right;*/
		text-align: left;
	}
	.c-xled_sec2_image {
		width: 100%;
	}
}

/* -------------------------------------------------
 *    Section 3
 * ------------------------------------------------- */
.c-xled_sec3 {
	position: relative;
	padding-top: 3.06%;
}
.c-xled_sec3_body {
	position: absolute;
	top: 0;
	left: 50%;
	width: 540px;
	padding: 8.333% 35px 0;
}
.c-xled_sec3_image {
	width: 77.78%;
	margin: 0 auto 0 0;
}
.c-xled_sec3_image picture,
.c-xled_sec3_image img {
	width: 100%;
	height: auto;
}
@media only screen and (max-width: 767px) {
	.c-xled_sec3 {
		position: relative;
		padding-top: 0;
		padding-bottom: 90px;
	}
	.c-xled_sec3_body {
		position: static;
		width: auto;
		padding: 0 40px;
	}
	.c-xled_sec3_body .c-xled_title1 {
		text-align: left;
	}
	.c-xled_sec3_body .c-xled_title1::after {
		margin-left: 0;
	}
	.c-xled_sec3_body .c-xled_text1 {
		text-align: left;
	}
	.c-xled_sec3_image {
		width: 100%;
	}
}

/* -------------------------------------------------
 *    Section ４
 * ------------------------------------------------- */
.c-xled_sec4 {
	padding: 100px 0 0;
	background: url(../png/bg_sec4_01.png) no-repeat 0 0;
	background-size: 100%;
}
.c-xled_sec4_intro {
	width: 1200px;
	margin: 0 auto;
}
.c-xled_sec4_intro .c-xled_text1 {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
.c-xled_sec4_introlist {
	display: flex;
	justify-content: space-between;
	margin-top: 70px;
}
.c-xled_sec4_introlist > li {
	width: 560px;
}
.c-xled_sec4_introlist > li img {
	width: 100%;
	height: auto;
}
.c-xled_sec4_body {
	position: relative;
	margin-top: 60px;
	padding-top: 115px;
}
.c-xled_sec4_body::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	display: inline-block;
	height: 400px;
	background-image: linear-gradient(0, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}
.c-xled_sec4_body::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	display: inline-block;
	width: 81px;
	height: 55px;
	margin: auto;
	background: url(../svg/ico_arw01_01.svg) no-repeat 0 0;
	background-size: contain;
}
.c-xled_sec4_bodyinner {
	position: relative;
}
.c-xled_sec4_bodylogo {
	width: 410px;
	margin: 0 auto;
}
.c-xled_sec4_bodylogo img {
	width: 100%;
	height: auto;
}
.c-xled_sec4_bodylead {
	width: 590px;
	margin: 40px auto 0;
	color: #fff;
	text-align: center;
	font-size: 1.5rem;
	line-height: 1.875;
}
.c-xled_sec4_bodyimage {
	margin-top: 100px;
	background: #000;
	text-align: center;
}
.c-xled_sec4_bodylist {}
.c-xled_sec4_bodylist > li {
	position: absolute;
	top: 30px;
	width: 200px;
	height: 200px;
	border-radius: 100%;
	background-image: linear-gradient(90deg, rgba(225, 166, 0, 1) 50%, rgba(254, 232, 87, 1) 50%);
	color: #fff;
	text-align: center;
	font-size: 1.25rem;
	line-height: 1.5;
}
.c-xled_sec4_bodylist > li >span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 198px;
	height: 198px;
	margin: 1px;
	padding: 20px;
	border-radius: 100%;
	background: #000;
	color: #fff;
	text-align: center;
	font-size: 1.25rem;
	line-height: 1.5;
}
.c-xled_sec4_bodylist > li:nth-child(1) {
	right: 50%;
	margin-right: 330px;
}
.c-xled_sec4_bodylist > li:nth-child(2) {
	left: 50%;
	margin-left: 330px;
}
@media only screen and (max-width: 767px) {
	.c-xled_sec4 {
		padding-top: 0;
		padding-bottom: 100px;
		background: none;
	}
	.c-xled_sec4_intro {
		width: auto;
		padding: 50px 40px 35px;
		background: url(../png/bg_sec4_01_sp.png) no-repeat 0 0;
		background-size: 100%;
	}
	.c-xled_sec4_intro .c-xled_text1 {
		width: auto;
	}
	.c-xled_sec4_introlist {
		display: block;
		margin-top: 20px;
	}
	.c-xled_sec4_introlist > li {
		width: auto;
	}
	.c-xled_sec4_introlist > li + li {
		margin-top: 20px;
	}
	.c-xled_sec4_body {
		position: relative;
		margin-top: 30px;
		padding-top: 57px;
	}
	.c-xled_sec4_body::before {
		display: none;
	}
	.c-xled_sec4_body::after {
		width: 40px;
		height: 28px;
	}
	.c-xled_sec4_bodylogo {
		width: 205px;
	}
	.c-xled_sec4_bodylead {
		width: auto;
		margin: 20px 40px 0;
		font-size: 1rem;
	}
	.c-xled_sec4_bodyimage {
		margin-top: 30px;
		background: #000;
		text-align: center;
	}
	.c-xled_sec4_bodyimage img {
		width: 100%;
		height: auto;
	}
	.c-xled_sec4_bodylist {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		margin-top: -165px;
	}
	.c-xled_sec4_bodylist > li {
		position: relative;
		top: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 120px;
		height: 120px;
		border-radius: 100%;
		background: url(../png/ico_circle01_01.png) no-repeat 50% 50%;
		background-size: contain;
		font-size: 1.25rem;
		line-height: 1.5;
	}
	.c-xled_sec4_bodylist > li > span {
		display: flex;
		width: 118px;
		height: 118px;
		padding: 10px;
		font-size: 0.75rem;
		background: transparent;
	}
	.c-xled_sec4_bodylist > li:nth-child(1) {
		right: 0%;
		margin-right: 15px;
	}
	.c-xled_sec4_bodylist > li:nth-child(2) {
		left: 0%;
		margin-left: 15px;
	}
}

/* -------------------------------------------------
 *    Section 5
 * ------------------------------------------------- */
.c-xled_sec5 {
	position: relative;
	padding: 120px 0 140px;
	background: url(../png/bg_sec5_01.png) no-repeat 0 0;
	background-size: 100%;
}
.c-xled_sec5::before {
	content: "";
	position: absolute;
	bottom: 0;
	display: block;
	width: 100%;
	height: 200px;
	background-image: linear-gradient(0deg, rgba(8, 15, 38, 1), rgba(8, 15, 38, 0));
}
.c-xled_sec5_inner {
	position: relative;
	display: flex;
	justify-content: space-between;
	width: 1200px;
	margin: 60px auto 0;
}
.c-xled_sec5_unit {
	width: 380px;
}
.c-xled_sec5_unitimage {
	display: block;
	width: 380px;
	box-shadow: 0px 0px 25px 0px rgba(255, 255, 255, 0.25);
}
.c-xled_sec5_unitimage img {
	width: 100%;
	height: auto;
}
.c-xled_sec5_unittitle {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 80px;
	margin: 0;
	color: #e2a802;
	font-size: 1.25rem;
	font-weight: 400;
}
.c-xled_sec5_unitlead {
	margin: 0;
	padding: 20px 0;
	border-top: 1px solid rgba(255,255,255,0.3);
	color: #fff;
	text-align: center;
}
.c-xled_sec5_unitlead .is-num {
	color: #e2a802;
	font-size: 3.375rem;
}
.c-xled_sec5_unitlead .is-num .is-sub {
	font-size: 2.25rem;
}
.c-xled_sec5_unitlead .is-num sup {
	font-size: 50%;
}
.c-xled_sec5_unitlead .is-margin {
	margin-left: 10px;
}
.c-xled_sec5 .c-xled_text1 {
	margin-top: 0;
	padding-top: 20px;
	border-top: 1px solid rgba(255,255,255,0.3);
}
.c-xled_sec5 .c-xled_notes1 {
	position: relative;
	margin-top: 60px;
}
@media only screen and (max-width: 767px) {
	.c-xled_sec5 {
		padding-top: 50px;
		padding-bottom: 90px;
		background: url(../png/bg_sec5_01_sp.png) no-repeat 0 0;
		background-size: 100%;
	}
	.c-xled_sec5 .c-xled_title1 {
		font-size: 1.625rem;
	}
	.c-xled_sec5_inner {
		display: block;
		width: auto;
		margin: 65px 40px 0;
	}
	.c-xled_sec5_unit {
		width: auto;
	}
	.c-xled_sec5_unit + .c-xled_sec5_unit {
		margin-top: 60px;
	}
	.c-xled_sec5_unitimage {
		width: auto;
	}
	.c-xled_sec5_unittitle {
		height: 60px;
		font-size: 1rem;
	}
	.c-xled_sec5_unitlead {
		padding: 15px 0;
		font-size: 0.75rem;
	}
	.c-xled_sec5_unitlead .is-num {
		font-size: 2.5rem;
	}
	.c-xled_sec5_unitlead .is-num .is-sub {
		font-size: 2.25rem;
	}
	.c-xled_sec5 .c-xled_text1 {
		margin-top: 0;
		padding-top: 20px;
		border-top: 1px solid rgba(255,255,255,0.3);
	}
}
@media only screen and (min-width: 1025px) {
	.c-xled_sec5_unitimage {
		transition: opacity 0.2s linear;
	}
	.c-xled_sec5_unitimage:hover {
		opacity: 0.5;
	}
}

/* -------------------------------------------------
 *    Section 6
 * ------------------------------------------------- */
.c-xled_sec6 {
	padding: 100px 0;
}
.c-xled_sec6_image1 {
	width: 1000px;
	margin: 60px auto 0;
}
.c-xled_sec6_image1 img {
	width: 100%;
	height: auto;
}
.c-xled_sec6 .c-xled_text1 {
	width: 740px;
	margin: 10px auto 0;
}
.c-xled_sec6_image2 {
	width: 508px;
	margin: 80px auto 0;
}
.c-xled_sec6_image2 img {
	width: 100%;
	height: auto;
}
@media only screen and (max-width: 767px) {
	.c-xled_sec6 {
		padding-top: 50px;
	}
	.c-xled_sec6_image1 {
		width: 100%;
		margin: 30px 0 0;
	}
	.c-xled_sec6 .c-xled_text1 {
		width: auto;
		margin: 10px 40px 0;
	}
	.c-xled_sec6_image2 {
		width: auto;
		margin: 30px 65px 0;
	}
}

/* -------------------------------------------------
 *    Section 7
 * ------------------------------------------------- */
.c-xled_sec7 {}
.c-xled_sec7_image {
	margin-top: -40px;
	width: 100%;
}
.c-xled_sec7_image img {
	width: 100%;
	height: auto;
}
@media only screen and (max-width: 767px) {
	.c-xled_sec7_image {
		margin-top: -30px;
	}
}

/* -------------------------------------------------
 *    Section 8
 * ------------------------------------------------- */
.c-xled_sec8 {
	padding: 130px 0 100px;
}
.c-xled_sec8_title {
	width: 227px;
	margin: 0 auto;
	text-align: center;
}
.c-xled_sec8_title img {
	width: 100%;
	height: auto;
}
.c-xled_sec8_image {
	width: 1200px;
	margin: 77px auto 0;
}
.c-xled_sec8_image picture,
.c-xled_sec8_image img {
	width: 100%;
	height: auto;
}
.c-xled_sec8 .c-xled_text1 {
	width: 790px;
	margin: -90px auto 0;
}
@media only screen and (max-width: 767px) {
	.c-xled_sec8 {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.c-xled_sec8_title {
		width: 113px;
	}
	.c-xled_sec8_image {
		width: auto;
		margin: 35px 0 0;
	}
	.c-xled_sec8 .c-xled_text1 {
		width: auto;
		margin: -20px 40px 0;
	}
}

/* -------------------------------------------------
 *    Effect
 * ------------------------------------------------- */
/* effect01 */
.js-xled_effect.c-xled_effect1 {
  opacity: 0;
	filter: brightness(0) saturate(0);
  transition: all 0.5s linear;
}
.js-xled_effect.c-xled_effect1.is-effectActive {
  opacity: 1;
	filter: brightness(1) saturate(1);
}
.js-xled_effectChildren.c-xled_effect1 > * {
  opacity: 0;
	filter: brightness(0) saturate(0);
  transition: all 0.5s linear;
}
.js-xled_effectChildren.c-xled_effect1 > *.is-effectActive {
  opacity: 1;
	filter: brightness(1) saturate(1);
}
.js-xled_effectStart.c-xled_effect1 {
  opacity: 0;
	filter: brightness(0) saturate(0);
  transition: all 0.5s linear;
}
.js-xled_effectStart.c-xled_effect1.is-effectActive {
  opacity: 1;
	filter: brightness(1) saturate(1);
}

/* effect02 */
.js-xled_effect.c-xled_effect2 {
  opacity: 0;
	filter: brightness(0) saturate(0);
  transform: translateY(10px);
  transition: opacity 0.5s linear, filter 0.5s linear, transform 0.5s ease;
}
.js-xled_effect.c-xled_effect2.is-effectActive {
  opacity: 1;
	filter: brightness(1) saturate(1);
  transform: translateY(0);
}
.js-xled_effectChildren.c-xled_effect2 > * {
  opacity: 0;
	filter: brightness(0) saturate(0);
  transform: translateY(10px);
  transition: opacity 0.5s linear, filter 0.5s linear, transform 0.5s ease;
}
.js-xled_effectChildren.c-xled_effect2 > *.is-effectActive {
  opacity: 1;
	filter: brightness(1) saturate(1);
  transform: translateY(0);
}
.js-xled_effectStart.c-xled_effect2 {
  opacity: 0;
	filter: brightness(0) saturate(0);
  transform: translateY(10px);
}
.js-xled_effectStart.c-xled_effect2.is-effectActive {
  transition: opacity 0.5s linear, filter 0.5s linear, transform 0.5s ease;
  opacity: 1;
	filter: brightness(1) saturate(1);
  transform: translateY(0);
}

/* -------------------------------------------------
 *    Utility
 * ------------------------------------------------- */
.u-hidden {
	display: none!important;
}
@media only screen and (min-width: 768px) {
	.u-hidden-pc {
		display: none!important;
	}
}
@media only screen and (max-width: 767px) {
	.u-hidden-sp {
		display: none!important;
	}
}

