@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;
}
html {
	scroll-behavior: smooth;
}
/* ----------------------------------------------------------------------------------------
813px以上の固定css(PC)
-------------------------------------------------------------------------------------------- */
@media screen and (min-width: 813px) {
.sp {
  display: none;
 }
 .pc {
  display: block;
 }
.home {
  position: fixed;
  top: 20px;
  left: 20px;
  width: 20%;
  max-width: 130px;
  z-index: 1000;
}
}
/* ----------------------------------------------------------------------------------------
今回追加した813px以上のcss(PC)
-------------------------------------------------------------------------------------------- */
body {
  font-family: "Noto Sans JP", sans-serif,YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 100%;
}
main {
  position: relative;
  z-index: 0;
  font-size: 16px;
  line-height: 150%;
  color: #122143;
	background: linear-gradient(104deg,rgba(255, 234, 243, 1) 0%, rgba(255, 154, 194, 1) 35%, rgba(255, 199, 186, 1) 70%,rgba(255, 192, 161, 1) 100%);
	padding-top: 60px;
}
.bg_wrap {
	background-image: url("../images/bg_kira.webp");
  background-position: center;
  background-size: 100%;
  background-attachment: fixed;
  z-index: 1;
}
.abril {
	font-family: "Abril Fatface", serif;
  font-weight: 400;
  font-style: normal;
}
.serif {
	font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
a.push:hover {
	transform: scale(0.8);
	transition: all 0.4s cubic-bezier(0.52,-0.37,0.45,1.4);
}
.tx_indent {
	padding-left: 1.5em;
	margin-left: 1.5em;
}
#performers,#ticket {
  scroll-margin-top: 70px;
}
/*-------------------------------------------------------------------------
flex関連
-------------------------------------------------------------------------*/
.flex_box {
	display: flex;
	align-items: center;
}
.flex_box.js {
	display: flex;
	justify-content: space-between;
}
.flex_box.jc {
	display: flex;
	justify-content: center;
}
/*-------------------------------------------------------------------------
scroll_up ｜下から上へ出現
-------------------------------------------------------------------------*/
.scroll_up {
  transition: 0.8s ease-in;
  opacity: 0;
}
.scroll_up.on {
  opacity: 1.0;
}
.start {
  display: none;
}
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
  opacity: 0;
  transform: translateY(50px);
  }
  to {
  opacity: 1;
  transform: translateY(0);
  }
}
/* ----------------------------------------------
header
------------------------------------------------*/
.head_menu {
	width: 100%;
	background-color: #122143;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding: 10px 0;
	position: fixed;
	top: 0;
	z-index: 10;
}
.menu {
	display: flex;
	justify-content: flex-end;
	color: #ffd7e9;
}
.menu li.now a {
	color: #d7f3ff;
}
.menu li a {
	display: block;
	margin-right: 30px;
	text-align: center;
	font-size: 14px;
}
.menu li a:hover {
	color: #d7f3ff;
	transition: 0.5s all ease-in-out;
}
.menu li a span {
	font-family: "Abril Fatface", serif;
  font-weight: 400;
  font-style: normal;
	font-size: 22px;
	letter-spacing: 1px;
}
.sns_list {
	display: flex;
	justify-content: flex-end;
}
.sns_list li {
	margin-right: 12px;
}
.sns_list li a {
	width: 40px;
}
/* ----------------------------------------------
TOP
------------------------------------------------*/
.top_box {
	padding: 50px 50px 60px;
}
.left_wrap {
	width: 60%;
}
.left_wrap img {
	box-shadow: 5px 5px 10px rgba(0,5,71,0.2);
}
.right_wrap.tab {
	width: 36%;
	text-align: center;
}
.top_lead {
	font-size: 30px;
	font-weight: 600;
	padding: 15px 0 15px 30px;
	margin-bottom:25px;
	letter-spacing: 5px;
	position: relative;
	text-align: left;
	line-height: 0;
}
.top_lead::before {
	content: "";
	display: inline-block;
	width: 5px;
	height: 35px;
	background-color: #122143;
	position: absolute;
	top: 0;
	left: 0;
}
.top_banner {
	max-width: 700px;
	margin: auto;
	width: 100%;
}
.youtube {
  width:100%;
  aspect-ratio:16/9;
	margin:  auto ;
}
iframe {
  width: 100%;
  height: 100%;
}
/* -----------------------------------------------------------
BTN
-------------------------------------------------------------*/
.btn a {
  background: linear-gradient(90deg,rgba(255, 201, 226, 1) 0%, rgba(255, 204, 204, 1) 100%);
  display: block;
  max-width: 500px;
  margin: 15px auto;
  border-radius: 100px;
  color:#122143;
  padding: 15px 0;
  position: relative;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
}
.btn a::after {
  content: "";
  display: inline-block;
  background: url("../images/playbtn_navy.png") no-repeat center center/ 20px 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.btn a:hover::after {
  transition: all 0.2s ease-in;
	right: 15px;
}
.btn.navy a {
	background: #122143;
	color:#ffd7e9;
}
.btn.navy a::after {
  background: url("../images/playbtn_pink.png") no-repeat center center/ 20px 20px;
}
.btn.end_btn a {
	background: linear-gradient(90deg,rgba(158, 158, 158, 1) 0%, rgba(94, 94, 94, 1) 100%);
	pointer-events: none;
	color: #fff;
}
.btn.end_btn a::after {
	display: none;
}
.btn {
  position: relative;
}
.btn .coming {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(21,21,21,0.7);
  width: 70%;
  height: 100%;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  border-radius: 100px;
  text-align: center;
  padding: 10px 0;
  z-index: 3;
}
.idol .btn a {
	color:#122143;
	background-color: #ffd7e9;
	width: 90%;
	font-size: 16px;
}
.idol .btn a::after {
	background: url("../images/playbtn_navy.png") no-repeat center center/ 20px 20px;
}
/* ----------------------------------------------
SECTION
------------------------------------------------*/
.contents_wrap {
  padding: 60px 0;
}
.bg_navy {
	background-color: #122143;
	color:#ffd7e9;
	padding: 60px 60px;
}
.bg_navy h2 {
	text-align: left;
	border-bottom: 1px solid #ffd7e9;
}
main h2 {
  font-size: 18px;
	font-weight: 700;
  text-align: center;
  line-height: 180%;
  letter-spacing: 0.2rem;
	padding-bottom: 30px;
}
main h2 span {
  font-family: "Abril Fatface", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 60px;
}
/* ----------------------------------------------
INTRODUCTION
------------------------------------------------*/
.contents_wrap.introduction {
	text-align: center;
	text-shadow: 0 0 10px rgba(255,255,255,0.4);
}
.intro_ttl {
	font-size: 30px;
	font-weight: 700;
}
.intro_lead {
	font-size: 40px;
	font-weight: 800;
	padding: 40px 0;
	line-height: 1.8;
}
.intro_tx {
	line-height: 200%;
	font-size: 18px;
}
.list {
	padding: 10px 0;
}
.list li {
	padding: 2px 0;
}
.list li.list_ttl {
	font-weight: 700;
	font-size: 20px;
	padding-bottom: 10px;
}
/* ----------------------------------------------
INFORMATION
------------------------------------------------*/
#information.contents_wrap {
	padding-bottom: 100px;
}
.tab {
	max-width: 1000px;
	width: 90%;
	margin: 0 auto ;
	padding: 50px;
  position: relative;
  border: 2px solid #494855;
  border-radius: 15px;
  background: url("../images/bg_grid_gray.webp") repeat left top /20px 20px #fff;
}
.tab::before,.tab::after {
  content: "";
  display: inline-block;
  border: 2px solid #494855;
  border-radius: 10px;
  position: absolute;
  right: -8px;
  bottom: -8px;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.tab::before {
  background-color: #fff;
}
.tab::after {
  right: -16px;
  bottom: -16px;
  z-index: -2;
  box-shadow: 15px 10px 0px 0px rgba(73,72,85,0.2);
}
/* ----------------------------------------------------------
TICKET
------------------------------------------------------------*/
.ticket_list {
	margin: 40px auto;
	width: 100%;
	max-width: 1100px;
}
.ticket_wrap {
	border: 2px solid #ffd7e9;
	color: #fff;
}
.ticket_inner {
	padding: 3%;
	max-width: 1000px;
	width: 100%;
	margin: auto;
}
.ticket_wrap h3 {
	background: linear-gradient(175deg,rgba(255, 212, 238, 1) 0%, rgba(255, 214, 214, 1) 35%, rgba(255, 239, 232, 1) 100%);
	color: #122143;
	padding: 20px 0;
	text-align: center;
	font-size: 28px;
	font-weight: 700;
}
.ticket_date {
	background: linear-gradient(90deg, rgba(255, 154, 194, 1) 0%, rgba(255, 199, 186, 1) 70%,rgba(255, 192, 161, 1) 100%);
	text-align: center;
	color: #122143;
	margin: 0 auto 30px;
	font-weight: 700;
	border-radius: 10px;
	padding: 5px;
}
.ticket_ttl {
	padding: 12px 0;
	font-size: 20px;
}
.ticket_date .date {
	background-color: #fff;
	border-radius: 0  0 8px 8px;
	padding: 15px 0;
	font-size: 18px;
}
.attention_list {
	border: 1px solid #ffd7e9;
	background-color:rgba(255,215,233,0.1);
	font-size: 14px;
	padding: 2%;
}
.attention_list li {
	padding: 3px 0;
	text-indent: -1em;
	margin-left: 1em;
}
.attention_list li a {
	text-decoration: underline;
	color: #ff489a;
}
.attention_list li.attention_ttl {
	color: #ff489a;
	text-align: center;
	padding-bottom: 15px;
	font-size: 18px;
	font-weight: 600;
}
.ticket_content {
	margin: 50px 0;
	text-align: center;
}
.ticket_content_ttl {
	background: linear-gradient(175deg,rgba(255, 212, 238, 1) 0%, rgba(255, 214, 214, 1) 35%, rgba(255, 239, 232, 1) 100%);
	color: #122143;
	font-weight: 700;
	font-size: 20px;
	padding: 10px 0;
}
.ticket_content_list {
	padding: 15px 0;
}
.ticket_content_list li {
	padding: 10px 0;
	font-size: 18px;
}
#ticket .btn a {
	padding: 25px 0;
	font-size: 20px;
}
.seat_img {
	max-width: 300px;
	margin: 0 auto 50px;
}
/*----------------------------------------
アコーディオン 
----------------------------------------*/
.accordion {
  margin-inline: auto;
  margin-top: 30px;
  width: 100%;
  position: relative;
}

