@charset "UTF-8";

/*------------------------------------------------------------
  Foundation
------------------------------------------------------------*/
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #444444;
  line-height: 1.6;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: middle;
}

/*------------------------------------------------------------
	Swiper
------------------------------------------------------------*/
.p-swiper-wrapper {
  position: relative;
}

.p-royal-stone .swiper-slide {
  width: 100%;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-control {
  margin-top: 10px;
  z-index: 100;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  padding-right: 80px;
  width: 100%;
}

.swiper-pagination {
  position: static !important;
}

.swiper-pagination-bullet {
  background: #f5f5f5 !important;
  opacity: 1 !important;
  margin-inline: 12px !important;
}

.swiper-pagination-bullet-active {
  background: #d9d9d9 !important;
}

.stopbtn-main {
  cursor: pointer;
  z-index: 100;
  background: #fff;
  border: 1px solid #333;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  text-align: center;
  line-height: 17px;
  opacity: 0.85;
  color: #333;
  display: flex;
  justify-content: center;
}

.stopbtn-main:hover {
  opacity: 1;
}

.stopbtn-main.stop:before {
  display: block;
  content: "=";
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  font-size: 12px;
  font-weight: bold;
  margin-top: 1px;
  margin-left: 1px;
}
.stopbtn-main.start:before {
  content: "▶";
  font-size: 10px;
  margin-left: 2px;
}

/*----------------------------------------
	Swiper - Tablet & Mobile
----------------------------------------*/
@media screen and (max-width: 1366px) {
  .swiper-control {
    padding-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .p-swiper-wrapper {
    height: 591px;
  }
}
@media screen and (max-width: 539px) {
  .p-swiper-wrapper {
    height: 375px;
  }
}

/*------------------------------------------------------------
  Component
------------------------------------------------------------*/
.c-button {
  display: inline-block;
  padding: 16px 30px;
  border: 1px solid #444444;
  border-radius: 40px;
  color: #000000;
  text-decoration: none;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
  transition: all 0.3s ease;
  white-space: nowrap;
}

@media (any-hover: hover) and (pointer: fine) {
  .c-button:hover {
    background: #444444;
    color: #ffffff;
  }
}

@media screen and (max-width: 768px) {
  .c-button {
    font-size: 16px;
    padding: 12px 20px;
  }
}

/*------------------------------------------------------------
  Project - Royal
------------------------------------------------------------*/
.p-royal__contents {
  padding-top: 56px;
  position: relative;
}

.p-royal__contents::after {
  content: "";
  display: block;
  width: 17%;
  height: 50%;
  background-image: url("../img/index/contents_bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

/*------------------------------------------------------------
  Project - Main Visual
------------------------------------------------------------*/
.p-royal__mv {
  height: calc(100vh - 100px);
}

.p-royal__mv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*------------------------------------------------------------
  Project - Royal Sliders
------------------------------------------------------------*/
.p-royal__slider {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 56px;
  width: 100%;
  padding-right: 20px;
}

.p-royal__slider--reverse {
  justify-content: flex-end;
  margin-top: 39px;
  padding-right: 0;
  padding-left: 20px;
}

.p-royal__slider--reverse .swiper-container {
  order: 2;
}

.p-royal__slider--reverse .p-royal__slider-info {
  order: 1;
}

.p-royal__slider .swiper-container {
  margin: 0;
  width: 56%;
  padding-bottom: 40px;
  overflow: hidden;
}

.p-royal__slider .swiper-control {
  justify-content: center;
  align-items: center;
}

.p-royal__slider .swiper-pagination {
  align-items: center;
}

.p-royal__slider-info {
  text-align: center;
}

.p-royal__slider-title {
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: 500;
  color: #444444;
  text-align: center;
  margin: 0 0 24px 0;
  line-height: 39.5px;
  white-space: nowrap;
}

.p-royal__slider-button {
  margin-top: 24px;
}

/*------------------------------------------------------------
  Project - Concept
------------------------------------------------------------*/
.p-royal__concept {
  max-width: 1238px;
  margin: 110.8px auto 0;
  padding-inline: 20px;
}

.p-royal__concept-title {
  max-width: 809px;
  margin: 0 auto;
  text-align: center;
}

.p-royal__concept-title span {
  color: #444;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 39.5px;
}

.p-royal__concept-description {
  color: #000;
  text-align: center;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 39.5px;
  margin-top: 30px;
}

/*------------------------------------------------------------
  Project - New Points
------------------------------------------------------------*/
.p-royal__new-points {
  margin-top: 96px;
}

.p-royal__new-point {
  display: flex;
  align-items: flex-start;
  gap: 44.3px;
  margin: 0 auto;
}

.p-royal__new-point + .p-royal__new-point {
  margin-top: 125px;
}

.p-royal__new-point--reverse {
  flex-direction: row-reverse;
}

.p-royal__new-point-img {
  width: 53%;
}

.p-royal__new-point-img img {
  width: 100%;
}

.p-royal__new-point-content {
  width: 47%;
}

.p-royal__new-point-number {
  width: 225px;
  height: 96px;
  flex-shrink: 0;
}

.p-royal__new-point-title {
  font-family: "Noto Sans CJK JP", sans-serif;
  font-size: 26px;
  font-weight: bold;
  color: #444444;
  line-height: 40px;
  margin-top: 44.8px;
}

.p-royal__new-point-text {
  font-family: "Noto Sans CJK JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #444444;
  line-height: 32px;
  margin-top: 22px;
}

/*------------------------------------------------------------
  Project - Lineup
------------------------------------------------------------*/
.p-royal__lineup {
  margin-top: 116px;
  padding-bottom: 116px;
}

.p-royal__lineup-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.p-royal__lineup-title {
  font-family: "Montserrat", sans-serif;
  font-size: 46px;
  font-weight: 500;
  color: #444444;
  text-align: center;
  line-height: 39.5px;
}

.p-royal__lineup-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  margin-top: 57px;
}

.p-royal__lineup-item {
  position: relative;
}

.p-royal__lineup-item-image {
  position: relative;
}

.p-royal__lineup-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-royal__lineup-item-info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.p-royal__lineup-item-title {
  font-family: "Montserrat", sans-serif;
  font-size: 46px;
  font-weight: 500;
  color: #000000;
  line-height: 39.5px;
}

.p-royal__lineup-item-button a {
  background-color: #f5f5f5;
  margin-top: 40px;
}

.p-royal__lineup-full {
  position: relative;
  margin-top: 2px;
}

.p-royal__lineup-full:last-child {
  margin-bottom: 0;
}

.p-royal__lineup-full-image {
  width: 100%;
  height: 320px;
  position: relative;
}

.p-royal__lineup-full-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-royal__lineup-full-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #ffffff;
  z-index: 2;
  padding: 0 20px;
  width: 100%;
}

.p-royal__lineup-full--nons .p-royal__lineup-full-content {
  color: #000000;
}

.p-royal__lineup-full-brand {
  font-family: "Effra", sans-serif;
  font-size: 40px;
  font-weight: bold;
  line-height: 50px;
}

.p-royal__lineup-full-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 40px;
}

.p-royal__lineup-full-subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 50px;
}

