@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;
}
.totop a {
	display: none!important;
}
html {
	scroll-behavior: smooth;
}
/* ----------------------------------------------------------------------------------------
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: 140px;
  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;
  background: url( "../images/bg_heart.webp") no-repeat center center/80% auto,linear-gradient(-180deg,rgba(231, 220, 221, 1) 0%, rgba(215, 183, 189, 1) 50%, rgba(178, 172, 182, 1) 100%);
  background-attachment: fixed;
  color: #444466;

}
h2 {
	line-height:1 ;
}
/*----------------------------------------------------------------
汎用
----------------------------------------------------------------*/
.logona {
	font-family: "fot-chiaro-std", sans-serif;
	font-weight: 700;
	font-style: normal;
}
.noto {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}
.futura {
	font-family: "futura-pt", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.small {
	font-size: 70%;
}
.big {
	font-size: 160%;
}
.bold {
	font-weight: 700;
}
.bg_orange {
	background: linear-gradient(90deg,rgba(212, 167, 176, 1) 0%, rgba(177, 150, 193, 1) 100%);
	display: inline-block;
}
.tac {
	text-align: center;
}
.ls5 {
	letter-spacing: 5px;
}
.ls0 {
	letter-spacing: 0;
}
.p15 {
	padding: 15px 0;
}
/*----------------------------------------------------------------
flex
----------------------------------------------------------------*/
.flex_box {
	display: flex;
}
.flex_box.js {
	display: flex;
	justify-content: space-between;
}
.flex_box.jc {
	display: flex;
	justify-content: center;
}
.flex_box.ac {
	display: flex;
	align-items: center;
}
.w30 {
	width: 30%;
	margin-right: 5%;
}
.w45 {
	width: 45%;
	margin-right: 5%;
}
.w50 {
	width: 50%;
}
.w65 {
	width: 65%;
}
.w75 {
	width: 75%;
	margin: auto;
}
/*----------------------------------------------------------------

----------------------------------------------------------------*/
h1 {
	width: 100%;
	text-align: center;
	background: #C18390;
	background: linear-gradient(0deg,rgba(193, 131, 144, 1) 0%, rgba(212, 169, 178, 1) 42%, rgba(212, 169, 178, 1) 44%, rgba(214, 165, 175, 1) 100%);
}
h1 img {
	width: 70%;
}
main h2 {
  text-align: center;
	font-weight: bold;
	padding-bottom: 30px;
	font-size: 45px;
	letter-spacing: 5px;
}
.title_small {
	font-size:22px;
	font-weight: 500;
}
.title_cast {
	color: #fff;
}
.pink_tx {
	color: #d45770
}
/*----------------------------------------------------------------
bg
----------------------------------------------------------------*/
.inner_wrap {
	padding: 90px 0;
}
.paper_wrap::before {
	content: "";
	display: inline-block;
	background: url("../images/bg_grid_left.webp") no-repeat center/11vw;
	width: 20vw;
	height: 400px;
	position: absolute;
	bottom: 57%;
	left: 0;
	z-index: 0;
}
.paper_wrap::after {
	content: "";
	display: inline-block;
	background: url("../images/bg_grid_right.webp") no-repeat center/10vw;
	width: 20vw;
	height: 400px;
	position: absolute;
	top: 55%;
	right: 0;
	z-index: 0;
}
.paper_wrap {
	background: url("../images/bg_grid.webp") repeat #fff;
	background-size: 15px 15px;
	position: relative;
}
/*----------------------------------------------------------------
BTN
----------------------------------------------------------------*/
.btn {
	position: relative;
}
.btn a {
	display: block;
	max-width: 445px;
	margin: auto;
	padding: 20px 0;
	text-align: center;
	border-radius: 100px;
	background: linear-gradient(90deg,rgba(255, 163, 88, 1) 0%, rgba(248, 12, 119, 1) 100%);
	color: #fff;
	font-weight: 700;
	font-size: 20px;
	letter-spacing: 3px;
	position: relative;
	z-index: 10;
}
span.arrow {
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	background: url("../images/arrow.webp") no-repeat center/35px;
	display: inline-block;
	width: 35px;
	height: 35px;
}
.btn a:hover .arrow {
	transition: transform .3s cubic-bezier(.59,-0.01,.26,.9);
	transform:translateY(-50%) scale(1.2);
}
.btn_text {
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	padding: 0 0 5px;
}
.btn_box {
	margin-bottom: 30px;
}
.btn.free a {
	background: linear-gradient(90deg,rgba(255, 140, 177, 1) 0%, rgba(171, 119, 217, 1) 100%);
}
/*----------------------------------------------------------------
TOP
----------------------------------------------------------------*/
.sns_list {
	display: flex;
	justify-content: flex-end;
	padding:0;
	background-color: #fff;
	width: 100%;
}
.sns_list li {
	max-width: 50px;
	margin-right: 4%;
	font-size: 12px;
	text-align: center;
	color: #fff;
}
.sns_list li :last-of-type{
	margin-right: 0;
}
.sns_list li a img {
	width: 100%;
	margin: auto;
	display: block;
	border-radius: 5px;
}
.sns_list li a:hover {	
	transform:translateY(5px);
	transition: 0.2s all ease-in;
}
.menu {
	position: relative;
	display: flex;
	justify-content: center;
	text-align: center;
	font-weight: 700;
	padding-top: 40px;
}
.menu li {
	display: flex;
	margin-right: 60px;
	font-family: "futura-pt", sans-serif;
	font-weight: 400;
	line-height: 1.2;
	font-style: normal;
	letter-spacing: 3px;
	font-size: 2.2vw;
	text-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
.menu li:last-of-type {
	margin-right:0;
}
.menu li:hover {	
	transform:translateY(5px);
	transition: 0.2s all ease-in;
}
.menu .text_c {
	color: #c45e72;
}
.menu li a {
width: auto;
}
.menu_small {
	color: #fff;
	font-size: 1.3vw;
}
.top_date_color {
	color: #fff;
	padding: 0 10px;
}
.top_date {
	text-align: center;
	font-size: 30px;
	font-weight: 900;
	padding:50px 0;
	line-height: 1.8;
	text-shadow:2px 2px 0 rgba(255,179,130,0.1);
}
.lead_tx {
	text-align: center;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.4;
	padding: 15px 0;
}
.lead_tx .big_lead {
	font-size: 30px;
	line-height: 2.5;
}
.pop {	
	max-width: 400px;
	position: fixed;
	right: 0;
	bottom: 115px;
	z-index: 999;
}
.pop a {
	position: relative;
	z-index: 999;
}
/*----------------------------------------------------------------
TRAILER
----------------------------------------------------------------*/
.youtube {
  width:700px;
  aspect-ratio:16/9;
	margin: auto;
}
.trailer_wrap {
	padding: 40px 0 90px;
}
iframe {
  width: 100%;
  height: 100%;
}
video {
	width: 100%;
  height: 100%;
}
span {
	display: inline-block;
}
/*----------------------------------------------------------------
STORY
----------------------------------------------------------------*/
#story.inner_wrap {	
	text-align: center;
}
.story_tx {
	line-height: 1.9;
}
.top_text {
	font-size: 22px;
	text-align: center;
	font-weight: 900;
	max-width: 435px;
	margin: auto;
	line-height: 1.3;
	text-shadow:2px 2px 0 rgba(255,179,130,0.1);
}
.top_text span {
	margin-bottom:30px;
}
/*----------------------------------------------------------------
CAST
----------------------------------------------------------------*/
#cast.inner_wrap h2 {	
	text-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}

