@charset "UTF-8";

/*--------------------
 Common
--------------------*/
@media screen and (max-width: 767px) {
  html[data-browse-mode="S"] .main-content .pc-only {
    display: none;
  }
}

.main-content .sp-only {
  display: none;
}

@media screen and (max-width: 767px) {
  html[data-browse-mode="S"] .main-content .sp-only {
    display: block;
  }
}

/*
.main-content h1,
.main-content h2,
.main-content h3,
.main-content h4,
.main-content h5,
.main-content h6 {
  margin: 0;
  padding: 0;
}
*/

.main-content a {
  text-decoration: none;
}

.main-content img {
  vertical-align: bottom;
}

.main-content sup {
  font-size: 60%;
  vertical-align: super;
}

.main-content em {
  font-style: normal;
}

.main-content small {
  margin-left: 2px;
  font-size: 75%;
}

.main-content strong {
  font-weight: 600;
}

.main-content ul,
.main-content ol {
  list-style-type: none;
}

@media screen and (max-width: 767px) {
  html[data-browse-mode="S"] .main-content ul,
  html[data-browse-mode="S"] .main-content ol {
    list-style-type: none;
  }
}

/*--------------------
 main-content
--------------------*/
.main-content {
  /* margin: 0 auto 80px; */
  margin: 32px auto 0;
  font-size: 16px;
}

.main-content .inner {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 10px;
}

@media screen and (max-width: 767px) {
  html[data-browse-mode="S"] .main-content {
    /* margin: 0 auto 60px; */
    margin: 32px auto 0;
    font-size: 14px;
  }

  html[data-browse-mode="S"] .main-content .inner {
    max-width: none;
    padding: 0 20px;
  }
}

@media screen and (max-width: 413px) {
  html[data-browse-mode="S"] .main-content {
    /* margin: 0 auto 14.493vw; */
    margin: 7.729vw auto 0;
    font-size: 3.382vw;
  }

  html[data-browse-mode="S"] .main-content .inner {
    padding: 0 4.831vw;
  }
}

/*--------------------
 main-header
--------------------*/
.main-content .header-title {
  margin: 0 auto;
  padding: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
}

.main-content .header-description {
  margin: 16px auto 0;
  font-size: 18px;
  line-height: 1.8;
  text-align: center;
}

@media screen and (max-width: 767px) {
  html[data-browse-mode="S"] .main-content .header-title {
    font-size: 20px;
  }

  html[data-browse-mode="S"] .main-content .header-description {
    margin: 12px auto 0;
    font-size: 16px;
  }
}

@media screen and (max-width: 413px) {
  html[data-browse-mode="S"] .main-content .header-title {
    font-size: 4.831vw;
  }

  html[data-browse-mode="S"] .main-content .header-description {
    margin: 2.899vw auto 0;
    font-size: 3.865vw;
  }
}

/*--------------------
 section
--------------------*/
.main-content .section {
  margin: 56px 0 0;
}
.main-content .section + .section {
  margin: 48px 0 0;
}

.main-content .section-title {
  margin: 0;
  padding: 0 0 10px;
  border-bottom: 2px solid #22ab37;
  color: #222;
  font-size: 26px;
  font-weight: 600;
  text-align: left;
}

.main-content .banner-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin: 32px 0 0;
}

.main-content .banner-item {
  position: relative;
}
.main-content .banner-list.campaign-ended .banner-item::before {
  content: "本キャンペーンは終了しました";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 16px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  pointer-events: none;
}

.main-content .banner-link {
  display: block;
}
.main-content .banner-link:hover {
  opacity: 0.5;
}

.main-content .more-btn {
  text-align: right;
}

.main-content .more-link {
  position: relative;
  display: inline-block;
  margin: 28px 0 0;
  padding: 0 20px 0 0;
  color: #22ab37;
  font-size: 18px;
  font-weight: 600;
}
.main-content .more-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 10px;
  border-radius: 1px;
  border-right: 2px solid #22ab37;
  border-bottom: 2px solid #22ab37;
  transform: rotate(-45deg) translate(0, -50%);
}

@media screen and (max-width: 767px) {
  html[data-browse-mode="S"] .main-content .section {
    margin: 40px 0 0;
  }
  html[data-browse-mode="S"] .main-content .section + .section {
    margin: 48px 0 0;
  }

  html[data-browse-mode="S"] .main-content .section-title {
    padding: 0 0 8px;
    font-size: 20px;
    text-align: left;
  }

  html[data-browse-mode="S"] .main-content .banner-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin: 24px 0 0;
  }

  html[data-browse-mode="S"] .main-content .banner-list.campaign-ended .banner-item::before {
    white-space: pre;
    content: "本キャンペーンは\A終了しました";
    font-size: 14px;
  }

  html[data-browse-mode="S"] .main-content .more-link {
    margin: 24px 0 0;
    padding: 0 16px 0 0;
    font-size: 16px;
  }
  html[data-browse-mode="S"] .main-content .more-link::after {
    width: 8px;
    height: 8px;
    margin-top: -2px;
  }
}

@media screen and (max-width: 413px) {
  html[data-browse-mode="S"] .main-content .section {
    margin: 9.662vw 0 0;
  }
  html[data-browse-mode="S"] .main-content .section + .section {
    margin: 11.594vw 0 0;
  }

  html[data-browse-mode="S"] .main-content .section-title {
    padding: 0 0 1.932vw;
    font-size: 4.831vw;
  }

  html[data-browse-mode="S"] .main-content .banner-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 3.382vw;
    margin: 5.797vw 0 0;
  }

  html[data-browse-mode="S"] .main-content .more-link {
    margin: 5.797vw 0 0;
    padding: 0 3.865vw 0 0;
    font-size: 3.865vw;
  }
  html[data-browse-mode="S"] .main-content .more-link::after {
    width: 1.932vw;
    height: 1.932vw;
    margin-top: -0.483vw;
  }
}
