/* CSS Document */

body, div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li,
brockquote, pre, table, caption, th, td, address,
form, fieldset, legend, object {
  margin: 0;
  padding: 0;
}

h5, h6, pre, table, code, kbd, samp, acronym, input, textarea {
  font-size: 100%;
}

a, ins {
  text-decoration: none;
}

address, em, cite, dfn, var {
  font-style: normal;
}

input, textarea {
  font-family: sans-serif;
  font-weight: normal;
}

img {
  vertical-align: bottom;
}

a img {
  border: none;
}

html,body{

	padding:0px;
	margin:0px;
	font-size:16px;
	color:#302E2E;
	line-height:1.8em;
	height:100%;
	letter-spacing:1px;
	/*background:url(../image/xxx.jpg) center top repeat-x;*/
font-family:YuMincho,"Hiragino Mincho ProN",serif;;
font-weight: 300;
font-style: normal;
}

body{-webkit-text-size-adjust: 100%;}



h2,h3,h4,h5,img{padding:0px; margin:0px; font-size:15px; text-decoration:none; font-weight : normal;}

.clearfix:after {
  content: ".";  
  display: block;  
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {  min-height: 1px;}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.clear{clear:both; font-size:0px; height:1px; }
a{ 	color:#242424;  }
a:hover{  color:#242424; }
.red{ color:#FF4949;}
body{ width:100%; height:auto; }


/*ここまでがBASE-----------------------------------------------------------*/


/*基本img100％*/

img{
 width: 100%;
}




/* 「編集」ボタンを非表示にするCSS */
.post-edit-link {display:none;}

/*フォームのフォーカスOFF*/

input{ font-size:16px; }

/*menuのための設定*/

* {
    box-sizing: border-box;
}

/*ここまでがBASE追加設定-----------------------------------------------------------*/


 /*テーマで入ってくるh1を消す-----------------------------------------------------------*/

	h1.entry-title {
  display: none;
}

/*メインビジュアルのスクロールアニメーション表示-----------------------------------------------------------*/
.scroll {
	position  : absolute;
	font-size : 13px;
	bottom : 10%;
	left : 50%;
	transform: translateX(-50%) translateY(-50%);
	color: #FFF;
}

.scroll::after {
	content : '';
	display : inline-block;
	position : absolute;
	background-color: #fff;
	right : 50%;
	bottom : -115px;
	transform : translateX(-50%);
	width : 1px;
	height : 100px;
	animation: scroll 1.5s infinite;
}

@keyframes scroll {
	0% {
			transform: scale(1, 0);
			transform-origin: 0 0;
	}
	50% {
			transform: scale(1, 1);
			transform-origin: 0 0;
	}
	50.1% {
			transform: scale(1, 1);
			transform-origin: 0 100%;
	}
	100% {
			transform: scale(1, 0);
			transform-origin: 0 100%;
	}
}

/*グーグルマップレスポンシブ
-----------------------------------------------------------*/
.ggmap {
position: relative;
z-index:0;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
margin-bottom:20px;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.ggmap iframe {
 -webkit-filter: grayscale(100%);
 -moz-filter: grayscale(100%);
 -ms-filter: grayscale(100%);
 -o-filter: grayscale(100%);
 filter: grayscale(100%);
}

.ggmap-content{
 background-color: #DBD6D6;
 width: 100%;
 margin-bottom:20px;
} 

.ggmap-contentbox{
width: 70%;
margin:0 auto;
padding-top:40px;
padding-bottom:40px;
} 

/*hover時に画像を透過処理*/
body a img{
	transition : 1s;
}

body a:hover img{
opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	transition : 1s;
}

/*clearfix*/
.section {
	clear: both;
}

/*メニュー*/
.ul-menu-p a::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: #000000;
	bottom: -1px;               /*アンダーラインがaタグの下端から現れる*/
	transform: scale(0, 1);     /*アンダーラインの縮尺比率。ホバー前はx方向に0*/
	transform-origin: left top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の左端*/
	transition: transform 0.3s; /*変形の時間*/
}

.menu-box a:hover::after {
	transform: scale(1, 1);     /*ホバー後、x軸方向に1（相対値）伸長*/
}

.ul-menu-p-menu a::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: #000000;
	bottom: -1px;               /*アンダーラインがaタグの下端から現れる*/
	transform: scale(0, 1);     /*アンダーラインの縮尺比率。ホバー前はx方向に0*/
	transform-origin: left top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の左端*/
	transition: transform 0.3s; /*変形の時間*/
}

.menu-box a:hover::after {
	transform: scale(1, 1);     /*ホバー後、x軸方向に1（相対値）伸長*/
}

div.animation_box {
	padding: 10px;
	animation-name: fadeIn;
	animation-duration: 5s;
	animation-timing-function: ease;
	animation-delay: 1s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: backwards;
}

/*スライドアニメーション*/

.show{
	transform: translateX(0);
}


/*共通項目*/



/*footer*/

.footer{
	width: 100%;
	margin: 0 auto;
	}	

.footer__block{
	width: 70%;
	max-width: 1037px;
	background-color: #fff;
	margin: 0 auto;
	border-radius: 10px;
	margin-top:30px;
	display: block;
	justify-content:space-between;
	padding: 50px 0px;
	box-sizing: border-box;
	
	}


.footer__block2{
	width: 70%;
	max-width: 1037px;
	margin: 0 auto;
	margin-top:10px;
	display: block;
	padding: 10px 0px;
	box-sizing: border-box;
	color: #fff;
	}

	.footer__block-item1{
		position: relative;
	}

	.footer__block-item2{
		padding: 50px 0px;
		margin-left: -4vw;
	}


.footer__block2{
display: flex;
justify-content:space-between;
position: relative;
}

	.footer__block2-item{
width: 45%;
background-color: #fff;
padding: 1em 0em;;
text-align: center;
		}
	



	.footer__block-li{
list-style: none;
font-size: 1.5rem;
		}


.footer__block-li li{
	list-style: none;
	border-bottom: 1px solid #707070;
	padding-bottom: 20px;
}


					.footer__block-li li:first-child {
						margin-bottom: 50px;

	}
			

.footer_item3__block-li{
list-style: none;
display: flex;
font-size: 3vw;
	}

.footer_item1{
background-color: #CBB49D;
width: 100%;
padding:100px 0px;

}

.footer_item2{
	width:90%;
	max-width: 1037px;
	margin: 40px auto;
	background-color: #F5F3F3;
	padding: 31px 36px;
	}

.footer_item3{
border-top: 1px solid #C4BCBC;
width: 100%;
justify-content: space-between;
padding-top: 16px;
	}



.footer_item3-block {
	/* text-align: center; */
	display: flex;
	font-size: 3vw;
}


ul.footer_item3__block-li li {
	margin-right: 4vw;
}

ul.footer_item3__block-li li:last-child {
	margin-right: 0vw;
}


.footer__block-li-txt{
	position: relative;
	font-size:1.1875rem;
}

.footer__block-li-txt::after {
	content: "";
	content: url('../image/ya3.png');
	display: block;
	position: absolute;
top: 1px;
right: -30px;
}

.insta:before{
content: "";
content: url('../image/insta_icom.png');
display:inline-block;
}

/*header*/

#header{
	display: flex; 
	justify-content: space-between;
	width: 88%;

	}

#header li{
	float: left; list-style:none;
	}	

#header	ul{
	padding-left:0;
}

