@charset "utf-8";

/* *******************************************************************
//
// Browser default initialization
//
// **************************************************************** */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, svg {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  vertical-align: baseline;
  outline: 0;
}
*, ::before, ::after {
  box-sizing: inherit;
  font-style: normal;
  font-weight: inherit;
  font-size: inherit;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
html, body {
  height: 100%;
}
html {
  overflow-y: scroll;
  box-sizing: border-box;
  line-height: 1;
  font-size: 0.67vw;
  font-size: 62.5%;
  
}
body {
  color: #111111;
  font-weight: normal;
  letter-spacing: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	min-width: inherit !important;
	font-size: 1.6rem;
}
input, select, textarea, button {
  margin: 0;
  color: inherit;
  font-family: inherit;
  line-height: inherit;
}
blockquote, q {
  quotes: none;
}
blockquote::before, blockquote::after, q::before, q::after {
  content: '';
  content: none;
}
dl, ol, ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  vertical-align: bottom;
}
img, x:-moz-any-link, x:default {
  box-shadow: #333 0 0 0;
}
a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: inherit;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
}
a:hover {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}
svg {
  line-height: 1;
  vertical-align: top;
}
svg:not(:root) {
  overflow: hidden;
}
:focus {
  outline: none;
}

/* *******************************************************************
//
//
//
// **************************************************************** */

html {
	color: #111111;  
}
body {
	background: #fff;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.8;
	font-family: "Noto Sans JP", sans-serif;
}
* {
  box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
}
a {
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}

/* env */
.env-device_is_mobile *,
.env-device_is_tablet * {
  cursor: pointer;
}

/* clearfix */
.clearfix::after {
  display: block;
  clear: both;
  content: '';
}


@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
    line-height: 1.6;
  }

  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
  }
}

@media screen and (max-width: 374px) {
    body {
      	font-size: 4vw;
    }
}


/* =============================================================================
 common header
============================================================================= */

header {
    width: 100%;
    height: 60px;
    position: absolute;
    top: 0;
    z-index: 1001;

}
header .headInner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 60px;
    margin: 0 auto;
    padding: 0 0 0 2%;
    box-sizing: border-box;
}
header .menu_head a {
	text-decoration: none;
}
header .logo {
  	width: 156px;
}
.menu_head {
	display: none;
}
header ul.head_btn {  
    display: flex;
    align-items: center;
    z-index: 10;
}
header ul.head_btn li {
	margin-right: 0.6em;
	position: relative;
}
header ul.head_btn li:nth-of-type(-n+5) {
	padding-right: 0.9em;
}
header ul.head_btn li:nth-of-type(-n+5)::after {
	content: "|";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	right: 0;	
}
header ul.head_btn li.insta {
	margin-left: 0.8em;
}
header ul.head_btn li.sns {
	margin-right: 1em;
}
header ul.head_btn li.entry,
header ul.head_btn li.viewing,
header ul.head_btn li.live {
	margin-right: 0;
}
header ul.head_btn li a {
	display: inline-block;
	color: #000000;
	font-weight: 600;
	font-size: 1.3rem;
	line-height: 1.2;
}

header ul.head_btn li.btn a {
	color: #ffffff;
	width: 140px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	padding-left: 1em;
}
header ul.head_btn li.entry a {
	background: #ff0000 ;
}
header ul.head_btn li.kanran a {
	background: #39b54a ;
}

