@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Shippori+Mincho:wght@400;500;700;800&display=swap');
/* CSS Document */
html{
}
body{
	font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	color: #000000;
	font-weight: 500;
	background-color: #FFFCF8;
	background-image: url("https://global-technology220525.smooooth.jp/system_panel/uploads/images/bodybg.png");
	background-position: left top;
	background-repeat: repeat-y;
	background-size: 100% auto;
	padding-top: 100px;
}
.font-serif{
	font-family: "Shippori Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}
.font-bold{font-weight: 700;}
.font-extra{font-weight: 800;}
.font-black{font-weight: 900;}


/* ---------- common ---------- */
.page-title{
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 450px;
	position: relative;
}
.page-title > div{
	position: absolute;
	bottom: 50px;
	left: 0;
	width: 100%;
	background-color:rgba(255,252,248,0.90);
}
.page-title h1{
	font-size: 50px;
	font-weight: 900;
	color: #E23513;
	max-width: 1280px;
	margin: 0 auto;
	padding: 20px;
}

.more > a,.more > div{
	display: inline-block;
	border-radius: 100px;
	text-align: center;
	padding: 10px 50px;
	position: relative;
}
.more1 > a,.more1 > div{
	background-color: #E23513;
}
.more2 > a,.more2 > div{
	background-color: #1F4068;
}
.more > a{
	transition: ease 0.3s;
}
.more > a:hover{
	opacity: 0.5;
}
.more p,.more i{
	color: #ffffff;
	font-size: 14px;
}
.more p{
	font-weight: 700;
}
.more i{
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	transition: ease 0.3s;
}
.more a:hover i{
	transform: translateY(-50%) translateX(3px);
}
/* ---------- header ---------- */
.header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #FFFCF8;
	z-index: 99;
}
.header .logo{
	padding: 0 50px;
	width: 20%;
	max-width: 300px;
	background-color: #C9312E;
}
.header .head-menu .li > a,.header .head-menu .li .link-box{
	width: 120px;
	height: 100px;
	transition: ease 0.4s;
	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;
	cursor: pointer;
	position: relative;
}
.header .head-menu .li > a:hover,.header .head-menu .li .link-box:hover{
	background-color: #E23513;
}
.header .head-menu .li .link-box .box-link{
	position: absolute;
	top: 100%;
	left: 0;
	display: none;
}
.header .head-menu .li .link-box:hover .box-link{
	display: block;
}
.header .head-menu .li .link-box .box-link a{
	display: block;
	transition: ease 0.4s;
	background-color: #E23513;
	padding: 10px;
	width: 180px;
}
.header .head-menu .li .link-box .box-link a:first-of-type{
	border-bottom: 2px solid #FFFCF8;
}
.header .head-menu .li .link-box .box-link a:hover{
	background-color: #FFFCF8;
}
.header .head-menu .li .link-box .box-link a p{
	color: #FFFCF8;
	white-space: nowrap;
	transition: ease 0.4s;
}
.header .head-menu .li .link-box .box-link a:hover p{
	color: #E23513;
}
.header .head-menu .li.online-bt a{
	width: 160px;
	background-color: #E23513;
	box-sizing: border-box;
	border: 3px solid #E23513;
}
.header .head-menu .li.online-bt a:hover{
	background-color: #FFFCF8;
}


.header .head-menu .li .icon-box{
	width: 30px;
	height: 30px;
	margin: 0 auto;
	position: relative;
}
.header .head-menu .li .icon-box img{
	transition: ease 0.4s;
}
.header .head-menu .li .icon-box::after{
	content: "";
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
	transition: ease 0.4s;
}
.header .head-menu .li > a:hover .icon-box::after,.header .head-menu .li .link-box:hover .icon-box::after{
	opacity: 1;
}
.header .head-menu .li > a:hover .icon-box img,.header .head-menu .li .link-box:hover .icon-box img{
	opacity: 0;
}

