@charset "UTF-8";


body {
  font-family:'Noto Serif JP', serif;
	color: #fff;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

}


img {
/*imgの最大横幅を100%に設定する*/
  max-width: 100%;
}
a{
  text-decoration: none;
}
p{
  text-shadow: 1px 1px 3px #333;
}
/* Loading背景画面設定　*/
#splash {
  /*fixedで全面に固定*/
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	background:#000;
	text-align:center;
	color:#fff;
}
#header {
	background-color: #000;
	width: 100%;
	height: 50px;
	top: 0;
	z-index: 2;
	position: fixed;
}

#header a{
  font-size: 12px;
  margin-left: 10px;
  line-height: 50px;
  color: #fff
}


#mainvisual {
	height:100vh;
	width:100%;
	margin: 50px 0 0 0;
}

#video{
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*縦横幅指定*/
  width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
  height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
  min-height: 100%;
  min-width: 100%;
}
.animation{
  opacity: 0;
  transition: all 3s ease;
}
.animation.show{
   transform: translate(0, -100px);
  opacity:1;
}
/* メインビジュアル ーーーーーーーーーーーーーーーーーーーーーーー*/
.geturei{
	width:100vw;
  height:100vh;
  text-align: center;
  background-image: url("../images/月齢.jpg");
  background-position: bottom;
  background-size: cover;
  display: table;
  margin: 50px auto 250px;
  opacity: 0.7;
}
/* ”メインタイトル” */
h1.large{
	font-size: 40px;
  color: #fff;
  font-weight: normal;
  text-shadow: 1px 1px 3px #333;
  opacity: 1;
  position: absolute;
  top: 40%;
  left: 10%;
}
.container{
  display:block;
  height: 500px;
  margin: 200px 0;
}

#concept{
  position:relative;
}
#order{
  position: relative;
}
#gift{
  position: relative;
}
/* タイトル　ーーーーーーーーーーーーーーーーーーーーーー */
.title{
  font-size: 40px;
  line-height: 2em;
  position: absolute;
  top: 100px;
  z-index: 1;
}
.title_left{
  left: 20%;
}
.title_right{
  right: 20%;
}
/* テキスト　ーーーーーーーーーーーーーーーーーーーーーーーーー */
.text{
  font-size: 18px;
  position: absolute;
  top: 330px;
  z-index: 1;
  line-height: 2.5rem;
}
.text_left{
  left: 20%;
}
.text_right{
  right: 20%;
}
/* 写真　ーーーーーーーーーーーーーーーーーーーーーーーーーー */
.pic img{
  position: absolute;
  top: 200px;
  width: 30%;
  height: auto;
}
.pic_right img{
  right: 20%;
}
.pic_left img{
  left: 10%;
}
/* オーダーのボタン */
.order-btn{
  display: block;
  width: 190px;
  height: 32px;
  background-color: #fff;
  color: #000;
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 32px;
  z-index: 1;
  text-align: center;
  margin: 10px 0;
}
.order-btn a:hover{
  background-color: #222;
  color: #fff;
}

/* オンラインショップ・ファンクラブ　ーーーーーーーーーーーーーーーーーーーーーー */
.prompt{
  height:400px;
  text-align: center;
  padding: 56px 0;
  position: relative;
}
/* ”○月満月発表会” */
.prompt p{
  font-size: 18px;
  position:absolute;
  top: 20%;
  left: calc(50% - 62px);
}

/* ”新作作品名””Filmの街””オリジナルキャンドル” */
h2.title{
  font-size: 24px;
  color: #fff;
  font-weight: normal;
  text-shadow: 1px 1px 3px #333;
  position: absolute;
  top: 27%;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  z-index: 1;
}
.background img{
  width: 100%;
  max-width: 430px;
  height: auto;
  opacity: 0.7;
  z-index: -1;
}
.button{
  display: block;
  width: 190px;
  height: 32px;
  background-color: #fff;
  color: #000;
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 32px;
  position: absolute;
  top:50%;
  left:calc(50% - 95px);
  z-index: 1;
}
.button a:hover{
  background-color: #222;
  color: #fff;
}

#footer{
  height:267px;
  font-size: 11px;
  position: relative;
  background-color: #333;
}
.address{
  display: flex;
  justify-content: space-between;
  width:80%;
  max-width: 500px;
  margin: 0 auto;
  padding-top:20px;
}
.item{
  font-size: 11px;
  line-height: 1.7em;
}

#footer p{
  position: absolute;
  bottom:10px;
  left:calc(50% - 72px);
}

#footer ul{
  display: flex;
  justify-content: space-between;
  width:80%;
  max-width: 500px;
  margin: 20px auto;
  list-style-type: none;
}

#footer a{
  color: #fff;
}



/*===============================================
PC : 画面の横幅が769px以上
=================================================*/





/*ここからメディアクエリで各デバイスサイズに書き分けます
CSSは上から下に継承されるので、変化させたいところだけ書けばOK*/



/*================================================
Tablet : 画面の横幅が768pxまで
==================================================*/
@media screen and (max-width: 768px){

}


/*================================================
Smartphone :  画面の横幅が640pxまで
=================================================*/
@media screen and (max-width:640px){
  /* ”メインタイトル” */
  h1.large{
  	font-size: 30px;
    top: 30%;
  }
  .container{
    margin: 70px 0;
  }

  .title{
    font-size: 24px;
  }
  .title_left{
    left: calc(50% - 140px);
  }
  .title_right{
    right: calc(50% - 140px);
  }

  .text{
    font-size: 14px;
    top: 270px;
  }
  .text_left{
    left: calc(50% - 140px);
  }
  .text_right{
    right: calc(50% - 140px);
  }

  /* 呼吸、ギフト写真 */
  .pic img{
    top: 200px;
    width: 70%;
    max-width: 250px;
    opacity: 0.6;
  }
  .pic_left img{
    left: calc(50% - 160px);
  }
  .pic_right img{
    right: calc(50% - 160px);
  }
  .order-btn{
    width: 130px;
  }
  #footer{
    height: 300px;
  }
  .address{
    width:90%;
    max-width: 330px;
  }
  .item{
    width: 30%;
  }
  #footer ul{
    display: block;
    width:80%;
    max-width: 330px;
    margin: 10px auto;
  }
  #footer li{
    margin: 5px 0;
  }
}
