@import url("reset.css");
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Share+Tech+Mono&display=swap');

body{ width: 100%; margin: auto; background-color: #000; font-family: "Noto Sans JP", sans-serif;}

.clearfix { *zoom: 1;}
.clearfix:before,
.clearfix:after { display: table; line-height: 0; content: "";}
.clearfix:after { clear: both;}

.forPC{ display: block;}
.forSP{ display: none;}

p{ font-size: 14px; font-weight: normal; text-align: left; color: #000;}
p.indent-1 { padding-left:1em; text-indent:-1em;}
p.indent-15 { padding-left:1.5em; text-indent:-1.5em;}
a{ text-decoration: none; transition: .3s ease-in-out; -moz-transition: .3s ease-in-out; -webkit-transition: .3s ease-in-out; -o-transition: .3s ease-in-out; -ms-transition: .3s ease-in-out; outline: none; color: #595757; font-size: 14px;}
a:hover{ transition: .3s ease-in-out; -moz-transition: .3s ease-in-out; -webkit-transition: .3s ease-in-out; -o-transition: .3s ease-in-out; -ms-transition: .3s ease-in-out; opacity: .2;}
.en{ font-family: "Share Tech Mono", monospace; font-weight: bold;}

/* 
セクションマージン　30px
*/

.btn{ position: fixed; bottom: 30px; right: 30px; z-index: 9900; width: 100%; max-width: 270px; opacity: 0; transform: translateY(20px); transition: opacity 0.4s ease, transform 0.4s ease; pointer-events: none;}
.btn.is-show{ opacity: 1; transform: translateY(0); pointer-events: auto;}
.btn div{ position: absolute; top: -100px; right: 0; margin: auto; width: 130px;}

/* nav */
.cp_cont{  width: 90px; height: 90px; position: fixed; z-index: 9999; top: 0; right: 0; margin: auto;}
.cp_offcm01{ position: absolute; top: 30px; right: 30px; display: inline-block;}
.cp_offcm01 .cp_menu{ position: fixed; top: 30px; right: calc(-100vw + 30px); width: 65px; height: auto; cursor: pointer; -webkit-transition: 0.53s transform; transition: 0.53s transform; -webkit-transition-timing-function: cubic-bezier(.38,.52,.23,.99); transition-timing-function: cubic-bezier(.38,.52,.23,.99); background-color: #000; border: 1px solid #fff; box-sizing: border-box;}
.cp_offcm01 .cp_menu ul{ margin: 0; padding: 0; background-image: url(../images/nav_bg.png); background-size: 100%;}
.cp_offcm01 .cp_menu li{ list-style: none;}
.cp_offcm01 .cp_menu li a{ display: block; padding: 20px; font-size: 16px; text-decoration: none; color: #ffffff; writing-mode: vertical-rl;}
.cp_offcm01 .cp_menu .lang{ position: absolute; bottom: -70px; left: 0; width: 100%; aspect-ratio: 1 / 1; background-color: #000; border: 1px solid #fff; box-sizing: border-box; background-image: url(../images/nav_bg.png); background-size: 100%;}
.cp_offcm01 .cp_menu .lang a{ display: block; width: 100%; height: 100%; font-size: 16px; text-decoration: none; color: #ffffff; display: flex; justify-content: center; align-items: center;}
.cp_offcm01 #cp_toggle01 { position: absolute; display: none; opacity: 0;}
.cp_offcm01 #cp_toggle01:checked ~ .cp_menu { -webkit-transform: translateX(-100vw); transform: translateX(-100vw);}
.cp_offcm01 #cp_toggle01 ~ label { display: block; cursor: pointer; -webkit-transition: 0.5s transform; transition: 0.5s transform;-webkit-transition-timing-function: cubic-bezier(.61,-0.38,.37,1.27); transition-timing-function: cubic-bezier(.61,-0.38,.37,1.27);width: 50px; height: 50px; background-color: #000; border: 2px solid #fff; box-sizing: border-box; padding: 4px;}
.cp_offcm01 #cp_toggle01:checked ~ label { -webkit-transform: translateX(-80px); transform: translateX(-80px);}
.cp_offcm01 #cp_toggle01 ~ label::before{ content: ""; display: block; width: 100%; height: 100%; border: 1px solid #fff; box-sizing: border-box; background-image: url(../images/nav_off.png); background-size: 60%; background-repeat: no-repeat; background-position: center;}
.cp_offcm01 #cp_toggle01:checked ~ label::before { background-image: url(../images/nav_on.png); background-size: 40%;}

/* ファーストビュー */
.fv_area{ width: 100%; height: 100vh; background-image: url(../images/fv_bk.jpg); background-repeat: no-repeat; background-position: center; background-size: cover;}
.fv_area .logo{ width: 100%; max-width: 320px; margin: auto; position: absolute; top: 30px; left: 30px; z-index: 3;}
.fv_area .logo a{ pointer-events: none;}
.fv_area .character{ width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; position: relative;}
.fv_area .character .wrap{ width: 100%; max-width: 760px; position: relative; z-index: 2;}
.fv_area .character .wrap img:nth-child(3){ margin-top: -340px;}
.fv_area .character .wrap a{ width: 100%; max-width: 180px; margin: -40px auto auto; display: block; background-color: #000; background-image: url(../images/item01.png); background-size: cover; padding: 10px; box-sizing: border-box; position: relative; text-align: center;}
.fv_area .character .wrap a::before{ content: ""; position: absolute; top: 0; left: 14px; bottom: 0; margin: auto; width: 5px; height: 12px; background-image: url(../images/arrow01.png); background-size: 100%; background-repeat: no-repeat; background-position: center;}
.fv_area .character .wrap a img{ width: 100%; max-width: 120px;}
.fv_area .bottom{ width: 100%; height: 72px; background-image: url(../images/object01.jpg); background-position: center; position: absolute; bottom: 0; z-index: 1;}
.fv_area .bottom::after{ content: ""; position: absolute; left: 0; right: 0; top: -40px; margin: auto; width: 8px; aspect-ratio: 1 / 11; background-image: url(../images/arrow02.png); background-size: 100%; background-repeat: no-repeat; background-position: center; animation: arrowmove 1s ease-in-out infinite;}
@keyframes arrowmove{
   0%{top:-40px;}
   50%{top:-48px;}
   100%{top:-40px;}
}
@media screen and (max-height:1040px){
	.fv_area .character{ align-items: flex-start;}
}
@media screen and (max-height:980px){
	.fv_area{ width: 100%; min-height: 890px; max-height: 902px;}
	.fv_area .bottom{ position: relative;}
}

/* ニュース */
.news_area{ width: 100%; padding: 15px 30px; box-sizing: border-box;}
.news_area .wrap{ width: 100%; height: 100%; background-image: url(../images/news_bg.png); background-position: center; position: relative;}
.news_area .wrap .item{ width: 100%; max-width: 380px; position: absolute; top: 0; left: -430px; right: 0; margin: auto; z-index: 1; animation: shake-up 8s infinite ease-in-out;}
.news_area .wrap .b{ width: 100%; max-width: 1100px; margin: auto auto auto auto; position: relative; z-index: 2;}
.news_area .wrap .title{ width: 100%; text-align: center; margin-top: 50px;}
.news_area .wrap .title h2{ font-size: 115px; color: #fff; text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);}
.news_area .wrap .first{ width: 100%;}
.news_area .wrap .first a{ width: 100%; display: flex; justify-content: space-between; align-items: center;}
.news_area .wrap .first .img{ width: 100%; max-width: 500px; aspect-ratio: 19 / 6; margin-right: 20px;}
.news_area .wrap .first .text{ width: calc(100% - 520px);}
.news_area .wrap .first .text .tag{ width: 100%; border-bottom: 1px solid #fff; padding-bottom: 10px; box-sizing: border-box;}
.news_area .wrap .first .text .tag p{ font-size: 16px; color: #ddc745;}
.news_area .wrap .first .text > p{ font-size: 20px; color: #fff; font-weight: 600; padding-top: 10px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden;}
.news_area .wrap .first .text .date{ width: 100%; max-width: 276px; background-color: #2d496d; padding: 10px; box-sizing: border-box; display: flex; justify-content: center; align-items: center; margin-top: 10px;}
.news_area .wrap .first .text .date div{ width: 100%; max-width: 115px; margin: auto;}
.news_area .wrap .first .text .date span{ font-size: 12px; color: #fff; font-weight: normal;}
.news_area .wrap .first .text .date p{ font-size: 18px; color: #fff; font-weight: normal;}
.news_area .wrap ul{ list-style: none; display: flex; justify-content: space-between; align-items: stretch; margin-top: 30px; gap: 20px;}
.news_area .wrap ul li{ width: calc(100% / 3); flex: 1;}
.news_area .wrap ul li a{ display: flex; flex-direction: column; height: 100%;}
.news_area .wrap ul li .img{ width: 100%; aspect-ratio: 19 / 6;}
.news_area .wrap ul li .text{ width: 100%; display: flex; flex-direction: column; flex: 1;}
.news_area .wrap ul li .text > p{ font-size: 16px; color: #fff; font-weight: 600; padding-top: 10px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden;}
.news_area .wrap ul li .text .flex{ width: 100%; display: flex; justify-content: space-between; align-items: center; margin-top: auto;}
.news_area .wrap ul li .text .flex .date{ width: 100%; max-width: 95px; background-color: #2d496d; padding: 10px; box-sizing: border-box; display: flex; justify-content: center; align-items: center; margin-top: 10px;}
.news_area .wrap ul li .text .flex .date p{ font-size: 12px; color: #fff; font-weight: normal;}
.news_area .wrap ul li .text .flex .tag{ width: calc(100% - 110px); margin-top: 8px;}
.news_area .wrap ul li .text .flex .tag p{ font-size: 12px; color: #ddc745;}
.news_area .wrap .more{ width: 100%; padding: 50px 0;}
.news_area .wrap .more a{ display: block; margin: auto; width: 100%; max-width: 260px; background-color: #fff; font-size: 23px; text-align: center; color: #000; padding: 10px; box-sizing: border-box; position: relative; z-index: 2;}
.news_area .wrap .more a::before{ content: ""; top: 2px; right: 2px; margin: auto; position: absolute; z-index: 3; width: 12px; height: 12px; background-image: url(../images/item02.png); background-repeat: no-repeat; background-size: 100%;}
.news_area .wrap .more a::after{ content: ""; width: 100%; height: 100%; bottom: 0; right: 0; margin: auto; position: absolute; z-index: 1; border: 1px solid #fff; box-sizing: border-box; transition: .3s ease-in-out;}
.news_area .wrap .more a:hover{ opacity: 1;}
.news_area .wrap .more a:hover::after{ bottom: -10px; right: -10px;}
@keyframes shake-up {
	0%, 100% { transform: translateY(0);}
	50% { transform: translateY(15px);}
}

.bar{ width: 100%; height: 72px; background-image: url(../images/object01.jpg); background-position: center;}

/* インフォメーション */
.intro_area{ width: 100%; background-image: url(../images/item04.png), url(../images/intro_bg.jpg); background-size: auto, cover; background-position: center bottom, center;background-attachment: scroll, scroll; background-repeat: repeat-x, no-repeat; position: relative; padding: 0; box-sizing: border-box;}
.intro_area.en{ margin-top: 72px;}
.intro_area .character{ width: 440px; margin: auto;}
.intro_area .wrap{ width: calc(100% - 60px); max-width: 1100px; position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; display: flex; justify-content: center; align-items: center;}
.intro_area .wrap .flex{ width: 100%; background-color: rgba(22, 22, 22, 0.85); padding: 20px 30px; box-sizing: border-box; position: relative;}
.intro_area .wrap .flex::after{ content: "INTRODUCTION"; top: 0; right: -20px; margin: auto; position: absolute; background-color: #fff; font-size: 14px; line-height: 1.2; color: #000; writing-mode: vertical-rl; font-family: "Share Tech Mono", monospace; font-weight: bold; 	padding: 10px 2px 10px 0; box-sizing: border-box;}
.intro_area .wrap .flex h2{ font-size: 60px; line-height: 1.2; font-weight: bold; color: #fff; text-align: center;}
.intro_area .wrap .flex h2 span{ color: #ddc745;}
.intro_area .wrap .flex > div{ width: 100%; max-width: 900px; margin: auto; padding: 0 40px; box-sizing: border-box; background-image: url(../images/item03.png); background-repeat: repeat-x; background-position: bottom center;}
.intro_area .wrap .flex h3{ font-size: 20px; font-weight: bold; color: #fff; margin-top: 20px;}
.intro_area .wrap .flex p{ font-size: 16px; color: #fff; margin-top: 20px; padding-bottom: 50px;}

/* システム */
.system_area{ width: 100%; position: relative; padding: 0 90px 50px; box-sizing: border-box;}
.system_area .left{ width: 60px; position: absolute; top: 0; left: 10px; margin: auto;}
.system_area .right{ width: 9px; position: absolute; top: 0; right: 10px; margin: auto;}
.system_area .wrap{ width: 100%; max-width: 1100px; margin: auto auto auto auto; position: relative; z-index: 1;}
.system_area .wrap .title{ width: 100%; text-align: center;}
.system_area .wrap .title h2{ font-size: 60px; font-weight: bold; color: #fff; line-height: 1.4; position: relative; display: inline-block;}
.system_area .wrap .title h2::before{ content: ""; width: 22px; height: 55px; top: 9px; left: -30px; bottom: 0; margin: auto; position: absolute; background-image: url(../images/sysytem_item01.png); background-size: 100%; background-repeat: no-repeat; background-position: center;}
.system_area .wrap ul{ list-style: none; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 20px; margin: 40px 0 0;}
.system_area .wrap ul li{ width: calc(100% / 2 - 3%);}
.system_area .wrap ul li .num{ text-align: center;}
.system_area .wrap ul li .num img{ width: 100%; max-width: 80px;}
.system_area .wrap ul li .ti{ font-size: 18px; font-weight: bold; color: #d56029; padding: 20px 0;}
.system_area .wrap ul li p{ font-size: 16px; color: #ffffff;}

/* プロダクト */
.product_area{ width: 100%; padding: 0px 30px 50px; box-sizing: border-box; background-color: #fff; background-image: url(../images/product_bg.jpg); background-size: cover; background-repeat: no-repeat; background-position: center; overflow: hidden; position: relative;}
.product_area .wrap{ width: 100%; max-width: 1100px; margin: auto auto auto auto;}
.product_area .wrap .title{ width: 100%; text-align: center;}
.product_area .wrap .title h2{ font-size: 115px; color: #000;}
.product_area .wrap .b{ width: 100%; padding: 40px 30px; box-sizing: border-box; border: 3px solid #2c91ce; background-color: #000; background-image: url(../images/product_bg2.png); display: flex; justify-content: space-between; align-items: flex-start; position: relative;}
.product_area .wrap .b .img{ width: 100%; max-width: 530px;}
.product_area .wrap .b .text{ width: calc(100% - 550px);}
.product_area .wrap .b .text table{ width: 100%; border-spacing: 0 15px; border-collapse: inherit;}
.product_area .wrap .b .text table th{ border-left: 5px solid #2c91ce; box-sizing: border-box; font-size: 16px; color: #2c91ce; text-align: left;}
.product_area .wrap .b .text table th span{ margin-left: 10px;}
.product_area .wrap .b .text table td{ font-size: 16px; color: #fff; text-align: left;}
.product_area .item{ position: absolute; bottom: -340px; left: -1180px; right: 0; margin: auto; z-index: 1; width: 100%; max-width: 250px;}
@media screen and (max-width:1280px){
	.product_area .wrap .b{ width: 70%; min-width: 300px; display: block; margin: auto;}
	.product_area .wrap .b .img{ max-width: 100%;}
	.product_area .wrap .b .text{ width: 100%;}
	.product_area .item{ left: 0; right: inherit; max-width: 250px;}
}

/* フッター */
footer{ width: 100%; background-color: #000; padding: 50px 30px; box-sizing: border-box; position: relative;}
footer .wrap{ width: 100%; max-width: 1100px; margin: auto;}
footer .wrap .logo{ width: 100%; max-width: 265px; aspect-ratio: 290 / 78; margin: auto; background-image: url(../images/footer_logo.png); background-size: 100%; background-repeat: no-repeat; background-position: center;}
footer .wrap .nav{ width: 100%; max-width: 290px; margin: 30px auto 0;}
footer .wrap .nav h2{ font-size: 26px; font-weight: bold; color: #fff; text-align: center;}
footer .wrap .nav ul{ list-style: none;}
footer .wrap .nav ul li{ width: 100%; margin-top: 10px;}
footer .wrap .nav ul li a{ font-size: 16px; color: #fff; padding: 0 0 0 20px; box-sizing: border-box; position: relative;}
footer .wrap .nav ul li a::before{ content: ""; top: 7px; left: 0; margin: auto; position: absolute; width: 10px; height: 10px; background-image: url(../images/footer_item01.png); background-size: 100%; background-repeat: no-repeat; background-position: center;}
footer .wrap .text{ width: 100%; margin: 30px auto 0;}
footer .wrap .text p{ font-size: 14px; color: #fff; text-align: center;}
footer .wrap .text p.copy{ margin-top: 30px;}

.gototop{ position: absolute; top: 30px; right: 30px; width: 50px; height: 50px; cursor: pointer; background-color: #000; border: 2px solid #fff; padding: 4px; box-sizing: border-box;}
.gototop div{ width: 100%; height: 100%; border: 1px solid #fff; box-sizing: border-box; background-image: url(../images/footer_item02.png); background-size: 26px; background-repeat: no-repeat; background-position: center;}





















