@charset "UTF-8";

/* 関数定義 =============================================================================== */
:root {
  --base-color: #F5F5F5;
  --text-color: #3D3D3D;
  --main-color: #67B280;
  --accent-color: #EAF374;
}

/* jQuery =============================================================================== */
.fadeInTop {
  transform: translate3d(0, -10px, 0);
  transition: 1.0s;
  opacity: 0;
}
.fadeInTop.animated {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

/* PC
=============================================================================== */
main {
  color: var(--text-color);
  background: var(--base-color);
  padding-bottom: 160px;
  font-size: 15px;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.025em;
}
img {
  max-width: 100%;
  line-height: 0;
}
.pc-only {
  display: block;
}
.sp-only {
  display: none;
}

/* メインビジュアル_mv */
.mv {
  display: block;
  width: 1240px;
  margin: 0 auto 45px;
}

/* h2ブランド名_brand-heading */
.brand-heading {
  width: 900px;
  margin: 0 auto 30px;
  background: #000000;
  text-align: center;
  line-height: 0;
}
.brand-heading_img {
  width: 200px;
}
/* h3コンテンツタイトル_content-title */
.content-title {
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin: 0 auto 30px;
}

/* 導入_intro */
.intro {
  margin-bottom: 60px;
}
.intro-inner {
  width: 900px;
  margin: 0 auto;
}
.lead {
  margin-bottom: 60px;
}
.lead-text {
  font-size: 16px;
  text-align: center;
  line-height: 2.3;
  font-weight: bold;
}
.lead-text_remark {
  display: block;
  font-size: 15px;
  font-weight: normal;
  color: #7C7C7C;
  line-height: 1.5;
  margin-top: 10px;
}

/* ブランドリスト_brand */
.brand {
  margin-bottom: 60px;
}
.brand-inner {
  width: 900px;
  margin: 0 auto 45px;
  padding: 30px 15px;
  background-color: #fff;
}
.brand-slider_box {
  overflow: hidden;
  width: 100%;
  margin: 0 auto 45px;
  display: flex;
}
.brand-slider {
  display: flex;
  animation: styleslide 40s infinite linear .5s both;
}
.brand-slider_item {
  width: 200px;
  margin-right: 15px;
}
@keyframes styleslide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.btn_catalog {
  width: 450px;
  margin: 0 auto;
}

/* content共通 */
.content {
  margin: 0 auto 60px;
}
.content-inner {
  width: 900px;
  margin: 0 auto;
}
.content-text {
  display: block;
  margin-bottom: 30px;
  text-align: center;
  line-height: 1.8;
}

.pr-name, .pr-size, .pr-price {
  display: block;
  margin-bottom: 3px;
  text-align: center;
}
.pr-color {
  display: flex;
  margin-bottom: 5px;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.colorBox {
  width: 18px;
  height: 18px;
  border-radius: 100%;
  margin-right: 5px;
}
.colorBox:first-child {
  margin-left: 5px;
}
.colorBox:last-child {
  margin-right: 0;
}
.colorBox.black {
  background: #000;
}
.colorBox.white {
  background: #fff;
  border: solid 1px #8f8f8f;
}
.colorBox.gray {
  background: #A9A9A9;
}
.colorBox.red {
  background: #df1c1c;
}
.colorBox.blue {
  background: #1d3ce9;
}
.colorBox.pink {
  background: #FF5BAA;
}
.colorBox.yellow {
  background: #ffc934;
}
.colorBox.green {
  background: #08d133;
}
.colorBox.brown {
  background: #9c582a;
}
.btn-lookItem a {
  display: block;
  width: 150px;
  margin: 0 auto;
  padding: 5px 10px;
  text-align: center;
  color: #fff;
  background: var(--main-color);
  border-radius: 3px;
  box-shadow: 0 0 5px #b3b3b3;
}
.btn-lookItem a:hover {
  text-decoration: none;
}

/* block01a_画像3つ(メインビジュアル左) */
.main-block01a {
  display: flex;
  margin-bottom: 30px;
}
.main-block01a-l {
  width: 50%;
}
.main-block01a-r {
  width: 50%;
  padding-left: 10px;
}
.main-block01a-r_t {
  display: flex;
  align-items: center;
}
.main-block01a-r_t_img {
  width: 50%;
  line-height: 0;
}
.main-block01a-r_t_detail {
  width: 50%;
  margin-top: -15px;
}
.main-block01a-r_b {
  display: flex;
  align-items: center;
}
.main-block01a-r_b_img {
  width: 50%;
  line-height: 0;
}
.main-block01a-r_b_detail {
  width: 50%;
  margin-top: -15px;
}

/* block01b_画像3つ(メインビジュアル右) */
.main-block01b {
  display: flex;
  margin-bottom: 30px;
}
.main-block01b-l {
  width: 50%;
  padding-right: 10px;
}
.main-block01b-l_t {
  display: flex;
  align-items: center;
}
.main-block01b-l_t_img {
  width: 50%;
  line-height: 0;
}
.main-block01b-l_t_detail {
  width: 50%;
  margin-top: -15px;
}
.main-block01b-l_b {
  display: flex;
  align-items: center;
}
.main-block01b-l_b_img {
  width: 50%;
  line-height: 0;
}
.main-block01b-l_b_detail {
  width: 50%;
  margin-top: -15px;
}
.main-block01b-r {
  width: 50%;
}

/* block02a_画像2つ(メインビジュアル左) */
.main-block02a {
  display: flex;
  margin-bottom: 30px;
}
.main-block02a-l {
  width: 50%;
}
.main-block02a-r {
  width: 50%;
  padding-left: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.main-block02a-r_detail {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: -15px;
  height: 100%;
}

/* block02b_画像2つ(メインビジュアル右) */
.main-block02b {
  display: flex;
  margin-bottom: 30px;
}
.main-block02b-l {
  width: 50%;
  padding-right: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.main-block02b-l_detail {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: -15px;
  height: 100%;
}
.main-block02b-r {
  width: 50%;
}

/* block03a_画像1つ(メインビジュアル左) */
.main-block03a {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.main-block03a-l {
  width: 50%;
}
.main-block03a-r {
  width: 50%;
  padding-left: 10px;
  margin-top: -30px;
}

/* block03b_画像1つ(メインビジュアル右) */
.main-block03b {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.main-block03b-l {
  width: 50%;
  padding-left: 10px;
  margin-top: -30px;
}
.main-block03b-r {
  width: 50%;
}

/* カルーセル_carousel */
.carousel-container {
  width: 860px;
  margin: 0 auto 60px;
  position: relative;
}
.carousel {
  width: 100%;
}
.carousel-item {
  height: auto;
  margin-right: 15px;
}
.carousel-item a:hover {
  text-decoration: none;
}
.carousel-item_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-bottom: 5px!important;
}
.pu-pr-color {
  display: flex;
  justify-content: end;
  align-items: center;
  margin-bottom: 5px;
}
.pu-colorBox {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin-right: 3px;
}
.pu-colorBox.black {
  background: #000;
}
.pu-colorBox.white {
  background: #fff;
  border: solid 1px #8f8f8f;
}
.pu-colorBox.gray {
  background: #A9A9A9;
}
.pu-colorBox.red {
  background: #df1c1c;
}
.pu-colorBox.blue {
  background: #1d3ce9;
}
.pu-colorBox.pink {
  background: #FF5BAA;
}
.pu-colorBox.yellow {
  background: #ffc934;
}
.pu-colorBox.green {
  background: #08d133;
}
.pu-colorBox.brown {
  background: #9c582a;
}
.pu-pr-name {
  font-size: 14px;
  letter-spacing: 0.005em;
}
.pu-pr-price {
  font-size: 14px;
  letter-spacing: 0.005em;
}

.slick-arrow {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  background: var(--main-color);
  position: absolute;
  top: 50%;
  translate: translateY(-50%);
  aspect-ratio: 1;
  z-index: 2;
}
.slick-arrow.slick-prev {
  left: -30px;
  background: var(--main-color) url(../images/arrow_01.svg) no-repeat center center / 100%;
}
.slick-arrow.slick-next {
  right: -30px;
  background: var(--main-color) url(../images/arrow_02.svg) no-repeat center center / 100%;
}
.slick-prev:hover, .slick-next:hover {
  opacity: 0.8;
}
.carousel-dots {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
.carousel-dots li {
  width: 10px;
  height: 10px;
  margin-right: 10px;
  background: #c9c9c9;
  border-radius: 50%;
  cursor: pointer;
}
.carousel-dots li:last-child {
  margin-right: 0;
}
.carousel-dots li:hover,
.carousel-dots li.slick-active {
  background: var(--main-color);
}
.carousel-dots li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}

.btn-lookBrand a {
  display: block;
  width: 350px;
  margin: 0 auto;
  padding: 20px 10px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  background: var(--main-color);
  border-radius: 3px;
  box-shadow: 0 0 8px #b3b3b3;
}
.btn-lookBrand > a:hover {
  text-decoration: none;
}

/* その他のブランド_otherBrands */
.otherBrands {
  margin-bottom: 120px;
}
.otherBrands-inner {
  width: 700px;
  margin: 0 auto;
}
.otherBrands-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
.otherBrands-item {
  width: calc((100% - 40px) / 3);
  margin-bottom: 20px;
  line-height: 0;
}
.otherBrands-item_img {
  width: 100%;
  box-shadow: 0 0 10px #e0e0e0;
}

.link-banner_text {
  display: block;
  margin: 15px auto;
  font-size: 17px;
  text-align: center;
  font-weight: bold;
}

/* トップページへ_return-btn */
.return-btn {
  display: block;
  width: 900px;
  height: 60px;
  margin: 60px auto 0;
}
.return-btn a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  padding: 15px;
  background: var(--main-color);
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.return-btn a::before {
  position: absolute;
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  top: 0;
  bottom: 0;
  margin: auto;
  right: 34px;
  transition-duration: 0.3s;
  z-index: 1;
}


/* SP
=============================================================================== */
@media screen and (max-width: 767px) {
  main {
    padding-bottom: 60px;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0.002em;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }

  /* メインビジュアル_mv */
  .mv {
    width: 100%;
    margin: 0 auto 30px;
  }
  
  /* h2ブランド名_brand-heading */
  .brand-heading {
    width: 100%;
    margin: 0 auto 20px;
  }
  .brand-heading_img {
    width: 160px;
  }
  /* h3コンテンツタイトル_content-title */
  .content-title {
    font-size: 18px;
    font-weight: bold;
    margin: 0 auto 20px;
  }

  /* 導入_intro */
  .intro {
    margin-bottom: 45px;
    padding: 0 15px;
  }
  .intro-inner {
    width: 92%;
    margin: 0 auto;
  }
  .lead {
    margin-bottom: 45px;
  }
  .lead-text {
    font-size: 15px;
    line-height: 1.85;
  }
  .lead-text_remark {
    margin-top: 8px;
    font-size: 14px;
  }

  /* ブランドリスト_brand */
  .brand {
    margin-bottom: 45px;
  }
  .brand-inner {
    width: 100%;
    margin: 0 auto 30px;
    padding: 20px 15px;
  }
  .brand-slider_box {
    width: 100%;
    margin: 0 auto 20px;
  }
  .brand-slider {
    display: flex;
    animation: styleslide 30s infinite linear .5s both;
  }
  .brand-slider_item {
    width: 140px;
    margin-right: 10px;
  }
  .btn_catalog {
    width: 80%;
    margin: 0 auto;
  }

  /* content共通 */
  .content {
    margin: 0 auto 45px;
  }
  .content-inner {
    width: 92%;
    margin: 0 auto;
  }
  .content-text {
    display: block;
    margin-bottom: 20px;
    text-align: center;
    line-height: 1.6;
  }

  .pr-name, .pr-size, .pr-price {
    margin-bottom: 2px;
  }
  .pr-color {
    margin-bottom: 3px;
  }
  .colorBox {
    width: 15px;
    height: 15px;
    margin-right: 3px;
  }
  .colorBox:first-child {
    margin-left: 3px;
  }
  .colorBox:last-child {
    margin-right: 0;
  }
  .btn-lookItem > a {
    width: 120px;
    padding: 3px 5px;
    text-align: center;
    border-radius: 2px;
     box-shadow: 0 0 3px #b3b3b3;
  }

  /* block01a_画像3つ(メインビジュアル左) */
  .main-block01a {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
  }
  .main-block01a-l {
    width: 100%;
    margin-bottom: 10px;
  }
  .main-block01a-r {
    width: 100%;
    padding-left: 0;
  }
  .main-block01a-r_t {
    display: flex;
    align-items: center;
  }
  .main-block01a-r_t_img {
    width: 50%;
    line-height: 0;
  }
  .main-block01a-r_t_detail {
    width: 50%;
    margin-top: -10px;
    padding-left: 5px;
  }
  .main-block01a-r_b {
    display: flex;
    align-items: center;
  }
  .main-block01a-r_b_img {
    width: 50%;
    line-height: 0;
  }
  .main-block01a-r_b_detail {
    width: 50%;
    margin-top: -10px;
    padding-right: 5px;
  }

  /* block01b_画像3つ(メインビジュアル右) */
  .main-block01b {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 20px;
  }
  .main-block01b-l {
    width: 100%;
    padding-left: 0;
  }
  .main-block01b-l_t {
    display: flex;
    align-items: center;
  }
  .main-block01b-l_t_img {
    width: 50%;
    line-height: 0;
  }
  .main-block01b-l_t_detail {
    width: 50%;
    margin-top: -10px;
    padding-left: 5px;
  }
  .main-block01b-l_b {
    display: flex;
    align-items: center;
  }
  .main-block01b-l_b_img {
    width: 50%;
    line-height: 0;
  }
  .main-block01b-l_b_detail {
    width: 50%;
    margin-top: -10px;
    padding-right: 5px;
  }
  .main-block01b-r {
    width: 100%;
    margin-bottom: 10px;
  }

  /* block02a_画像2つ(メインビジュアル左) */
  .main-block02a {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
  }
  .main-block02a-l {
    width: 100%;
    margin-bottom: 10px;
  }
  .main-block02a-r {
    width: 100%;
    padding-left: 0;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }
  .main-block02a-r_detail {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -15px;
    padding-left: 5px;
    height: 100%;
  }
  .main-block02a-r_img {
    width: 50%;
  }
  
  /* block02b_画像2つ(メインビジュアル右) */
  .main-block02b {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 30px;
  }
  .main-block02b-l {
    width: 100%;
    padding-right: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .main-block02b-l_detail {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: -15px;
    padding-right: 5px;
    height: 100%;
  }
  .main-block02b-l_img {
    width: 50%;
  }
  .main-block02b-r {
    width: 100%;
    margin-bottom: 10px;
  }

  /* block03a_画像1つ(メインビジュアル左) */
  .main-block03a {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
  }
  .main-block03a-l {
    width: 100%;
  }
  .main-block03a-r {
    width: 100%;
    padding-left: 0;
    margin-top: 10px;
  }

  /* block03b_画像1つ(メインビジュアル右) */
  .main-block03b {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    margin-bottom: 30px;
  }
  .main-block03b-l {
    width: 100%;
    padding-left: 0;
    margin-top: 10px;
  }
  .main-block03b-r {
    width: 100%;
  }

  /* スリック */
  /* カルーセル_carousel */
  .carousel-container {
    width: 87%;
    margin: 0 auto 45px;
  }
  .carousel-item {
    height: auto;
    margin-right: 10px;
  }
  .pu-pr-color {
    display: flex;
    justify-content: end;
    align-items: center;
    margin-bottom: 5px;
  }
  .pu-colorBox {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin-right: 3px;
  }

  .slick-arrow {
    width: 20px;
    height: 20px;    
  }
  .slick-arrow.slick-prev {
    left: -25px;
  }
  .slick-arrow.slick-next {
    right: -25px;
  }
   .carousel-dots {
    margin-top: 10px;
  }
  .carousel-dots li {
    width: 10px;
    height: 10px;
    margin-right: 7px;
  }
  .carousel-dots li:last-child {
    margin-right: 0;
  }

  .btn-lookBrand a {
    display: block;
    width: 75%;
    margin: 0 auto;
    padding: 15px 5px;
    font-size: 16px;
    border-radius: 2px;
    box-shadow: 0 0 5px #b3b3b3;
  }
 
  /* その他のブランド_otherBrands */
  .otherBrands {
    margin-bottom: 80px;
  }
  .otherBrands-inner {
    width: 92%;
    margin: 0 auto;
  }
  .otherBrands-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .otherBrands-item {
    width: calc((100% - 15px) / 2);
    margin-bottom: 15px;
  }
  .otherBrands-item_img {
    box-shadow: 0 0 5px #e0e0e0;
  }

  .link-banner_text {
    display: block;
    margin: 10px auto;
    font-size: 15px;
    letter-spacing: 0.085em;
  }

  /* RETURN-BTN */
  .return-btn {
  width: 100%;
  height: 45px;
  margin: 45px auto;
  padding: 0 15px;
  }
  .return-btn a {
    margin-top: 15px;
    padding-top: 10px;
  }
  .return-btn a::before {
    right: 18px;
  }
  .return-btn a:active {
    opacity: 0.7;
  }

}

/*# sourceMappingURL=style.css.map */