@charset "UTF-8";
* {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #000;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.enfont {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
}

.df {
  line-height: 2.5;
  letter-spacing: 0.2em;
  font-size: 1.6rem;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .df {
    font-size: 2.4rem;
    letter-spacing: 0.156em;
    line-height: 1.875;
  }
}

.section_title {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 767px) {
  .section_title {
    font-size: 2rem;
  }
}
.section_title .enfont {
  display: block !important;
  font-size: 5rem;
  font-weight: 700;
  line-height: 0.8;
  letter-spacing: 0;
  margin-top: 1rem;
}

.link {
  position: relative;
  margin-top: 3.8rem;
}
.link.wide a {
  color: #000;
}
@media print, screen and (min-width: 768px) {
  .link.wide a {
    width: 43.7rem;
    background: url("../img/link-btn-wide.svg") no-repeat top center/cover;
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .link.wide a {
    font-size: 3.2rem;
    text-align: center;
  }
}
.link a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 31rem;
  height: 7.7rem;
  background: url("../img/link-btn.svg") no-repeat center/cover;
  margin: 0px auto 1.3rem;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-size: 1.8rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .link a {
    width: 52.7rem;
    height: 13rem;
    font-size: 2.6rem;
    position: relative;
  }
}
.link a::after {
  content: "";
  width: 1.6rem;
  height: 1.4rem;
  background: url("../img/link-icon.svg") no-repeat center/cover;
  display: block;
  margin: 0 0 0 1.7rem;
}
@media only screen and (max-width: 767px) {
  .link a::after {
    position: absolute;
    top: 0;
    right: 5rem;
    bottom: 0;
    margin: auto;
  }
}
.link p {
  text-align: center;
  line-height: 1.875;
}
@media only screen and (max-width: 767px) {
  .link p {
    font-size: 2rem;
  }
}

@-webkit-keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.mv {
  position: relative;
}
.mv .scroll {
  position: absolute;
  top: 40rem;
  right: 2.5rem;
  width: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .mv .scroll {
    top: 45rem;
    width: 2.5rem;
  }
}
.mv .scroll .border {
  position: relative;
  width: 0.1rem;
  height: 9rem;
  background: #fff;
  display: block;
  margin: auto;
  -webkit-animation: scroll 2s infinite;
          animation: scroll 2s infinite;
}
.mv .scroll p {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  writing-mode: vertical-rl;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  .mv .scroll p {
    font-size: 1.6rem;
  }
}

