html {
  scroll-behavior: smooth;
}

.breadcrumbs {
  width: 1080px !important;
  font-family: var(--font-family);
  font-size: 14px;
  font-weight: 700;
}

.l-container {
  width: 100%;
}

.main {
  width: 100%;
  font-family: var(--font-family);
  color: var(--font-color);
  display: flex;
  flex-direction: column;
  align-items: center;
  font-feature-settings: "palt";
  margin: 0 auto;
  margin-bottom: 188px;
  padding-top: 111px;
}
.main * {
  box-sizing: border-box;
}
.main img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.main a {
  color: inherit;
}

.fadeimg {
  transition: 0.3s;
}

/* =========================================================
セクション
========================================================= */
.section {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section01 {
  margin-bottom: 182px;
}

.section-heading {
  font-size: 44px;
  text-align: center;
}
.section-heading span {
  font-size: 32px;
}

/* =========================================================
テキスト
========================================================= */
.text-large {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.text-small {
  font-size: 15px;
  line-height: 1.65;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.text-small a {
  text-decoration: underline;
}

.text-indent {
  padding-left: 2.5em;
  text-indent: -2.5em;
}

.text01 {
  margin-top: 132px;
  display: flex;
  flex-direction: column;
  gap: 24px 0;
}
.text02 {
  margin-top: 75px;
}
.text03 {
  margin-top: 45px;
}
.text04 {
  margin-top: 77px;
}

/* =========================================================
その他
========================================================= */
.action-point {
  margin-top: 89px;
  display: flex;
  flex-direction: column;
  gap: 31px 0;
}

.action-point-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
.action-point-list li {
  width: 256px;
}
.point-image {
  width: 1254px;
  margin-top: 49px;
}

.attention-button {
  width: 510px;
  margin-top: 111px;
  margin-bottom: 0;
  font-size: 21px;
}
.brand-button {
  margin-top: 55px;
  margin-bottom: 166px;
}

.attention {
  width: 1000px;
  margin-top: 246px;
}
.attention-title {
  width: 1000px;
  font-size: 44px;
  font-weight: 700;
  text-align: center;
  border-bottom: 3px solid var(--font-color);
  padding-bottom: 28px;
  margin-bottom: 103px;
}
.attention .text-small + .text-small {
  margin-top: 36px;
}

/* =========================================================
スライダー
========================================================= */
.slider-group {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
.slider-group + .slider-group {
  margin-top: 275px;
}
.slider-group p {
  width: 930px;
}
.slider-group .text-large {
  margin-bottom: 30px;
}

.slider {
  width: 930px;
}
.slider .slick-list {
  overflow: visible !important;
}
.slider .slick-slide {
  font-size: 0;
  margin: 0 15px;
}
.slider .slick-slide span {
  display: block;
  font-size: 12px;
  font-weight: 700;
  text-align: right;
  margin-top: 12px;
}
.slider img {
  width: 450px;
}
