@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: 20px;
  width: 20%;
  max-width: 120px;
  z-index: 1000;
}
}
/* ----------------------------------------------------------------------------------------
今回追加した813px以上のcss(PC)
-------------------------------------------------------------------------------------------- */
body {
  font-family: "M PLUS 1", sans-serif;
	font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
main {
  position: relative;
  z-index: 0;
  font-size: 16px;
	background: url("../images/bgpsd.webp") no-repeat center center / 100% auto #fff;
  background-attachment: fixed;
  color: #555;
	line-height: 1.2;
}
/*----------------------------------------------------------------
汎用
----------------------------------------------------------------*/
.small {
	font-size: 75%;
}
.big {
	font-size: 150%;
}
.bold {
	font-weight: 700;
}
.tac {
	text-align: center;
}
.ls5 {
	letter-spacing: 5px;
}
.ls0 {
	letter-spacing: 0;
}
.p15 {
	padding: 15px 0;
}
.pb10 {
	padding-bottom: 10px;
}
small {
	font-weight: 500;
}
/*----------------------------------------------------------------
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;
}
.flex_box.four li {
	width: 24%;
	margin-right: 1%;
}
.flex_box.four li:nth-of-type(4n){
	margin-right: 0;
}
/*----------------------------------------------------------------s
bg
----------------------------------------------------------------*/
.bg_op3 {
	background: url("../images/dot_white.webp") repeat top left / 12px #f0e0f6;
}
.bg_op4 {
	background: url("../images/dot_white.webp") repeat top left / 12px #ecccf8;
}
.bg_op5 {
	background: linear-gradient(134deg,rgba(190, 139, 206, 1) 0%, rgba(168, 184, 230, 1) 100%);
	color: #fff;
}
.bg_white_op6 {
	background-color: rgba(255,255,255,0.6);
}
/*----------------------------------------------------------------
BTN
----------------------------------------------------------------*/
.btn_hukidashi {
	text-align: center;
	padding-bottom: 5px;
}
.btn {
	position: relative;
}
.btn.bottom {
	padding: 20px 0;
}
.btn a {
	display: block;
	max-width: 500px;
	margin: auto;
	padding: 20px 0;
	text-align: center;
	border-radius: 100px;
	background-color: #A05AB7;
	box-shadow: 5px 5px 0 #6de1d6;
	color: #fff;
	font-weight: 700;
	font-size: 20px;
	letter-spacing: 3px;
	position: relative;
	z-index: 0;
}
.btn.end_btn a {
	background-color: #777;
	pointer-events: none;
	box-shadow: 0 0 0 rgba(0,0,0,0);
}
.btn.yellow a {
	background-color: #fffa98;
	border: 4px solid #f8f059;
	color: #555;
}
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.yellow a span.arrow {
	background: url("../images/arrow_black.webp") no-repeat center/35px;
}
.btn a:hover {
	transform: translateX(5px) translateY(5px);
	box-shadow: none;
	transition: all 0.3s ease-in-out;
}
/*----------------------------------------------------------------
MENU
----------------------------------------------------------------*/
.menu {
	display: flex;
	justify-content: space-between;
	text-align: center;
	font-weight: 700;
	background-color: #6f3291;
	color: #fff;
	position: fixed;
	top: 0;
	right: 0;
	max-width: 750px;
	width: 95%;
	padding: 12px 0 12px 20px;
	border-radius: 0 0 0 15px;
	z-index: 10;
}
.menu li {
	margin-right: 2%;
	letter-spacing: 3px;
	font-size: 18px;
}
.menu li:hover {	
	transform:translateY(2px);
	transition: 0.2s all ease-in;
}
/*----------------------------------------------------------------
TOP
----------------------------------------------------------------*/
.pop {	
	max-width: 180px;
	position: fixed;
	right: 15px;
	bottom: 120px;
	z-index: 9999;
}
h1 {
	text-align: center;
	padding: 70px 0 20px;
	font-size: 36px;
	font-weight: 900;
	line-height: 1.5;
	color: #444;
}
.content_img {
	max-width: 900px;
	width: 90%;
	margin: 0 auto 30px;
	box-shadow: 2px 2px 5px rgba(100,100,100,0.2);
}
.lead_box {
	position: relative;
	max-width: 1000px;
	margin: auto;
	width: 80%;
}
.megaphone {
	position: absolute;
	bottom: 30px;
	right: 20px;
	max-width: 180px;
	z-index: 0;
}
.lead_tx {
	text-align: center;
	font-size: 20px;
	padding: 70px 0;
	line-height: 1.5;
	position: relative;
	z-index: 5;
	text-shadow: 0 0 5px rgba(255,255,255,0.5);
}
.lead_tx span {
	font-size: 22px;
}
/*----------------------------------------------------------------
TRAILER
----------------------------------------------------------------*/
.youtube {
  width:700px;
  aspect-ratio:16/9;
	margin: 0 auto 40px;
}
iframe {
  width: 100%;
  height: 100%;
}
video {
	width: 100%;
  height: 100%;
}
/*----------------------------------------------------------------
SECTION
----------------------------------------------------------------*/
.contents_wrap {
	padding: 80px 0;
	text-align: center;
}
main h2 {
  text-align: center;
	font-weight: 800;
	padding: 20px 0;
	font-size: 36px;
	letter-spacing: 5px;
	margin:0 auto 40px;
	color: #6f3291;
	background-color:rgba(190,139,206,0.2);
}
.bg_op3 h2,.bg_op4 h2,.bg_op5 h2 {
	background-color: #fff;
	box-shadow: 5px 5px 2px rgba(100,100,100,0.2);
}
.content_ttl {
	font-size: 30px;
	font-weight: 800;
	margin-bottom: 15px;
	line-height: 1.5;
}
.date {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 15px;
}
.attention {
	padding: 10px 0;
	font-size: 14px;
	font-weight: 500;
}
.attention li {
	padding: 3px 0;
}
/*----------------------------------------------------------------
アコーディオン
----------------------------------------------------------------*/
.accordion {
  position: relative;
	font-size: 16px;
	line-height: 160%;
	margin: 40px auto 0;
	background: url("../images/grid_purple.webp") repeat top left /15px #fff;
	color: #666;
	max-width:900px;
	padding: 20px 20px 40px;
	border-radius: 10px;
}
.js-accordion-btn {
  bottom: 0;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  left: 50%;
	transform: translateX(-50%);
  transition: all .2s;
  z-index: 1;
}
.arrow-icon {
  transition: transform 0.3s ease;
}
.js-accordion-btn.is-show .arrow-icon {
  transform: rotate(180deg);
}
.accordion-text {
  overflow: hidden;
  position: relative;
  padding-bottom: 40px;
  transition: height 0.5s ease;
}
.accordion-text.is-hide {
  height: 100px;
}
/* テキストをグラデーションで隠す */
.accordion-text::before {
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,.5) 50%, rgba(255,255,255,.9) 100%);
  background:linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,.5) 50%, rgba(255,255,255,.9) 100%);
  bottom: 0;
  content: "";
  height: 60px; /* グラデーションで隠す高さ */
  position: absolute;
  width: 100%;
	display: inline-block;
	transform: translateX(-50%);
}
/* 閉じるボタンの位置 */
.js-accordion-btn.is-show {
  bottom: 10px;
}
/* 続きを見るボタンをクリックしたらテキストを隠しているグラデーションを消す */
.js-accordion-btn.is-show + .accordion-text::before {
  display: none;
}
 .js-accordion-text {
	transition: height 1.0s ease; /* ← ここで速度を調整 */
  overflow: hidden;
 }
