@charset "utf-8";
/*============================================================
	IMPORT
*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');
@import url('slick.css');

/*============================================================
	FONT
*/
@font-face {
	font-family: 'arial-bi';
	src: url('../fonts/Arial-Bold-Italic.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}
@font-face {
	font-family: 'icon';
	src: url('../fonts/icon.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
	font-family: 'icon' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-arrow-up:before {
  content: "\e900";
}
.icon-arrow-prev:before {
  content: "\e901";
}
.icon-arrow-next:before {
  content: "\e902";
}
.icon-arrow-down:before {
  content: "\e903";
}
.icon-blank:before {
  content: "\e904";
}
.icon-home:before {
  content: "\e905";
}
.icon-slick-arrow-next:before {
  content: "\e906";
}
.icon-slick-arrow-prev:before {
  content: "\e907";
}
.icon-sns-facebook:before {
  content: "\e908";
}
.icon-sns-instagram:before {
  content: "\e909";
}
.icon-sns-youtube:before {
  content: "\e90a";
}

/*============================================================
	RESET
*/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	background-color: transparent;
	background-image: none;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-decoration: none;
	text-indent: 0;
	text-transform: none;
	font-style: normal;
	font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
	line-height: inherit;
	color: inherit;
}
html, body {
	width: 100%;
	height: 100%;
}
body {
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
}
ul {
	list-style-type: none;
}
table {
	border-collapse: collapse;
}
a,
button {
	cursor: pointer;
}
img {
	vertical-align: top;
	width: 100%;
}
input,
select,
textarea,
button {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: transparent;
	background-image: none;
	border: 0;
	border-radius: 0;
	outline: 0;
	resize: none;
}

/*============================================================
	HTML
*/
body {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.6;
	color: #000;
}
a {
	text-decoration: underline;
	transition: opacity 0.4s ease, background-color 0.4s ease, color 0.4s ease;
}
button {
	transition: opacity 0.4s ease, background-color 0.4s ease, color 0.4s ease;
	cursor: pointer;
}
h1, h2, h3, h4 {
	font-weight: 700;
}

/*============================================================
	BODY
*/
.body {
	overflow: hidden;
	display: flex;
	flex-direction: column;
	min-height: 100%;
}
.content {
	position: relative;
	flex: 1;
}

/*============================================================
	FONT
*/
.ff-en {
	font-family: 'arial-bi', sans-serif;
}

/*============================================================
	VISIBLE
*/
@media screen and (min-width: 768px) {
	.visible-sp {
		display: none !important;
	}
}
@media screen and (max-width: 767px) {
	.visible-pc {
		display: none !important;
	}
}

/*============================================================
	HIDDEN
*/
@media screen and (min-width: 768px) {
	.hidden-pc {
		display: none !important;
	}
}
@media screen and (max-width: 767px) {
	.hidden-sp {
		display: none !important;
	}
}

/*============================================================
	[HEADER] iidより2025.07.09
*/
header {
	position: fixed;
	z-index: 102;
	top: 0;
	left: 0;
	padding: 0 50px;
	width: 100%;
	height: 100px;
	background-color: #303030;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
header a {
	text-decoration: none;
	color: #b3b3b3;
}
header a:hover {
	color: #fff;
}
header h1 {
	flex-basis: 260px;
	width: 260px;
}

/*============================================================
	[ドロップダウンメニュー(20250909)]
*/
header ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #303030;
}
header ul p{
	color:#fff;
}

header li {
  float: left;
}

header li a, .dropbtn {
  /*display: inline-block;*/
  color: #b3b3b3;
  text-align: center;
  text-decoration: none;
	display: flex;
	align-items: center;
}

header li a:hover, .dropdown:hover .dropbtn {
	color: #fff;
}

header li.dropdown {
  display: inline-block;
}

header .dropdown-content {
  display: none;
  position: absolute;
  background-color: #303030;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  /*left: 50%;
  transform: translateX(-15%);*/
}

header .dropdown-content a {
  color: #b3b3b3;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: center;
}

header .dropdown-content a:hover {background-color: #535353;}

header .dropdown:hover .dropdown-content {
  display: block;
}

/*============================================================
	[ハンバーガーメニュー(20240417)]
*/
header nav {
   margin: 0 0 0 auto;
	
	height: 100%;
	font-weight: 500;
	font-size: 16px;
}
header nav ul {
   list-style: none;
   margin: 0;
   display: flex;
	
	justify-content: space-between;
	width: 100%;
	height: 100%;
}
header nav ul li {
   padding-left: 2vw;
   margin: 0 0 0 15px;
   font-size: 16px;
}
header nav ul li a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}
header nav ul li i {
	font-size: 30px;
}
.main-visual {
   display: flex;
   justify-content: center;
   align-items: center;
   height: 100vh;
   background: url('main_visual.jpg') top center / cover no-repeat;
}

.sp-nav {
   display: none;
}

@media screen and (max-width: 1080px) {
	header nav ul li {
		padding-right: 2vw;
		padding-left: 2vw;
	}
}
@media screen and (max-width: 980px) {
	header h1 {
		margin: 20px 0 15px 0;
	}
}
@media screen and (max-width: 767px) {
	header {
		display: flex;
		padding: 0 15px;
		height: 50px;
	}
	header h1 {
		margin: 0;
		flex-basis: 130px;
		width: 130px;
	}
	header nav {
		font-weight: 500;
		font-size: 12px;
	}
	header nav ul li i {
		font-size: 15px;
	}
   .pc-nav {
      display: none;
   }
   .sp-nav {
      z-index: 1;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      display: block;
      background: rgba(0, 0, 0, .8);
      opacity: 0;
      transform: translateY(-100%);
      transition: all .2s ease-in-out;
   }
   #hamburger {
      position: relative;
      display: block;
      width: 25px;
      height: 20px;
      margin: 0 0 0 auto;
   }
   #hamburger span {
      position: absolute;
      top: 50%;
      left: 0;
      display: block;
      width: 100%;
      height: 2px;
      background-color: #fff;
      transform: translateY(-50%);
   }
   #hamburger::before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #fff;
   }
   #hamburger::after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #fff;
   }
   /*スマホメニュー*/
   .sp-nav ul {
      padding: 0;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      height: 98%;
   }
   .sp-nav li {
      margin: 0;
      padding: 0;
   }
   .sp-nav li span {
      font-size: 15px;
      color: #fff;
   }
   .sp-nav li a, .sp-nav li span {
      display: block;
      padding-top: 15px;
   }
   /*-閉じるアイコンー*/
   .sp-nav .close {
      position: relative;
	   padding-top: 50px;
      padding-left: 20px;
   }
   .sp-nav .close::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      display: block;
      width: 16px;
      height: 1px;
      background: #fff;
      transform: rotate( 45deg );
   }
   .sp-nav .close::after {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      display: block;
      width: 16px;
      height: 1px;
      background: #fff;
      transform: rotate( -45deg );
   }
   .toggle {
      transform: translateY( 0 );
      opacity: 1;
   }
   .main-visual {
      padding: 0 4%;
   }
}