.cast_list {
	display: flex;
	flex-wrap: wrap;
	width: 70%;
	margin: 0 auto 30px;
	justify-content: space-between;
}
.cast_wrap {
	width: 48%;
	background-color: rgba(0,0,0,0.13);
	padding: 20px;
	border-radius: 10px;
	box-shadow: inset 0 0 15px rgba(0,0,0,0.15);
}
.cast_wrap:nth-of-type(n+3) {
	margin-top: 50px;
}
.cast_flex {
	display: flex;
	justify-content: center;
	align-items: center;
}
.cast_img {
	width: 95%;
	margin: auto;
}
.cast_img img {
	padding-top:1em;
}
.cast_name {
	font-size: 1.3vw;
	font-weight: 500;
	border-bottom: 2px solid #8c8799;
	padding: 10px;
	margin-bottom: 5px;
	text-align: center;
	color: #fff;
}
.cast_color {
	text-align: center;
	line-height: 1.5;
	font-size:1vw;
	font-weight: 600;
	padding-right: 16px;
}
.cast {
	text-align: center;
	line-height: 1.5;
	font-weight: 600;
	padding-bottom: 10px;
}
.cast_discription {
	font-size: 1vw;
	font-weight: 500;
	line-height: 1.6;
	color: #b46c87;
	background: url("../images/bg_grid.webp") repeat #fff;
	background-size: 13px 13px;
	padding: 10px;
	margin-bottom: 10px;
	border-radius: 10px;
}
.cast_discription span.big {
	font-size: 120%;
	font-weight: 500;
	display: inline-block;
}

