@charset "UTF-8";

/* ===============================================
# novelty
=============================================== */

.p-novelty {
  opacity: 0;
}

.-subLoadComplete .p-novelty {
  -webkit-animation: ani-fadein 0.8s cubic-bezier(0.02, 0.88, 0.58, 1) 0s 1 normal forwards;
  animation: ani-fadein 0.8s cubic-bezier(0.02, 0.88, 0.58, 1) 0s 1 normal forwards;
  -webkit-transition: opacity 0.8s, -webkit-transform 0.85s cubic-bezier(0.18, 0.63, 0.19, 0.98);
  transition: opacity 0.8s, -webkit-transform 0.85s cubic-bezier(0.18, 0.63, 0.19, 0.98);
  transition: opacity 0.8s, transform 0.85s cubic-bezier(0.18, 0.63, 0.19, 0.98);
  transition: opacity 0.8s, transform 0.85s cubic-bezier(0.18, 0.63, 0.19, 0.98), -webkit-transform 0.85s cubic-bezier(0.18, 0.63, 0.19, 0.98);
}

a {
  color: #fff;
}

.p-novelty {
  position: relative;
}

@media screen and (min-width: 769px) {
  .p-novelty {
    max-width: 1200px;
    min-height: 260px;
    margin: 0 auto 100px;
  }
}

@media screen and (max-width: 768px) {
  .p-novelty {
    padding: 0 4vw;
  }
}

.p-novelty__in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 769px) {
  .p-novelty__in {
    margin: 40px 3.33333vw 0;
  }
}

