.pc {
	display: none
}
@font-face {
	font-family: mplusM;
	font-display: swap;
	src: url(../fonts/unhinted-mplus-1p-medium.woff2) format('woff2'), url(../fonts/unhinted-mplus-1p-medium.ttf) format('truetype')
}
@font-face {
	font-family: mplusB;
	font-display: swap;
	src: url(../fonts/unhinted-mplus-1p-heavy.woff2) format('woff2'), url(../fonts/unhinted-mplus-1p-heavy.ttf) format('truetype')
}
@font-face {
	font-family: mplusL;
	font-display: swap;
	src: url(../fonts/unhinted-mplus-1p-light.woff2) format('woff2'), url(../fonts/unhinted-mplus-1p-light.ttf) format('truetype')
}
.mt20 {
	margin-top: 20px
}
/*[class^=cmn-].width-full {
	max-width: 100%
}
*/.cmn-container {
	font-family: din-2014, '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif;
	font-weight: 100;
	line-height: 1.8;
	padding-bottom: 50px;
	color: #222
}
.cmn-container.padding-top {
	padding-top: 30px
}
.cmn-container.bg-gray {
	background: #f1f1f1
}
.cmn-container.bg-white {
	background: #fff
}
.cmn-container h1, .cmn-container h2, .cmn-container h3, .cmn-container h4, .cmn-container h5, .cmn-container h6 {
	font-family: din-2014, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif;
	padding: 0
}

.cmn-container .inner1 {
	box-sizing: content-box;
	max-width: 1080px;
	margin: 0 auto;
	padding: 0 20px
}
.cmn-container .inner {
	box-sizing: content-box;
	max-width: 950px;
	margin: 0 auto;
	padding: 0 10px
}
.cmn-container a {
	border-bottom: 1px solid #222
}
.cmn-container a:hover {
	text-decoration: none
}
.cmn-container .PC {
	display: none!important
}
.cmn-container .SP {
	display: block!important
}
.cmn-container img {
	width: 100%;
	height: auto;
	vertical-align: bottom
}
.cmn-visual {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto 25px
}
.cmn-area-hdg-lead {
}
.cmn-area-hdg-lead p {
	margin-bottom: 30px
}
.cmn-area-hdg-lead time {
	font-size: 12px
}
.cmn-shop-info{
    margin: 0 auto;
    width: 92%;
    max-width: 650px;
}


