@charset "utf-8";
*,*::before,*::after {
	box-sizing: border-box;
}
ul,ol  {
	padding: 0;
	margin: 0;
	list-style: none;
}
body,h1,h2,h3,h4,p,li,figure,figcaption,blockquote,dl,dd {
	margin: 0;
}
body {
	min-height: 100vh;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	scroll-behavior: smooth;
	text-rendering: optimizeSpeed;
	color: #000000;
	font-family: '游ゴシック体', sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.8;
	letter-spacing: 0.075em;
	font-feature-settings: "palt";
}
@font-face {
  font-family: "Barlow";
  src: url("/font/Barlow-Bold.ttf") format("ttf")
}
.en {
	font-family: 'Barlow', sans-serif;
}
body.scroll-stop {
	overflow: hidden;
}
body #wrap {
	width: 100%;
}
a:not([class]) {
	text-decoration-skip-ink: auto;
}
img {
	display: block;
	vertical-align: bottom;
}
input,button,textarea,select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr{
	margin: 0px;
	padding: 0px;
}
a{
	outline:none;
	text-decoration:none;
}
a img{
	border:none;
}
.clearfix::after{
	content: "";
	display: block;
	clear: both;
}
@media (prefers-reduced-motion: reduce) {
	* {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}

	.scroll-stop {
		overflow: hidden;
	}	
}
/* PC ================================================== */
@media all and (min-width:960px){
.tablet,.sp {display: none;}
.pc {display: inline-block;}
.view_sp {display: none;}
.view_tablet {display: none;}
.view_pc {display: block;}
body {}
h1{
	font-size: 38px;
	font-weight: 600;
}
h2{
	font-size: 100px;
	color:#F7F7F7;
	position: relative;
	font-family: 'Barlow', sans-serif;
	-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
	line-height: 80px;
	white-space: nowrap;
}
h2 span {
	position: absolute;
	top: 30px;
	left: 50%;
	transform: translateX(-50%);
	color: #000000;
	letter-spacing: 0.6em;
	font-size: 20px;
	font-family: '游ゴシック体', sans-serif;
}
h3{
font-size: 34px;
line-height: 1.4;
}
h4{}
h5{}
}

/* Tablet ================================================== */
@media all and (min-width:560px) and (max-width:959px){
.pc,.sp {display: none;}
.tablet {display: inline-block;}
.view_pc {display: none;}
.view_sp {display: none;}
.view_tablet {display: block;}
body {}
h1{
	font-size: 24px;
	font-weight: 600;
}
h2{
	font-size: 40px;
	color:#F7F7F7;
	position: relative;
	font-family: 'Barlow', sans-serif;
	line-height: 1.1;
	white-space: nowrap;
	text-align: center;
	margin-bottom: 24px;
}

h2 span {
	position: absolute;
	top: 15px;
	left: 50%;
	transform: translateX(-50%);
	color: #000000;
	letter-spacing: 0.6em;
	font-size: 16px;
	font-family: '游ゴシック体', sans-serif;
}
.c-span {
	top: 18px;
}

h3{
font-size: 24px;
font-weight: 600;
line-height: 1.4;
text-align: center;
}


h4{}
h5{}


.header-hamburger {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 15px;
	right: 0px;
	z-index: 300;
}
	.hbg_btn {
		width: 100%;
    height: 100%;
    padding: 0;
    border: none;
    outline: none;
    background-color: rgba(0,0,0,0);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
	}
		.open .hbg_btn-line {
			width: 40px;
			height: 1px;
			background-color: #d6d5d5;
			position: relative;
			/* transition:all .3s; */
		}
			.open	.hbg_btn-line::before,
			.open	.hbg_btn-line::after {
				display: block;
				content: '';
				width: 100%;
				height: 1px;
				background-color: #d6d5d5;
				position: absolute;
				/* transition:all .3s; */
			}
			.open .hbg_btn-line::before {
				top: -14px;
			}
			.open .hbg_btn-line::after {
				bottom: -14px;
			}
			.global-nav {
				display: none;
				width: 100%;
				height: 100vh;
				/* height: calc(100vh - 60px); */
				margin: auto auto;
				background-color: #dedede;
				background-size: cover;
				background-position: 46% 0;
				position: fixed;
				top: 0;
				left: 0;
				z-index: 10;
				overflow: scroll;
			}
			.global-nav-contents {
				width: 100%;
				height: 100%;
				display: flex;
				justify-content: flex-start;
				align-items:center;
				padding-left: 10%;
			}
			.global-nav-contents ul {
				
			}
			.global-nav-contents li {
				margin-bottom: 25px;
			}
			.global-nav-contents a {
				color:#000000;
				font-size: 20px;
			}
			 .hbg_btn.close {
				width: 100%;
				height: 100%;
				padding: 0;
				border: none;
				outline: none;
				background-color: rgba(0,0,0,0);
				display: flex;
				justify-content: center;
				align-items: center;
				cursor: pointer;
				/* transition:all .3s; */
			}
				.close .hbg_btn-line {
					width: 25px;
					height: 1px;
					position: relative;
					background-color: #000;
					visibility: hidden;
					/* transition:all .3s; */
				}
				.close .hbg_btn-line::before,
				.close .hbg_btn-line::after {
					display: block;
					content: '';
					width: 100%;
					height: 1px;
					background-color: #000;
					position: absolute;
					left: 50%;
					visibility: visible;
					/* transition:all .3s; */
				}
					.close .hbg_btn-line::before{
						top: 0;
						transform: translate(-50%,-50%) rotate(-45deg);
						-webkit-transform: translate(-50%,-50%) rotate(-45deg);
					}
					.close .hbg_btn-line::after {
						bottom: 0;
						transform: translate(-50%,-50%) rotate(45deg);
						-webkit-transform: translate(-50%,-50%) rotate(45deg);
					}
}