/*----------------------------------------------------------------
SCHEDULE
----------------------------------------------------------------*/
.schedule_table {
	max-width: 680px;
	margin: auto;
	width: 40%;
}
.w50per {
	width: 50%;
}
.schedule_table tr {
	border-bottom: 2px solid #b8b8cb;
	text-align: center;
	font-size: 30px;
	font-weight: 600;
	line-height: 1.2;
}
.schedule_table tr:last-of-type {
	border-bottom: 0;
}
.schedule_table td {
	vertical-align: middle;
}
.schedule_table td{
	padding: 30px 0;
}
.schedule_img li img {
	max-width: 20%;
}
.schedule_img li {
	display: inline;
	padding: 5px;
}
 .schedule_img {
	text-align: center;
	padding: 50px 0 0;
}

/*----------------------------------------------------------------
CAMPAIGN
----------------------------------------------------------------*/
.cp_ttl {
	font-size: 32px;
	font-weight: 800;
	text-align: center;
	line-height: 110%;
	padding-bottom: 20px;
}
.cp_img {
	max-width: 500px;
	margin: auto;
	width: 50%;
	margin-bottom: 20px;
}
.cp_list {
	background-color:rgba(229,240,255,0.4);
	max-width: 1000px;
	margin: 50px auto 30px;
	padding: 20px;
}
.cp_list.attention {
	margin: 30px auto 60px;
	padding: 20px;
	font-size: 14px;
}
.cp_list li {
	text-indent: -1.5em;
	margin-left: 1.5em;
	padding: 5px 0;
}
.cp_list.attention li {
	text-indent: -1.0em;
	margin-left: 1.0em;
	padding: 3px 0;
}
.cp_list .att_tx {
	text-indent: -1.0em;
	margin-left: 1.0em;
	font-size: 14px;
	padding: 3px 0;
}
.cp_list .list_ttl {
	border-bottom: 1px solid #324170;
	font-weight: 600;
	font-size: 20px;
	text-indent: 0;
	margin-left:0;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.cp_list li a {
	text-decoration: underline;
	color: #ff4f9d;
	display: inline;
}
.cp_tx {
	text-align: center;
	font-size: 20px;
	line-height: 1.3;
}
/*----------------------------------------------------------------
おすすめ作品
----------------------------------------------------------------*/
#recomend.inner_wrap h2 {	
	text-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}
