@charset "utf-8";

/************************************************

@style.css v5.0.0

(c) ULM Co.,Ltd. - https://www.ulm-design.com
************************************************/

#wrapper {
	width: 100%;
	min-width: 100%;
	height: 100%;
	background: rgb(0, 0, 0, .3);
}

/* #wrapper {
	background: url(../img/bg_sp.jpg) repeat-y top center;
	background-size: contain;
	padding: 0 0 20px;
} */

#wrapper::before {
	content: "";
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	-webkit-transform: translate3d(0, 0, -1px);
	transform: translate3d(0, 0, -1px);
	width: 100%;
	height: 100vh;
	background: url(../img/bg_sp.jpg) center / cover no-repeat;
	-webkit-background-size: cover;
}

#main {
	/* opacity: 0; */
	padding: 0;
	background: none;
}

.contents {
	position: relative;
	/* z-index: 1; */
}

.sp {
	display: block;
}

.w100 {
	width: 100%;
}

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

contents

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

.contents {
  position: relative;
}

.contents-inner {
  position: relative;
  margin: 0 auto;
  padding: 0 5%;
  max-width: 1440px;
}

.contents-ttl {
  padding: 5%;
  font-size: 2em;
  letter-spacing: .7em;
  text-indent: .7em;
  text-align: center;
}

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

maeuri

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

.maeuri-container {
  position: fixed;
  right: 0;
  padding: 5px 0;
  bottom: 0;
  background: #ffffff94;
  width: 100%;
  opacity: 1;
  transition: 0.5s;
  z-index: 4;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.maeuri-container img:hover {
  opacity: 0.5;
}

.maeuri-container img {
  width: 110px;
  /*padding: 5px 0;*/
  margin: 5px;
}

.maeuri-list {
  margin: 10px auto 0;
  width: 200px;
  padding: 20px 0 0 0;
}

.maeuri-list li img {
  width: 100%;
}

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

#top

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

#top {
  width: 100%;
  min-height: 50vh;
  position: relative;
		background: none;
}

.l-section__inner {
	padding: 35px 0 0;
}

.l-section__ttlTxt {
  text-align: center;
		width: 70%;
		max-width: 350px;
  margin: 0 auto 60px;
  padding: 0;
}

#top-main {
  position: relative;
}

#main-txt {
  position: absolute;
  top: 5vw;
  left: 0;
  right: 0;
  width: 90%;
  margin: 0 auto;
  /* opacity: 0; */
}

.c-lead {
  /* width: 90%; */
  margin: 0 auto;
  font-size: 2.1em;
  letter-spacing: 5px;
  color: #fff;
  text-align: center;
  padding: 0 0 20px;
  line-height: 1.5;
}

.c-lead span {
  color: #EDE943;
}

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

comment

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

#comment {
	position: relative;
	/* font-family: "Noto Serif JP", serif; */
	font-weight: 400;
	padding: 0 0 50px 0 ;
	/* background: rgb(0, 0, 0, .3); */
}

#comment::before {
	background: none;
}

.header-txt {
	font-size: 23px;
	padding: 20px 0 ;
	text-align: center;
	line-height: 1.3;
	font-family: "Noto Serif JP", serif;
}

#comment .ttl {
	width: 100%;
}

.comment-list {
	width: 100%;
}

.comment-movielist {
	width: 100%;
	margin: 0 auto;
}
.comment-list li {
	color: #000;
	width: 100%;
	margin: 0 auto 30px;
	padding: 0;
	position: relative;
	background: #f7f7f4eb;
}

#comment .ttl span {
	margin: 0 15px;
	transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
	-webkit-transition: 1.5s ease;
	transition: 1.5s ease;
}

.ma {
	display: block;
}

#comment .ttl {
	text-align: center;
	margin: 0 auto;
	padding: 5px 0 10px;
	color: #fff;
	font-size: 25px;
	font-weight: normal;
	letter-spacing: 13px;
}

#closebtn {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 60px;
}

#closebtn img {
	width: 100%;
}

.contents {
	padding: 0;
}

.contents-inner {
	min-height: calc(100vh - 150px);
}

