@charset "UTF-8";

body {
	font-weight: 300;
	font-style: normal;
	background-color: #FFF;
	font-size: 15px;
	line-height: 1.4;
	color: #000;
	font-family: hiragino-kaku-gothic-pron, sans-serif;
	min-width: 1100px;
}

.rodin {
	font-family: fot-rodin-pron, sans-serif;
	font-weight: 600;
	font-style: normal;
}

.gen {
	font-family: source-han-sans-japanese, sans-serif;
	font-weight: 400;
	font-style: normal;
}

img {
	width: 100%;
	display: block;
}

video {
	width: 100%;
	height: auto;
	display: block;
}

html,
body {
	height: 100%;
	scroll-behavior: smooth;
	margin: 0;
	scroll-padding-top: 120px;
}

/* default */
section,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	word-break: break-all;
	font-size: inherit;
	width: 100%;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal;
}

li {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q::before,
q::after {
	content: '';
}

abbr {
	border: 0;
	font-variant: normal;
}

sup {
	font-size: 12px !important;
}

sub {
	vertical-align: text-bottom;
}

input,
textarea,
select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

input,
textarea,
select {
	*font-size: 100%;
}

legend {
	color: #fff;
}

select,
input,
button,
textarea {
	font: 99% arial, helvetica, clean, sans-serif;
}

pre,
code,
kbd,
samp {
	font-family: monospace;
	*font-size: 108%;
	line-height: 100%;
}

.aligncenter {
	text-align: center;
}

figure {
	padding: 0;
	margin: 0;
}

img {
	vertical-align: bottom;
	line-height: 1;
	max-width: 100%;
	height: auto;
	width: 100%;
}

a {
	text-decoration: none;
	transition: all .25s ease;
}

* {
	box-sizing: border-box;
}

/* text ---------------------------------------*/
.text-center {
	text-align: center !important;
}

.text-right {
	text-align: right !important;
}

.text-left {
	text-align: left !important;
}

/* pcのみ */
@media screen and (min-width: 835px) {
	.sp {
		display: none !important;
	}
}

@media screen and (max-width: 834px) {
	body {
		min-width: auto;
	}

	/* default ---------------------------------------*/
	img {
		max-width: 100%;
	}

	* {
		box-sizing: border-box;
	}

	/* common item ---------------------------------------*/
	.pc {
		display: none !important;
	}

	.sp {
		display: block;
	}
}

.l-contents {
	position: relative;
	width: 880px;
	margin: 0 auto;
}

@media screen and (max-width: 834px) {
	.l-contents {
		width: 100%;
	}
}

.l-footer {
	position: relative;
	display: block;
	padding-bottom: 40px;
	color: #000;
	z-index: 2;
}

.l-footer a {
	color: #000;
}

.l-footer a:hover {
	color: #0E6E42;
}

.l-footer nav {
	margin-top: 35px;
}

.l-footer nav ul {
	text-align: center;
}

.l-footer nav ul li {
	display: inline-block;
	padding: 0;
	font-size: 20px;
	line-height: 1.8;
}

@media screen and (max-width: 834px) {
	.l-footer nav ul li {
		font-size: 14px;
	}
}

.l-footer nav ul li:after {
	content: "｜";
}

.l-footer nav ul li:first-of-type {
	padding-left: 200px;
}

@media screen and (max-width: 834px) {
	.l-footer nav ul li:first-of-type {
		padding-left: 0;
	}
}

.l-footer nav ul li:nth-of-type(3) {
	padding-right: 200px;
}

@media screen and (max-width: 834px) {
	.l-footer nav ul li:nth-of-type(3) {
		padding-right: 0;
	}
}

.l-footer div.logo {
	width: 207px;
	margin: 40px auto 30px;
}

@media screen and (max-width: 834px) {
	.l-footer div.logo {
		width: 140px;
		margin: 23px auto 16px;
	}
}

.l-footer div.logo img {
	display: block;
	width: 100%;
	height: auto;
}

.l-footer small {
	display: block;
	text-align: center;
	margin: 13px auto auto auto;
	font-size: 18px;
	line-height: 2.78rem;
}

/* 初期状態（フェードイン & スライドアップ） */
.js-scroll-anim,
.abs-img,
.arrow-parts,
.secret .abs-img {
	opacity: 0;
	transform: translateY(140px);
}

.is-active.js-scroll-anim,
.is-active.abs-img,
.is-active.arrow-parts,
.secret .abs-img.is-active {
	opacity: 1;
	transform: translateY(0);
	transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.concept-top.js-scroll-anim.is-active {
	transform: translateX(-50%)translateY(0);
	-webkit-transform: translateX(-50%)translateY(0);
	-ms-transform: translateX(-50%)translateY(0);
}

/* .secret .abs-img だけに揺れるアニメーションを適用 */
@keyframes shake {
	0% {
		transform: translate(0, 0);
	}

	20% {
		transform: translate(-5px, 5px) rotate(-2deg);
	}

	40% {
		transform: translate(5px, -5px) rotate(2deg);
	}

	60% {
		transform: translate(-5px, 5px) rotate(-2deg);
	}

	80% {
		transform: translate(5px, -5px) rotate(2deg);
	}

	100% {
		transform: translate(0, 0);
	}
}

.is-shaking {
	animation: shake .5s ease-in-out;
	animation-delay: .5s;
}
