@charset "UTF-8";

/*----------------------------------------
	RESET
-----------------------------------------*/

/* Reset CSS */
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 {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 1em;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,
th,
td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

q,
blockquote {
	quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
	content: "";
	content: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

*,
*:before,
*:after {
	box-sizing: border-box;
}

a {
	display: inline-block;
	color: inherit;
	word-break: break-all;
}

a:link,
a:visited {
	text-decoration: none;
}

a:hover,
a:active,
a:focus,
a:hover img,
a:active img,
a:focus img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

a img {
	border: none;
}

picture,
figure {
	display: block;
	width: 100%;
}

picture img,
figure img {
	display: block;
	width: 100%;
	object-fit: contain;
}

img {
	max-width: 100%;
	height: auto;
	box-sizing: content-box;
	vertical-align: middle;
	line-height: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	max-height: 100%;
	line-height: 1.25;
	font-weight: 600;
	letter-spacing: 0.1em;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
label {
	cursor: pointer;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
	border-radius: 0;
}

sup {
	font-size: 70%;
	vertical-align: baseline;
	position: relative;
	top: -0.35em;
}

sub {
	font-size: 70%;
	vertical-align: bottom;
	position: relative;
	bottom: -0.25em;
}

small {
	font-size: 80%;
}

strong {
	font-size: 120%;
}

.number {
	font-size: 120%;
}

.caption_list {
	margin-top: 0.5em;
}

.caption_list>* {
	line-height: 1.45;
	padding-left: 1em;
	text-indent: -1em;
}


/*----------------------------------------
BODY
-----------------------------------------*/
html {
	font-size: 62.5%;
	overflow: auto;
}

body {
	overflow: hidden;
	position: relative;
	color: #282828;
	background: #fff;
	width: 100%;
	word-break: break-all;
	line-height: 1.6;
	font-size: 1.6rem;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-feature-settings: "palt";
	font-weight: 500;
	letter-spacing: 0.05em;
	transition: 0.25s ease-in-out;
}

main,
header,
footer,
section {
	display: block;
}

img {
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	vertical-align: bottom;
	border: none;
}

a {
	text-decoration: none;
	color: #222;
}

a img {
	backface-visibility: hidden;
	transition: 0.3s;
	opacity: 1;
}

a:hover {
	opacity: 0.8;
	transition: 0.3s ease-in-out;
}

.left a:hover {
	display: block;
	transform: rotate(-1deg) scale(0.995);
}

.right a:hover {
	display: block;
	transform: rotate(1deg) scale(0.995);
}

a:hover img {
	opacity: 1;
}

a.over:hover {
	opacity: 0.6;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.flex {
	display: flex;
	justify-content: space-between;
}

.col_2>* {
	width: 49%;
}



/*----------------------------------------
アニメーション
-----------------------------------------*/
.delay_00 {
	animation-delay: 0s;
}

.delay_005 {
	animation-delay: 0.05s;
}

.delay_015 {
	animation-delay: 0.15s;
}

.delay_025 {
	animation-delay: 0.25s;
}

.delay_03 {
	animation-delay: 0.3s;
}

.delay_035 {
	animation-delay: 0.35s;
}

.delay_045 {
	animation-delay: 0.45s;
}

.delay_055 {
	animation-delay: 0.55s;
}

.delay_065 {
	animation-delay: 0.65s;
}

.delay_075 {
	animation-delay: 0.75s;
}

.delay_085 {
	animation-delay: 0.85s;
}

.delay_095 {
	animation-delay: 0.95s;
}

.delay_105 {
	animation-delay: 1.05s;
}

.delay_115 {
	animation-delay: 1.15s;
}

.delay_125 {
	animation-delay: 1.25s;
}

.delay_135 {
	animation-delay: 1.35s;
}

.delay_145 {
	animation-delay: 1.45s;
}

.delay_155 {
	animation-delay: 1.55s;
}

.delay_165 {
	animation-delay: 1.65s;
}

.delay_175 {
	animation-delay: 1.75s;
}

.delay_185 {
	animation-delay: 1.85s;
}

.delay_195 {
	animation-delay: 1.95s;
}

.delay_205 {
	animation-delay: 2.05s;
}

.delay_225 {
	animation-delay: 2.25s;
}

.delay_255 {
	animation-delay: 2.55s;
}

.delay_275 {
	animation-delay: 2.75s;
}


.animeTrigger {
	opacity: 0;
}

.fadeA {
	opacity: 0;
	animation-name: fadeA;
	animation-duration: 1s;
	/*アニメーション変化時間 ※デフォルト*/
	animation-fill-mode: forwards;
	/*アニメーションの開始と終了時の状態を指定*/
}

.fadeLA {
	opacity: 0;
	animation-name: fadeLA;
	animation-duration: 1s;
	/*アニメーション変化時間 ※デフォルト*/
	animation-fill-mode: forwards;
	/*アニメーションの開始と終了時の状態を指定*/
}

.fadeRA {
	opacity: 0;
	animation-name: fadeRA;
	animation-duration: 1s;
	/*アニメーション変化時間 ※デフォルト*/
	animation-fill-mode: forwards;
	/*アニメーションの開始と終了時の状態を指定*/
}

.fadeUpA {
	opacity: 0;
	animation-name: fadeUpA;
	animation-duration: 1s;
	/*アニメーション変化時間 ※デフォルト*/
	animation-fill-mode: forwards;
	/*アニメーションの開始と終了時の状態を指定*/
}

.fadeBigA {
	opacity: 0;
	animation-name: fadeBigA;
	animation-duration: 1s;
	/*アニメーション変化時間 ※デフォルト*/
	animation-fill-mode: forwards;
	/*アニメーションの開始と終了時の状態を指定*/
}

.fadeRotateRA {
	opacity: 0;
	animation-name: fadeRotateRA;
	animation-duration: 1s;
	/*アニメーション変化時間 ※デフォルト*/
	animation-fill-mode: forwards;
	/*アニメーションの開始と終了時の状態を指定*/
}

.fadeRotateLA {
	opacity: 0;
	animation-name: fadeRotateLA;
	animation-duration: 1s;
	/*アニメーション変化時間 ※デフォルト*/
	animation-fill-mode: forwards;
	/*アニメーションの開始と終了時の状態を指定*/
}

@keyframes fadeA {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fadeLA {
	from {
		opacity: 0;
		transform: translateX(-100px);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes fadeRA {
	from {
		opacity: 0;
		transform: translateX(100px);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes fadeUpA {
	from {
		opacity: 0;
		transform: translateY(50px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes fadeBigA {
	from {
		opacity: 0;
		transform: translateY(-50px) rotate(-15deg) scale(0.9);
	}

	50% {
		transform: rotate(2deg);
	}

	to {
		opacity: 1;
		transform: translateY(0px) rotate(0deg) scale(1);
	}
}

@keyframes fadeRotateRA {
	from {
		opacity: 0;
		transform: rotate(-15deg) scale(0.9);
	}

	50% {
		transform: rotate(2deg);
	}

	to {
		opacity: 1;
		transform: rotate(0deg) scale(1);
	}
}

@keyframes fadeRotateLA {
	from {
		opacity: 0;
		transform: rotate(15deg) scale(0.9);
	}

	50% {
		transform: rotate(2deg);
	}

	to {
		opacity: 1;
		transform: rotate(0deg) scale(1);
	}
}

@media screen and (min-width: 769px) {
	.pc {
		display: block;
	}

	.sp {
		display: none !important;
	}

	a[href^="tel:"] {
		pointer-events: none;
	}
}

@media screen and (max-width: 1200px) {
	html {
		font-size: 0.75vw;
	}
}

@media screen and (max-width: 980px) {
	html {
		font-size: 1vw;
	}
}


@media screen and (max-width: 768px) {
	html {
		font-size: 2.5vw;
	}

	body {
		font-size: 1.3rem;
	}

	picture img {
		width: 100%;
		height: auto;
	}

	.pcbr {
		display: none;
	}

	.sp {
		display: block !important;
	}

	.pc {
		display: none !important;
	}
}