.comment-list {
	/*width: 980px;*/
	margin: 0 auto;
	box-sizing: border-box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.comment-movielist {
	width: 980px;
	margin: 0 auto;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
}

.comment-movielist li {
	color: #fff;
	width: calc(100% / 1 - 10px);
	list-style: none;
	margin: 0 10px 30px;
	-webkit-box-shadow: 0 0 20px #770c0081;
	box-shadow: 0 0 20px #770c0081;
	position: relative;
	background: url(../img/bg/0.jpg) no-repeat center center;
	background-size: cover;
	border: 1px solid #5a5a5a;
}

.list-inner {
	padding: 0 20px 30px;
	border: 1px solid rgba(255, 255, 255, 0);
	transition: 1.0s;
}

.share-btn {
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	font-size: 17px;
	letter-spacing: 2px;
	margin: 30px auto 30px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background: #8ab7c2;
	position: absolute;
	bottom: 0;
	margin: 40px 0 0;
	left: 0;
	right: 0;
	border: none;
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", serif;
}

.share-btn:hover {
	background: #fff;
	color: #8ab7c2;
}

.comment-txt {
	font-size: 14px;
	letter-spacing: 3px;
	line-height: 2;
	margin: 0 0 60px;
	text-align: justify;
	word-break: break-word;
	letter-spacing: 1px;
}

.comment-txt2 {
	font-size: 14px;
	letter-spacing: 3px;
	line-height: 2;
	margin: 0 0 20px;
	text-align: justify;
	word-break: break-word;
	letter-spacing: 1px;
}

.comment-txt strong {
	color: #c10113;
	font-size: 1.2em;
	font-weight: bold;
}

.comment-name {
	text-align: left;
	font-size: 25px;
	font-weight: normal;
	font-feature-settings: "palt";
	padding: 1em 0 0;
	margin: 1em 0 0.8rem;
	width: 100%;
	box-sizing: border-box;
	font-family: "Noto Serif JP", serif;
}

.comment-name span {
	font-size: 0.57em;
	/* color: #fff; */
	margin: 0 0 0 5px;
	line-height: 1.5;
	display: block;
	margin: 5px 0 0 0;
}

.name-small {
	font-size: 0.57em;
	color: #c10113!important;
}

.att {
	color: #fff;
	padding: 0 0 30px;
	text-align: center;
	font-size: 12px;
}

.photo.pc {
	margin-top: -350px;
}

.share-btn {
	width: 100%;
}

.photo img {
	vertical-align: bottom;
}

.iziModal .iziModal-header {
	background: none!important;
	padding: 25px 0;
	box-shadow: none!important;
}

.iziModal .iziModal-header-title, .iziModal .iziModal-header-subtitle {
	display: none;
}

.iziModal .iziModal-button-close {
	background: url(../img/close.png) no-repeat 50% 50%;
}

.preview {
	padding: 3% 10% 3%;
}

.preview-inner {
	box-shadow: 0px 0px 16px 0px rgba(150, 150, 150, 0.6);
}

.preview-txt {
	color: #000;
	padding: 5% 10% 3%;
	font-family: Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5;
	font-size: 13px;
}

.preview-inner img {
	width: 100%;
	padding: 0 10% 10%;
}

.share-info {
	text-align: center;
	color: red;
	font-weight: bold;
	/* font-size: 19px; */
	line-height: 1.5;
}

.share-info span {
	display: block;
	font-size: x-small;
	color: #000;
}

.share-btn2 {
	display: block;
	width: 80%;
	margin: 0 auto;
	max-width: 390px;
	height: 60px;
	line-height: 60px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	margin: 0 auto;
	font-size: 17px;
	background: #000;
	letter-spacing: 2px;
	margin: 10px auto 50px;
	cursor: pointer;
	/* font-weight: bold; */
}

.entry-btn {
	color: #fff;
	width: 100%;
	display: block;
	cursor: pointer;
}

.entry-btn:hover {
	color: #8ab7c2;
	background: #000;
}

.comment-txt span,
.comment-txt2 span {
	color: #c10113;
	font-size: 20px;
}

.illust {
	width: 55%;
	max-width: 200px;
	margin: 0 auto 40px;
	pointer-events: auto;
}

.illust:hover {
	opacity: .8;
}

.illust-txt {
	color: #333!important;
	display: block;
	font-size: x-small!important;
	text-align: center;
	padding: 8px 0 0 0;
}

.modal-illust {
	padding: 0 30px 30px;
}

.youtube {
	position: relative;
	width: 100%;
	padding-top: 29.25%;
	margin: 0 0 50px;
}

.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.youtube.preview {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin: 0 0 50px;
}

.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin: 0 0 30px;
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.share-info {
	width: 92%;
	margin: 0 auto;
}
#footer {
	/* padding: 3%; */
}

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

footer

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

#footer {
	position: relative;
	background: none;
	min-height: 300px;
	height: auto;
	z-index: 2;
}

