@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
/* CSS Document */
html{
}
body{
	font-family: "Roboto", "Noto Sans", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	color: #E3E4E5;
	background-color: #1A1A1A!important;
}

body .bg_img_wrap {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
body.on .bg_img_wrap .bg_img{
	display: none;
}
body .bg_img_wrap2 {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
body.on .bg_img_wrap2 > img{
	display: none;
}

a{
	display: inline-block;
	transition: ease 0.3s;
}
a:hover{
	opacity: 0.5;
}
a p,a,a i{
	color: #E3E4E5;
}
.font-medium{font-weight: 500;}
.font-semibold{font-weight: 600;}
.font-black{font-weight: 900;}

.pd_wrap{
	padding: 150px 80px 0;
}
.pd_wrap_all{
	padding: 150px 80px 150px;
}
.pd_wrap_side{
	padding-left: 80px;
	padding-right: 80px;
}

.mg_b_1{margin-bottom: 150px;}
.mg_b_2{margin-bottom: 100px;}
.mg_b_3{margin-bottom: 80px;}
.mg_b_4{margin-bottom: 50px;}
.mg_b_5{margin-bottom: 30px;}

.cate_wrap > .cate{
	padding-top: 150px;
}

.default_entitle{
	font-size: clamp(30px, 5.0vw, 50px);
}
.default_title{
	font-size: clamp(22px, 3.4vw, 34px);
}
.default_title2{
	font-size: clamp(18px, 2.4vw, 24px);
}
.default_title3{
	font-size: clamp(18px, 2.0vw, 20px);
}
.default_txt{
	font-size: 16px;
}
.default_txt2{
	font-size: 14px;
}

/* ---------- common ---------- */
#root{position: relative;width: 100%;}
.stage {
	position: fixed;
	z-index: -1;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	display: grid;
	place-items: center;
	perspective: 1000px;
	-ms-filter: blur(6px);
	filter: blur(6px);
}
.stage::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #1A1A1A;
	opacity: 0.5;
}
.cube {
	position: relative;z-index: 2;
  width: 500px;
  transform-style: preserve-3d;
  transition: transform 0.1s linear;
}

.entitle_box .border-so1-b{border-color: #696969}
.pagetitle{
	position: relative;
}
body.on .pagetitle .imgbox{
	position: relative;
}
body.on .pagetitle .imgbox::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #000000;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 1%, rgba(0, 0, 0, 0.3) 55%, rgba(0, 0, 0, 0) 100%);
}
.pagetitle .title{
	position: absolute;
	z-index: 1;
	bottom: 0;
	width: 100%;
	text-align: center;
	transform: translateY(50%);
	font-size: clamp(36px, 8.2vw, 82px);
}
.pagetitle .title::after{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%,20px);
	width: 1px;
	height: 30px;
	background-color: #E3E4E5;
}
.more1 a,.more1 > div{
	/*
	border: 1px solid #696969;
	*/
	position: relative;
	border-radius: 200px;
	padding: 10px 15px;
	width: 220px;
	height: 66px;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;
	flex-direction: row;
}
.more1 a:hover,a:hover .more1 > div{
	opacity: 1;
}
.more1 a::before,.more1 a::after,.more1 > div::before,.more1 > div::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: 100% 100%;
	transition: ease 0.3s;
}
.more1 a::before,.more1 > div::before{
	background-image: url("https://dotchain.co.jp/system_panel/uploads/images/more_bg1.png");
	z-index: 1;
}
.more1 a::after,.more1 > div::after{
	background-image: url("https://dotchain.co.jp/system_panel/uploads/images/more_bg2.png");
	z-index: 2;
	opacity: 0;
	-ms-filter: blur(2px);
	filter: blur(2px);
}
.more1 a:hover::after,a:hover .more1 > div::after{
	opacity: 1;
}
.more1 a p,.more1 > div p{
	position: relative;
	z-index: 4;
	font-size: 15px;
	font-weight: 500;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;
	flex-direction: row;
}
/* ---------- header ---------- */
.fix_sns_box{
	position: fixed;
	bottom: 30px;
	right: 50px;
	gap: 20px;
	z-index: 99;
}
.fix_sns_box a{
	width: 30px;
}
.fix_sns_box a:hover{
	transform: translateY(-2px);
}
.header_logo{
	position: fixed;
	top: 40px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9999999;
	text-align: center;
}
.header_logo a{
	max-width: 140px;
}
.head_nav{
	position: absolute;
	left: 40px;
	top: 40px;
	z-index: 9;
	flex-direction: column;
	align-items: flex-start;
	gap: 15px;
}
.head_nav a{
	position: relative;
}
.head_nav a .jp{
	position: absolute;
	top: 50%;
	left: 100%;
	transition: ease 0.3s;
	opacity: 0;
	white-space: nowrap;
	font-size: 14px;
	transform: translateY(-50%);
}
.head_nav a:hover .jp{
	transform: translateX(20px) translateY(-50%);
	opacity: 1;
}
.menu_box{
	position: fixed;
	top: 40px;
	right: 40px;
	z-index: 9999999;
}
.menu_box .menu-bt{
	width: 57px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	border: 1px solid #E3E4E5;
	margin-left: auto;
	margin-right: 0;
	cursor: pointer;
}
.menu_box .menu-bt .line{
	position: relative;
	width: 20px;
	height: 14px;
}
.menu_box .menu-bt .line > div{
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #E3E4E5;
	transition: ease 0.3s;
	left: 50%;
	transform: translateX(-50%);
	caret-color: transparent;
}
.menu_box .menu-bt .line > div:nth-child(1){
	top: 0;
}
.menu_box .menu-bt .line > div:nth-child(2){
	top: 50%;
}
.menu_box .menu-bt .line > div:nth-child(3){
	bottom: 0;
}
.menu_box .menu-bt.active .line > div:nth-child(1){
	top: 50%;
	transform: translateX(-50%) translateY(-50%) rotate(315deg);
}
.menu_box .menu-bt.active .line > div:nth-child(2){
	top: 50%;
	transform: translateX(-50%) translateY(-50%) rotate(360deg);
	opacity: 0;
}
.menu_box .menu-bt.active .line > div:nth-child(3){
	bottom: 50%;
	transform: translateX(-50%) translateY(50%) rotate(-315deg);
}