h3.accordion-title {
  cursor: pointer;
  font-size: 22px;
  font-weight: 700;
  padding: 20px;
  background: linear-gradient(175deg,rgba(255, 212, 238, 1) 0%, rgba(255, 214, 214, 1) 35%, rgba(255, 239, 232, 1) 100%);
	text-shadow: none;
	color: #122143;
	text-align: center;
}
h3.accordion-title.end {
	background: linear-gradient(90deg,rgba(158, 158, 158, 1) 0%, rgba(94, 94, 94, 1) 100%);
	color: #fff;
}
.accordion-content {
  display: none;
  padding: 30px;
	border: 2px solid #ffd7e9;
}
.accordion-content.end {
	border: 2px solid #666;
}
/* -------矢印-------- */
.accordion-title {
  position: relative;
}
.accordion-title::after {
  border-right: solid 2px #122143;
  border-top: solid 2px #122143;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 25px;
  top: 38%;
  transform: rotate(135deg);
  width: 8px;
}
.accordion-title.end::after {
  border-right: solid 2px #fff;
  border-top: solid 2px #fff;
}
.accordion-title.open::after {
  top: 45%;
  transform: rotate(-45deg);
}
/* ----------------------------------------------------------
出演アイドル
------------------------------------------------------------*/
#performers.contents_wrap {
	padding-top: 100px;
}
.idol_list {
	display: flex;
	flex-wrap: wrap;
	max-width: 1100px;
	width: 80%;
	margin: auto;
}
.idol {
	width: 32%;
	margin-right: 2%;
	text-align: center;
	background-color: #122143;
	color:#ffd7e9;
	padding: 15px;
	border-radius: 15px;
}
.idol:nth-of-type(3n) {
	margin-right: 0;
}
.idol:nth-of-type(n+4) {
	margin-top: 30px;
}
.idol_img img {
	border-radius: 10px;
}
.name {
	font-size: 24px;
	font-weight: 800;
	padding: 20px 0;
}
.catch_copy {
	padding-bottom: 0px;
}
.idol .sns_list {
	justify-content: center;
}
.idol .sns_list li {
	margin-right: 8px;
}
.idol .sns_list li:last-of-type {
	margin-right: 0;
}
.idol .sns_list li a{
	width: 30px;
}

