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


/* ============================================

ヘッダー

============================================  */

#header {
  position: relative;
  width: 100%;
  height: 100vh;
  opacity: 0;
}

.headerlogo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.headerlogo_in {
  width: 40%;
}
.headerlogo img {
  width: 100%;
}

.headertxt {
  position: absolute;
  top: 10px;
  left: 5px;
  z-index: 10;
  /*color: #000;*/
  color:#FFF;
  
  font-size: 15px;
  line-height: 1.6;
}

.logobgvWrap {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
  color: #fff;
  font-size: 10px;
  text-align: center;
  display: block;
}
.logobgvWrap:hover {
  text-decoration: none;
}
.logobgv {
  font-size: 36px;
  font-weight: bold;
  text-shadow: 3px 3px 3px rgba(0,0,0,0.75);
  padding: 5px;
}
.logobgv span {
  color: #0ec500;
}

.mainvisual {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.mainvisual_in {
  width: 100%;
  /* height: 50.6vw; */
  height: 100vh;
	/* background:url(../images/mainvisual.png);
  background-position: center top;
  background-repeat: no-repeat;
	background-size: cover; */
}

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

  .headerlogo_in {
    width: 76%;
  }

  .logobgvWrap {
    top: auto;
    bottom: 10px;
  }


}


/* ============================================

フッター

============================================  */

#footerWrap {
  width: 100%;
  background: #EAE7DD;
  padding: 60px 0 30px;
}
#footer {
  color: #5f5a56;
  font-size: 13px;
  text-align: center;
  line-height: 1.6;
  width: 96%;
  max-width: 960px;
  margin: 0 auto;
}
.sign {
  margin-top: 5px;
}





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

  .section {
    padding: 60px 0 40px;
  }

  .section_in {
    width: 92%;
  }

  .h2_tit {
    font-size: 20px;
    padding-top: 60px;
  }

}


/*****************************
********** 収録シーンラインアップ  **********
******************************/
.scene_list {
  width: 100%;
  margin-bottom: 60px;
}
.scene_list li {
  float: left;
  width: 25%;
  height: 134px;
  overflow: hidden;
}
.scene_list li img {
  width: 100%;
}
.scene_txt {
  font-size: 15px;
  line-height: 1.6;
}

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

  .scene_list li {
    height: 13.4vw;
  }

}


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

  .scene_list li {
    float: left;
    width: 50%;
    height: auto;
  }

}


/*****************************
********** 物語&カメラマンの想い  **********
******************************/
.feelings_tit {
  font-size: 15px;
  margin-bottom: 30px;
  padding-left: 24px;
}
.feelings_tit span {
  font-size: 30px;
}

#feelings .section_in {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.feelings_txt {
  width: 420px;
  font-size: 14px;
  line-height: 1.1;
  padding: 36px 24px;
  background: #efe7cc;
}
.feelings_box {
  background-repeat: no-repeat;
  background-size: cover;
}
.feelings_img01 {
  background-image: url(../images/feelings_img01.webp);
  background-position: 444px top;
  margin-bottom: 24px;
}
.feelings_img02 {
  background-image: url(../images/feelings_img02.webp);
  background-position: right 444px top;
}

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

.feelings_tit {
  padding-left: 2vw;
}
.feelings_txt {
  width: 35vw;
  font-size: 1.2vw;
  padding: 3vw 2vw;
}
.feelings_img01 {
  background-position: 37vw top;
  margin-bottom: 2vw;
}
.feelings_img02 {
  background-position: right 37vw top;
}

}

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

  .feelings_tit span {
    font-size: 20px;
  }
  .feelings_txt {
    width: 100%;
    font-size: 15px;
    padding: 30px 20px;
  }
  .feelings_box {
    background-size: contain;
  }
  .feelings_img01 {
    background-position: left 0 bottom 0;
    padding-bottom: 53vw;
    margin-bottom: 20px;
  }
  .feelings_img02 {
    background-position: left 0 bottom 0;
    padding-bottom: 53vw;
  }

}



#crystal_detail .detail {
  width: 100%;

  margin: 0 auto;
  	/*background-color:#236c81;*/
	background-color:#245dae;
	color:#FFF;
	
    padding: 3vw;
}

