@charset "utf-8";

/* ------------------------------------------------------------
 0:base (& common class)
------------------------------------------------------------ */
body {
	background: #e8e8e8;
	color: #4d4d4d;
	font-family: "メイリオ", "Hiragino Kaku Gothic Pro", Meiryo, "ヒラギノ角ゴ Pro W3", "MS PGothic", "MS UI Gothic", Helvetica, Arial, sans-serif;
	font-size: 100%;
	line-height: 1;
}
a {
	background-color: transparent;
	color: inherit;
	text-decoration: none;
	outline: none;
}
a:focus, *:focus, img {
	outline: none;
}

/* state */
body.is_overlay {
	overflow: hidden;
}
.sp_only {
	display: none!important;
}

/* common */
.nav, .nav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.thumb img, .pict img {
	max-width: 100%;
	height: auto;
}
.link_hover{
	color: #0066b3;
	text-decoration: underline;
}
.link_hover:hover{
	opacity: 0.7;
	text-decoration: none;
}


/* ------------------------------------------------------------
 1:header
------------------------------------------------------------ */
.global-header {
	width: 100%;
	min-width: 1100px;
	background: #fff;
}
.global-header-inner {
	position: relative;
	max-width: 1300px;
	min-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	padding: 18px 20px;
}
.global-header form{
	position: relative;
}

/* logo */
.global-header__logo {
	display: inline-block;
	float: left;
}
.global-header__logo img {
	width: auto;
	height: 44px;
}
.global-header__logo a:hover{
	opacity: 0.7;
}

/* nav */
.global-header__btn {
	display: none; /* sp_only */
}
.global-header__nav {
	font-size: 14px;
	line-height: 1.1;
}
.global-header__nav .global-header-inner {
	display: none; /* sp_only */
}

/* nav--main */
.global-header__nav--main {
	float: right;
	width: 810px;
	padding: 3px 0;
}
.global-header__nav--main li {
	display: inline-block;
	vertical-align: middle;
}
.global-header__nav--main .nav--primary a:before {
	display: inline-block;
	height: 1em;
	margin-right: 5px;
	background-repeat: no-repeat;
	background-position: left center;
	vertical-align: -0.1em;
	content: "";
}
/* nav--primary */
.nav--primary {
	display: inline-block;
}
.nav--primary li {
	margin: 12px 26px 12px 0;
}
.nav--primary a:hover {
	color: #0066b3;
}
.nav--primary .nav-artist a:before {
	width: 13px;
	background-image: url(https://cdn.artjeuness.net/assets/img/common/icon_header-artist.png);
	background-size: 13px auto;
}
.nav--primary .nav-artist a:after {
	display: inline-block;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 9px;
	height: 9px;
	margin-left: 6px;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	vertical-align: 3px;
	content:"";
}
.nav--primary .nav-artist a:hover:after {
	border-bottom-color: #0066b3;
	border-right-color: #0066b3;
}
.nav--primary .nav-event a:before {
	width: 15px;
	background-image: url(https://cdn.artjeuness.net/assets/img/common/icon_header-event.png);
	background-size: 15px auto;
}
.nav--primary .nav-first a:before {
	width: 11px;
	background-image: url(https://cdn.artjeuness.net/assets/img/common/icon_header-first.png);
	background-size: 11px auto;
}
/* nav--secondary */
.nav--secondary {
	display: inline-block;
	padding-left: 23px;
	border-left: 1px solid #ccc;
}
.nav--secondary .nav-sites {
	border: 1px solid #ccc;
	width: 70px;
}
.nav--secondary .nav-sites img{
	max-width: 100%;
	height: auto;
}
.nav--secondary .nav-sites a:hover {
	opacity: 0.7;
}
.nav--secondary .nav-search {
	margin-left: 20px;
}
.nav--secondary .nav-search input[type="search"] {
	width: 170px;
	height: 35px;
	padding: 0 25px 0 14px;
	border: 1px solid #ccc;
	border-radius: 16px;
	background: #fff url(https://cdn.artjeuness.net/assets/img/common/icon_header-search.png) no-repeat right 10px center;
	background-size: 15px auto;
	color: #4d4d4d;
	line-height: 35px;
}
.nav--secondary .nav-search input[type="submit"] {
	position: absolute;
    right: 0;
    top: 0;
    height: 36px;
    opacity: 0;
    width: 40px;
    display: block;
}

/* nav--corporate */
.nav--corporate {
	display: none; /* sp_only */
}

/* nav--pulldown(artist,sites) */
.global-header__nav--artist {
	display: none;
	position: absolute;
	top: 82px;
	left: 470px;
	z-index: 100;
	width: 600px;
	padding: 10px;
	background: #0066b3;
	color: #fff;
}
.global-header__nav--artist .nav-artist {
	display: none; /* sp_only */
}
.global-header__nav--artist label {
	display: block;
	margin-bottom: 10px;
	padding-left: 2px;
	font-family: arial;
	font-weight: bold;
}
.global-header__nav--artist .artist-box {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 580px;
}
.global-header__nav--artist .artist-box:after{
  display: block;
  width: 190px;
  content: "";
}
.global-header__nav--artist .artist-box li {
	display: table;
	width: 190px;
	height: 65px;
	margin-bottom: 5px;
	padding: 3px;
	background-color: #fff;
	color: #4d4d4d;
}
.global-header__nav--artist .artist-box .thumb {
	display: inline-block;
	width: 59px;
	height: 59px;
	vertical-align: top;
}
.global-header__nav--artist .artist-box .name {
	display: inline-block;
	padding: 14px 0 0 6px;
	font-size: 14px;
	line-height: 1.1;
	vertical-align: top;
}
.global-header__nav--artist .artist-box .name small {
	display: block;
	margin-top: 6px;
	font-family: arial;
	font-size: 9px;
}
.global-header__nav--artist .btn-view {
	margin: 5px 0 0;
}
.global-header__nav--artist .btn-view a {
	display: block;
	height: 50px;
	padding: 18px 0;
	border-radius: 4px;
	background: #ffd602;
	color: #4d4d4d;
	font-size: 14px;
	text-align: center;
}
.global-header__nav--artist .btn-view a:before {
	display: inline-block;
	width: 13px;
	height: 1em;
	margin-right: 5px;
	background: url(https://cdn.artjeuness.net/assets/img/common/icon_nav-artist.png) no-repeat left top;
	background-size: 13px auto;
	vertical-align: top;
	content: "";
}
.global-header__nav--sites {
	display: none;
	position: absolute;
	top: 60px;
	right: 20px;
	z-index: 100;
	width: 480px;
	padding: 10px;
	background: #999;
	color: #fff;
}
.global-header__nav--sites .nav-sites {
	display: none; /* sp_only */
}
.global-header__nav--sites .sites-banner {
	display: -webkit-inline-flex;
	display: inline-flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 460px;
}
.global-header__nav--sites .sites-banner li {
	display: inline-block;
	width: 150px;
}
.global-header__nav--sites .sites-banner li a {
	display: block;
}
.global-header__nav--sites .sites-banner img {
	max-width: 150px;
	height: auto;
	vertical-align: top;
}


/* ------------------------------------------------------------
 2:footer
------------------------------------------------------------ */
#pagetop a{
	position:fixed;
	right: 10%;
	display: block;
	width: 40px;
	bottom: 30px;
}

#pagetop a img{
	width: 100%;
}

.global-footer {
	width: 100%;
	min-width: 1100px;
	padding-bottom: 38px;
	/*background: #333;
	color: #fff;*/
	background: #fff;
	color: #333;
	font-size: 14px;
	text-align: center;
}

/* related site */
.global-footer-related {
	padding: 20px 0;
	background: #000;
	color: #fff;
}
.global-footer-related .nav li {
	display: inline-block;
	margin: 0 8px;
}
.global-footer-related .nav li a:hover{
	opacity: 0.7;
}
.global-footer-related .nav li img {
	width: 150px;
	height: auto;
}

/*big_footer*/
.global-footer__big{
	width: 800px;
	padding: 30px 0 0;
	margin: 0 auto;
}
.global-footer__big > .nav_big{
	display: flex;
	justify-content: space-between;
}
.global-footer__big > .nav_big .nav_blk{
	width: 200px;
	display: inline-block;
	text-align: center;
	border-right: 1px dotted #eee;
}
.global-footer__big > .nav_big .border_none{
	border:none;
}
.global-footer__big > .nav_big .nav_blk > ul{
	display: inline-block;
}
.global-footer__big > .nav_big .nav_blk > ul > li{
	text-align: left;
	margin-bottom: 1em;
}
.global-footer__big > .nav_big .nav_blk a{
	cursor: pointer;
}
.global-footer__big > .nav_big .nav_blk a:hover{
	text-decoration: underline;
}
.global-footer__big > .nav_big .nav_blk > ul > li > ul{
	margin-left: 1em;
}
.global-footer__big > .nav_big .nav_blk > ul > li > ul > li{
	margin-bottom: 1em;
}
.global-footer__big > .nav_big .nav_blk > ul > li > ul > li:before{
	content: "-";
	margin-right: 0.3em;
}
.global-footer__big > .nav_big .nav_blk > ul > li.tw_btn{
	text-align: right;
}
.global-footer__big > .nav_big .nav_blk > ul > li.tw_btn img{
	width: 36px;
}
.global-footer__big > .nav_big .logo_blk{
	order: -1;
}
.global-footer__big > .nav_big .logo_blk img{
	width: 100px;
	margin-bottom: 10px;
}
.global-footer__big > .nav_big .logo_blk p{
	text-align: left;
	line-height: 1.66em;
	word-break: break-all;
	word-wrap: break-word;
	font-size: 12px;
}

/* nav */
.global-footer__nav {
	padding: 30px 0 25px;
}
.global-footer__nav .nav li {
	display: inline-block;
	margin: 0 12px;
}
.global-footer__nav .nav li a:hover{
	text-decoration: underline;
}

/* copyright */
.global-footer-copyright .logo {
	margin-bottom: 29px;
}
.global-footer-copyright .logo img {
	width: 97px;
	height: auto;
}
.global-footer-copyright p {
	margin: 1em 0 0;
	font-size: 11px;
}
.global-footer-copyright p br {
	display: none;
}
.global-footer-copyright p small {
	font-family: airal;
	font-size: 10px;
}


/* ------------------------------------------------------------
 3:breadcrumbs
------------------------------------------------------------ */
.breadcrumbs {
	max-width: 1300px;
	width: 100%;
	margin: 0 auto;
	padding: 13px 15px 10px;
	background: transparent;
	color: #4d4d4d;
	font-size: 12px;
}
.breadcrumbs a {
	background: transparent;
	color: #0066b3;
}
.breadcrumbs a:hover {
	opacity: 0.7;
	text-decoration: underline;
}
.breadcrumbs li {
	display: inline-block;
}
.breadcrumbs li + li:before {
	margin: 0 4px 0 2px;
	content: ">";
}


/* ------------------------------------------------------------
 4:main
------------------------------------------------------------ */
#contents {
	position: relative;
	width: 100%;
	min-width: 1100px;
	padding-bottom: 10px;
}
#contents > article {
	padding: 5px;
}

