/*!
global > color
------------------------------
*/
/*!
global > mixin
------------------------------
*/
.p-top-container {
  padding: 0 24px;
}
@media screen and (min-width: 768px) {
  .p-top-container {
    max-width: 1062px;
    margin: 0 auto;
    padding: 0 20px;
  }
}

.c-btn-fixed {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.c-btn-fixed.active {
  opacity: 1;
  visibility: visible;
}

.p-top-mv {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-top-mv {
    display: flex;
    justify-content: space-between;
    gap: clamp(1.25rem, 7.9113924051vw + -2.5474683544rem, 4.375rem);
    height: clamp(31.25rem, 16.4556962025vw + 23.3512658228rem, 37.75rem);
    padding: 0 20px 0 20px;
  }
}
.p-top-mv__slide {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease;
}
@media screen and (min-width: 768px) {
  .p-top-mv__slide {
    display: block;
  }
}
.p-top-mv__slide:not(.slick-initialized) {
  opacity: 0;
  visibility: hidden;
}
.p-top-mv__slide .slick-list,
.p-top-mv__slide .slick-track {
  height: 100%;
}
.p-top-mv__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-top-mv__main {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 45px;
  padding: 54px 24px 44px;
}
@media screen and (min-width: 768px) {
  .p-top-mv__main {
    max-width: 769px;
    width: 58%;
    margin: 0 0 0 calc(50% - clamp(22.75rem, 23.1012658228vw + 11.6613924051rem, 31.875rem));
    padding: 0 0 50px;
  }
}
.p-top-mv__main .p-top-mv__slide {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-top-mv__main .p-top-mv__slide {
    display: none;
  }
}
.p-top-mv__tabs {
  display: flex;
  gap: 1px;
}
@media screen and (min-width: 768px) {
  .p-top-mv__tabs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-top-mv__tab {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 30px;
  padding: 4px 10px;
  background-color: rgba(34, 34, 34, 0.8);
  border-radius: 5px 5px 0 0;
  color: #fff;
  font-size: 0.75rem;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .p-top-mv__tab {
    min-height: 40px;
    padding: 4px;
    font-size: 1.25rem;
    font-size: clamp(0.875rem, 0.9493670886vw + 0.4193037975rem, 1.25rem);
    cursor: pointer;
    transition: all 0.5s;
  }
  .p-top-mv__tab:hover {
    opacity: 0.7;
  }
}
.p-top-mv__tab--active {
  background-color: rgba(86, 112, 149, 0.95);
}
@media screen and (min-width: 768px) {
  .p-top-mv__tab--active {
    pointer-events: none;
  }
}
.p-top-mv__tab:nth-child(1) {
  width: 23.5294117647%;
}
@media screen and (min-width: 768px) {
  .p-top-mv__tab:nth-child(1) {
    width: auto;
  }
}
.p-top-mv__tab:nth-child(2) {
  width: 34.4117647059%;
}
@media screen and (min-width: 768px) {
  .p-top-mv__tab:nth-child(2) {
    width: auto;
  }
}
.p-top-mv__tab:nth-child(3) {
  width: 42.0588235294%;
}
@media screen and (min-width: 768px) {
  .p-top-mv__tab:nth-child(3) {
    width: auto;
  }
}
.p-top-mv__form {
  margin-bottom: 11px;
}
@media screen and (min-width: 768px) {
  .p-top-mv__form {
    margin-bottom: clamp(4.75rem, 12.6582278481vw + -1.3259493671rem, 9.75rem);
  }
}
.p-top-mv__form-main {
  padding: 28px 17px 29px 20px;
  background-color: rgba(86, 112, 149, 0.95);
  border-radius: 0 0 5px 5px;
}
@media screen and (min-width: 768px) {
  .p-top-mv__form-main {
    padding: 23px clamp(1.25rem, 3.164556962vw + -0.2689873418rem, 2.5rem) 18px clamp(1.25rem, 3.6392405063vw + -0.496835443rem, 2.6875rem);
  }
}
.p-top-mv__form-group {
  margin-bottom: 9px;
}
@media screen and (min-width: 768px) {
  .p-top-mv__form-group {
    margin-bottom: 17px;
  }
}
.p-top-mv__search {
  display: none;
}
.p-top-mv__search--active {
  display: block;
}
.p-top-mv__search-form {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2px;
  width: 100%;
  height: 32px;
}
@media screen and (min-width: 768px) {
  .p-top-mv__search-form {
    gap: 6px;
    height: 52px;
  }
}
.p-top-mv__search-input {
  width: 100%;
  height: 100%;
  padding: 10px 13px;
  background-color: #fff;
  border: none;
  border-radius: 2px;
  outline: none;
  font-size: 0.8125rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-top-mv__search-input {
    padding: 10px 20px;
    font-size: 1.0625rem;
  }
}
.p-top-mv__search-input::placeholder {
  color: #797979;
}
.p-top-mv__search input[type=submit], .p-top-mv__search-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 32px;
  height: 100%;
  padding: 2px 2px 3px;
  background: url(../images/common/icon_lookup.svg) no-repeat center/contain, #222;
  background-size: 24px 24px;
  border: none;
  border-radius: 2px;
  font-size: 0;
}
@media screen and (min-width: 768px) {
  .p-top-mv__search input[type=submit], .p-top-mv__search-btn {
    width: 58px;
    padding: 2px 2px 4px;
    transition: all 0.5s;
  }
  .p-top-mv__search input[type=submit]:hover, .p-top-mv__search-btn:hover {
    opacity: 0.7;
  }
}
.p-top-mv__search input[type=submit] img, .p-top-mv__search-btn img {
  width: 12px;
}
@media screen and (min-width: 768px) {
  .p-top-mv__search input[type=submit] img, .p-top-mv__search-btn img {
    width: 24px;
  }
}
.p-top-mv__search input[type=submit]::before, .p-top-mv__search-btn::before {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../images/common/icon_lookup.svg) no-repeat center/contain;
}
.p-top-mv__search-icon {
  display: inline-flex;
}
.p-top-mv__links {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px 15px;
}
@media screen and (min-width: 768px) {
  .p-top-mv__links {
    gap: 10px 27px;
    padding-right: 4px;
  }
}
.p-top-mv__link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.4;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .p-top-mv__link {
    gap: 10px;
    font-size: clamp(0.875rem, 0.3164556962vw + 0.7231012658rem, 1rem);
    transition: all 0.5s;
  }
  .p-top-mv__link:hover {
    opacity: 0.7;
  }
}
.p-top-mv__link::after {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  width: 9px;
  height: 9px;
  background: url(../images/common/icon_arrow.svg) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .p-top-mv__link::after {
    width: 14px;
    height: 14px;
  }
}
.p-top-mv__notice {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #fff;
  border: 1px solid #c3495d;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .p-top-mv__notice {
    flex-direction: row;
    border-width: 3px;
  }
}
.p-top-mv__notice-ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
  flex-shrink: 0;
  padding: 5px 14px 6px 16px;
  background-color: #c3495d;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-top-mv__notice-ttl {
    gap: 8px;
    min-height: 64px;
    padding: 10px 28px 10px 12px;
    font-size: 0.970625rem;
    font-size: clamp(0.8125rem, 0.4003164557vw + 0.6203481013rem, 0.970625rem);
  }
}
.p-top-mv__notice-ttl::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../images/common/icon_warning.svg) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .p-top-mv__notice-ttl::before {
    width: 22px;
    height: 19px;
  }
}
.p-top-mv__notice-post {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 12px 14px 14px;
}
@media screen and (min-width: 768px) {
  .p-top-mv__notice-post {
    flex-direction: row;
    align-items: center;
    gap: 17px;
    padding: 9px 20px 7px 23px;
    transition: all 0.5s;
  }
  .p-top-mv__notice-post:hover {
    opacity: 0.7;
  }
}
.p-top-mv__notice-date {
  align-self: baseline;
  flex-shrink: 0;
  color: #c3495d;
  font-family: "Amiri", serif;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .p-top-mv__notice-date {
    padding-top: 3px;
    font-size: 0.9375rem;
  }
}
.p-top-mv__notice-txt {
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .p-top-mv__notice-txt {
    width: 100%;
    font-size: clamp(0.875rem, 0.3164556962vw + 0.7231012658rem, 1rem);
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
.p-top-mv__aside {
  padding: 0 24px;
}
@media screen and (min-width: 768px) {
  .p-top-mv__aside {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: clamp(17.5rem, 11.3924050633vw + 12.0316455696rem, 22rem);
    padding: 14px 14px 16px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0, rgba(253, 253, 253, 0.8) 100%);
  }
}
.p-top-mv__open {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
  width: 100%;
}
.p-top-mv__open-header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 8px 11px 13px;
  padding: 8px clamp(0.3125rem, 40vw + -9.0625rem, 0.6875rem) 13px;
}
@media screen and (min-width: 768px) {
  .p-top-mv__open-header {
    min-height: clamp(4.6875rem, 3.3227848101vw + 3.0925632911rem, 6rem);
    padding: 0 clamp(0.375rem, 0.4746835443vw + 0.1471518987rem, 0.5625rem) 11px;
  }
}
.p-top-mv__open-heading {
  color: #333;
  font-size: 1.1875rem;
  line-height: 1.21;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-top-mv__open-heading {
    position: relative;
    top: -4px;
    font-size: 1.5rem;
    font-size: clamp(1.25rem, 0.6329113924vw + 0.9462025316rem, 1.5rem);
  }
}
.p-top-mv__open-date {
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .p-top-mv__open-date {
    font-size: 0.9375rem;
    font-size: clamp(0.75rem, 0.4746835443vw + 0.5221518987rem, 0.9375rem);
    letter-spacing: 0.08em;
  }
}
.p-top-mv__open-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 65px;
  padding: 7px 10px 10px;
  background-color: rgba(34, 34, 34, 0.9);
  border-radius: 6px;
}
@media screen and (min-width: 768px) {
  .p-top-mv__open-item {
    min-height: clamp(4.6875rem, 3.3227848101vw + 3.0925632911rem, 6rem);
    padding: 9px 12px 11px;
    transition: all 0.5s;
  }
  .p-top-mv__open-item:hover {
    opacity: 0.7;
  }
}
.p-top-mv__open-label {
  color: #fdfdfd;
  font-size: 0.8125rem;
  font-weight: 500;
  font-weight: 500;
  line-height: 1.48;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .p-top-mv__open-label {
    font-size: 0.9375rem;
    font-size: clamp(0.75rem, 0.4746835443vw + 0.5221518987rem, 0.9375rem);
  }
}
.p-top-mv__open-label.ls0 {
  letter-spacing: 0;
}
.p-top-mv__open-time {
  padding-right: 3px;
  color: #fdfdfd;
  font-family: "Inter", sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  text-align: right;
  line-height: 1;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .p-top-mv__open-time {
    padding-right: 0;
    font-size: 1.375rem;
    font-size: clamp(1rem, 0.9493670886vw + 0.5443037975rem, 1.375rem);
    font-weight: 400;
  }
}

