@charset "UTF-8";
.p-novelty__tab {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  margin-bottom: 7rem;
}

@media screen and (max-width: 959px) {
  .p-novelty__tab {
    margin-bottom: 2.5rem;
  }
}
.p-novelty__tab-inner {
  background-color: rgba(66, 44, 0, 0.5);
  width: 100%;
  height: 100%;
  padding: 4px 0;
  -webkit-transform: translateY(25px);
          transform: translateY(25px);
  opacity: 0;
}

.is-load .p-novelty__tab-inner {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 1.2s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 1.2s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

@media screen and (max-width: 959px) {
  .p-novelty__tab-inner {
    padding: 3px 0;
  }
}
.p-novelty__tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  border-top: 1px solid #a68136;
  border-bottom: 1px solid #a68136;
}

.p-novelty__tab-list-item {
  width: 35.6%;
  max-width: 500px;
  text-align: center;
  position: relative;
  height: 73px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 959px) {
  .p-novelty__tab-list-item {
    height: 52px;
    width: 48.6%;
  }
}
.p-novelty__tab-list-item + .p-novelty__tab-list-item::before {
  content: "";
  width: 1px;
  height: 70%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #a68136;
}

@media (hover: hover) {
  .p-novelty__tab-list-item:hover .p-in_text {
    opacity: 0.5;
  }
}
.p-novelty__tab-list-item a {
  text-decoration: none;
  display: block;
  margin: 0 auto;
  width: 87%;
  position: relative;
}

.p-novelty__tab-list-item a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0%;
  border: 1px solid #a68136;
  border-radius: 100px;
  pointer-events: none;
  opacity: 0;
}

.p-novelty__tab-list-item .p-in_text {
  color: #ffdb92;
  font-size: 22px;
  padding: 5px 10px 7px;
  line-height: 1.2;
  -webkit-transition: opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}

@media screen and (max-width: 959px) {
  .p-novelty__tab-list-item .p-in_text {
    font-size: 13px;
    padding: 7px 10px 5px;
  }
}
.p-novelty__tab-list-item.is-current {
  pointer-events: none;
}

.p-novelty__tab-list-item.is-current a::before {
  opacity: 1;
}

.p-novelty__box {
  padding-top: 4.5rem;
}
@media only screen and (max-width:959px) {
  .p-novelty__box {
    padding-bottom: 3rem;
  }
}
.p-novelty__box-content {
  padding: 5rem;
  border: 2px solid #a68136;
  background-color: rgba(66, 44, 0, 0.5);
  -webkit-transition: opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 0.8s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 0.8s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}
@media only screen and (max-width:959px) {
  .p-novelty__box-content {
    padding: 5.2vw;
  }
}
.p-novelty__box-content + .p-novelty__box-content {
  margin-top: 5rem;
}
@media only screen and (max-width:959px) {
  .p-novelty__box-content + .p-novelty__box-content {
    margin-top: 3rem;
  }
}

@media screen and (max-width: 959px) {
  .p-novelty__box {
    padding-top: 3rem;
  }
}
.p-novelty__box + .p-novelty__box {
  margin-top: 7rem;
}

@media screen and (max-width: 959px) {
  .p-novelty__box + .p-novelty__box {
    margin-top: 3rem;
  }
}
.p-novelty__box-cap {
  text-align: center;
  font-size: 3.4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  line-height: 1.5;
  padding: 2.8rem 0 3.5rem;
  margin-bottom: 5rem;
  position: relative;
  color: #ffdb92;
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
  opacity: 0;
}

.p-novelty__box.is-active .p-novelty__box-cap {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  -webkit-transition: opacity 1s cubic-bezier(0, 0.55, 0.45, 1), -webkit-transform 1s cubic-bezier(0, 0.55, 0.45, 1);
  transition: opacity 1s cubic-bezier(0, 0.55, 0.45, 1), -webkit-transform 1s cubic-bezier(0, 0.55, 0.45, 1);
  transition: transform 1s cubic-bezier(0, 0.55, 0.45, 1), opacity 1s cubic-bezier(0, 0.55, 0.45, 1);
  transition: transform 1s cubic-bezier(0, 0.55, 0.45, 1), opacity 1s cubic-bezier(0, 0.55, 0.45, 1), -webkit-transform 1s cubic-bezier(0, 0.55, 0.45, 1);
}

@media screen and (max-width: 959px) {
  .p-novelty__box-cap {
    font-size: 2.4rem;
    padding: 2rem 0 2.4rem;
    margin-bottom: 4rem;
  }
}
.p-novelty__box-cap .is-small {
  vertical-align: baseline;
  font-size: 2.7rem;
}

