.l-container {
  width: 100%;
  background-color: #f4744b;
}

.pc-footer {
  margin-top: 0;
}

.feature {
  width: 990px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-feature-settings: "palt";
  margin: 0 auto;
  color: #000;
  background-color: #b2d9ea;
}

.feature * {
  box-sizing: border-box;
}

.feature a {
  color: inherit;
}

.fadeimg {
  transition: 0.3s;
}

/* =========================================================
ヘッダー
========================================================= */
.hdr {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 29px;
  background-color: #fff;
}

.hdr-image,
.hdr-image img {
  width: 990px;
}

.hdr-lead {
  font-size: 24px;
  text-align: center;
  margin-top: 21px;
  line-height: 1.3;
  letter-spacing: 0.02em;
}

/* =========================================================
section
========================================================= */
.section {
  width: 990px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* =========================================================
section01
========================================================= */
.section01 {
  padding-top: 43px;
  margin-bottom: 71px;
}

.section01-image {
  margin-top: 32px;
}
.section01-text {
  font-size: 14px;
  text-align: right;
  width: 930px;
  margin-top: 10px;
  margin-bottom: 38px;
}

/* =========================================================
section02
========================================================= */
.section02 {
  margin-bottom: 50px;
}

.slider {
  width: 930px;
  margin: 0 auto;
  margin-top: 33px;
  margin-bottom: 38px;
}

.slider .slick-slide {
  font-size: 0;
}

.slider .slick-dots {
  width: 930px;
  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;
  appearance: none;
  border-radius: 50%;
  background-color: #c4bdbe;
}
.slider .slick-dots .slick-active button {
  background-color: #f4744b;
}

/* =========================================================
section03
========================================================= */
.section03 {
  background-color: #bbcd38;
  padding-top: 45px;
  padding-bottom: 60px;
}

.text-conditions {
  margin-top: 32px;
}

/* =========================================================
section04
========================================================= */
.section04 {
  padding-top: 44px;
  padding-bottom: 6px;
}

.brand-lists {
  width: 844px;
  background-color: #fff;
  margin-top: 37px;
  padding: 48px 76px 41px;
}

.list-group {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
}

.list-group + .list-group {
  margin-top: 161px;
}
#SELECT {
  margin-top: 100px;
}

.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 p {
  padding-left: 1em;
  text-indent: -1em;
  position: relative;
  top: 38px;
  left: 40px;
  letter-spacing: 0.08em;
}

.brand-list-attention {
  display: flex;
  flex-direction: column;
  gap: 4px 0;
  margin-top: 102px;
}

.brand-list-attention p {
  font-size: 14px;
  line-height: 1.6;
  text-indent: -1em;
  padding-left: 1em;
}

/* =========================================================
section05
========================================================= */
.section05 {
  padding-top: 69px;
  padding-bottom: 150px;
}

.attention-list {
  margin-top: 23px;
  margin-bottom: 63px;
}

.attention-list li {
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.1em;
}

.icon-list {
  display: flex;
  justify-content: center;
  gap: 0 99px;
  margin-top: 35px;
}

.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: 17px;
  font-weight: bold;
  margin-top: 17px;
  letter-spacing: 0.04em;
  line-height: 1.3;
  margin-bottom: 10px;
  white-space: nowrap;
}

.icon-name span {
  font-size: 11px;
  font-weight: normal;
  letter-spacing: 0.09em;
}