@charset "UTF-8";

/* Style Optimize */
.artisan-day .spBreadcrumb {
	width: auto;
	margin: 0;
	padding: 14px 20px;
	background-color: #f0f0f0;
}
.artisan-day .gray.ttl_area {
	background-color: #f0f0f0;
}
.artisan-day .nowrapper .nowrap .ttl {
	padding: 15px 12px 30px;
	text-align: center;
	font-size: 20px;
	font-family: brown-bold;
	color: #323232;
	letter-spacing: 2px;
	line-height: 1.4;
}
.artisan-day .rising_main img {
	width: 100%;
}
.artisan-day .nowrapper .nowrap .ttl_text {
	font-weight: 700;
	line-height: 19px;
	padding: 18px 12px;
}

/* layout */
.col1_1_1, .col1_2 {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.col1_1_1 .col {
	width: calc(100% / 3 - 21px);
	margin-right: 29px;
	margin-bottom: 30px;
}
.col1_2 .right_col {
 	width: calc(100% - (100% / 3 - -11px));
	box-sizing: border-box;
	margin-bottom: 30px;
}
.col1_2 .left_col {
	width: calc(100% / 3 - 21px);
	box-sizing: border-box;
	margin-right: 29px;
	margin-bottom: 30px;
}
.col1_1_1 .col:nth-child(3n) {
	margin-right: 0;
}

/* item_box */

.item_box {
	position: relative;
	z-index: 1000;
	text-align: center;
}
.item_box a {
	display: block;
	box-sizing: border-box;
	background: #fff;
  text-decoration: none;
}

.box-length .item_box .item_title,
.remodal .item_title{
	font-size: 14px;
	text-align: center;
	font-family: brown-bold;
	margin: 40px 0;
}
/*.box-length .item_box .item_title span,
.remodal .item_title span{
	font-size: 15px;
	display: block;
}
.box-length .item_box .item_title span::after,
.remodal .item_title span::after{
	content: '';
	left: 46%;
	width: 20px;
	border-bottom: 2px solid #000;
	height: 2px;
	display: block;
	text-align: center;
	position: relative;
	margin: 6px 0 26px;
}*/
.box-length .item_box .item_title span.item_number {
    font-size: 15px;
    width: 20px;
    margin: 0 auto 30px;
    display: block;
	text-align: center;
	}
	.box-length .item_box .item_title span.item_number::after {
    content: '';
    left: 0px;
    width: 16px;
    border-bottom: 2px solid #000;
    height: 2px;
    display: inline-block;
    position: relative;
    margin: 0 0 -6px;
}

.box-side .item_box .item_title {
	font-size: 14px;
	text-align: center;
	font-family: brown-bold;
	padding: 30px 0 12px;
}
.box-side .item_box .item_title span.item_number {
	position: relative;
	display: inline-block;
	min-width: 16px;
	margin-right: 0.8em;
	line-height: 1;
	font-size: 15px;
	text-align: center;
}
.box-side .item_box .item_title span.item_number::after {
	content: '';
	left: 0;
	right: 0;
	width: auto;
	bottom: -2px;
	border-bottom: 2px solid #000;
	height: 2px;
	display: inline-block;
	position: absolute;
	margin: 0 auto 0;
}
.color_area {
	line-height: 0;
	overflow: hidden;
	width: 100%;
	position: relative;
	background: #fff;
}
.box-length .color_area{
	height: 312px;
	margin-bottom: 40px;
}
.box-side .color_area{
	height: 160px;
	margin-bottom: 20px;
}
.box-length .color_area img {
	width: 90%;
	max-width: 157px;
	margin-bottom: 20px;
	opacity: 0;
}
.box-side .color_area img {
	width: 90%;
	max-width: 157px;
	margin-bottom: 20px;
	opacity: 0;
}
.moveColor .mask {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.color_area .mask .box {
	background-color: #000;
}
.item_box p {
	opacity: 0;
}
.item_box .item_text {
	text-align: center;
	font-size: 12px;
	line-height: 1.5;
	font-weight: bold;
	margin-bottom: 30px;
	padding: 0 10px;
}
.box-side .item_box .item_text{
	margin-bottom: 20px;
}
.item_category_text {
	font-size: 12px;
	text-align: center;
	font-family: brown-bold;
	color: #8D8D8D;
	padding-bottom: 30px;
	letter-spacing: .08rem;
}
.box-side .item_category_text{
	padding-bottom: 20px;
	letter-spacing: .08rem;
}
.item_box::after {
	content: '';
	width: 52px;
	height: 6px;
	position: absolute;
	margin-left: -26px;
	bottom: 1px;
	opacity: 0;
	left: 50%;
}
.item_box.green_box::after {
	background-color: #1fb8c9;
}
.item_box.orange_box::after {
	background-color: #f29100;
}

/* feature */
.feature_box {
  position: relative;
	/*border: 1px solid #c6c6c6;*/
	box-sizing: border-box;
}
.feature_box a {
  text-decoration: none;
}
.feature_inner {
	padding: 30px 38px;
	background: #e9eae4;
}
.feature_title {
	margin-bottom: 28px;
	font-size: 20px;
	line-height: 1;
	font-family: brown-bold;
	text-align: center;
}
.feature_title span {
	display: block;
}
.feature_title .feature_title_sub {
	margin-bottom: 8px;
	font-size: 14px;
}
.feature_title .feature_title_by {
	margin-top: 12px;
	font-size: 12px;
}
.feature_box .feature_title img {
	display: block;
	width: 214px;
	height: auto;
	margin: 0 auto;
}
.feature_img_list {
	margin: 21px auto;
	line-height: 0;
}
.feature_img_list li {
	display: inline-block;
}
.feature_img_list li img {
	display: block;
	width: 100%;
	height: auto;
}
.feature_img_list li:nth-child(odd) {
	width: 49.5%;
}
.feature_img_list li:nth-child(even) {
	width: 49.5%;
}
.feature_img_list li + li {
	margin-left: 1%;
}
.feature_txt {
	font-size: 12px;
	line-height: 1.666;
}
.feature_date_box {
	margin: 32px auto 0;
}
.feature_date_left {
	float: left;
	width: 48%;
}
.feature_date_right {
	float: right;
	width: 48%;
}
.feature_date_box li {
	font-size: 11px;
	line-height: 1.5
}
.feature_date_box li + li {
	margin-top: 4px;
}


/* border */
.moveItem .borderTop, .moveItem .borderRight, .moveItem .borderBottom, .moveItem .borderLeft {
	background-color: #c6c6c6;
}
.borderTop, .borderRight, .borderBottom, .borderLeft {
	position: absolute;
	z-index: 1000;
}
.borderTop, .borderBottom {
	height: 1px;
	width: 0;
}
.borderRight, .borderLeft {
	height: 0;
	width: 1px;
}

/* instagram */
.instagram_block {
	max-width: 790px;
	margin: 80px auto;
}
.instagram_head {
	margin: 0 auto 22px;
	font-size: 24px;
	font-family: brown-bold;
	text-align: center;
	color: #2e2e2e;
}
.instagram_icn {
	display: inline-block;
	width: 25px;
	height: 20px;
	margin: 0 10px 0 0;
	vertical-align: baseline;
	line-height: 1;
}
.instagram_icn img {
	display: block;
	width: 100%;
}
.instagram_list li {
	float: left;
	display: table;
	width: 184px;
	height: 156px;
	margin-top: 18px;
	margin-right: 18px;
	background: #eee;
	text-align: center;
}
.instagram_list li span {
	display: table-cell;
	vertical-align: middle;
}

.instagram_list li:nth-child(4n) {
	margin-right: 0;
}
.instagram_list a {
	display: table-cell;
	text-align: center;
	vertical-align: middle!important;
}
.instagram_list li img {
	width: auto!important;
	height: auto;
	max-width: 184px;
	max-height: 156px;
}




/* animation */
.moveItem.item_box::after {
	-moz-animation: box-fade 0.2s ease 1s 1;
	-ms-animation: box-fade 0.2s ease 1s 1;
	-webkit-animation: box-fade 0.8s ease 1s 1;
	animation: box-fade 0.2s ease .7s 1;
	-moz-animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
.moveItem .moveColor .box {
	content: "";
	height: 100%;
	width: 100%;
	margin-left: -100%;
	position: absolute;
	background-color: #000;
	-moz-animation: box .5s ease .4s 1;
	-ms-animation: box .5s ease .4s 1;
	-webkit-animation: box .5s ease .4s 1;
	animation: box .5s ease .4s 1;
	-moz-animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
.moveItem .moveColor img {
	-moz-animation: img 0.1s ease 1s 1;
	-ms-animation: img 0.1s ease 1s 1;
	-webkit-animation: img 0.1s ease 1s 1;
	animation: img 0.1s ease .7s 1;
	-moz-animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
.moveItem p {
	-moz-animation: box-fade 0.2s ease .7s 1;
	-ms-animation: box-fade 0.2s ease .7s 1;
	-webkit-animation: box-fade 0.2s ease .7s 1;
	animation: box-fade 0.2s ease .7s 1;
	-moz-animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
.feature_inner {
	opacity: 0;
}
.feature_box.moveItem .feature_inner {
	-moz-animation: box-fade 0.2s ease .7s 1;
	-ms-animation: box-fade 0.2s ease .7s 1;
	-webkit-animation: box-fade 0.2s ease .7s 1;
	animation: box-fade 0.2s ease .7s 1;
	-moz-animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
.feature_box.moveItem {
	-moz-animation: box-fill 0.4s ease .7s 1;
	-ms-animation: box-fill 0.4s ease .7s 1;
	-webkit-animation: box-fill 0.4s ease .7s 1;
	animation: box-fill 0.4s ease .7s 1;
	-moz-animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
.moveItem.green_box .moveColor {
	-moz-animation: background-green 0.1s ease .7s 1;
	-ms-animation: background-green 0.1s ease .7s 1;
	-webkit-animation: background-green 0.1s ease .7s 1;
	animation: background-green 0.1s ease .7s 1;
	-moz-animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
.moveItem.orange_box .moveColor {
	-moz-animation: background-orange 0.1s ease .7s 1;
	-ms-animation: background-orange 0.1s ease .7s 1;
	-webkit-animation: background-orange 0.1s ease .7s 1;
	animation: background-orange 0.1s ease .7s 1;
	-moz-animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.moveItem .borderTop {
	top: 0;
	left: 0;
	-moz-animation: sideLineMove .1s ease 0s 1;
	-moz-animation-fill-mode: forwards;
	-ms-animation: sideLineMove .1s ease 0s 1;
	-ms-animation-fill-mode: forwards;
	-webkit-animation: sideLineMove .1s ease 0s 1;
	-webkit-animation-fill-mode: forwards;
	animation: sideLineMove .1s ease 0s 1;
	animation-fill-mode: forwards;
}
.moveItem .borderRight {
	top: 0;
	right: 0;
	-moz-animation: verticalLineMove .1s ease .1s 1;
	-moz-animation-fill-mode: forwards;
	-ms-animation: verticalLineMove .1s ease .1s 1;
	-ms-animation-fill-mode: forwards;
	-webkit-animation: verticalLineMove .1s ease .1s 1;
	-webkit-animation-fill-mode: forwards;
	animation: verticalLineMove .1s ease .1s 1;
	animation-fill-mode: forwards;
}
.moveItem .borderBottom {
	bottom: 0;
	right: 0;
	-moz-animation: sideLineMove .1s ease .2s 1;
	-moz-animation-fill-mode: forwards;
	-ms-animation: sideLineMove .1s ease .2s 1;
	-ms-animation-fill-mode: forwards;
	-webkit-animation: sideLineMove .1s ease .2s 1;
	-webkit-animation-fill-mode: forwards;
	animation: sideLineMove .1s ease .2s 1;
	animation-fill-mode: forwards;
}
.moveItem .borderLeft {
	bottom: 0;
	left: 0;
	-moz-animation: verticalLineMove .1s ease .3s 1;
	-moz-animation-fill-mode: forwards;
	-ms-animation: verticalLineMove .1s ease .3s 1;
	-ms-animation-fill-mode: forwards;
	-webkit-animation: verticalLineMove .1s ease .3s 1;
	-webkit-animation-fill-mode: forwards;
	animation: verticalLineMove .1s ease .3s 1;
	animation-fill-mode: forwards;
}


/* keyframes */

 @-webkit-keyframes box-fade {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
 @keyframes box-fade {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
 @-webkit-keyframes box-fill {
 0% {
 background: #FFF;
}
 100% {
 background: #e9eae4;
}
}
 @keyframes box-fill {
 0% {
 background: #FFF;
}
 100% {
 background: #e9eae4;
}
}
@-webkit-keyframes background-green {
 0% {
 background-color: #fff;
}
100% {
 background-color: #1fb8c9;
}
}
@keyframes background-green {
 0% {
 background-color: #fff;
}
 100% {
 background-color: #1fb8c9;
}
}
@-webkit-keyframes background-orange {
 0% {
 background-color: #fff;
}
 100% {
 background-color: #f29100;
}
}
@keyframes background-orange {
 0% {
 background-color: #fff;
}
 100% {
 background-color: #f29100;
}
}
@-webkit-keyframes box {
 0% {
 margin-left: -100%;
}
 50% {
 margin-left: 0%;
}
 55% {
 margin-left: 0%;
}
 100% {
 margin-left: 100%;
}
}
@keyframes box {
 0% {
 margin-left: -100%;
}
 50% {
 margin-left: 0%;
}
 55% {
 margin-left: 0%;
}
 100% {
 margin-left: 100%;
}
}
 @-moz-keyframes img {
 0% {
 opacity: 0;
}
 100% {
 opacity: 10;
}
}
 @-ms-keyframes img {
 0% {
 opacity: 0;
}
 100% {
 opacity: 10;
}
}
 @-webkit-keyframes img {
 0% {
 opacity: 0;
}
 100% {
 opacity: 10;
}
}
 @keyframes img {
 0% {
 opacity: 0;
}
 100% {
 opacity: 10;
}
}
 @-webkit-keyframes sideLineMove {
 0% {
 width: 0%
}
 100% {
 width: 100%
}
}
 @keyframes sideLineMove {
 0% {
 width: 0%
}
 100% {
 width: 100%
}
}
@-webkit-keyframes verticalLineMove {
 0% {
 height: 0%
}
 100% {
 height: 100%
}
}
@keyframes verticalLineMove {
 0% {
 height: 0%
}
 100% {
 height: 100%
}
}







@media screen and (min-width: 980px) {
	.artisan-day .nowrapper .nowrap .ttl {
		padding: 40px 0 35px;
		font-size: 33px;
		letter-spacing: 4.5px;
		line-height: 1.35;
	}
	.artisan-day .rising_main {
		width: 950px;
		margin: 0 auto;
		padding: 0;
	}
	.artisan-day .nowrapper .nowrap .ttl_text {
		padding: 40px 80px 40px;
	}
}
@media screen and (max-width: 979px) {
	.artisan-day .gray.ttl_area {
		margin-bottom: 30px;
	}
}
@media (min-width: 767px){
	.pc_none{
		display: none;
	}
	/* hover */
	.item_box:hover a {
		text-decoration: none;
	}
	.item_box.green_box:hover::after {
		background-color: #0F5C65;
	}
	.item_box.orange_box:hover::after {
		background-color: #7A4A00;
	}
	.item_box:hover::before {
		content: 'DETAIL';
		position: absolute;
		color: #fff;
		z-index: 1000;
		top: 50%;
		left: 0;
		right: 0;
		width: auto;
		margin-top: -0.5em;
		text-align: center;
		font-size: 14px;
		animation: fadeInUp 0.2s ease 0s;
		animation-fill-mode: both;
		letter-spacing: 3px;
		font-family: brown-bold;
	}
	.item_box:hover a {
		opacity: .5;
		transition: .3s;
	}
	.item_box:hover {
		background: #000;
		transition: .3s;
	}
	.feature_box a:hover {
		text-decoration: underline;
	}

}
@media (max-width: 790px){
	/* instagram */
	.instagram_block {
		width: auto;
		max-width: 610px;
		margin: 40px auto;
		padding: 0 0;
	}
	.instagram_head {
		margin: 0 auto 20px;
		font-size: 20px;
	}
	.instagram_icn {
		width: 25px;
		height: 20px;
		margin: 0 10px 0 0;
	}
	.instagram_list li {
		width: 145px;
		height: 145px;
		margin-top: 10px;
		margin-right: 10px;
	}
	.instagram_list li:nth-child(4n) {
		margin-right: 0;
	}
	.instagram_list li img {
		max-width: 145px;
		max-height: 145px;
	}
}
@media (max-width: 767px){
	.sp_none{
		display: none;
	}
	.gray.ttl_area {
		margin-bottom: 30px;
	}
	.col1_1_1, .col1_2 {
		display: block;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.col1_1_1 .col,
	.col1_2 .left_col {
		display: block!important;
		width: 100%;
		margin-bottom: 20px;
	}
	.col1_2 .right_col{
		display: none!important;
		width: 100%;
		margin-bottom: 20px;
	}
	.box-length .item_box .item_title,
	.remodal .item_title {
		height: auto;
		margin: 30px 0 0;
		font-size: 14px;
		line-height: 1;
	}
	.box-length .item_box .item_title span.item_number {
		position: relative;
		display: block;
		width: 20px;
		height: 1em;
		padding-bottom: 2px;
		font-size: 14px;
		margin: 0 auto 15px;
	}
	.box-length .item_box .item_title span.item_number::after {
		display: block;
		left: 0;
		right: 0;
		width: auto;
		height: 2px;
	}
	.box-length .item_box .item_title span::after {
    	left: 48.5%;
	}
	.box-length .color_area img {
		margin-bottom: 20px;
	}
	.item_box::after {
		left: 50%;
		height: 4px;
		margin-left: -25px;
	}
	.item_box .item_text {
		margin-bottom: 15px;
		padding: 0 5px;
		font-size: 11px;
		line-height: 1.818;
	}
	.item_category_text {
		padding-bottom: 18px;
		font-size: 11px;
		line-height: 1;
	}
	.box-length .color_area {
		height: auto;
		margin-bottom: 15px;
	}
	.box-side .item_box .item_title {
		padding: 20px 0 20px;
	}
	.box-side .item_box .item_text {
		margin-bottom: 20px;
	}
	.box-side .item_category_text {
		padding-bottom: 20px;
	}
	.box-side .item_inner {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-align-items: stretch;
		align-items: stretch;
		-webkit-align-content: stretch;
		align-content: stretch;
		width: 100%;
	}
	.box-side .color_area{
		width: 35%;
		-webkit-order: 0;
		order: 0;
		-webkit-flex-grow: 0;
		flex-grow: 0;
		-webkit-flex-shrink: 0;
		flex-shrink: 0;
		-webkit-flex-basis: 35%;
		flex-basis: 35%;
		-webkit-align-self: auto;
		align-self: auto;
		height: auto;
		margin-bottom: 0;
	}
	.box-side .color_area img{
		width: 100%;
	}
	.box-side .item_bottom{
		width: 65%;
	-webkit-order: 0;
	order: 0;
	-webkit-flex-grow: 1;
	flex-grow: 1;
	-webkit-flex-shrink: 1;
	flex-shrink: 1;
	-webkit-flex-basis: auto;
	flex-basis: auto;
	-webkit-align-self: auto;
	align-self: auto;
		text-align: center;
		padding: 0px 10px 0px 10px;
	}
	.box-side .item_box::after{
		top: 50%;
		left: auto;
		bottom: auto;
		right: 0;
		width: 4px;
		height: 50px;
		margin-left: 0;
		margin-top: -25px;
	}
	.box-side .item_box .item_title span.item_number {
		font-size: 14px;
		text-align: center;
		width: 20px;
		margin: 0 auto;
		display: block;
	}
	.box-side .item_box .item_title span.item_number::after {
		content: '';
		border-bottom: 2px solid #000;
		height: 2px;
		display: inline-block;
		margin: 0 0 -2px;
	}

	.moveItem.green_box .color_area {
		-webkit-transition: background 0.7s ease-out;
		-moz-transition: background 0.7s ease-out;
		-o-transition: background 0.7s ease-out;
		-ms-transition: background 0.7s ease-out;
		transition: background 0.7s ease-out;
		background: #fff;
	}
	.moveItem.orange_box .color_area {
		-webkit-transition: background 0.7s ease-out;
		-moz-transition: background 0.7s ease-out;
		-o-transition: background 0.7s ease-out;
		-ms-transition: background 0.7s ease-out;
		transition: background 0.7s ease-out;
		background: #fff;
	}
	.moveItem.green_box .moveColor {
		-moz-animation: none;
		-ms-animation: none;
		-webkit-animation: none;
		animation: none;
		background: #1fb8c9;
	}
	.moveItem.orange_box .moveColor {
		-moz-animation: none;
		-ms-animation: none;
		-webkit-animation: none;
		animation: none;
		background: #f29100;
	}


	/* feature */
	.feature_box {
		/*border: 1px solid #c6c6c6;*/
	}
	.feature_inner {
		padding: 20px 20px;
	}
	.feature_title {
		margin-bottom: 15px;
		font-size: 18px;
	}
	.feature_title span {
		display: block;
	}
	.feature_title .feature_title_sub {
		margin-bottom: 12px;
		font-size: 12px;
	}
	.feature_title .feature_title_by {
		margin-top: 10px;
		font-size: 10px;
	}
	.feature_img_list {
		margin: 15px auto 15px;
		line-height: 0;
	}
	.feature_txt {
		font-size: 11px;
		line-height: 1.75;
	}
	.feature_date_box {
		margin: 15px auto 0;
		padding: 15px 0 0;
		border-top: 1px solid #c6c6c6;
	}
	.feature_date_left,
	.feature_date_right {
		float: none;
		width: auto;
	}
	.feature_date_box li {
		font-size: 11px;
		line-height: 1.5;
	}
	.feature_date_box li + li {
		margin-top: 4px;
	}

}
@media (max-width: 640px){
	/* instagram */
	.instagram_block {
		max-width: 360px;
		margin: 40px auto;
		padding: 0 0;
	}
	.instagram_list li:nth-child(2n) {
		margin-right: 0;
	}
	.instagram_block li {
		width: 170px;
		height: 170px;
	}
	.instagram_block li img {
		max-width: 170px;
		max-height: 170px;
	}
}
@media (max-width: 360px){
	.box-side .col{
		display: -webkit-flex;
		display: flex;
	}
	/* instagram */
	.instagram_block {
		max-width: 290px;
	}
	.instagram_block li {
		width: 140px;
		height: 140px;
	}
	.instagram_block li img {
		max-width: 140px;
		max-height: 140px;
	}

}

.women_index .events a:hover {
	text-decoration: none !important;
}

.notes {
	text-align:center;
}
@media (max-width: 768px){
	.notes {
		margin-top: 20px;
	}
}

}

