/* 商品ページ　メイン画像スライダー */
.catalog-box-text{
	text-align: center;
	font-size: 1.5em;
	font-weight:bold;
	margin-bottom:-10px;
}
#wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#slider {
    width: 100%;
    margin: 0 auto 20px;
}
.slide-item{
  img{
    width: 100%;
	background-color: #E6E6E6;
  }  
}
#thumbnail-list {
    /*margin: 0 auto;*/
    display: grid;
    flex-wrap: wrap;
    grid-template-columns: 18% 18% 18% 18% 18%;
    gap: 5% 2.5%;
}
.thumbnail-item{

  &.thumbnail-current:after{
    opacity: 0;
  }
  img{
    width: 100%;
    margin: 0 auto;
	  background-color: #E6E6E6;
  } 
}

/* TOP VIDEO */
.top-video {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}

.top-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}	
/* TOP VIDEO END */



/* カタログページ */
.container-cat {
    max-width: 90%; 
    margin: 50px auto; 
    padding: 0 15px; 
    display: flex; 
    flex-wrap: wrap;
    align-items: flex-start; 
    gap: 150px; 
}

.image-section-cat {
    flex: 1; 
    min-width: 350px; 
	text-align:center;
	font-size:1.9em;
	font-weight:bold;
	margin-left:100px;
}

.image-section-cat img {
    max-width: 100%; 
    height: auto;
    display: block;
}

.text-section-cat {
    flex: 2; 
    min-width: 300px; 
    background-color: #f4f2f2; 
    padding: 60px; 
}

.text-section-cat h2 {
    color: #000000;
    margin-top: 0;
    font-size: 1.0em;
}

.text-section-cat p {
    margin-bottom: 0.9em;
}
	.text-section-cat2{
		margin: auto;
		width: 100%;
		padding-top: 30px;
		font-size:1.2em;
		font-weight:bold;
		text-align:center;
	}

.catalog-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    /*max-width: 1500px;*/
    margin: 20px 0 20px 0;
    padding: 10px 7% 10px 0;
    box-sizing: border-box;
}
.catalog-item {
    margin-bottom: 30px;
    padding: 40px;
    box-sizing: border-box;
    flex-grow: 1;
    min-width: 0;
}
.catalog-item2 {
    margin-bottom: 30px;
    padding: 50px 20px 0 0;
    box-sizing: border-box;
    flex-grow: 1;
    min-width: 0;
    text-align: center;
}
.catalog-item img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 0px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.catalog-item {
    flex-basis: calc(100% / 4 - 20px);
}
.catalog-item2 {
    flex-basis: calc(100% / 2 - 20px);
}

@media (max-width: 767px) {

.catalog-item {
    flex-basis: calc(50% / 1 - 20px);
}
.catalog-item2 {
    flex-basis: calc(100% / 1 - 20px);
}
.catalog-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    /*max-width: 1500px;*/
    margin: 20px 0 20px 0;
    padding: 10px 0;
    box-sizing: border-box;
}
.container-cat {
    max-width: 90%;
    margin: 20px auto;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 30px;
}
.image-section-cat {
    flex: 1;
    max-width: 90%;
	margin: 0 auto;
}	
.image-section-cat img {
    max-width: 100%;
    height: auto;
    display: block;
}
.text-section-cat {
    flex: 2;
    min-width: 300px;
    background-color: #f4f2f2;
    padding: 30px 20px 30px 20px;
}
	.text-section-cat2{
		margin: auto;
		width: 100%;
		padding-top: 10px;
		padding-bottom: 30px;
		text-align:center;
	}
}
.catalogtxtbox1{
	font-size: 1.4em;
	font-weight: bold;
}
.catalogtxtbox2{
	font-size: 1.0em;
}	
.catalogtxtbox3{
	text-align: center;
    position: relative;
    left: -15px;
    top: 25px;
}
.catalogtxtbox4{
	font-size: 1.0em;
}	
.box-hr{
	max-width: 92%;
	margin-top:200px;
}
.br-sp {
    display: none;
}


@media (max-width: 767px) {
.catalog-item {
    margin-bottom: 30px;
    padding: 0px 20px 20px 20px;
    box-sizing: border-box;
    flex-grow: 1;
    min-width: 0;
}
.catalog-box-text {
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: -10px;
}
.catalogtxtbox1{
	font-size: 1.2em;
	font-weight: bold;
	padding-left:20px;
	}
.catalogtxtbox2{
	font-size:0.9em;
	padding-left:20px;
	text-align:left;
	font-weight:normal;
	}
.catalogtxtbox3{
	text-align: center;
    position: relative;
    left: 0px;
    top: 25px;
}
.catalogtxtbox4{
	font-size: 0.9em;
	font-weight:normal;
}
.box-hr{
	max-width: 100%;
	margin-top:40px;
}

.br-sp {
        display: block;
    }
}

/* カタログページ　end */



.midnightHeader.white {
    color: #fff;
	text-decoration: none;
    }
.midnightHeader.white a:link {
    color: #fff;
	text-decoration: none;
    }
.midnightHeader.white a:visited {
    color: #fff;
	text-decoration: none;
    }
.midnightHeader.white a:hover {
    color: #000;
	text-decoration: none;
    }
.midnightHeader.white img {
    color: #fff;
	text-decoration: none;
    }
.midnightHeader.black {
    color: #000;
	text-decoration: none;
    }
.midnightHeader.black a:link {
    color: #000;
	text-decoration: none;
    }
.midnightHeader.black a:visited {
    color: #000;
	text-decoration: none;
    }
.midnightHeader.black a:hover {
    color: #000 !important;
	text-decoration: none;
    }
.midnightHeader.black img {
	filter: brightness(0);
    }
.midnightInner {
    position: initial !important;
    width: 20%;
    }

