@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;
}
.contents {
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  width: 92%;
}
/* 共通
----------------------------------------------*/
/* ボックスサイズにボーダーとパディングを含まない */
*, *: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;
  height: auto;
}
.no-pc {
  display: none;
}

hr{
}



@media screen and (max-width: 768px) {
  /*----------------------------------------------------
　サイト共通設定
----------------------------------------------------*/
  .no-sp {
    display: none !important;
  }
  .no-pc {
    display: block !important;
  }
}

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

/*---------------------------------------------
フッター
----------------------------------------------*/

@media screen and (max-width: 768px) {
    footer {
        padding-bottom: 60px;
    }
	    #sp-fixed-menu {
	position: static;
    }

}
/*----------------------------------------------------
　ページ設定
----------------------------------------------------*/
main{
    background-color: #E4E2DB;
    color: #393939;
    font-family: "Hiragino Mincho ProN", "Zen Old Mincho", serif;
    padding-bottom: 180px;
}

h4 {
        font-size: 28px;
        color: #393939;
        letter-spacing: 0em;
        line-height: 1.2em;
        margin-bottom: 20px;
        text-align: center;
  font-family: "Lustria", serif;
    }

/*----------------------------------------------------
　MV
----------------------------------------------------*/
#mv {
    margin-right: auto;
    margin-left: auto;
    display: block;
	width: 100%;
    background-image: url(../img/sp_mv.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	height: 585px;
	position: relative;
	margin-bottom: 60px;
}
h2 {
  font-family: "Lustria", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 74px;
    opacity: 1;
    position: absolute;
    bottom: 20px;
    display: block;
    letter-spacing: 3px;
    line-height: 0.9;
    top: 411px;
	height: auto;
	margin-bottom: 0px;
}

#mv {
  position: relative;
  display: inline-block;
}

#mv::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scaleX(0.);
  transform-origin: center;
  width: 1px;
  height: 60px;
  top: calc(100% - 30px);
  background: linear-gradient(to bottom, white 50%, #818181 50%);
  z-index: 2;
}

@media screen and (min-width: 769px) {
main .contents {
  width:450px;
}
  main{
	padding-top: 50px;
	text-align: center;
}
	#mv {
	background-image: url(../img/mv.jpg);
	width: 900px;
  }
	#mv::after {
    content:none;
}
h2 {
    top: 500px;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);

}
  main img{
	  width: 100%;
	  margin-left: auto;
	  margin-right: auto;
}	
}
/*----------------------------------------------------
　インフォメーション
----------------------------------------------------*/
#info{
    border-bottom: 1px solid #9A9A9A;
    margin-bottom: 40px;	
	padding-bottom: 30px;
}
h3{
    font-size: 18px;
	line-height: 1.8em;
    margin-bottom: 1.5em;
    font-family: "Hiragino Mincho ProN", "Zen Old Mincho", serif;
}
#info p{
    text-align: center;
    font-size: 14px;
	line-height: 2em;
    margin-bottom: 2em;
}
/*----------------------------------------------------
　インフォメーション
----------------------------------------------------*/
#info{
    border-bottom: 1px solid #818181;
    margin-bottom: 40px;	
	padding-bottom: 30px;
}
h3{
    font-size: 18px;
	line-height: 1.8em;
    margin-bottom: 1.5em;
    font-family: "Hiragino Mincho ProN", "Zen Old Mincho", serif;
}
#info p{
    text-align: center;
    font-size: 14px;
	line-height: 2em;
    margin-bottom: 2em;
}

/*----------------------------------------------------
　DETAIL
----------------------------------------------------*/
#details{
	margin-top: 90px;
    margin-bottom: 90px;	
}

table,table tr td{
    background-color: transparent;
	border-style: none;
        color: #393939;
	line-height: 2em;
}
table tr td{
	text-align:left;
    vertical-align: top;
 }
/*----------------------------------------------------
　LESSON
----------------------------------------------------*/
#lesson{
    padding-bottom: 80px;}

.timeline {
  position: relative;
  margin-left: 30px;
	margin-bottom: 30px;
}

.entry {
  position: relative;
  padding-left: 5px;
}