.abotu {
  padding: 10rem 0 15.5rem;
  background-attachment: fixed;
  margin-bottom: 9.7rem;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .abotu {
    padding: 8.1rem 0 10.5rem;
    margin-bottom: 7.4rem;
  }
}
.abotu .bg {
  background: url("../img/content-bg1.webp") repeat top center/contain;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200%;
}
.abotu .read {
  text-align: center;
  margin: 0 auto 8.4rem;
}
@media print, screen and (min-width: 768px) {
  .abotu .read {
    width: 120rem;
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  .abotu .read {
    margin-bottom: 5rem;
  }
}
.abotu .read * {
  color: #fff;
}
.abotu .read h1 {
  font-size: 5rem;
  font-weight: 600;
  line-height: 1.45;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 767px) {
  .abotu .read h1 {
    font-size: 4rem;
    margin-bottom: 4rem;
  }
}
.abotu .read h1 .enfont {
  line-height: 0.8;
  display: block !important;
  margin-top: 2.9rem;
}
@media only screen and (max-width: 767px) {
  .abotu .read h1 .enfont {
    font-size: 4rem;
    margin-top: 1.9rem;
  }
}
.abotu .read p {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 2.3;
}
@media only screen and (max-width: 767px) {
  .abotu .read p {
    font-size: 2.4rem;
    line-height: 1.9;
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .abotu .read--illust {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3.7rem;
  }
}
@media print, screen and (min-width: 768px) {
  .abotu .read--illust .box {
    position: absolute;
  }
}
.abotu .read--illust .box img {
  width: 100%;
}
.abotu .read--illust__left {
  top: 5rem;
  left: 5rem;
  width: 19.4rem;
}
@media only screen and (max-width: 767px) {
  .abotu .read--illust__left {
    width: 22.5rem;
  }
}
.abotu .read--illust__right {
  top: 2.7rem;
  right: 0rem;
  width: 21.7rem;
}
@media only screen and (max-width: 767px) {
  .abotu .read--illust__right {
    width: 21.1rem;
  }
}
.abotu .inner {
  width: min(139rem, 94%);
  background: #fff;
  padding: 9.5rem 14.5rem 14.8rem;
  margin: auto;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .abotu .inner {
    width: 67.7rem;
    padding: 10.3rem 3.5rem 9.1rem;
  }
}
.abotu .inner::before {
  content: "";
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  border: 1px solid #fff;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .abotu .inner::before {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }
}
.abotu .about--content {
  position: relative;
}
.abotu .design .section_title {
  margin-bottom: 7rem;
}
@media only screen and (max-width: 767px) {
  .abotu .design .section_title {
    margin-bottom: 5rem;
  }
}
.abotu .design--img_content {
  display: flex;
  gap: 2rem;
  margin-bottom: 4.3rem;
}
@media only screen and (max-width: 767px) {
  .abotu .design--img_content {
    flex-wrap: wrap;
    margin-bottom: 7.8rem;
  }
}
@media print, screen and (min-width: 768px) {
  .abotu .design--img_content--left {
    width: 59.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .abotu .design--img_content--left {
    width: 100%;
  }
  .abotu .design--img_content--left img {
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .abotu .design--img_content--right {
    width: 48.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .abotu .design--img_content--right {
    width: 100%;
  }
}
.abotu .design--img_content--right .top {
  display: flex;
  gap: 2rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .abotu .design--img_content--right .top li {
    width: calc(50% - 1rem);
  }
  .abotu .design--img_content--right .top li img {
    width: 100%;
  }
}
.abotu .design--img_content--right .design--slide {
  position: relative;
  background: url("../img/swiper-border.svg") no-repeat top center/cover;
  padding: 3.5rem 4.7rem;
}
@media print, screen and (min-width: 768px) {
  .abotu .design--img_content--right .design--slide {
    height: 19rem;
  }
}
@media only screen and (max-width: 767px) {
  .abotu .design--img_content--right .design--slide {
    padding: 3.3rem 4.7rem;
  }
}
.abotu .design--img_content--right .design--slide .swiper-pointer-events {
  margin: auto;
}
.abotu .design--img_content--right .design--slide .custom-pagination {
  top: auto;
  bottom: -2.5rem;
  left: 0;
  background: none;
}
@media print, screen and (min-width: 768px) {
  .abotu .design--img_content--right .design--slide .custom-pagination {
    border: 1px solid #000;
    border-radius: 3px;
    width: 41.8rem;
    height: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .abotu .design--img_content--right .design--slide .custom-pagination {
    height: auto;
    bottom: -4.9rem;
    text-align: center;
  }
  .abotu .design--img_content--right .design--slide .custom-pagination::before {
    content: "SCROLL";
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.5rem;
  }
}
.abotu .design--img_content--right .design--slide .custom-pagination .swiper-pagination-progressbar {
  background: #ccc;
}
.abotu .design--img_content--right .design--slide .custom-pagination .swiper-pagination-progressbar-fill {
  height: 10px;
  top: calc(50% - 5px);
  background: url("../img/pagination.svg") no-repeat left center/100%;
  border: 1px solid #000;
  border-radius: 8px;
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform-origin: left center;
  transform: scaleX(0.0001); /* 0より小さくない値にする */
}
@media only screen and (max-width: 767px) {
  .abotu .design--img_content--right .design--slide .custom-pagination .swiper-pagination-progressbar-fill {
    display: none;
  }
}
.abotu .design--img_content--right .design--slide .slide-arrow {
  position: absolute;
  width: 1.6rem;
  height: 1.4rem;
  bottom: -3rem;
}
@media only screen and (max-width: 767px) {
  .abotu .design--img_content--right .design--slide .slide-arrow {
    margin: auto;
    bottom: -3.8rem;
  }
}
.abotu .design--img_content--right .design--slide .slide-arrow::before {
  content: "";
  width: 100%;
  height: 100%;
}
.abotu .design--img_content--right .design--slide .slide-arrow.custom-prev {
  background: url("../img/nav-left.svg") no-repeat center/cover;
}
@media print, screen and (min-width: 768px) {
  .abotu .design--img_content--right .design--slide .slide-arrow.custom-prev {
    right: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .abotu .design--img_content--right .design--slide .slide-arrow.custom-prev {
    left: calc(50% - 8.8rem);
  }
}
.abotu .design--img_content--right .design--slide .slide-arrow.custom-next {
  right: 0.5rem;
  background: url("../img/nav-right.svg") no-repeat center/cover;
}
@media only screen and (max-width: 767px) {
  .abotu .design--img_content--right .design--slide .slide-arrow.custom-next {
    right: calc(50% - 8.8rem);
  }
}
@media only screen and (max-width: 767px) {
  .abotu .design .df {
    letter-spacing: 0.19em;
  }
}
.abotu .riviera {
  margin: 14.8rem 0 13.8rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .abotu .riviera {
    margin: 8rem 0 12.8rem;
  }
}
.abotu .riviera .riviera--title {
  text-align: center;
  color: #929ECF;
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 5.3rem;
}
@media only screen and (max-width: 767px) {
  .abotu .riviera .riviera--title {
    margin-bottom: 4.7rem;
  }
}
.abotu .riviera .riviera--title span {
  color: inherit;
}
.abotu .riviera .riviera--title .enfont {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-size: 5rem;
  font-weight: 700;
  line-height: 0.8;
  color: #929ECF;
  margin-top: 3rem;
}
@media only screen and (max-width: 767px) {
  .abotu .riviera .riviera--title .enfont {
    font-size: 4rem;
    margin-top: 2.4rem;
  }
}
.abotu .riviera--illust {
  width: 19.3rem;
}
@media print, screen and (min-width: 768px) {
  .abotu .riviera--illust {
    position: absolute;
    top: -0.6rem;
    right: 0;
  }
}
.abotu .riviera--illust img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .abotu .riviera--illust {
    width: 20rem;
    margin: 0 auto 3.5rem;
  }
}
.abotu .riviera--subttl {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 3.5rem;
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 767px) {
  .abotu .riviera--subttl {
    font-size: 2.4rem;
    margin-bottom: 2.8rem;
    letter-spacing: 0.18em;
    line-height: 1.9;
  }
}
.abotu .riviera--content {
  margin: auto;
}
@media print, screen and (min-width: 768px) {
  .abotu .riviera--content {
    width: 100rem;
  }
}
@media print, screen and (min-width: 768px) {
  .abotu .riviera--content figure {
    display: flex;
    gap: 5rem;
    align-items: flex-start;
  }
}
.abotu .riviera--content figure img {
  width: 45rem;
}
@media print, screen and (min-width: 768px) {
  .abotu .riviera--content figure img {
    margin-top: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .abotu .riviera--content figure img {
    width: 100%;
    margin-bottom: 3rem;
  }
}
@media print, screen and (min-width: 768px) {
  .abotu .riviera--content figure figcaption {
    width: 50rem;
  }
}
.abotu .reason {
  border: 1px solid #D7D2CB;
  text-align: center;
  padding: 0 5rem 3.8rem;
  margin: 0 auto 8.7rem;
}
@media print, screen and (min-width: 768px) {
  .abotu .reason {
    width: 100rem;
  }
}
@media only screen and (max-width: 767px) {
  .abotu .reason {
    padding: 0 3.5rem 8.5rem;
    margin-bottom: 6.5rem;
  }
}
.abotu .reason .section_title {
  display: inline-block;
  background: #fff;
  padding: 0 4rem;
  position: relative;
  margin: -5.5rem 0 4.3rem;
}
.abotu .reason .section_title .enfont {
  margin-top: 1.1rem;
}
@media only screen and (max-width: 767px) {
  .abotu .reason .section_title {
    top: -1.7rem;
  }
}
.abotu .reason dl {
  text-align: left;
}
.abotu .reason dl dt {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 2;
  margin-bottom: 1.1rem;
}
@media only screen and (max-width: 767px) {
  .abotu .reason dl dt {
    font-size: 2.4rem;
    line-height: 1.875;
    letter-spacing: 0.2em;
    margin-bottom: 1.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .abotu .reason dl dd {
    padding-left: 0.4rem;
    letter-spacing: 0.2em;
  }
}
.abotu .profile {
  margin: auto;
}
@media print, screen and (min-width: 768px) {
  .abotu .profile {
    width: 100rem;
    display: flex;
    align-items: flex-start;
    gap: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .abotu .profile {
    position: relative;
    padding: 17.2rem 0 0;
  }
}
@media print, screen and (min-width: 768px) {
  .abotu .profile--image {
    margin-top: 1.3rem;
    width: 50rem;
  }
}
@media only screen and (max-width: 767px) {
  .abotu .profile--image {
    margin-bottom: 3rem;
  }
  .abotu .profile--image img {
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .abotu .profile--txt {
    width: 45rem;
  }
}
.abotu .profile--txt h2 {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.5;
  letter-spacing: 0.2em;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .abotu .profile--txt h2 {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 2rem;
  }
}
.abotu .profile--txt .enfont {
  color: #929ECF;
  display: block;
  font-size: 5rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 0.8;
  margin: 0.5rem 0 1rem;
}
@media only screen and (max-width: 767px) {
  .abotu .profile--txt .enfont {
    margin: 0.1rem 0 0.6rem;
  }
}
.abotu .profile--txt .enfont span {
  color: inherit;
}
.abotu .profile--txt small {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #929189;
}
@media only screen and (max-width: 767px) {
  .abotu .profile--txt small {
    font-size: 2rem;
    font-weight: 400;
  }
}

.model .section_title {
  margin-bottom: 0;
}
.model--single {
  padding: 8.2rem 0 19rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .model--single {
    padding: 6.5rem 0 10.2rem;
  }
}
.model--single:nth-of-type(even)::before {
  content: "";
  width: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #D7D2CB;
  transition: 0.3s;
}
.model--single:nth-of-type(even).active::before {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .model--single:nth-of-type(even) {
    padding: 6.8rem 0 15rem;
  }
}
@media print, screen and (min-width: 768px) {
  .model--single:nth-of-type(even) .model--single__content {
    flex-direction: row-reverse;
  }
}
@media print, screen and (min-width: 768px) {
  .model--single:nth-of-type(even) .model--single__content .content_text {
    margin: 0 0 0 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .model--single:nth-of-type(even) .model--single__content .content_text .content--title {
    justify-content: flex-end;
  }
}
.model--single::after {
  content: "";
  background: url("../img/content-border.svg") repeat-x top left;
  width: 100%;
  height: 7px;
  position: absolute;
  bottom: 1.1rem;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .model--single::after {
    bottom: 2rem;
  }
}
.model--single .inner {
  width: 110rem;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .model--single .inner {
    width: 60.7rem;
  }
}
@media print, screen and (min-width: 768px) {
  .model--single__content {
    display: flex;
    align-items: flex-end;
    margin-bottom: 5.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .model--single__content {
    margin-bottom: 3rem;
  }
}
@media print, screen and (min-width: 768px) {
  .model--single__content .content_text {
    width: 55rem;
    margin-right: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .model--single__content .content_text {
    margin-bottom: 4rem;
  }
  .model--single__content .content_text .df {
    letter-spacing: 0.2em;
  }
}
.model--single__content .content_text .content--title {
  position: relative;
  display: flex;
  align-items: flex-end;
  margin-bottom: 3.9rem;
}
@media only screen and (max-width: 767px) {
  .model--single__content .content_text .content--title {
    margin-bottom: 4.3rem;
  }
}
.model--single__content .content_text .content--title h2 {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 767px) {
  .model--single__content .content_text .content--title h2 {
    font-size: 2rem;
  }
}
.model--single__content .content_text .content--title h2 .enfont {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  color: #929ECF;
  display: block;
  font-size: 5rem;
  font-weight: 700;
  line-height: 0.8;
  letter-spacing: 0;
  margin-top: 1.2rem;
}
.model--single__content .content_text .content--title h2 .enfont span {
  color: inherit;
}
.model--single__content .content_text .content--title .title-illust {
  position: relative;
  margin-left: 3rem;
  top: 0.8rem;
}
.model--single__content .content_text .content--title .title-illust.title-illust1 {
  width: 6rem;
}
.model--single__content .content_text .content--title .title-illust.title-illust2 {
  width: 9.6rem;
}
.model--single__content .content_text .content--title .title-illust.title-illust3 {
  width: 15rem;
}
.model--single__content .content_text .content--title .title-illust.title-illust4 {
  width: 7rem;
}
@media print, screen and (min-width: 768px) {
  .model--single__content .slick-column {
    width: 50rem;
    margin-top: 3.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .model--single__content .slick-column img {
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .model--single .thumb-slick {
    margin-bottom: 1rem;
  }
}
.model--single .thumb-slick .slick-track {
  transform: unset !important;
}
@media only screen and (max-width: 767px) {
  .model--single .thumb-slick .slick-track {
    transform: unset !important;
    width: 100% !important;
    display: flex;
    justify-content: flex-start;
    flex-flow: row wrap;
  }
}
.model--single .thumb-slick .slick-slide {
  position: relative;
  background: #fff;
  border-radius: 1.3rem;
}
@media only screen and (max-width: 767px) {
  .model--single .thumb-slick .slick-slide {
    display: block !important;
    float: none !important;
    width: calc((100% - 4.6rem) / 3) !important;
    margin-bottom: 2.3rem;
  }
  .model--single .thumb-slick .slick-slide:not(:nth-of-type(3n)) {
    margin-right: 2.3rem;
  }
}
@media print, screen and (min-width: 768px) {
  .model--single .thumb-slick .slick-slide:not(:last-of-type) {
    margin: 0 1.8rem 0 0;
  }
}
.model--single .thumb-slick .slick-slide::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("../img/thumb-border.svg") no-repeat center/cover;
  z-index: 1;
}
.model--single .thumb-slick .slick-slide.slick-current::before {
  background: url("../img/thumb-border-active.svg") no-repeat center/cover;
}
.model--single .thumb-slick .slick-slide img {
  width: 100%;
  height: 11.2rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.3rem;
}
@media only screen and (max-width: 767px) {
  .model--single .thumb-slick .slick-slide img {
    height: 12.5rem;
  }
}
.model--single .note li {
  line-height: 2.5;
  letter-spacing: 0.2em;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .model--single .note li {
    font-size: 2.4rem;
    letter-spacing: 0.156em;
    line-height: 1.875;
  }
}
@media only screen and (max-width: 767px) {
  .model--single .note li {
    font-size: 2rem;
  }
}

.release {
  padding: 14.7rem 0 24.4rem;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .release {
    padding: 7.4rem 0;
    margin-bottom: 9.3rem;
  }
}
.release--bg {
  position: absolute;
  top: 0;
  width: 8.1rem;
  height: 500%;
}
@media only screen and (max-width: 767px) {
  .release--bg {
    width: 4rem;
  }
}
.release--bg.left {
  background: url("../img/release-design.svg") repeat top left/100%;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .release--bg.left {
    background: url("../img/sp/release-design-left.svg") repeat top left/100%;
  }
}
.release--bg.right {
  background: url("../img/release-design.svg") repeat top left/100%;
  right: 0;
  top: auto;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .release--bg.right {
    background: url("../img/sp/release-design-right.svg") repeat top left/100%;
  }
}
.release .inner {
  margin: auto;
}
@media print, screen and (min-width: 768px) {
  .release .inner {
    width: 110rem;
  }
}
@media only screen and (max-width: 767px) {
  .release .inner {
    width: 68.6rem;
  }
}
.release .section_title {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767px) {
  .release .section_title {
    margin-bottom: 5rem;
  }
}
.release--illust {
  width: 18rem;
  margin: 0 auto 4rem;
}
@media only screen and (max-width: 767px) {
  .release--illust {
    margin: 0 auto 4.1rem;
  }
}
.release--content {
  position: relative;
}
.release--content::before {
  content: "";
  background: url("../img/release-border.svg") no-repeat top center/cover;
  position: absolute;
  top: 4rem;
  right: 0;
  bottom: 0;
  left: 0;
  height: 104.2rem;
}
@media only screen and (max-width: 767px) {
  .release--content::before {
    background: url("../img/sp/release-border.svg") no-repeat top center/cover;
    height: 122.7rem;
    top: 5.2rem;
  }
}
.release--content__single {
  position: relative;
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .release--content__single {
    margin-bottom: -0.4rem;
  }
}
.release--content__single .title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  background: url("../img/release-icon1.svg") no-repeat center/cover;
  width: 12rem;
  height: 10.8rem;
  margin: auto;
  color: #fff;
  position: relative;
  z-index: 1;
  font-size: 2rem;
  font-weight: 500;
  line-height: 10.8rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.44;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .release--content__single .title {
    width: 13.6rem;
    height: 12.2rem;
    font-size: 2.4rem;
  }
}
.release--content__single .title span {
  color: inherit;
}
.release--content__single .txt_box {
  margin: auto;
  background: #E0E0E0;
  position: relative;
  top: -1.6rem;
  padding: 4rem 0 2.6rem;
}
@media print, screen and (min-width: 768px) {
  .release--content__single .txt_box {
    width: 100rem;
  }
}
@media only screen and (max-width: 767px) {
  .release--content__single .txt_box {
    width: 60.7rem;
    top: -3rem;
    padding: 5.3rem 0 3.4rem;
  }
}
.release--content__single .txt_box div {
  text-align: center;
}
.release--content__single .txt_box div:not(:last-of-type) {
  margin-bottom: 2.4rem;
}
.release--content__single .txt_box div h4 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0.7rem;
}
@media only screen and (max-width: 767px) {
  .release--content__single .txt_box div h4 {
    font-size: 2.6rem;
    margin-bottom: 1.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .release--content__single .txt_box div p {
    font-size: 2rem;
    line-height: 2.3;
  }
}
.release--content__single .txt_box div p small {
  font-size: 75%;
  display: block;
  line-height: 1.2;
}
.release--content__single .txt_box.other div h4 {
  font-size: 2.6rem;
}
@media only screen and (max-width: 767px) {
  .release--content__single .txt_box.other div h4 {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .release--content__single .txt_box.other div p {
    font-size: 2.2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .release--content__single .txt_box.other div p.df {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .release .link {
    margin-top: 2.4rem;
  }
  .release .link a {
    margin-bottom: 3rem;
  }
  .release .link p {
    line-height: 2.3;
    letter-spacing: 0.2em;
  }
}

.online_shop {
  background: url("../img/content-bg2.webp") no-repeat top center/cover;
  padding: 9.5rem 0 16.3rem;
}
@media only screen and (max-width: 767px) {
  .online_shop {
    background: url("../img/sp/content-bg2.webp") no-repeat top center/cover;
    padding: 7.3rem 0 10.5rem;
  }
}
.online_shop .inner {
  margin: auto;
}
@media print, screen and (min-width: 768px) {
  .online_shop .inner {
    width: 120rem;
  }
}
@media only screen and (max-width: 767px) {
  .online_shop .inner {
    width: 68.7rem;
  }
}
.online_shop h2 {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.2em;
  margin-bottom: 7.3rem;
  text-align: center;
}
.online_shop h2 span {
  color: inherit;
}
@media only screen and (max-width: 767px) {
  .online_shop h2 {
    font-size: 2.4rem;
    margin-bottom: 3.8rem;
    line-height: 1.9;
  }
}
.online_shop--content {
  align-items: flex-start;
  background: #fff;
  margin: auto;
  padding: 6.3rem 9.5rem 7rem;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .online_shop--content {
    width: 119rem;
    display: flex;
    flex-wrap: wrap;
    gap: 4.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .online_shop--content {
    padding: 17rem 3.5rem 9.3rem;
    position: relative;
    width: 98.8%;
  }
}
.online_shop--content::before {
  content: "";
  border: 1px solid #fff;
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
}
@media print, screen and (min-width: 768px) {
  .online_shop--content .image, .online_shop--content .text {
    position: relative;
  }
}
.online_shop--content .image {
  margin-top: 0.7rem;
}
@media print, screen and (min-width: 768px) {
  .online_shop--content .image {
    width: 45.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .online_shop--content .image {
    margin: 0 0 2.9rem;
  }
  .online_shop--content .image img {
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .online_shop--content .text {
    width: 50rem;
  }
}
.online_shop--content .text .content-title {
  display: flex;
  align-items: flex-end;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .online_shop--content .text .content-title {
    position: absolute;
    top: 3.3rem;
    left: 3.5rem;
  }
}
.online_shop--content .text .content-title h3 {
  line-height: 2.5;
  letter-spacing: 0.2em;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.2;
  margin-right: 2rem;
}
@media only screen and (max-width: 767px) {
  .online_shop--content .text .content-title h3 {
    font-size: 2.4rem;
    letter-spacing: 0.156em;
    line-height: 1.875;
  }
}
@media only screen and (max-width: 767px) {
  .online_shop--content .text .content-title h3 {
    font-size: 2rem;
    letter-spacing: 0.2em;
  }
}
.online_shop--content .text .content-title h3 .enfont {
  color: #929ECF;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  display: block;
  font-size: 5rem;
  font-weight: 700;
  letter-spacing: 0;
  margin-top: 1rem;
}
@media only screen and (max-width: 767px) {
  .online_shop--content .text .content-title h3 .enfont {
    line-height: 0.8;
  }
}
.online_shop--content .text .content-title h3 .enfont span {
  color: inherit;
}
.online_shop--content .text .content-title p {
  color: #929189;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}
@media print, screen and (min-width: 768px) {
  .online_shop--content .text .content-title p {
    margin-bottom: 0.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .online_shop--content .text .content-title p {
    font-size: 2rem;
    position: relative;
    top: 0.5rem;
    line-height: 1.3;
    letter-spacing: 0;
  }
}
.online_shop--content .text .link {
  margin-top: 2rem;
}
.online_shop--content .text .link a {
  margin: 0 0 0 auto;
  position: relative;
}
.online_shop--content .text .link a::after {
  position: absolute;
  right: 2rem;
}
.online_shop--content .link-btn {
  border: 1px solid #D7D2CB;
  padding: 5rem 0;
  text-align: center;
  position: relative;
  margin: 1.8rem auto 0;
}
@media print, screen and (min-width: 768px) {
  .online_shop--content .link-btn {
    width: 92rem;
  }
}
@media only screen and (max-width: 767px) {
  .online_shop--content .link-btn {
    margin-top: 6rem;
    padding: 6.7rem 0;
  }
}
.online_shop--content .link-btn h4 {
  font-size: 3.5rem;
  font-weight: 700;
  display: inline-block;
  background: #fff;
  padding: 0 2rem;
  position: absolute;
  top: -3rem;
  /* right: 0; */
  left: 50%;
  margin: auto;
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .online_shop--content .link-btn h4 {
    font-size: 3.7rem;
    word-break: keep-all;
  }
}
.online_shop--content .link-btn--list {
  width: 66rem;
  margin: auto;
  align-items: stretch;
  justify-content: center;
  gap: 4rem;
}
@media print, screen and (min-width: 768px) {
  .online_shop--content .link-btn--list {
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .online_shop--content .link-btn--list {
    width: 52.7rem;
  }
}
.online_shop--content .link-btn--list a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 31rem;
  height: 7.6rem;
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .online_shop--content .link-btn--list a {
    font-size: 2.66rem;
    height: 12.9rem;
    width: 100%;
  }
  .online_shop--content .link-btn--list a:not(:last-of-type) {
    margin-bottom: 4rem;
  }
}
.online_shop--content .link-btn--list a::before {
  content: "";
  width: 1.6rem;
  height: 1.4rem;
  position: absolute;
  top: 0;
  right: 2rem;
  bottom: 0;
  margin: auto;
  background: url("../img/link-icon.svg") no-repeat center/cover;
}
@media only screen and (max-width: 767px) {
  .online_shop--content .link-btn--list a::before {
    right: 5rem;
  }
}
.online_shop--content .link-btn--list a.type1 {
  background: url("../img/link-btn.svg") no-repeat center/cover;
}
.online_shop--content .link-btn--list a.type2 {
  background: url("../img/link-btn2.svg") no-repeat center/cover;
}
.online_shop .coming-soon {
  padding: 3rem;
}
.online_shop .coming-soon p {
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
}
.online_shop .coming-soon p * {
  color: #929ecf;
}

.present {
  padding: 9rem 0 12.7rem;
  margin: 0 0 10rem;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .present {
    padding: 7.4rem 4rem 10.8rem;
    margin-bottom: 6rem;
  }
}
.present--bg {
  background: url("../img/content-bg3.webp") repeat top left/50%;
  width: 200%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .present--bg {
    background: url("../img/sp/content-bg3.webp") repeat bottom center/54%;
  }
}
.present .inner {
  margin: auto;
}
@media print, screen and (min-width: 768px) {
  .present .inner {
    width: 100rem;
  }
}
.present h2 {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 2.25;
  text-align: center;
  margin-bottom: 4.7rem;
}
@media only screen and (max-width: 767px) {
  .present h2 {
    font-size: 2.4rem;
    line-height: 1.875;
    margin-bottom: 3.4rem;
  }
}
.present--content figure {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 3rem;
}
@media only screen and (max-width: 767px) {
  .present--content figure {
    gap: 3.6rem;
  }
}
.present--content img {
  width: 23.8rem;
  margin-top: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .present--content img {
    margin: auto;
    width: 43.8rem;
  }
}
.present--content figcaption {
  width: 73.2rem;
}
@media only screen and (max-width: 767px) {
  .present--content figcaption {
    width: 60.7rem;
    margin: auto;
  }
}
.present--content figcaption p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.142;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 767px) {
  .present--content figcaption p {
    font-size: 2.4rem;
    line-height: 1.87;
  }
}
.present--content figcaption p + p {
  margin-top: 1.7rem;
}
.present--content figcaption .link {
  margin: 2.2rem 0 0;
}
@media only screen and (max-width: 767px) {
  .present--content figcaption .link {
    margin: 3rem auto 0;
  }
}
.present--content figcaption .link a {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .present--content figcaption .link a {
    margin: 0 0 0 auto;
  }
}
.present--content figcaption .link a::after {
  position: absolute;
  right: 2rem;
}
@media only screen and (max-width: 767px) {
  .present--content figcaption .link a::after {
    right: 5rem;
  }
}

.contact {
  padding: 10rem 0;
  position: relative;
}
.contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #B5D0B5;
  transition: 0.3s;
}
.contact.active::before {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .contact {
    padding: 8rem 0;
  }
}
.contact a {
  align-items: center;
  background: #F2EECA;
  display: flex;
  align-items: flex-start;
  padding: 6.7rem 4.7rem 4.5rem;
  width: 60rem;
  margin: auto;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .contact a {
    padding: 8.9rem 5rem 6.9rem;
    width: 60.8rem;
  }
}
.contact a::after {
  content: "";
  background: url("../img/link-icon.svg") no-repeat center/cover;
  width: 1.6rem;
  height: 1.4rem;
  position: absolute;
  top: 0;
  right: 4.7rem;
  bottom: 0;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .contact a::after {
    right: 5rem;
  }
}
.contact a img {
  width: 6.45rem;
  margin-right: 3.3rem;
}
@media only screen and (max-width: 767px) {
  .contact a p {
    font-size: 2rem;
    letter-spacing: 0.21em;
  }
}
.contact a p .enfont {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  display: block;
  font-size: 5rem;
  font-weight: 700;
  line-height: 0.8;
  letter-spacing: 0;
  margin-bottom: 0.8rem;
}
@media only screen and (max-width: 767px) {
  .contact a p .enfont {
    letter-spacing: 0.01em;
  }
}
.contact a p .enfont span {
  color: inherit;
}

.footer {
  background: #929ECF;
  padding: 6rem;
}
@media only screen and (max-width: 767px) {
  .footer {
    padding: 8rem 0;
  }
}
.footer--inner {
  margin: auto;
}
@media print, screen and (min-width: 768px) {
  .footer--inner {
    width: 110rem;
    display: flex;
    align-items: center;
  }
}
@media print, screen and (min-width: 768px) {
  .footer--inner .footer-box {
    width: 55rem;
  }
}
@media only screen and (max-width: 767px) {
  .footer--inner .footer-box.logo {
    margin-bottom: 4rem;
  }
}
.footer--inner .footer-box.logo img {
  width: 23.4rem;
  margin: auto;
}
.footer--inner .footer-box.copyright img {
  width: 32.3rem;
  margin: auto;
}

.lightboxOverlay {
  background: #929ECF;
  padding: 14rem 0;
  opacity: 1;
}

@media print, screen and (min-width: 768px) {
  .lb-outerContainer {
    width: 100rem !important;
  }
}
@media only screen and (max-width: 767px) {
  .lb-outerContainer {
    width: 68.7rem;
  }
}
.lb-outerContainer img {
  margin: auto;
}

.lightbox .lb-image {
  border: none;
  width: 66.6rem;
  max-width: 100%;
  height: auto !important;
  aspect-ratio: 1/1;
}

.lb-dataContainer {
  margin-top: 2rem;
}
@media print, screen and (min-width: 768px) {
  .lb-dataContainer {
    width: 100rem !important;
  }
}
@media only screen and (max-width: 767px) {
  .lb-dataContainer {
    margin-top: 6rem;
  }
}

.lb-data .lb-details {
  width: 100%;
}

.lb-data .lb-caption {
  text-align: center;
}
.lb-data .lb-caption * {
  color: #fff;
}
.lb-data .lb-caption strong {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.5;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .lb-data .lb-caption strong {
    font-size: 2.4rem;
  }
}
.lb-data .lb-caption p {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 767px) {
  .lb-data .lb-caption p {
    font-size: 2.4rem;
    line-height: 1.875;
  }
}

.lb-data .lb-close {
  background: url("../img/close-icon.png") no-repeat center/cover;
  width: 5.6rem;
  height: 4.9rem;
  position: absolute;
  top: -3rem;
  right: 4rem;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .lb-data .lb-close {
    top: -10rem;
    width: 8rem;
    height: 6.8rem;
  }
}

.lb-nav a.lb-prev,
.lb-nav a.lb-next {
  width: 3.2rem;
  height: 2.8rem;
  opacity: 1;
  display: block !important;
}
@media print, screen and (min-width: 768px) {
  .lb-nav a.lb-prev,
.lb-nav a.lb-next {
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 767px) {
  .lb-nav a.lb-prev,
.lb-nav a.lb-next {
    width: 3.2rem;
    height: 2.8rem;
    margin: 0 3rem;
  }
}

.lb-nav a.lb-prev {
  background: url("../img/nav-left.svg") no-repeat center/cover;
}
@media print, screen and (min-width: 768px) {
  .lb-nav a.lb-prev {
    left: -6.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .lb-nav a.lb-prev {
    background: url("../img/sp/nav-left-white.svg") no-repeat center/cover;
    order: 1;
  }
}

.lb-nav a.lb-next {
  background: url("../img/nav-right.svg") no-repeat center/cover;
}
@media print, screen and (min-width: 768px) {
  .lb-nav a.lb-next {
    right: -6.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .lb-nav a.lb-next {
    background: url("../img/sp/nav-right-white.svg") no-repeat center/cover;
    order: 3;
  }
}

@media only screen and (max-width: 767px) {
  .lb-nav {
    display: flex;
    align-items: center;
    position: static;
    justify-content: center;
    margin-top: 2.5rem;
  }
}
.view {
  position: relative;
  overflow: hidden;
}
.view.color1::after {
  background: #929ECF;
}
.view.color2::after {
  background: #fff;
}

.view::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(-100%);
  transition: all 0.3s ease-in-out 0.3s;
}

.view img {
  vertical-align: middle;
  transform: translateX(-100%);
}

.view.js-on::after {
  -webkit-animation: viewinMask 1s ease-in-out forwards;
          animation: viewinMask 1s ease-in-out forwards;
}

.view.js-on img {
  -webkit-animation: viewinImg 1s ease-in-out forwards;
          animation: viewinImg 1s ease-in-out forwards;
}

@-webkit-keyframes viewinMask {
  0% {
    transform: translateX(-100%);
  }
  40% {
    transform: translateX(0%);
  }
  60% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(100%);
  }
}

@keyframes viewinMask {
  0% {
    transform: translateX(-100%);
  }
  40% {
    transform: translateX(0%);
  }
  60% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(100%);
  }
}
@-webkit-keyframes viewinImg {
  0% {
    transform: translateX(-100%);
  }
  40% {
    transform: translateX(0%);
  }
  60% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes viewinImg {
  0% {
    transform: translateX(-100%);
  }
  40% {
    transform: translateX(0%);
  }
  60% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(0%);
  }
}
.illust-animation img,
.illust-animation2 img {
  transform: scale(0);
}
.illust-animation.animation-on img,
.illust-animation2.animation-on img {
  -webkit-animation: illust-animation 0.5s ease-in-out forwards;
          animation: illust-animation 0.5s ease-in-out forwards;
}

@-webkit-keyframes illust-animation {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes illust-animation {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.model--single .note li {
  font-size: 1.4rem;
}

.model--single:nth-of-type(even) .detail-table dl dd table tr:nth-of-type(odd) {
  background: #DFDBD6;
}

.detail-table {
  margin-top: 7.3rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .detail-table {
    margin-top: 5rem;
  }
}
.detail-table .table-box {
  padding: 0 0 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #D7D2CB;
}
.detail-table .table-box.other {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
@media only screen and (max-width: 767px) {
  .detail-table .table-box {
    margin-bottom: 3rem;
  }
}
.detail-table .table-ttl {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .detail-table .table-ttl {
    font-size: 2.2rem;
  }
}
.detail-table dl {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding-bottom: 2rem;
}
.detail-table dl dt {
  padding: 2rem 0 0;
  font-size: 3rem;
  font-weight: 700;
  color: #929ECF;
  line-height: 1.333;
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .detail-table dl dt {
    font-size: 4rem;
  }
}
.detail-table dl dt i {
  margin-left: auto;
  width: 2rem;
  height: 2rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .detail-table dl dt i {
    width: 3rem;
    height: 3rem;
  }
}
.detail-table dl dt i::before, .detail-table dl dt i::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #000;
  top: 50%;
  transition: 0.3s;
}
.detail-table dl dt i::after {
  transform: rotate(90deg);
}
.detail-table dl dt.active i::after {
  transform: rotate(0);
}
.detail-table dl dd {
  margin-top: 2rem;
  display: none;
}
@media only screen and (max-width: 767px) {
  .detail-table dl dd {
    margin-top: 3rem;
  }
}
.detail-table dl dd .ovf-auto {
  overflow-y: hidden !important;
}
@media only screen and (max-width: 767px) {
  .detail-table dl dd .ovf-auto {
    overflow: auto;
    position: relative;
  }
}
.detail-table dl dd table {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .detail-table dl dd table {
    width: 180%;
  }
}
.detail-table dl dd table tr:nth-of-type(odd) {
  background: #F6F7FB;
}
.detail-table dl dd table tr td {
  padding: 1.3rem 2rem;
  width: 33.3333333333%;
  letter-spacing: 0.1em;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .detail-table dl dd table tr td {
    padding: 2rem 3rem;
    font-size: 1.8rem;
  }
}
.detail-table dl dd table tr td strong {
  font-size: 1.6rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .detail-table dl dd table tr td strong {
    font-size: 2rem;
  }
}
.detail-table dl dd table tr td span {
  font-size: 1.6rem;
}
.detail-table small {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 767px) {
  .detail-table small {
    font-size: 1.8rem;
  }
}

.newitem {
  padding: 11rem 0 14rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .newitem {
    padding: 8rem 0 10rem;
  }
}
.newitem::after {
  content: "";
  background: url(../img/content-border.svg) repeat-x top left;
  width: 100%;
  height: 7px;
  position: absolute;
  bottom: 1.1rem;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .newitem::after {
    bottom: 2rem;
  }
}
.newitem .inner {
  width: 110rem;
  margin: auto;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .newitem .inner {
    width: 68.7rem;
  }
}
.newitem .inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 102.4%;
  width: 12.5rem;
  height: 14.2rem;
  background: no-repeat center/cover;
  background-image: -webkit-image-set(url("../img/new-item-illust.webp") type("image/webp"), url("../img/new-item-illust.png") type("image/png"));
  background-image: image-set(url("../img/new-item-illust.webp") type("image/webp"), url("../img/new-item-illust.png") type("image/png"));
}
@media only screen and (max-width: 767px) {
  .newitem .inner::after {
    position: static;
    display: block;
    margin-top: 2rem;
    margin-left: auto;
    width: 18rem;
    height: 21rem;
  }
}
.newitem--title {
  position: relative;
  margin-bottom: 4.5rem;
}
@media only screen and (max-width: 767px) {
  .newitem--title {
    margin-bottom: 3.5rem;
  }
}
.newitem--title::before {
  content: "";
  position: absolute;
  width: 13rem;
  height: 13.2rem;
  background: url("../img/new-icon.svg") no-repeat right top/cover;
  top: -50%;
  left: -9rem;
}
@media only screen and (max-width: 767px) {
  .newitem--title::before {
    width: 11rem;
    height: 11.2rem;
    top: -20%;
    left: -2rem;
  }
}
.newitem--title h2 {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
  line-height: 12rem;
  background: #929ECF;
  border-radius: 99999px;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 767px) {
  .newitem--title h2 {
    font-size: 3.5rem;
    line-height: 1.5;
    padding: 4rem 0;
  }
}
.newitem--list {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .newitem--list {
    display: block;
  }
}
.newitem--list .note {
  width: 100%;
  margin-top: 5.6rem;
}
@media only screen and (max-width: 767px) {
  .newitem--list .note {
    margin-top: -2rem;
  }
}
.newitem--list .note li {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.85;
}
@media only screen and (max-width: 767px) {
  .newitem--list .note li {
    font-size: 1.8rem;
  }
}
.newitem--single {
  width: 50%;
  padding: 0 2.8rem;
}
@media only screen and (max-width: 767px) {
  .newitem--single {
    width: 100%;
    margin-bottom: 6rem;
  }
}
.newitem--single figure img {
  display: block;
  margin: auto;
}
.newitem--single figure.chair img {
  width: 49.5rem;
}
@media only screen and (max-width: 767px) {
  .newitem--single figure.chair img {
    width: 100%;
  }
}
.newitem--single figure.cushion img {
  width: 35.5rem;
}
@media only screen and (max-width: 767px) {
  .newitem--single figure.cushion img {
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .newitem--single figcaption {
    display: flex;
    justify-content: center;
  }
}
.newitem--single figcaption h3 {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 2.5;
  margin-bottom: 4.4rem;
}
@media only screen and (max-width: 767px) {
  .newitem--single figcaption h3 {
    font-size: 2.2rem;
    margin-bottom: 3rem;
  }
}
.newitem--single figcaption h3 span {
  display: block;
  line-height: 1;
  font-size: 3.5rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #929ECF;
}
@media only screen and (max-width: 767px) {
  .newitem--single figcaption h3 span {
    font-size: 4.5rem;
  }
}
.newitem .detail-table {
  margin-top: 2.3rem;
}
@media only screen and (max-width: 767px) {
  .newitem .detail-table {
    margin-top: 3.5rem;
  }
}