@charset "UTF-8";
/* ========================================
* File Name: main.css
* Created Date: 2014.03
* Author: TAM
======================================== */

#contentsWrap.main {
	width: 984px;
	padding: 50px 0 72px;
	margin: 0 auto;
	font-family: "adobe-garamond-pro", 'Ryumin Regular KL', 'メイリオ', Meiryo;
	font-style: normal;
	font-weight: 400;
}
#contentsWrap.main.mta {
	padding: 47px 0 20px;
}
h1 {
	margin: 0 0 30px;
	font-family: "adobe-garamond-pro", 'Ryumin Regular KL', 'メイリオ', Meiryo;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
}
.bx-wrapper {
	margin: 0 0 10px;
}
.noSlider-wrapper {
	margin: 0 0 32px;
}
.noSlider-wrapper .bx-pager {
	display: none;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	position: inherit;
	width: auto;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-controls-direction {
	height: 433px;
	margin: -433px 0 0 -25px;
}
#block01 .bx-wrapper .bx-controls-direction, #block02 .bx-wrapper .bx-controls-direction, #block03 .bx-wrapper .bx-controls-direction, #block04 .bx-wrapper .bx-controls-direction {
	height: 582px;
	margin: -582px 0 0 -25px;
}
sup {
	font-size: 60%;
}
.pageHeader {
	overflow: hidden;
	zoom: 1;
}
.pageHeader .title {
	float: left;
}
.pageHeader .sampleNumber {
	float: right;
	font-size: 12px;
	font-family: 'LinotypeUniversW02-Regu', 'Gothic Medium BBB', 'メイリオ', Meiryo;
}
.pageHeader .sampleNumber.mta {
	padding: 3px 0 0;
}
.pageHeader .sampleNumber span {
	font-family: 'LinotypeUniversW02-Bold 726184', 'メイリオ', Meiryo;
}
.pageHeader .sampleNumber .memo {
	color: #666;
	font-family: 'LinotypeUniversW02-Regu', 'Gothic Medium BBB', 'メイリオ', Meiryo;
}
.textBlock {
	padding: 4px 0 78px;
}
.textBlock h2 {
	padding: 0 0 16px;
	font-size: 24px;
	font-weight: normal;
}
.textBlock h2 .ruby {
	margin: 0 0 0 25px;
	font-size: 11px;
}
.textBlock .inner {
	overflow: hidden;
	zoom: 1;
}
.textBlock .lCol {
	float: left;
	position: absolute;
}
.textBlock .lacalNav {
	float: left;
	width: 312px;
	font-size: 11px;
	line-height: 1.9;
}
.textBlock .lacalNav li {
	overflow: hidden;
	zoom: 1;
}
.textBlock .lacalNav li .number {
	float: left;
	width: 17px;
}
.textBlock .lacalNav li a {
	display: block;
	float: left;
	width: 280px;
	margin: 0 0 0 9px;
	color: #1A1A1A;
	text-indent: -9px;
}
.textBlock .lacalNav li a .lWrap {
	padding: 1px 0 0 9px;
}
.textBlock .lacalNav li a .rWrap {
	margin: 0 0 0 -9px;
	padding: 1px 9px 0 9px;
}
.textBlock .lacalNav li a:hover {
	text-decoration: none;
}
.textBlock .lacalNav li a:hover .lWrap {
	background: url(/common/images/current-left02.gif) no-repeat left;
	-webkit-background-size: 9px auto;
	background-size: 9px auto;
}
.textBlock .lacalNav li a:hover .rWrap {
	background: url(/common/images/current-right02.gif) no-repeat right;
	-webkit-background-size: 9px auto;
	background-size: 9px auto;
}
.textBlock .lacalNav .open .lWrap {
	background: url(/common/images/current-left02.gif) no-repeat left;
	-webkit-background-size: 9px auto;
	background-size: 9px auto;
}
.textBlock .lacalNav .open .rWrap {
	background: url(/common/images/current-right02.gif) no-repeat right;
	-webkit-background-size: 9px auto;
	background-size: 9px auto;
}
.textBlock .switch {
	clear: both;
	width: 10px;
	margin: 0 0 0 17px;
	padding: 5px 10px;
}
.textBlock .leadArea, .textBlock .dataWrap {
	float: right;
	width: 648px;
	font-size: 12px;
	line-height: 1.8;
}
.textBlock .dataWrap.paper dl {
	overflow: hidden;
}
.textBlock .dataWrap.paper dl dt {
	float: left;
	width: 60px;
}
.textBlock .dataWrap.paper dl dd {
	float: right;
	width: 580px;
}
.textBlock .credit {
	padding: 23px 0 0;
}
.specialBlock {
	overflow: hidden;
	zoom: 1;
	padding: 0 0 47px;
}
.specialBlock .title {
	float: left;
	padding: 17px 0 0;
	font-size: 12px;
	font-family: 'LinotypeUniversW02-Bold 726184', 'Midashi Go MB31', 'メイリオ', Meiryo;
	font-weight: bold;
	line-height: 1.8;
}
.specialBlock .title .label {
	margin: 20px 0 0 0;
}
.specialBlock .rCol {
	float: right;
	width: 648px;
}
.specialBlock .rCol .image {
	margin: 0 0 37px;
}
.specialBlock .rCol .imageCol {
  display: flex;
  justify-content: flex-start;

	margin: 0 0 37px;
  font-size: 12px;
  line-height: 1.8;
}
.specialBlock .rCol .imageCol__item {
  margin: 0 20px 0 0;
}

