@charset "UTF-8";

/*-------	ヘッダー・フッター用CSS -----------*/

/*-------------------------
	ヘッダー
-------------------------*/
#pc_global_header { display: none; }
#sp_global_header { display: block; }

#global_header {
	position: relative;
	z-index: initial;
	box-sizing: border-box;
	border: none;
	height: 100%;
	background: #fff;
	text-align: left;
}

#global_header img {
	width: 100%;
	height: auto;
}

.global_header_logo {
	padding: 11px 0 12px 15px;
	width: 160px;
	height: auto;
}

#global_btn_menu {
	display: block;
	position: absolute;
	top: 11px;
	right: 15px;
}

#global_btn_menu a {
	display: block;
	width: 31px;
	height: 35px;
	background: url(/shared/img/sp_menu_btn.png) no-repeat;
	background-size: cover;
	text-indent: -99999px;
}

@media screen and (min-width: 481px) {
	#pc_global_header { display: block; }
	#sp_global_header { display: none; }

	#global_header {
		z-index: 1;
		padding: 0;
	}

	.global_header_inner {
		position: relative;
		left: 2px;
		margin: 0 auto;
		width: 1000px;
	}

	.global_header_inner:after { content:""; display:block; clear:both; }

	.global_header_logo {
		float: left;
		padding: 20px 0 0;
		width: 268px;
	}

	#global_btn_menu {
		display: none;
	}


	.btn_order {
		float: right;
		margin: 29px 0 0;
	}

	.btn_order a {
		display: block;
		position: relative;
		box-sizing: border-box;
		border-radius: 20px;
		border: solid 1px #00a2f0;
		padding-left: 7px;
		width: 165px;
		height: 40px;
		background: #fff;
		color: #00a2ef;
		font-size: 14px;
		line-height: 40px;
		text-align: center;
	}

	.btn_order a:hover {
		border: solid 1px #fff;
		background: #00a2f0;
		color: #fff;
	}

	.btn_order a:before,
	.btn_order a:after {
		content: '';
		position: absolute;
		-webkit-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
	}

	.btn_order a:before {
		top: 50%;
		left: 15px;
		width: 13px;
		height: 3px;
		background: #00a2f0;
	}

	.btn_order a:after {
		top: 50%;
		left: 28px;
		margin-top: -7px;
		border-top: solid 10px transparent;
		border-left: solid 10px #00a2f0;
		width: 0;
		height: 0;
	}

	.btn_order a:hover {
		-webkit-transition: all 0.4s ease-out;
		transition: all 0.4s ease-out;
	}

	.btn_order a:hover:before {
		left: 20px;
		background: #fff;
	}
	.btn_order a:hover:after {
		left: 32px;
		border-left-color: #fff;
	}


	.select_lang_pc {
		display: table;
		float: right;
		margin: 30px 20px 0 0;
		width: 300px;
		background: #fff;
	}

	.select_lang_pc li {
		display: table-cell;
		width: auto;
		text-align: center;
	}

	.select_lang_pc a {
		position: relative;
		display: block;
		padding: 12px 5px 10px;
		color: #00a2f0;
		font-size: 12px;
		-webkit-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}

	.select_lang_pc a:hover {
		opacity: 0.6;
	}

	.select_lang_pc li:not(:last-child) a:after {
		content: '';
		position: absolute;
		top: 15px;
		right: 0;
		border-right: solid 1px #4dbef5;
		height: 1em;
	}
}


/* ナビ */
#category_nav {
	display: none;
}

@media screen and (min-width: 481px) {
	/* ナビ */
	#category_nav {
		display: block;
		clear: both;
		position: static;
		margin: 0;
		background: #fff;
	}

	.category_nav_inner {
		display: table;
		margin: 0 auto;
		padding: 10px 0 13px;
		width: 1000px;
	}

	#category_nav li {
		position: relative;
		display: table-cell;
	}

	#category_nav li:first-child a:before {
		content: '';
		position: absolute;
		top: 16px;
		left: 0;
		width: 1px;
		height: 12px;
		background: #bbb;
	}

	#category_nav li:after {
		content: '';
		position: absolute;
		top: 16px;
		right: 0;
		width: 1px;
		height: 12px;
		background: #bbb;
	}

	#category_nav li:last-child:after {
		display: block;
		right: 1px;
	}

	#category_nav li a {
		display: block;
		border: none;
		margin: 0;
		padding: 10px 0;
		width: 100%;
		background: #fff;
		color: #555;
		font-size: 16px;
		text-align: center;
		-webkit-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}

	#category_nav li a:hover {
		opacity: 0.6;
	}

	#category_nav a:active {
		background: #fff;
	}

	#category_nav .category_01 { width: 265px; }
	#category_nav .category_02 { width: 235px; }
	#category_nav .category_03 { width: 234px; }
	#category_nav .category_04 { width: 265px; }
}


