/**
Theme Name: theme_EAST_KAOHSIUNG
Theme URI: 
Description: 陳さんイベントオリジナルテーマ
Author: QLOKO DE SIGN
Author URI: https://qloko.co.jp
Version: 1.0
*/
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
	display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio, canvas, video {
	display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
	display: none;
	height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
	display: none;
}
* {
    box-sizing: border-box;
}
/*********************************************************
					reset
*********************************************************/
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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	text-decoration: none;
	font-weight: normal;
	letter-spacing: 1px;
}
body {
	color: #333;
	font-size: 16px;
	font-family: "Noto Sans TC", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    font-optical-sizing: auto;
	line-height: 1.5em;
	width: 100%;
	position: relative;
}
ol, ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing=&quot;0&quot;' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html {
	-webkit-text-size-adjust: 100%;
    /*scroll-behavior: smooth;*/
}
/* リンク */
a:link {
	text-decoration: none;
	color: #4C4C4C;
}
a:visited {
	text-decoration: none;
	color: #4C4C4C;
}
a:hover {
	text-decoration: none;
	color: #999999;/* */
}
a:active {
	text-decoration: none;
	color: #4C4C4C;/* */
}
.aligncenter {
	text-align: center;
}
.center {
	text-align: center;
}
img {
    max-width: 100%;
    height: auto;
}
.sp {
    display: none !important;
}
/**********************************************
				clearfix
**********************************************/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE Mac */
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End Hack */ 
.clear {
	clear: both;
}

.scroll-up {
  opacity: 0; 
  visibility: hidden;
  transform: translateY(50px);
  transition: all 0.5s;
}
.scroll-up.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

/**********************************************
				header
**********************************************/
#header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	margin: auto;
	padding: 30px 30px 20px;
	z-index: 9;
	background-color: #fff;
	box-shadow: 2px 2px 3px #ddd;
    min-width: 1000px;
}
.hd_nav {
	display: flex;
	justify-content: center;
	margin-top: 50px;
}
.hd_nav li {
	margin: 0 2%;
}


/**********************************************
				content
**********************************************/
#wrap {
    min-width: 1000px;
}


/**********************************************
				footer
**********************************************/


/********************************************* Page-01 **/
#page_01 {
	background-color: #fffcf4;
    background-image: url("images/01_mountain.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    height: 100vh;
    position: relative;
    z-index: 1;
}
.page_01_logo {
	text-align: center;
}
.P01_bg_01 {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
}
.P01_inner_01 {
	background-image: url("images/01_item.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 100%;
	height: 100%;
}
.P01_inner_02 {
    background-image: url("images/01_square.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    width: 100%;
	height: 100%;
}
/********** とりあえず **********/
.page-img {
	line-height: 0;
}
.page-img img {
	width: 100%;
}
#Page-01 {
	padding-top: 150px;
}
/********** とりあえず **********/