.cmn-hdg-lv1 {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 20px
}
.cmn-hdg-lv1 .small {
	font-size: .8em
}
.cmn-hdg-lv2 {
    margin: 0 auto 15px;
    width: 75%;
}
.cmn-hdg-lv3 {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 10px
}
.cmn-lead {
	line-height: 1.8
}
.cmn-card {
	margin-bottom: 50px;
	padding: 20px;
	background: #fff
}
.cmn-card .card-ttl {
	font-size: 18px;
	font-weight: 700
}
.cmn-card .card-ttl span {
	font-size: .8em;
	padding-right: 10px
}
.cmn-card .card-content {
	margin-top: 10px
}
.cmn-card .card-content p {
	margin-bottom: 20px
}
.cmn-card .card-content p:last-child {
	margin-bottom: 0
}
.cmn-fig-credit {
	margin-bottom: 30px
}
.cmn-fig-credit:last-child {
	margin-bottom: 0
}
.cmn-figure {
	max-width: 600px;
	margin: 0 auto 15px
}
.cmn-figure.figure-small {
	padding: 0 50px
}
.cmn-figure.split-2 {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	align-items: flex-start
}
.cmn-figure.split-2 img {
	width: 49.5%
}
.cmn-figure.split-3 {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	align-items: flex-start
}
.cmn-figure.split-3 img {
	width: 32.5%
}
.cmn-figure.split-4 {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	align-items: flex-start
}
.cmn-figure.split-4 img {
	width: 24.5%
}
.cmn-credit {
	max-width: 600px;
	margin: 15px auto 0
}
.cmn-credit.credit-figure ul {
	display: -webkit-box;
	display: flex;
	margin: 0 -10px;
	flex-wrap: wrap
}
.cmn-credit.credit-figure ul li {
	width: 25%;
	margin-bottom: 20px;
	padding: 0 10px
}
.cmn-credit.credit-figure ul li a {
	display: block;
	border-bottom: none
}
.cmn-credit.credit-figure ul li img {
	width: 100%
}
.cmn-credit li {
	margin-bottom: 10px;
	color: #222
}
.cmn-credit li a {
	color: #222
}
.cmn-credit li:last-child {
	margin-bottom: 0
}
.js-fade {
	-webkit-transition: all ease 1s;
	transition: all ease 1s;
	-webkit-transform: translateY(30px);
	transform: translateY(30px);
	opacity: 0
}
.js-fade.fade-in {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1
}
.cmn-recommend-owner-list {
	position: relative;
	padding: 20px;
	background: #fafafa
}
.cmn-recommend-owner-list ul {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap
}
.cmn-recommend-owner-list ul li {
	margin: 0 20px 10px 0
}
.cmn-recommend-owner-list ul li a {
	font-weight: 700;
	border-bottom: none
}
.cmn-recommend-owner-list ul li a::before {
	padding-right: 3px;
	content: '-'
}
.cmn-recommend-item {
	margin-bottom: 30px
}
.cmn-recommend-item .cmn-hdg-lv2 {
	margin-bottom: 0
}
.cmn-recommend-item .lead {
	margin-bottom: 20px
}
.cmn-recommend-item .description {
	line-height: 2
}
.cmn-recommend-item .price {
	font-size: 1.2em;
	margin: 20px 0;
	text-align: left
}
.cmn-recommend-item .price::before {
	content: '\0a5'
}
.cmn-recommend-item .cmn-credit {
	margin-bottom: 20px
}
.cmn-recommend-item .image {
	margin-bottom: 50px
}
.cmn-recommend-item dl {
	margin-top: 10px
}
.cmn-recommend-item .cmn-btn {
	margin-top: 0
}
.cmn-recommend-item .slick-next {
	right: 0
}
.cmn-recommend-item .slick-prev {
	left: 0
}
.cmn-item-counter + .cmn-recommend-owner {
	margin-top: 0;
	border-top: 0
}
.cmn-recommend-owner {
	margin-top: 50px;
	padding-top: 50px;
	border-top: 1px solid #ddd
}
.cmn-recommend-owner .avatar {
	width: 120px;
	height: 120px;
	margin: 0 auto 10px
}
.cmn-recommend-owner .avatar img {
	width: 120px;
	height: 120px;
	border-radius: 3px;
	-o-object-fit: cover;
	object-fit: cover
}
.cmn-recommend-owner .owner-profile {
	margin-bottom: 10px
}
.cmn-recommend-owner .owner-profile .name {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 20px;
	text-align: center
}
.cmn-recommend-owner .owner-profile .lead {
	font-weight: 700;
	margin-bottom: 10px
}
.cmn-recommend-owner .item ul {
	display: -webkit-box;
	display: flex;
	margin: 0 -2px
}
.cmn-recommend-owner .item ul li {
	box-sizing: border-box;
	width: 25%;
	padding: 0 2px
}
.cmn-recommend-owner .item ul li a {
	display: block;
	border: 1px solid #ccc
}
.cmn-item-counter {
	position: fixed;
	top: 50%;
	right: -50px;
	display: -webkit-box;
	display: flex;
	width: 20px;
	-webkit-transition: right ease .3s;
	transition: right ease .3s;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-flow: column;
	-webkit-box-align: center;
	align-items: center
}
.cmn-item-counter.slide-in {
	right: 0
}
.cmn-item-counter .js-item-current::after {
	display: block;
	width: 100%;
	height: 1px;
	content: '';
	background: #222
}
.cmn-area-item .cmn-figure {
	margin-bottom: 0
}
.cmn-area-item .cmn-figure.split-2 img {
	width: 50%
}
.cmn-area-item .cmn-figure.split-3 img {
	width: 33.3333333%
}
.cmn-area-item .cmn-figure.split-4 img {
	width: 25%
}
.cmn-item-lists {
	margin-top: 50px
}
.cmn-item-lists .item {
	position: relative;
	box-sizing: border-box;
	margin: 10px 10px 20px 10px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd
}
.cmn-item-lists .item::after, .cmn-item-lists .item::before {
	position: absolute;
	top: -5px;
	width: 1px;
	height: calc(100%+ 10px);
	content: '';
	background-color: #ddd
}
.cmn-item-lists .item::before {
	left: 5px
}
.cmn-item-lists .item::after {
	right: 5px
}
.cmn-item-lists .item a {
	display: -webkit-box;
	display: flex;
	padding: 5px 10px 10px;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	border-bottom: none;
	-webkit-box-align: center;
	align-items: center
}
.cmn-item-lists .item a:hover {
	opacity: .5
}
.cmn-item-lists .item figure {
	width: 100px
}
.cmn-item-lists .item ul {
	padding-left: 10px
}
.cmn-item-lists .item .category {
	font-size: 10px;
	margin-bottom: 5px
}
.cmn-item-lists .item .name {
	font-size: 15px;
	font-weight: 700;
	line-height: 1.3
}
.cmn-item-lists .item .price {
	font-size: 12px;
	margin-top: 5px;
	text-align: left
}
.cmn-item-lists .item .price .unit {
	font-size: .8em
}
.cmn-news-content p {
	margin-bottom: 45px;
}
.cmn-news-content dl dt {
	font-weight: 700
}
.cmn-news-content dl dd {
	margin-bottom: 10px
}
.cmn-news-content{
	margin-bottom:50px;
	
}

