@charset "UTF-8";
/*-------------------------------------------
slick
-------------------------------------------*/
.slider {
  visibility: hidden;
  margin-bottom: 40px;
}
.slider.slick-initialized {
  visibility: visible;
}
.slick-prev, .slick-next {
  z-index: 1;
}
.slick-prev {
  left: 10px;
}
.slick-next {
  right: 10px;
}
/*-------------------------------------------
取扱商品
-------------------------------------------*/
.product {
  margin-bottom: 60px;
}
.product .text03 {
  margin-bottom: 40px;
  line-height: 1.8;
}
.product .text04 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 10px;
}
/*-------------------------------------------
BRAND
-------------------------------------------*/
.brand {
	margin-bottom: 80px;
}
.brand .mainbrand,  .brand .budo-brand, .brand .budo-subbrand {
  margin-bottom: 60px;
}
.brand .brand-ball {
  border-bottom: solid 1px #1f1f1f;
  margin-bottom: 180px;
}
.brand .mainbrand .text, .brand .budo-brand .text,
.brand .budo-subbrand .text, .brand .brand-ball .text {
  font-family: serif;
  font-size: 18px;
  border-bottom: solid 1px #1f1f1f;
  margin-bottom: 20px;
}
.brand .mainbrand .main-list, .brand .budo-brand .budo-list,
.brand .brand-ball .ball-list {
  margin: 0 20px 20px 20px;
  display: grid;
  grid-template-columns: 300px;
}
.brand .budo-subbrand .budo-sub-list {
  margin: 0 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 80px;
}
/* 冠 */
.kanmuri .item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 40px;
}
.kanmuri .item .description {
  width: 40%;
  margin-right: 5%;
}
.kanmuri .item .description .title {
  font-family: serif;
  font-size: 26px;
  font-weight: 500;
	line-height: 1.5;
  margin-bottom: 30px;
}
.kanmuri .item .description .text {
  line-height: 1.8;
  margin-bottom: 20px;
}
.kanmuri .item .img {
  width: 55%;
}
.kanmuri .item .img img {
  width: 100%;
}
.kanmuri .item .description .heading {
  width: 100%;
  max-width: 140px;
  display: block;
  line-height: 0;
  margin-bottom: 30px;
}
.product {
  margin-bottom: 140px;
}
.product .product-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 60px 20px;
}
.product .product-list li .img {
  margin-bottom: 10px;
}
.product .product-list li .text {
  font-size: 16px;
  margin: 10px 0;
}
.product .btn {
  max-width: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #404772;
  font-size: 14px;
  color: #fff;
  padding: 20px 0;
  margin: 0 auto;
}
.product .btn .arrow {
  width: 20px;
  margin-right: 10px;
}
.description .btn {
  max-width: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #404772;
  font-size: 18px;
  color: #fff;
  padding: 20px 0;
  margin: 0 auto;
}
.description .btn .arrow {
  width: 20px;
  margin-right: 10px;
}

/*-------------------------------------------
スマートフォン
-------------------------------------------*/
@media screen and (max-width: 767px) {
  /* PRODUCT*/
  .product {
    padding: 30px 0;
    margin-bottom: 30px;
  }
  /* BRAND*/
  .brand {
    padding: 80px 0;
    margin-bottom: 30px;
  }
  .brand .mainbrand .main-list, .brand .budo-brand .budo-list {
    margin-bottom: 20px;
  }
  .brand .budo-subbrand .budo-sub-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
  }
  .brand .brand-ball  {
		margin-bottom: 60px;
	}
  .kanmuri .item {
    flex-direction: column;
    margin-bottom: 20px;
  }
  .kanmuri .item .description {
    width: 100%;
    margin-bottom: 20px;
  }
  .kanmuri .item .description .heading {
    width: 80%;
    margin-bottom: 20px;
  }
  .kanmuri .item .description .title {
    margin-bottom: 20px;
  }
  .kanmuri .item .description .text {
    margin-bottom: 10px;
  }
  .kanmuri .item .img {
    width: 100%;
  }
  .product {
    margin-bottom: 60px;
  }
  .product .product-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}