.p-royal__lineup-full-subtitle + .p-royal__lineup-full-title {
  margin-top: -6px;
}

.p-royal__lineup-full-brand + .p-royal__lineup-full-subtitle {
  margin-top: -6px;
}

.p-royal__lineup-full-description {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
  margin-top: 8px;
}

.p-royal__lineup-full-button {
  margin-top: 8px;
}

.p-royal__lineup-full-button a {
  background-color: #f5f5f5;
}

.p-royal__lineup-full--realdeco .p-royal__lineup-full-content {
  color: #ffffff;
}

/*------------------------------------------------------------
  Responsive Design
------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .p-royal__mv {
    height: 400px;
  }

  .p-royal__slider {
    display: block;
    padding: 0;
  }

  .swiper-control {
    justify-content: center;
  }

  .p-royal__slider .swiper-container {
    width: 100%;
  }

  .p-royal__slider-info {
    margin-top: 16px;
  }

  .p-royal__slider + .p-royal__slider {
    margin-top: 64px;
  }

  .p-royal__slider-title {
    font-size: 24px;
  }

  .p-royal__concept-title {
    font-size: 28px;
  }

  .p-royal__concept-description {
    font-size: 16px;
  }

  .p-royal__new-point {
    display: block;
  }

  .p-royal__new-point + .p-royal__new-point {
    margin-top: 64px;
  }

  .p-royal__new-point-img {
    width: 100%;
    margin-top: 8px;
  }

  .p-royal__new-point-content {
    width: 100%;
  }

  .p-royal__new-point-number {
    max-width: 200px;
    width: 100%;
    height: auto;
    margin: 16px 0;
  }

  .p-royal__new-point-title {
    font-size: 22px;
    margin-top: 16px;
  }

  .p-royal__new-point-text {
    font-size: 16px;
    margin-top: 16px;
  }

  .p-royal__lineup {
    margin-top: 64px;
    padding-bottom: 64px;
  }

  .p-royal__lineup-grid {
    display: block;
    margin-top: 40px;
  }

  .p-royal__lineup-item + .p-royal__lineup-item {
    margin-top: 2px;
  }

  .p-royal__lineup-title {
    font-size: 24px;
  }

  .p-royal__lineup-item-title {
    font-size: 24px;
  }

  .p-royal__lineup-item-button a {
    margin-top: 12px;
  }

  .p-royal__lineup-full-brand {
    font-size: 24px;
  }

  .p-royal__lineup-full-title {
    font-size: 20px;
    line-height: normal;
  }

  .p-royal__lineup-full-subtitle {
    font-size: 16px;
    line-height: normal;
  }

  .p-royal__lineup-full-description {
    font-size: 12px;
  }
}