@charset "UTF-8";
/* html5doctor.com Reset v1.6.1 - http://cssreset.com */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

nav ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

input, select {
	vertical-align: middle;
}

* {
	box-sizing: border-box;
}

h1, h2, h3, h4 {
	font-weight: normal;
}

strong, em {
	font-weight: normal;
	font-style: normal;
}

img {
	width: 100%;
	vertical-align: top;
}

ul, ol {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* basic */
body {
	font: 16px/1.75 "中ゴシックBBB", "Gothic Medium BBB", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	color: #000;
	letter-spacing: 0.075em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a {
	color: #00B5FF;
	text-decoration: none;
	outline: none;
}

.indent, .indentList li, .listCir li, .listSq li {
	text-indent: -1.075em;
	margin-left: 1.075em;
}

.indent {
	display: inline-block;
}

.listCir > li:before {
	content: "◯";
}

.listSq > li:before {
	content: "□";
}

/* layout */
#header {
	width: 100%;
	height: 54px;
	background-color: #000;
}

#header > div {
	max-width: 1000px;
	margin: 0 auto;
}

#header > div:after {
	content: "";
	display: table;
	clear: both;
}

#header h1 > a {
	display: block;
	float: left;
	width: 231px;
	padding-top: 14px;
}

#header ul {
	text-align: right;
}

#header ul > li {
	display: inline-block;
}

#header ul > li > a {
	display: block;
	height: 54px;
	font-size: 12px;
	line-height: 54px;
	color: #fff;
}

#header ul > li + li {
	margin-left: 5%;
}

#header ul > li.active > a {
	color: #9E9EA0;
}

#subHeader {
	width: 100%;
	height: 54px;
	position: absolute;
	z-index: 100;
	background-color: rgba(220, 220, 220, 0.4);
}

#subHeader > div {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 10px;
	line-height: 54px;
}

#subHeader > div > h2 {
	float: left;
}

#subHeader > div > a {
	display: block;
	float: right;
	font-size: 12px;
	padding-left: 16px;
	background: url(/store/cashmere_50/2015/images/arrow_left.png) no-repeat left center;
	background-size: 9px 16px;
	color: #000;
}

#subHeader.fixed {
	position: fixed;
	top: 0;
}

.wrapper {
	max-width: 1000px;
	margin: 0 auto;
}

.column2:after {
	content: "";
	display: table;
	clear: both;
}

.column2 > .colL {
	float: left;
	width: 50%;
}

.column2 > .colR {
	float: right;
	width: 50%;
}

#footer {
	margin-top: 70px;
	padding-top: 70px;
	padding-bottom: 30px;
	border-top: 3px solid #000;
	text-align: center;
}

#footer > ul {
	font-size: 0;
}

#footer > ul > li {
	font-size: 14px;
	display: inline-block;
}

#footer > ul > li > a {
	color: #000;
}

#footer > ul > li + li {
	margin-left: 150px;
}

#footer > p {
	margin-top: 90px;
	font-size: 14px;
}

/* home */
#slide {
	position: relative;
	width: 100%;
	height: 730px;
}

#slide .slides > li {
	display: none;
	position: absolute;
	width: 100%;
}

#slide .slides > li > a {
	display: block;
	width: 100%;
	padding-bottom: 60.83333%;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

#slide .slides > li > a > em {
	display: none;
}

#slide .slides > li > a.mainImg01 {
	background-image: url(/store/cashmere_50/2015/images/home/slide01.jpg);
}

#slide .slides > li > a.mainImg02 {
	background-image: url(/store/cashmere_50/2015/images/home/slide02.jpg);
}

#slide .slides > li > a.mainImg03 {
	background-image: url(/store/cashmere_50/2015/images/home/slide04.jpg);
}

#slide .slides > li > a.mainImg04 {
	background-image: url(/store/cashmere_50/2015/images/home/slide03.jpg);
}

#slide .slides > li > a.mainImg05 {
	background-image: url(/store/cashmere_50/2015/images/home/slide05.jpg);
}

