@charset "utf-8";
/* ****************************************************

top.css
-----------------------------------
1: contents parts for PC
-----------------------------------
2: contents parts for Smartphone
-----------------------------------
3: print for PC
-----------------------------------
ex: clearfix

***************************************************** */

/*=================================

	1: contents parts for PC

================================ */

@media only screen and (min-width: 736px) {
	/* hover common settings */
	a img {
		transition:all ease 0.3s;
	}
	a:hover img {
		transition:all ease 0.3s;
		opacity: 0.7;
	}
}

#gnav {
	display: none;
}
#mainVisual {
	position: relative;
}
#mainVisual .inner {
	position: absolute;
	width: 1000px;
	top: 0;
	left: 50%;
	margin-left: -500px;
}
#pageContainer main > * > section {
	width: 1000px;
	margin: 0 auto;
	padding-top: 70px;
}
#pageContainer main > .wrapping  > section {
	padding-top: 0;
}
.Accessories {
	background-color: #fff;
	background: url(/sp/tepra_ribon/img/index_bg12.gif) 0 0 repeat-x,
	url(/sp/tepra_ribon/common/img/com_bg01_01.png) 50% 0 no-repeat,
	url(/sp/tepra_ribon/img/index_bg09.png) 50% 0 repeat-y;
  /* padding-bottom: 100px; */
}
.wrapping {
	background-color: #fff;
	background: url(/sp/tepra_ribon/common/img/com_bg09_01.png)50% 40px no-repeat,
	url(/sp/tepra_ribon/common/img/com_bg09.png) 50% 0 repeat;
  padding-bottom: 100px;
	position: relative;
}
.wrapping:before {
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	content: "";
	display: block;
	width: 100%;
	height: 56px;
	margin-top: -56px;
	overflow: hidden;
	background: url(/sp/tepra_ribon/img/index_bg02.png) 50% 0;
}