/* スマホメニュー */
#global_sp_menu {
	opacity: 0;
	position: absolute;
	top: 59px;
	left: 0;
	z-index: -1;
	box-sizing: border-box;
	border-top: solid 1px #b2e3fa;
	padding: 0 0 20px;
	width: 100%;
	background: #fff;
	-webkit-transform: translateY(-15px);
	transform: translateY(-15px);
	-webkit-transition: all 0.3s cubic-bezier(0.165, 0.840, 0.440, 1.000);
	transition: all 0.3s cubic-bezier(0.165, 0.840, 0.440, 1.000);
}

#global_sp_menu a {
	text-align: left;
}

.global_sp_nav li {
	border-bottom: solid 1px #b2e3fa;
	padding: 0 4.695%;
}

.global_sp_nav li a {
	position: relative;
	display: block;
	float: none;
	padding: 10px 0;
	width: 100%;
	height: auto;
	background: #fff;
	color: #555;
	font-size: 14px;
	font-weight: bold;
}

.global_sp_nav li a:before,
.global_sp_nav li a:after {
	content: '';
	position: absolute;
}

.global_sp_nav li a:before {
	top: 50%;
	right: 9px;
	margin-top: -1px;
	width: 10px;
	height: 3px;
	background: #00a2f0;
}

.global_sp_nav li a:after {
	top: 50%;
	right: 0;
	margin-top: -7px;
	border-top: solid 9px transparent;
	border-left: solid 9px #00a2f0;
	width: 0;
	height: 0;
}

.global_sp_nav li:last-child a:before {
	right: 0;
	width: 19px;
}

.global_sp_nav li:last-child a:after {
	top: 50%;
	right: 8px;
	border: none;
	margin-top: -9px;
	width: 3px;
	height: 19px;
	background: #00a2f0;
}

.global_sp_nav_lang,
.global_sp_nav_course {
	border-bottom: solid 1px #b2e3fa;
}

.global_sp_nav_lang li,
.global_sp_nav_course li {
	margin: 0 4.69%;
	border-bottom: dotted 1px #b2e3fa;
}

.global_sp_nav_lang li:last-child,
.gloabl_sp_nav_course li:last-child {
	border-bottom: none;
}

/* グローバルナビ・各コース */
.global_sp_nav_course li.paint { background: rgba(255, 0, 0, 0.2) }
.global_sp_nav_course li.sculpture { background: rgba(255, 127, 0, 0.2) }
.global_sp_nav_course li.craft { background: rgba(144, 191, 0, 0.2) }
.global_sp_nav_course li.product { background: rgba(38, 153, 0, 0.2) }
.global_sp_nav_course li.textile { background: rgba(0, 153, 204, 0.2) }
.global_sp_nav_course li.vcd { background: rgba(35, 147, 255, 0.2) }
.global_sp_nav_course li.imd { background: rgba(153, 31, 143, 0.2) }
.global_sp_nav_course li.illust { background: rgba(230, 92, 149, 0.2) }

.global_sp_nav_lang li a,
.global_sp_nav_course li a {
	position: relative;
	display: block;
	float: none;
	padding: 8px 3px 8px 3px;
	width: 95%;
	height: auto;
	/*background: #fff;*/
	color: #666;
	font-size: 12px;
	font-weight: bold;
}

.global_sp_nav_course li a:before,
.global_sp_nav_course li a:after,
.global_sp_nav_lang li a:before,
.global_sp_nav_lang li a:after {
	content: '';
	position: absolute;
}


.global_sp_nav_course li a:before,
.global_sp_nav_lang li a:before {
	top: 50%;
	right: 9px;
	margin-top: -1px;
	width: 10px;
	height: 3px;
	background: #00a2f0;
}

.global_sp_nav_course li a:after,
.global_sp_nav_lang li a:after {
	top: 50%;
	right: 0;
	margin-top: -7px;
	border-top: solid 9px transparent;
	border-left: solid 9px #00a2f0;
	width: 0;
	height: 0;
}

#select_lang_sp a:after {
					transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
}


/* メニューが開く時 */
.is-spMenuOpen #global_sp_menu {
	opacity: 1;
	z-index: 10;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: all 0.4s cubic-bezier(0.165, 0.840, 0.440, 1.000);
	transition: all 0.4s cubic-bezier(0.165, 0.840, 0.440, 1.000);
}