/*============================================================
	FOOTER
*/
footer {
	padding: 40px 0;
	background-color: #000;
	text-align: center;
	color: #fff;
}
footer small {
	display: block;
	font-size: 14px;
	line-height: 1.5;
}

/* SP */
@media screen and (max-width: 767px) {
	footer {
		padding: 20px 0;
	}
	footer small {
		font-size: 11px;
	}
}

/*============================================================
	HEADING
*/
.heading {
	margin: 0 0 40px 0;
	padding: 0 50px;
	text-align: center;
	font-size: 80px;
	line-height: 1.1;
}

/* SP */
@media screen and (max-width: 767px) {
	.heading {
		margin: 0 0 20px 0;
		padding: 0 15px;
		font-size: 38px;
	}
}

/*============================================================
	LINEUP LIST (20250829_NEW)
*/
.lineup-list {
}
.lineup-list ul {
	display: flex;
	flex-wrap: wrap;
}
.lineup-list ul li {
	flex-basis: 33.333%;
	padding: 0.8%;
}
.lineup-list ul li a {
	display: block;
	overflow: hidden;
}
.lineup-list ul li a .overlap{
	position: relative;
}
.lineup-list ul li a h3 {
  	position: absolute;/*絶対配置*/
	font-size: 35px;
	line-height: 1;
  	color: #fff;
  	/*bottom: 0;*/
  	left: 1rem;
	bottom: 0.5rem;
}
.os-pc .lineup-list ul li a:hover h3 {
	color: #bababa;
}
.lineup-list ul li a img {
	transition: transform 0.5s ease;
	aspect-ratio: 4/3;
	object-fit: cover;
}
.os-pc .lineup-list ul li a:hover img {
	transform: scale(1.16);
}

