body{
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family:"MS Pゴシック",sans-serif;
}

.first-view{
	position: relative;
	margin: 0 50px;
}

.header-content__group {
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 100px;
	background-color: #ffffff;
	border-left: 5px solid #0099ff;
	border-right: 5px solid #0099ff;
	border-bottom: 5px solid #0099ff;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
	box-sizing: border-box;
}

.header-content__left{
	display: flex;
	align-items: center;
	height: 100px;
}

.header-logo {
	width: 85px;
	height: 60px;
	margin-left: 30px;
	margin-right: 10px;
}

.header-message {
	display: flex;
	flex-direction: column;
}

.header-message__title {
	margin: 0;
	padding: 0;
}

.header-message__title--short{
	font-size: 24px;
	margin: 0;
	padding: 0;
	display: none;
}

.header-message__content--large {
	margin: 0;
	padding: 0;
	padding-left: 10px;
}

.header-message__content--small {
	margin: 0;
	padding: 0;
	padding-left: 10px;
	display: none;
}

.header-content__right{
	display: flex;
	align-items: center;
}

.header__contact{
	display: block;
	text-decoration: none;
	width: 165px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	border-radius: 20px;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	background-color: #ffff99;
	border-bottom: 5px solid #cccccc;
	cursor: pointer;
	margin-right: 20px;
}

.header__contact:hover{
	background-color: #ffff00;
	border: none;
}

.header__contact-icon{
	width: 70px;
	height: 70px;
	padding: 5px;
	background-color: #ffff99;
	border-bottom: 5px solid #cccccc;
	border-radius: 20px;
	display: none;
	box-sizing: border-box;
	margin-right: 15px;
}

.header__contact-icon:hover{
	background-color: #ffff00;
	border: none;
}

.header__contact-icon img{
	width: 60px;
	height: 60px;
}

.header__tel-fax{
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-weight: bold;
	margin-right: 20px;
	height: 100px;
}

.product-item__group {
	margin-top: 20px;
}

.back-gradient {
	position: relative;
	width: 100%;
	height: 600px;
	background-image: linear-gradient(180deg, rgba(168, 202, 240, 1), rgba(233, 240, 250, 1));
	border-radius: 50px;
	box-sizing: border-box;
}

.message-container__top {
	position: absolute;
	left: 75px;
	top: 50px;
}

.message-container__middle {
	position: absolute;
	left: 75px;
	top: 140px;
}

.message-container__bottom {
	position: absolute;
	left: 75px;
	top: 280px;
}

.push-message {
	position: relative;
	font-size: 48px;
	color: #222222;
	font-weight: bold;
	text-shadow:
		0 1px #bbb,
		0 2px #aaa,
		0 3px #999,
		0 4px #888;
	padding: 0 10px;
	margin: 10px 0 0;
	overflow: hidden;
	z-index: 0;
}

.push-message__small{
	position: relative;
	font-size: 36px;
	color: #222222;
	font-weight: bold;
	text-shadow:
		0 1px #bbb,
		0 2px #aaa,
		0 3px #999,
		0 4px #888;
	padding: 0 10px;
	margin: 10px 0 0;
	overflow: hidden;
	z-index: 0;
	display: none;
}

.push-message::after,
.push-message__small::after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 4px;
	width: 100%;
	height: 16px;
	background-color: #FFD700;
	border-radius: 20px;
	transform: scaleX(0);
	transform-origin: left top;
	animation: underlineGrow 1.0s ease-out forwards;
	z-index: -1;
}

@keyframes underlineGrow {
	to {
		transform: scaleX(1);
	}
}

.product-message {
	color: #222222;
	font-size: 64px;
	font-weight: bold;
	margin: 10px 0 0;
	text-shadow:
		0 1px #bbb,
		0 2px #aaa,
		0 3px #999,
		0 4px #888;
}

.scroll-container {
	padding-top: 400px;
	position: relative;
	height: 150px;
	width: 75%;
	overflow: hidden;
}

.product-item {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	border: 2px solid #222222;
	box-sizing: border-box;
	object-fit: cover;
	transition: transform 0.3s ease;
	margin: 0;
}

.first-img {
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 0;
	padding: 0;
	height: 600px;
}