.top_reco {
	text-align: center;
	font-size: 30px;
	font-weight: 900;
	padding: 0 0 40px;
	line-height: 1.8;
	text-shadow:2px 2px 0 rgba(255,179,130,0.1);
}
.reco_con {
	max-width: 45%;
	margin: auto;
	padding: 0 0 50px;
}
.reco_btn {
	position: relative;
}
.reco_btn a {
	display: block;
	max-width: 445px;
	margin: auto;
	padding: 25px 0;
	text-align: center;
	border-radius: 100px;
	border: 1px solid #fff;
	background: linear-gradient(90deg,rgba(75, 67, 202, 1) 0%, rgba(134, 107, 223, 1) 50%, rgba(95, 79, 210, 1) 100%);
	color: #fff;
	font-weight: 700;
	font-size: 20px;
	letter-spacing: 3px;
	position: relative;
	z-index: 10;
}
.reco_btn a:hover .arrow {
	transition: transform .3s cubic-bezier(.59,-0.01,.26,.9);
	transform:translateY(-50%) scale(1.2);
}
.reco_btn_text {
	font-size: 18px;
	text-align: center;
	padding: 0 0 7px;
}
/* ----------------------------------------------------------
規約
------------------------------------------------------------*/
.tokuten_scroll {
  overflow: hidden;
  width: 1000px;
  margin:20px auto 0;
  font-size: 12px;
  font-weight: 500;
  padding: 1px;
}
.tokuten_scroll .inn {
  height: 200px;
  overflow-y: scroll;
  text-align: left;
  background-color: rgba(229, 240, 255, 0.4);
  padding: 15px  ;
  margin: 30px 0 60px; 
}
.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;
 }
.tokuten_scroll .inn::-webkit-scrollbar-thumb {
    background: #fff;
    width: 10px;
    border-radius: 100px;
}
.inn .inn_ttl {
	border-bottom: 1px solid #324170;
    font-weight: 600;
    font-size: 20px;
    text-indent: 0;
    margin-left: 0;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
/*----------------------------
追従
----------------------------*/
.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;
	display: block;
  }
.lp_cta_fixed .point_cp {
  text-decoration: underline;
  font-size: 16px;
  padding-bottom: 10px;
}
.btn_wrap {
  display: flex;
  margin: auto;
  justify-content: center;
}
.btn.fix::before {
  display: none;
}
.btn.fix a {
   padding: 24px 0;
   font-size: 18px;
   margin: 0 20px 0 0;
	 border: 0;
	 letter-spacing: 0;
	 width: 500px;
}
.btn.fix.lemino a {
  background: linear-gradient(90deg, rgba(255,168,49,1) 0%, rgba(255,40,135,1) 100%);
  padding: 12px;
	color: #fff;
	margin: 0;
}
.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;
}
.wrapper::before {
	content: "";
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100vh;
	background: url( "../images/bg_heart_sp.webp") no-repeat center center/100% auto,linear-gradient(-180deg,rgba(231, 220, 221, 1) 0%, rgba(215, 183, 189, 1) 50%, rgba(178, 172, 182, 1) 100%);
}
main {
  background: none;
  font-weight: 500;
}
/*----------------------------------------------------------------
flex
----------------------------------------------------------------*/
.flex_box {
	flex-direction: column;
}
.flex_box.js {
	flex-direction: column;
}
.flex_box.jc {
	flex-direction: column;
}
.flex_box.ac {
	flex-direction: column;
}
.w30 {
	width: 100%;
	margin-right: 0;
}
.w45 {
	width: 100%;
	margin-right: 0;
}
.w50 {
	width: 100%;
}
.w65 {
	width: 100%;
}
.w75 {
	width: 100%;
	margin: auto;
}
h1 {
  width: 100%;
	background: none;
}
h1 img {
	width: 100%;
	margin: auto;
}
main h2 {
	padding-bottom: 15px;
	font-size: 28px;
}
.title_small {
	font-size:16px;
}

