@charset "utf-8";

.shobu {
  background-color: #e5e2ee;
  position: relative;
  width: 100%;
  height: 20vw;
  margin-top: 250px;
  margin-bottom: 185px;
}
.shobu h2 {
  color: #574191;
  font-size: 5rem;
  font-weight: 600;
  line-height: 1.2;
}
.shobu span {
  color: #574191;
  font-size: 2.4rem;
  font-weight: 600;
}
.shobu01_img {
  position: absolute;
  width: 27%;
  top: 50%;
  transform: translateY(-50%);
  right: 10%;
}
.shoyu_in {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.shobu01_txt {
  text-align: center;
  position: absolute;
  left: 8%;
  top: 50%;
  transform: translateY(-50%);
}
.box01 {
  margin-bottom: 130px;
}
.box01 h3 {
  font-size: 3.2rem;
  text-align: center;
  margin-bottom: 0.6em;
}
.box01 p {
  font-size: 1.7rem;
  line-height: 1.8;
}
.list01 li {
  display: flex;
  justify-content: space-between;
}
.list01 li:nth-child(even) {
  flex-direction: row-reverse;
}
.list01_img {
  width: 33%;
}
.list01_txt {
  width: 65%;
  display: flex;
  align-items: center;
  column-gap: 5%;
}
.list01_txt h3 {
  font-size: 3.2rem;
  font-weight: 500;
  writing-mode: vertical-rl;
  width: 10%;
  text-orientation: upright;
}
.list01_txt p {
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 2;
  width: 85%;
}
.list01 li:nth-child(odd) .list01_txt p {
  padding-right: 7%;
}
.list01 li:nth-child(even) .list01_txt p {
  padding-right: 3%;
}
.list01 li:nth-child(even) .list01_txt h3 {
  margin-left: 4%;
}
.list01 li:not(:last-child) {
  margin-bottom: 4vw;
}
.box02 {
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 120px;
}
/*
-----------------------------------------------
▼商品紹介
----------------------------------------------- */
.lineup_img img {
  width: 30%;
  margin-top: 3vw;
}
.img_type02 img {
  width: 45%;
  margin-top: 5vw;
}
.lineup_txt {
  width: 65%;
}
.lineup li {
  padding-right: 6%;
}
.lineup_img{
	width: 35%;
}

.zairyo{
padding-top:8px;
letter-spacing:0 !important;
font-size:90% !important;
}

/*
-----------------------------------------------
▼レスポンシブ
----------------------------------------------- */
@media screen and (max-width: 900px) {
  .list01 li {
    grid-row-gap: 3vw;
  }
  .list01 li:nth-child(odd) {
    flex-direction: column;
  }
  .list01 li:nth-child(even) {
    flex-direction: column;
  }
  .box02 {
    width: 92vw;
  }
  .list01_img {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
  }
  .list01_txt {
    width: 100%;
  }
  .list01 li:not(:last-child) {
    margin-bottom: 10vw;
  }
  .list01 li:nth-child(even) .list01_txt h3 {
    margin-left: 0;
  }
  .list01 li:nth-child(odd) .list01_txt p {
    padding-right: 0;
  }
  .list01 li:nth-child(even) .list01_txt p {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .shobu span {
    font-size: 1.8rem;
  }
  .shobu h2 {
    font-size: 3.5rem;
  }
  .shobu {
    margin-top: 150px;
    margin-bottom: 165px;
  }
  .box01 h3 {
    font-size: 2.4rem;
  }
  .box01 p {
    font-size: 1.5rem;
  }
  .box01 {
    margin-bottom: 70px;
  }
  .list01_txt h3 {
    font-size: 2.2rem;
  }
  .list01_txt p {
    font-size: 1.5rem;
  }
  .box02 {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 650px) {
  .shobu {
    margin-top: 120px;
    margin-bottom: 145px;
  }
  .box01 h3 {
    font-size: 2.2rem;
  }
  .box01 p {
    font-size: 1.4rem;
  }
  .shobu span {
    font-size: 1.6rem;
  }
  .shobu h2 {
    font-size: 3rem;
  }
	.list01_img{
		width: 100%;
	}
	.list01_txt{
		flex-direction: column;
	}
	.list01_txt h3{
		writing-mode: unset;
		width: 100%;
		font-size: 2rem;
	}
	.list01_txt p{
		width: 100%;
		font-size: 1.4rem;
	}
	.box01{
		margin-bottom: 40px;
	}
	.box02{
		margin-bottom: 50px;
	}
	.lineup_txt{
		width: 100%;
	}
	.lineup_img{
		width: 50%;
		margin-left: auto;
		margin-right: auto;
	}
}
@media screen and (max-width: 500px){
	.shobu01_img{
		top: -150%;
		left: 50%;
		transform: translateX(-50%);
		width: 30%;
	}
	.shobu01_txt{
		left: 50%;
		transform: translate(-50%, -40%);
	}
	.shobu{
		height: 30vw;
		margin-top: 57vw;
		margin-bottom: 10vw;
	}
	.shobu h2{
		font-size: 6.3vw;
	}
	.shobu span{
		font-size: 3.6vw;
	}
}
/* css_end */