@charset "UTF-8";
/* ----------------------------------------------------------------------------------------
固定css
-------------------------------------------------------------------------------------------- */
a {
 display: block;
}
a.opacity:hover {
 opacity: .6;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
/* ----------------------------------------------------------------------------------------
813px以上の固定css(PC)
-------------------------------------------------------------------------------------------- */
@media screen and (min-width: 813px) {
.sp {
  display: none;
 }
 .pc {
  display: block;
 }
.home {
  position: fixed;
  top: 15px;
  left: 15px;
  width: 20%;
  max-width: 125px;
  z-index: 1000;
}
}
/* ----------------------------------------------------------------------------------------
今回追加した813px以上のcss(PC)
-------------------------------------------------------------------------------------------- */
body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
main {
  position: relative;
  z-index: 0;
  font-size: 16px;
  color: #fff;
	line-height: 120%;
	background: url("../images/bg.png") repeat-y top left/100% auto,linear-gradient(110deg,rgba(0, 0, 34, 1) 0%, rgba(15, 0, 102, 1) 100%);
	text-align: center;
	padding: 40px 0 0;
}
.small {
	font-size: 75%;
}
.big {
	font-size: 150%;
}
.bold {
	font-weight: 700;
}
.tac {
	text-align: center;
}
.yellow {
	color: #ffd000;
}
.orange {
	color: #ff4800;
}
.blue {
	color:#00E1FF;
}
.pt35 {
	padding-top: 60px;
}
/*----------------------------------------------------------------
BG
----------------------------------------------------------------*/
.bg_deco_01 {
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	width: 300px;
}
.bg_deco_02 {
	position: absolute;
	top: 20%;
	left: 0;
	z-index: -1;
	width: 300px;
}
.bg_deco_03 {
	position: absolute;
	bottom:25%;
	right: 0;
	z-index: -1;
	width: 300px;
}
.bg_deco_04 {
	position: absolute;
	bottom:0;
	right: 0;
	z-index: 3;
	width: 300px;
}
.bg_deco_05 {
	position: absolute;
	top:0;
	left: 0;
	z-index: 3;
	width: 300px;
}
/*----------------------------------------------------------------
TOP
----------------------------------------------------------------*/
.top_logo {
	max-width: 420px;
	margin: 20px auto ;
	width: 40%;
	position: absolute;
	top: 0;
	right: 10px;
}
.lead_tx {
	font-size: 24px;
	font-weight: 700;
	padding-bottom: 10px;
	line-height: 160%;
	padding-top: 15px;
}
.title {
	font-size: 30px;
	font-weight: 700;
	line-height: 160%;
}
.kv {
	margin: 15px auto ;
	max-width: 600px;
}
.kv img {
	width: 100%;
}
img {
	width: 100%;
}
.contents_wrap {
	max-width: 1000px;
	width: 90%;
	margin: 160px auto 60px;
}
.white_bg {
	color: #0a0643;
	z-index: 0;
	padding-top: 10px;
	margin-top: 100px;
	background: url("../images/bg.png") repeat-y top left/100% auto #FFFBF2;
	position: relative;
}
.white_bg .contents_wrap {
	margin-top: 100px;
}
.date {
	font-size: 25px;
	font-weight: 700;
	background:  linear-gradient(90deg,rgba(23, 171, 235, 1) 0%, rgba(42, 212, 79, 1) 50%, rgba(209, 194, 25, 1) 100%);
	padding: 20px 0;
	max-width: 1000px;
	margin: 0 auto 30px;
}
.lemino_only {
	font-size: 30px;
	font-weight: 800;
	background: linear-gradient(90deg,rgba(255, 179, 0, 1) 20%, rgba(255, 0, 170, 1) 80%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	padding: 30px 0 ;
	position: relative;
	margin-bottom: 60px;
}
.lemino_only::after {
	display: inline-block;
	content: "";
	width: 5px;
	height: 40px;
	background: linear-gradient(180deg,rgba(255, 179, 0, 1) 0%, rgba(255, 0, 102, 1) 100%);
	position: absolute;
	bottom: -35px;
	left:50%;
	transform: translateX(-50%);
	border-radius: 20px;
}
.text {
	font-size: 18px;
	line-height: 180%;
}
main h2 {
	font-size: 36px;
	font-weight: 800;
	letter-spacing: 5px;
	position: relative;
	padding-bottom: 30px;
	border-bottom: 1px solid #00FFF2;
	margin-bottom: 50px;
}
main h2::before {
	content: attr(data-en);
	position: absolute;
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
	color:rgba(0, 255, 242, 0.2) ;
	font-size: 65px;
	z-index: -1;
	font-family: "Century Gothic", sans-serif;
}
main .white_bg h2::before {
	z-index: 0;
}
/*----------------------------------------------------------------
BTN
----------------------------------------------------------------*/
.btn {
	position: relative;
}
.btn a {
	display: block;
	max-width: 400px;
	margin: 30px auto;
	padding: 20px 0;
	text-align: center;
	border-radius: 100px;
	background-color: #F21800;
	font-weight: 700;
	font-size: 20px;
	letter-spacing: 3px;
	position: relative;
	z-index: 10;
}
.btn a:hover {
	transform: scale(0.95);
	transition:0.2s all ease-in;
}

/*---------------------------------------------------------------
プレゼント概要
----------------------------------------------------------------*/
.flex_box {
	display: flex;
	align-items: center;
}
.flex_box.js {
	justify-content: space-between;
}
.flex_box.two li{
	width: 48%;
	text-align: left;
}
.condition_list {
	text-align: left;
	background-color: rgba(255,255,255,0.1);
	padding:20px 30px; 
	margin-top: 30px;
}
.condition_list li {
	padding: 8px 0;
}
.condition_list li.condition_ttl {
	font-size: 20px;
	border-bottom: 1px solid #fff;
	padding-bottom: 15px;
	margin-bottom: 10px;
}
.present_img {
	max-width: 450px;
	margin: auto;
}
/*---------------------------------------------------------------
作品
----------------------------------------------------------------*/
.movie_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.movie_list li {
	width: 32%;
	margin-right: 2%;
}
.movie_list li a {
	display: block;
}
.movie_list li a:hover {
	opacity: 0.8;
	transition: all 0.3s ease-in-out;
}
.movie_list li:nth-of-type(3n){
	margin-right: 0;
}
.movie_list li:nth-of-type(n+4){
	margin-top: 2%;
}
.copy {
	font-weight: 400;
	padding-bottom: 50px;
	max-width: 1000px;
	margin: auto;
}
/*---------------------------------------------------------------
規約
----------------------------------------------------------------*/
.tokuten_scroll {
  color: #fff; 
  overflow: hidden;
  width: 100%;
  margin: 0 auto 30px;
  font-size: 14px;
  font-weight: 400;
  padding: 1px;
  background-color: rgba(63,63,63,0.7);
  border: 2px solid #575757;
}
.tokuten_scroll .inn {
  height: 300px;
  overflow-y: scroll;
  text-align: left;
  
  padding: 15px  ;
}
.tokuten_scroll .inn .inn_box {
  margin-bottom: 2em;
}
.tokuten_scroll .inn .inn_box > ul > li {
  text-indent: -1em;
  margin-left: 1em;
  margin-bottom: 0.3em;
}
.tokuten_scroll .inn .inn_box > ul > li a{
  color: #fff;
  display: inline;
  text-decoration: underline;
}
.tokuten_scroll .inn::-webkit-scrollbar {
    width: 5px;
    margin-right: 10px;
 }
.tokuten_scroll .inn::-webkit-scrollbar-thumb {
    background: #fff;
    width: 5px;
    border-radius: 100px;
}
/*----------------------------
追従
----------------------------*/
.lp_cta_fixed {
	opacity: 0;
	overflow: hidden;
	display: none;
}
.lp_cta_fixed.is-fixed{
  padding: .5em;
  text-align: center;
  width: 100%;
  background-color:rgba(21,21,21,0.7);
  position: fixed;
  bottom: 0;
  left: 0;
  font-weight: 700;
  z-index: 9999;
	display: block;
	opacity: 1;
  }
.lp_cta_fixed .point_cp {
  text-decoration: underline;
  font-size: 18px;
  padding-bottom: 10px;
}
.btn_wrap {
  display: flex;
	max-width: 920px;
  margin: auto;
  justify-content: space-between;
}
.btn_wrap.one {
	justify-content: center;
}
.btn.fix {
  width: 100%;
}
.btn.fix a {
   width: 100%!important;
	 max-width: 450px;
	 display: block;
   padding: 22px 0;
   font-size: 18px;
   margin: 0 auto;
	 color: #fff;
	 letter-spacing: 0;
}
.btn.fix.lemino a {
  background: linear-gradient(90deg, rgba(255,168,49,1) 0%, rgba(255,40,135,1) 100%);
  padding: 10px 0;
	line-height: 120%;
}
.btn.fix a .s_text {
  font-size: 14px;
}
/* ----------------------------------------------------------------------------------------
今回追加した812px以下のcss(SP)
-------------------------------------------------------------------------------------------- */
@media screen and (max-width: 812px) {
body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
main {
	padding: 40px 0 0;
	background: url("../images/bg_sp.png") repeat-y top left/100% auto,linear-gradient(110deg,rgba(0, 0, 34, 1) 0%, rgba(15, 0, 102, 1) 100%);
}
.big {
	font-size: 135%;
}
/*----------------------------------------------------------------
BG
----------------------------------------------------------------*/
.bg_deco_01 {
	max-width: 250px;
}
.bg_deco_02 {
	max-width: 180px;
}
.bg_deco_03 {
	max-width: 250px;
	bottom: 25%;
}
.bg_deco_04 {
	max-width: 250px;
}
.bg_deco_05 {
	max-width: 120px;
}
/*----------------------------------------------------------------
TOP
----------------------------------------------------------------*/
.top_logo {
	width: 60%;
	position: absolute;
	top: -5px;
	right:8px;
}
.lead_tx {
	font-size: 20px;
	padding-bottom: 10px;
	
}
.title {
	font-size: 22px;
}
.kv {
	margin: 20px auto;
	width: 90%;
}
.contents_wrap {
	margin: 100px auto 30px	;
}
.white_bg {
	padding-top: 10px;
	margin-top: 100px;
	background: url("../images/bg_sp_02.png") repeat-y top left/100% auto #FFFBF2;
}
.white_bg .contents_wrap {
	margin-top: 100px;
}
.date {
	font-size: 20px;
	padding: 10px 0;
	line-height: 120%;
}
.lemino_only {
	font-size: 24px;
	padding: 30px 0 ;
	margin-bottom: 40px;
}
.lemino_only::after {
	width: 5px;
	height: 30px;
	bottom: -25px;
}
main h2 {
	font-size: 26px;
	letter-spacing: 4px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
main h2::before {
	font-size: 56px;
}
/*----------------------------------------------------------------
BTN
----------------------------------------------------------------*/
.btn a {
	width: 100%;
	padding: 15px 0;
	font-size: 20px;
}
/*---------------------------------------------------------------
プレゼント概要
----------------------------------------------------------------*/
.flex_box {
	flex-direction: column-reverse;
	font-size: 13px;
}
.flex_box.two li {
	width: 100%;
	padding-bottom: 10px;
	
}
.condition_list {
	padding:15px; 
	margin-top: 20px;
}
.condition_list li {
	text-indent: -1em;
	margin-left: 1em;
}
.condition_list li.condition_ttl {
	font-size: 18px;
	text-indent: 0;
	margin-left: 0;
}
.present_img {
	width: 100%;
}
/*---------------------------------------------------------------
作品
----------------------------------------------------------------*/
.movie_list li {
	width: 48%;
	margin-right: 2%;
}
.movie_list li:nth-of-type(3n){
	margin-right: 2%;
}
.movie_list li:nth-of-type(2n){
	margin-right: 0;
}
.movie_list li:nth-of-type(n+3){
	margin-top: 2%;
}
/* ------------------------------------
規約
--------------------------------------*/
.tokuten_scroll {
  width: 100%;
  font-size: 12px;
}
.tokuten_scroll .inn {
  height: 300px;
  padding: 10px  ;
}
.tokuten_scroll .inn::-webkit-scrollbar {
    width: 6px;
 }
 .copy {
 	width: 90%;
	
 }
 /*----------------------------
追従
----------------------------*/
.lp_cta_fixed .point_cp {
  font-size: 12px;
  padding-bottom: 5px;
}
.btn_wrap {
  display: flex;
  width: 100%;
  margin: auto;
  justify-content: space-between;
}
.btn.fix {
  width: 100%;
}
.btn.fix a {
  margin-top: 0;
  width: 95%;
  margin-bottom: 0;
  font-size: 12px;
  padding: 18px 0;
}
.btn.fix.lemino a {
  padding:10px 0;
}
.btn.fix a .s_text {
  font-size: 9px;
}
 }
/* ----------------------------------------------------------------------------------------
812px以下の固定css(SP)
-------------------------------------------------------------------------------------------- */
@media screen and (max-width: 812px) {
 .common_footer_wrapper .footer_inner {
  width: 93%!important;
 }
 /*ユーザーエージェント出し分け用*/
.iphone .android_show, .iphone .pc_show {display:none;}
.android .iphone_show, .android .pc_show {display:none;}
.pc .iphone_show, .pc .android_show {display:none;}
.pc .visible .iphone_show, .pc .visible .android_show {display:block;}
body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic", Helvetica, sans-serif;
  }
 .sp {
  display: block;
 }
 .pc {
  display: none;
 }
 .home {
  position: fixed;
  top: 14px;
  left: 10px;
  width: 19%;
  max-width: 120px;
  z-index: 1000;
 }
}
