@charset "utf-8";
@import url(cmn.css);
@import url(base.css);

.gnav__item--top a {
  background-color: rgba(255,255,255,0.2);
  border-radius: 5px;
}

/* ==========================================================================
	MAIN
	========================================================================== */
	
#container {
	overflow: hidden;
}
.wrap{
	margin: 0 calc(50% - 50vw);
	max-width: 100vw;
	position: relative;
	overflow: hidden;
  margin-bottom: 80px;
}
@keyframes zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img{
  animation: zoom 10s linear 0s 1 normal both;  
}
.slide-text{
	position: absolute;
  z-index: 10;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-family: var(--font01);
  text-align: center;
}
.slide-text__tit {
  display: inline-block;
	font-size: clamp(3rem,5vw,4.9rem);
  font-weight: 400;
	text-align: left;
	line-height: 150%;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
	margin-bottom: 40px;
}
.slide-img img{
	object-fit: cover;
	height: 100vh;
  width: 100vw;
}

/* ==========================================================================
	CONTENTS
	========================================================================== */
	
.lead p {
  font-size: 1.7rem;
  text-align: center;
  line-height: 250%;
}
.lead__tit {
  width: 950px;
  margin: 0 auto 60px auto;
}
.product {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1600px;
  margin: 0 auto 60px auto;
}
.product__item {
	 width:calc(100%/5);
	color: var(--color01);
	font-family: var(--font01);
	font-size: 1.8rem;
	font-weight: 600;
	text-align: center;
  padding: 10px;
}
.product__item img {
	display: block;
	width: 80%;
	margin: 0 auto 20px auto;
}
.oem {
	position: relative;
	padding-top: 100px;
}
.oem .wrapper {
	text-align: center;
}
.oem__kazari01 {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: 280px;
}
.oem__kazari02 {
	position: absolute;
	top: 200px;
	right: 50%;
	margin-right: 550px;
}
.oem__tit01 {
	display: inline-block;
	position: relative;
	color: #fff;
	text-align: center;
	font-family: var(--font01);
	font-size: clamp(2.5rem,4.75vw,4rem);
	padding-bottom: 20px;
	border-bottom: 3px solid #fff;
}
.oem__tit01:before {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%) skew(-25deg);
	height: 20px;
	width: 10px;
	border-right: 3px solid #fff;
	background-color: #a6122a;
	content: "";
}
.oem__tit02 {
	font-size: clamp(1.9rem,3.125vw,2.7rem);
}
.oem-list {
  margin-bottom: 30px;
}
.oem-list__item {
	background-color: #fff;
	border-radius: 20px;
	margin-bottom: 40px;
	-webkit-transition: 0.4s ease-in-out;  
		 -moz-transition: 0.4s ease-in-out;  
			 -o-transition: 0.4s ease-in-out;  
					transition: 0.4s ease-in-out;  
}
.oem-list__item:hover {
  cursor: pointer;
	background-color: #ffe3e3;
}
.oem-list__item img {
	display: block;
	border-radius: 20px 20px 0 0;
}
.oem-list__item a {
	display: block;
}
.oem-list__tit {
	color: var(--color01);
	font-size: clamp(2rem,2.875vw,2.5rem);
	padding: 20px 0;
	margin-bottom: 0;
}
.oem-list__tit span {
	display: block;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-size: 50%;
	font-weight: bold;
	margin-top: 10px;
}


/* ==========================================================================
	PC 1025px -
	========================================================================== */

@media screen and (min-width: 1025px){


}
@media screen and (max-width: 1200px){/*1200以下*/

}


/* ==========================================================================
	TABLET - 1024px
	========================================================================== */

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

.lead p {
  text-align: left;
}
.lead__tit {
  width: 100%;
  margin: 0 auto 40px auto;
}
.product {
  margin: 0 auto 40px auto;
}
.product__item {
  width:calc(100%/3);
  margin-bottom: 30px;
}
.product__item img {
	width: 75%;
}
.oem {
	padding-top: 60px;
}
.oem__kazari01 {
  width: 250px;
	margin-left: 180px;
}
.oem__kazari02 {
	position: absolute;
	top: 100px;
	right: 50%;
  width: 250px;
	margin-right: 200px;
}

}

/* ==========================================================================
	SP - 640px
	========================================================================== */

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

.lead__tit {
  margin: 0 auto 30px auto;
}
.product {
  margin: 0 auto;
}
.product__item {
	 width:calc(100%/2);
	font-size: 1.4rem!important;
  margin-bottom: 15px;
}
.product__item img {
  width: 90%;
	margin: 0 auto 10px auto;
}
.oem p {
  text-align: left!important;
}
.oem__kazari01 {
  width: 140px;
	margin-left: 90px;
}
.oem__kazari02 {
  width: 140px;
	margin-right: 130px;
}
.oem__tit01 {
	padding-bottom: 15px;
	border-bottom: 2px solid #fff;
}
.oem__tit01:before {
	border-right: 2px solid #fff;
}
.oem-list__item {
	background-color: #fff;
	border-radius: 15px;
	margin-bottom: 30px;
}
.oem-list__item img {
	border-radius: 15px 15px 0 0;
}
.oem-list__tit {
	padding: 15px 0;
}

}