.specialBlock .rCol .imageCol__item img {
  margin: 0 0 8px;
}
.specialBlock .rCol .imageCol2 {
	margin: 0 0 20px;
  font-size: 12px;
  line-height: 1.8;
}
.specialBlock .rCol .imageCol2__inner {
  display: flex;
  width: 100%;
  justify-content: space-between;
	margin: 3px 0 0 0;
}
.specialBlock .rCol .imageCol2__inner li {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  width: 312px;
}
.specialBlock .rCol .imageCol2__inner li img {
  margin:  0 12px 0 0;
}
.specialBlock .rCol .imageCol3 {
	margin: 0 0 20px;
  font-size: 12px;
  line-height: 1.8;
}
.specialBlock .rCol .imageCol3__inner {
  display: flex;
  width: 100%;
  justify-content: space-between;
	margin: 3px 0 0 0;
}
.specialBlock .rCol .imageCol3__inner li img {
  margin:  3px 0 0 0;
}

.specialBlock .rCol .text {
	font-size: 12px;
	line-height: 1.8;
}
.detailWrap .information {
	margin: 0 0 19px;
	font-size: 12px;
	font-family: "adobe-garamond-pro", 'Ryumin Regular KL', 'メイリオ', Meiryo;
	font-style: normal;
	font-weight: 400;
}
.detailWrap-row {
	position: relative;
}
.detailWrap-row .itemBlock {
	width: 485px;
	margin: 0 0 37px;
}
.itemBlock {
	margin: 0 0 92px;
	font-size: 12px;
	line-height: 1.8;
}
.itemBlock.lCol {
	float: left;
}
.itemBlock.rCol {
	float: right;
}
.itemBlock .name {
	margin: 0 0 25px;
	font-size: 12px;
	font-family: 'LinotypeUniversW02-Bold 726184', 'Midashi Go MB31', 'メイリオ', Meiryo;
	font-weight: bold;
}
.itemBlock .inner {
	overflow: hidden;
	zoom: 1;
}
.itemBlock .dataWrap {
	width: 480px;
	margin: 0 0 29px;
}
.itemBlock .dataWrap table {
	width: 480px;
	margin: 0 0 23px;
}
.itemBlock .dataWrap th {
	text-align: left;
}
.itemBlock .dataWrap.lCol {
	float: left;
	text-align: left;
	border-top: 1px solid #E6E6E6;
}
.itemBlock .dataWrap.lCol th {
	width: 108px;
	font-weight: normal;
}
.itemBlock .dataWrap.lCol .priceIndex {
	padding: 21px 10px 21px 0;
}
.itemBlock .dataWrap.lCol .indexMemo {
	margin: 0 0 0 -1em;
	font-size: 11px;
	text-indent: -1em;
}
.itemBlock .dataWrap.rCol {
	float: right;
}
.itemBlock .dataWrap table {
	width: 480px;
	text-align: left;
	border-top: 1px solid #E6E6E6;
}
.itemBlock .dataWrap table th {
	font-weight: normal;
}
.itemBlock .dataWrap table .colorNumber {
	padding: 0 10px 0 0;
	text-align: right;
}
.itemBlock .dataWrap.rCol .firstCol {
	width: 120px;
}
.itemBlock .dataWrap.rCol dl {
	overflow: hidden;
	zoom: 1;
}
.itemBlock .dataWrap.rCol dl dt {
	float: left;
	padding: 28px 23px 0 0;
}
.itemBlock .dataWrap.rCol dl dd {
	float: left;
}
.itemBlock .dataWrap dl .typeMarkWrap {
	position: relative;
}
.itemBlock .dataWrap dl .typeMarkWrap img {
	margin: 0 10px 0 0;
}
.itemBlock .dataWrap dl .typeMarkWrap .textMark {
	position: absolute;
	top: 18px;
	left: 91px;
	display: block;
	width: 100px;
}
.itemBlock .dataWrap dl .typeMarkWrap__inner {
  display: inline-block;
  margin: 0 10px 0 0;
  vertical-align: bottom;

}
.itemBlock .dataWrap dl .typeMarkWrap__inner img {
  margin: 0;
}

