@charset "UTF-8";

/* Break Point -> smartphone first!

0px                                       1069px
|-------- sp ---------|--- tab(PC表示) ---|--- pc ----

*/



/* Font Size [vw -> px]

|-- sp --|- tab -|- pc -|

2.6vw  =  1.3vw   = 10px
2.93vw =          = 11px
3.2vw  =  1.56vw  = 12px
3.47vw =  1.7vw   = 13px
3.73vw =  1.824vw = 14px
4vw    =  1.96vw  = 15px
4.27vw =  2.086vw = 16px
4.53vw =          = 17px
4.65vw =          = 17.5px
4.8vw  =          = 18px
4.935vw=          = 18.5px
5.08vw =          = 19px
5.32vw =          = 20px
5.6vw  =          = 21px
5.87vw =          = 22px
6.15vw =          = 23px
6.4vw  =          = 24px
6.67vw =          = 25px
       =  3.5vw   = 27px
*/


/*=======================
common
========================*/

html,
body {
	position: relative;
	width: 100%;
	margin: 0;
}

#artisan_program .wrapper button,
input,
select,
textarea {
	/*	font-family : inherit;*/
	font-size: 100%;
	outline: none;
}


/*---- Font ----*/
/* google fonts noto sans jp 

usage:
font-family: 'Noto Sans JP', sans-serif;
font-weight: 400 or 700; 

*/ 
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');


@font-face {
	font-family: 'NespressoLucas-Light';
	src: url('/shared_res/mos/free_html/it/fonts/NespressoLucas-Light.woff') format('woff');
	font-display: swap;
}


@font-face {
	font-family: 'NespressoLucas-Bold';
	src: url('/shared_res/mos/free_html/it/fonts/NespressoLucas-Bold.woff') format('woff');
	font-display: swap;
}

@font-face {
	font-family: 'NespressoLucas-SemiBd';
	src: url('/shared_res/mos/free_html/it/fonts/NespressoLucas-SemiBd.woff') format('woff');
	font-display: swap;
}



#artisan_program {
	font-family: 'Noto Sans JP', sans-serif;
	width: 100%;
	font-size: 3.86vw;
	line-height: 1.8em;
	background-color: #fff;
	color: #000;
	word-wrap: break-word;
	margin: 0 auto;
}

#artisan_program .wrapper {
	width: 100%;
	position: relative;
}

#artisan_program .cec,
#artisan_program .artisan {
	width: 100%;
}

#artisan_program p {
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 0.03em;
}

#artisan_program .font-bold {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
}

#artisan_program ul {
	list-style-type: none;
}

.ta_center {
	text-align: center;
}

.ta_left {
	text-align: left;
}

#artisan_program .font_gold {
	color: #8f7247;
}

a.font_gold {
	color: #8f7247!important;
}

#artisan_program .sp {
	display: block;
}

#artisan_program .pc {
	display: none;
}

#artisan_program ul {
	letter-spacing: -1em
}

#artisan_program li {
	letter-spacing: normal;
}

#artisan_program .wrapper .scroll-top_anchor {
	position: absolute;
	top: -50px;
}


/*---- Image ----*/

#artisan_program .wrapper img {
	width: 100%;
	position: relative;
	-webkit-backface-visibility: hidden;
}

@media screen and (min-width: 768px) {
	#artisan_program {
		font-size: 2.2vw;
	}
	#artisan_program .sp {
		display: none;
	}
	#artisan_program .pc {
		display: block;
	}
	br.pc {
		display: none!important;
	}
}


/*---- PC ----*/

@media screen and (min-width: 1069px) {
	br.pc {
		display: block!important;
	}
	#artisan_program {
		font-size: 14px;
	}
	#artisan_program p {
		letter-spacing: 0em;
	}
	button:hover {
		cursor: pointer;
	}
	a: hover {
		cursor: pointer;
	}
}


/*=======================
header
========================*/

#artisan_program header {
	width: 100%;
	height: 50px;
	background-color: #000;
	position: fixed;
	top: 0;
	display: block;
	z-index: 100;
}