/*----------------------------------------------------------------
bg
----------------------------------------------------------------*/
.inner_wrap {
	padding: 60px 0;
}
.paper_wrap {
	background: url("../images/bg_grid.webp") repeat #fff;
	background-size: 12px 12px;
}
.paper_wrap::before,.paper_wrap::after {
	content: "";
	display: none;
}
/*.paper_wrap::after {
	content: "";
	display: inline-block;
	background: url("../images/bg_grid_right_sp.webp") no-repeat center/49%;
	width: 400px;
	height: 400px;
	position: absolute;
	top: 55%;
	right: 1%;
	z-index: 0;
}
*/
/*.paper_wrap::before {
	content: "";
	display: inline-block;
	background: url("../images/bg_grid_left_sp.webp") no-repeat center/49%;
	width: 305px;
	height: 135px;
	position: absolute;
	top: 1%;
	left: -16%;
	z-index: 0;
}
*/
/*----------------------------------------------------------------
BTN
----------------------------------------------------------------*/
.btn.ghost a::before {
	width: 30px;
	height: 37px;
	top: -20px;
	left: -25px;
}
.btn.ghost a::after {
	width: 40px;
	height: 49px;
	bottom: -40px;
	right: -30px;
}
.btn a {
	width: 90%;
	padding: 12px 10px 12px 0;
	font-size: 16px;
	font-weight: 600;
}
span.arrow {
	right: 10px;
	background: url("../images/arrow.webp") no-repeat center/25px;
	display: inline-block;
	width: 25px;
	height: 25px;
}
.btn_text {
	font-size: 13px;
	font-weight: 600;
	text-align: center;
	padding: 0 0 2px;
}

/*----------------------------------------------------------------
TOP
----------------------------------------------------------------*/
.top_date {
	font-size:19px;
	padding:20px 0;
	line-height: 1.5;
}
.top_p {
	padding: 10px 0 15px;
	text-align: center;
}
.lead_img {
	width: 90%;
	margin: 40px auto 0;
}
.lead_tx {
	font-size: 16px;
	line-height: 1.5;
	padding:25px 0 30px;
}
.lead_tx .big_lead {
	font-size: 23px;
	line-height: 1.5;
	margin-top: 20px;
}
.lead_inn {
	font-size: 20px;
	letter-spacing: 0;
}
.pop {	
	width: 70%;
	bottom: 100px;
	z-index: 999;
	/*animation: fuwafuwa 2s ease-in-out infinite alternate; */
}
	.top_sp span {
		display: inline-block;
		justify-content: center;
	}
/*----------------------------------------------------------------
TRAILER
----------------------------------------------------------------*/
.trailer_wrap {
	padding: 10px 0 50px;
}
.youtube {
	width:90%;
	padding-bottom: 15px;
}
/*----------------------------------------------------------------
STORY
----------------------------------------------------------------*/

#story.inner_wrap p {	
	padding: 0 15px 7px;
}
.top_text {
	max-width: 300px;
	font-size: 20px;
	text-align: center;
	font-weight: 900;
	line-height: 1.3;
	text-shadow:2px 2px 0 rgba(255,179,130,0.1);
}
	.story_tx {
	line-height: 1.7;
}
.top_sp {
	margin: 40px 0 0;
	text-align: center;
}
.top_sp .top_text {
	margin-bottom: 5px;
}
.top_text span {
	margin-bottom: 10px;
	display: inline-block;
}


/*----------------------------------------------------------------
SCHEDULE
----------------------------------------------------------------*/

.schedule_table tr {
	font-size: 24px;
}
.schedule_table td{
	padding: 20px 0;
}
	
.schedule_table {
	width: 85%;
}
.schedule_img li {
	display: block;
	margin-bottom: 10px;
	padding: 0;
}
.schedule_img li img {
	max-width: 80%;
}
 .schedule_img {
	text-align: center;
	padding: 10px 0;
}