.cmn-btn {
	margin: 30px auto 60px;
	text-align: center;
/*	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
*/	font-size: 12px;
}
.cmn-btn a {
    /* font-weight: 700; */
    display: -webkit-inline-box;
    /* display: inline-flex; */
    /* height: 0.9cm; */
    padding: 13px 10px;
    letter-spacing: .1em;
    color: #fff;
    border: 2px solid #222;
    background: #222;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    display: block;
    max-width: 335px;
    justify-content: center;
    width: 100%;
    margin: 0 auto 30px;
}
.cmn-btn a:hover {
	color: #222;
	background: #fff
}
.cmn-area-look {
	background: #f5f5f5
}
.cmn-area-look .slide {
	position: relative;
	box-sizing: border-box;
	width: 100vw;
	height: calc(100vh - 150px);
	padding: 20px;
	opacity: 0
}
.cmn-area-look .slide.slick-current {
	opacity: 1
}
.cmn-area-look .slide figure {
	position: relative;
	width: 100%;
	height: 100%
}
.cmn-area-look .slide figure img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	max-width: 95%;
	height: auto;
	max-height: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.cmn-area-look .slide .txt a {
	color: #fff
}
.cmn-area-look .look-slider-thumbnail {
	max-width: 600px;
	margin: 30px auto 0;
	margin-top: 30px;
	padding-bottom: 30px
}
.cmn-area-look .look-slider-thumbnail .slide-thumbnail {
	-webkit-filter: grayscale(100);
	filter: grayscale(100)
}
.cmn-area-look .look-slider-thumbnail .slide-thumbnail.slick-current {
	-webkit-filter: grayscale(0);
	filter: grayscale(0)
}
.cmn-area-look .slide-counter {
	font-size: 12px;
	position: absolute;
	bottom: 45px;
	left: 20px
}
.cmn-q-and-a {
	margin-bottom: 30px
}
.cmn-q-and-a .question {
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 10px
}
.cmn-q-and-a .question::before {
	padding-right: 10px;
	content: '――'
}
.cmn-q-and-a .answer {
	font-size: 13px;
	word-wrap: break-word
}
.cmn-talent-introduction .ttl {
	font-weight: 700;
	margin-bottom: 10px
}
.slide-in-wrap {
	position: relative;
	display: inline-block;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.slide-in-wrap::before {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	display: inline-block;
	width: 0;
	height: 100%;
	content: '';
	background: #000
}
.slide-in-wrap .slide-in {
	display: block;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 0
}
.slide-in-wrap.slide-in-animation::before {
	-webkit-animation: passing-bar .8s ease 0s 1 normal forwards;
	animation: passing-bar .8s ease 0s 1 normal forwards
}
.slide-in-wrap.slide-in-animation .slide-in {
	-webkit-animation: passing-txt 0s ease .4s 1 normal forwards;
	animation: passing-txt 0s ease .4s 1 normal forwards
}
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0
}
.slick-list:focus {
	outline: 0
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}
.slick-slider .slick-list, .slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-right: auto;
	margin-left: auto
}
.slick-track:after, .slick-track:before {
	display: table;
	content: ''
}
.slick-track:after {
	clear: both
}
.slick-loading .slick-track {
	visibility: hidden
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
	outline: 0
}
[dir=rtl] .slick-slide {
	float: right
}
.slick-slide img {
	display: block
}
.slick-slide.slick-loading img {
	display: none
}
.slick-slide.dragging img {
	pointer-events: none
}
.slick-initialized .slick-slide {
	display: block
}
.slick-loading .slick-slide {
	visibility: hidden
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}
.slick-arrow.slick-hidden {
	display: none
}
@font-face {
	font-family: slick;
	font-weight: 400;
	font-style: normal;
	src: url(fonts/slick.eot);
	src: url(fonts/slick.eot?#iefix) format('embedded-opentype'), url(fonts/slick.woff) format('woff'), url(fonts/slick.ttf) format('truetype'), url(fonts/slick.svg#slick) format('svg')
}
.slick-next, .slick-prev {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	cursor: pointer;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	color: transparent;
	border: none;
	outline: 0;
	background: 0 0
}
.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
	color: transparent;
	outline: 0
}
.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
	opacity: 1
}
.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
	opacity: .25
}
.slick-next:before, .slick-prev:before {
	font-family: slick;
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.slick-prev {
	z-index: 100;
	left: 25px;
	background: url(/img/features/outer_collection/ico-back.png) no-repeat center center;
	background-size: cover
}
.slick-next {
	right: 25px;
	background: url(/img/features/outer_collection/ico-next.png) no-repeat center center;
	background-size: cover
}
.slick-dots {
	line-height: 1;
	position: absolute;
	bottom: -25px;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center
}
.slick-dots li {
	line-height: 1;
	position: relative;
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 5px 5px 0;
	padding: 0;
	cursor: pointer
}
.slick-dots li button {
	display: block;
	overflow: hidden;
	width: 8px;
	height: 8px;
	padding: 0;
	cursor: pointer;
	white-space: nowrap;
	text-indent: 100%;
	border: 0;
	border-radius: 8px;
	outline: 0;
	background: #ccc
}
.slick-dots li button:focus, .slick-dots li button:hover {
	outline: 0
}
.slick-dots li.slick-active button {
	background: #222
}
	/*	商品一覧エリア*/	
	.box {
    width: 100%;
}
	.block1 {
    display: flex;
	flex-wrap: wrap;
    -webkit-box-pack: justify;
	margin: 0 0 25px;
}
	.itemlist {
    width: 50%;
    /* margin: 0px 0 130px 0; */
    padding: 3px;
}
.cmn-credit {
    max-width: 600px;
    margin: 5px auto 15px;
    /* padding: 0 20px; */
    text-align: center;
    font-size: 11px;
    line-height: 1.7;
}
	.itemlist p {
    width: 70%;
}
/*	商品一覧エリア*/	
	

@media screen and (min-width:600px) and (max-width:959px) {
	.cmn-item-lists {
		display: -webkit-box;
		display: flex;
		padding: 0 10px;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		justify-content: space-between
	}
	.cmn-item-lists::after {
		width: 33.333%;
		content: ''
	}
	.cmn-item-lists .item {
		box-sizing: border-box;
		width: calc(33.333% - 40px);
		margin: 20px
	}
	.cmn-item-lists .item a {
		display: block
	}
	.cmn-item-lists .item figure {
		width: 100%
	}
	.cmn-item-lists .item ul {
		padding: 10px 10px 0
	}

}
@media screen and (min-width:960px) {
	.sp {
		display: none
	}
	.pc {
		display: block
	}
	.cmn-container {
		font-weight: 400
	}
	.cmn-container.padding-top {
		padding-top: 50px
	}
	.cmn-container .PC {
		display: block!important
	}
	.cmn-container .SP {
		display: none!important
	}
	.cmn-visual {
		width: 100%;
		max-width: 1230px;
		margin: 0 auto 60px;
	}
	.cmn-hdg-lv1 {
		font-size: 34px
	}
	.cmn-hdg-lv2 {
		font-size: 30px;
		 margin: 0 auto 15px;
    width: 40%;
	}
	.cmn-hdg-lv3 {
		font-size: 20px
	}
	.cmn-area-hdg-lead {
    margin-bottom: 55px;
    text-align: center;
}
	.cmn-lead {
		font-size: 18px
	}
	.cmn-card .card-ttl {
		font-size: 22px
	}
	.cmn-fig-credit {
		margin-bottom: 60px
	}
	.cmn-figure.figure-small {
		padding: 0 100px
	}
	.cmn-recommend-owner-list ul {
		-webkit-box-pack: center;
		justify-content: center
	}
	.cmn-recommend-owner-list ul li {
		margin-bottom: 0
	}
	.cmn-recommend-item {
		display: -webkit-box;
		display: flex;
		margin-bottom: 50px;
		-webkit-box-pack: justify;
		justify-content: space-between
	}
	.cmn-recommend-item.reverse {
		flex-direction: row-reverse;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse
	}
    .cmn-news-content p {
    margin-bottom: 70px;
}
    
    
	.cmn-recommend-item .image {
		width: 50%
	}
	.cmn-recommend-item .txt {
		width: 47%
	}
	.cmn-recommend-item .cmn-btn {
		text-align: left
	}
	.cmn-recommend-owner {
		display: -webkit-box;
		display: flex;
		margin-bottom: 50px;
		-webkit-box-align: center;
		align-items: center
	}
	.cmn-recommend-owner .avatar {
		width: 120px
	}
	.cmn-recommend-owner .owner-profile {
		padding: 0 20px;
		-webkit-box-flex: 1;
		flex: 1
	}
	.cmn-recommend-owner .owner-profile .name {
		margin-bottom: 10px;
		text-align: left
	}
	.cmn-recommend-owner .item ul li {
		width: 80px
	}
	.cmn-item-lists {
		display: -webkit-box;
		display: flex;
		padding: 0 10px;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		justify-content: space-between
	}
	.cmn-item-lists::before {
		-webkit-box-ordinal-group: 2;
		order: 1
	}
	.cmn-item-lists::after, .cmn-item-lists::before {
		display: block;
		width: calc(25% - 40px);
		height: 0;
		margin: 20px;
		content: ''
	}
	.cmn-item-lists .item {
		box-sizing: border-box;
		width: calc(25% - 40px);
		margin: 20px
	}
	.cmn-item-lists .item a {
		display: block
	}
	.cmn-item-lists .item figure {
		width: 100%
	}
	.cmn-item-lists .item ul {
		padding: 10px 10px 0
	}
	.cmn-btn {
		margin-top: 60px
	}
	.cmn-area-look .slide .credit {
		display: none
	}
	.cmn-area-look .slide .txt {
		position: absolute;
		bottom: 20px;
		display: block!important;
		width: auto;
		height: auto
	}
	.cmn-area-look .slide .txt a {
		color: #222
	}
	.cmn-area-look .slide-counter {
		font-size: 14px;
		right: 20px;
		bottom: 20px;
		left: auto
	}
	.cmn-q-and-a {
		margin-bottom: 60px
	}
	.cmn-q-and-a .question {
		font-size: 18px;
		margin-bottom: 15px
	}
	.cmn-q-and-a .question::before {
		padding-right: 10px;
		content: '――'
	}
	.cmn-q-and-a .answer {
		font-size: 16px
	}
	.cmn-btn {
	margin-top: 55px;
	text-align: center
}

/*	商品一覧エリア*/	
	.box {
    width: 100%;
}
.block1 {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    margin: 90px auto;
    max-width: 1060px;
}
	.itemlist {
    width: 33%;
    /* margin: 0px 0 130px 0; */
    padding: 7px;
}
.cmn-credit {
    /* max-width: 600px; */
    margin: 10px auto 20px;
    /* padding: 0 20px; */
    /* width: 100%; */
    text-align: center;
	font-size: 14px
}
	.itemlist p {
    width: 70%;
}
	.cmn-credit li {
    margin-bottom: 10px;
    color: #222;
}
/*	商品一覧エリア*/	
	
	
}
@media screen and (max-width:959px) {
	.cmn-area-look .slide .credit {
		font-size: 13px;
		font-weight: 700;
		line-height: 1;
		position: absolute;
		bottom: 20px;
		padding: 3px 10px;
		border: 1px solid currentColor;
		border-radius: 3px;
		background: #fff
	}
	.cmn-area-look .slide .txt {
		position: absolute;
		top: 0;
		left: 0;
		display: none;
		width: 100%;
		height: 100%;
		color: #fff;
		background: rgba(0, 0, 0, .8);
		-webkit-box-align: center;
		align-items: center;
		-webkit-box-pack: center;
		justify-content: center
	}
	.cmn-area-look .slide .txt li {
		margin: 10px 0
	}
	.cmn-area-look .slide .txt a {
		border-bottom: 0
	}
}
@-webkit-keyframes passing-bar {
	0% {
		left: 0;
		width: 0
	}
	50% {
		left: 0;
		width: 100%
	}
	51% {
		left: 0;
		width: 100%
	}
	100% {
		left: 100%;
		width: 0
	}
}
@keyframes passing-bar {
	0% {
		left: 0;
		width: 0
	}
	50% {
		left: 0;
		width: 100%
	}
	51% {
		left: 0;
		width: 100%
	}
	100% {
		left: 100%;
		width: 0
	}
}
@-webkit-keyframes passing-txt {
	0% {
		opacity: 0
	}
	50% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}
@keyframes passing-txt {
	0% {
		opacity: 0
	}
	50% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}