#slide .slides > li > a.mainImg06 {
	background-image: url(/store/cashmere_50/2015/images/home/slide06.jpg);
}

#slide .slides > li > a.mainImg07 {
	background-image: url(/store/cashmere_50/2015/images/home/slide07.jpg);
}

#slide .slides > li > a.mainImg08 {
	background-image: url(/store/cashmere_50/2015/images/home/slide08.jpg);
}

#slide .slides > li > a.mainImg09 {
	background-image: url(/store/cashmere_50/2015/images/home/slide09.jpg);
}

#slide .slides > li > a.mainImg10 {
	background-image: url(/store/cashmere_50/2015/images/home/slide10.jpg);
}

#slide .slides > li > a.mainImg11 {
	background-image: url(/store/cashmere_50/2015/images/home/slide11.jpg);
}

#slide .indicator {
	position: absolute;
	bottom: 15px;
	left: 50%;
	margin-left: -140px;
	z-index: 10;
}

#slide .indicator > li {
	display: inline-block;
	width: 30px;
	height: 30px;
	padding: 10px;
	cursor: pointer;
}

#slide .indicator > li > span {
	display: block;
	width: 10px;
	height: 10px;
	border: 1px solid #EDEEEE;
	border-radius: 5px;
	background-color: #EDEEEE;
}

#slide .indicator > li.active > span {
	background-color: #00B5FF;
}

#slide .indicator > li + li {
	margin-left: 20px;
}

#homeNav {
	margin: 15px auto 0 auto;
	font-size: 0;
}

#homeNav > li {
	display: inline-block;
	margin-bottom: 13px;
	width: 24%;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

#homeNav > li > a {
	display: block;
	position: relative;
	height: 160px;
	text-align: center;
	text-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
	font-size: 14px;
	line-height: 1.4;
	font-family: "見出ゴMB1", "Midashi Go MB1", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

#homeNav > li > a > span {
	display: block;
	position: absolute;
	width: 100%;
	bottom: 10px;
	color: #fff;
}

#homeNav > li > a > span > em {
	display: block;
	font-size: 16px;
}

#homeNav > li + li {
	margin-left: 0.6%;
}

#homeNav > li:first-child {
	background-image: url(/store/cashmere_50/2015/images/home/nav1.jpg);
}

#homeNav > li:nth-child(2) {
	background-image: url(/store/cashmere_50/2015/images/home/nav2.jpg);
}

#homeNav > li:nth-child(3) {
	background-image: url(/store/cashmere_50/2015/images/home/nav3.jpg);
}

#homeNav > li:nth-child(4) {
	background-image: url(/store/cashmere_50/2015/images/home/nav4.jpg);
}

#lead {
	margin-top: 50px;
}

#lead > .colL {
	width: 41%;
	text-align: center;
}

#lead > .colL > img {
	width: 232px;
}

#lead > .colR {
	width: 59%;
	letter-spacing: 0.2em;
}

#lead > .colR h3 {
	margin-bottom: 40px;
	font-size: 26px;
	line-height: 1.6;
	font-family: "本明朝-BII （標準がな）", "HonMincho-B", serif;
}

#lead > .colR p {
	line-height: 2;
	font-family: "本明朝-M （標準がな）", "HonMincho-M", serif;
}

#lead > .colR p > span {
	font-size: 14px;
}

#homeProduct, #info, #share {
	margin-top: 70px;
	padding-top: 50px;
	border-top: 3px solid #000;
}

#homeProduct > .subtitle, #info > .subtitle, #share > .subtitle {
	margin-bottom: 40px;
	font-size: 20px;
	text-align: center;
	font-family: "見出ゴMB1", "Midashi Go MB1", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

#homeProduct {
	border: none;
}

#homeProduct .colL, #homeProduct .colR {
	width: 49.4%;
	text-align: center;
}

#homeProduct .colL dl, #homeProduct .colR dl {
	display: inline-block;
	margin-top: 40px;
	text-align: left;
}

