@charset 'utf-8'

@font-face {
	font-family: 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif, 'Sawarabi Mincho`,"Noto Sans JP",'Noto Sans JP', sans-serif,'Noto Serif JP', serif,'Roboto', sans-serif,'Roboto', sans-serif,'Noto Serif JP', serif,'Noto Sans JP', sans-serif;

}

* {
	-webkit-appearance: none;
}

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-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.5;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

p,
a,
span {
	outline: none;
	text-decoration: none;
	font-size: 14px;
	font-family: 'Noto Sans JP', sans-serif;
}

img {
	vertical-align: bottom;
}

body {
	box-sizing: border-box;
	background-color: #020205;
}

/*キーカラー#111f4d 青 #e43a19 オレンジ*/

header {
	position: relative;
	top: 0;
	display: flex;
	padding: .5%;
}

.logo {
	width: 10%;
}

.logo h3 {
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
}

.logo img {
	width: 100%;
}

.instagram {
	position: absolute;
	top: 15%;
	right: -3%;
	text-align: center;
}

.instagram img {
	width: 20%;
}

#top {
	position: relative;
	width: 100%;
	height: 95vh;
	background-image: url(../img/top.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
}

#top h2 {
	position: absolute;
	content: "";
	bottom: 0;
	right: 3.5%;
	font-size: 3vw;
	color: #f2f4f7;
	font-family: 'Noto Serif JP', serif;
}

#top h2 strong {
	font-size: 5vw;
	font-family: 'Noto Serif JP', serif;
}


#nav {
	width: 100%;
	height: 50px;
	background-color: #020205;
}

#nav ul {
	display: flex;
	justify-content: space-around;
	margin: auto;
	padding: .7% 0;
	list-style: none;
	width: 60%;
}

#nav a {
	color: #f2f4f7;
	text-decoration: none;
}


#wrap {
	margin: auto;
	width: 1280px;
	background-color: #f2f4f7;
}


#content1 .txt {
	margin: auto;
	padding: 2% 0;
	width: 65%;
}

#content1 .txt h1 {
	font-size: 1.5vw;
}

#content1 .txt p {
	line-height: 1.8;
}

#content1 .flex {
	display: flex;
	text-align: center;
}

#content1 .flex img {
	width: 90%;
}

#content1 .box {
	position: relative;
}

#content1 .box p {
	position: absolute;
	content: "";
	bottom: 0;
	right: 5%;
	padding: 2% 5%;
	color: #fff;
	background-color: #111f4d;
}

#content1 .box p:hover {
	background-color: #e43a19;
}


#content2 {
	margin: 5% 0 0;
}

#content2 h3 {
	font-size: 1.5vw;
	text-align: center;
}

#content2 .flex {
	display: flex;
	justify-content: center;
	margin: 2% auto 0;
	width: 80%;
}

#content2 .inline-flex {
	display: inline-flex;
}

#content2 .box {
	display: block;
	width: 100%;
}

#content2 .inline-flex .crop {
	width: 300px;
	height: 350px;
	text-align: center;
	overflow: hidden;
}

#content2 .inline-flex img {
	width: 70%;
}

#content2 .inline-flex .txt {
	margin: auto;
	width: 200px;
}

#content2 .inline-flex .txt h2 {
	font-size: 1.2vw;
}

#content2 .inline-flex .txt a {
	position: relative;
	display: block;
	margin-top: 5%;
	padding: 5% 40% 5% 10%;
	color: #fff;
	background-color: #111f4d;
	border-radius: 5px;
}

#content2 .inline-flex .txt a::before {
	position: absolute;
	content: ">";
	right: 5%;
}

#content2 .inline-flex .txt a:hover {
	background-color: #e43a19;
}

footer small {
	display: block;
	padding: .2% 0;
	color: #f2f4f7;
	text-align: center;
}

.dial-pc {
	position: fixed;
	top: 20%;
	right: -2.5%;
	transform: translate(-50%,0%);
	border: 1px solid #000;
	z-index: 9;
}

#top .dial,.sp {
	display: none;
}

/*********************************狭いブラウザとタブレット向け*********************************************/

@media (max-width: 1024px) and (min-width: 768px) {}

/******************************************************************************************************/
/******************************************************************************************************/

