.l-container {
  width: 100%;
}

.main {
  font-family: var(--font-family);
  color: var(--font-color);
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 0 auto;
  margin-bottom: 169px;
}

/* =========================================================
main-slider
========================================================= */
.main-slider {
  width: 100%;
  overflow: hidden;
  margin-top: 1px;
}
.main-slider .slick-list {
  background-color: var(--bg-primary);
  height: 540px;
  padding-top: 45px !important;
}
.main-slider .slick-slide {
  font-size: 0;
  margin: 0 15px;
  background-color: white;
}

.main-slider .slick-slide img {
  width: 450px;
  height: 450px;
  object-fit: cover;
}

/* dots */
.main-slider .slick-dots {
  display: flex !important;
  justify-content: center;
  height: 6px;
  margin-top: 33px;
  gap: 0 18px;
}
.main-slider .slick-dots button {
  width: 70px;
  height: 6px;
  text-indent: -99999px;
  border: none;
  border-radius: 2px;
  background-color: #8b8b8b;
  appearance: none;
}
.main-slider .slick-dots .slick-active button {
  background-color: var(--bg-primary);
}

/* =========================================================
top-links
========================================================= */
.top-links {
  display: flex;
  justify-content: center;
  gap: 0 21px;
  margin-top: 81px;
}
.top-links a {
  width: 224px;
  display: block;
}

/* =========================================================
テキスト
========================================================= */
.text-large {
  font-size: 44px;
  font-weight: 700;
  line-height: 1.3;
}
.text-large span {
  font-weight: 500;
  font-size: 50px;
}
.text-small {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.gogreen .text-small {
  margin-top: 18px;
}
.official-apps .text-small {
  margin-top: 47px;
}

/* =========================================================
gogreen
========================================================= */
.gogreen {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  margin-top: 93px;
}

.gogreen-icons {
  margin-top: 114px;
}

.gogreen .green-button {
  margin-top: 102px;
}

/* =========================================================
official-apps
========================================================= */
.official-apps {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  width: 100%;
  margin-top: 320px;
}

.app-list {
  display: flex;
  justify-content: center;
  gap: 0 160px;
  margin-top: 94px;
}
.app-item {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.app-icon {
  width: max-content;
}

.app-meta {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.app-item p {
  font-size: 22px;
  font-weight: 500;
  display: flex;
  align-items: center;
  flex-direction: column;
  letter-spacing: 0.05em;
  margin: 17px 0 20px;
}
.app-item p span {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: normal;
}
.app-links {
  display: flex;
  gap: 0 10px;
}

.app-links a img {
  height: 30px;
}

/* =========================================================
brandlist
========================================================= */
.brandlist {
  width: 100%;
  margin-top: 301px;
  margin-bottom: 280px;
}

.section-heading {
  width: 1000px;
  font-size: 44px;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-align: center;
  color: var(--bg-primary);
  border-bottom: 3px solid var(--bg-primary);
  padding-bottom: 17px;
  margin: 0 auto;
  margin-bottom: 49px;
}

/* =========================================================
infomation
========================================================= */
.infomation {
  width: 1000px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.infomation-list {
  width: 100%;
}

.infomation-item a {
  display: flex;
  align-items: center;
  text-decoration: none;
  border-bottom: 2px solid var(--bg-primary);
  background: url(/res/p/img/2025/top/arrow_right_green.svg) no-repeat right
    30px top 45%;
  background-size: 79px;
  padding: 31px 140px 26px 38px;
  font-size: 23px;
}
.infomation-item a span {
  width: 125px;
  display: block;
  font-weight: 500;
}
.infomation-item a p {
  width: calc(100% - 125px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 600;
}

.infomation .green-button {
  font-weight: 500;
  margin-top: 70px;
}
.infomation .green-button::after {
  transform: rotate(90deg);
}
.infomation .green-button.is-open::after {
  transform: rotate(-90deg);
}

/* =========================================================
fixedボタン
========================================================= */
.fixed-button {
  width: 225px;
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 10;
}
.fixed-button a {
  display: block;
}
