    /**** header ***/
    @media (min-width: 1001px) {
    	#wrapper {
    		padding-top: 0;
    	}

    	.h_logo img {
    		-webkit-filter: brightness(0) invert(1);
    		filter: brightness(0) invert(1);
    	}

    	.gnav_list>li>a {
    		color: #FFFFFF;
    	}
    }



    /*** visual ***/
    .mv_container {
    	position: relative;
    	z-index: 1;
    }

    .mv_content {
    	position: absolute;
    	left: 50%;
    	top: 50%;
    	z-index: 1;
    	transform: translate3d(-50%, -50%, 0);
    	text-align: center;
    	padding-top: 26vh;
    	background-color: rgba(0, 0, 0, 0.50);
    	max-width: 90%;
    	width: 360px;
    	padding: 40px 20px;
    	color: #FFFFFF;
    }

    .mv_content .text {
    	font-size: 0.81rem;
    }

    .mv_content .access {
    	font-size: 0.75rem;
    }

    .btn_mv_content {
    	display: inline-flex;
    	max-width: 100%;
    	height: 46px;
    	justify-content: center;
    	align-items: center;
    	background-color: transparent;
    	font-size: 0.81rem;
    	font-weight: 500;
    	line-height: 1.4;
    	letter-spacing: 0.08em;
    	text-indent: 0.08em;
    	text-align: center;
    	color: #FFFFFF;
    	padding: 0px 30px;
    	border: 1px solid #FFFFFF;
    	position: relative;
    	transition: background-color 0.3s ease,
    		color 0.3s ease;
    }

    .btn_mv_content:hover {
    	background-color: #FFFFFF;
    	color: #000000;
    }

    .mv_logo {
    	/*text-align: center;
	padding: 50px 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-grow: 1;*/
    }

    .mv_logo img {
    	width: 200px;
    }

    .mv_info {
    	position: absolute;
    	left: 0px;
    	right: 0px;
    	bottom: 0px;
    	z-index: 1;
    }

    .mv_info_inner {
    	display: flex;
    	justify-content: space-between;
    	align-items: center;
    	height: 60px;
    	background-color: #090603;
    }

    .mv_info_left {
    	display: flex;
    	align-items: center;
    	grid-gap: 30px;
    	font-size: 0.94rem;
    	line-height: 1.8;
    	color: #FFFFFF;
    	margin-left: 30px;
    }

    .mv_info_left label {
    	line-height: 1.8;
    }

    .mv_info_left ul {
    	display: flex;
    	align-items: center;
    	flex-wrap: wrap;
    	grid-column-gap: 30px;
    	margin: 0px;
    }

    .mv_info_left ul li a {
    	display: block;
    	position: relative;
    }

    .mv_info_left ul li a:before {
    	content: "";
    	display: inline-block;
    	width: 0;
    	height: 0;
    	border-style: solid;
    	border-width: 4px 0 4px 6px;
    	border-color: transparent transparent transparent #a0a0a9;
    	margin-right: 5px;
    	vertical-align: middle;
    }

    .mv_info_left ul li a:after {
    	content: "";
    	display: inline-block;
    	width: 100%;
    	height: 1px;
    	background-color: #a0a0a9;
    	position: absolute;
    	left: 0px;
    	bottom: 0px;
    	opacity: 0;
    	transition: opacity 0.3s ease;
    }

    .mv_info_left ul li a:hover:after {
    	opacity: 1;
    }

    .mv_info_pdf .pdf {
    	display: inline-block;
    	font-size: 0.56rem;
    	line-height: 1;
    	padding: 2px 5px;
    	border: 1px solid #FFFFFF;
    	border-radius: 4px;
    	margin-left: 10px;
    }

    .mv_reserve_form {
    	position: fixed;
    	left: 0px;
    	right: 0px;
    	bottom: 0px;
    	z-index: 1;
    	padding: 20px;
    	text-align: center;
    	background-color: rgba(0, 0, 0, 1);
    	/*display: flex;
	justify-content: center;
	align-items: center;*/
    }

    /*.top_slider{
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	z-index: -1;
}
.slick-list,
.slick-track,
.slider_box{
	height: 100%;
}*/
    .top_slider .slider_box img {
    	width: 100%;
	/* height: calc(100vh - 70px); */
    	object-fit: cover;
    }