.first-img img {
	margin-top: 180px;
	width: 595px;
	height: 420px;
	border-bottom-right-radius: 50px;
}

.line {
	border: 2px solid #cccccc;
	margin: 20px 50px;
}

.one-line-news__group{
	display: flex;
	justify-content:space-around;
	margin: 20px 0;
}

.one-line-news {
	display: flex;
	padding-left: 30px;
	width: 600px;
	min-height: 40px;
	line-height: 40px;
	border-top: 3px dotted #a8caf0;
	border-bottom: 3px dotted #a8caf0;
}

.one-line-title{
	text-align: center;
	font-weight: bold;
	width: 75px;
	margin-right: 20px;
}

.news-day {
	width: 85px;
	border-radius: 10px;
	padding: 2px 0;
	text-align: center;
	font-size: 14px;
	margin-top: 8px;
	line-height: 20px;
	height: 20px;
	color: #ffffff;
	background-color: #33ccff;
}

.news-content {
	margin-left: 20px;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #000000;
	margin: 10px 20px 4px 10px;
	padding-bottom: 6px;
}

.menu-view {
	margin: 0 50px;
}

.new-glid-layouts{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.new-glid-menu{
	position: relative;
	width: calc(100% / 4);
	min-width: 300px;
	margin:10px 40px;
	padding:0;
	aspect-ratio: 4 / 3;
	border: 2px solid #000000;
	box-sizing: border-box;
	text-decoration: none;
	cursor: pointer;
	border-radius: 25px;
}

.new-glid-menu__title {
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	padding: 5px 20px;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	background: -webkit-linear-gradient(to right, rgb(255, 255, 0), transparent);
	background: linear-gradient(to right, rgb(255, 255, 0), transparent);
	margin: 0;
}

.new-glid-message1 {
	position: absolute;
	top: 70px;
	left: 15px;
	font-size: 18px;
	background-color: #fc0fc0;
	padding: 5px 10px;
	color: #ffffff;
	border-radius: 15px;
}

.new-glid-message2 {
	position: absolute;
	top: 120px;
	left: 15px;
	font-size: 18px;
	background-color: #0099ff;
	padding: 5px 10px;
	color: #ffffff;
	border-radius: 15px;
}

.new-glid-img,
.new-glid-mini-msg{
	display: none;
}

.new-glid-menu__nav {
	position: absolute;
	width: 100%;
	height: 32px;
	left: 0;
	bottom: 0;
	background-color: #bbbbbb;
	opacity: 0.8;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
}

.new-glid-menu__nav p {
	font-size: 18px;
	color: #000000;
	text-align: center;
	line-height: 30px;
	font-weight: bold;
	margin: 0;
}

.blog-area{
	display: flex;
	justify-content: center;
}

.blog-banner{
	width: 500px;
	aspect-ratio: 4;
	text-decoration: none;
}

.blog__title {
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	padding: 5px 20px;
	background: -webkit-linear-gradient(to right, rgb(255, 255, 0), transparent);
	background: linear-gradient(to right, rgb(255, 255, 0), transparent);
	margin-top: 86px;
	margin-bottom: 0;
	margin:0;
	box-sizing: border-box;
}

.footer-info {
	padding-top: 10px;
	padding-bottom: 15px;
	height: 20px;
	background-color: #0099ff;
	color: #ffffff;
	text-align: center;
}

@media(max-width:1500px){
	.new-glid-menu{
		margin:10px 20px;
	}
	.new-glid-message1,
	.new-glid-message2{
		font-size: 16px;
	}
}

@media(max-width:1400px){
	.new-glid-message1 {
		font-size: 15px;
		left: 10px;
		top: 50px;
	}
	.new-glid-message2 {
		font-size: 15px;
		left: 10px;
		top: 90px;
	}
}

@media(max-width:1350px) {
	.push-message{
		font-size: 36px;
	}
	.product-message{
		font-size: 44px;
	}
	.message-container__top{
		left: 30px;
		top: 15px;
	}
	.message-container__middle {
		left: 30px;
		top: 70px;
	}
	.message-container__bottom {
		left: 30px;
		top: 200px;
	}
	.back-gradient {
		height: 420px;
	}
	.first-img {
		height: 420px;
	}
	.first-img img {
		margin-top: 112px;
		width: 440px;
		height: 308px;
	}
	.scroll-container {
		padding-top: 290px;
		height: 100px;
	}
	.product-item {
		width: 110px;
		height: 110px;
	}
}

@media(max-width:1250px){
	.header__contact{
		display: none;
	}
	.header__contact-icon{
		display: block;
	}
}

@media(max-width:1200px){
	.line {
		margin: 20px 0;
	}
	.new-glid-menu{
		margin: 0;
		width:calc(100% / 3.5);
		min-width:initial;
		border-radius: 0;
	}
	.new-glid-menu__title {
		font-size: 18px;
		padding: 2px 20px;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}
	.new-glid-menu__nav {
		height: 24px;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}
	.new-glid-menu__nav p {
		font-size: 16px;
		line-height: 24px;
	}
}

@media(max-width:1150px){
	.header__tel-fax{
		display: none;
	}
	.push-message{
		font-size: 36px;
	}
	.product-message{
		font-size: 44px;
	}
	.message-container__top{
		left: 30px;
		top: 15px;
	}
	.message-container__middle {
		left: 30px;
		top: 70px;
	}
	.message-container__bottom {
		left: 30px;
		top: 170px;
	}
	.back-gradient {
		height: 380px;
	}
	.first-img {
		height: 380px;
	}
	.first-img img {
		margin-top: 128px;
		width: 360px;
		height: 252px;
	}
	.scroll-container {
		padding-top: 250px;
		height: 100px;
	}
	.product-item {
		width: 90px;
		height: 90px;
	}
	.new-glid-message1,
	.new-glid-message2 {
			font-size: 12px;
	}
}

@media(max-width:1000px){
	.push-message{
		display: none;
	}
	.push-message__small{
		display: block;
	}
	.first-view,
	.menu-view {
		margin: 0;
	}
	.back-gradient{
		border-radius: 0;
	}
	.first-img img {
		border-bottom-right-radius: 0;
	}
	.header-content__group {
		border: none;
		border-radius: 0;
		border-bottom: 4px solid #cccccc;
	}
}

@media(max-width:950px){
	.push-message{
		font-size: 36px;
	}
	.product-message{
		font-size: 44px;
	}
	.message-container__top{
		left: 30px;
		top: 15px;
	}
	.message-container__middle {
		left: 30px;
		top: 70px;
	}
	.message-container__bottom {
		left: 30px;
		top: 190px;
	}
	.back-gradient {
		height: 370px;
	}
	.first-img {
		height: 370px;
	}
	.first-img img {
		margin-top: 146px;
		width: 320px;
		height: 224px;
	}
	.scroll-container {
		padding-top: 250px;
		height: 100px;
	}
	.product-item {
		width: 80px;
		height: 80px;
	}
}

@media(max-width:850px){
	.new-glid-menu{
		width: 50%;
	}
	.new-glid-message1 {
		font-size: 16px;
		left: 10px;
		top: 50px;
	}
	.new-glid-message2 {
		font-size: 16px;
		left: 10px;
		top: 100px;
	}
}

@media(max-width:800px){
	.header-message__content--large{
		display: none;
	}
	.header-message__content--small {
		display: block;
	}
	.header-logo {
		width: 60px;
		height: 42px;
		margin-left: 10px;
	}
	.header-message__title {
		font-size: 24px;
	}
}

@media(max-width:760px){
	.push-message{
		font-size: 30px;
	}
	.push-message__small{
		font-size: 30px;
	}
	.product-message{
		font-size: 40px;
	}
	.message-container__top {
		left: 30px;
		top: 20px;
	}
	.message-container__middle {
		left: 30px;
		top: 75px;
	}
	.message-container__bottom {
		left: 30px;
		top: 160px;
	}
	.push-message::after,
	.push-message__small::after {
		height: 8px;
		border-radius: 10px;
	}
	.product-item {
		width: 60px;
		height: 60px;
	}
	.back-gradient {
		height: 310px;
	}
	.first-img {
		height: 310px;
	}
	.first-img img {
		margin-top: 142px;
		width: 240px;
		height: 168px;
	}
	.scroll-container {
		padding-top: 215px;
		height: 80px;
	}
}

@media(max-width:700px){
	.new-glid-message1 {
		font-size: 14px;
	}
	.new-glid-message2 {
		font-size: 14px;
		top: 90px;
	}
}

@media(max-width:600px){
	.message-container__top {
		left: 20px;
		top: 10px;
	}
	.message-container__middle {
		left: 20px;
		top: 50px;
	}
	.message-container__bottom {
		left: 30px;
		top: 120px;
	}
	.push-message {
		font-size: 24px;
	}
	.push-message__small {
		font-size: 24px;
	}
	.product-message{
		font-size: 32px;
	}
	.product-item{
		width: 50px;
		height: 50px;
	}
	.back-gradient {
		height: 250px;
	}
	.first-img {
		height: 250px;
	}
	.first-img img {
		margin-top: 110px;
		width: 200px;
		height: 140px;
	}
	.scroll-container {
		padding-top: 160px;
	}
	.news-content{
		display: block;
	}
	.new-glid-message1 {
		font-size: 12px;
		top: 40px;
		left: 5px;
	}
	.new-glid-message2 {
		font-size: 12px;
		top: 75px;
		left: 5px;
	}
	.one-line-news{
		width: 100%;
		padding-left: 15px;
	}
	.one-line-title{
		display: none;
	}
}

@media(max-width: 500px){
	.new-glid-menu{
		border: 1px solid #000000;
	}
	.new-glid-menu__title {
		font-size: 14px;
	}
	.new-glid-message1,
	.new-glid-message2{
		display: none;
	}
	.new-glid-img{
		position: absolute;
		display: block;
		width: 105px;
		height: 84px;
		left: 10px;
		top: 30px;
	}
	.new-glid-mini-msg{
		display: block;
		width: 70px;
		height: 30px;
		font-size: 12px;
		line-height: 30px;
		color: #ffffff;
		font-weight: bold;
		text-align: center;
		border-radius: 15px;
	}
	.oem{
		background-color: #0099ff;
		margin-top: 10px;
		margin-left: 15px;
	}
	.odm{
		background-color: #fc0fc0;
		margin-top: 5px;
		margin-left: 15px;
	}
	.new-glid-menu__nav {
		height: 18px;
	}
	.new-glid-menu__nav p {
		font-size: 12px;
		line-height: 18px;
	}
	.blog__title {
		font-size: 16px;
		padding: 2px 20px;
	}
}

@media(max-width:450px){
	.new-glid-img{
		width: 75px;
		height: 60px;
		left: 12px;
		top: 28px;
	}
	.new-glid-mini-msg{
		height: 20px;
		line-height: 20px;
		border-radius: 10px;
	}
	.oem{
		margin-top: 10px;
		margin-left: 15px;
	}
	.odm{
		margin-top: 5px;
		margin-left: 15px;
	}
}

@media(max-width:425px){
	.header-content__group{
		height: 70px;
	}
	.header-content__left{
		height: 70px;
	}
	.header-message__title {
		display: none;
	}
	.header-message__title--short {
		display: block;
	}
	.header-message__content--small{
		display: none;
	}
	.push-message {
		font-size: 19px;
	}
	.push-message__small {
		font-size: 19px;
	}
	.product-message{
		font-size: 24px;
	}
	.message-container__top {
		left: 15px;
		top: 10px;
	}
	.message-container__middle {
		left: 15px;
		top: 40px;
	}
	.message-container__bottom {
		left: 15px;
		top: 96px;
	}
	.scroll-container {
		padding-top: 110px;
	}
	.product-item{
		width: 40px;
		height: 40px;
	}
	.back-gradient {
		height: 200px;
	}
	.first-img {
		height: 200px;
	}
	.first-img img {
		margin-top: 88px;
		width: 160px;
		height: 112px;
	}
	.header__contact-icon {
		width: 50px;
		height: 50px;
		padding: 10px;
	}
	.header__contact-icon img {
		width: 30px;
		height: 30px;
	}
	.blog__title {
		font-size: 14px;
		padding: 0 10px;
	}
}

@media(max-width:350px){
	.new-glid-img{
		left: 6px;
		top: 20px;
	}
	.oem{
		margin-left: 5px;
	}
	.odm{
		margin-left: 5px;
	}
	.new-glid-menu__title{
		padding: 2px 10px;
	}
}