.header__item{
width: 220px;
margin-right: 10vw;
padding:10px;
margin-left:0px
}

.header__item2{
margin-top:20px;
}

.header__item2 li{
	font-family: Georgia, "Roboto Slab", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	margin-right: 1vw;;
}

.header__item2{
		margin-top:20px;
}

.header__item3{
	margin-top:30px;
}


/*section*/


.top{
	background: url(../image/top_img_sp1.jpg) top center no-repeat;
	width: 100%;
	height: 100%;
	aspect-ratio: 393 / 495;
	background-size: cover;
	position: relative;
		}

.bnr {
margin:0 auto;
display: block;
width: 80%;
max-width: 786px;
padding-bottom: 100px;
padding-top:100px;
}

.bnr img{

	width: 100%;
}

.about{
width: 100%;
border-bottom: solid 1px #C4BCBC;
	}


	
.about__item{
		width: 100%;
			}



.contens1 {
	margin:0 auto;
	display: block;
	justify-content: space-between;
	width: 100%;
	max-width: 2000px;

	}

	.contens2{

		position: relative;
			}

.contens3{
	width: 100%;
	max-width: 2000px;

display: block;
margin: 0 auto;

margin-top:100px;
}

.contens3__item {
	flex: 1;            /* 各要素を均等に分割 */
	box-sizing: border-box;
	border: 1px solid #ccc;
	aspect-ratio: 20 / 19;
	display: flex;
	align-items: center; /* 垂直方向の中央揃え */
	justify-content: center;
}