/* SP ================================================== */
@media all and (max-width:559px){
.pc,.tablet {display: none;}
.sp {display: inline-block;}
.view_pc {display: none;}
.view_tablet {display: none;}
.view_sp {display: block;}
body {}
h1{
	font-size: 24px;
	font-weight: 600;
}
h2{
	font-size: 40px;
	color:#F7F7F7;
	position: relative;
	font-family: 'Barlow', sans-serif;
	line-height: 1.1;
	white-space: nowrap;
	text-align: center;
	margin-bottom: 24px;
}

h2 span {
	position: absolute;
	top: 15px;
	left: 50%;
	transform: translateX(-50%);
	color: #000000;
	letter-spacing: 0.6em;
	font-size: 18px;
	font-family: '游ゴシック体', sans-serif;
}
.c-span {
	top: 35px;
}

h3{
font-size: 24px;
font-weight: 600;
line-height: 1.4;
text-align: center;
}


h4{}
h5{}


.header-hamburger {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 15px;
	right: 0px;
	z-index: 300;
}
	.hbg_btn {
		width: 100%;
    height: 100%;
    padding: 0;
    border: none;
    outline: none;
    background-color: rgba(0,0,0,0);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
	}
		.open .hbg_btn-line {
			width: 40px;
			height: 1px;
			background-color: #d6d5d5;
			position: relative;
			/* transition:all .3s; */
		}
			.open	.hbg_btn-line::before,
			.open	.hbg_btn-line::after {
				display: block;
				content: '';
				width: 100%;
				height: 1px;
				background-color: #d6d5d5;
				position: absolute;
				/* transition:all .3s; */
			}
			.open .hbg_btn-line::before {
				top: -14px;
			}
			.open .hbg_btn-line::after {
				bottom: -14px;
			}
			.global-nav {
				display: none;
				width: 100%;
				height: 100vh;
				/* height: calc(100vh - 60px); */
				margin: auto auto;
				background-color: #dedede;
				background-size: cover;
				background-position: 46% 0;
				position: fixed;
				top: 0;
				left: 0;
				z-index: 10;
				overflow: scroll;
			}
			.global-nav-contents {
				width: 100%;
				height: 100%;
				display: flex;
				justify-content: flex-start;
				align-items:center;
				padding-left: 10%;
			}
			.global-nav-contents ul {
				
			}
			.global-nav-contents li {
				margin-bottom: 25px;
				font-size: 14px;
				font-weight: bold
			}
			.global-nav-contents a {
				color:#000000;
				font-size: 14px;
			}
			 .hbg_btn.close {
				width: 100%;
				height: 100%;
				padding: 0;
				border: none;
				outline: none;
				background-color: rgba(0,0,0,0);
				display: flex;
				justify-content: center;
				align-items: center;
				cursor: pointer;
				/* transition:all .3s; */
			}
				.close .hbg_btn-line {
					width: 25px;
					height: 1px;
					position: relative;
					background-color: #000;
					visibility: hidden;
					/* transition:all .3s; */
				}
				.close .hbg_btn-line::before,
				.close .hbg_btn-line::after {
					display: block;
					content: '';
					width: 100%;
					height: 1px;
					background-color: #000;
					position: absolute;
					left: 50%;
					visibility: visible;
					/* transition:all .3s; */
				}
					.close .hbg_btn-line::before{
						top: 0;
						transform: translate(-50%,-50%) rotate(-45deg);
						-webkit-transform: translate(-50%,-50%) rotate(-45deg);
					}
					.close .hbg_btn-line::after {
						bottom: 0;
						transform: translate(-50%,-50%) rotate(45deg);
						-webkit-transform: translate(-50%,-50%) rotate(45deg);
					}

}