.top_visual_sp_overlay {
	display: none;
}


    @media (max-width: 768px) {

    	/*.mv_logo{
		padding-top: 0px;
		top: 0px;
		height: calc( 100vh - 50px );
		display: flex;
		justify-content: center;
		align-items: center;
		padding-bottom: 50px;
	}*/
    	.mv_content {
    		top: calc((100% - 115px) / 2);
    	}

    	.mv_logo img {
    		width: 150px;
    	}

    	.mv_info {
    		position: relative;
    	}

    	.mv_info_inner {
    		display: block;
    		height: auto;
    		position: absolute;
    		left: 0px;
    		right: 0px;
    		bottom: 100%;
    	}

    	.mv_info_left {
    		grid-gap: 15px;
    		margin-left: 0px;
    		padding: 10px 20px;
    	}

    	.mv_info_left label {
    		margin-bottom: 5px;
    	}

    	.mv_info_left ul {
    		display: flex;
    		align-items: center;
    		grid-column-gap: 15px;
    		flex: 1;
    	}

	#top_visual .mv_container {
		position: relative;
		background: url("../images/top/sp/slide_01.png") center center/cover no-repeat;
		min-height: calc(100svh - 50px);
	}

	#top_visual .top_slider {
		display: none;
	}

	#top_visual .top_visual_sp_overlay {
		position: absolute;
		inset: 0;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding: 0px 20px 52px;
		text-align: center;
		color: #ffffff;
		background: linear-gradient(
			to bottom,
			rgba(0, 0, 0, 0.15) 0%,
			rgba(0, 0, 0, 0.45) 70%,
			rgba(0, 0, 0, 0.55) 100%
		);
	}

	#top_visual .top_visual_sp_copy {
    font-size: 1.5rem;
		line-height: 1.8;
		letter-spacing: 0.08em;
		/* margin-bottom: 26px; */
	}

	#top_visual .top_visual_sp_title {
		margin: 0 0 34px;
		line-height: 1.35;
	}

	#top_visual .top_visual_sp_title .ja {
		display: block;
		font-family: "Noto Serif JP", serif;
		font-size: clamp(3.8rem, 10vw, 4rem);
		font-weight: 500;
		letter-spacing: 0.06em;
	}

	#top_visual .top_visual_sp_title .en {
		display: block;
		margin-top: 6px;
		font-family: "Libre Baskerville", "Times New Roman", serif;
		font-size: clamp(2.4rem, 8vw, 3.6rem);
		font-style: italic;
		font-weight: 400;
		letter-spacing: 0.03em;
		color: #e8d6a0;
	}

	#top_visual .top_visual_sp_actions {
		width: 100%;
		display: flex;
		gap: 12px;
		justify-content: center;
	}

	#top_visual .top_visual_sp_btn {
		width: min(46vw, 180px);
		height: 54px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		padding: 0 10px;
		border: 1px solid #ffffff;
		color: #ffffff;
		font-size: 1.4rem;
		line-height: 1.2;
		letter-spacing: 0.06em;
		text-decoration: none;
		background-color: rgba(255, 255, 255, 0.04);
	}
    }


    /**** catch ****/
    #catch .container_block {
    	position: relative;
    }

    #catch .container_block02 {
    	position: relative;
    }

    #catch .section_title {
    	padding-bottom: 30px;
    }

    #catch .section_title:after {
    	content: "";
    	display: inline-block;
    	width: 20px;
    	height: 1px;
    	background-color: #ff385c;
    	position: absolute;
    	left: 0px;
    	bottom: 0px;
    }

    #catch .copy {
    	font-size: 1.6rem;
    	font-weight: bold;
    	line-height: 1.7;
    	margin-bottom: 20px;
    }

    .container_block {
    	display: flex;
    	margin-bottom: 100px;
    }

    .container_block .text_wrap {
    	width: 60%;
    	padding-right: calc((100vw - 1200px) / 2);
    	padding-left: 120px;
    	order: 2;
    	line-height: 2;
    }

    .container_block .text_wrap h3 {
    	font-size: 1.8em;
    	margin-bottom: 30px;
    	font-weight: bold;
    }

    .container_block .thumb_wrap {
    	width: 40%;
    	order: 1;
    }

    .container_block02 {
    	display: flex;
    	align-items: center;
    }

    .container_block02 .text_wrap {
    	width: 60%;
    	padding-left: calc((100vw - 1200px) / 2);
    	padding-right: 120px;
    	order: 1;
    	line-height: 2;
    }

    .container_block02 .text_wrap h3 {
    	font-size: 1.8em;
    	margin-bottom: 30px;
    	font-weight: bold;
    }

    .container_block02 .thumb_wrap {
    	width: 40%;
    	order: 2;
    }

    .container_block02 .text_wrap p {
    	font-size: 1rem;
    	line-height: 2.4;
    	margin-bottom: 1em;
    }

    @media (max-width: 768px) {
    	.container_block {
    		display: block;
    		margin-bottom: 80px;
    		padding: 0 20px;
    	}

    	.container_block .text_wrap {
    		width: 100%;
    		padding-right: 0;
    		padding-left: 0;
    		order: 2;
    		line-height: 2;
    	}

    	.container_block .text_wrap h3 {
    		font-size: 1.5em;
    		margin-bottom: 20px;
    		font-weight: bold;
    	}

    	.container_block .thumb_wrap {
    		width: 100%;
    		order: 1;
    		margin-bottom: 20px;
    	}

    	.container_block02 {
    		display: block;
    		padding: 0 20px;
    	}

    	.container_block02 .text_wrap {
    		width: 100%;
    		padding-left: 0;
    		padding-right: 0px;
    		order: 1;
    		line-height: 2;
    	}

    	.container_block02 .text_wrap h3 {
    		font-size: 1.5em;
    		margin-bottom: 20px;
    		font-weight: bold;
    	}

    	.container_block02 .thumb_wrap {
    		width: 100%;
    		order: 2;
    		margin-bottom: 20px;
    	}

    	#catch .section_title {
    		padding-bottom: 20px;
    	}
    }



    /**** reason ****/
    #reason a {
    	display: block;
    	position: relative;
    }

    #reason .text_wrap {
    	position: absolute;
    	left: 0;
    	right: 0;
    	top: 50%;
    	transform: translate3d(0, -50%, 0);
    }

    #reason .section_title {
    	position: relative;
    }

    #reason .section_title:after {
    	content: "";
    	display: inline-block;
    	background: url(../images/common/arrow_right_white.svg) left top no-repeat;
    	background-size: contain;
    	width: 50px;
    	height: 25px;
    	position: absolute;
    	right: 0px;
    	top: 50%;
    	transform: translate3d(0, -50%, 0);
    }


    /**** works ***/


    /**** flow ****/


    /**** price ****/
    #price .container_block02 .thumb_wrap {
    	order: 1;
    }


    /**** service ****/
    .section_title.f_min {
    	font-size: 2rem;
    }

    .service_list_box a {
    	display: block;
    	position: relative;
    }

    .service_list_box a:after {
    	content: "";
    	display: inline-block;
    	background: url("../images/common/arrow_right_white.svg") left top no-repeat;
    	background-size: contain;
    	width: 30px;
    	height: 15px;
    	position: absolute;
    	right: 20px;
    	bottom: 20px;
    }

    .service_list_box img {
    	width: 100%;
    }

    .service_list_box .text_wrap {
    	position: absolute;
    	left: 0;
    	right: 0;
    	top: 0;
    	bottom: 0;
    	display: flex;
    	justify-content: center;
    	align-items: center;
    }

    .service_list_box .text_wrap .section_title {
    	color: #FFFFFF;
    	margin-bottom: 0;
    }

    .service_list_box .text_wrap .section_title .f_en {
    	color: #FFFFFF;
    }

    .service_list_box .text_wrap .section_title .f_en:before {
    	background-color: #FFFFFF;
    }


    /*** information ***/
    #information .cat_list {
    	display: flex;
    }

    #information .cat_list li {
    	margin-right: 10px;
    }


    #information .cat_list a {
    	padding: 10px 15px;
    	border: 1px solid #787878;
    	background: #fff;
    	color: #000;
    	-webkit-transition: all 0.3s ease;
    	-moz-transition: all 0.3s ease;
    	-o-transition: all 0.3s ease;
    	transition: all 0.3s ease;
    }

    #information .cat_list a:hover {
    	background: #787878;
    	color: #fff;
    }

    @media (max-width: 768px) {
    	#information .container {
    		display: flex;
    		flex-direction: column;
    	}

    	#information .container .section_title_block {
    		display: contents !important;
    	}

    	#information .container .section_title_block .section_btn {
    		order: 1;
    		margin-top: 40px;
    	}

    	.information_title {
    		margin-bottom: 30px;
    	}
    }





    /***　検索 ****/
    .reserve_form {
    	text-align: left;
    	background-color: rgba(255, 255, 255, 1);
    	padding: 20px 20px;
    	border-radius: 10px;
    	display: inline-flex;
    	align-items: center;
    	justify-content: center;
    	grid-gap: 20px 30px;
    	flex-wrap: wrap;
    }

    .reserve_form_content {
    	display: flex;
    	align-items: center;
    	justify-content: center;
    	grid-gap: 20px;
    	flex-wrap: wrap;
    }

    .reserve_form_content form {
    	display: contents;
    }

    .reserve_title .f_en {
    	display: block;
    	font-size: 1.13rem;
    	font-weight: 700;
    	letter-spacing: 0.04em;
    	color: #644132;
    }

    .reserve_title .f_ja {
    	display: block;
    	font-size: 0.75rem;
    	font-weight: 700;
    	letter-spacing: 0.2em;
    	color: #a7745e;
    }

    .reserve_form select {
    	border: 1px solid #644132;
    	border-radius: 10px;
    	padding: 5px 10px 5px 10px;
    	font-size: 0.94rem;
    	letter-spacing: 0.04em;
    	line-height: 1.7;
    	color: #644132;
    	width: 3.5em;
    	-webkit-appearance: none;
    	appearance: none;
    }

    .reserve_form select.obj_year {
    	width: 4.5em;
    }

    .reserve_form select:focus {
    	outline: none;
    }

    .reserve_form dt {
    	font-size: 0.81rem;
    	font-weight: 500;
    	letter-spacing: 0.04em;
    	margin-bottom: 10px;
    }

    .reserve_form dd {
    	display: flex;
    	align-items: baseline;
    	grid-gap: 5px;
    	font-size: 0.81rem;
    	letter-spacing: 0.04em;
    }

    .reserve_form .btn_search {
    	display: flex;
    	align-items: center;
    	flex-wrap: wrap;
    }

    .reserve_form button {
    	display: inline-flex;
    	justify-content: center;
    	align-items: center;
    	max-width: 100%;
    	width: 260px;
    	height: 50px;
    	background-color: #644132;
    	font-size: 0.81rem;
    	letter-spacing: 0.04em;
    	color: #FFFFFF;
    }

    .reserve_link {
    	border-left: 1px solid rgb(99 66 51 / 27%);
    	padding-left: 20px;
    	margin-left: 20px;
    }

    .reserve_link p a {
    	font-size: 0.75rem;
    	letter-spacing: 0.04em;
    	text-decoration: underline;
    	white-space: nowrap;
    }

    .btn_search_sp {
    	display: none;
    }

    @media (max-width: 1200px) and (min-width: 1001px) {
    	.reserve_form {
    		padding: 20px 15px;
    		grid-gap: 20px 20px;
    	}

    	.reserve_title .f_en {
    		font-size: 1.06rem;
    	}

    	.reserve_form_content {
    		grid-gap: 15px;
    	}

    	.reserve_form button {
    		width: 180px;
    	}

    	.reserve_link {
    		padding-left: 8px;
    		margin-left: 13px;
    	}

    	.reserve_form select {
    		font-size: 0.91rem;
    	}

    	.reserve_form select {
    		width: 3em;
    	}

    	.reserve_form select.obj_year {
    		width: 4em;
    	}
    }

    @media (max-width: 1000px) {

    	/*.reserve_form{
		padding: 20px 20px;
		border-radius: 5px;
		display: block;
		background-color: #FFFFFF;
	}
	.reserve_form_label{
		margin-bottom: 15px;
	}
	.reserve_form_content{
		display: block;
	}
	.reserve_form .con_day{
		margin-bottom: 10px;
	}
	.reserve_form .con_person{
		margin-bottom: 15px;
	}
	.reserve_form .btn_search{
		display: block;
	}
	.reserve_link {
		margin-top: 10px;
		border-left: none;
		padding-left: 0px;
		margin-left: 0px;
	}*/
    	.top_slider .slider_box img {
    		width: 100%;
		/* height: calc(100vh - 50px - 80px); */
    		object-fit: cover;
    	}

    	.mv_reserve_form {
    		padding: 10px;
    		/*background-color: transparent!important;*/
    	}

    	.reserve_form {
    		display: none;
    	}

    	.btn_search_sp {
    		display: block;
    	}

    	.btn_search_sp a {
    		display: inline-flex;
    		justify-content: center;
    		align-items: center;
    		max-width: 100%;
    		width: 100%;
    		height: 60px;
    		background-color: #644132;
    		font-size: 1rem;
    		font-weight: 500;
    		letter-spacing: 0.04em;
    		color: #FFFFFF;
    	}
    }



    /**** アニメーション ****/
    /*.loaded_mv{
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	z-index: 11;
	background-color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
}
.loaded_mv_logo{
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	top: calc( 26vh + 70px );
	opacity: 0;
	transition: opacity 1.6s ease 0.2s;
}
@media (max-width: 1000px){
	.loaded_mv_logo{
		top: calc( 26vh + 50px );
	}
}
body.loaded .loaded_mv_logo{
	animation: loading-logo 4s ease 1 forwards;
	animation-delay: 0.5s;
}
@keyframes loading-logo {
  to {opacity: 1;}
}
body.loaded .loaded_mv{
	animation: loading-off 2s ease 1 forwards;
	animation-delay: 3s;
}
@keyframes loading-off {
  to {
		opacity: 0;
		visibility: hidden;
		display: none;
	}
}


.top_slider.slick-initialized .slider_box img{
	-webkit-filter: blur(20px);
	filter: blur(20px);
	transform: scale(1);
	transition: transform 0.6s ease 1s;
}

.top_slider.slick-initialized .slider_box.slick-current img{
	-webkit-filter: blur(20px);
	filter: blur(20px);
	animation: scale 6s ease 0s forwards;
	}
.top_slider.slick-initialized .slider_box.slick-active img{
  -webkit-filter: blur(0px);
  filter: blur(0px);
	animation: scale 6s ease 0s forwards;
}

@keyframes scale{
 to {
		transform: scale(1.1);
	}
}


@media (max-width: 768px) {
	.loaded_mv_logo{
		top: 50px;
		bottom: 0px;
		display: flex;
		justify-content: center;
		align-items: center;
		padding-bottom: 50px;
	}
	.loaded_mv_logo img{
		zoom: 0.75;
	}
}
*/


    /**** section_title ****/
    .f_bg_line {
    	background: url(../images/top/room_recomended_border.png) left bottom repeat-x;
    	background-size: 160px 6px;
    	padding-bottom: 15px;
    }


    .cat_icon {
    	background: #ebebeb;
    	padding: 5px 10px;
    	font-size: 0.75em;
    }

    @media (max-width: 768px) {
    	.news_cat {
    		margin-bottom: 10px;
    	}
    }