/* ----------------------------------------------------------
規約
------------------------------------------------------------*/
.tokuten_scroll {
  color: #fff; 
  overflow: hidden;
  max-width: 700px;
  margin:0 auto ;
  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;
}
.copy {
  padding: 40px 0 10px;
}
/* ---------------------------------------
PAGE TOPボタン
-----------------------------------------*/
.totop a {
 display: none;
}
#totop_btn {
 width: 110px;
}
#totop_btn.is-fixed {
 position: fixed;
 right: 15px;
 bottom: 10px;
 z-index: 1001;
}
.top.season1#totop_btn.is-fixed {
 position: fixed;
 right: 15px;
 bottom: 100px;
 z-index: 1001;
}
/*----------------------------
追従
----------------------------*/
.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;
  }
.lp_cta_fixed .point_cp {
  text-decoration: underline;
  font-size: 16px;
  padding-bottom: 10px;
}
.btn_wrap {
  display: flex;
  width: 70%;
  margin: auto;
  justify-content: center;
}
.btn.fix {
  width: 49%;
	margin-right: 2%;
	text-align: center;
}
.btn.fix:last-of-type {
	margin-right: 0;
}
.btn.fix a {
   width: 100%;
	 max-width: 1000px;
   height: 60px;
   padding: 22px;
   font-size: 18px;
   margin: 0;
}
.btn.fix.lemino a {
  background: linear-gradient(90deg, rgba(255,168,49,1) 0%, rgba(255,40,135,1) 100%);
  padding: 15px;
	color: #fff;
}
.btn.fix a .s_text {
  font-size: 14px;
}
.btn.fix.lemino a::after {
  content: "";
  display: inline-block;
  background: url("../images/playbtn.png") no-repeat center / 25px;
  width: 25px;
  height: 25px;
}
.btn.fix a:hover::after {
  transition: all 0.4s cubic-bezier(0.52,-0.37,0.45,1.4);
}
/* ----------------------------------------------------------------------------------------
今回追加した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 top left /100% auto, url("../images/grid_white.webp") repeat top left /15px 15px #ffc600;
}*/
body {
  font-family: "Noto Sans JP", sans-serif,YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 100%;
}
main {
	padding-top: 0;
}
.bg_wrap {
	background: url("../images/bg_kira_sp.webp") repeat-y center center/100% auto;
  z-index: 1;
}
.tx_indent {
	padding-left: 1em;
	margin-left: 1em;
}
#performers,#ticket {
  scroll-margin-top: 0;
}
/*-------------------------------------------------------------------------
flex関連
-------------------------------------------------------------------------*/
.flex_box {
	flex-direction: column;
}
.flex_box.js {
	flex-direction: column;
}
.flex_box.jc {
	flex-direction: column;
}
/* ----------------------------------------------
TOP
------------------------------------------------*/
.top_box {
	padding: 0 0 0;
}
.left_wrap {
	width: 100%;
	background-color: #122143;
	padding-top: 55px;
}
.right_wrap.tab {
	width: 100%;
	/*margin-top: 30px;*/
	padding: 15px;
	border: 0;
	border-radius: 0;
	border-bottom: 2px solid #122143;
}
.right_wrap.tab::after {
	display: none;
}
.top_lead {
	font-size: 24px;
	padding-bottom: 10px;
	letter-spacing: 5px;
	margin-top: 10px;
}
.top_lead::before {
	width: 5px;
	height: 30px;
}
.right_wrap .btn a {
	width: 100%;
	padding: 12px 0;
}
.top_banner {
	width: 90%;
	margin: 10px auto;
}
/* ----------------------------------------------
SECTION
------------------------------------------------*/
.contents_wrap {
  padding: 40px 15px;
}
.contents_wrap.introduction {
  padding-top: 90px;
}
main h2 {
  font-size: 16px;
  line-height: 160%;
}
main h2 span {
  font-size: 32px;
}
/* ---------------------------------------
BTN
-----------------------------------------*/
.btn a {
  width: 90%;
  padding: 10px 0;
  font-size: 14px;
}
.btn.navy a::after {
  background: url("../images/playbtn_pink.png") no-repeat center center/ 15px 15px;
  width: 15px;
  height: 15px;
  right: 15px;
}
.btn .coming {
  width: 90%;
  height: 100%;
  font-size: 18px;
  padding: 10px 0;
}
.idol .btn a {
	font-size: 14px;
	width: 100%;
	margin: 10px auto;
}
.idol .btn a::after {
	background: url("../images/playbtn_navy.png") no-repeat center center/ 15px 15px;
  width: 15px;
  height: 15px;
}
/* ----------------------------------------------
INTRODUCTION
------------------------------------------------*/
.intro_ttl {
	font-size: 24px;
}
.intro_lead {
	font-size: 22px;
	line-height: 160%;
	padding: 0;
	margin: 40px 0;
	position: relative;
}
.intro_tx {
	line-height: 160%;
}