.itemBlock .dataWrap tr {
	border-bottom: 1px solid #E6E6E6;
}
.itemBlock .dataWrap .bottom {
	border-bottom: none;
}
.itemBlock .dataWrap .twoLine {
	line-height: 2;
}
.itemBlock .dataWrap th, .itemBlock .dataWrap td {
	padding: 2px 0;
}
.itemBlock .dataWrap .mark {
	text-align: center;
}
.itemBlock .dataWrap .attention {
	margin: 0 0 0 10px;
	padding: 0px 10px;
	font-size: 9px;
	color: #FFF;
	background: #666;
}
.itemBlock .dataWrap .memoText {
	text-align: right;
	margin: -20px 0 0;
}
.itemBlock .colorWrap {
	margin: -43px 0 0;
}
.itemBlock .colorWrap.type02 {
	float: left;
	width: 480px;
	margin: 10px 0 0;
}
.itemBlock .colorWrap p {
	float: left;
	width: 108px;
	margin: -4px 0 0;
	font-size: 12px;
	line-height: 1.8;
}
.itemBlock .colorWrap .colors {
	float: left;
}
.itemBlock .colorWrap.full {
	margin: 10px 0 0;
}
.itemBlock .colorWrap.full .colors {
	width: 893px;
	margin: 0 -17px 0 0;
}
.itemBlock .colorWrap.full .colors li {
	margin: 0 17px 17px 0;
}
.itemBlock .colors li {
	float: left;
	position: relative;
	margin: 0 17px 0 0;
}
.itemBlock .colors li .tip {
	display: block;
	white-space: nowrap;
	position: absolute;
	top: -6px;
	left: 50%;
	z-index: 1;
	padding: 0 10px;
	font-size: 11px;
	line-height: 1.8;
	border-radius: 5px;
	background: #FFF;
	-webkit-box-shadow: 0 5px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 5px 3px rgba(0, 0, 0, 0.1);
	border: none;
}
.itemBlock .colors li .tip:after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 50%;
	margin: 0 0 0 -5px;
	border-top: 5px solid #FFF;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}
