@charset "utf-8";
/* CSS Document */


/*Fonts
----------------------------------------------------------------------------------------------------------------------*/


/* 欧文明朝 Libre Baskerville
-----------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville&display=swap');

/*font-family: 'Libre Baskerville', serif;*/



/* 和文明朝 Libre Baskerville
-----------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap');

/*font-family: 'Noto Serif JP', serif;*/



/*和ゴシック Noto Sans Japanese 
-----------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400&display=swap');

/*font-family: 'Noto Sans JP', sans-serif;*/


.eg-font{
	font-family: 'Libre Baskerville', serif;	
}




/* ---------------------------------------------------------------------------------------------

   Back-Color

--------------------------------------------------------------------------------------------- */
.floralwhite{
	background: #fffaf0;
}

.white-back{
	background: #fff;
}

.snow-color{/*トップ以外の背景色*/
	background: #f8f5f0;
}

.zouge-color{
	background: #f8f4e6;
}

.mushiguri{/*外部リンク色*/
	background: #ebe1a9;
}



/* ---------------------------------------------------------------------------------------------

   Wrap,Contents-wrap,Contents

--------------------------------------------------------------------------------------------- */
.wrap{
	width: 100%;
	overflow: hidden;
	position: relative;
}

.contents-wrap100{
	width: 100%;
	padding: 150px 0 0 0;
	
}
.contents-wrap80{
	width: 80%;
	padding: 150px 0 0 0;
	margin: 0 auto;
	position: relative;
}

.contents1200{
	width: 1200px;
	margin: 0 auto;
}
.contents1000{
	width: 1000px;
	margin: 0 auto;
}
.contents700{
	width: 700px;
	margin: 0 auto;
}

@media screen and (max-width:1200px) {

.contents1200{
	width: 100%;
}
	
}

@media screen and (max-width:1100px) {

.contents1000{
	width: 80%;
}
	
}

@media screen and (max-width:700px) {
	
.contents-wrap100{
	padding: 100px 0 0 0;
	
}
.contents-wrap80{
	padding: 100px 0 0 0;
}

.contents700{
	width: 100%;
}

}



/* ---------------------------------------------------------------------------------------------

   H2

--------------------------------------------------------------------------------------------- */
h2{
	font-family: 'Noto Serif JP', serif;
	font-size: clamp(20px, 3vw, 30px);
	font-weight: normal;
	line-height: 2;
}

.eg-h2{
	font-family: 'Libre Baskerville', serif;
	font-size: clamp(18px, 3vw, 24px);
	color: #bdb76b;
	line-height: 1.5;
	margin-bottom: 50px;
}

@media screen and (max-width:700px) {

.eg-h2{
	margin-bottom: 35px;
}
	
}


/* ---------------------------------------------------------------------------------------------

   P,他フォントサイズ

--------------------------------------------------------------------------------------------- */
.text-144{
	font-size: clamp(96px, 2vw, 144px);
}

.text-96{
	font-size: clamp(84px, 3vw, 96px);
}

.text-84{
	font-size: clamp(72px, 3vw, 84px);
}

.text-72{
	font-size: clamp(60px, 3vw, 72px);
}

.text-60{
	font-size: clamp(48px, 3vw, 60px);
}

.text-48{
	font-size: clamp(36px, 3vw, 48px);
}

.text-42{
	font-size: clamp(30px, 3vw, 42px);
}

.text-36{
	font-size: clamp(24px, 3vw, 36px);
}

.text-30{
	font-size: clamp(20px, 3vw, 30px);
}

.text-24{
	font-size: clamp(18px, 3vw, 24px);
}

.text-20{
	font-size: clamp(16px, 3vw, 20px);
}

.text-18{
	font-size: clamp(14px, 3vw, 18px);
}

.text-16{
	font-size: clamp(12px, 3vw, 16px);
	line-height: 2;
}

.text-14{
	font-size: clamp(10px, 3vw, 14px);
	line-height: 2;
}

.text-12{
	font-size: clamp(8px, 3vw, 12px);
	line-height: 2;
}



/* ---------------------------------------------------------------------------------------------

   Br

--------------------------------------------------------------------------------------------- */
.br-1920{
	display: block;
}
.br-1400{
	display: none;
}
.br-1200{
	display: none;
}
.br-1000{
	display: none;
}
.br-700{
	display: none;
}
.br-500{
	display: none;
}
.br-400{
	display: none;
}
.br-350{
	display: none;
}