.contens3__item:nth-child(1) {
	background: url(../image/top_img24.jpg) top center;
	background-size: cover;
		}

		.contens3__item:nth-child(2) {
			background: url(../image/top_img25.jpg) top center;
			background-size: cover;
				}


.contens3__item:nth-child(3) {
	background: url(../image/top_img26.jpg) top center;
	background-size: cover;
	}

	.contens3__item-circle{
		width: 138px;
		height: 138px;
		border-radius: 50%;
		line-height: 138px;
		border: #FFF 1px solid;
	}

	.news{
  position: relative;
		width: 88%;
		max-width: 1037px;
		margin: 0 auto;
		margin-top:100px;
		margin-bottom:0px;
			}
			
		
	.blog{
		width: 88%;
		max-width: 1037px;
		margin: 0 auto;
			}

.instagram{
				width: 100%;
				border-top: 1px solid #C4BCBC;
				margin: 0 auto;
				margin-top: 70px;
					}	
					
					
	.Profile				{
		width: 80%;
		max-width: 1037px;
		margin: 0 auto;
			}	




/*item*/
.about__item{
	margin:0 auto;
	max-width: 1596px;
	width: 88%;
	margin-top:85px;
	}

.contens1__item{
width: 100%;
border-top: 1px solid #C4BCBC;
	}

	.contens1__item img{
		width: 100%;
			}



.contens2__item{
margin-top:20vw;
margin-bottom:50px;
}





/*p*/

.contens3__item-txt{
	font-size:	1.5rem;
	text-align: center;
	color: #fff;
}


.about__item-txt1{
	font-size:	1.3rem;
	line-height:1.68em;
	text-align: center;
	margin-top: 20px;
}

.about__item-txt2	{
	font-size:	1.3rem;
	line-height:1.216em;
}


.about__item-txt3		{
font-weight: 200;
text-align: left;
margin-bottom: 60px;
display: block;
line-height: 1.8em;
letter-spacing: 0.15em;
}

.read_p{
	position: relative;
	top: 50px;
	font-size: 14px;
	display: block;
text-align: center;
letter-spacing: 0.1rem;
}

.read_p::after {
	content: "";
	content: url('../image/ya3.png');
	display: block;
	position: absolute;
	bottom: -100%; /* 要素の下部に配置 */
	left: 50%; /* 親要素の中央に位置 */
	transform: translateX(-50%); /* 50%の位置から自身の幅分だけ左にシフトして中央揃えにする */
}

.news__item{
border-bottom: solid 1px #C4BCBC;
margin-bottom: 20px;
}

p.news__item-txt1 {
	padding-bottom: 20px;
}



