@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;
}

/* ----------------------------------------------------------------------------------------
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: #fff;
	background-color: #151515;
  padding-top: 60px;
}
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;
}
.pink_tx {
	color: #fff;
}
.tac {
	text-align: center;
}
.bold {
	font-weight: 600;
}
.big {
	font-size: 125%;
}
.m10 {
	margin: 10px 0;
}
.pt40 {
	padding-top: 40px;
}
.gradation {
	background: linear-gradient(90deg,rgba(255, 195, 54, 1) 0%, rgba(255, 13, 134, 1) 100%); 
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.line_gold {
	/*background-color: #bc9500;*/
	text-decoration: underline;
	text-decoration-color: #bc9500;
	text-decoration-thickness: 8px;
}
.line_red {
	/*background-color: #d70a30;*/
	text-decoration: underline;
	text-decoration-color: #d70a30;
	text-decoration-thickness: 8px;
}
.pt0  {
  padding-top: 0!important;
}
.pb2em {
  padding-bottom: 2em!important;
}
.yellow_tx {
  color: #fcff16;
}
.tokuten_area {
  background-color: #2d2d2d;
  padding: 80px 0;
} 
.mt0 {
  margin-top: 0!important;
}

/*-------------------------------------------------------------------------
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;
}
.flex_left {
	width: 48%;
}
.flex_right {
	width: 50%;
}
/* ----------------------------------------------
header
------------------------------------------------*/
header {
  background-color: #fff;
  height: 60px ;
  width: 100%;
  position: fixed;
  align-content: center;
  top: 0;
  left: 0;
  z-index: 9;
}
h1 {
  
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
h1 img {
  width: 200px;
  height: 28px;
}
.menu {
  color: #151515;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.menu li {
  margin-right: 1.5em;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
}
.menu li:last-of-type {
  margin-right: 0.5em;
}
.menu li span {
  font-size: 12px;
  font-weight: 500;
}
.menu li:hover {
  color: #e83535;
  transition: all 0.3s ease-in-out;
}
/* ----------------------------------------------
TOP
------------------------------------------------*/
.top_img {
  width: 100%;
  background-color: #333;
}
.top_img img{
  max-width: 1000px;
  margin: auto;
  display: block;
  width: 100%;
}
.splide__slide {
  width: 100%;
  background-color: #333;
}
.splide__slide img {
  max-width: 1000px;
  margin: auto;
  display: block;
}
.top_tx {
  text-align: center;
  font-weight: 700;
  font-size: 2em;
  line-height: 1.5;
}
.red_tx {
  color: #e83535;
}
.bn_box {
  width: 100%;
  background-color: #222;
  padding: 2em 0;
  margin: 2em 0;
}
.bn_box > div {
  max-width: 700px;
  width: 90%;
  box-shadow: 0 0 15px #0e0e0e;
  margin: 1em auto;
}
.lead_tx {
	text-align: center;
	max-width: 1000px;
	margin: auto;
	width: 90%;
	line-height: 1.5;
	font-size: 16px;
}
.lead_tx span {
	font-size: 28px;
	font-weight: 700;
}
.lead_tx span.big {
	font-size: 32px;
}
.lead_tx span.rubi {
	font-size: 75%;
	font-weight: 400;
	display: inline-block;
	transform: translateY(-5px);
}
.attention_box {
	/*background: url("../images/dot_black.webp") repeat top left / 10px #efefef;*/
	padding:15px;
	color: #fff;
	max-width:1000px;
	width: 90%;
	margin: auto;
	font-size: 14px;
	background-color: #222;
  font-weight: 300;
}
.attention_box li {
	padding: 3px 0;
	line-height: 1.4;
	text-indent: -1em;
	margin-left: 1em;
}
.attention_box.y_scroll {
	overflow-y: scroll;
}
.y_scroll {
  overflow: hidden;
}
.y_scroll .attention_box{
  height: 200px;
  overflow-y: scroll;
	padding: 1.5em;
}
/* -----------------------------------------------------------
BTN
-------------------------------------------------------------*/
.btn_box {
  text-align: center;
  margin: 2.5em 0;
}
.btn a {
  background-color: #ff00c0;
  display: block;
  max-width: 500px;
  margin: auto;
  border-radius: 100px;
  color:#fff;
  padding: 20px 0;
  position: relative;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	letter-spacing: 3px;
	border: 2px solid #000;
}
.btn a:hover {
  transition: all 0.3s ease-in;
	border: 2px solid #ff00c0;
	background-color: #000;
	color: #fff;
}
.btn.yet a {
	background-color: #666;
	pointer-events: none;
	letter-spacing: 0;
}
.btn.yet a span.arrow {
	display: none;
	opacity: 0;
}
.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;
}
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.square a {
	max-width: 600px;
	border-radius: 10px;
	padding: 10px;
	position: relative;
	background:#d70a30;
	border: 3px solid #d70a30;
	color: #fff;
  letter-spacing: 0;
  line-height: 1.2;
}
.btn.square a:hover {
	border: 3px solid #d70a30;
  background-color: #151515;
}
.btn_wrap {
	display: flex;
	justify-content: center;
	max-width: 1200px;
	width: 90%;
	margin: auto;
}
.btn_wrap .btn {
	width: 45%;
}
.btn_wrap .btn:first-of-type {
	margin-right: 1%
}
.btn.plan a {
  background-color: #fff!important;
  color: #151515;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0px solid #fff;
  min-height: 70px;
}
.btn.plan a img {
  display: block;
  height: auto;
  width: 60%;
  margin-right: 10px;
}
.btn.plan a::after {
  content: "";
  display: inline-block;
  background: url("../images/extarnal.png") no-repeat top right /20px;
  width: 20px;
  height: 20px;
}
.btn.plan a:hover {
  border: 0px solid #fff;
  opacity: 0.7;
}
/* ----------------------------------------------
SECTION
------------------------------------------------*/
.inner_wrap {
  padding: 80px 0;
}
main .inner_wrap h2 {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 3px;
  margin-bottom: 40px;
}
main .inner_wrap h2 span {
  font-size: 16px;
  font-weight: 500;
   color: #005AF1;
}
.end_ttl {
	font-size: 32px;
	font-weight: 600;
	margin-bottom: 20px;
	text-align: center;
	line-height: 1.1;
	position: relative;
	padding-bottom: 30px;
	padding-top: 50px;
	/* border-top: 1px solid #ddd; */
	margin-top: 80px;
}
.end_ttl::before {
	content: "";
	display: inline-block;
	background: url("../images/h2_line_end.webp") no-repeat bottom center /200px 7px;
	width: 200px;
	height: 7px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.youtube {
  width:500px;
  aspect-ratio:16/9;
	margin: 50px auto 30px;
}
iframe {
  width: 100%;
  height: 100%;
}

/*----------------------------------------------------------------
アコーディオン
----------------------------------------------------------------*/
.js-accordion-all,.js-accordion-sp {
  position: relative;
	font-size: 16px;
	margin: 0 auto 30px;
	width: 100%;
}
.js-accordion-btn {
  bottom: 0;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  left: 50%;
	transform: translateX(-50%);
  transition: all .3s;
  z-index: 2;
	align-content: center;
}
.js-accordion-btn:hover {
	transform: translateX(-50%) translateY(12px);
}
.arrow-icon {
  transition: transform 0.3s ease;
}
.js-accordion-btn.is-show .arrow-icon {
  transform: rotate(180deg);
}
.accordion-text {
  overflow: hidden;
  position: relative;
  transition: height 0.5s ease;
}
.accordion-text.is-hide {
}
/* テキストをグラデーションで隠す */
.js-accordion-all .accordion-text::before {
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,1) 90%);
  background:linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,1) 90%);
  bottom: 0;
  content: "";
  height: 150px; /* グラデーションで隠す高さ */
  position: absolute;
  width: 100%;
	max-width: 1000px;
	right: 50%;
	transform: translateX(50%);
	margin: auto;
	display: inline-block;
	z-index: 1;
}
/* 閉じるボタンの位置 */
.js-accordion-btn.is-show {
  bottom: 30px;
}
/* 続きを見るボタンをクリックしたらテキストを隠しているグラデーションを消す */
.js-accordion-btn.is-show + .accordion-text::before {
  display: none;
}
 .js-accordion-text {
	transition: height 1.0s ease; /* ← ここで速度を調整 */
  overflow: hidden;
 }
 .contents_list {
   display: flex;
   justify-content: center;
   flex-wrap: wrap;
   max-width: 1000px;
   margin: auto;
   width: 90%;
 }
 .content {
   width: 35%;
   margin-right: 5%;
   margin-bottom: 4em;
 }
 .content:nth-of-type(2n),.content:last-of-type {
   margin-right: 0;
 }
 .tag {
   background: linear-gradient(90deg, #c299cc, #536ac9);
   color: #fff;
   display: inline-block;
   font-weight: 600;
   padding: 2px 5px;
   font-size: 14px;
   margin-bottom: 5px;
   border-radius: 3px;
 }
 .content_ttl {
   text-align: center;
   font-weight: 400;
   font-size: 12px;
   line-height: 1.2;
   padding-top: 8px;
 }
 .copy {
   text-align: right;
   font-weight: 200;
   font-size: 9px;
   line-height: 1;
   padding-top: 3px;
 }
 .event_none {
   pointer-events: none!important;
 }
 .content_btn {
   background: linear-gradient(90deg,rgba(255, 195, 54, 1) 0%, rgba(255, 13, 134, 1) 100%); 
   text-align: center;
   font-weight: 500;
   padding: 5px 0;
   font-size: 14px;
   border-radius: 5px ;
   margin-top: 15px;
   letter-spacing: 1px;
 }
/* ----------------------------------------------------------
キャンペーン
------------------------------------------------------------*/
.contents_wrap {
	max-width: 1000px;
	width: 90%;
	margin: 50px auto;
	/*border: 1px solid #aaa;*/
	padding: 30px	;
	position: relative;
  border: 1px solid #fff;
  border-image: linear-gradient(135deg,rgba(196, 12, 181, 1) 0%,  rgba(0, 90, 241, 1) 100%);
  border-image-slice: 1;
}
.contents_wrap h3 {
	font-size: 24px;
	font-weight: 700;
	border-bottom: 1px	solid #E600D2;
	padding-bottom: 25px;
	margin-bottom: 20px;
	line-height: 1.5;
	text-align: center;
}
.contents_wrap .attention_box {
	width: 100%;
	margin: 20px 0 0;
}
.contents_img {
	width: 80%;
	margin: auto;
}
.list_wrap {
	text-align: center;
	padding: 15px	0;
}
.list_wrap:first-of-type {
	margin-top: 20px;
}
.list_wrap:last-of-type {
	margin-bottom: 20px;
}
.list_ttl {
	background: linear-gradient(90deg,rgba(196, 12, 181, 1) 0%, rgba(24, 21, 73, 1) 50%, rgba(0, 90, 241, 1) 100%);
	color: #fff;
	font-weight: 600;
	padding: 2px 0;
	margin-bottom: 15px;
}
.list_img {
  max-width: 500px;
  width: 70%;
  margin: auto;
}
.list_wrap li {
	padding: 5px 0;
}
li.btn {
	margin-top: 20px;
}
.end_overlay {
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 30px;
	line-height: 1.5;
	background-color: rgba(0,0,0,0.6);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	text-align: center;
	align-content: center;
}
.border_box {
  display: inline-block;
  border: 1px solid #ddd;
  padding: 0 2px;
}
/* ----------------------------------------------------------
規約
------------------------------------------------------------*/
.tokuten_scroll {
  color: #fff; 
  overflow: hidden;
  width: 100%;
  margin:20px auto 0;
  font-size: 12px;
  font-weight: 300;
  padding: 1px;
}
.tokuten_scroll .inn {
  height: 200px;
  overflow-y: scroll;
  text-align: left;
  background-color: rgba(255,255,255,0.15);
  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;
}
.totop a {
	display: none!important;
	opacity: 0;
	overflow: hidden;
}
.page_top　{
	opacity: 0;         /* 初期は非表示 */
  visibility: hidden;
  pointer-events: none;
	z-index: 999;
}
.page_top.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 50px;
	height: 50px;
}
/* ----------------------------------------------------------
追従
------------------------------------------------------------*/
.lp_cta_fixed {
	display: none;
}
.lp_cta_fixed.is-fixed {
	display: block;
	background-color: rgba(0,0,0,0.8);
	width: 100%;
	padding: 8px 0;
	position: fixed;
	bottom: 0;
	left: 0;
  z-index: 999;
}
.lp_cta_fixed.is-fixed .btn.square a {
	margin: 5px auto 0;
}
.page_top　{
	opacity: 0;         /* 初期は非表示 */
  visibility: hidden;
  pointer-events: none;
	z-index: 999;
}
.page_top.is-fixed {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 50px;
	height: 50px;
}
.lp_cta_fixed.is-fixed .btn_box {
  padding: 0;
  margin: 0;
}
/* ----------------------------------------------------------------------------------------
今回追加した812px以下のcss(SP)
-------------------------------------------------------------------------------------------- */
@media screen and (max-width: 812px) {
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: 20px 0 0;
}
.tx_indent {
	padding-left: 1em;
	margin-left: 1em;
}
.float_btn {
	bottom: 10px;
	right: 0px;
	width: 120px;
	z-index: 555;
}
.line_gold {
	text-decoration-thickness: 3px;
}
.line_red {
	text-decoration-thickness: 3px;
}
.tokuten_area {
  padding: 30px 0;
}
.w90 {
  width: 90%;
  margin: auto;
}
/*-------------------------------------------------------------------------
flex関連
-------------------------------------------------------------------------*/
.flex_box {
	flex-direction: column;
}
.flex_box.js {
	flex-direction: column;
}
.flex_box.jc {
	flex-direction: column;
}
.flex_left {
	width: 100%;
}
.flex_right {
	width: 100%;
}
/* ----------------------------------------------
header
------------------------------------------------*/
header {
  height: 50px ;
}
h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
h1 img {
  width: 160px;
  height: 22px;
}
/* ----------------------------------------------
TOP
------------------------------------------------*/
.top_tx {
  font-size: 1.2em;
}
.bn_box {
  padding: 0.5em 0;
  margin: 1em 0;
}
.bn_box > div {
  box-shadow: 0 0 5px #0e0e0e;
}
.lead_tx {
	line-height: 1.7;
	font-size: 12px;
	width: 100%;
  font-weight: 400;
  padding: 0 15px;
}
.lead_tx span {
	font-size: 17px;
	font-weight: 700;
}
.lead_tx span.big {
	font-size: 22px;
}
.attention_box {
	padding:10px;
	font-size: 12px;
}
.end_ttl {
	font-size: 28px;
}
/* -----------------------------------------------------------
BTN
-------------------------------------------------------------*/
.btn_box {
  text-align: center;
  margin: 1.5em 0;
}
.btn_box > p {
  font-size: 12px;
}
.btn a {
  padding: 15px 0;
	font-size: 16px;
}
.btn.yet a span.arrow {
	display: none;
	opacity: 0;
}
span.arrow {
	right: 10px;
	background: url("../images/arrow.webp") no-repeat center/25px;
	width: 25px;
	height: 25px;
}
.btn.square a {
  width: 90%;
	border-radius: 10px;
}
.btn.plan a {
  min-height: 70px;
  flex-direction: column;
}
.btn.plan a img {
  width: 80%;
  margin-right: 0;
  margin-bottom: 3px;
}
.btn.plan a::after {
  position: absolute;
  right: 10px;
}
/* ----------------------------------------------
SECTION
------------------------------------------------*/
.inner_wrap {
  padding: 30px 0 0;
}
main .inner_wrap h2 {
  font-size: 30px;
  margin-bottom: 20px;
}
.contents_wrap {
	margin: 10px auto 40px;
	padding: 20px	10px;
	width: 92%;
}
.contents_wrap h3 {
	font-size: 15px;
	padding-bottom: 15px;
	margin-bottom: 15px;
  font-weight: 600;
}
.youtube {
	margin: 20px auto 0;
	width: 100%;
}
.end_overlay {
	font-size: 18px;
}
/* ----------------------------------------------------------
list
------------------------------------------------------------*/
.contents_img {
	width: 100%;
}
.btn a.ls0 {
	letter-spacing: 0;
}
.list_wrap {
  padding: 10px 0;
}
.list_wrap:first-of-type {
	margin-top: 0;
}
.list_wrap:last-of-type {
	margin-bottom: 15px;
}
.list_wrap li.list_ttl {
	font-size: 14px;
	font-weight: 600;
  padding: 6px 0;
  margin-bottom: 10px;
}
.list_wrap li {
	font-size: 14px;
	font-weight: 400;
  line-height: 1.2;
}
/*----------------------------------------------------------------
アコーディオン
----------------------------------------------------------------*/
.accordion {
	font-size: 15px;
	line-height: 120%;
}
.js-accordion-btn {
  bottom: 10px;
}
.accordion-text {
	margin-bottom: 20px;
	padding-bottom: 0;
}
.accordion-text.is-hide {
}
/* テキストをグラデーションで隠す */
.js-accordion-sp .accordion-text::before,.js-accordion-all .accordion-text::before {
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 60%, rgba(255,255,255,1) 100%);
  background:linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 60%, rgba(255,255,255,1) 100%);
  bottom: 0;
  content: "";
  height: 120px; /* グラデーションで隠す高さ */
  position: absolute;
  width: 90%;
	display: inline-block;
	z-index: 1;
}
/* 閉じるボタンの位置 */
.js-accordion-btn.is-show {
  bottom: -10px;
}
.contents_list {
   padding:0 10px;
   width: 100%;
 }