/* ----------------------------------------------
INFORMATION
------------------------------------------------*/
#information.contents_wrap {
	padding-bottom: 80px;
	padding-top: 20px;
}
.tab {
	padding: 40px 15px;
	width: 100%;
  border-radius: 10px;
  background: url("../images/bg_grid_gray.webp") repeat left top /10px 10px #fff;
}
.tab::before,.tab::after {
  right: -4px;
  bottom: -4px;
}
.tab::before {
  display: none;
}
.tab::after {
  right: -8px;
  bottom: -8px;
  z-index: -2;
  box-shadow: 8px 8px 0px 0px rgba(73,72,85,0.0);
}
.list li {
	font-size: 14px;
}
.list li.list_ttl {
	font-size: 16px;
}
.list li.tx_indent small {
	line-height: 0;
}
/* ----------------------------------------------------------
TICKET
------------------------------------------------------------*/
.ticket_list {
	margin: 20px auto;
}
.ticket_inner {
	padding: 5%;
}
.ticket_wrap h3 {
	padding: 20px 0;
	font-size: 22px;
}
.ticket_date {
	margin: 0 auto 15px;
}
.ticket_ttl {
	padding: 10px 0;
	font-size: 18px;
}
.ticket_date .date {
	padding: 12px 0;
	font-size: 16px;
}
.attention_list {
	padding: 3%;
}
.attention_list li a {
	text-indent: 0;
}
.ticket_content {
	margin: 30px 0;
}
.ticket_content_ttl {
	font-size: 18px;
	padding: 8px 0;
}
.ticket_content_list {
	padding: 12px 0;
}
.ticket_content_list li {
	padding: 8px 0;
	font-size: 16px;
}
#ticket .btn a {
	padding: 15px 0;
	font-size: 16px;
	width: 100%;
}
#ticket .btn.end_btn a {
	width: 100%;
}
.seat_img {
	width: 90%;
}
/*----------------------------------------
アコーディオン 
----------------------------------------*/
.accordion {
  margin-top: 20px;
}
h3.accordion-title {
  font-size: 18px;
  padding: 20px 10px;
}
.accordion-content {
  padding: 0;
}
/* ----------------------------------------------------------
出演アイドル
------------------------------------------------------------*/
#performers.contents_wrap {
	padding-top: 80px;
}
/*.off{
  visibility: hidden;
  opacity: 0; 
  transition:all 0.3s ease-in-out;
  display: none;
}
.btn-left,.btn-right{
  cursor: pointer;
  width: 35px;
  position: absolute;
  top: 60%;
  display: block;
}
.btn-left {
	left:-10px;
}
.btn-right{
  right: -10px;
}*/
.idol_list {
	width: 100%;
}
.idol {
	width: 48%;
	margin-right: 2%;
	padding: 8px;
	border-radius: 10px;
}
.idol:nth-of-type(3n) {
	margin-right: 2%;
}
.idol:nth-of-type(2n) {
	margin-right: 0;
}
.idol:nth-of-type(n+3) {
	margin-top: 10px;
}
.idol_img img {
	border-radius: 8px;
}
.name {
	font-size: 20px;
	padding: 10px 0;
}
.catch_copy {
	font-size: 14px;
}
.idol .sns_list li {
	margin-right: 6px;
}
.idol .sns_list li a{
	width: 25px;
}
/* ------------------------------------
規約
--------------------------------------*/
.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;
 }