/*h*/
.top__p	{
	color: #fff;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 7.8vw;
	line-height:1.25em;
	position: absolute;
	top:24vw;
	left:6vw;
	letter-spacing: 1.5vw;
	font-weight: 400;
	}


	.ttl{
		display:block;
		margin-bottom:50px;
		font-family: Georgia, "Roboto Slab", serif;
		font-optical-sizing: auto;
		font-weight: 400;
		font-size: 11vw;
		text-align: center;
		letter-spacing: 4px;
			}


.ttl-top{
				margin-top: 100px !important;
						}

.ttl-footer{
	position: absolute;
	transform: translateY(-50%);
	top: -60px;
	left: -50px;
			}


	.about__item-ttl{
		display:block;
		margin-bottom:50px;
		font-family: Georgia, "Roboto Slab", serif;
		font-optical-sizing: auto;
		font-weight: 400;
		font-size: 3.4375em;
			}

.about__item-ttl{
display:block;
margin-bottom:50px;
font-family:Georgia, "Roboto Slab", serif;
font-optical-sizing: auto;
font-weight: 400;
font-size: 3.4375em;
line-height: 1.6em;
	}

.contens1___item-ttl{
display:block;
margin-bottom:50px;
font-weight: 400;
font-size: 1.5625rem;
font-family:YuMincho,"Hiragino Mincho ProN",serif;;
font-weight: 300;
font-style: normal;
}

.contens2___item-ttl{
	display:block;
	margin-bottom:30px;
	font-weight: 300;
	font-size: 2rem !important;
	font-family:YuMincho,"Hiragino Mincho ProN",serif;;
	font-weight: 300;
	font-style: normal;
	font-size: 3.1vw;
	line-height:2em;
	letter-spacing: 1.5vw;
	}




/*span*/
.ttl-span{
	color:#C4BCBC;
}
.ttl-span2 {
 color: #AA9178;
}

/*item*/

.blog__item {
	width: 100%;
	margin-bottom:50px;

}

.blog__item img {
	width: 100%;
	margin-bottom:20px;
}




/*block*/

.instagram_block{
	width: 88%;
	max-width: 1024px;
	margin:0 auto;
}


.about__item-block{
	width:100%;
}

.about__p-block1{
	width: 100%;
	position: relative;
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 20px 0px 20px 0px;
}


.about__p-block4{
	margin-bottom: 37px;
	display: inline-block;
}

.about__p-block4-block{
text-align: center;

}



.about__p-block3{
	margin-bottom: 37px;	
}

.blog__block	{
	margin:0 auto;
			justify-content: space-between;	
			margin-bottom:50px;

			}

.contens1__item-block {
 max-width: 1037px;
 margin: 50px auto;
	display: flex;
	flex-direction: column;
}

.Profile__block{
	margin:0 auto;
	}

	.Profile__block-item1  {
		width: 100%;
}
	.Profile__block-item1 img {
		width: 100%;
}
.Profile__block-item2 {
	width: 100%;
margin-bottom: 30px;
}



/*img*/

	.about__p-block1-img1{
		position: absolute;
	width: 25px;
		}

		.about__p-block1-img2{
			position: absolute;
		bottom: 0px;
		right: 0px;
width: 25px;
			}
	
/*btn*/