.lineup-list .exclusive img{
	width: 100%;
}
.lineup-list .exclusive a {
	display: block;
	overflow: hidden;
}
.lineup-list .exclusive a .overlap{
	position: relative;
}
.lineup-list .exclusive a h3 {
  	position: absolute;/*絶対配置*/
	font-size: 35px;
	line-height: 1;
  	color: #fff;
  	/*bottom: 0;*/
  	left: 1rem;
	bottom: 0.5rem;
}
.os-pc .lineup-list .exclusive a:hover h3 {
	color: #bababa;
}
.lineup-list .exclusive a img {
	transition: transform 0.5s ease;
}
.os-pc .lineup-list .exclusive a:hover img {
	transform: scale(1.16);
}

/* TB */
@media screen and (max-width: 980px) {
	.lineup-list ul li {
		flex-basis: 50%;
		padding: 0;
	}
	.lineup-list ul li a h3 {
		font-size: 25px;
  		left: 0.8rem;
	}
	.lineup-list .exclusive a h3 {
		font-size: 25px;
  		left: 0.8rem;
	}
}
/* SP */
@media screen and (max-width: 767px) {
	/*.lineup-list {
		padding: 20px 15px;
	}*/
	.lineup-list ul li {
		flex-basis: 50%;
	}
	.lineup-list ul li a h3 {
		font-size: 16px;
  		left: 0.5rem;
		bottom: 0;
	}
	.lineup-list .exclusive a h3 {
		font-size: 16px;
  		left: 0.5rem;
		bottom: 0;
	}
}