/*******member*******/

/* コンテンツの横並び設定 */
#member .member_content {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 50px; /* 画像とテキストの間隔 */
}

/* 画像エリア */
#member .thumb_wrap.pc {
    flex: 0 0 500px; /* 画像の幅を固定 */
}

#member .thumb_wrap img {
    width: 100%;
    height: auto;
    display: block;
}

/* テキストエリア */
#member .text_wrap {
    flex: 1;
    color: #333;
}

#member .text_wrap h3 {
    font-size: 24px;
    color: #b0914e;
    margin-bottom: 25px;
    font-weight: normal;
    font-family: "Times New Roman", serif;
}

#member .text_wrap .copy {
    line-height: 1.8;
    font-size: 15px;
    margin-bottom: 30px;
}

/* テーブル（会費）部分 */
#member .text_wrap table {
    border-collapse: collapse;
    width: 100%;
}

#member .text_wrap td {
    vertical-align: top;
    padding: 5px 0;
    font-size: 15px;
}

#member .text_wrap td:first-child {
    width: 80px;
    font-weight: bold;
}

/* --- レスポンシブ (スマホ表示) --- */
@media screen and (max-width: 768px) {
    #member .member_content {
        flex-direction: column;
    }

    #member .section_title {
        font-size: 28px;
    }
    
    #member .text_wrap h3 {
        font-size: 20px;
    }
}