/* ---------------------------------------
PAGE TOPボタン
-----------------------------------------*/
#totop_btn {
 width: 80px;
}
#totop_btn.is-fixed {
 right: 2px;
 bottom: 10px;
}
.top.season1#totop_btn.is-fixed {
 right: 2px;
 bottom: 90px;
}
/*----------------------------
追従
----------------------------*/
.lp_cta_fixed {
	z-index: 10;
}
.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: 98%;
}
.btn.fix a {
  margin-top: 0;
  width: 98%;
  height: 55px;
  margin-bottom: 0;
  font-size: 12px;
  padding: 18px 0;
}
.btn.fix.lemino a {
  padding: 13px 5px;
}
.btn.fix a .s_text {
  font-size: 9px;
}
.btn.fix a::after {
  display: none;
}
/* ----------------------------------------------
ハンバーガーメニュー
------------------------------------------------*/
#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: 0;
  top: 0;
  z-index: 99999;
	background: linear-gradient(175deg,rgba(255, 113, 200, 1) 0%, rgba(255, 144, 149, 1) 35%, rgba(255, 172, 131, 1) 100%);
	box-shadow: 0 1px 5px rgba(0,0,0,0.3);
	border-radius: 0 0 0 20px;
}
/*ハンバーガーの形をCSSで表現*/
#nav-open span,
#nav-open span:before,
#nav-open span:after {
  position: absolute;
  height: 2px;/*線の太さ*/
  width: 16px;/*長さ*/
  background:  #122143;
  display: block;
  content: '';
  cursor: pointer;
  transition: 0.5s;
  z-index: 9999;
  border-radius: 20px;
	color: #122143;
}
#nav-open span {
	background-: rgba(0,0,0,0.0);
}
#nav-open span .menu_tx {
 position: absolute;
 bottom: -18px;
 right: -5px;
 font-weight: bold;
 font-size: 9px;
}
#nav-open span:before {
  bottom: 10px;
}
#nav-open span:after {
  top: 0;
}
/* アイコンがクリックされたら真ん中の線を透明にする */
#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: 100%;
  background: #122143;
  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: 100%;
  background:#122143;
  transition: .3s ease-in-out;
  -webkit-transform: translateX(105%);
  transform: translateX(105%);
  color: #fff;
}
.nav_item {
  text-align: center;
  font-size: 20px;
  padding-top: 60px;
  position: relative;
}
.nav_item::before {
  display: inline-block;
  content: "";
  background: url("../images/bg_line_01_sp.webp") no-repeat center center/100% auto;
  width: 100%;
  height: 200px;
  position: absolute;
  bottom: -50%;
  left: 0;
}
.nav_item li a {
  display: inline-block;
  margin: 30px 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  color: #ffd7e9;
}
.nav_item li.now a {
  color: #d7f3ff;
}
.nav_item a span {
  font-size: 24px;
  font-family: "Abril Fatface", serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
}
#nav-content .sns_list {
	justify-content: center;
	padding-top: 20px;
}
#nav-content .sns_list li {
	margin-right: 8px;
}
#nav-content .sns_list li:last-of-type {
	margin-right: 0;
}
#nav-content .sns_list li a{
	width: 35px;
}
/*チェックがついたら表示させる*/
#nav-input:checked ~ #nav-close {
  opacity: .5;
  display: block;
}
#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.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) {
  .lead {
    font-size: 16px;
  }
  .works_wrap h3 {
    font-size: 16px;
  }
}
/* ----------------------------------------------------------------------------------------
812px以下の固定css(SP)
-------------------------------------------------------------------------------------------- */
@media screen and (max-width: 812px) {
 .common_footer_wrapper .footer_inner {
  width: 93%!important;
 }
 /*ユーザーエージェント出し分け用*/
.iphone .android_show, .iphone .pc_show {display:none;}
.android .iphone_show, .android .pc_show {display:none;}
.pc .iphone_show, .pc .android_show {display:none;}
.pc .visible .iphone_show, .pc .visible .android_show {display:block;}
body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  }
 .sp {
  display: block;
 }
 .pc {
  display: none;
 }
 .home {
  position: fixed;
  top: 16px;
  left: 12px;
  width: 100px;
  max-width: 150px;
  z-index: 1000;
 }
}