.btn-after {
	width: 266px;
	text-align: left;
	text-decoration: none;
	display: block;
	margin: 0 auto;
	padding: 19px 0px 19px 34px;
	border-radius: 34px;
	border: #000 1px solid;
	margin-top: 1.5em;
		}

		.btn-after p
		{
						color: #000;
						font-size: 0.875rem;
						line-height: 1;
						position: relative;
						letter-spacing: .3em;
		}
		
		.btn-after p::after {
						content: "";
						display: block;
						position: absolute;
						top: 50%;
						right: 20px;
						width: 22px;
						height: 28px;
						margin-top: -10px;
						content: url('../image/ya3.png');
						display: block;
		}
		

		.btn-after2 {
			width: 165px;
			text-align: left;
			text-decoration: none;
			display: block;
			padding: 19px 0px 19px 0px;
			border-bottom: #A2A0A0 1px solid;
			margin-top: 1.5em;
			margin-left: calc(50% - 120px);

				}
		
				.btn-after2 p
				{
								color: #000;
								font-size: 0.875rem;
								line-height: 1;
								position: relative;
								letter-spacing: .3em;
				}
				
				.btn-after2 p::after {
								content: "";
								display: block;
								position: absolute;
								top: 50%;
								right: -50px;
								width: 22px;
								height: 28px;
								margin-top: -10px;
								content: url('../image/yajirushi2.png');
								display: block;
				}
		


		.flex{
			display: flex;
			justify-content: space-between;
			margin: 50px 0px 0px;
		}
		
		.flex-box{
			display: flex;
			flex-direction: column;
			width: 32%;
			border: 2px #eee solid;
			border-radius: 10px;
		}
		
		.flex-box h2{
			padding: 5px 10px;
			color: #fff;
			font-weight: bold;
			text-align: center;
			background: #333;
		}
		
		.flex-box p{
			margin: 25px;
		}
		
		.flex-box .lnkbtn{
			display: block;
			width: 100%;
			max-width: 200px;
			margin: auto auto 30px;
			padding: 10px;
			color: #000;
			text-align: center;
			text-decoration: none;
			border-radius: 10px;
			background-color: #ccc;
		}
		
		.flex-box .lnkbtn:hover{
			color: #fff;
			background-color: #333;
		}
		




.contens1__item-btn {
margin-bottom:58px;
}



.contens2__item-circle {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #FFF;
    border: #707070 solid 1px;
    margin: 0 auto;
    margin-top: -50px;
    z-index: 55555;
    position: relative;
}


.contens2__item-circle {
	width: 132px;
	height: 132px;
	border-radius: 50%;
	background: #FFF;
	border: #707070 solid 1px;
	margin: 0 auto;
	margin-top: -50px;
}



/*最初のフルスクリーン表示-----------------------------------------------------------*/

.start {
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9000;
}

.video-container{
	display: flex;
	justify-content: center;
  }

.video-wrap {
	position: relative;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
  }
  
  .video-wrap > img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 80%;
  }



/*トップページメインスクリーン*/

.top__item {
	width:100%;
	max-width:100%;
 }

	.top__item img {
		width:100%;
		max-width:100%;
		}



 /*ハンバーガーメニュー-----------------------------------------------------------*/


	.wrapper {
		height: 100%;
		overflow-x: hidden;
		position: relative;
}
.overlay {
		content: "";
		display: block;
		width: 0;
		height: 0;
		background-color: rgba(0, 0, 0, 0.3);
		position: absolute;
		top: 0;
		left: 0;
		z-index: 2;
		opacity: 0;
		transition: opacity .5s;
}
.overlay.open {
		width: 100%;
		height: 100%;
		opacity: 1;
}
main {
		height: 100%;
		/* min-height: 100vh; */
		transition: all .5s;
		display: flex;
		flex-direction: column;
		justify-content: center;
}
main.open {
		transform: translateX(-250px);
}


.menu-trigger {
		display: inline-block;
		vertical-align: middle;
		cursor: pointer;
		position: fixed;
		top: 20px;
		right: 10px;
		z-index: 100;
/*   transform: translateX(0);
		transition: transform .5s;
	*/}
/* .menu-trigger.active {
		transform: translateX(-250px);
}
	*/.menu-trigger span {
		display: inline-block;
		box-sizing: border-box;
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #000;
		transition: all .5s;
}
.menu-trigger.active span {
		background-color: #000;
}
.menu-trigger span:nth-of-type(1) {
		top: 0;
}
.menu-trigger.active span:nth-of-type(1) {
		transform: translateY(12px) rotate(-45deg);
}
.menu-trigger span:nth-of-type(2) {
		top: 13px;
}
.menu-trigger.active span:nth-of-type(2) {
		opacity: 0;
}
.menu-trigger span:nth-of-type(3) {
		bottom: 0;
}
.menu-trigger.active span:nth-of-type(3) {
		transform: translateY(-15px) rotate(45deg);
}
	