.header .head-menu .li:nth-of-type(1) .icon-box::after{
	background-image: url("https://global-technology220525.smooooth.jp/system_panel/uploads/images/menuicon1-2.png");
}
.header .head-menu .li:nth-of-type(2) .icon-box::after{
	background-image: url("https://global-technology220525.smooooth.jp/system_panel/uploads/images/menuicon2-2.png");
}
.header .head-menu .li:nth-of-type(3) .icon-box::after{
	background-image: url("https://global-technology220525.smooooth.jp/system_panel/uploads/images/menuicon3-2.png");
}
.header .head-menu .li:nth-of-type(4) .icon-box::after{
	background-image: url("https://global-technology220525.smooooth.jp/system_panel/uploads/images/menuicon4-2.png");
}
.header .head-menu .li:nth-of-type(5) .icon-box::after{
	background-image: url("https://global-technology220525.smooooth.jp/system_panel/uploads/images/menuicon5-2.png");
}
.header .head-menu .li:nth-of-type(6) .icon-box::after{
	background-image: url("https://global-technology220525.smooooth.jp/system_panel/uploads/images/menuicon6-1.png");
}
.header .head-menu .li p{
	width: 100%;
	font-weight: 900;
	color: #E23513;
	font-size: 14px;
	transition: ease 0.4s;
}
.header .head-menu .li > a:hover .li-box > p,.header .head-menu .li .link-box:hover .li-box > p{
	color: #FFFCF8;
}
.header .head-menu .li.online-bt p{
	color: #FFFCF8;
}
.header .head-menu .li.online-bt a:hover p{
	color: #E23513;
}
.header .menu-bt,.menu-wrap{display: none;}

/* ---------- footer ---------- */
.footer-links .link{
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}
.footer-links .link::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.5);
	transition: ease 0.3s;
	z-index: 1;
}
.footer-links .link:hover::after{
	opacity: 0;
}
.footer-links .link1{
	background-image: url("https://global-technology220525.smooooth.jp/system_panel/uploads/images/footer-links1.jpg");
	border-radius: 30px;
	margin-bottom: 30px;
}
.footer-links .link2{
	background-image: url("https://global-technology220525.smooooth.jp/system_panel/uploads/images/footer-links2.jpg");
}
.footer-links .link3{
	background-image: url("https://global-technology220525.smooooth.jp/system_panel/uploads/images/footer-links3.jpg");
}
.footer-links .link4{
	background-image: url("https://global-technology220525.smooooth.jp/system_panel/uploads/images/footer-links4.jpg");
}
.footer-links .link a{
	display: block;
	position: relative;
	z-index: 2;
}
.footer-links .link a:hover .more i{
	transform: translateY(-50%) translateX(3px);
}
.footer-links .flex .link{
	border-radius: 50%;
}
.footer-links .flex .link a{
	width: 300px;
	height: 300px;
}
.footer-links .flex .link a > div{
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	text-align: center;
}


.footer-map{
	position: relative;
	width: 100%;
	height: 500px;
}
.footer-map iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.footer p,.footer i{
	color: #ffffff;
}
.footer a{
	display: inline-block;
	transition: ease 0.3s;
}
.footer a:hover{
	opacity: 0.5;
}
.footer .left-box i{
	font-size: 24px;
}

.footer .left-box p{
	margin-bottom: 20px;
}
.footer .left-box .sns-links{
	gap:20px;
}

.footer .right-box p{
	font-weight: 700;
}
.footer .right-box .ul:nth-of-type(2){
	margin-left: 30px;
}
.footer .right-box .ul:nth-of-type(3){
	margin-left: 30px;
}
.footer .right-box .ul .li:not(:last-of-type){
	margin-bottom: 10px;
}
/* ANIME */
@keyframes fadein {
	0% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}

