@charset "UTF-8"; html {
  scroll-behavior: smooth;
}

.sub-title {
  margin: 50px auto;
  text-align: justify;
  display: flex;
  background: #00a99d;
  outline: solid 1px #fff;
  outline-offset: -10px;
  padding: 1rem;
  gap: 10%;
  align-items: center;
}

.sub-title h2 {
  border: none;
  color: #fff;
  font-size: 3.5rem;
  padding: 0 2em;
  border-right: solid 1px #fff;
  margin: 0;
}

.sub-title-mini {
  margin: 30px auto 50px;
  text-align: justify;
  display: flex;
  /* background: #ddd; */
  /* outline: solid 1px #fff; */
  /* outline-offset: -10px; */
  padding: 0 0 2rem;
  gap: 10%;
  align-items: center;
  border-bottom: solid 1px #1a1a1a;
}

.sub-title-mini h3 {
  border: none;
  /* color: #fff; */
  font-size: 2rem;
  padding: 0 2em;
  /* border-right: solid 1px #fff; */
  margin: 0;
  width: 100%;
  /* text-align: center; */
  margin: auto;
  width: max-content;
  line-height: 1.7;
}

.sub-title p {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}

.warp-cont {
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
}

.container-cat {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 3%;
  /* justify-content: center; */
  margin-bottom: 40px;
}

.column-cat {
  width: calc(94% / 3);
  text-align: center;
  /* margin-bottom: 15px; */
}

.column-cat a {
  position: relative;
  display: block;
  overflow: hidden;
  filter: drop-shadow(3px 6px 10px rgba(0,0,0,.2));
}

.column-cat a p {
  margin: 0;
  position: absolute;
  bottom: 0;
  background: rgb(0 169 157 / 90%);
  color: #fff;
  font-size: 18px;
  text-align: center;
  width: 100%;
  display: block;
  font-weight: bold;
  padding: 0.3em 1em;
}

.column-cat img {
  /* border-radius: 8px; */
  width: 100%;
  transition: transform 0.3s;
  display: block;
}

.column-cat img:hover {
  transform: scale(1.03);
}

.title-brand, .title-point {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin: 100px 0 50px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f77faa;
  padding: 0.5em;
  color: #fff;
}

.title-set, .title-wear, .title-props, .title-travel, .title-pro, .title-relax {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin: 100px 0 30px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5em;
  border-left: solid 10px rgba(0,0,0,.3);
  border-right: solid 10px rgba(0,0,0,.3);
}

.title-set {
  background: #ffdba5;
}

.title-wear {
  background: #eae3e2;
}

.title-props {
  background: #f8c3d4;
}

.title-travel {
  background: #b1ddf3;
}

.title-pro {
  background: #d3d5e8;
}

.title-relax {
  background: #e6d4bc;
}

.container-brand {
  background-color: #f5eaee;
  padding: 40px;
  border-radius: 10px;
  /* margin-bottom: 40px; */
  display: flex;
  flex-wrap: wrap;
  gap: 40px 5%;
}

.column-brand-left {
  width: 35%;
}

.column-brand-left a {
}

.column-brand-left a figure {
  padding: 20px;
  background: #fff;
}

.column-brand-right {
  overflow: hidden;
  line-height: 1.7;
  /* margin-bottom: 20px; */
  width: 60%;
}

hr {
  /* clear: both; */
  border: 0;
  height: 1px;
  background-color: #aaa;
  margin: 0;
  width: 100%;
}

.container-point {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 4%;
  /* margin-bottom: 40px; */
}

.column-point {
  width: 48%;
  background-color: #f5eaee;
  padding: 30px;
  border-radius: 8px;
  box-sizing: border-box;
  filter: drop-shadow(4px 6px 10px rgba(0,0,0,.2));
}

.column-point b {
  display: block;
  /* margin-bottom: 8px; */
  color: #ee397a;
  font-size: 24px;
  text-align: center;
}

.container-item {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 4%;
  /* margin-bottom: 30px; */
}

.column-item {
  width: 22%;
  margin-bottom: 25px;
  text-align: center;
}

.column-item img {
  border-radius: 5px;
  margin-bottom: 8px;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  transition: transform 0.3s;
}

.column-item img:hover {
  transform: scale(1.05);
}

.column-item a {
  text-decoration: none;
  color: #333;
  display: block;
}

.column-item b {
  font-size: 15px;
  margin: 5px 0;
  line-height: 1.3;
  height: 2lh;
  /* 任意の行数を指定 */
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 任意の行数を指定 */
  align-content: baseline;
  justify-content: center;
  text-align: justify;
}

.column-item span {
  color: #ed3737;
  font-size: 14px;
  display: block;
  margin-top: 5px;
  font-weight: bold;
}

.cat-name {
  background-color: #eee;
  padding: 8px;
  text-align: center;
  font-size: 20px;
  margin: 50px 0;
  border-radius: 5px;
  color: #333;
  font-weight: bold;
}

.btn {
  text-align: center;
  margin: 0px auto 50px;
  width: 100%;
}

.btn-Click a {
  display: inline-block;
  padding: 12px 40px;
  background-color: #f0f0f0;
  border-radius: 30px;
  color: #333;
  text-decoration: none;
  font-size: 18px;
  transition: all 0.3s;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  border: solid 2px #333;
}