footer {
	padding: 2em 0;	
}
footer .copy {
	text-align: center;
	font-size: 1.2rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	color: #0069b7;
}
.btn-entry {
	display: none;
}
/*@media screen and (max-width: 1079px) {*/
@media screen and (max-width: 768px) {
	header {
		min-width: inherit;
		height: 60px;
		position: fixed;
		top: 0;
		left: 0;
	}

	header .headInner {
        padding: 0 4%;
        height: 60px;
	}
	header .logo {
width: 100px;
}
	header .logo a {
	  	height: 60px;
		display: flex;
		align-items: center;
	}	
	header ul.head_btn {
		display: none;
		font-size: 1.4rem;
	}
	header ul.head_btn li {
		margin-right: 0;
	}
	header ul.head_btn li:nth-of-type(-n+6) {
		padding-right: 0;
	}
	header ul.head_btn li:nth-of-type(-n+6)::after {
		content: none;
	}
	header .menu_head {
        padding: 0;
        position: static;
        margin-top: 0;
		background: none;
		display: block;
	}
	header .menu_head nav {
	  	width: auto;
	}
	header .menu_head .menu-trigger, header .menu_head .menu-trigger span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
	}
	header .menu_head .menu-trigger_wrap {
		background: #fff;
    border-radius: 3px;
    position: absolute;
    top: 18px;
    right: 4%;
    padding: 3px;

    z-index: 10002;
	}
	header .menu_head .menu-trigger {
        display: block;
        width: 30px;
        height: 24px;
        
        cursor: pointer;
	}
	header .menu_head .menu-trigger span {
        position: absolute;
        width: 84%;
        height: 2px;
        background-color: #226bf5;
	}
	header .menu_head .menu-trigger span:nth-of-type(1) {
	  	top: 5px;
	}
	header .menu_head .menu-trigger span:nth-of-type(2) {
	  	top: 14px;
	}
	header .menu_head .menu-trigger span:nth-of-type(3) {
	  	bottom: 5px;
	}
	header .menu_head .menu-trigger.active span:nth-of-type(1) {
        -webkit-transform: translateY(10px) rotate(-315deg);
        transform: translateY(10px) rotate(-315deg);
	}
	header .menu_head .menu-trigger.active span:nth-of-type(2) {
	  	opacity: 0;
	}
	header .menu_head .menu-trigger.active span:nth-of-type(3) {
	  	-webkit-transform: translateY(-8px) rotate(315deg);
	  	transform: translateY(-8px) rotate(315deg);
	}
	header .menu_head .gnav {
        position: absolute;
		background: #232951;
        background: #226bf5;
        top: 60px;
		right: -300px;
		width: 280px;
        padding: 0;
		box-shadow: -5px 5px 15px -10px #777777;
        z-index: 10001;
		transition: 0.3s;
		border-radius: 10px 0 0 10px;
	}
	header .menu_head .gnav.active {
		right: 0;
		transition: 0.3s;
	}
	header .menu_head .gnav ul {
	  display: block;
		text-align: center;
		margin: 0;
	}
	header .menu_head .gnav ul li {	  	
	  	line-height: 1.6;
		text-align: left;
	}
	header .menu_head .gnav ul li.sns {
		display: inline-block;
		padding: 24px 5px 20px 0;
	}
	header .menu_head .gnav ul li:nth-of-type(-n+6) a {
		display: block;
        padding: 1em 2em;
    	color: #fff;
	}
	.btn-entry {
		display: block;
		margin-right: 50px;
		margin-top: 10px;
	}
	.btn-entry a {
		background: #ffd910;
		color: #226bf5;
		padding: 1rem 1.5rem 0.8rem 1.8rem;
		border-radius: 6px;
		font-weight: 700;
		line-height: 1;
		position: relative;
	}
	.btn-entry a:after {
		
	}
	header .menu_head .gnav ul .btn a {
		display: none;
		background: #ffd910;
		color: #226bf5;
		padding: 1em 2em;
		font-weight: 700;
		text-align: left;
		border-radius: 0 0 0 10px;
	}
	header .menu_head .gnav ul li:last-of-type a:before {
		content: none;
	}
	header .menu_head .gnav ul li a:hover {
	  	opacity: 1;
	}
	header .menu_head .gnav ul li.spBtn {
        width: 84vw;
        margin-bottom: calc(26/750*100vw);
	}
	header .menu_head .gnav ul li.susume {
        width: 55vw;
        margin-bottom: calc(64/750*100vw);
	}
	header .menu_head .gnav ul li.spBtn a {
	  	padding-left: 0;
	}
	header .menu_head .gnav ul li.spBtn a:before {
	  	content: none;
	}
	header .menu_head .gnav ul li.sns a {
		width: 30px;
	}
	header .menu_head .gnav ul li.sns.youtube a {
		width: 34px;
	}
	header .menu_head .gnav ul li.sns a img {
		width: 100%;
	}
	header .menu_head .gnav ul li.btn {
		margin-bottom: 10px;
		margin-top: 28px;
	}
	footer {
		padding: 3em 0;	
	}
	footer .copy {
		font-size: 1.0rem;
	}
}




/* hamburger */
header ul.head_btn li:nth-of-type(-n+6) {
	padding-right: 0.9em;
}
header ul.head_btn li:nth-of-type(-n+6)::after {
	content: "|";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	right: 0;	
}

@media screen and (max-width: 768px) {
	header ul.head_btn li:nth-of-type(-n+7) {
		padding-right: 0;
	}
	header ul.head_btn li:nth-of-type(-n+7)::after {
		content: none;
	}
	header .menu_head .gnav ul li:nth-of-type(-n+7) a {
		display: block;
        padding: 1em 2em;
	}
}







