@charset "UTF-8";
/* 
Theme Name: 福岡エリアサイト（軽量化）
*/

/* Reset stylesheet start */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

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

nav,ul {
    list-style: none;
}

blockquote, q {
    quotes:none;
}

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

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
a:link, a:visited, a:hover, a:active {
	color: #000;
	text-decoration: none;
}
button, input, select, textarea { outline:0; -webkit-box-sizing:border-box; box-sizing:border-box; font-size:100%; }
input, textarea { background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); -webkit-appearance: none; border-radius:0; /* Removing the inner shadow, rounded corners on iOS inputs */ }
input[type="checkbox"]{ -webkit-appearance: checkbox; }
input[type="radio"]{ -webkit-appearance: radio; }
button::-moz-focus-inner, input::-moz-focus-inner { border:0; padding:0; }
iframe { max-width:100%; }
/* Reset stylesheet end */

/* All page start */
html * {
	/*-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;*/
	-webkit-font-smoothing: antialiased;
	-webkit-appearance: none;
	-webkit-tap-highlight-color: transparent;
	outline: none;
	-moz-osx-font-smoothing: grayscale;
}

body {
	font-family: "Jost", "Noto Sans JP" ,"Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3","Yu Gothic", "Meiryo", sans-serif;
	color: #3e3a39;
	-webkit-text-size-adjust: 100%;
	height: 100%;
	font-size: 16px;
}
/* All page start */

/* header */
.header-area {
    position: fixed; /*** ← fixedで固定 ***/
    width: 100%; 
    height: 80px; 
    background: #fff; 
    padding: 20px 40px; 
    box-sizing: border-box;
    top: 0; 
    left: 0; 
    display: flex; 
    align-items: stretch; 
	justify-content: space-between;
	z-index: 999;
}

/* 共通CSS start */
.logo {
	font-size: 0.875rem;
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	font-style: normal;	
	line-height: 1.5;
}

.logo-s {
	font-size: 0.875rem;
	font-family: "Times", serif;
	font-weight: 500;
	font-style: normal;	
}

.main-container {
	width: 100%;
	margin-top: 80px;
}

.inner {
	max-width: 1100px;
	margin: 0 auto;
}

.slider-inner {
	max-width: 1260px;
	margin: 0 auto;
}

.bg-basecolor {
	background-color: #bfbfbf;
}

.txt-wh {
	color: #fff;
}

.icon {
	width: 1.5em;
	height: 1.5em;
	vertical-align: -0.125em;
}
.icon-wh {
	width: 1.5em;
	height: 1.5em;
	vertical-align: -0.125em;
	fill: #fff;
}
img{
	vertical-align:top;
	width: 100%;
}

/* Top-page */
.top-image {
    position: relative;
    width: 100%;	
}
.top-image img {
    width: 100%;
    height: 100vh;
    display: block;
    object-fit: cover;
}

.top-copy{
    position: absolute;
    margin: 80px 0 0 0;
    top: 3%;
    left: 2%;
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3rem;
    color: #fff;	
}

.top-subcopy01 {
    position: absolute;
    margin: 100px 0 0 0;
    top: 8%;
    left: 2%;
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.5rem;
    color: #fff;
    writing-mode: vertical-rl;
    letter-spacing: 0.5rem;
    padding-top: 10px;
}

.top-subcopy02 {
    position: absolute;
    margin: 0;
    bottom: 10%;
    right: 2%;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.5rem;
    color: #fff;
    writing-mode: vertical-rl;
    letter-spacing: 0.5rem;	
}

.top-subcopy03{
    position: absolute;
    margin: 0;
    bottom: 3%;
    right: 2%;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 2.25rem;
    color: #fff;
    letter-spacing: 0.5rem;	
}

/*スクロールダウン全体の場所*/
.scrolldown1{
	/*描画位置※位置は適宜調整してください*/
	position:absolute;
	left:2%;
	bottom:10px;
	/*全体の高さ*/
	height:50px;
}

/*Scrollテキストの描写*/
.scrolldown1 span{
	/*描画位置*/
	position: absolute;
	left:15px;
	top: 20px;
	/*テキストの形状*/
	color: #eee;
	font-size: 0.75rem;
	letter-spacing: 0.05em;
	font-weight: 400;
}

/* 線の描写 */
.scrolldown1::after{
	content: "";
	/*描画位置*/
	position: absolute;
	top: 0;
	/*線の形状*/
	width: 1px;
	height: 30px;
	background: #eee;
	/*線の動き1.4秒かけて動く。永遠にループ*/
	animation: pathmove 1.4s ease-in-out infinite;
	opacity:0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
  0%{
    height:0;
    top:0;
    opacity: 0;
  }
  30%{
    height:30px;
    opacity: 1;
  }
  100%{
    height:0;
    top:50px;
    opacity: 0;
  }
}
/* 共通CSS end */

/* pagetop */
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 14px;
	line-height: 1;
	z-index: 99;
}
#page-top a {
	background: #f8f8f8;/*fff*/
	text-decoration: none;
	color: #262626;
	width: 50px;
	padding: 18px 5px;
	text-align: center;
	display: block;
	border-radius: 90px;