@media screen and (max-width: 959px) {
  .p-novelty__box-cap .is-small {
    display: block;
    font-size: 1.8rem;
  }
}
.p-novelty__catch {
  text-align: center;
  line-height: 1.6;
  font-size: 3rem;
  margin-bottom: 2.5rem;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  opacity: 0;
}

.p-novelty__box.is-active .p-novelty__catch {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  -webkit-transition: opacity 1s cubic-bezier(0, 0.55, 0.45, 1), -webkit-transform 1s cubic-bezier(0, 0.55, 0.45, 1);
  transition: opacity 1s cubic-bezier(0, 0.55, 0.45, 1), -webkit-transform 1s cubic-bezier(0, 0.55, 0.45, 1);
  transition: transform 1s cubic-bezier(0, 0.55, 0.45, 1), opacity 1s cubic-bezier(0, 0.55, 0.45, 1);
  transition: transform 1s cubic-bezier(0, 0.55, 0.45, 1), opacity 1s cubic-bezier(0, 0.55, 0.45, 1), -webkit-transform 1s cubic-bezier(0, 0.55, 0.45, 1);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

@media screen and (max-width: 959px) {
  .p-novelty__catch {
    font-size: 1.7rem;
    line-height: 1.65;
    margin-bottom: 1em;
  }
}
.p-novelty__note {
  margin-top: 1rem;
}

@media screen and (max-width: 959px) {
  .p-novelty__note {
    margin-top: 0.5rem;
  }
}
.p-novelty__note-item {
  font-size: 1.4rem;
}

@media screen and (max-width: 959px) {
  .p-novelty__note-item {
    font-size: 1.13rem;
  }
}
.p-novelty__note-item + .p-novelty__note-item {
  margin-top: 3px;
}

@media screen and (max-width: 959px) {
  .p-novelty__note-item + .p-novelty__note-item {
    margin-top: 0;
  }
}
.p-novelty__text {
  text-align: center;
  font-size: 1.6rem;
  margin-top: 2rem;
  line-height: 1.9;
}

@media screen and (max-width: 959px) {
  .p-novelty__text {
    line-height: 1.8;
    font-size: 1.4rem;
    margin-top: 0.5rem;
  }
}
.p-novelty__detail {
  line-height: 1.7;
}

.p-novelty__thumb {
  -webkit-transform: translateY(35px);
          transform: translateY(35px);
  opacity: 0;
}

.p-novelty__box.is-active .p-novelty__thumb {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 1.2s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 1.2s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

@media screen and (max-width: 959px) {
  .p-novelty__thumb {
    margin: 0 auto 2rem;
    width: 100%;
  }
}
.p-novelty__data {
  -webkit-transform: translateY(35px);
          transform: translateY(35px);
  opacity: 0;
  margin-top: 5rem;
}
@media only screen and (max-width:959px) {
  .p-novelty__data {
    margin-top: 2rem;
  }
}
.p-novelty__data-dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
  line-height: 1.5;
}
@media only screen and (max-width:959px) {
  .p-novelty__data-dl {
    font-size: 1.4rem;
  }
}
.p-novelty__data-dl + .p-novelty__data-dl {
  margin-top: 1rem;
}
.p-novelty__data-dl + .p-novelty__data-text {
  margin-top: 2rem;
}
.p-novelty__data-dt {
  color: #ffdb92;
  width: 5em;
}
.p-novelty__data-dd {
  width: calc(100% - 5em);
}

.p-novelty__box.is-active .p-novelty__data {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 1.2s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 1.2s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.p-novelty__data-btn {
  margin-top: 1.4rem;
}

@media screen and (max-width: 959px) {
  .p-novelty__data-btn {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 960px) {
  .p-novelty__data-btn .c-more {
    margin: 0;
  }
}
.p-novelty__data-box + .p-novelty__data-box {
  margin-top: 38px;
}

@media screen and (max-width: 959px) {
  .p-novelty__data-box + .p-novelty__data-box {
    margin-top: 2.6rem;
  }
}
.p-novelty__data-ttl {
  font-size: 20px;
  text-indent: -1rem;
  padding-left: 1rem;
}

@media screen and (max-width: 959px) {
  .p-novelty__data-ttl {
    font-size: 1.5rem;
    letter-spacing: -0.8px;
    margin-bottom: 9px;
  }
}
.p-novelty__data-ttl .is-small {
  vertical-align: baseline;
  font-size: 1.5rem;
}

@media screen and (max-width: 959px) {
  .p-novelty__data-ttl .is-small {
    font-size: 1.1rem;
  }
}
.p-novelty__data-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-novelty__data-list-item + .p-novelty__data-list-item {
  margin-top: 3.4rem;
}

@media screen and (max-width: 959px) {
  .p-novelty__data-list-item + .p-novelty__data-list-item {
    margin-top: 3.5rem;
  }
}
.p-novelty__data-list-ttl {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 13rem;
  font-size: 1.6rem;
  position: relative;
  margin-right: 2.4rem;
}

@media screen and (max-width: 959px) {
  .p-novelty__data-list-ttl {
    width: 11.2rem;
    font-size: 1.5rem;
    letter-spacing: 0.2rem;
    margin-right: 2.4rem;
  }
}
.p-novelty__data-list-ttl::before {
  content: "：";
  position: absolute;
  top: 0;
  right: 0;
}

.p-novelty__data-list-text {
  line-height: 1.5;
  font-size: 1.6rem;
}

.p-novelty__data-list-note {
  line-height: 1.7;
  font-size: 1.3rem;
  text-indent: -1rem;
  padding-left: 1rem;
}

@media screen and (max-width: 959px) {
  .p-novelty__data-list-note {
    margin-top: 0.5rem;
    line-height: 1.8;
  }
}
.p-novelty__data-list-small {
  margin-top: 0.5rem;
  line-height: 1.7;
  font-size: 1.3rem;
}

.p-novelty__data-text {
  margin-bottom: 1.5rem;
  font-size: 16px;
}
.p-novelty__data-text figure {
  width: 66.66%;
  margin: 1rem 0;
}
@media screen and (max-width: 959px) {
  .p-novelty__data-text figure {
    width: 80%;
    margin: 1rem auto;
  }
}

@media screen and (max-width: 959px) {
  .p-novelty__data-text {
    font-size: 1.3rem;
    line-height: 1.9;
  }
}
.p-novelty__data-text .is-large {
  font-size: 22px;
  margin-bottom: 3px;
}

@media screen and (max-width: 959px) {
  .p-novelty__data-text .is-large {
    font-size: 1.7rem;
    margin-bottom: 5px;
  }
}
.p-novelty__data-note + .p-novelty__data-note {
  margin-top: 15px;
}

.p-novelty__data-note-item {
  font-size: 1.3rem;
  line-height: 1.8;
  text-indent: -1.2rem;
  padding-left: 1.2rem;
}

@media screen and (max-width: 959px) {
  .p-novelty__data-note-item {
    line-height: 1.5;
    font-size: 1.13rem;
  }
}
.p-novelty__data-note-item + .p-novelty__data-note-item {
  margin-top: 2px;
}

.p-novelty__foot {
  border: 1px solid #fff;
  margin-top: 8.3rem;
  padding: 3rem 4.8rem;
  line-height: 1.65;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  opacity: 0;
}

@media screen and (max-width: 959px) {
  .p-novelty__foot {
    padding: 1.4rem 2rem 1.8rem;
    margin-top: 5rem;
  }
}
.p-novelty__box.is-active .p-novelty__foot {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  -webkit-transition: opacity 1s cubic-bezier(0, 0.55, 0.45, 1), -webkit-transform 1s cubic-bezier(0, 0.55, 0.45, 1);
  transition: opacity 1s cubic-bezier(0, 0.55, 0.45, 1), -webkit-transform 1s cubic-bezier(0, 0.55, 0.45, 1);
  transition: transform 1s cubic-bezier(0, 0.55, 0.45, 1), opacity 1s cubic-bezier(0, 0.55, 0.45, 1);
  transition: transform 1s cubic-bezier(0, 0.55, 0.45, 1), opacity 1s cubic-bezier(0, 0.55, 0.45, 1), -webkit-transform 1s cubic-bezier(0, 0.55, 0.45, 1);
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.p-novelty__foot-text {
  font-size: 1.5rem;
}

@media screen and (max-width: 959px) {
  .p-novelty__foot-text {
    font-size: 12px;
  }
}
.p-novelty__foot-text + .p-novelty__foot-text {
  margin-top: 2.7rem;
}

@media screen and (max-width: 959px) {
  .p-novelty__foot-text + .p-novelty__foot-text {
    margin-top: 2rem;
  }
}
.p-novelty__item + .p-novelty__item {
  margin-top: 5rem;
}
@media only screen and (max-width:959px) {
  .p-novelty__item + .p-novelty__item {
    margin-top: 2.5rem;
  }
}