#homeProduct .colL dl > dt, #homeProduct .colR dl > dt {
	padding-bottom: 3px;
	border-bottom: 2px solid #000;
	font-size: 20px;
	font-family: "見出ゴMB1", "Midashi Go MB1", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

#homeProduct .colL dl > dt > span, #homeProduct .colR dl > dt > span {
	display: inline-block;
	white-space: nowrap;
	margin-right: 1em;
	font-size: 18px;
}

#homeProduct .colL dl > dt > em, #homeProduct .colR dl > dt > em {
	display: inline-block;
	white-space: nowrap;
}

#homeProduct .colL dl > dd:first-of-type, #homeProduct .colR dl > dd:first-of-type {
	margin-top: 20px;
}

#homeProduct .colL dl > dd:first-of-type > span, #homeProduct .colR dl > dd:first-of-type > span {
	display: inline-block;
	width: 5em;
}

#homeProduct .colL dl > dd:first-of-type + dd, #homeProduct .colR dl > dd:first-of-type + dd {
	margin: 10px 0;
}

#homeProduct .colL dl > dd:first-of-type + dd > span, #homeProduct .colR dl > dd:first-of-type + dd > span {
	font-size: 12px;
}

#info dl {
	padding: 0 4%;
}

#info dl dt {
	font-family: "見出ゴMB1", "Midashi Go MB1", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-size: 26px;
	padding-bottom: 3px;
	border-bottom: 2px solid #000;
	line-height: 1.2;
}

#info dl dt > img {
	display: block;
	margin-bottom: 16px;
}

#info dl dd > ul {
	margin-top: 40px;
	font-size: 14px;
}

#info dl dd > p {
	margin-top: 40px;
	font-size: 15px;
}

#info .colL dt > img {
	width: 132px;
}

#info .colR dt > img {
	width: 140px;
}

#info .colR p:last-child {
	font-size: 14px;
}

#info .colR .listSq > li:first-child > span {
	display: block;
	margin-left: 4.35em;
}

#share > ul {
	font-size: 0;
	text-align: center;
}

#share > ul > li {
	font-size: 16px;
	display: inline-block;
}

#share > ul > li > a {
	display: block;
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	background-size: 50px;
	text-indent: -9999px;
}

#share > ul > li:first-child > a {
	background-image: url(/store/cashmere_50/2015/images/share_tw.png);
}

#share > ul > li:nth-child(2) > a {
	background-image: url(/store/cashmere_50/2015/images/share_fb.png);
}

#share > ul > li:nth-child(3) > a {
	background-image: url(/store/cashmere_50/2015/images/share_line.png);
}

#share > ul > li:last-child > a {
	background-image: url(/store/cashmere_50/2015/images/share_mail.png);
}

#share > ul > li + li {
	margin-left: 40px;
}

/* product */
#product .column2 {
	margin-bottom: 80px;
	padding-top: 80px;
	border-top: 1px solid #000;
}

#product .column2 .colL {
	width: 43%;
	padding-left: 5%;
}

#product .column2 .colL h3 {
	font-size: 20px;
	font-family: "見出ゴMB1", "Midashi Go MB1", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

#product .column2 .colL dl + p {
	display: inline-block;
	margin-top: 60px;
	padding-right: 10px;
	background-color: #fff;
	font-size: 14px;
}

#product .column2 .colL ul.cartWrap {
	max-width: 250px;
	margin-top: -0.8em;
	padding-top: 30px;
	border-top: 1px solid #000;
	font-size: 0;
}

#product .column2 .colL ul.cartWrap > li {
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
}

#product .column2 .colL ul.cartWrap > li + li {
	margin-left: 14px;
}

#product .column2 .colL ul.cartWrap > li > a {
	display: block;
	width: 50px;
	height: 50px;
}

#product .column2 .colL ul.cartWrap > li > span {
	display: block;
	margin-top: 3px;
	text-align: center;
}

