.p-novelty {
  padding: 114px 0 122px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 899px) {
  .p-novelty {
    padding: 77px 0 144px;
  }
}

.is-in .p-novelty__title {
  margin: 0 auto 66px;
}

@media screen and (max-width: 899px) {
  .is-in .p-novelty__title {
    margin: 0 auto 39px;
  }
}

.p-novelty__contents {
  width: 65.8%;
  max-width: 1200px;
  margin: 0 auto;
  transform: translateY(8px);
  opacity: 0;
  transition: transform 0.8s var(--ease-main) 0.3s, opacity 0.8s var(--ease-main) 0.3s;
}

.is-load .p-novelty__contents {
  opacity: 1;
  transform: translateY(0);
}

@media screen and (max-width: 899px) {
  .p-novelty__contents {
    width: 90%;
  }
}

.novelty_tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
}

.novelty_tab_item {
  width: 16%;
  position: relative;
  margin: 0 0.5% 1%;
  line-height: 1em;
  padding: 32px 15px 0;
  cursor: pointer;
  text-align: center;
  border: 1px solid var(--color-navy);
}

@media screen and (max-width: 899px) {
  .novelty_tab_item {
    width: 24%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
}

.novelty_tab_item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.novelty_tab_item p {
  padding: 10px 0;
  font-size: 1.4rem;
}

.novelty_tab_item .p-in-text {
  display: block;
  color: var(--color-navy);
  transition: color 0.7s var(--ease-main), background-color 0.7s var(--ease-main);
}

@media screen and (min-width: 900px) {
  .novelty_tab_item .p-in-text:hover {
    color: var(--color-yellow);
    background-color: var(--color-navy);
  }
}

@media screen and (max-width: 899px) {
  .novelty_tab_item .p-in-text {
    font-size: 1.2rem;
  }
}

.novelty_item {
  position: relative;
  display: flex;
  margin: 40px auto 0;
  padding: 20px 20px 60px;
}
@media screen and (max-width: 899px) {
  .novelty_item {
    display: block;
  }
}
.novelty_item:first-child {
  margin: 80px auto 0;
}
@media screen and (max-width: 899px) {
  .novelty_item:first-child {
    margin: 40px auto 0;
  }
}

.novelty_item .novelty_img {
  width: 40%;
}
@media screen and (max-width: 899px) {
  .novelty_item .novelty_img {
    width: 75%;
    margin: 0 auto 40px;
  }
}

.novelty_item .novelty_text {
  width: 55%;
  margin-left: 5%;
}

@media screen and (max-width: 899px) {
  .novelty_item .novelty_text {
    width: 100%;
    margin: 0 auto;
  }
}

.novelty_item .txt_1 {
  display: inline-block;
  margin-top: 15px;
  padding: 5px;
  font-size: 1.4rem;
  background-color: rgba(43, 48, 61, 0.12);
}

.novelty_item .txt_2 {
  margin-top: 15px;
  font-size: 1.4rem;
}
@media screen and (max-width: 899px) {
.novelty_item .txt_2 {
  margin-top: 20px;
}
}

.novelty_item .txt_3 {
  margin-top: 12px;
  line-height: 1.2;
  font-size: 1.4rem;
}

.novelty_item .cap {
  position: relative;
  padding-bottom: 15px;
  font-size: 2.2rem;
  line-height: 1.2;
}
@media screen and (max-width: 899px) {
.novelty_item .cap {
  padding-bottom: 20px;
}
}

.novelty_item .cap::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/line_blue.png) repeat-x left center / auto 100%;
}

.novelty_item .note {
  font-size: 1.3rem;
  line-height: 1.5em;
  margin-top: 20px;
}

.novelty_item .note li {
  text-indent: -1rem;
  padding-left: 1rem;
}

.novelty_item::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/line_blue.png) repeat-x left center / auto 100%;
}
@media screen and (max-width: 899px) {
.novelty_item::after {
  width: 94%;
  left: 3%;
}
}

.novelty_item:last-child {
  padding-bottom: 0;
}
.novelty_item:last-child::after {
  display: none;
}