@charset "UTF-8";

/* 必須指定 */
.special-static {
  margin-bottom: 10px;
}
#contWrap {
	margin: 0 auto;
  padding-bottom: 40px;
	max-width: 1160px;
  min-width: 1020px;
  font-size: 18px;
  line-height: 26px;
  color: #333;
}
@media screen and (max-width: 750px)  {
	#contWrap {
		width: 100%;
        max-width: 100%;
        min-width: 100%;
	}
}
/*---*/
/*メイン画像部分*/
#main_img {
  width: 100%;
  height: 200px;
  background-image: url("../images/subimg_bg.png");
  position: relative;
}
#main_img h2 {
  position: absolute;
  top: 80px;
  left: 80px;
  border-bottom: 3px solid #fff;
  color: #fff;
  font-size: 32px;
  line-height: 52px;
  padding: 0 7.142857142857142% 0 100px;
  font-weight: bold;
}
@media screen and (max-width: 1160px) {
  #main_img h2 {
    font-size: 32px;
    line-height: 42px;
    padding: 0 6.142857142857142% 0 100px;
  }
}
#main_img > div {
  width: 140px;
  height: 140px;
  background-color: #fff;  
  position: absolute;
  top: 36px;
  left: 20px;
  border-radius: 70px;
  z-index: 2;
}
#main_img > div > img {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);
}
#main_img > img {
  position: absolute;
  top: 10px;
  right: 10px;
}

/*メニュー部分*/
#sale_menu {
  
}
#sale_menu ul {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  align-content: stretch;
  margin: 20px 0 40px 0;
}
#sale_menu li {
  width: 16.637931034482758%;
  font-size: 12px;
  line-height: 12px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  border-collapse: collapse;
  border-left-width: 0;
  border-top-width: 0;
}
#sale_menu li:nth-child(-n+6) {
  border-top: 1px solid #ccc;
}
#sale_menu li:nth-child(6n+1) {
  border-left-width: 1px;
}
#sale_menu li a {
  display: block;
  position: relative;
  text-decoration: none;
  padding: 15px 0 15px 45px;
  background-repeat: no-repeat;
}
#sale_menu li a::after{
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: #ccc 1px solid;
  border-right: #ccc 1px solid;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#sale_menu li a:hover {
  background-color: #ffe5f0;
}

/*アイコン表示*/
#sale_menu li:nth-child(1) a {
  background-image: url("../images/home@2x.png");
  background-size: 18px;
  background-position: 45px 14px;
  padding-left: 70px;
}
#sale_menu li:nth-child(2) a {
  background-image: url("../images/img_category_01.png");
  background-size: 14px;
  background-position: 15px 4px;
}
#sale_menu li:nth-child(3) a {
  background-image: url("../images/img_category_02.png");
  background-size: 22px;
  background-position: 13px 4px;
}
#sale_menu li:nth-child(4) a {
  background-image: url("../images/img_category_03.png");
  background-size: 20px;
  background-position: 13px 5px;
}
#sale_menu li:nth-child(5) a {
  background-image: url("../images/img_category_04.png");
  background-size: 36px;
  background-position: 4px 7px;
}
#sale_menu li:nth-child(6) a {
  background-image: url("../images/img_category_05.png");
  background-size: 26px;
  background-position: 13px 3px;
}
#sale_menu li:nth-child(7) a {
  background-image: url("../images/img_category_06.png");
  background-size: 24px;
  background-position: 11px 5px;
}
#sale_menu li:nth-child(8) a {
  background-image: url("../images/img_category_07.png");
  background-size: 20px;
  background-position: 13px 5px;
}
#sale_menu li:nth-child(9) a {
  background-image: url("../images/img_category_08.png");
  background-size: 15px;
  background-position: 13px 3px;
}
#sale_menu li:nth-child(10) a {
  background-image: url("../images/img_category_09.png");
  background-size: 18px;
  background-position: 13px 5px;
}
#sale_menu li:nth-child(11) a {
  background-image: url("../images/img_category_10.png");
  background-size: 34px;
  background-position: 5px 14px;
}
#sale_menu li:nth-child(12) a {
  background-image: url("../images/img_category_11.png");
  background-size: 34px;
  background-position: 5px 8px;
}
#sale_menu li:nth-child(13) a {
  background-image: url("../images/img_category_12.png");
  background-size: 34px;
  background-position: 5px 8px;
}
#sale_menu li:nth-child(14) a {
  background-image: url("../images/img_category_13.png");
  background-size: 34px;
  background-position: 5px 4px;
}
#sale_menu li:nth-child(15) a {
  background-image: url("../images/img_category_14.png");
  background-size: 34px;
  background-position: 5px 4px;
}
#sale_menu li:nth-child(16) a {
  background-image: url("../images/img_category_15.png");
  background-size: 34px;
  background-position: 5px 8px;
}
/**/