@media only screen and (min-width: 768px) {
/* slider
----------------------------------------------------*/
.sliderWrap {
	margin-top: 40px;
}
.slider__Box {
	width: 1000px;
	height: 431px;
	overflow: hidden;
	margin: 0 auto;
	border-top: 3px double #d2a85d;
	border-bottom: 3px double #d2a85d;
	padding: 40px 30px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	background: #f9f9f9 url(/sp/tepra_ribon/img/index_bg01.png) repeat 0 0;
}
.slider__Box:hover {
	background: #f6efeb;
}
.mainSlider {
	height: 338px;
	overflow: hidden;
}
.slider__elem > a {
	display: block;
	text-decoration: none;
}
.slider__elem > a > * {
	display: table-cell;
	vertical-align: middle;
}
.slider__txt {
	width: 453px;
	position: relative;
	font-size: 24px;
	font-size: 2.4rem;
	text-align: center;
	color: #8d6643;
}
.slider__txt:after {
	content: "";
	position: relative;
	display: block;
	bottom: 0;
	left: 50%;
	margin-top: 30px;
	margin-left: -20px;
	width: 40px;
	height: 40px;
	background: url(/sp/tepra_ribon/common/img/com_ic01.png) no-repeat 0 0;
}
.slider__txt .detailTxt {
	font-size: 15px;
	font-size: 1.5rem;
	text-align: center;
	margin-top:30px;
	padding: 0 30px;
}
.slider__img {
	width: 486px;
	position: relative;
}
.slider__img:before,
.slider__img:after {
	position: absolute;
	z-index: 100;
	content: "";
	display: block;
	width: 76px;
	height: 74px;
}
.slider__img:before {
	top: -4px;
	right: -4px;
	background: url(/sp/tepra_ribon/img/index_bg14.png) 0 0 no-repeat;
}
.slider__img:after {
	bottom: -4px;
	left: -4px;
	background: url(/sp/tepra_ribon/img/index_bg13.png) 0 0 no-repeat;
}
.slider__Box:hover .slider__img:before {
	top: -4px;
	right: -4px;
	background: url(/sp/tepra_ribon/img/index_bg14_on.png) 0 0 no-repeat;
}
.slider__Box:hover .slider__img:after {
	bottom: -4px;
	left: -4px;
	background: url(/sp/tepra_ribon/img/index_bg13_on.png) 0 0 no-repeat;
}
.slider__img figcaption {
	width: 87px;
	height: 87px;
	display: table;
	border-radius: 100px;
	background: rgba(255,255,255,0.4);
	font-size: 16px;
	font-size: 1.6rem;
	color: #ffffff;
	position: absolute;
	top: 70.4%;
	left: 78.2%;
}
.slider__img figcaption > span {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	font-size: 16px;
	font-size: 1.6rem;
}
/* speed */
#mainSlide__speed {
	margin-top: 20px;
	height: 42px;
	position: relative;
}
#mainSlide__speed > li {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 50%;
	text-indent: -9999px;
	overflow: hidden;
}
#mainSlide__speed > li a {
	display: block;
	height: 42px;
	width: 42px;
}
#mainSlide__speed > .speed--down {
	margin-left: -60px;
	background: url(/sp/tepra_ribon/common/img/com_ic12.gif) 0 0 no-repeat;
}
#mainSlide__speed > .speed--up {
	margin-left: 20px;
	background: url(/sp/tepra_ribon/common/img/com_ic13.gif) 0 0 no-repeat;
}
/* thumb */
.slide__thumbWrap {
	margin-top: 60px;
	background: #f1ebeb;
	padding: 10px 0 130px;
	overflow: hidden;
}
/* modifier */
.isMainSlider .slide__thumb {
	overflow: hidden;
	height: 233px;
}
.isMainSlider .slide__thumb > li {
	float: left;
	width: 329px;
	margin-left: 10px;
}
.slide__thumb > li figure {
	position: relative;
}
.slide__thumb > li figure:after {
	content: "";
	position: absolute;
	display: block;
	top: 89.5%;
	left: 92%;
	margin-top: -9px;
	margin-left: -9px;
	width: 18px;
	height: 18px;
	background: url(/sp/tepra_ribon/common/img/com_ic07.png) 0 0 no-repeat;
}
.slide__thumb > li figure:hover:after {
	background: url(/sp/tepra_ribon/common/img/com_ic07_on.png) 0 0 no-repeat;
}
.thumb__txt {
	opacity: 0;
	position: absolute;
	width: 240px;
	height: 170px;
	display: table;
	top: 0;
	padding: 10px;
	font-size: 18px;
	font-size: 1.8rem;
	text-align: center;
	color: #ffffff;
	background: rgba(241,162,110,0.9);
	-webkit-transition:ease-in-out all 0.3s;
	transition:ease-in-out all 0.3s;
}
.isMainSlider .thumb__txt {
	height: 228px;
	width: 324px;
}
.thumb__txt >span {
	display: table-cell;
	vertical-align: middle;
}
.slide__thumb li:hover .thumb__txt {
	-webkit-transition:ease-in-out all 0.3s;
	transition:ease-in-out all 0.3s;
	opacity: 1;
}
.sliderWrap.isMainSlider {
	padding: 10px 0 0;
	margin-top: 40px;
	/* background: rgba(234,201,183,0.25); */
}
.slide__thumb--static {
	padding: 10px;
	margin-top: 20px;
	background: rgba(229,194,139,0.25);
}
.static__elem {
	position: relative;
	display: block;
	float: left;
	width: 240px;
	margin-left: 6px;
}
.static__elem:nth-child(4n+1) {
	margin-left:0;
}
.static__elem figure:after {
	content: "";
	position: absolute;
	display: block;
	top: 91.4%;
	left: 93.4%;
	margin-top: -9px;
	margin-left: -9px;
	width: 18px;
	height: 18px;
	background: url(/sp/tepra_ribon/common/img/com_ic07.png) no-repeat 0 0;
}
.static__elem figure:hover:after {
	background: url(/sp/tepra_ribon/common/img/com_ic14.png) no-repeat 0 0 !important;
}
.static__elem .thumb__txt {
	position: absolute;
	display: table;
	width: 100%;
	top: 0;
	font-size: 18px;
	font-size: 1.8rem;
	text-align: center;
	color: #ffffff;
	background: rgba(101,216,193,0.9);
}
}
/* movieBlock */
.movieBlock {
	margin-top: 70px;
}
.movieBlock h3 span {
	font-size: 20px;
	font-size: 2.0rem;
	padding: 16px 0;
	border-top: 1px dashed #968370;
	border-bottom: 1px dashed #968370;
}
.movieColumn {
	margin: 40px auto 0;
	padding-top: 38.8%;
	position: relative;
	width: 69%;
}
.movieColumn iframe {
	height: 100% !important;
	left: 0;
	position: absolute;
	top: 0;
	width: 100% !important;
}
/* mainBlock */
.colorSelect {
	width: 1147px;
	min-height: 970px;
	margin: 90px auto 0;
	background: url(/sp/tepra_ribon/img/index_bg03_02.png) no-repeat 50% 100%;
}
.colorSelect .colorInner {
	background: url(/sp/tepra_ribon/img/index_bg03_01.png) no-repeat 50% 0%;
	padding: 75px 60px 60px;
}
.colorSelect .colorInner .mainBlock {
	margin-top: 50px;
}
.colorGallery > * {
	float: left;
}
.colorGallery_photo {
	display: block;
	margin: 40px 78px;
	position: relative;
	width: 346px;
}
.colorGallery_photo .boxImg {
	position: absolute;
	top: 18px;
	left:50%;
	margin-left: -173px;
	z-index: 500;
}
.colorGallery_photo .boxImg:after {
	content: "";
	position: absolute;
	display: block;
	top: 65%;
	left: 50%;
	margin-left: -183px;
	width: 367px;
	height: 120px;
	background: url(/sp/tepra_ribon/img/index_bg10.gif) no-repeat 0 0;
	z-index: -1;
}
.colorGallery_photo .ribbonImg {
	position: absolute;
	top: 0;
	left:50%;
	margin-left: -132px;
	z-index: 1000;
}
.ribbonGallery_nav {
	width: 382px;
	float: right;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.ribbonGallery_nav .ribbon_color > ul li {
	float: left;
	margin-right: 20px;
	/* box-shadow */
	box-shadow:0px 0px 5px 1px rgba(22,20,20,0.24);
	-moz-box-shadow:0px 0px 5px 1px rgba(22,20,20,0.24);
	-webkit-box-shadow:0px 0px 5px 1px rgba(22,20,20,0.24);
	
	/* border-radius */
	border-radius:100px;
	-moz-border-radius:100px;
	-webkit-border-radius:100px;
}
.ribbon_color {
	background: #ffffff url(/sp/tepra_ribon/img/index_bg05.gif) repeat-x 0 0;
	padding: 30px;
}
.ribbon_color .title {
	font-size: 18px;
	font-size: 1.8rem;
	padding-left: 40px;
	padding-bottom: 16px;
	background: url(/sp/tepra_ribon/img/index_bg04.gif) repeat-x 0 100%, url(/sp/tepra_ribon/common/img/com_ic04.png) no-repeat 0 25%;
}
.ribbon_color ul {
	margin-top: 20px;
}
.ribbonGallery_nav .ribbon_color > ul li {
	width: 36px;
	height: auto;
}
.ribbonGallery_nav .ribbon_color > ul li a {
	outline: none;
}
@media print, screen and (min-width: 736px) {
.ribbonGallery_nav .ribbon_color > ul li:nth-child(n+7){
	margin-top: 10px;
}
.ribbonGallery_nav .ribbon_color > ul li:nth-child(6),
.ribbonGallery_nav .ribbon_color > ul li:nth-child(12),
.ribbonGallery_nav .ribbon_color > ul li:last-child {
	margin-right: 0;
}
}
.ribbon_sample {
	background: #faf9ee url(/sp/tepra_ribon/img/index_bg05.gif) repeat-x 0 100%;
	padding: 34px 30px 37px;
}
.ribbon_sample .title {
	font-size: 15px;
	font-size: 1.5rem;
	margin-bottom: 20px;
	padding-bottom: 12px;
	background: url(/sp/tepra_ribon/img/index_bg06.gif) repeat-x 0 100%;
}
.ribbon_sample .sampleImg {
	padding-right: 7px;
}
.ribbon_sample div > * {
	display: table-cell;
	vertical-align: middle;
}
.colorSelect {
	margin: 45px auto 0;
}
.colorGallery_nav {
	width: 105px;
	padding: 20px 16px 15px;
	margin-top: 25px;
	border: 1px solid #f5f3e8;
	background: #ffffff;
	box-sizing: border-box;
}
.colorGallery_nav .title {
	margin-bottom: 22px;
	padding-top: 32px;
	background: url(/sp/tepra_ribon/common/img/com_ic03.png) no-repeat 50% 0;
}
.colorGallery_nav ul li {
	float: left;
	width: 34px;
	height: 33px;
	box-sizing: border-box;
}
@media print, screen and (min-width: 736px) {
.colorGallery_nav ul li:nth-child(2n+1) {
	margin-right: 1px;
}
.colorGallery_nav ul li:nth-child(n+3){
	margin-top: 1px;
}
}
.colorGallery_nav ul li a {
	height: 33px;
	display: block;
	text-decoration: none;
	outline: none;
	opacity: 1;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
}
.colorGallery_nav ul li a:hover {
	opacity: 0.8;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
}
.colorGallery_nav ul li .colorType01 {
	background: #ffffff;
	border: 1px solid #e7e7e7;
}
.colorGallery_nav ul li .colorType02 {
	background: #fffaca;
}
.colorGallery_nav ul li .colorType03 {
	background: #323536;
}
.colorGallery_nav ul li .colorType04 {
	background: #f0d127;
}
.colorGallery_nav ul li .colorType05 {
	background: #48793e;
}
.colorGallery_nav ul li .colorType06 {
	background: #f49819;
}
.colorGallery_nav ul li .colorType07 {
	background: #b6ccdc;
}
.colorGallery_nav ul li .colorType08 {
	background: #a61d24;
}
.colorGallery_nav ul li .colorType09 {
	background: #2439b2;
}
.colorGallery_nav ul li .colorType10 {
	background: #664b33;
}
.colorGallery_nav ul li .colorType11 {
	background: #142464;
}
.colorGallery_nav ul li .colorType12 {
	background: #b49c68;
}
.colorGallery_nav ul li .colorType13 {
	background: #cdb9d7;
}
.colorGallery_nav ul li .colorType14 {
	background: #edc058;
}
.colorGallery_nav ul li .colorType15 {
	background: #eeccd4;
}
.colorGallery_nav ul li .colorType16 {
	background: #cccccc;
}
/* recommendBlock */
.recommendBlock {
	margin-top: 70px;
}
.recommendBlock .title {
	position: relative;
}
.recommendBlock .title:before {
	content: "";
	position: absolute;
	display: block;
	border-bottom: 1px dashed #735a44;
	top: 50%;
	left: 0;
	width: 392px;
	height: 1px;
}
.recommendBlock .title:after {
	content: "";
	position: absolute;
	display: block;
	border-bottom: 1px dashed #735a44;
	top: 50%;
	right: 0;
	width: 392px;
	height: 1px;
}
.recommendBlock .title span {
	font-size: 18px;
	font-size: 1.8rem;
	padding-top: 35px;
}
.recommendBlock .title span:before {
	content: "";
	position: relative;
	display: block;
	top: 0;
	left: 50%;
	margin-left: -39px;
	width: 78px;
	height: 22px;
	background: url(/sp/tepra_ribon/common/img/com_ic06.png) no-repeat 0 0;
}
.recommendBlock .recommendNav {
	margin-top: 30px;
}
.recommendBlock .recommendNav li a {
	width: 16%;
	float: left;
	border: 1px solid #e9dac4;
	padding: 20px;
	text-align:center;
	font-weight: bold;
	color: #9a7e54;
	text-decoration: none;
	outline: none;
	background: #ffffff url(/sp/tepra_ribon/common/img/com_ic07.png) no-repeat 6% 50%;
}
.recommendBlock .recommendNav li:not(:last-child) a {
	margin-right: 0.8%;
}
.recommendBlock .recommendNav li a:hover {
	background-color: #fcece2;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
}
/* List */
.snsList {
	padding: 12px 20px;
	margin-top: 15px;
	display: inline-block;
	z-index: 1000;
	background: #f1f1f1;
	border-radius: 30px;
	float: right;
}
.snsList li {
	display: table-cell;
	width: 37px;
	height: 37px;
	padding-right: 10px;
}
.snsList li:last-child {
	padding-right: 0;
}
.snsList li a {
	display: inline-block;
	width: 37px;
	height: 37px;
}
.snsList li a img {
	width: 100%;
}
/* link */
.btn01 a {
	padding: 12px 30px 12px 20px;
	display: block;
	color: #735a44;
	text-decoration: none;
	background: #f0eddd url(/sp/tepra_ribon/common/img/com_ic05.png) no-repeat 90% 50%;
	opacity: 1;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
}
.btn01 a:hover {
	opacity: 0.8;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
}
/* txt */
.noteTxt {
	font-size: 13px;
	font-size: 1.3rem;
}
.paragraph01 {
	margin-top: 34px;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
}
.paragraph02 {
	margin-top: 30px;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
}
/* modal */
.modalBox {
	display: none;
}
.boxType01 .boxImg02 .col .boxTitle {
	font-size: 26px;
	font-size: 2.6rem;
	text-align: center;
	padding-top: 40px;
	margin-top: 60px;
	background: url(/sp/tepra_ribon/img/index_ic02.png) no-repeat 50% 0;
	font-weight: 500;
}
.boxType01 .boxImg02 .col .colorTxt01 {
	color: #cba327;
	font-size: 40px;
	font-size: 4.0rem;
}
.boxType01 .boxImg02 > .col {
	float: left;
	width: 29.9%;
	margin-right: 4.7%;
}
.boxType01 .boxImg02 > .col > figure {
	margin: 0 auto;
	width: 165px;
	height: auto;
}
.boxType01 .boxImg02 > .col > .txtBox {
	background: #ffffff;
	margin-top: 22px;
}
.boxType01 .boxImg02 > .col > .txtBox .detailList {
	padding: 23px 30px;
	background: url(/sp/tepra_ribon/img/index_bg07.gif) repeat-x 0 98%, url(/sp/tepra_ribon/img/index_bg07.gif) repeat-x 0 2%;
	color: #735a44;
	font-weight: 500;
}
.boxType01 .boxImg02 > .col > .txtBox .detailList.type02 {
	padding: 14px 30px;
}
.boxType01 .boxImg02 > .col > .txtBox .detailList li {
	display: table-cell;
	width: 80px;
	text-align: center;
	vertical-align: middle;
	line-height: 1.6rem;
}
.boxType01 .boxImg02 > .col > .txtBox .detailList li.times {
	color: #9a7e54;
	font-size: 22px;
	font-size: 2.2rem;
}
.boxType01 .boxImg02 > .col > .txtBox .detailList li.red01:before {
	content: "";
	position: relative;
	display: block;
	top: 0;
	left: 50%;
	margin-left: -13px;
	margin-bottom: 6px;
	width: 27px;
	height: 22px;
	background: url(/sp/tepra_ribon/img/index_ic01.png) no-repeat -337px -25px;
}
.boxType01 .boxImg02 > .col > .txtBox .detailList li.silver01:before {
	content: "";
	position: relative;
	display: block;
	top: 0;
	left: 50%;
	margin-left: -13px;
	margin-bottom: 6px;
	width: 27px;
	height: 22px;
	background: url(/sp/tepra_ribon/img/index_ic01.png) no-repeat -304px -25px;
}
.boxType01 .boxImg02 > .col > .txtBox .detailList li.brown01:before {
	content: "";
	position: relative;
	display: block;
	top: 0;
	left: 50%;
	margin-left: -13px;
	margin-bottom: 6px;
	width: 27px;
	height: 22px;
	background: url(/sp/tepra_ribon/img/index_ic01.png) no-repeat -270px -25px;
}
.boxType01 .boxImg02 > .col > .txtBox .detailList li.navy01:before {
	content: "";
	position: relative;
	display: block;
	top: 0;
	left: 50%;
	margin-left: -13px;
	margin-bottom: 6px;
	width: 27px;
	height: 22px;
	background: url(/sp/tepra_ribon/img/index_ic01.png) no-repeat 0 -25px;
}
.boxType01 .boxImg02 > .col > .txtBox .detailList li.pink01:before {
	content: "";
	position: relative;
	display: block;
	top: 0;
	left: 50%;
	margin-left: -13px;
	margin-bottom: 6px;
	width: 27px;
	height: 22px;
	background: url(/sp/tepra_ribon/img/index_ic01.png) no-repeat -236px -25px;
}
.boxType01 .boxImg02 > .col > .txtBox .detailList li.cream01:before {
	content: "";
	position: relative;
	display: block;
	top: 0;
	left: 50%;
	margin-left: -13px;
	margin-bottom: 6px;
	width: 27px;
	height: 22px;
	background: url(/sp/tepra_ribon/img/index_ic01.png) no-repeat -202px -25px;
}
.boxType01 .boxImg02 > .col > .txtBox .detailList li.purple01:before {
	content: "";
	position: relative;
	display: block;
	top: 0;
	left: 50%;
	margin-left: -13px;
	margin-bottom: 6px;
	width: 27px;
	height: 22px;
	background: url(/sp/tepra_ribon/img/index_ic01.png) no-repeat -169px -25px;
}
.boxType01 .boxImg02 > .col > .txtBox .detailList li.white01:before {
	content: "";
	position: relative;
	display: block;
	top: 0;
	left: 50%;
	margin-left: -13px;
	margin-bottom: 6px;
	width: 27px;
	height: 22px;
	background: url(/sp/tepra_ribon/img/index_ic01.png) no-repeat -136px -25px;
}
.boxType01 .boxImg02 > .col > .txtBox .detailList li.blue01:before {
	content: "";
	position: relative;
	display: block;
	top: 0;
	left: 50%;
	margin-left: -13px;
	margin-bottom: 6px;
	width: 27px;
	height: 22px;
	background: url(/sp/tepra_ribon/img/index_ic01.png) no-repeat -102px -25px;
}
.boxType01 .boxImg02 > .col > .txtBox .detailList li.yellow01:before {
	content: "";
	position: relative;
	display: block;
	top: 0;
	left: 50%;
	margin-left: -13px;
	margin-bottom: 6px;
	width: 27px;
	height: 22px;
	background: url(/sp/tepra_ribon/img/index_ic01.png) no-repeat -68px -25px;
}
.boxType01 .boxImg02 > .col > .txtBox .detailList li.green01:before {
	content: "";
	position: relative;
	display: block;
	top: 0;
	left: 50%;
	margin-left: -13px;
	margin-bottom: 6px;
	width: 27px;
	height: 22px;
	background: url(/sp/tepra_ribon/img/index_ic01.png) no-repeat -34px -25px;
}
.boxType01 .boxImg02 > .col > .txtBox .detailList li.navy01:before {
	content: "";
	position: relative;
	display: block;
	top: 0;
	left: 50%;
	margin-left: -13px;
	margin-bottom: 6px;
	width: 27px;
	height: 22px;
	background: url(/sp/tepra_ribon/img/index_ic01.png) no-repeat 0 -25px;
}

.boxType01 .boxImg02 > .col > .txtBox .detailList li.gold02:before {
	content: "";
	position: relative;
	display: block;
	top: 0;
	left: 50%;
	margin-left: -17px;
	margin-top: 5px;
	margin-bottom: 6px;
	width: 34px;
	height: 18px;
	background: url(/sp/tepra_ribon/img/index_ic01.png) no-repeat -412px 0;
}
.boxType01 .boxImg02 > .col > .txtBox .detailList li.navy02:before {
	content: "";
	position: relative;
	display: block;
	top: 0;
	left: 50%;
	margin-left: -17px;
	margin-top: 5px;
	margin-bottom: 6px;
	width: 34px;
	height: 18px;
	background: url(/sp/tepra_ribon/img/index_ic01.png) no-repeat -374px 0;
}
.boxType01 .boxImg02 > .col > .txtBox .detailList li.beige02:before {
	content: "";
	position: relative;
	display: block;
	top: 0;
	left: 50%;
	margin-left: -17px;
	margin-top: 5px;
	margin-bottom: 6px;
	width: 34px;
	height: 18px;
	background: url(/sp/tepra_ribon/img/index_ic01.png) no-repeat -38px 0;
}
.boxType01 .boxImg02 > .col > .txtBox .detailList li.silver02:before {
	content: "";
	position: relative;
	display: block;
	top: 0;
	left: 50%;
	margin-left: -17px;
	margin-top: 5px;
	margin-bottom: 6px;
	width: 34px;
	height: 18px;
	background: url(/sp/tepra_ribon/img/index_ic01.png) no-repeat -300px 0;
}
.boxType01 .boxImg02 > .col > .txtBox .detailList li.black02:before {
	content: "";
	position: relative;
	display: block;
	top: 0;
	left: 50%;
	margin-left: -17px;
	margin-top: 5px;
	margin-bottom: 6px;
	width: 34px;
	height: 18px;
	background: url(/sp/tepra_ribon/img/index_ic01.png) no-repeat -262px 0;
}
.boxType01 .boxImg02 > .col > .txtBox .detailList li.pink02:before {
	content: "";
	position: relative;
	display: block;
	top: 0;
	left: 50%;
	margin-left: -17px;
	margin-top: 5px;
	margin-bottom: 6px;
	width: 34px;
	height: 18px;
	background: url(/sp/tepra_ribon/img/index_ic01.png) no-repeat -225px 0;
}
.boxType01 .boxImg02 > .col > .txtBox .detailList li.white02:before {
	content: "";
	position: relative;
	display: block;
	top: 0;
	left: 50%;
	margin-left: -17px;
	margin-top: 5px;
	margin-bottom: 6px;
	width: 34px;
	height: 18px;
	background: url(/sp/tepra_ribon/img/index_ic01.png) no-repeat -188px 0;
}
.boxType01 .boxImg02 > .col > .txtBox .detailList li.blue02:before {
	content: "";
	position: relative;
	display: block;
	top: 0;
	left: 50%;
	margin-left: -17px;
	margin-top: 5px;
	margin-bottom: 6px;
	width: 34px;
	height: 18px;
	background: url(/sp/tepra_ribon/img/index_ic01.png) no-repeat -151px 0;
}
.boxType01 .boxImg02 > .col > .txtBox .detailList li.yellow02:before {
	content: "";
	position: relative;
	display: block;
	top: 0;
	left: 50%;
	margin-left: -17px;
	margin-top: 5px;
	margin-bottom: 6px;
	width: 34px;
	height: 18px;
	background: url(/sp/tepra_ribon/img/index_ic01.png) no-repeat -113px 0;
}
.boxType01 .boxImg02 > .col > .txtBox .detailList li.brown02:before {
	content: "";
	position: relative;
	display: block;
	top: 0;
	left: 50%;
	margin-left: -17px;
	margin-top: 5px;
	margin-bottom: 6px;
	width: 34px;
	height: 18px;
	background: url(/sp/tepra_ribon/img/index_ic01.png) no-repeat -76px 0;
}
.boxType01 .boxImg02 > .col > .txtBox .detailList li.beige02:before {
	content: "";
	position: relative;
	display: block;
	top: 0;
	left: 50%;
	margin-left: -17px;
	margin-top: 5px;
	margin-bottom: 6px;
	width: 34px;
	height: 18px;
	background: url(/sp/tepra_ribon/img/index_ic01.png) no-repeat -38px 0;
}
.boxType01 .boxImg02 > .col > .txtBox .detailList li.red02:before {
	content: "";
	position: relative;
	display: block;
	top: 0;
	left: 50%;
	margin-left: -17px;
	margin-top: 5px;
	margin-bottom: 6px;
	width: 34px;
	height: 18px;
	background: url(/sp/tepra_ribon/img/index_ic01.png) no-repeat 0 0;
}
.boxType01 .boxImg02 > .col:last-child {
	margin-right: 0;
}
#cboxLoadedContent {
	width: 940px;
	height: 280px;
	padding: 64px 52px;
	overflow: hidden;
	background: url(/sp/tepra_ribon/img/index_bg05.gif) repeat-x 0 100%,
	url(/sp/tepra_ribon/img/index_bg05.gif) repeat-x 0 0,
	url(/sp/tepra_ribon/img/index_bg01.png) repeat 0 0;
	/* box-shadow */
	box-shadow:0px 0px 5px 1px rgba(22,20,20,0.24);
	-moz-box-shadow:0px 0px 5px 1px rgba(22,20,20,0.24);
	-webkit-box-shadow:0px 0px 5px 1px rgba(22,20,20,0.24);
}
.closeBtn {
	position: absolute;
	top: 0;
	right: 0;
	margin-top: -22px;
	margin-right: -22px;
}
.closeBtn a {
	width: 68px;
	height: 68px;
	text-indent: -9999px;
	display: block;
	background: url(/sp/tepra_ribon/img/index_ic03.png) no-repeat 0 0;
}
a {
  outline: none !important;
}
@media print, screen and (min-width: 736px) {
	.thumb__sp {
		display: none;
	}
}
@media only screen and (max-width: 735px) {

/*=================================

	2: contents parts for Smartphone

================================ */
#gnav {
	display: block;
}
.gnav__head {
	display: none;
}
#mainVisual .inner {
	position: relative;
	width: 100%;
	top: 0;
	left: 0;
	margin-left: 0;
}
#pageContainer main > * > section {
	width: 100%;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 37px;
}
.Accessories {
	background: url(/sp/tepra_ribon/img/index_bg08.png) 50% 0 no-repeat,
		url(/sp/tepra_ribon/common/img/com_bg01.gif) 0% 0 repeat-y,
		url(/sp/tepra_ribon/img/index_bg03_02_sp.png) repeat 0 0;
	background-size: 100% auto;
}
.gnav__wrap {
  border-top: none;
	padding: 0;
}
.wrapping {
	padding-bottom: 30px;
}
.wrapping:before {
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	content: "";
	display: block;
	width: 100%;
	height: 31px;
	margin-top: -31px;
	background: url(/sp/tepra_ribon/img/index_bg02_sp.png)  no-repeat 50% 0;
	background-size: cover;
}
/* slider
----------------------------------------------------*/
.slick-slider {
	margin-bottom: 15px;
}
.sliderWrap {
	border-top: 3px double #d2a85d;
	margin-top: 30px;
	padding-top: 22px;
	background: #fbfbfb;
}
.slider__img,
.thumb__txt {
	display: none;
}
.slider__txt {
	font-size: 15px;
	text-align: center;
}
.slider__txt span,
.slider__txt .slider__arrow {
	max-width: 90%;
	padding-left: 35px;
	display: inline-block;
	background: url(/sp/tepra_ribon/common/img/com_ic01.png) 0 50% no-repeat;
	-webkit-background-size: 23px auto;
	background-size: 23px auto;
}
.mainSlider .detailTxt {
	display: inline-block;
	width: 90%;
	margin-top: 15px;
	font-size: 12px;
}
.slide__thumb {
	padding-bottom: 36px;
}
.wrapping .sliderWrap {
	margin-left: -15px;
	margin-right: -15px;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.wrapping .slide__thumb {
	padding-bottom: 0;
}
#mainSlide__speed {
	display: none;
}
/* mainBlock */
.mainBlock {
	width: 100%;
	margin: 0 auto;
}
.colorGallery {
	width: 100%;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}
