@charset "UTF-8";

@import url("/css/initialize.css");
@import url("/css/general.css?20231220");
@import url("/css/margin.css");

@import url('https://fonts.googleapis.com/css2?family=Kaisei+Decol&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100..900;1,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

/* COMMON STYLE */
body, html {
	overflow-x: hidden;
}

#main{
	padding-top: 100px;
	background-color: #F8F4EC;
}
@media (max-width: 980px) {
	#main{
		padding-top: 40px;
	}
}
#main p {
	font-size:122.71%;
	line-height: 1.8;
}
#head_image {
	width:100%;
	position:relative;
}
#head_image {
	background: url('/images/owner/head-image.png') top center no-repeat;
	width:100%;
	height:100%;
	display:block;
}


/* ===================================
   HERO CATCH SECTION STYLES
   =================================== */

.hero-catch-section {
	width: 100%;
	padding: 30px 20px 30px;
}

.hero-catch-container {
	max-width: 1200px;
	margin: 0 auto;
	background-image: url('/images/advantage/hero-catch-bg.webp');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #F8F4EC;
	background-blend-mode: multiply;
	padding: 80px 0px;
	border-radius: 30px;
}

.hero-catch-content {
	max-width: 500px;
}

.hero-catch-title {
	font-size: 280.71%;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 30px;
	color: #000;
	font-family: "Shippori Mincho B1", serif;
}

.hero-catch-text {
	margin-bottom: 40px;
}

.hero-catch-text p {
	font-size: 100%;
	line-height: 1.8;
	margin: 0;
	color: #000;
}