@media screen and (max-width: 768px) {
  .p-novelty__in {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (min-width: 769px) {
  .p-novelty__nav--in {
    width: 322px;
    position: sticky;
    top: 150px;
  }
}

@media screen and (max-width: 768px) {
  .p-novelty__nav--in {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 32px;
  }
}

.p-novelty__nav--subttl > span {
  background: #333;
  padding: 4px;
  display: inline-block;
  line-height: 1;
  font-size: 10px;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .p-novelty__nav--subttl > span {
    -webkit-transform: translate(0, 3px) scale(0.7);
    transform: translate(0, 3px) scale(0.7);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
}

@media screen and (max-width: 768px) {
  .p-novelty__nav--cont.-half {
    width: calc(50% - 5px);
  }

  .p-novelty__nav--cont.-half:first-child {
    /* margin-right: 5px; */
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .p-novelty__nav--cont.-full {
    width: 100%;
  }
}

.p-novelty__nav--list {
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #333;
}

@media screen and (max-width: 768px) {
  .-full .p-novelty__nav--list {
    padding: 0;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 768px) {
  .p-novelty__nav--list {
    padding: 5px;
    margin-bottom: 5px;
  }
}

.p-novelty__nav--item:not(:last-child) {
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  /* .p-novelty__nav--cont.-full .p-novelty__nav--item {
    margin-bottom: 10px;
  } */
}

@media screen and (max-width: 768px) {
  .-full .p-novelty__nav--item {
    width: calc(50% - 5px);
    border: 1px solid #333;
    padding: 5px;
  }

  .-full .p-novelty__nav--item:not(:nth-child(2n)) {
    margin-right: 5px;
  }
}

.p-novelty__nav--item a {
  position: relative;
  display: block;
  background: #fff;
  overflow: hidden;
  font-weight: 500;
  color: #000;
  font-size: 14px;
  padding: 10px 14px;
  text-decoration: none;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .p-novelty__nav--item a {
    font-size: 10px;
    padding: 6px 9px;
  }
}

.p-novelty__nav--item a span {
  position: relative;
  color: #000;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  z-index: 11;
}

.p-novelty__nav--item a::before {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% + 1px);
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  z-index: 10;
}

.p-novelty__nav--item a::after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  -webkit-mask-size: 9px 9px;
  mask-size: 9px 9px;
  -webkit-mask-image: url(../../assets/img/common/icon/icon-arrow.svg);
  mask-image: url(../../assets/img/common/icon/icon-arrow.svg);
  background-color: #000;
  position: absolute;
  bottom: 10px;
  right: 10px;
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, background-color 0.3s ease;
  transition: transform 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  z-index: 11;
}

@media screen and (max-width: 768px) {
  .p-novelty__nav--item a::after {
    width: 5px;
    height: 5px;
    -webkit-mask-size: 5px 5px;
    mask-size: 5px 5px;
    bottom: 5px;
    right: 5px;
  }
}

.p-novelty__nav--item a.is-active::before,
.p-novelty__nav--item a:hover::before {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.p-novelty__nav--item a.is-active::after,
.p-novelty__nav--item a:hover::after {
  -webkit-transform: translate(5px, 5px);
  transform: translate(5px, 5px);
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .p-novelty__nav--item a.is-active::after,
  .p-novelty__nav--item a:hover::after {
    -webkit-transform: translate(2px, 2px);
    transform: translate(2px, 2px);
  }
}

.p-novelty__nav--item a.is-active span,
.p-novelty__nav--item a:hover span {
  color: #fff;
}

/**
 * section
 */
.noveltySecWrap {
  width: 100%;
  flex: 1;
  padding-left: 50px;
}
.noveltySec:not(:first-child) {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .noveltySecWrap {
    padding-left: 0;
  }
  .noveltySec:not(:first-child) {
    margin-top: calc(100 / var(--vw-min) * 100vw);
  }
}

/* title */
.noveltySec__title {
  border: 1px solid #333;
  padding: 10px;
  margin-bottom: 40px;
}
.noveltySec__title > span {
  color: #000;
  display: block;
  background: #fff;
  padding: 13px 20px;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .noveltySec__title {
    padding: calc(10 / var(--vw-min) * 100vw);
    margin-bottom: calc(60 / var(--vw-min) * 100vw);
  }
  .noveltySec__title > span {
    padding: calc(10 / var(--vw-min) * 100vw) calc(20 / var(--vw-min) * 100vw);
    font-size: calc(26 / var(--vw-min) * 100vw);
  }
}

/**
 * novelty__textBox
 */
.novelty__textBox {
  font-size: 16px;
}
.novelty__textBox img {
  max-width: 100%;
  height: auto;
}
.novelty__textBox p {
  margin-bottom: 30px;
}
.novelty__textBox--cau {
  font-size: 90%;
}
@media screen and (max-width: 768px) {
  .novelty__textBox {
    font-size: calc(24 / var(--vw-min) * 100vw);
  }
  .novelty__textBox p {
    margin-bottom: calc(40 / var(--vw-min) * 100vw);
  }
}

.novelty__textBox--catch {
  display: flex;
  font-weight: bold;
}
.novelty__textBox--catch > span {
  background: #fff;
  color: #000;
  padding: 0 0.5em;
  margin-right: 1em;
}
.novelty__textBox .is-center {
  text-align: center;
}
.novelty__textBox h3 {
  font-weight: 700;
  border-bottom: 1px solid #fff;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
}
.novelty__textBox h3:not(:first-of-type) {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .novelty__textBox--catch > span {
    white-space: nowrap;
    display: flex;
    align-items: center;
  }
  .novelty__textBox h3:not(:first-of-type) {
    margin-top: calc(40 / var(--vw-min) * 100vw);
  }
}

/* link */
.novelty__textBox--link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #000;
  text-decoration: none;
  height: 44px;
  font-weight: 700;
  letter-spacing: -0.01em;
  padding: 0 20px;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.novelty__textBox--link:not(:first-child) {
  margin-left: 1em;
}
.novelty__textBox--link:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  box-sizing: border-box;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
  margin-left: 12px;
  transition: border-color 0.3s ease;
}
@media screen and (min-width: 769px) {
  .novelty__textBox--link:hover {
    background-color: #000;
    color: #fff;
  }
  .novelty__textBox--link:hover:after {
    border-color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .novelty__textBox--link {
    width: 100%;
    height: calc(60 / var(--vw-min) * 100vw);
    padding: 0 calc(20 / var(--vw-min) * 100vw);
  }
  .novelty__textBox--link:not(:first-child) {
    margin-left: 0;
    margin-top: 1em;
  }
  .novelty__textBox--link:after {
    width: calc(12 / var(--vw-min) * 100vw);
    height: calc(12 / var(--vw-min) * 100vw);
    margin-left: calc(20 / var(--vw-min) * 100vw);
  }
}

/* dl */
.novelty__dl {
  display: grid;
  grid-template-columns: 104px auto;
  gap: 10px 10px;
  margin-bottom: 30px;
}
.novelty__dl > dt {
  display: flex;
}
.novelty__dl > dt:after {
  content: "：";
  margin-left: auto;
}
.novelty__dl > dd.is-flex {
  display: flex;
}
@media screen and (max-width: 768px) {
  .novelty__dl {
    grid-template-columns: calc(160 / var(--vw-min) * 100vw) auto;
  }
  .novelty__dl > dd.is-flex {
    flex-direction: column;
  }
}

/* indent */
.indent {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}

/* noveltySubinfo */
.noveltySubinfo{
  background: #fff;
  color: #000;
  padding: 0 0.5em;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
    .noveltySubinfo {
        white-space: nowrap;
        align-items: center;
        padding: 0.8em 0.5em;
        margin-bottom: calc(10 / var(--vw-min) * 100vw);
    }
}
