@charset "utf-8";
/* CSS Document */
html,
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

body{
	margin-left: auto;
	margin-right: auto;
	min-height: 100%;
	position: relative;
	padding-bottom: 120px;
	box-sizing: border-box;
}


header {
	margin-top: -5px;
}

span.nav-Ltdtitle {
	color: gray;
	vertical-align: bottom;
	font-size: 0.8em;
}


main {
	overflow: hidden;
}

.video {
	margin-top: -24px;
	background-color: #000;
}




/* トリセツ */
.photo-box1 {
  width: 100%; /* 画像の幅調整 */
}
 
.photo-box1 .circumscribed-photo-box-hidden {
  width: 100%;
  position: relative;
  overflow: hidden;
}
 
.photo-box1 .circumscribed-photo-box {
  width: 100%;
  height: 0;
  padding-top: 50%; /* 画像の高さ調整 */
  background: url("../images/AS108878475.webp") no-repeat center center; /* 画像のURLを指定 */
  background-size: cover;
}
 
.photo-box1 .mask {
  position: absolute;
  width: 100%;
  height: 0;
  padding-top: 50%; /* 画像の高さ調整をした場合は、こちらも同じ値に変更 */
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.1);
}
 
.photo-box1 .mask-text {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  font-size: 0.8em;
  color: #fff;
  text-align: center;
  transition: all 0.5s ease;
}

.photo-box1 span.mask-t {
	font-size: 1.5em;
	font-weight: 600;
}
 
.photo-box1 .mouse-over-mask {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s ease;
}

.photo-box1:active .mouse-over-mask {
  opacity: 1;
}
 
.photo-box1:active .mask-text {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%)
}


@media screen and (min-width: 1120px) {
.photo-box1:hover .mouse-over-mask {
  opacity: 1;
}
}

@media screen and (min-width: 1120px) {
.photo-box1:hover .mask-text {
  top: 50%;
  transition: all 1s 0.5s ease;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%)
}
}

/* CG・アニメ */
.photo-box2 {
  width: 100%; /* 画像の幅調整 */
}
 
.photo-box2 .circumscribed-photo-box-hidden {
  width: 100%;
  position: relative;
  overflow: hidden;
}
 
.photo-box2 .circumscribed-photo-box {
  width: 100%;
  height: 0;
  padding-top: 50%; /* 画像の高さ調整 */
  background: url("../images/AS420690157.webp") no-repeat center center; /* 画像のURLを指定 */
  background-size: cover;
}
 
.photo-box2 .mask {
  position: absolute;
  width: 100%;
  height: 0;
  padding-top: 50%; /* 画像の高さ調整をした場合は、こちらも同じ値に変更 */
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.1);
}
 
.photo-box2 .mask-text {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  font-size: 0.8em;
  color: #fff;
  text-align: center;
  transition: all 0.5s ease;
}

.photo-box2 span.mask-t {
	font-size: 1.5em;
	font-weight: 600;
}
 
.photo-box2 .mouse-over-mask {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s ease;
}
 
.photo-box2:active .mouse-over-mask {
  opacity: 1;
}
 
.photo-box2:active .mask-text {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%)
}


@media screen and (min-width: 1120px) {
.photo-box2:hover .mouse-over-mask {
  opacity: 1;
}
}

@media screen and (min-width: 1120px) {
.photo-box2:hover .mask-text {
  top: 50%;
  transition: all 1s 0.5s ease;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%)
}
}

/* 動画 */
.photo-box3 {
  width: 100%; /* 画像の幅調整 */
}
 
.photo-box3 .circumscribed-photo-box-hidden {
  width: 100%;
  position: relative;
  overflow: hidden;
}
 
.photo-box3 .circumscribed-photo-box {
  width: 100%;
  height: 0;
  padding-top: 50%; /* 画像の高さ調整 */
  background: url("../images/AS108505122.webp") no-repeat center center; /* 画像のURLを指定 */
  background-size: cover;
}
 
.photo-box3 .mask {
  position: absolute;
  width: 100%;
  height: 0;
  padding-top: 50%; /* 画像の高さ調整をした場合は、こちらも同じ値に変更 */
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.1);
}
 
.photo-box3 .mask-text {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  font-size: 0.8em;
  color: #fff;
  text-align: center;
  transition: all 0.5s ease;
}

.photo-box3 span.mask-t {
	font-size: 1.5em;
	font-weight: 600;
}
 