/*============================================================
	INDEX MAIN
*/
.index-main {
	background-color: transparent;
	background-image: url(../img/kv-index.webp);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.index-main .wrapper {
	display: flex;
	justify-content: left;
	margin-left: 10vw;
	padding-top: 20vw;
	align-items: center;
	height: 100vh;
}
.index-main h1 img {
	width: 350px;
}
.index-main h2 {
	padding-left: 60px;
	font-size: 40px;
	line-height: 1.1;
	color: #fff;
}
.index-main h2 > span {
	display: flex;
	padding: 7px 0;
}
.index-main h2 > span > span {
	display: block;
	padding: 6px 0 9px 12px;
	background-color: #000;
}

/* TB */
@media screen and (max-width: 980px) {
	.index-main .wrapper {
		flex-direction: column;
	}
	.index-main h2 {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		margin: 40px 0 0 0;
		padding-left: 0;
	}
}

/* SP */
@media screen and (max-width: 767px) {
	.index-main .wrapper {
		margin-left: 0vw;
	}
	.index-main h1 img {
		width: 200px;
		padding-top: 250%;
	}
	.index-main h2 {
		margin: 20px 0 0 0;
		font-size: 21px;
	}
	.index-main h2 > span {
		padding: 5px 0;
	}
}

/*============================================================
	INDEX LINEUP
*/
.index-lineup {
	padding: 120px 0 0 0;
}

/* SP */
@media screen and (max-width: 767px) {
	.index-lineup {
		padding: 40px 0 0 0;
	}
}

/*============================================================
	COMPANY DETAIL
*/
.company-detail {
	margin: 150px 0;
	padding: 0 50px;
}
.company-detail h2 {
	margin: 0 auto;
	padding: 0 0 50px 0;
	max-width: 540px;
}
.company-detail .detail {
	margin: 0 auto;
	max-width: 720px;
	font-size: 16px;
}
.company-detail .detail .ff-en {
	margin: 10px 0 0 0;
	font-size: 14px;
}
.company-detail .detail > div {
	padding: 30px 0;
	border-bottom: 1px solid #ccc;
}
.company-detail .detail dl {
	display: flex;
}
.company-detail .detail dl dt {
	flex-basis: 170px;
}
.company-detail .detail dl dt span {
	display: block;
}
.company-detail .detail dl dd {
	flex: 1;
}

/* SP */
@media screen and (max-width: 767px) {
	.company-detail {
		margin: 80px 0 30px 0;
		padding: 0 15px;
	}
	.company-detail h2 {
		padding: 0 0 20px 0;
		width: 90%;
	}
	.company-detail .detail {
		font-size: 14px;
	}
	.company-detail .detail .ff-en {
		margin: 5px 0 0 0;
		font-size: 11px;
	}
	.company-detail .detail > div {
		padding: 15px 0;
	}
	.company-detail .detail dl dt {
		flex-basis: 120px;
	}
}

/*============================================================
	COMPANY MAP
*/
.company-map {
	height: 400px;
}
.company-map iframe {
	width: 100%;
	height: 100%;
}

/*============================================================
/*============================================================

/

/*============================================================
	[product-main]
*/
.product-main {
	/*padding-bottom: 30px;*/
	color: #fff;
  	position: relative;/*相対配置*/
}

.product-main p {
  	position: absolute;/*絶対配置*/
  	color: white;/*文字は白に*/
	font-size:50px;
	font-weight:bold;
  	bottom: 3rem;
	/*left: 3rem;*/
    left: 50%;
    transform: translateX(-50%);
  }

.product-main img {
  	width: 100%;
  }

/* SP */
@media screen and (max-width: 767px) {
	.product-main .main-slider .block {
		height: 66.66vw;
	}
	.product-main .main-slider .block img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.product-main p {
		font-size:12px;
		font-weight:bold;
		bottom: 0.5rem;
  	}
}

/*============================================================
	[PRODUCT] LIST
*/
.product-list {
	padding: 20px 0 30px 0;
}
.product-list .heading {
	text-align: center;
	font-weight: 700;
}
.product-list .heading h2 {
	font-size: 48px;
	line-height: 1.2;
}
.product-list .list {
	margin: 50px 0 0 0;
	padding: 0 50px;
}
.product-list .list ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px;
}
.product-list .list ul li {
	/*flex-basis: 16.666%;*/
	flex-basis: 14.286%;
	margin: 0 0 40px 0;
	padding: 0 5px;
}
.product-list .list ul li .box {
    position: relative;
}

.product-list .list ul li .box img {
    transition: opacity 0.5s;
}
.product-list .list ul li .box:hover img:first-of-type {
    opacity: 0;
}
.product-list .list ul li .box img:last-of-type {
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
}
.product-list .list ul li .box:hover img:last-of-type {
    opacity: 1;
}
/*.product-list .list ul li .thumb-slider {
	width: 100%;
}
.product-list .list ul li .thumb-slider .slick-next{
    right:-5px;
	color:#fff;
	font-size:20px;
}
.product-list .list ul li .thumb-slider .slick-prev{
    left:-5px;
	color:#fff;
	font-size:20px;
}
.product-list .list ul li .thumb-slider {
	width: 100%;
}
.product-list .list ul li .thumb-slider .slick-next{
    right:-5px;
	color:#fff;
	font-size:20px;
}
.product-list .list ul li .thumb-slider .slick-prev{
    left:-5px;
	color:#fff;
	font-size:20px;
}*/


/*
.product-list .list .s1-images {
    flex-basis: 25%;
}
*/