/*******benefits*******/

#benefits{
  --gold:#B6A06A;
  --gold-dark:#8E7A4A;
  --containerW:1200px;
  --sidePad:clamp(16px,calc((100vw - var(--containerW))/2),200px);
  --stickyTop:190px;
}

/* reset (scoped) */
#benefits *,
#benefits *::before,
#benefits *::after{
  box-sizing:border-box;
}

/* sticky killer 対策 */
#benefits,
#benefits *{
  transform:none;
  filter:none;
  perspective:none;
  contain:none;
}
#benefits,
#benefits .benefits_layout,
#benefits .sticky_visual_area,
#benefits .scroll_text_area{
  overflow:visible;
}

/* ================= Base ================= */
#benefits{
  padding:86px 0;
  color:#111;
  background:#fff;
}

#benefits .container{
  max-width:var(--containerW);
  margin:0 auto;
  padding:0 24px;
}

/* ================= Title ================= */
#benefits .section_title{
  margin:0 0 38px;
  text-align:center;
  font-size:38px;
  line-height:1.2;
  letter-spacing:.03em;
  color:var(--gold);
  font-family:ui-serif,"Times New Roman","Noto Serif JP",serif;
  font-weight:600;
}
#benefits .section_title .f_en{
  display:block;
  margin-top:10px;
  font-size:14px;
  letter-spacing:.08em;
  color:var(--gold);
  font-family:system-ui,-apple-system,"Noto Sans JP",sans-serif;
}

/* ================= Layout (PC) ================= */
#benefits .benefits_layout{
  display:flex;
  gap:84px;
  align-items:stretch;
  width:100%;
  padding-left:var(--sidePad);
  padding-right:var(--sidePad);
}

/* left visual */
#benefits .sticky_visual_area{
  margin-left:calc(-1 * var(--sidePad));
  width:clamp(360px,54vw,860px);
  flex:0 0 auto;
  align-self:stretch;
}

#benefits .sticky_container{
  position:sticky;
  top:var(--stickyTop);
  height:calc(100vh - var(--stickyTop) - 28px);
  overflow:hidden;
  background:#000;
}

#benefits .sticky_container img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  opacity:0;
  transition:opacity .5s ease;
  will-change:opacity,transform;
  transform:scale(1.12);
}
#benefits .sticky_container img.active{opacity:1}

/* right text */
#benefits .scroll_text_area{
  flex:1;
  max-width:560px;
}

#benefits .scroll_text_area .sec{
  min-height:100vh;
  display:flex;
  align-items:center;
  justify-content:center;
}

#benefits .text_content{
  text-align:center;
}
#benefits .text_content h3{
  margin:0 0 14px;
  font-size:22px;
  line-height:1.65;
  color:var(--gold);
  font-family:ui-serif,"Times New Roman","Noto Serif JP",serif;
}
#benefits .text_content p{
  margin:0;
  font-size:13px;
  line-height:2;
  color:rgba(17,17,17,.6);
}

#benefits .benefits_item01 .text_content{
  padding-top: 120px;
}

/* ================= Button ================= */
#benefits .btn_area{
  margin-top:46px;
  text-align:center;
}
#benefits .btn_outline{
  display:inline-block;
  padding:14px 28px;
  border:1px solid rgba(182,160,106,.85);
  color:var(--gold-dark);
  text-decoration:none;
  letter-spacing:.06em;
  font-weight:700;
}

/* =====================================================
   Mobile: image above + 3D parallax
   ===================================================== */
@media (max-width:900px){
  #benefits{padding:56px 0}
  #benefits .container{padding:0 16px}
  #benefits .section_title{font-size:28px}

  #benefits .benefits_layout{display:block}
  #benefits .sticky_visual_area{display:none}

  #benefits .scroll_text_area{
    padding:0 16px;
    max-width:none;
  }

  #benefits .scroll_text_area .sec{
    min-height:auto;
    display:block;
    padding-bottom:30px;
  }

  /* injected visual */
  #benefits .m_visual{
    position:relative;
    width:100%;
    height:56vh;
    min-height:300px;
    overflow:hidden;
    margin-bottom:16px;
    perspective:1200px;
  }

  #benefits .m_visual::after{
    content:"";
    position:absolute;
    inset:0;
    background:radial-gradient(120% 85% at 50% 12%,rgba(0,0,0,0),rgba(0,0,0,.35));
    pointer-events:none;
  }

  #benefits .m_visual img{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
    transform:scale(1.2);
    will-change:transform,filter;
  }

  #benefits .text_content{
    text-align:left;
  }
  #benefits .text_content h3{
    font-size:20px;
    text-align:left;
  }
  #benefits .text_content p{
    font-size:14px;
    text-align:left;
  }
}




