@charset "utf-8";

@media screen and (max-width: 767px){
	.onlyPC {
		display: none;
	}
}
@media screen and (min-width: 768px){
	.onlySP {
		display: none;
	}
}

.showAnime {
	position: relative;
	top: 80px;
	transition: all 0.5s;
	opacity: 0;
}
.showAnime.show {
	top: 0;
	opacity: 1;
}
@media screen and (max-width: 767px){
	.showAnime {
		top: 10vw;
	}
}

.pageArea {
	position: relative;
	margin-top: -1.5em;
	background: url(../images/bg_01.jpg) repeat-y 50% 0;
	font-family: "Kosugi", sans-serif;
	color: #fff;
	font-size: 20px;
	overflow: hidden;
}
.pageArea::before,
.pageArea::after {
	content: '';
	position: absolute;
	top: 0;
	left: 20px;
	bottom: 0;
	width: 68px;
	background: url(../images/bg_02.png) repeat-y 50% 700px;
}
.pageArea::after {
	left: auto;
	right: 20px;
	background-position: 50% 0;
}
.pageArea img {
	vertical-align: top;
}
.pageArea .mainvisual img {
	width: 100%;
}
.pageArea .inner {
	max-width: 1280px;
	margin: 0 auto;
	padding: 134px 40px 180px;
}
.pageArea .inner2 {
	max-width: 1280px;
	margin: 0 auto;
	padding: 160px 40px 170px;
}
.pageArea .inner + .inner2 {
	padding-top: 0;
}
.pageArea .inner::before {
	content: '';
	position: absolute;
	top: 55vw;
	right: 0;
	width: 1006px;
	height: 1003px;
	background: url(../images/bg_03.png) no-repeat 0 0;
}
.pageArea .text {
	line-height: 2;
}
.pageArea .note {
	margin-top: 10px;
	font-size: 16px;
	line-height: 1.8;
}
@media screen and (min-width: 1540px){
	.pageArea {
		background-size: 100% auto;
	}
}
@media screen and (max-width: 1100px){
	.pageArea {
		font-size: 16px;
	}
	.pageArea .inner {
		padding: 80px 40px 100px;
	}
	.pageArea .inner::before {
		width: 60vw;
		height: 60vw;
		background-size: contain;
	}
	.pageArea .note {
		font-size: 14px;
	}
}
@media screen and (max-width: 767px){
	.pageArea {
		background-size: 150% auto;
		font-size: 14px;
	}
	.pageArea::before,
	.pageArea::after {
		left: 1.2vw;
		width: 8.7vw;
		background-size: 100% auto;
	}
	.pageArea::after {
		left: auto;
		right: 1.2vw;
	}
	.pageArea .inner {
		padding: 20vw 3vw;
	}
	.pageArea .inner2 {
		padding: 20vw 3vw;
	}
	.pageArea .inner::before {
		top: 100vw;
		width: 75vw;
		height: 75vw;
	}
	.pageArea .text {
		line-height: 1.8;
	}
	.pageArea .note {
		margin-top: 3vw;
		font-size: 12px;
		line-height: 1.6;
	}
}

