/*
Theme Name: top note
Theme URI:
Description: Theme of top note
Version: 1.0
Author: AG2
Author URI: https://ag2works.tokyo/
*/
/**********************************
***********************************
Start of rest
   http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
***********************************
**********************************/
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 {
	font-size: 100%;
	vertical-align: baseline;
	padding: 0;
	margin: 0;
	border: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
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;
}
/********************
AG2Origin
   https://ag2works.tokyo/
   Ver 1.1 - 4 April 2019
   License: none (public domain)
********************/
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,
input, button, textarea, select {
	font-family: Helvetica, Arial, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
*, *:before, *:after {
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
html,
body {
	width: 100%;
	min-width: 320px;
	word-wrap: break-word;
	word-break: normal;
	text-align: center;
	-webkit-text-size-adjust: 100%;/** for sp's font-size **/
	font-size: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-style: normal;
	font-weight: normal;
}
s, strike {
	text-decoration: line-through;
}
a {
	color: #44A7C2;
	text-decoration: none;
	transition: .3s;
}
img {
	width: auto;
	height: auto;
}
li {
	list-style: none;
}
hr {
	border-style: none;
	border: 1px solid #000000;
}
input, button, textarea, select {
	background: none transparent;
	outline: none;
	background-color: #fff;
	color: #000;
	border: 1px solid;
	border-radius: 0;
	padding: 5px;
	margin: 0;
	vertical-align: middle;
	-webkit-appearance: none;
	appearance: none;
}
input[type="submit"],
button {
	cursor: pointer;
}
::selection {
	color: #ffffff;
	background-color: #000000;
}
/**********************************
***********************************
End of reset
***********************************
**********************************/
/** Start of body **/
html,
body {
	background-color: #ffffff;
	color: #4d4d4d;
}
#wrap {}
.display-pc {
	display: none;
}
/** End of body **/
/**********************************
***********************************
Start of z-index
***********************************
**********************************/
header {
	z-index: 99999;
}
/**********************************
***********************************
End of z-index
***********************************
**********************************/
/**********************************
***********************************
Start of mutual
***********************************
**********************************/
.p01 {
	color: #ffffff;
}
.p02 {
	color: #333333;
}
.bg01 {
  background-color: #eaedeb;
}
/**********************************
***********************************
End of mutual
***********************************
**********************************/
/**********************************
***********************************
Start of header
***********************************
**********************************/
header {
	position: fixed;
	top: 0;
	right: 0;
  width: 100%;
  padding: 18px 0 0;
}
.header-logo {
  width: 100%;
}
.header-logo a:hover {
  opacity: .6;
}
.span-header-logo {
  font-size: 20px;
  letter-spacing: .03em;
}
/***** menu-btn *****/
.menu-btn-wrap {
	position: fixed;
	top: 20px;
	left: 20px;
}
.menu-btn {
	width: 30px;
	height: 17px;
	color: #ffffff;
	cursor: pointer;
}
.span-menu-bar-wrap {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}
.span-menu-bar:nth-child(1),
.span-menu-bar:nth-child(2),
.span-menu-bar:nth-child(3) {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #ffffff;
	transition: .3s;
}
.span-menu-bar:nth-child(2) {
	top: 8px;
}
.span-menu-bar:nth-child(3) {
	top: 16px;
}
.menu-btnOn .span-menu-bar:nth-child(1) {
	top: 6px;
	left: 10%;
	width: 80% !important;
	transform: rotate(135deg);
}
.menu-btnOn .span-menu-bar:nth-child(2) {
	left: 50%;
	width: 0 !important;
}
.menu-btnOn .span-menu-bar:nth-child(3) {
	top: 6px;
	left: 10%;
	width: 80% !important;
	transform: rotate(-135deg);
}
.menu-btn:hover .span-menu-bar:nth-child(2),
.menu-btn:hover .span-menu-bar:nth-child(3) {
	width: 100%;
}
.span-menu-btn {
	display: block;
	white-space: nowrap;
	font-size: 10px;
	letter-spacing: 0em;
	margin: 0 auto;
	transition: .3s;
}
.menu-btn:hover .span-menu-btn {
	letter-spacing: .05em;
}
/**********************************
***********************************
End of header
***********************************
**********************************/
/**********************************
***********************************
Start of top
***********************************
**********************************/
.h1-logo {
	padding: 60px 0;
}
.h1-logo span {
	font-size: 20px;
	font-weight: bold;
}
.p-url {
	font-size: 14px;
	letter-spacing: .05em;
	padding: 30px 0;
}
.p-mente {
	font-size: 14px;
}
/**********************************
***********************************
End of top
***********************************
**********************************/
/**********************************
***********************************
Start of footer
***********************************
**********************************/
.span-footer-logo {}
.footer-copyright {
  padding: 15px 0;
}
.p-footer-copyright {
  font-size: 12px;
}
.p-footer-copyright a {
  color: #4d4d4d;
}
.p-footer-copyright a:hover {
  opacity: .6;
}
/**********************************
***********************************
End of footer
***********************************
**********************************/