/* メニューが開いている時 */
.is-spMenuOpen {
	background: #fff;
}

body.is-spMenuOpen {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}

.is-spMenuOpen #global_header {
	z-index: 100;
}

.is-spMenuOpen .global_header_inner {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	overflow-y: auto;
	width: 100%;
	height: 100%;
	background: #fff;
}

.is-spMenuOpen #global_btn_menu a {
	background-image: url(/shared/img/sp_menu_btn_close.png);
}

.is-spMenuOpen #body,
.is-spMenuOpen #global_footer {
	display: none;
}

#select_lang_sp.is-active a:after {
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}



/*-------------------------
	フッター
-------------------------*/

#global_footer {
	position: relative;
	margin-top: 46px;
	padding-top: 1px;
	background: #00a2f0 !important;
}

#global_footer img {
	width: 100%;
	height: auto;
}

#global_footer a:hover {
	text-decoration: none;
}

.global_pagetop {
	margin-top: -46px;
}

.global_pagetop a {
	position: relative;
	z-index: 10;
	display: block;
	margin: 0 auto;
	width: 187px;
	/*height: 46px;*/
}

.global_pagetop a:before,
.global_pagetop a:after {
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -8px;
	border-left: solid 8px transparent;
	border-right: solid 8px transparent;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.global_pagetop a:before {
	top: 15px;
	border-bottom: solid 8px #fff;
}

.global_pagetop a:after {
	top: 18px;
	border-bottom: solid 8px #00a2f0;
}

.global_footer_inner {
	padding: 40px 4.69% 30px;
}

@media screen and (min-width: 481px) {
	#global_footer {
		position: static;
		float: left;
		clear: both;
		width: 100%;
		height: auto;
		text-align: left;
		font-size: 14px;
	}

	.global_pagetop a:hover:before {
		top: 11px;
		-webkit-transform: rotateY(360deg);
		transform: rotateY(360deg);
		-webkit-transition: all 0.4s ease-out;
		transition: all 0.4s ease-out;
	}

	.global_pagetop a:hover:after {
		top: 14px;
		-webkit-transform: rotateY(360deg);
		transform: rotateY(360deg);
		-webkit-transition: all 0.4s ease-out;
		transition: all 0.4s ease-out;
	}

	.global_footer_inner {
		position: relative;
		left: 2px;
		margin: 0 auto;
		width: 1000px;
		padding: 30px 0 17px;
	}

	.global_footer_inner:after { content:""; display:block; clear:both; }
}


.global_footer_info {
	padding-right: 5px;
}

.global_footer_info a {
	color: #fff;
}

.global_footer_logo {
	padding: 0;
	width: 60%;
}

.global_footer_address { display: none; }

.hamabi_group {
	margin-top: 18px;
	border-top: dashed 1px #4dbef5;
}

.hamabi_group li {
	border-bottom: dashed 1px #4dbef5;
}

.hamabi_group li a {
	position: relative;
	display: inline-block;
	padding: 16px 27px 16px 27px;
	background: url(/shared/img/ico_blank.png) right center no-repeat;
	background-size: 19px 13px;
	font-size: 13px;
}

.hamabi_group li a:before,
.hamabi_group li a:after {
	content: '';
	position: absolute;
	top: 50%;
}

.hamabi_group li a:before {
	left: 0;
	margin-top: -1px;
	width: 10px;
	height: 3px;
	background: #fff;
}

.hamabi_group li a:after {
	left: 10px;
	margin-top: -7px;
	border-top: solid 9px transparent;
	border-left: solid 9px #fff;
	width: 0;
	height: 0;
}

@media screen and (max-width: 480px) {
.global_footer_logo {
  margin: 0 auto;
}
}

@media screen and (min-width: 481px) {
	.global_footer_info {
		float: left;
		padding-right: 0;
		width: 452px;
	}

	.global_footer_logo {
		width: 318px;
		height: auto;
	}

	.global_footer_address {
		display: block;
		margin-top: 8px;
		color: #fff;
	}

	.hamabi_group {
		margin-top: 10px;
		border-top: none;
	}

	.hamabi_group li {
		border-bottom: none;
	}

	.hamabi_group li a {
		padding: 3px 27px 3px 32px;
	}

	.hamabi_group li a:before,
	.hamabi_group li a:after {
		content: '';
		position: absolute;
		-webkit-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
	}

	.hamabi_group li a:before {
		width: 13px;
	}

	.hamabi_group li a:after {
		left: 13px;
		margin-top: -8px;
		border-top: solid 10px transparent;
		border-left: solid 10px #fff;
	}

	.hamabi_group li a:hover {
		-webkit-transition: all 0.4s ease-out;
		transition: all 0.4s ease-out;
	}

	.hamabi_group li a:hover:before {
		left: 4px;
		background: #fff;
	}
	.hamabi_group li a:hover:after {
		left: 17px;
		border-left-color: #fff;
	}
}