.menu-wrap{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(26,26,26,0.90);
	z-index: 9999998;
}
.menu-wrap > div{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	flex-direction: column;
	gap: 80px;
}
.menu-wrap .menu_nav{
	gap: 40px;
}
.menu-wrap .menu_nav a{
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;
	flex-direction: column;
}
.menu-wrap .menu_nav a .jp{
	font-size: 12px;
}
.menu-wrap .sns_box{
	gap: 20px;
}
/* ---------- footer ---------- */
.footer_contact{
	padding-left: 10%;
	background-color: rgba(26,26,26,0.90);
}
.footer_contact a{
	display: block;
	background-color: #0E0E0E;
}
.footer_contact a > div{
	justify-content: space-between;
}
.footer_contact a .titlebox p{
	font-size: clamp(36px, 9vw, 92px);
	line-height: 1.2;
}
.footer_contact a .titlebox h2{
	font-size: clamp(14px, 2vw, 19px);
	color: #E3E4E5;
}
.footer_contact a .more{
	position: relative;
	padding-left: 80px;
}
.footer_contact a .more::after{
	content: "";
	width: 64px;
	height: 1px;
	background-color: #696969;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.footer_contact a .more p{}
.footer{
	padding-top: 80px;
	padding-bottom: 80px;
	background-color: rgba(26,26,26,0.90);
}
.footer .leftbox .logo{
	max-width: 175px;
}
.footer .leftbox .footer_nav{
	justify-content: flex-start;
	gap: 40px;
}
/* ANIME */
.sc-anime.topin.on{
	opacity:0;
	transform: translateY(-50px);
}
.sc-anime.topin.on.active{
	animation-name: topin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.bottomin.on{
	opacity:0;
	transform: translateY(50px);
}
.sc-anime.bottomin.on.active{
	animation-name: bottomin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.leftin.on{
	opacity:0;
	transform: translateX(-50px);
}
.sc-anime.leftin.on.active{
	animation-name: leftin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.rightin.on{
	opacity:0;
	transform: translateX(50px);
}
.sc-anime.rightin.on.active{
	animation-name: rightin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.fadein.on{
	opacity:0;
}
.sc-anime.fadein.on.active{
	animation-name: fadein;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.blurin.on{
	opacity:0;
	-ms-filter: blur(6px);
	filter: blur(6px);
}
.sc-anime.blurin.on.active{
	animation-name: blurin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.blurin2.on{
	opacity:0;
	transform: translateY(50px);
	-ms-filter: blur(6px);
	filter: blur(6px);
}
.sc-anime.blurin2.on.active{
	animation-name: blurin2;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}

@keyframes topin {
	0% {
		opacity:0;
		transform: translateY(-50px);
	}
	100% {
		opacity:1;
		transform: translateY(0px);
	}
}
@keyframes bottomin {
	0% {
		opacity:0;
		transform: translateY(50px);
	}
	100% {
		opacity:1;
		transform: translateY(0px);
	}
}
@keyframes leftin {
	0% {
		opacity:0;
		transform: translateX(-50px);
	}
	100% {
		opacity:1;
		transform: translateX(0px);
	}
}
@keyframes rightin {
	0% {
		opacity:0;
		transform: translateX(50px);
	}
	100% {
		opacity:1;
		transform: translateX(0px);
	}
}
@keyframes upin {
	0% {
		transform: translateY(100%);
	}
	100% {
		transform: translateY(0);
	}
}
@keyframes fadein {
	0% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}
@keyframes fadeout {
	0% {
		opacity:1;
	}
	100% {
		opacity:0;
	}
}
@keyframes blurin {
	0% {
		opacity: 0;
		-ms-filter: blur(6px);
		filter: blur(6px);
	}
	100% {
		opacity:1;
		-ms-filter: blur(0px);
		filter: blur(0px);
	}
}
@keyframes blurin2 {
	0% {
		opacity: 0;
		transform: translateY(50px);
		-ms-filter: blur(6px);
		filter: blur(6px);
	}
	100% {
		opacity:1;
		transform: translateY(0px);
		-ms-filter: blur(0px);
		filter: blur(0px);
	}
}

/* color */
.txt-color-normal{color: #000000;}
.txt-white{color: #E3E4E5;}
.txt-red{color: red;}
.txt-color1{color: #FFE93C}
.txt-color2{color: #F1F1E9}
.txt-color3{color: #021745}
.txt-color4{color: #EBF5E5}
.bg-white{background-color: #ffffff;}
.bg-black{background-color: black}
.bg-color1{background-color: #FFE93C}
.bg-color2{background-color: #F1F1E9}
.bg-color3{background-color: #021745}
.bg-color4{background-color: #EBF5E5}
.border-color1{border-color: #FFE93C}
.border-color2{border-color: #F1F1E9}
.border-color3{border-color: #021745}
.border-color4{border-color: #EBF5E5}

.hvr-txt-color-normal:hover{color: #000000;}
.hvr-txt-white:hover{color: #ffffff;}
.hvr-txt-red:hover{color: red;}
.hvr-txt-color1:hover{color: #FFE93C}
.hvr-txt-color2:hover{color: #F1F1E9}
.hvr-txt-color3:hover{color: #021745}
.hvr-txt-color4:hover{color: #EBF5E5} 
.hvr-bg-white:hover{background-color: #ffffff;}
.hvr-bg-black:hover{background-color: black}
.hvr-bg-color1:hover{background-color: #FFE93C}
.hvr-bg-color2:hover{background-color: #F1F1E9}
.hvr-bg-color3:hover{background-color: #021745}
.hvr-bg-color4:hover{background-color: #EBF5E5}
.hvr-border-color1:hover{border-color: #FFE93C}
.hvr-border-color2:hover{border-color: #F1F1E9}
.hvr-border-color3:hover{border-color: #021745}
.hvr-border-color4:hover{border-color: #EBF5E5}

/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}

/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	.pd_wrap{
		padding: 150px 60px 0;
	}
	.pd_wrap_all{
		padding: 150px 60px 150px;
	}
	.pd_wrap_side{
		padding-left: 60px;
		padding-right: 60px;
	}
/* ---------- common ---------- */
/* ---------- header ---------- */
/* ---------- footer ---------- */
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.mg_b_1{margin-bottom: 100px;}
	.mg_b_2{margin-bottom: 80px;}
	.mg_b_3{margin-bottom: 60px;}
	.mg_b_4{margin-bottom: 40px;}
	.mg_b_5{margin-bottom: 30px;}
/* ---------- common ---------- */
/* ---------- header ---------- */
/* ---------- footer ---------- */
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.pd_wrap{
		padding: 100px 50px 0;
	}
	.pd_wrap_all{
		padding: 100px 50px 100px;
	}
	.pd_wrap_side{
		padding-left: 50px;
		padding-right: 50px;
	}
	.cate_wrap > .cate{
		padding-top: 100px;
	}
/* ---------- common ---------- */
	.more1 a,.more1 > div{
		padding: 10px 15px;
		width: 180px;
		height: 60px;
	}

/* ---------- header ---------- */
	.head_nav{display: none;}
/* ---------- footer ---------- */
}
/* ---------- スマートフォン ---------- */
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.pd_wrap{
		padding: 80px 20px 0;
	}
	.pd_wrap_all{
		padding: 80px 20px 80px;
	}
	.pd_wrap_side{
		padding-left: 20px;
		padding-right: 20px;
	}
	.cate_wrap > .cate{
		padding-top: 80px;
	}
	.mg_b_1{margin-bottom: 80px;}
	.mg_b_2{margin-bottom: 60px;}
	.mg_b_3{margin-bottom: 50px;}
	.mg_b_4{margin-bottom: 30px;}
	.mg_b_5{margin-bottom: 20px;}
	.default_txt{
		font-size: 14px;
	}
	.default_txt2{
		font-size: 12px;
	}
/* ---------- common ---------- */
	.pagetitle .title::after{
		transform: translate(-50%,10px);
		height: 20px;
	}
/* ---------- header ---------- */
	.fix_sns_box{
		bottom: 15px;
		right: 20px;
		gap: 15px;
	}
	.fix_sns_box a{
		width: 24px;
	}
	.header_logo{
		top: 20px;
	}
	.header_logo a{
		max-width: 100px;
	}
	.menu_box{
		top: 20px;
		right: 20px;
	}
	.menu_box .menu-bt{
		width: 46px;
	}
	.menu_box .menu-bt .line{
		position: relative;
		width: 18px;
		height: 14px;
	}
	.menu-wrap .menu_nav a{
		width: 33%;
	}
/* ---------- footer ---------- */
	.footer_contact a{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.footer_contact .txtbox{
		width: 100%;
		margin-bottom: 40px;
	}
	.footer_contact a .more{
		margin-left: auto;
		margin-right: 0;
	}
	
	.footer > div{
		justify-content: center;
	}
	.footer .leftbox{
		width: 100%;
		margin-bottom: 30px;
	}
	.footer .leftbox .logo{
		width: 40%;
		margin: 0 auto 30px;
	}
	.footer .leftbox .footer_nav{
		gap: 20px;
		justify-content: space-around;
	}
	.footer .leftbox .footer_nav a p{
		font-size: 14px;
	}
	.copyright{
		text-align: center;
	}
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}
