@charset "utf-8";
/* CSS Document */
* {
	box-sizing: border-box;
}
html {
	-webkit-text-size-ajust: 100%;
	/*font-size: clamp(12px, 3.75vw, 20px);
	font-style: normal;
	color: #606060;*/
}
body {
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1.4;
}
main {
	background: #e6fffe;
	padding: 0 0 10%;
}
img {
	vertical-align: bottom;
	max-width: 100%;
}
h3 {
	font-family: "kozuka-mincho-pr6n", serif;
	font-size: clamp(20px, 6.23vw, 30px);
	width: 100%;
	color: #ffffff;
	background: #0051a4;
	text-align: center;
	margin: 0 auto 5%;
	padding: 0.5em 0;
}
p {
	font-size: clamp(16px, 4.98vw, 26px);
}
figure {
	margin: 0;
}
.inner {
	width: 96%;
	max-width: 1024px;
	margin: 0 auto;
}
.txtC {
	text-align: center;
}
.small {
	font-size: 12px!important;
}
header {
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #ffffff;
	width: 100%;
	height: auto;
	box-shadow: 0px 8px 15px -12px #777777;
	padding: 10px 1%;
	z-index: 99999;
}
header .logo {
	max-width: 200px;
	width: 30%;
}
header .home {
	width: 140px;
}
header .btn_header {
	max-width: 200px;
}
header .nav {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 2%;
	width: 70%;
}
header .openbtn {
	display: none;
}
header .nav a {
	display: block;
	color: #000000;
	font-size: clamp(12px, 3.75vw, 16px);
	font-weight: 300;
}
header .btn_header a {
	display: inline-block;
	background: url("../images/icon_cart.svg") #1d9894 no-repeat right 27px center;
	background-size: 25px;
	border-radius: 50px;
	color: #ffffff;
	font-size: clamp(12px, 3.75vw, 20px);
	padding: 10px 55px 10px 35px;
}
.btn_box {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 30px;
	margin: 0 0 10%;
}
.btn_buy {
	text-align: center;
}
.btn_buy a {
	display: inline-block;
	background: url("../images/icon_cart.svg") #1d9894 no-repeat right 60px center;
	background-size: 25px;
	border-radius: 50px;
	color: #ffffff;
	font-weight: 300;
	font-size: clamp(12px, 3.75vw, 20px);
	padding: 15px 95px 15px 65px;
	margin: 0 auto;
	text-align: center;
}
.btn_manual {
	text-align: center;
}
.btn_manual a {
	display: inline-block;
	background: url("../images/icon_pdf.svg") #adadad no-repeat right 60px center;
	background-size: 25px;
	border-radius: 50px;
	color: #ffffff;
	font-weight: 300;
	font-size: clamp(12px, 3.75vw, 20px);
	padding: 15px 95px 15px 65px;
	margin: 0 auto;
	text-align: center;
}
section {
	width: 100%;
	margin: 10% auto 0;
}
br.br_1024 {
	display: none;
}
#main_image {
	position: relative;
	overflow: hidden;
	background: url("../images/main_image.webp") no-repeat center bottom;
	background-size: cover;
	height: calc(100vw * 0.60);
	min-height: 620px;
	max-height: 760px;
	margin: 72px 0 0;
}
#main_image .logo_LuminousLED {
	position: absolute;
	top: 24px;
	left: 24px;
	width: 13%;
	max-width: 160px;
	min-width: 110px;
	z-index: 3;
}
#main_image .main {
	position: relative;
	max-width: 1400px;
	width: 90%;
	height: calc(100vw * 0.60);
	min-height: 620px;
	max-height: 760px;
	margin: 0 auto;
}
#main_image .main_txt {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-45%);
	width: 58%;
	text-align: center;
	z-index: 3;
}
#main_image .main_txt .logo {
	max-width: 360px;
	width: 55%;
	margin: 0 auto 24px;
}
#main_image h2 {
	font-family: "kozuka-mincho-pr6n", serif;
	font-weight: 900;
	font-style: normal;
	font-size: clamp(38px, 4.3vw, 64px);
	line-height: 1.35;
	letter-spacing: 0.03em;
	color: #ffffff;
	margin: 0 0 32px;
	text-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
}
#main_image h2 span {
	font-size: clamp(72px, 8.5vw, 120px);
	letter-spacing: -0.08em;
}
#main_image .main_icon {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 28px;
}
#main_image .main_icon p {
	width: 28%;
	max-width: 180px;
}
#main_image figure.grow {
	position: absolute;
	left: 0;
	bottom: -2%;
	width: 44%;
	max-width: 620px;
	z-index: 2;
}
#main_image figure.grow img {
	width: 100%;
}
#feature .flex_2027 {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 2%;
	width: 60%;
	margin: 5% auto;
}
#feature .mondai {
	background: #ffffff;
	width: 90%;
	text-align: center;
	max-width: 700px;
	margin: 0 auto 5%;
	padding: 30px;
}
.balloon {
  position: relative;
  min-width: 120px;
  background: #FFF;
  border: solid 3px #ff0000;
  box-sizing: border-box;
}
.balloon:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}
.balloon:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #ff0000;
  z-index: 1;
}
#feature .red {
	display: inline-block;
	color: #ffffff;
	background: #ff0000;
	text-align: center;
	padding: 0.5em 1em;
	margin: 0 0 20px;
}
#feature .mondai ul {
	width: 44%;
	margin: 0 auto;
}
#feature .mondai ul li { 
	margin: 20px 0;
}
#feature .mondai ul li:first-of-type { 
	margin: 0 0 20px;
}
#feature .mondai ul li p {
	text-align: left;
	color: #ff0000;
	background: url("../images/icon_check_red.webp") no-repeat left;
	background-size: 30px;
	padding: 0 0 0 1.5em;
}
#feature .standout_01 {
	position: relative;
	font-size: clamp(40px,5.19vw,70px);
	font-weight: bold;
	color: #0051a4;
}
#feature .standout_02 {
	font-size: clamp(40px,5.19vw,70px);
	font-weight: bold;
	color: #ffffff;
	-webkit-text-stroke: 3px #0051a4;
	text-stroke: 3px #0051a4;
}
#feature .contents_01 {
	background: #ffffff;
	border: 3px solid #0051a4;
	margin: 5% auto;
	padding: 50px;
}
#feature .contents_01_title {
	font-size: clamp(18px, 5.60vw, 40px);
	font-weight: bold;
	text-align: center;
}
#feature .contents_01_title img {
	width: 50%;
}
#feature ul.contents_01_item_01 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 5% auto;
}
#feature ul.contents_01_item_01 li {
	width: 49.5%;
	background: #e6fffe;
	border-radius: 20px;
}
#feature ul.contents_01_item_02 li p {
	text-align: left;
	background: url("../images/icon_check_blue.webp") no-repeat left bottom 16px;
	background-size: 30px;
	padding: 0 0 0 1.5em;
	margin: 3% 0;
}
#feature ul.contents_01_item_02 li p span {
	font-size: clamp(32px,9.96vw,70px);
	font-weight: bold;
	letter-spacing: -1px;
	color: #0051a4;
}
#feature ul.contents_01_item_02 li p span.small {
	font-size: clamp(9px,2.8vw,16px)!important;
	color: #000000;
	font-weight: normal;
}
#feature .contents_02 {
	background: #1d9894;
	padding: 10% 0;
	margin: 10% auto;
}
#feature .contents_02_title {
	font-size: clamp(18px, 5.60vw, 40px);
	font-weight: bold;
	text-align: center;
	color: #ffffff;
}
#feature .contents_02 figure {
	width: 100%;
	margin: 5% auto;
}
#feature .movie video {
    width: 100%;
    filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
    outline: none;
    border: none;
}
#feature .contents_01_item_01 li {
	position: relative;
	padding: 100px 10px 10px;
	margin: 50px 0;
}
#feature .contents_01_item_01 li p:first-of-type {
	position: absolute;
	top: -50px;
	left: 50%;
	transform: translateX(-50%);
	width: 150px;
}
#lineup .model_name {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 98%;
	margin: 0 auto;
}
#lineup .model_name h4 {
	font-size: clamp(30px, 9.34vw, 70px);
	width: 50%;
	font-weight: bold;
	line-height: 0.7;
	text-align: center;
}
#lineup .model_name h4 span {
	font-size: clamp(12px, 3.75vw, 20px);
	font-weight: normal;
}
#lineup .tyuuhaku,#lineup .tyuukou {
	margin: 10% auto 5%;
}
#lineup .tyuukou .model_name h4 {
	color: #003bbb;
}
#lineup .tyuuhaku .model_name h4 {
	color: #8fc31f;
}
#lineup .model_name figure {
	width: 48%;
}
#lineup .lineup {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 5px;
	white-space: nowrap;
	margin: 30px auto 50px;
	padding: 0 0 10px;
}
#lineup .lineup li {
	min-width: 30%;
	background: #dbdbdb;
}
#lineup .lineup li figure {
	margin: 5px;
}
#lineup .spec {
	display: grid;
	grid-template-columns: 40% auto;
	grid-template-rows: auto auto auto auto auto;
	gap: 1px;
	margin: 0 5px;
	padding: 0 0 5px;
}
#lineup .spec li {
	background: #f1f1f1;
	padding: 10px 0;
}
#lineup .spec li:nth-of-type(13) p {
	line-height: 55px;
}
#lineup .spec li p {
	text-align: center;
	font-size: clamp(12px, 3.75vw, 16px);
	font-weight: 600;
}
#lineup .spec li:nth-of-type(2n) {
	background: #ffffff;
}
#lineup .spec li:nth-of-type(2n) p {
	font-weight: 300;
}
#lineup .attention {
	margin: 5% auto;
}
#lineup .postscript {
	margin: 5% auto;
}
#lineup .postscript p {
	font-size: clamp(12px, 3.75vw, 16px);
}
#lineup .postscript ol {
	margin: 2% 0;
}
#lineup .postscript figure {
	width: 80%;
	margin: 2% auto;
}
footer {
	background: #003b77;
	padding: 5% 0;
}
footer p {
	color: #ffffff;
	text-align: center;
	font-size: clamp(12px, 3.75vw, 16px);
}
@media screen and (max-width: 1024px) {
	br.br_1024 {
		display: block;
	}
	#feature ul.contents_01_item_02 li p {
		background: url(../images/icon_check_blue.webp) no-repeat left bottom 43px;
	}
	#feature .mondai ul {
		width: clamp(260px,54vw,280px);
	}
	#lineup .model_name h4 {
		font-size: clamp(58px, 7.53vw, 70px);
	}
	#lineup .model_name h4 span {
		font-size: clamp(15px, 1.94vw, 20px);
	}
}
@media screen and (max-width: 769px) {
	header {
		display: block;
	}
	header .logo {
		width: 100%;
	}
	header .logo img {
		width: auto;
		height: 38px;
	}
	header .btn_header a {
		margin: 20px 0 0;
	}
	header .openbtn {
		display: block;
		position: fixed;
		top: 0;
		right: 0;
		height: 58px;
	}
	header .nav {
		display: none;
		opacity: 0;
		width: 100%;
		text-align: center;
		padding: 20px 0 30px;
		transition: 800ms;
	}
	header .nav.active {
		display: block;
		opacity: 1;
	}
	header a {
		padding: 20px 0 0;
	}
	header .home {
		width: 140px;
		margin: 0 auto;
	}
	header .btn_header {
		margin: 0 auto;
	}
	#main_image {
		height: 760px;
		min-height: 760px;
		background-position: center bottom;
		margin: 58px 0 0;
	}
	#main_image .logo_LuminousLED {
		top: 0;
		left: 18px;
		width: 28%;
		max-width: 120px;
	}
	#main_image .main {
		width: 100%;	
	}
	#main_image .main_txt {
		position: relative;
		transform: none;
		top: auto;
		right: auto;
		width: 92%;
		margin: 5% auto 0;
	}
	#main_image .main_txt .logo {
		width: 58%;
		max-width: 220px;
		margin-bottom: 8px;
	}
	#main_image h2 {
		font-size: clamp(30px, 9vw, 42px);
		line-height: 1.35;
		margin-bottom: 18px;
	}
	#main_image h2 span {
		font-size: clamp(62px, 18vw, 82px);
	}
	#main_image .main_icon {
		gap: 12px;
	}
	#main_image .main_icon p {
		width: 30%;
		max-width: 130px;
	}
	#main_image figure.grow {
		position: relative;
		left: auto;
		bottom: auto;
		transform: none;
		width: 82%;
		max-width: 360px;
		margin: 0 auto;
	}
	#lineup .model_name {
		display: block;
	}
	#lineup .model_name h4 {
		font-size: clamp(30px, 9.34vw, 70px);
		width: 100%;
		margin: 0 auto;
	}
	#lineup .model_name h4 span {
		font-size: clamp(12px, 3.75vw, 20px);
	}
	#lineup .model_name figure {
		width: 80%;
		margin: 5% auto;
	}
	#lineup .lineup {
		gap: 1px;
		margin: 2px auto 0;
	}
	#lineup .lineup li figure {
		margin: 2px;
	}
	#lineup .spec {
		grid-template-columns: auto;
		margin: 0 2px;
		padding: 0 0 2px;
	}
	#lineup .spec li {
		padding: 3px 0;
	}
	#lineup .spec li:first-of-type p {
		line-height: 1.4;
	}
	.btn_box {
		gap: 10px;
	}
	.btn_manual a {
		display: inline-block;
		background: url(../images/icon_pdf.svg) #adadad no-repeat right 20px center;
		background-size: 20px;
		padding: 15px 50px 15px 30px;
	}
	.btn_buy a {
		background: url(../images/icon_cart.svg) #1d9894 no-repeat right 27px center;
		background-size: 20px;
		font-size: clamp(12px, 3.75vw, 20px);
		padding: 15px 54px 15px 44px;
	}
	#feature .mondai {
		padding: 20px;
	}
	#feature .contents_01 {
		padding: 20px;
	}
}
@media screen and (max-width: 480px) {
  #main_image {
		height: auto;
		min-height: 700px;
	}
	#main_image .main_txt {
		margin: 12% auto 0;
	}
	#main_image .main_txt .logo {
		width: 64%;
	}
	#main_image figure.grow {
		width: 94%;
		max-width: 300px;
	}  
	.btn_manual a {
        display: inline-block;
        background: url(../images/icon_pdf.svg) #adadad no-repeat right 16px center;
        background-size: 20px;
        padding: 15px 43px 15px 20px;
    }
	.btn_buy a {
        background: url(../images/icon_cart.svg) #1d9894 no-repeat right 19px center;
        background-size: 20px;
        font-size: clamp(12px, 3.75vw, 20px);
        padding: 15px 42px 15px 33px;
    }
	#feature .mondai ul {
		width: 74%;
	}
	#feature .mondai ul li p {
		background-size: 20px;
	}
	#feature ul.contents_01_item_02 li p {
		background: url(../images/icon_check_blue.webp) no-repeat left bottom 34px;
		background-size: 20px;
	}
	#feature .contents_01_title {
		padding: 0 0 5%;
	}
	#feature ul.contents_01_item_01 li {
		width: 90%;
		margin: 10% auto;
		padding: 25% 10px 10px;
	}
	#feature ul.contents_01_item_01 {
		display: block;
	}
	#feature .contents_01_item_01 li p:first-of-type {
		width: 40%;
		top: -10%;
	}
	#lineup .lineup li {
		min-width: 45%;
	}
	
}