nav {
		width: 250px;
		height: 100%;
		padding-top: 100px;
		background-color:#fff;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 10;
		transform: translate(250px);
		transition: all .5s;
		padding-left: 20px;
}
nav.open {
		transform: translateZ(0);
}
nav li {
		color: #000;
		text-align: center;
		padding: 10px 0;
		list-style: none;
		font-family: "sofia-pro", sans-serif;
font-weight: 400; 
text-align: left;

}
* {
		box-sizing: border-box;
}



/* タブレット以上*/

@media screen and (min-width:480px) { 
					/*　画面サイズが480px以上からはここを読み込む　*/
	
					.sp{ display:none;}
					.pc{ display:block;}
				
/*ヘッダー*/

.contens2{
	background: url(../image/top_img7.jpg);/*相対パスで画像ファイルを指定*/;
	width: 100%;
	aspect-ratio: 1920 / 707;
	background-size: cover;
	position: relative;
		}



		.contens2__item-circle {
			width: 132px;
			height: 132px;
			border-radius: 50%;
			background: #FFF;
			border: #707070 solid 1px;
			margin: 0 auto;
			position: absolute;
			margin: 0;
			left: 50%;
			bottom: -100px;
			transform: translateX(-50%);
		}

.contens1___item-ttl{
	text-align: center;
}	

.contens2__item{
	margin-left:15px;
}

.contens2___item-ttl {
 letter-spacing: 0.3vw;
}


	.contens3__item-circle{
		width: 225px;
		height: 225px;
		line-height: 225px;
	}



.contens3__item-txt{
	font-size:	1.9375rem;
}

					.header__item{
						width: 220px;
						margin-right: 10vw;
						padding:10px;
						margin-left:20px
						}

						.blog__block	{
									display: flex;
									margin-bottom:0px;

									}

									.blog__item {
										width: 30%;
						}
						
						.menu-trigger {

							top: 30px;
						
						}

					.bnr {
						margin:0 auto;
						display: flex;
						justify-content: space-between;
						width: 80%;
								}

								.bnr img {
									width: 100%;
					}
	.news{
	margin-bottom:0px;
}


/*footer*/



.footer_item3{
border-top: 1px solid #C4BCBC;
width: 100%;
justify-content: space-between;
padding: 20px 50px;
}

.footer__block{
	display: flex;
	padding: 50px;
	
	}
	


.footer_item3__block-li{
		font-size:14px;
		margin:0 auto;
}
		

			.footer_item3-block {
				/* text-align: center; */

				font-size:14px;
				 justify-content: center;

			}

			    .footer_item3-block {
        font-size: 14px;
        text-align: center;
    }


	.ttl-footer{
		top: 50%;

				}
	

.top{
							background: url(../image/top_img1.jpg) top center no-repeat;
							width: 100%;
							height: 100%;
							aspect-ratio: 240 / 121;
							background-size: cover;
							position: relative;
								}

.contens1__item-block	{
	margin:40px 100px 40px 100px;
	}


	.contens1_item--border{
		border: solid 1px #C4BCBC;
		width: 100%;
		height: 1px;
			}
	
	
.about{
	background: url(../image/top_img22.jpg) top center no-repeat;
	background-size: cover;
}

.about__item-txt1{
	font-size:	1.5625rem;
	line-height:1.68em;
	margin-top: 0px;
}

.about__item-txt2	{
	font-size:	1.875rem;
	line-height:1.216em;
	text-align: center;
}

.about__item-btn		{
	margin-bottom: 80px;
		}	

.about__item-txt3		{
	text-align: center;
}

.about__p-block4{
	border-bottom: solid 1px #8E8E8E;
	padding-bottom: 20px;

}



.contens1__item{
	border: solid 1px #C4BCBC;
	width: 50%;
}

				.Profile__block-item1  {
					width: 42%;
			}

			.Profile__block-item2 {
				width: 58%;
				margin-top: 80px;
			}


/*h*/
.top__p	{
	color: #fff;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 3.1vw;
	line-height:1.25em;
	position: absolute;
	top:3vw;
	left:18vw;
	letter-spacing: 0.5vw;
	font-weight: 400;
	}
	.ttl{
		text-align: left;
		font-size: 3.4375rem;
		margin-top: 0px;
			}

.ttl-news{
margin-top: 0px;
	}




	/*メニュー*/

.menu-trigger {
right: 10px;
}
.menu-trigger img {
	width: 80%;
	}

#header {
		width: 78%;
}