/* =========================
   Benefits (scoped)
   ========================= */
#benefits{
  --headerH: 0px;              /* 固定ヘッダーがあるなら 80px などに */
  --titleH: 0px;               /* JSで実測 */
  --pinTop: calc(var(--headerH) + var(--titleH));
  --pinH: calc(100vh - var(--pinTop));
  --leftW: min(55vw, 900px);

  position: relative;
  overflow: visible;
}

/* タイトルを上で固定したい場合（不要なら消してOK） */
#benefits .container:first-child{
  position: sticky;
  top: var(--headerH);
  z-index: 40;
  background: #fff;
  padding-top: 20px;
  padding-bottom: 16px;
}
#benefits .section_title{
  margin: 0;
  text-align: center;
  color: #B6A06A;
  font-family: ui-serif, "Times New Roman", "Noto Serif JP", serif;
  font-weight: 600;
}
#benefits .section_title .f_en{
  display:block;
  margin-top:10px;
  font-size:14px;
  letter-spacing:.08em;
  font-family: system-ui,-apple-system,"Noto Sans JP",sans-serif;
  font-weight:500;
}

/* ✅ 追加した左固定ビジュアル */
/* 左固定ビジュアル（確実に見える設定） */
#benefits #benefitsVisual{
  position: fixed;
  left: 0;
  top: var(--pinTop);
  width: var(--leftW);
  height: var(--pinH);
  overflow: hidden;
  z-index: 9999;       /* 他要素に負けない */
  pointer-events: none;

  opacity: 0;
  filter: blur(6px);
  transform: translate3d(0, 12px, 0);
  transition: opacity .55s ease, filter .55s ease, transform .55s ease;

  background: rgba(0,0,0,.08); /* ←確認用。後で消してOK */
}

#benefits #benefitsVisual.is-active{
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0);
}

#benefits #benefitsVisual img{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity .6s ease;
  transform: scale(1.10);
}
#benefits #benefitsVisual img.active{ opacity: 1; }


/* 既存レイアウト：右だけを表示する */
#benefits .benefits_layout{
  display:block;               /* 左固定は別レイヤーなので2カラムにしない */
}
#benefits .sticky_visual_area{
  display:none;                /* ← 既存の左カラムはPCでは使わない */
}

/* 右テキストを左の幅だけずらす（container内で中央寄せ） */
#benefits .scroll_text_area{
  margin-left: var(--leftW);
  display:flex;
  justify-content:center;
}
#benefits .scroll_text_area .sec{
  height: var(--pinH);
  min-height: 520px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  position: relative;
  background:#fff;
  width: min(560px, 100%);
  padding: 0 28px;
}
#benefits .scroll_text_area .sec::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(120% 120% at 100% 50%,
      rgba(182,160,106,.10) 0%,
      rgba(182,160,106,.06) 35%,
      rgba(182,160,106,0) 70%);
  pointer-events:none;
}
#benefits .text_content{
  position: relative;
  z-index: 2;
}
#benefits .text_content h3{
  margin:0 0 16px;
  color:#B6A06A;
  font-size:24px;
  line-height:1.65;
  font-family: ui-serif, "Times New Roman", "Noto Serif JP", serif;
  font-weight:600;
}
#benefits .text_content p{
  margin:0;
  font-size:14px;
  line-height:2.0;
  color:rgba(17,17,17,.60);
}

/* CTA */
#benefits .btn_area{ text-align:center; padding: 34px 0 70px; }
#benefits .btn_outline{
  display:inline-block;
  padding:14px 28px;
  border:1px solid rgba(182,160,106,.85);
  color:#8E7A4A;
  text-decoration:none;
  font-weight:700;
  letter-spacing:.06em;
}

/* ===== Mobile ===== */
#benefits .m_img{ display:none; } /* PCでは絶対に出さない */

@media (max-width: 900px){
  #benefits #benefitsVisual{ display:none !important; }
  #benefits .sticky_visual_area{ display:none !important; }

  #benefits .scroll_text_area{
    margin-left: 0;
    padding: 0 16px;
    display:block;
  }

  #benefits .scroll_text_area .sec{
    height:auto;
    min-height:0;
    display:block;
    text-align:left;
    padding: 0 0 28px;
    border-bottom: 1px solid rgba(0,0,0,.08);
    width: 100%;
  }
  #benefits .scroll_text_area .sec::before{ display:none; }

  #benefits .m_img{
    display:block;
    width:100%;
    height:56vh;
    min-height:300px;
    margin: 14px 0 16px;
    overflow:hidden;
    background:#000;
    position:relative;
    perspective:1200px;
  }
  #benefits .m_img::after{
    content:"";
    position:absolute;
    inset:0;
    pointer-events:none;
    background: radial-gradient(120% 85% at 50% 12%, rgba(0,0,0,0), rgba(0,0,0,.35));
  }
  #benefits .m_img img{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
    transform: translate3d(0,0,0) scale(1.18);
    will-change: transform;
  }

  #benefits .text_content h3{ font-size:20px; }
}

/* =========================
   ここ追加：横並びにならないよう強制
   ========================= */
#benefits #story{
  display: block !important;
}

#benefits #story > .sec{
  display: flex !important;
  flex-direction: column;
  width: 100% !important;
  max-width: 100% !important;
}

/* 右エリアを中央に（1枚ずつ） */
#benefits .scroll_text_area{
  display: block !important;
  margin-left: var(--leftW); /* もし fixed 左を使ってる場合 */
}

#benefits .scroll_text_area .sec{
  margin: 0 auto !important;
  justify-content: center !important;
}

/* もし “縦書き” っぽくなってる場合の保険（WPテーマの影響対策） */
#benefits .text_content,
#benefits .text_content *{
  writing-mode: horizontal-tb !important;
  text-orientation: mixed !important;
}



/**MV下のメッセージ**/
:root{
  --gold:#b19a5a;
  --panel:rgba(255,255,255,.78);
}

.preplanning-section{
  position:relative;
  width:100%;
  aspect-ratio: 16 / 7;   /* 近い比率。必要なら 16/8 や 16/6.5 に調整 */
  min-height:520px;       /* 下限だけ確保 */
  overflow:hidden;
}

/* 右の写真 */
.preplanning-bg{
  position:absolute;
  inset:0;
  background:url("../images/top/preplanning_bg.png") center/cover no-repeat;
}