.photo-box3 .mouse-over-mask {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s ease;
}
 
.photo-box3:active .mouse-over-mask {
  opacity: 1;
}
 
.photo-box3:active .mask-text {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%)
}


@media screen and (min-width: 1120px) {
.photo-box3:hover .mouse-over-mask {
  opacity: 1;
}
}

@media screen and (min-width: 1120px) {
.photo-box3:hover .mask-text {
  top: 50%;
  transition: all 1s 0.5s ease;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%)
}
}

/* 展示会ブース */
.photo-box4 {
  width: 100%; /* 画像の幅調整 */
}
 
.photo-box4 .circumscribed-photo-box-hidden {
  width: 100%;
  position: relative;
  overflow: hidden;
}
 
.photo-box4 .circumscribed-photo-box {
  width: 100%;
  height: 0;
  padding-top: 50%; /* 画像の高さ調整 */
  background: url("../images/AS204182773.webp") no-repeat center center; /* 画像のURLを指定 */
  background-size: cover;
}
 
.photo-box4 .mask {
  position: absolute;
  width: 100%;
  height: 0;
  padding-top: 50%; /* 画像の高さ調整をした場合は、こちらも同じ値に変更 */
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.1);
}
 
.photo-box4 .mask-text {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  font-size: 0.8em;
  color: #fff;
  text-align: center;
  transition: all 0.5s ease;
}

.photo-box4 span.mask-t {
	font-size: 1.5em;
	font-weight: 600;
}
 
.photo-box4 .mouse-over-mask {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s ease;
}
 
.photo-box4:active .mouse-over-mask {
  opacity: 1;
}
 
.photo-box4:active .mask-text {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%)
}


@media screen and (min-width: 1120px) {
.photo-box4:hover .mouse-over-mask {
  opacity: 1;
}
}

@media screen and (min-width: 1120px) {
.photo-box4:hover .mask-text {
  top: 50%;
  transition: all 1s 0.5s ease;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%)
}
}

/* ホームページ */
.photo-box5 {
  width: 100%; /* 画像の幅調整 */
}
 
.photo-box5 .circumscribed-photo-box-hidden {
  width: 100%;
  position: relative;
  overflow: hidden;
}
 
.photo-box5 .circumscribed-photo-box {
  width: 100%;
  height: 0;
  padding-top: 50%; /* 画像の高さ調整 */
  background: url("../images/AS228211227.webp") no-repeat center center; /* 画像のURLを指定 */
  background-size: cover;
}
 
.photo-box5 .mask {
  position: absolute;
  width: 100%;
  height: 0;
  padding-top: 50%; /* 画像の高さ調整をした場合は、こちらも同じ値に変更 */
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.1);
}
 
.photo-box5 .mask-text {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  font-size: 0.8em;
  color: #fff;
  text-align: center;
  transition: all 0.5s ease;
}

.photo-box5 span.mask-t {
	font-size: 1.5em;
	font-weight: 600;
}
 
.photo-box5 .mouse-over-mask {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s ease;
}
 
.photo-box5:active .mouse-over-mask {
  opacity: 1;
}
 
.photo-box5:active .mask-text {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%)
}


@media screen and (min-width: 1120px) {
.photo-box5:hover .mouse-over-mask {
  opacity: 1;
}
}

@media screen and (min-width: 1120px) {
.photo-box5:hover .mask-text {
  top: 50%;
  transition: all 1s 0.5s ease;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%)
}
}

/* 販促商品 */
.photo-box6 {
  width: 100%; /* 画像の幅調整 */
}
 
.photo-box6 .circumscribed-photo-box-hidden {
  width: 100%;
  position: relative;
  overflow: hidden;
}
 
.photo-box6 .circumscribed-photo-box {
  width: 100%;
  height: 0;
  padding-top: 25%; /* 画像の高さ調整 */
  background: url("../images/AS417312955.webp") no-repeat center center; /* 画像のURLを指定 */
  background-size: cover;
}
 
.photo-box6 .mask {
  position: absolute;
  width: 100%;
  height: 0;
  padding-top: 25%; /* 画像の高さ調整をした場合は、こちらも同じ値に変更 */
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.1);
}
 
.photo-box6 .mask-text {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  font-size: 0.8em;
  color: #fff;
  text-align: center;
  transition: all 0.5s ease;
}

