
.maincopy {
  float: right;
  width: 750px;
  height: 300px;
  position: relative;
}

.copyslider {
  margin: 0 auto;
  max-width: 750px;
}

.slide_viewer {
  height: 250px;
  overflow: hidden;
  position: relative;
}

.slide_group {
  height: 100%;
  position: relative;
  width: 100%;
}

.copyslide {
  display: none;
  height: 100%;
  position: absolute;
  width: 100%;
}

.copyslide a{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.copyslide:first-child {
  display: block;
}

.copyslide:nth-of-type(1) {
  /*background: #D7A151;*/
}

.copyslide:nth-of-type(2) {
  /*background: #F4E4CD;*/
}

.copyslide:nth-of-type(3) {
  /*background: #C75534;*/
}

.copyslide:nth-of-type(4) {
  /*background: #D1D1D4;*/
}

.slide_buttons {
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
}

a.slide_btn {
	font-size: 25px;
	margin: 0 0.175em;
	transition: all 0.2s ease-in-out;
	padding: revert !important;
	background: revert !important;
	box-shadow: revert !important;
	color: #474544 !important;
}

.slide_btn.active, .slide_btn:hover {
  color: #428CC6 !important;
  cursor: pointer;
}

.directional_nav {
  height: 250px;
  margin: 0 auto;
  max-width: 750px;
  position: relative;
  top: -250px;
}

.previous_btn {
  bottom: 0;
  left: 0px;
  margin: auto;
  position: absolute;
  top: 0;
}

.next_btn {
  bottom: 0;
  margin: auto;
  position: absolute;
  right: 0px;
  top: 0;
}

.previous_btn, .next_btn {
  cursor: pointer;
  height: 70px;
  opacity: 0.5;
  transition: opacity 0.4s ease-in-out;
  width: 70px;
  z-index: 2;
}

.previous_btn:hover, .next_btn:hover {
  opacity: 1;
}

.inline-block_test {
	display: inline-block;
	margin: 0;       
	padding:  0px;
	height: 100px;
	width: 180px;
}

.inline-block_series {
	display: inline-block;
	margin: 0;
	padding:10px 13px 30px;
	height: 401px;
	width: 219px;
}

/* メーカー */
.makerNav {
	/* margin-top: 15px;
	margin-bottom: 30px;
	border-radius: 3px; */
	/* border: 1px solid #eeede9; */
	/* background: #FFF; */
}
.makerNav__bar:first-of-type {
	/* position: relative;
	border-radius: 3px 3px 0 0;
	z-index: 1; */
}
.makerNav__bar {
	/* position: relative; */
	/* box-shadow: 0 1px 1px 0 rgba(0,0,0,.13); */
	/* background: linear-gradient(to bottom, #FFF 0,#FFF 73px, #f9f8f6 73px); */
	/* overflow: hidden; */
}
.makerNav__head {
	/* position: absolute;
	top: 0;
	bottom: 0;
	width: 140px;
	background: #918d86;
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
	-webkit-transform: skewX(10deg);
	transform: skewX(10deg); */
}
.makerNav__anchor--head {
	position: relative;
	height: 100%;
}
.makerNav__anchor {
	display: block;
}
.makerNav__title {
	/* position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -12px;
	color: #FFF;
	font-size: 16px;
	font-weight: 700;
	-webkit-transform: skewX(-10deg) translate(-50%,-50%);
	transform: skewX(-10deg) translate(-50%,-50%); */
}
.makerNav__all {
	/* position: absolute;
	top: 73px;
	left: 0;
	right: 0;
	bottom: 0;
	padding-top: 6px;
	background: #706d67;
	color: rgba(255,255,255,.5);
	font-size: 10px;
	text-align: center; */
}
.makerNav__allText {
	/* -webkit-transform: skewX(-10deg);
	transform: skewX(-10deg); */
}
.makerNav__list {
	/* display: table;
	margin-left: auto; */
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	flex-wrap: wrap;
	padding: 10px 0;
}
.makerNav__item {
	/* float: left; */
	width: 120px;
	padding: 8px;
	background: #f9f8f6;
}
.makerNav__anchor {
	display: block;
	text-decoration: none;
}
.makerNav__frame {
	height: 73px;
	position: relative;
	text-align: center;
}
.makerNav__frame img {
	margin: auto;
}
.makerNav__icon {
	display: block;
	width: 98px;
	height: 73px;
}
.makerNav__name {
	position: relative;
	max-height: 27px;
	/* line-height: 1; */
	/* padding: 8px 0 10px; */
	/* background: #f9f8f6; */
	/* color: #333; */
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	margin-top: 5px;
}

/*カテゴリ*/
.inline-block_test a {
	background: #fff;
}
.inline-block_test a img:hover {
	opacity: 0.6;
}

/*シリーズ*/
.inline-block_series a {
	background: #fff;
}
.inline-block_series a img:hover {
	opacity: 0.6;
}


.series_conts{
  margin-top: 10px;
  margin-bottom: 20px;
}
.series_img{
  float: right;
}


.series_cont{
  position: relative;
  float: right;
}


.makerNav a img:hover {
	opacity: 0.6;
}


/* STRUCTURE */
.wrapper_col {
  padding: 0px;
  max-width: 750px;
  width: 100%;
  margin: 0px auto 30px;
}

.columns_copy {
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin: 20px auto;
}

.columns_copy h5{
  font-size: 1em;
  text-align: center;
  padding: 10px 0;  
}


.column_copy {
	flex: 1;
	margin: 0px;
	flex-direction: column;
	display: inline-flex;
	justify-content: center;
}
.column_copy:first-child {
	margin-left: 0;
}
.column_copy:last-child {
	margin: 0;
}
.column_copy img {
	margin: auto;
}