/* color */
.txt-color-normal{color: #000000;}
.txt-white{color: #FFFCF8;}
.txt-red{color: red;}
.txt-color1{color: #E23513}
.txt-color2{color: #F9E8D7}
.txt-color3{color: #A36A36}
.txt-color4{color: #1F4068}
.bg-white{background-color: #FFFCF8!important;}
.bg-black{background-color: black}
.bg-color1{background-color: #E23513}
.bg-color2{background-color: #F9E8D7}
.bg-color3{background-color: #A36A36}
.bg-color4{background-color: #1F4068}
.border-color1{border-color: #E23513}
.border-color2{border-color: #F9E8D7}
.border-color3{border-color: #A36A36}
.border-color4{border-color: #1F4068}

.hvr-txt-color-normal:hover{color: #000000;}
.hvr-txt-white:hover{color: #FFFCF8;}
.hvr-txt-red:hover{color: red;}
.hvr-txt-color1:hover{color: #E23513}
.hvr-txt-color2:hover{color: #F9E8D7}
.hvr-txt-color3:hover{color: #A36A36}
.hvr-txt-color4:hover{color: #1F4068} 
.hvr-bg-white:hover{background-color: #FFFCF8;}
.hvr-bg-black:hover{background-color: black}
.hvr-bg-color1:hover{background-color: #E23513}
.hvr-bg-color2:hover{background-color: #F9E8D7}
.hvr-bg-color3:hover{background-color: #A36A36}
.hvr-bg-color4:hover{background-color: #1F4068}
.hvr-border-color1:hover{border-color: #E23513}
.hvr-border-color2:hover{border-color: #F9E8D7}
.hvr-border-color3:hover{border-color: #A36A36}
.hvr-border-color4:hover{border-color: #1F4068}

/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}

/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	.page-title{
		height: 400px;
	}
	.page-title h1{
		font-size: 40px;
		padding: 20px;
	}
	.footer-links .flex .link a{
		width: 250px;
		height: 250px;
	}
	.footer .right-box p{
		font-size: 14px;
	}
}
/* ---------- 1000px ~ ---------- */
@media screen and (max-width: 1000px){
	body{
		padding-top: 60px;
	}
	.page-title{
		height: 300px;
	}
	.more > a,.more > div{
		padding: 10px 40px;
	}
	.more p,.more i{
		font-size: 12px;
	}
	.more i{
		right: 15px;
	}
	.header .logo{
		padding: 0 50px;
		width: 30%;
	}
	.header .head-menu,.footer .right-box{
		display: none;
	}
	.header .menu-bt{
		display: block!important;
		text-align: center;
		cursor: pointer;
		width: 60px;
		height: 60px;
		background-color: #E23513;
		position: relative;
	}
	.header .menu-bt .line{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		width: 30px;
		height: 21px;
	}
	.header .menu-bt .line div{
		width: 100%;
		height: 3px;
		position: absolute;
		left: 0;
		border-radius: 3px;
		background-color: #ffffff;
		transition: ease 0.3s;
	}
	.header .menu-bt .line div:nth-of-type(1){
		top: 50%;
		transform: translateY(-50%)
	}
	.header .menu-bt .line div:nth-of-type(2){
		top: 0;
	}
	.header .menu-bt .line div:nth-of-type(3){
		bottom: 0;
	}
	.header .menu-bt.active .line div:nth-of-type(1){
		opacity: 0;
	}
	.header .menu-bt.active .line div:nth-of-type(2){
		top: 50%;
		transform: translateY(-50%) rotate(45deg);
	}
	.header .menu-bt.active .line div:nth-of-type(3){
		bottom: 50%;
		transform: translateY(50%) rotate(-45deg);
	}
	.menu-wrap{
		position: fixed;
		top: 60px;
		left: 0;
		width: 100%;
		height: calc(100% - 60px);
		z-index: 98;
		padding: 30px 0;
		box-sizing: border-box;
		overflow: auto;
		opacity: 0;
		background-color: rgba(226,53,19,0.90);;
	}
	.menu-wrap.active{
		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;
		animation-name: fadein;
		animation-duration: 0.6s;
		animation-timing-function: ease;
		animation-fill-mode: forwards;
	}
	.menu-wrap .menu-list,.menu-wrap .shop-menu{
		width: 80%;
		max-width: 1000px;
	}
	.menu-wrap .menu-list > div,.menu-wrap .shop-menu > div{
		position: relative;
		width: 45%;
		margin-bottom: 20px;
		border-bottom: 4px solid #ffffff;
	}
	.menu-wrap a{
		transition: ease 0.3s;
	}
	.menu-wrap a:hover{
		opacity: 0.5;
	}
	.menu-wrap a p{
		color: #ffffff;
		font-weight: 700;
		font-size: 20px;
	}
	.menu-wrap a p i{
		margin-right: 10px;
	}
	.footer-links .flex .link a{
		width: 200px;
		height: 200px;
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.page-title{
		height: 180px;
	}
	.page-title > div{
		bottom: 20px;
	}
	.page-title h1{
		font-size: 24px;
		padding: 10px;
	}
	.footer-links .link1{
		border-radius: 20px;
	}
	.footer-links .flex{
		gap:20px;
	}
	.footer-map{
		height: 400px;
	}
	.footer .left-box p{
		font-size: 14px;
		margin-bottom: 10px;
	}
	
}
/* ---------- スマートフォン ---------- */
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	body{
		padding-top: 50px;
	}
	.page-title{
		height: 100px;
	}
	.page-title > div{
		bottom: 10px;
	}
	.page-title h1{
		font-size: 18px;
		padding: 5px 10px;
	}
	.header .logo{
		width: 40%;
		padding: 0 30px;
	}
	.header .menu-bt{
		width: 50px;
		height: 50px;
	}
	.menu-wrap{
		top: 50px;
		height: calc(100% - 50px);
	}
	.menu-wrap .menu-list > div,.menu-wrap .shop-menu > div{
		width: 100%;
		margin-bottom: 20px;
		border-bottom: 3px solid #ffffff;
	}
	.menu-wrap a p{
		font-size: 16px;
	}
	.footer-map{
		height: 300px;
	}
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}
