@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;
}
img {
	width: 100%;
	height: 100%;
}
/* ----------------------------------------------------------------------------------------
813px以上の固定css(PC)
-------------------------------------------------------------------------------------------- */
@media screen and (min-width: 813px) {
.sp {
  display: none;
 }
 .pc {
  display: block;
 }
.home {
  position: fixed;
  top: 15px;
  left: 30px;
  width: 20%;
  max-width: 130px;
  z-index: 1000;
}
}
/* ----------------------------------------------------------------------------------------
今回追加した813px以上のcss(PC)
-------------------------------------------------------------------------------------------- */
body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
main {
  position: relative;
  z-index: 0;
  font-size: 16px;
  /*background: url("../images/bg_pc.png") no-repeat top left /100% 100% #deddf3;*/
	background-color: #060a23;
  background-attachment: fixed;
  line-height: 1.5;
  color: #fff;
	padding: 80px 0 0;
}
.copy {
  text-align: center;
  font-size: 12px;
}
small {
	font-size: 75%;
}
.big {
	font-size: 125%;
}
.bold {
	font-weight: bold;
}
.tac {
	text-align: center;
}
.en_font {
	font-family: "effra", sans-serif;
	font-weight: 400;/*300~900*/
	font-style: normal;
}
.jp_font {
	font-family: "ab-quadra", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.pink_bg {
	background-color: #ff4791;
	display: inline-block;
	padding: 0 5px;
}
/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
  transition: 1.0s ease-in-out;
  transform: translateY(20px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}
.start {
  display: none;
}
/* -------------------------------------------------------------------
header
---------------------------------------------------------------------*/
.menu.pc {
  background-color: #fff;
  padding: 5px 0 5px 30px;
  display: flex;
  justify-content: flex-end;
  color: #060a23;
  text-align: center;
	font-weight: 600;
	font-size: 1.2em;
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 999;
	align-items: center;
	border-radius: 0 0 20px 20px;
	width: 100%;
}
.menu.pc li {
	margin-right: 30px;
}
.menu.pc li.img {
	margin-right: 15px;
}
.menu.pc li a {
  display: block;
}
.menu.pc li.img a {
}
.menu.pc li.img a img {
	height: 50px;
}
.menu.pc li a:hover {
	color: #0080ff;
	transition: 0.3s all ease-in-out;
}
/* -------------------------------------------------------------------
TOP
---------------------------------------------------------------------*/
.top_bn {
	background: #C978FF;
	background: linear-gradient(90deg,rgba(201, 120, 255, 1) 0%, rgba(255, 140, 182, 1) 100%);
	width: 95%;
	max-width: 1000px;
	margin: auto;
	border-radius: 15px;
	color: #fff;
	font-weight: 700;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 10px 10px 30px;
	font-size:16px;
}
.bn_btn {
	width: 40%;
	text-align: center;
	margin-left: 15px;
}
.bn_btn a{
	display: block;
	border-radius: 10px;
	color: #ff4791;
	background-color: #fff;
	padding: 10px;
	font-size: 1.2em;
	letter-spacing: 5px;
	position: relative;
}
.bn_btn a::after {
	content: "";
	display: inline-block;
	background: url("../images/arrow_1.png") no-repeat center / 100%;
	width: 28px;
	height: 10px;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}
.bn_btn a:hover::after {
	transform: translateY(-50%) translateX(5px);
	transition: all 0.3s ease-in-out; 
}
h1 {
	max-width:360px;
	margin: 20px auto 40px;
}
.date {
	background-color: #fff;
	text-align: center;
	font-size: 2em;
	padding: 15px 0;
	line-height: 1;
}
.date span {
	background: linear-gradient(90deg,rgba(0, 128, 255, 1) 0%, rgba(4, 43, 122, 1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
/* -------------------------------------------------------------------
SECTION
---------------------------------------------------------------------*/
.contents_wrap {
	padding: 80px 0;
	position: relative;
}

.contents_wrap.bg_blue {
	background: linear-gradient(135deg,rgba(0, 128, 255, 0.25) 0%, rgba(4, 43, 122, 0.15) 100%);
}
.contents_wrap.bg_bright {
	background-color: rgba(0, 128, 255, 0.25);
}
.contents_wrap.bg_white {
	background-color:#fff;
	color: #060a23;
}
.contents_wrap h2 {
	text-align: center;
	font-weight: 700;
	font-size: 2.0em;
	position: relative;
	padding-bottom: 40px;
	line-height: 1;
}
.contents_wrap h2 span {
	color: #0080ff;
	font-size: 0.6em;
	letter-spacing: 6px;
	font-family: "effra", sans-serif;
	font-weight: 600;/*300~900*/
	font-style: normal;
}
/*.contents_wrap h2::before {
	content: "";
	display: inline-block;
	background: url("../images/icon.webp") no-repeat top center /100%;
	width: 60px;
	height: 60px;
	position: absolute;
	top: -70px;
	left: 50%;
	transform: translateX(-50%);
}*/
.contents_wrap h2.small_h2 {
	font-size: 1.8em;
	line-height: 1.2;
	text-align: center;
}
/* ------------------------------------------------------------
kirakira
--------------------------------------------------------------*/
.kira_01 {
	width: 80px;
	height: 80px;
	position: absolute;
	top: 80px;
	left: 22%;
	z-index: -1;
	animation: kira_01 1.0s cubic-bezier(.6,0,1,1) infinite alternate;
}
@keyframes kira_01 {
  0% {
    transform:scale(0);
  }
  100% {
    transform:scale(1);
  }
}
/* ------------------------------------------------------------
BTN
--------------------------------------------------------------*/
.btn a {
	border: 2px	solid #d9f104;
  display: block;
  width: 100%;
	text-align: center;
	max-width: 500px;
  margin:40px auto 0;
  border-radius: 100px;
  color: #d9f104;
  min-height: 60px;
	padding: 10px 0;
	align-content: center;
  position: relative;
	font-size: 1.2em;
	font-weight: 600;
}
.btn.lemino a {
 background: linear-gradient(90deg,rgba(255, 187, 44, 1) 0%, rgba(255, 114, 107, 1) 50%, rgba(255, 7, 119, 1) 100%);
 border: 0;
 color: #fff;
}
.btn.entry a {
 background: linear-gradient(90deg,rgba(139, 232, 46, 1) 0%, rgba(38, 209, 152, 1) 100%);
}
.btn {
  position: relative;
}
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 {
	transition: all .5s ease-in-out;
	background-color: #d9f104;
	color: #060a23;
}
.btn.lemino a:hover  {
	color: #fff;
}
.btn.lemino a:hover .arrow {
	transition: transform .3s cubic-bezier(.59,-0.01,.26,.9);
	transform:translateY(-50%) scale(1.2);
}
.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;
}
.flex_box {
	display: flex;
	justify-content: space-between;
	margin: 30px auto 10px;
}
.flex_box .btn {
	width: 48%;
}
.flex_box .btn a{
	width: 100%;
}
/* ---------------------------------------------------------
About
-----------------------------------------------------------*/
#about .text span.big {
	font-size: 150%;
}
.text {
	text-align: center;
	font-size: 1.2em;
	line-height: 2;
	font-weight: 500;
}

.text_02 {
	padding: 30px 0;
	font-size: 1.6em;
	font-weight: 600;
	text-align: center;
}
.white_box h3 {
	font-size: 2.2em;
	font-weight: 800;
	padding: 10px 0 30px;
}
.link {
	text-align: center;
}
.link a {
	max-width: 450px;
	width: 90%;
	margin: 20px auto;
	border: 1px solid #555;
}
/*----------------------------------------------------------------
PR
----------------------------------------------------------------*/
.youtube {
  width:700px;
  aspect-ratio:16/9;
	margin: auto;
	position: relative;
	z-index: 1;
	background-color: #42455c;
	align-content: center;
}
iframe {
  width: 100%;
  height: 100%;
}
video {
	width: 100%;
  height: 100%;
}
.pop {
	position: absolute;
	max-width: 180px;
	top: -130px;
	right: -100px;
	z-index: -1;
}
/* ---------------------------------------------------------
過去シリーズ
-----------------------------------------------------------*/
.series_list {
	display: flex;
	justify-content: space-between;
	width: 90%;
	max-width: 1000px;
	margin: auto;
	flex-wrap: wrap;
	
}
.series_list li {
	width: 32%;
	text-align: center;
	font-weight: 400;
	
}
.series_list li:nth-of-type(n+4) {
	margin-top: 5%;
}
/* ---------------------------------------------------------
Campaign
-----------------------------------------------------------*/
#campaign .white_box {
	margin-bottom: 30px;
}
.cp_ttl {
	background: linear-gradient(90deg,rgba(136, 208, 243, 1) 0%, rgba(82, 105, 220, 1) 50%, rgba(137, 99, 185, 1) 100%);
	color: #fff;
	border-radius: 15px 15px 0 0 ;
	padding: 15px 0;
	font-size: 1.4em;
	font-weight: 700;
	margin-bottom: 15px;
}
.cp_ttl span {
	font-size: 0.9em;
	color: #ffd200;
}
.tx_list {
	text-align: left;
	text-indent: 1.2em;
	border-bottom: 2px solid #fff;
	border-image: linear-gradient(90deg, #00e8a2, #00a3ff 23.7%, #b61cff 57.86%, #ea193e 87.24%, #fdc500);
  border-image-slice: 1;
	padding: 15px 0;
}
.tx_list .list_ttl {
	text-indent: 0;
	font-size: 1.1em;
	font-weight: 600;
}
.tx_list:last-of-type {
	border-bottom: 0px solid #fff; 
}
/* ---------------------------------------------------------
規約
-----------------------------------------------------------*/
.tokuten_scroll {
  color: #151515; 
  overflow: hidden;
  width: 100%;
  margin:15px auto 0;
  font-size: 14px;
  font-weight: 400;
  background-color: rgba(11,11,11,0.1);
  padding: 15px;
	border-radius: 15px;
}
.tokuten_scroll .inn {
  height: 250px;
  overflow-y: scroll;
  text-align: left;
}
.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: #2d4b70;
  display: inline;
  text-decoration: underline;
}
.tokuten_scroll .inn::-webkit-scrollbar {
    width: 12px;
    margin-right: 10px;
 }
.tokuten_scroll .inn::-webkit-scrollbar-thumb {
    background: #2d4b70;
    width: 10px;
    border-radius: 100px;
}
.copy {
  padding: 30px 0 0;
}
/* ------------------------------------------------------------
related
--------------------------------------------------------------*/
.related_list {
	max-width: 1000px;
	margin: auto;
	display: flex;
	/*justify-content: space-between;*/
	flex-wrap: wrap;
	width: 90%;
}
.related_list li {
	width: 18%;
	margin-right: 2.5%;
}
.related_list li:nth-of-type(5n) {
	margin-right: 0;
} 
.related_list li:nth-of-type(n+6) {
	margin-top: 3%;
}
.related_list li a {
		border-radius: 100px;
	text-align: center;
	font-weight: 800;
	font-size: 1.2em;
	padding: 13px 0 10px;
	color: #0a1135;
	line-height: 1;
	border: 2px solid #0a1135;
}
.related_list li a:hover {
	background-color: #0a1135;
	color: #fff;
	transition: 0.3s all ease-in-out;
}
/* ------------------------------------------------------------
アプリダウンロード
--------------------------------------------------------------*/
.app_block {
	background-color:rgba(6,10,35,0.1);
	max-width: 1000px;
	margin: auto;
	padding: 30px;
	border-radius: 25px 5px 25px 5px;
}
.app_list {
	display: flex;
	justify-content: center;
	align-content: center;
	margin: 30px 0 0;
}
.app_list li {
	margin-right: 5%;
}
.app_list li:last-of-type {
	margin-right: 0;
}
.app_list li img {
	height: 50px;
}
/* ------------------------------------------------------------
PAGE TOPボタン
--------------------------------------------------------------*/
.totop a {
 display: none!important;
}
#totop_btn {
 width: 120px;
}
#totop_btn.is-fixed {
 position: fixed;
 right: 10px;
 bottom: 80px;
 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;
  }