.global_footer_links {
	margin-top: 15px;
}

.global_footer_links li {
	margin: 15px 0 0;
}

.global_footer_links li a {
	position: relative;
	display: block;
	box-sizing: border-box;
	padding: 0 0 0 7px;
	border: solid 1px #00a2f0;
	border-radius: 22px;
	width: 100%;
	height: 44px;
	background: #fff;
	color: #00a2ef;
	font-size: 16px;
	line-height: 44px;
	text-align: center;
}

.global_footer_links li a:before,
.global_footer_links li a:after {
	content: '';
	position: absolute;
}

.global_footer_links li a:before {
	top: 50%;
	left: 20px;
	width: 10px;
	height: 3px;
	background: #00a2f0;
}

.global_footer_links li a:after {
	top: 50%;
	left: 30px;
	margin-top: -6px;
	border-top: solid 9px transparent;
	border-left: solid 9px #00a2f0;
	width: 0;
	height: 0;
}


@media screen and (min-width: 481px) {
	.global_footer_links {
		float: right;
		margin: 10px 0 0 -11px;
		width: 558px;
	}

	.global_footer_links:after { content:""; display:block; clear:both; }

	.global_footer_links li {
		float: left;
		margin: 10px 0 0 11px;
	}

	.global_footer_links li a {
		border: solid 1px #fff;
		border-radius: 18px;
		width: 268px;
		height: 36px;
		font-size: 14px;
		line-height: 36px;
		-webkit-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}

	.global_footer_links li a:hover {
		border: solid 1px #fff;
		background: #00a2f0;
		color: #fff;
		-webkit-transition: all 0.4s ease-out;
		transition: all 0.4s ease-out;
	}

	.global_footer_links li a:before,
	.global_footer_links li a:after {
		content: '';
		position: absolute;
		-webkit-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
	}

	.global_footer_links li a:before {
		left: 15px;
		width: 13px;
	}

	.global_footer_links li a:after {
		left: 28px;
		margin-top: -7px;
		border-top: solid 10px transparent;
		border-left: solid 10px #00a2f0;
	}

	.global_footer_links li a:hover:before {
		left: 20px;
		background: #fff;
	}

	.global_footer_links li a:hover:after {
		left: 32px;
		border-left-color: #fff;
	}


}


.global_footer_copyright {
	background: #0184e9;
}

.global_footer_copyright a {
	color: #fff;
}

.global_footer_another_links li {
	border-bottom: solid 1px #00a2f0;
}

.global_footer_another_links li a {
	position: relative;
	display: block;
	padding: 15px 0 15px 43px;
	font-size: 14px;
}

.global_footer_another_links li a:before,
.global_footer_another_links li a:after {
	content: '';
	position: absolute;
}

.global_footer_another_links li a:before {
	top: 50%;
	left: 15px;
	margin-top: -1px;
	width: 10px;
	height: 3px;
	background: #fff;
}

.global_footer_another_links li a:after {
	top: 50%;
	left: 25px;
	margin-top: -7px;
	border-top: solid 9px transparent;
	border-left: solid 9px #fff;
	width: 0;
	height: 0;
}

.global_copyright {
	padding: 11px 0;
	color: #fff;
	font-size: 8px;
	text-align: center;
}


@media screen and (min-width: 481px) {
	.global_footer_copyright_inner {
		margin: 0 auto;
		width: 1000px;
	}

	.global_footer_copyright_inner:after { content:""; display:block; clear:both; }

	.global_footer_another_links {
		float: left;
		width: auto;
	}

	.global_footer_another_links:after { content:""; display:block; clear:both; }

	.global_footer_another_links li {
		float: left;
		border-bottom: none;
	}

	.global_footer_another_links li + li {
		margin-left: 24px;
	}

	.global_footer_another_links li a {
		padding: 12px 0 12px 35px;
	}

	.global_footer_another_links li a:before {
		left: 0;
		width: 13px;
		-webkit-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
	}

	.global_footer_another_links li a:after {
		left: 13px;
		margin-top: -8px;
		border-top: solid 10px transparent;
		border-left: solid 10px #fff;
		-webkit-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
	}

	.global_footer_another_links li a:hover:before {
		left: 5px;
	}

	.global_footer_another_links li a:hover:after {
		left: 18px;
	}

	.global_copyright {
		float: right;
		padding: 12px 0;
		font-size: 13px;
	}

}