@media screen and (max-width: 480px) {

	a {
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	}


	.sp {
		display: block;
	}

	.pc,.dial-pc {
		display: none;
	}

	header {
		position: relative;
		top: 0.2%;
		display: flex;
		padding: .5%;
	}

	.logo {
		width: 30%;
	}

	.logo h3 {
		color: #fff;
		font-size: 3vw;
		font-family: 'Noto Sans JP', sans-serif;
	}

	.instagram {
		display: inline-block;
		position: absolute;
		top: 15%;
		right: 1%;
		width: 8%;
		text-align: center;
	}

	.instagram img {
		width: 100%;
	}

	#top {
		position: relative;
		width: 100%;
		height: 90vh;
		background-image: url(../img/top.jpg);
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		overflow: hidden;
	}

	#top h2 {
		position: absolute;
		content: "";
		bottom: 2%;
		right: 2%;
		writing-mode: vertical-rl;
		text-orientation: upright;
		-webkit-writing-mode: vertical-rl;
		-webkit-text-orientation: upright;
		font-size: 8vw;
		color: #f2f4f7;
		font-family: 'Noto Serif JP', serif;
	}

	#top h2 strong {
		font-size: 12vw;
		font-family: 'Noto Serif JP', serif;
		writing-mode: vertical-rl;
		text-orientation: upright;
		-webkit-writing-mode: vertical-rl;
		-webkit-text-orientation: upright;
	}


	.nav-wrap {
		position: relative;
	}

	.scroll-nav {
		width: 100%;
		background: #020205;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.scroll-nav ul {
		display: flex;
		min-width: 800px;
		height: 40px;
		margin: auto;
		list-style: none;
		padding-right: 25px;
	}

	.scroll-nav ul li {
		display: flex;
		justify-content: space-around;
		width: 15.2%;
		text-align: center;
	}

	.scroll-nav ul li:nth-child(odd) {
		border-right: 1px solid #fff;
		border-left: 1px solid #fff;
	}

	.scroll-nav ul li a {
		display: inline-block;
		padding: 10% 0;
		color: #fff;
		font-size: 2vw;
		text-decoration: none;
	}

	.next-btn {
		position: absolute;
		top: 0;
		right: 0;
		width: 25px;
		height: 40px;
		line-height: 40px;
		background: #fff;
		color: #555;
	}

	.next-btn::before {
		position: absolute;
		content: ">";
		top: 0%;
		right: 30%;
		font-size: 5vw;
	}




	#wrap {
		margin: auto;
		width: 100%;
		padding: 2%;
		background-color: #f2f4f7;
		box-sizing: border-box;
	}

	#content1 {
		position: relative;
	}

	#content1 .sp .txt h1 {
		display: block;
		position: absolute;
		right: 0;
		font-size: 6vw;
		height: 55vh;
		writing-mode: vertical-rl;
		text-orientation: upright;
		-webkit-writing-mode: vertical-rl;
		-webkit-text-orientation: upright;
	}

	#content1 .sp .txt2 {
		position: static;
		margin: 0 auto 5%;
		width: 55%;
		writing-mode: vertical-rl;
		text-orientation: upright;
		-webkit-writing-mode: vertical-rl;
		-webkit-text-orientation: upright;
	}

	#content1 .sp .txt2 p {
		width: 100%;
		height: 25vh;
		line-height: 1.6;
	}

	#content1 .flex {
		display: flex;
		text-align: center;
	}

	#content2 {
		margin: 10% 0 0;
	}

	#content2 h3 {
		font-size: 6vw;
		text-align: center;
	}

	#content2 .flex {
		display: block;
	}

	#content2 .flex {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
		margin: auto;
	}

	#content2 .box {
		margin: 2% 0;
	}

	#content2 .inline-flex .txt h2 {
		font-size: 5vw;
	}

	#content2 .inline-flex .crop {
		width: 50%;
		height: auto;
		text-align: center;
		overflow: hidden;
	}

	#content2 .inline-flex img {
		width: 100%;
	}

	#back-top {
		position: fixed;
		bottom: 0;
		right: 0;
		display: block;
		width: 40px;
		height: 40px;
		background-color: #e43a19;
		border-radius: 50%;
		opacity: 1;
		z-index: 8;
	}

	#back-top .box a {
		position: relative;
		display: block;
		margin: auto;
		width: 50px;
		height: 50px;
	}

	#back-top .box i {
		position: absolute;
		top: 38%;
		right: 21%;
		transform: translate(-50%, -50%);
		color: #fff;
		font-size: 8vw;
	}

	
#top .dial {
	display: block;
	position: absolute;
	content: "";
	bottom: 12px;
	left: 0px;
	padding: 0 2% 2% 2%;
	width: 215px;
	color: #fff;
	background: rgba(0,0,0,0.5);
	border-radius: 5px;
	z-index: 9;
}
	
	#top .dial::before {
		position: absolute;
		content: "";
		width: 220px;
		height: 100%;
		border: 1px solid #fff;
	}
	
	#top .dial .tab {
		display: inline-block;
		padding: 2%;
		font-size: 4vw;
		background: #fff;
		color: #000;
	}
	
	#top .dial .inline-flex {
		display: inline-flex;
	}

	#top .dial i {
		margin-right: 10px;
		color: #fff;
	}

	#top .dial p {
		padding: 0 5px;
	}
	
	#top .dial h3 {
		padding: 0 10px;
		font-size: 6vw;
	}

}
