@charset "UTF-8";
/* CSS Document */

/* -----------------------------------------------------
Reset
----------------------------------------------------- */
html, body, div, span,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, 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;
}

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

body { line-height: 1; }
ol, ul { list-style: none; }
table { border-collapse: collapse; border-spacing: 0; }

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

html { font-size: 100%; }
body { color: #363130; font-family: 'Noto Sans JP', sans-serif; font-size: 400; -webkit-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; /*font-family: 'SourceHanSans', sans-serif; font-weight: 400; text-align: justify; text-justify: inter-ideograph;*/ }
a { text-decoration: none; }

img.sp { display: none; }

/* -----------------------------------------------------
Layout
----------------------------------------------------- */
#Container { position: relative; overflow: hidden; }
#Contents { }

/* -----------------------------------------------------
Header
----------------------------------------------------- */
header { max-width: 1520px; width: 95%; margin: auto; height: 150px; display: flex; justify-content: space-between; align-items: center; position: absolute; top: 0;  left: 0; right: 0; z-index: 5; }
header #logo { max-width: 440px; width: 30%; }
header nav { max-width: 890px; width: 65%; }
header nav ul { display: flex; justify-content: flex-end; }
header nav ul li a { color: #363130; }
header nav ul li { margin-left: 35px; font-size: 1.000em; font-weight: 600; line-height: 1.3em; }
header nav ul li:first-child { margin-left: 0; }
header nav ul li strong { font-family: 'Oswald', sans-serif; font-size: 1.500rem; letter-spacing: 0.05em; font-weight: 500; }
header nav ul li svg { fill: #363130; width: 21px; height: 21px; margin-left: 3px; }
header nav ul li:last-child svg { margin-bottom: 3px; fill: #363130; max-width: 232px; width: auto; }
header nav ul li:last-child { width: 233px; font-size: 1.000rem; font-weight: 400; }
header nav ul li:last-child a { cursor: default; pointer-events: none; }
header #Menu,header nav ul li.buy,header nav ul li.sell { display: none; }


/* -----------------------------------------------------
footer
----------------------------------------------------- */
footer { background: url(../images/img_foot.jpg) no-repeat top; background-size: cover; min-height: 974px; display: flex; flex-direction: column; justify-content: space-between; position: relative; margin-top: 290px; }
footer #Head { margin-top: 155px; }
footer #Head p { text-align: center; max-width: 820px; width: 55%; height: auto; margin: auto;  }
footer #Head ul { display: flex; justify-content: space-between; max-width: 740px; width: 55%; margin: 70px auto 0 auto; }
footer #Head ul li img { max-width: 346px; width: auto; height: auto; margin-bottom: 15px; }
footer #Head ul li:first-child a { cursor: default; pointer-events: none; }
footer #Head ul li.btn { width: 330px; margin-top: 0; margin-right: 0; }
footer #Head ul li.btn a { position: relative; width: 100%; border: 1px solid #606060; display: block; height: 70px; box-sizing: border-box; display: flex; justify-content: space-between; padding: 0 30px; box-sizing: border-box; align-items: center; color: #363130; text-decoration: none; z-index: 0; }
footer #Head ul li.btn a::before { content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: -1; background: #606060; transform-origin: right top; transform: scale(0, 1); transition: transform .3s; }
footer #Head ul li.btn a:hover { color: #FFF; }
footer #Head ul li.btn a:hover::before { transform-origin: left top; transform: scale(1, 1); color: #FFF; }
footer #Head ul li.btn a svg { fill: none; stroke: #606060; stroke-linejoin: round; width: 88px; }
footer #Head ul li.btn a:hover svg { stroke: #FFF; }
#Foot { background: rgba(0,0,0,0.80); width: 100%; color: #FFF; padding: 65px 0 20px 0; }
#Foot .inner { max-width: 1365px; width: 95%; margin: auto; display: flex; justify-content: space-between; align-items: center; }
#Foot img { max-width: 432px; width: 100%; height: auto; }
#Foot address { margin-top: 15px; }
#Foot nav ul { display: flex; justify-content: space-between; }
#Foot nav ul li { margin-left: 30px; font-size: 1.063em; font-weight: 600; line-height: 1.3em; }
#Foot nav ul li a { color: #FFF; }
#Foot nav ul li strong { font-family: 'Oswald', sans-serif; font-size: 1.125rem; letter-spacing: 0.05em; font-weight: 500; }
#Foot nav ul li svg { fill: #FFF; width: 16px; height: 16px; margin-left: 3px; }
.copy { font-size: 0.813em; text-align: center; margin-top: 45px; }
footer #Pagetop { position: absolute; max-width: 1520px; width: 90%; margin: auto; top: -38px; left: 0; right: 0; }
footer #Pagetop a { display: block; margin-left: auto; width: 65px; }


@media screen and (max-width:1350px) {
	header { height: 100px; }
	header nav { width: 63%; }
	header nav ul { justify-content: space-between; }
	header nav ul li { margin-left: 1%; font-size: 0.875rem; }
	header nav ul li strong { font-size: 1.125rem; letter-spacing: 0; }
	header nav ul li:last-child { width: auto; font-size: 0.813rem; }
	header nav ul li svg { fill: #363130; width: 16px; margin-left: 3px; }
	
	footer { height: 774px; }
	footer #Head { margin-top: 100px; }
	footer #Head ul { width: 60%; }
	footer #Head ul li { font-size: 0.875em; }
	footer #Head ul li.btn { width: 48%; }
	#Foot { padding: 35px 0 20px 0; }
	#Foot-left { width: 31.6%; }
	#Foot address { font-size: 0.875em; }
	#Foot nav { width: 55%; }
	#Foot nav ul li { margin-left: 1%; font-size: 0.875rem; }
	#Foot nav ul li strong { font-size: 1.063rem; letter-spacing: 0; }
	.copy { margin-top: 25px; }
	
}

@media screen and (max-width:980px) {
	img.sp { display: inline; }
	img.pc { display: none; }
	
	header { width: 100%; position: relative; }
	header #logo { max-width: initial; width: 400px; margin-left: 6%; }
	header #Menu { display: flex; align-items: center; justify-content: center; width: 100px; height: 100px; background: #363130; font-size: 1.250em; font-family: 'Oswald', sans-serif; cursor: pointer; position: relative; z-index: 15; }
	header #Menu span { position: relative; display: inline-block; width: 2.5em; text-align: center; transition: .3s; color: #FFF; }
	header #Menu span::before,header #Menu span::after { content: ""; position: absolute; display: block; width: 100%; height: 1px; background: #FFF; transition: .3s; }
	header #Menu span::before { top: -10px; }
	header #Menu span::after { bottom: -10px; }
	header #Menu.active span { color: #363130; transition: .1s; }
	header #Menu.active span::before { transform: translateY(20px) rotate(-45deg); transition: .3s; }
	header #Menu.active span::after { transform: translateY(-20px) rotate(45deg); transition: .3s; }
	header nav { position: fixed; top: 0; left: 0; opacity: 0; visibility: hidden; transition: .5s; max-width: initial; width: 100%; height: 100%; z-index: 10; }
	header nav.active { background: #363130; padding: 100px 0 0 0; visibility: visible; opacity: 1; transition: .5s; box-sizing: border-box; height: 100%; }
	header nav ul li a { color: #FFF; }
	header nav ul { display: flex; justify-content: space-around; flex-wrap: wrap; width: 20em; margin: auto; }
	header nav ul li { width: 80%; margin: 30px auto 0 auto; font-size: 1.000em; }
	header nav ul li:first-child { width: 80%; margin: 30px auto 0 auto; }
	header nav ul li svg { fill: #FFF; width: 21px; margin-left: 3px; }
	header nav ul li.buy,header nav ul li.sell { display: block; width: 125px; height: 125px; text-align: center; display: flex; align-items: center; justify-content: center; }
	header nav ul li.buy { background: #00971c; }
	header nav ul li.buy svg { margin-top: 5px; }
	header nav ul li.sell { background: #FFF; }
	header nav ul li.sell a { color: #00971c; }
	header nav ul li.sell svg { fill: none; stroke: #00971c; stroke-linejoin: round; width: 88px; }
	header nav ul li:last-child { display: table; width: auto; color: #FFF; }
	header nav ul li:last-child svg { fill: #FFF; }
	header nav ul li:last-child a { pointer-events: auto; }
	header nav ul li strong { font-size: 1.500rem; }
	
	footer { background: none; height: auto; display: block; background: url(../images/img_foot_sp.png) no-repeat top center; background-size: 100% auto; padding-top: 124%; position: relative; margin-top: 100px; min-height: auto; }
	footer #Head { margin-top: 0; height: auto; position: absolute; top: 9%; left: 0; right: 0; margin: auto; }
	footer #Head p { text-align: center; max-width: 519px; width: 65%; height: auto; margin: auto; }
	footer #Head ul { display: block; max-width: 275px; width: 275px; margin: 55px auto 0 auto; }
	footer #Head ul li.btn { width: 275px; margin: 20px auto 0 auto; font-size: 0.938rem; box-sizing: border-box; }
	footer #Head ul li.btn a { height: 60px; padding: 0 20px; }
	footer #Head ul li.btn a:hover { color: #FFF; }
	footer #Head ul li.btn a:hover svg { stroke: #FFF; }
	footer #Head ul li.btn a:hover::before { display: none; }
	footer #Head ul li:first-child a { pointer-events: auto; }
	
	#Foot { background: #000; padding-bottom: 40px; }
	#Foot .inner { flex-wrap: wrap; align-items: center; }
	#Foot-left { order: 1; width: 100%; text-align: center; border-top: 1px solid #FFF; margin-top: 60px; padding-top: 40px; }
	#Foot nav { width: auto; margin-left: auto; margin-right: auto; }
	#Foot nav ul { flex-wrap: wrap; }
	#Foot nav ul li { width: 100%; text-align: center; margin-top: 15px; font-size: 0.813rem; }
	#Foot nav ul li br { display: none; }
	#Foot img { width: 239px; height: auto; }
	#Foot address { font-size: 0.625em; margin-top: 10px; }
	.copy { font-size: 0.625rem; }
}

@media screen and (max-width:600px) {
	header { height: 50px; }
	header #logo { width: 213px; }
	header #Menu { width: 50px; height: 50px; font-size: 0.625rem; }
	header #Menu span::before { top: -5px; }
	header #Menu span::after { bottom: -5px; }
	header #Menu.active span::before { transform: translateY(10px) rotate(-45deg); }
	header #Menu.active span::after { transform: translateY(-9px) rotate(45deg); }
	header nav ul li strong { font-size: 1.125rem; }
	header nav ul li:last-child { font-size: 0.813rem; }
	
	footer #Head { top: 6%; }
	footer #Head p { text-align: center; max-width: 259px; width: 80%; height: auto; margin: auto; }
	footer #Head ul { display: block; max-width: 220px; width: 220px; margin: 30px auto 0 auto; font-size: 0.688rem; }
	footer #Head ul li.btn { width: 220px; margin: 20px auto 0 auto; background: #000; }
	footer #Head ul li.btn a { height: 50px; padding: 0 20px; border-color: #000; color: #FFF; }
	footer #Head ul li.btn a svg { width: 44px; stroke: #FFF; }
	#Foot nav ul { flex-wrap: wrap; }
	#Foot nav ul li { width: 100%; text-align: center; margin-top: 15px; font-size: 0.813rem; }
	#Foot nav ul li br { display: none; }
	
	
}