@media screen and (max-width:1400px) {
.br-1400{
	display: block;
}
}
@media screen and (max-width:1200px) {
.br-1200{
	display: block;
}
}
@media screen and (max-width:1000px) {
.br-1000{
	display: block;
}
}
@media screen and (max-width:700px) {
.br-700{
	display: block;
}
}
@media screen and (max-width:500px) {
.br-500{
	display: block;
}
}
@media screen and (max-width:400px) {
.br-400{
	display: block;
}
}
@media screen and (max-width:350px) {
.br-350{
	display: block;
}
}

.br--500{/*左右500pxで解除*/
	display: block;
}
@media screen and (max-width:500px) {
.br--500{/*左右500pxで解除*/
	display: none;
}
}



/* ---------------------------------------------------------------------------------------------

   Pankuzu

--------------------------------------------------------------------------------------------- */
.pankuzu{
	width: 100%;
	background: #fff;
	margin-top: 70px;
	padding: 5px 7.5%;
	font-size: clamp(8px, 3vw, 12px);
	font-family: 'Libre Baskerville', serif;
}
.pankuzu a{
	font-family: 'Libre Baskerville', serif;
}
.pankuzu a:hover{
	opacity: 0.75;
}

@media screen and (max-width:1600px) {

.pankuzu{
	text-indent: 200px;
}
	
}

@media screen and (max-width:900px) {

.pankuzu{
	text-indent: 150px;
}
	
}

@media screen and (max-width:500px) {

.pankuzu{
	text-indent: 100px;
}
	
}



/* ---------------------------------------------------------------------------------------------

   スクロールダウン ※9-1-1 縦線が動いてスクロールを促す

--------------------------------------------------------------------------------------------- */

/*スクロールダウン全体の場所*/
.scrolldown{
    /*描画位置※位置は適宜調整してください*/
	position:absolute;
	left:50%;
	bottom: -100px;
    /*全体の高さ*/
	height:50px;
}

/*Scrollテキストの描写*/
.scrolldown span{
    /*描画位置*/
	position: absolute;
	left:-15px;
	top: -15px;
    /*テキストの形状*/
	color: #333;
	font-size: 0.7rem;
	letter-spacing: 0.05em;
}

/* 線の描写 */
.scrolldown::after{
	content: "";
    /*描画位置*/
	position: absolute;
	top: 0;
    /*線の形状*/
	width: 1px;
	height: 30px;/*30px*/
	background: #333;
    /*線の動き1.4秒かけて動く。永遠にループ*/
	animation: pathmove 1.4s ease-in-out infinite;
	opacity:0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
	0%{
		height:0;
		top:0;
		opacity: 0;
	}
	30%{
		height:30px;/*30px*/
		opacity: 1;
	}
	100%{
		height:0;
		top:50px;
		opacity: 0;
	}
}



/* ---------------------------------------------------------------------------------------------

   Fadeアニメーション設定

--------------------------------------------------------------------------------------------- */
 .fade{
  opacity: 0;
   transform: translate3d(0, 0, 0);
  transition: all 3s ease;/*fadeスピード*/
  &.full {
   transition: all 0.8 ease;
  }
}

 .top_fade{
  opacity: 0;
   transform: translate3d(0, -50px, 0);
  transition: all 2s ease;/*fadeスピード*/
  &.full {
   transition: all 0.8 ease;
  }
}

 .left_fade{
  opacity: 0;
   transform: translate3d(-50px, 0, 0);
  transition: all 2s ease;/*fadeスピード*/
  &.full {
   transition: all 0.8 ease;
  }
}

 .right_fade{
  opacity: 0;
   transform: translate3d(50px, 0, 0);
  transition: all 2s ease;/*fadeスピード*/
  &.full {
	  
   transition: all 0.8 ease;
  }
}

 .bottom_fade{
  opacity: 0;
   transform: translate3d(0, 50px, 0);
  transition: all 2s ease;/*fadeスピード*/
  &.full {
   transition: all 0.8 ease;
  }
}

.fade-content .anm_mod.active {
 opacity: 1;
 transform: translate3d(0, 0, 0);
}



/* ---------------------------------------------------------------------------------------------

   Page-Top

--------------------------------------------------------------------------------------------- */
#Page-Top {
    position: fixed;
    right: -80px;
    bottom: 125px;
	z-index: 40;
}

#Page-Top a{
    display: flex;
    justify-content: center;
	background: #ebe1a9;
    transition: opacity .6s ease;
    align-items: center;
    text-decoration: none;
    border-radius: 50px;
	padding: 20px;
}
#Page-Top a:hover {
    opacity: 0.75;
}

#Page-Top .fa-chevron-up{
	line-height: 1;
	font-size: clamp(12px, 3vw, 18px);
}
#Page-Top a .fa-chevron-up{
	color: #333;
}