.btn-Click a:hover {
  background-color: #e0e0e0;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

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

  .sub-title {
    margin: 50px auto;
    text-align: justify;
    display: flex;
    background: #00a99d;
    outline: solid 1px #fff;
    outline-offset: -10px;
    padding: 1rem;
    gap: 10%;
    align-items: center;
    flex-direction: column;
  }

  .sub-title h2 {
    border: none;
    color: #fff;
    font-size: 3.5rem;
    padding: 1rem 1em;
    /* border-right: solid 1px #fff; */
    margin: 0;
  }

  .sub-title-mini {
    margin: 30px auto 50px;
    text-align: justify;
    display: flex;
    /* background: #ddd; */
    /* outline: solid 1px #fff; */
    /* outline-offset: -10px; */
    padding: 0 0 2rem;
    gap: 10%;
    align-items: center;
    border-bottom: solid 1px #1a1a1a;
  }

  .sub-title-mini h3 {
    border: none;
    /* color: #fff; */
    font-size: 1.7rem;
    padding: 0 1em;
    /* border-right: solid 1px #fff; */
    margin: 0;
    width: 100%;
    /* text-align: center; */
    margin: auto;
    width: max-content;
    line-height: 1.7;
  }

  .sub-title p {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    margin: 1rem;
  }

  .warp-cont {
    width: 95%;
    max-width: 1000px;
    margin: 0 auto;
  }

  .container-cat {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 4%;
    /* justify-content: center; */
    margin-bottom: 40px;
  }

  .column-cat {
    width: 48%;
    text-align: center;
    /* margin-bottom: 15px; */
  }

  .column-cat a {
    position: relative;
    display: block;
    overflow: hidden;
    filter: drop-shadow(3px 6px 10px rgba(0,0,0,.2));
  }

  .column-cat a p {
    margin: 0;
    position: absolute;
    bottom: 0;
    background: rgb(0 169 157 / 90%);
    color: #fff;
    font-size: 18px;
    text-align: center;
    width: 100%;
    display: block;
    font-weight: bold;
    padding: 0.3em 1em;
  }

  .column-cat img {
    /* border-radius: 8px; */
    width: 100%;
    transition: transform 0.3s;
    display: block;
  }

  .column-cat img:hover {
    transform: scale(1.03);
  }

  .title-brand, .title-point {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin: 50px 0 25px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f77faa;
    padding: 0.5em;
    color: #fff;
  }

  .title-set, .title-wear, .title-props, .title-travel, .title-pro, .title-relax {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin: 50px 0 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.3em;
    border-left: solid 10px rgba(0,0,0,.3);
    border-right: solid 10px rgba(0,0,0,.3);
  }

  .title-set {
    background: #ffdba5;
  }

  .title-wear {
    background: #eae3e2;
  }

  .title-props {
    background: #f8c3d4;
  }

  .title-travel {
    background: #b1ddf3;
  }

  .title-pro {
    background: #d3d5e8;
  }

  .title-relax {
    background: #e6d4bc;
  }

  .container-brand {
    background-color: #f5eaee;
    padding: 20px;
    border-radius: 10px;
    /* margin-bottom: 40px; */
    display: flex;
    flex-wrap: wrap;
    gap: 30px 5%;
    justify-content: center;
  }

  .column-brand-left {
    width: 80%;
  }

  .column-brand-left a {
  }

  .column-brand-left a figure {
    padding: 20px;
    background: #fff;
  }

  .column-brand-right {
    overflow: hidden;
    line-height: 1.7;
    /* margin-bottom: 20px; */
    width: 100%;
  }

  hr {
    /* clear: both; */
    border: 0;
    height: 1px;
    background-color: #aaa;
    margin: 0;
    width: 100%;
  }

  .container-point {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 4%;
    /* margin-bottom: 40px; */
  }

  .column-point {
    width: 100%;
    background-color: #f5eaee;
    padding: 20px;
    border-radius: 8px;
    box-sizing: border-box;
    filter: drop-shadow(4px 6px 10px rgba(0,0,0,.2));
  }

  .column-point b {
    display: block;
    /* margin-bottom: 8px; */
    color: #ee397a;
    font-size: 24px;
    text-align: center;
  }

  .container-item {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 4%;
    /* margin-bottom: 30px; */
  }

  .column-item {
    width: 48%;
    margin-bottom: 25px;
    text-align: center;
  }

  .column-item img {
    border-radius: 5px;
    margin-bottom: 8px;
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    transition: transform 0.3s;
  }

  .column-item img:hover {
    transform: scale(1.05);
  }

  .column-item a {
    text-decoration: none;
    color: #333;
    display: block;
  }

  .column-item b {
    font-size: 15px;
    margin: 5px 0;
    line-height: 1.3;
    height: 2lh;
    /* 任意の行数を指定 */
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 任意の行数を指定 */
    align-content: baseline;
    justify-content: center;
    text-align: justify;
  }

  .column-item span {
    color: #ed3737;
    font-size: 14px;
    display: block;
    margin-top: 5px;
    font-weight: bold;
  }

  .cat-name {
    background-color: #eee;
    padding: 8px;
    text-align: center;
    font-size: 20px;
    margin: 50px 0;
    border-radius: 5px;
    color: #333;
    font-weight: bold;
  }

  .btn {
    text-align: center;
    margin: 0px auto 50px;
    width: 100%;
  }

  .btn-Click a {
    display: inline-block;
    padding: 12px 40px;
    background-color: #f0f0f0;
    border-radius: 30px;
    color: #333;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.3s;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border: solid 2px #333;
  }

  .btn-Click a:hover {
    background-color: #e0e0e0;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  }
}
