@charset "EUC-JP";

.c-top-firstView {
  --firstViewSlideHeight: 100vh;
}

.c-top-firstView.withNews {
  --firstViewSlideHeight: calc(100vh - 70px);
}

.c-top-firstView {
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-top: 96px;
}

@media screen and (max-width:1024px) {
  .c-top-firstView {
    padding-top: 52px;
  }
}

.c-top-firstView a,
.c-top-firstView img,
.c-top-firstView picture {
  width: 100%;
  height: 100%;
  display: block;
  outline: none;
}

.c-top-firstView img {
  object-fit: cover;
  object-position: center;
}

.c-top-firstView a:hover {
  opacity: 1;
}

@media screen and (max-width:1024px) {
  .c-top-firstView {
    --firstViewSlideHeight: calc(100vh - 60px);
    --firstViewSlideHeight: calc(100svh - 60px);
  }

  .c-top-firstView.withNews {
    --firstViewSlideHeight: calc(100vh - 60px - 100px);
    --firstViewSlideHeight: calc(100svh - 60px - 100px);
  }
}

.c-top-information {
  margin-top: 60px;
}

.c-top-informationImage {
  width: 100%;
  position: relative;
  background-image: url(https://img.shop-pro.jp/tmpl_img/87/bg.gif);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.c-top-informationImage::before {
  content: "";
  padding-top: 59.61%;
  display: block;
}

.c-top-informationMessage {
  padding: 60px 0 0 0;
  line-height: 200%;
  margin: 0 0 0 auto;
  position: relative;
  z-index: 3;
}

@media screen and (max-width:1024px) {
  .c-top-informationMessage {
    width: calc(100% - 8vw);
    max-width: 100%;
    padding: 30px 4vw 0 4vw;
    line-height: 180%;
    margin: -4vw auto 0 auto;
  }
}

.c-top-interval,
.c-top-ranking,
.c-top-message,
.c-top-freespace {
  margin-top: 120px;
}

@media screen and (max-width:1024px) {

  .c-top-interval,
  .c-top-ranking,
  .c-top-message,
  .c-top-freespace {
    margin-top: 90px;
  }
}

.c-top-intervalImage {
  width: 100%;
  max-height: 40vw;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.c-top-intervalImage img {
  position: static;
}

.c-top-ranking .c-sliderPrev {
  position: absolute;
  right: 52px;
  top: 50%;
  transform: translatey(-50%);
}

.c-top-ranking .c-sliderNext {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translatey(-50%);
}

@media screen and (max-width:1024px) {
  .c-top-ranking .c-sliderPrev {
    right: 37px;
  }
}

.c-top-messageImage {
  width: 100%;
  position: relative;
}

.c-top-messageImage::before {
  content: "";
  padding-top: 48.08%;
  display: block;
}

.c-top-message .l-content {
  width: 100%;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.c-top-messageManager {
  width: 33%;
}

.c-top-messageComment {
  width: calc(100% - 33% - 40px);
  line-height: 200%;
}

.c-top-messageManagerName {
  font-family: var(--boldfont);
  font-weight: bold;
  font-size: 24px;
  line-height: 150%;
}

.c-top-messageLink {
  display: inline-block;
  margin-top: 1em;
  color: var(--defaultColor);
  font-size: 16px;
  line-height: 150%;
  position: relative;
}

.c-top-messageLink::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background: var(--defaultColor);
  opacity: 0.5;
}

@media screen and (max-width:1024px) {
  .c-top-messageImage {
    width: 100%;
    position: relative;
  }

  .c-top-message .l-content {
    display: block;
  }

  .c-top-messageManager {
    width: 100%;
    text-align: center;
  }

  .c-top-messageComment {
    width: 100%;
    line-height: 180%;
    margin-top: 40px;
  }

  .c-top-messageManagerName {
    font-size: 20px;
  }

  .c-top-messageLink {
    display: inline-block;
    margin-top: 1em;
    color: var(--defaultColor);
    font-size: 16px;
    line-height: 150%;
    position: relative;
  }
}

.concept_inner {
  display: flex;
  column-gap: 40px;
  margin-top: 64px;
  --left-width: 456px;
}

@media screen and (max-width:960px) {
  .concept_inner {
    display: contents;
  }
}

.concept_left {
  width: var(--left-width);
}

@media screen and (max-width:960px) {
  .concept_left {
    margin-top: 24px;
  }
}

@media screen and (max-width:960px) {

  .c-pageTitle,
  .c-sectionTitle {
    margin-bottom: 8px;
  }
}

.concept_right {
  width: 100% - var(--left-width);
}

.c-news {
  width: 100%;
  max-width: 1073px;
}

.c-news ul {
  margin: 0;
}

.c-news li {
  list-style: none;
  padding: 16px 0;
  border-bottom: 1px solid #AFAFAF;
}

.c-news li:last-child {
  border-bottom: 0;
}