#product .column2 .colL .closed {
	max-width: 300px;
	margin-top: 50px;
	margin-right: 10%;
}

#product .column2 .colR {
	width: 57%;
	font-size: 14px;
	line-height: 2;
}

#product .column2 .colR strong {
	font-size: 16px;
}

#product .column2 .sizeTable {
	width: 100%;
	max-width: 434px;
	margin-top: 34px;
	border: 1px solid #000;
}

#product .column2 .sizeTable caption {
	padding: 2px 0;
	background-color: #717171;
	text-align: center;
	color: #fff;
}

#product .column2 .sizeTable th, #product .column2 .sizeTable td {
	width: 12.5%;
	padding: 5px 0;
	border: 1px solid #000;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
	font-size: 12px;
}

#product .column2 .sizeTable + p {
	width: 100%;
	max-width: 434px;
	margin-top: 5px;
	text-align: right;
	font-size: 12px;
}

#product .column2 .sizeTable + p + div {
	width: 100%;
	max-width: 413px;
	margin-top: 20px;
}

#product .column2 .sizeTable + p + div + p {
	margin-top: 30px;
	font-size: 12px;
	line-height: 1.6;
}

#product .column2 .indentList li, #product .column2 .listCir li, #product .column2 .listSq li {
	margin-bottom: 20px;
}

#product #productInfo {
	padding-top: 50px;
	border-top: none;
}

#product #productInfo dt {
	font-size: 26px;
	font-family: "見出ゴMB1", "Midashi Go MB1", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

#product #productInfo dt > span {
	display: block;
	font-size: 18px;
}

#product #productInfo dd:first-of-type {
	margin-top: 20px;
}

#product #productInfo dd:first-of-type > span {
	display: inline-block;
	width: 5em;
}

#product #productInfo dd:first-of-type + dd {
	margin-top: 10px;
}

#product #productInfo dd:first-of-type + dd > span {
	font-size: 12px;
}

#product #productInfo .colR {
	font-size: 16px;
	font-family: "本明朝-M （標準がな）", "HonMincho-M", serif;
}

/* story */
#story .storyImg > div {
	width: 100%;
	padding-bottom: 60.83333%;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

#story .storyImg > div > em {
	display: none;
}

#story .storyImg > div.mainImg01 {
	background-image: url(/store/cashmere_50/2015/images/slide01.jpg);
}

#story .storyImg > div.mainImg02 {
	background-image: url(/store/cashmere_50/2015/images/slide02.jpg);
}

#story .storyImg > div.mainImg03 {
	background-image: url(/store/cashmere_50/2015/images/slide04.jpg);
}

#story .storyImg > div.mainImg04 {
	background-image: url(/store/cashmere_50/2015/images/slide03.jpg);
}

#story .storyImg > div.mainImg05 {
	background-image: url(/store/cashmere_50/2015/images/slide05.jpg);
}

#story .column2 {
	max-width: 1000px;
	margin: 60px auto 130px auto;
}

#story .column2 .colL {
	width: 34.6%;
	padding-left: 7.8%;
}

#story .column2 .colL > img {
	width: 130px;
}

#story .column2 .colR {
	width: 65.4%;
	letter-spacing: 0.2em;
	font-family: "本明朝-M （標準がな）", "HonMincho-M", serif;
}

#story #story5 + .column2 p + p {
	margin-top: 50px;
	padding-top: 50px;
	border-top: 1px solid #000;
	font-size: 14px;
	font-family: "中ゴシックBBB", "Gothic Medium BBB", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

#story #story5 + .column2 p + p > strong {
	font-size: 16px;
}

/* care */
#care {
	margin-top: 114px;
}

#care h3 {
	margin-bottom: 40px;
	margin-left: 31.6%;
	font-size: 28px;
	line-height: 1.4;
}

#care .column2 .colL {
	width: 31.6%;
	padding-left: 3.4%;
}

#care .column2 .colL > img {
	width: 182px;
}

#care .column2 .colR {
	width: 68.4%;
	font-size: 14px;
}

