@charset "UTF-8";

main{
	background-image: url(../img/bg_pattern.png);
	background-repeat-x: inherit;
    background-repeat-y: inherit;
	background-color: #d22d63;
}
section {
	margin: 48px 0;
}
article section {
    max-width: 70%;
}
main > article {
	background: none;
}
#pre {
	margin: 0 auto;
	position: relative;
}
#brandLogo {
position: absolute;
top: 2%;
left: 43%;
width: 14%;
}
main h1 {
	margin: 0;
	padding: 0;
	background: none;
}
main h2 {
	display: block;
  position: relative;
  z-index: 1;
  padding: 16px 0;
  margin: 60px 0 18px;
  font-family: Sawarabi Mincho,serif;
  font-weight: 900;
  color: #fff;
  font-size: 36px;
  letter-spacing: -1px;
  text-shadow: 2px 2px 5px #000;
}

main h4 {
	display: block;
  position: relative;
  z-index: 1;
  padding: 16px 0;
  margin: 60px 0 18px;
  font-family: Sawarabi Mincho,serif;
  font-weight: 900;
  color: #fff;
  font-size: 36px;
  letter-spacing: -1px;
  text-shadow: 2px 2px 5px #000;
  height: 150px;
  line-height: 4;
}

main h2::after,
main h4::after {
	content: "";
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.7;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}
main h2.airplane::after {
  background-image: url(../img/h2_bg_airplane.png);
  background-size:27%;
}

main h4.clapperboard::after {
	background-image: url(../img/h2_bg_clapperboard.png);
	background-size:14%;
}

main h3 {
	background: url(../img/h3_bg.png) repeat-x;
	text-align: center;
	background-size: contain;
    margin: 36px 0 48px;
}

main h3:before {
	content: none;
}

.leadBox > div {
	display: inline-block;
}
.leadBox .vis {
	width: 40%;
}
.leadBox .vis img {
	width: 70%;
}
.leadBox .txt {
	vertical-align: middle;
    width: 49%;
}

.leadBox .txt p {
	text-align: left;
    color: #fff;
    font-size: 20px;
    font-family: Sawarabi Mincho,serif;
    font-weight: 900; 
}

.leadBox .step,
.leadBox .twitterMovieContainer {
	width: 35%;
}

.leadBox .step:first-of-type,
.leadBox .twitterMovieContainer:first-of-type  {
	margin-right: 3%;
}

.twitterMovieContainer .movieBox {
	background: #fff;
    padding: 6% 4% 4%;
    margin-bottom: 12px;
}

.twitterMovieContainer .movieBox h5 {
font-size: 36px;
    color: #0085d0;
    border-bottom: 2px solid #0085d0;
	padding: 0 0 12px;
	margin-bottom: 12px;
	font-family: Sawarabi Mincho,serif;
    font-weight: 900;
}
.twitterMovieContainer .movieBox .twitterIcon {
	font-size: 13px;
}
.twitterMovieContainer .movieBox .twitterIcon img.twetterIcon {
    width: 11%;
    margin-right: 1%;
}
.twitterMovieContainer .movieBox .twitterIcon img.twetterCheck {
	width: 5%;
}
.commentContainer {
	width: 70%;
    margin: 48px auto 88px;
}
.commentContainer .comm1 {
	width: 28%;
	float: left;
}
.commentContainer .comm2 {
	width: 28%;
	float: left;
	vertical-align: middle;
}
.commentContainer p {
width: 30%;
margin: 3% 2%;
float: left;
vertical-align: middle;
	font-family: Sawarabi Mincho,serif;
    font-weight: 900;
    color: #fff;
    font-size: 28px;
    letter-spacing: -1px;
    text-shadow: 2px 2px 5px #000;
}

.thaiPrize {
	width: 700px;
    margin: 0 auto;
    position: relative;
}
.thaiPrize .txt {
	position: absolute;
    bottom: 4%;
    left: 9%;
    width: 85%;
    font-size: 18px;
}


