.l-container {
  width: 100%;
  background-color: #fffde1;
}

.feature {
  width: 990px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-feature-settings: 'palt';
  margin: 0 auto;
}

.feature * {
  box-sizing: border-box;
}

.feature a {
  color: inherit;
}

.fadeimg {
  transition: 0.3s;
}

/* =========================================================
ヘッダー
========================================================= */
.hdr {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 70px;
}

.hdr-image,
.hdr-image img {
  width: 990px;
}

.hdr-lead {
  font-size: 20px;
  text-align: center;
  margin-top: 35px;
  letter-spacing: 0.02em;
}

/* =========================================================
section
========================================================= */
.section {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* =========================================================
section01
========================================================= */
.section01 {
  margin-bottom: 72px;
}

.section01-text {
  font-size: 20px;
  margin-top: 13px;
  margin-bottom: 8px;
  letter-spacing: 0.04em;
}

.section01-image {
  margin-bottom: 36px;
}

/* =========================================================
section02
========================================================= */
.section02 {
  margin-bottom: 70px;
}

.slider {
  width: 990px;
  margin-top: 12px;
  margin-bottom: 33px;
}

.slider .slick-slide {
  font-size: 0;
}

.slider .slick-dots {
  width: 990px;
  display: flex !important;
  justify-content: center;
  height: 14px;
  margin: 0 auto;
  margin-top: 26px;
  gap: 0 29px;
}

.slider .slick-dots button {
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  text-indent: -99999px;
  border: none;
  border: 1px solid #000;
  appearance: none;
  border-radius: 50%;
  opacity: 0.3;
}

.slider .slick-dots li:nth-child(1) button {
  background-color: #ef8998;
}

.slider .slick-dots li:nth-child(2) button {
  background-color: #f1906a;
}

.slider .slick-dots li:nth-child(3) button {
  background-color: #81c797;
}

.slider .slick-dots li:nth-child(4) button {
  background-color: #8ed3f5;
}

.slider .slick-dots .slick-active button {
  opacity: 1;
}



.detail {
  background: url(../img/bg_bubble.png) no-repeat;
  width: 844px;
  height: 486px;
  margin-top: 54px;
  padding: 32px 0 0 38px;
}

.detail h3 {
  font-family: 'century-gothic';
  font-size: 26px;
  position: relative;
  text-indent: -0.7em;
  margin-bottom: 3px;
}

.detail p {
  font-size: 16px;
  line-height: 1.8;
  text-indent: -1em;
  padding-left: 1em;
}

.detail p+p {
  margin-top: 33px;
}

.detail p a {
  text-decoration: underline;
}


/* =========================================================
section03
========================================================= */

.section03 {
  margin-bottom: 67px;
}

.brand-lists {
  width: 844px;
  background-color: #fff;
  margin-top: 30px;
  padding: 16px 76px 34px;
}

.list-group {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
}

.list-group+.list-group {
  margin-top: 80px;
}

.list-group-heading {
  font-family: 'century-gothic', 'noto-sans-cjk-jp';
  font-size: 31px;
  font-weight: 400;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid black;
  padding-bottom: 5px;
  margin-bottom: 40px;
}

.brand-list {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px 8px;
}

.brand-list a {
  display: block;
}

.brand-list-attention {
  display: flex;
  flex-direction: column;
  gap: 4px 0;
  margin-top: 74px;
}

.brand-list-attention p {
  font-size: 14px;
  line-height: 1.6;
  text-indent: -1em;
  padding-left: 1em;
}


/* =========================================================
section04
========================================================= */
.section04 {
  padding-bottom: 65px;
}

.attention-list {
  margin-top: 21px;
  margin-bottom: 85px;
}

.attention-list li {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.1em;
}


.icon-list {
  display: flex;
  justify-content: center;
  gap: 0 115px;
}

.icon-list-item {
  width: 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.icon-name {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: 'century-gothic', 'noto-sans-cjk-jp';
  font-size: 14px;
  font-weight: bold;
  margin-top: 17px;
  margin-bottom: 13px;
  white-space: nowrap;
}

.icon-name span {
  font-size: 10px;
  font-weight: normal;
}