/* heading */
.heading {
	margin: 10px auto;
	background: transparent;
	color: #0066b3;
	font-weight: normal;
	font-size: 30px;
	line-height: 1.2;
	text-align: center;
}
.heading span ,
.annotation span{
	display: inline-block;
	margin: 0 4px;
	padding: 4px 8px;
	border: 1px solid #0066b3;
	border-radius: 4px;
	font-size: 17px;
	vertical-align: 0.2em;
}
.annotation {
	color: #0066b3;
	font-weight: normal;
	margin: 5px 0;
	text-align: center;
}
.heading br {
	display: none;
}
#contents > .heading {
	max-width: 1300px;
}

/* lead-block */
[class*="lead-block"] {
	margin: 10px auto;
	text-align: center;
}
[class*="lead-block"] p {
	margin: 0;
}
.lead-block--note {
	font-size: 12px;
	line-height: 1.2;
}
.heading + .lead-block--note {
	margin-top: -5px;
}
.lead-block--note .icon {
	display: inline-block;
	width: auto;
	height: 14px;
	margin: 0 3px;
	vertical-align: middle;
}
#contents > [class*="lead-block"] {
	max-width: 1300px;
}

/* article-box */
[class*="article-box"] {
	width: 980px;
	margin: 30px auto;
	padding: 20px;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
	background-color: #fff;
	color: #4d4d4d;
}