/*----------------------------------------------------------------
CAST
----------------------------------------------------------------*/
.cast_list {
  width:90%; 
	flex-direction: column;
}
.big {
	font-size: 150%;
}
.cast_color {
	font-size:4vw;
	padding-right: 0;
}

.cast_wrap {
	width: 100%;
	margin-right: 0;
	padding: 15px;
}
.cast_wrap .flex_box.js.ac {
	flex-direction: row;
}
.cast_wrap .flex_box.js.ac .w30 {
	width: 40%;
}
.cast_wrap .flex_box.js.ac .w65 {
	width: 58%;
}
.cast_wrap:nth-of-type(2n) {
	margin-right: 0;
}
.cast_wrap:nth-of-type(n+2) {
	margin-top: 50px;
}
.cast_name {
	font-size: 18px;
}
.real_name {
	font-size: 14px;
	padding-left: 30px;
}
.cast_discription {
	padding: 10px 0 10px 10px;
	margin-bottom: 10px;
	font-size: 14px;
	position: relative;
}
.cast_discription span {
	position: absolute;
	left: 4%;
	top: 7%;
}
.works_wrap {
	font-size: 12px;
	color: #555;
}
.works_ttl {
	padding-bottom: 5px;
	padding-left: 15px;
}
.works_ttl::before{
	display: inline-block;
	content: "";
	width: 4px;
	height: 18px;
	background-color: #ff5c00;
	margin-right: 10px;
	position: absolute;
	top: 0;
	left: 0;
}
.flex_box.poster {
	flex-direction: row;
	flex-wrap: wrap;
	width: 90%;
	justify-content: center;
}
.flex_box.poster li {
	width: 48%;
	margin-right: 2%;
	margin-top: 2%;
}
.flex_box.poster li:nth-of-type(2n) {
	margin-right: 0;
}
.flex_box.poster li:last-of-type(2n) {
	margin-right: 0;
}
/*----------------------------------------------------------------
DIAGRAM
----------------------------------------------------------------*/
.diagram_img {
	width: 90%;
}
/*----------------------------------------------------------------
CAMPAIGN
----------------------------------------------------------------*/
.cp_ttl {
	font-size: 20px;
	padding: 20px 0;
}
.cp_img {
	width: 90%;
	margin-bottom: 0;
}
.cp_list {
	background-color:rgba(229,240,255,0.4);
	width: 90%;
	margin: 20px auto 30px;
	padding: 20px 15px;
}
.cp_list li {
	padding: 5px 0;
	font-size: 13px;
}
.cp_list .list_ttl {
	font-size: 18px;
	padding-bottom: 8px;
	margin-bottom: 8px;
}
.btn.cp a {
	font-size: 16px;
	letter-spacing: 0;
}
	
.cp_tx {
	font-size: 15px;
	line-height: 1.3;
	margin: 0 10px;
}
	
/* ----------------------------------------------------------
規約
------------------------------------------------------------*/
.tokuten_scroll {
  width: 90%;
}

/*----------------------------------------------------------------
おすすめ作品
----------------------------------------------------------------*/
#recomend.inner_wrap {
	width: 100%;
	text-align: center;
	margin: auto;
}
#recomend .flex_box.w75 {
	width: 90%;
}
.top_reco {
	font-size: 5.5vw;
	font-weight: 900;
	padding: 5px 0 10px;
	line-height: 1.5;
	text-shadow:2px 2px 0 rgba(255,179,130,0.1);
}

.top_reco span{
	margin-bottom: 10px;
	display: inline-block;
}
.reco_con {
	max-width: 90%;
	padding: 0 0 30px;
}
.reco_btn a {
	padding: 20px 0;
	width: 90%;
}
/*----------------------------------------------------------------
追従
----------------------------------------------------------------*/
.lp_cta_fixed .point_cp {
  font-size: 12px;
  padding-bottom: 5px;
}
.btn_wrap {
  display: flex;
  width: 98%;
  margin: auto;
  justify-content: space-between;
}
.btn.fix {
  width:100%;
}