.about__item-block{
	width: 500px;
}

.contens1 {
	display: flex;
	
	}
.contens2___item-ttl {

    letter-spacing: 0.5vw;
}
	.contens3{
	display: flex;
	}
	.contens2__item-circle{
		width: 132px;
		height: 132px;
		border-radius: 50%;
		background: #FFF;/*背景色*/
		border: ##707070 solid 1px;
		position:absolute;
		bottom: -100px;
		left: calc(50% );
		margin:0;
	}
	
	.contens1__item-block {
		margin: 40px ;
		display: flex;
  flex-direction: column;
}

	.btn-after {
		width: 75%;
}


/*最初のスクリーン*/

	.video-wrap {
		width: 413px;
		height: 301px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}


	.Profile__block{
		margin:0 auto;
		display: flex;
		justify-content: space-between;	
		}
	
		.Profile__block-item1 {
			width: 35%;
}

}




/* 960px以上に適用されるCSS（PC用） */
@media screen and (min-width: 960px) {
.sp{ display:none;}
.pc{ display:block;}
.ipad{ display:none;}


.footer__block-li li{
	margin-left: 20px;
}


			.footer_item3{
				width: 100%;
				display: flex;
			
					}

	.about__item-block {
		width: 920px;
}

.about__p-block1{
	width: 545px;
}


.about__item{

	margin-bottom: 20px;
	}

		.ttl-news{
			position: relative; /* 子要素を相対的に位置指定 */
			left: calc(-152px); /* 親要素から-152px左にずらす */
				}		

		#header {
			width: 88%;
	}

.contens1__item{
		border: solid 1px #C4BCBC;
		width: 50%;
			}
			
		
.contens1__item img{
	width: 100%;
}


.contens1__item-block {
 width: 88%;
 max-width: 1037px;
	margin:0 auto;
	margin-top: 50px;
}

.contens2__item{
	margin-left:50px;
}


.btn-after {
						width: 266px;
		}

		.contens2__item-circle{

			bottom: -50px;

		}

ul.ul-menu-p{
  list-style: none;
  margin: 0;
  padding: 0;
  }   

  .menu-p{
    font-family: "sofia-pro", sans-serif;
    font-weight: 300; 
    font-size:1.7vw;
    line-height:2.4em;
    position: relative;
    letter-spacing:0.09em;
    
    }   

    ul.ul-menu-p-menu{
      list-style: none;
      margin: 0;
      padding: 0;
      }   
    
      .menu-p2{
        font-family: "sofia-pro", sans-serif;
        font-weight: 300; 
        font-size:1.2vw;
        line-height:2.4em;
        position: relative;
        letter-spacing:0.09em;
        
        }   

.main-box3-box{
width:95%;
margin:0 auto;
margin-bottom:90px;
}
    
  
.main-box3 img {
width: 100%;
height: 70vh;
object-fit: cover;	
	
}

.footer__block {
	padding: 50px 154px;
}
.footer_item3-block {
 text-align: right;
 }

	ul.footer_item3__block-li li {
    margin-right: 20px;
}

	}