/* article-share */
.article-share {
	display: inline-block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.article-share li {
	display: inline-block;
	margin: 0 3px 0 0;
	padding: 0;
}
.article-share li img {
	width: 44px;
	height: auto;
}

/* ribbon */
.col--pickup span.icon,
.col--new span.icon,
.col--update span.icon {
	display: inline-block;
	position: absolute;
	top: 1px;
	left: 1px;
	background-repeat: no-repeat;
	background-position: left top;
	content: "";
}
.col--pickup span.icon {
	background-image: url(https://cdn.artjeuness.net/assets/img/common/sticker_pickup.png);
}
.col--new span.icon {
	background-image: url(https://cdn.artjeuness.net/assets/img/common/sticker_new.png);
}
.col--update span.icon {
	background-image: url(https://cdn.artjeuness.net/assets/img/common/sticker_update.png);
}

/* top page
---------------------------------------- */
/* top-slider */
.top-slider {
	position: relative;
	width: 100%;
	height: 390px;
	margin: 0 0 20px;
	padding: 20px 0;
	overflow: hidden;
	background: #000;
	color: #fff;
}
.top-slider .slider {
	position: static;
	width: 1300px;
	margin: 0 auto;
}
.top-slider .slider .slick-list {
	overflow: visible;
}
.top-slider .slider .slick-arrow {
	position: absolute;
	top: 150px;
	z-index: 10;
	width: 50px;
	height: 110px;
	overflow: hidden;
	border: none;
	background-color: transparent;
	background-image: url(https://cdn.artjeuness.net/assets/img/common/controller.png);
	background-repeat: no-repaet;
	background-size: auto 61px;
	font-size: 0;
	outline: none;
	cursor: pointer;
}
.top-slider .slider .slick-arrow.slick-prev {
 	left: 20px;
	/*background-position: left center;*/
	background-position: left 5px center;
	background-color: rgba(0,0,0,.6);
}
.top-slider .slider .slick-arrow.slick-next {
	right: 20px;
	background-position: right 5px center;
	background-color: rgba(0,0,0,.6);
}
.top-slider .slide__col {
	width: 340px!important;
	padding: 0 10px;
}
.top-slider .slide__col a {
	display: block;
}
.top-slider .slide__col a:hover {
	opacity: 0.7;
}
.top-slider .slide__pic {
	width: 320px;
	height: 320px;
	margin-bottom: 10px;
	overflow: hidden;
}
.top-slider .slide__pic img {
	max-width: 100%;
	height: auto;
}
.top-slider .slide__caption {
	width: 100%;
	overflow: hidden;
	font-weight: bold;
	font-size: 14px;
	white-space: nowrap;
	line-height: 1.2;
	text-align: center;
	text-overflow: ellipsis;
}

/* top-banner */
.top-banner {
	width: 910px;
	margin: 20px auto;
	text-align: center;
}
.top-banner img {
	max-width: 100%;
	height: auto;
}
.top-banner a:hover img {
	opacity: 0.7;
}

/* top-infomation */
.top-infomation {
	width: 500px;
  margin: 20px auto;
  text-align: center;
  background-color: #fff;
  padding: 40px;
  border-color: #ff0000;
  border-style: solid;
  border-width: 3px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.top-infomation h2{
	font-weight: normal;
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 10px;
}
.top-infomation p{
    font-size: 14px;
    line-height: 1.7;
    text-align: left;
}

/* top-topics */
.top-topics {
	max-width: 1250px;
	margin: 0 auto 20px;
}
.top-topics .topics {
	position: relative;
	margin: 0 auto;
}
.topic__col {
	position: relative;
	width: 230px;
	height: 180px;
	margin: 10px;
	padding: 10px;
	-webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,0.1);
	box-shadow: 0 0 8px 0 rgba(0,0,0,0.1);
	background-color: #fff;
	color: #4d4d4d;
	font-weight: bold;
	font-size: 12px;
}
/* size */
.topics .col--large {
	width: 480px;
	height: 380px;
	font-size: 18px;
}
/* bgcolor */
.topics .col--pattern01 {
	/*ブルー*/
	color: #fff;
	background-color: #0066b3;
}
.topics .col--pattern02 {
	/*イエロー*/
	/*color: #4d4d4d;
	background-color: #ffd602;*/
	/*オレンジに変更*/
	color: #fff;
	background-color: #ff8f02;
}
.topics .col--pattern03 {
	/*グレー*/
	color: #fff;
	background-color: #666;
}
/* ribbon */
.topics .col--pickup span.icon,
.topics .col--new span.icon,
.topics .col--update span.icon {
	width: 91px;
	height: 53px;
	background-size: 91px auto;
}
.topics .col--large.col--pickup span.icon,
.topics .col--large.col--new span.icon,
.topics .col--large.col--update span.icon {
	/*width: 120px;
	height: 69px;
	background-size: 120px auto;*/
	width: 100px;
	height: 57.5px;
	background-size: 100px auto;
}
/* fact */
.topic__pic {
	width: 100%;
}
.topic__col a {
	display: block;
}
.topic__col a:hover {
	opacity: 0.7;
}
.topic__pic img {
	max-width: 100%;
	height: auto;
}
.topic__pic .video {
	position: relative;
	max-width: 100%;
	width: 210px;
	height: 140px;
	padding-top: 56.25%;
}
.col--large .topic__pic .video {
	width: 460px;
	height: 306px;
}
.topic__pic .video iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
.topic__caption {
	width: 100%;
	margin: 10px 0 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 1.2;
}
.col--large .topic__caption {
	margin: 20px 0 0;
}


/* event page
---------------------------------------- */
/* common */
.event__pic {
	margin-bottom: 5px;
}
.event__pic .copyright {
	font-size: 10px;
	text-align: right;
}
.event__icon {
	display: inline-block;
}
.event__icon img {
	display: inline-block;
	margin-left: 1px;
	width: 50px;
	height: auto;
}

/* event-index */
.event-list {
	max-width: 1000px;
	margin: 0 auto 20px;
}
.event-list .events {
	position: relative;
	margin: 0 auto;
	padding: 15px 0;
}
.event__col {
	position: relative;
	width: 480px;
	margin: 10px;
	padding: 10px;
	-webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,0.1);
	box-shadow: 0 0 8px 0 rgba(0,0,0,0.1);
	background-color: #fff;
	color: #4d4d4d;
}
.event__col.col--pickup span.icon,
.event__col.col--new span.icon,
.event__col.col--update span.icon {
	width: 128px;
	height: 80px;
	background-size: 128px auto;
}
.event__col a {
	display: block;
}
.event__col a:hover {
	opacity: 0.7;
}
.event__col .event__icon {
	position: absolute;
	top: 15px;
	right: 15px;
}
.event__col .event__pic .pict {
	width: 460px;
	/*
	height: 306px;
	*/
	margin-bottom: 5px;
	overflow: hidden;
}
.event__title {
	margin: 5px 0 18px;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.1;
}
.event__title a{
	color: #0066b3;
}
.event__title a:hover{
	text-decoration: underline;
}
.event__schedule {
	display: -webkit-inline-flex;
	display: inline-flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style-type: none;
	width: 460px;
	margin: 10px 0;
	padding: 0;
}
.event__schedule [class*="schedule__line"] {
	width: 225px;
}
[class*="schedule__line"] {
	padding: 5px 0;
	border-bottom: 1px solid #e8e8e8;
	font-size: 12px;
}
[class*="schedule__line"] span {
	display: inline-block;
	width: 4em;
	font-weight: bold;
}
.schedule__line--visitor {
	padding-left: 20px;
	background: url(https://cdn.artjeuness.net/assets/img/common/icon_event-visitor_s.png) no-repeat left center;
	background-size: 14px auto;
}

/* event-detail */
.event__article {
	width: 980px;
	margin: 30px auto;
	padding: 20px;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
	background-color: #fff;
	color: #4d4d4d;
}
.event__article .event__pic .copyright {
	margin-top: 10px;
}
.event__article--main {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 24px;
}
.event__article--main > div {
	width: 460px;
}
.event__article--main .event__txt {
	font-size: 14px;
	line-height: 1.7;
}
.event__article--schedules {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}
.event__article--schedules .schedule__col {
}
.event__article--schedules .schedule__col a{
	border: 1px solid #333;
	margin-bottom: 10px;
	min-height: 150px;
	width: 460px;
}
.event__article--schedules .schedule__col:hover {
	opacity: 0.7;
}
.event__article--schedules .schedule__col:hover a{
	text-decoration: none !important;
}
.schedule__col > a {
	display: block;
	position: relative;
}
.schedule__col > a:before {
	display: inline-block;
	position: absolute;
	top: 20px;
	right: 10px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 14px;
	height: 14px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	content:"";
}
.schedule__title {
	display: table;
	width: 100%;
	margin: 0;
	padding: 5px 0;
	background: #333;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
}
.schedule__sp {
	font-size: 14px;
	font-weight: bold;
	list-style: none;
	margin: 0;
	padding: 5px 10px;
}
.schedule__sp li{
	background: #ffe0e0;
	color: #ff2929;
	margin-bottom: 5px;
	padding: 8px 10px 6px;
}
.event__place {
	display: table-cell;
	width: 130px;
	padding: 0 10px;
	vertical-align: middle;
}
.event__duration {
	display: table-cell;
	margin: 0;
	padding: 0 10px 0 0;
	vertical-align: middle;
}
.event__duration:before {
	display: inline-block;
	height: 45px;
	margin-right: 10px;
	border-right: 1px solid #fff;
	vertical-align: middle;
	content: "";
}
.event__duration span {
	display: inline-block;
	font-size: 12px;
}
.event__duration span + span {
	margin-right: 0.6em;
}
.schedule__outline {
	padding: 9px;
	overflow: hidden;
}
.schedule__outline .event__data {
	float: left;
	width: 265px;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.2;
}
.schedule__outline .event__data--venue{
	line-height: 1.6;
}
.schedule__outline .event__data--hours {
	margin-top: 10px;
}
.schedule__outline .event__data--hours .note {
	display: block;
	margin-top: 0.2em;
	font-weight: normal;
	font-size: 12px;
}
.schedule__outline .event__icon {
	float: right;
}

/* event-detail(overlay) */
.event-overlay {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.event-overlay--bg{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.event-overlay:before {
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 200;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.95);
	color: inherit;
	content: "";
}
.event-overlay__inner {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 250;
	width: 100%;
	height: 100%;
	padding: 20px;
	overflow-y: auto;
}
.event-overlay__btn-close {
	width: 650px;
	margin: 0 auto;
	text-align: right;
}
.event-overlay__btn-close a {
	display: inline-block;
	width: 50px;
	height: 50px;
	overflow: hidden;
	background: url(https://cdn.artjeuness.net/assets/img/common/btn_close.png) no-repeat center center;
	background-size: 20px auto;
	font-size: 0;
}
.event-overlay__arrow {
	position: relative;
	width: 650px;
	height: 10px;
	margin: 0 auto;
	color:#fff;
}
.event-overlay__arrow a {
	position: absolute;
	top: 410px;
	z-index: 210;
	width: 20px;
	height: 38px;
	background-color: transparent;
	background-image: url(https://cdn.artjeuness.net/assets/img/common/controller.png);
	background-repeat: no-repaet;
	background-size: auto 38px;
	font-size: 0;
	cursor: pointer;
}
.event-overlay__arrow--prev a {
	left: -40px;
	background-position: left center;
}
.event-overlay__arrow--next a {
	right: -40px;
	background-position: right center;
}
.event-overlay__book {
	width: 650px;
	margin: 0 auto 20px;
	padding-bottom: 20px;
	background: #fff;
	color: #4d4d4d;
	border: 1px solid #333;
}
.event-overlay__book .schedule__outline {
	width: 610px;
	margin: 19px auto;
	padding: 0;
}
.event-overlay__book .schedule__outline .event__data {
	width: 420px;
}
.event-overlay__book .event__news {
	width: 610px;
	margin: 0 auto 20px;
	padding: 14px;
	border: 1px solid #ffd602;
}
.event__news .news {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.1;
}
.event__news .news li {
	margin-top: 12px;
}
.event__news .news li:first-child {
	margin-top: 0;
}
.event__news .news li span {
	display: inline-block;
	/*
	width: 100px;
	*/
	width: 100%;
	padding-left: 23px;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 14px auto;
}
.event__news .news li.news--visitor span {
	background-image: url(https://cdn.artjeuness.net/assets/img/common/icon_event-visitor_s.png);
}
.event__news .news li.news--present span {
	background-image: url(https://cdn.artjeuness.net/assets/img/common/icon_event-present_s.png);
}
.event__news .news li.news--lottery span {
	background-image: url(https://cdn.artjeuness.net/assets/img/common/icon_event-lottery_s.png);
}
.event-overlay__book .event__map {
	width: 610px;
	margin: 0 auto 20px;
	font-size: 14px;
}
.event__map--gmap {
	width: 610px;
	height: 240px;
	margin-bottom: 10px;
	overflow: hidden;
}
.event__map--zoom {
	float: right;
	display: inline-block;
}
.event__map--zoom a {
	display: inline-block;
	padding-right: 18px;
	background: url(https://cdn.artjeuness.net/assets/img/common/icon_zoom.png) no-repeat right top;
	background-size: 14px auto;
}
.event__map--station {
	display: inline-block;
}
.event-overlay__book .event__information {
	width: 610px;
	margin: 0 auto 20px;
	font-size: 14px;
}
.event__information--venue {
	margin: 0 0 15px;
	border-top: 1px solid #ccc;
}
.event__information--venue dt {
	clear: left;
	float: left;
	width: 94px;
	padding: 12px 4px;
	font-weight: bold;
}
.event__information--venue dd {
	margin: 0;
	padding: 12px 4px 12px 98px;
	border-bottom: 1px solid #ccc;
}
.event__information--note {
	margin: 0;
	padding-left: 1em;
	text-indent: -1em;
}
.event-overlay__book .event__entry-btn {
	width: 300px;
	margin: 0 auto;
}
.event-overlay__book .event__entry-btn a {
	display: block;
	padding: 17px 0;
	border-radius: 4px;
	background: #ff2929;
	color: #fff;
	text-align: center;
}
.event__entry-btn a:before {
	display: inline-block;
	float: right;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 11px;
	height: 11px;
	margin-top: 2px;
	margin-right: 10px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	content:"";
}
.event-overlay__book .event__entry-btn a:hover {
	opacity: 0.7;
}


/* artist page
---------------------------------------- */
/* common */
.artist-tags .tag,
.artist-tags [class*="tag--"],
.select-artist__menu--tags .tag,
.select-artist__menu--tags [class*="tag--"] {
	display: inline-block;
	padding: 4px 8px 4px 4px;
	font-size: 11px;
	border-radius: 2px;
}
.artist-tags span.tag {
	background: #ffd602;
	color: #4d4d4d;
}
.artist-tags span[class*="tag--"] {
	background: #ff2929;
	color: #fff;
}
.artist-tags .tag:before,
.select-artist__menu--tags .tag:before {
	display: inline-block;
	width: 4px;
	height: 4px;
	margin-right: 5px;
	border-radius: 3px;
	background: #fff;
	vertical-align: middle;
	content: "";
}
.artist-tags [class*="tag--"]:before,
.select-artist__menu--tags [class*="tag--"]:before{
	display: inline-block;
	width: 12px;
	height: 11px;
	margin-right: 4px;
	vertical-align: middle;
	content: "";
}
.tag--event:before {
	background: url(https://cdn.artjeuness.net/assets/img/common/icon_tag-event.png) no-repeat center top;
	background-size: 7px auto;
}
.tag--visitor:before {
	background: url(https://cdn.artjeuness.net/assets/img/common/icon_tag-visitor.png) no-repeat center top;
	background-size: 10px auto;
}

/* artist-index -- menu */
.select-artist__menu {
	margin: 0 auto 10px;
	padding: 5px 0;
	text-align: center;
}
.select-artist__menu--tags {
	list-style-type: none;
	margin: 0 0 20px;
	padding: 0;
}
.select-artist__menu--tags li {
	display: inline;
}
.select-artist__menu--tags a {
	background: #999;
	color: #fff;
}
.select-artist__menu--tags a:hover,
.select-artist__menu--tags a.is_selected {
	background: #ffd602;
	color: #4d4d4d;
}
.select-artist__menu--tags [class*="tag--"]:hover,
.select-artist__menu--tags [class*="tag--"].is_selected {
	background: #ff2929;
	color: #fff;
}
.select-artist__menu--sort {
	display: inline-block;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
.select-artist__menu--sort li {
	display: inline;
	font-size: 14px;
}
.select-artist__menu--sort a {
	display: inline-block;
	margin-right: 30px;
	white-space: nowrap;
}
.select-artist__menu--sort a:hover,
.select-artist__menu--sort a.is_selected {
	border-bottom: 2px solid #0066b3;
	background-color: transparent;
	color: #0066b3;
}
.select-artist__menu--sort a:after {
	display: inline-block;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 8px;
	height: 8px;
	margin-right: -18px;
	margin-left: 8px;
	content:"";
}
.select-artist__menu--sort a.is_asc:after {
	vertical-align: 2px;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}
.select-artist__menu--sort a.is_desc:after {
	vertical-align: -2px;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
}
.select-artist__menu--search {
	display: inline-block;
	vertical-align: middle;
}
.select-artist__menu--search input[type="search"] {
	width: 195px;
	height: 35px;
	padding: 0 25px 0 14px;
	border: 1px solid #ccc;
	border-radius: 16px;
	background: #fff url(https://cdn.artjeuness.net/assets/img/common/icon_header-search.png) no-repeat right 10px center;
	background-size: 15px auto;
	color: #4d4d4d;
	font-size: 14px;
	line-height: 35px;
}
/* artist-index -- list */
.select-artist__list {
	max-width: 1000px;
	margin: 0 auto 10px;
}
.select-artist__list .artists {
	margin: 0 auto;
}
.select-artist__list .artists:after{
	content:"";
	display: block;
	width: 100%;
	height: 1px;
	clear: both;
}
.select-artist__list .artist__col {
	display: table;
	position: relative;
	width: 313px;
	min-height: 115px;
	margin: 10px;
	padding: 10px;
	-webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,0.1);
	box-shadow: 0 0 8px 0 rgba(0,0,0,0.1);
	background-color: #fff;
	color: #4d4d4d;
	float: left;
}
.select-artist__list .artist__col a {
	display: block;
}
.select-artist__list .artist__col a:hover {
	opacity: 0.7;
}
.select-artist__list .col--pickup span.icon,
.select-artist__list .col--new span.icon,
.select-artist__list .col--update span.icon {
	width: 74px;
	height: 46px;
	background-size: 74px auto;
}
.select-artist__list .col--pickup span.icon {
	background-image: url(../img/common/sticker_pickup_s.png);
}
.select-artist__list .col--new span.icon {
	background-image: url(../img/common/sticker_new_s.png);
}
.select-artist__list .col--update span.icon {
	background-image: url(../img/common/sticker_update_s.png);
}
.select-artist__list .artist__col .artist__thumb {
	display: table-cell;
	width: 95px;
	height: 95px;
	overflow: hidden;
	vertical-align: top;
}
.select-artist__list .artist__col .artist__thumb img {
	width: 95px;
	height: auto;
}
.select-artist__list .artist__col .artist__data {
	display: table-cell;
	padding-left: 10px;
	vertical-align: top;
}
.select-artist__list .artist__data .artist-name {
	padding: 4px 0;
	font-size: 16px;
	line-height: 1.2;
}
.select-artist__list .artist__data .artist-name small {
	font-size: 11px;
}
.select-artist__list .artist__data .artist-tags {
	position:absolute;
	bottom:10px;
}
.select-artist__list .artist__data .artist-tags span {
	/*margin-top: 5px;*/
	margin-top: 2px;
}

/* artist-detail -- lead-block */
.lead-block--artist {
	width: 980px;
	margin: 16px auto;
}
.lead-block--artist .artist-tags {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.lead-block--artist .artist-tags li {
	display: inline;
}
.lead-block--artist .back-index {
	display: inline-block;
	position: absolute;
	left: calc(50% - 490px);
	top: 10px;
	font-size: 14px;
}
.lead-block--artist .back-index a {
	color: #0066b3;
}
.lead-block--artist .back-index a:hover {
	text-decoration: underline;
}
.lead-block--artist .back-index a:before {
	display: inline-block;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 7px;
	height: 7px;
	margin-right: 4px;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	content:"";
	vertical-align: 0.1em;
}
/* artist-detail -- article-box */
.article-box--artist {}
.article-box--artist .article-share {
	float: left;
	margin-bottom: 25px;
}
.article-box--artist .article-share a:hover{
	opacity: 0.7;
}
/* artist-detail -- artist__info */
.artist__info {
	padding-bottom: 10px;
}
.artist__info--slider {
	float: right;
	width: 460px;
	height: 475px;
	margin-bottom: 55px;
	padding: 10px 30px;
	background: #000;
	color: #fff;
}
.artist__info--slider .slick-arrow {
	position: absolute;
	top: 218px;
	z-index: 10;
	width: 20px;
	height: 39px;
	overflow: hidden;
	border: none;
	background-color: transparent;
	background-image: url(https://cdn.artjeuness.net/assets/img/common/controller.png);
	background-repeat: no-repaet;
	background-size: auto 38.5px;
	font-size: 0;
	outline: none;
	cursor: pointer;
}
.artist__info--slider .slick-arrow.slick-prev {
 	left: 5px;
	background-position: left top;
}
.artist__info--slider .slick-arrow.slick-next {
	right: 5px;
	background-position: right center;
}
.artist__info--slider .slick-dots {
	position: absolute;
	left: 0;
	bottom: -20px;
	width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}
.artist__info--slider .slick-dots li {
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
}
.artist__info--slider .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
  background: #ccc;
  border: 0 none;
  border-radius: 5px;
  outline: none;
  overflow: hidden;
  cursor: pointer;
  font-size: 0;
  white-space: nowrap;
}
.artist__info--slider .slick-dots li.slick-active button {
  background: #0066b3;
}
.artist__info--slider .slide__col {
	max-width: 400px;
}
.artist__info--slider .slide__pic {
	    margin-bottom: 10px;
    text-align: center;
    display: table-cell;
    height: 445px;
    width: 400px;
    vertical-align: middle;
}
.artist__info--slider .slide__pic img {
	width: auto;
	max-height: 435px;
	margin: 0 auto;
	max-width: 374px;
}
.artist__info--slider .slide__caption {
	font-size: 10px;
	text-align: center;
}
.artist__info--main {
	float: left;
	width: 460px;
}
.artist__info--main .text-block {
	margin: 0 0 32px;
}
.artist__info--main .text-block.artist_text {
	min-height: 450px;
}
.artist__info--main .text-block.artist_text.min {
	min-height: 100px;
}
.artist__info--main .text-block h2 ,
.artist__info--main .text-block__heading {
	margin: 0 0 1em;
	font-weight: bold;
	font-size: 16px;
}
.artist__info--main .text-block h3{
	margin: 0;
	font-weight: bold;
	font-size: 15px;
}
.artist__info--main .text-block ul{
	font-size: 14px;
	margin-left: 1em;
	margin-bottom: 1em;
	line-height: 1.7;
}
.artist__info--main .text-block ul li{
	text-indent: -1em;
}
.artist__info--main .text-block p ,
.artist__info--main .text-block__body {
	font-size: 14px;
	line-height: 1.7;
	margin-bottom: 20px;
}
.artist__info--main .text-block__body p {
	margin: 20px;
}
.artist__info--main .text-block__body p + p {
	margin-top: 1em;
}
.artist__info--main .text-block__news {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.7;
}
.artist__info--main .text-block__news li {
	margin-bottom: 5px;
}
.artist__info--main .text-block__news li a{
	color: #0066b3;
}
.artist__info--main .text-block__news li a:hover{
	text-decoration: underline;
}
.artist__info--main .text-block__news li:before {
	display: inline-block;
	width: 5px;
	height: 5px;
	margin-right: 5px;
	background: #ffd602;
	border-radius: 2.5px;
	vertical-align: 0.25em;
	content: "";
}
.artist__info--event {
	float: right;
	width: 460px;
	padding: 10px;
	border: 1px solid #ffd602;
}
.artist__info--event .event-heading {
	margin: 0 0 10px;
	font-weight: bold;
	font-size: 16px;
}
.artist__info--event .event-news {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.2;
}
.artist__info--event .event-news li {
	margin: 0 0 10px;
	padding: 0;
}
.artist__info--event .event-news li a{
	color: #0066b3;
}
.artist__info--event .event-news li a:hover{
	text-decoration: underline;
}
.artist__info--event .event-news li span {
	display: inline-block;
	width: 6.8em;
}
.artist__info--event .event-news-more a {
	display: block;
	padding: 13px 10px;
	background: #ffd602;
	color: #4d4d4d;
	border-radius: 4px;
	font-weight: bold;
	font-size: 14px;
	line-height: 1;
	text-align: center;
}
.artist__info--event .event-news-more a:hover {
	opacity: 0.7;
}
.artist__info--event .event-news-more a:before {
	display: inline-block;
	float: right;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 13px;
	height: 13px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	content:"";
}
/* artist-detail -- artist__works */
.artist__works {
	clear: both;
}
.artist__works > section {
	padding: 25px 0;
	border-top: 1px solid #ccc;
}
.artist__works .works-heading {
	margin: 0 0 20px;
	font-weight: bold;
	font-size: 16px;
}
.artist__works .works__col {
	float: left;
	width: 172px;
	margin-bottom: 15px;
	margin-left: 20px;
}
.artist__works .works__col:nth-child(5n + 1) {
	clear: left;
	margin-left: 0;
}
.artist__works .works__col a {
	display: block;
}
.artist__works .works__col a:hover {
	opacity: 0.7;
}
.artist__works .thumb {
	width: 172px;
	height: 172px;
	margin-bottom: 5px;
	overflow: hidden;
}
.artist__works .copyright {
	margin-bottom: 6px;
	font-size: 10px;
	text-align: right;
}
.artist__works .title {
	margin-bottom: 6px;
	font-size: 14px;
	line-height: 1.3;
}
/* artist-detail -- other-artist */
.other-artist {
	clear: both;
	padding-top: 25px;
	border-top: 1px solid #ccc;
}
.other-artist-heading {
	margin: 0 0 20px;
	font-weight: bold;
	font-size: 16px;
}
.other-artist-inner {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.other-artist-inner li {
	float: left;
	width: 100px;
	margin-bottom: 15px;
	margin-left: 20px;
	padding: 0;
}
.other-artist-inner li:nth-child(8n + 1) {
	clear: left;
	margin-left: 0;
}
.other-artist-inner a {
	display: block;
}
.other-artist-inner a:hover {
	opacity: 0.7;
}
.other-artist-inner .thumb {
	width: 100px;
	height: 100px;
	margin-bottom: 10px;
	overflow: hidden;
}
.other-artist-inner .name {
	font-size: 12px;
	line-height: 1.25;
}

/* picture page
---------------------------------------- */
.picture-list {
	max-width: 1000px;
	margin: 0 auto 20px;
}
.picture-list-heading {
    background: #fff;
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,0.1);
    color: #0066b3;
    display: inline-block;
    font-weight: normal;
    font-size: 18px;
    line-height: 1;
	margin: 20px 10px 0;
    padding: 10px;
}
.picture-list .pictures {
	margin: 0 auto;
}
.picture-list .picture__col {
	width: 314px;
/*	height: 520px;
*/	margin: 10px 9.5px;
	padding: 10px;
	-webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,0.1);
	box-shadow: 0 0 8px 0 rgba(0,0,0,0.1);
	background-color: #fff;
	color: #4d4d4d;
}
.picture__col .picture__pic {
	margin-bottom: 10px;
}
.picture__col .picture__pic .thumb {
	display: table-cell;
	width: 294px;
	height: 294px;
	overflow: hidden;
	background: #333;
	color: #4d4d4d;
	text-align: center;
	vertical-align: middle;
}
.picture__col .picture__pic .thumb img {
	max-width: 294px;
	max-height: 294px;
}
.picture__col .picture__pic .copyright {
	margin-top: 5px;
	font-size: 10px;
	text-align: right;
}
.picture__col .picture__name {
	margin-bottom: 16px;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.3;
	height: 40px;
}
.picture__col .picture__artist {
	margin-bottom: 16px;
	font-size: 18px;
	line-height: 1.2;
}
.picture__col .picture__artist a{
	color: #0066b3;
}
.picture__col .picture__artist a:hover{
	opacity: 0.7;
	text-decoration: underline;
}
.picture__col .picture__data {
	display: table;
	width: 100%;
	margin-bottom: 10px;
	font-size: 14px;
}
.picture__col .picture__data--ver {
	display: table-cell;
	margin: 0;
}
.picture__col .picture__data--ver dt,
.picture__col .picture__data--ver dd {
	display: inline-block;
	margin: 0;
	padding: 0 0.3em 0 0;
}
.picture__col .picture__data--update {
	display: table-cell;
	text-align: right;
}
.picture__col .picture__btn {
	margin: 0 0 10px;
}
.picture__col .picture__btn a {
	display: block;
	padding: 13px 10px;
	background: #ffd602;
	color: #4d4d4d;
	border-radius: 4px;
	font-weight: bold;
	font-size: 14px;
	line-height: 1;
	text-align: center;
}
.picture__col .picture__btn a:hover {
	opacity: 0.7;
}
.picture__col .picture__btn a:before {
	display: inline-block;
	float: right;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 13px;
	height: 13px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	content:"";
}
.picture__col .picture__share {
	display: table;
	width: 100%;
	height: 40px;
	margin: 0;
	padding: 5px;
	background: #e8e8e8;
	color: #4d4d4d;
}
.picture__col .picture__share dt {
	display: table-cell;
	margin: 0;
	padding: 0 5px;
	font-weight: bold;
	font-size: 10px;
	vertical-align: middle;
}
.picture__col .picture__share dd {
	display: table-cell;
	width: 75px;
	margin: 0;
	padding: 0 0 0 5px;
	vertical-align: middle;
}
.picture__col .picture__share dd a {
	display: block;
}
.picture__col .picture__share dd a:hover {
	opacity: 0.7;
}
.picture__col .picture__share dd img {
	width: auto;
	height: 32px;
}

/* store page
---------------------------------------- */
.heading._store span {
	display: block;
	margin: 10px auto;
	padding: 0;
	border: none;
	width: 136px;
}
.heading._store span img{
	max-width: 100%;
	height: auto;
}
.store__article {
	width: 980px;
	margin: 30px auto;
	padding: 20px;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
	background-color: #fff;
	color: #4d4d4d;
}
.store__article h2{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 16px;
	line-height: 1.7;
}
.store__article h3,.store__article h4,.store__article h5{
	font-size: 14px;
	margin-bottom: 16px;
	line-height: 1.7;
}
.store__article p{
	font-size: 14px;
	line-height: 1.7;
	margin-bottom: 16px;
}
.store__article .store__pic figcaption {
	color: #868686;
    font-size: 14px;
    margin-top: 8px;
    text-align: left;
}
.store__article--main {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 24px;
}
.store__article--main > div {
	width: 460px;
}
.store__article .store__list {
	overflow:hidden;
	margin: 0 -10px;
}
.store__article .store__list > li{
	float: left;
	margin: 0 10px 30px;
	width: 300px;
}
.store__article .store__list img{
	width: 300px;
	height: 200px;
}
.store__article .store__list .store__list--sns img{
	width: 44px;
	height: 44px;
}
.store__article .store__list figcaption{
	font-size: 14px;
	margin: 8px 0 12px;
}
.store__list--sns {
	margin: 0 -4px;
	overflow: hidden;
}
.store__list--sns > li{
	float: left;
	margin: 0 4px;
	width: 44px;
}
.store__detail .sns {
	margin: 0 -4px 10px;
	overflow: hidden;
}
.store__detail .sns a:hover{
	opacity: 0.7;
}
.store__detail .sns >li{
	float: left;
	margin: 0 4px;
	width: 44px;
}
.store__detail .sns >li img{
	max-width: 100%;
	height: auto;
}
.store__detail .info {
	border-bottom: 1px solid #ccc;
	font-size: 14px;
	line-height: 1.7;
	padding: 10px 0;
}
.store__detail .info._first {
	border-top: 1px solid #ccc;
}
.store__detail .info >dt {
	clear: left;
	float: left;
	font-weight: bold;
	width: 7.5em;
}
.store__detail .info >dd {
	margin-left: 7.5em;
}
.store__map {
	font-size: 14px;
	margin-bottom: 40px;
	overflow: hidden;
}
.store__map--zoom a{
	color: #0066b3;
	display: inline-block;
	float: right;
	margin-top: 10px;
    padding-right: 18px;
    background: url(https://cdn.artjeuness.net/assets/img/common/icon_zoom.png) no-repeat right top;
    background-size: 14px auto;
}
.store__map--zoom a:hover{
	text-decoration: underline;
}
.store__special {
	border-bottom: 1px solid #ccc;
    font-size: 14px;
    line-height: 1.7;
	overflow: hidden;
	padding-bottom: 40px;
}
.store__special > li{
	float: left;
	width: 50%;
}
.store__special > li.pickup{
	padding-right: 20px;
}
.store__special > li.schedule{
	padding-left: 20px;
}
.store__special h2{
	border-top: 1px solid #ccc;
	padding-top: 20px;
}
.store__special .pickup ul{
	list-style-type: none;
    margin: 0;
    padding: 0;
}
.store__special .pickup ul li{
	margin-bottom: 5px;
}
.store__special .pickup ul li:before{
	display: inline-block;
    width: 5px;
    height: 5px;
    margin-right: 5px;
    background: #ffd602;
    border-radius: 2.5px;
    vertical-align: 0.25em;
    content: "";
}
.store__special .pickup ul li a{
	color: #0066b3;
}
.store__special .pickup ul li a:hover{
	text-decoration: underline;
}
.store__special .schedule dl{
}
.store__special .schedule dl dt{
	clear: left;
	float: left;
	width: 7.5em;
}
.store__special .schedule dl dd{
	margin-bottom: 5px;
	margin-left: 7.5em;
}
.store__special .schedule dl dd a{
	color: #0066b3;
}
.store__special .schedule dl dd a:hover{
	text-decoration: underline;
}
.store__opened {
	padding: 20px 0 40px;
}
.store__opened ul{
	margin-right: -20px;
	overflow: hidden;
}
.store__opened ul li{
	float: left;
	padding-right: 20px;
	width: 25%;
}
.store__opened ul li a{
	border: 1px solid #ccc;
	color: #4d4d4d;
	display: block;
	padding: 2px;
}
.store__opened ul li a:hover{
	opacity: 0.7;
}
.store__opened figure{
	display: inline-block;
	width: 70px;
}
.store__opened img{
	max-width: 100%;
	height: auto;
}
.store__opened .name{
	display: inline-block;
	font-size: 14px;
	line-height: 1.4;
	margin: 0 0 0 4px;
	vertical-align: middle;
}
.store__opened .name >span{
	display: block;
	font-size: 10px;
}
.store__blog {
	border-top: 1px solid #ccc;
	font-size: 14px;
	line-height: 1.7;
	padding: 20px 0 40px;
}
.store__blog--outer {
	overflow: hidden;
}
.store__blog--txt {
	float: left;
	margin-right: 20px;
	width: 600px;
}
.store__blog--txt ul{
	margin-bottom: 16px;
}
.store__blog--txt li{
	margin-bottom: 10px;
}
.store__blog--img {
	overflow: hidden;
	text-align: center;
}
.store__blog--img img{
	max-width: 100%;
	height: auto;
}

/* lottery page
---------------------------------------- */
#lottery{
	width: 980px;
}

#lottery .cont_blk{
	width: 100%;
	overflow: hidden;
	margin: 40px 0;
}

#lottery .cont_inner{
	width: 100%;
	overflow: hidden;
}

#lottery .cont_blk .f_left{
	width: 460px;
	float: left;
}

#lottery .cont_blk .f_right{
	width: 460px;
	float: right;
}

#lottery .cont_blk figure{
	width: 460px;
}

#lottery .cont_blk figcaption{
	margin-top: 10px;
	text-align: center;
	font-size: 12px;
}
#lottery .cont_blk figure img{
	width: 100%;
}

#lottery .cont_inner .link_btn{
	display: inline-block;
	width: 160px;
	float: right;
	margin-right: 1em;
}

#lottery .cont_inner .link_btn a{
	display: block;
	width: 160px;
	box-sizing: border-box;
	text-align: center;
	padding: 0.5em;
	border: 1px #0066b3 solid;
	margin-right: 10px;
}

#lottery .cont_inner .link_btn a:hover{
	background: #0066b3;
	text-decoration: none;
	color: #fff;
	transition: 1s background, color;
}

#lottery .bnr_blk{
	width: 468px;
	margin: 60px auto;
}

#lottery .bnr_blk a:hover{
	opacity: 0.7;
}

#lottery #customer .cont_inner .f_container{
	display: flex;
	width: 100%;
	justify-content: space-around;
}

#lottery #customer .cont_inner .f_container li{
	width: 260px;

}

