﻿/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

html{
  font-size: 62.5%;
}

/* Remove default margin */
body,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6{
  margin: 0;
  font-weight: 400;
}
/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.8;
	font-feature-settings : "palt";
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}
a:hover{
  opacity: .6;
  transition: opacity 0.25s ease;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  height: auto;
  vertical-align:top;
  backface-visibility: hidden;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute 
img:not([alt]) {
  filter: blur(10px);
}
*/
/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* Other */

main{
  display: block;
}

address,
em{
  font-style: normal;
}

@media screen and (max-width: 600px) {
  iframe{
    width: 100%;
  }
}
/* Scss Document */
table {
  border: none;
  border-collapse: collapse;
}

.header {
  width: 100%;
  min-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  height: 130px;
  position: fixed;
  background-image: url(img/headerb.png);
  z-index: 9999;
}

.br {
  padding-bottom: 50px;
}

.footer {
  width: 100%;
  min-width: 1140px;
  overflow: hidden;
  background-color: #EEEEEE;
}

p {
  clear: both;
}

.l {
  float: left;
}

.r {
  float: right;
}

.main {
  width: 100%;
  min-width: 1140px;
  overflow: hidden;
  background-color: #000;
  z-index: -9999 !important;
  background-image: url(img/about_ttlb.jpg);
  background-repeat: no-repeat;
  background-position: center center;
}

@media only screen and (max-width: 600px) {
  table {
    border: none;
    border-collapse: collapse;
  }

  .header {
    width: 100%;
    min-width: 100%;
    margin-right: auto;
    margin-left: auto;
    height: 130px;
    position: fixed;
    background-image: url(img/headerb.png);
    z-index: 9999;
  }

  .br {
    padding-bottom: 50px;
  }

  .footer {
    width: 100%;
    min-width: 100%;
    overflow: hidden;
    background-color: #EEEEEE;
  }

  p {
    clear: both;
  }

  .l {
    float: left;
  }

  .r {
    float: right;
  }

  .main {
    width: 100%;
    min-width: 100%;
    overflow: hidden;
    background-color: #000;
    z-index: -9999 !important;
    background-image: url(img/about_ttlb.jpg);
    background-repeat: no-repeat;
    background-position: center center;
  }
}
@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css?family=Hina+Mincho:400|Noto+Sans+JP:300,400,500|Noto+Serif+JP:300,400,500|Roboto:300,400,500|Oswald:300|Forum:400|Inter:500,400,700|ABeeZee:400");
/* The following line is used to measure usage of this code. You can remove it if you want. */
@import url("https://px.animaapp.com/68c116298464b4d7f8688d5d.68c116298464b4d7f8688d60.eIR878s.hcp.png");



.screen a {
  display: contents;
  text-decoration: none;
}

* {
  box-sizing: border-box;
}
:root { 
  --alto: #dadada;
  --black: #000000;
  --celeste: #cccccc;
  --log-cabin: #232323;
  --mine-shaft: #333333;
  --shark: #262828;
  --silver: #c1c1c1;
  --star-dust: #9fa19c;
  --white: #ffffff;
 
  --font-size-l: 14.6px;
  --font-size-m: 14px;
  --font-size-s: 12px;
  --font-size-xl: 18px;
  --font-size-xxl: 20px;
  --font-size-xxxl: 40px;
  --font-size-xxxxl: 90px;
 
  --font-family-abeezee: "ABeeZee", Helvetica;
  --font-family-forum: "Forum", Helvetica;
  --font-family-hina_mincho: "Hina Mincho", Helvetica;
  --font-family-inter: "Inter", Helvetica;
  --font-family-noto_sans_jp: "Noto Sans JP", Helvetica;
  --font-family-noto_serif_jp: "Noto Serif JP", Helvetica;
  --font-family-oswald: "Oswald", Helvetica;
  --font-family-roboto: "Roboto", Helvetica;
}
.notoserifjp-normal-black-40px {
  color: var(--black);
  font-family: var(--font-family-noto_serif_jp);
  font-size: var(--font-size-xxxl);
  font-style: normal;
  font-weight: 400;
}

.notosansjp-light-black-14px {
  color: var(--black);
  font-family: var(--font-family-noto_sans_jp);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 300;
}

.inter-normal-black-12px {
  color: var(--black);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-s);
  font-style: normal;
  font-weight: 400;
}

.notosansjp-light-white-14px {
  color: var(--white);
  font-family: var(--font-family-noto_sans_jp);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 300;
}

.notosansjp-light-black-15px {
  color: var(--black);
  font-family: var(--font-family-noto_sans_jp);
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
}

.forum-normal-shark-90px {
  color: var(--shark);
  font-family: var(--font-family-forum);
  font-size: var(--font-size-xxxxl);
  font-style: normal;
  font-weight: 400;
}

.inter-bold-shark-18px {
  color: var(--shark);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-xl);
  font-style: normal;
  font-weight: 700;
}

.notosansjp-light-white-20px {
  color: var(--white);
  font-family: var(--font-family-noto_sans_jp);
  font-size: var(--font-size-xxl);
  font-style: normal;
  font-weight: 300;
}

.notoserifjp-light-log-cabin-16-1px {
  color: var(--log-cabin);
  font-family: var(--font-family-noto_serif_jp);
  font-size: 16.1px;
  font-style: normal;
  font-weight: 300;
}

.notosansjp-light-black-14px-2 {
  color: var(--black);
  font-family: var(--font-family-noto_sans_jp);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 300;
}

.inter-medium-mine-shaft-13px {
  color: var(--mine-shaft);
  font-family: var(--font-family-inter);
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
}

.inter-medium-black-10-5px {
  color: var(--black);
  font-family: var(--font-family-inter);
  font-size: 10.5px;
  font-style: normal;
  font-weight: 500;
}

.notosansjp-light-black-12px {
  color: var(--black);
  font-family: var(--font-family-noto_sans_jp);
  font-size: var(--font-size-s);
  font-style: normal;
  font-weight: 300;
}

.notosansjp-medium-black-32px {
  color: var(--black);
  font-family: var(--font-family-noto_sans_jp);
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
}

.notosansjp-normal-black-20px {
  color: var(--black);
  font-family: var(--font-family-noto_sans_jp);
  font-size: var(--font-size-xxl);
  font-style: normal;
  font-weight: 400;
}

.notosansjp-light-white-14px-2 {
  color: var(--white);
  font-family: var(--font-family-noto_sans_jp);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 300;
}

.inter-medium-white-10-3px {
  color: var(--white);
  font-family: var(--font-family-inter);
  font-size: 10.3px;
  font-style: normal;
  font-weight: 500;
}

.notoserifjp-medium-log-cabin-90px {
  color: var(--log-cabin);
  font-family: var(--font-family-noto_serif_jp);
  font-size: var(--font-size-xxxxl);
  font-style: normal;
  font-weight: 500;
}

.notosansjp-normal-black-18px {
  color: var(--black);
  font-family: var(--font-family-noto_sans_jp);
  font-size: var(--font-size-xl);
  font-style: normal;
  font-weight: 400;
}