/* 1400px以下に適用されるCSS（一部特殊系） */

@media screen and (max-width: 1400px) {

	.ttl-news {
		position: relative;
		left: calc(0px); 
}

.about{
	background: url(../image/top_img22_ipad.jpg) top center no-repeat;
	background-size: cover;
}

	}

/* 1200px以下に適用されるCSS（一部特殊系） */

@media screen and (max-width: 1200px) {

	.footer__block  {
		padding: 50px 50px;
}

.contens1___item-ttl {
	font-size: 1.2rem;
}

.ttl-footer {
 font-size: 5vw;
}

.contens2___item-ttl {
font-size: 1.5rem !important;
}

	.contens3__item-circle{
		width: 125px;
		height: 125px;
		line-height: 125px;
	}

.contens3__item-txt{
	font-size:	1.55rem;
}

	}




/* 480px以下に適用されるCSS（スマホ用） */

@media screen and (max-width: 480px) {

	.sp{ display:block;}
	.pc{ display:none;}
	.ipad{ display:none;}


.top__back{
	background-color: #CBB49D;
	width: 80%;
	height: 70px;
}

	.menu-trigger img {
		width: 90px;
}

.header__item img {
	margin-top: 5px;
	margin-bottom: 5px;
	width: 140px;
}

.top__item2{
	width:100%;
	height: 72px;
	background:#CBB49D;
}

	.about{
		background:none;
	}

	.about__p-block1-img1 {
		display: block;
	}

	.about__p-block1-img1 img {
		width: 25px;

	}

	.about__p-block1-img2 {
		width: 25px;
	}
.about__item-img{
	width: 100%;
	z-index: -999999999999999;
	position: relative;
	margin-top: -50px;
}

.about__line2{
	border-bottom: #C4BCBC solid 1px;
	margin:0 auto;
	width: 20%;
			}

	.bnr__img{
	margin-bottom: 20px;
	}

	.header__item {
    width: 150px;
}

	.header__item3 {
font-size: 12px;
}

.header__item img {
	width: 150px;

}
#header {
    width: 70%;
}

	.ttl-news {
	text-align: left;
}

.ttl-news-sp{
	padding-top: 80px;
	display: block;
}

.contens2__item {
	width: 90%;
	margin:0 auto;
}

.contens2 img{
width: 100%;
		}

h2.contens2___item-ttl.sp {
			writing-mode: vertical-rl;
}

.contens2__item-sp {
	margin-left: calc(50% - 95px);
	margin-top: 80px;
	margin-bottom: 80px;

}

.contens2__item-sp2 {
width:88%;
margin:0 auto;

}


.ttl-footer {
 font-size: 11vw;
}
.footer_item3-block {
 justify-content: center;
	margin-bottom: 5px;
}
.footer_item3__block-li{

margin: 0 auto;
	}

	}



/* タブレットのみ */
@media screen and (min-width:767px) and ( max-width: 1280px) {

.ttl {
	font-size: 2.9rem;
}


	.Profile__block-item2 {
		 margin-top: 0px; 
}

.Profile__block-item1 {
	width: 45%;
}

.ttl-footer {

    left: 0px;
}



}






/* フェードイン用のCSS */
.slide-bottom {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1.3s 0s ease-out;
}

/* 上からフェードイン */
.slide-top {
	opacity: 0;
	transform: translate(0, -20px);
	transition: all 1s ease-out;
 }

/* 下からフェードイン */
.slide-bottom {
	opacity: 0;
	transform: translate(0, 20px);
	transition: all 1s ease-out;
 }

 /* 左からフェードイン */
.slide-left {
	opacity: 0;
	transform: translate(-20px, 0);
	transition: all 1s ease-out;
 }

/* 右からフェードイン */
.slide-right {
	opacity: 0;
	transform: translate(20px, 0);
	transition: all 1s ease-out;
 } 
