@charset "UTF-8";

sup,
sub {
	font-size: 50%;
}

sup {
	top: -1em;
}

.cinzel {
  font-family: "Cinzel", serif;
}

/* kv
---------------------------------------------- */
.kv {
	height: auto;
}

/* intro
---------------------------------------------- */
.intro {
	padding-block: clamp(50px, 0.55rem + 11vw, 220px) clamp(50px, 1.76rem + 5.83vw, 140px);
}

.intro__copy {
	font-size: clamp(22px, 0.88rem + 1.04vw, 34px);
	letter-spacing: 0.06em;
	line-height: 1.6;
	text-align: center;
}

.intro__copy .num {
	font-size: 176.47%;
	letter-spacing: 0.06em;
	color: #012d8d;
}

@media screen and (max-width: 768px) {
	.intro__copy {
	}

	.intro__copy .num {
		font-size: 272.727%;
	}
}

/* modelArea
---------------------------------------------- */
.modelArea {
	padding-top: 100px;
	position: relative;
	z-index: 0;
}
.modelArea + .modelArea {
	margin-top: 160px;
}
.modelArea + .modelArea::before {
	content: '';
	position: absolute;
	top: -80px;
	left: 50%;
	transform: translate(-50%, 0);
	width: calc(1200 / 1920 * 100%);
	height: 1px;
	background-color: #6a3906;
	z-index: 0;
}

.modelArea__copy {
	font-size: clamp(22px, 0.54rem + 1.74vw, 42px);
	letter-spacing: 0.1em;
	line-height: 1.7;
	margin-bottom: 1.5em;
	text-align: center;
}

.modelDetail {
	padding-block: 30px 100px;
	position: relative;
	z-index: 0;
}
/*
.modelDetail::before {
	content: '';
	position: absolute;
	top: 20px;
	left: 0;
	width: 100%;
	height: 1px;
	z-index: 0;
}
*/

.modelDetail__text {
	align-items: baseline;
	column-gap: 15px;
    margin-bottom: 2%
}

.modelDetail__head {
	align-items: baseline;
	column-gap: 10px;
}
.modelDetail__head .title {
	font-size: clamp(32px, 1.58rem + 0.87vw, 42px);
	letter-spacing: 0;
}
.modelDetail__head .type {
	font-size: clamp(28px, 1.42rem + 0.7vw, 36px);
	letter-spacing: 0;
}
.modelDetail__head .type .em {
	font-size: 172%;
}

.modelDetail__body {
	display: flex;
	align-items: baseline;
}
.modelDetail__body::before {
	content: '';
	display: block;
	width: 1px;
	height: 40px;
	margin-right: 10px;
	transform: rotate(20deg) translateY(5px);
}
.modelDetail__body .title {
	font-size: 16px;
	letter-spacing: 0.05em;
}
.modelDetail__body .area {
	font-size: clamp(34px, 1.79rem + 0.7vw, 42px);
	letter-spacing: 0;
}
.modelDetail__body .area .num {
	font-size: 124%;
}
.modelDetail__body .area .unit {
	font-size: 75%;
}

/* modelArea--dark */
.modelArea--dark {
	background-color: #F4F5F7;
	color: #000;
}
.modelArea--dark .modelDetail::before {
	background-color: #000;
}
.modelArea--dark .modelDetail__body::before {
	background-color: #000;
}

/* modelArea--light */
.modelArea--light {
	background-color: #f6f4ee;
}
.modelArea--light .modelDetail::before {
	background-color: #000;
}
.modelArea--light .modelDetail__body::before {
	background-color: #000;
}

@media screen and (max-width: 768px) {
	.modelArea {
		padding-top: 50px;
	}
	.modelArea + .modelArea {
		margin-top: 80px;
	}
	.modelArea + .modelArea::before {
		top: -40px;
	}

	.modelArea__copy {
		width: 95%;
	}
    .modelDetail__head .title {
	font-size: clamp(12px, 1.58rem + 0.87vw, 42px);
	letter-spacing: 0;
        display: block
}
    .modelDetail__head .type {
	font-size: clamp(18px, 1.42rem + 0.7vw, 36px);
	letter-spacing: 0;
}
    .modelDetail__body .area {
	font-size: clamp(14px, 1.79rem + 0.7vw, 42px);
	letter-spacing: 0;
}
	.modelDetail {
		padding-block: 0px 50px;
	}
	.modelDetail__text {
		row-gap: 20px;
        margin-bottom: 4%;
	}
}


/* galleryArea
---------------------------------------------- */
.galleryArea {
  background: #F4F5F7;
}
.modelArea--light .galleryArea {
  background: #f6f4ee;
}
.galleryArea .gallerySlider-wrapper + .gallerySlider-wrapper{
	margin-top: 140px;
}
.galleryArea .gallerySlider-wrapper h3{
	width: fit-content;
	margin: 0 auto 50px;
}
.gallerySlider {
  width: calc(100% - 140px);
  max-width: 1200px;
  margin-inline: auto;
  position: relative;
  z-index: 0;
}

.thumbSlider {
  width: calc(100% - 140px);
  margin-top: 60px;
}
.thumbSlider .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 25px calc(25 / 1200 * 100%);
}

.thumb__btn {
  position: relative;
  z-index: 0;
}
.thumb__btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 0.6);
  transition: 0.4s ease;
  z-index: 1;
}
.swiper-slide-thumb-active .thumb__btn::before {
  height: 0;
}
.thumb__cap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  color: #fff;
  font-size: clamp(10px, 0.29rem + 0.7vw, 18px);
  letter-spacing: 0.2em;
  line-height: 1.4;
  text-align: center;
  transition: 0.4s ease;
  z-index: 2;
}
.swiper-slide-thumb-active .thumb__cap {
  opacity: 0;
}

.gallerySlider .swiper-button-prev {
  transform: scaleX(-1);
  left: -6%;
}
.gallerySlider .swiper-button-next {
  right: -6%;
}
.gallerySlider .svg-arrow .cls-1 {
  fill: none;
  stroke: #000;
  stroke-miterlimit: 10;
}
@media screen and (max-width: 768px) {
	.galleryArea .gallerySlider-wrapper + .gallerySlider-wrapper{
		margin-top: 60px;
	}
	.galleryArea .gallerySlider-wrapper h3{
		margin: 0 auto 20px;
	}
	.galleryArea .gallerySlider-wrapper h3 img{
		width: auto;
		height: 36px;
	}
  .gallerySlider {
    width: 100%;
  }

  .thumbSlider {
    width: calc(320 / 375 * 100%);
    margin-top: 30px;
  }
  .thumbSlider .swiper-wrapper {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px calc(10 / 375 * 100%);
  }

  .gallerySlider .swiper-button-prev {
    width: 15px;
    left: 10px;
  }
  .gallerySlider .swiper-button-next {
    width: 15px;
    right: 10px;
  }
}
