@charset "utf-8";

/*----------------------------------------------------
　サイト共通設定 2022.11.01更新
----------------------------------------------------*/
html {
  height: 100%;
  text-align: center;
}
/* body 
----------------------------------------------*/
body {
    text-align: center;
  *font-size: small;
  *font: x-small;
    color: #645863;
    min-height: 100%;
    font-family: "Noto Serif JP", serif;
    line-height: 1.5;
    font-weight: 500;
    font-size: 16px;
	  margin: 0;
}
/* 共通
----------------------------------------------*/
/* ボックスサイズにボーダーとパディングを含まない */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.clear {
  clear: both;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
img {
max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.no-pc {
  display: none;
}
/*---------------------------------------------
アニメーション
----------------------------------------------*/
/* フェードイン(初期値) */
.js-fadeUp {
  opacity: 0; /* 最初は非表示 */
  transform: translateY(30px); /* 下に30pxの位置から */
  transition: opacity .8s, transform .8s; /* 透過率と縦方向の移動を0.8秒 */
}
/* フェードイン(スクロールした後) */
.js-fadeUp.is-inview {
  opacity: 1; /* 表示領域に入ったら表示 */
  transform: translateY(0); /* 30px上に移動する */
  transition-delay: .5s; /* フェード開始を0.5秒遅らせる */
}

@media screen and (min-width: 769px) {
 
	
  /*----------------------------------------------------
　MV
----------------------------------------------------*/	
	#mv{
    margin-top: 2em;
    margin-bottom: 3em;
    margin-right: auto;
    margin-left: auto;
    display: block;
    width: 900px;
    height: auto;
	}	
	h2{
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.1em;
    margin-bottom: 2em;
    color: #645863;
    font-family: "Noto Serif JP", serif;
    opacity: 1;
	}	
	#info{
    line-height: 2em;
    font-size: 16px;
	}
	#info p{
		margin-bottom: 20px;
	}
	hr{
    width: 500px;
    margin-top: 4em;
    margin-bottom: 4em;
	}
	
	#details{
		margin-bottom: 4em;
	}
	h3{
    display: block;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate; 
    font-family: "Noto Serif JP", serif;
	}
	#details p{
		margin-bottom: 3em;
    font-size: 16px;
	}
	
	#link a{
    display: block;
    background-color: #c7b0a3;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 19px;
    padding-top: 10px;
    padding-bottom: 10px;
    width:500px;
    margin-right: auto;
    margin-left: auto;
    letter-spacing: 0.1em;
  position: relative;
		transition: 0.3s;
	}
	
	#link a:hover{
    background-color: #A78E80;
	}
	
	#link a::before,
	#link a::after {
  content: "";
  position: absolute;
  top: 25px;
  right: 90px;
  height: 1px;
  background-color: #FFF;
}
	#link a::before {
  width: 30px;
  right: 25px;
}
	#link a::after {
  width: 10px;
  transform-origin: right center;
  transform: translate(65px, 0px) rotate(45deg);
}
	
	#img{
 margin-top: 4em;
		margin-bottom: -8px;
	}
	#footer_info{
		text-align: left;
	}
	
}