.itemBlock .detailBtn {
	float: right;
	width: 228px;
	margin: 13px 0 0;
	font-size: 12px;
	font-family: 'LinotypeUniversW02-Bold 726184', 'Midashi Go MB31', 'メイリオ', Meiryo;
	font-weight: bold;
	line-height: 1.8;
	text-align: center;
	background: #666;
	border-radius: 5px;
}
.itemBlock .detailBtn a {
	display: block;
	padding: 11px 0;
	color: #FFF;
}
.itemBlock .detailBtn a:hover {
	text-decoration: none;
}
.detailBtn.single {
	position: absolute;
	bottom: 54px;
	right: 0;
	width: 228px;
	margin-bottom: 0 !important;
	font-size: 12px;
	font-family: 'LinotypeUniversW02-Bold 726184', 'Midashi Go MB31', 'メイリオ', Meiryo;
	font-weight: bold;
	line-height: 1.8;
	text-align: center;
	background: #666;
	border-radius: 5px;
}
.detailBtn.single a {
	display: block;
	padding: 11px 0;
	color: #FFF;
}
.detailBtn.single a:hover {
	text-decoration: none;
}
/* mainBrandNav */

.mainBrandNav .rowWrap {
	overflow: hidden;
	zoom: 1;
}
.mainBrandNav .title {
	margin: 0 0 31px;
	font-size: 12px;
	font-family: 'LinotypeUniversW02-Bold 726184', 'Midashi Go MB31', 'メイリオ', Meiryo;
	font-weight: bold;
}
.mainBrandNav .rowWrap a {
	display: block;
	color: #1A1A1A;
}
.mainBrandNav .rowWrap .categoryBox {
	float: left;
	width: 144px;
	margin: 0 24px 0 0;
}
.mainBrandNav .rowWrap .categoryBox.last {
	margin: 0;
}
.mainBrandNav .rowWrap .categoryBox .imageArea {
	margin: 0 0 8px;
}
.mainBrandNav .rowWrap .categoryBox .caption {
	margin: 0 0 8px;
	font-size: 12px;
	font-family: "adobe-garamond-pro", 'Ryumin Regular KL', 'メイリオ', Meiryo;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 1px;
	white-space: nowrap;
}
.mainBrandNav .rowWrap .categoryBox .caption.noLs {
	letter-spacing: 0;
}
.mainBrandNav .rowWrap .categoryBox .caption sup {
	position: relative;
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	bottom: 1ex;
}
.mainBrandNav .rowWrap .categoryBox .caption .mta {
	display: block;
	margin: 5px 0 0;
}
.special {
	font-size: 12px;
	line-height: 1.8;
	margin-bottom: 66px;
}
.special:after, .tableOuter:after {
	clear: both;
	content: "";
	display: block;
}
.tableOuter {
	margin: 11px 0 32px;
}
.specialLeft {
	width: 335px;
	float: left;
	font-family: 'LinotypeUniversW02-Bold 726184', 'Midashi Go MB31', 'メイリオ', Meiryo;
	font-weight: bold;
}
.specialRight {
	width: 649px;
	float: left;
}
.special table tr {
	border-bottom: 1px solid #cccccc;
}
.special table tr:first-child {
	border-bottom: 1px solid #000;
}
.special table th {
	font-weight: normal;
	text-align: left;
}
.special table td {
	font-weight: normal;
	text-align: left;
}
.special table th.title {
	font-weight: bold;
	font-family: "LinotypeUniversW02-Bold 726184", "Midashi Go MB31", "メイリオ", Meiryo;
}
.special table th, .special table td {
	vertical-align: middle;
	height: 40px;
	position: relative;
}
.special table th span {
	font-size: 11px;
}
.special table td span {
	position: absolute;
	top: 11px;
	left: 25px;
	font-size: 11px;
	width: 100px;
}
.table01 {
	width: 336px;
	float: left;
}
.table02 {
	width: 276px;
	float: right;
}
.table03 {
    width: 100%;
    margin: 24px 0 50px;
    font-size: 94%;
}
.special .table03 tr,
.special .table03 tr:first-child {
    border-bottom: 1px solid #ccc;
}
.special .table03 thead tr,
.special .table03 thead tr:first-child {
    border-bottom: none;
}
.special .table03 thead tr:last-child {
    border-bottom: 1px solid #000;
}
.special .table03 thead td {
    height: 30px;
}
.special .table03 td {
    white-space: nowrap;
}
.title01 {
	font-family: 'LinotypeUniversW02-Bold 726184', 'Midashi Go MB31', 'メイリオ', Meiryo;
	font-weight: bold;
	margin-bottom: 25px;
	font-size: 12px;
}
.itemBlock .dataWrap.rCol dl .typeMarkWrap img.mark02 {
	margin: 14px 0 0 15px;
}
.detailBtn02 {
	background: #666 none repeat scroll 0 0;
	border-radius: 5px;
	float: right;
	font-family: "LinotypeUniversW02-Bold 726184", "Midashi Go MB31", "メイリオ", Meiryo;
	font-size: 12px;
	font-weight: bold;
	height: 55px;
	line-height: 55px;
	margin: -59px 0 0;
	text-align: center;
	width: 228px;
}
.detailBtn02 a {
	color: #fff;
	display: block;
}
.of-hidden {
	overflow: hidden;
	margin: 0 auto;
	width: 984px;
}
.note {
	margin-left: 107px;
}
.special .imgOuter01 {
    position: relative;
    width: 649px;
    height: 438px;
    margin: 24px 0 50px;
}
.special .imgOuter01 .txt01 {
    position: absolute;
    left: 72px;
    top: 0;
}
.special .imgOuter01 .txt02 {
    position: absolute;
    left: 72px;
    top: 22px;
}
.special .imgOuter01 .txt03 {
    position: absolute;
    right: 0;
    top: 22px;
    text-align: right;
}
.special .imgOuter01 .txt04 {
    position: absolute;
    left: -10px;
    top: 45px;
}
.special .imgOuter01 .txt05 {
    position: absolute;
    left: -10px;
    bottom: 0;
}
.special .imgOuter01 .img01 {
    position: absolute;
    left: 123px;
    top: 15px;
    vertical-align: top;
}
.special .imgOuter01 .img02 {
    position: absolute;
    right: 0;
    bottom: 0;
    vertical-align: bottom;
}



