@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: 20px;
  left: 20px;
  width: 20%;
  max-width: 130px;
  z-index: 1000;
}
}
/* ----------------------------------------------------------------------------------------
今回追加した813px以上のcss(PC)
-------------------------------------------------------------------------------------------- */
body {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-weight: normal;

}
main {
  position: relative;
  z-index: 0;
  font-size: 16px;
  line-height: 150%;
  color: #333;
	background: url("../images/grid.webp") repeat top left / 20px #fff;
	padding: 50px 0;
}
.tx_indent {
	padding-left: 1.5em;
	margin-left: 1.5em;
}
.tac {
	text-align: center;
}
.bold {
	font-weight: 600;
}
.big {
	font-size: 125%;
}
.m10 {
	margin: 10px 0;
}
.pt40 {
	padding-top: 40px;
}
.gradation {
	background: linear-gradient(90deg,rgba(255, 195, 54, 1) 0%, rgba(255, 13, 134, 1) 100%); 
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.bg_gradation {
	background: linear-gradient(90deg,rgba(255, 195, 54, 1) 0%, rgba(255, 13, 134, 1) 100%); 
}
/*-------------------------------------------------------------------------
flex関連
-------------------------------------------------------------------------*/
.flex_box {
	display: flex;
	align-items: center;
}
.flex_box.js {
	display: flex;
	justify-content: space-between;
}
.flex_box.jc {
	display: flex;
	justify-content: center;
}
.flex_left {
	width: 48%;
}
.flex_right {
	width: 50%;
}
/* ----------------------------------------------
TOP
------------------------------------------------*/
.top_lead {
	font-weight: 600;
	font-size: 32px;
	text-align: center;
	padding-bottom: 30px;
	line-height: 1.5;
}
.top_lead span {
	font-size: 0.9em;
	font-weight: 600;
}
h1 {
	width: 100%;
	background: linear-gradient(145deg,rgba(243, 192, 114, 1) 0%, rgba(255, 241, 208, 1) 50%, rgba(181, 217, 156, 1) 100%);
}
h1 img{
	max-width: 1000px;
	width: 100%;
	margin: auto;
	display: block;
}
.date {
	background-color: #e96070;
	text-align: center;
	font-size: 1.8em;
	font-weight: 600;
	padding: 15px 0 10px;
  color: #fff;
}
.lead_tx {
	text-align: center;
	padding: 50px 0;
	line-height: 1.6;
	font-size: 20px;
}
.list_box {
  max-width: 800px;
  width: 90%;
  margin: 30px auto;
  border: 2px solid #e96070;
  background-color: #fff;
}
.list {
  padding: 20px;
}
.ttl {
  background-color: #e96070;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
  padding: 10px 0;
}
/* -----------------------------------------------------------
BTN
-------------------------------------------------------------*/
.btn a {
  background-color: #6abc68;
  display: block;
  max-width: 500px;
  margin: auto;
  border-radius: 100px;
  color:#fff;
  position: relative;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
  height: 65px;
  align-content: center;
}
.btn a:hover {
  transition: all 0.3s ease-in;
	opacity: 0.8;
}
.btn.lemino a {
  background: linear-gradient(90deg, rgba(255,168,49,1) 0%, rgba(255,40,135,1) 100%);
  padding-top: 3px;
}
.btn {
  position: relative;
}
.btn .coming {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(21,21,21,0.7);
  width: 70%;
  height: 100%;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  border-radius: 100px;
  text-align: center;
  padding: 10px 0;
  z-index: 3;
}
span.arrow {
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	background: url("../images/playbtn.png") no-repeat center/35px;
	display: inline-block;
	width: 35px;
	height: 35px;
}
.btn_wrap {
	display: flex;
	justify-content: center;
	width: 90%;
	padding: 8px	0;
	max-width: 1000px;
	margin: auto;
}
.btn_wrap .btn {
	width: 48%;
	margin-right: 2%;
}
.btn_wrap .btn:last-of-type {
	margin-right: 0;
}
.link_bn a{
	background: linear-gradient(45deg, rgba(143, 115, 1, 0.4) 0%, rgba(51, 41, 0, 0.3) 100%);
	border: 1px	solid #816804;
	max-width: 500px;
	margin: 30px auto;
	width: 90%;
	padding: 15px;
	text-align: center;
}
.link_bn a:hover {
	border: 1px	solid #777;
	transition: all 0.3s ease-in;
	background: rgba(255,255,255,0.1)
}
/* ----------------------------------------------------------
規約
------------------------------------------------------------*/
.tokuten_scroll {
  overflow: hidden;
  width: 100%;
	max-width: 1000px;
  margin:50px auto 0;
  font-size: 12px;
  font-weight: 400;
  padding: 1px;
}
.tokuten_scroll .inn {
  height: 250px;
  overflow-y: scroll;
  text-align: left;
  background-color: rgba(255,255,255,0.8);
  padding: 15px;
  border: 1px solid #6abc68;
}
.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: 12px;
    margin-right: 10px;
		background-color: #555;
 }