.ribbonGallery_nav,
.colorGallery_nav {
	clear: both;
	float: none;
	width: 100%;
	box-shadow: none;
}
.colorGallery_nav .title {
	font-size: 17px;
	font-size: 1.7rem;
	padding-left: 36px;
	padding-bottom: 14px;
	padding-top: 0;
	background: url(/sp/tepra_ribon/img/index_bg11.gif) repeat-x 0 100%,
	 url(/sp/tepra_ribon/common/img/com_ic03_sp.png) no-repeat 0 25%;
	 background-size: auto, 30px 26px;
}
.colorGallery_nav ul li {
	width: 14.5%;
	height: 46px;
	margin-right: 2.56%;
	display: block;
	box-sizing: border-box;
}
.colorGallery_nav ul li:nth-child(6), 
.colorGallery_nav ul li:nth-child(12),
.colorGallery_nav ul li:last-child {
	margin-right: 0;
}
.colorGallery_nav ul li:nth-child(n+7){
	margin-top: 8px;
}
.colorGallery_nav ul li a {
	min-height: 43px;
	height: 100%;
	display: block;
}
.colorSelect {
	width: 100%;
	min-height: inherit;
	margin: 45px auto 0;
	background: url(/sp/tepra_ribon/img/index_bg03_03_sp.png) no-repeat 50% 100%, url(/sp/tepra_ribon/img/index_bg03_02_sp.png) repeat 0 0;
}
.colorSelect .colorInner {
	background: url(/sp/tepra_ribon/img/index_bg03_01_sp.png) no-repeat 50% 0%;
	background-size: contain;
	padding: 36px 0;
}
.colorGallery > * {
	float: none;
	clear: both;
}
.colorGallery_photo {
	display: block;
	margin: 30px 0 0;
	position: relative;
	width: 100%;
	text-align: center;
}
.colorGallery_photo .boxImg {
	position: relative;
	display: inline-block;
	margin: 0 auto;
	top: 0;
	left: 0;
	margin-left: 0;
	z-index: 500;
	width: 79.3%;
	height: auto;
}
.colorGallery_photo .boxImg:after {
	content: "";
	position: absolute;
	display: block;
	bottom: 0;
	left: 50%;
	margin-left: -51%;
	margin-top: 2%;
	width: 102%;
	background: url(/sp/tepra_ribon/img/index_bg10.gif) no-repeat 0 0;
	background-size: contain;
	z-index: -1;
}
.colorGallery_photo .ribbonImg {
	position: absolute;
	top: 0;
	left:50%;
	margin-left: -31%;
	margin-top: -6%;
	z-index: 1000;
	width: 62.5%;
}
.ribbon_color,
.colorGallery_nav {
	background: rgba(249,249,242,0.9);
	padding: 20px 15px;
	z-index: 9999;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	display: none;
	/* box-shadow */
	box-shadow:0px 0px 4px 1px rgba(22,20,20,0.15);
	-moz-box-shadow:0px 0px 4px 1px rgba(22,20,20,0.15);
	-webkit-box-shadow:0px 0px 4px 1px rgba(22,20,20,0.15);

}
.ribbon_color .title {
	font-size: 17px;
	font-size: 1.7rem;
	padding-left: 36px;
	padding-bottom: 14px;
	background: url(/sp/tepra_ribon/img/index_bg04.gif) repeat-x 0 100%, url(/sp/tepra_ribon/common/img/com_ic04.png) no-repeat 0 25%;
}
.colorGallery_nav ul,
.ribbon_color ul {
	margin: 15px 10px;
}
.ribbon_color ul li {
	float: left;
	/* box-shadow */
	box-shadow:0px 0px 4px 1px rgba(22,20,20,0.15);
	-moz-box-shadow:0px 0px 4px 1px rgba(22,20,20,0.15);
	-webkit-box-shadow:0px 0px 4px 1px rgba(22,20,20,0.15);
	
	/* border-radius */
	border-radius:100px;
	-moz-border-radius:100px;
	-webkit-border-radius:100px;
	width: 14.6%;
	margin-right: 6.7%;
}
.ribbon_color > ul li:nth-child(n+6){
	margin-top: 15px;
}
.ribbon_color > ul li:nth-child(5),
.ribbon_color > ul li:nth-child(10),
.ribbon_color > ul li:nth-child(15) {
	margin-right: 0;
}
.ribbon_sample {
	background:
	url(/sp/tepra_ribon/img/index_bg05.gif) repeat-x 0 100%,
	url(/sp/tepra_ribon/img/index_bg05.gif) repeat-x 0 0;
	background-size: 5px 5px;
	background-color: #ffffff;
	padding: 15px 10px;
	margin-top: 16px;
}
.ribbon_sample .title {
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 0;
	padding-bottom: 0;
	background: none;
	width: 38.8%;
	padding-right: 6.4%;
}
.ribbon_sample .sampleImg {
	padding-right: 7px;
}
.ribbon_sample > * {
	display: table-cell;
	vertical-align: middle;
}
.recommendBlock {
	margin-top: 30px;
}
.recommendBlock .title:before {
	content: "";
	position: absolute;
	display: block;
	border-bottom: 1px dashed #735a44;
	top: 50%;
	left: 0;
	width: 20%;
	height: 1px;
}
.recommendBlock .title:after {
	content: "";
	position: absolute;
	display: block;
	border-bottom: 1px dashed #735a44;
	top: 50%;
	right: 0;
	width: 20%;
	height: 1px;
}
.recommendBlock .title {
	width: 90.6;
	margin: 0 9.3%;
}
.recommendBlock .title span {
	font-size: 15px;
	font-size: 1.5rem;
	padding-top: 30px;
}
.recommendBlock .title span:before {
	content: "";
	position: relative;
	display: block;
	top: 0;
	left: 50%;
	margin-left: -28px;
	margin-bottom: 10px;
	width: 57px;
	height: 16px;
	background: url(/sp/tepra_ribon/common/img/com_ic06.png) no-repeat 0 0;
	background-size: 57px 16px;
}
.recommendBlock .recommendNav {
	margin-top: 23px;
}
.recommendBlock .recommendNav .switch {
	width: 100%;
	float: none;
	border: none;
	display: block;
	border-top: 1px solid #e9dac4;
	padding: 15px;
	font-size: 13px;
	font-size: 1.3rem;
	text-align:center;
	background: #f5f3e8 url(/sp/tepra_ribon/common/img/com_ic11.png) no-repeat 90.3% 50%;
	background-size: 17px 17px;
}
.recommendBlock .recommendNav .switch.active {
	background: #f5f3e8 url(/sp/tepra_ribon/common/img/com_ic11_on.png) no-repeat 90.3% 50%;
	background-size: 17px 17px;
}
.recommendBlock .recommendNav .switch:last-child {
	margin-right: 0;
	border-bottom: 1px solid #e9dac4;
}
.recommendBlock .recommendNav .detailsBox {
	padding: 30px 15px 25px;
	border-top: 1px solid #e9dac4;
	background: #fbfaf6;
	display: none;
}
.recommendBlock .recommendNav .detailsBox:last-child {
	border-bottom: 1px solid #e9dac4;
}
/* accordionBox */
.boxType01 .boxImg02 > .col {
	float: left;
	width: 48.2%;
	margin-right: 3.6%;
}
.boxType01 .boxImg02 > .col > figure {
	margin: 0 auto;
	width: 75%;
	height: auto;
}
.boxType01 .boxImg02 > .col > .txtBox {
	background: #ffffff;
	margin-top: 22px;
}
.boxType01 .boxImg02 > .col > .txtBox .detailList {
	padding: 16px 8px;
	background: url(/sp/tepra_ribon/img/index_bg07.gif) repeat-x 0 98%, url(/sp/tepra_ribon/img/index_bg07.gif) repeat-x 0 2%;
	color: #735a44;
	font-weight: 500;
}
.boxType01 .boxImg02 > .col > .txtBox .detailList.type02 {
	padding: 11px 8px 8px;
}
.boxType01 .boxImg02 > .col > .txtBox .detailList li {
	display: table-cell;
	width: 41.5%;
	text-align: center;
	vertical-align: middle;
	line-height: 1.2rem;
	font-size: 11px;
	font-size: 1.1rem;
}
.boxType01 .boxImg02 > .col > .txtBox .detailList li.times {
	font-size: 16px;
	font-size: 1.6rem;
	width: 30px;
}
.boxType01 .boxImg02 > .col > .txtBox .detailList li.red01:before {
	content: "";
	position: relative;
	display: block;
	top: 0;
	left: 50%;
	margin-left: -10px;
	margin-bottom: 4px;
	width: 20px;
	height: 16px;
	background: url(/sp/tepra_ribon/img/index_ic01.png) no-repeat  -238px -49px;
	background-size: auto 69px;
}
.boxType01 .boxImg02 > .col > .txtBox .detailList li.silver01:before {
	content: "";
	position: relative;
	display: block;
	top: 0;
	left: 50%;
	margin-left: -10px;
	margin-bottom: 4px;
	width: 20px;
	height: 16px;
	background: url(/sp/tepra_ribon/img/index_ic01.png) no-repeat  -214px -49px;
	background-size: auto 69px;
}
.boxType01 .boxImg02 > .col > .txtBox .detailList li.brown01:before {
	content: "";
	position: relative;
	display: block;
	top: 0;
	left: 50%;
	margin-left: -10px;
	margin-bottom: 4px;
	width: 20px;
	height: 16px;
	background: url(/sp/tepra_ribon/img/index_ic01.png) no-repeat -191px -49px;
	background-size: auto 69px;
}
.boxType01 .boxImg02 > .col > .txtBox .detailList li.navy01:before {
	content: "";
	position: relative;
	display: block;
	top: 0;
	left: 50%;
	margin-left: -10px;
	margin-bottom: 4px;
	width: 20px;
	height: 16px;
	background: url(/sp/tepra_ribon/img/index_ic01.png) no-repeat  0 -49px;
	background-size: auto 69px;
}
.boxType01 .boxImg02 > .col > .txtBox .detailList li.pink01:before {
	content: "";
	position: relative;
	display: block;
	top: 0;
	left: 50%;
	margin-left: -10px;
	margin-bottom: 4px;
	width: 20px;
	height: 16px;
	background: url(/sp/tepra_ribon/img/index_ic01.png) no-repeat  -166px -49px;
	background-size: auto 69px;
}
.boxType01 .boxImg02 > .col > .txtBox .detailList li.cream01:before {
	content: "";
	position: relative;
	display: block;
	top: 0;
	left: 50%;
	margin-left: -10px;
	margin-bottom: 4px;
	width: 20px;
	height: 16px;
	background: url(/sp/tepra_ribon/img/index_ic01.png) no-repeat  -143px -49px;
	background-size: auto 69px;
}
.boxType01 .boxImg02 > .col > .txtBox .detailList li.purple01:before {
	content: "";
	position: relative;
	display: block;
	top: 0;
	left: 50%;
	margin-left: -10px;
	margin-bottom: 4px;
	width: 20px;
	height: 16px;
	background: url(/sp/tepra_ribon/img/index_ic01.png) no-repeat -119px -49px;
	background-size: auto 69px;
}
.boxType01 .boxImg02 > .col > .txtBox .detailList li.white01:before {
	content: "";
	position: relative;
	display: block;
	top: 0;
	left: 50%;
	margin-left: -10px;
	margin-bottom: 4px;
	width: 20px;
	height: 16px;
	background: url(/sp/tepra_ribon/img/index_ic01.png) no-repeat -96px -49px;
	background-size: auto 69px;
}
.boxType01 .boxImg02 > .col > .txtBox .detailList li.blue01:before {
	content: "";
	position: relative;
	display: block;
	top: 0;
	left: 50%;
	margin-left: -10px;
	margin-bottom: 4px;
	width: 20px;
	height: 16px;
	background: url(/sp/tepra_ribon/img/index_ic01.png) no-repeat -72px -49px;
	background-size: auto 69px;
}
.boxType01 .boxImg02 > .col > .txtBox .detailList li.yellow01:before {
	content: "";
	position: relative;
	display: block;
	top: 0;
	left: 50%;
	margin-left: -10px;
	margin-bottom: 4px;
	width: 20px;
	height: 16px;
	background: url(/sp/tepra_ribon/img/index_ic01.png) no-repeat -47px -49px;
	background-size: auto 69px;
}
.boxType01 .boxImg02 > .col > .txtBox .detailList li.green01:before {
	content: "";
	position: relative;
	display: block;
	top: 0;
	left: 50%;
	margin-left: -10px;
	margin-bottom: 4px;
	width: 20px;
	height: 16px;
	background: url(/sp/tepra_ribon/img/index_ic01.png) no-repeat -24px -49px;
	background-size: auto 69px;
}
.boxType01 .boxImg02 > .col > .txtBox .detailList li.navy01:before {
	content: "";
	position: relative;
	display: block;
	top: 0;
	left: 50%;
	margin-left: -10px;
	margin-bottom: 4px;
	width: 20px;
	height: 16px;
	background: url(/sp/tepra_ribon/img/index_ic01.png) no-repeat  0 -49px;
	background-size: auto 69px;
}

