@charset "utf-8";
/*==================================================

Type Scale (Major Third, Desktop)
==================================================*/
@font-face {
  font-family: "A-OTF-A1MinchoStd-Bold_0";
  src: url("../font/A-OTF-A1MinchoStd-Bold_0.otf");
}

body {
	font-size: 16px;
 font-size: calc(12px + (16 - 12) * ((100vw - 320px) / (1920 - 320)));
	line-height: 1.5em;
}
h1 {
	font-size: 3.052em;
	line-height: 1.05em;
}
h2 {
	font-size: 2.441em;
	line-height: 1.25em;
}
h3 {
	font-size: 1.953em;
	line-height: 1.25em;
}
h4 {
	font-size: 1.563em;
	line-height: 1.25em;
}
h5 {
	font-size: 1.25em;
	line-height: 1.22em;
}
.mincho{
	font-family: "A-OTF-A1MinchoStd-Bold_0";
}
/*==================================================

Global Default
==================================================*/
body {
	font-family: "A-OTF-A1MinchoStd-Bold_0","Times New Roman","Noto Sans Japanese", Meiryo, sans-serif;
	line-height: 1.5em;
	color: rgba(0,0,0,.8);
}
main, section {
	position: relative;
	overflow: hidden;
}
a {
	color: #333;
}
a:hover {
	color: inherit;
}
a:visited {
	color: #333;
}
a:active {
	color: #333;
}
img {
	height: auto;
}
i {
	vertical-align: middle;
	line-height: 1;
	font-size: 20px;
}
.center {
	text-align: center;
}
.caution {
	color: #D50000;
}
[class*="viewport"] {
	width: 100%;
	max-width: 1366px;
	padding: 0 2%;
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;
}
.viewport-l {
	max-width: 1366px;
}
.viewport-m {
	max-width: 1024px;
}
.viewport-s {
	max-width: 768px;
}
.section-spacing {
	padding-top: 100px;
	padding-bottom: 100px;
}
/*==================================================

Customize Global Standard Style
==================================================*/
[class*="standard-h2"] {
}
[class*="standard-btn"] {
}
/*==================================================

Header
==================================================*/
#main-header {
	box-sizing: border-box;
	position: fixed;
	z-index: 99;
	right: 30px;
	display:flex;
	top:20px;
}
#menu {
	height: 50px;
	width: 50px;
	float: right;
	cursor: pointer;
	position: relative;
	z-index: 10;
	display: none;
}
#menu span {
	height: 4px;
	width: 40px;
	background: #333;
	display: block;
	margin: 0 auto;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .5s;
	transition: all .5s;
}
#menu span:before, #menu span:after {
	content: '';
	height: 4px;
	width: 40px;
	background: #333;
	display: block;
	position: absolute;
	-webkit-transition: all .5s;
	transition: all .5s;
}
#menu span:before {
	top: -15px;
}
#menu span:after {
	top: 15px;
}
#menu.active span {
	background: transparent;
}
#menu.active span:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 0;
}
#menu.active span:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 0;
}
#obfuscator {
	background-color: rgba(255,255,255,.7);
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9;
	visibility: hidden;
	-webkit-transition-property: background-color;
	transition-property: background-color;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	cursor: pointer;
}
#global-navi.is-visible~#obfuscator {
	visibility: visible;
}
#menu {
	display: block;
}
#global-navi {
	width: 100%;
	max-height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	box-sizing: border-box;
	-webkit-transform: translateY(101vh);
	transform: translateY(101vh);
	-webkit-transition: all .5s cubic-bezier(.4, 0, .2, 1);
	transition: all .5s cubic-bezier(.4, 0, .2, 1);
	overflow: hidden;
	overflow-y: auto;
	z-index: -1;
	padding-top: 100px;
	text-align: center;
	opacity: 0;
	font-family: "A-OTF-A1MinchoStd-Bold_0";
	letter-spacing: 2px;

}
#global-navi.is-visible {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	z-index: 10;
}
#global-navi li {
	background: rgba(0,0,0,0);
	transition: all .3s;
	color: #FFF;
}
#global-navi li:hover {
	background: rgba(0,0,0,.12);
}
#global-navi li a {
	padding: 0 2%;
	display: block;
	font-size: 20px;
	height: 60px;
	line-height: 60px;
	vertical-align: middle;
	text-align: left;
	max-width: 500px;
	margin: 0 auto;
}

.sns{
	display:flex;
	margin-right: 20px;
}
.sns li{
	margin:0 8px;
}
/*==================================================

Footer
==================================================*/
#main-footer {
	position: relative;
}
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
	z-index: 999;
}


#pageTop a {
  display: block;
  width: 50px;
  height: 50px;
  color: #333;
  font-weight: bold;
  text-align: center;
  border: 1px solid #dadada;
  background: #fff;
}

#pageTop .material-icons {
	font-size: 50px;
}
#pageTop span{
	font-size: 13px;
    width: 39px;
    display: block;
    margin: -16px auto 0;
    line-height: 13px;
    font-weight: 400;
}
#pageTop a:hover {
  opacity: 0.7;
}
/*==================================================

Media Quaries
==================================================*/
@media only screen and (max-width: 1366px) {
body {
	line-height: 1.5;
}
.section-spacing {
	padding-top: 50px;
	padding-bottom: 50px;
}
}

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

}
/*
@media only screen and (max-width:850px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
body {
	display: none !important;
}
html {
	height: 100%;
	position: relative;
	overflow: hidden;
	background: rgba(0, 0, 0, .78);
}
html:before {
	content: 'For the best experience, \A Please turn your device.';
	background: url(../img/smartphone-orientation.svg) no-repeat center top;
	background-size: auto 80px;
	padding-top: 90px;
	text-align: center;
	font-family: "Noto Sans Japanese", Meiryo, sans-serif;
	color: #FFF;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: .1em;
	font-weight: 200;
	white-space: pre;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
}
*/