@charset "UTF-8";

.back_video {
  background-color: #37af8a;
}

.back_video .inner_top {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.back_video iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.back_video .information {
  background-color: #CDEBD1;
}

@media screen and (min-width: 668px) {
  .back_video .information {
    padding: 30px 15px;
  }
}

@media screen and (max-width: 667px) {
  .back_video .information {
    padding: 20px 15px;
  }
}

.back_video .information p {
  font-weight: bold;
  letter-spacing: 0;
  font-weight: 400;
}

@media screen and (min-width: 668px) {
  .back_video .information p {
    line-height: 1.5625;
    font-size: 16px;
  }
}

@media screen and (max-width: 667px) {
  .back_video .information p {
    font-size: 14px;
    line-height: 1.14;
  }
}

.back_video .information span {
  letter-spacing: 0;
  font-weight: 400;
  line-height: 1.5625;
}

@media screen and (min-width: 668px) {
  .back_video .information span {
    font-size: 16px;
  }
}

@media screen and (max-width: 667px) {
  .back_video .information span {
    font-size: 14px;
  }
}

.space_video {
  background: url("/img/common/back.jpg");
  height: 30px;
}

/**
 * Splide.jsのスタイル上書き用
 */
.splide__pagination {
  padding: 0;
  left: unset;
  transform-origin: center right;
  right: 75px;
}

@media screen and (min-width: 668px) {
  .splide__pagination {
    bottom: 25px;
    gap: 30px;
  }
}

@media screen and (max-width: 667px) {
  .splide__pagination {
    bottom: unset;
    top: calc(20px + 52.0512820513vw + 40px);
    gap: 25px;
  }
}

.splide__pagination__page {
  margin: 0;
  background: #D5D5D5;
}

@media screen and (min-width: 668px) {
  .splide__pagination__page {
    width: 10px;
    height: 10px;
  }
}

@media screen and (max-width: 667px) {
  .splide__pagination__page {
    width: 15px;
    height: 15px;
  }
}

.splide__pagination__page.is-active {
  transform: scale(1);
  background: #37AF8A;
}

.splide__toggle {
  border: none;
  background: none;
  padding: 0;
  position: absolute;
  left: unset;
  right: 15px;
}

@media screen and (min-width: 668px) {
  .splide__toggle {
    bottom: 13px;
  }
}

@media screen and (max-width: 667px) {
  .splide__toggle {
    bottom: unset;
    transform: translateY(-25%);
    top: calc(20px + 52.0512820513vw + 40px);
  }
}

/**
 * break point
 */
/**
 * color scheme
 */
/**
 * break point
 */
/**
 * color scheme
 */
.mainVisual {
  display: grid;
}

@media screen and (min-width: 668px) {
  .mainVisual {
    gap: 20px;
    grid-template-columns: minmax(auto, 496px) minmax(320px, 864px);
    grid-template-areas: "content media";
  }
}

@media screen and (max-width: 667px) {
  .mainVisual {
    grid-template-areas: "media""content";
    grid-template-rows: auto;
  }
}

.mainVisual:hover {
  text-decoration: none;
}

.mainVisual__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  grid-area: content;
}

