@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: "M PLUS 1", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
main {
  position: relative;
  z-index: 0;
  font-size: 16px;
  color: #444;
	line-height: 1.2;
	background: url("../images/bg_paper_patarn.webp") repeat top left/70px 70px #fff;
}
.paint01 {
	position: absolute;
	left: 0;
	top: 800px;
	z-index: -1;
}
.paint02 {
	position: absolute;
	right: 0;
	top: 500px;
	z-index: -1;
}
.paint03 {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
.paint04 {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}
.paint05 {
	position: absolute;
	right: 0;
	bottom: 1000px;
	z-index: -1;
}
/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
  transition: 1.5s ease-in;
  opacity: 0;
}
.scroll_up.on {
  opacity: 1.0;
}
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
  opacity: 0;
  }
  to {
  opacity: 1;
  }
}
/*----------------------------------------------------------------
汎用
----------------------------------------------------------------*/
.small {
	font-size: 75%;
}
.big {
	font-size: 125%;
}
.bold {
	font-weight: 700;
}
.bg_orange {
	background-color: #ff5c00;
	color: #fff;
}
.tac {
	text-align: center;
}
.ls5 {
	letter-spacing: 5px;
}
.ls0 {
	letter-spacing: 0;
}
.p15 {
	padding: 15px 0;
}
span.pink_bg {
	background-color: #f338a4;
	color: #F9F9F3;
}
.pink_tx {
	color: #f338a4;
}
.red_tx {
	color: #ee2727;
}
.blue_tx {
	color: #21a7bd;
}
.pt30 {
	padding-top: 50px;
}
/*----------------------------------------------------------------
フォント
----------------------------------------------------------------*/
.magic_jp {
	font-family: "Yusei Magic", sans-serif;
  font-weight: 400;
  font-style: normal;
	font-style: italic;
}
.font_en {
	font-family: "Playball", cursive;
  font-weight: 400;
  font-style: normal;
}
/*----------------------------------------------------------------
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%;
	margin: auto;
}
.w75 {
	width: 75%;
	margin: auto;
}
.mw_1000 {
	max-width: 1000px;
	margin: auto;
	width: 90%;
}

/*----------------------------------------------------------------
bg
----------------------------------------------------------------*/
.inner_wrap {
	padding: 80px 0;
}
.bg_book {
	background: url("../images/bg_paper_patarn.webp") repeat top left/70px 70px #f4f1ca;
	position: relative;
	margin: 80px auto 120px;
	padding-bottom: 0;
	z-index: 0;
}
.bg_book::before {
	display: inline-block;
	content: "";
	background: url("../images/book_metal.webp") repeat-x top 0 left 0/20px 30px;
	width: 100%;
	height: 30px;
	position: absolute;
	top: -15px;
	left: 0;
}
.bg_book::after {
	display: inline-block;
	content: "";
	background: url("../images/paper.webp") no-repeat bottom 0 left 0/100% auto;
	width: 100%;
	min-height: 300px;
	position: absolute;
	bottom: -10rem;
	left: 0;
	z-index: -1;
}
@media screen and (max-width: 1000px) {
	.bg_book::after {
		bottom: -8rem;
	}
}
.bg_gradation {
	background: linear-gradient(90deg,rgba(226, 230, 254, 1) 0%,rgba(247, 220, 255, 1) 25%, rgba(255, 214, 228, 1) 50%,  rgba(255, 231, 209, 1) 75%, rgba(255, 247, 206, 1) 100%);
	padding-bottom: 80px;
}
.paint_top {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	z-index: -1;
	max-width: 1200px;
}
.paint_bottom {
	position: absolute;
	bottom: 5%;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	z-index: -1;
	max-width: 1200px;
}
/*----------------------------------------------------------------
BTN
----------------------------------------------------------------*/
.btn {
	position: relative;
	text-align: center;
}
.flex_box .btn {
	width: 48%;
}
.btn a {
	display: block;
	padding: 23px 0;
	text-align: center;
	border-radius: 100px;
	background: linear-gradient(90deg,rgba(245, 121, 114, 1) 0%, rgba(249, 110, 215, 1) 50%, rgba(192, 118, 248, 1) 100%);
	color: #fff;
	font-weight: 700;
	font-size: 20px;
	letter-spacing: 3px;
	position: relative;
	z-index: 0;
	width: 100%;
}
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.lemino a {
	background: linear-gradient(90deg, rgba(255,168,49,1) 0%, rgba(255,40,135,1) 100%);
	padding: 10px 0;
}
.btn a:hover .arrow {
	transition: transform .3s cubic-bezier(.59,-0.01,.26,.9);
	transform:translateY(-50%) scale(1.2);
}

