@charset "Shift_JIS";

/*
  added by top-renewal
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap");
body {
  font-family: "Noto Sans JP", "Meiryo", "Verdana", "Hiragino Kaku Gothic ProN", "MS PGothic", sans-serif;
}

#footer {
  font-family: "Noto Sans JP", "Meiryo", "Verdana", "Hiragino Kaku Gothic ProN", "MS PGothic", sans-serif;
}

button,
input,
keygen,
select,
textarea {
  font-family: "Noto Sans JP", "Meiryo", "Verdana", "Hiragino Kaku Gothic ProN", "MS PGothic", sans-serif;
}

#header input,
#header textarea,
#header keygen,
#header select,
#header button,
#footer input,
#footer textarea,
#footer keygen,
#footer select,
#footer button {
  font-family: "Noto Sans JP", "Meiryo", "Verdana", "Hiragino Kaku Gothic ProN", "MS PGothic", sans-serif;
}

.news {
  box-sizing: border-box;
  background-color: #f0f0f0;
}
@media screen and (max-width: 699px) {
  .news {
    margin-top: 32px;
    padding: 40px 10px;
  }
}
@media screen and (min-width: 700px) {
  .news {
    margin-top: 80px;
    min-width: 960px;
  }
}
.news * {
  box-sizing: border-box;
}

@media screen and (min-width: 700px) {
  .news__inner {
    padding-top: 40px;
    padding-bottom: 40px;
    width: 97%;
    min-width: 960px;
    margin: 0 auto;
  }
}

.news__header h3 {
  font-size: 20px;
}

@media screen and (max-width: 699px) {
  .news__cont + .news__cont {
    margin-top: 40px;
  }
}
@media screen and (min-width: 700px) {
  .news__cont + .news__cont {
    margin-top: 56px;
  }
}

.news__list {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  font-size: 16px;
}

.news__item {
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 699px) {
  .news__item {
    flex-direction: column;
    gap: 0;
  }
}

@media screen and (min-width: 700px) {
  .news__item--new .news__text::after {
    content: "NEW";
    margin-left: 16px;
    font-weight: bold;
    color: #c91234;
  }
}
@media screen and (max-width: 699px) {
  .news__item--new .news__date::after {
    content: "NEW";
    margin-left: 12px;
    display: inline-block;
    font-weight: bold;
    color: #c91234;
  }
}

.news__date {
  color: #333;
  font-size: 16px;
}
@media screen and (max-width: 699px) {
  .news__date {
    display: block;
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 700px) {
  .news__date {
    margin-right: 10px;
  }
}

.news__link {
  color: #0070c0;
  text-decoration: none !important;
}
.news__link:hover {
  text-decoration: underline !important;
}
.news__link--document::after {
  content: "";
  background-image: url("../images/template/k041_sc_common-link-icon-document.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 4px;
}

.news__link:hover {
  text-decoration: underline;
}

.news__moreLink {
  margin-top: 10px;
  color: #0070c0;
  text-decoration: none;
  margin-top: 36px;
}
@media screen and (max-width: 699px) {
  .news__moreLink {
    margin-top: 24px;
  }
}
@media screen and (min-width: 700px) {
  .news__moreLink {
    margin-top: 32px;
  }
}
.news__moreLink:hover {
  text-decoration: underline;
}
.news__moreLink a {
  font-size: 16px;
  text-decoration: none;
}
.news__moreLink a:hover {
  text-decoration: underline !important;
}

.news__moreLinkText {
  position: relative;
}
.news__moreLinkText:after {
  content: "";
  background-image: url("../images/template/k041_sc_common-link-icon-arrow-blue.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  display: inline-block;
  width: 12px;
  height: 12px;
  position: absolute;
  margin-left: 4px;
  top: calc(50% + 1px);
  transform: translateY(-50%);
}

.topKeyword {
  padding-top: 16px;
}
@media screen and (max-width: 699px) {
  .topKeyword {
    padding-left: 10px;
    padding-right: 10px;
    gap: 12px;
    padding-bottom: 12px;
  }
}
@media screen and (min-width: 700px) {
  .topKeyword {
    width: 97%;
    min-width: 960px;
    margin: 0 auto;
    padding-bottom: 16px;
  }
}

@media screen and (max-width: 699px) {
  .topKeyword__cont {
    overflow-x: auto;
    padding-bottom: 4px;
  }
}
@media screen and (min-width: 700px) {
  .topKeyword__cont {
    height: 18px;
    overflow-y: hidden;
  }
}

.topKeyword__definition {
  display: flex;
}
@media screen and (max-width: 699px) {
  .topKeyword__definition {
    white-space: nowrap;
  }
}

.topKeyword__definition {
  display: flex;
}
@media screen and (min-width: 700px) {
  .topKeyword__definition {
    gap: 10px;
  }
}

.topKeyword__title {
  font-size: 12px;
  color: #111;
  flex-shrink: 0;
}
@media screen and (min-width: 700px) {
  .topKeyword__title {
    font-size: 12px;
  }
}

.topKeyword__detail {
  font-size: 12px;
  color: #111;
}

.topKeyword__list {
  display: flex;
  gap: 16px;
}
@media screen and (min-width: 700px) {
  .topKeyword__list {
    flex-wrap: wrap;
  }
}
.topKeyword__list a {
  text-decoration: none !important;
}
.topKeyword__list a:hover {
  text-decoration: underline !important;
}

a:link,
a:visited {
  text-decoration: none;
}
a:link:hover,
a:visited:hover {
  text-decoration: underline;
}

@media screen and (min-width: 700px) {
  #contents {
    min-width: 960px;
  }
}
.more__link {
  text-align: right;
  margin-top: 32px;
  margin-right: 1em;
  font-size: 16px;
}
@media screen and (max-width: 699px) {
  .more__link {
    font-size: 14px;
  }
}
.more__link a::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid #0070c0;
  border-right: 1px solid #0070c0;
  transform: rotate(45deg) translate(0.5em, -0.5em);
}

.topBanner {
  margin-bottom: 24px;
  overflow: hidden;
}
.topBanner__long {
  margin: 16px -20px 0;
  padding-top: 56px;
  position: relative;
}
.topBanner__long a {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 1096px;
}
@media screen and (min-width: 700px) {
  .topBanner__long a {
    transition: all 0.3s ease;
    text-decoration: none;
  }
  .topBanner__long a:hover {
    opacity: 0.7;
    text-decoration: underline;
    cursor: pointer;
  }
}
@media screen and (max-width: 699px) {
  .topBanner__long {
    padding: 0;
    margin-inline: 8px;
  }
  .topBanner__long a {
    position: static;
    transform: translateX(0);
    width: auto;
  }
  .topBanner__long img {
    max-width: 100%;
  }
}
.topBanner__carousel {
  margin: 16px -20px 0;
  position: relative;
  max-height: 235px;
}
.topBanner__carousel__item a {
  display: block;
  width: 360px;
  margin: 0 4px;
}
@media screen and (min-width: 700px) {
  .topBanner__carousel__item a {
    transition: all 0.3s ease;
    text-decoration: none;
  }
  .topBanner__carousel__item a:hover {
    opacity: 0.7;
    text-decoration: underline;
    cursor: pointer;
  }
}
.topBanner__carousel .slick-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  height: 16px;
  width: 190px;
  margin: 8px auto 0;
}
.topBanner__carousel .slick-dots li {
  width: 12px;
  flex: 1 1 12px;
}
.topBanner__carousel .slick-dots button {
  border: none;
  background: #ccc;
  color: transparent;
  border-radius: 50%;
  display: block;
  width: 12px;
  height: 12px;
  margin-top: 2px;
  font-size: 0;
}
.topBanner__carousel .slick-dots button:hover {
  cursor: pointer;
}
.topBanner__carousel .slick-dots .slick-active > button {
  background: #f29600;
}
.topBanner__carousel .slick-arrow {
  position: absolute;
  bottom: 0;
  width: 16px;
  height: 16px;
  background: transparent url(../images/template/k041_sc_common-link-icon-arrow-gray-l.svg) no-repeat center 0;
  border: none;
  color: transparent;
  background-size: 13px;
}
.topBanner__carousel .slick-arrow:hover {
  cursor: pointer;
}
.topBanner__carousel .slick-arrow.slick-prev {
  left: 50%;
  transform: translateX(-120px) rotate(180deg);
  background-position: center bottom;
}
@media screen and (max-width: 699px) {
  .topBanner__carousel .slick-arrow.slick-prev {
    transform: translateX(-130px) rotate(180deg);
  }
}
.topBanner__carousel .slick-arrow.slick-next {
  right: 50%;
  transform: translateX(140px);
}
@media screen and (max-width: 699px) {
  .topBanner__carousel .slick-arrow.slick-next {
    transform: translateX(150px);
  }
}
.topBanner__carousel__controller {
  width: 16px;
  height: 16px;
  border: none;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
  transform: translateX(105px);
}
.topBanner__carousel__controller:hover {
  cursor: pointer;
}
.topBanner__carousel__controller--pause {
  background: url(../images/template/k041_sc_top_userinfo-pause.svg) no-repeat center center;
}
.topBanner__carousel__controller--play {
  background: url(../images/template/k041_sc_top_userinfo-play.svg) no-repeat center center;
}
.topBanner:not(:has(.slick-arrow)) .topBanner__carousel__controller {
  display: none;
}

.beforeLogin__banner {
  margin-bottom: 40px;
  text-align: center;
}
.beforeLogin__banner a {
  display: inline-block;
}
@media screen and (min-width: 700px) {
  .beforeLogin__banner a {
    transition: all 0.3s ease;
    text-decoration: none;
  }
  .beforeLogin__banner a:hover {
    opacity: 0.7;
    text-decoration: underline;
    cursor: pointer;
  }
}
@media screen and (max-width: 699px) {
  .beforeLogin__banner {
    padding-inline: 10px;
  }
}

.userInfo {
  display: flex;
  padding: 24px 16px;
  padding-bottom: 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
  border-top: 1px solid #dbdbdb;
  background: #fff;
}
.userInfo + .section.line {
  margin-top: 24px;
}
.userInfo__button {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 16px;
  width: 100%;
}
@media screen and (max-width: 699px) {
  .userInfo__button {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
    gap: 0;
    border-radius: 4px;
    overflow: hidden;
  }
  .userInfo__button > li + li {
    border-top: 1px solid #dbdbdb;
  }
}
.userInfo__buttonItem {
  background: #f4f4f4;
  display: flex;
  align-items: center;
  height: 100%;
  border-radius: 4px;
  border: 1px solid #f4f4f4;
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  padding-left: 16px;
  height: 56px;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease;
  text-decoration: none !important;
}
.userInfo__buttonItem:hover {
  background-color: #faf7dd;
  border-color: #f29600;
  text-decoration: none !important;
}
@media screen and (max-width: 699px) {
  .userInfo__buttonItem {
    border-radius: 0;
  }
}
.userInfo__buttonItem:visited {
  color: #333;
  text-decoration: none;
}
.userInfo__buttonIcon {
  display: block;
  width: 32px;
  height: 32px;
  position: relative;
}
.userInfo__buttonIcon--reorder {
  background: url(../images/template/k041_sc_top_userinfo-reorder.svg) no-repeat center center;
}
.userInfo__buttonIcon--favorite {
  background: url(../images/template/k041_sc_top_userinfo-favorite.svg) no-repeat center center;
}
.userInfo__buttonIcon--buyLater {
  background: url(../images/template/k041_sc_top_userinfo-buyLater.svg) no-repeat center center;
}
.userInfo__buttonIcon--coupon {
  background: url(../images/template/k041_sc_top_userinfo-coupon.svg) no-repeat center center;
}
.userInfo__buttonTxt {
  padding: 0 10px 0 8px;
  flex: 1;
}
@media screen and (max-width: 699px) {
  .userInfo__buttonTxt {
    display: flex;
    align-items: center;
  }
}
.userInfo__buttonTxt > small {
  font-size: 12px;
  font-weight: normal;
}
.userInfo__buttonTxt.userInfo__buttonTxt--tag::after {
  content: "?l?????i????";
  display: flex;
  padding: 4px 8px;
  justify-content: center;
  align-items: flex-start;
  gap: 5px;
  position: absolute;
  left: 16px;
  top: -9px;
  font-size: 10px;
  line-height: 1;
  font-style: normal;
  font-weight: 700;
  color: white;
  background: #db2778;
  border-radius: 3px;
}
@media screen and (max-width: 699px) {
  .userInfo__buttonTxt.userInfo__buttonTxt--tag::after {
    position: static;
    display: inline-block;
    margin-left: auto;
  }
}
.userInfo__buttonArrow {
  background: url(../images/template/k041_sc_top_userinfo-arrow.svg) no-repeat center;
  width: 30px;
  height: 100%;
  margin-right: 16px;
}
.userInfo__point {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  line-height: 1;
}
@media screen and (max-width: 699px) {
  .userInfo__point {
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
  }
}
.userInfo__pointTxt {
  font-size: 14px;
}
.userInfo__pointNum {
  color: #c91234;
  font-size: 20px;
  font-weight: 700;
}
.userInfo__pointPt {
  font-size: 14px;
}
.userInfo__pointSmall {
  color: #c91234;
  white-space: nowrap;
}
@media screen and (max-width: 699px) {
  .userInfo__pointSmall {
    font-size: 10px;
    display: inline-block;
    margin-top: 5px;
  }
}
.userInfo__pointLink {
  padding-right: 20px;
  white-space: nowrap;
  background: transparent url(../images/template/k041_sc_common-link-icon-arrow-gray.svg) no-repeat 100% center;
}
@media screen and (max-width: 699px) {
  .userInfo__pointLink {
    display: none;
  }
}

.personalRecommend {
  margin-top: 40px;
}
@media screen and (max-width: 699px) {
  .personalRecommend {
    padding: 0 10px;
    margin-top: 30px;
  }
}
.personalRecommend__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-bottom: 4px;
}
@media screen and (max-width: 699px) {
  .personalRecommend__list {
    flex-wrap: nowrap;
    overflow-x: scroll;
    padding-bottom: 6px;
  }
  .personalRecommend__list li {
    flex: 1 0 auto;
  }
}
.personalRecommend__button {
  display: block;
  padding: 0px 40px 0 55px;
  border: 1px solid #dbdbdb;
  border-radius: 30px;
  color: #333333 !important;
  text-decoration: none !important;
  font-weight: 700;
  font-size: 14px;
  line-height: 56px;
  position: relative;
  background-repeat: no-repeat;
  background-position: 8px 50%;
  background-size: 40px 40px;
  transition: all 0.3s ease;
  background-color: white;
}
.personalRecommend__button > span {
  font-weight: normal;
}
.personalRecommend__button:hover {
  background-color: #faf7dd;
  border-color: #f29600;
}
.personalRecommend__button::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: transparent url(../images/template/k041_sc_personalRecommend-arrow.svg) no-repeat center center/16px;
  position: absolute;
  inset: 0 16px 0 auto;
  margin: auto;
}
.personalRecommend__button--doublePoint {
  background-image: url(../images/template/k041_sc_top_personalRecommend-icon1.svg);
}
.personalRecommend__button--prize {
  background-image: url(../images/template/k041_sc_top_personalRecommend-icon2.svg);
}
.personalRecommend__button--recommend {
  background-image: url(../images/template/k041_sc_top_personalRecommend-icon3.svg);
}
.personalRecommend__button--ouchi {
  padding: 8px;
  line-height: 1;
  padding-right: 40px;
}
.personalRecommend__button--column {
  background-image: url(../images/template/k041_sc_top_personalRecommend-icon5.svg);
}

.top-heading {
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  color: #333333;
  position: relative;
  padding-left: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
  margin-top: 40px;
}
@media screen and (max-width: 699px) {
  .top-heading {
    font-size: 20px;
  }
}
.top-heading::before {
  content: "";
  display: block;
  width: 8px;
  height: 100%;
  background: #f29600;
  position: absolute;
  border-radius: 8px;
  top: 0;
  left: 0;
}

.section {
  overflow: hidden;
}
.section.line {
  margin-top: 40px;
  padding-bottom: 1px;
  border-top: 1px solid #dbdbdb;
}
@media screen and (max-width: 699px) {
  .section {
    padding: 0 10px;
  }
}

.retail {
  padding-top: 40px;
  text-align: center;
}
.retail a {
  display: inline-block;
}
@media screen and (min-width: 700px) {
  .retail a {
    transition: all 0.3s ease;
    text-decoration: none;
  }
  .retail a:hover {
    opacity: 0.7;
    text-decoration: underline;
    cursor: pointer;
  }
}

.special__banner--large {
  display: flex;
  gap: 24px;
}
.special__banner--large .special__banner__item {
  max-width: 710px;
}
@media screen and (max-width: 699px) {
  .special__banner--large {
    gap: 16px;
    flex-direction: column;
  }
  .special__banner--large .special__banner__item {
    max-width: 100%;
  }
}
.special__banner--small {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.special__banner--small .special__banner__item {
  width: calc(50% - 12px);
}
.special__banner--small .special__banner__item a {
  display: block;
  margin: auto;
  max-width: 304px;
}
@media screen and (max-width: 699px) {
  .special__banner--small {
    gap: 16px;
  }
  .special__banner--small .special__banner__item {
    max-width: none;
    width: calc(50% - 8px);
  }
}
@media screen and (min-width: 900px) {
  .special__banner--small .special__banner__item {
    max-width: none;
    width: calc(33.33% - 16px);
  }
}
@media screen and (min-width: 1280px) {
  .special__banner--small {
    max-width: 1590px;
  }
  .special__banner--small .special__banner__item {
    max-width: none;
    width: calc(25% - 18px);
  }
}
.special__banner__item a {
  display: block;
}
@media screen and (min-width: 700px) {
  .special__banner__item a:not([href=""]) {
    transition: all 0.3s ease;
    text-decoration: none;
  }
  .special__banner__item a:not([href=""]):hover {
    opacity: 0.7;
    text-decoration: underline;
    cursor: pointer;
  }
}
.special__banner__item a[href=""] {
  pointer-events: none;
  color: #333;
  text-decoration: none;
}
.special__banner__item a[href=""] .special__banner__text {
  font-weight: normal;
}
.special__banner__item img {
  width: 100%;
}
.special__banner__text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 3em;
  margin-top: 8px;
}

.service {
  border-radius: 8px;
  background: #f4f4f4;
  margin-top: 64px;
  padding: 24px;
}
@media screen and (max-width: 699px) {
  .service {
    margin-inline: 10px;
  }
}
.service__heading {
  text-align: center;
}
.service__heading p {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}
.service__heading div {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
}
.service__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 24px;
}
@media screen and (max-width: 699px) {
  .service__list {
    gap: 0;
    border-radius: 8px;
    overflow: hidden;
  }
}
@media screen and (min-width: 1200px) {
  .service__list {
    flex-direction: row;
  }
}
.service__item {
  color: #333 !important;
  text-decoration: none !important;
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  padding: 16px;
  border-radius: 8px;
  background: #fff;
  position: relative;
  min-height: 120px;
  box-sizing: border-box;
}
@media screen and (max-width: 699px) {
  .service__item {
    min-height: 64px;
    border-radius: 0;
  }
  .service__item + .service__item {
    border-top: 1px solid #dbdbdb;
  }
}
@media screen and (min-width: 1200px) {
  .service__item {
    width: 25%;
  }
}
.service__item:nth-of-type(2) .service__image {
  top: 18px;
}
@media screen and (max-width: 699px) {
  .service__item:nth-of-type(2) .service__image {
    top: -11px;
  }
}
.service__item:nth-of-type(3) .service__image {
  top: 9px;
}
.service__image {
  position: absolute;
  top: 0;
  right: 0;
}
.service__text {
  position: relative;
  font-size: 16px;
}
.service__text--small {
  font-size: 14px;
}
.service__text--bold {
  font-weight: 700;
}
.service__buttons {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  gap: 24px;
}
@media screen and (max-width: 699px) {
  .service__buttons {
    flex-direction: column;
    align-items: center;
  }
}
.service__button--registration {
  display: flex;
  padding: 16px;
  padding-right: 32px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border-radius: 4px;
  background: #c91234;
  color: white !important;
  text-decoration: none !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}
.service__button--registration::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid white;
  border-right: 2px solid white;
  transform: rotate(45deg) translate(0.5em, -0.5em);
}
@media screen and (min-width: 700px) {
  .service__button--registration {
    transition: all 0.3s ease;
    text-decoration: none;
  }
  .service__button--registration:hover {
    opacity: 0.7;
    text-decoration: underline;
    cursor: pointer;
  }
}
.service__button--personal {
  display: flex;
  padding: 16px;
  padding-right: 32px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border-radius: 4px;
  border: 1px solid #c91234;
  background: white;
  color: #c91234 !important;
  text-decoration: none !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}
.service__button--personal::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #c91234;
  border-right: 2px solid #c91234;
  transform: rotate(45deg) translate(0.5em, -0.5em);
}
@media screen and (min-width: 700px) {
  .service__button--personal {
    transition: all 0.3s ease;
    text-decoration: none;
  }
  .service__button--personal:hover {
    opacity: 0.7;
    text-decoration: underline;
    cursor: pointer;
  }
}

@media screen and (max-width: 699px) {
  .sub__contents {
    margin-inline: 10px;
  }
}
.sub__section + .sub__section {
  margin-top: 35px;
}
@media screen and (max-width: 699px) {
  .sub__section {
    margin-top: 20px;
    padding-top: 20px;
    position: relative;
  }
  .sub__section::before {
    content: "";
    display: block;
    width: calc(100% + 20px);
    border-top: 1px solid #dbdbdb;
    position: absolute;
    top: 0;
    left: -10px;
  }
}
.sub__section__heading {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 18px;
}
.sub__section__banner a {
  display: block;
}
@media screen and (min-width: 700px) {
  .sub__section__banner a {
    transition: all 0.3s ease;
    text-decoration: none;
  }
  .sub__section__banner a:hover {
    opacity: 0.7;
    text-decoration: underline;
    cursor: pointer;
  }
}
.sub__section__banner a + a {
  margin-top: 20px;
}
@media screen and (max-width: 699px) {
  .sub__section__banner img {
    max-width: none;
    width: 100%;
  }
}
.sub__section__links {
  margin-top: 24px;
}
.sub__section__links li {
  padding-left: 1em;
  text-indent: -1em;
}
.sub__section__links li::before {
  content: "?E";
}
.sub__section__links li + li {
  margin-top: 5px;
}
.sub__section__links a {
  text-decoration: none;
}
.sub__section__links a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 699px) {
  .sub__section__links a {
    font-size: 16px;
    line-height: 1.2;
  }
}

@media screen and (min-width: 700px) {
  .is-sp {
    display: none;
  }
}
@media screen and (max-width: 699px) {
  .is-pc {
    display: none;
  }
}
@media screen and (max-width: 699px) {
  .category__list {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(auto-fit, minmax(20%, 1fr));
  }
  .category__item a {
    display: block;
    text-align: center;
    color: #333333;
    text-decoration: none;
    font-size: 12px;
  }
  .category__item a img {
    width: 32px;
  }
  .category__banner {
    margin-top: 32px;
    display: flex;
    justify-content: space-between;
    gap: 15px;
  }
  .category__banner li {
    width: calc(50% - 8px);
  }
  .category__banner li a {
    display: block;
  }
}