#lottery #customer .cont_inner .f_container li figure{
	width: 180px;
	margin: 20px auto;
}

#lottery #customer .cont_inner .f_container li figure img{
	width: 100%;
}

#lottery #customer .cont_inner .f_container li dl{
	font-size: 14px;
	line-height: 1.7;
	padding: 10px;
}

#lottery #customer .cont_inner .f_container li dl dt{
	font-weight: bold;
	margin-bottom: 8px;
}



/* article page
---------------------------------------- */
.common__article {
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    color: #4d4d4d;
    margin: 30px auto;
    padding: 20px;
    width: 640px;
}
.common__article a{
	color: #0066b3;
}
.common__article a:hover{
	color: #0066b3;
	text-decoration: underline;
}
.common__article hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
.common__article .sns {
	margin: 0 -4px 20px;
	overflow: hidden;
}
.common__article .sns a:hover{
	opacity: 0.7;
}
.common__article .sns >li{
	float: left;
	margin: 0 4px;
	width: 44px;
}
.common__article .sns >li img{
	max-width: 100%;
	height: auto;
}
.common__article h2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}
.common__article h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}
.common__article h4 {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 20px;
}
.common__article h5 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 16px;
}
.common__article--txt {
	font-size: 14px;
	line-height: 1.7;
	margin-bottom: 16px;
}
.common__article--img {
	margin: 20px -20px;
}
.common__article--img figcaption{
	color: #868686;
    font-size: 14px;
    margin: 4px 20px;
    text-align: center;
    padding-top: 10px;
}
.common__article--img img{
	max-width: 100%;
	height: auto;
}
.common__article--list ,
.common__article--description,
.common__article--ordered{
	font-size: 14px;
	line-height: 1.7;
}
.common__article--list ,
.common__article--ordered{
	margin-bottom: 20px;
}
ol .common__article--list ,
ol .common__article--ordered,
ul .common__article--list ,
ul .common__article--ordered{
	margin-bottom: 0;
}