.topArea {
	position: relative;
	text-align: center;
	color: #fff;
	text-shadow: -4px -4px 20px #00dea2, 4px 4px 20px #ff0078;
}
.topArea h1 {
	margin-bottom: 80px;
	background: url(../images/h1_bg_01.png) no-repeat 0 0, url(../images/h1_bg_02.png) no-repeat 100% 100%;
	padding: 43px 0 77px;
	font-size: 66px;
	font-weight: normal;
}
.topArea h1 span {
	display: block;
	transform: skewX(-8deg);
}
.topArea h2 {
	margin-bottom: 25px;
	background: url(../images/lead_line.png) no-repeat 50% 100%;
	padding-bottom: 50px;
	font-size: 40px;
	font-weight: normal;
}
.topArea p {
	font-size: 26px;
	line-height: 2;
}
.topArea p small {
	font-size: 16px;
}
.topArea ul {
	margin: 160px 0 75px;
	display: flex;
	justify-content: space-between;
}
.topArea ul li {
	width: 48%;
	text-align: center;
}
.topArea .logo {
	margin-top: 35px;
}
.topArea .banner {
	margin-top: 180px;
}
.topArea .note {
	margin-top: 15px;
	text-align: right;
	text-shadow: none;
}
@media screen and (max-width: 1100px){
	.topArea h1 {
		background-size: auto 16px, auto 44px;
		padding: 43px 0 50px;
		font-size: 50px;
	}
	.topArea h2 {
		font-size: 32px;
	}
	.topArea p {
		font-size: 18px;
	}
	.topArea ul {
		margin: 100px 0 75px;
	}
	.topArea .logo img {
		width: 200px;
	}
	.topArea .banner {
		margin-top: 100px;
	}
}
@media screen and (max-width: 767px){
	.topArea {
		text-shadow: -0.3vw -0.3vw 1.7vw #00dea2, 0.3vw 0.3vw 1.7vw #ff0078;
	}
	.topArea h1 {
		margin-bottom: 12vw;
		background-size: auto 3vw, auto 8.5vw;
		padding: 6vw 0 10vw;
		font-size: 9vw;
		line-height: 1.5;
	}
	.topArea h2 {
		margin-bottom: 6vw;
		background-size: 100% auto;
		padding-bottom: 6vw;
		font-size: 4.6vw;
	}
	.topArea p {
		font-size: 3.4vw;
	}
	.topArea p small {
		font-size: 2.6vw;
	}
	.topArea ul {
		margin: 15vw 0 8vw;
	}
	.topArea .note {
		margin-bottom: 3vw;
		font-size: 2.6vw;
	}
	.topArea .logo {
		margin-top: 5vw;
	}
	.topArea .logo img {
		width: 40vw;
	}
	.topArea .banner {
		margin-top: 15vw;
	}
}