#care .column2 .colR .content {
	margin-top: 60px;
	border-top: 1px solid #000;
}

#care .column2 .colR .content h4 {
	display: inline-block;
	margin-top: -0.8em;
	margin-bottom: 30px;
	padding-right: 10px;
	background-color: #fff;
	font-size: 20px;
	line-height: 1.4;
}

#care .column2 .colR .content em {
	color: #8EC21F;
}

#care .column2 .colR .content strong {
	font-size: 16px;
}

#care .column2 .colR .content .caution {
	display: inline-block;
	margin-top: 50px;
	margin-bottom: 20px;
	padding: 5px;
	border: 1px solid #000;
}

#care h3, #care h4, #care em, #care strong {
	font-family: "見出ゴMB1", "Midashi Go MB1", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

/* movie */
#mainMovie {
	width: 100%;
	max-width: 1920px;
	margin: 54px auto 0 auto;
}

#movie .column2:first-child {
	margin-top: 50px;
}

#movie .column2:first-child > .colL {
	width: 35%;
}

#movie .column2:first-child > .colL > img {
	padding-right: 30%;
}

#movie .column2:first-child > .colR {
	width: 65%;
	letter-spacing: 0.2em;
}

#movie .column2:first-child > .colR h3 {
	margin-bottom: 40px;
	font-size: 26px;
	line-height: 1.6;
	font-family: "本明朝-BII （標準がな）", "HonMincho-B", serif;
}

#movie .column2:first-child > .colR p {
	line-height: 2;
	font-family: "本明朝-M （標準がな）", "HonMincho-M", serif;
}

#movie .column2:first-child > .colR p > span {
	font-size: 14px;
}

#movie #upopo {
	margin-left: 35%;
	margin-top: 75px;
	padding-top: 90px;
	border-top: 1px solid #000;
}

#movie #upopo > .colL {
	width: 40.76923%;
}

#movie #upopo > .colL > img {
	padding-right: 9.43396%;
}

#movie #upopo > .colR {
	width: 59.23077%;
	font-size: 14px;
}

/* journal, gravure */
.book .bookImg {
	position: relative;
}

.book .bookImg #bookNavUpr > li {
	position: absolute;
	top: 50%;
	margin-top: -30px;
}

.book .bookImg #bookNavUpr > li > a {
	display: block;
	width: 30px;
	height: 60px;
	border-radius: 0 30px 30px 0;
	background-color: rgba(255, 255, 255, 0.65);
	background-repeat: no-repeat;
}

.book .bookImg #bookNavUpr > li > a > span {
	display: none;
}

.book .bookImg #bookNavUpr > li.prev {
	left: 0;
}

.book .bookImg #bookNavUpr > li.prev > a {
	border-radius: 0 30px 30px 0;
	background-image: url(/store/cashmere_50/2015/images/arrow_left.png);
	background-position: 5px center;
}

.book .bookImg #bookNavUpr > li.next {
	right: 0;
}

.book .bookImg #bookNavUpr > li.next > a {
	border-radius: 30px 0 0 30px;
	background-image: url(/store/cashmere_50/2015/images/arrow_right.png);
	background-position: 13px center;
}

.book .bookImg #bookNavUpr > li.hide {
	opacity: 0;
}

.book .bookImg #bookNavUpr > li.hide > a {
	cursor: default;
	pointer-events: none;
}

.book .bookImg .loading {
	position: absolute;
	display: none;
	top: 50%;
	left: 50%;
	width: 60px;
	margin-top: -30px;
	margin-left: -30px;
}

.book .bookContent {
	font-size: 14px;
}

.book #bookNavDwr {
	text-align: center;
}

.book #bookNavDwr:after {
	content: "";
	display: table;
	clear: both;
}

.book #bookNavDwr > li > a {
	color: #000;
	padding: 10px 20px;
	background-repeat: no-repeat;
}

.book #bookNavDwr > li.prev {
	float: left;
}

