﻿@charset "utf-8";
/***  メインビジュアル　フェード  ***/

#top01,
#top02,
#top03,
#top04,
#top05,
#top06,
#top07,
#top08,
#top09 {
	width: 94%;
	margin: 0 auto;
	text-align: left;
	padding: 2em 0;
}


/*メインビジュアル*/

.top_title_bg {
	background: #ffffff;
	margin-top: 50px;
}

.top_slid00 {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	align-items: center;
}

.top_slid00img {
	width: 100%;
	padding: 7em 0 4em;
}

.top_slid00text {
	width: 90%;
	margin: 0 auto;
}

.top_slid00btn a {
	border-radius: 50px;
	text-align: center;
	text-decoration: none;
	padding: 1em 1em 1em;
	letter-spacing: 2px;
	color: #FFFFFF;
	box-sizing: border-box;
	width: 90%;
	max-width: 395px;
	margin: 0 auto;
	display: block;
	background: #82725E;
	box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.2);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.top_slid00btn a:hover {
	transform: translateY(3px);
}

.top01_01btn_men a,
.top01_01btn_women a,
.top01_01btn a {
	border-radius: 50px;
	text-align: center;
	text-decoration: none;
	padding: 1.2em 1em;
	letter-spacing: 2px;
	color: #FFFFFF;
	box-sizing: border-box;
	width: 81%;
	max-width: 510px;
	margin: 0 auto;
	display: block;
	background: linear-gradient(-12deg, #311f8b 0%, #5a7df9 100%);
	box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.2);
	position: relative;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.top01_01btn_women a {
	background: linear-gradient(-12deg, #c90104 0%, #f89090 100%);
}

.top01_01btn a {
	background: linear-gradient(90deg, rgba(153, 134, 117, 1) 0%, rgba(107, 88, 72, 1) 91.75%);
}


.top01_01btn_men a:hover,
.top01_01btn_women a:hover,
.top01_01btn a:hover {
	transform: translateY(3px);
}


/*====================
	コンテンツ
===================*/
.top01_01>ul {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	gap: 61px;
	width: 100%;

	@media screen and (max-width: 1199px) {
		flex-wrap: wrap;
	}

	@media screen and (max-width: 767px) {
		gap: 50px;

	}
}


.top_03bg {
	background-color: #111111;
}

.top03_01>ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.top03_01title {
	position: relative;
	color: #c6b7a5;
	padding: 0 0 0 60px;
}

.top03_01title::before {
	content: '';
	background: #D1BDB2;
	height: 1px;
	width: 40px;
	position: absolute;
	top: 50%;
	left: 0;
}


.top03_01>ul>li:nth-child(1) {
	width: 30%;
	margin: 0 auto 2em;
}

.top03_01>ul>li:nth-child(2) {
	width: 100%;
	padding: 0 1em;
	box-sizing: border-box;
}

.top03_02>ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 56px;
	width: 100%;

	@media screen and (max-width: 767px) {
		row-gap: 25px;
	}
}

.top03_02>ul>li {
	width: 100%;
}

.top03_02cate span {
	display: inline-block;
	background-color: #c6b7a5;
	color: #77654d;
	padding: 0.3em 1.5em;
	margin: 0.2em 0.1em;
}


.top03_02>ul>li>dl {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.top03_02>ul>li>dl>dt {
	width: 50%;
}

.top03_02>ul>li>dl>dd {
	width: 50%;
	padding: 0 1em;
	box-sizing: border-box;
}

.top04_01>ul {
	display: flex;
	width: 100%;
	gap: 90px;

	@media screen and (max-width: 1199px) {
		gap: 50px;
	}

	@media screen and (max-width: 767px) {
		flex-direction: column;
		gap: 0;
	}
}

.top04_01>ul>li {
	width: 100%;
	margin: 0 auto 2em;

	@media screen and (max-width: 767px) {
		margin: 0;
	}
}


.top04_02>ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.top04_02>ul>li {
	width: 100%;
	margin: 0 0 2em;
}


.top05_01 {
	width: 100%;
	margin: 0;
}

.top05_01>ul>li {
	padding: 1.5em 0.5em;
	box-sizing: border-box;
	border-bottom: #DBD3C8 1px solid;
}

.top05_01>ul>li>dl {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	align-items: center;
}

.top05_01>ul>li>dl>dt {
	width: 20%;
}

.top05_01>ul>li>dl>dd {
	width: 80%;
	padding: 0 0 0 1em;
	box-sizing: border-box;
}


.top05_01cate span {
	display: inline-block;
	background: #CCCCCC;
	color: #666666;
	padding: 0.1em 1em;
}


/*========================
	マップ
========================*/

.map_block {
	position: relative;
	padding-bottom: 89.841269%;
	/* 100/横*縦*/
	height: 0;
	overflow: hidden;
}

.map_block iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}



/*=================================================================================*/
/** 768px以上　タブレット縦　サイズ画面  **/
@media (min-width : 768px) {
	/***  メインビジュアル　フェード  ***/

	#top01,
	#top02,
	#top03,
	#top04,
	#top05,
	#top06,
	#top07,
	#top08,
	#top09 {
		width: 96%;
	}


	.top_slid00btn a {
		padding: 1.4em 2em;
	}

	.top_slid00img {
		width: 55%;
		padding: 7em 0 4em;
	}

	.top_slid00text {
		width: 35%;
		margin: 0;
	}


	/**** メインコンテンツ　****/





	.top03_01>ul>li:nth-child(1) {
		width: 10%;
	}

	.top03_01>ul>li:nth-child(2) {
		width: 90%;
		padding: 0 2em;
	}

	.top03_01title {
		padding: 0 0 0 120px;
	}

	.top03_01title::before {
		content: '';
		width: 90px;
	}

	.top03_02>ul>li {
		width: 23%;
	}

	.top03_02>ul>li>dl>dt {
		width: 100%;
	}

	.top03_02>ul>li>dl>dd {
		width: 100%;
		padding: 0;
	}

	.top04_01>ul>li {
		width: 50%;
	}

	.top04_02>ul>li {
		width: 48%;
		margin: 0 1%;
	}


	.top05_01 {
		width: 90%;
		margin: 0 0 0 10%;
	}

	.top05_01>ul>li>dl>dt {
		width: 13%;
	}

	.top05_01>ul>li>dl>dd {
		width: 87%;
		padding: 0 0 0 2em;
	}

	/*========================
	マップ
========================*/

	.map_block {
		position: relative;
		padding-bottom: 32.999999%;
		/* 100/横*縦*/
		height: 0;
		overflow: hidden;
	}

}