.btn_wrap {
  display: flex;
  width: 70%;
  margin: auto;
  justify-content: center;
}
.btn.fix {
  width: 49%;
	margin-right: 1%;
}
.btn.fix:last-of-type {
	margin-right: 0;
}
.btn.fix a {
   width: 100%;
   margin: 0;
	 max-width: 1000px;
}
/* ----------------------------------------------------------------------------------------
今回追加した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.png") no-repeat top left /100% 100% #fff;
}*/
main {
  padding: 2em 0 0; 
	font-size: 15px;
	font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
	margin: 0;
}
.start {
  display: none;
}
.big {
	font-size: 115%;
}
/* -------------------------------------------------------------------
TOP
---------------------------------------------------------------------*/
.top_bn {
	padding: 10px ;
	font-size: 10px;
	width: 95%;
	border-radius: 10px;
}
.top_bn p {
	font-size: 2.8vw;
}
.bn_btn {
	width: 42%;
	margin-left: 0;
}
.bn_btn a{
	padding: 10px 0;
	font-size: 1.5em;
	letter-spacing: 0;
	border-radius: 8px;
}
.bn_btn a::after {
	width: 14px;
	height: 5px;
	right: 5px;
}
h1 {
	width: 60%;
}
.date {
	font-size: 6vw;
	padding: 10px 0;
	line-height: 1.2;
}
.date span {
	background: linear-gradient(90deg,rgba(0, 128, 255, 1) 0%, rgba(4, 43, 122, 1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
/* -------------------------------------------------------------------
SECTION
---------------------------------------------------------------------*/
.contents_wrap {
	padding: 40px 15px;
}
.contents_wrap::before {
	width: 150px;
	height: 150px;
	left: 0;
}
.contents_wrap::after {
	width: 150px;
	height: 150px;
	right: 0;
}
.contents_wrap h2 {
	font-size: 1.8em;
	padding-bottom: 20px;
	line-height: 1.0;
}
.contents_wrap h2::before {
	width: 50px;
	height: 50px;
	top: -55px;
}
.contents_wrap h2.small_h2 {
	font-size: 1.6em;
	line-height: 1.2;
	text-align: center;
}
/* ------------------------------------------------------------
BTN
--------------------------------------------------------------*/
.btn a {
  padding: 15px 0;
	font-size: 1.1em;
	width: 90%;
}
span.arrow {
	background: url("../images/arrow.webp") no-repeat center/25px;
	width: 25px;
	height: 25px;
	right: 10px;
}
.flex_box {
	flex-direction: column;
	margin: 10px auto 10px;
}
.flex_box .btn {
	width: 100%;
	margin-top: 15px;
}
/* ---------------------------------------------------------
About
-----------------------------------------------------------*/
#about .text span.big {
	font-size: 110%;
}
.text {
	font-size: 1em;
	line-height: 2;
	font-weight: 500;
}
#about .text {
	font-size: 3.5vw;
}
.text_02 {
	padding: 30px 0;
	font-size: 1.6em;
	font-weight: 800;
	text-align: center;
}
/*----------------------------------------------------------------
PR
----------------------------------------------------------------*/
.youtube {
  width:90%;
}
.pop {
	position: absolute;
	max-width: 80px;
	top: -60px;
	right: -20px;
	z-index: -1;
}
/* ---------------------------------------------------------
過去シリーズ
-----------------------------------------------------------*/
.series_list {
	width: 100%;
}
.series_list li {
	font-size: 12px;
	font-weight: 500;
	
}
/* ---------------------------------------------------------
Campaign
-----------------------------------------------------------*/
#campaign .white_box {
	margin-bottom: 30px;
}
.cp_ttl {
	padding: 15px 0;
	font-size: 1.1em;
	margin-bottom: 10px;
}
.tx_list {
	text-indent:0;
	padding: 15px 0;
}
.tx_list li {
	text-indent: -1em;
  margin-left: 1em;
}
.tx_list li.indent_none {
	text-indent: 0;
  margin-left: 0;
}
.tx_list .list_ttl {
	padding-bottom: 5px;
	text-indent: 0;
  margin-left: 0;
}
/* -------------------------------------------------------------
規約
---------------------------------------------------------------*/
.tokuten_scroll {
  width: 100%;
  font-size: 12px;
}
.tokuten_scroll .inn {
  height: 200px;
  padding: 10px  ;
	overflow-x: hidden;
}
.tokuten_scroll .inn .inn_box {
  margin-bottom: 2em;
}
.tokuten_scroll .inn::-webkit-scrollbar {
    width: 10px;
 }
 /* ------------------------------------------------------------
related
--------------------------------------------------------------*/
.related_list {
	width: 100%;
}
.related_list li {
	width: 32%;
	margin-right: 2%;
}
.related_list li:nth-of-type(3n) {
	margin-right: 0;
} 
.related_list li:nth-of-type(5n) {
	margin-right: 2%;
} 
.related_list li:nth-of-type(n+4) {
	margin-top: 5%;
}
.related_list li a {
	font-size: 3.3vw;
	padding: 13px 0 10px;
	font-weight: 900;
}
/* ------------------------------------------------------------
アプリダウンロード
--------------------------------------------------------------*/
.app_block {
	padding: 30px 20px;
	border-radius: 25px 5px 25px 5px;
}
.app_list {
	margin: 20px 0 0;
}
/* ----------------------------------------------------------------
PAGE TOPボタン
------------------------------------------------------------------*/
#totop_btn {
 width: 80px;
}
#totop_btn.is-fixed {
 right: 10px;
 bottom: 80px;
}
/*----------------------------------------------------------------------
追従
----------------------------------------------------------------------*/
.lp_cta_fixed.is-fixed {
  }
