@charset "utf-8";
/* CSS Document */

/* reset
================================================== *
/* 
html5doctor.com Reset Stylesheet

*/

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 {
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	margin: 0;
	padding: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

body {
	line-height: 2;
}

ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}



/* reset end---------------------------------------
================================================== *
/* 


/*==========================================================
__common
==========================================================*/


* {
	margin-left: auto;
	/* 左側マージンを自動的に空ける */
	margin-right: auto;
	/* 右側マージンを自動的に空ける */
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

a {
	color: #000;
	text-decoration: none;
}



div#wrap {}

.sp {
	display: none;
}

/*==========================================================
__グローバルメニュー
==========================================================*/

.menu__hamburger__button,
.hamburger {
	display: none;
}

.jigyo {
	position: absolute;
	right: 25px;
	bottom: 10px;
	z-index: 9999999;
	color: #fff;
	font-size: 14px;
}

@media screen and (max-width:767px) {
	.pc {
		display: none;
	}

	.sp {
		display: block;
	}

	.jigyo {
		right: 10px;
		bottom: 3px;
		font-size: 12px;
	}

	/*======
hamburger
========*/

	.menu__hamburger__button {
		overflow: hidden;
		position: fixed;
		right: 1%;
		top: 5px;
		z-index: 9999999999;
		/* background-color: #90C3FF; */
		border-radius: 10px;
		display:
			block;
	}

	.menu__hamburger__button .menu__hamburger {
		border-radius: 50px;
		width: 35px;
		text-align: center;
		padding: 15px;
		cursor: pointer;
		float: right;
	}

	.menu__hamburger__button .menu__line {
		display: block;
		/* width: 60%; */
		height: 1px;
		transition: all 0.2s;
		background-color: #fff;
		line-height: 1;
		margin: 0 0 6px;
	}

	.menu__hamburger__button .menu__line:nth-child(3) {
		margin: 0px;
	}

	.menu__hamburger__button .menu__line.active:nth-of-type(1) {
		transform: translateY(8px) rotate(130deg);
		/* color: #000; */
		background-color: #000;
	}

	.menu__hamburger__button .menu__line.active:nth-of-type(2) {
		opacity: 0;
	}

	.menu__hamburger__button .menu__line.active:nth-of-type(3) {
		transform: translateY(-6px) rotate(-130deg);
		background-color: #000;
	}

	div.hamburger .hamburger__content {
		max-width: 350px;
		margin: 0 auto;
		display: none;
		opacity: 0;
	}

	div.hamburger .hamburger__content.active {
		display: block;
		opacity: 1;
	}

	.hamburger {
		position: fixed;
		top: 0px;
		/* left: 0; */
		right: 0;
		bottom: 0;
		width: 0;
		background-color: #fff;
		z-index: -1;
		/* overflow: scroll; */
		/* display: none; */
		transition: .5s;
		display: block;
		opacity: 0;
		right: -100%;
		width: 100%;
	}

	.hamburger.active {
		/* display: block; */
		/* left: 0; */
		width: 100%;
		z-index: 999;
		opacity: 1;
		right: 0;
		overflow: scroll;
	}

	.hamburger .hamburger__inner {
		padding: 70px 30px;
	}

	.hamburger .hamburger__inner .menu {
		margin-bottom: 50px;
	}

	.hamburger .hamburger__inner .menu ul {
		position: relative;
		border-top: 1px solid #f0f0f0;
	}

	.hamburger .hamburger__inner .menu ul li {
		/* padding: 20px 5px; */
		border-bottom: 1px solid #f0f0f0;
	}

	.hamburger .hamburger__inner .menu ul li a {
		display: block;
		padding: 20px 5px;
		font-weight: bold;
	}

	.hamburger .hamburger__inner .menu ul li a:hover {}

}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:portrait) {
	.ipad-pc {
		display: none;
	}

	.ipad-sp {
		display: block;
		width: 90% !important;
	}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {

	.visual__inner figure video {
		width: auto !important;
		height: 768px;
	}

}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) {
	.visual__inner figure video {
		width: auto !important;
	}
}