@media (min-width : 1024px) {}

/*=================================================================================*/
/** 1140px以上 padding: ;PCサイズ画面 **/

@media (min-width : 1200px) {

	#top01,
	#top02,
	#top03,
	#top04,
	#top05,
	#top06,
	#top07,
	#top08,
	#top09 {
		max-width: 1200px;
		padding: 40px 0 60px;
	}

	#top01.top-intro__inner {
		max-width: 1374px;
	}

}


/*=================================================================================*/
/** 1600px以上 padding: ;PCサイズ画面 **/

@media (min-width : 1400px) {

	/*メインコンテンツ*/


}

/*=============================================
 arata追加 
 =============================================*/
/* ヘッダー */
.head_logo {
	@media screen and (max-width: 800px) {
		width: 70%;

	}
}



.head__btn a {
	width: 100%;
	padding: 0.7em 1em;
}



/* MV */
.top-mv__bg-pc {

	@media screen and (max-width: 800px) {
		display: none;
	}
}

.top-mv__bg-pc img {
	display: block;
	width: 100%;
	object-fit: cover;
	aspect-ratio: 1600/896;
}

.top-mv__overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(17, 17, 17, 0.7);
	pointer-events: none;
}

.top-mv__bg-sp {
	display: none;

	@media screen and (max-width: 800px) {
		display: block;
	}
}

.mv__block {
	display: flex;
}

.mv__bg {
	flex: 1;
}

.mv-bg__img {
	width: 100%;
}

.mv-bg__img img {
	width: 100%;
	aspect-ratio: 320 / 299;
}

.top-mv__catch {
	width: 100%;
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%);

	@media screen and (max-width: 800px) {
		top: 50%;
	}
}



.top-mv__logo {
	width: clamp(188px, 23.5vw, 376px);
	margin-inline: auto;

}

.top-mv__logo img {
	width: 100%;
	aspect-ratio: 376/206;
}

.top-mv__btn {
	width: 100%;
	margin-top: 37px;
}

/* イントロ */

.top__intro {
	background-color: #f0efec;
	padding-top: 25px;

	@media screen and (max-width: 767px) {
		padding-inline: 20px;
	}
}

.top-intro__inner {
	padding-inline: 83px;
	margin-inline: auto;

}

.top01_01img img {
	width: 100%;
	object-fit: contain;
	aspect-ratio: 782/986;
}

.top-intro__text-area {
	margin-top: 45px;
	margin-bottom: 70px;

	@media screen and (max-width: 767px) {
		margin-bottom: 0;

	}
}

.top-intro__text-area p {
	font-size: 87%;
	margin-bottom: 30px;

	@media screen and (max-width: 767px) {
		margin-bottom: 15px;
		font-size: unset;
	}
}