.book #bookNavDwr > li.prev > a {
	background-image: url(/store/cashmere_50/2015/images/arrow_left.png);
	background-position: left center;
}

.book #bookNavDwr > li.next {
	float: right;
}

.book #bookNavDwr > li.next > a {
	background-image: url(/store/cashmere_50/2015/images/arrow_right.png);
	background-position: right center;
}

.book #bookNavDwr > li.hide {
	opacity: 0;
}

.book #bookNavDwr > li.hide > a {
	cursor: default;
	pointer-events: none;
}

#journal {
	margin-top: 54px;
}

#journal .bookContent {
	min-height: 160px;
	padding: 40px 5%;
	font-family: "本明朝-M （標準がな）", "HonMincho-M", serif;
	text-align: center;
}

#journal .bookContent > p {
	display: inline-block;
	text-align: left;
}

#gravure .bookContent {
	min-height: 100px;
	padding: 60px 5%;
}

#gravure .bookContent .colL {
	width: 42%;
}

#gravure .bookContent .colL .name1, #gravure .bookContent .colL .name2 {
	font-size: 24px;
	font-family: "本明朝-BII （標準がな）", "HonMincho-B", serif;
}

#gravure .bookContent .colL .info1, #gravure .bookContent .colL .info2 {
	margin-top: 10px;
	font-size: 14px;
}

#gravure .bookContent .colL .name2 {
	margin-top: 50px;
}

#gravure .bookContent .colR {
	width: 58%;
}

#gravure .bookContent .colR .text {
	font-size: 14px;
	letter-spacing: 0.2em;
	font-family: "本明朝-M （標準がな）", "HonMincho-M", serif;
}

/* staff */
#staff {
	margin-top: 120px;
}

#staff .column2 .colL, #staff .column2 .colR {
	padding-left: 6.5%;
	font-size: 14px;
}

#staff .column2 h3 {
	margin-bottom: 30px;
	font-size: 20px;
}

#staff .column2 ul {
	margin-bottom: 30px;
}

#staff .column2 h3, #staff .column2 h4 {
	font-family: "見出ゴMB1", "Midashi Go MB1", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

/* responsive */
@media (min-width: 1201px) {
	#slide .slides > li > a.mainImg01 {
		background-image: url(/store/cashmere_50/2015/images/home/slide01_l.jpg);
	}
	#slide .slides > li > a.mainImg02 {
		background-image: url(/store/cashmere_50/2015/images/home/slide02_l.jpg);
	}
	#slide .slides > li > a.mainImg03 {
		background-image: url(/store/cashmere_50/2015/images/home/slide04_l.jpg);
	}
	#slide .slides > li > a.mainImg04 {
		background-image: url(/store/cashmere_50/2015/images/home/slide03_l.jpg);
	}
	#slide .slides > li > a.mainImg05 {
		background-image: url(/store/cashmere_50/2015/images/home/slide05_l.jpg);
	}
	#slide .slides > li > a.mainImg06 {
		background-image: url(/store/cashmere_50/2015/images/home/slide06_l.jpg);
	}
	#slide .slides > li > a.mainImg07 {
		background-image: url(/store/cashmere_50/2015/images/home/slide07_l.jpg);
	}
	#slide .slides > li > a.mainImg08 {
		background-image: url(/store/cashmere_50/2015/images/home/slide08_l.jpg);
	}
	#slide .slides > li > a.mainImg09 {
		background-image: url(/store/cashmere_50/2015/images/home/slide09_l.jpg);
	}
	#slide .slides > li > a.mainImg10 {
		background-image: url(/store/cashmere_50/2015/images/home/slide10_l.jpg);
	}
	#slide .slides > li > a.mainImg11 {
		background-image: url(/store/cashmere_50/2015/images/home/slide11_l.jpg);
	}
	#story .storyImg > div.mainImg01 {
		background-image: url(/store/cashmere_50/2015/images/slide01_l.jpg);
	}
	#story .storyImg > div.mainImg02 {
		background-image: url(/store/cashmere_50/2015/images/slide02_l.jpg);
	}
	#story .storyImg > div.mainImg03 {
		background-image: url(/store/cashmere_50/2015/images/slide04_l.jpg);
	}
	#story .storyImg > div.mainImg04 {
		background-image: url(/store/cashmere_50/2015/images/slide03_l.jpg);
	}
	#story .storyImg > div.mainImg05 {
		background-image: url(/store/cashmere_50/2015/images/slide05_l.jpg);
	}
}