.sale_subtitle {
  padding-left: 10px;
  font-size: 16px;
  border-left: 5px solid #f45d9f;
}

/*ページ中央*/
.sale_title {
  position: relative;
  margin-bottom: 1em;
  margin: 40px auto;
  padding: 0;
  text-align: center;
  font-size: 20px;
}
/*以下で線を表示*/
.sale_title:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 1px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
  border-radius: 2px;
}

/*ビュートロン*/
#page_001045002 {
	width: 100%;
	margin: 0 auto 30px auto;
}
#page_001045002 h2 {
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	padding: 0;
	margin: 15px 0 0 0;
	white-space: nowrap;
}
#page_001045002 h2 img {
	width: 60px;
	vertical-align: bottom;
	margin: 0 5px -5px 0;
	
}
#page_001045002 .cp_table *, #page_001045002 .cp_table *:before, #page_001045002 .cp_table *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#page_001045002 .cp_table {
	width: 100%;
	border-collapse: collapse;
	padding: 0;
	margin: 5px 0;
}
#page_001045002 .cp_table th {
	background: #f4f4f4;
	padding: 7px;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-bottom: 1px dashed #cccccc;
	font-size: 12px;
	line-height: 12px;
	font-weight: 500;
}
#page_001045002 .cp_table th.th_top {
	background: #f4f4f4;
	padding: 3px 5px ;
	border: 1px solid #cccccc;
	font-size: 12px;
	line-height: 16px;
	font-weight: 500;
}
#page_001045002 .cp_table th > div {
	white-space: nowrap;
	padding: 2px 0 6px 0;
}
#page_001045002 .cp_table th > div span {
	padding: 0 10px;
	margin: 0 0.4em;
	font-size: 12px;
	line-height: 12px;
}
#page_001045002 .cp_table th > div.daylight span:first-of-type {
	color: #8887cc;
	border: solid 1px #a5a4cf;
	background: #fff;
}
#page_001045002 .cp_table th > div.daylight span:nth-of-type(2) {
	background: #a5a4cf;
}

#page_001045002 .cp_table th > div.neutral span:first-of-type {
	color: #7399cb;
	border: solid 1px #99b7de;
	background: #fff;
}
#page_001045002 .cp_table th > div.neutral span:nth-of-type(2) {
	background: #99b7de;
}
#page_001045002 .cp_table th > div.light span:first-of-type {
	color: #f4991a;
	border: solid 1px #f1ad4e;
	background: #fff;
}
#page_001045002 .cp_table th > div.light span:nth-of-type(2) {
	background: #f1ad4e;
}
#page_001045002 .cp_table td {
	text-align: center;
	vertical-align: top;
	padding: 6px 5px;
	border-top: 1px dashed #cccccc;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	white-space: nowrap;
}
#page_001045002 .cp_table td a {
	font-size: 12px;
	line-height: 12px;
	font-weight: 500;
	text-decoration: none;
	display: inline-block;
	padding: 4px 18px 4px 8px;
	border-radius: 8px;
	margin: 0 0.3em;
}
#page_001045002 .cp_table td a.btnBl {
	background: #151515;
	color: #fff;
	position: relative;
}
#page_001045002 .cp_table td a.btnBl::after {
	content: '';
	width: 6px;
	height: 6px;
	border: 0px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -3px;
}
#page_001045002 .cp_table td a.btnWh {
	background: #fff;
	border: solid 1px #666;
	box-sizing: border-box;
	color: #666;
	position: relative;
}
#page_001045002 .cp_table td a.btnWh::after {
	content: '';
	width: 6px;
	height: 6px;
	border: 0px;
	border-top: solid 2px #666;
	border-right: solid 2px #666;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -3px;
}

@media screen and (max-width: 640px) {

#page_001045002 {
	width: calc(100% - 20px);
	margin: 0 auto;
	overflow: scroll;
        -webkit-overflow-scrolling: touch;
}
#page_001045002 h2 {
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	padding: 0;
	margin: 15px 0 0 0;
	white-space: nowrap;
}
#page_001045002 h2:first-of-type {
	margin: 0;
}
#page_001045002 h2 img {
	width: 60px;
	vertical-align: bottom;
	margin: 0 0 2px 0;
}
#page_001045002 .cp_table *, #page_001045002 .cp_table *:before, #page_001045002 .cp_table *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#page_001045002 .cp_table {
	width: 100%;
	border-collapse: collapse;
	padding: 0;
	margin: 5px 0;
}
#page_001045002 .cp_table th {
	background: #f4f4f4;
	padding: 7px;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-bottom: 1px dashed #cccccc;
	font-size: 12px;
	line-height: 12px;
	font-weight: 500;
}
#page_001045002 .cp_table th.th_top {
	background: #f4f4f4;
	padding: 3px 5px ;
	border: 1px solid #cccccc;
	font-size: 12px;
	line-height: 16px;
	font-weight: 500;
	white-space: nowrap;
}
#page_001045002 .cp_table th > div {
	white-space: nowrap;
	padding: 2px 0 6px 0;
}
#page_001045002 .cp_table th > div span {
	padding: 0 10px;
	margin: 0 0.4em;
	font-size: 12px;
	line-height: 12px;
}
#page_001045002 .cp_table th > div.daylight span:first-of-type {
	color: #8887cc;
	border: solid 1px #a5a4cf;
	background: #fff;
}
#page_001045002 .cp_table th > div.daylight span:nth-of-type(2) {
	background: #a5a4cf;
}

