@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400&display=swap');

/* wght読み込み調整 */
#titleArea h2 {
  font-weight: 500;
  font-style: normal;
}

.swiper .cont {
	width: 100%;
	height: 100%;
	aspect-ratio: 2 / 2.3;
	position: relative;
	display: flex;
}
.swiper .cont .img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.swiper .cont .text {
	margin-left: auto;
	padding: 8vw 4vw 0 0;
	display: flex;
	flex-wrap: wrap;
  align-content: flex-start;
	align-items: flex-start;
	flex-direction: row-reverse;
	gap: 3px;
}
.swiper .cont .text::before {
	content: "OWNER’S VOICE";
	display: block;
	margin-top: -1em;
	margin-left: 0.3em;
	font-size: 0.6em;
	font-weight: 500;
  letter-spacing: 0.2em;
	writing-mode: vertical-rl;
	opacity: 0.5;
}
.swiper .cont .text p {
	display: inline-block;
	writing-mode: vertical-rl;
	font-feature-settings: "vpal", "vkrn";
	letter-spacing: 0.2em;
	line-height: 1.5em;
	text-align: left;
	background: rgba(255,255,255,0.85);
}
.swiper .cont .text p:nth-of-type(1) {
	padding: 10px 8px 8px 5px;
	font-size: 1.2em;
	font-weight: 300;
}
.swiper .cont .text p:nth-of-type(2) {
	padding: 10px 8px 8px 5px;
	color: #8a8a87;
	font-size: 0.9em;
	font-weight: 400;
}
.tcy {
	display: inline-block;
  text-combine-upright: all;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0.5em;
	position: relative;
  right: -0.05em;
}

#maincontents .contents {
  padding: 60px 7% 0 7%;
}
#maincontents .contents h3 {
	padding-bottom: 40px;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 0.2em;
	line-height: 1.4em;
	text-align: center;
}
#maincontents .contents h3 span {
	display: block;	
	vertical-align: middle;
	margin-right: 0.3em;
	margin-bottom: 0.3em;
	font-size: 3.5rem;
	opacity: 0.1;
	letter-spacing: 0.05em;
}

/* 01 */
#maincontents #l-1.contents h4 {
	padding: 3em 0 1.5em 0;
  font-size: 1.1em;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.15em;
  line-height: 1.5;
}
#maincontents #l-1.contents p {
  line-height: 2em;
  font-size: 0.95em;
  letter-spacing: 0.1em;
  text-align: justify;
  word-break: break-all;
}
/* 01 パネル表示 */
#maincontents #l-1.contents .panel {
	width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px;
} 
#maincontents #l-1.contents .panel > div {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(20px);
	aspect-ratio: 193 / 130;
}
#maincontents #l-1.contents .fade.in-view {
  animation: fadeInUp 1.6s ease forwards;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
#maincontents #l-1.contents .div1 { grid-column: span 2 / span 2; }
#maincontents #l-1.contents .div2 { grid-row-start: 2; }
#maincontents #l-1.contents .div3 { grid-row-start: 2; }
#maincontents #l-1.contents .div5 { grid-row-start: 3; }
#maincontents #l-1.contents .div6 { grid-column: span 2 / span 2; }

#maincontents #l-1.contents .parent img {
	width: 100%;
	height: 100%;
	aspect-ratio: 193 / 130;
	object-fit: cover;
}

/* 02 */
#maincontents #l-2.contents h4 {
	padding: 0 0 20px 0;
  font-size: 1.1em;
  font-weight: bold;
  letter-spacing: 0.15em;
  line-height: 1.5;
	text-align: center;
}
#maincontents #l-2.contents p {
  line-height: 2em;
  font-size: 0.95em;
  letter-spacing: 0.1em;
  text-align: justify;
  word-break: break-all;
}
#maincontents #l-2.contents p br {
	display: none;
}
#maincontents #l-2.contents ul {
	margin-top: 40px;
	display: flex;
	flex-direction: column;
	gap: 30px;
}
#maincontents #l-2.contents ul li p {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: #e7ecef;
	padding: 1.5em;
	font-size: 1.1em;
	font-weight: 600;
	line-height: 1.4em;
}
#maincontents #l-2.contents ul li p span {
	font-size: 0.9rem;
	font-weight: 500;
}

/* 03 */
#maincontents #l-3.contents {
	margin-top: 100px;
	padding-bottom: 100px;
	background: #f5f7f9;
}
#maincontents #l-3.contents h4 {
	padding: 0 0 20px 0;
  font-size: 1.1em;
  font-weight: bold;
  letter-spacing: 0.15em;
  line-height: 1.5;
	text-align: center;
}
#maincontents #l-3.contents p {
  line-height: 2em;
  font-size: 0.95em;
  letter-spacing: 0.1em;
  text-align: justify;
  word-break: break-all;
}
#maincontents #l-3.contents p br {
	display: none;
}
#maincontents #l-3.contents ul {
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 6px 3px;
}
#maincontents #l-3.contents ul li {
	width: calc(100% / 2 - 3px);
	min-height: 180px;
	background: #fff;
}
#maincontents #l-3.contents ul li a {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	padding: 15px;
}
#maincontents #l-3.contents ul li a .no {
	position: absolute;
	top: 15px;
	left: 15px;
	font-size: 1em;
	opacity: 0.4;
}
#maincontents #l-3.contents ul li a img {
	margin-top: auto;
}
#maincontents #l-3.contents ul li a p {
	min-height: 3em;
	margin-bottom: auto;
	padding-top: 15px;
	font-weight: 600;
	line-height: 1.5em;
	letter-spacing: 0;
}
#maincontents #l-3.contents ul li a p br {
	display: block;
}

/* ボタン */
#maincontents .btn {
	margin: 40px auto 0 auto;
  width: 260px;
}
#maincontents .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  font-weight: 500;
  border: solid 1px;
  background: url(../../img/icon_link-arrow.svg) no-repeat right 10px center;
}