.photo-box6 span.mask-t {
	font-size: 1.5em;
	font-weight: 600;
}
 
.photo-box6 .mouse-over-mask {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s ease;
}
 
.photo-box6:active .mouse-over-mask {
  opacity: 1;
}
 
.photo-box6:active .mask-text {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%)
}


@media screen and (min-width: 1120px) {
.photo-box6:hover .mouse-over-mask {
  opacity: 1;
}
}

@media screen and (min-width: 1120px) {
.photo-box6:hover .mask-text {
  top: 50%;
  transition: all 1s 0.5s ease;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%)
}
}

/* 印刷 */
.photo-box7 {
  width: 100%; /* 画像の幅調整 */
}
 
.photo-box7 .circumscribed-photo-box-hidden {
  width: 100%;
  position: relative;
  overflow: hidden;
}
 
.photo-box7 .circumscribed-photo-box {
  width: 100%;
  height: 0;
  padding-top: 25%; /* 画像の高さ調整 */
  background: url("../images/AS55533226.webp") no-repeat center center; /* 画像のURLを指定 */
  background-size: cover;
}
 
.photo-box7 .mask {
  position: absolute;
  width: 100%;
  height: 0;
  padding-top: 25%; /* 画像の高さ調整をした場合は、こちらも同じ値に変更 */
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.1);
}
 
.photo-box7 .mask-text {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  font-size: 0.8em;
  color: #fff;
  text-align: center;
  transition: all 0.5s ease;
}

.photo-box7 span.mask-t {
	font-size: 1.5em;
	font-weight: 600;
}
 
.photo-box7 .mouse-over-mask {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s ease;
}
 
.photo-box7:active .mouse-over-mask {
  opacity: 1;
}
 
.photo-box7:active .mask-text {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%)
}


@media screen and (min-width: 1120px) {
.photo-box7:hover .mouse-over-mask {
  opacity: 1;
}
}

@media screen and (min-width: 1120px) {
.photo-box7:hover .mask-text {
  top: 50%;
  transition: all 1s 0.5s ease;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%)
}
}



.top-news p {
	padding-left: 10px;
}

h2.h2-topnews {
	color: #FFF;
	background-color: #000;
	padding: 10px;
}

span.span-topnews {
	color: gray;
	font-size: 0.8em;
}

.top-space {
	height: 50px;
}











/* SERVICE */

.photo-box8 {
	position: relative;
}

.photo-box8 img {
	width: 100%;
}

.mask-text-s {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
	width: 100%;
	text-align: center;
}

span.mask-t-s {
	font-size: 1.5em;
	font-weight: 600;
}







 




.open {
	cursor:pointer; /* マウスオーバーでカーソルの形状を変えることで、クリックできる要素だとわかりやすいように */
}
#pop-up {
	display: none; /* label でコントロールするので input は非表示に */
}
.overlay {
	display: none; /* input にチェックが入るまでは非表示に */
}
#pop-up:checked + .overlay {
	display: block;
	z-index: 9999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}
.window {
	width: 90vw;
	max-width: 380px;
	height: 240px;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.text {
	font-size: 18px;
	margin: 0;
}
.close {
	cursor:pointer;
	position: absolute;
	top: 4px;
	right: 4px;
	font-size: 20px;
}


h4.h4-top {
	color: #FFF;
	background-color: #000;
	padding: 10px;
}

a.link-s {
	display: block;
	padding-top: 100px;
	margin-top: -100px;
}

.h3s {
  position: relative;
  padding: 1rem 2rem calc(1rem + 10px);
  background: #9C9C9C;
}

.h3s:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: '';
  border: 4px solid #000;
}

.p-menu-s {
	font-weight: 600;
	line-height: 2em;
}

p.s-small {
	font-size: 0.8em;
	margin-left: 1em;
	text-indent: -1em;
}








/* ABOUT */	
span.bold-p {
	font-weight: 600;
}

.ab-box {
	background-color: darkgray;
}

@media screen and (min-width: 768px){
.br-sp {display: none; }
}

@media screen and (max-width: 768px){
	div.gmaps {
		height: 500px;
	}
}



/* footer */

hr {
	color: #555555;
}

p.com-add {
	font-size: 0.8em;
}

footer{
	width: 100%;
	text-align: center;
	padding: 30px 0;
    position: absolute;/*←絶対位置*/
    bottom: 0; /*下に固定*/
}

footer p {
	font-size: 0.6em;
}