.tokuten_scroll .inn::-webkit-scrollbar-thumb {
    background: #fff;
    width: 10px;
    border-radius: 100px;
}
.copy {
  padding: 40px 0 10px;
}
.totop a {
	display: none!important;
	opacity: 0;
	overflow: hidden;
}
/* ----------------------------------------------------------
追従
------------------------------------------------------------*/
.lp_cta_fixed {
	display: none;
}
.lp_cta_fixed.is-fixed {
	display: block;
	background-color: rgba(0,0,0,0.5);
	width: 100%;
	padding: 8px 0 5px;
	position: fixed;
	bottom: 0;
	left: 0;
	text-align: center;
	color: #fff;
	z-index: 99999!important;
}
.totop a {
	display: none!important;
	opacity: 0;
	overflow: hidden;
}
.page_top　{
	opacity: 0;         /* 初期は非表示 */
  visibility: hidden;
  pointer-events: none;
	z-index: 999;
}
.page_top.is-fixed {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 50px;
	height: 50px;
}
.point_cp {
  text-decoration: underline;
  font-size: 16px;
}
/* ----------------------------------------------------------------------------------------
今回追加した812px以下のcss(SP)
-------------------------------------------------------------------------------------------- */
@media screen and (max-width: 812px) {
main {
  background: url("../images/grid.webp") repeat top left / 15px #fff;
}
.tx_indent {
	padding-left: 1em;
	margin-left: 1em;
}
/*-------------------------------------------------------------------------
flex関連
-------------------------------------------------------------------------*/
.flex_box {
	flex-direction: column;
}
.flex_box.js {
	flex-direction: column;
}
.flex_box.jc {
	flex-direction: column;
}
.flex_left {
	width: 100%;
}
.flex_right {
	width: 100%;
}
/* ----------------------------------------------
TOP
------------------------------------------------*/
.top_lead {
	font-size: 18px;
	padding-bottom: 15px;
}
.top_lead span {
	font-size: 1em;
}
.date {
	font-size: 0.95em;
	padding: 5px 0;
}
.lead_tx {
	padding: 30px 10px;
	font-size: 16px;
}
.list li {
  text-indent: -1em;
  margin-left: 1em;
  padding-bottom: 5px;
}
/* -----------------------------------------------------------
BTN
-------------------------------------------------------------*/
.btn a {
  padding: 15px 0;
	width: 90%;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 1.2;
}
span.arrow {
	background: url("../images/playbtn.png") no-repeat center/20px;
	display: inline-block;
	width: 20px;
	height: 20px;
}
.btn_wrap {
	flex-direction: column;
	width: 90%;	
}
.btn_wrap .btn {
	width: 100%;
	margin-right: 0;
	margin-top: 15px;
}
.btn_wrap .btn:first-of-type {
	margin-top: 0;
}
.btn_wrap .btn a {
	margin: 0;
	height:60px;
	align-content: center;
	padding: 0;
	width: 100%;
}
.link_bn a{
	background: linear-gradient(45deg, rgba(143, 115, 1, 0.4) 0%, rgba(51, 41, 0, 0.3) 100%);
	border: 1px	solid #816804;
	max-width: 500px;
	margin: 30px auto;
	width: 90%;
	padding: 15px;
	text-align: center;
}
.link_bn a:hover {
	border: 1px	solid #777;
	transition: all 0.3s ease-in;
	background: rgba(255,255,255,0.1)
}
/* ------------------------------------
規約
--------------------------------------*/
.tokuten_scroll {
  font-size: 12px;
	margin: 30px auto 0;
	width: 90%;
}
.tokuten_scroll .inn {
  height: 250px;
}
.tokuten_scroll .inn .inn_box {
  margin-bottom: 2em;
}
.tokuten_scroll .inn::-webkit-scrollbar {
    width: 10px;
 }
/* ----------------------------------------------------------
追従
------------------------------------------------------------*/
.lp_cta_fixed.is-fixed {
	padding: 5px;
}
.lp_cta_fixed .btn_wrap {
  display: flex!important;
  flex-direction: row;
  width: 98%;
  padding: 0;
  justify-content: space-between;
}
.lp_cta_fixed .btn_wrap .btn {
  width: 49%;
  margin-top: 0;
}
.lp_cta_fixed .btn_wrap .btn a {
  width: 100%;
  font-size: 10px;
  border-radius: 10px;
  height: 50px;
}
.page_top.is-fixed {
	bottom: 10px;
	right: 10px;
	width: 30px;
	height: 30px;
}
.point_cp {
  font-size: 12px;
}
}
/* ----------------------------------------------------------------------------------------
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;
  }
 .sp {
  display: block;
 }
 .pc {
  display: none;
 }
 .home {
  position: fixed;
  top: 16px;
  left: 12px;
  width: 100px;
  max-width: 150px;
  z-index: 1000;
 }
}