.btn.fix a {
  margin-top: 0;
  width: 98%;
  margin-bottom: 0;
  font-size: 12px;
  padding: 20px 0;
}
.btn.fix.lemino a {
  padding: 8px 0;
}
.btn.fix a .s_text {
  font-size: 9px;
}
/* ----------------------------------------------
ハンバーガーメニュー
------------------------------------------------*/
#nav-drawer {
  position: relative;
}
.nav-unshown {
  display:none;/*チェックボックス等は非表示に*/
}
/*アイコンのスペース*/
#nav-open {
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	width: 50px;
	height:50px;
	right: 10px;
	top: 10px;
	z-index: 99999;
	background: linear-gradient(90deg, rgba(212, 167, 176, 1) 0%, rgba(177, 150, 193, 1) 100%);
	border-radius: 100%;
}
/*ハンバーガーの形をCSSで表現*/
#nav-open span,
#nav-open span:before,
#nav-open span:after {
  position: absolute;
  height: 3px;/*線の太さ*/
  width: 20px;/*長さ*/
  background:  #fff;
  display: block;
  content: '';
  cursor: pointer;
  transition: 0.5s;
  z-index: 9999;
  border-radius: 20px;
}
#nav-open span:before {
  bottom: 7px;
}
#nav-open span:after {
  top: 7px;
}
/* アイコンがクリックされたら真ん中の線を透明にする */
#nav-input:checked ~ #nav-open span {
  background: rgba(255, 255, 255, 0);
  box-shadow: none;
}
/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#nav-input:checked ~ #nav-open span::before {
  bottom: 0;
  transform: rotate(225deg);
}
#nav-input:checked ~ #nav-open span::after {
  top: 0;
  transform: rotate(-225deg);
}  
/*閉じる用の薄黒箇所*/
#nav-close {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #555;
  opacity: 0;
  transition: .3s ease-in-out;
}
/*メニューの中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
  width: 90%;
  max-width: 300px;
  height: 100vh;
  background:#555;
  transition: .3s ease-in-out;
  -webkit-transform: translateX(105%);
  transform: translateX(105%);
  color: #fff;
}
.nav_item {
  text-align: center;
  font-size: 20px;
  padding: 100px 20px 0;
  position: relative;
}
.nav_item::before {
  display: inline-block;
  content: "";
  background: url("../images/paint.webp") no-repeat center center/100% auto;
  width: 80%;
  height: 200px;
  position: absolute;
  bottom: -300px;
  left: 30px;
}
.nav_item li{
	border-bottom:1px dashed #333;
	padding-bottom: 15px;
	margin: 0 0 15px;
}
.nav_item li:last-of-type{
	border-bottom:0 dashed #000c23;
}
.nav_item li a {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
}
.nav_item li a span {
  font-family: "gooddog-new", sans-serif,Optima;
	font-weight: 400;
	font-style: normal;
	font-size: 30px;
}
.hum_sns {
	text-align: center;
}
.hum_sns li a {
	max-width: 80px;
	margin: auto;
}
/*チェックがついたら表示させる*/
#nav-input:checked ~ #nav-close {
  opacity: .5;
  display: block;
}
#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
	height: 100vh;
}
.header_menu{
 display: flex;
 display: -moz-flex;
 display: -o-flex;
 display: -webkit-flex;
 display: -ms-flex;
 flex-direction: row;
 -moz-flex-direction: row;
 -o-flex-direction: row;
 -webkit-flex-direction: row;
 -ms-flex-direction: row;
}
}
@media screen and (max-width: 370px) {
	.btn::before {
	display: none;
}
}
/* ----------------------------------------------------------------------------------------
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: 20%;
  max-width: 130px;
  z-index: 1000;
 }
}