.btn_wrap {
  display: flex;
  width: 100%;
  margin: auto;
  justify-content: center;
}
.btn.fix {
  width: 98%;
	margin-right: 0;
}
.btn.fix a {
   min-height: 50px;
	 padding: 0;
	 font-size: 0.9em;
	 line-height: 1;
	 border-radius: 10px;
}
/* -----------------------------------------------------------------------
ハンバーガーメニュー
-------------------------------------------------------------------------*/
#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-color: #0080ff;
	color: #fff;
}
/*ハンバーガーの形をCSSで表現*/
#nav-open span.nav_line {
	position: absolute;
	left: 15px;
  height: 2px;/*線の太さ*/
  width: 20px;/*長さ*/
  background:  #fff;
  display: block;
  content: '';
  cursor: pointer;
  transition: 0.5s;
  z-index: 9999;
}
#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: 1010;
  width: 90%;
  max-width: 300px;
  height: 100vh;
	background: linear-gradient(30deg,rgba(0, 128, 255, 1) 0%, rgba(4, 43, 122, 1) 100%);
  transition: .3s ease-in-out;
  -webkit-transform: translateX(105%);
  transform: translateX(105%);
  color: #fff;
}
.nav_item {
  font-size: 20px;
  padding: 100px 20px 0;
  position: relative;
}
.nav_item li{
	margin: 0 0 30px;
	
}
.nav_item li:last-of-type{
	border-bottom:0 dashed #791f97;
}
.nav_item li a {
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 160%;
}
.nav_item li a small {
	font-family: "effra", sans-serif;
	font-weight: 800;/*300~900*/
	font-style: normal;	
	color: #aed7ff;
}
.hum_sns {
	display: flex;
	justify-content: center;
	align-content: center;
	border-top: 1px solid #aed7ff;
	padding: 20px 0 0;
	margin: 0 20px ;
}
.hum_sns li a {
	height: 50px;
	width: 50px;
	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;
}
}
/* ----------------------------------------------------------------------------------------
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;
 }
}