#artisan_program header .header_inner {
	position: relative;
	width: 100%;
}

#artisan_program header img.logo {
	width: 108px;
	position: absolute;
	top: 15px;
	left: 12px;
	z-index: 104;
}

#artisan_program .drawer-nav {
	width: 100%;
	background-color: #000;
	overflow-y: auto;
	margin-top: 50px;
}

#artisan_program .drawer-menu {
	overflow-y: auto;
	padding-bottom: 480px;
}

#artisan_program .drawer-menu li {
	width: 100%;
	padding: 0;
	border-bottom: 1px solid #5a5a5a;
}

#artisan_program .drawer-menu li.category .sub_category {
	margin-top: 0%;
	padding: 0 0 0 5%;
}

#artisan_program .drawer-menu li:last-child {
	border: none;
}

#artisan_program .drawer-menu a {
	color: #fff;
	text-decoration: none;
	width: 100%;
	padding: 3% 0 3% 12px;
	display: block;
}

#artisan_program .drawer-menu .category .accordion-handle {
	position: relative;
}

#artisan_program .drawer-menu img.menu-pic {
	height: 13px;
	width: auto;
	backface-visibility: hidden;
}

#artisan_program .drawer-menu img.menu-pic.artisan_seminar {
	height: 13px;
	width: auto;
}


/*---- PC ----*/

@media screen and (min-width: 1069px) {
	#artisan_program header img.logo {
		top: 16px;
		left: 50px;
	}
	#artisan_program .drawer-nav {
		width: 350px;
		overflow-y: auto;
	}
	#artisan_program .drawer-menu li {
		padding: 0;
		font-size: 14px;
	}
	#artisan_program .drawer-menu li a {
		vertical-align: middle;
		line-height: 1;
		display: block;
	}
	#artisan_program .drawer-menu .category a {
		padding: 18px 0 18px 28px;
	}
	#artisan_program .drawer-menu .category .accordion-handle:after {
		padding: 18px 10px 18px 28px;
	}
}


/*---- drawer_custom ----*/

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
	background-color: #fff;
	outline: none;
}

.drawer-hamburger {
	width: 3.3rem;
	padding: 0;
	padding-top: 24px;
	padding-right: 12px;
	padding-bottom: 25px;
	padding-left: .75rem;
}

.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
	top: -8px;
}

.drawer-hamburger-icon:after {
	top: 8px;
}

.drawer--right.drawer-open .drawer-hamburger {
	right: 0;
}

.drawer--right .drawer-nav {
	right: -48rem;
}

@media screen and (min-width: 768px) {
	.drawer--right .drawer-nav {
		right: -150rem;
	}
}

@media screen and (min-width: 1069px) {
	.drawer--right.drawer-open .drawer-nav,
	.drawer--right .drawer-hamburger,
	.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
		right: 0px;
	}
	.drawer--right.drawer-open .drawer-hamburger {
		right: 0px;
	}
	.drawer-hamburger {
		width: 45px;
		padding: 0;
		padding-top: 24px;
		padding-right: 0px;
		padding-bottom: 25px;
		padding-left: .75rem;
		margin-right: 50px;
	}
	.drawer--right .drawer-nav {
		right: -33rem;
		-ms-overflow-style: none;
	}
	.drawer--right .drawer-nav::-webkit-scrollbar {
		display: none;
	}
}


/*=======================
footer
========================*/

#artisan_program footer {
	background-color: #000;
	color: #fff;
	width: 100%;
	position: relative;
	font-weight: 100;
	padding: 8% 5%
}

#artisan_program footer a {
	color: #fff;
	text-decoration: none;
	font-weight: 100;
	font-size: 3.2vw;
}

#artisan_program footer .page_top {
	position: absolute;
	top: 9%;
	right: 5%;
	display: block;
	width: 10%;
	height: auto;
}

#artisan_program footer .page_top a,
#artisan_program footer .page_top a img {
	width: 100%;
}

#artisan_program footer .footer_nav li {
	line-height: 2.3em;
}

#artisan_program footer .sns_account {
	display: flex;
	width: 22%;
	justify-content: space-between;
	margin: 5% auto 8%;
}