#crystal_detail .crystal_text {
  width: 96%;
  max-width: 960px;
  margin: 0 auto;
    font-size: 15px;
  line-height: 1.8;
  
  
  


	
	/*font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;*/
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    
	font-weight: 300;


}


/*
.ao_detail {
	background-color:#236c81;
	padding:10px 10px 10px 10px;
	font-size:100%;
	line-height:120%;
	color:#FFF;

	}*/



/*****************************
********** 視聴動画  **********
******************************/
.movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 2%;
  border-radius: 25px;
  overflow: hidden;
  z-index: 1;
}
.movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


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



}


/*****************************
********** 画質種類・納品方法について  **********
******************************/
.stepbox {

}
.stepbox h3 {
  position: relative;
  color: #43a0af;
  font-size: 28px;
  padding-bottom: 12px;
  margin-bottom: 40px;
}
.stepbox h3::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 280px;
  height: 2px;
  background-color: #9f9f9f;
}


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

  .stepbox h3 {
    font-size: 20px;
  }

}


/*****************************
********** 商品情報  **********
******************************/
.productname {
  font-size: 34px;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 60px;
}

.productbox {
  margin-bottom: 80px;
}
.productimg {
  float: left;
  width: 24%;
  border: 1px solid #ccc;
  padding: 1px;
  box-sizing: border-box;
}
.product_in {
  float: right;
  width: 72%;
}
.dllist_wrap {
  margin-bottom: 30px;
}
.dllist {
  padding: 8px 0;
  border-bottom: 1px solid #dadada;
}
.dllist:first-child {
  border-top: 1px solid #dadada;
}
.dllist dt,
.dllist dd {
  color: #5f5a56;
  font-size: 14px;
  padding: 0 8px;
  display: table-cell;
  line-height: 1.5;
}
.dllist dt {
  width: 240px;
  font-weight: bold;
}

.btn_product a {
  display: block;
  color: #08a605;
  font-size: 22px;
  text-align: center;
  padding: 14px;
  border: solid 2px #08a605;
  width: 400px;
  text-decoration: none;
  transition: .3s;
}
.btn_product a:hover {
  color: #fff;
  background-color: #08a605;
}


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

  .productbox {
    padding-right: 0;
  }

  .productname {
    font-size: 20px;
  }

  .productimg {
    float: none;
    width: 60%;
    max-width: 400px;
    margin: 0 auto 40px;
  }
  .product_in {
    float: none;
    width: 100%;
  }
  .dllist dt,
  .dllist dd {
    display: block;
  }

  .btn_product a {
    font-size: 15px;
    width: 100%;
  }

}



/*****************************
********** play movie  **********
******************************/

.playmovie {
  position: fixed;
  right: 10px;
  bottom: 30px;
  z-index: 999;
  width: 106px;
  opacity: 0;
}
.playmovie img {
  width: 100%;
}
/* .lity iframe {
  border-radius: 25px;
  overflow: hidden;
} */

.lity {
  background: rgba(22,27,33,0.8) !important;
}

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

  .playmovie {
    position: absolute;
    top: 67vh;
    left: 50%;
    margin-left: -40px;
    bottom: auto;
    width: 80px;
  }

}


/* ============================================

scroll

============================================  */
a.scroll {
  position: absolute;
  bottom: 10vh;
  left: 7%;
  z-index: 999;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  letter-spacing: .12em;
  writing-mode: vertical-rl;
}
a.scroll {
  padding-bottom: 60px;
}
a.scroll svg {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 48px;
  height: 48px;
  margin-left: -24px;
  transform: rotate(-90deg);
}
a.scroll svg circle {
  fill: transparent;
  stroke: #fff;
  stroke-width: 1;
}
a.scroll:hover svg circle {
  animation: circle 1.5s 1 0s; /* keyframes名 速さ 繰り返し 開始までの間隔 */
}
@keyframes circle {
  0% { stroke-dasharray: 0 366; }
  99.9%,to { stroke-dasharray: 366 366; }
}
a.scroll .arrow {
  position: absolute;
  width: 10px;
  bottom: 19px;
  left: 50%;
  margin-left: -5px;
}

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

  a.scroll {
    bottom: 10px;
  }

}