.product-list .list ul li p {
	margin: 10px 0 0 0;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
}
.product-list .list a {
	display: block;
	text-decoration: none;
}
.product-list .list ul li .thumb {
	overflow: hidden;
}
.product-list .list ul li .thumb img {
	transition: transform 0.5s ease;
    aspect-ratio: 1 / 1;
    object-fit: contain;
	border: 1px #b3b3b3 solid;
}
.os-pc .product-list .list ul li a:hover .thumb img {
	transform: scale(1.05);
}
/* TB */
@media screen and (max-width: 980px) {
	.product-list .list ul li {
		flex-basis: 20%;
	}
}
/* SP */
@media screen and (max-width: 767px) {
	.product-list {
		padding: 0 0 20px 0;
	}
	.product-list .heading h2 {
		font-size: 22px;
	}
	.product-list .list {
		margin: 20px 0 0 0;
		padding: 0 5px;
	}
	.product-list .list ul {
		margin: 0;
	}
	.product-list .list ul li {
		flex-basis: 25%;
		margin: 0 0 20px 0;
		padding: 0 3px;
		lile-height: 1.5;
	}
	.product-list .list ul li p {
		margin: 5px 0 0 0;
		font-size: 10px;
		font-weight: 500;
	}
	.product-list .list ul li .thumb-slider .slick-next{
    	right:-0.5px;
		font-size:10px;
	}
	.product-list .list ul li .thumb-slider .slick-prev{
    	left:-0.5px;
		font-size:10px;
	}
}

/*============================================================
	商品選択ボタン
*/
.section {
    padding-top: 500px;
}

html { 
	scroll-behavior: smooth;
}

#gotop {
    display: block;
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    background: #FFF;
    border: 1px solid #999;
	border-radius: 20px;
    padding-top: 30px;
    text-align: center;
    letter-spacing: -1px;
    font-size: 85%;
    text-decoration: none;
    color: #333;
    opacity: 0.5;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 10000;
}
#gotop::before{
    content: "";
    display: block;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    width: 25%;
    height: 25%;
    top: 25%;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    transform: rotate(-45deg);
}
#gotop:hover{
    opacity: 1;
}

.brandbot {
	flex: 1;
}
.brandbot ul {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 80px;
	font-size: 25px;
	line-height: 2.0;
  	justify-content: center;
}
.brandbot ul li {
	display: block;
	/*padding: 2px;*/
	width: 25%;
}
.brandbot ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	/*padding: 0 5px;*/
	/*margin-top: 50px;*/
	height: 50px;
	border: 1px solid #000000;
	text-decoration: none;
}
.brandbot ul li a:hover {
	background-color: #000000;
	color: #fff;
}
/* SP */
@media screen and (max-width: 980px) {
	.brandbot ul li {
		width: 50%;
	}
}
@media screen and (max-width: 767px) {
    #gotop{
        width: 40px;
        height: 40px;
        text-indent: -9999px;
        bottom: 10px;
        right: 10px;
    }
	
    #gotop::before{
        bottom: 0;
    }
	#gotop:hover{
    	opacity: 0.5;
	}
	
	.brandbot ul {
		margin-bottom: 10px;
		font-size: 8px;
	}
	.brandbot ul li a {
		padding: 0;
		margin-top: 0px;
		height: 20px;
	}
}


/*============================================================
/*============================================================

/*============================================================
	CLEARFIX
*/
.cf:after,
.container-item:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

/*============================================================
	表示 & 非表示
*/
.visible-pc {
	display: block;
}
.visible-sp {
	display: none;
}

/*============================================================
	コンテナ
*/
#container-item {
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	padding: 100px 0 0 0;
	/*width: 100%;*/
	min-width: 1180px;
	/*background-color: #ffffff;*/
}
#content-item {
	margin: 0 auto;
	padding: 30px 0 30px 0;
	background-image: url(../img/kv-pc.jpg);
}
#content-item a:hover {
	text-decoration: underline;
}
.container-item {
	position: relative;
	margin: 0 auto;
	width: 1200px;
}