.sectionTitle {
	margin: 105px 0 35px;
	font-size: 40px;
	font-weight: normal;
}
.sectionTitle.hasBg {
	position: relative;
	margin: 105px 0 35px;
	padding-top: 55px;
}
.sectionTitle.hasBg::before {
	content: '';
	position: absolute;
	top: 0;
	left: -350px;
	width: 543px;
	height: 66px;
	background: url(../images/h2_bg.png) no-repeat 0 0;
}
.sectionTitle.right::before {
	left: auto;
	right: -350px;
	transform: scale(-1,1);
}
.sectionTitle span {
	display: inline-block;
	background: linear-gradient(90deg, #4cffd7, #0ba1d8);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	transform: skewX(-8deg);
}
.sectionTitle small {
	font-size: 30px;
}
.sectionTitle .note {
	display: block;
	margin-top: 0;
	padding-right: 30px;
	text-align: center;
}
@media screen and (max-width: 1100px){
	.sectionTitle {
		margin: 70px 0 35px;
		font-size: 30px;
	}
	.sectionTitle small {
		font-size: 24px;
	}
}
@media screen and (max-width: 767px){
	.sectionTitle {
		margin: 8vw 0 5vw;
		font-size: 6vw;
	}
	.sectionTitle.hasBg {
		margin: 15vw 0 5vw;
		padding: 7vw 0 0 7vw;
	}
	.sectionTitle.hasBg::before {
		left: -31vw;
		width: 65vw;
		height: 8vw;
		background-size: contain;
	}
	.sectionTitle.right::before {
		right: auto;
		transform: scale(1,1);
	}
	.sectionTitle small {
		font-size: 4.8vw;
	}
	.sectionTitle .note {
		padding-right: 0;
	}
}

.img01 {
	margin-top: 30px;
}

.imgRight {
	position: relative;
	padding-right: 66.6%;
	min-height: 530px;
}
.imgRight .img {
	position: absolute;
	top: 70px;
	right: -14.2%;
	width: 76.67%;
}
.imgLeft {
	position: relative;
	padding-left: 66.6%;
	min-height: 530px;
}
.imgLeft .img {
	position: absolute;
	top: 70px;
	left: -14.2%;
	width: 76.67%;
}
@media screen and (max-width: 1100px){
	.imgRight {
	position: relative;
	padding-right: 66.6%;
		min-height: 45vw;
	}
	.imgRight .img {
	position: absolute;
	top: 70px;
	right: -14.2%;
	width: 76.67%;
	}
	.imgLeft {
	position: relative;
	padding-left: 66.6%;
		min-height: 45vw;
	}
	.imgLeft .img {
	position: absolute;
	top: 70px;
	left: -14.2%;
	width: 76.67%;
	}
}
@media screen and (max-width: 1100px){
	.imgRight {
		padding-right: 0;
		min-height: 0;
	}
	.imgRight .img {
		position: static;
		margin-top: 5vw;
		width: 100%;
	}
	.imgLeft {
		padding-left: 0;
		min-height: 0;
	}
	.imgLeft .img {
		position: static;
		margin-top: 5vw;
		width: 100%;
	}
}

.img05,
.img06 {
	margin-top: 40px;
}
@media screen and (max-width: 1100px){
	.img05,
	.img06 {
		margin-top: 5vw;
	}
}

.img08 {
	position: relative;
	margin: 40px calc(50% - 50vw) 0;
}
.img08::before,
.img08::after {
	content: '';
	position: absolute;
	top: 0;
	left: 18.3%;
	bottom: 0;
	width: 0.6vw;
	background-color: #020305;
}
.img08::after {
	left: auto;
	right: 18.3%;
}
.img08 div {
	margin: 0 auto;
	background: url(/.resources/webresources/monitor/g276n-g245n/images/img_08.png) no-repeat 50% 100%;
	background-size: 1406px 560px;
	width: 62.6%;
	height: 34.73vw;
}
.show .img08 div {
	animation: anime01 8s infinite;
}
@keyframes anime01 {
	0% { width: 62.6%; background-size: 87.2vw auto; }
	25% { width: 62.6%; background-size: 87.2vw auto; }
	40% { width: 100%; background-size: 100vw auto; }
	100% { width: 100%; background-size: 100vw auto; }
}

.boxLayout {
	margin-top: 180px;
	display: flex;
	align-items: center;
}
.boxLayout.reverse {
	flex-direction: row-reverse;
}
.boxLayout + .boxLayout {
	margin-top: 0;
}
.boxLayout .textArea {
	width: 50%;
	padding: 30px 50px 30px 0;
}
.boxLayout.reverse .textArea {
	padding: 30px 0 30px 50px;
}
.boxLayout .sectionTitle {
	margin-top: 50px;
}
.boxLayout .sectionTitle:first-child {
	margin-top: 0;
}
.boxLayout .img {
	width: 50%;
}
@media screen and (max-width: 1100px){
	.boxLayout {
		margin-top: 100px;
	}	
}
@media screen and (max-width: 767px){
	.boxLayout {
		margin-top: 20vw;
		flex-direction: column;
		gap: 5vw;
	}
	.boxLayout.reverse {
		flex-direction: column;
	}
	.boxLayout + .boxLayout {
		margin-top: 15vw;
	}
	.boxLayout .textArea {
		width: 100%;
		padding: 0;
	}
	.boxLayout.reverse .textArea {
		padding: 0;
	}
	.boxLayout .sectionTitle {
		margin-top: 6vw;
	}
	.boxLayout .img {
		width: 100%;
	}
}

.btn01 {
	margin-top: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url(../images/btn_bg_01.png) no-repeat 50% 50%;
	background-size: contain;
	width: 531px;
	height: 111px;
	text-align: center;
	transition: opacity 0.3s;
}
.btn01:hover {
	opacity: 0.7;
}
.btn01 span {
	background: linear-gradient(90deg, #4cffd7, #0ba1d8);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	transform: skewX(-8deg);
}
@media screen and (max-width: 1100px){
	.btn01 {
		height: 9vw;
	}
}
@media screen and (max-width: 767px){
	.btn01 {
		height: 18vw;
		font-size: 5vw;
	}
}

.btn02 {
	display: flex;
	justify-content: center;
	align-items: center;
	background: url(../images/btn_bg_02.png) no-repeat 50% 50%;
	background-size: contain;
	max-width: 581px;
	height: 111px;
	text-align: center;
	transition: opacity 0.3s;
}
.btn02:hover {
	opacity: 0.7;
}
.btn02 span {
	background: linear-gradient(90deg, #4cffd7, #0ba1d8);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	transform: skewX(-8deg);
}
@media screen and (max-width: 1100px){
	.btn02 {
		height: 9vw;
	}
}
@media screen and (max-width: 767px){
	.btn02 {
		height: 18vw;
		font-size: 5vw;
	}
}

.btnList {
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
}
.btnList li {
	width: 48.4%;
}
.btnList p {
	margin-top: 5px;
	text-align: center;
	font-size: 14px;
}
@media screen and (max-width: 767px){
	.btnList {
		margin-top: 10vw;
		flex-direction: column;
		gap: 5vw;
	}
	.btnList li {
		width: 100%;
	}
	.btnList p {
		font-size: 12px;
	}
}

.specArea {
	margin-top: 180px;
}
.specArea .logo {
	margin-bottom: 80px;
	text-align: center;
}
.specArea .product {
	display: flex;
	justify-content: space-between;
}
.specArea .product li {
	width: 48.33%;
}
@media screen and (max-width: 1100px){
	.specArea {
		margin-top: 100px;
	}
	.specArea .logo {
		margin-bottom: 50px;
	}
	.specArea .logo img {
		width: 200px;
	}
}
@media screen and (max-width: 767px){
	.specArea {
		margin-top: 20vw;
	}
	.specArea .logo {
		margin-bottom: 8vw;
	}
	.specArea .logo img {
		width: 40%;
	}
	.specArea .product {
		flex-direction: column;
		align-items: center;
		gap: 5vw;
	}
	.specArea .product li {
		width: 80%;
	}
}

.table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 2px;
	color: #fff;
	font-size: 16px;
}
.table th {
	padding: 14px 20px;
	text-align: left;
}
.table th.color1 {
	background-color: rgba(0,68,45,0.9);
}
.table th.color2 {
	background-color: rgba(0,68,45,0.6);
}
.table th.color3 {
	background-color: rgba(0,68,45,0.4);
}
.table td {
	background-color: rgba(0,68,45,0.25);
	padding: 14px 20px;
	text-align: center;
}
@media screen and (max-width: 1100px){
	.table {
		font-size: 14px;
	}
	.table th {
		padding: 10px 15px;
	}
	.table td {
		padding: 10px 15px;
	}
}
@media screen and (max-width: 767px){
	.scrollArea {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.table {
		min-width: 540px;
		font-size: 12px;
	}
	.table th {
		padding: 8px 12px;
	}
	.table td {
		padding: 8px 12px;
	}
}

.confirmation {
	background: url(../images/bg_04.jpg) no-repeat 50% 50%;
	background-size: cover;
}

.noteList {
	font-size: 16px;
}
.noteList li {
	padding-left: 1.4em;
	text-indent: -1.4em;
	line-height: 1.5;
}
.noteList li + li {
	margin-top: 8px;
}
@media screen and (max-width: 1100px){
	.noteList {
		font-size: 14px;
	}
}
@media screen and (max-width: 767px){
	.noteList {
		font-size: 12px;
	}
	.noteList li + li {
		margin-top: 2vw;
	}
}

footer {
	padding-top: 0;
}