.preplanning-left{
  position:absolute;
  top:0; left:0; bottom:0;
  width: min(56%, 960px);
  padding:64px 56px;
  display:flex;
  align-items:center;

  background:rgba(255,255,255,.78);
  backdrop-filter:blur(2px);
  -webkit-backdrop-filter:blur(2px);
  z-index:2;

  /* ★ここがポイント */
  clip-path: polygon(0 0, 100% 0, 68% 100%, 0 100%);
}

/* 中身 */
.preplanning-content{
  width:min(620px, 100%);
  margin:0 auto;
  text-align:center;
}

/* 斜めの“帯”を作る（線じゃなく帯＋影） */
.preplanning-divider{
  position:absolute;
  left:calc(min(56%, 860px) - 6px);
  top:-12%;
  height:124%;
  width:2px;
  background:#b19a5a;

  transform:rotate(18deg);   /* ←符号を逆に */
  transform-origin:top left;
}

.preplanning-section .section_title{
  margin:0;
}

.preplanning-divider::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(
    90deg,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,0) 35%,
    #b19a5a 35%,
    #b19a5a 39%,
    rgba(255,255,255,0) 39%,
    rgba(255,255,255,0) 100%
  );
}

.preplanning-divider::after{
  content:"";
  position:absolute;
  top:0; bottom:0;
  left:40px;
  width:40px;
  background:linear-gradient(90deg, rgba(0,0,0,.14), rgba(0,0,0,0));
  opacity:.35;
}


.preplanning-text{
  line-height:1.9;
  font-size:15px;
  white-space:pre-line;
}


@media (max-width: 1200px) {
  .preplanning-section {
    aspect-ratio: auto;
    min-height: 0;
    height: auto;
    overflow: visible;
  }

  .preplanning-left {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    width: 100%;
    clip-path: none;
  }
}

/* スマホ */
@media (max-width: 900px) {
  .preplanning-bg {
    position: relative;
    height: 320px;
  }

  .preplanning-left {
    padding: 40px 18px;
  }

  .preplanning-divider {
    display: none;
  }
}



  /* ===== Ceremony Gallery ===== */
  .cg_section{
    padding: clamp(48px, 6vw, 88px) 0;
    background: #f6f1e8; /* 既存のベース色に合わせて調整OK */
  }
  .cg_container{
    width: min(1100px, calc(100% - 48px));
    margin: 0 auto;
  }

  .cg_header{
    text-align: center;
    margin-bottom: clamp(22px, 3vw, 34px);
  }
  .cg_title{
    font-size: clamp(28px, 4vw, 44px);
    letter-spacing: .04em;
    margin: 0;
  }
  .cg_subtitle{
    margin: 10px 0 0;
    font-size: clamp(12px, 1.6vw, 14px);
    letter-spacing: .08em;
    opacity: .85;
  }
  .cg_lead{
    margin: 14px auto 0;
    max-width: 52ch;
    font-size: clamp(13px, 1.8vw, 15px);
    line-height: 1.9;
    opacity: .9;
  }

  /* Gallery slider (rebuilt) */
  #gallery {
    width: 100%;
    overflow-x: hidden;
    overflow-y: visible;
  }

  #gallery .gallery_slider {
    width: 100%;
    overflow-x: hidden;
    overflow-y: visible;
    margin-top: 50px;
  }

  #gallery .gallery_track {
    display: flex;
    min-width: 0;
    max-width: 100%;
    gap: 24px;
    transition: transform 0.7s ease;
    will-change: transform;
  }

  #gallery .gallery_slide {
    flex: 0 0 calc((100% - (24px * 5)) / 6);
  min-width: 0;
    height: clamp(220px, 20vw, 300px);
    overflow: hidden;
  }

  #gallery .gallery_slide img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
  }

  /* CTA */
  .cg_cta{
    display: flex;
    justify-content: center;
    margin-top: clamp(22px, 3vw, 32px);
  }
  .cg_btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 28px;
    border-radius: 10px;
    background: #7b3a2f; /* ボタン色は既存に合わせて */
    color: #fff;
    text-decoration: none;
    letter-spacing: .08em;
    font-size: 14px;
    transition: transform .15s ease, opacity .15s ease;
  }
  .cg_btn:hover{
    transform: translateY(-1px);
    opacity: .95;
  }

  @media (max-width: 1024px){
    #gallery .gallery_track {
      gap: 18px;
    }

    #gallery .gallery_slide {
      flex: 0 0 calc((100% - 18px) / 2);
      height: 320px;
    }
  }

  @media (max-width: 768px){
    #gallery .gallery_track {
      gap: 14px;
    }

    #gallery .gallery_slide {
      flex: 0 0 80%;
      height: 260px;
    }
  }

  /* reduce motion */
  @media (prefers-reduced-motion: reduce){
    #gallery .gallery_track { transition: none; }
  }


/* =========================
   Premium Plan Details (FINAL)
   ※このセクション用にCSSを丸ごと差し替え推奨
========================= */

#details.common_section{
  padding: 64px 0 80px;
  background:#fff;
  overflow-x: hidden;
}


/* =========================
   details_wrap
========================= */
#details .details_wrap{
  position: relative;
  margin-top: 56px; /* ブロック間 */
  padding: 56px 0;  /* 白余白（ここで全体の高さが決まる） */
  overflow-x: hidden;
}

/* ベージュ帯（中央寄せ・短め） */
#details .details_wrap::before {
  content: "";
  position: absolute;
  right: 0;
  top: 60%;
  transform: translateY(-50%);
  width: 100%;
  max-width: 1280px;
  height: 345px;
  background: #f4efe6;
  z-index: 0;
}

/* ベージュ帯（中央寄せ・短め） */
#details .details_wrap.details02::before {
  content: "";
  position: absolute;
  left: 0;
  top: 60%;
  transform: translateY(-50%);
  width: 100%;
  max-width: 1280px;
  height: 345px;
  background: #f4efe6;
  z-index: 0;
}

/* 2カラム */
#details .details_wrap > .container{
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(420px, 560px) minmax(320px, 660px);
  justify-content: space-between;
  align-items: center;    /* 帯の中心に揃う */
  gap: 56px;
}

#details .details_wrap > .container > *{
  min-width: 0;
}

@media (max-width: 1200px){
  #details .details_wrap > .container{
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 32px;
  }

  #details > .details_wrap:nth-of-type(3) > .container{
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
}

