﻿@charset "UTF-8";
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, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
html {
  line-height: 1;
}
body {
	font-family: "游ゴシック", "YuGothic-Medium", "YuGo-Medium", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "モトヤLシーダ3等幅", MotoyaLCedar, "メイリオ", Meiryo, sans-serif;
	letter-spacing:normal;
	color: #727171;
	font-size: 32px;
	line-height: 1.625;
}
img {
	vertical-align: bottom;
}
ol, ul {
  list-style: none;
}
a,div,span {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
a img {
  border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
sup, sub {
	font-size: 0.5em;
}

#wrapper {
	width: 750px;
	margin: 0 auto;
	overflow: hidden;
	-webkit-text-size-adjust: 100%;
	position: relative;
	min-height: 100vh;
	/* border: 1px solid #ccc; */
}
.inner {
	width: 750px;
	margin: 0 auto;
}
a {
	transition: opacity 0.3s;
}
a:hover {
	opacity: 0.8;
}
/* accordion */
.js-accordion {
	cursor: pointer;
	transition: opacity 0.3s;
}
.js-accordion:hover {
	opacity: 0.8;
}
.js-accordion img:nth-child(2) {
	display: none;
}
.js-accordion.open img:nth-child(1) {
	display: none;
}
.js-accordion.open img:nth-child(2) {
	display: block;
}

/* sec3 */
#sec3 .video {
	position: relative;
}

/* sec3 */
#sec3 .video iframe {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 15%;
}

/* sec4 */
#sec4 .btns__cont {
	position: relative;
}

#sec4 .btns {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
	justify-content: space-around;
	width: 100%;
}

#sec4 .btns:nth-child(2) {
	top: 15px;
}
#sec4 .btns:nth-child(3) {
	bottom: 10px;
}

#sec4 .btns div {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

#sec4 .btns div a {
	display: block;
	display: flex;
	margin: 5px 0;
}

#sec4 .check {
	position: relative;
}

#sec4 .check a {
	position: absolute;
	display: flex;
	left: 50%;
	transform: translateX(-50%);
	bottom: 13%;
}

#banner {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 30px 45px;
	background-color: #fff;
}

#banner a:not(:last-child) {
	margin-bottom: 40px;
}

.follow {
	position: fixed;
	z-index: 9;
	bottom: 20px;
	left: 50%;
	transform: translateX(60%);
	transition: opacity 0.3s;
}

.follow.hide {
	opacity: 0;
	z-index: -1;
}

/* #footer */
#footer {
	width: 750px;
	margin: 0 auto;
}
#footer p {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 3;
	background: #011a2d;
}

@-webkit-keyframes pulse {
  from {
    margin-left: 0;
  }
  5% {
    margin-left: 8px;
  }
  10% {
    margin-left: 0;
  }
  to {
    margin-left: 0;
  }
}

@keyframes pulse {
  from {
    margin-left: 0;
  }
  5% {
    margin-left: 8px;
  }
  10% {
    margin-left: 0;
  }
  to {
    margin-left: 0;
  }
}
.shake {
  -webkit-animation: pulse 3.3s ease 0s infinite normal;
  animation: pulse 3.3s ease 0s infinite normal;
}

/* NAV */

/* nav */
#fv {
	padding-top: 100px;
}
.header {
	position: fixed;
	z-index: 99;
}
.nav-bar {
	position: absolute;
	width: 100px;
	height: 100px;
	/* background: #bcbdc1; */
	top: 0;
	right: 0;
	z-index: 100;
}
.nav-bar span {
	width: 50px;
	height: 1px;
	position: absolute;
	left: 25px;
	display: block;
	background: #FFF;
	transition: transform 0.6s ease-in-out, top 0.5s ease;
}
.nav-bar span:nth-child(1) {top: 34px;}
.nav-bar span:nth-child(2) {top: 51px;}
.nav-bar span:nth-child(3) {top: 67px;}

/* .open .nav-bar { background: #9c9ea4;} */
.open .nav-bar span { background: #fff;}
.open .nav-bar span:nth-child(1) {
	top: 50px;
	transform: rotate(45deg);
}
.open .nav-bar span:nth-child(2) {
	width: 0;
	top: 49px;
	left: 50%;
}
.open .nav-bar span:nth-child(3) {
	top: 50px;
	transform: rotate(-45deg);
}
#gloval-nav {
	height: fit-content;
	width: 750px;
	margin: 0 auto;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: left;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transform: translateY(-100%);
	transition: opacity 0.6s ease, visibility 0.6s ease;
}
#gloval-nav a {
	display: block;
}
.open {
	overflow: hidden;
}
.open #gloval-nav {
	visibility: visible;
	transform: translateY(100px);
	transition: transform 0.6s;
}
/* .nav-bar, #fv img:first-child { z-index: 100;} */
#gloval-nav { z-index: 10;}