/*----------------------------------------------------------------
出演者
----------------------------------------------------------------*/
.mem_flex {
	display: flex;
	flex-wrap: wrap;
	max-width: 1000px;
	width: 90%;
	margin: auto;
}
.mem_flex li {
	position: relative;
}
.mem_flex.three {
	justify-content: center;
	margin-top: 80px;
}
.mem_flex li {
	width: 22%;
	margin-right: 3%;
}
.mem_flex.three li:last-of-type {
	margin-right: 0;
}
.mem_flex.four li {
	margin-top: 3%;
}
.mem_tag {
	background-color: #2eddcc;
	color: #fff;
	display: inline;
	padding: 2px 5px;
	border-radius: 3px;
	position: absolute;
	top: -30px;
	left: 0;
	box-shadow: 3px 3px 0 #be8bce;
}
.mem_img {
	box-shadow: 4px 4px 0 #be8bce;
}
.name {
	background-color: #fff;
	padding: 5px 0;
	margin-top: 10px;
	box-shadow: 4px 4px 0 #be8bce;
	color: #555;
}

.mem_list {
	position: relative;
}
.mem_list .name {
	background-color: #fff;
	position: absolute;
	bottom:10px;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	width: 90%;
}
.mem_flex.four .mem_list .name {
	background-color: #fffdcd;
	bottom:60px;
}
.disc_btn {
	color: #be8bcf;
	text-decoration: underline;
	position: relative;
	margin: 15px 0;
}
.disc_btn::after{
	display: inline-block;
	content: "";
	background: url("../images/arrow_purple.webp") no-repeat center / 100%;
	width: 25px;
	height: 25px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -30px;
}
.disc_btn:hover {
  transition: all 0.3s ease-in-out;
	color: #6be0d4;
}
/*-----------------------------------------------------------------------
modal
----------------------------------------------------------------------*/
.modal {
  display: none;
  position: fixed;
  z-index: 8887;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color:rgba(140,97,153,0.5);
  transition: all 1s ease-in-out;
}
.modal-content {
    background: #d9f3f1;
    overflow-y: auto;
    padding: 20px 25px;
    width: 90%;
    max-width: 600px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 600px;
    animation: show 0.3s linear 0s;
    /*filter: drop-shadow(0px 2px 6px #ae6cc4);*/
		box-shadow: 6px 6px 0 #be8bce;
		border-radius: 15px;
		z-index: 888;
}
.modal-top {
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 5px;
}
.modal-close {
    color: #6f3291;
    text-decoration: none;
    font-size: 2rem;
    line-height: 1;
    padding: 0 8px;
}
.modal-close:hover, .modal-close:focus {
  text-decoration: none;
  cursor: pointer;
}
@keyframes show{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}
.modal-container {
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: flex-start;
}
.modal-container .mem_img {
	width: 35%;
}
.modal-container .modal_right {
	width: 65%;
	padding: 0 15px;
}
.modal-container .name {
	background-color: rgba(255,255,255,0.00);
	box-shadow: none;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 3px dotted #be8bce;
	margin-bottom: 10px;
}
.comment_tx {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
}
/*----------------------------------------------------------------
CAMPAIGN
----------------------------------------------------------------*/
.coming_soon {
	font-size: 36px;
	font-weight: 800;
}
.cp_ttl {
	font-size: 36px;
	font-weight: 800;
	line-height: 1.6;
}
.cp_list_wrap {
	background-color: #fff;
	color: #6f3291;
	max-width: 1000px;
	margin: 30px auto;
	width: 90%;
	border-radius: 15px;
	box-shadow: 4px 4px 0 #be8bce;
	padding: 20px 30px;
}
.cp_list {
	padding: 10px 0;
}
.cp_list li {
	padding: 5px;
}
.list_ttl {
	background-color: #be8bce;
	color: #fff;
	padding: 5px 0;
	margin-bottom: 10px;
}
/* ------------------------------------
規約
--------------------------------------*/
.tokuten_scroll {
  color: #fff; 
  overflow: hidden;
  max-width: 1000px;
  margin:30px auto 0;
	width: 90%;
  font-size: 12px;
  font-weight: 400;
  padding: 1px;
}
.tokuten_scroll .inn {
  height: 200px;
  overflow-y: scroll;
  text-align: left;
  background-color: rgba(0,12,35,0.5);
  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: 12px;
    margin-right: 10px;
 }