#page_001045002 .cp_table th > div.neutral span:first-of-type {
	color: #7399cb;
	border: solid 1px #99b7de;
	background: #fff;
}
#page_001045002 .cp_table th > div.neutral span:nth-of-type(2) {
	background: #99b7de;
}
#page_001045002 .cp_table th > div.light span:first-of-type {
	color: #f4991a;
	border: solid 1px #f1ad4e;
	background: #fff;
}
#page_001045002 .cp_table th > div.light span:nth-of-type(2) {
	background: #f1ad4e;
}
#page_001045002 .cp_table td {
	text-align: center;
	vertical-align: top;
	padding: 6px 5px;
	border-top: 1px dashed #cccccc;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	white-space: nowrap;
}
#page_001045002 .cp_table td a {
	font-size: 12px;
	line-height: 12px;
	font-weight: 500;
	text-decoration: none;
	display: inline-block;
	padding: 4px 18px 4px 8px;
	border-radius: 8px;
	margin: 0 0.3em;
}
#page_001045002 .cp_table td a.btnBl {
	background: #151515;
	color: #fff;
	position: relative;
}
#page_001045002 .cp_table td a.btnBl::after {
	content: '';
	width: 6px;
	height: 6px;
	border: 0px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -3px;
}
#page_001045002 .cp_table td a.btnWh {
	background: #fff;
	border: solid 1px #666;
	box-sizing: border-box;
	color: #666;
	position: relative;
}
#page_001045002 .cp_table td a.btnWh::after {
	content: '';
	width: 6px;
	height: 6px;
	border: 0px;
	border-top: solid 2px #666;
	border-right: solid 2px #666;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -3px;
}
}

/*カラーチャート*/
.colorchart {
	width: 100%;
	color: #333;
	background-color: #ccc;
	border-collapse: separate;
	border-spacing: 1px;
}
.colorchart th {
	background-color: #dfdfdf;
	padding: 2px 0;
}
.colorchart th.kiriuri {
	width: 17%;
}
.colorchart th.roll {
	width: 22%;
}
.colorchart td {
	background-color: #fff;
	text-align: center;
	padding: 2px 0;
}
.colorchart td a {
	color: #227ab7;
}
.colorchart td.color {
	color: #fff;
	font-weight: bold;
	text-align: left;
	padding: 2px 10px;
}
.colorchart td.colorBlack {
	color: #333;
	font-weight: bold;
	text-align: left;
	padding: 2px 10px;
}
.colorchart td span {
	font-size: 0.8em;
}
@media screen and (min-width: 751px) {
	.seriesInner h3 {
		margin: 30px 0 10px 0;
	}
	.move {
		display: flex;
		justify-content: center;
		margin-top: 30px;
		width: 100%;
	}
	.move:first-child {
		margin-top: 5px;
	}
	.move li {
		width: 22%;
		margin-right: 0.5%;
		margin-bottom: 0;
	}
	.move li.wLong {
		width: 26%;
	}
	.move li.wShort {
		width: 14%;
	}
	.move li i {
		margin-left: 0.5em;
	}
	.move li a {
		width: 100%;
		height: 40px;
		color: #4abdae;
		font-weight: bold;
		line-height: 40px;
		text-align: center;
		text-decoration: none;
		border: #4abdae solid 1px;
		border-radius: 4px;
	}
	.move li a:hover {
		background-color: #4abdae;
		color: #fff;
		text-decoration: none;
	}
	.move li.goCategory,
	.move li.goTop {
		width: 16%;
		padding: 0 15px;
	}
	.move li.goCategory i {
		margin: 0 0.5em 0 0;
	}
	.move li.goCategory a,
	.move li.goTop a {
		font-size: 12px;
		border: none;
	}
	.move li.goCategory a {
		text-align: right;
	}
	.move li.goTop a {
		text-align: left;
	}
	.move li.goCategory a:hover,
	.move li.goTop a:hover{
		background: none;
		color: #4abdae;
		text-decoration: underline;
	}
	.series,
	.anchor{
		margin-top: -60px;
		padding-top: 60px;
	}
	.anchor2{
		margin-top: -30px;
		padding-top: 30px;
	}
	table.flL {
		width: 49%;
		float: left;
	}
	table.flR {
		width: 49%;
		float: right;
	}
}