.hero-catch-buttons {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.hero-btn {
	display: block;
	text-align: center;
	padding: 20px 40px;
	font-size: 115.71%;
	font-weight: bold;
	text-decoration: none;
	border-radius: 8px;
	transition: all 0.3s ease;
	max-width: 200px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.hero-btn-primary {
	background-color: #B92F16;
	color: #fff !important;
	border: 2px solid #B92F16;
}

.hero-btn-primary:hover {
	background-color: #a02812;
	border-color: #a02812;
	transform: translateY(2px);
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.hero-btn-secondary {
	background-color: #fff;
	color: #000;
}

.hero-btn-secondary:hover {
	background-color: #f5f5f5;
	transform: translateY(2px);
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

@media (max-width: 980px) {
	.hero-catch-section {
		width: 100%;
		padding: 0;
		margin-bottom: 40px;
	}
	.hero-catch-container {
		background-image: url('/images/advantage/sp-hero-catch-bg.webp');
		padding: 0px 20px 50px;
		background-size: contain;
		background-position: right;
		border-radius: 0;
	}
	
	.hero-catch-title {
		font-size: 210.71%;
		margin-bottom: 25px;
		text-align: right;
	}
	
	.hero-catch-content {
		text-align: right;
	}
	
	.hero-catch-text {
		padding-top: 0px;
		margin-bottom: 30px;
		text-align: left;
		width: 55%;
	}
	
	.hero-catch-text p {
		font-size: 78.86%;
		background-color: rgba(255, 255, 255, 0.6);
		padding: 5px 5px;
		display: inline;
		box-decoration-break: clone;
		-webkit-box-decoration-break: clone;
	}
	
	.hero-btn {
		font-size: 107.14%;
		padding: 18px 30px;
		max-width: 100%;
	}
}

/* ===================================
   SHOP IMAGE SECTION STYLES
   =================================== */

.shop-image-section {
	width: 100%;
	height: 315px;
	background-image: url('/images/advantage/shop-image.webp');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

@media (max-width: 980px) {
	.shop-image-section {
		height: 200px;
	}
}

/* ===================================
   PHILOSOPHY SECTION STYLES
   =================================== */

.philosophy-section {
	padding: 60px 20px 60px;
	background-color: #FFF;
}

.philosophy-wrapper {
	background-color: #FFF3E0;
	background-image: url('/images/advantage/philosophy-bg.webp');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-blend-mode: multiply;
	position: relative;
	max-width: 1100px;
	margin: 0 auto;
	border-radius: 30px;
	overflow: hidden;
	padding: 50px 60px;
}

.philosophy-wrapper::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.3);
	z-index: 1;
}

.philosophy-container {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: 300px 1fr;
	gap: 80px;
	align-items: center;
}

.philosophy-badge {
	display: flex;
	justify-content: center;
	align-items: center;
}

.badge-circle {
	width: 280px;
	height: 280px;
	border-radius: 50%;
	background-color: #85794d;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fff;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.badge-year {
	font-size: 400%;
	line-height: 1;
	margin-bottom: 15px;
	font-weight: 300;
	font-family: "Lato", sans-serif;
	letter-spacing: 0.05em;
}

.badge-text {
	font-size: 120%;
	font-weight: 300;
	text-align: center;
	color: #fff;
	line-height: 1.4;
	font-family: "Lato", sans-serif;
	letter-spacing: 0.1em;
}

.philosophy-content {
	text-align: left;
}

.philosophy-category {
	font-size: 140.71%;
	font-weight: 700;
	color: #845004;
	letter-spacing: 0.08em;
	margin-bottom: 20px;
	font-family: "Roboto", sans-serif;
}

.philosophy-title {
	font-size: 240%;
	font-weight: 700;
	color: #333;
	margin-bottom: 30px;
	line-height: 1.4;
	font-family: "FP-ヒラギノ角ゴ ProN W6";
}

.title-3h {
	color: #B92F16;
	font-size: 120%;
}

.philosophy-intro {
	font-size: 115%;
	line-height: 1.8;
	color: #333;
	margin-bottom: 35px;
}

.philosophy-items {
	margin-bottom: 30px;
}

.philosophy-item {
	margin-bottom: 8px;
}

.item-title {
	font-size: 135%;
	font-weight: 700;
	color: #333;
	line-height: 1.6;
	font-family: "FP-ヒラギノ角ゴ ProN W6";
}

.item-h {
	color: #B92F16;
	font-size: 130%;
	font-weight: 900;
	font-family: "Roboto", sans-serif;
}

.philosophy-outro {
	font-size: 115%;
	line-height: 1.8;
	color: #333;
}

/* Scroll Animation - All Devices */
.fade-in-section {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fade-in-section.is-visible {
	opacity: 1;
	transform: translateY(0);
}

/* SP SIZE */
@media screen and (max-width: 980px){
	.philosophy-section {
		padding: 50px 20px 50px;
	}
	
	.philosophy-wrapper {
		padding: 50px 30px;
		border-radius: 20px;
	}
	
	.philosophy-container {
		grid-template-columns: 1fr;
		gap: 40px;
	}
	
	.badge-circle {
		width: 180px;
		height: 180px;
	}
	
	.badge-year {
		font-size: 280%;
		margin-bottom: 10px;
	}
	
	.badge-text {
		font-size: 100%;
	}
	
	.philosophy-category {
		font-size: 115.71%;
		margin-bottom: 15px;
	}
	
	.philosophy-title {
		font-size: 180%;
		margin-bottom: 25px;
	}
	
	.philosophy-intro {
		font-size: 105%;
		margin-bottom: 28px;
	}
	
	.item-title {
		font-size: 120%;
	}
	
	.philosophy-outro {
		font-size: 105%;
	}
}

/* ===================================
   MARKET SECTION STYLES
   =================================== */

.market-section {
	text-align: center;
	/*padding: 40px 0;*/
}

.section-header-market {
	margin-bottom: 50px;
}

.section-main-title {
	font-size: 140.71%;
	font-weight: 700;
	color: #845004;
	letter-spacing: 0.08em;
	margin-bottom: 20px;
	font-family: "Roboto", sans-serif;
}

.section-sub-title {
	font-size: 220.71%;
	font-weight: 700;
	color: #333;
	line-height: 1.6;
	font-family: "FP-ヒラギノ角ゴ ProN W6";
}

.market-images {
	margin-bottom: 50px;
}

.market-images img {
	width: 100%;
	max-width: 1200px;
	height: auto;
	display: block;
	margin: 0 auto;
}

.market-content {
	text-align: left;
	max-width: 1200px;
	margin: 0 auto;
}

.market-content p {
	margin-bottom: 20px;
	line-height: 1.8;
}

.market-content .red {
	color: #B92F16;
	font-weight: 700;
}

/* SP SIZE */
@media screen and (max-width: 980px){
	.market-section {
		padding: 0 20px;
	}
	
	.section-main-title {
		font-size: 115.71%;
		margin-bottom: 15px;
	}
	
	.section-sub-title {
		font-size: 170.71%;
		line-height: 1.5;
	}
	
	.section-header-market {
		margin-bottom: 30px;
	}
	
	.market-images {
		margin-bottom: 30px;
	}
	
	.market-content p {
		font-size: 108.71%;
		margin-bottom: 16px;
	}
}

/* ===================================
   MERIT SECTION STYLES
   =================================== */

.merit-section {
	text-align: center;
	/*padding: 60px 0;*/
}

.section-header-merit {
	margin-bottom: 60px;
}

.merit-cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	max-width: 1200px;
	margin: 0 auto;
}

.merit-card {
	background-color: #fff;
	border-radius: 16px;
	padding: 40px 30px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.merit-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.merit-icon {
	margin-bottom: 25px;
}

.merit-icon img {
	width: 50px;
	height: 50px;
	display: inline-block;
}

.merit-title {
	font-size: 158.71%;
	font-weight: 700;
	color: #333;
	margin-bottom: 20px;
	line-height: 1.4;
	font-family: "FP-ヒラギノ角ゴ ProN W6";
}

.merit-desc {
	font-size: 112.71%;
	line-height: 1.8;
	color: #555;
	text-align: left;
}

.merit-desc .highlight {
	color: #845004;
	font-weight: 700;
}

/* SP SIZE */
@media screen and (max-width: 980px){
	.merit-section {
		padding: 0px 20px;
	}
	
	.section-header-merit {
		margin-bottom: 40px;
	}
	
	.merit-cards {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	
	.merit-card {
		padding: 30px 20px;
	}
	
	.merit-icon img {
		width: 45px;
		height: 45px;
	}
	
	.merit-title {
		font-size: 138.71%;
		margin-bottom: 15px;
	}
	
	.merit-desc {
		font-size: 108.71%;
	}
}

/* ===================================
   REASON SECTION STYLES
   =================================== */

.reason-section {
	text-align: center;
	/*padding: 60px 0;*/
}

.section-header-reason {
	margin-bottom: 60px;
}

.reason-cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	max-width: 1200px;
	margin: 0 auto;
}

.reason-card {
	background-color: #fff;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.reason-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.reason-image {
	width: 100%;
	height: 240px;
	overflow: hidden;
}

.reason-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.reason-content {
	padding: 30px 25px 35px;
	text-align: left;
	background-color: #fff;
}

.reason-number {
	font-size: 320.71%;
	color: #845004;
	margin-bottom: 15px;
	line-height: 1;
	font-family: "Roboto", sans-serif;
}

.reason-title {
	font-size: 168.71%;
	font-weight: 700;
	color: #333;
	margin-bottom: 18px;
	line-height: 1.4;
	font-family: "FP-ヒラギノ角ゴ ProN W6";
}

.reason-desc {
	font-size: 108.71%;
	line-height: 1.8;
	color: #555;
}

.reason-desc .highlight {
	color: #845004;
	font-weight: 700;
}

/* SP SIZE */
@media screen and (max-width: 980px){
	.reason-section {
		padding: 0px 20px;
	}
	
	.section-header-reason {
		margin-bottom: 40px;
	}
	
	.reason-cards {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	
	.reason-card {
		overflow: hidden;
		padding: 0;
		margin: 0;
	}
	
	.reason-image {
		height: 200px;
		margin: 0 !important;
		padding: 0 !important;
		line-height: 0;
		width: 100%;
	}
	
	.reason-image img,
	.reason-image img.max-img {
		width: 100% !important;
		max-width: 100% !important;
		height: 100%;
		object-fit: cover;
		display: block;
		margin: 0 !important;
		padding: 0 !important;
		vertical-align: top;
	}
	
	.reason-content {
		padding: 25px 20px 30px;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		gap: 10px;
	}
	
	.reason-number {
		font-size: 280.71%;
		margin-bottom: 0;
		flex-shrink: 0;
	}
	
	.reason-title {
		font-size: 140.71%;
		margin-bottom: 0px;
		flex: 1;
		align-self: flex-end;
	}
	
	.reason-desc {
		font-size: 105.71%;
		width: 100%;
		margin-top: 10px;
	}
}

/* ===================================
   SUPPORT SECTION STYLES
   =================================== */

.support-section {
	padding: 0px 0;
}

.support-container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
	max-width: 1100px;
	margin: 0 auto;
	align-items: center;
	background-color: #F4E7D4;
	border-radius: 20px;
	padding: 50px;
	overflow: hidden;
}

.support-content {
	padding: 0;
}

.support-main-title {
	font-size: 220.71%;
	font-weight: 700;
	color: #333;
	margin-bottom: 35px;
	line-height: 1.4;
	font-family: "FP-ヒラギノ角ゴ ProN W6";
}

.support-items {
	display: flex;
	flex-direction: column;
	gap: 25px;
}

.support-item {
	display: flex;
	gap: 10px;
	align-items: flex-start;
}

.support-check {
	flex-shrink: 0;
	width: 22px;
	height: 22px;
	background-color: #845004;
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 100%;
	font-weight: 700;
	margin-top: 3px;
}

.support-text {
	flex: 1;
}

.support-title {
	font-size: 148.71%;
	font-weight: 700;
	color: #845004;
	margin-bottom: 8px;
	line-height: 1.4;
	font-family: "FP-ヒラギノ角ゴ ProN W6";
}

.support-desc {
	font-size: 112.71%;
	line-height: 1.8;
	color: #555;
}

.support-image {
	width: calc(100% + 50px);
	overflow: hidden;
	border-radius: 0 20px 20px 0;
	margin: -50px -50px -50px 0;
}

.support-image img {
	width: 100%;
	height: auto;
	display: block;
}

/* SP SIZE */
@media screen and (max-width: 980px){
	.support-section {
		padding: 0px 20px;
	}
	
	.support-container {
		grid-template-columns: 1fr;
		gap: 40px;
		padding: 30px 20px;
		margin: 0;
	}
	
	.support-content {
		padding: 0;
	}
	
	.support-main-title {
		font-size: 170.71%;
		margin-bottom: 35px;
	}
	
	.support-items {
		gap: 28px;
	}
	
	.support-check {
		width: 20px;
		height: 20px;
		font-size: 95%;
	}
	
	.support-title {
		font-size: 130.71%;
		margin-bottom: 10px;
	}
	
	.support-desc {
		font-size: 105.71%;
	}
	
	.support-image {
		order: -1;
		width: calc(100% + 40px);
		margin: -30px -20px 0 -20px;
		border-radius: 20px 20px 0 0;
		overflow: hidden;
		line-height: 0;
	}
	
	.support-image img,
	.support-image img.max-img {
		width: 100% !important;
		max-width: 100% !important;
		height: auto;
		display: block;
		margin: 0 !important;
		padding: 0 !important;
		vertical-align: top;
	}
}

/* ===================================
   REQUEST BUTTON SECTION STYLES
   =================================== */

.request-button-section {
	text-align: center;
	padding: 0px 20px 40px;
}

.request-button {
	display: inline-block;
	background: #B92F16;
	color: #fff !important;
	font-size: 204.71%;
	font-weight: 700;
	padding: 22px 120px;
	border-radius: 50px;
	text-decoration: none;
	box-shadow: 0 4px 10px rgba(185, 47, 22, 0.3);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	font-family: "FP-ヒラギノ角ゴ ProN W6";
}

.request-button:hover {
	transform: translateY(-3px);
	box-shadow: 0 4px 10px rgba(185, 47, 22, 0.4);
	color: #fff;
}

/* SP SIZE */
@media screen and (max-width: 980px){
	.request-button-section {
		padding: 0px 20px;
	}
	
	.request-button {
		font-size: 138.71%;
		padding: 18px 80px;
	}
}

/* ===================================
   OWNER OPEN SECTION STYLES
   =================================== */

.owner-open-title {
	font-size: 220.71%;
	font-weight: 700;
	color: #fff;
	line-height: 1.6;
	font-family: "FP-ヒラギノ角ゴ ProN W6";
	padding-top: 40px;
}

/* SP SIZE */
@media screen and (max-width: 980px){
	.owner-open {
		padding: 0;
	}
	
	.owner-open-header {
		margin-bottom: 15px;
	}
	
	.owner-open-title {
		font-size: 158.71%;
		line-height: 1.8;
	}
}

@media screen and (max-width: 350px){
}