/* 画像 */
#details .thumb_wrap{
  margin: 0;
}
#details .thumb_wrap > div{
  background: transparent;
  padding: 0;
  box-shadow: none;
  /* 帯から少しはみ出させて、デザインっぽくする */
  margin-block: -18px;    /* ←はみ出し量（大きいとズレるので控えめに） */
}
#details .thumb_wrap img{
  width: 100%;
  height: clamp(260px, 26vw, 360px); /* ←画像が巨大化しないように固定 */
  object-fit: cover;
  display: block;
  border-radius: 22px;
}

/* テキスト */
#details .text_wrap{
  position: relative;
  padding-top: 100px;
}

/* plan01/02/03 のロゴ（画像） */
#details .titel_img{
  position: absolute;
  top: -56px;  /* ←ロゴ位置（必要ならここだけ微調整） */
  width: min(340px, 95%);
  pointer-events:none;
  user-select:none;
}
#details .titel_img img{
  width: 100%;
  height: auto;
  display:block;
  opacity: .95;
}

/* タイトル/本文 */
#details .text_wrap .title{
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .12em;
  color:#6b6257;
}
#details .text_wrap p{
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 1.9;
  color:#6b6257;
}

/* リンク */
#details .text_wrap a{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-size: 14px;
  letter-spacing:.08em;
  color:#6b6257;
  text-decoration:none;
  border-bottom:1px solid rgba(107,98,87,.55);
  padding-bottom:3px;
}
#details .text_wrap a:hover{ opacity:.75; }

/* =========================
   plan02だけ左右反転（あなたのHTML構造に合わせて固定）
   section直下のdivは
   1) タイトルcontainer
   2) plan01 details_wrap
   3) plan02 details_wrap
   4) plan03 details_wrap
========================= */
#details > .details_wrap:nth-of-type(3) > .container{
  grid-template-columns: minmax(320px, 560px) minmax(420px, 560px);
  text-align: right;
}
#details > .details_wrap:nth-of-type(3) .thumb_wrap{
  order: 2;
}
#details > .details_wrap:nth-of-type(3) .text_wrap{
  order: 1;
}
#details > .details_wrap:nth-of-type(3) .titel_img{
  right: auto;
  left: 0;
}
#details > .details_wrap.details02:nth-of-type(3) .titel_img{
  right: 0;
  left: auto;
}

/* 下ボタン */
#details .btn_wrap{
  margin-top: 38px;
  text-align: center;
}

#gallery .btn,
#details .btn {
  position: relative;
  max-width: calc(100% - 24px);
  overflow: hidden;
  padding-right: 56px;
}

#gallery .btn:after,
#details .btn:after {
  right: 16px;
  transform: translate3d(0, -50%, 0);
}

/* =========================
   Responsive
========================= */
@media (max-width: 900px){
  #details .details_wrap{
    padding: 46px 0;
  }
  #details .details_wrap::before{
    height: 230px;
  }
  #details .details_wrap > .container{
    grid-template-columns: 1fr 340px;
    gap: 28px;
  }
}

@media (max-width: 760px){
  #details .details_wrap{
    margin-top: 36px;
    padding: 34px 0;
  }
  #details .details_wrap::before{
    top: 52%;
    height: 260px;
  }
  #details .details_wrap > .container{
    grid-template-columns: 1fr;
    gap: 18px;
  }

  /* SPは縦並び統一（反転解除） */
  #details > .details_wrap:nth-of-type(3) > .container{
    grid-template-columns: 1fr;
  }
  #details > .details_wrap:nth-of-type(3) .thumb_wrap,
  #details > .details_wrap:nth-of-type(3) .text_wrap{
    order: initial;
  }

  #details .titel_img{
    position: static;
    width: min(320px, 70%);
    margin: 0 0 10px auto;
  }
  #details > .details_wrap:nth-of-type(3) .titel_img{
    margin: 0 auto 10px 0;
  }

  #details .text_wrap{
    padding-top: 0;
  }

  #details .thumb_wrap > div{
    margin-block: 0; /* SPははみ出し無し */
  }
  #details .thumb_wrap img{
    height: clamp(220px, 54vw, 320px);
  }
}



/* voice */
/* 全体 */
.voice_list ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* 各カード */
.voice_list ul li {
  background: #f4efe6;
  overflow: hidden;
}

/* 画像エリア */
.voice_list ul li .thum {
  aspect-ratio: 1 / 0.74;
  background: #d9d9d9;
  overflow: hidden;
}

.voice_list ul li .thum img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* テキストエリア */
.voice_list ul li .text {
  padding: 16px 12px 14px;
  background: #f4efe6;
}

/* 名前 */
.voice_list ul li .text p:first-child {
  margin: 0 0 10px;
  color: #b5964b;
  font-size: 28px;
  line-height: 1;
  font-family: "Times New Roman", "Yu Mincho", "Hiragino Mincho ProN", serif;
}

/* 本文 */
.voice_list ul li .text p:last-child {
  margin: 0;
  color: #5a5148;
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: 0.03em;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
}