.boxType01 .boxImg02 > .col > .txtBox .detailList li.gold02:before {
	content: "";
	position: relative;
	display: block;
	top: 0;
	left: 50%;
	margin-left: -13px;
	margin-top: 0;
	margin-bottom: 6px;
	width: 26px;
	height: 13px;
	background: url(/sp/tepra_ribon/img/index_ic01.png) no-repeat -293px -31px;
	background-size: 320px auto;
}
.boxType01 .boxImg02 > .col > .txtBox .detailList li.navy02:before {
	content: "";
	position: relative;
	display: block;
	top: 0;
	left: 50%;
	margin-left: -13px;
	margin-top: 0;
	margin-bottom: 6px;
	width: 26px;
	height: 13px;
	background: url(/sp/tepra_ribon/img/index_ic01.png) no-repeat -266px -31px;
	background-size: 320px auto;
}
.boxType01 .boxImg02 > .col > .txtBox .detailList li.beige02:before {
	content: "";
	position: relative;
	display: block;
	top: 0;
	left: 50%;
	margin-left: -13px;
	margin-top: 0;
	margin-bottom: 6px;
	width: 26px;
	height: 13px;
	background: url(/sp/tepra_ribon/img/index_ic01.png) no-repeat -26px -31px;
	background-size: 320px auto;
}
.boxType01 .boxImg02 > .col > .txtBox .detailList li.silver02:before {
	content: "";
	position: relative;
	display: block;
	top: 0;
	left: 50%;
	margin-left: -13px;
	margin-top: 0;
	margin-bottom: 6px;
	width: 26px;
	height: 13px;
	background: url(/sp/tepra_ribon/img/index_ic01.png) no-repeat -212px -31px;
	background-size: 320px auto;
}
.boxType01 .boxImg02 > .col > .txtBox .detailList li.black02:before {
	content: "";
	position: relative;
	display: block;
	top: 0;
	left: 50%;
	margin-left: -13px;
	margin-top: 0;
	margin-bottom: 6px;
	width: 26px;
	height: 13px;
	background: url(/sp/tepra_ribon/img/index_ic01.png) no-repeat -186px -31px;
	background-size: 320px auto;
}
.boxType01 .boxImg02 > .col > .txtBox .detailList li.pink02:before {
	content: "";
	position: relative;
	display: block;
	top: 0;
	left: 50%;
	margin-left: -13px;
	margin-top: 0;
	margin-bottom: 6px;
	width: 26px;
	height: 13px;
	background: url(/sp/tepra_ribon/img/index_ic01.png) no-repeat -159px -31px;
	background-size: 320px auto;
}
.boxType01 .boxImg02 > .col > .txtBox .detailList li.white02:before {
	content: "";
	position: relative;
	display: block;
	top: 0;
	left: 50%;
	margin-left: -13px;
	margin-top: 0;
	margin-bottom: 6px;
	width: 26px;
	height: 13px;
	background: url(/sp/tepra_ribon/img/index_ic01.png) no-repeat -132px -31px;
	background-size: 320px auto;
}
.boxType01 .boxImg02 > .col > .txtBox .detailList li.blue02:before {
	content: "";
	position: relative;
	display: block;
	top: 0;
	left: 50%;
	margin-left: -13px;
	margin-top: 0;
	margin-bottom: 6px;
	width: 26px;
	height: 13px;
	background: url(/sp/tepra_ribon/img/index_ic01.png) no-repeat -106px -31px;
	background-size: 320px auto;
}
.boxType01 .boxImg02 > .col > .txtBox .detailList li.yellow02:before {
	content: "";
	position: relative;
	display: block;
	top: 0;
	left: 50%;
	margin-left: -13px;
	margin-top: 0;
	margin-bottom: 6px;
	width: 26px;
	height: 13px;
	background: url(/sp/tepra_ribon/img/index_ic01.png) no-repeat -81px -31px;
	background-size: 320px auto;
}
.boxType01 .boxImg02 > .col > .txtBox .detailList li.brown02:before {
	content: "";
	position: relative;
	display: block;
	top: 0;
	left: 50%;
	margin-left: -13px;
	margin-top: 0;
	margin-bottom: 6px;
	width: 26px;
	height: 13px;
	background: url(/sp/tepra_ribon/img/index_ic01.png) no-repeat -52px -31px;
	background-size: 320px auto;
}
.boxType01 .boxImg02 > .col > .txtBox .detailList li.beige02:before {
	content: "";
	position: relative;
	display: block;
	top: 0;
	left: 50%;
	margin-left: -13px;
	margin-top: 0;
	margin-bottom: 6px;
	width: 26px;
	height: 13px;
	background: url(/sp/tepra_ribon/img/index_ic01.png) no-repeat -26px -31px;
	background-size: 320px auto;
}
.boxType01 .boxImg02 > .col > .txtBox .detailList li.red02:before {
	content: "";
	position: relative;
	display: block;
	top: 0;
	left: 50%;
	margin-left: -13px;
	margin-top: 0;
	margin-bottom: 6px;
	width: 26px;
	height: 13px;
	background: url(/sp/tepra_ribon/img/index_ic01.png) no-repeat 0 -31px;
	background-size: 320px auto;
}
.boxType01 .boxImg02 > .col:last-child {
	margin-right: 0;
}
/* movieBlock */
.movieBlock h3 span {
	font-size: 1.5rem;
	padding: 11px 0;
}
.movieBlock {
	margin-top: 56px;
}
.movieBlock h3 span {
	font-size: 20px;
	font-size: 2.0rem;
	padding: 16px 0;
	border-top: 1px dashed #968370;
	border-bottom: 1px dashed #968370;
}
.movieColumn {
	margin: 35px auto 0;
	padding-top: 56.5%;
	position: relative;
	width: 100%;
}
/* List */
.snsList {
	padding: 15px 0;
	margin: 0 auto;
	display: block;
	z-index: 1000;
	background: none;
	border-radius: 0;
	float: none;
	width: 160px;
}
.snsList li {
	display: table-cell;
	width: 46px;
	height: 46px;
	padding-right: 10px;
}
.snsList li:last-child {
	padding-right: 0;
}
.snsList li a {
	display: inline-block;
	width: 46px;
	height: 46px;
}
/* txt */
.noteTxt {
	font-size: 1.0rem;
	margin-top: 17px;
}
.paragraph01,
.paragraph02 {
	font-size: 1.2rem;
	font-weight: 400;
	margin-top: 20px;
}
/* link */
.btn01 a {
	text-align: center;
	padding: 10px 15px;
	background: #f0eddd url(/sp/tepra_ribon/common/img/com_ic16.png) no-repeat scroll 93.1% 50%;
	background-size: 5px 9px;
}
.btn01 a .sampleImg {
	width: 85%;
	margin: 0 auto;
	margin-bottom: 6px;
}
.btn02 {
	margin-top: 15px;
	clear: both;
	float: none;
	cursor: pointer;
	text-align: center;
}
.btn02 span {
	width: 62.5%;
	color: #ffffff;
	padding: 15px;
	display: inline-block;
	background: #735a44 url(/sp/tepra_ribon/common/img/com_ic15.gif) no-repeat 90.3% 50%;
	background-size: 5px 9px;
}
.btnList02 {
	margin-top: 30px;
}
.btnList02 li {
	width: 48.2%;
	float: left;
	margin-right: 3.6%;
	cursor: pointer;
}
.btnList02 li:last-child {
	margin-right: 0;
}
.btnList02 li span {
	text-align: center;
	color: #ffffff;
	padding: 15px 22px 15px 6px;
	display: block;
	background: #735a44 url(/sp/tepra_ribon/common/img/com_ic15.gif) no-repeat 90.3% 50%;
	background-size: 5px 9px;
}
.inner_sp {
	padding-left: 15px;
	padding-right: 15px; 
}
.js__spSwitch > a {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.slide__thumb figure {
	position: relative;
	padding: 5px;
}
.thumb__sp {
	position: absolute;
	display: table;
	width: 47px;
	height: 47px;
	z-index: 100;
	bottom: 10px;
	right: 10px;
	background: rgba(255,255,255,0.4);
	border-radius: 50%;
}
.thumb__sp > span {
	vertical-align: middle;
	display: table-cell;
	text-align: center;
	font-size: 9px;
	color: #fff;
	padding: 2px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	
}
}
/*=================================

	clearfix

=================================*/
#mainVisual .inner:after,
.recommendBlock .recommendNav:after,
.isMainSlider .slide__thumb:after,
.slide__thumb--static:after,
.colorGallery_nav:after,
.colorGallery:after,
.ribbonGallery_nav ul:after,
.colorGallery_photo:after,
.ribbon_sample:after,
.boxType01 .boxImg02:after,
.ribbon_color > ul:after,
.colorGallery_nav ul:after {
	content: "";
	display: block;
	clear: both;
}