.tokuten_scroll .inn::-webkit-scrollbar-thumb {
    background: #fff;
    width: 10px;
    border-radius: 100px;
}
/*----------------------------------------------------------------
おすすめ作品
----------------------------------------------------------------*/
#recomend .flex_box{
	max-width: 1100px;
	width: 90%;
	margin: auto;
}
.related_ttl {
	font-size: 14px;
	font-weight: 500;
}
.copy {
	padding: 20px 0;
}
/*----------------------------
追従
----------------------------*/
.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;
	font-family: "M PLUS 1", sans-serif;
	z-index: 78;
  }
.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 {	
	width: 48%;
}
.btn.fix a {
   padding: 12px 0;
   font-size: 18px;
   margin: 0 20px 0 0;
	 border: 0;
	 letter-spacing: 0;
	 width: 100%;
	 max-width: 1000px;
	 box-shadow: 0 0 0 rgba(0,0,0,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;
}
.btn.fix a:hover {
	transform: translateX(0) translateY(3px)
}
@media screen and (max-width: 1100px) {
.megaphone {
	position: absolute;
	bottom: 30px;
	right: -10px;
	max-width: 150px;
}
}
/* ----------------------------------------------------------------------------------------
今回追加した812px以下のcss(SP)
-------------------------------------------------------------------------------------------- */
@media screen and (max-width: 812px) {
.wrapper::before {
	content: "";
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100vh;
	background: url("../images/bg_sp.webp") no-repeat center center / 100% auto #fff;
}
main {
  background: none;
	font-family: "M PLUS 1", sans-serif;
	font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
.pop {	
	max-width: 120px;
	right: 5px;
	bottom: 110px;
	/*animation: fuwafuwa 2s ease-in-out infinite alternate; */
}
/*----------------------------------------------------------------
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;
}
/*----------------------------------------------------------------
bg
----------------------------------------------------------------*/
/*----------------------------------------------------------------
BTN
----------------------------------------------------------------*/
.btn_hukidashi {
	font-size: 14px;
}
.btn a {
	width: 90%;
	padding: 15px 0;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0;
}
span.arrow {
	right: 10px;
	background: url("../images/arrow.webp") no-repeat center/25px;
	display: inline-block;
	width: 25px;
	height: 25px;
}
.btn.yellow a span.arrow {
	background: url("../images/arrow_black.webp") no-repeat center/25px;
}
/*----------------------------------------------------------------
TOP
----------------------------------------------------------------*/
h1 {
	padding: 50px 0 0;
	font-size: 18px;
	text-align: center;
}
.content_img {
	margin: 0 auto 20px;
}
.lead_box {
	width: 90%;
}
.megaphone {
	position: absolute;
	bottom: 110px;
	right: -15px;
	width: 100px;
}
.lead_tx {
	font-size: 18px;
	line-height: 1.5;
	padding: 40px 0;
	text-shadow: 2px 2px 0 #fff;
}
.lead_tx span {
	font-size: 18px;
}
/*----------------------------------------------------------------
TRAILER
----------------------------------------------------------------*/
.youtube {
  width: 90%;
}
/*----------------------------------------------------------------
SECTION
----------------------------------------------------------------*/
.contents_wrap {
	padding: 50px 0;
}
.contents_wrap.bg_op3 {
	padding-top: 20px;
}
.contents_wrap.bg_op5 {
	padding-top: 30px;
}
main h2 {
	padding: 20px 0;
	font-size: 24px;
	margin:0 auto 20px;
	letter-spacing: 0;
}
h2.h2_small {
	font-size: 14px;
}
.content_ttl {
	font-size: 20px;
	margin-bottom: 10px;
}
.date {
	font-size: 16px;
	margin-bottom: 0;
}
/*----------------------------------------------------------------
アコーディオン
----------------------------------------------------------------*/
.accordion {
	margin: 30px auto 0;
	width: 90%;
}
.accordion-text {
  padding-bottom: 30px;
	padding: 0 10px 30px;
}
.accordion-text.is-hide {
  height: 100px;
}
/*----------------------------------------------------------------
出演者
----------------------------------------------------------------*/
.mem_flex.three {
	margin-top: 80px;
}
.mem_flex li {
	width: 32%;
	margin-right: 2%;
}
.mem_flex.three li:last-of-type {
	margin-right: 0;
}
.mem_flex li:nth-of-type(3n) {
	margin-right: 0;
}
.mem_flex.four li {
	margin-top: 3%;
}
.mem_tag {
	top: -22px;
	left: 0;
	box-shadow: 2px 2px 0 #be8bce;
	font-size: 12px;
}
.mem_img {
	box-shadow: 3px 3px 0 #be8bce;
}
.name {
	box-shadow: 3px 3px 0 #be8bce;
}
.mem_list .name {
	bottom:8px;
	padding: 2px;
}
.mem_flex.four .mem_list .name {
	bottom:40px;
}
.disc_btn {
	margin: 8px 0;
	font-size: 14px;
	font-weight: 700;
}
.disc_btn::after{
	display: none;
}
/*-----------------------------------------------------------------------
modal
----------------------------------------------------------------------*/
.modal-content {
    padding: 15px;
    min-height: 200px;
		box-shadow: 4px 4px 0 #be8bce;
		border-radius: 10px;
}
.modal-container {
	flex-direction: column;
	width: 100%;
	align-items: flex-start;
}
.modal-container .mem_img {
	width: 40%;
  float: left;
	margin-right: 15px;
}
.modal-container .modal_right {
	width: 100%;
	padding: 0;
}
.modal-container .name {
	text-align: center;
}
.comment_tx {
	font-size: 13px;
	font-weight: 400;
	line-height: 1.5;
}
/*----------------------------------------------------------------
CAMPAIGN
----------------------------------------------------------------*/
.cp_ttl {
	font-size: 24px;
}
.cp_list_wrap {
	margin: 20px auto;
	padding: 10px 15px;
}
.cp_list {
	padding: 10px 0;
}
.tal {
	text-align: left;
	text-indent: -1em;
	margin-left: 1em;
}
/* ------------------------------------
規約
--------------------------------------*/
.tokuten_scroll {
  width: 90%;
  font-size: 12px;
}
.tokuten_scroll .inn {
  height: 220px;
  padding: 10px  ;
}
.tokuten_scroll .inn .inn_box {
  margin-bottom: 2em;
}
.tokuten_scroll .inn::-webkit-scrollbar {
    width: 10px;
 }
/*----------------------------------------------------------------
おすすめ作品
----------------------------------------------------------------*/
#recomend .flex_box{
	flex-direction: row;
	flex-wrap: wrap;
}
#recomend .flex_box li {
	width: 48%;
	margin-right: 2%;
}
#recomend .flex_box li:nth-of-type(2n) {
	margin-right:0;
}
#recomend .flex_box li:nth-of-type(n+3) {
	margin-top:4%;
}
.related_ttl {
	font-size: 12px;
}
.copy {
	padding: 20px 10px;
}
/*----------------------------------------------------------------
追従
----------------------------------------------------------------*/
.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: 14px;
  padding: 10px 0;
}
.btn.fix.lemino a {
  padding: 8px 0;
}
.btn.fix a .s_text {
  font-size: 9px;
}
/* ----------------------------------------------
ハンバーガーメニュー
------------------------------------------------*/
#nav-drawer {
  position: relative;
	font-family: "M PLUS 1", sans-serif;
	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-color: #6de1d6;
}
/*ハンバーガーの形を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: #bd8bce;
  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:#bd8bce;
  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 li{
	border-bottom:1px dashed #791f97;
	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 {
	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;
 }
}