.top-intro__title {
	@media screen and (max-width: 767px) {
		font-size: 130%;
	}
}

.top-intro__btn a {
	margin-inline: 0;
	margin-left: 8px;

	@media screen and (max-width: 1199px) {
		margin-inline: auto;
	}
}

/* 登録女性の紹介 */
.top__ladyintroduct {
	padding-inline: 20px;
}

.top-ladyintroduct__desc {
	max-width: 1085px;
	margin-inline: auto;
	font-size: 87%;

	@media screen and (max-width: 767px) {
		font-size: unset;
	}
}

.top-ladyintroduct__list {
	max-width: 1085px;
	margin-top: 57px;
	margin-inline: auto;
}

.top-ladyintroduct__btn a {
	max-width: 415px;
	width: 100%;
	background: linear-gradient(0deg, #82725e 0%, #928572 100%);

}

/* コンセプト */
article.top__concept {
	background-color: #f0efec;
}

.top__concept .p_w94 {
	@media screen and (max-width: 767px) {
		width: unset !important;
		margin: unset !important;
	}
}

.top-concept__sub-title {
	font-size: 193%;
	letter-spacing: 0.13em;

	@media screen and (max-width: 767px) {
		font-size: 130%;
		letter-spacing: 2px;
	}
}

.top-concept__visual {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 50px;
	max-width: 1265px;
	margin-inline: auto;
	padding-left: 100px;

	@media screen and (max-width: 1199px) {
		flex-direction: column;
		gap: 30px;
		padding-left: 0;
	}
}

.top-concept-visual__head {
	max-width: 485px;

	@media screen and (max-width: 1199px) {
		max-width: none;
	}
}

.top-concept-visual-head__text {
	font-size: 87%;

	@media screen and (max-width: 767px) {
		font-size: unset;
	}
}

.top-concept-visual__img img {
	width: 100%;
	aspect-ratio: 633/528;
}

.top-concept__body {
	padding-inline: 100px;

	@media screen and (max-width: 1199px) {
		padding-left: 0;
		padding-right: 92px;
	}

	@media screen and (max-width: 767px) {
		padding: 0;
	}
}



.top-concept__list {
	max-width: 1066px;
}

.top-concept__list--margin {
	margin-top: 30px;
	margin-left: 90px;

	@media screen and (max-width: 767px) {
		margin-top: 0;
		margin-left: 0;
	}
}

.top-concept__numbering {
	display: flex;
	align-items: center;
	gap: 10px;

	@media screen and (max-width: 767px) {
		flex-direction: column;
		align-items: flex-start;
		gap: 0;
	}
}

.top-concept__numbering::after {
	content: "";
	display: block;
	max-width: 365px;
	width: 100%;
	height: 1px;
	background-color: #c6b7a5;
}

.top-concept-list__title {
	font-weight: 600;
}

.top-concept-list__desc {
	font-size: 87%;
	font-weight: 500;

	@media screen and (max-width: 767px) {
		font-size: unset;
	}
}

.top-concept__btn {
	margin-top: 50px;

	@media screen and (max-width: 767px) {
		margin-bottom: 40px;
	}
}

.top-concept__btn a {
	display: block;
	background-color: #ffffff;
	max-width: 395px;
	width: 100%;
	box-shadow: 6px 9px 18px rgba(0, 0, 0, 0.2);
	border-radius: 50px;
	text-align: center;
	margin-inline: auto;
	text-decoration: none;
	color: #77654d;
	padding: 1.2em 0;
	transition: .3s ease-in-out;
}

.top-concept__btn a:hover {
	transform: translateY(3px);
}


/* CV */
.sub00 {
	@media screen and (max-width: 767px) {
		width: 88%;
	}
}

.top-cv__inner {
	padding-top: 136px;

	@media screen and (max-width: 767px) {
		padding-top: 90px;
	}
}

.top-cv__body {
	max-width: 800px;
	margin-inline: auto;
	padding-left: 27px;

	@media screen and (max-width: 1199px) {
		padding-left: 0;

	}
}

.top-cv__text {
	font-size: 89%;

	@media screen and (max-width: 767px) {
		font-size: unset;
	}
}

.top-cv__btn a {
	max-width: 375px;
	width: 100%;
	margin-inline: 0;
	padding: 1.35em 1em;
}

/* フッター */
.foot__navi {
	display: flex;
	gap: 82px;

	@media screen and (max-width: 885px) {
		gap: 40px;
	}

	@media screen and (max-width: 767px) {
		display: block;
	}
}

.foot__navi ul li a span {
	margin-right: 10px;
}

.foot-address__list li {
	margin-top: 10px;
}