/*----------------------------------------------------------------
header
----------------------------------------------------------------*/
.sns_list {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding:5px 0;
	background-color: #fff;
	width: 100%;
	position: fixed;
	font-family: "Yusei Magic", sans-serif;
  font-weight: 400;
  font-style: italic;
	z-index: 999;
}
.sns_list li {
	margin-right: 1%;
	font-size: 20px;
	text-align: center;
}
.sns_list li a {
	transition: 0.2s all ease-in;
}
.sns_list li a img {
	max-width: 65px;
	margin-right: 1%;
	font-size: 12px;
	text-align: center;
	transition: 0.2s all ease-in;
}
.sns_list li :last-of-type{
	margin-right: 0;
}
.sns_list li a:hover {
	color: #f338a4;
}
.sns_list li a:hover img {	
	transform:scale(0.95);
}
/*----------------------------------------------------------------
TOP
----------------------------------------------------------------*/
h1 {
  width: 100%;
	text-align: center;
	margin-bottom: 30px;
}
h1 img {
	max-width: 1100px;
	box-shadow: 5px 5px 20px rgba(0,0,0,0.2)
}
main h2 {
  text-align: center;
	padding-bottom: 40px;
	font-size: 48px;
	letter-spacing: 5px;
	font-family: "Yusei Magic", sans-serif;
  font-weight: 400;
  font-style: italic;
	color: #f338a4;
	line-height: 0.8;
}
main h2 span {
	opacity: 0.3;
	font-family: "Playball", cursive;
  font-weight: 400;
  font-style: normal;
	letter-spacing: 0;
	font-size: 40px;
	color: #238ea9;
}

