


@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');

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, #gFooter, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;

}


img,figure, figcaption, #gFooter, header,
menu, nav, output, ruby,  summary,
time, mark, audio, video,a {
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}
/* HTML5 display-role reset for older browsers
*/
article, aside, details, figcaption, figure,
#gFooter, header, hgroup, menu, nav, section {
	display: block;
}
html,body{
background: #FFF;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a,a:link {
	color:inherit;
	text-decoration: none;
}
a:visited {
	color:inherit;
	text-decoration: none;
}
a:hover {
	color:inherit;
	text-decoration: none;
}
a:active {
	color:inherit;
	text-decoration: none;
}

body,
table,
input, textarea, select, option {
  -webkit-font-smoothing: antialiased;
  -webkit-border:none;
  border-radius:0;
  -webkit-border-radius:0;
}

header{
	position: fixed;
	top: 0px;
	z-index: 1100;
	left: 0;
	width: 100vw;
	height: 100%;
	background: #eb1c74;
	display: table;
	display: none;

}

nav{
	display: table-cell;
	vertical-align: middle;

}

nav ul li{
	text-align: center;
	font-size: 23px;
	color: #FFF;
	letter-spacing: 0.045em;
	margin-bottom: 23px;

}
nav ul li .sns_link{
	width: 100%;
}
nav ul li .sns_link li{
	display: inline-block;
	margin:0 3px;
}

header #f_link{
	font-size: 11px;
	color: #FFF;
	position: absolute;
	bottom: 70px;
	z-index: 1000;
	left:0;
	width: 100vw;
	text-align:center;
}
header #f_link a{
	margin:0 7px;
}

header #copy{
	font-size: 10px;
	color: #FFF;
	position: absolute;
	bottom: 20px;
	z-index: 1000;
	left:0;
	width: 100vw;
	line-height: 1.6;
}

header #footer_btn{
	position: absolute;
	bottom: 100px;
	z-index: 1000;
	right: 30px;
	left:0;
	width: 100vw;
	text-align:center;
}
header #footer_btn ul li{
	display: inline-block;
	margin:0 3px;
	position: relative;
}
header #footer_btn ul li.link_btn{

	margin-left: 8px;
}


footer{
	position: fixed;
	bottom: 0;
	z-index: 1000;
	left: 0;
	width: 100%;
	height: 68px;
	background-color: #eb1c74;
}
footer #info{
	position: absolute;
	bottom: 17px;
	z-index: 1000;
	left: 17px;
}


.active {
opacity: 0.5;
pointer-events: none;
}
input, button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.search input {
  margin: 0;
	margin-left: 8px;
	margin-right: 4px;
  width: 165px;
  height: 24px;
  font-size: 0.75em;
  outline: 0;
  font-size: 14px;
  background: transparent;
  border:none;
  color:#FFF;
  cursor:pointer;
  padding:0;
  -webkit-appearance: button;
  overflow: visible;
  border-bottom: #FFF 1px solid;
}

.search button{
    position: absolute;
    top:5px;
    right: 0px;
    margin: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    text-indent: 100%;
    white-space: nowrap;
    border: 0;
		z-index: 1000;
    background:url(	images/top/zoom.png) no-repeat;
		background-size: 16px 16px;
    overflow: hidden;
    cursor: pointer;
    -webkit-appearance: none;
}


.clearfix:after {
    content:"";
    display:block;
    clear:both;
}


@font-face {
  font-family: "Custom Yu Gothic";
  src: local("Yu Gothic");
  font-weight: 400;
}
@font-face {
  font-family: "Custom Yu Gothic";
  src: local("Yu Gothic");
  font-weight: 500;
}
@font-face {
  font-family: "Custom Yu Gothic";
  src: local("Yu Gothic");
  font-weight: 700;
}


html,body{
	font-size: 62.5%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	font-family:'Roboto','Helvetica Neue',"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",YuGothic, 'Yu Gothic',sans-serif;

}