#artisan_program footer .footer_fb {
	width: 24%;
	height: auto;
}

#artisan_program footer .footer_ig {
	width: 48%;
	height: auto;
}

#artisan_program footer .footer_fb a,
#artisan_program footer .footer_ig a {
	width: 100%;
}

#artisan_program footer .copyright {
	width: 85%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	font-size: 3.2vw;
	align-content: center;
	line-height: 1;
	margin-top: 4%;
}

#artisan_program footer .copyright .logo {
	width: 28%;
	margin-right: 3%;
}


/*---- PC ----*/

@media screen and (min-width: 1069px) {
	#artisan_program footer {
		height: 126px;
		max-height: 126px;
		padding: 25px 5%;
	}
	#artisan_program footer a {
		font-size: 10px;
		font-family: 'Noto Sans JP', sans-serif;

	}
	#artisan_program footer a:hover {
		transition-duration: 0.4s;
		opacity: 0.9;
	}
	#artisan_program footer .page_top {
		top: 26px;
		right: 50px;
		width: 35px;
		height: 35px;
	}
	#artisan_program footer .footer_nav {
		display: flex;
		width: 100%;
		height: auto;
		align-items: center;
		align-content: center;
		line-height: 1.6;
	}
	#artisan_program footer .footer_nav li {
		line-height: 1;
		height: 10px;
		vertical-align: middle;
		padding: 0 0.45em 0;
		border-right: 1px solid #fff;
	}
	#artisan_program footer .footer_nav li:first-child {
		padding-left: 0;
	}
	#artisan_program footer .footer_nav li:last-child {
		border-right: none;
	}
	#artisan_program footer .footer_nav li a {
		vertical-align: text-top;
		display: inline;
		height: auto;
		width: 100%;
	}
	#artisan_program footer .sns_account {
		display: flex;
		width: 74px;
		justify-content: space-between;
		margin: 0;
		position: absolute;
		right: 110px;
		top: 27.5px;
	}
	#artisan_program footer .footer_fb {
		width: 16px;
		height: 32px;
	}
	#artisan_program footer .footer_ig {
		width: 32px;
		height: 32px;
	}
	#artisan_program footer .copyright {
		font-size: 10px;
		margin-top: 16px;
	}
	#artisan_program footer .copyright .logo {
		width: 61px;
		margin-right: 1%;
	}
}


/*========================= 
===Hover Action ===========
==========================*/

@media screen and (min-width: 1069px) {
	#artisan_program .link_btn a {
		transition-duration: 0.3s;
	}
	#artisan_program .seminar_box .box_inner .hover_zoom img.hover {
		opacity: 0.9;
		transform: scale(1.06);
		transition-duration: 0.3s;
	}
	#artisan_program .seminar_box .box_inner .hover_zoom img {
		transition-duration: 0.3s;
	}
	#artisan_program .seminar_box .box_inner .hover_zoom {
		overflow: hidden;
		line-height: 1;
	}
	#artisan_program .link_btn.gray a:hover {
		background-color: #7b7b7b;
		color: #f3f3f3;
		transition-duration: 0.3s;
	}
	#artisan_program .link_btn.gold a:hover {
		background-color: #fff;
		color: #8f7247;
		transition-duration: 0.3s;
	}
	#artisan_program .seminar_sche .sche_wrap .entry a:hover {
		background-color: #7b7b7b;
		color: #f3f3f3;
		transition-duration: 0.3s;
	}
	/*===============
		TEXT LINK
		===============*/
	.text_link {
		position: relative;
		display: inline-block;
		transition: 0s;
		/*	width: 0;*/
	}
	.text_link:after {
		position: absolute;
		bottom: -1px;
		left: 50%;
		content: '';
		width: 0;
		height: 1px;
		transition: 0.3s;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.text_link.line_gold:after {
		background-color: #8f7247;
	}
	.text_link.line_gray:after {
		background-color: #676767;
	}
	.text_link.line_bk:after {
		background-color: #000;
	}
	.text_link:hover:after {
		width: 100%;
	}
}