.thaiPrize .txt p {
	text-align: left;
	margin: 0;
	font-weight: 900;
	text-shadow: 1px 1px 2px #fff
}
.quoPrize {
	width: 47%;
    margin: 36px auto;
}
.pc_img{
	display: block;
}
.sp_img{
	display: none;
}
.movie_circle {
	position: absolute;
  bottom: 3%;
  right: 2%;
  width: 25%;
  }
  .l-card.innerPre {
	  position: absolute;
	  bottom: 9%;
	  right: 3.8%;
	  width: 17%;
	}
	.l-card.innerTwitterMovie {
		width: auto;
	}

	/* 規約 */
	main article#qa{
		padding: 0;
	}
	main article#qa h2 {
	}
	main article#qa dl{
		max-width: 1000px;
		margin: 0 auto 40px;
		font-weight: bold;
		text-align: left;
		background: none;
	padding-bottom: 0;
	}
	main article#qa dt{
		margin-top: 12px;
		font-size: 16px;
		font-weight: 400;
		color: #fff;
		background-color: #71baf6;
		padding:22px 72px 21px 22px;
		position: relative;
		cursor: pointer;
		-webkit-transition: -webkit-opacity 0.4s linear;
		-moz-transition: -moz-opacity 0.4s linear;
		transition: opacity 0.4s linear;
	    margin-top: 4px;
    margin-bottom: 0;
}
	main article#qa dt:hover{

	}
	
	main article#qa dt:nth-of-type(1){
		background-color: #da5681;
	}
	main article#qa dt:nth-of-type(2){
		background-color: #da5681;
	}
	main article#qa dd{
		font-size: 16px;
		background-color: #fff;
		padding: 20px;
		display: none;
		color: #000;
		font-weight: 400;
	}
	main article#qa dd p {
	margin-bottom: 12px;
	}

	main article#qa dd ul {
		text-align: left;
		margin-bottom: 18px;
	}
	main article#qa dd ul li {
	margin: 0 0 6px 20px
	}
	main article#qa dd ul li:before {
		content: "●";
		width: 1em;
    display: inline-block;
    margin: 0 .5em 0 -1.5em;

	}
	main article#qa dt::after{
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		content: "";
		vertical-align: middle;
	}
	main article#qa dt::after{
		right: 20px;
		width: 16px;
		height: 16px;
		background: url(/img/common/icon-qa-plus.png);
	}
	main article#qa dt.open::after{
		background: url(/img/common/icon-qa-minus.png);
	}

	


/*-----------------------------------------------------------------------
 * responsive
 *----------------------------------------------------------------------- */

@media screen and (max-width: 879px) {
	.l-card.innerPre {
		bottom: 8%;
		right: 2.8%;
	}
@media screen and (min-width: 769px){
  a{
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
  }
  a:hover{
    opacity: .7;
  }

}

@media screen and (max-width: 768px) { /*smartphone*/
main > article{
	padding-top: 40px;
	padding-bottom: 40px;
}


}
@media screen and (max-width: 767px) {
	.l-card.innerPre {
		bottom: 6%;
		right: 6%;
	}
}
@media screen and (max-width: 479px) {

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

}
@media screen and (max-width: 415px) {
	.pc_img{
		display: none;
	}
	.sp_img{
		display: block;
	}
	#brandLogo {
		top: 1%;
		left: 34%;
		width: 29%;
	}
	#lead {
		padding-left: 12px;
		padding-right: 12px;
		padding-top: 24px;
		padding-bottom: 24px;
	}
	section {
		margin: 12px 0;
	}
	section:not(#pre) {
		padding: 0 12px;
	}
main h2 {
	margin: 0;
	font-size: 18px;
}

.leadBox .vis,
.leadBox .txt,
.leadBox .step,
.leadBox .twitterMovieContainer,
.commentContainer p,
.thaiPrize,
.quoPrize {
	width: 100%;
}

.leadBox > div,
.commentContainer .comm1,
.commentContainer .comm2,
.commentContainer p {
    display: block;
}

.leadBox .step {
	margin-bottom: 24px;
}
	#lead p {
    font-size: 15px;
}
#lead p br {
	display: none;
}
#lead p.comming {
	width: 100%;
}
#lead p.comming span {
	font-size: 30px;
}
.movie_circle {
    bottom: 11%;
	left: 3%;
	right: inherit;
    width: 60%;
}
.l-card {
    bottom: 16%;
    left: 13%;
    right: inherit;
    width: 40%;
}
.l-card.innerPre {
	right: inherit;
	left: 10%;
    bottom: 14%;
    width: 44%;
}

.leadBox .txt p {
	font-size: 16px;
}
main h3 {
	margin-bottom: 24px;
}
main h3 img {
	max-width: 180%;
    margin-left: -38%;
}
main h3 img.h3Prize {
max-width: 150%;
margin-left: -12%;
}

main h4 {
	font-size: 22px;
	height: 110px;
	margin-top: 24px;
}
main h4.clapperboard::after {
    background-size: 35%;
}
.commentContainer {
    width: 100%;
    margin: 24px 0;
}

.commentContainer .comm1,
.commentContainer .comm2 ,
.commentContainer p {
display: none;
}

.twitterMovieContainer {
	margin-bottom: 36px;
}
.thaiPrize .txt {
    position: relative;
    font-size: 16px;
}
.thaiPrize .txt p {

    font-weight: 400;
    text-shadow: 1px 1px 2px #000;
    color: #fff;
}
article section {
    max-width: 100%;
}
main article#qa dt {
    padding: 12px;
}
main article#qa dd {
    font-size: 12px;
	padding: 12px;
}
}