::selection {
	background:rgba(180,180,180,1);; /* Safari */
}

::-moz-selection {
	background:rgba(180,180,180,1);; /* Firefox */
}

html *{/*
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;*/
	margin: 0px;
	padding: 0px;
	webkit-tap-highlight-color:rgba(180,180,180,1);
	tap-highlight-color:rgba(180,180,180,1);
}
body {
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	background-color: #FFF;
	text-align: center;
	line-height: 1;
}

p{
	font-size:15px;
	font-size:1.5rem;

}




h1{
	position: fixed;
	top:18px;
	z-index: 1000;
	right: 15px;
}
h2{
	font-size:36px;
	font-size:3.6rem;
	font-weight: bold;
	letter-spacing: 0.075em;
	line-height: 1.75;
}

h3{
	font-size:58px;
	font-size:5.8rem;
	font-weight: 300;
	letter-spacing: 0.025em;
	line-height: 1.75;
}




@media screen and (max-width: 768px) {
	.pc{
		display: none !important;
	}
}
@media screen and (min-width: 768px) {
	.sp{
		display: none !important;
	}
}


@media screen and (max-width: 768px) {

}

@media screen and (max-width: 374px) {

}

/*-------------------ボタン装飾/アニメ---------------------*/


.exlink{
	position:relative;
}

.exlink::after{
	content: "";
	position: absolute;
	top:50%;
	margin-top: -2px;
	right: -17px;
	width: 7px;
	background-color: #000;
	height: 5px;
	border:1px solid  #888;
}
.exlink::before{
	content: "";
	position: absolute;
	top:50%;
	margin-top: -4px;
	background-color: #000;
	right: -20px;
	width: 7px;
	height: 5px;
	border:1px solid  #888;
}
.menu_btn {
 top: 12px;
 left:12px;
 width: 60px;
 border-radius: 50px;
 height: 60px;
 background-color: #eb1c74;

 position: fixed;
 cursor: pointer;
	display:inline-block;
	border:0;
	margin:0;
	padding:0;
	cursor:pointer;
	font-size:10px;
	font-weight: bold;
	color: #FFF;
	z-index: 1200;
	line-height: 80px;
}
.menu_btn.close {

 cursor: pointer;
	display:inline-block;
	border:0;
	margin:0;
	padding:0;
	cursor:pointer;
	transition:0.3s;
	font-size:10px;
	font-weight: bold;
	color: #FFF;
}

.menu_btn::before{
	content:"";
	position:absolute;
	display:inline-block;
	top:7px;
	left:28px;
	width:3px;
	height:28px;
	border:0;
	margin:0;
	padding:0;
	border-radius: 3px;
	background-color:white;
	-moz-transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
	transform:rotate(90deg);
	transition:0.3s;
}
.menu_btn:after{
	content:"";
	position:absolute;
	display:inline-block;
	top:15px;
	left:28px;
	border-radius: 3px;
	width:3px;
	height:28px;
	border:0;
	margin:0;
	padding:0;
	background-color:white;
	-moz-transform:rotate(-90deg);
	-webkit-transform:rotate(-90deg);
	transform:rotate(-90deg);
	transition:0.3s;
}




.menu_btn.close::before{
	content:"";
	position:absolute;
	display:inline-block;
	top:10px;
	left:28px;
	width:3px;
	height:26px;
	border:0;
	margin:0;
	padding:0;
	background-color:white;
	-moz-transform:rotate(225deg);
	-webkit-transform:rotate(255deg);
	transform:rotate(225deg);

}
.menu_btn.close:after{
	content:"";
	position:absolute;
	display:inline-block;
	top:10px;
	left:28px;
	width:3px;
	height:26px;
	border:0;
	margin:0;
	padding:0;
	background-color:white;
	-moz-transform:rotate(-225deg);
	-webkit-transform:rotate(-225deg);
	transform:rotate(-225deg);

}




/*--------------共通SP-------------*/

@media screen and (max-width: 768px) {

}