@media screen and (min-width: 668px) {
  .mainVisual__content .categoryLabel {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 667px) {
  .mainVisual__content .categoryLabel {
    margin-bottom: 10px;
  }
}

.mainVisual__content .linkButton {
  max-width: 263px;
  width: 100%;
  margin: 0 auto;
  padding: 15px 0 !important;
}

.mainVisual__date {
  font-weight: bold;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 668px) {
  .mainVisual__date {
    font-size: 16px;
  }
}

@media screen and (max-width: 667px) {
  .mainVisual__date {
    font-size: 13px;
  }
}

.mainVisual__title {
  letter-spacing: 0;
  line-height: 1.2666666667;
  width: 100%;
  margin-bottom: clamp(1.875rem, -1.633rem + 8.42vw, 5.625rem);
}

@media screen and (min-width: 668px) {
  .mainVisual__title {
    font-size: 30px;
  }
}

@media screen and (max-width: 667px) {
  .mainVisual__title {
    font-size: 20px;
  }
}

.mainVisual__media {
  grid-area: media;
  background: linear-gradient(#D1F5EA, #F5F5F5);
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.05);
}

@media screen and (min-width: 668px) {
  .mainVisual__media {
    border-radius: 15px;
    padding: 16px;
  }
}

@media screen and (max-width: 667px) {
  .mainVisual__media {
    margin-bottom: 80px;
  }
}

.mainVisual__media .photo {
  width: 100%;
  height: 100%;
  aspect-ratio: 828/466;
  -o-object-fit: cover;
  object-fit: cover;
}

/**
 * break point
 */
/**
 * color scheme
 */
/**
 * break point
 */
/**
 * color scheme
 */
.categoryLabel {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 20px;
  font-weight: bold;
}

.categoryLabel::before {
  content: "";
  background-color: #000000;
  display: block;
  transform-origin: 50% 50%;
  transform: translate(10px, -50%) rotate(25deg);
  width: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  height: calc(100% + 10px);
}

.categoryLabel--news::before {
  background-color: #0077DB;
}

.categoryLabel--trend::before {
  background-color: #00897B;
}

.categoryLabel--people::before {
  background-color: #F4511E;
}

.categoryLabel--gourmet::before {
  background-color: #43A047;
}

.categoryLabel--living::before {
  background-color: #D81B60;
}

.categoryLabel--event::before {
  background-color: #FB8C00;
}

.categoryLabel--entertainment::before {
  background-color: #5E35B1;
}

.categoryLabel--sponsor-content::before {
  background-color: #B13535;
}

/**
 * break point
 */
/**
 * color scheme
 */
/**
 * break point
 */
/**
 * color scheme
 */
.linkButton {
  border: 2px solid #000000;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 16px;
  transition: all 0.3s ease;
}

@media screen and (min-width: 668px) {
  .linkButton[data-link-button-state=enabled]:hover {
    text-decoration: none;
    background-color: #D6FBEF;
  }
}

.linkButton[data-link-button-state=disabled] {
  border-color: #A3A3A3;
  color: #A3A3A3;
  cursor: unset;
  pointer-events: none;
}

.linkButton span {
  display: block;
  line-height: 1;
}

@media screen and (min-width: 668px) {
  .linkButton:has(.upper, .location) {
    border-radius: 30px;
    padding: 20px 15px;
  }
}

@media screen and (max-width: 667px) {
  .linkButton:has(.upper, .location) {
    border-radius: 25px;
    padding: 15px 10px;
  }
}

.linkButton .upper {
  font-size: 16px;
  font-weight: bold;
}

.linkButton .location {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.05em;
}

.linkButton--arrow {
  position: relative;
  line-height: 1;
  border-radius: 45px;
}

@media screen and (min-width: 668px) {
  .linkButton--arrow {
    gap: 10px;
  }
}

@media screen and (max-width: 667px) {
  .linkButton--arrow {
    gap: 5px;
  }
}

@media screen and (min-width: 668px) {
  .linkButton--arrow:has(span) {
    border-radius: 45px;
    padding: 20px 15px;
  }
}

@media screen and (max-width: 667px) {
  .linkButton--arrow:has(span) {
    border-radius: 45px;
    padding: 25px 10px;
  }
}

.linkButton--arrow span {
  color: #F5F5F5;
}

.linkButton--arrow .jp {
  font-size: 18px;
}

.linkButton--arrow .en {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.05em;
}

.linkButton--arrow .svgIcon {
  position: absolute;
  right: 20px;
  top: 50%;
  z-index: 1;
  transition: all 0.3s ease;
  transform: translate(0, -50%);
}

.linkButton--arrow[data-link-button-state=enabled] {
  background-color: #000000;
}

@media screen and (min-width: 668px) {
  .linkButton--arrow[data-link-button-state=enabled]:hover {
    background-color: #148563;
    border-color: #148563;
  }

  .linkButton--arrow[data-link-button-state=enabled]:hover .svgIcon {
    transform: translate(10px, -50%);
  }
}

.linkButton--arrow[data-link-button-state=disabled] {
  background-color: #A3A3A3;
  border-color: #A3A3A3;
  cursor: unset;
  pointer-events: none;
}

.linkButton--illust {
  transition: all 0.3s ease;
  border-radius: 15px;
  position: relative;
  background-color: #fff;
  overflow: visible !important;
}

@media screen and (min-width: 668px) {
  .linkButton--illust {
    padding: 35px 40px;
    min-height: 170px;
    gap: none;
  }
}

@media screen and (max-width: 667px) {
  .linkButton--illust {
    gap: 10px;
    padding: 0 30px 0 15px;
    flex-direction: row;
    justify-content: flex-start;
    min-height: 110px;
  }
}

@media screen and (min-width: 668px) {
  .linkButton--illust:hover .svgIcon {
    transform: translate(10px, -50%);
  }
}

@media screen and (min-width: 668px) {
  .linkButton--illust .linkButton__illust {
    position: absolute;
    transform-origin: 50% 50%;
    transform: translate(-50%, -50%);
    top: -8%;
    left: 50%;
  }
}

@media screen and (max-width: 667px) {
  .linkButton--illust .linkButton__illust {
    width: 32.5%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media screen and (max-width: 667px) {
  .linkButton--illust .linkButton__illust .photo {
    transform: translateY(-20%);
  }
}

.linkButton--illust .linkButton__text {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 668px) {
  .linkButton--illust .linkButton__text {
    gap: 5px;
    text-align: center;
  }
}

@media screen and (max-width: 667px) {
  .linkButton--illust .linkButton__text {
    gap: 5px;
  }
}

.linkButton--illust .jp {
  font-size: 16px;
  letter-spacing: -0.05em;
}

.linkButton--illust .en {
  letter-spacing: 0;
  line-height: 1.1363636364;
}

@media screen and (min-width: 668px) {
  .linkButton--illust .en {
    font-size: 22px;
  }
}

@media screen and (max-width: 667px) {
  .linkButton--illust .en {
    font-size: 18px;
  }
}

.linkButton--illust .svgIcon {
  position: absolute;
  top: 50%;
  z-index: 1;
  transition: all 0.3s ease;
  transform: translate(0, -50%);
}

@media screen and (min-width: 668px) {
  .linkButton--illust .svgIcon {
    right: 20px;
  }
}

@media screen and (max-width: 667px) {
  .linkButton--illust .svgIcon {
    right: 10px;
  }
}

/**
 * break point
 */
/**
 * color scheme
 */
/**
 * break point
 */
/**
 * color scheme
 */
.heading {
  display: flex;
  flex-direction: column;
  position: relative;
}

@media screen and (min-width: 668px) {
  .heading {
    padding-left: 40px;
  }
}

@media screen and (max-width: 667px) {
  .heading {
    padding-left: 25px;
  }
}

.heading::before {
  content: "";
  background-color: #000000;
  display: block;
  transform-origin: 50% 50%;
  transform: translateY(-50%) rotate(25deg);
  width: 2px;
  position: absolute;
  top: 50%;
  left: 0;
}

@media screen and (min-width: 668px) {
  .heading::before {
    height: calc(100% + 20px);
  }
}

@media screen and (max-width: 667px) {
  .heading::before {
    height: calc(100% + 10px);
  }
}

.heading span {
  display: block;
}

.heading .en {
  font-weight: 100;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 668px) {
  .heading .en {
    line-height: 0.8;
    font-size: 50px;
  }
}

@media screen and (max-width: 667px) {
  .heading .en {
    font-size: 27px;
    line-height: 1.2962962963;
  }
}

.heading .jp {
  line-height: 1;
}

@media screen and (min-width: 668px) {
  .heading .jp {
    font-size: 16px;
    font-weight: 600;
    padding-top: 20px;
  }
}

@media screen and (max-width: 667px) {
  .heading .jp {
    font-size: 13px;
    padding-top: 5px;
    font-weight: 400;
  }
}

/**
 * break point
 */
/**
 * color scheme
 */
/**
 * break point
 */
/**
 * color scheme
 */
.textLink {
  font-size: inherit;
  text-decoration: underline;
  transition: all 0.3s ease;
}

@media screen and (min-width: 668px) {
  .textLink:hover {
    color: #148563;
  }
}

/**
 * break point
 */
/**
 * color scheme
 */
/**
 * break point
 */
/**
 * color scheme
 */
.generalSect {
  display: grid;
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 15px;
}

@media screen and (min-width: 668px) {
  .generalSect {
    max-width: 1200px;
    row-gap: 60px;
  }
}

@media screen and (max-width: 667px) {
  .generalSect {
    padding: 0 15px;
    row-gap: 30px;
  }
}

@media screen and (min-width: 668px) {
  .generalSect--inline {
    gap: 60px;
    align-items: center;
    grid-auto-flow: column;
  }
}

@media screen and (max-width: 667px) {
  .generalSect--inline {
    gap: 30px;
  }
}

@media screen and (min-width: 668px) {
  .generalSect--inline .generalSect__button {
    grid-column: 1/3;
    grid-row: 2;
  }
}

.generalSect__button {
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 668px) {
  .generalSect__button {
    max-width: 360px;
  }
}

@media screen and (max-width: 667px) {
  .generalSect__button {
    max-width: 280px;
  }
}

/**
 * break point
 */
/**
 * color scheme
 */
/**
 * break point
 */
/**
 * color scheme
 */
.videoCards {
  display: grid;
}

@media screen and (min-width: 668px) {
  .videoCards {
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  }
}

@media screen and (max-width: 667px) {
  .videoCards {
    gap: 20px 15px;
    grid-template-columns: repeat(2, 1fr);
  }
}

.videoCards__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
}

/**
 * break point
 */
/**
 * color scheme
 */
/**
 * break point
 */
/**
 * color scheme
 */
.cardLink {
  display: grid;
  gap: 8px;
  grid-template-rows: subgrid;
  grid-row: span 3;
}

.cardLink:hover {
  text-decoration: none;
}

@media screen and (min-width: 668px) {
  .cardLink:hover .cardLink__media .photo {
    transform: scale(1.1);
  }
}

.cardLink__media {
  overflow: hidden;
}

.cardLink__media .photo {
  width: 100%;
  height: 100%;
  aspect-ratio: 224/129;
  transition: all 0.3s ease;
}

@media screen and (min-width: 668px) {
  .cardLink__title {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.5625;
  }
}

@media screen and (max-width: 667px) {
  .cardLink__title {
    font-size: 13px;
    line-height: 1.3846153846;
  }
}

.cardLink__date {
  font-family: "Roboto", sans-serif;
  color: #525252;
  font-weight: 600;
  line-height: 0.8;
  letter-spacing: 0.02em;
  font-size: 13px;
}

/**
 * break point
 */
/**
 * color scheme
 */
/**
 * break point
 */
/**
 * color scheme
 */
.newsList {
  border-radius: 15px;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.05);
  background-color: #fff;
}

.newsList__link {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}

.newsList__link:hover {
  text-decoration: none;
}

@media screen and (min-width: 668px) {
  .newsList__link:hover {
    background-color: #D6FBEF;
  }
}

.newsList__pair {
  display: flex;
  font-size: 16px;
  height: 100%;
}

@media screen and (min-width: 668px) {
  .newsList__pair {
    gap: 24px;
    padding: 35px 100px 35px 45px;
    align-items: center;
  }
}

@media screen and (max-width: 667px) {
  .newsList__pair {
    padding: 20px 70px 20px 25px;
    flex-direction: column;
    justify-content: center;
  }
}

.newsList__term {
  font-family: "Robot", sans-serif;
  line-height: 1.5;
}

.newsList__desc {
  margin-left: 0;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media screen and (min-width: 668px) {
  .newsList__desc {
    -webkit-line-clamp: 2;
  }
}

@media screen and (max-width: 667px) {
  .newsList__desc {
    -webkit-line-clamp: 3;
  }
}

.newsList__desc--important {
  color: #E60012;
}

.newsList.splide .splide__toggle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (min-width: 668px) {
  .newsList.splide .splide__toggle {
    right: 30px;
  }
}

@media screen and (max-width: 667px) {
  .newsList.splide .splide__toggle {
    right: 15px;
  }
}

/**
 * break point
 */
/**
 * color scheme
 */
/**
 * break point
 */
/**
 * color scheme
 */
.newsCaster {
  display: flex;
  justify-content: space-between;
  gap: 25px;
}

@media screen and (max-width: 667px) {
  .newsCaster {
    flex-direction: column;
  }
}

.newsCaster__media {
  max-width: 793px;
}

.newsCaster__article {
  display: grid;
  gap: 20px;
  align-content: flex-start;
}

@media screen and (min-width: 668px) {
  .newsCaster__article {
    max-width: 380px;
  }
}

@media screen and (max-width: 667px) {
  .newsCaster__article {
    max-width: 245px;
    margin: 0 auto;
  }
}

.newsCaster__ttl {
  display: grid;
  gap: 10px;
}

.newsCaster__ttl span {
  letter-spacing: 0;
  line-height: 1;
  font-size: 16px;
  font-weight: normal;
  font-family: "Noto Sans CJK JP", sans-serif;
}

.newsCaster__ttl .postDate {
  letter-spacing: 0;
  font-family: "Noto Sans CJK JP", sans-serif;
  line-height: 1;
  font-size: 16px;
  font-weight: normal;
}

.newsCaster .photo {
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  width: 100%;
  height: auto;
}
.newsCaster__thumb .photo {
  object-fit: cover;
  object-position: center top;
  aspect-ratio: 380 / 255;
}


/**
 * break point
 */
/**
 * color scheme
 */
/**
 * break point
 */
/**
 * color scheme
 */
.newsCatch {
  display: grid;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
}

@media screen and (min-width: 668px) {
  .newsCatch {
    grid-template-columns: 41.6666666667% 1fr 1fr;
    grid-template-rows: repeat(2, 1fr);
  }
}

@media screen and (max-width: 667px) {
  .newsCatch {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 668px) {
  .newsCatch__item:first-child {
    grid-row: span 2;
    max-width: 500px;
    width: 100%;
  }
}

@media screen and (max-width: 667px) {
  .newsCatch__item:first-child {
    grid-column: span 2;
    margin: 0 auto;
  }
}

.newsCatch__link {
  background-color: #fff;
  display: grid;
  place-items: center;
  transition: all 0.3s ease;
  gap: 30px;
  box-sizing: border-box;
}

@media screen and (min-width: 668px) {
  .newsCatch__link {
    padding: 10px 40px;
    height: 100%;
    align-content: center;
  }
}

@media screen and (max-width: 667px) {
  .newsCatch__link {
    padding: 20px 10px;
  }
}

@media screen and (min-width: 668px) {
  .newsCatch__link:hover {
    text-decoration: none;
    background-color: #D6FBEF;
  }
}

@media screen and (min-width: 668px) {
  .newsCatch__link .logo {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 667px) {
  .newsCatch__link .logo {
    width: 100%;
    height: auto;
  }
}

.newsCatch__text {
  font-size: 16px;
  line-height: 1.5625;
}

.newsCatch .photo {
  width: 100%;
  aspect-ratio: 350/197;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 668px) {
  .newsCatch .photo {
    height: 100%;
  }
}

@media screen and (max-width: 667px) {
  .newsCatch .photo {
    height: auto;
  }
}

/**
 * break point
 */
/**
 * color scheme
 */
/**
 * break point
 */
/**
 * color scheme
 */
.areaLinks {
  display: grid;
  box-sizing: content-box;
  margin: 0 auto;
}

@media screen and (min-width: 668px) {
  .areaLinks {
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  }
}

@media screen and (max-width: 667px) {
  .areaLinks {
    gap: 18px 12px;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  }
}

@media screen and (max-width: 667px) {
  .areaLinks__item .linkButton {
    padding: 15px 5px;
  }
}

@media screen and (max-width: 667px) {
  .areaLinks__item .linkButton .location {
    text-align: center;
    font-size: 13px;
    letter-spacing: -0.025em;
  }
}

.areaLinks+.linkButton {
  margin-inline: auto;
}

@media screen and (min-width: 668px) {
  .areaLinks+.linkButton {
    margin-top: 60px;
    max-width: 360px;
  }
}

@media screen and (max-width: 667px) {
  .areaLinks+.linkButton {
    margin-top: 30px;
    max-width: 280px;
  }
}

/**
 * break point
 */
/**
 * color scheme
 */
/**
 * break point
 */
/**
 * color scheme
 */
.salesforceLinks {
  display: grid;
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 15px;
}

@media screen and (min-width: 668px) {
  .salesforceLinks {
    max-width: 1200px;
    gap: 75px 15px;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  }
}

@media screen and (max-width: 667px) {
  .salesforceLinks {
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(auto, 1fr));
  }
}

.salesforceLinks__item {
  grid-template-rows: subgrid;
}

.salesforceLinks__item .linkButton {
  height: 100%;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Roboto", "Noto Sans CJK JP", sans-serif;
  font-size: 16px;
  font-weight: normal;
  background-image: url(/img/top/bg-stripe.png);
}

@media screen and (min-width: 668px) {
  body {
    background-size: cover;
    background-attachment: fixed;
  }
}

main {
  margin: 0 auto;
}

.main-visual {
  position: relative;
  overflow: hidden;
}

.main-visual::before {
  content: "";
  display: block;
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  z-index: -1;
  inset: 0;
}

.main-visual::after {
  content: "";
  display: block;
  transform-origin: center center;
  transform: skew(-25deg);
  background: linear-gradient(0deg, rgb(84, 84, 84) 0%, rgb(0, 0, 0) 100%);
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  right: 0;
}

@media screen and (min-width: 668px) {
  .main-visual::after {
    width: 57.4324324324vw;
  }
}

@media screen and (max-width: 667px) {
  .main-visual::after {
    width: 100%;
    height: 61.5384615385vw;
  }
}

.main-visual .splide {
  box-sizing: content-box;
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width: 668px) {
  .main-visual .splide {
    max-width: 1370px;
    padding: 60px 15px;
  }
}

@media screen and (max-width: 667px) {
  .main-visual .splide {
    padding: 20px 15px 40px;
  }
}

@media screen and (min-width: 668px) {
  .news-section {
    padding: 70px 0 60px;
  }
}

@media screen and (max-width: 667px) {
  .news-section {
    padding: 60px 0 30px;
  }
}

@media screen and (min-width: 668px) {
  .recommended-section {
    padding: 70px 0 60px;
  }
}

@media screen and (max-width: 667px) {
  .recommended-section {
    padding: 60px 0 30px;
  }
}

@media screen and (min-width: 668px) {
  .news-catch-section {
    padding: 70px 0 60px;
  }
}

@media screen and (max-width: 667px) {
  .news-catch-section {
    padding: 60px 0 30px;
  }
}

@media screen and (min-width: 668px) {
  .fci-area-section {
    padding: 70px 0 60px;
  }
}

@media screen and (max-width: 667px) {
  .fci-area-section {
    padding: 60px 0 30px;
  }
}

.fci-area-section .generalSect__body {
  background-color: rgba(255, 255, 255, 0.6);
}

@media screen and (min-width: 668px) {
  .fci-area-section .generalSect__body {
    padding: 50px;
  }
}

@media screen and (max-width: 667px) {
  .fci-area-section .generalSect__body {
    padding: 30px 15px;
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media screen and (min-width: 668px) {
  .fci-area-section .areaLinks {
    padding-top: 30px;
  }
}

@media screen and (max-width: 667px) {
  .fci-area-section .areaLinks {
    padding-top: 20px;
  }
}

.newscaster-section {
  position: relative;
}

@media screen and (min-width: 668px) {
  .newscaster-section {
    padding: 70px 0 60px;
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 667px) {
  .newscaster-section {
    padding: 60px 0 30px;
    margin-bottom: 30px;
  }
}

.newscaster-section::after {
  content: "";
  display: block;
  background-color: rgba(255, 255, 255, 0.6);
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: -1;
}

@media screen and (min-width: 668px) {
  .newscaster-section::after {
    min-height: 354px;
  }
}

@media screen and (max-width: 667px) {
  .newscaster-section::after {
    min-height: 454px;
  }
}

@media screen and (max-width: 667px) {
  .newscaster-section .linkButton {
    max-width: 280px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 668px) {
  .link-group {
    padding: 70px 0 60px;
  }
}

@media screen and (max-width: 667px) {
  .link-group {
    padding: 60px 0 30px;
  }
}

.wrapOriginalBnr {
  margin: 0 auto;
}

@media screen and (min-width: 668px) {
  .wrapOriginalBnr {
    padding: 60px 0 0;
  }
}

@media screen and (max-width: 667px) {
  .wrapOriginalBnr {
    padding: 60px 15px 0;
  }
}

/* =======================================
	バナー　スペシャル
=======================================*/
.secBnr .inner {
  margin: 0 auto;
  /*padding: 60px 0;*/
　padding: 30px 0!important;
  max-width: 880px;
  width: 100%;
}

.secBnr .wrapBnr {
  background: #e5e5e5;
  padding: 10px;
}

.secBnr .tit {
  width: 10%;
  float: left;
  vertical-align: middle;
  color: #8c8c8c;
  font-weight: bold;
  text-align: center;
  margin: 42px 0 0 0;
}

.secBnr .wrapImg {
  width: 90%;
  float: right;
}

.secBnr .wrapImg img.sp {
  display: none;
}

.secBnr .wrapImg img.pc {
  display: block;
}

.secBnr .wrapImg img {
  max-width: 100%;
}


/* =======================================
	Middle バナー
======================================= */
.secBnrMiddle {
  text-align: center;
}

.secBnrMiddle a {
  display: block;
}

.secBnrMiddle a img.sp {
  display: none;
}

.secBnrMiddle a img.pc {
  display: block;
}


@media screen and (max-width: 667px) {

  /* =======================================
	SPECIAL バナー
======================================= */
  .secBnr .wrapBnr {
    background: unset;
  }

  .secBnr .tit {
    color: #000000;
    float: none;
    width: 100%;
  }

  .secBnr .wrapImg {
    float: none;
    width: 100%;
  }

  .secBnr .wrapImg img.sp {
    display: block;
  }

  .secBnr .wrapImg img.pc {
    display: none;
  }
}


/* =======================================
	original_rectangle_bnr
======================================= */
.orginalRectBnr {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, 240px);
  justify-content: center;
}

@media screen and (min-width: 668px) {
  .orginalRectBnr {
    /*padding: 60px 15px;*/
    padding: 30px 15px;
    gap: 20px;
  }
}

@media screen and (max-width: 667px) {
  .orginalRectBnr {
    /*padding: 60px 15px 0;*/
    padding: 30px 15px 0;
    gap: 15px;
  }
}

/* =======================================
	original_middle_s_bnr
======================================= */
.orginalMiddleSBnr {
  max-width: 1200px;
  box-sizing: content-box;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 590px));
  justify-content: center;
}

.orginalMiddleSBnr img {
  height: auto;
  width: 100%;
  vertical-align: middle;
}

@media screen and (min-width: 668px) {
  .orginalMiddleSBnr {
    /*padding: 60px 15px;*/
    padding: 30px 15px;
    gap: 20px;
  }

  .orginalMiddleSBnr img.pc {
    display: block;
  }

  .orginalMiddleSBnr img.sp {
    display: none;
  }
}

@media screen and (max-width: 667px) {
  .orginalMiddleSBnr {
    /*padding: 60px 15px 0;*/
    padding: 30px 15px 0;
    gap: 15px;
  }

  .orginalMiddleSBnr img.pc {
    display: none;
  }

  .orginalMiddleSBnr img.sp {
    display: block;
  }
}

/* =======================================
	original_middle_bnr
======================================= */
.orginalMiddleBnr {
  max-width: 1200px;
  box-sizing: content-box;
  margin: 0 auto;
  display: grid;
  justify-content: center;
}

.orginalMiddleBnr img {
  height: auto;
  width: 100%;
  vertical-align: middle;
}

@media screen and (min-width: 668px) {
  .orginalMiddleBnr {
    /*padding: 60px 15px;*/
    padding: 30px 15px;
    gap: 20px;
  }

  .orginalMiddleBnr img.pc {
    display: block;
  }

  .orginalMiddleBnr img.sp {
    display: none;
  }
}

@media screen and (max-width: 667px) {
  .orginalMiddleBnr {
    /*padding: 60px 15px 0;*/
    padding: 30px 15px 0;
    gap: 15px;
  }

  .orginalMiddleBnr img.pc {
    display: none;
  }

  .orginalMiddleBnr img.sp {
    display: block;
  }
}

/* =======================================
	original_under_bnr
======================================= */
.orginalUnderBnr {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(150px, 320px));
  justify-content: center;
}

.orginalUnderBnr img {
  height: auto;
  width: 100%;
  vertical-align: middle;
}

@media screen and (min-width: 668px) {
  .orginalUnderBnr {
    /*padding: 60px 15px;*/
    padding: 0 15px 60px;
    gap: 120px;
  }
}

@media screen and (max-width: 667px) {
  .orginalUnderBnr {
    /*padding: 60px 15px;*/
    padding: 30px 15px 60px;
    gap: 15px;
  }
}

/*# sourceMappingURL=top.css.map */