.share-ttl {
	font-family: "Bentham", serif;
	letter-spacing: 2px;
	color: #fff;
	font-size: 1.3em;
	font-weight: normal;
	text-align: center;
	margin: 0 auto 20px;
	letter-spacing: 8px;
}

#footer-btn {
	position: relative;
	padding: 20px 0 50px;
	z-index: 2;
}

.official-btn {
	position: relative;
	display: block;
	width: 80%;
	max-width: 280px;
	margin: 0 auto;
	color: #4d9db3;
	text-align: center;
	padding: 15px 30px;
	font-size: 14px;
	border: 1px solid #4d9db3;
	font-weight: 400;
	background: #fff;
	border-radius: 50px;
}

.official-btn:hover {
	color: #fff;
	background: #8ab7c2;
	border: 1px solid #4d9db3;
}

.cc {
	padding: 30px 0;
	font-size: .8em;
	text-align: center;
}

.hash {
	text-align: center;
	padding: 30px 0 0 0;
	margin: 0;
}

.share-link-btn {
	color: #fff;
}

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

pc

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

@media screen and (min-width:960px) {

	.pc {
		display: block;
	}

	.sp {
		display: none;
	}

	#wrapper {
		background: url(../img/bg_pc.jpg) no-repeat bottom center fixed;
		background-size: cover;
	}

	#wrapper::before {
		background: none;
	}

  #top {
    width: 100%;
    min-height: 50vh;
    position: relative;
  }

  .l-section__inner {
    max-width: 1024px;
  }

  .l-section__ttl {
    color: #fff;
  }

  #main {
    padding: 0;
  }

  #twi-btn {
    top: 65%;
    left: 54%;
  }

  #twi-btn a {
    font-size: 1.4vw;
  }

  #twi-btn .btn-txt {
    letter-spacing: .2em;
    margin-left: .2em;
    line-height: 1.2em
  }

  .btn.btn-border-gradient {
    padding: .8rem 4rem;
  }

  .c-lead {
    font-size: 40px;
    letter-spacing: 5px;
    color: #fff;
    text-align: center;
 
  }

  .c-lead span {
				font-size: 43px;
  }

  .scroll-link {
    display: block;
    padding: 10px 10px 110px;
  }

  .scroll-link::after {
    height: 100px;
  }

  .maeuri-container img {
    width: 150px;
  }

  .l-section__ttlTxt {
			width: 350px;
  }

		#comment {
			background:none;
		}

		#comment .ttl {
			font-size: 30px;
		}

		.header-txt {
			font-size: 30px;
}

		.comment-list li {
			width: calc(100% / 3 - 20px);
			list-style: none;
			margin: 0 10px 30px;
			padding: 30px 0 0;
			-webkit-box-shadow: 0 0 20px #0a010081;
			box-shadow: 0 0 20px #0a010081;

		}

		.comment-txt {
			font-size: 15px;
		}
		
		.comment-txt2 {
			font-size: 15px;
		}

}

@media screen and (min-width: 768px) and (max-width: 960px) {
  .c-lead {
    font-size: 3rem;
  }
	}

	.scroll-inner {
		position: relative;
		padding: 80px 0 0;
	}

	.scroll {
		position: absolute;
		bottom: -25px;
		left: 0;
		right: 0;
		margin: auto;
		z-index: 2;
		display: inline-block;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
		text-decoration: none;
		color: #fff;
		font-size: x-small;
		text-align: center;
		pointer-events: none;
	}
	
	.scroll {
		padding: 70px 0 10px;
	}
	
	.scroll span {
		position: absolute;
		top: 0;
		left: 50%;
		width: 24px;
		height: 24px;
		margin-left: -12px;
		border-left: 1px solid #fff;
		border-bottom: 1px solid #fff;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		-webkit-animation: sdb 1.5s infinite;
		animation: sdb 1.5s infinite;
		box-sizing: border-box;
	}
	
	@-webkit-keyframes sdb {
		0% {
			-webkit-transform: rotate(-45deg) translate(0, 0);
			opacity: 0;
		}
	
		50% {
			opacity: 1;
		}
	
		100% {
			-webkit-transform: rotate(-45deg) translate(-20px, 20px);
			opacity: 0;
		}
	}
	
	@keyframes sdb {
		0% {
			transform: rotate(-45deg) translate(0, 0);
			opacity: 0;
		}
	
		50% {
			opacity: 1;
		}
	
		100% {
			transform: rotate(-45deg) translate(-20px, 20px);
			opacity: 0;
		}
	}