.entry::before {
    content: "";
    position: absolute;
    left: -16px;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #818181;
}
/* ●マーク */
.entry .le_title::before {
    content: "";
    position: absolute;
    left: -19px;
    top: 0.6em;
    width: 7px;
    height: 7px;
    background-color: #565656;
    border-radius: 50%;
    z-index: 1;
}

/* 最初のエントリー：上の線をカット */
.entry:first-child::before {
  top: 0.8em; /* ●の位置と一致させる */
}

/* 最後のエントリー：下の線をカット */
.entry:last-child::before {
    bottom: calc(100% - 0.8em); /* ●の位置と一致させる */
}
.le_title{
	font-size: 16px;
	margin-bottom: 8px;
}
.entry p{
	font-size: 14px;
	padding-bottom: 24px;
	line-height: 1.6em;
	
}

/*----------------------------------------------------
　PROFILE
----------------------------------------------------*/
#profile{
    padding-bottom: 20px;
    border-bottom: 1px solid #818181;
    border-left: 1px solid #818181;
    border-top: 1px solid #818181;
    padding-top: 20px;
    padding-left: 20px;
	margin-bottom: 90px;
}

#profile h4{
    text-align: left;
    border-bottom: 1px solid #818181;
}

#profile img{
    margin-bottom: 10px;
    width: 50%;}

#profile .profile{
    padding-bottom: 20px;
	line-height: 2em;
    border-bottom: 1px solid #818181;
	margin-bottom: 20px;
}
#profile h5{
    background-color: transparent;
    text-align: left;
    color: #393939;
	font-size: 20px;
    letter-spacing: 0.1em;
    line-height: 1.2em;
    margin-bottom: 5px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
#profile p{
	line-height: 2em;
}
/*----------------------------------------------------
　ENTRY
----------------------------------------------------*/
#entry{
	margin-bottom:90px;
}
#entry ul{
	line-height: 2em;
	margin-bottom: 1em;
}

#entry ul li{
	margin-left: 1em;
}
#entry span{
    line-height: 1.6em;
    display: block;
    text-indent: -1em;
    margin-left: 1em;
	
}
#entry img{
	margin-top: 40px;
	
}
/*----------------------------------------------------
　footer_img
----------------------------------------------------*/
#news_footer{
	margin-top: 80px;
	padding-bottom: 100px;
}
/*----------------------------------------------------
　hr
----------------------------------------------------*/

	
hr {
        border-bottom: 1px solid #818181;
        margin-bottom: 0px;
    }

.hr_img{
	position: relative;
}
.hr01 {
    width: 56%;
    position: absolute;
    right: 0px;
    bottom: 40px;
}
.hr02{
    width: 40%;
    position: absolute;
    left: 0px;
    bottom: 100px;
}
.hr03{
    margin-top: -30px;
    width: 260px;
    right: 0;
    position: absolute;
}
.hr04{
	margin-top: 20px;
    width: 280px;
    left: 0;
    position: absolute;
}

@media screen and (min-width: 769px) {
	.hr01 {
        width: 253px;
        bottom: 19%;
}
.hr02{
        width: 200px;
        bottom: 30%;
}
.hr03{
    width:77%;
}
.hr04{
    width: 80%;
}
	}
/*----------------------------------------------------
　ENTRY BOT
----------------------------------------------------*/
#entry_bot{
}
#entry_bot a{
	background-color: #393939;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
	letter-spacing: 0.1em;
	position: relative;
	transition: 0.3s;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	}
	
#entry_bot a:hover{
	background-color: #000000;
	}
#entry_bot a::before,
#entry_bot a::after{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
#entry_bot a::before{
	right: 80px;
	width: 20px;
	height: 1px;
	background: #FFF;
}
#entry_bot a::after{
	right: 80px;
	width: 7px;
	height: 7px;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#entry_bot {
  display: none;
  position: fixed;
	width: 90%;
  bottom: 95px;
	margin-right: auto;
	margin-left: auto;
  z-index: 500;
  transition: all 0.3s ease;
}

@media screen and (min-width: 769px) {
#entry_bot {
	width: 450px;
}	
}	
#lp_banner,#lp_banner_sp{
	display: none;
}