.p-top-info {
  padding: 70px 0 49px;
}
@media screen and (min-width: 768px) {
  .p-top-info {
    padding: 63px 0 86px;
  }
}
@media screen and (min-width: 768px) {
  .p-top-info__inner {
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 30px;
    min-height: 300px;
  }
}
.p-top-info .c-heading {
  margin-bottom: 19px;
}
@media screen and (min-width: 768px) {
  .p-top-info .c-heading {
    margin-top: 32px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-top-info__main {
    margin-left: auto;
    max-width: 633px;
  }
}
.p-top-info__social {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 13px;
}
@media screen and (min-width: 768px) {
  .p-top-info__social {
    margin-bottom: 14px;
  }
}
.p-top-info__social-link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-top-info__social-link {
    transition: all 0.5s;
  }
  .p-top-info__social-link:hover {
    opacity: 0.7;
  }
}
.p-top-info__social-link:not(:last-child) {
  margin-right: 20px;
  padding-right: 20px;
}
.p-top-info__social-link:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 26px;
  background-color: #d6d6d6;
}
.p-top-info__post {
  margin-bottom: 6px;
}
@media screen and (min-width: 768px) {
  .p-top-info__post {
    transition: all 0.5s;
  }
  .p-top-info__post:hover {
    opacity: 0.7;
  }
}
.p-top-info__post:last-child {
  margin-bottom: 0;
}
.p-top-info__post:nth-child(n+6) {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-top-info__post:nth-child(n+6) {
    display: block;
  }
}
.p-top-info__post--pin {
  position: relative;
}
.p-top-info__post--pin .p-top-info__post-ttl {
  padding-left: 20px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-top-info__post--pin .p-top-info__post-ttl {
    padding-left: 0;
  }
}
.p-top-info__post--pin::before {
  content: "";
  position: absolute;
  top: 42px;
  left: 14px;
  width: 15px;
  height: 15px;
  background: url(../images/common/icon_pin.svg) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .p-top-info__post--pin::before {
    top: 19px;
    left: 103px;
    width: 17px;
    height: 17px;
    transition: all 0.5s;
  }
}
.p-top-info__post-inner {
  display: flex;
  flex-direction: column;
  padding: 18px 15px;
  background-color: #fff;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .p-top-info__post-inner {
    flex-direction: row;
    align-items: flex-start;
    min-height: 52px;
    padding: 15px 17px 13px;
  }
}
.p-top-info__post-date {
  display: block;
  margin-bottom: 3px;
  color: #567095;
  font-family: "Amiri", serif;
  font-size: 0.875rem;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p-top-info__post-date {
    position: relative;
    top: 3px;
    flex-shrink: 0;
    width: 105px;
    margin-bottom: 0;
  }
}
.p-top-info__post-ttl {
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-top-info__post-ttl {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .p-top-info .c-ttl01 {
    margin-top: 32px;
    margin-left: -3px;
  }
}
.p-top-info__footer {
  max-width: 256px;
  margin: 31px auto 0;
}
@media screen and (min-width: 768px) {
  .p-top-info__footer {
    position: absolute;
    top: 173px;
    left: 0;
    max-width: 286px;
    margin: 0;
  }
}
.p-top-info__btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 42px;
  margin-bottom: 14px;
  padding: 10px 17px 10px 19px;
  background-color: #333;
  border-radius: 4px;
  color: #fff;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p-top-info__btn {
    width: 286px;
    min-height: 48px;
    margin-bottom: 16px;
    padding: 10px 21px 10px 22px;
    transition: all 0.5s;
  }
  .p-top-info__btn:hover {
    opacity: 0.7;
  }
}
.p-top-info__btn::after {
  content: "";
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../images/common/icon_arrow_black.svg) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .p-top-info__btn::after {
    top: 1px;
    width: 14px;
    height: 14px;
  }
}
.p-top-info__links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 7px;
}
.p-top-info__link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 3px 13px;
  background-color: #dcdee0;
  border-radius: 100px;
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .p-top-info__link {
    min-height: 28px;
    padding: 2px 14px;
    font-size: 0.875rem;
    transition: all 0.5s;
  }
  .p-top-info__link:hover {
    opacity: 0.7;
  }
}
.p-top-info__link-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.p-top-pickup {
  padding: 43px 0 0;
  background-color: #e1e4e5;
}
@media screen and (min-width: 768px) {
  .p-top-pickup {
    padding: 60px 0 75px;
  }
}
.p-top-pickup .c-heading {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .p-top-pickup .c-heading {
    margin-bottom: 32px;
  }
}
.p-top-pickup__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 12px;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .p-top-pickup__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 37px;
  }
}
.p-top-pickup__item {
  position: relative;
  padding: 12px;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-top-pickup__item {
    transition: all 0.5s;
  }
  .p-top-pickup__item:hover {
    opacity: 0.7;
  }
}
.p-top-pickup__item-inner {
  display: flex;
}
.p-top-pickup__item-img {
  flex-shrink: 0;
  width: 42.3197492163%;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-top-pickup__item-img {
    width: 48.9361702128%;
  }
}
.p-top-pickup__item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-top-pickup__item-img img {
    min-height: 325px;
  }
}
.p-top-pickup__item-box {
  width: 100%;
  padding: 11px 30px 11px 22px;
}
@media screen and (min-width: 768px) {
  .p-top-pickup__item-box {
    padding: 19px 23px;
  }
}
.p-top-pickup__item-date {
  margin-bottom: 16px;
  color: #567095;
  font-family: "Amiri", serif;
  font-size: 0.6875rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-top-pickup__item-date {
    margin-bottom: 46px;
    font-size: 0.8125rem;
  }
}
.p-top-pickup__item-ttl {
  color: #333;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-top-pickup__item-ttl {
    max-width: 184px;
    font-size: 1.25rem;
  }
}
.p-top-pickup__item-txt {
  margin-top: 10px;
  font-size: 0.75rem;
  line-height: 1.68;
  letter-spacing: 0.05em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-top-pickup__item-txt {
    margin-top: 17px;
    font-size: 0.875rem;
  }
}
.p-top-pickup__item-pickup {
  position: absolute;
  top: 0;
  right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
}
@media screen and (min-width: 768px) {
  .p-top-pickup__item-pickup {
    right: 24px;
    width: 30px;
  }
}
.p-top-pickup__list {
  position: relative;
}
.p-top-pickup__slide {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 11px;
  margin: 0 -24px;
  padding: 27px 24px;
  background-color: #d0d5d7;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-top-pickup__slide {
    display: block;
    margin: 0;
    padding: 30px 0;
  }
}
@media screen and (min-width: 768px) {
  .p-top-pickup__slide .slick-list {
    margin-left: -342px;
  }
}
@media screen and (min-width: 768px) {
  .p-top-pickup__slide .p-top-pickup__item {
    width: 325px;
    height: auto;
    margin-right: 18px;
  }
}
.p-top-pickup__slide .p-top-pickup__item-inner {
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-top-pickup__slide .p-top-pickup__item-inner {
    flex-direction: row;
  }
}
.p-top-pickup__slide .p-top-pickup__item-img {
  height: 22.0512820513vw;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-pickup__slide .p-top-pickup__item-img {
    width: 38.3333333333%;
    height: auto;
    max-width: 115px;
  }
}
@media screen and (min-width: 768px) {
  .p-top-pickup__slide .p-top-pickup__item-img img {
    min-height: 162px;
  }
}
.p-top-pickup__slide .p-top-pickup__item-box {
  padding: 15px 0 12px;
}
@media screen and (min-width: 768px) {
  .p-top-pickup__slide .p-top-pickup__item-box {
    padding: 19px 23px 0;
  }
}
.p-top-pickup__slide .p-top-pickup__item-date {
  margin-bottom: 5px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-top-pickup__slide .p-top-pickup__item-date {
    margin-bottom: 6px;
  }
}
.p-top-pickup__slide .p-top-pickup__item-ttl {
  font-size: 0.875rem;
  line-height: 1.64;
  letter-spacing: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-top-pickup__slide .p-top-pickup__item-ttl {
    font-size: 1rem;
    line-height: 1.6;
  }
}
.p-top-pickup__ctrl {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  display: none;
}
@media screen and (min-width: 768px) {
  .p-top-pickup__ctrl {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    pointer-events: none;
    left: clamp(-1.25rem, -1.582278481vw + 0.1344936709rem, -0.625rem);
    width: calc(100% + clamp(1.25rem, 3.164556962vw + -0.2689873418rem, 2.5rem));
  }
}
.p-top-pickup__prev, .p-top-pickup__next {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  background-color: #333;
  border-radius: 100%;
  pointer-events: auto;
}
@media screen and (min-width: 768px) {
  .p-top-pickup__prev, .p-top-pickup__next {
    cursor: pointer;
    transition: all 0.5s;
  }
  .p-top-pickup__prev:hover, .p-top-pickup__next:hover {
    background-color: #567095;
  }
}
.p-top-pickup__prev::before, .p-top-pickup__next::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 9px;
  height: 14px;
  background: url(../images/common/icon_arrow_stroke.svg) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .p-top-pickup__prev::before, .p-top-pickup__next::before {
    left: 2px;
  }
}
.p-top-pickup__next {
  transform: scaleX(-1);
}

.p-top-banner {
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  .p-top-banner {
    padding: 50px 0;
  }
}
.p-top-banner__inner {
  max-width: 868px;
  margin: 0 auto;
}
.p-top-banner__link {
  position: relative;
  display: block;
  height: 96px;
  border-radius: 6px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-top-banner__link {
    height: 170px;
    transition: all 0.5s;
  }
  .p-top-banner__link:hover {
    opacity: 0.7;
  }
}
.p-top-banner__link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 28px;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background: url(../images/common/icon_arrow_white.svg) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .p-top-banner__link::before {
    right: 47px;
    width: 28px;
    height: 28px;
  }
}
.p-top-banner__img {
  height: 100%;
}
.p-top-banner__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-top-banner__txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fdfdfd;
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-top-banner__txt {
    left: calc(50% + 6px);
    width: calc(100% - 200px);
    font-size: 1.875rem;
  }
}

/*# sourceMappingURL=top.css.map */