.bg_gradation h2 span {
	color: #fff;
	opacity: 0.5;
}
.bg_book h2 span {
	color: #238ea9;
	opacity: 0.3;
}
.top_date {
	text-align: center;
	font-size: 48px;
	padding:80px 0 20px;
	line-height: 1.2;
	font-style: italic;
	letter-spacing: 2px;
}
.lead_tx {
	text-align: center;
	font-size: 40px;
	font-style: italic;
	padding:80px 0 20px;
	color: #f3239d;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.1) 
}
.pop {	
	max-width: 180px;
	position: fixed;
	right: 10px;
	bottom: 120px;
	z-index: 999;
}
.pop a {
	position: relative;
	z-index: 999;
}
.pop a:hover {
	transition: 0.3s all ease-in-out;
	transform: scale(0.95);
}
/*----------------------------------------------------------------
TRAILER
----------------------------------------------------------------*/
.youtube {
  width:700px;
  aspect-ratio:16/9;
	margin: auto;
}
iframe {
  width: 100%;
  height: 100%;
}
video {
	width: 100%;
  height: 100%;
}
/*----------------------------------------------------------------
STORY
----------------------------------------------------------------*/
#story.inner_wrap {	
	text-align: center;
}
.story_tx {
	line-height: 2;
	font-size: 1.3em;
}
/*----------------------------------------------------------------
CAST
----------------------------------------------------------------*/
.cast_list {
	display: flex;
	flex-wrap: wrap;
	width: 90%;
	margin: 0 auto 30px;
	justify-content: space-between;
}
.cast_wrap {
	width: 49%;
	background-color: rgba(1,190,222,0.2);
	border: 2px solid #01bede;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 2px 2px 7px rgba(0,0,0,0.2);
}
.cast_wrap:nth-of-type(n+3) {
	margin-top: 50px;
}
.cast_flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.cast_img {
	width: 45%;
}
.cast_img img {
	padding-top:1em;
}
.cast_tx {
	width: 53%;
}
.cast_name {
	font-size: 1.8em;
	font-weight: 800;
	border-bottom: 2px solid #01bede;
	padding-bottom: 5px;
	margin-bottom: 5px;
	text-align: center;
}
.cast_color {
	text-align: center;
	line-height: 1.5;
	color: #0a899e;
	font-size:1.4em;
	font-weight: 600;
}
.cast_discription {
	font-size: 1.1em;
	line-height: 1.6;
}
.cast_discription span.big {
	font-size: 160%;
	display: inline-block;
	padding-bottom: 10px;
}
/*----------------red-----------------*/
.cast_wrap.red {
	background-color: rgba(255,90,90,0.15);
	border: 2px solid #ee2727;
}
.cast_wrap.red .cast_color {
	color: #ee2727;
}
.cast_wrap.red .cast_name {
	border-bottom: 2px solid #ee2727;
}
/*----------------blue-----------------*/
.cast_wrap.blue {
	background-color: rgba(43,134,219,0.15);
	border: 2px solid #2b86db;
}
.cast_wrap.blue .cast_color {
	color: #2b86db;
}
.cast_wrap.blue .cast_name {
	border-bottom: 2px solid #2b86db;
}
/*----------------mint-----------------*/
.cast_wrap.mint {
	background-color: rgba(28,221,201,0.15);
	border: 2px solid #1cddc9;
}
.cast_wrap.mint .cast_color {
	color: #06b79e;
}
.cast_wrap.mint .cast_name {
	border-bottom: 2px solid #1cddc9;
}
/*----------------khaki-----------------*/
.cast_wrap.khaki {
	background-color: rgba(74,110,48,0.15);
	border: 2px solid #4a6e30;
}
.cast_wrap.khaki .cast_color {
	color: #4a6e30;
}
.cast_wrap.khaki .cast_name {
	border-bottom: 2px solid #4a6e30;
}
/*----------------black-----------------*/
.cast_wrap.black {
	background-color: rgba(0,0,0,0.15);
	border: 2px solid #000;
}
.cast_wrap.black .cast_color {
	color: #000;
}
.cast_wrap.black .cast_name {
	border-bottom: 2px solid #000;
}
/*----------------brown-----------------*/
.cast_wrap.brown {
	background-color: rgba(144,96,48,0.15);
	border: 2px solid #906030;
}
.cast_wrap.brown .cast_color {
	color: #906030;
}
.cast_wrap.brown .cast_name {
	border-bottom: 2px solid #906030;
}
/*----------------pink-----------------*/
.cast_wrap.pink {
	background-color: rgba(255,101,197,0.15);
	border: 2px solid #ff65c5;
}
.cast_wrap.pink .cast_color {
	color: #ff3fb7;
}
.cast_wrap.pink .cast_name {
	border-bottom: 2px solid #ff65c5;
}
/*----------------------------------------------------------------
DIAGRAM
----------------------------------------------------------------*/
.diagram_img {
	max-width: 900px;
	width: 80%;
	margin: auto;
}
/*----------------------------------------------------------------
SCHEDULE
----------------------------------------------------------------*/
.schedule_table {
	max-width: 700px;
	margin: auto;
	width: 90%;
}
.w50per {
	width: 50%;
}
.schedule_table tr {
	border-bottom: 1px dashed #888;
	text-align: center;
	font-size: 30px;
	font-weight: 600;
}
.schedule_table tr:last-of-type {
	border-bottom: 0;
}
.schedule_table td {
	vertical-align: middle;
}
.schedule_table td{
	padding: 20px 0;
}
/*----------------------------------------------------------------
CAMPAIGN
----------------------------------------------------------------*/
.cp_ttl {
	font-size: 32px;
	font-weight: 800;
	text-align: center;
	line-height: 160%;
	padding-bottom: 20px;
}
.cp_img {
	max-width: 1000px;
	margin: auto;
	width: 80%;
}
.cp_lead {
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	line-height: 1.6;
	padding-top: 20px;
}
.cp_list {
	background-color:rgba(255,255,255,0.3);
	max-width: 1000px;
	margin: 30px auto 0;
	padding: 20px;
}
.cp_list.attention {
	margin: 30px auto ;
	padding: 20px;
	font-size: 14px;
}
.cp_list li {
	text-indent: -1.2em;
	margin-left: 1.2em;
	padding: 5px 0;
	line-height: 1.4;
}
.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_wrap {
	max-width: 1000px;
	margin: 0 auto 80px;
	background-color: rgba(201,0,131,0.05);
	padding: 20px;
}
.btn.cp a {
	max-width: 500px;
	width: 100%;
	margin: auto;
}
.cp_list li.list_inner {
	padding-left: 25px;
	font-size: 0.9em;
}
/*----------------------------------------------------------------
おすすめ作品
----------------------------------------------------------------*/
#contents h2 {
	font-size: 30px;
}
.contents_list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
	width: 90%;
	max-width: 1000px;
	margin: 50px auto 0;
}
.content {
	width:30%;
	margin-right: 5%;
	text-align: center;
	font-size: 14px;
}
.content:nth-of-type(3n) {
	margin-right: 0;
}
.content:nth-of-type(n+4) {
	margin-top: 4%;
}
.content p {
	padding-top: 5px;
}
.contents_copy {
	padding-top: 30px;
}
#recommend .btn.free {
	max-width: 400px;
	margin: 20px auto;
	width: 90%;
}
/*----------------------------
追従
----------------------------*/
.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 {
	width: 48%;
	margin-right: 2%;
}
.btn.fix:last-of-type {
	margin-right: 0;
}
.btn.fix::before {
  display: none;
}
.btn.fix a {
   padding: 24px 0;
   font-size: 18px;
   margin: 0 20px 0 0;
	 border: 0;
	 letter-spacing: 0;
}
.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;
}
@media screen and (max-width: 1100px) {
	
}
/* ----------------------------------------------------------------------------------------
今回追加した812px以下のcss(SP)
-------------------------------------------------------------------------------------------- */
@media screen and (max-width: 812px) {
body {
  font-family: "M PLUS 1", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
main {
	background: url("../images/bg_paper_patarn.webp") repeat top left/50px 50px #fff;
	font-family: "M PLUS 1", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.paint01 {
	position: absolute;
	left: 0;
	top: 600px;
	z-index: -1;
}
.paint02 {
	position: absolute;
	right: 0;
	top: 300px;
	z-index: -1;
}
.paint_bottom {
	bottom: 0;
}
.pt30 {
	padding-top: 30px;
}
/*----------------------------------------------------------------
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: 40px;
	font-size: 32px;
}
/*----------------------------------------------------------------
bg
----------------------------------------------------------------*/
.inner_wrap {
	padding: 50px 0;
}
.bg_book {
	background: url("../images/bg_paper_patarn.webp") repeat top left/20px 20px #f4f1ca;
	margin: 50px auto ;
}
.bg_book::after {
	min-height: 100px;
	bottom: -3rem;
	left: 0;
	z-index: -1;
}
.bg_gradation {
	padding-bottom: 50px;
}
/*----------------------------------------------------------------
BTN
----------------------------------------------------------------*/
.flex_box .btn {
	width: 90%;
	margin: 10px auto;
}
.btn a {
	padding: 18px 0;
	font-size: 16px;
	letter-spacing: 0;
}
.btn span {
	font-size: 12px;
}
span.arrow {
	background: url("../images/arrow.webp") no-repeat center/25px;
	width: 25px;
	height: 25px;
}
/*----------------------------------------------------------------
TOP
----------------------------------------------------------------*/
.top_date {
	font-size:24px;
	padding:50px 0 10px;
	line-height: 1.5;
}
.lead_tx {
	font-size: 20px;
	padding:20px 0 10px;
}
.pop {	
	width: 30%;
	bottom: 102px;
	right: 0;
	z-index: 999;
	/*animation: fuwafuwa 2s ease-in-out infinite alternate; */
}
/*----------------------------------------------------------------
TRAILER
----------------------------------------------------------------*/
.youtube {
  width:90%;
	padding-bottom: 15px;
}
/*----------------------------------------------------------------
STORY
----------------------------------------------------------------*/
#story.inner_wrap p {	
	padding: 0 15px;
}
.story_tx {
	font-size: 16px;
}
/*----------------------------------------------------------------
CAST
----------------------------------------------------------------*/
.cast_wrap {
	flex-direction: column;
	padding: 15px;
	width: 100%;
}
.cast_wrap:nth-of-type(n+2) {
	margin-top: 30px;
}
.cast_flex {
		flex-direction: column;
	}
.cast_img {
	width: 100%;
}
.cast_tx {
	width: 100%;
}
.cast_name {
	font-size: 24px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.cast_discription span.big {
	font-size: 150%;
}
.cast_discription {
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 1.0em;
}
.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;
}
.w45.original {
	width: 70%;
	margin-bottom: 15px;
}
/*----------------------------------------------------------------
DIAGRAM
----------------------------------------------------------------*/
.diagram_img {
	width: 90%;
}
/*----------------------------------------------------------------
SCHEDULE
----------------------------------------------------------------*/
.schedule_table tr {
	font-size: 1.5em;
}
/*----------------------------------------------------------------
CAMPAIGN
----------------------------------------------------------------*/
.cp_wrap {
	margin: 0 auto 40px;
	padding: 10px;
	width: 95%;
}
.cp_ttl {
	font-size: 20px;
	padding-bottom: 10px;
}
.cp_lead {
	font-size: 15px;
	padding-top: 10px;
}
.cp_img {
	width: 90%;
}
.cp_list {
	width: 100%;
	margin: 10px auto 0;
	padding: 10px;
}
.cp_list.attention {
	margin-bottom: 30px;
	margin-top: 10px;
}
.cp_list li {
	padding: 5px 0;
}
.cp_list .list_ttl {
	font-size: 18px;
	padding-bottom: 8px;
	margin-bottom: 8px;
}
.btn.cp a {
	font-size: 16px;
	letter-spacing: 0;
}
/*----------------------------------------------------------------
おすすめ作品
----------------------------------------------------------------*/
.contents_list {
	margin: 0px auto 0;
}
.content {
	width:48%;
	margin-right: 2%;
	font-size: 12px;
}
.content:nth-of-type(3n) {
	margin-right: 2%;
}
.content:nth-of-type(2n) {
	margin-right: 0;
}
.content:nth-of-type(n+3) {
	margin-top: 4%;
}
.content p {
	padding-top: 5px;
}
.contents_copy {
	padding-top: 30px;
	font-weight: 400;
	font-size: 11px;
}
.copy {
	text-align: center;
	padding-bottom: 20px;
}
/*----------------------------------------------------------------
追従
----------------------------------------------------------------*/
.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;
	font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}
.nav-unshown {
  display:none;/*チェックボックス等は非表示に*/
}
/*アイコンのスペース*/
#nav-open {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  width: 50px;
  height:50px;
  right: 0;
  top: 0;
  z-index: 99999;
	border-radius: 0 0 0 10px;
	background: linear-gradient(135deg,rgba(245, 121, 114, 1) 0%, rgba(249, 110, 215, 1) 50%, rgba(192, 118, 248, 1) 100%);
}
/*ハンバーガーの形をCSSで表現*/
#nav-open span.nav_line {
	position: absolute;
	left: 15px;
  height: 3px;/*線の太さ*/
  width: 20px;/*長さ*/
  background:  #fff;
  display: block;
  content: '';
  cursor: pointer;
  transition: 0.5s;
  z-index: 9999;
  border-radius: 20px;
}
#nav-open span.nav_line.first {
	top: 12px;
}
#nav-open span.nav_menu {
	position: absolute;
	font-size: 9px;
	bottom: 3px;
}
/* アイコンがクリックされたらMENUを消す */
#nav-input:checked ~ #nav-open span.nav_menu {
  opacity: 0;
}
/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#nav-input:checked ~ #nav-open span.nav_line.first {
  transform: rotate(225deg);
	top: 23px;
}
#nav-input:checked ~ #nav-open span.nav_line.second {
  transform: rotate(-225deg);
}  
/*閉じる用の薄黒箇所*/
#nav-close {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #000;
  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: linear-gradient(135deg,rgba(226, 230, 254, 1) 0%,rgba(247, 220, 255, 1) 25%, rgba(255, 214, 228, 1) 50%,  rgba(255, 231, 209, 1) 75%, rgba(255, 247, 206, 1) 100%);
  transition: .3s ease-in-out;
  -webkit-transform: translateX(105%);
  transform: translateX(105%);
  color: #333;
}
.nav_item {
  text-align: center;
  font-size: 20px;
  padding: 100px 20px 0;
  position: relative;
}
.nav_item li{
	border-bottom:1px solid #999;
	padding-bottom: 15px;
	margin: 0 0 15px;
}
.nav_item li:last-of-type{
	border-bottom:0 dashed #791f97;
}
.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 {
	display: flex;
	justify-content: center;
	align-content: center;
}
.hum_sns li a {
	max-width: 60px;
	margin: auto;
}
.hum_sns li {
	margin-right: 10px;
}
.hum_sns li:last-of-type {
	margin-right: 0;
}
/*チェックがついたら表示させる*/
#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;
 }
}
