@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;
}
/* ----------------------------------------------------------------------------------------
813px以上の固定css(PC)
-------------------------------------------------------------------------------------------- */
@media screen and (min-width: 813px) {
.sp {
  display: none;
 }
 .pc {
  display: block;
 }
.home {
  position: fixed;
  top: 15px;
  left: 20px;
  width: 20%;
  max-width: 120px;
  z-index: 1000;
}
}
/* ----------------------------------------------------------------------------------------
今回追加した813px以上のcss(PC)
-------------------------------------------------------------------------------------------- */
body {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 500;
  font-style: normal;
}
main {
  position: relative;
  z-index: 0;
  font-size: 16px;
	background: url("../images/bg_red.webp") no-repeat top left/100% 100%,url("../images/bg_border_left.webp") repeat-y top left,url("../images/bg_border_rihgt.webp") repeat-y top right,linear-gradient(126deg,rgba(240, 98, 55, 1) 0%, rgba(199, 2, 64, 1) 100%);
  background-attachment: fixed;
  color: #fff;
	line-height: 1.2;
}
/*----------------------------------------------------------------
汎用
----------------------------------------------------------------*/
.poppins {
	font-family: "Poppins", sans-serif;
	font-weight:500;
	font-style: normal;
}
.serif {
	font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
.small {
	font-size: 75%;
}
.big {
	font-size: 150%;
}
.bold {
	font-weight: 700;
}
.tx_orange {
	color: #ff8010;
}
.tx_blue {
	color: #7ad2ff;
}
.tx_indigo {
	color: #40ACE3;
}
.tx_red {
	color: #dc0629;
}
.bg_orange {
	background-color: #ff5c00;
	color: #fff;
}
.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%;
}
.w40 {
	width: 40%;
}
.w45 {
	width: 45%;
}
.w55 {
	width: 55%;
}
.w50 {
	width: 50%;
}
.w65 {
	width: 65%;
}
.w75 {
	width: 75%;
	margin: auto;
}
/*----------------------------------------------------------------

----------------------------------------------------------------*/
h1 {
  width: 100%;
	text-align: center;
	padding-top: 100px;
}
h1 img {
	width: 70%;
}
main h2 {
  text-align: center;
	font-weight: 800;
	padding-bottom: 20px;
	font-size: 36px;
	letter-spacing: 5px;
	/*font-style: italic;*/
	width: 80%;
	margin:0 auto 40px;
	position: relative;
}
main h2::after {
	content: "";
	display: inline-block;
	background: url("../images/h2_deco.webp") no-repeat center / 100% 100%;
	width: 601px;
	height: 64px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
/*----------------------------------------------------------------
bg
----------------------------------------------------------------*/
.inner_wrap {
	padding: 60px 0;
}
.paper_wrap {
	background: url("../images/bg_paper.webp") repeat-y top center/100% auto #f3f2eb;
	position: relative;
	color: #333;
	z-index: 0;
}
.paper_wrap::before {
	content: "";
	display: inline-block;
    background: url( "../images/mountain.webp") no-repeat bottom center / 100% auto;
	width: 100%;
	height:275px; 
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
}
.paper_wrap {
  background: url("../images/bg_paper.webp") repeat-y top center / 100% auto #f3f2eb;
  position: relative;
  color: #333;
  z-index: 0;
}
.dark_wrap {
	background-color: rgba(0,0,0,0.3);
}
.sky_wrap {
	background: linear-gradient(135deg,rgba(60, 138, 196, 1) 0%, rgba(169, 204, 227, 1) 100%);
	position: relative;
	z-index: 0;
}
.cloud {
	position: absolute;
	width: 100%;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: -1;
}
/*----------------------------------------------------------------
BTN
----------------------------------------------------------------*/
.btn {
	position: relative;
}
.btn a {
	display: block;
	max-width: 400px;
	margin: auto;
	padding: 20px 0;
	text-align: center;
	border-radius: 100px;
	background: linear-gradient(135deg,rgba(60, 138, 196, 1) 0%, rgba(169, 204, 227, 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.red a {
	background: linear-gradient(126deg,rgba(240, 98, 55, 1) 0%, rgba(199, 2, 64, 1) 100%)
}
.btn.green a {
	background: linear-gradient(90deg,rgba(154, 224, 63, 1) 0%, rgba(15, 214, 174, 1) 100%);
}
/*----------------------------------------------------------------
TOP
----------------------------------------------------------------*/
.sns_list {
	display: flex;
	justify-content: flex-end;
	padding:8px 0;
	background: linear-gradient(284deg,rgba(83, 163, 224, 1) 0%, rgba(206, 226, 237, 1) 100%);
	width: 100%;
	box-shadow: 0 1px 8px rgba( 0,0,0,0.2);
	position: fixed;
	top: 0;
	right: 0;
	z-index: 9999999;
	align-items: center;
}
.sns_list li {
	margin-right: 4%;
	font-size: 14px;
	text-align: center;
	color: #fff;
}
.sns_list li.tx {
	margin-right: 1%;
}
.sns_list li:last-of-type{
	margin-right: 1%;
}
.sns_list li a img {
	max-width: 40px;
	margin: auto;
	display: block;
	border-radius: 5px;
}
.sns_list li a:hover {	
	transform:translateY(5px);
	transition: 0.2s all ease-in;
}
.menu {
	display: flex;
	justify-content: center;
	text-align: center;
	font-weight: 700;
	padding-top: 40px;
}
.menu li {
	margin-right: 70px;
	letter-spacing: 3px;
	font-size: 18px;
}
.menu li:last-of-type {
	margin-right:0;
}
.menu li:hover {	
	transform:translateY(5px);
	transition: 0.2s all ease-in;
}
.top_date {
	text-align: center;
	font-size: 30px;
	font-weight: 700;
	padding:50px 0;
	line-height: 1.8;
	text-shadow:2px 2px 0 rgba(255,179,130,0.1);
}
.top_date small {
	font-weight: 300;
}
.more_date {
	background: linear-gradient(135deg,rgba(60, 138, 196, 1) 0%, rgba(169, 204, 227, 1) 100%);
	color: #fff;
	width: 50%;
	margin: 0 auto 50px;
	padding: 15px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	border: 10px solid #fff;
	border-radius: 15px;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
	text-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}
.lead_tx {
	text-align: center;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.8;
	padding:60px 0 60px;
}
.lead_inn {
	display: inline;
	background-color: #ff5c00;
	font-size: 30px;
	color: #fff;
	letter-spacing: 5px;
}
.pop {	
	max-width: 400px;
	position: fixed;
	right: 0;
	bottom: 115px;
	z-index: 999;
}
.pop a {
	position: relative;
	z-index: 999;
}
.hukidashi {
	text-align: center;
	font-weight: 600;
	font-size: 24px;
	letter-spacing: 3px;
	padding: 30px 0;
}
#recomend .hukidashi {
	padding-bottom: 0;
}
/*----------------------------------------------------------------
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: 1.8;
	font-size: 18px;
}
/* ------------------------------------
キャンペーン
--------------------------------------*/
.masking {
  position: relative;
	width: 100%;
	margin: 0 auto 40px;
	padding: 30px 0;
}
.end_tx {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(87,87,87,0.7);
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  padding-top: 25%;
  text-align: center;
}
.cp_title {
  font-size: 24px;
  background: linear-gradient(135deg,rgba(60, 138, 196, 1) 0%, rgba(169, 204, 227, 1) 100%);
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  margin: 20px 0;
	font-weight: 800;
}
.flex_box.cp {
  margin: 20px 0 0;
  align-items: center;
  /*justify-content: space-between;*/
}
.flex_box.cp.fd_column {
  flex-direction: column;
}
.cp_lead {
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
}
.cp_im {

}
.cp_tx {
  font-weight: 500;
  margin: 30px auto;
}
.cp_tx ul {
  padding: 15px ;
  text-align: left;
  background: rgba(255, 255, 255, .1);
  margin-bottom: 20px;
  border-radius: 5px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}
.cp_tx ul li {
  padding: 5px 0;
}
.cp_list_title {
  border-bottom: 1px solid #fff;
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-size: 18px;
	font-weight: 600;
}
.cp_lead{
	text-align: center;
	font-size: 20px;
	margin: 0 auto 1em;
	line-height: 1.45em;
}
#campaign .btn {
	margin-bottom: 30px;
}
/* ------------------------------------
規約
--------------------------------------*/
.tokuten_scroll { 
  overflow: hidden;
  width: 100%;
  margin:0 auto 70px;
  font-size: 12px;
  font-weight: 500;
}
.tokuten_scroll .inn {
	padding-right: 2em;
	padding: 1em 2em 1em 1em;
	height: 230px;
	overflow-y: scroll;
	text-align: left;
	background: rgba(0, 0, 0, .2);
	font-size: 14px;
}
.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{
  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;
}

/*----------------------------------------------------------------
前シリーズ
----------------------------------------------------------------*/
.contents_wrap {
	max-width: 1000px;
	width: 90%;
	margin: auto;
	text-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.contents_wrap .w55 {
	margin-right: 0;
}
.contents_wrap .w45 {
	text-align: center;
}
.flex_box.scene {
	padding-top: 30px;
}
.flex_box.scene li {
	width: 24%;
}
.content_ttl {
	font-size: 30px;
	font-weight: 800;
}
.content_tx {
	padding: 15px 0;
}
/*----------------------------------------------------------------
ロケ地
----------------------------------------------------------------*/
.place_list {
	background: linear-gradient(284deg,rgba(235, 243, 255, 1) 0%, rgba(225, 231, 235, 1) 100%);
	box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
	padding: 30px;
	border-radius: 15px;
	color: #333;
	text-shadow: none;
}
.place_list:nth-of-type(n+2) {
	margin-top: 30px;
}
.place_list .flex_box.scene {
	padding-top: 20px;
}
.place_list .flex_box.scene.img4 li{
	width: 24%;
}
.place_list .flex_box.scene.img5 li{
	width: 19%;
}
.place_list .flex_box.scene.img6 li{
	width: 16%;
}
.place_list .content_ttl {
	font-weight: 600;
	padding-bottom: 10px;
	border-bottom: 1px solid #5A94D6;
}
.adress {
	color: #666;
	font-size: 16px;
}
/*----------------------------------------------------------------
DIAGRAM
----------------------------------------------------------------*/
.diagram_img {
	max-width: 1000px;
	width: 80%;
	margin: auto;
}
/*----------------------------------------------------------------
おすすめ作品
----------------------------------------------------------------*/
#contents h2 {
	font-size: 30px;
}
.contents_list {
	display: flex;
	flex-wrap: wrap;
	width: 75%;
	margin: 0px auto 0;
	justify-content: center;
}
.content {
	width:24%;
	margin-right: 1%;
	text-align: center;
	font-size: 14px;
	position: relative;
}
.content:nth-of-type(4n) {
	margin-right: 0;
}
.content:nth-of-type(n+5) {
	margin-top: 4%;
}
.recomend_tx {
	position: absolute;
	top: -35px;
	width: 100%;
}
.contents_copy {
	padding-top: 30px;
}
/*----------------------------
追従
----------------------------*/
.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_red_sp.webp") no-repeat top left/100% 100%,url("../images/bg_border_left_sp.webp") repeat-y top left,url("../images/bg_border_rihgt_sp.webp") repeat-y top right,linear-gradient(126deg,rgba(240, 98, 55, 1) 0%, rgba(199, 2, 64, 1) 100%);
}
main {
  background: none;
  font-weight: 400;
}
/*----------------------------------------------------------------
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;
	padding-top: 0;
}
h1 img {
	width: 100%;
	margin: auto;
}
main h2 {
	padding-bottom: 10px;
	margin-bottom: 20px;
	font-size: 32px;
}
main h2::after {
	width: 315px;
	height: 33px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
/*----------------------------------------------------------------
bg
----------------------------------------------------------------*/
.inner_wrap {
	padding: 60px 0;
}
.paper_wrap {
	background: url("../images/bg_paper_sp.webp") repeat-y top center/100% auto #f3f2eb;
}
.orange_wrap::before {
	width: 70px;
	height: 86px;
	position: absolute;
	top: 10px;
	left: 20px;
}
.orange_wrap::after {
	width: 50px;
	height: 62px;
	position: absolute;
	bottom: 0;
	right: 5px;
}
/*----------------------------------------------------------------
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: 300px;
	padding: 15px 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;
}
/*----------------------------------------------------------------
TOP
----------------------------------------------------------------*/
.top_date {
	font-size:20px;
	padding:20px 0;
	line-height: 1.5;
}
.more_date {
	width: 90%;
	margin: 0 auto 20px;
	padding: 10px;
	font-size: 18px;
	border: 5px solid #fff;
	border-radius: 10px;
	box-shadow: 2px 2px 8px rgba(0,0,0,0.2);
}
.lead_img {
	width: 90%;
	margin: 40px auto 0;
}
.lead_tx {
	font-size: 16px;
	line-height: 35px;
	padding:20px 0 30px;
}
.lead_inn {
	font-size: 20px;
	letter-spacing: 0;
}
.pop {	
	width: 70%;
	bottom: 100px;
	z-index: 999;
	/*animation: fuwafuwa 2s ease-in-out infinite alternate; */
}
.hukidashi {
	font-size: 18px;
	letter-spacing: 0;
}
#recomend .hukidashi {
	padding-bottom: 15px;
}
/*----------------------------------------------------------------
TRAILER
----------------------------------------------------------------*/
.youtube {
  width:90%;
	padding-bottom: 15px;
}
/*----------------------------------------------------------------
STORY
----------------------------------------------------------------*/
#story.inner_wrap p {	
	padding: 0 15px;
}
.story_tx {
	font-size: 14px;
}
/*----------------------------------------------------------------
CAMPAIGN
----------------------------------------------------------------*/
/*----------------------------------------------------------------
前シリーズ
----------------------------------------------------------------*/
.flex_box.scene {
	padding-top: 30px;
	flex-direction: row;
	flex-wrap: wrap;
}
.flex_box.scene li {
	width: 50%;
}
.content_ttl {
	text-align: center;
	font-size: 30px;
	font-weight: 800;
}
.content_tx {
	padding: 15px 0;
}
/*----------------------------------------------------------------
ロケ地
----------------------------------------------------------------*/
.place_list {
	padding: 20px;
}
.place_list .flex_box.scene {
	padding-top: 0;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}