.common__article--list li{
	margin-bottom: 5px;
}
.common__article--list li:before{
	display: inline-block;
    width: 5px;
    height: 5px;
    margin-right: 5px;
    background: #ffd602;
    border-radius: 2.5px;
    vertical-align: 0.25em;
    content: "";
}
.common__article--description {
	border-bottom: 1px solid #ccc;
    font-size: 14px;
    line-height: 1.7;
    overflow: hidden;
    padding: 10px 0;
}
.common__article--description._first {
	border-top: 1px solid #ccc;
	margin-top: 20px;
}
.common__article--description._last {
	margin-bottom: 20px;
}
.common__article--description >dt{
	clear: left;
    float: left;
    font-weight: bold;
    width: 7.5em;
}
.common__article--description >dd{
	margin-left: 8.5em;
}
form .common__article--description >dt{
    width: 13em;
}
form .common__article--description >dd{
	margin-left: 14em;
}
.common__article--ordered{
	list-style: decimal;
	padding-left: 2em;
}
.common__article--ordered li{
	margin-bottom: 5px;
}

/* ------------------------------------------------------------
 info
------------------------------------------------------------ */
.info__title--date{
	font-size: 60%;
	font-weight: normal;
	padding-left: 1em;
}
.info__article--list li:before{
	display: none!important;
}
.info__article--list:last-child{
	margin-bottom: 0;
}
.info__article--list li > ul > li,
.info__article--list li > ol > li{
	margin-left: 1em;
}
.info__article--txt{
	word-break: break-all;
}