@media (max-width: 1048px) {
	#header > div {
		padding-left: 5%;
		padding-right: 5%;
	}
	#header ul li + li {
		margin-left: 2%;
	}
	#subHeader > div {
		padding-left: 5%;
		padding-right: 5%;
	}
	.column2 {
		padding-left: 5%;
		padding-right: 5%;
	}
	#product .column2 {
		padding-left: 2%;
		padding-right: 2%;
	}
	.book #bookNavDwr {
		padding-left: 5%;
		padding-right: 5%;
	}
	#gravure .bookContent .column2 {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width: 768px) {
	#header ul {
		display: none;
	}
	#subHeader > div > h2 {
		font-size: 14px;
	}
	#subHeader > div > a {
		font-size: 12px;
	}
	#subHeader.fixed {
		margin-top: 0;
	}
	.adj {
		display: none;
	}
	.column2 > .colL {
		float: none;
		width: 100% !important;
	}
	.column2 > .colR {
		float: none;
		width: 100% !important;
	}
	#footer > ul > li {
		display: block;
	}
	#footer > ul > li + li {
		margin-top: 25px;
		margin-left: 0;
	}
	/* home */
	#homeNav > li {
		width: 49.25%;
	}
	#homeNav > li:nth-child(odd) {
		margin-left: 0;
	}
	#lead > .colL {
		margin-top: 25px;
		text-align: center;
	}
	#lead > .colL > img {
		width: 35%;
		min-width: 200px;
		padding-right: 0;
	}
	#lead > .colR h3 {
		margin-bottom: 20px;
	}
	#homeProduct .colR {
		margin-top: 60px;
	}
	#info .colR {
		margin-top: 50px;
	}
	#share > ul > li + li {
		margin-left: 7.5%;
	}
	/* product */
	#product {
		margin-top: 54px;
	}
	#product .column2 {
		padding-left: 5%;
		padding-right: 5%;
	}
	#product .column2 .colL {
		padding-left: 0;
	}
	#product .column2 .colR {
		margin-top: 50px;
	}
	/* story */
	#story {
		margin-top: 54px;
	}
	#story .column2 .colL > img {
		width: 80px;
	}
	#story .column2 .colR {
		margin-top: 30px;
	}
	/* care */
	#care h3 {
		margin-left: 5%;
	}
	#care .column2 .colL {
		margin-top: 60px;
		padding-left: 0;
		text-align: center;
	}
	/* journal, gravure */
	#gravure {
		margin-top: 54px;
	}
	#gravure .bookContent .colR {
		margin-top: 60px;
	}
	/* movie */
	#movie .column2:first-child > .colL {
		margin-top: 25px;
		text-align: center;
	}
	#movie .column2:first-child > .colL > img {
		width: 35%;
		min-width: 200px;
		padding-right: 0;
	}
	#movie .column2:first-child > .colR h3 {
		margin-bottom: 20px;
	}
	#movie #upopo {
		margin-left: 0;
		margin-top: 40px;
		padding-top: 45px;
	}
	#movie #upopo > .colL {
		margin-top: 25px;
		text-align: center;
	}
	#movie #upopo > .colL > img {
		width: 50%;
		min-width: 250px;
		padding-right: 0;
	}
	/* staff */
	#staff {
		margin-top: 120px;
	}
	#staff .column2 .colL, #staff .column2 .colR {
		padding-left: 0;
	}
	#staff .column2 .colR {
		margin-top: 60px;
	}
}