/* Scss Document */
html {
	width: 100%;
}
body {
	font-size: 1.4rem;
	width: 100%;
	letter-spacing: 0.1em;
	font-family: "Noto Sans JP", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ ProN W3", "Hiragino Kaku Gothic ProN", "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", sans-serif;
	text-align: center;
}
.sp {
	display: none;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.anchor {
	position: absolute;
	top: -110px;
	left: 0;
}
section {
	margin-bottom: 8em;
}
section.content {
	text-align: left;
}
section:last-child {
	margin-bottom: 0;
}
.inner {
	margin: 0 auto;
	padding: 0 30px;
	width: 1200px;
}
.redtxt {
	color: #DC0003 !important;
}
header {
	padding: 0;
	width: 100%;
	min-width: 1200px;
	height: 130px;
	position: fixed;
	display: flex;
	align-items: center;
	left: 0;
	top: 0;
	z-index: 10;
	width: 100%;
	min-width: 1200px;
	transition: all 0.5s;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
}
header a {
	color: #fff;
	text-decoration: none;
}
header .header-wrapper {
	padding: 0 30px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header .header-wrapper .logo {
	width: 253px;
}
header .header-wrapper .logo a {
	display: block;
	line-height: 0;
}
header .header-wrapper .logo a img {
	vertical-align: middle;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
header .header-nav {
	margin: 0 0 1.5em auto;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 4px 4px 0 4px;
}
header .header-nav li {
	margin-right: 1.5em;
	font-weight: 400;
	line-height: 1;
	font-weight: 400;
	font-size: 1.2rem;
}
header .header-nav li:before {
	margin-right: 0.5em;
	content: "";
	display: inline-block;
	width: 10px;
	height: 1px;
	background: #fff;
	vertical-align: middle;
}
header .header-nav li.tel {
	margin-right: 0;
}
header .header-nav li.contact:before, header .header-nav li.tel:before {
	display: none;
}
/* 20240701 å–¶æ¥­æ™‚é–“ã®è¿½åŠ  start */
.logo_open_date{
	margin-top: 15px;
	font-size: 14px;
}
/* 20240701 å–¶æ¥­æ™‚é–“ã®è¿½åŠ  end */
.btn-gnav {
	display: none;
}
.gnav ul {
	margin: 0 auto;
	padding: 0;
	display: flex;
	justify-content: right;
}
.gnav ul li {
	margin-left: 2em;
	text-align: center;
	line-height: 1.1;
	font-weight: 400;
	position: relative;
}
/* プルダウンメニューのスタイル */
.gnav ul li.has-dropdown {
	position: relative;
}
.gnav ul li.has-dropdown .dropdown-toggle {
	cursor: pointer;
	position: relative;
	padding-right: 1.2em;
	color: #fff;
	text-decoration: none;
	display: inline-block;
}
.gnav ul li.has-dropdown .dropdown-toggle:after {
	content: "▼";
	position: absolute;
  top: 3px;
	right: 0;
	font-size: 0.7em;
	vertical-align: middle;
	margin-left: 0.3em;
}
.gnav ul li.has-dropdown:hover .dropdown-toggle:after,
.gnav ul li.has-dropdown.active .dropdown-toggle:after {
	transform: rotate(180deg);
	transition: transform 0.3s;
}
.gnav ul li.has-dropdown .dropdown-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	margin-top: 0.2em;
	background: rgba(0, 0, 0, 0.9);
	padding: 0.7em 0;
	min-width: 200px;
	z-index: 1000;
	list-style: none;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}
.gnav ul li.has-dropdown:hover .dropdown-menu,
.gnav ul li.has-dropdown.active .dropdown-menu {
	display: block;
}
.gnav ul li.has-dropdown .dropdown-menu li {
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: left;
}
.gnav ul li.has-dropdown .dropdown-menu li a {
	display: block;
	padding: 0.8em 1.5em;
	color: #fff;
	text-decoration: none;
	font-size: 1.4rem;
	transition: background 0.3s;
	white-space: nowrap;
}
.gnav ul li.has-dropdown .dropdown-menu li a:hover {
	background: rgba(255, 255, 255, 0.1);
}
main {
	margin-bottom: 8em;
	width: 100%;
	min-width: 1200px;
}
.main {
	padding-top: 500px;
	margin-bottom: 5em;
}
.page-title {
	margin-bottom: 2em;
	font-size: 3rem;
	letter-spacing: 0.15em;
	font-weight: 300;
	text-align: center;
}
.mid-title {
	margin-bottom: 2em;
	font-size: 2rem;
	text-align: center;
}
.title-green {
	margin: 0 auto 1.5em;
	color: #468C00;
	font-size: 1.8rem;
	font-weight: 400;
	letter-spacing: 0.2em;
}
.col2-wrapper {
	margin-bottom: 4em;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.col2-wrapper.reverse {
	flex-direction: row-reverse;
}
.col2-wrapper > * {
	width: 47.5%;
	text-align: left;
}
.btn-more a {
	margin: 0 auto;
	padding: 0.35em 0 0.35em 0;
	border: solid 1px #000;
	display: block;
	width: 140px;
	font-size: 1.2rem;
	font-weight: 400;
	color: #000;
	background: url(./img/common/arw_s_r.png) no-repeat right 1.25em center;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
.notes {
	margin-top: 1em;
	font-size: 1.2rem;
}
section.notes p {
	font-size: 1.2rem;
}
footer {
	padding: 50px 0;
	text-align: center;
	background: #eee;
}
footer p {
	margin: 1em 0;
}
footer .contact-wrap {
	margin: 3em auto 2em;
	display: flex;
	justify-content: center;
	align-items: center;
}
footer .contact-wrap p {
	margin: 0 1em;
}
    footer .f-logo img {
		width: 35%;
	}

.f-insta img {width: 35%;}
footer .contact-wrap .btn-contact a {
	padding: 0.35em 0;
	border: solid 1px #000;
	display: block;
	width: 260px;
	font-size: 1.5rem;
	font-weight: 400;
	color: #000;
	background: url(./img/common/arw_s_r.png) no-repeat right 1.25em center;
	text-decoration: none;
}
footer .btn-privacy a {
	display: inline-block;
	font-size: 1.2rem;
	color: #000;
	text-decoration: none;
}
footer .btn-privacy a:after {
	margin-left: 0.5em;
	content: "";
	background: url(./img/common/arw_pp.png) no-repeat center center;
	width: 9px;
	height: 1em;
	display: inline-block;
	vertical-align: middle;
}
footer h3 {
	margin-bottom: 1em;
	font-size: 1.4rem;
	font-weight: 600;
}
footer .copyright {
	margin-top: 2em;
	font-size: 1.2rem;
}
.mt-l {
	margin-top: 120px;
}
.mt-ml {
	margin-top: 90px;
}
.mt-m {
	margin-top: 60px;
}
.mt-s {
	margin-top: 40px;
}
.mt-ss {
	margin-top: 0.5em;
}
.mt-0 {
	margin-top: 0;
}
.mb-l {
	margin-bottom: 120px;
}
.mb-ml {
	margin-bottom: 90px;
}
.mb-m {
	margin-bottom: 60px;
}
.mb-s {
	margin-bottom: 30px;
}
.mb-ss {
	margin-bottom: 1.5em;
}
.mb-0 {
	margin-bottom: 0;
}
@media only screen and (max-width: 600px) {
	html {
		width: 100%;
		min-width: 100%;
		font-size: 2.4vw;
	}
	body {
		width: 100%;
		min-width: 100%;
	}
}

@media only screen and (max-width: 480px) {
	html {
		width: 100%;
		min-width: 100%;
		font-size: 2.4vw;
	}
	body {
		width: 100%;
		min-width: 100%;
	}
	.pc {
		display: none;
	}
	.sp {
		display: inherit;
	}
	.anchor {
		position: absolute;
		top: -110px;
		left: 0;
	}
	section {
		margin-bottom: 4em;
	}
	.inner {
		margin: 0 auto;
		padding: 0 4vw;
		width: 100%;
	}
	header {
		padding: 0;
		width: 100%;
		min-width: 100%;
		height: 18vw; /* 20240701 ä¿®æ­£ */
		position: fixed;
		display: block;
		align-items: center;
		left: 0;
		top: 0;
		z-index: 10;
		transition: all 0.5s;
		background: rgba(0, 0, 0, 0.6);
		color: #fff;
	}
	header a {
		color: #fff;
		text-decoration: none;
	}
	header .header {
		display: block;
	}
	header .header-wrapper {
		padding: 0;
		width: 100%;
	}
	header .header-wrapper .logo {
		padding: 3.5vw 0 3.5vw 3.5vw;
		width: auto;
		text-align: left; /* 20240701 ä¿®æ­£ */
	}
	header .header-wrapper .logo a {
		display: block;
	}
	header .header-wrapper .logo a img {
		vertical-align: middle;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		width: auto;
		height: 7vw;
	}
	header .header-wrapper-nav-wapper {
		width: 100%;
		position: relative;
	}
	header .header-nav {
		display: none;
	}

	.btn-gnav {
		display: block;
		position: absolute;
		top: 3.5vw;
		right: 3.5vw;
		width: 7vw;
		height: 7vw;
		background: url(./assets/img/common/parts_gnav.png) no-repeat center center;
		background-size: auto 100%;
	}
	.btn-gnav.close {
		background: url(./assets/img/common/parts_close.png) no-repeat center center;
		background-size: auto 100%;
	}
	.gnav {
		padding: 3vw 0;
		display: none;
		position: absolute;
		top: 14vw;
		left: 0;
		width: 100%;
		height: 100vh;
		background: rgba(0, 0, 0, 0.6);
	}
	.gnav ul {
		flex-direction: column;
		justify-content: flex-start;
		flex-wrap: wrap;
		min-width: 100%;
		max-width: 100%;
		height: 100vh;
		border: none;
	}
	.gnav ul li {
		margin: 0;
		width: 100%;
		display: block;
		border: none;
	}
	.gnav ul li a {
		padding: 0.75em;
		display: block;
		font-size: 1.6rem;
	}
	/* モバイル用プルダウンメニューのスタイル */
	.gnav ul li.has-dropdown {
		position: relative;
	}
	.gnav ul li.has-dropdown .dropdown-toggle {
		padding: 0.75em;
		padding-right: 2em;
		position: relative;
		display: block;
		font-size: 1.6rem;
		color: #fff;
		text-decoration: none;
	}
	.gnav ul li.has-dropdown .dropdown-toggle:after {
		content: "▼";
		position: absolute;
    top: 3px;
		right: 1em;
		font-size: 0.8em;
		transition: transform 0.3s;
	}
	.gnav ul li.has-dropdown.active .dropdown-toggle:after {
		transform: rotate(180deg);
	}
	.gnav ul li.has-dropdown .dropdown-menu {
		display: none;
		position: static;
		transform: none;
		margin-top: 0;
		background: rgba(0, 0, 0, 0.3);
		padding: 0;
		min-width: 100%;
		box-shadow: none;
	}
	.gnav ul li.has-dropdown.active .dropdown-menu {
		display: block;
	}
	.gnav ul li.has-dropdown .dropdown-menu li {
		margin: 0;
		padding: 0;
		width: 100%;
		text-align: left;
		border-top: 1px solid rgba(255, 255, 255, 0.1);
	}
	.gnav ul li.has-dropdown .dropdown-menu li a {
		padding: 0.75em 1.5em;
		font-size: 1.4rem;
		padding-left: 2em;
	}
	main {
		margin-bottom: 8em;
		width: 100%;
		min-width: 100%;
	}
	.main {
		padding-top: 52.6%;
		margin-bottom: 4em;
	}
	.page-title {
		font-size: 2.5rem;
		letter-spacing: 0.15em;
		font-weight: 300;
	}
	.mid-title {
		margin-bottom: 1em;
		font-size: 1.8rem;
		letter-spacing: 0;
	}
	.title-green {
		margin: 1em auto 1em;
		letter-spacing: 0;
	}
	.col2-wrapper {
		display: block;
	}
	.col2-wrapper > * {
		margin: 2em auto;
		width: 100%;
	}
	.btn-more a {
		margin: 0 auto;
		padding: 0.35em 0 0.35em 0;
		border: solid 1px #000;
		display: block;
		width: 140px;
		font-size: 1.2rem;
		font-weight: 400;
		color: #000;
		background: url(./img/common/arw_s_r.png) no-repeat right 1.25em center;
		text-decoration: none;
		font-family: Arial, Helvetica, sans-serif;
	}
	.notes {
		margin-top: 1em;
		font-size: 1.2rem;
	}
	section.notes p {
		font-size: 1.2rem;
	}
	footer {
		padding: 50px 0;
		padding-bottom: 26vw;
		text-align: center;
		background: #eee;
	}
	footer p {
		margin: 1em auto;
	}
	footer .f-logo {
		width: 70%;
	}
 footer .f-logo img {
		width: 100%;
	}
    .f-insta img {width: 100%;}
	footer .contact-wrap {
		margin: 3em auto 2em;
		display: block;
		text-align: center;
	}
	footer .contact-wrap p {
		margin: 0 1em;
	}
	footer .contact-wrap .btn-contact {
		margin-top: 1.5em;
	}
	footer .contact-wrap .btn-contact a {
		margin: 0 auto;
		padding: 0.35em 0;
		border: solid 1px #000;
		display: block;
		width: 80%;
		font-size: 1.5rem;
		font-weight: 400;
		color: #000;
		background: url(./img/common/arw_s_r.png) no-repeat right 1.25em center;
		text-decoration: none;
	}
	footer .btn-privacy a {
		display: inline-block;
		font-size: 1.2rem;
		color: #000;
		text-decoration: none;
	}
	footer .btn-privacy a:after {
		margin-left: 0.5em;
		content: "";
		background: url(./img/common/arw_pp.png) no-repeat center center;
		width: 9px;
		height: 1em;
		display: inline-block;
		vertical-align: middle;
	}
	footer h3 {
		margin-bottom: 1em;
		font-size: 1.4rem;
		font-weight: 600;
	}
	footer .copyright {
		margin-top: 2em;
		font-size: 1.2rem;
	}
	.footer_fix {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
	}
	.footer_fix ul {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-ms-align-items: flex-start;
		align-items: flex-start;
	}
	.footer_fix ul li {
		width: calc(100% / 3);
	}
	.footer_fix ul li a {
		display: block;
		background: rgba(0, 0, 0, .8);
	}
	.mt-l {
		margin-top: 12vw;
	}
	.mt-ml {
		margin-top: 9vw;
	}
	.mt-m {
		margin-top: 6vw;
	}
	.mt-s {
		margin-top: 3vw;
	}
	.mt-ss {
		margin-top: 0.5vw;
	}
	.mt-0 {
		margin-top: 0;
	}
	.mb-l {
		margin-bottom: 12vw;
	}
	.mb-ml {
		margin-bottom: 9vw;
	}
	.mb-m {
		margin-bottom: 6vw;
	}
	.mb-s {
		margin-bottom: 3vw;
	}
	.mb-ss {
		margin-bottom: 2vw;
	}
	.mb-0 {
		margin-bottom: 0;
	}
}

/* 20250714 ã‚¹ãƒ ãƒ¼ã‚¹ã‚¹ã‚¯ãƒ­ãƒ¼ãƒ«è¨­ç½® */
.pagetop-btn {
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 50px;
	height: 50px;
	background: #9cc813;
	border-radius: 50%;
}
.pagetop-btn a{
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
}
.pagetop-btn a::before{
	content: '';
	position: absolute;
	top: -5px;
	bottom: 0;
	right: 0;
	left: 0;
	width: 25px;
	height: 25px;
	text-align: center;
	color: #fff;
	margin: auto;
}
.pagetop-btn a::after{
	content: '';
	position: absolute;
	top: 4px;
	left: 0;
	right: 0;
	bottom: 0;
	width: 12px;
	height: 12px;
	border: 0;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(-46deg);
	margin: auto;
}
@media only screen and (max-width: 767px) {
	.pagetop-btn {
		bottom: 124px;
	}
}

/* 20250715 ãƒ‘ãƒ³ããšãƒªã‚¹ãƒˆãƒ»ãƒ‘ãƒ³ããšæ§‹é€ åŒ–ãƒ‡ãƒ¼ã‚¿ */
.pankuzu {
	margin: 0px auto 40px auto;
}
.pankuzu-grp {
	display: flex;
}
.pankuzu-item{
	display: flex;
	align-items: center;
}
.pankuzu-item:not(:last-child):after {
	display: block;
	content: "";
	width: 6px;
	height: 6px;
	border: 1px solid;
	border-color: #000 #000 transparent transparent;
	transform: rotate(45deg);
	margin: 0 10px;
}
.pankuzu-linkbtn {
	color: #000;
}
.pankuzu-current {
	color: #595959;
}
/* Scss Document */
main {
  padding-top: 0;
}

.mainimage {
  width: 100%;
  min-width: 1140px;
  overflow: hidden;
  background-color: #000;
  z-index: -9999 !important;
  font-size: 0;
  line-height: 0;
  position: relative;
}
.mainimage .maincopy img {
  background-color: transparent;
}
.mainimage video {
  width: 100%;
  min-width: 1140px;
  opacity: 0.8;
  height: 70%;
  object-fit: cover;
  z-index: -9999 !important;
}

.maincopy {
  top: 40%;
  right: 15%;
  position: absolute;
  width: 25%;
}
.title-wrapper {
  margin: 6em auto;
}
.title-wrapper h2 {
  margin-top: 0.75em;
  font-size: 1.5rem;
}
.title-wrapper.middle {
  margin: 4em auto;
}
.title-wrapper.middle h2 {
  margin-top: 0.5em;
}

table.autot {
  width: 100%;
  min-width: 1140px;
}
table.autot th {
  width: 50%;
  vertical-align: middle;
}
table.autot td {
  width: 50%;
}
table.autot td img {
  width: 100%;
}

.nonehaikei {
  background-image: none !important;
}

.group {
  background-image: url(img/worksb.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  min-width: 1140px;
}

.block3 {
  width: 100%;
  min-width: 1140px;
}
.block3 figure {
  margin-bottom: 1.5em;
}

.no1 {
  position: absolute;
  bottom: 20px;
  left: 20px;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  line-height: 1.3;
  text-align: left;
  color: #fff;
}
.no1 > div {
  margin-left: 1.5em;
}
.no1 .notes {
  margin: 0.5em 0;
  font-size: 1.2rem;
}

section {
  margin: 0 auto;
}

.index-content-wrapper {
  display: flex;
  align-items: center;
}
.index-content-wrapper.reverse {
  flex-direction: row-reverse;
}
.index-content-wrapper .index-content-body {
  width: 50%;
}
.index-content-wrapper figure {
  width: 50%;
}

.concept h3 {
  margin: 0.75em auto 1em;
  font-size: 2rem;
}

.works {
  padding: 40px 0 140px;
  background: #EEEEEE;
  overflow: hidden;
}

.works-wrapper {
  margin: 0 auto;
  width: 1080px;
}
.works-wrapper .bx-viewport {
  overflow: visible !important;
}
.works-wrapper .bx-wrapper {
  position: relative;
}
.works-wrapper .bx-wrapper .bx-controls {
  position: absolute;
  top: calc(50% - 21px);
  left: 0;
  width: 100%;
}
.works-wrapper .bx-wrapper .bx-controls .bx-prev, .works-wrapper .bx-wrapper .bx-controls .bx-next {
  width: 42px;
  height: 42px;
  overflow: hidden;
  text-indent: -200%;
}
.works-wrapper .bx-wrapper .bx-controls .bx-prev {
  margin-left: -21px;
  float: left;
  background: url(./img/index/arw_his_l.png) no-repeat left top;
}
.works-wrapper .bx-wrapper .bx-controls .bx-prev.hide {
  display: none;
}
.works-wrapper .bx-wrapper .bx-controls .bx-next {
  float: right;
  margin-right: -21px;
  background: url(./img/index/arw_his_r.png) no-repeat left top;
}
.works-wrapper .bx-wrapper .bx-controls .bx-next.hide {
  display: none;
}

.works-items .works-item:nth-child(odd) {
  margin-top: 50px;
}
.works-items .works-item a {
  text-decoration: none;
  text-align: left;
  font-weight: 400;
  font-size: 1.4rem;
  color: #000;
}
.works-items .works-item a figcaption {
  margin-top: 0.75em;
}

.pickup-items {
  display: flex;
  justify-content: space-between;
}
.pickup-items .pickup-item {
  width: 33%;
}
.pickup-items .pickup-item figure {
  margin: 0 auto 1.5em;
  width: 90%;
}

.newsevent .inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.newsevent .inner .title-wrapper {
  margin-bottom: 4em;
}
.newsevent .inner .news,
.newsevent .inner .event {
  width: 100%;
}
.newsevent .inner .news dl,
.newsevent .inner .event dl {
  padding: 1em 0;
  border-top: solid 1px #CCC;
  text-align: left;
  display: flex;
}
.newsevent .inner .news dl dt,
.newsevent .inner .event dl dt {
  width: 10em;
  font-weight: 400;
  letter-spacing: 0.15em;
}
.newsevent .inner .news dl dd a,
.newsevent .inner .event dl dd a {
  color: #000;
  text-decoration: none;
}
.newsevent .inner .news dl:last-of-type,
.newsevent .inner .event dl:last-of-type {
  margin-bottom: 3em;
  border-bottom: solid 1px #CCC;
}

@media only screen and (max-width: 600px) {
  main {
    padding-top: 0;
  }

  .mainimage {
    width: 100%;
    min-width: 100%;
    overflow: hidden;
  }
  .mainimage .maincopy img {
    background-color: transparent;
  }
  .mainimage video {
    width: 185%;
    min-width: 185%;
    opacity: 0.8;
    height: 70%;
    object-fit: cover;
    z-index: -9999 !important;
  }

  .maincopy {
    width: 60%;
    min-width: auto;
    top: 20vw;
    left: 6vw;
  }
  .maincopy img {
    width: 100%;
    min-width: 100%;
  }

  .no1 {
    position: static;
    color: #231815;
    padding: 4vw;
    font-size: 1.2rem;
    line-height: 1.2;
    background: #fff;
  }
  .no1 figure {
    width: 25%;
  }
  .no1 > div {
    width: 75%;
  }
  .no1 .notes {
    font-size: 1rem;
  }
  .no1 .notes br {
    display: none;
  }

  .title-wrapper {
    margin: 6vw auto;
    line-height: 1.3;
  }
  .title-wrapper .en img {
    height: 3vw;
  }
  .title-wrapper h2 {
    margin-top: 0;
    font-size: 2.5rem;
  }
  .title-wrapper.middle {
    margin: 4em auto;
    line-height: 1.4;
  }
  .title-wrapper.middle h2 {
    margin-top: 0.5em;
    font-size: 1.8rem;
  }

  table.autot {
    width: 100%;
    min-width: 100%;
  }
  table.autot th {
    width: 50%;
    vertical-align: middle;
  }
  table.autot td {
    width: 50%;
  }
  table.autot td img {
    width: 100%;
  }

  .nonehaikei {
    background-image: none !important;
  }

  .group {
    background-image: url(img/worksb.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    min-width: 100%;
  }

  .block3 {
    width: 100%;
    min-width: 100%;
  }
  .block3 figure {
    margin-bottom: 1.5em;
  }

  section {
    margin: 0 auto;
  }

  .index-content {
    padding: 0 4vw;
  }

  .index-content-wrapper {
    display: block;
  }
  .index-content-wrapper .index-content-body {
    padding: 6vw 0;
    width: 100%;
  }
  .index-content-wrapper .index-content-body .num {
    margin: 0 auto;
    width: 15%;
  }
  .index-content-wrapper figure {
    width: 100%;
  }

  .concept h3 {
    margin: 0.75em auto 1em;
    font-size: 2rem;
  }

  .works {
    padding: 2vw 0 8vw;
    background: #EEEEEE;
    overflow: hidden;
  }

  .works-wrapper {
    margin: 0 auto;
    width: 100vw;
  }
  .works-wrapper .bx-viewport {
    margin: 0 auto;
    overflow: visible !important;
    width: 40vw !important;
  }
  .works-wrapper .bx-wrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .works-wrapper .bx-wrapper .bx-controls {
    position: absolute;
    top: calc(50% - 21px);
    left: 0;
    width: 100%;
  }
  .works-wrapper .bx-wrapper .bx-controls .bx-prev, .works-wrapper .bx-wrapper .bx-controls .bx-next {
    width: 42px;
    height: 42px;
    overflow: hidden;
    text-indent: -200%;
  }
  .works-wrapper .bx-wrapper .bx-controls .bx-prev {
    margin-left: -21px;
    float: left;
    background: url(./img/index/arw_his_l.png) no-repeat left top;
  }
  .works-wrapper .bx-wrapper .bx-controls .bx-prev.hide {
    display: none;
  }
  .works-wrapper .bx-wrapper .bx-controls .bx-next {
    float: right;
    margin-right: -21px;
    background: url(./img/index/arw_his_r.png) no-repeat left top;
  }
  .works-wrapper .bx-wrapper .bx-controls .bx-next.hide {
    display: none;
  }

  .works-items .works-item {
    padding: 0 1vw;
    width: 40vw !important;
  }
  .works-items .works-item:nth-child(odd) {
    margin-top: 0;
  }
  .works-items .works-item a {
    text-decoration: none;
    text-align: left;
    font-weight: 400;
    font-size: 1.2rem;
    color: #000;
  }
  .works-items .works-item a figcaption {
    margin-top: 0.75em;
    line-height: 1.2;
  }

  .pickup {
    padding: 4vw;
  }

  .pickup-items {
    display: block;
  }
  .pickup-items .pickup-item {
    margin: 0 auto 1em;
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
    text-align: left;
    line-height: 1.4;
  }
  .pickup-items .pickup-item .title-wrapper {
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 54%;
  }
  .pickup-items .pickup-item .title-wrapper .en {
    display: none;
  }
  .pickup-items .pickup-item .title-wrapper h2 {
    margin: 0;
  }
  .pickup-items .pickup-item .pickup-body {
    padding-top: 2.5em;
    width: 54%;
  }
  .pickup-items .pickup-item .pickup-body .btn-more {
    display: none;
  }
  .pickup-items .pickup-item figure {
    margin: 0;
    width: 42.8%;
  }

  .newsevent .inner {
    display: block;
  }
  .newsevent .inner .title-wrapper {
    margin-bottom: 2em;
  }
  .newsevent .inner .news,
.newsevent .inner .event {
    margin: 4em auto;
    width: 100%;
  }
  .newsevent .inner .news dl,
.newsevent .inner .event dl {
    padding: 1em 0;
    border-top: solid 1px #CCC;
    text-align: left;
    display: flex;
    font-size: 1.3rem;
  }
  .newsevent .inner .news dl dt,
.newsevent .inner .event dl dt {
    width: 11em;
    font-weight: 400;
    letter-spacing: 0;
  }
  .newsevent .inner .news dl dd,
.newsevent .inner .event dl dd {
    line-height: 1.4;
  }
  .newsevent .inner .news dl dd a,
.newsevent .inner .event dl dd a {
    color: #000;
    text-decoration: none;
  }
  .newsevent .inner .news dl:last-of-type,
.newsevent .inner .event dl:last-of-type {
    margin-bottom: 3em;
    border-bottom: solid 1px #CCC;
  }
}

/* 20241001 Instagram */
.top-insta {
 width: 100%;
 max-width: 900px;
 margin: 0 auto;
}
.top-insta-en {
 font-size: 40px;
 margin-bottom: -20px;
}
.insta-grp {
 width: 100%;
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
 align-items: stretch;
}
.insta-item {
 width: calc(100% / 3);
}
@media (max-width: 600px) {
 .top-insta-en {
  font-size: 17px;
  margin-bottom: -5px;
 }
 .insta-item {
  width: 50%;
 }
 .insta-item a {
  display: inline-block;
 }
}

/* 20241001 OTHER */
.title-wrapper h2.top-other-en {
 font-size: 40px;
 font-weight: unset;
}
.other-flex {
 display: flex;
 align-items: center;
 width: 80%;
 margin: 0px auto;
}
.other-flex-imgbox {
 width: 27%;
 margin-right: 3%;
}
.other-flex-img {
 width: 70%;
}
.other-flex-txt {
 width: 70%;
 text-align: left;
}
@media (max-width: 600px) {
 .other-flex {
  display: block;
 }
 .other-flex-imgbox {
  width: 100%;
  margin-right: unset;
  margin-bottom: 26px;
 }
 .other-flex-txt {
  width: 100%;
 }
}
.lineup {
  margin-bottom: 50px;
}

.lineup .en {
  font-size: 40px;
  margin-bottom: -20px;
}

.lineup-item .image {
  width: 100%;
}

.infomation {
  background-color: #9cc813;
  color: #fff;
  padding: 20px 50px;
}

.infomation .intro {
  width: 260px;
  text-align: left;
  margin: 0 0 30px auto;
}

.infomation .price {
  font-size: 30px;
  font-weight: bold;
}

.infomation .detail01 {
  font-size: 20px;
}

.infomation .detail02 {
  font-size: 15px;
  line-height: 20px;
  margin: 5px;
}

.infomation .desc {
  text-align: left;
  width: 70%;
  margin: 10px auto;
  word-break: keep-all;
}

.infomation .desc span {
  font-weight: bold;
}

@media only screen and (max-width: 600px) {
  .lineup {
      margin-bottom: 0;
  }

  .lineup .en {
      font-size: 17px;
      margin-bottom: -5px;
  }

  .infomation {
      background-color: #9cc813;
      color: #fff;
      padding: 20px 10px;
  }

  .infomation .intro {
    width: 100%;
    text-align: center;
    margin: 0 0 30px 0;
  }

  .infomation .price {
      font-size: 20px;
  }

  .infomation .detail01 {
      font-size: 16px;
  }

  .infomation .detail02 {
      text-align: left;
  }

  .infomation .detail02 br {
      display: none;
  }

  .infomation .desc {
      width: 100%;
  }
}

.content .modelhouse-title {
  margin-bottom: 3em;
  text-align: center;
}

.content .modelhouse-title h2 {
  margin-bottom: .75em;
  font-size: 3.0rem;
  letter-spacing: .2em;
}

.content .modelhouse-title .en {
  color: #999;
  font-size: 2.0rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: .25em;
}

@media only screen and (max-width: 600px) {
  .content .modelhouse-title h2 {
    margin-bottom: 0;
    font-size: 2.5rem;
    font-weight: 300;
    letter-spacing: 0.1em;
  }

  .content .modelhouse-title .en {
    margin: 0.5em 0 3em;
    font-weight: 300;
    font-size: 1.5rem;
    letter-spacing: 0.2em;
  }
}

.aboutarea .en {
  font-size: 40px;
  margin-bottom: -20px;
}

.aboutarea .aboutarea-item {
  margin: 0 auto 1em;
  width: 80%;
  display: flex;
  justify-content: space-between;
  position: relative;
  text-align: left;
  line-height: 1.4;
}

.aboutarea .aboutarea-item {
  margin: 3em auto;
  width: 80%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  text-align: left;
  line-height: 1.6;
}

.aboutarea .aboutarea-item h3 {
  text-align: center;
  margin-bottom: 10px;
}

.aboutarea .aboutarea-item .image {
  width: 30%;
}

.aboutarea .aboutarea-item .text {
  width: 68%;
  border: 1px solid #bbb;
  padding: 10px;
}

.aboutarea .aboutarea-info {
  margin: 10px auto;
  width: 80%;
  display: flex;
  justify-content: center;
  gap: 0 10px;
  position: relative;
  text-align: left;
  line-height: 1.6;
}

.aboutarea .aboutarea-info h3 {
  text-align: center;
  margin-bottom: 10px;
}

.aboutarea .aboutarea-info .text {
  width: 25%;
  border: 1px solid #bbb;
  padding: 10px;
}

@media only screen and (max-width: 600px) {
  .aboutarea .en {
      font-size: 17px;
      margin-bottom: 0;
  }

  .aboutarea .aboutarea-item {
      width: 100%;
      flex-direction: column;
  }

  .aboutarea .aboutarea-item.rev {
      flex-direction: column-reverse;
  }

  .aboutarea .aboutarea-item .image {
      width: 100%;
  }

  .aboutarea .aboutarea-item .text {
      margin-top: 10px;
      width: 100%;
  }

  .aboutarea .aboutarea-info {
    width: 100%;
    flex-direction: column;
  }

  .aboutarea .aboutarea-info .text {
    margin-top: 10px;
    width: 100%;
  }

  .aboutarea .aboutarea-info .text:first-child {
    margin-top: 0;
  }
}

.btn-more.txt_btn a {
  width: 250px;
}

.interview-works_info {
  text-align: right;
}

.interview-works_info br {
  display: none;
}

@media only screen and (max-width: 600px) {
  .interview-works_info {
    text-align: center;
  }

  .interview-works_info br {
    display: block;
  }
}


html,
body {
  overflow-x: hidden;
  width: 100%;
  background-color: #ffffff;
}

/* ========================================
   HERO SECTION - Main Carousel
   ======================================== */

.hero-section {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  min-height: 500px;
  max-height: 100vh;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* Large screens (1920px+) */
@media only screen and (min-width: 1920px) {
  .hero-section {
    max-width: 1920px;
    margin: 0 auto;
  }

  .hero-content {
    max-width: 1200px;
  }

  .cta-button img {
    /* Large desktop: 120px - 140px */
    max-width: clamp(120px, 8vw, 140px);
    width: clamp(120px, 8vw, 140px);
  }
}

/* Landscape orientation on mobile */
@media only screen and (max-width: 900px) and (orientation: landscape) {
  .hero-section {
    aspect-ratio: 16 / 9;
    min-height: 400px;
    max-height: 100vh;
  }

  .hero-title {
    font-size: clamp(1.5rem, 4vw, 2.5rem);
  }

  .hero-cta {
    bottom: clamp(30px, 8vh, 60px);
  }

  .cta-button img {
    /* Landscape mobile: slightly larger */
    max-width: clamp(100px, 20vw, 140px);
    width: clamp(100px, 20vw, 140px);
  }
}

.hero-carousel {
  width: 100%;
  height: 100%;
  position: relative;
}

/* Slides Container - Using semantic <ul> */
.hero-slides {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Individual Slide - Using semantic <li> */
.hero-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  z-index: 1;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.hero-slide.active {
  opacity: 1;
  z-index: 2;
}

.hero-slide img {
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  /* Ensure image always fills container */
  position: absolute;
  top: 0;
  left: 0;
  /* Prevent image from being smaller than container */
  /* Ensure no gaps - vertical-align removed as it's not applicable to block elements */
}

/* Hero Content Overlay */
.hero-content {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: min(1200px, 100vw);
  height: 100%;
  z-index: 5;
  padding: 0 clamp(20px, 4vw, 40px);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  pointer-events: none;
}

.hero-content > * {
  pointer-events: auto;
}

.hero-text {
  text-align: left;
  color: #fff;
  margin: 0 0 2rem 0;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.hero-title {
  font-size: clamp(2rem, 5vw, 4rem);
  margin: 0;
  line-height: 1.6;
  white-space: nowrap;
  /* font-family: "Hina Mincho", serif; */
  font-family: noto serif jp;
  letter-spacing: 0.074em;
  font-weight: 500;
  word-break: keep-all;
  overflow-wrap: break-word;
}

/* Allow line breaks on mobile */
@media only screen and (max-width: 600px) {
  .hero-title {
    white-space: normal;
  }
}

.hero-subtitle {
  font-size: clamp(1rem, 2vw, 1.5rem);
  margin: 0.5rem 0 0 0;
  opacity: 0.95;
  white-space: nowrap;
}

/* CTA Button Container */
.hero-cta {
  position: absolute;
  bottom: clamp(60px, 12vh, 140px);
  right: clamp(15px, 3vw, 40px);
  z-index: 6;
}

/* CTA Button */
.cta-button {
  display: block;
  transition: transform 0.3s ease, opacity 0.3s ease;
  text-decoration: none;
  outline: none;
  border: none;
  background: transparent;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

.cta-button:hover {
  transform: scale(1.05);
  opacity: 0.9;
}

.cta-button:active {
  transform: scale(1.02);
}

.cta-button:focus {
  outline: 2px solid rgba(255, 255, 255, 0.8);
  outline-offset: 2px;
  border-radius: 2px;
}

.cta-button:focus:not(:focus-visible) {
  outline: none;
}

.cta-button:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.8);
  outline-offset: 2px;
  border-radius: 2px;
}

.cta-button img {
  display: block;
  width: auto;
  height: auto;
  /* Fluid sizing: scales from 60px (mobile) to 120px (desktop) */
  max-width: clamp(60px, 8vw, 120px);
  width: clamp(60px, 8vw, 120px);
  height: auto;
  transition: transform 0.3s ease;
  object-fit: contain;
}

/* Navigation Indicators */
.hero-indicators {
  position: absolute;
  bottom: clamp(20px, 4vh, 30px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hero-indicators .indicator {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  padding: 0;
  margin: 0;
  background-clip: padding-box;
  /* Reset button styles */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  flex-shrink: 0;
  /* Touch-friendly sizing */
  min-width: 12px;
  min-height: 12px;
  touch-action: manipulation;
}

.hero-indicators .indicator:hover {
  background-color: rgba(255, 255, 255, 0.7);
  transform: scale(1.2);
}

.hero-indicators .indicator:active {
  transform: scale(1.1);
}

.hero-indicators .indicator:focus {
  outline: 2px solid rgba(255, 255, 255, 0.8);
  outline-offset: 2px;
}

.hero-indicators .indicator:focus:not(:focus-visible) {
  outline: none;
}

.hero-indicators .indicator:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.8);
  outline-offset: 2px;
}

.hero-indicators .indicator.active {
  background-color: #fff;
  width: 14px;
  height: 14px;
}

/* Tablet Responsive */
@media only screen and (max-width: 1024px) and (min-width: 601px) {
  .hero-section {
    aspect-ratio: 4 / 3;
    height: auto;
    min-height: 450px;
    max-height: 85vh;
  }

  .hero-content {
    padding: 0 clamp(20px, 3vw, 30px);
  }

  .hero-title {
    font-size: clamp(2.5rem, 4vw, 3rem);
    line-height: 1.6;
    letter-spacing: 0.055em;
    white-space: normal;
  }

  .hero-text {
    margin-bottom: 1.5rem;
  }

  .hero-cta {
    bottom: clamp(80px, 10vh, 120px);
    right: clamp(15px, 3vw, 30px);
  }

  .cta-button img {
    /* Tablet: 140px - 180px */
    max-width: clamp(140px, 15vw, 180px);
    width: clamp(140px, 15vw, 180px);
    height: auto;
  }

  .hero-indicators {
    bottom: clamp(20px, 3vh, 30px);
    gap: 10px;
  }

  .frame-3 .x1 {
    flex-direction: column !important;
    padding: 50px 20px !important;
    gap: 40px !important;
  }

  .frame-3 .x1-b_11_tn1096_005-1 {
    width: 100% !important;
    height: auto !important;
  }

  .frame-3 .x1 .vertical-text {
    width: 100% !important;
    padding: 40px 20px !important;
  }
}

/* Mobile Responsive */
@media only screen and (max-width: 600px) {
  .hero-section {
    margin-top: 0;
    aspect-ratio: 3 / 4;
    height: auto;
    min-height: 400px;
    max-height: 65vh;
    position: relative;
  }

  .frame-3 .x1 {
    flex-direction: column !important;
    padding: 40px 15px !important;
    gap: 30px !important;
    margin-top: 0 !important;
  }

  .frame-3 .x1-b_11_tn1096_005-1 {
    width: 100% !important;
    height: auto !important;
  }

  .frame-3 .x1 .vertical-text {
    width: 100% !important;
    padding: 30px 15px !important;
    gap: 15px !important;
    flex-direction: column !important;
  }

  .frame-3 .x1 .column-1,
  .frame-3 .x1 .column {
    writing-mode: horizontal-tb !important;
    text-orientation: mixed !important;
    flex-direction: row !important;
  }

  .hero-content {
    padding: 0 15px;
    max-width: 100%;
  }

  .hero-text {
    margin-bottom: 1.5rem;
    width: 100%;
    max-width: 100%;
  }

  .hero-title {
    font-size: clamp(1.75rem, 5vw, 2.5rem);
    line-height: 1.5;
    letter-spacing: 0.04em;
    white-space: normal;
    word-break: keep-all;
  }

  .hero-subtitle {
    font-size: clamp(0.9rem, 2.5vw, 1.1rem);
    white-space: normal;
  }

  .hero-cta {
    bottom: clamp(50px, 8vh, 60px);
    right: 15px;
    left: auto;
  }

  .cta-button {
    display: inline-block;
  }

  .cta-button img {
    /* Mobile: 120px - 150px */
    max-width: clamp(120px, 25vw, 150px);
    width: clamp(120px, 25vw, 150px);
    height: auto;
  }

  .hero-indicators {
    bottom: 20px;
    gap: 10px;
    padding: 0 15px;
    width: 100%;
    box-sizing: border-box;
  }

  .hero-indicators .indicator {
    width: 10px;
    height: 10px;
    min-width: 10px;
    min-height: 10px;
    flex-shrink: 0;
    /* Larger touch target on mobile */
    padding: 4px;
    margin: -4px;
  }

  .hero-indicators .indicator.active {
    width: 12px;
    height: 12px;
  }
}

/* Small Mobile Responsive */
@media only screen and (max-width: 480px) {
  /* Prevent horizontal overflow */
  html,
  body {
    overflow-x: hidden !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .hero-section {
    aspect-ratio: 3 / 4;
    height: auto;
    min-height: 350px;
    max-height: 60vh;
  }

  .hero-content {
    padding: 0 12px;
    max-width: 100%;
  }

  .hero-text {
    margin-bottom: 1.25rem;
    width: 100%;
  }

  .hero-title {
    font-size: clamp(1.5rem, 4vw, 2rem);
    line-height: 1.5;
    letter-spacing: 0.03em;
    word-break: keep-all;
  }

  .hero-cta {
    bottom: clamp(40px, 6vh, 50px);
    right: 12px;
    left: auto;
  }

  .cta-button img {
    /* Small mobile: 70px - 100px */
    max-width: clamp(70px, 20vw, 100px);
    width: clamp(70px, 20vw, 100px);
    height: auto;
  }

  .hero-indicators {
    bottom: 15px;
    gap: 8px;
    padding: 0 12px;
  }

  .hero-indicators .indicator {
    width: 9px;
    height: 9px;
    min-width: 9px;
    min-height: 9px;
    padding: 4px;
    margin: -4px;
  }

  .hero-indicators .indicator.active {
    width: 11px;
    height: 11px;
  }

  /* Fix frame-3 container overflow */
  .frame-3 {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  /* Fix fixed-width elements */
  .frame-3 .x1 {
    width: 100% !important;
    max-width: 100% !important;
    left: 0 !important;
    padding: 30px 10px !important;
    gap: 20px !important;
    box-sizing: border-box !important;
  }

  .frame-3 .x1-b_11_tn1096_005-1 {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
  }

  .frame-3 .x1 .vertical-text {
    padding: 20px 10px !important;
    gap: 10px !important;
    width: 100% !important;
  }

  .frame-3 .x2 {
    width: 100% !important;
    max-width: 100% !important;
    left: 0 !important;
    box-sizing: border-box !important;
  }

  .frame-3 .x2-1 {
    width: 100% !important;
    max-width: 100% !important;
    left: 0 !important;
    box-sizing: border-box !important;
  }

  /* Fix absolute positioned elements that extend beyond viewport */
  .frame-3 .heading-2-3-d,
  .frame-3 .x3-d-virtual-modelhouse,
  .frame-3 .x3-d {
    left: 50% !important;
    transform: translateX(-50%) !important;
    max-width: calc(100% - 20px) !important;
    box-sizing: border-box !important;
  }

  .frame-3 .heading-2,
  .frame-3 .model-house {
    left: 10px !important;
    max-width: calc(100% - 20px) !important;
  }

  /* Fix container-5 and other containers */
  .frame-3 .container-5,
  .frame-3 .container-6,
  .frame-3 .container-7,
  .frame-3 .container-8,
  .frame-3 .container-9,
  .frame-3 .container-10,
  .frame-3 .container-11,
  .frame-3 .container-12,
  .frame-3 .container-13 {
    width: 100% !important;
    max-width: 100% !important;
    left: 0 !important;
    box-sizing: border-box !important;
  }

  /* Fix elements with large left values that push content off-screen */
  .frame-3 [style*="left"] {
    max-width: 100% !important;
  }

  /* General fix for all absolutely positioned elements */
  .frame-3 > * {
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  /* Fix specific elements with large left values */
  .frame-3 .image-1,
  .frame-3 .image-2,
  .frame-3 .x3-d-1,
  .frame-3 .x3-d-2,
  .frame-3 .view,
  .frame-3 .view-1 {
    max-width: 100% !important;
    left: auto !important;
    right: auto !important;
  }

  /* Ensure body and html don't force min-width */
  body.frame-3,
  html {
    overflow-x: hidden !important;
  }
}

/* Responsive for 375px */
@media only screen and (max-width: 375px) {
  .hero-section {
    aspect-ratio: 3 / 4;
    height: auto;
    min-height: 320px;
    max-height: 55vh;
  }

  .hero-title {
    font-size: clamp(1.25rem, 3.5vw, 1.75rem);
    line-height: 1.5;
    letter-spacing: 0.025em;
  }

  .hero-content {
    padding: 0 12px;
    max-width: 100%;
  }

  .hero-text {
    margin-bottom: 1.25rem;
    width: 100%;
  }

  .hero-title {
    font-size: clamp(1.25rem, 3.5vw, 1.75rem);
    line-height: 1.5;
    letter-spacing: 0.025em;
  }

  .hero-cta {
    bottom: clamp(35px, 5vh, 45px);
    right: 12px;
    left: auto;
  }

  .cta-button img {
    /* 375px: 60px - 80px */
    max-width: clamp(60px, 18vw, 80px);
    width: clamp(60px, 18vw, 80px);
    height: auto;
  }

  .hero-indicators {
    bottom: 15px;
    gap: 8px;
    padding: 0 12px;
  }

  .hero-indicators .indicator {
    width: 8px;
    height: 8px;
    min-width: 8px;
    min-height: 8px;
    padding: 4px;
    margin: -4px;
  }

  .hero-indicators .indicator.active {
    width: 10px;
    height: 10px;
  }

  .frame-3 .x1 {
    padding: 25px 8px !important;
    gap: 15px !important;
  }

  .frame-3 .x1 .vertical-text {
    padding: 15px 8px !important;
    gap: 8px !important;
    font-size: 32px !important;
  }

  /* FAQ Section Responsive */
  .frame-3 .faq-accordion {
    margin-left: 0 !important;
    margin-right: 15px !important;
    margin-top: 22px !important;
  }

  .frame-3 .faq-question {
    padding: 30px 20px 30px 20px !important;
    min-height: auto !important;
  }

  .frame-3 .faq-q-icon {
    width: 28px !important;
    height: 26px !important;
    font-size: 17px !important;
    margin-right: 7px !important;
  }

  .frame-3 .faq-question-text {
    font-size: 17px !important;
    padding: 0 15px !important;
    line-height: 1.5 !important;
  }

  .frame-3 .faq-toggle-icon {
    width: 17px !important;
    height: 17px !important;
    font-size: 22px !important;
  }

  .frame-3 .faq-answer {
    padding: 0 20px !important;
  }

  .frame-3 .faq-item.active .faq-answer {
    padding: 18px 20px 25px !important;
  }

  .frame-3 .faq-answer p {
    font-size: 14px !important;
    line-height: 1.7 !important;
  }

  /* Area Info Table Responsive */
  .frame-3 .area-info-table {
    font-size: 13px !important;
  }

  .frame-3 .area-info-table td {
    padding: 18px 30px !important;
  }

  .frame-3 .area-info-table .city-name {
    width: 150px !important;
    font-size: 15px !important;
    padding: 18px 15px !important;
  }

  .frame-3 .area-info-table .city-description {
    font-size: 13px !important;
    line-height: 1.6 !important;
  }
}

/* Responsive for 325px */
@media only screen and (max-width: 325px) {
  .hero-section {
    aspect-ratio: 3 / 4;
    height: auto;
    min-height: 280px;
    max-height: 50vh;
  }

  .hero-title {
    font-size: clamp(1.1rem, 3vw, 1.5rem);
    line-height: 1.5;
    letter-spacing: 0.02em;
  }

  .hero-content {
    padding: 0 10px;
    max-width: 100%;
  }

  .hero-text {
    margin-bottom: 1rem;
    width: 100%;
  }

  .hero-title {
    font-size: clamp(1.1rem, 3vw, 1.5rem);
    line-height: 1.5;
    letter-spacing: 0.02em;
  }

  .hero-cta {
    bottom: clamp(30px, 4vh, 40px);
    right: 10px;
    left: auto;
  }

  .cta-button img {
    /* 325px: 50px - 65px */
    max-width: clamp(50px, 16vw, 65px);
    width: clamp(50px, 16vw, 65px);
    height: auto;
  }

  .hero-indicators {
    bottom: 12px;
    gap: 6px;
    padding: 0 10px;
  }

  .hero-indicators .indicator {
    width: 7px;
    height: 7px;
    min-width: 7px;
    min-height: 7px;
    padding: 4px;
    margin: -4px;
  }

  .hero-indicators .indicator.active {
    width: 9px;
    height: 9px;
  }

  .frame-3 .x1 {
    padding: 20px 6px !important;
    gap: 12px !important;
  }

  .frame-3 .x1 .vertical-text {
    padding: 12px 6px !important;
    gap: 6px !important;
    font-size: 28px !important;
  }

  /* FAQ Section Responsive */
  .frame-3 .faq-accordion {
    margin-left: 0 !important;
    margin-right: 10px !important;
    margin-top: 20px !important;
  }

  .frame-3 .faq-question {
    padding: 25px 15px 25px 15px !important;
    min-height: auto !important;
  }

  .frame-3 .faq-q-icon {
    width: 26px !important;
    height: 24px !important;
    font-size: 16px !important;
    margin-right: 6px !important;
  }

  .frame-3 .faq-question-text {
    font-size: 16px !important;
    padding: 0 12px !important;
    line-height: 1.4 !important;
  }

  .frame-3 .faq-toggle-icon {
    width: 16px !important;
    height: 16px !important;
    font-size: 20px !important;
  }

  .frame-3 .faq-answer {
    padding: 0 15px !important;
  }

  .frame-3 .faq-item.active .faq-answer {
    padding: 15px 15px 20px !important;
  }

  .frame-3 .faq-answer p {
    font-size: 14px !important;
    line-height: 1.6 !important;
  }

  /* Area Info Table Responsive */
  .frame-3 .area-info-table {
    font-size: 12px !important;
  }

  .frame-3 .area-info-table td {
    padding: 15px 20px !important;
  }

  .frame-3 .area-info-table .city-name {
    width: 120px !important;
    font-size: 14px !important;
    padding: 15px 10px !important;
  }

  .frame-3 .area-info-table .city-description {
    font-size: 12px !important;
    line-height: 1.5 !important;
  }
}

/* x1 Section - Intro with image and vertical text */
.frame-3 .x1 {
  position: relative !important;
  left: auto !important;
  top: auto !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: stretch !important;
  gap: 40px !important;
  padding: 60px 20px !important;
  box-sizing: border-box !important;
  background-color: #ffffff;
  margin: 0;
}

.frame-3 .x1-b_11_tn1096_005-1 {
  width: 50% !important;
  height: auto !important;
  max-width: 100% !important;
  margin-top: 0 !important;
  object-fit: cover !important;
  flex-shrink: 0 !important;
}

.frame-3 .x1 .vertical-text {
  width: 50% !important;
  height: auto !important;
  margin-top: 0 !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 20px !important;
  padding: 40px 20px !important;
  box-sizing: border-box !important;
}

/* ========================================
   INTRO SECTION - Image with Vertical Text
   ======================================== */

.intro-section {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  box-sizing: border-box;
  background-color: #ffffff;
  overflow: hidden;
}

.intro-container {
  width: 100%;
  max-width: 100%;
  margin: 0;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 0;
  justify-content: flex-start;
  position: relative;
}

.intro-image {
  flex: 0 0 auto;
  width: 62%;
  max-width: 62%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

/* Above 600px: Show vertical text, hide horizontal text */
@media only screen and (min-width: 601px) {
  .intro-text-vertical {
    display: flex;
  }

  .intro-text-horizontal {
    display: none;
  }
}

/* At 600px viewport and below, image fills screen width */
@media only screen and (max-width: 600px) {
  .intro-container {
    display: flex;
    flex-direction: column;
  }

  .intro-image {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }

  .intro-text-vertical {
    display: none !important;
    visibility: hidden !important;
  }

  .intro-text-horizontal {
    display: block !important;
    visibility: visible !important;
    width: 100% !important;
    max-width: 100% !important;
  }
}

.intro-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  object-position: center;
}

.intro-text-vertical {
  flex: 1 1 auto;
  width: 38%;
  max-width: clamp(300px, 38vw, 730px);
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  gap: clamp(12px, 1.25vw, 20px);
  padding: 0;
  padding-top: 30px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  position: relative;
}

.intro-text-horizontal {
  display: none;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
}

.horizontal-char {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(16px, 4vw, 24px);
  font-weight: 400;
  color: #333;
  line-height: 1.6;
  letter-spacing: 0.1em;
  display: inline-block;
  width: 600px;
  max-width: 100%;
  box-sizing: border-box;
}


.vertical-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
  position: relative;
  z-index: 2;
}


.concepts-title-en {
  font-size: 48px;
  font-family: "Noto Serif JP";
  text-align: left;
  margin-left: 0;
}

.concepts-title-jp {
  font-size: 16px;
  margin-bottom: 60px;
  text-align: left;
  margin-left: 0;
}

.vertical-char {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(28px, 2vw, 36px);
  font-weight: 400;
  color: #000000;
  line-height: 1.2;
  letter-spacing: 0;
  display: block;
  text-align: center;
}


/* Legacy support - keep old classes working */
.frame-3 .x1 {
  position: relative !important;
  left: auto !important;
  top: auto !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: stretch !important;
  gap: 40px !important;
  padding: 60px 20px !important;
  box-sizing: border-box !important;
  background-color: #ffffff;
  margin: 0;
}

.frame-3 .x1-b_11_tn1096_005-1 {
  width: 50% !important;
  height: auto !important;
  max-width: 100% !important;
  margin-top: 0 !important;
  object-fit: cover !important;
  flex-shrink: 0 !important;
}

.frame-3 .x1 .vertical-text {
  width: 50% !important;
  height: auto !important;
  margin-top: 0 !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 20px !important;
  padding: 40px 20px !important;
  box-sizing: border-box !important;
}

.intro-image {
  width: 60%;
  flex-shrink: 0;
}

.intro-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.intro-wrapper {
  width: 50%;
  max-width: 1200px;
  margin-left: 0;
  padding-left: 150px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
}

.intro-text {
  background-color: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 60px 0;
  box-sizing: border-box;
  height: 100%;
}

.intro-text-pc {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.intro-text-sp {
  display: none;
}

.intro-line-1,
.intro-line-2,
.intro-line-3 {
  margin: 0;
  font-family: "Hina Mincho", serif;
  margin-left: 5px;
  line-height: 1.3;
  color: #333;
  font-size: 3rem;
  letter-spacing: 0.25em;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
/* Intro Section Responsive */
@media only screen and (max-width: 1024px) {
  .intro-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .intro-wrapper {
    padding-left: 40px;
  }

  .intro-text {
    padding: 40px 0;
  }

  .intro-line-1,
  .intro-line-2,
  .intro-line-3 {
    font-size: 1.8rem;
    margin-left: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .intro-section {
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .intro-image {
    width: 100%;
  }

  .intro-wrapper {
    width: 100%;
    max-width: 100%;
    padding-left: 20px;
  }

  .intro-text {
    padding: 40px 0;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-direction: column;
  }

  .intro-text-pc {
    display: none;
  }

  .intro-text-sp {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .intro-line-1,
  .intro-line-2,
  .intro-line-3 {
    font-size: 1.5rem;
    margin: 0;
    margin-bottom: 10px;
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    margin-left: 0;
  }
}

@media only screen and (max-width: 480px) {
  .intro-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .intro-wrapper {
    padding-left: 15px;
  }

  .intro-text {
    padding: 30px 0;
    flex-direction: column;
  }

  .intro-text-pc {
    display: none;
  }

  .intro-text-sp {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .intro-line-1,
  .intro-line-2,
  .intro-line-3 {
    font-size: 1.3rem;
    margin: 0;
    margin-bottom: 8px;
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    margin-left: 0;
  }
}

/* Three Content Section */
.three-content-section {
  width: 100%;
  background-color: #ffffff;
  padding: 120px 0;
  box-sizing: border-box;
  overflow-x: hidden;
}

.section-tilte {
  text-align: center;
  font-size: 3rem;
  font-weight: 300;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
  font-family: serif;
}

.section-subtitle {
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 80px;
  letter-spacing: 0.1em;
  color: #666;
}

.section-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
  box-sizing: border-box;
}

/* Content 1 - Full Width */
.content-1 {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  grid-column: 1 / 3;
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background-color: #ffffff;
  margin-bottom: 40px;
  position: relative;
}

.content-1-left {
  width: 508px;
  padding: 40px 30px;
  padding-left: max(40px, calc((100vw - 1200px) / 2 + 20px));
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
}

.content-1-t {
  font-size: 1.8rem;
  font-weight: 400;
  margin: 0 0 20px 0;
  letter-spacing: 0.1em;
  color: #333;
}

.content-1 .content-2-text {
  font-size: 1.4rem;
  line-height: 1.8;
  margin: 0;
  letter-spacing: 0.05em;
  color: #333;
}

.content-1-right {
  width: 50%;
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  flex: 1;
}

.content-1-image {
  width: 1108px;
  height: 475px;
  object-fit: cover;
  display: block;
  flex-shrink: 0;
}

/* Content 2 - Full Width (Image Left, Text Right) */
.content-2 {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  grid-column: 1 / 3;
  width: 100%;
  background-color: #ffffff;
  margin-bottom: 40px;
  position: relative;
  transform: translateX(calc(max(40px, calc((100vw - 1200px) / 2 + 20px)) - 20px));
}

.content-2-left {
  width: 508px;
  display: flex;
  align-items: stretch;
  flex-shrink: 0;
}

.content-2-image {
  width: 508px;
  height: 508px;
  object-fit: cover;
  display: block;
  flex-shrink: 0;
}

.content-2-right {
  width: 50%;
  padding: 40px 30px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.content-2-title {
  font-size: 1.8rem;
  font-weight: 400;
  margin: 0 0 20px 0;
  letter-spacing: 0.1em;
  color: #333;
}

.content-2-text {
  font-size: 1.4rem;
  line-height: 1.8;
  margin: 0;
  letter-spacing: 0.05em;
  color: #333;
}

/* Content 3 - Full Width (Text Left, Image Right) */
.content-3 {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  grid-column: 1 / 3;
  width: 100%;
  background-color: #ffffff;
}

.content-3-left {
  width: 50%;
  padding: 40px 30px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.content-3-title {
  font-size: 1.8rem;
  font-weight: 400;
  margin: 0 0 20px 0;
  letter-spacing: 0.1em;
  color: #333;
}

.content-3-text {
  font-size: 1.4rem;
  line-height: 1.8;
  margin: 0;
  letter-spacing: 0.05em;
  color: #333;
}

.content-3-right {
  width: 50%;
  display: flex;
  align-items: stretch;
}

.content-3-image {
  width: 697px;
  height: 508px;
  object-fit: cover;
  display: block;
  flex-shrink: 0;
}

/* Responsive */
@media only screen and (max-width: 1024px) {
  .three-content-section {
    padding: 80px 0;
  }

  .section-tilte {
    font-size: 2.5rem;
  }

  .section-content {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .content-1 {
    grid-column: 1;
    width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
  }

  .content-1-left {
    max-width: none;
    padding-left: 20px;
  }

  .content-2 {
    grid-column: 1;
    width: 100%;
    margin-bottom: 30px;
    transform: none;
  }

  .content-2-left {
    width: 50%;
  }

  .content-3 {
    grid-column: 1;
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .three-content-section {
    padding: 60px 0;
  }

  .section-tilte {
    font-size: 2rem;
  }

  .section-subtitle {
    font-size: 1.1rem;
    margin-bottom: 40px;
  }

  .content-1 {
    margin-left: 0;
  }

  .content-1-left {
    width: 50%;
    max-width: none;
    padding: 25px 20px;
  }

  .content-2 {
    transform: none;
  }

  .content-2-left {
    width: 50%;
  }

  .content-2-right,
  .content-3-left {
    padding: 25px 20px;
  }

  .content-1-t,
  .content-2-title,
  .content-3-title {
    font-size: 1.5rem;
  }

  .content-1 .content-2-text,
  .content-2-text,
  .content-3-text {
    font-size: 1.2rem;
  }

  .content-1-image {
    width: 100%;
    height: auto;
    max-width: 1108px;
    aspect-ratio: 1108 / 475;
  }

  .content-2-image {
    width: 100%;
    height: auto;
    max-width: 508px;
    aspect-ratio: 1 / 1;
  }

  .content-3-image {
    width: 100%;
    height: auto;
    max-width: 697px;
    aspect-ratio: 697 / 508;
  }
}

@media only screen and (max-width: 480px) {
  .three-content-section {
    padding: 40px 0;
  }

  .section-tilte {
    font-size: 1.8rem;
  }

  .content-1 {
    margin-left: 0;
  }

  .content-1-left {
    max-width: none;
    padding: 20px 15px;
  }

  .content-2-right,
  .content-3-left {
    padding: 20px 15px;
  }

  .content-1-t,
  .content-2-title,
  .content-3-title {
    font-size: 1.3rem;
  }

  .content-1 .content-2-text,
  .content-2-text,
  .content-3-text {
    font-size: 1.1rem;
  }

  .content-1-image {
    width: 100%;
    height: auto;
    max-width: 1108px;
    aspect-ratio: 1108 / 475;
  }

  .content-2-image {
    width: 100%;
    height: auto;
    max-width: 508px;
    aspect-ratio: 1 / 1;
  }

  .content-3-image {
    width: 100%;
    height: auto;
    max-width: 697px;
    aspect-ratio: 697 / 508;
  }
}

/* screen - frame-3 */

.frame-3 {
  background-color: #f3f3f3;
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.frame-3 .top {
  height: 955px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 1920px;
}

.frame-3 .text-1-1 {
  align-items: center;
  color: var(--white);
  display: flex;
  font-family: var(--font-family-hina_mincho);
  font-size: 48px;
  font-weight: 400;
  height: 180px;
  justify-content: center;
  left: 332px;
  letter-spacing: 7.40px;
  line-height: 90px;
  position: absolute;
  top: 337px;
}

.frame-3 .group-1 {
  align-items: flex-end;
  bottom: 51px;
  display: flex;
  gap: 15px;
  height: 9px;
  left: 910px;
  position: absolute;
  width: 101px;
}

.frame-3 .ellipse {
  background-color: var(--white);
  border-radius: 4px;
  height: 8px;
  margin-bottom: 1px;
  width: 8px;
}

.frame-3 .ellipse-1 {
  aspect-ratio: 1;
  background-color: var(--white);
  border-radius: 4px;
  height: 8px;
  margin-bottom: 1px;
  width: 8px;
}

.frame-3 .ellipse-4 {
  aspect-ratio: 1;
  background-color: var(--black);
  border-radius: 4.5px;
  height: 9px;
  width: 9px;
}

.frame-3 .group-5 {
  height: 123px;
  left: calc(50.00% + 460px);
  position: absolute;
  top: calc(50.00% + 216px);
  width: 125px;
}

.frame-3 .vector-2 {
  height: 2px;
  left: 292px;
  position: absolute;
  top: 953px;
  width: 1px;
}

.frame-3 .vector-3 {
  height: 1px;
  left: 1630px;
  position: absolute;
  top: 955px;
  width: 1px;
}

.frame-3 .vector-4 {
  height: 1px;
  left: 1628px;
  position: absolute;
  top: 954px;
  width: 1px;
}

.frame-3 .vector-5 {
  height: 1px;
  left: 1632px;
  position: absolute;
  top: 955px;
  width: 1px;
}

.frame-3 .vector-7 {
  height: 1px;
  left: 290px;
  position: absolute;
  top: 955px;
  width: 1px;
}

.frame-3 .header {
  align-items: center;
  background-color: transparent;
  display: flex;
  height: 130px;
  left: 0;
  position: absolute;
  top: 0;
  width: 1920px;
}

.frame-3 .container-4 {
  flex: 1;
  height: 83.39px;
  margin-top: 0;
  position: relative;
}

.frame-3 .link-rhouse {
  background-image: url(./img/img/link---r-house---1@2x.png);
  background-position: 50% 50%;
  background-size: cover;
  height: 42px;
  left: calc(50.00% - 930px);
  position: absolute;
  top: 21px;
  width: 253px;
}

.frame-3 .list {
  align-items: center;
  display: flex;
  gap: 18px;
  height: 47px;
  justify-content: flex-end;
  left: 784px;
  position: absolute;
  top: 0;
  width: calc(100% - 814px);
}

.frame-3 .item-1 {
  height: 12px;
  margin-top: 4px;
  position: relative;
  width: 64.83px;
}

.frame-3 .horizontal-divider-1 {
  left: calc(50.00% - 32px);
}

.frame-3 .link-1 {
  align-items: center;
  color: var(--white);
  display: flex;
  font-family: var(--font-family-noto_sans_jp);
  font-size: var(--font-size-s);
  font-weight: 300;
  height: 17px;
  justify-content: center;
  left: calc(50.00% - 16px);
  letter-spacing: 1.40px;
  line-height: 12px;
  position: absolute;
  text-align: center;
  top: -3px;
  width: 52px;
}

.frame-3 .item-2 {
  height: 12px;
  margin-top: 4px;
  position: relative;
  width: 94.89px;
}

.frame-3 .horizontal-divider-2 {
  left: calc(50.00% - 47px);
}

.frame-3 .link-2 {
  align-items: center;
  color: var(--white);
  display: flex;
  font-family: var(--font-family-noto_sans_jp);
  font-size: var(--font-size-s);
  font-weight: 300;
  height: 17px;
  justify-content: center;
  left: calc(50.00% - 31px);
  letter-spacing: 1.40px;
  line-height: 12px;
  position: absolute;
  text-align: center;
  top: -3px;
  width: 79px;
}

.frame-3 .item-3 {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 15px;
  height: 43px;
  margin-right: 4.0px;
  margin-top: 4px;
  width: 214.17px;
}

.frame-3 .link-0120-983-734 {
  background-image: url(./img/img/link---0120-983-734-1@2x.png);
  background-position: 50% 50%;
  background-size: cover;
  height: 16px;
  margin-left: 0;
  width: 170px;
}

.frame-3 .text-2-1 {
  align-items: center;
  color: var(--white);
  display: flex;
  font-family: var(--font-family-noto_sans_jp);
  font-size: var(--font-size-s);
  font-weight: 300;
  height: 12px;
  justify-content: center;
  letter-spacing: 1.40px;
  line-height: 12px;
  margin-left: 16.7px;
  text-align: center;
  white-space: nowrap;
  width: 230.86px;
}

.frame-3 .navbar {
  height: 15px;
  left: 784px;
  position: absolute;
  top: 68px;
  width: calc(100% - 814px);
}

.frame-3 .navbar-link-item-link {
  align-items: center;
  display: flex;
  height: 20px;
  justify-content: center;
  left: calc(50.00% - 525px);
  letter-spacing: 1.40px;
  line-height: 15.4px;
  position: absolute;
  text-align: center;
  top: -3px;
  width: 91px;
}

.frame-3 .navbar-link-item-link-1 {
  left: calc(50.00% - 410px);
  width: 62px;
}

.frame-3 .navbar-link-item-link-2 {
  left: calc(50.00% - 321px);
  width: 122px;
}

.frame-3 .navbar-link-item-link-3 {
  left: calc(50.00% - 174px);
  width: 75px;
}

.frame-3 .navbar-link-item-link-4 {
  left: calc(50.00% - 79px);
  width: 152px;
}

.frame-3 .navbar-link-item-link-5 {
  left: calc(50.00% + 86px);
  width: 62px;
}

.frame-3 .navbar-link-item-link-6 {
  left: calc(50.00% + 176px);
  width: 76px;
}

.frame-3 .navbar-link-item-link-7 {
  left: calc(50.00% + 280px);
  width: 62px;
}

.frame-3 .navbar-link-item-link-8 {
  left: calc(50.00% + 369px);
  width: 106px;
}

.frame-3 .navbar-link-item-link-9 {
  left: calc(50.00% + 498px);
  width: 60px;
}

.frame-3 .x1 {
  display: flex;
  gap: 270px;
  height: 634px;
  left: -4px;
  position: absolute;
  top: 1095px;
  width: 1924px;
}

.frame-3 .x1-b_11_tn1096_005-1 {
  height: 639px;
  margin-top: -5px;
  object-fit: cover;
  width: 1174px;
}

.frame-3 .vertical-text {
  align-items: flex-start;
  display: inline-flex;
  gap: 16px;
  height: 464px;
  margin-top: 61px;
  position: relative;
  width: 152px;
}

.frame-3 .column-1 {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 4px;
  position: relative;
  width: 40px;
}

.frame-3 .price {
  align-self: stretch;
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
  text-align: center;
}

.frame-3 .column-item {
  align-self: stretch;
  letter-spacing: 0;
  line-height: normal;
  position: relative;
  text-align: center;
}

.frame-3 .h {
  letter-spacing: 0;
  line-height: normal;
  position: relative;
  text-align: center;
  width: 40px;
}

.frame-3 .text {
  letter-spacing: 0;
  line-height: normal;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.frame-3 .column {
  align-items: flex-start;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 4px;
  position: relative;
}

.frame-3 .text-1 {
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.frame-3 .x2 {
  height: 1139px;
  left: 0;
  position: absolute;
  top: 3336px;
  width: 1930px;
}

.frame-3 .x2-1 {
  align-items: center;
  background-image: url(./img/img/2-1.png);
  background-position: 50% 50%;
  background-size: cover;
  display: flex;
  flex-direction: column;
  height: 859px;
  left: 0;
  position: absolute;
  top: 280px;
  width: 1920px;
}

.frame-3 .heading-1-rhouse {
  align-items: center;
  color: var(--white);
  display: flex;
  font-family: var(--font-family-roboto);
  font-size: 42px;
  font-weight: 300;
  height: 49px;
  justify-content: center;
  letter-spacing: 0.60px;
  line-height: 46.2px;
  margin-top: 275px;
  text-align: center;
  text-shadow: 0px 0px 10px #0f1011;
  white-space: nowrap;
  width: 534px;
}

.frame-3 .svg {
  height: 96px;
  margin-top: 96px;
  position: relative;
  transform: rotate(-90deg);
  width: 96px;
}

.frame-3 .vector {
  height: 95.83%;
  left: 2.08%;
  position: absolute;
  top: 2.08%;
  transform: rotate(90deg);
  width: 95.83%;
}

.frame-3 .bar {
  height: 92px;
  left: calc(50.00% - 46px);
  position: absolute;
  top: calc(50.00% - 46px);
  transform: rotate(90deg);
  width: 92px;
}

.frame-3 .button-play {
  height: 39.58%;
  left: 30.20%;
  position: absolute;
  top: 34.39%;
  transform: rotate(90deg);
  width: 39.60%;
}

.frame-3 .vector-1 {
  height: 75.00%;
  left: 18.77%;
  position: absolute;
  top: 12.50%;
  width: 62.47%;
}

.frame-3 .link-rhouse-1 {
  background-image: url(./img/img/link---r-house---1@2x.png);
  background-position: 50% 50%;
  background-size: cover;
  height: 41.73px;
  margin-left: 0.9px;
  margin-top: 97px;
  width: 252.95px;
}

.frame-3 .matterport-logo {
  aspect-ratio: 4.89;
  height: 36.02px;
  margin-top: 23.0px;
  width: 176px;
}

.frame-3 .heading-2-3-d {
  align-items: center;
  color: var(--black);
  display: flex;
  font-family: var(--font-family-noto_sans_jp);
  font-size: 30px;
  font-weight: 300;
  height: 54px;
  justify-content: flex-end;
  left: calc(50.00% + 280px);
  letter-spacing: 6.00px;
  line-height: 54px;
  position: absolute;
  text-align: right;
  top: 73px;
  white-space: nowrap;
  width: 439px;
}

.frame-3 .x3-d-virtual-modelhouse {
  align-items: center;
  color: #999999;
  display: flex;
  font-family: var(--font-family-oswald);
  font-size: var(--font-size-xxl);
  font-weight: 300;
  height: 36px;
  justify-content: flex-end;
  left: calc(50.00% + 422px);
  letter-spacing: 5.00px;
  line-height: 36px;
  position: absolute;
  text-align: center;
  top: 127px;
  white-space: nowrap;
  width: 293px;
}

.frame-3 .x3-d {
  align-items: center;
  color: var(--black);
  display: flex;
  font-family: var(--font-family-noto_sans_jp);
  font-size: 16px;
  font-weight: 300;
  height: 46px;
  justify-content: flex-end;
  left: calc(50.00% + 270px);
  letter-spacing: 1.40px;
  line-height: 25.2px;
  position: absolute;
  text-align: right;
  top: 182px;
  width: 446px;
}

.frame-3 .heading-2 {
  align-items: center;
  color: var(--black);
  font-family: var(--font-family-noto_sans_jp);
  font-size: var(--font-size-xxl);
  font-weight: 300;
  height: 27px;
  justify-content: flex-start;
  left: calc(50.00% - 725px);
  letter-spacing: 1.40px;
  line-height: 27px;
  text-align: left;
  top: 87px;
  white-space: nowrap;
  width: 152px;
}

.frame-3 .model-house {
  align-items: center;
  color: var(--shark);
  display: flex;
  font-family: var(--font-family-forum);
  font-size: 72px;
  font-weight: 400;
  height: 90px;
  justify-content: flex-start;
  left: 240px;
  letter-spacing: 0;
  line-height: 90px;
  position: absolute;
  text-align: left;
  top: 0;
  white-space: nowrap;
  width: 398px;
}

.frame-3 .container-5 {
  display: flex;
  height: 599px;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 1911px;
  width: 100%;
}

.frame-3 .paragraph {
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 114px;
  width: 1340px;
}

.frame-3 .three-concepts {
  align-items: center;
  color: var(--shark);
  display: flex;
  font-family: var(--font-family-forum);
  font-size: 72px;
  font-weight: 400;
  height: 90px;
  justify-content: flex-start;
  letter-spacing: 0;
  line-height: 90px;
  margin-left: -50px;
  white-space: nowrap;
  width: 638px;
}

.frame-3 .heading-2-1 {
  height: 14px;
  letter-spacing: 1.40px;
  line-height: 27px;
  text-align: left;
  width: 132px;
  margin-left: -45px;
}

.frame-3 .container-6 {
  height: 1280px;
  left: 12.50%;
  position: absolute;
  top: calc(50.00% - 7792px);
  width: 84.90%;
}

.frame-3 .image-1 {
  height: 508px;
  left: 1101px;
  position: absolute;
  top: 681px;
  width: 579px;
}

.frame-3 .image-2 {
  aspect-ratio: 1;
  height: 508px;
  left: 0;
  position: absolute;
  top: 401px;
  width: 508px;
}

.frame-3 .heading-4 {
  height: 90px;
  left: 84px;
  top: 113px;
  width: calc(100% - 1240px);
}

.frame-3 .emphasis {
  align-items: center;
  display: flex;
  height: 52px;
  justify-content: flex-start;
  letter-spacing: 1.40px;
  line-height: 36px;
  margin-left: -78px;
  margin-top: 6px;
  width: 273px;
}

.frame-3 .emphasis-1 {
  top: 655px;
  width: 201px;
}

.frame-3 .emphasis-2 {
  top: 881px;
  width: 354px;
}

.frame-3 .text-22 {
  align-items: center;
  display: flex;
  height: 147px;
  justify-content: flex-start;
  left: 0;
  letter-spacing: 1.40px;
  line-height: 32px;
  position: absolute;
  text-align: left;
  top: 203px;
  width: 291px;
}

.frame-3 .text-23 {
  align-items: center;
  display: flex;
  height: 82px;
  justify-content: flex-start;
  left: 572px;
  letter-spacing: 1.40px;
  line-height: 32px;
  position: absolute;
  text-align: left;
  top: 731px;
  width: 465px;
}

.frame-3 .text-24 {
  align-items: center;
  display: flex;
  height: 63px;
  justify-content: flex-start;
  left: 572px;
  letter-spacing: 1.40px;
  line-height: 32px;
  position: absolute;
  text-align: left;
  top: 972px;
  width: 465px;
}

.frame-3 .figure {
  aspect-ratio: 2.33;
  height: 475px;
  left: calc(50.00% - 243px);
  position: absolute;
  top: 122px;
  width: 1108px;
}

.frame-3 .link-3 {
  border: 1px solid;
  border-color: var(--shark);
  height: 88px;
  position: absolute;
  top: 1095px;
  width: calc(100% - 1206px);
  display: block;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  background-color: transparent;
}

.frame-3 .link-3:hover {
  background-color: rgba(0, 0, 0, 0.05);
  border-color: var(--black);
}

.frame-3 .link-3:active {
  background-color: rgba(0, 0, 0, 0.1);
}

.frame-3 .text-25 {
  align-items: center;
  color: var(--log-cabin);
  display: flex;
  font-family: var(--font-family-noto_serif_jp);
  font-size: var(--font-size-xl);
  font-weight: 300;
  height: 53px;
  justify-content: flex-start;
  left: 50px;
  letter-spacing: 3.64px;
  line-height: 35.5px;
  position: absolute;
  text-align: left;
  top: calc(50.00% - 26px);
  width: 240px;
}

.frame-3 .polygon-1 {
  height: 10px;
  left: 365px;
  position: absolute;
  top: 40px;
  width: 15px;
}

.frame-3 .background-3 {
  bottom: 14298px;
  height: 358px;
  position: absolute;
  right: 0;
  width: 1330px;
}

.frame-3 .background-4 {
  background-color: var(--shark);
  bottom: 11937px;
  height: 358px;
  left: 0;
  position: absolute;
  width: 1330px;
}

.frame-3 .figure-1 {
  background-image: url(./img/img/figure------------2.png);
  height: 606px;
  left: 0;
  top: 4615px;
  width: 1043px;
}

.frame-3 .heading-3 {
  align-items: center;
  color: var(--white);
  font-family: var(--font-family-noto_sans_jp);
  font-size: 24px;
  font-weight: 300;
  height: 24px;
  justify-content: center;
  left: calc(50.00% + 194px);
  letter-spacing: 1.40px;
  line-height: 29.5px;
  text-align: center;
  top: 4984px;
  white-space: nowrap;
  width: 313px;
}

.frame-3 .heading-3-1 {
  align-items: center;
  color: var(--white);
  font-family: var(--font-family-noto_sans_jp);
  font-size: 16.4px;
  font-weight: 300;
  height: 24px;
  justify-content: center;
  left: calc(50.00% + 419px);
  letter-spacing: 1.40px;
  line-height: 29.5px;
  text-align: center;
  top: 7211px;
  white-space: nowrap;
  width: 212px;
}

.frame-3 .ldk {
  align-items: center;
  display: flex;
  height: 150px;
  justify-content: center;
  left: 1174px;
  letter-spacing: 1.40px;
  line-height: 25.2px;
  position: absolute;
  top: 5082px;
  width: 506px;
  text-align: left;
}

.frame-3 .text-26 {
  align-items: center;
  display: flex;
  height: 20px;
  justify-content: center;
  left: calc(50.00% + 214px);
  letter-spacing: 1.40px;
  line-height: 25.2px;
  position: absolute;
  text-align: center;
  top: 5034px;
  white-space: nowrap;
  width: 329px;
}

.frame-3 .text-27 {
  align-items: center;
  display: flex;
  height: 20px;
  justify-content: center;
  left: calc(50.00% + 361px);
  letter-spacing: 1.40px;
  line-height: 25.2px;
  position: absolute;
  text-align: center;
  top: 7277px;
  white-space: nowrap;
  width: 329px;
}

.frame-3 .heading-2-2 {
  color: var(--black);
  font-family: var(--font-family-noto_sans_jp);
  font-size: 30px;
  font-weight: 300;
  height: 54px;
  left: calc(50.00% + 330px);
  letter-spacing: 6.00px;
  line-height: 54px;
  position: absolute;
  text-align: center;
  top: 4691px;
  width: 390px;
}

.frame-3 .modelhouse-gallery {
  align-items: center;
  color: #999999;
  display: flex;
  font-family: var(--font-family-oswald);
  font-size: var(--font-size-xxl);
  font-weight: 300;
  height: 36px;
  justify-content: center;
  left: calc(50.00% + 464px);
  letter-spacing: 5.00px;
  line-height: 36px;
  position: absolute;
  text-align: center;
  top: 4760px;
  white-space: nowrap;
  width: 256px;
}

.frame-3 .figure-2 {
  background-image: url(./img/img/figure------------3.png);
  height: 698px;
  left: -1px;
  top: 5428px;
  width: 1082px;
}

.frame-3 .x3-d-1 {
  color: var(--log-cabin);
  font-family: var(--font-family-noto_sans_jp);
  font-size: 24px;
  font-weight: 500;
  height: 41px;
  left: 1209px;
  letter-spacing: 9.19px;
  line-height: 41.1px;
  text-align: right;
  top: 5613px;
  white-space: nowrap;
  width: 471px;
}

.frame-3 .x3-d-2 {
  color: var(--log-cabin);
  font-family: var(--font-family-noto_sans_jp);
  font-size: var(--font-size-m);
  font-weight: 300;
  height: 79px;
  left: 1209px;
  letter-spacing: 3.64px;
  line-height: 25.2px;
  top: 5680px;
  width: 471px;
}

.frame-3 .container-7 {
  height: 622px;
  left: 59px;
  position: absolute;
  top: 6262px;
  width: calc(100% - 59px);
}

.frame-3 .view {
  background-image: url(./img/img/-----2.png);
  background-position: 50% 50%;
  background-size: cover;
  height: 380px;
  left: 181px;
  position: absolute;
  top: 0;
  width: 578px;
}

.frame-3 .heading-4-1 {
  align-items: center;
  color: var(--log-cabin);
  display: flex;
  font-family: var(--font-family-noto_sans_jp);
  font-size: 30px;
  font-weight: 400;
  height: 35px;
  justify-content: flex-start;
  left: 181px;
  letter-spacing: 3.64px;
  line-height: 33.4px;
  position: absolute;
  top: 409px;
  white-space: nowrap;
  width: 402px;
}

.frame-3 .view-1 {
  background-image: url(./img/img/-----3.png);
  background-position: 50% 50%;
  background-size: cover;
  height: 380px;
  left: 1042px;
  position: absolute;
  top: 0;
  width: 579px;
}

.frame-3 .text-28 {
  align-items: center;
  color: var(--black);
  display: flex;
  font-family: var(--font-family-noto_serif_jp);
  font-size: var(--font-size-xxl);
  font-weight: 300;
  height: 26px;
  justify-content: flex-start;
  left: 181px;
  letter-spacing: 3.64px;
  line-height: 35.5px;
  position: absolute;
  top: 462px;
  white-space: nowrap;
  width: 195px;
}

.frame-3 .link-4 {
  align-items: center;
  border: 1px solid;
  border-color: var(--shark);
  display: flex;
  gap: 33px;
  height: 75px;
  left: 179px;
  position: absolute;
  top: 517px;
  width: calc(100% - 1436px);
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  background-color: transparent;
}

.frame-3 .link-4:hover {
  background-color: rgba(0, 0, 0, 0.05);
  border-color: var(--black);
}

.frame-3 .link-4:active {
  background-color: rgba(0, 0, 0, 0.1);
}

.frame-3 .text-29 {
  align-items: center;
  display: flex;
  height: 35px;
  justify-content: center;
  letter-spacing: 3.64px;
  line-height: 35.5px;
  margin-left: 18px;
  white-space: nowrap;
  width: 313px;
}

.frame-3 .polygon-2 {
  height: 9.53px;
  width: 15px;
}

.frame-3 .text-30 {
  align-items: center;
  color: var(--black);
  display: flex;
  font-family: var(--font-family-noto_sans_jp);
  font-size: 30px;
  font-weight: 400;
  height: 36px;
  justify-content: center;
  left: 1042px;
  letter-spacing: 3.64px;
  line-height: 35.5px;
  position: absolute;
  top: 396px;
  white-space: nowrap;
}

.frame-3 .text-31 {
  align-items: center;
  color: var(--black);
  display: flex;
  font-family: var(--font-family-noto_serif_jp);
  font-size: var(--font-size-xxl);
  font-weight: 300;
  height: 27px;
  justify-content: center;
  left: 1101px;
  letter-spacing: 3.64px;
  line-height: 35.5px;
  position: absolute;
  top: 6706px;
  white-space: nowrap;
  width: 444px;
}

.frame-3 .link-5 {
  border: 1px solid;
  border-color: var(--shark);
  height: 75px;
  left: calc(50.00% + 295px);
  position: absolute;
  top: 6780px;
  width: 425px;
  display: block;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  background-color: transparent;
}

.frame-3 .link-5:hover {
  background-color: rgba(0, 0, 0, 0.05);
  border-color: var(--black);
}

.frame-3 .link-5:active {
  background-color: rgba(0, 0, 0, 0.1);
}

.frame-3 .polygon-2-1 {
  height: 10px;
  left: 364px;
  position: absolute;
  top: calc(50.00% - 5px);
  width: 15px;
}

.frame-3 .text-32 {
  align-items: center;
  display: flex;
  height: 35px;
  justify-content: center;
  left: calc(50.00% - 196px);
  letter-spacing: 3.64px;
  line-height: 35.5px;
  position: absolute;
  top: calc(50.00% - 18px);
  white-space: nowrap;
  width: 313px;
}

.frame-3 .link-6 {
  border: 1px solid;
  border-color: var(--shark);
  height: 88px;
  left: 1208px;
  position: absolute;
  top: 5785px;
  width: calc(100% - 1496px);
  display: block;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  background-color: transparent;
}

.frame-3 .link-6:hover {
  background-color: rgba(0, 0, 0, 0.05);
  border-color: var(--black);
}

.frame-3 .link-6:active {
  background-color: rgba(0, 0, 0, 0.1);
}

.frame-3 .x3-d-3 {
  height: 40px;
  left: calc(50.00% - 168px);
  letter-spacing: 3.64px;
  line-height: 35.5px;
  top: 24px;
  white-space: nowrap;
  width: 310px;
}

.frame-3 .polygon-1-1 {
  height: 10px;
  left: 382px;
  position: absolute;
  top: 40px;
  width: 15px;
}

.frame-3 .listbox-option {
  aspect-ratio: 1.84;
  background-image: url(./img/img/listbox---option----------1.png);
  background-position: 50% 50%;
  background-size: cover;
  height: 606px;
  position: absolute;
  right: 0;
  top: 6973px;
  width: 1114px;
}

.frame-3 .title {
  align-items: center;
  display: flex;
  height: 90px;
  justify-content: flex-start;
  left: 240px;
  letter-spacing: 0;
  line-height: 90px;
  position: absolute;
  top: 6971px;
  white-space: nowrap;
  width: 430px;
}

.frame-3 .heading-2-3 {
  color: var(--black);
  font-family: var(--font-family-noto_sans_jp);
  font-size: var(--font-size-xxl);
  font-weight: 300;
  height: 22px;
  left: calc(50.00% - 720px);
  letter-spacing: 1.40px;
  line-height: 27px;
  position: absolute;
  text-align: center;
  top: 7076px;
  width: 96px;
}

.frame-3 .link-7 {
  border: 1px solid;
  border-color: var(--white);
  height: 88px;
  left: 238px;
  position: absolute;
  top: 7491px;
  width: calc(100% - 1496px);
  display: block;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  background-color: transparent;
}

.frame-3 .link-7:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: var(--white);
}

.frame-3 .link-7:active {
  background-color: rgba(255, 255, 255, 0.2);
}

.frame-3 .read-more-1 {
  color: var(--white);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-m);
  font-weight: 400;
  left: 50px;
  position: absolute;
  top: 22px;
  width: 103px;
}

.frame-3 .text-33 {
  align-items: center;
  color: var(--white);
  display: flex;
  font-family: var(--font-family-abeezee);
  font-size: var(--font-size-m);
  font-weight: 400;
  height: 12px;
  justify-content: center;
  left: 50px;
  letter-spacing: 0.50px;
  line-height: 12px;
  position: absolute;
  top: 51px;
  white-space: nowrap;
  width: 161px;
}

.frame-3 .line-1 {
  height: 1px;
  left: 233px;
  top: 62px;
  width: 150px;
}

.frame-3 .line-2 {
  height: 12px;
  left: 371px;
  top: 51px;
  width: 12px;
}

.frame-3 .container-8 {
  height: 126px;
  left: 0;
  position: absolute;
  top: 7780px;
  width: 100%;
}

.frame-3 .container-9 {
  height: 114px;
  left: calc(50.00% - 670px);
  position: absolute;
  top: 0;
  width: 1340px;
}

.frame-3 .voice {
  align-items: center;
  display: flex;
  height: 90px;
  justify-content: center;
  left: -50px;
  letter-spacing: 0;
  line-height: 90px;
  position: absolute;
  top: 0;
  white-space: nowrap;
  width: 193px;
}

.frame-3 .button-previous-slide {
  height: 25px;
  left: 206px;
  position: absolute;
  top: 48px;
  width: 25px;
}

.frame-3 .number {
  align-items: center;
  display: flex;
  height: 15px;
  justify-content: center;
  left: calc(50.00% - 428px);
  letter-spacing: 0;
  line-height: 13px;
  position: absolute;
  text-align: center;
  top: 48px;
  white-space: nowrap;
  width: 7px;
}

.frame-3 .number-1 {
  height: 13px;
  left: calc(50.00% - 410px);
  top: 59px;
}

.frame-3 .vertical-divider-1 {
  left: 255px;
}

.frame-3 .button-next-slide {
  height: 25px;
  left: 278px;
  position: absolute;
  top: 48px;
  width: 25px;
}

.frame-3 .heading-2-4 {
  color: var(--shark);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-xxl);
  font-weight: 500;
  height: 16px;
  left: 240px;
  letter-spacing: 1.50px;
  line-height: 14px;
  position: absolute;
  top: 110px;
  width: 115px;
}

.frame-3 .container-10 {
  display: flex;
  height: 714px;
  left: 0;
  position: absolute;
  top: 8803px;
  width: 100%;
}

.frame-3 .list-1 {
  flex: 1;
  height: 714px;
  position: relative;
  overflow: hidden;
}

.frame-3 .lineup-carousel {
  position: relative;
  width: 100%;
  height: 100%;
}

.frame-3 .lineup-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease-in-out, visibility 0.6s ease-in-out;
  z-index: 0;
}

.frame-3 .lineup-slide.active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.frame-3 .item-4 {
  background-color: var(--alto);
  height: 714px;
  left: 0;
  position: absolute;
  top: 0;
  width: 1920px;
}

.frame-3 .x2550-2 {
  align-items: center;
  color: var(--mine-shaft);
  display: flex;
  font-family: var(--font-family-inter);
  font-size: var(--font-size-xxl);
  font-weight: 500;
  height: 144px;
  justify-content: flex-start;
  left: 240px;
  letter-spacing: 0;
  line-height: 30px;
  position: absolute;
  text-align: left;
  top: 172px;
  width: 513px;
}

.frame-3 .span1 {
  font-size: var(--font-size-l);
}

.frame-3 .coming-soon {
  aspect-ratio: 1.42;
  background-image: url(./img/img/coming-soon-----------------1.png);
  background-position: 50% 50%;
  background-size: cover;
  height: 714px;
  left: 934px;
  position: absolute;
  top: 0;
  width: 1013px;
  transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
}

.frame-3 .coming-soon-2 {
  background-image: url(./img/TOP/Hero_1.jpg);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.frame-3 .link-8 {
  border: 1px solid;
  border-color: var(--shark);
  height: 88px;
  left: 240px;
  position: absolute;
  top: 584px;
  width: calc(100% - 1496px);
  display: block;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  background-color: transparent;
}

.frame-3 .link-8:hover {
  background-color: rgba(0, 0, 0, 0.05);
  border-color: var(--black);
}

.frame-3 .link-8:active {
  background-color: rgba(0, 0, 0, 0.1);
}

.frame-3 .read-more-2 {
  color: var(--black);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-m);
  font-weight: 400;
  left: 50px;
  position: absolute;
  top: 22px;
  width: 109px;
}

.frame-3 .image-3 {
  height: 11px;
  position: absolute;
  right: 47px;
  top: 51px;
  width: 150px;
}

.frame-3 .text-34 {
  align-items: center;
  color: var(--black);
  display: flex;
  font-family: var(--font-family-inter);
  font-size: var(--font-size-m);
  font-weight: 400;
  height: 14px;
  justify-content: center;
  left: 48px;
  letter-spacing: 0.50px;
  line-height: 12px;
  position: absolute;
  top: 50px;
  white-space: nowrap;
  width: 171px;
}

.frame-3 .group-29 {
  height: 90px;
  left: 240px;
  position: absolute;
  top: 74px;
  width: 416px;
}

.frame-3 .lineup {
  align-items: center;
  display: flex;
  height: 90px;
  justify-content: center;
  left: 0;
  letter-spacing: 0;
  line-height: 90px;
  position: absolute;
  top: 0;
  white-space: nowrap;
  width: 250px;
}

.frame-3 .button-previous-slide-1 {
  height: 25px;
  left: 312px;
  position: absolute;
  top: 48px;
  width: 25px;
}

.frame-3 .number-2 {
  height: 15px;
  left: calc(50.00% + 141px);
  top: 48px;
}

.frame-3 .number-3 {
  height: 13px;
  left: calc(50.00% + 159px);
  top: 59px;
}

.frame-3 .vertical-divider-2 {
  left: 362px;
}

.frame-3 .button-next-slide-1 {
  height: 25px;
  left: 385px;
  position: absolute;
  top: 48px;
  width: 25px;
}

.frame-3 .apw3301 {
  color: var(--black);
  font-family: var(--font-family-roboto);
  font-size: var(--font-size-l);
  font-weight: 400;
  height: auto;
  left: 240px;
  letter-spacing: 0;
  line-height: 30px;
  position: absolute;
  text-align: left;
  top: 360px;
  width: 694px;
  z-index: 10;
  opacity: 1;
  visibility: visible;
}

.frame-3 .container-11 {
  display: flex;
  flex-direction: column;
  height: 793px;
  left: calc(50.00% - 720px);
  position: absolute;
  top: 9716px;
  width: 1440px;
}

.frame-3 .flow {
  align-items: center;
  display: flex;
  height: 90px;
  justify-content: center;
  letter-spacing: 0;
  line-height: 90px;
  white-space: nowrap;
  width: 170.25px;
}

.frame-3 .heading-2-5 {
  height: 14px;
  letter-spacing: 1.40px;
  line-height: 27px;
  margin-left: 3px;
  margin-top: 10px;
  width: 197.09px;
}

.frame-3 .ordered-list {
  flex: 1;
  margin-left: 50px;
  margin-right: 50px;
  margin-top: 99px;
  max-height: 399px;
  position: relative;
}

.frame-3 .item-5 {
  border-color: var(--silver);
  border-right-style: solid;
  border-right-width: 1px;
  display: flex;
  flex-direction: column;
  gap: 17px;
  height: calc(100% - 200px);
  left: 0;
  position: absolute;
  top: 0;
  width: 20.00%;
}

.frame-3 .background {
  background-color: transparent;
  background-image: url(./img/TOP/33102.png);
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 0;
  height: 58px;
  margin-left: 104.5px;
  margin-top: 50px;
  width: 58px;
  overflow: visible;
}

.frame-3 .link-9 {
  align-self: center;
  display: flex;
  justify-content: center;
  margin-left: -1.0px;
  width: 154.42px;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.frame-3 .link-9:hover {
  opacity: 0.8;
}

.frame-3 .link-9:active {
  opacity: 0.6;
}

.frame-3 .text-35 {
  align-items: center;
  color: var(--shark);
  display: flex;
  font-family: var(--font-family-inter);
  font-size: 17px;
  font-weight: 700;
  height: 20px;
  justify-content: center;
  letter-spacing: 0;
  line-height: 27px;
  margin-left: 0.2px;
  text-align: center;
  white-space: nowrap;
  width: 154.62px;
}

.frame-3 .item-6 {
  border-color: var(--silver);
  border-right-style: solid;
  border-right-width: 1px;
  display: flex;
  flex-direction: column;
  gap: 17px;
  height: calc(100% - 200px);
  left: 20.00%;
  position: absolute;
  top: 0;
  width: 20.00%;
}

.frame-3 .link-10 {
  align-self: center;
  display: flex;
  justify-content: center;
  margin-left: -1.0px;
  width: 137.69px;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.frame-3 .link-10:hover {
  opacity: 0.8;
}

.frame-3 .link-10:active {
  opacity: 0.6;
}

.frame-3 .text-36 {
  align-items: center;
  color: var(--shark);
  display: flex;
  font-family: var(--font-family-inter);
  font-size: 17.2px;
  font-weight: 700;
  height: 20px;
  justify-content: center;
  letter-spacing: 0;
  line-height: 27px;
  margin-left: 0.2px;
  text-align: center;
  white-space: nowrap;
  width: 137.89px;
}

.frame-3 .item-7 {
  border-color: var(--silver);
  border-right-style: solid;
  border-right-width: 1px;
  display: flex;
  flex-direction: column;
  gap: 17px;
  height: calc(100% - 200px);
  left: 40.00%;
  position: absolute;
  top: 0;
  width: 20.00%;
}

.frame-3 .text-37 {
  align-items: center;
  align-self: center;
  display: flex;
  height: 20px;
  justify-content: center;
  letter-spacing: 0;
  line-height: 27px;
  margin-left: -0.8px;
  text-align: center;
  white-space: nowrap;
  width: 128.31px;
}

.frame-3 .item-8 {
  border-color: var(--silver);
  border-right-style: solid;
  border-right-width: 1px;
  display: flex;
  flex-direction: column;
  gap: 17px;
  height: calc(100% - 200px);
  left: 60.00%;
  position: absolute;
  top: 0;
  width: 20.00%;
}

.frame-3 .text-38 {
  align-items: center;
  align-self: center;
  display: flex;
  height: 20px;
  justify-content: center;
  letter-spacing: 0;
  line-height: 27px;
  margin-left: -0.8px;
  text-align: center;
  white-space: nowrap;
  width: 54.62px;
}

.frame-3 .item-9 {
  display: flex;
  flex-direction: column;
  gap: 17px;
  height: 199px;
  left: 1072px;
  position: absolute;
  top: 0;
  width: calc(100% - 1072px);
}

.frame-3 .background-5 {
  background-color: transparent;
  background-image: url(./img/TOP/30903.png);
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 0;
  height: 58px;
  margin-left: 105px;
  margin-top: 50px;
  width: 58px;
  overflow: visible;
}

.frame-3 .text-39 {
  align-items: center;
  align-self: center;
  display: flex;
  height: 20px;
  justify-content: center;
  letter-spacing: 0;
  line-height: 27px;
  margin-left: 0.2px;
  text-align: center;
  white-space: nowrap;
  width: 108.2px;
}

.frame-3 .item-10 {
  border-color: var(--silver);
  border-right-style: solid;
  border-right-width: 1px;
  border-top-style: solid;
  border-top-width: 1px;
  display: flex;
  flex-direction: column;
  gap: 17px;
  height: calc(100% - 199px);
  left: 0;
  position: absolute;
  top: 199px;
  width: 20.00%;
}

.frame-3 .background-1 {
  background-color: transparent;
  border-radius: 0;
  height: 58px;
  margin-left: 104.5px;
  margin-top: 51px;
  width: 58px;
  overflow: visible;
}

/* Icon mappings for flow steps */
.frame-3 .item-6 .background {
  background-image: url(./img/TOP/32423.png);
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.frame-3 .item-7 .background {
  background-image: url(./img/TOP/32717.png);
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.frame-3 .item-8 .background {
  background-image: url(./img/TOP/8846.png);
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.frame-3 .item-10 .background-1 {
  background-image: url(./img/TOP/25196.png);
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.frame-3 .item-11 .background-1 {
  background-image: url(./img/TOP/32548.png);
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.frame-3 .item-12 .background-1 {
  background-image: url(./img/TOP/25110.png);
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.frame-3 .item-13 .background-1 {
  background-image: url(./img/TOP/679.png);
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.frame-3 .text-40 {
  align-items: center;
  align-self: center;
  display: flex;
  height: 20px;
  justify-content: center;
  letter-spacing: 0;
  line-height: 27px;
  text-align: center;
  white-space: nowrap;
  width: 112px;
}

.frame-3 .item-11 {
  border-color: var(--silver);
  border-right-style: solid;
  border-right-width: 1px;
  border-top-style: solid;
  border-top-width: 1px;
  display: flex;
  flex-direction: column;
  gap: 17px;
  height: calc(100% - 199px);
  left: 20.00%;
  position: absolute;
  top: 199px;
  width: 20.00%;
}

.frame-3 .text-41 {
  align-items: center;
  align-self: center;
  display: flex;
  height: 20px;
  justify-content: center;
  letter-spacing: 0;
  line-height: 27px;
  margin-left: -0.8px;
  text-align: center;
  white-space: nowrap;
  width: 36.2px;
}

.frame-3 .item-12 {
  border-color: var(--silver);
  border-right-style: solid;
  border-right-width: 1px;
  border-top-style: solid;
  border-top-width: 1px;
  display: flex;
  flex-direction: column;
  gap: 17px;
  height: calc(100% - 199px);
  left: 40.00%;
  position: absolute;
  top: 199px;
  width: 20.00%;
}

.frame-3 .text-42 {
  align-items: center;
  align-self: center;
  color: var(--shark);
  display: flex;
  font-family: var(--font-family-inter);
  font-size: 16.9px;
  font-weight: 700;
  height: 20px;
  justify-content: center;
  letter-spacing: 0;
  line-height: 27px;
  margin-left: -0.8px;
  text-align: center;
  white-space: nowrap;
  width: 118.62px;
}

.frame-3 .item-13 {
  border-color: var(--silver);
  border-right-style: solid;
  border-right-width: 1px;
  border-top-style: solid;
  border-top-width: 1px;
  display: flex;
  flex-direction: column;
  gap: 17px;
  height: calc(100% - 199px);
  left: 60.00%;
  position: absolute;
  top: 199px;
  width: 20.00%;
}

.frame-3 .text-43 {
  align-items: center;
  align-self: center;
  display: flex;
  height: 20px;
  justify-content: center;
  letter-spacing: 0;
  line-height: 27px;
  margin-left: -0.8px;
  text-align: center;
  white-space: nowrap;
  width: 72.2px;
}

.frame-3 .item-14 {
  border-color: var(--silver);
  border-top-style: solid;
  border-top-width: 1px;
  display: flex;
  flex-direction: column;
  gap: 17px;
  height: calc(100% - 199px);
  left: 80.00%;
  position: absolute;
  top: 199px;
  width: 20.00%;
}

.frame-3 .background-6 {
  background-color: transparent;
  background-image: url(./img/TOP/25114.png);
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 0;
  height: 58px;
  margin-left: 105px;
  margin-top: 51px;
  width: 58px;
  overflow: visible;
}

.frame-3 .text-44 {
  align-items: center;
  align-self: center;
  display: flex;
  height: 20px;
  justify-content: center;
  letter-spacing: 0;
  line-height: 27px;
  margin-left: 0.2px;
  text-align: center;
  white-space: nowrap;
  width: 64.22px;
}

.frame-3 .link-11 {
  border: 1px solid;
  border-color: var(--shark);
  height: 88px;
  left: 1275px;
  position: absolute;
  top: 9718px;
  width: calc(100% - 1515px);
  display: block;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  background-color: transparent;
}

.frame-3 .link-11:hover {
  background-color: rgba(0, 0, 0, 0.05);
  border-color: var(--black);
}

.frame-3 .link-11:active {
  background-color: rgba(0, 0, 0, 0.1);
}

.frame-3 .read-more {
  align-items: center;
  display: flex;
  height: 17px;
  justify-content: center;
  left: 50px;
  letter-spacing: 2.50px;
  line-height: 12px;
  position: absolute;
  top: 22px;
  width: 86px;
}

.frame-3 .image-4 {
  height: 11px;
  position: absolute;
  right: 25px;
  top: 51px;
  width: 150px;
}

.frame-3 .text-4 {
  align-items: center;
  display: flex;
  height: 12px;
  justify-content: flex-start;
  left: 50px;
  letter-spacing: 1.40px;
  line-height: 21.6px;
  position: absolute;
  top: 51px;
  white-space: nowrap;
  width: 171px;
}

.frame-3 .link-12 {
  background-color: #ffffff01;
  border-radius: 10px;
  box-shadow: 0px 0px 9.4px 0.6px #00000026;
  display: flex;
  height: 260px;
  left: 460px;
  overflow: hidden;
  position: absolute;
  top: 10659px;
  width: calc(100% - 920px);
}

.frame-3 .picture-estate-search {
  background-image: url(./img/img/picture---estate-search---------------------------1.png);
  background-position: 50% 50%;
  background-size: cover;
  height: 260px;
  width: 1000px;
}

.frame-3 .container-12 {
  display: flex;
  flex-direction: column;
  height: 365px;
  left: calc(50.00% - 720px);
  position: absolute;
  top: 11067px;
  width: 1440px;
}

.frame-3 .warranty {
  align-items: center;
  display: flex;
  height: 90px;
  justify-content: flex-start;
  letter-spacing: 0;
  line-height: 90px;
  margin-left: 1px;
  white-space: nowrap;
  width: 370px;
}

.frame-3 .heading-2-6 {
  height: 14px;
  letter-spacing: 1.40px;
  line-height: 27px;
  margin-left: 6px;
  margin-top: 17px;
  width: 73px;
}

.frame-3 .list-2 {
  flex: 1;
  margin-left: 50px;
  margin-right: 50px;
  margin-top: 43px;
  max-height: 126px;
  position: relative;
}

.frame-3 .item-link {
  border: 1px solid;
  border-color: var(--black);
  height: 126px;
  left: -50px;
  position: absolute;
  top: -1px;
  width: calc(100% - 930px);
}

.frame-3 .container {
  display: flex;
  height: 44px;
  left: 140px;
  position: absolute;
  top: 26px;
}

.frame-3 .japan-brand-collecti {
  align-items: center;
  color: var(--black);
  display: flex;
  font-family: var(--font-family-inter);
  font-size: 12.5px;
  font-weight: 500;
  height: 36.97px;
  justify-content: flex-start;
  text-align: left;
  letter-spacing: 0;
  line-height: 22.0px;
  margin-top: 3px;
  width: 200px;
}

.frame-3 .container-1 {
  display: flex;
  height: 14px;
  left: 140px;
  overflow: hidden;
  position: absolute;
  top: 78px;
  width: 65px;
}

.frame-3 .date-1 {
  font-size: 11px;
}

.frame-3 .background-7 {
  background-color: var(--black);
  border-radius: 11px;
  display: flex;
  height: 21px;
  left: 230px;
  position: absolute;
  top: 75px;
  width: 58px;
}

.frame-3 .place {
  align-items: center;
  display: flex;
  height: 12px;
  justify-content: center;
  letter-spacing: 0.50px;
  line-height: 11px;
  margin-left: 13px;
  margin-top: 4px;
  white-space: nowrap;
  width: 32.67px;
}

.frame-3 .japan-brand-collection-luxe-2026 {
  background-image: url(./img/img/japan-brand-collection-luxe-2026----------1@2x.png);
  background-position: 50% 50%;
  background-size: cover;
  height: 98.41%;
  left: 0;
  position: absolute;
  top: 0;
  width: 30.24%;
}

.frame-3 .image {
  bottom: 9px;
  height: 29px;
  position: absolute;
  right: 11px;
  width: 29px;
}

.frame-3 .item-link-1 {
  left: calc(50.00% - 205px);
  top: 0;
  width: 410px;
}

.frame-3 .new {
  align-items: center;
  color: var(--black);
  display: flex;
  font-family: var(--font-family-inter);
  font-size: 11.9px;
  font-weight: 500;
  height: 36.97px;
  justify-content: flex-start;
  letter-spacing: 0;
  line-height: 22.0px;
  margin-top: 3px;
  text-align: left;
}

.frame-3 .date {
  align-items: center;
  display: flex;
  height: 12px;
  justify-content: center;
  letter-spacing: 1.00px;
  line-height: 14.3px;
  margin-top: 1px;
  white-space: nowrap;
  width: 65.26px;
}

.frame-3 .background-2 {
  background-color: var(--black);
  border-radius: 11px;
  display: flex;
  height: 21px;
  left: 230px;
  position: absolute;
  top: 75px;
  width: 56px;
}

.frame-3 .news {
  align-items: center;
  display: flex;
  height: 12px;
  justify-content: center;
  letter-spacing: 0.50px;
  line-height: 11px;
  margin-left: 13px;
  margin-top: 4px;
  white-space: nowrap;
  width: 29.72px;
}

.frame-3 .new-1 {
  background-image: url(./img/img/-new-----------2@2x.png);
  background-position: 50% 50%;
  background-size: cover;
  height: 98.41%;
  left: 0;
  position: absolute;
  top: 0;
  width: 30.24%;
}

.frame-3 .item-link-2 {
  left: 980px;
  top: 0;
  width: calc(100% - 930px);
}

.frame-3 .new-2 {
  align-items: center;
  color: var(--black);
  display: flex;
  font-family: var(--font-family-inter);
  font-size: 11.9px;
  font-weight: 500;
  height: 36.97px;
  justify-content: flex-start;
  letter-spacing: 0;
  line-height: 22.0px;
  margin-top: 3px;
  text-align: left;
}

.frame-3 .new-3 {
  background-image: url(./img/img/-new-----------3@2x.png);
  background-position: 50% 50%;
  background-size: cover;
  height: 98.41%;
  left: 0;
  position: absolute;
  top: 0;
  width: 30.24%;
}

.frame-3 .text-46 {
  align-items: center;
  align-self: center;
  display: flex;
  height: 20px;
  justify-content: flex-start;
  letter-spacing: 1.40px;
  line-height: 25.2px;
  margin-left: -964.4px;
  margin-top: 55px;
  text-align: center;
  white-space: nowrap;
  width: 475.6px;
}

.frame-3 .link-13 {
  border: 1px solid;
  border-color: var(--shark);
  height: 88px;
  left: 1275px;
  position: absolute;
  top: 11069px;
  width: calc(100% - 1515px);
  display: block;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  background-color: transparent;
}

.frame-3 .link-13:hover {
  background-color: rgba(0, 0, 0, 0.05);
  border-color: var(--black);
}

.frame-3 .link-13:active {
  background-color: rgba(0, 0, 0, 0.1);
}

.frame-3 .image-5 {
  height: 11px;
  position: absolute;
  right: 34px;
  top: 52px;
  width: 150px;
}

.frame-3 .group-30 {
  height: 365px;
  left: calc(50.00% - 720px);
  position: absolute;
  top: 11510px;
  width: 1440px;
}

.frame-3 .container-13 {
  height: 365px;
  left: calc(50.00% - 720px);
  position: absolute;
  top: 0;
  width: 1440px;
}

.frame-3 .event {
  align-items: center;
  display: flex;
  height: 90px;
  justify-content: flex-start;
  left: 0;
  letter-spacing: 0;
  line-height: 90px;
  position: absolute;
  top: 0;
  white-space: nowrap;
  width: 220px;
}

.frame-3 .heading-2-7 {
  height: 14px;
  left: 1px;
  letter-spacing: 1.40px;
  line-height: 27px;
  position: absolute;
  top: 99px;
  width: 104px;
}

.frame-3 .list-3 {
  height: 126px;
  left: 50px;
  position: absolute;
  top: 164px;
  width: calc(100% - 100px);
}

.frame-3 .container-2 {
  display: flex;
  height: 44px;
  left: 155px;
  position: absolute;
  top: 28px;
}

.frame-3 .text-48 {
  align-items: center;
  color: var(--black);
  display: flex;
  font-family: var(--font-family-inter);
  font-size: var(--font-size-s);
  font-weight: 500;
  height: 36.97px;
  justify-content: center;
  letter-spacing: 0;
  line-height: 22.0px;
  margin-top: 3px;
}

.frame-3 .container-3 {
  display: flex;
  height: 14px;
  left: 155px;
  overflow: hidden;
  position: absolute;
  top: 80px;
  width: 65px;
}

.frame-3 .x7 {
  background-image: url(./img/img/--------------------7--1@2x.png);
  background-position: 50% 50%;
  background-size: cover;
  height: 98.41%;
  left: 0;
  position: absolute;
  top: 0;
  width: 30.24%;
}

.frame-3 .text-49 {
  align-items: center;
  color: var(--black);
  display: flex;
  font-family: var(--font-family-inter);
  font-size: 12.1px;
  font-weight: 500;
  height: 36.97px;
  justify-content: flex-start;
  letter-spacing: 0;
  line-height: 22.0px;
  margin-top: 3px;
}

.frame-3 .date-2 {
  font-size: 10.1px;
}

.frame-3 .view-2 {
  background-image: url(./img/img/--------------------1@2x.png);
  background-position: 50% 50%;
  background-size: cover;
  height: 98.41%;
  left: 0;
  position: absolute;
  top: 0;
  width: 30.24%;
}

.frame-3 .item-link-3 {
  left: 1030px;
  top: 164px;
  width: calc(100% - 1030px);
}

.frame-3 .text-50 {
  align-items: center;
  color: var(--black);
  display: flex;
  font-family: var(--font-family-inter);
  font-size: 13px;
  font-weight: 500;
  height: 36.97px;
  justify-content: flex-start;
  letter-spacing: 0;
  line-height: 22.0px;
  margin-top: 3px;
}

.frame-3 .view-3 {
  background-image: url(./img/img/----------------1@2x.png);
  background-position: 50% 50%;
  background-size: cover;
  height: 98.41%;
  left: 0;
  position: absolute;
  top: 0;
  width: 30.24%;
}

.frame-3 .rhouse {
  align-items: center;
  display: flex;
  height: 20px;
  justify-content: center;
  left: calc(50.00% - 728px);
  letter-spacing: 1.40px;
  line-height: 25.2px;
  position: absolute;
  text-align: center;
  top: 342px;
  transform: rotate(-0.50deg);
  white-space: nowrap;
  width: 425px;
}

.frame-3 .link-14 {
  border: 1px solid;
  border-color: var(--shark);
  height: 88px;
  left: 1042px;
  position: absolute;
  top: 2px;
  width: calc(100% - 1042px);
  display: block;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  background-color: transparent;
}

.frame-3 .link-14:hover {
  background-color: rgba(0, 0, 0, 0.05);
  border-color: var(--black);
}

.frame-3 .link-14:active {
  background-color: rgba(0, 0, 0, 0.1);
}

.frame-3 .image-6 {
  height: 11px;
  position: absolute;
  right: 29px;
  top: 52px;
  width: 150px;
}

.frame-3 .text-51 {
  align-items: center;
  display: flex;
  height: 12px;
  justify-content: flex-start;
  left: 50px;
  letter-spacing: 1.40px;
  line-height: 21.6px;
  position: absolute;
  top: 51px;
  white-space: nowrap;
  width: 169px;
}

.frame-3 .link-15 {
  border: 1px solid;
  border-color: var(--shark);
  height: 88px;
  left: calc(50.00% + 271px);
  position: absolute;
  top: 13291px;
  width: 398px;
  display: block;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  background-color: transparent;
}

.frame-3 .link-15:hover {
  background-color: rgba(0, 0, 0, 0.05);
  border-color: var(--black);
}

.frame-3 .link-15:active {
  background-color: rgba(0, 0, 0, 0.1);
}

.frame-3 .group-31 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: 41px;
  left: 54px;
  position: absolute;
  top: 23px;
  width: 173px;
}

.frame-3 .read-more-3 {
  width: 85.78px;
}

.frame-3 .instagram {
  align-items: center;
  display: flex;
  height: 12px;
  justify-content: flex-start;
  letter-spacing: 1.40px;
  line-height: 21.6px;
  white-space: nowrap;
  width: 169.01px;
}

.frame-3 .image-7 {
  height: 11px;
  left: 214px;
  position: absolute;
  top: 53px;
  width: 150px;
}

.frame-3 .list-4 {
  height: 1113px;
  left: calc(50.00% - 558px);
  position: absolute;
  top: 12129px;
  width: 1115px;
}

.frame-3 .item-15 {
  aspect-ratio: 1;
  background-image: url(./img/img/item------------9@2x.png);
  background-position: 50% 50%;
  background-size: cover;
  height: 339px;
  left: 0;
  position: absolute;
  top: 0;
  width: 339px;
}

.frame-3 .item-16 {
  aspect-ratio: 1;
  background-image: url(./img/img/item------------10@2x.png);
  background-position: 50% 50%;
  background-size: cover;
  height: 339px;
  left: 387px;
  position: absolute;
  top: 0;
  width: 339px;
}

.frame-3 .item-17 {
  aspect-ratio: 1;
  background-image: url(./img/img/item------------11@2x.png);
  background-position: 50% 50%;
  background-size: cover;
  height: 339px;
  left: 774px;
  position: absolute;
  top: 0;
  width: 339px;
}

.frame-3 .item-18 {
  aspect-ratio: 1;
  background-image: url(./img/img/item------------12@2x.png);
  background-position: 50% 50%;
  background-size: cover;
  height: 339px;
  left: 0;
  position: absolute;
  top: 387px;
  width: 339px;
}

.frame-3 .item-19 {
  aspect-ratio: 1;
  background-image: url(./img/img/item------------13@2x.png);
  background-position: 50% 50%;
  background-size: cover;
  height: 339px;
  left: 387px;
  position: absolute;
  top: 387px;
  width: 339px;
}

.frame-3 .item-20 {
  aspect-ratio: 1;
  background-image: url(./img/img/item------------14@2x.png);
  background-position: 50% 50%;
  background-size: cover;
  height: 339px;
  left: 774px;
  position: absolute;
  top: 387px;
  width: 339px;
}

.frame-3 .item-21 {
  aspect-ratio: 1;
  background-image: url(./img/img/item------------15@2x.png);
  background-position: 50% 50%;
  background-size: cover;
  height: 339px;
  left: 0;
  position: absolute;
  top: 774px;
  width: 339px;
}

.frame-3 .item-22 {
  aspect-ratio: 1;
  background-image: url(./img/img/item------------16@2x.png);
  background-position: 50% 50%;
  background-size: cover;
  height: 339px;
  left: 387px;
  position: absolute;
  top: 774px;
  width: 339px;
}

.frame-3 .item-23 {
  aspect-ratio: 1;
  background-image: url(./img/img/item------------17@2x.png);
  background-position: 50% 50%;
  background-size: cover;
  height: 339px;
  left: 774px;
  position: absolute;
  top: 774px;
  width: 339px;
}

.frame-3 .paragraph-1 {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 34px;
  height: 120px;
  left: 493px;
  position: absolute;
  top: 11981px;
  width: calc(100% - 1020px);
}

.frame-3 .instagram-1 {
  align-items: center;
  color: var(--black);
  display: flex;
  font-family: var(--font-family-noto_serif_jp);
  font-size: var(--font-size-xxxxl);
  font-weight: 400;
  height: 72px;
  justify-content: center;
  letter-spacing: 1.40px;
  line-height: 72px;
  margin-left: -1px;
  text-align: center;
  white-space: nowrap;
  width: 585px;
}

.frame-3 .heading-2-8 {
  height: 27px;
  letter-spacing: 1.40px;
  line-height: 27px;
  margin-left: 0.7px;
  text-align: center;
  width: 112.71px;
}

.frame-3 .section {
  height: 620px;
  left: calc(50.00% - 601px);
  position: absolute;
  top: 13493px;
  width: 1200px;
}

.frame-3 .heading-2-9 {
  height: 27px;
  left: calc(50.00% - 30px);
  letter-spacing: 1.40px;
  line-height: 27px;
  position: absolute;
  text-align: center;
  top: 127px;
  width: 64px;
}

.frame-3 .descriptions {
  border-color: var(--celeste);
  border-top-style: solid;
  border-top-width: 1px;
  display: flex;
  gap: 48.7px;
  height: 54px;
  left: 30px;
  position: absolute;
  top: 210px;
  width: calc(100% - 60px);
}

.frame-3 .term-2025 {
  align-items: center;
  display: flex;
  height: 20px;
  justify-content: center;
  letter-spacing: 2.10px;
  line-height: 25.2px;
  margin-top: 17px;
  white-space: nowrap;
  width: 91.29px;
}

.frame-3 .details-link {
  align-items: center;
  display: flex;
  height: 20px;
  justify-content: center;
  letter-spacing: 1.40px;
  line-height: 25.2px;
  margin-top: 17px;
  white-space: nowrap;
  width: 154.32px;
}

.frame-3 .descriptions-1 {
  height: 54px;
  top: 264px;
}

.frame-3 .details-link-open {
  width: 210.31px;
}

.frame-3 .descriptions-2 {
  height: 54px;
  top: 319px;
}

.frame-3 .details-link-1 {
  width: 136.96px;
}

.frame-3 .descriptions-3 {
  height: 54px;
  top: 373px;
}

.frame-3 .details-link-2 {
  width: 106.43px;
}

.frame-3 .descriptions-4 {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  height: 55px;
  top: 427px;
}

.frame-3 .details-link-3 {
  width: 152.34px;
}

.frame-3 .heading-3-2 {
  height: 116px;
  justify-content: center;
  left: 34.83%;
  top: -13px;
  width: 31.67%;
}

.frame-3 .news-1 {
  align-items: center;
  display: flex;
  height: 76px;
  justify-content: center;
  letter-spacing: 9.19px;
  line-height: 41.1px;
  margin-top: 36px;
  width: 312px;
}

.frame-3 .link-16 {
  border: 1px solid;
  border-color: var(--shark);
  height: 88px;
  left: calc(50.00% + 271px);
  position: absolute;
  top: 14029px;
  width: 398px;
  display: block;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  background-color: transparent;
}

.frame-3 .link-16:hover {
  background-color: rgba(0, 0, 0, 0.05);
  border-color: var(--black);
}

.frame-3 .link-16:active {
  background-color: rgba(0, 0, 0, 0.1);
}

.frame-3 .group-32 {
  height: 41px;
  left: calc(50.00% - 150px);
  position: absolute;
  top: calc(50.00% - 21px);
  width: 170px;
}

.frame-3 .text-52 {
  align-items: center;
  display: flex;
  height: 20px;
  justify-content: center;
  left: calc(50.00% - 85px);
  letter-spacing: 0;
  line-height: 0.1px;
  position: absolute;
  top: 50.00%;
  width: 166px;
}

.frame-3 .read-more-4 {
  left: 0;
  position: absolute;
  top: 0;
  width: 86px;
}

.frame-3 .image-8 {
  height: 11px;
  left: 228px;
  position: absolute;
  top: 53px;
  width: 150px;
}

.frame-3 .container-14 {
  height: 820px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 14223px;
  width: 100%;
}

.frame-3 .heading-3-3 {
  height: 116px;
  left: 65.11%;
  top: -12px;
  width: 34.89%;
}

.frame-3 .other {
  align-items: center;
  display: flex;
  height: 76.11px;
  justify-content: center;
  letter-spacing: 9.19px;
  line-height: 41.1px;
  margin-top: 36.3px;
  width: 431.96px;
}

.frame-3 .view-4 {
  aspect-ratio: 1.33;
  background-image: url(./img/img/----2.png);
  background-position: 50% 50%;
  background-size: cover;
  height: 820px;
  left: 0;
  position: absolute;
  top: 0;
  width: 1090px;
}

.frame-3 .text-53 {
  align-items: center;
  display: flex;
  height: 211px;
  left: 1250px;
  letter-spacing: 3.64px;
  text-align: left;
  line-height: 35.5px;
  position: absolute;
  top: 136px;
  width: 420px;
}

.frame-3 .view-5 {
  aspect-ratio: 1.4;
  background-image: url(./img/img/----3@2x.png);
  background-position: 50% 50%;
  background-size: cover;
  height: 301px;
  left: 1250px;
  position: absolute;
  top: 395px;
  width: 420px;
}

.frame-3 .link-17 {
  border: 1px solid;
  border-color: #b0b0b0;
  height: 64px;
  left: 1243px;
  position: absolute;
  top: 756px;
  width: calc(100% - 1675px);
  display: block;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  background-color: transparent;
}

.frame-3 .link-17:hover {
  background-color: rgba(0, 0, 0, 0.05);
  border-color: var(--black);
}

.frame-3 .link-17:active {
  background-color: rgba(0, 0, 0, 0.1);
}

.frame-3 .view-more {
  align-items: center;
  color: var(--log-cabin);
  display: flex;
  font-family: var(--font-family-noto_serif_jp);
  font-size: 15.2px;
  font-weight: 500;
  height: 21px;
  justify-content: center;
  left: calc(50.00% - 47px);
  letter-spacing: 1.82px;
  line-height: 22.7px;
  position: absolute;
  text-align: center;
  top: 21px;
  white-space: nowrap;
  width: 95px;
}

.frame-3 .text-54 {
  align-items: center;
  color: var(--log-cabin);
  display: flex;
  font-family: var(--font-family-noto_serif_jp);
  font-size: 18.9px;
  font-weight: 500;
  height: 27px;
  justify-content: center;
  left: calc(50.00% + 91px);
  letter-spacing: 1.82px;
  line-height: 28.4px;
  position: absolute;
  text-align: center;
  top: 18px;
  white-space: nowrap;
  width: 21px;
}

.frame-3 .container-15 {
  height: 842px;
  left: 12.50%;
  position: absolute;
  top: 15223px;
  width: 87.50%;
}

.frame-3 .heading-3-4 {
  height: 116px;
  left: 0;
  top: 0;
  width: 100%;
}

.frame-3 .about {
  align-items: center;
  display: flex;
  height: 76px;
  justify-content: flex-start;
  letter-spacing: 9.19px;
  line-height: 41.1px;
  margin-top: 40.0px;
  width: 374px;
}

.frame-3 .view-6 {
  aspect-ratio: 1.5;
  background-image: url(./img/img/---3.png);
  background-position: 50% 50%;
  background-size: cover;
  height: 726px;
  left: 570px;
  position: absolute;
  top: 116px;
  width: 1090px;
}

.frame-3 .text-55 {
  align-items: center;
  color: var(--log-cabin);
  display: flex;
  font-family: var(--font-family-noto_serif_jp);
  font-size: var(--font-size-xxl);
  font-weight: 500;
  height: 35px;
  justify-content: flex-start;
  left: 0;
  letter-spacing: 3.64px;
  line-height: 35.5px;
  position: absolute;
  top: 145px;
  white-space: nowrap;
  width: 356px;
}

.frame-3 .text_label {
  align-items: center;
  color: var(--black);
  display: flex;
  font-family: var(--font-family-noto_serif_jp);
  font-size: 16px;
  font-weight: 400;
  height: 308px;
  justify-content: flex-start;
  left: 3px;
  letter-spacing: 1.40px;
  line-height: 35.5px;
  position: absolute;
  text-align: left;
  top: 207px;
  width: 402px;
}

.frame-3 .view-7 {
  aspect-ratio: 1.36;
  background-image: url(./img/img/---2.png);
  background-position: 50% 50%;
  background-size: cover;
  height: 475px;
  left: 2px;
  position: absolute;
  top: 15890px;
  width: 648px;
}

.frame-3 .heading-3-5 {
  align-items: center;
  color: var(--black);
  font-family: var(--font-family-noto_serif_jp);
  font-size: var(--font-size-xxl);
  font-weight: 500;
  height: 103px;
  justify-content: center;
  left: calc(50.00% - 154px);
  letter-spacing: 1.40px;
  line-height: 26.2px;
  text-align: center;
  top: 16091px;
  width: 211px;
}

.frame-3 .text_label-1 {
  color: var(--black);
  font-family: var(--font-family-noto_serif_jp);
  font-size: 16px;
  font-weight: 300;
  height: 213px;
  text-align: left;
  left: calc(50.00% - 154px);
  letter-spacing: 1.40px;
  line-height: 35.5px;
  position: absolute;
  top: 16186px;
  width: 840px;
}

.frame-3 .background-8 {
  display: flex;
  height: 1091px;
  justify-content: center;
  left: calc(50.00% - 960px);
  position: absolute;
  top: calc(50.00% + 6663px);
  width: 1920px;
}

.frame-3 .container-16 {
  display: flex;
  flex-direction: column;
  height: 825px;
  margin-left: 3px;
  margin-top: 107px;
  width: 1343px;
}

.frame-3 .text-56 {
  align-items: center;
  color: var(--shark);
  display: flex;
  font-family: var(--font-family-noto_serif_jp);
  font-size: 32px;
  font-weight: 400;
  height: 90px;
  justify-content: flex-start;
  letter-spacing: 0;
  line-height: 90px;
  margin-top: -14px;
  white-space: nowrap;
  width: 821px;
}

.frame-3 .body {
  flex: 1;
  margin-left: -50px;
  margin-right: -47px;
  max-height: 731px;
  position: relative;
}

.frame-3 .area-info-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto;
  max-width: 1343px;
}

.frame-3 .area-info-table td {
  border: 1px solid var(--black);
  padding: 26.5px 63.7px;
  vertical-align: middle;
}

.frame-3 .area-info-table .city-name {
  background-color: var(--star-dust);
  width: 271px;
  text-align: center;
  font-family: var(--font-family-noto_sans_jp);
  font-size: var(--font-size-xxl);
  font-weight: 500;
  color: var(--white);
  letter-spacing: 1.40px;
  line-height: 26.2px;
}

.frame-3 .area-info-table .city-description {
  background-color: var(--white);
  text-align: left;
  font-family: var(--font-family-noto_sans_jp);
  font-size: var(--font-size-m);
  font-weight: 300;
  color: var(--black);
  letter-spacing: 1.40px;
  line-height: 22.4px;
}

.frame-3 .row {
  height: 94px;
  left: 0;
  position: absolute;
  top: 117px;
  width: 100%;
}

.frame-3 .cell {
  background-color: var(--star-dust);
  border: 1px solid;
  border-color: var(--black);
  display: flex;
  height: 97px;
  justify-content: center;
  left: -1px;
  position: absolute;
  top: 0;
  width: 271px;
}

.frame-3 .link {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-left: -3px;
  margin-top: 43px;
  width: 50px;
}

.frame-3 .text-2 {
  align-items: center;
  display: flex;
  height: 14px;
  justify-content: center;
  letter-spacing: 1.40px;
  line-height: 26.2px;
  margin-left: -1px;
  margin-top: 1px;
  white-space: nowrap;
  width: 63px;
}

.frame-3 .data {
  border: 1px solid;
  border-color: var(--black);
  display: flex;
  height: 97px;
  left: 269px;
  position: absolute;
  top: 0;
  width: calc(100% - 269px);
}

.frame-3 .text-58 {
  align-items: center;
  display: flex;
  height: 45px;
  justify-content: flex-start;
  letter-spacing: 1.40px;
  line-height: 22.4px;
  margin-left: 63.7px;
  margin-top: 26.5px;
  text-align: left;
  width: 960px;
}

.frame-3 .row-1 {
  height: 94px;
  left: 0;
  position: absolute;
  top: 21px;
  width: 100%;
}

.frame-3 .cell-1 {
  left: calc(50.00% - 721px);
}

.frame-3 .text-59 {
  align-items: center;
  color: var(--white);
  display: flex;
  font-family: var(--font-family-inter);
  font-size: var(--font-size-xxl);
  font-weight: 500;
  height: 14px;
  justify-content: center;
  letter-spacing: 0;
  line-height: 12px;
  margin-left: -1px;
  margin-top: 1px;
  white-space: nowrap;
  width: 63px;
}

.frame-3 .text-60 {
  align-items: center;
  display: flex;
  height: 45px;
  justify-content: flex-start;
  letter-spacing: 1.40px;
  line-height: 22.4px;
  margin-left: 63.7px;
  margin-top: 26.5px;
  text-align: left;
  width: 960px;
}

.frame-3 .row-2 {
  height: 94px;
  left: 0;
  position: absolute;
  top: 213px;
  width: 100%;
}

.frame-3 .text-62 {
  align-items: center;
  display: flex;
  height: 45px;
  justify-content: flex-start;
  letter-spacing: 1.40px;
  line-height: 22.4px;
  margin-left: 63.7px;
  margin-top: 26.5px;
  text-align: left;
  width: 960px;
}

.frame-3 .row-3 {
  height: 94px;
  left: 0;
  position: absolute;
  top: 309px;
  width: 100%;
}

.frame-3 .text_label-2 {
  height: 45px;
  letter-spacing: 1.40px;
  line-height: 22.4px;
  margin-left: 63.7px;
  margin-top: 26.5px;
  text-align: left;
  width: 960px;
}

.frame-3 .row-4 {
  height: 94px;
  left: 0;
  position: absolute;
  top: 405px;
  width: 100%;
}

.frame-3 .text-65 {
  align-items: center;
  display: flex;
  height: 45px;
  justify-content: flex-start;
  letter-spacing: 1.40px;
  line-height: 22.4px;
  margin-left: 63.7px;
  margin-top: 26.5px;
  text-align: left;
  width: 960px;
}

.frame-3 .row-5 {
  height: 94px;
  left: 0;
  position: absolute;
  top: 597px;
  width: 100%;
}

.frame-3 .jr {
  align-items: center;
  display: flex;
  height: 45px;
  justify-content: flex-start;
  letter-spacing: 1.40px;
  line-height: 22.4px;
  margin-left: 63.7px;
  margin-top: 26.5px;
  text-align: left;
  width: 960px;
}

.frame-3 .row-6 {
  height: 97px;
  left: -1px;
  position: absolute;
  top: 501px;
  width: 1441px;
}

.frame-3 .cell-2 {
  left: 0;
}

.frame-3 .data-1 {
  border: 1px solid;
  border-color: var(--black);
  display: flex;
  height: 97px;
  left: 270px;
  position: absolute;
  top: 0;
  width: calc(100% - 270px);
}

.frame-3 .text-68 {
  align-items: center;
  display: flex;
  height: 45px;
  justify-content: flex-start;
  letter-spacing: 1.40px;
  line-height: 22.4px;
  margin-left: 63.7px;
  margin-top: 26.5px;
  text-align: left;
  width: 960px;
}

.frame-3 .background-9 {
  height: 654px;
  min-height: 654px;
  left: 1px;
  position: absolute;
  top: 17687px;
  width: 100%;
}

.frame-3 .container-17 {
  display: flex;
  flex-direction: column;
  height: 588px;
  min-height: 588px;
  left: calc(50.00% - 720px);
  position: absolute;
  top: 0;
  width: 1440px;
}

.frame-3 .qa {
  align-items: center;
  display: flex;
  height: 90px;
  justify-content: flex-start;
  letter-spacing: 0;
  line-height: 90px;
  margin-left: 0;
  white-space: nowrap;
  width: 191.98px;
}

.frame-3 .heading-2-10 {
  color: var(--shark);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-m);
  font-weight: 500;
  height: 14px;
  letter-spacing: 1.50px;
  line-height: 14px;
  margin-left: 0;
  margin-top: 10px;
  text-align: left;
  width: 110.34px;
}

.frame-3 .list-5 {
  display: flex;
  flex: 1;
  flex-direction: column;
  margin-left: 70px;
  margin-right: 70px;
  margin-top: 26px;
  max-height: 642px;
}

/* FAQ Accordion Styles */
.frame-3 .faq-accordion {
  display: flex;
  flex: 1;
  flex-direction: column;
  margin-left: 0;
  margin-right: 70px;
  margin-top: 26px;
  max-height: 642px;
  min-height: 642px;
}

.frame-3 .faq-item {
  border: 1px solid var(--alto);
  border-bottom: none;
  background-color: #f9f9f9;
}

.frame-3 .faq-item:last-child {
  border-bottom: 1px solid var(--alto);
}

.frame-3 .faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 39px 31px 39px 31px;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  position: relative;
  min-height: 107px;
}

.frame-3 .faq-q-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 31px;
  height: 29px;
  background-color: #333;
  color: #fff;
  border-radius: 50%;
  font-family: var(--font-family-inter);
  font-size: 18px;
  font-weight: 700;
  margin-right: 8px;
  flex-shrink: 0;
}

.frame-3 .faq-question-text {
  flex: 1;
  color: var(--mine-shaft);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-xl);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 23.4px;
  text-align: left;
  padding: 0 20px;
}

.frame-3 .faq-toggle-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  color: var(--black);
  font-size: 24px;
  font-weight: 300;
  line-height: 1;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.frame-3 .faq-item.active .faq-toggle-icon {
  transform: rotate(45deg);
}

.frame-3 .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 31px;
  background-color: #fff;
}

.frame-3 .faq-item.active .faq-answer {
  max-height: 500px;
  padding: 20px 31px 30px;
  border-top: 1px solid var(--alto);
}

.frame-3 .faq-answer p {
  color: var(--black);
  font-family: var(--font-family-noto_sans_jp);
  font-size: var(--font-size-m);
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.5px;
  margin: 0;
}

.frame-3 .item {
  border: 1px solid;
  border-color: var(--alto);
  flex: 1;
  max-height: 107px;
  position: relative;
}

.frame-3 .q {
  background-image: url(./img/img/q-1@2x.png);
  background-position: 50% 50%;
  background-size: cover;
  height: 29px;
  left: 31px;
  position: absolute;
  top: 39px;
  width: 31px;
}

.frame-3 .text-69 {
  align-items: center;
  color: var(--mine-shaft);
  display: flex;
  font-family: var(--font-family-inter);
  font-size: var(--font-size-xl);
  font-weight: 400;
  height: 20px;
  justify-content: center;
  left: 70px;
  letter-spacing: 0;
  line-height: 23.4px;
  position: absolute;
  top: 42px;
  white-space: nowrap;
  width: 473px;
}

.frame-3 .horizontal-divider {
  background-color: var(--black);
  height: 2px;
  position: absolute;
  right: 31px;
  top: 52px;
  width: 18px;
}

.frame-3 .vertical-divider {
  background-color: var(--black);
  height: 18px;
  position: absolute;
  right: 39px;
  top: 44px;
  width: 2px;
}

.frame-3 .text-70 {
  align-items: center;
  color: var(--mine-shaft);
  display: flex;
  font-family: var(--font-family-inter);
  font-size: var(--font-size-xl);
  font-weight: 400;
  height: 20px;
  justify-content: center;
  left: 70px;
  letter-spacing: 0;
  line-height: 23.4px;
  position: absolute;
  top: 42px;
  white-space: nowrap;
  width: 325px;
}

.frame-3 .text-71 {
  align-items: center;
  display: flex;
  height: 20px;
  justify-content: center;
  left: 70px;
  letter-spacing: 1.40px;
  line-height: 25.2px;
  position: absolute;
  top: 42px;
  white-space: nowrap;
  width: 407px;
}

.frame-3 .span0-1 {
  letter-spacing: 0.25px;
}

.frame-3 .span1-1 {
  color: var(--black);
  font-family: var(--font-family-noto_sans_jp);
  font-size: var(--font-size-m);
  font-weight: 400;
  letter-spacing: 0.20px;
}

.frame-3 .text-72 {
  align-items: center;
  display: flex;
  height: 20px;
  justify-content: center;
  left: 70px;
  letter-spacing: 1.40px;
  line-height: 25.2px;
  position: absolute;
  top: 42px;
  white-space: nowrap;
  width: 508px;
}

.frame-3 .link-18 {
  border: 1px solid;
  border-color: var(--shark);
  height: 88px;
  left: 1275px;
  position: absolute;
  top: -1px;
  width: calc(100% - 1275px);
  display: block;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  background-color: transparent;
}

.frame-3 .link-18:hover {
  background-color: rgba(0, 0, 0, 0.05);
  border-color: var(--black);
}

.frame-3 .link-18:active {
  background-color: rgba(0, 0, 0, 0.1);
}

.frame-3 .image-9 {
  height: 11px;
  position: absolute;
  right: 296px;
  top: 51px;
  width: 150px;
}

.frame-3 .text-73 {
  align-items: center;
  display: flex;
  height: 12px;
  justify-content: center;
  left: 50px;
  letter-spacing: 0.50px;
  line-height: 12px;
  position: absolute;
  top: 51px;
  white-space: nowrap;
  width: 125px;
}

.frame-3 .iframe-html-body {
  background-color: #e5e3df;
  height: 500px;
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: 0;
  padding: 0;
}

.frame-3 .google-map-iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.frame-3 .vt {
  background-image: url(./img/img/vt-24@2x.png);
  background-position: 50% 50%;
  background-size: cover;
  height: 256px;
  left: 482px;
  position: absolute;
  top: -187px;
  width: 256px;
}

.frame-3 .vt-1 {
  background-image: url(./img/img/vt-25@2x.png);
  left: 738px;
  top: -187px;
}

.frame-3 .vt-2 {
  background-image: url(./img/img/vt-26@2x.png);
  left: 994px;
  top: -187px;
}

.frame-3 .vt-3 {
  background-image: url(./img/img/vt-27@2x.png);
  left: 1506px;
  top: -187px;
}

.frame-3 .vt-4 {
  background-image: url(./img/img/vt-28@2x.png);
  left: 994px;
  top: 325px;
}

.frame-3 .vt-5 {
  background-image: url(./img/img/vt-29@2x.png);
  left: 1506px;
  top: 69px;
}

.frame-3 .vt-6 {
  background-image: url(./img/img/vt-30@2x.png);
  left: -30px;
  top: -187px;
}

.frame-3 .vt-7 {
  background-image: url(./img/img/vt-31@2x.png);
  left: 738px;
  top: 69px;
}

.frame-3 .vt-8 {
  background-image: url(./img/img/vt-32@2x.png);
  left: 226px;
  top: -187px;
}

.frame-3 .vt-9 {
  background-image: url(./img/img/vt-33@2x.png);
  left: 994px;
  top: 69px;
}

.frame-3 .vt-10 {
  background-image: url(./img/img/vt-34@2x.png);
  left: 482px;
  top: 69px;
}

.frame-3 .vt-11 {
  background-image: url(./img/img/vt-35@2x.png);
  left: 1762px;
  top: -187px;
}

.frame-3 .vt-12 {
  background-image: url(./img/img/vt-36@2x.png);
  left: 226px;
  top: 69px;
}

.frame-3 .vt-13 {
  background-image: url(./img/img/vt-37@2x.png);
  left: -30px;
  top: 69px;
}

.frame-3 .vt-14 {
  background-image: url(./img/img/vt-38@2x.png);
  left: 1250px;
  top: 69px;
}

.frame-3 .vt-15 {
  background-image: url(./img/img/vt-39@2x.png);
  left: -30px;
  top: 325px;
}

.frame-3 .vt-16 {
  background-image: url(./img/img/vt-40@2x.png);
  left: 1250px;
  top: -187px;
}

.frame-3 .vt-17 {
  background-image: url(./img/img/vt-41@2x.png);
  left: 1506px;
  top: 325px;
}

.frame-3 .vt-18 {
  background-image: url(./img/img/vt-42@2x.png);
  left: 226px;
  top: 325px;
}

.frame-3 .vt-19 {
  background-image: url(./img/img/vt-43@2x.png);
  left: 1250px;
  top: 325px;
}

.frame-3 .vt-20 {
  background-image: url(./img/img/vt-44@2x.png);
  left: 1762px;
  top: 69px;
}

.frame-3 .vt-21 {
  background-image: url(./img/img/vt-45@2x.png);
  left: 738px;
  top: 325px;
}

.frame-3 .vt-22 {
  background-image: url(./img/img/vt-46@2x.png);
  left: 482px;
  top: 325px;
}

.frame-3 .vt-23 {
  background-image: url(./img/img/vt-47@2x.png);
  left: 1762px;
  top: 325px;
}

.frame-3 .mask-group {
  height: 1px;
  left: 959px;
  position: absolute;
  top: 249px;
  width: 1px;
}

.frame-3 .background-shadow {
  background-color: var(--white);
  border-radius: 2px;
  box-shadow: 0px 1px 4px -1px #0000004c;
  height: 110px;
  left: 10px;
  overflow: hidden;
  position: absolute;
  top: 10px;
  width: 284px;
}

.frame-3 .container-18 {
  display: flex;
  height: 18px;
  left: 12px;
  position: absolute;
  top: 10px;
  width: calc(100% - 84px);
}

.frame-3 .rhouse-1 {
  align-items: center;
  color: var(--black);
  display: flex;
  font-family: var(--font-family-roboto);
  font-size: var(--font-size-m);
  font-weight: 500;
  height: 16px;
  justify-content: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
  width: 191.52px;
}

.frame-3 .text-74 {
  align-items: center;
  color: #5b5b5b;
  display: flex;
  font-family: var(--font-family-roboto);
  font-size: var(--font-size-s);
  font-weight: 400;
  height: 14px;
  justify-content: center;
  left: 12px;
  letter-spacing: 0;
  line-height: normal;
  position: absolute;
  top: 35px;
  white-space: nowrap;
  width: 198px;
}

.frame-3 .text-75 {
  align-items: center;
  color: #5b5b5b;
  display: flex;
  font-family: var(--font-family-roboto);
  font-size: var(--font-size-s);
  font-weight: 400;
  height: 14px;
  justify-content: center;
  left: 12px;
  letter-spacing: 0;
  line-height: normal;
  position: absolute;
  top: 52px;
  white-space: nowrap;
  width: 141px;
}

.frame-3 .link-google {
  display: flex;
  flex-direction: column;
  gap: 5px;
  height: 44px;
  left: 229px;
  position: absolute;
  top: 10px;
  width: 37px;
}

.frame-3 .image-10 {
  align-self: center;
  background-image: url(./img/img/image-6@2x.png);
  background-position: 50% 50%;
  background-size: cover;
  height: 22px;
  margin-left: 0;
  width: 22px;
}

.frame-3 .container-19 {
  display: flex;
  height: 17px;
  justify-content: center;
  overflow: hidden;
  width: 36.56px;
}

.frame-3 .text-76 {
  align-items: center;
  color: #1a73e8;
  display: flex;
  font-family: var(--font-family-roboto);
  font-size: var(--font-size-s);
  font-weight: 400;
  height: 14px;
  justify-content: center;
  letter-spacing: 0;
  line-height: normal;
  margin-left: 0.3px;
  margin-top: 1px;
  text-align: center;
  white-space: nowrap;
  width: 36.87px;
}

.frame-3 .link-19 {
  align-items: center;
  color: #1a73e8;
  display: flex;
  font-family: var(--font-family-roboto);
  font-size: var(--font-size-s);
  font-weight: 400;
  height: 14px;
  justify-content: center;
  left: 12px;
  letter-spacing: 0;
  line-height: normal;
  position: absolute;
  top: 84px;
  white-space: nowrap;
  width: 85px;
}

.frame-3 .gmp-internal-camera-control-button {
  align-items: center;
  background-color: var(--white);
  border-radius: 20px;
  box-shadow: 0px 1px 4px -1px #0000004c;
  display: flex;
  height: 40px;
  justify-content: center;
  left: 1870px;
  overflow: hidden;
  position: absolute;
  top: 436px;
  width: 40px;
}

.frame-3 .image-11 {
  display: flex;
  width: 28px;
}

.frame-3 .image-fill {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 28px;
}

.frame-3 .image-12 {
  height: 28px;
  position: relative;
  width: 28px;
}

.frame-3 .vector-6 {
  height: 83.33%;
  left: 8.33%;
  position: absolute;
  top: 8.33%;
  width: 83.33%;
}

.frame-3 .button {
  height: 54px;
  left: 4px;
  position: absolute;
  top: 443px;
  width: 54px;
}

.frame-3 .footer {
  background-color: #eeeeee;
  display: flex;
  height: auto;
  justify-content: center;
  position: relative;
  width: 100%;
  padding-bottom: 20px;
  box-sizing: border-box;
}

.frame-3 .container-20 {
  height: 595.41px;
  margin-top: 64px;
  position: relative;
  width: 1200px;
}

.frame-3 .r-house {
  aspect-ratio: 6.25;
  background-image: url(./img/img/r-house---1@2x.png);
  background-position: 50% 50%;
  background-size: cover;
  height: 64px;
  left: 33.38%;
  position: absolute;
  top: 0;
  width: 33.25%;
}

.frame-3 .link-tel {
  aspect-ratio: 11.17;
  background-image: url(./img/img/link---tel-1@2x.png);
  background-position: 50% 50%;
  background-size: cover;
  height: 23px;
  left: calc(50.00% - 272px);
  position: absolute;
  top: 113px;
  width: 257px;
}

.frame-3 .link-20 {
  background-image: url(./img/img/link-1@2x.png);
  background-position: 50% 50%;
  background-size: cover;
  border: 1px solid;
  border-color: var(--black);
  display: flex;
  height: 40px;
  justify-content: center;
  left: 612px;
  position: absolute;
  top: 106px;
  width: 260px;
}

.frame-3 .text-77 {
  align-items: center;
  display: flex;
  height: 21px;
  justify-content: center;
  letter-spacing: 1.40px;
  line-height: 27px;
  margin-left: 8.0px;
  margin-top: 9.2px;
  text-align: center;
  white-space: nowrap;
  width: 179.04px;
}

.frame-3 .address-550-0013 {
  align-items: center;
  display: flex;
  height: 70px;
  justify-content: center;
  left: calc(50.00% - 230px);
  letter-spacing: 1.40px;
  line-height: 25.2px;
  position: absolute;
  text-align: center;
  top: 175px;
  width: 470px;
}

.frame-3 .link-21 {
  height: 22px;
  left: calc(50.00% - 61px);
  position: absolute;
  top: 265px;
  width: 121px;
}

.frame-3 .privacy-policy {
  align-items: center;
  display: flex;
  height: 17px;
  justify-content: center;
  left: calc(50.00% - 61px);
  letter-spacing: 1.40px;
  line-height: 21.6px;
  position: absolute;
  text-align: center;
  top: 2px;
  white-space: nowrap;
  width: 106px;
}

.frame-3 .image-13 {
  height: 12px;
  left: calc(50.00% + 52px);
  position: absolute;
  top: 7px;
  width: 9px;
}

.frame-3 .link-22 {
  height: 22px;
  left: calc(50.00% - 34px);
  position: absolute;
  top: 304px;
  width: 69px;
}

.frame-3 .text-78 {
  align-items: center;
  display: flex;
  height: 17px;
  justify-content: center;
  left: calc(50.00% - 34px);
  letter-spacing: 1.40px;
  line-height: 21.6px;
  position: absolute;
  text-align: center;
  top: 2px;
  white-space: nowrap;
  width: 54px;
}

.frame-3 .image-14 {
  height: 12px;
  left: calc(50.00% + 25px);
  position: absolute;
  top: 7px;
  width: 9px;
}

.frame-3 .address {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 5.2px;
  height: 76px;
  left: 30px;
  position: absolute;
  top: 341px;
  width: calc(100% - 60px);
}

.frame-3 .text-79 {
  align-items: center;
  display: flex;
  height: 20px;
  justify-content: center;
  letter-spacing: 1.40px;
  line-height: 25.2px;
  margin-left: 2.7px;
  margin-top: 2px;
  text-align: center;
  white-space: nowrap;
  width: 75.62px;
}

.frame-3 .text-80 {
  align-items: center;
  color: transparent;
  display: flex;
  font-family: var(--font-family-noto_sans_jp);
  font-size: var(--font-size-m);
  font-weight: 300;
  height: 45.19px;
  justify-content: center;
  letter-spacing: 1.40px;
  line-height: 25.2px;
  margin-left: 63.0px;
  text-align: center;
  width: 778px;
}

.frame-3 .span {
  letter-spacing: 0.20px;
}

.frame-3 .span1-2 {
  color: #000000;
  letter-spacing: 0.20px;
}

.frame-3 .link-instagram {
  aspect-ratio: 5;
  height: 80px;
  left: 33.38%;
  object-fit: cover;
  position: absolute;
  top: 431px;
  width: 33.25%;
}

.frame-3 .link-23 {
  height: 22px;
  left: calc(50.00% - 178px);
  position: absolute;
  top: 527px;
  width: 355px;
}

.frame-3 .text-81 {
  align-items: center;
  display: flex;
  height: 17px;
  justify-content: center;
  left: calc(50.00% - 178px);
  letter-spacing: 1.40px;
  line-height: 21.6px;
  position: absolute;
  text-align: center;
  top: 2px;
  white-space: nowrap;
  width: 360px;
}

.frame-3 .image-15 {
  height: 12px;
  left: calc(50.00% + 169px);
  position: absolute;
  top: 7px;
  width: 9px;
}

.frame-3 .copyright {
  align-items: center;
  display: flex;
  height: 17px;
  justify-content: center;
  left: calc(50.00% - 101px);
  letter-spacing: 1.40px;
  line-height: 21.6px;
  position: absolute;
  text-align: center;
  top: 576px;
  white-space: nowrap;
  width: 203px;
  margin-top: -10px !important;
}

.frame-3 .container-21 {
  display: flex;
  gap: 75px;
  height: 626px;
  left: 1px;
  overflow: hidden;
  position: absolute;
  top: 7950px;
  width: 100%;
}

.frame-3 .testimonial-carousel {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.frame-3 .testimonial-slide {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  gap: 75px;
  align-items: stretch;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease-in-out, visibility 0.6s ease-in-out;
}

.frame-3 .testimonial-slide.active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.frame-3 .view-8 {
  background-image: url(./img/img/--------------1.png);
  background-position: 50% 50%;
  background-size: cover;
  height: 762px;
  margin-left: -4px;
  width: 960px;
  transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
}

.frame-3 .view-8-2,
.frame-3 .view-8-3,
.frame-3 .view-8-4,
.frame-3 .view-8-5 {
  background-position: 50% 50%;
  background-size: cover;
  height: 762px;
  margin-left: -4px;
  width: 960px;
  transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
}

.frame-3 .view-8-2 {
  background-image: url(./img/TOP/Hero_1.jpg);
}

.frame-3 .view-8-3 {
  background-image: url(./img/TOP/Hero_2.jpg);
}

.frame-3 .view-8-4 {
  background-image: url(./img/TOP/Hero_3.jpg);
}

.frame-3 .view-8-5 {
  background-image: url(./img/TOP/Hero_4.jpg);
}

.frame-3 .text-section-wrapper {
  display: flex;
  flex-direction: column;
  width: 648px;
}

.frame-3 .text-section-wrapper .container-9 {
  position: relative;
  left: 0;
  width: 100%;
  height: 114px;
  margin-bottom: 10px;
}

.frame-3 .text-section-wrapper .voice {
  position: absolute;
  left: 0;
  top: 0;
}

.frame-3 .text-section-wrapper .button-previous-slide {
  left: 226px;
  top: 48px;
  position: absolute;
  height: 25px;
  width: 25px;
}

.frame-3 .text-section-wrapper .number {
  left: 266px;
  top: 48px;
  position: absolute;
  align-items: center;
  display: flex;
  justify-content: center;
}

.frame-3 .text-section-wrapper .vertical-divider-1 {
  left: 278px;
  top: 50px;
  position: absolute;
  background-color: #33373d;
  height: 20px;
  width: 1px;
  transform: rotate(30.00deg);
}

.frame-3 .text-section-wrapper .number-1 {
  left: 285px;
  top: 58px;
  position: absolute;
  align-items: center;
  display: flex;
  justify-content: center;
}

.frame-3 .text-section-wrapper .button-next-slide {
  left: 310px;
  top: 48px;
  position: absolute;
  height: 25px;
  width: 25px;
}

.frame-3 .text-section-wrapper .heading-2-4 {
  position: relative;
  left: 0;
  top: 0;
  margin-bottom: 20px;
  margin-top: 0;
}

.frame-3 .text_label-3 {
  color: var(--black);
  font-family: var(--font-family-noto_sans_jp);
  font-size: var(--font-size-xxl);
  font-weight: 300;
  height: 398px;
  letter-spacing: 3.64px;
  line-height: 45px;
  margin-top: 0;
  width: 648px;
}

.frame-3 .cell-3 {
  background-color: var(--star-dust);
  border: 1px solid;
  border-color: var(--black);
  display: flex;
  height: 97px;
  justify-content: center;
  position: absolute;
  top: 0;
  width: 271px;
}

.frame-3 .date-3 {
  align-items: center;
  color: var(--black);
  display: flex;
  font-family: var(--font-family-inter);
  font-weight: 500;
  height: 12px;
  justify-content: center;
  letter-spacing: 1.00px;
  line-height: 14.3px;
  margin-top: 1px;
  white-space: nowrap;
  width: 65.26px;
}

.frame-3 .descriptions-5 {
  border-color: var(--celeste);
  border-top-style: solid;
  border-top-width: 1px;
  display: flex;
  gap: 48.7px;
  left: 30px;
  position: absolute;
  width: calc(100% - 60px);
}

.frame-3 .details-link-4 {
  align-items: center;
  display: flex;
  height: 20px;
  justify-content: flex-start;
  letter-spacing: 1.40px;
  line-height: 25.2px;
  margin-top: 17px;
  white-space: nowrap;
}

.frame-3 .emphasis-3 {
  align-items: center;
  display: flex;
  height: 52px;
  justify-content: flex-start;
  left: 572px;
  letter-spacing: 1.40px;
  line-height: 36px;
  position: absolute;
}

.frame-3 .figure-3 {
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
}

.frame-3 .heading {
  display: flex;
  position: absolute;
}

.frame-3 .heading-2-11 {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  white-space: nowrap;
}

.frame-3 .heading-3-6 {
  display: flex;
  position: absolute;
  justify-content: flex-start;
}

.frame-3 .horizontal-divider-3 {
  background-color: var(--white);
  height: 1px;
  position: absolute;
  top: 7px;
  width: 10px;
}

.frame-3 .item-link-4 {
  border: 1px solid;
  border-color: var(--black);
  height: 126px;
  position: absolute;
}

.frame-3 .line {
  object-fit: cover;
  position: absolute;
}

.frame-3 .navbar-link-item-link-10 {
  align-items: center;
  display: flex;
  height: 20px;
  justify-content: center;
  letter-spacing: 1.40px;
  line-height: 15.4px;
  position: absolute;
  text-align: center;
  top: -3px;
}

.frame-3 .number-4 {
  align-items: center;
  display: flex;
  justify-content: center;
  letter-spacing: 0;
  line-height: 13px;
  position: absolute;
  text-align: center;
  white-space: nowrap;
  width: 7px;
}

.frame-3 .q-4 {
  background-image: url(./img/img/q-1@2x.png);
  background-position: 50% 50%;
  background-size: cover;
  height: 29px;
  left: 31px;
  position: absolute;
  top: 39px;
  width: 31px;
}

.frame-3 .read-more-5 {
  align-items: center;
  display: flex;
  height: 17px;
  justify-content: center;
  letter-spacing: 2.50px;
  line-height: 12px;
}

.frame-3 .text_label-4 {
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: left;
}

.frame-3 .vertical-divider-3 {
  background-color: #33373d;
  height: 20px;
  position: absolute;
  top: 50px;
  transform: rotate(30.00deg);
  width: 1px;
}

.frame-3 .vt-24 {
  background-position: 50% 50%;
  background-size: cover;
  height: 256px;
  position: absolute;
  width: 256px;
}

.frame-3 .x3-d-4 {
  align-items: center;
  display: flex;
  justify-content: left;
  position: absolute;
}

.frame-3 .x3-d-2 {
  text-align: left;
  align-items: flex-start;
  justify-content: flex-start;
}



/* Mobile fix for screens below 480px - prevent horizontal overflow */
@media only screen and (max-width: 480px) {
  .frame-3 {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  /* Reset all fixed widths to 100% */
  .frame-3 .top,
  .frame-3 .x1,
  .frame-3 .x2,
  .frame-3 .x2-1,
  .frame-3 .container-5,
  .frame-3 .container-6,
  .frame-3 .container-7,
  .frame-3 .container-8,
  .frame-3 .container-9,
  .frame-3 .container-10,
  .frame-3 .container-11,
  .frame-3 .container-12,
  .frame-3 .container-13,
  .frame-3 .container-14,
  .frame-3 .container-15,
  .frame-3 .container-16,
  .frame-3 .container-17 {
    width: 100% !important;
    max-width: 100% !important;
    left: 0 !important;
    right: auto !important;
    box-sizing: border-box !important;
  }

  /* Fix all images */
  .frame-3 img {
    max-width: 100% !important;
    height: auto !important;
  }

  /* Force all elements to respect viewport width */
  .frame-3 * {
    box-sizing: border-box !important;
  }

  /* Reset absolutely positioned elements that extend beyond viewport */
  .frame-3 [class*="image"],
  .frame-3 [class*="figure"],
  .frame-3 [class*="background"],
  .frame-3 [class*="view"] {
    max-width: 100% !important;
    left: auto !important;
    right: auto !important;
  }
}

.concepts-section {
  padding: 0;
  padding-top: 100px;
  padding-bottom: 0;
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  color: #222;
  display: flex;
  justify-content: flex-end;

}

.modelhouse-section {
  padding: 0;
  padding-top: 100px;
  padding-bottom: 0;
}

.concepts-container {
  width: calc(1440px + (100vw - 1440px) / 2);
  max-width: 1680px;
  margin-left: auto;
  margin-right: 0;
  padding-left: 40px;
  box-sizing: border-box;
}



.example-container {
  /* max-width: 1680px; */
  margin-left: 0;
  margin-right: 0;
}


.image-container {
  position: relative;
}

.svg1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 600px) {
  .svg1 {
    width: 40px;
  }
}

@media only screen and (max-width: 600px) {
  .concepts-container {
    padding-left: 0px;
  }
}

.movie-top-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 48px;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Responsive scaling for movie-top-text */
@media only screen and (max-width: 1920px) {
  .movie-top-text {
    font-size: calc(48px * (100vw / 1920px));
  }
}

@media only screen and (max-width: 1440px) {
  .movie-top-text {
    font-size: 36px;
  }
}

@media only screen and (max-width: 1200px) {
  .movie-top-text {
    font-size: 32px;
  }
}

@media only screen and (max-width: 1024px) {
  .movie-top-text {
    font-size: 28px;
  }
}

@media only screen and (max-width: 768px) {
  .movie-top-text {
    font-size: 24px;
  }
}

@media only screen and (max-width: 480px) {
  .movie-top-text {
    font-size: 20px;
  }
}

@media only screen and (max-width: 375px) {
  .movie-top-text {
    font-size: 18px;
  }
}

.logo-2 {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-left: 16px;
}

.text-container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  gap: 60px;
  padding: 0 40px;
  box-sizing: border-box;
  margin-bottom: 40px;
}

.model-house-text-left {
  flex: 1;
}


/* Responsive styles for text-container */
@media (max-width: 900px) {
  .text-container {
    flex-direction: column;
    gap: 30px;
    padding: 0;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
  }

  .model-house-text-left,
  .model-house-text-left .concepts-title-en,
  .model-house-text-left .concepts-title-jp {
    padding-left: 0;
    text-align: left;
    margin: 0;
  }
}

/* Modelhouse Gallery Section - Based on Works Section but inverted */
.modelhouse-gallery-section {
  padding: 0;
  padding-top: 100px;
  margin: 0 0 100px 0;
  position: relative;
  background-color: #f5f5f0;
  width: 100%;
  box-sizing: border-box;
}

.modelhouse-gallery-container {
  display: flex;
  position: relative;
  min-height: 600px;
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.modelhouse-image {
  flex: 0 0 50%;
  z-index: 3;
  position: relative;
  box-sizing: border-box;
}

.modelhouse-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  min-height: 600px;
}

.modelhouse-content {
  flex: 0 0 50%;
  max-width: 50%;
  background-color: #f5f5f0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}

.modelhouse-header {
  text-align: left;
  max-width: 730px;
  background-color: #f5f5f0;
}

.modelhouse-title-en {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: 300;
  color: #000;
  margin: 0 0 10px 0;
  line-height: 1.4;
  text-align: right;
  letter-spacing: 0.05em;
}

.modelhouse-title-jp {
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: 200;
  color: #999999;
  margin: 0;
  text-align: right;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-transform: uppercase;
}

.modelhouse-info-area {
  padding: 40px 60px 60px 160px;
  background-color: #333;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: relative;
  z-index: 2;
  margin-left: -320px;
  margin-right: min(calc((100vw - 1440px) / 2 * -1), 0px);
  min-height: 300px;
  transform: translateY(40px);
  padding-left: calc(60px + 320px);
}

.modelhouse-info {
  width: 100%;
  box-sizing: border-box;
}

.text-intergration {
  max-width: 621px;
  width: 100%;
  text-align: left;
  margin-left: 75px;
}

/* Responsive styles for modelhouse-gallery-section */
/* Align content vertically at 1037px */
@media only screen and (max-width: 1037px) {
  .modelhouse-gallery-container {
    flex-direction: column;
  }

.modelhouse-header {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
    padding-left: 0 !important;
    padding-top: 20px;
  }

  .modelhouse-title-en {
    text-align: center;
  }

  .modelhouse-title-jp {
    text-align: center;
  }

  .modelhouse-info-title {
    color: black !important;
  }

  .modelhouse-address {
    color: black !important;
  }

  .modelhouse-description {
    color: black !important;
  }

  .modelhouse-info-area {
    padding: 0 !important;
  }
  .modelhouse-content {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }

  .modelhouse-info-area {
    background-color: #fff;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .modelhouse-info {
    width: 100%;
    max-width: 100%;
  }

  .text-intergration {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 100%;
    padding-top: 30px;
  }

  .modelhouse-info-title {
    color: #000;
    text-align: center;
  }

  .modelhouse-address {
    color: #000;
    text-align: center;
  }

  .modelhouse-description {
    color: #000;
    text-align: center;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1025px) {
  .modelhouse-gallery-section {
    padding-top: 100px;
  }
 
  .text-intergration {
    margin-left: 0;
  }
  
  .modelhouse-header {
    padding-left: 30px;
    padding-right: 60px;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 901px) {
  .modelhouse-gallery-section {
    padding-top: 60px;
  }
  
  .modelhouse-image {
    margin-left: 0;
  }

  
  .modelhouse-header {
    padding-left: 120px;
  }
  
  .modelhouse-info-area {
    padding-left: 120px;
  }
}

@media only screen and (max-width: 900px) and (min-width: 600px) {
  .modelhouse-gallery-section {
    padding-top: 30px;
    padding-left: 16px;
    padding-right: 16px;
  }
  
  .text-intergration {
    font-size: 16px !important;
  }
  .modelhouse-info {
    font-size: 16px !important;
  }
  
  .modelhouse-image {
    margin-left: 0;
  }

  .modelhouse-title-en {
    text-align: center;
  }
  .modelhouse-title-jp {
    text-align: center;
  }
  
  .modelhouse-header {
    padding-left: 60px;
  }
  
  .modelhouse-info-area {
    padding-left: 60px;
  }
}

@media only screen and (max-width: 600px) {
  .modelhouse-gallery-section {
    padding-top: 30px;
    padding-left: 16px;
    padding-right: 16px;
  }
  
  .modelhouse-image {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
  
  .modelhouse-content {
    flex: 0 0 100%;
    max-width: 100%;
  }
  
  .modelhouse-gallery-container {
    flex-direction: column;
  }
  
  .modelhouse-header {
    padding: 40px 20px 20px 20px;
  }
  
  .modelhouse-info-area {
    padding: 40px 20px 60px 20px;
    margin-left: 0;
    width: 100%;
    transform: none;
    padding-left: 20px;
  }
  
  .text-intergration {
    margin-left: 0;
  }
}

.modelhouse-info-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin: 0 0 20px 0;
  line-height: 1.5;
}

.modelhouse-address {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #fff;
  margin: 0 0 30px 0;
  line-height: 1.6;
}

.modelhouse-description {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 1.8;
}

.modelhouse-description p {
  margin: 0 0 20px 0;
}


/* Works Section */
.works-section {
  padding: 0;
  padding-top: 100px;
  padding-bottom: 0;
  margin: 0;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  background-color: #f5f5f0;
}

.works-container {
  display: flex;
  position: relative;
  min-height: 600px;
}

.works-content {
  flex: 0 0 40%;
  background-color: #f5f5f0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.works-header {
  padding: 60px 60px 0 160px;
  text-align: left;
  background-color: #f5f5f0;
}

.works-title-en {
  font-family: "Noto Serif JP", serif;
  font-size: 48px;
  font-weight: 500;
  color: #000;
  margin: 0 0 10px 0;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.works-title-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #333;
  margin: 0;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.works-button-area {
  padding: 0 60px 60px 160px;
  background-color: #333;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  position: relative;
  z-index: 1;
  margin-right: -320px;
  width: 1100px;
  height: 300px;
  transform: translateY(40px);
  padding-right: calc(60px + 320px);
}

.works-readmore-box {
  border: 1px solid #ffffff;
  padding: 16px 48px;
  box-sizing: border-box;
  background-color: #333;
  width: 400px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
}

.works-readmore-box:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.works-readmore-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  width: 100%;
  box-sizing: border-box;
}

.works-readmore-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.works-readmore-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  gap: 12px;
}

.works-readmore-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0.05em;
  line-height: 1.5;
  white-space: nowrap;
}

.works-readmore-arrow {
  flex-shrink: 0;
  width: 80px;
  height: auto;
  filter: brightness(0) invert(1); /* Make arrow white for dark background */
}

.works-image {
  flex: 0 0 60%;
  z-index: 3;
  position: relative;
}

.works-image img {
  max-height: 600px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Works Section - Proportional Scaling down to 1024px */
@media only screen and (max-width: 1600px) and (min-width: 1025px) {
  .works-section {
    margin: calc(100px * (100vw / 1600px)) 0;
  }

  .works-container {
    min-height: calc(600px * (100vw / 1600px));
  }

  .works-image img {
    max-height: calc(600px * (100vw / 1600px));
  }

  .works-header {
    padding: calc(60px * (100vw / 1600px)) calc(60px * (100vw / 1600px)) 0 calc(160px * (100vw / 1600px));
  }

  .works-title-en {
    font-size: calc(48px * (100vw / 1600px));
    margin-bottom: calc(10px * (100vw / 1600px));
  }

  .works-title-jp {
    font-size: calc(18px * (100vw / 1600px));
  }

  .works-button-area {
    padding: 0 calc(60px * (100vw / 1600px)) calc(60px * (100vw / 1600px)) calc(160px * (100vw / 1600px));
    margin-right: calc(-320px * (100vw / 1600px));
    width: calc(1100px * (100vw / 1600px));
    height: calc(300px * (100vw / 1600px));
    transform: translateY(calc(40px * (100vw / 1600px)));
    padding-right: calc((60px + 320px) * (100vw / 1600px));
  }
}

@media only screen and (max-width: 1200px) and (min-width: 1025px) {
  .works-section {
    padding-top: 100px;
    padding-bottom: 0;
    margin: 0;
  }

  .works-container {
    min-height: calc(600px * (100vw / 1200px));
  }

  .works-image img {
    max-height: calc(600px * (100vw / 1200px));
  }

  .works-header {
    padding: calc(60px * (100vw / 1200px)) calc(60px * (100vw / 1200px)) 0 calc(160px * (100vw / 1200px));
  }

  .works-title-en {
    font-size: calc(48px * (100vw / 1200px));
    margin-bottom: calc(10px * (100vw / 1200px));
  }

  .works-title-jp {
    font-size: calc(18px * (100vw / 1200px));
  }

  .works-button-area {
    padding: 0 calc(60px * (100vw / 1200px)) calc(60px * (100vw / 1200px)) calc(160px * (100vw / 1200px));
    margin-right: calc(-320px * (100vw / 1200px));
    width: calc(1100px * (100vw / 1200px));
    height: calc(300px * (100vw / 1200px));
    transform: translateY(calc(40px * (100vw / 1200px)));
    padding-right: calc((60px + 320px) * (100vw / 1200px));
  }
}

@media only screen and (max-width: 1024px) {
  .works-title-jp {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 1024px) {
  .works-title-jp {
    margin-bottom: 10px;
  }
  .works-title-en {
    font-size: 36px;
  }
}

@media only screen and (max-width: 1024px) {
  .works-section {
    padding-top: 60px;
    padding-bottom: 0;
    margin: 0;
    margin-top: 0;
    margin-bottom: 0;
    overflow-x: hidden;
  }

  .works-container {
    flex-direction: column;
    min-height: auto;
  }

  .works-content {
    flex: 0 0 100%;
    width: 100%;
  }

  .works-header {
    padding: 60px 40px 0 40px;
  }

  .works-button-area {
    padding: 0 40px 60px 40px;
    margin-right: 0;
    width: 100%;
    height: auto;
    transform: none;
    padding-right: 40px;
    background-color: transparent;
    justify-content: flex-end;
  }

  .works-readmore-box {
    background-color: transparent;
    border-color: #333;
  }

  .works-readmore-text {
    color: #000;
  }

  .works-readmore-jp {
    color: #000;
  }

  .works-readmore-arrow {
    filter: none;
  }

  .works-image {
    flex: 0 0 100%;
    width: 100%;
  }

  .works-image img {
    max-height: none;
    height: auto;
  }
}

@media (max-width:768px) {
  .works-header {
    padding-top: 0;
  }
}

/* 3D Virtual Modelhouse Section */
.virtual-3d-section {
  margin: 0;
  padding: 0;
  padding-top: 100px;
  padding-bottom: 0;
  background-color: #f3f3f3;
}

.virtual-3d-container {
  display: flex;
  width: 100%;
  position: relative;
}

.virtual-3d-image {
  flex: 0 0 60%;
  position: relative;
  overflow: hidden;
  min-height: 500px;
}

.virtual-3d-image img {
  width: 100%;
  height: 100%;
  min-height: 500px;
  object-fit: cover;
  display: block;
}

.virtual-3d-content {
  flex: 0 0 40%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f0;
  box-sizing: border-box;
}

.virtual-3d-text {
  max-width: 100%;
  width: 90%;
  padding-right: 150px;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}

.virtual-3d-title-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: 300;
  color: #333;
  margin: 0 0 10px 0;
  line-height: 1.4;
  text-align: right;
  letter-spacing: 0.06em;
}

.virtual-3d-title-en {
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: 300;
  text-align: right;
  color: #999;
  letter-spacing: 0.1em;
  margin: 0 0 60px 0;
  text-transform: uppercase;
}

.virtual-3d-description {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #333;
  text-align: right;
  line-height: 1.8;
  margin: 0 0 60px 0;
}

.virtual-3d-description p {
  margin: 0 0 10px 0;
}

.url_button {
  border: solid 1px rgb(190, 190, 190);
  display: flex;
  width: 400px;
  height: 60px;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0 auto;
  box-sizing: border-box;
}

.virtual-3d-button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px !important;
  font-weight: 300;
  color: #333;
  text-decoration: none;
  padding: 0;
  border: 1px solid #333;
  background-color: transparent;
  transition: opacity 0.25s ease;
  width: 100%;
  max-width: 100%;
  height: 60px !important;
  box-sizing: border-box;
}

.inquiry-button-link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #333;
  text-decoration: none;
  padding: 0;
  border: 1px solid #333;
  background-color: transparent;
  transition: opacity 0.25s ease;
  width: 100%;
  box-sizing: border-box;
}

.inquiry-button-link:hover {
  opacity: 0.6;
}



.virtual-3d-button:hover {
  opacity: 0.6;
}

.button-arrow {
  font-size: 12px;
  margin-left: 8px;
}

/* 3D Virtual Modelhouse Section - Responsive */
/* Align content vertically at 1037px */

@media (max-width : 1632px) {
  .virtual-3d-text {
    padding-right: 50px;
  }
}

@media (max-width : 1270px) {
  .virtual-3d-text {
    padding-right: 20px;
  }
}

@media only screen and (max-width: 1037px) {
  .virtual-3d-container {
    flex-direction: column;
  }

  .virtual-3d-image {
    flex: 0 0 100%;
    width: 100%;
  }

  .virtual-3d-content {
    flex: 0 0 100%;
    width: 100%;
  }
}

/* Responsive padding for virtual-3d-section */
@media only screen and (max-width: 1024px) and (min-width: 901px) {
  .virtual-3d-section {
    padding-top: 60px;
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 900px) {
  .virtual-3d-section {
    padding-top: 30px;
    padding-bottom: 0;
  }

  /* Center virtual-3d content on SP */
  .virtual-3d-text {
    align-items: center !important;
    text-align: center !important;
    padding-right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .virtual-3d-title-jp {
    text-align: center !important;
  }

  .virtual-3d-title-en {
    text-align: center !important;
  }

  .virtual-3d-description {
    text-align: center !important;
  }

  .url_button {
    margin-left: auto !important;
    margin-right: auto !important;
    width: calc(100% - 40px) !important;
    max-width: 400px !important;
    box-sizing: border-box;
  }
  
  .virtual-3d-button {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    font-size: 14px !important;
  }
}

/* Ensure button has fixed size on PC (above 1024px) */
@media (min-width: 1025px) {
  .url_button {
    width: 400px;
    max-width: 400px;
  }
  
  .url_button .virtual-3d-button {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: 60px !important;
    font-size: 16px !important;
  }
}

/* Scale proportionally as width shrinks to 768px */
@media only screen and (max-width: 1200px) {
  .virtual-3d-section {
    margin: 0;
  }

  .virtual-3d-image {
    min-height: calc(500px * (100vw / 1200px));
  }

  .virtual-3d-image img {
    min-height: calc(500px * (100vw / 1200px));
  }


  .virtual-3d-title-jp {
    font-size: calc(30px * (100vw / 1200px));
  }

  .virtual-3d-title-en {
    font-size: calc(18px * (100vw / 1200px));
    margin-bottom: calc(30px * (100vw / 1200px));
  }

  .virtual-3d-description {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: calc(40px * (100vw / 1200px));
  }
}

/* Drop text below image at 768px and below */
@media only screen and (max-width: 768px) {
  .virtual-3d-container {
    flex-direction: column;
  }

  .virtual-3d-image {
    flex: 0 0 100%;
    width: 100%;
    min-height: auto;
  }

  .virtual-3d-image img {
    min-height: auto;
    height: auto;
  }

  .virtual-3d-content {
    flex: 0 0 100%;
    width: 100%;
    padding: 40px 20px;
    align-items: flex-start;
  }

  .virtual-3d-text {
    width: 100%;
    text-align: left;
  }

  .virtual-3d-title-jp {
    text-align: left;
    font-size: 22px;
  }

  .virtual-3d-title-en {
    text-align: left;
    font-size: 18px;
  }

  .url_button {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto;
    box-sizing: border-box;
  }
  
  .virtual-3d-button {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    font-size: 14px !important;
    padding: 0 10px;
    box-sizing: border-box;
  }
}

/* Additional responsive styles for very small screens */
@media only screen and (max-width: 480px) {
  .virtual-3d-section .url_button {
    width: calc(100% - 32px) !important;
    max-width: calc(100% - 32px) !important;
    margin: 0 auto;
    padding: 0;
  }
  
  .virtual-3d-section .virtual-3d-button {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    font-size: 12px !important;
    padding: 0 8px;
    white-space: normal;
    word-wrap: break-word;
    line-height: 1.4;
  }
}

.modelhouse-description p:last-child {
  margin-bottom: 0;
}

.concepts-text-top {
  padding-left: 10px;
}

.concepts-text-bottom {
  padding-left: 10px;
}

.modelhouse-black-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 200px;
  background-color: #000;
  z-index: -1;
}



/* Grid Layout */
.concepts-grid {
  display: grid;
  gap: 40px;
  margin-bottom: 80px;
}

.concepts-grid-top {
  grid-template-columns: 1fr 2fr;
  /* align-items: center; */
}

.concepts-grid-bottom {
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
  margin-bottom: 0;
}

/* Text */
.concepts-title {
  font-size: 28px;
  margin-bottom: 20px;
  text-align: left;
}

.concepts-subtitle {
  font-size: 22px;
  margin-bottom: 10px;
  text-align: left;
}

.concepts-description {
  font-size: 15px;
  line-height: 1.7;
  color: #444;
  text-align: left;
}

.concepts-margin-top {
  margin-top: 80px;
}

.width-custom-1 {
  width: 400px;
  /* Fixed width and height for PC */
  min-width: 400px;
  max-width: 400px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

/* Fixed button sizes for PC - override responsive width */
.width-custom-1 .virtual-3d-button {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 400px !important;
  min-width: 400px !important;
  max-width: 400px !important;
  height: 60px !important;
  font-size: 16px !important;
  padding: 0 !important;
  box-sizing: border-box;
}

/* Inquiry button styles - same as width-custom-1 */
.inquiry-button {
  width: 400px;
  min-width: 400px;
  max-width: 400px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.inquiry-button .inquiry-button-link {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 400px !important;
  min-width: 400px !important;
  max-width: 400px !important;
  height: 60px !important;
  font-size: 16px !important;
  padding: 0 !important;
  box-sizing: border-box;
}

/* Images */
.concepts-image img {
  width: 100%;
  max-height: 350px;
  height: auto;
  display: block;
  object-fit: cover;
}

/* Override inline width style for cost-performance image */
.concepts-image-cost-performance[style*="width: 600px"] {
  width: 100% !important;
}

/* Desktop: Hide mobile-only sections, show desktop sections */
@media (min-width: 901px) {
  .concepts-text-quality-mobile,
  .concepts-image-quality-mobile {
    display: none;
  }

  .concepts-image-quality-desktop,
  .concepts-subtitle-quality-desktop,
  .concepts-description-quality-desktop {
    display: block;
  }

  /* Desktop grid positioning for concepts-grid-bottom */
  .concepts-grid-bottom {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .concepts-grid-bottom .concepts-image-quality-desktop {
    grid-column: 1;
    grid-row: 1;
  }

  .concepts-grid-bottom .concepts-text {
    grid-column: 2;
    grid-row: 1 / 3;
  }

  .concepts-grid-bottom .url_button {
    grid-column: 1;
    grid-row: 3;
    align-self: start;
    margin-top: 20px;
  }

  .concepts-grid-bottom .concepts-image-cost-performance {
    grid-column: 3;
    grid-row: 1;
    width: 100%;
    height: auto;
    max-height: 350px;
    display: flex;
    align-items: stretch;
  }

  .concepts-grid-bottom .concepts-image-cost-performance img {
    width: 100%;
    height: auto;
    max-height: 350px;
    object-fit: cover;
    display: block;
  }
}

/* Tablet: Set padding-top to 60px */
@media only screen and (max-width: 1024px) and (min-width: 901px) {
  .concepts-section {
    padding-top: 60px;
  }

  .modelhouse-section {
    padding-top: 60px;
  }

  .works-section {
    padding-top: 60px;
    padding-bottom: 0;
    margin: 0;
    margin-bottom: 0;
  }

  .voice_section {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 0;
  }

  .new_lineup_section {
    padding-top: 60px;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  /* Center virtual-3d content on Tablet */
  .virtual-3d-text {
    align-items: center !important;
    text-align: center !important;
    padding-right: 0 !important;
  }

  .virtual-3d-title-jp {
    text-align: center !important;
  }

  .virtual-3d-title-en {
    text-align: center !important;
  }

  .virtual-3d-description {
    text-align: center !important;
  }

  .url_button {
    margin-left: auto !important;
    margin-right: auto !important;
  }


  /* Fixed button sizes for Tablet */
  .url_button.width-custom-1 {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 350px !important;
    min-width: 350px !important;
    max-width: 350px !important;
    height: 55px !important;
    padding: 0 !important;
    box-sizing: border-box;
  }

  .url_button.width-custom-1 .virtual-3d-button {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 15px !important;
    width: 350px !important;
    min-width: 350px !important;
    max-width: 350px !important;
    height: 55px !important;
    padding: 0 !important;
    box-sizing: border-box;
  }

  /* Virtual 3D button styles for Tablet *

  /* Inquiry button styles for Tablet */
  .url_button.inquiry-button {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 350px !important;
    min-width: 350px !important;
    max-width: 350px !important;
    height: 55px !important;
    padding: 0 !important;
    box-sizing: border-box;
  }

  .url_button.inquiry-button .inquiry-button-link {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 15px !important;
    width: 350px !important;
    min-width: 350px !important;
    max-width: 350px !important;
    height: 55px !important;
    padding: 0 !important;
    box-sizing: border-box;
  }

  /* Desktop grid positioning for concepts-grid-bottom */
  .concepts-grid-bottom {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .concepts-grid-bottom .concepts-image-quality-desktop {
    grid-column: 1;
    grid-row: 1;
  }

  .concepts-grid-bottom .concepts-text {
    grid-column: 2;
    grid-row: 1 / 3;
  }

  .concepts-grid-bottom .url_button {
    grid-column: 2;
    grid-row: 3;
    align-self: start;
    margin-top: 20px;
  }

  .concepts-grid-bottom .concepts-image-cost-performance {
    grid-column: 3;
    grid-row: 1;
    width: 100%;
    height: auto;
    max-height: 450px;
    display: flex;
    align-items: stretch;
  }

  .concepts-grid-bottom .concepts-image-cost-performance img {
    width: 100%;
    height: auto;
    max-height: 450px;
    object-fit: cover;
    display: block;
  }
}

/* Mobile: Show mobile-only sections, hide desktop-only sections */
@media (max-width: 900px) {
  .works-section {
    padding-top: 60px;
    padding-bottom: 0;
    margin: 0;
    margin-bottom: 0;
  }

  .voice_section {
    padding-top: 50px !important;
    padding-bottom: 30px;
    margin-bottom: 0;
  }

  .voice-image-carousel {
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    min-height: 300px !important;
    max-height: none !important;
  }

  .voice-image-slide {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    opacity: 0 !important;
    transition: opacity 0.5s ease-in-out !important;
    pointer-events: none !important;
    z-index: 0 !important;
  }

  .voice-image-slide.active {
    opacity: 1 !important;
    pointer-events: auto !important;
    z-index: 1 !important;
  }

  .voice-image-slide img {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    object-fit: cover !important;
  }

  .new_lineup_section {
    padding-top: 50px !important;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .lineup-image-carousel {
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    min-height: 300px !important;
    max-height: none !important;
  }

  .lineup-image-slide {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    opacity: 0 !important;
    transition: opacity 0.5s ease-in-out !important;
    pointer-events: none !important;
    z-index: 0 !important;
  }

  .lineup-image-slide.active {
    opacity: 1 !important;
    pointer-events: auto !important;
    z-index: 1 !important;
  }

  .lineup-image-slide img {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    object-fit: cover !important;
  }

  /* Remove left padding and center concepts-container */
  .concepts-container {
    padding-left: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 100%;
  }

  /* Hide desktop-only elements */
  .concepts-image-quality-desktop,
  .concepts-subtitle-quality-desktop,
  .concepts-description-quality-desktop {
    display: none;
  }

  /* Show mobile-only sections */
  .concepts-text-quality-mobile,
  .concepts-image-quality-mobile {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .concepts-text-quality-mobile {
    padding: 20px;
    box-sizing: border-box;
    text-align: center !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .concepts-text-quality-mobile .concepts-subtitle,
  .concepts-text-quality-mobile .concepts-description {
    text-align: center !important;
    padding-left: 0 !important;
    margin-left: auto;
    margin-right: auto;
  }

  .concepts-image-quality-mobile {
    margin-bottom: 40px;
  }

  .concepts-image-quality-mobile img {
    width: 100%;
    height: auto;
    display: block;
  }

  /* concepts-grid-top: Two rows with centered text and full-width image */
  .concepts-grid-top {
    grid-template-columns: 1fr;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
  }

  .concepts-grid-top .concepts-text {
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
  }

  .concepts-grid-top .concepts-text .concepts-title,
  .concepts-grid-top .concepts-text .concepts-description {
    text-align: center;
    padding-left: 0;
  }

  .concepts-grid-top .concepts-image {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  .concepts-grid-top .concepts-image img {
    width: 100%;
    height: auto;
    max-height: none;
    display: block;
  }

  /* concepts-grid-bottom: Stack all items vertically */
  .concepts-grid-bottom {
    grid-template-columns: 1fr;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 0;
  }

  .concepts-grid-bottom .concepts-text {
    text-align: center !important;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
  }

  .concepts-grid-bottom .concepts-text .concepts-subtitle,
  .concepts-grid-bottom .concepts-text .concepts-description {
    text-align: center !important;
    padding-left: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100%;
    max-width: 100%;
  }

  .concepts-grid-bottom .concepts-text .concepts-margin-top {
    margin-top: 40px;
    text-align: center !important;
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .concepts-grid-bottom .concepts-text .concepts-description {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  /* Place button at the very end of the section on mobile */
  .concepts-grid-bottom .url_button.width-custom-1 {
    order: 999;
    margin-top: auto;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 300px !important;
    min-width: 300px !important;
    max-width: 300px !important;
    height: 50px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    box-sizing: border-box;
  }

  /* Fixed button sizes for SP */
  .url_button.width-custom-1 .virtual-3d-button {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 14px !important;
    width: 300px !important;
    min-width: 300px !important;
    max-width: 300px !important;
    height: 50px !important;
    padding: 0 !important;
    box-sizing: border-box;
  }

  /* Virtual 3D button styles for SP *

  /* Inquiry button styles for SP */
  .concepts-grid-bottom .url_button.inquiry-button {
    order: 999;
    margin-top: auto;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 300px !important;
    min-width: 300px !important;
    max-width: 300px !important;
    height: 50px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    box-sizing: border-box;
  }

  .url_button.inquiry-button .inquiry-button-link {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 14px !important;
    width: 300px !important;
    min-width: 300px !important;
    max-width: 300px !important;
    height: 50px !important;
    padding: 0 !important;
    box-sizing: border-box;
  }

  .concepts-section {
    /* padding: 60px 16px; */
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 30px;
    padding-bottom: 0px;
  }

  .modelhouse-section {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 30px;
    padding-bottom: 0px;
  }



  .concepts-title-en {
    font-size: 36px;
  }

  .concepts-title {
    font-size: 24px;
  }

  .concepts-title-jp {
    margin: 0;
  }

  .concepts-subtitle {
    font-size: 20px;
  }

  /* Reset transforms and fixed widths to prevent overlapping */
  .concepts-image {
    transform: none !important;
    width: 100% !important;
    max-width: 100%;
    margin: 0 auto;
  }

  .concepts-image img {
    height: auto !important;
    max-height: none !important;
    width: 100%;
  }

  .concepts-image-cost-performance {
    width: 100% !important;
    margin: 0 auto;
    height: auto !important;
  }

  .concepts-image-cost-performance img {
    width: 100% !important;
    height: auto !important;
  }

  /* Override inline styles on mobile */
  .concepts-image[style*="transform"],
  .concepts-image[style*="width"] {
    transform: none !important;
    width: 100% !important;
  }

  .concepts-image img[style*="height"] {
    height: auto !important;
  }
}

@media (max-width:768px) {
  .works-section {
    padding-top: 0px;
  }
}

.virtual-3d-description {
  font-size: 12px;
}

.virtual-3d-description p{
  margin-bottom: 0;
}

.info-section {
  padding: 80px 20px;
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
}

.info-container {
  max-width: 1200px;
  margin: 0 auto;
}

.info-grid {
  display: flex;
  justify-content: space-between;
  max-width: 1440px;
  width: 100%;
}

/* Card */
.info-card {
  max-width: 650px;
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.info-button-area {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.info-image img {
  width: 620px;
  height: 400px;
  display: block;
}

/* Text */
.info-title {
  font-size: 20px;
  margin: 20px 0 8px;
  text-align: left;
}

.info-text {
  font-size: 14px;
  color: #555;
  text-align: left;
  margin-bottom: 24px;
}

/* Button */
.info-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0;
  border: 1px solid #333;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease;
  box-sizing: border-box;
}

.info-button:hover {
  background-color: #333;
  color: #fff;
}

.arrow {
  margin-left: 10px;
  font-size: 12px;
}

/* Responsive */

/* Tablet and SP: Center content */
@media only screen and (max-width: 1024px) and (min-width: 901px) {
  .info-container {
    max-width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }

  .info-grid {
    flex-direction: column;
    gap: 40px;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin: 0 auto;
  }

  .info-card {
    width: 100%;
    max-width: 100%;
    align-items: center;
  }

  .info-image {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .info-image img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .info-title {
    text-align: center;
    width: 100%;
  }

  .info-text {
    text-align: center;
    width: 100%;
  }

  .info-button-area {
    justify-content: center;
    width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 900px) {
  .info-container {
    max-width: 100%;
    padding: 0 16px;
    margin: 0 auto;
  }

  .info-grid {
    flex-direction: column;
    gap: 40px;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin: 0 auto;
  }

  .info-card {
    width: 100%;
    max-width: 100%;
    align-items: center;
  }

  .info-image {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .info-image img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .info-title {
    text-align: center;
    width: 100%;
  }

  .info-text {
    text-align: center;
    width: 100%;
  }

  .info-button-area {
    justify-content: center;
    width: 100%;
    margin: 0 auto;
  }

  .info-section {
    padding: 60px 16px;
  }
}

.voice_section {
  width: 100%;
  height: auto;
  background-color: #ffffff;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 180px;
  box-sizing: border-box;
}

.voice_flex {
  display: flex;
  align-items: stretch;
  height: 100%;
}

.image_left_voice {
  width: 45%;
  height: 100%;
  max-height: 600px;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  position: relative;
}

.voice-image-carousel {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 600px;
  max-height: 600px;
}

.voice-image-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  pointer-events: none;
  z-index: 0;
}

.voice-image-slide.active {
  opacity: 1;
  pointer-events: auto;
  z-index: 1;
}

.voice-image-slide img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.text_right_voice {
  width: 55%;
  height: 100%;
  display: flex;
  align-items: center;
  line-height: 1.0;
}

.text_intergration_1 {
  padding: 40px 80px 222px 200px;
  max-width: 100%;
  box-sizing: border-box;
}

.voice_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
}

.voice_navigation {
  display: flex;
  align-items: center;
  gap: 12px;
}

.voice_nav_arrow {
  background: transparent;
  border: 1px solid #333;
  color: #333;
  font-size: 18px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 50%;
  padding: 0;
}

.voice_nav_arrow:hover {
  background-color: #333;
  color: #fff;
}

.voice_nav_counter {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #333;
  min-width: 60px;
  text-align: center;
}

.voice_subtitle_1 {
  font-size: 24px;
  font-family: noto sans jp;
  text-align: left;
  margin-top: 16px;
}

.voice_title_1 {
  font-size: 48px;
  font-family: noto serif jp;
  font-weight: 300;
  letter-spacing: 0.05em;
  color: #000;
  margin: 0;
}

.voice_description_1 {
  font-size: 14px;
  width: 500px;
  max-width: 100%;
  line-height: 2.5;
  font-family: noto sans jp;
  text-align: left;
  margin-top: 40px;
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.voice_cta_button {
  margin-top: 40px;
  width: 300px;
  max-width: 100%;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}

.voice_cta_button a {
  text-decoration: none;
  display: inline-block;
  width: 100%;
}

.voice_readmore_box {
  border: 1px solid #000;
  padding: 16px 48px;
  box-sizing: border-box;
  background-color: #ffffff;
  width: 100%;
  max-width: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
}

.voice_readmore_box:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.voice_readmore_content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.voice_readmore_text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.voice_readmore_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
}

.voice_readmore_jp {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  letter-spacing: 0.05em;
  line-height: 1.5;
  white-space: nowrap;
}

.voice_readmore_arrow {
  flex-shrink: 0;
  width: 80px;
  height: auto;
  max-width: 80px;
}

/* Responsive - Voice Section - Matching LINEUP structure */
@media only screen and (max-width: 1200px) {
  .text_intergration_1 {
    padding: calc(80px * (100vw / 1200px)) calc(60px * (100vw / 1200px)) calc(80px * (100vw / 1200px)) calc(80px * (100vw / 1200px));
  }

  .voice_title_1 {
    font-size: calc(48px * (100vw / 1200px));
  }
}

@media only screen and (max-width: 768px) {
  .voice_flex {
    flex-direction: column;
  }

  .image_left_voice {
    width: 100%;
    order: 1;
    height: auto;
    max-height: none;
  }

  .voice-image-carousel {
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    min-height: 300px !important;
    max-height: none !important;
  }

  .voice-image-slide {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    opacity: 0 !important;
    transition: opacity 0.5s ease-in-out !important;
    pointer-events: none !important;
    z-index: 0 !important;
  }

  .voice-image-slide.active {
    opacity: 1 !important;
    pointer-events: auto !important;
    z-index: 1 !important;
  }

  .voice-image-slide img {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    object-fit: cover !important;
  }

  .text_right_voice {
    width: 100%;
    order: 2;
    height: auto;
  }

  .text_intergration_1 {
    padding: 40px 20px;
  }

  .voice_title_1 {
    font-size: 36px;
  }

  .voice_title {
    flex-wrap: wrap;
  }

  .voice_description_1 {
    width: 100%;
    max-width: 100%;
  }

  .voice_cta_button {
    width: 100%;
    max-width: 100%;
    margin-top: 30px;
  }

  .voice_readmore_box {
    width: 100%;
    max-width: 400px;
  }
}

@media only screen and (max-width: 480px) {
  .text_intergration_1 {
    padding: 30px 16px;
  }

  .voice_title_1 {
    font-size: 28px;
  }

  .voice_cta_button {
    margin-top: 30px;
  }

  .voice_readmore_box {
    width: 100%;
    padding: 14px 24px;
  }

  .voice_readmore_text {
    font-size: 14px;
  }

  .voice_readmore_jp {
    font-size: 13px;
  }

  .voice_readmore_arrow {
    width: 60px;
    max-width: 60px;
  }
}

.new_lineup_section {
  width: 100%;
  height: auto;
  background-color: #f5f5f5;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 0;
  box-sizing: border-box;
}

.new_lineup_flex {
  display: flex;
  align-items: stretch;
  height: 100%;
}

.new_text_left_lineup {
  width: 45%;
  background-color: #f5f5f5;
  height: 100%;
  display: flex;
  align-items: center;
  line-height: 1.0;
}

.new_image_right_lineup {
  width: 55%;
  height: 100%;
  max-height: 600px;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  position: relative;
}

.lineup-image-carousel {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 600px;
  max-height: 600px;
}

.lineup-image-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  pointer-events: none;
  z-index: 0;
}

.lineup-image-slide.active {
  opacity: 1;
  pointer-events: auto;
  z-index: 1;
}

.lineup-image-slide img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.new_text_intergration_2 {
  padding: 40px 80px 240px 200px;
}

.new_lineup_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 16px;
}

.new_lineup_title_1 {
  font-size: 48px;
  font-family: noto serif jp;
  font-weight: 300;
  letter-spacing: 0.05em;
  color: #000;
  margin: 0;
}

.new_lineup_navigation {
  display: flex;
  align-items: center;
  gap: 12px;
}

.new_lineup_nav_arrow {
  background: none;
  border: 1px solid #000;
  color: #000;
  font-size: 16px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
  border-radius: 50%;
}

.new_lineup_nav_arrow:hover {
  background-color: #000;
  color: #fff;
}

.new_lineup_nav_counter {
  font-size: 14px;
  color: #000;
  font-weight: 400;
  min-width: 40px;
  text-align: center;
}

.new_lineup_price_1 {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #000;
  line-height: 1.6;
  margin-bottom: 24px;
  margin-top: 0;
  text-align: left;
}

.new_lineup_details_list,
.new_lineup_specs_list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
}

.new_lineup_details_list li,
.new_lineup_specs_list li {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  padding: 0;
  margin: 0;
  line-height: 1.0;
  text-align: left;
}

.new_lineup_specs_section {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 40px;
}

.new_lineup_specs_title {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #000;
  margin: 0;
  text-align: left;
}

.new_lineup_actions {
  display: flex;
  flex-direction: column;
  text-align: left;
  line-height: 1.0;
  width: 300px;
  border: solid 1px #000;
  padding: 14px 28px;
}

.new_lineup_readmore_btn {
  border: 1px solid #333;
  padding: 16px 48px;
  box-sizing: border-box;
  background-color: #ffffff;
  width: 400px;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: inline-block;
  overflow: hidden;
}

.new_lineup_readmore_btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}



.new_lineup_readmore_content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  width: 100%;
  box-sizing: border-box;
}

.new_lineup_readmore_text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.new_lineup_inquiry_row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  gap: 12px;
  box-sizing: border-box;
}

.new_lineup_inquiry_text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  letter-spacing: 0.05em;
  line-height: 1.5;
  white-space: nowrap;
}

.new_lineup_readmore_arrow {
  flex-shrink: 0;
  width: 80px;
  height: auto;
  max-width: 80px;
}

/* Responsive - Lineup Section */
@media only screen and (max-width: 1200px) {
  .new_text_intergration_2 {
    padding: calc(80px * (100vw / 1200px)) calc(60px * (100vw / 1200px)) calc(80px * (100vw / 1200px)) calc(80px * (100vw / 1200px));
  }

  .new_lineup_title_1 {
    font-size: calc(48px * (100vw / 1200px));
  }
}

@media only screen and (max-width: 768px) {
  .new_lineup_flex {
    flex-direction: column;
  }

  .new_text_left_lineup {
    width: 100%;
    order: 2;
  }

  .new_image_right_lineup {
    width: 100%;
    order: 1;
    height: auto;
    max-height: none;
  }

  .lineup-image-carousel {
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    min-height: 300px !important;
    max-height: none !important;
  }

  .lineup-image-slide {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    opacity: 0 !important;
    transition: opacity 0.5s ease-in-out !important;
    pointer-events: none !important;
    z-index: 0 !important;
  }

  .lineup-image-slide.active {
    opacity: 1 !important;
    pointer-events: auto !important;
    z-index: 1 !important;
  }

  .lineup-image-slide img {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    object-fit: cover !important;
  }

  .new_text_intergration_2 {
    padding: 40px 20px;
  }

  .new_lineup_title_1 {
    font-size: 36px;
  }

  .new_lineup_title {
    flex-wrap: wrap;
  }

  .new_lineup_readmore_btn {
    max-width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .new_text_intergration_2 {
    padding: 30px 16px;
  }

  .new_lineup_title_1 {
    font-size: 28px;
  }

  .new_lineup_price_1 {
    font-size: 15px;
  }

  .new_lineup_details_list li,
  .new_lineup_specs_list li {
    font-size: 12px;
  }

  .new_lineup_specs_title {
    font-size: 14px;
  }

  .new_lineup_actions {
    width: 100%;
  }

}

/* Flow Section */
.flow-section {
  width: 100%;
  background-color: #ffffff;
  padding: 80px 0 120px;
  box-sizing: border-box;
}

.flow-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 30px;
  box-sizing: border-box;
}

/* Flow Header - Title and Read More */
.flow-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 80px;
  width: 100%;
}

.flow-title-area {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.flow-title-en {
  font-family: "Noto Serif JP", serif;
  font-size: 48px;
  font-weight: 500;
  color: #000;
  margin: 0 0 8px 0;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

.flow-title-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #333;
  margin: 0;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.flow-readmore-box {
  border: 1px solid #333;
  padding: 16px 48px;
  box-sizing: border-box;
  background-color: #ffffff;
  width: 400px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
}

.flow-readmore-box:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.flow-readmore-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.flow-readmore-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.flow-readmore-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  gap: 12px;
}

.flow-readmore-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  letter-spacing: 0.05em;
  line-height: 1.5;
  white-space: nowrap;
}

.flow-readmore-arrow {
  flex-shrink: 0;
  height: auto;
}

/* Flow Grid Container */
.flow-grid-container {
  width: 100%;
  margin-top: 40px;
}

.flow-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 0;
  /* border: 1px solid #e0e0e0; */
  background-color: #ffffff;
}

.flow-grid-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 40px 20px;
  box-sizing: border-box;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  min-height: 180px;
}

.flow-grid-item:nth-child(5n) {
  border-right: none;
}

.flow-grid-item:nth-child(n+6) {
  border-bottom: none;
}

.flow-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.flow-icon img {
  width: 70px;
  height: 70px;
  object-fit: contain;
  display: block;
}

.flow-item-label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  text-align: center;
  margin: 0;
  letter-spacing: 0.05em;
  line-height: 1.6;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Responsive - Flow Section */
@media only screen and (max-width: 1200px) {
  .flow-container {
    padding: 0 calc(30px * (100vw / 1200px));
  }

  .flow-title-en {
    font-size: calc(64px * (100vw / 1200px));
  }

  .flow-title-jp {
    font-size: calc(18px * (100vw / 1200px));
  }

  .flow-readmore-box {
    padding: 16px 48px;
  }

  .flow-readmore-text {
    font-size: 16px;
  }

  .flow-readmore-jp {
    font-size: 14px;
  }

  .flow-grid-item {
    padding: calc(40px * (100vw / 1200px)) calc(20px * (100vw / 1200px));
    min-height: calc(180px * (100vw / 1200px));
  }

  .flow-item-label {
    font-size: calc(14px * (100vw / 1200px));
  }
}

@media only screen and (max-width: 768px) {
  .flow-section {
    padding: 60px 0 80px;
  }

  .flow-header {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 50px;
  }

  .flow-readmore-box {
    width: 400px;
  }

  .flow-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(5, 1fr);
  }

  .flow-grid-item {
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    padding: 30px 50px;
    min-height: 160px;
  }

  .flow-grid-item:nth-child(5n) {
    border-right: 1px solid #e0e0e0;
  }

  .flow-grid-item:nth-child(2n) {
    border-right: none;
  }

  .flow-grid-item:nth-child(n+6) {
    border-bottom: 1px solid #e0e0e0;
  }

  .flow-grid-item:nth-child(n+9) {
    border-bottom: none;
  }

  .flow-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
  }
  
  .flow-icon img {
    width: 60px;
    height: 60px;
  }
}

@media only screen and (max-width: 480px) {
  .flow-section {
    padding: 40px 0 60px;
  }

  .flow-container {
    padding: 0 20px;
  }

  .flow-readmore-box {
    width: 100%;
    padding: 16px 24px;
  }



  .flow-title-en {
    font-size: 48px;
  }

  .flow-title-jp {
    font-size: 16px;
  }

  .flow-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(5, 1fr);
  }

  .flow-grid-item {
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    padding: 25px 40px;
    min-height: 140px;
  }

  .flow-grid-item:nth-child(5n) {
    border-right: 1px solid #e0e0e0;
  }

  .flow-grid-item:nth-child(2n) {
    border-right: none;
  }

  .flow-grid-item:nth-child(n+6) {
    border-bottom: 1px solid #e0e0e0;
  }

  .flow-grid-item:nth-child(n+9) {
    border-bottom: none;
  }

  .flow-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 12px;
  }
  
  .flow-icon img {
    width: 50px;
    height: 50px;
  }

  .flow-item-label {
    font-size: 12px;
  }
}

/* Estate Search Section */
.estate-search-section {
  width: 100%;
  padding: 120px 460px;
  box-sizing: border-box;
  background-color: #f3f3f3;
}

.estate-search-banner {
  width: 100%;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 1440 / 400;
  max-height: 600px;
}

.estate-search-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.estate-bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.estate-gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 50, 100, 0.6) 0%, rgba(80, 120, 60, 0.5) 100%);
  z-index: 2;
}

.estate-search-content {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 40px;
  box-sizing: border-box;
  text-align: center;
}

.estate-search-title {
  font-family: "Noto Serif JP", serif;
  font-size: 72px;
  font-weight: 500;
  color: #ffffff;
  margin: 0 0 16px 0;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

.estate-search-subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #ffffff;
  margin: 0 0 12px 0;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.estate-search-description {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  margin: 0 0 40px 0;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

.estate-play-button {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
  margin: 0;
}

.estate-play-button svg {
  width: 32px;
  height: 32px;
  color: #ffffff;
  margin-left: 4px;
}

.estate-play-button:hover {
  background-color: rgba(255, 255, 255, 0.1);
  transform: scale(1.05);
}

/* Responsive - Estate Search Section */
@media only screen and (max-width: 1920px) {
  .estate-search-section {
    padding: calc(120px * (100vw / 1920px)) calc(460px * (100vw / 1920px));
  }

  .estate-search-title {
    font-size: calc(72px * (100vw / 1920px));
  }

  .estate-search-subtitle {
    font-size: calc(24px * (100vw / 1920px));
  }

  .estate-search-description {
    font-size: calc(18px * (100vw / 1920px));
  }

  .estate-play-button {
    width: calc(80px * (100vw / 1920px));
    height: calc(80px * (100vw / 1920px));
  }

  .estate-play-button svg {
    width: calc(32px * (100vw / 1920px));
    height: calc(32px * (100vw / 1920px));
  }
}

@media only screen and (max-width: 1440px) {
  .estate-search-section {
    padding: 80px 40px;
  }

  .estate-search-content {
    padding: 50px 30px;
  }

  .estate-search-title {
    font-size: 56px;
  }

  .estate-search-subtitle {
    font-size: 20px;
  }

  .estate-search-description {
    font-size: 16px;
  }

  .estate-play-button {
    width: 70px;
    height: 70px;
  }

  .estate-play-button svg {
    width: 28px;
    height: 28px;
  }
}

@media only screen and (max-width: 768px) {
  .estate-search-section {
    padding: 60px 20px;
  }

  .estate-search-banner {
    aspect-ratio: 16 / 9;
    border-radius: 8px;
  }

  .estate-search-content {
    padding: 40px 20px;
  }

  .estate-search-title {
    font-size: 40px;
    margin-bottom: 12px;
  }

  .estate-search-subtitle {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .estate-search-description {
    font-size: 14px;
    margin-bottom: 30px;
  }

  .estate-play-button {
    width: 60px;
    height: 60px;
  }

  .estate-play-button svg {
    width: 24px;
    height: 24px;
  }
}

@media only screen and (max-width: 480px) {
  .estate-search-section {
    padding: 40px 15px;
  }

  .estate-search-content {
    padding: 30px 15px;
  }

  .estate-search-description {
    margin-bottom: 25px;
  }

  .estate-play-button {
    width: 50px;
    height: 50px;
  }

  .estate-play-button svg {
    width: 20px;
    height: 20px;
  }
}

/* Warranty Section */
.warranty-section {
  width: 100%;
  background-color: #f5f5f5;
  padding: 120px 0;
  box-sizing: border-box;
}

.warranty-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 30px;
  box-sizing: border-box;
}

/* Warranty Header */
.warranty-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 80px;
  width: 100%;
}

.warranty-title-area {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.warranty-title-en {
  font-family: "Noto Serif JP", serif;
  font-size: 48px;
  font-weight: 500;
  color: #333;
  margin: 0 0 8px 0;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

.warranty-title-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #333;
  margin: 0;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.warranty-readmore-box {
  border: 1px solid #333;
  padding: 16px 48px;
  box-sizing: border-box;
  background-color: #ffffff;
  width: 400px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
}

.warranty-readmore-box:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.warranty-readmore-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.warranty-readmore-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.warranty-readmore-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  gap: 12px;
}

.warranty-readmore-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  letter-spacing: 0.05em;
  line-height: 1.5;
  white-space: nowrap;
}

.warranty-readmore-arrow {
  flex-shrink: 0;
  height: auto;
}

/* Warranty Cards */
.warranty-cards-container {
  width: 100%;
  margin-bottom: 60px;
}

.warranty-cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.warranty-card-link {
  text-decoration: none;
  color: inherit;
  display: block;
  width: 100%;
}

.warranty-card {
  border: 1px solid #333;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 400px;
  box-sizing: border-box;
}

.warranty-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.warranty-card-image {
  width: 100%;
  height: 240px;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0;
  box-sizing: border-box;
  position: relative;
}

.warranty-card-image::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.65;
  z-index: 1;
}

.warranty-icon-img {
  width: 120px;
  height: 120px;
  object-fit: contain;
  display: block;
  position: relative;
  z-index: 2;
}

.warranty-card-content {
  flex: 1;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  box-sizing: border-box;
  background-color: #ffffff;
}

.warranty-card-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin: 0 0 12px 0;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: left;
}

.warranty-card-subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  margin: 0;
  letter-spacing: 0.05em;
  line-height: 1.8;
  text-align: left;
}

.warranty-card-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: auto;
  margin-bottom: 0;
}

.warranty-card-date {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #666;
  letter-spacing: 0.05em;
}

.warranty-card-category {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  background-color: #000;
  padding: 4px 12px;
  letter-spacing: 0.05em;
  display: inline-block;
  border-radius: 4px;
  text-align: center;
}

.warranty-card-nav {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  transition: transform 0.3s ease;
  z-index: 2;
}

.warranty-card-nav:hover {
  transform: scale(1.1);
}

.warranty-card-nav svg {
  width: 100%;
  height: 100%;
  display: block;
}

/* Warranty Footer */
.warranty-footer {
  width: 100%;
  text-align: left;
}

.warranty-footer-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #333;
  margin: 0;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

/* Responsive - Warranty Section */
@media only screen and (max-width: 1440px) {
  .warranty-container {
    padding: 0 calc(30px * (100vw / 1440px));
  }

  .warranty-header {
    margin-bottom: calc(80px * (100vw / 1440px));
  }

  .warranty-title-en {
    font-size: calc(48px * (100vw / 1440px));
  }

  .warranty-title-jp {
    font-size: calc(18px * (100vw / 1440px));
  }

  .warranty-readmore-box {
    padding: 16px 48px;
  }

  .warranty-readmore-text {
    font-size: 16px;
  }

  .warranty-readmore-jp {
    font-size: 14px;
  }

  .warranty-cards-grid {
    gap: calc(30px * (100vw / 1440px));
  }

  .warranty-card {
    width: 100%;
    max-width: 100%;
    height: calc(126px * (100vw / 1440px));
  }

  .warranty-card-content {
    padding: calc(12px * (100vw / 1440px)) calc(16px * (100vw / 1440px));
  }

  .warranty-card-title {
    font-size: 16px;
    margin-bottom: calc(8px * (100vw / 1440px));
  }

  .warranty-card-date {
    font-size: 16px;
  }

  .warranty-card-category {
    font-size: 16px;
    padding: calc(4px * (100vw / 1440px)) calc(12px * (100vw / 1440px));
  }

  .warranty-card-nav {
    bottom: calc(12px * (100vw / 1440px));
    right: calc(12px * (100vw / 1440px));
    width: calc(24px * (100vw / 1440px));
    height: calc(24px * (100vw / 1440px));
  }

  .warranty-footer-text {
    font-size: 18px;
  }
}

@media only screen and (max-width: 1023px) {
  .warranty-footer-text {
    font-size: 16px;
  }

  .warranty-title-en {
    font-size: 44px;
  }

  .warranty-title-jp {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1200px) {
  .warranty-cards-grid {
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
  }

  .warranty-card {
    width: 100%;
    max-width: 470px;
    height: auto;
    min-height: 400px;
  }
}

@media only screen and (max-width: 768px) {
  .warranty-section {
    padding: 80px 0;
  }

  .warranty-header {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 50px;
  }

  .warranty-readmore-box {
    width: 400px;
  }

  .warranty-cards-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    justify-items: center;
  }

  .warranty-card {
    width: 100%;
    max-width: 470px;
    height: auto;
    min-height: 400px;
    flex-direction: column;
  }

  .warranty-card:last-child {
    grid-column: 1;
    max-width: 470px;
  }

  .warranty-card-image {
    width: 100%;
    height: 200px;
    padding: 0;
    align-items: center;
    justify-content: center;
  }
  
  .warranty-icon-img {
    width: 100px;
    height: 100px;
  }

  .warranty-card-content {
    padding: 16px;
  }
  
  .warranty-card-title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  
  .warranty-card-subtitle {
    font-size: 13px;
  }

  .warranty-card-nav {
    bottom: 10px;
    right: 10px;
    width: 24px;
    height: 24px;
  }
}

@media only screen and (max-width: 480px) {
  .warranty-section {
    padding: 60px 0;
  }

  .warranty-container {
    padding: 0 20px;
  }

  .warranty-title-en {
    font-size: 36px;
  }

  .warranty-title-jp {
    font-size: 16px;
  }

  .warranty-card {
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 350px;
  }

  .warranty-readmore-box {
    width: 100%;
    padding: 16px 20px;
  }

  .warranty-card-image {
    width: 100%;
    height: 180px;
    padding: 0;
    align-items: center;
    justify-content: center;
  }
  
  .warranty-icon-img {
    width: 85px;
    height: 85px;
  }

  .warranty-card-content {
    padding: 14px;
  }

  .warranty-card-title {
    font-size: 15px;
    margin-bottom: 8px;
  }
  
  .warranty-card-subtitle {
    font-size: 12px;
  }

  .warranty-card-date {
    font-size: 16px;
  }

  .warranty-card-category {
    font-size: 16px;
    padding: 3px 10px;
  }

  .warranty-card-nav {
    width: 22px;
    height: 22px;
    bottom: 8px;
    right: 8px;
  }

}

/* Event Section */
.event-section {
  width: 100%;
  background-color: #f5f5f5;
  padding: 120px 0;
  box-sizing: border-box;
}

.event-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 30px;
  box-sizing: border-box;
}

/* Event Header */
.event-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 80px;
  width: 100%;
}

.event-title-area {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.event-title-en {
  font-family: "Noto Serif JP", serif;
  font-size: 48px;
  font-weight: 500;
  color: #333;
  margin: 0 0 8px 0;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

.event-title-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #333;
  margin: 0;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.event-readmore-box {
  border: 1px solid #333;
  padding: 16px 48px;
  box-sizing: border-box;
  background-color: #ffffff;
  width: 400px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
}

.event-readmore-box:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.event-readmore-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.event-readmore-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.event-readmore-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  gap: 12px;
}

.event-readmore-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  letter-spacing: 0.05em;
  line-height: 1.5;
  white-space: nowrap;
}

.event-readmore-arrow {
  flex-shrink: 0;
  height: auto;
}

/* Event Cards */
.event-cards-container {
  width: 100%;
  margin-bottom: 60px;
}

.event-cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.event-card-link {
  text-decoration: none;
  color: inherit;
  display: block;
  width: 100%;
}

.event-card {
  border: 1px solid #333;
  background-color: #ffffff;
  display: flex;
  flex-direction: row;
  overflow: visible;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 126px;
  box-sizing: border-box;
}

.event-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.event-card-image {
  width: 30%;
  min-width: 30%;
  max-width: 30%;
  height: 100%;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  background-color: #ffffff;
  padding: 0;
  box-sizing: border-box;
}

.event-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.event-card-content {
  flex: 1;
  padding: 12px 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  height: 100%;
  box-sizing: border-box;
}

.event-card-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  margin: 0 0 8px 0;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: left;
  word-wrap: break-word;
  overflow-wrap: break-word;
  width: 100%;
}

.event-card-meta {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  margin-top: 8px;
  margin-bottom: 0;
}

.event-card-date {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #666;
  letter-spacing: 0.05em;
  text-align: left;
}

.event-card-nav {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  transition: transform 0.3s ease;
  z-index: 2;
}

.event-card-nav:hover {
  transform: scale(1.1);
}

.event-card-nav svg {
  width: 100%;
  height: 100%;
  display: block;
}

/* Event Footer */
.event-footer {
  width: 100%;
  text-align: left;
}

.event-footer-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #333;
  margin: 0;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

/* Responsive - Event Section */
@media only screen and (max-width: 1440px) {
  .event-container {
    padding: 0 calc(30px * (100vw / 1440px));
  }

  .event-header {
    margin-bottom: calc(80px * (100vw / 1440px));
  }

  .event-title-en {
    font-size: calc(48px * (100vw / 1440px));
  }

  .event-title-jp {
    font-size: calc(18px * (100vw / 1440px));
  }

  .event-readmore-box {
    padding: 16px 48px;
  }

  .event-readmore-text {
    font-size: 16px;
  }

  .event-readmore-jp {
    font-size: 14px;
  }

  .event-cards-grid {
    gap: 20px;
  }

  .event-card {
    width: 100%;
    max-width: 100%;
    height: calc(126px * (100vw / 1440px));
  }

  .event-card-content {
    padding: calc(12px * (100vw / 1440px)) calc(16px * (100vw / 1440px));
  }

  .event-card-title {
    font-size: 16px;
    margin-bottom: calc(8px * (100vw / 1440px));
  }

  .event-card-date {
    font-size: 16px;
  }

  .event-card-nav {
    bottom: calc(12px * (100vw / 1440px));
    right: calc(12px * (100vw / 1440px));
    width: calc(24px * (100vw / 1440px));
    height: calc(24px * (100vw / 1440px));
  }

  .event-footer-text {
    font-size: 18px;
  }
}

@media only screen and (max-width: 1023px) {
  .event-footer-text {
    font-size: 16px;
  }

  .event-title-en {
    font-size: 44px;
  }

  .event-title-jp {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1200px) {
  .event-cards-grid {
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
  }

  .event-card {
    width: 100%;
    max-width: 450px;
    height: auto;
    min-height: 126px;
  }
}

@media only screen and (max-width: 768px) {
  .event-section {
    padding: 80px 0;
  }

  .event-header {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 50px;
  }

  .event-readmore-box {
    width: 400px;
  }

  .event-cards-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    justify-items: center;
  }

  .event-card {
    width: 100%;
    max-width: 450px;
    height: auto;
    min-height: 126px;
    flex-direction: row;
  }

  .event-card:last-child {
    grid-column: 1;
    max-width: 450px;
  }

  .event-card-image {
    width: 30%;
    min-width: 30%;
    max-width: 30%;
    height: auto;
    min-height: 126px;
    padding: 0;
    align-items: stretch;
    justify-content: stretch;
  }
  
  .event-card-image img {
    object-fit: cover;
  }

  .event-card-content {
    padding: 12px 16px;
    min-height: 126px;
    height: auto;
  }

  .event-card-nav {
    bottom: 10px;
    right: 10px;
    width: 24px;
    height: 24px;
  }
}

@media only screen and (max-width: 480px) {
  .event-section {
    padding: 60px 0;
  }

  .event-container {
    padding: 0 20px;
  }

  .event-title-en {
    font-size: 36px;
  }

  .event-readmore-box {
    width: 100%;
    padding: 16px 20px;
  }



  .event-title-jp {
    font-size: 16px;
  }

  .event-card {
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 100px;
  }

  .event-card-image {
    width: 25%;
    min-width: 25%;
    max-width: 25%;
    height: auto;
    min-height: 100px;
    padding: 0;
    align-items: stretch;
    justify-content: stretch;
  }
  
  .event-card-image img {
    object-fit: cover;
  }

  .event-card-content {
    padding: 10px 12px;
    min-height: 100px;
  }

  .event-card-title {
    font-size: 16px;
    margin-bottom: 6px;
  }

  .event-card-date {
    font-size: 16px;
  }

}

/* Instagram Section */
.instagram-section {
  width: 100%;
  background-color: #f5f5f5;
  padding: 120px 0;
  box-sizing: border-box;
}

.instagram-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 30px;
  box-sizing: border-box;
}

/* Instagram Header */
.instagram-header {
  text-align: center;
  margin-bottom: 80px;
}

.instagram-title-en {
  font-family: "Noto Serif JP", serif;
  font-size: 48px;
  font-weight: 500;
  color: #333;
  margin: 0 0 8px 0;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

.instagram-title-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #333;
  margin: 0;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

/* Instagram Grid */
.instagram-grid-container {
  width: 100%;
  margin-bottom: 60px;
}

.instagram-grid {
  display: grid;
  grid-template-columns: repeat(3, 350px);
  gap: 48px;
  justify-content: center;
}

.instagram-grid-item {
  width: 350px;
  height: 350px;
  overflow: hidden;
  position: relative;
}

.instagram-grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.instagram-grid-item:hover img {
  transform: scale(1.05);
}

/* Instagram Call to Action */
.instagram-cta {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.instagram-readmore-box {
  border: 1px solid #333;
  padding: 16px 48px;
  box-sizing: border-box;
  background-color: #ffffff;
  width: 400px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
}

.instagram-readmore-box:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.instagram-readmore-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.instagram-readmore-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.instagram-readmore-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  gap: 12px;
}

.instagram-readmore-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  letter-spacing: 0.05em;
  line-height: 1.5;
  white-space: nowrap;
}

.instagram-readmore-arrow {
  flex-shrink: 0;
  width: 140px;
  height: auto;
}

/* Responsive - Instagram Section */
@media only screen and (max-width: 1200px) {
  .instagram-container {
    padding: 0 calc(30px * (100vw / 1200px));
  }

  .instagram-header {
    margin-bottom: calc(80px * (100vw / 1200px));
  }

  .instagram-title-en {
    font-size: calc(48px * (100vw / 1200px));
  }

  .instagram-title-jp {
    font-size: calc(18px * (100vw / 1200px));
  }

  .instagram-grid {
    grid-template-columns: repeat(3, calc(350px * (100vw / 1200px)));
    gap: calc(48px * (100vw / 1200px));
  }

  .instagram-grid-item {
    width: calc(350px * (100vw / 1200px));
    height: calc(350px * (100vw / 1200px));
  }

  .instagram-readmore-box {
    border: 1px solid #333;
    padding: 16px 48px;
  }

  .instagram-readmore-text {
    font-size: 16px;
  }

  .instagram-readmore-jp {
    font-size: 14px;
  }
}

@media only screen and (max-width: 768px) {
  .instagram-section {
    padding: 80px 0;
  }

  .instagram-header {
    margin-bottom: 50px;
  }

  .instagram-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    max-width: 100%;
  }

  .instagram-grid-item {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .instagram-grid-item img {
    width: 100%;
    height: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .instagram-section {
    padding: 60px 0;
  }

  .instagram-container {
    padding: 0 20px;
  }

  .instagram-title-en {
    font-size: 36px;
  }

  .instagram-title-jp {
    font-size: 16px;
  }

  .instagram-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .instagram-readmore-box {
    width: 100%;
    padding: 16px 20px;
  }
}

/* News Section */
.news-section {
  width: 100%;
  background-color: #f5f5f5;
  padding: 120px 0;
  box-sizing: border-box;
}

.news-container {
  max-width: none;
  width: 100%;
  margin: 0 auto;
  padding: 0 360px;
  box-sizing: border-box;
}

/* News Header */
.news-header {
  text-align: center;
  margin-bottom: 80px;
}

.news-title-en {
  font-family: "Noto Serif JP", serif;
  font-size: 48px;
  font-weight: 500;
  color: #333;
  margin: 0 0 8px 0;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

.news-title-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #333;
  margin: 0;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

/* News List */
.news-list-container {
  width: 100%;
  margin-bottom: 60px;
}

.news-list {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.news-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #e0e0e0;
  width: 100%;
  box-sizing: border-box;
}

.news-item:last-child {
  border-bottom: none;
}

.news-date {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  letter-spacing: 0.05em;
  line-height: 1.5;
  flex-shrink: 0;
  margin-right: 40px;
}

.news-description {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  letter-spacing: 0.05em;
  line-height: 1.5;
  flex: 1;
  text-align: left;
}

/* News Call to Action */
.news-cta {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.news-readmore-box {
  border: 1px solid #333;
  padding: 16px 48px;
  box-sizing: border-box;
  background-color: #ffffff;
  width: 400px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
}

.news-readmore-box:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.news-readmore-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.news-readmore-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.news-readmore-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  gap: 12px;
}

.news-readmore-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  letter-spacing: 0.05em;
  line-height: 1.5;
  white-space: nowrap;
}

.news-readmore-arrow {
  flex-shrink: 0;
  width: 140px;
  height: auto;
}

/* Responsive - News Section */
@media only screen and (max-width: 1600px) {
  .news-container {
    padding: 0 calc(360px * (100vw / 1600px));
  }
}

@media only screen and (max-width: 1200px) {
  .news-container {
    padding: 0 calc(360px * (100vw / 1200px));
  }

  .news-header {
    margin-bottom: calc(80px * (100vw / 1200px));
  }

  .news-title-en {
    font-size: calc(48px * (100vw / 1200px));
  }

  .news-title-jp {
    font-size: calc(18px * (100vw / 1200px));
  }

  .news-item {
    padding: calc(20px * (100vw / 1200px)) 0;
  }

  .news-date {
    font-size: calc(16px * (100vw / 1200px));
    margin-right: calc(40px * (100vw / 1200px));
  }

  .news-description {
    font-size: calc(16px * (100vw / 1200px));
  }

  .news-readmore-box {
    padding: 16px 48px;
  }

  .news-readmore-text {
    font-size: 16px;
  }

  .news-readmore-jp {
    font-size: 14px;
  }
}

@media (max-width: 900px) {
  .news-title-en {
    font-size: 36px !important;
  }

  .news-title-jp {
    font-size: 16px !important;
  }
}

@media only screen and (max-width: 768px) {
  .news-section {
    padding: 80px 0;
  }

  .news-container {
    padding: 0 30px;
  }

  .news-header {
    margin-bottom: 50px;
  }

  .news-title-en {
    font-size: 36px !important;
  }

  .news-title-jp {
    font-size: 16px !important;
  }

  .news-item {
    flex-direction: column;
    align-items: flex-start;
    padding: 15px 0;
    gap: 8px;
  }

  .news-date {
    margin-right: 0;
    font-size: 18px;
  }

  .news-description {
    font-size: 18px;
  }

  .news-cta {
    justify-content: center;
  }

  .news-readmore-box {
    width: 400px;
  }
}

@media only screen and (max-width: 480px) {
  .news-readmore-box {
    width: 100%;
    padding: 16px 20px;
  }
}

/* Other Section */
.other-section {
  width: 100%;
  background-color: #f5f5f5;
  padding: 86px 0;
  box-sizing: border-box;
}

.other-container {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  display: flex;
  gap: 148px;
  align-items: flex-start;
}

.other-left-image {
  width: 60%;
  flex-shrink: 0;
  overflow: hidden;
  margin-left: 0;
}

.other-left-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.other-right-content {
  width: 40%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-top: 60px;
  padding-right: 300px;
  box-sizing: border-box;
}

.other-title {
  font-family: noto serif jp;
  font-size: 48px;
  font-weight: 500;
  color: #333;
  margin: 0;
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-align: left;
}

.other-text-content {
  display: flex;
  flex-direction: column;
  line-height: 1.8;
  gap: 16px;
}

.other-text-content p {
  font-family: noto serif jp;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  margin: 0;
  letter-spacing: 0.05em;
  line-height: 2.4;
  text-align: left;
}

.other-small-image {
  width: 100%;
  overflow: hidden;
}

.other-small-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* Responsive - Other Section - Proportional Scaling down to 768px */
@media only screen and (max-width: 1600px) and (min-width: 769px) {
  .other-section {
    padding: calc(86px * (100vw / 1600px)) 0;
  }

  .other-container {
    gap: calc(148px * (100vw / 1600px));
  }

  .other-right-content {
    padding-right: calc(300px * (100vw / 1600px));
    padding-top: calc(60px * (100vw / 1600px));
    gap: calc(40px * (100vw / 1600px));
  }

  .other-title {
    font-size: calc(48px * (100vw / 1600px));
  }

  .other-text-content {
    gap: calc(16px * (100vw / 1600px));
  }

  .other-text-content p {
    font-size: calc(16px * (100vw / 1600px));
  }
}

@media only screen and (max-width: 1200px) and (min-width: 769px) {
  .other-section {
    padding: calc(86px * (100vw / 1200px)) 0;
  }

  .other-container {
    gap: calc(148px * (100vw / 1200px));
  }

  .other-right-content {
    padding-right: calc(300px * (100vw / 1200px));
    padding-top: calc(60px * (100vw / 1200px));
    gap: calc(40px * (100vw / 1200px));
  }

  .other-title {
    font-size: calc(48px * (100vw / 1200px));
  }

  .other-text-content {
    gap: calc(16px * (100vw / 1200px));
  }

  .other-text-content p {
    font-size: calc(16px * (100vw / 1200px));
  }
}

@media only screen and (max-width: 768px) {
  .other-section {
    padding: 0px 0;
    transform: none;
  }

  .other-container {
    flex-direction: column;
    gap: 30px;
    padding: 0 20px;
  }

  .other-right-content {
    padding-right: 0;
    padding-top: 0;
  }

  .other-left-image {
    width: 100%;
  }

  .other-right-content {
    width: 100%;
    gap: 30px;
  }

}

@media only screen and (max-width: 480px) {
  .news-section {
    padding: 60px 0;
  }

  .other-title {
    font-size: 28px;
  }

  .news-container {
    padding: 0 20px;
  }

  .news-date {
    font-size: 18px;
  }

  .news-description {
    font-size: 18px;
  }
  .works-readmore-box {
    width: 100%;
  }
  .works-button-area {
    padding: 16px 20px;
  }
}

/* About Section */
.about-section {
  width: 100%;
  background-color: #f5f5f5;
  padding: 86px 0;
  box-sizing: border-box;
}

.about-container {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  display: flex;
  gap: 148px;
  align-items: flex-start;
}

.about-left-content {
  width: 40%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-top: 60px;
  padding-left: 300px;
  box-sizing: border-box;
}

.about-title {
  font-family: "Noto Serif JP", serif;
  font-size: 48px;
  font-weight: 500;
  color: #333;
  margin: 0;
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-align: left;
}

.about-subtitle {
  font-family: noto serif jp;
  font-size: 18px;
  font-weight: 400;
  color: #333;
  margin: 0;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: left;
}

.about-text-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  line-height: 1.8;
}

.about-text-content p {
  font-family: noto serif jp;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  margin: 0;
  letter-spacing: 0.05em;
  line-height: 2.4;
  text-align: left;
}

.about-right-image {
  width: 60%;
  flex-shrink: 0;
  overflow: hidden;
  height: 586px;
}

.about-right-image img {
  width: 100%;
  height: 586px;
  display: block;
  object-fit: cover;
}

/* Responsive - About Section - Proportional Scaling down to 768px */
@media only screen and (max-width: 1600px) and (min-width: 769px) {
  .about-section {
    padding: calc(86px * (100vw / 1600px)) 0;
  }

  .about-container {
    gap: calc(148px * (100vw / 1600px));
  }

  .about-left-content {
    padding-left: calc(300px * (100vw / 1600px));
    padding-top: calc(60px * (100vw / 1600px));
    gap: calc(40px * (100vw / 1600px));
  }

  .about-title {
    font-size: calc(48px * (100vw / 1600px));
  }

  .about-subtitle {
    font-size: calc(18px * (100vw / 1600px));
  }

  .about-text-content {
    gap: calc(16px * (100vw / 1600px));
  }

  .about-text-content p {
    font-size: calc(16px * (100vw / 1600px));
  }

  .about-right-image {
    height: calc(586px * (100vw / 1600px));
  }

  .about-right-image img {
    height: calc(586px * (100vw / 1600px));
  }
}

@media only screen and (max-width: 1200px) and (min-width: 769px) {
  .about-section {
    padding: calc(86px * (100vw / 1200px)) 0;
  }

  .about-container {
    gap: calc(148px * (100vw / 1200px));
  }

  .about-left-content {
    padding-left: calc(300px * (100vw / 1200px));
    padding-top: calc(60px * (100vw / 1200px));
    gap: calc(40px * (100vw / 1200px));
  }

  .about-title {
    font-size: calc(48px * (100vw / 1200px));
  }

  .about-subtitle {
    font-size: calc(18px * (100vw / 1200px));
  }

  .about-text-content {
    gap: calc(16px * (100vw / 1200px));
  }

  .about-text-content p {
    font-size: calc(16px * (100vw / 1200px));
  }

  .about-right-image {
    height: calc(586px * (100vw / 1200px));
  }

  .about-right-image img {
    height: calc(586px * (100vw / 1200px));
  }
}

@media only screen and (max-width: 768px) {
  .about-section {
    padding: 60px 0;
    transform: none;
  }

  .about-container {
    flex-direction: column;
    gap: 30px;
    padding: 0 20px;
  }

  .about-left-content {
    width: 100%;
    padding-left: 0;
    padding-top: 0;
    gap: 30px;
  }

  .about-right-image {
    width: 100%;
    height: auto;
  }

  .about-right-image img {
    width: 100%;
    height: auto;
  }

  .about-title {
    font-size: 28px;
  }

  .about-subtitle {
    font-size: 16px;
  }

  .about-text-content p {
    font-size: 14px;
  }
}

/* Access Section */
.access-section {
  width: 100%;
  background-color: #f5f5f5;
  padding: 86px 0;
  box-sizing: border-box;
}

.access-container {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  display: flex;
  gap: 130px;
  align-items: flex-start;
}

.access-left-image {
  width: 35%;
  flex-shrink: 0;
  overflow: hidden;
  height: 430px;
  margin-left: 0;
}

.access-left-image img {
  width: 100%;
  height: 430px;
  display: block;
  object-fit: cover;
}

.access-right-content {
  width: 65%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-top: 60px;
  padding-right: 280px;
  box-sizing: border-box;
}

.access-title {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 500;
  color: #333;
  margin-top: 40px;
  margin: 0;
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-align: left;
}

.access-text-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  line-height: 1.8;
}

.access-text-content p {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  margin: 0;
  letter-spacing: 0.05em;
  line-height: 2.4;
  text-align: left;
}

/* Responsive - Access Section - Proportional Scaling down to 768px */
@media only screen and (max-width: 1600px) and (min-width: 769px) {
  .access-section {
    padding: calc(86px * (100vw / 1600px)) 0;
  }

  .access-container {
    gap: calc(130px * (100vw / 1600px));
  }

  .access-left-image {
    height: calc(430px * (100vw / 1600px));
  }

  .access-left-image img {
    height: calc(430px * (100vw / 1600px));
  }

  .access-right-content {
    padding-right: calc(240px * (100vw / 1600px));
    padding-top: calc(60px * (100vw / 1600px));
    gap: calc(40px * (100vw / 1600px));
  }

  .access-title {
    font-size: calc(20px * (100vw / 1600px));
  }

  .access-text-content {
    gap: calc(16px * (100vw / 1600px));
  }

  .access-text-content p {
    font-size: calc(16px * (100vw / 1600px));
  }
}

@media only screen and (max-width: 1200px) and (min-width: 769px) {
  .access-section {
    padding: calc(86px * (100vw / 1200px)) 0;
  }

  .access-container {
    gap: calc(130px * (100vw / 1200px));
  }

  .access-left-image {
    height: calc(430px * (100vw / 1200px));
  }

  .access-left-image img {
    height: calc(430px * (100vw / 1200px));
  }

  .access-right-content {
    padding-right: calc(240px * (100vw / 1200px));
    padding-top: calc(60px * (100vw / 1200px));
    gap: calc(40px * (100vw / 1200px));
  }

  .access-title {
    font-size: calc(20px * (100vw / 1200px));
  }

  .access-text-content {
    gap: calc(16px * (100vw / 1200px));
  }

  .access-text-content p {
    font-size: calc(16px * (100vw / 1200px));
  }
}

@media only screen and (max-width: 768px) {
  .access-section {
    padding: 60px 0;
    transform: none;
  }

  .access-container {
    flex-direction: column;
    gap: 30px;
    padding: 0 20px;
  }

  .access-left-image {
    width: 100%;
    height: auto;
  }

  .access-left-image img {
    width: 100%;
    height: auto;
  }

  .access-right-content {
    width: 100%;
    padding-right: 0;
    padding-top: 0;
    gap: 30px;
  }
}

/* Area Info Section */
.area-info-section {
  width: 100%;
  background-color: #f5f5f5;
  padding: 68px 0;
  box-sizing: border-box;
}

.area-info-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 30px;
  box-sizing: border-box;
}

.area-info-title {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 500;
  color: #333;
  text-align: left;
  margin: 0 0 60px 0;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

.area-info-table {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
}

.area-info-row {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #e0e0e0;
  box-sizing: border-box;
}

.area-info-row:last-child {
  border-bottom: none;
}

.area-info-city {
  width: 200px;
  min-width: 200px;
  background-color: #e8e8e8;
  padding: 30px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #333;
  letter-spacing: 0.05em;
  line-height: 1.5;
  box-sizing: border-box;
  flex-shrink: 0;
}

.area-info-description {
  flex: 1;
  padding: 20px 40px;
  background-color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  letter-spacing: 0.05em;
  line-height: 1.8;
  text-align: left;
  box-sizing: border-box;
}

/* Responsive - Area Info Section - Proportional Scaling down to 768px */
@media only screen and (max-width: 1600px) and (min-width: 769px) {
  .area-info-section {
    padding: calc(68px * (100vw / 1600px)) 0;
  }

  .area-info-container {
    max-width: calc(1440px * (100vw / 1600px));
    padding: 0 calc(30px * (100vw / 1600px));
  }

  .area-info-title {
    font-size: calc(32px * (100vw / 1600px));
    margin-bottom: calc(60px * (100vw / 1600px));
  }

  .area-info-city {
    width: calc(200px * (100vw / 1600px));
    min-width: calc(200px * (100vw / 1600px));
    padding: calc(30px * (100vw / 1600px)) calc(20px * (100vw / 1600px));
    font-size: calc(18px * (100vw / 1600px));
  }

  .area-info-description {
    padding: calc(20px * (100vw / 1600px)) calc(40px * (100vw / 1600px));
    font-size: calc(16px * (100vw / 1600px));
  }
}

@media only screen and (max-width: 1200px) and (min-width: 769px) {
  .area-info-section {
    padding: calc(68px * (100vw / 1200px)) 0;
  }

  .area-info-container {
    max-width: calc(1440px * (100vw / 1200px));
    padding: 0 calc(30px * (100vw / 1200px));
  }

  .area-info-title {
    font-size: calc(32px * (100vw / 1200px));
    margin-bottom: calc(60px * (100vw / 1200px));
  }

  .area-info-city {
    width: calc(200px * (100vw / 1200px));
    min-width: calc(200px * (100vw / 1200px));
    padding: calc(30px * (100vw / 1200px)) calc(20px * (100vw / 1200px));
    font-size: calc(18px * (100vw / 1200px));
  }

  .area-info-description {
    padding: calc(20px * (100vw / 1200px)) calc(40px * (100vw / 1200px));
    font-size: calc(16px * (100vw / 1200px));
  }
}

@media only screen and (max-width: 768px) {
  .area-info-section {
    padding: 40px 0;
    transform: none;
  }

  .area-info-container {
    padding: 0 20px;
  }

  .area-info-title {
    font-size: 32px;
    margin-bottom: 30px;
  }

  .area-info-row {
    flex-direction: column;
  }

  .area-info-city {
    width: 100%;
    min-width: 100%;
    padding: 20px;
    font-size: 16px;
  }

  .area-info-description {
    padding: 20px;
    font-size: 14px;
  }
}

/* Q&A Section */
.qa-section {
  width: 100%;
  background-color: #f5f5f5;
  padding: 68px 0;
  box-sizing: border-box;
}

.qa-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 30px;
  box-sizing: border-box;
}

.qa-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 60px;
  width: 100%;
}

.qa-title-area {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.qa-title-en {
  font-family: "Noto Serif JP", serif;
  font-size: 48px;
  font-weight: 500;
  color: #333;
  margin: 0 0 8px 0;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

.qa-title-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #333;
  margin: 0;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.qa-readmore-box {
  border: 1px solid #333;
  padding: 16px 48px;
  box-sizing: border-box;
  background-color: #ffffff;
  width: 400px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  overflow: hidden;
}

.qa-readmore-box:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.qa-readmore-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.qa-readmore-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.qa-readmore-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  gap: 12px;
}

.qa-readmore-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  letter-spacing: 0.05em;
  line-height: 1.5;
  white-space: nowrap;
}

.qa-readmore-arrow {
  flex-shrink: 0;
  width: 140px;
  height: auto;
}

/* Q&A Accordion */
.qa-accordion {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.qa-item {
  width: 100%;
  background-color: #ffffff;
  border-bottom: 1px solid #e0e0e0;
  overflow: hidden;
}

.qa-item:first-child {
  border-top: 1px solid #e0e0e0;
}

.qa-question {
  display: flex;
  align-items: center;
  padding: 30px 40px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  box-sizing: border-box;
}

.qa-question:hover {
  background-color: #f9f9f9;
}

.qa-q-icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 50%;
  background-color: #333;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin-right: 20px;
  flex-shrink: 0;
}

.qa-question-text {
  flex: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #333;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: left;
}

.qa-toggle-icon {
  width: 30px;
  height: 30px;
  min-width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #333;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

.qa-item.active .qa-toggle-icon {
  transform: rotate(45deg);
}

.qa-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
  background-color: #ffffff;
}

.qa-item.active .qa-answer {
  max-height: 1000px;
  transition: max-height 0.5s ease-in, padding 0.5s ease-in;
}

.qa-answer-content {
  padding: 20px 20px 30px 100px;
  box-sizing: border-box;
  text-align: left;
}

.qa-answer-content p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin: 0;
}

/* Responsive - Q&A Section - Proportional Scaling down to 768px */
@media only screen and (max-width: 1600px) and (min-width: 769px) {
  .qa-section {
    padding: calc(68px * (100vw / 1600px)) 0;
  }

  .qa-container {
    max-width: calc(1440px * (100vw / 1600px));
    padding: 0 calc(30px * (100vw / 1600px));
  }

  .qa-header {
    margin-bottom: calc(60px * (100vw / 1600px));
  }

  .qa-title-en {
    font-size: calc(48px * (100vw / 1600px));
  }

  .qa-title-jp {
    font-size: calc(18px * (100vw / 1600px));
  }

  .qa-readmore-box {
    padding: 16px 48px;
  }

  .qa-readmore-text {
    font-size: 16px;
  }

  .qa-readmore-jp {
    font-size: 14px;
  }

  .qa-question {
    padding: calc(30px * (100vw / 1600px)) calc(40px * (100vw / 1600px));
  }

  .qa-q-icon {
    width: calc(40px * (100vw / 1600px));
    height: calc(40px * (100vw / 1600px));
    min-width: calc(40px * (100vw / 1600px));
    font-size: calc(20px * (100vw / 1600px));
    margin-right: calc(20px * (100vw / 1600px));
  }

  .qa-question-text {
    font-size: calc(18px * (100vw / 1600px));
  }

  .qa-toggle-icon {
    width: calc(30px * (100vw / 1600px));
    height: calc(30px * (100vw / 1600px));
    min-width: calc(30px * (100vw / 1600px));
    font-size: calc(24px * (100vw / 1600px));
  }

  .qa-answer-content {
    padding: 20px calc(40px * (100vw / 1600px)) calc(30px * (100vw / 1600px)) calc(100px * (100vw / 1600px));
  }

  .qa-answer-content p {
    font-size: calc(16px * (100vw / 1600px));
  }
}

@media only screen and (max-width: 1200px) and (min-width: 769px) {
  .qa-section {
    padding: calc(68px * (100vw / 1200px)) 0;
  }

  .qa-container {
    max-width: calc(1440px * (100vw / 1200px));
    padding: 0 calc(30px * (100vw / 1200px));
  }

  .qa-header {
    margin-bottom: calc(60px * (100vw / 1200px));
  }

  .qa-title-en {
    font-size: calc(48px * (100vw / 1200px));
  }

  .qa-title-jp {
    font-size: calc(18px * (100vw / 1200px));
  }

  .qa-readmore-box {
    padding: 16px 48px;
  }

  .qa-readmore-text {
    font-size: 16px;
  }

  .qa-readmore-jp {
    font-size: 14px;
  }

  .qa-question {
    padding: calc(30px * (100vw / 1200px)) calc(40px * (100vw / 1200px));
  }

  .qa-q-icon {
    width: calc(40px * (100vw / 1200px));
    height: calc(40px * (100vw / 1200px));
    min-width: calc(40px * (100vw / 1200px));
    font-size: calc(20px * (100vw / 1200px));
    margin-right: calc(20px * (100vw / 1200px));
  }

  .qa-question-text {
    font-size: calc(18px * (100vw / 1200px));
  }

  .qa-toggle-icon {
    width: calc(30px * (100vw / 1200px));
    height: calc(30px * (100vw / 1200px));
    min-width: calc(30px * (100vw / 1200px));
    font-size: calc(24px * (100vw / 1200px));
  }

  .qa-answer-content {
    padding: 0 calc(40px * (100vw / 1200px)) calc(30px * (100vw / 1200px)) calc(100px * (100vw / 1200px));
  }

  .qa-answer-content p {
    font-size: calc(16px * (100vw / 1200px));
  }
}

@media only screen and (max-width: 768px) {
  .qa-section {
    padding: 40px 0;
    transform: none;
  }

  .qa-container {
    padding: 0 20px;
  }

  .qa-header {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 40px;
  }

  .qa-readmore-box {
    width: 400px;
  }

  .qa-question {
    padding: 20px;
  }

  .qa-q-icon {
    width: 32px;
    height: 32px;
    min-width: 32px;
    margin-right: 12px;
  }

  .qa-toggle-icon {
    width: 24px;
    height: 24px;
    min-width: 24px;
  }

  .qa-answer-content {
    padding: 0 20px 20px 64px;
  }
}

@media only screen and (max-width: 480px) {
  .qa-readmore-box {
    width: 100%;
    padding: 16px 20px;
  }
}

.iframe-html-body {
  background-color: #e5e3df;
  height: 500px;
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: 0;
  padding: 0;
}

.google-map-iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

/* Map Section */
.map-section {
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
  display: block;
}

.background-shadow {
  background-color: #ffffff;
  border-radius: 2px;
  box-shadow: 0px 1px 4px -1px rgba(0, 0, 0, 0.3);
  height: 110px;
  left: 10px;
  overflow: hidden;
  position: absolute;
  top: 10px;
  width: 284px;
  padding: 10px;
  box-sizing: border-box;
  z-index: 10;
}


/* Footer Section */
.footer {
  background-color: #f5f5f5;
  width: 100%;
  padding: 60px 0;
  font-family: noto sans jp;
}

.footer__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
  text-align: center;
  font-family: noto sans jp;
}

.footer__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: noto sans jp;
  margin-bottom: 32px;
}

.footer__contact {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-bottom: 32px;
  flex-wrap: wrap;
  font-family: noto sans jp;
}

.footer__phone {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: noto sans jp;
}


.footer__phone-number {
  font-size: 32px;
  font-family: noto sans jp;
  font-weight: bold;
  color: #000;
  font-family: noto sans jp;
  letter-spacing: 2px;
}

.footer__inquiry-button {
  padding: 12px 24px;
  border: 1px solid #000;
  background-color: transparent;
  color: #000;
  font-size: 16px;
  font-family: noto sans jp;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: background-color 0.3s;
  letter-spacing: 0.5px;
}

.footer__inquiry-button:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.footer__button-arrow {
  font-size: 18px;
}

.footer__details {
  margin-bottom: 32px;
}

.footer__details p {
  font-size: 14px;
  color: #000;
  margin: 8px 0;
  font-family: noto sans jp;
  line-height: 1.6;
  letter-spacing: 0.3px;
}

.footer__links {
  display: block;
  justify-content: center;
  gap: 24px;
  margin-bottom: 40px;
}

.footer__link {
  font-size: 14px;
  color: #000;
  margin-left: 10px;
  text-decoration: none;
  padding-bottom: 10px;
  font-family: noto sans jp;
  letter-spacing: 0.5px;
  transition: opacity 0.3s;
}

.footer__link:hover {
  opacity: 0.7;
  text-decoration: underline;

}

.footer__area {
  margin-bottom: 40px;
  text-align: left;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.footer__area-title {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  color: #000;
  margin: 0 0 16px;
  font-family: noto sans jp;
  letter-spacing: 0.5px;
}

.footer__area-text {
  font-size: 14px;
  text-align: center;
  color: #000;
  margin: 0 0 8px;
  line-height: 1.8;
  font-family: noto sans jp;
  letter-spacing: 0.3px;
}

.footer__area-note {
  font-size: 12px;
  color: #666;
  text-align: center;
  margin: 0;
  line-height: 1.6;
  font-family: noto sans jp;
  letter-spacing: 0.3px;
}

.footer__social {
  margin-bottom: 32px;
}

.footer__instagram {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 8px;
}


.footer__tagline {
  font-size: 16px;
  color: #000;
  margin: 0 0 32px;
  font-family: noto sans jp;
  letter-spacing: 0.5px;
}

.footer__copyright {
  font-size: 12px;
  color: #666;
  margin: 0;
  font-family: noto sans jp;
  letter-spacing: 0.3px;
}

/* Tablet - between 475px and 1100px */
@media (max-width: 1100px) and (min-width: 476px) {
  .footer__container {
    padding: 0 32px;
  }

  .footer__phone-number {
    font-size: 28px;
  }

  .footer__contact {
    flex-direction: column;
    gap: 16px;
  }

  .footer__inquiry-button {
    width: 100%;
    max-width: 300px;
    justify-content: center;
  }

  .footer__area {
    text-align: center;
  }
}

/* Mobile ≤ 475px */
@media (max-width: 475px) {
  .footer {
    padding: 40px 0;
    width: 100%;
    max-width: 100%;
    margin: 0;
  }

  .footer__container {
    padding: 0 20px;
  }


  .footer__contact {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 24px;
  }

  .footer__phone-number {
    font-size: 24px;
    letter-spacing: 1px;
  }

  .footer__inquiry-button {
    width: 100%;
    padding: 10px 20px;
    font-size: 14px;
    justify-content: center;
  }

  .footer__details p {
    font-size: 12px;
  }

  .footer__links {
    flex-direction: column;
    gap: 12px;
    margin-bottom: 32px;
  }

  .footer__area {
    text-align: center;
    margin-bottom: 32px;
  }

  .footer__area-title {
    font-size: 16px;
    margin-bottom: 12px;
  }

  .footer__area-text {
    font-size: 13px;
  }

  .footer__area-note {
    font-size: 11px;
  }

  .footer__tagline {
    font-size: 12px;
    margin-bottom: 24px;
  }

  .footer__copyright {
    font-size: 11px;
  }
}