@media screen and (max-width: 767px) {

	/*============================================================
		コンテナ
	*/
	#container-item {
		padding-top: 40px;
		width: 100%;
		/*width: 320px;*/
		min-width: 1px;
	}
	.container-item {
		width: 100%;
	}
	#content-item {
		padding: 0 0 0 0;
	}

	/*============================================================
		ページの先頭へ
	*/
	.pagetop {
		bottom: 5px; right: 5px;
		width: 40px; height: 40px;
		background-size: cover;
	}

	/*============================================================
		見出し
	*/
	.h1 {
		padding: 8px 10px;
		font-size: 20px;
		line-height: 1.3;
	}
	.h1 small {
		padding-left: 5px;
		font-size: 11px;
	}
	.h2 {
		padding: 8px 10px;
		font-size: 15px;
		line-height: 1.3;
	}
	.h2 span {
		font-size: 19px;
	}
}
/*============================================================
	DETAIL
*/

/*inozetek追加*/
.inozetek-content{
  display:flex;
  justify-content: space-between;
  color: white;
}
.inozetek-left{
  width: 65%;
}
.inozetek-left img{
  width: auto;
}
.inozetek-right{
  width: 35%;
  /*margin-top: 80px;*/
  margin: auto;
}
.inozetek-rightbox{
	height: auto;
}
table{
	width: 80%;
}
.inozetek-name {
	font-size: 60px;
	font-weight: 700;
	text-align: center;
}
.inozetek-hinban{
	font-size: 45px;
	font-weight: 700;
	text-align: center;
    border-bottom: 1px solid white;
}
.inozetek-price{
    font-size: 25px;
    margin: 50px auto;
}
.inozetek-right .inozetek-right90 .inozetek-price tr{
	border: 1px solid white;
}
.inozetek-price th{
	border-right: 1px solid white;
	text-align: center;
	padding: 10px;
}
/*.inozetek-price tr:last-child {
	border: 1px solid white;
}*/
.inozetek-price td{
	text-align: center;
	padding: 10px;
}
/*============================================================
		20250214追記
*/
.slick-img img{
	width: 600px;
}
.thumbnail {
	width: 600px;
}
.thumbnail-img{
	opacity: .3;
	transition: opacity .3s linear;
}
.thumbnail-img img{
	width: 150px;
}
.thumbnail .slick-current {
	opacity: 1;
}

@media screen and (max-width:767px) {
	.inozetek-content{
  		display:block;
		margin-top:10px;
	}
	.inozetek-left{
  		width: 100%;
	}
	.inozetek-right{
  		width: 100%;
		margin-top: 30px;
        /*text-align: center;*/
	}
	.inozetek-right90{
		width: 90%;
		margin: 0 auto;
	}
	/*.slider2{
		text-align: center;
	}*/
	.slick-img img{
		width: 80%;
		margin:5% auto 0 auto;
	}
	.thumbnail {
		width: 80%;
		margin: 0 auto;
	}
	.thumbnail-img img{
		width:100%;
	}
	.inozetek-name{
		font-size: 35px;
		font-weight: 900;
	}
	.inozetek-hinban{
		font-size: 30px;
		font-weight: 900;
    	border-bottom: 1px solid white;
	}
	.inozetek-price{
    	font-size: 18px;
    	margin: 30px auto;
	}
	.inozetek-price th{
		padding: 5px 0;
	}
	.inozetek-price td{
		padding: 5px 0;
	}
}


/*============================================================
		20250326追記（矢印）
*/
.thumbnail .slick-arrow{
	position:absolute;
}
.thumbnail .prev-arrow{
	left: -30px;
	top: 68.3px;
}
.thumbnail .next-arrow{
	right: -30px;
	bottom: 68.3px;
}

@media screen and (max-width:767px) {
	.thumbnail .prev-arrow{
		top: 25px;
		width: 10%;
		left: -35px;
	}
	.thumbnail .next-arrow{
		top: 25px;
		width: 10%;
		right: -35px;
	}	
}