/* 以下、マーメイド、タントで使用 */
/* 1909追加 */
.mainBlock {
}
.mainBlock__ttl {
	padding: 0 0 16px;
	font-size: 24px;
	font-weight: normal;
}
.mainBlock__inner {
	overflow: hidden;
	zoom: 1;
	padding: 4px 0 62px;
}
.mainBlock__inner.pb0 {
	padding: 4px 0 0;
}
.mainBlock .lacalNav {
	float: left;
	width: 312px;
	font-size: 11px;
	line-height: 1.9;
}
.mainBlock .lacalNav li {
	overflow: hidden;
	zoom: 1;
}
.mainBlock .lacalNav li .number {
	float: left;
	width: 17px;
}
.mainBlock .lacalNav li a {
	display: block;
	float: left;
	width: 280px;
	margin: 0 0 0 9px;
	color: #1A1A1A;
	text-indent: -9px;
}
.mainBlock .lacalNav.wide li a { width: 300px;}
.mainBlock .lacalNav li a .lWrap {
	padding: 1px 0 0 9px;
}
.mainBlock .lacalNav li a .rWrap {
	margin: 0 0 0 -9px;
	padding: 1px 9px 0 9px;
}
.mainBlock .lacalNav li a:hover {
	text-decoration: none;
}
.mainBlock .lacalNav li a:hover .lWrap {
	background: url(/common/images/current-left02.gif) no-repeat left;
	-webkit-background-size: 9px auto;
	background-size: 9px auto;
}
.mainBlock .lacalNav li a:hover .rWrap {
	background: url(/common/images/current-right02.gif) no-repeat right;
	-webkit-background-size: 9px auto;
	background-size: 9px auto;
}
.mainBlock .lacalNav .open .lWrap {
	background: url(/common/images/current-left02.gif) no-repeat left;
	-webkit-background-size: 9px auto;
	background-size: 9px auto;
}
.mainBlock .lacalNav .open .rWrap {
	background: url(/common/images/current-right02.gif) no-repeat right;
	-webkit-background-size: 9px auto;
	background-size: 9px auto;
}
.mainBlock .ttlArea {
	float: left;
	width: 312px;
}
.mainBlock .subTtl {
	font-size: 12px;
	font-family: 'LinotypeUniversW02-Bold 726184', 'Midashi Go MB31', 'メイリオ', Meiryo;
	font-weight: bold;
	line-height: 1.8;
}
.mainBlock .leadArea {
	float: right;
	width: 648px;
}
.mainBlock .leadArea p {
	font-size: 12px;
	line-height: 1.8;
}
.mainBlock .leadArea p {
	margin: 0 0 20px;
}
.colorTheme {
	clear: both;
	width: 100%;
}
.colorTheme__ttl {
	width: 648px;
	margin: 8px 0 0 auto;
	font-family: 'LinotypeUniversW02-Bold 726184', 'Midashi Go MB31', 'メイリオ', Meiryo;
	font-size: 12px;
	line-height: 1.5;
	font-weight: bold;
}
.colorTheme__itemWrap {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 660px;
	margin: 6px -12px 18px auto;
}
.colorTheme__item {
	width: 33px;
	position: relative;
}
.colorTheme__chip {
	position: relative;
	z-index: 100;
	width: 21px;
	height: 21px;
	margin: 0 0 12px;
}
.colorTheme__hoverItem {
	display: none;
	position: absolute;
	z-index: 200;
	top: -9px;
	left: -9px;
	width: 250px;
	padding: 9px;
	box-sizing: border-box;
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
}
.colorTheme__chipName {
	height: 21px;
	margin: 0 0 0 27px;
	padding: 4px 0 0 0;
	box-sizing: border-box;
	font-family: 'LinotypeUniversW02-Bold 726184', 'Midashi Go MB31', 'メイリオ', Meiryo;
	font-size: 11px;
	line-height: 1.5;
	font-weight: bold;
}
.colorTheme__chipTxt {
	margin: 5px 0 0;
	font-size: 11px;
	line-height: 1.8;
}
.colorTheme__hoverItem.rightSide {
	margin: 0 0 0 -211px;
}
.rightSide .colorTheme__chipName {
	margin: 0 27px 0 0;
	text-align: right;
}

/* 1910追加 */
.colorChart {
	margin: 0 0 62px;
}
.colorChart__ttl {
	margin: 0 0 11px;
	font-size: 12px;
	font-family: 'LinotypeUniversW02-Bold 726184', 'Midashi Go MB31', 'メイリオ', Meiryo;
	font-weight: bold;
}
.colorChart__item {
	display: flex;
	justify-content: space-between;
	padding: 20px 0 8px;
	border-bottom: 1px solid #e6e6e6;

}
.colorChart__label {
	width: 85px;
}
.colorChart__txt {
	width: 230px;
	font-size: 12px;
}
.colorChart__name {
	display: inline-block;
	margin: 9px 0 0;
	font-family: 'LinotypeUniversW02-Bold 726184', 'Midashi Go MB31', 'メイリオ', Meiryo;
	font-weight: bold;
}
.colorChart__chip {
	width: 669px;
	display: flex;
	justify-content: flex-end;
}
.colorChart__chip li {
	position: relative;
	width: 27px;
}
.colorChart__chipName {
	position: absolute;
	top: -13px;
	left: -5px;
	z-index: 1;
	width: 37px;
	text-align: center;
	font-size: 11px;
	white-space: nowrap;
}