.content {
   width: 49%;
   margin-right: 1%;
   margin-bottom: 2em;
 }
.content:nth-of-type(3n) {
 margin-right: 1%;
}
.content:nth-of-type(2n) {
 margin-right: 0;
}
.tag {
 font-weight: 500;
 padding: 0 5px;
 font-size: 10px;
 margin-bottom: 2px;
}
.content_ttl {
 font-size: 10px;
 line-height: 1.2;
 padding: 0;
 height: 36px;
}
.copy {
  font-size: 8px;
  height:30px;
  padding: 3px 0 0;
}
/* ------------------------------------
規約
--------------------------------------*/
.tokuten_scroll {
  width: 100%;
  font-size: 10px;
	margin: 20px auto 0;
  line-height: 1.4;
}
.tokuten_scroll .inn {
  height: 220px;
  padding: 10px  ;
}
.tokuten_scroll .inn .inn_box {
  margin-bottom: 2em;
}
.tokuten_scroll .inn::-webkit-scrollbar {
    width: 10px;
 }
 .page_top.is-fixed {
	bottom: 80px;
	right: 10px;
	width: 30px;
	height: 30px;
}

/* -----------------------------------------------------------------------
ハンバーガーメニュー
-------------------------------------------------------------------------*/
#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;
	background-color: #e83535;
	color: #fff;
}
/*ハンバーガーの形をCSSで表現*/
#nav-open span.nav_line {
	position: absolute;
	left: 15px;
  height: 1.0px;/*線の太さ*/
  width: 20px;/*長さ*/
  background:  #fff;
  display: block;
  content: '';
  cursor: pointer;
  transition: 0.5s;
  z-index: 9999;
  top: 22px;
}
#nav-open span.nav_line.first {
	top: 15px;
}
#nav-open span.nav_menu {
	position: absolute;
	font-size: 8px;
	top: 26px;
	font-weight: 400;
}
/* アイコンがクリックされたらMENUを消す */
#nav-input:checked ~ #nav-open span.nav_menu {
  opacity: 0;
}
/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#nav-input:checked ~ #nav-open span.nav_line.first {
  transform: rotate(225deg);
	top: 22px;
}
#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-color: #efefef;
  transition: .3s ease-in-out;
  -webkit-transform: translateX(105%);
  transform: translateX(105%);
  color: #151515;
}
.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 #319abc;
}
.nav_item li a {
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 160%;
}
.nav_item li a small {
	color: #e83535;
}
.hum_sns {
	display: flex;
	justify-content: center;
	align-content: center;
	border-top: 1px solid #e83535;
	padding: 20px 0 0;
	margin: 0 20px ;
}
.hum_sns li a {
	width: 20px;
	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;
  }
 .sp {
  display: block;
 }
 .pc {
  display: none;
 }
 .home {
  position: fixed;
  top: 16px;
  left: 12px;
  width: 100px;
  max-width: 150px;
  z-index: 1000;
 }
 }