.place_list .flex_box.scene li {
	margin-top: 1%;
}
.place_list .flex_box.scene.img4 li{
	width: 32%;
	margin-right: 2%;
}
.place_list .flex_box.scene.img4 li:nth-of-type(3n) {
	margin-right: 0;
}
.place_list .flex_box.scene.img5 li{
	width: 32%;
	margin-right: 2%;
}
.place_list .flex_box.scene.img5 li:nth-of-type(3n) {
	margin-right: 0;
}
.place_list .flex_box.scene.img6 li{
	width: 32%;
	margin-right: 2%;
}
.place_list .flex_box.scene.img6 li:nth-of-type(3n) {
	margin-right: 0;
}
.place_list .content_ttl {
	padding-bottom: 10px;
	font-size: 24px;
	line-height: 1.0;
	padding-top: 10px;
}
.adress {
	font-size: 14px;
}
/*----------------------------------------------------------------
DIAGRAM
----------------------------------------------------------------*/
.diagram_img {
	width: 90%;
}
/*----------------------------------------------------------------
CAMPAIGN
----------------------------------------------------------------*/
.cp_title {
	font-size: 20px;
}
.cp_lead {
	font-size: 18px;
}
.cp_tx {
	margin-bottom: 0;
}
.cp_tx_list li{
	font-size: 14px;
}
.cp_tx_list li.cp_list_title{
	font-size: 16px;
	margin-bottom: 5px;
}
#campaign .btn {
	margin-bottom: 20px;
}
#campaign .btn a{
	margin-bottom: 20px;
	padding: 15px 0;
}
.tokuten_scroll {
	margin-bottom: 0;
	font-weight: 400;
}
/*----------------------------------------------------------------
おすすめ作品
----------------------------------------------------------------*/
#recomend.inner_wrap {
	width: 100%;
}
#recomend h2 {
	font-size: 24px;
}
#recomend .flex_box.w75 {
	width: 90%;
}
.contents_list {
	width: 90%;
	margin: auto;
}
.content {
	width:48%;
	font-size: 14px;
	font-weight: 500;
	line-height: 120%;
}
.content:nth-of-type(2n) {
	margin-right: 0;
}
.content:nth-of-type(3n) {
	margin-right: 2%;
}
.content:nth-of-type(n+3) {
	margin-top: 6%;
}
.contents_copy {
	padding: 30px 10px 0;
	font-size: 12px;
}
.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;
}
.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(126deg,rgba(240, 98, 55, 1) 0%, rgba(199, 2, 64, 1) 100%);
	box-shadow: 1px 2px 8px rgba(255,255,255,0.2);
	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;
 }
}