/*	opacity: 0.9;*/
	transition: all .3s ease;
}
#page-top a:hover {
	text-decoration: none;
	opacity: .5;
}

/* footer */
footer {
	padding: 50px 0 30px 0;
}

.ftbc {
	background-color: #bfbfbf;
}

.ftwh {
	color: #fff;
}

.ftt {
    font-family: "Noto Serif JP", serif;
	font-weight: 500;
	font-style: normal;	
	font-size: 1rem;
	text-align: center;
	line-height: 2.5;
}

.ftd {
	font-size: 0.75rem;/*0.8125rem*/
	text-align: center;
	margin-bottom: 40px;
	font-weight: normal;
}

.cop-box {
	border: 1px solid #3e3a39;
	margin: 20px auto 35px auto;
	max-width: 250px;
}

.cop-tx {
	padding: 5px 10px;
	font-size: 0.8125rem;
	text-align: center;
}

.fna {
	margin-bottom: 20px;
	font-size: 0.75rem;/*0.875*/
	font-weight: normal;
	text-align: center;
	line-height: 1.8;
}

.ftm {
	display: flex;
	list-style: none;
	justify-content: center;
	font-size: 1.25rem;
	margin-bottom: 30px;
}

.ftm li {
    padding: 0 15px;
}

.copyright {
	font-size: 0.6875rem;
	text-align: center;
}

/* footer背景色あるバージョン */
.footer-bgcr {
	background-color:#132C00;
}

/* PC用のCSSはメディアクエリの外に記述する */
@media screen and (max-width: 750px) {
	/* All page start */

	/* header */
	.header-area {
		position: fixed; /*** ← fixedで固定 ***/
		width: 100%; 
		height: 60px; 
		background: #fff; 
		padding: 10px 20px; 
		box-sizing: border-box;
		top: 0; 
		left: 0; 
		display: flex; 
		align-items: stretch; 
		justify-content: space-between;
		z-index: 999;
	}

	/* 共通CSS start */
	.logo {
		font-size: 0.75rem;
		font-family: "Noto Serif JP", serif;
		font-weight: 500;
		font-style: normal;	
		line-height: 1.5;
	}

	.logo-s {
		font-size: 0.75rem;
		font-family: "Times", serif;
		font-weight: 500;
		font-style: normal;	
	}

	.main-container {
		width: 100%;
		margin-top: 60px;
	}

	.inner {
		max-width: 80%;
		margin: 0 auto;
	}

	.slider-inner {
		max-width: 100%;
		margin: 0 auto;
	}

	.bg-basecolor {
		background-color: #bfbfbf;
	}

	.txt-wh {
		color: #fff;
	}

	.icon {
		width: 1.5em;
		height: 1.5em;
		vertical-align: -0.125em;
	}
	.icon-wh {
		width: 1.5em;
		height: 1.5em;
		vertical-align: -0.125em;
		fill: #fff;
	}
	img{
		vertical-align:top;
		width: 100%;
	}
	/* pagetop */
	#page-top {
		position: fixed;
		bottom: 20px;
		right: 20px;
		font-size: 14px;
		line-height: 1;
		z-index: 99;
	}
	#page-top a {
		background: #f8f8f8;/*fff*/
		text-decoration: none;
		color: #262626;
		width: 50px;
		padding: 18px 10px;
		text-align: center;
		display: block;
		border-radius: 90px;
/*		opacity: 0.9;*/
		transition: all .3s ease;
	}
	#page-top a:hover {
		text-decoration: none;
		opacity: .5;
	}

	/* Top-page */
	.top-image {
		position: relative;
		width: 100%;	
	}
	.top-image img {
		width: 100%;
		height: 100svh;
		display: block;
		object-fit: cover;
		object-position: bottom;
	}

	.top-copy{
		position: absolute;
		margin: 80px 0 0 0;
		top: 3%;
		left: 5%;
		font-family: "Noto Serif JP", serif;
		font-weight: 400;
		font-style: normal;
		font-size: 2rem;
		color: #fff;	
	}

	.top-subcopy01 {
		position: absolute;
		margin: 80px 0 0 0;
		top: 8%;
		left: 5%;
		font-family: "Noto Serif JP", serif;
		font-weight: 400;
		font-style: normal;
		font-size: 1rem;
		color: #fff;
		writing-mode: vertical-rl;
		letter-spacing: 0.5rem;
		padding-top: 10px;
	}

	.top-subcopy02 {
		position: absolute;
		margin: 0;
		bottom: 7%;
		right: 5%;
		font-family: "Noto Serif JP", serif;
		font-weight: 500;
		font-style: normal;
		font-size: 1rem;
		color: #fff;
		writing-mode: vertical-rl;
		letter-spacing: 0.5rem;	
	}

	.top-subcopy03{
		position: absolute;
		margin: 0;
		bottom: 3%;
		right: 5%;
		font-family: "Noto Serif JP", serif;
		font-weight: 500;
		font-style: normal;
		font-size: 1.25rem;
		color: #fff;
		letter-spacing: 0.5rem;	
	}
	.scrolldown1 {
		position: absolute;
		left: 5%;
		bottom: 10px;
		height: 50px;
	}
	/* 共通CSS end */
}