/* ------------------------------------------------------------
 btn_box
------------------------------------------------------------ */
.btn_box{
	padding-top: 20px;
	padding-bottom: 20px;
}
.btn_01{
	display: inline-block;
    width: 160px;
    height: 40px;
    border: none;
    border-radius: 20px;
    background-color: #0066b3;
    color: #fff;
}

/* ------------------------------------------------------------
 input
------------------------------------------------------------ */
form input[type=text]{
	width: 100%;
}
form textarea{
	width: 100%;
	height: 200px;
}
/* ------------------------------------------------------------
 txtCenter txtLeft txtRigth
------------------------------------------------------------ */
.txtCenter{
	text-align: center;
}
.txtLeft{
	text-align: left;
}
.txtRigth{
	text-align: right;
}

/* ------------------------------------------------------------
 utility
------------------------------------------------------------ */
.util-lh-14{line-height: 1.4!important}
.util-lh-16{line-height: 1.6!important}

.util-list-indent{margin-left: 1em;}
.util-list-indent li{text-indent: -1em;}

/* ------------------------------------------------------------
 clearfix
------------------------------------------------------------ */
.artist__info:before, .artist__info:after,
[class*="-inner"]:before, [class*="-inner"]:after,
[class*="-block"]:before, [class*="-block"]:after,
.cf:before, .cf:after {
	content: "";
	display: table;
}
.artist__info:after,
[class*="-inner"]:after,
[class*="-block"]:after,
.cf:after { clear: both; }