/* タブレット */
@media screen and (max-width: 1024px) {
  .voice_list ul {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* スマホ */
@media screen and (max-width: 767px) {
  .voice_list ul {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .voice_list ul li .text {
    padding: 14px 12px;
  }

  .voice_list ul li .text p:first-child {
    font-size: 24px;
    margin-bottom: 8px;
  }

  .voice_list ul li .text p:last-child {
    font-size: 13px;
    line-height: 1.8;
  }
}



.faq_block {
  border-top: 1px solid #cbb27a;
  background: #f7f7f5;
}

.faq_block dl {
  margin: 0;
  border-bottom: 1px solid #cbb27a;
}

.faq_block dt,
.faq_block dd {
  margin: 0;
  position: relative;
  color: #6f665b;
}

.faq_block dt {
  padding: 22px 56px 22px 52px;
  font-size: 18px;
  line-height: 1.9;
  font-weight: 500;
  cursor: pointer;
}

.faq_block dd {
  padding: 0 56px 22px 52px;
}

.faq_block dd p {
  margin: 0;
  font-size: 15px;
  line-height: 2;
  color: #6f665b;
}

/* Q. */
.faq_block dt::before {
  content: "Q.";
  position: absolute;
  left: 0;
  top: 22px;
  font-size: 32px;
  line-height: 1;
  font-family: "Times New Roman", serif;
  color: #b99643;
}

/* A. */
.faq_block dd::before {
  content: "A.";
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 32px;
  line-height: 1;
  font-family: "Times New Roman", serif;
  color: #b99643;
}

/* 右側のマイナス・プラス */
.faq_block dt::after {
  content: "－";
  position: absolute;
  right: 8px;
  top: 22px;
  font-size: 22px;
  line-height: 1;
  color: #b99643;
  font-weight: 400;
}

.faq_block dl:not(.open) dt::after {
  content: "＋";
}

/* 開閉 */
.faq_block dl dd {
  display: none;
}

.faq_block dl.open dd {
  display: block;
}

/* 余白と全体幅の見え方調整 */
.faq_block dl.open dt {
  padding-bottom: 12px;
}

.faq_block dl.open dd {
  padding-top: 0;
  padding-bottom: 24px;
}

/* スマホ */
@media screen and (max-width: 767px) {
  .faq_block dt {
    padding: 18px 36px 18px 34px;
    font-size: 15px;
    line-height: 1.8;
  }

  .faq_block dd {
    padding: 0 36px 18px 34px;
  }

  .faq_block dd p {
    font-size: 13px;
    line-height: 1.9;
  }

  .faq_block dt::before,
  .faq_block dd::before {
    font-size: 24px;
  }

  .faq_block dt::before {
    top: 18px;
  }

  .faq_block dd::before {
    top: 1px;
  }

  .faq_block dt::after {
    right: 4px;
    top: 18px;
    font-size: 18px;
  }
}

/* benefits scroll-linked visual/text */
#benefits {
  padding: 0 !important;
  overflow: visible;
}

#benefits .container:first-child {
  position: relative !important;
  top: auto !important;
  padding-top: 0 !important;
}

.header,
.site-header,
.fixed-header {
  z-index: 9999 !important;
}

#benefits .inner,
#benefits .container {
  max-width: none !important;
  width: 100% !important;
  padding: 0 !important;
}

#benefits .benefits_layout {
  display: grid !important;
  grid-template-columns: 60vw 40vw;
  gap: 0 !important;
  align-items: stretch;
  width: 100%;
  max-width: none;
  margin: 0 !important;
  padding: 0 !important;
}

@media screen and (max-width: 1000px) {
  #benefits .inner,
  #benefits .container {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  #benefits .benefits_layout {
    width: 100% !important;
    margin: 0 !important;
    grid-template-columns: 60% 40%;
  }
}

#benefits .benefits_sticky {
  position: relative;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 1 !important;
}

#benefits .benefits_image_area {
  position: sticky !important;
  left: 0 !important;
  top: 0 !important;
  bottom: auto !important;
  width: 60vw !important;
  height: 100vh !important;
  opacity: 1 !important;
  filter: none !important;
  transform: none !important;
  transition: none !important;
  aspect-ratio: auto;
  border-radius: 0;
  overflow: hidden !important;
  background-color: #f7f5f2;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 1 !important;
}

#benefits .benefits_image_area .benefits_image {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  opacity: 0;
  transform: translate3d(0, 12px, 0) scale(1.03);
  transition: opacity 0.55s ease, transform 0.55s ease;
  pointer-events: none;
  margin: 0;
  padding: 0;
  border: 0;
}

#benefits #benefitsVisual .benefits_image {
  opacity: 0 !important;
  transform: translate3d(0, 12px, 0) scale(1.03) !important;
  z-index: auto !important;
}

#benefits #benefitsVisual .benefits_image.is-active {
  opacity: 1 !important;
  transform: translate3d(0, 0, 0) scale(1) !important;
}

#benefits .benefits_image_area .benefits_image.is-active {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

#benefits .benefits_image,
#benefits .benefits_image_area img,
#benefits img {
  z-index: auto !important;
}

#benefits .benefits_text_area {
  position: relative;
  width: 40vw;
  min-height: 100vh;
  margin-left: 0 !important;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 clamp(24px, 2.4vw, 40px);
}

#benefits .benefits_item {
  flex-direction: column !important;
  width: 100% !important;
  max-width: 420px !important;
  min-height: clamp(420px, 82vh, 760px);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.35;
  transition: opacity 0.4s ease;
  margin: 0 auto;
  text-align: left;
  padding-top: 0 !important;
  margin-top: 0 !important;
}

#benefits .benefits_item.is-active {
  opacity: 1;
}

#benefits .benefits_image_sp {
  display: none;
}

#benefits .benefits_item .text_content {
  width: 100%;
  transform: translate3d(0, 26px, 0);
  opacity: 0;
  transition: transform 0.55s ease, opacity 0.55s ease;
  will-change: transform, opacity;
}

#benefits .benefits_item h3 {
  font-size: clamp(24px, 2vw, 20px);
  line-height: 1.6;
  letter-spacing: 0.04em;
}

#benefits .benefits_item p {
  font-size: clamp(15px, 1vw, 17px);
  line-height: 2;
  letter-spacing: 0.03em;
}

#benefits .benefits_item.is-active .text_content {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

@media screen and (max-width: 768px) {
  #benefits {
    padding: 0 !important;
  }

  #benefits .benefits_layout {
    display: block !important;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
  }

  #benefits .benefits_image_area,
  #benefits .benefits_text_area {
    width: 100% !important;
  }

  #benefits .benefits_text_area {
    display: block !important;
    min-height: auto;
    padding: 40px 20px;
  }

  #benefits .benefits_sticky {
    display: none;
  }

  #benefits .benefits_item {
    min-height: 0;
    display: block !important;
    opacity: 1;
    margin-bottom: 32px;
    max-width: 100% !important;
  }

  #benefits .benefits_item .text_content {
    transform: none;
    opacity: 1;
    transition: none;
  }

  #benefits .benefits_item h3 {
    font-size: clamp(21px, 6vw, 28px);
    line-height: 1.5;
    letter-spacing: 0.03em;
  }

  #benefits .benefits_item p {
    font-size: clamp(14px, 3.6vw, 16px);
    line-height: 1.9;
    letter-spacing: 0.02em;
  }

  #benefits .benefits_image_sp {
    display: block;
    margin-bottom: 18px;
    border-radius: 4px;
    overflow: hidden;
    aspect-ratio: 4 / 3;
  }

  #benefits .benefits_image_sp .benefits_image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 45%;
  }
}

@media (prefers-reduced-motion: reduce) {
  #benefits .benefits_image_area .benefits_image,
  #benefits .benefits_item,
  #benefits .benefits_item .text_content {
    transition: none !important;
    transform: none !important;
  }
}

#benefits .scroll_text_area .sec::before {
  content: none !important;
  display: none !important;
  background: transparent !important;
  border: 0 !important;
}