@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&family=Noto+Sans+TC:wght@100..900&display=swap");
body {
  background: #edede8;
  font-family: "Ubuntu",'Noto Sans TC', sans-serif; }

/* CSS Document */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
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, input, select, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-style: normal;
  font-weight: 400;
  vertical-align: bottom; }

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  min-height: 100%;
  position: relative; }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* Original
   ========================================================================== */
html {
  height: 100%;
  font-weight: 500;
  width: 100%; }

body {
  width: 100%;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, div, dl, dt, dd, ul, li, img, a, p, span, iframe, small, strong, figure, address {
  list-style: none;
  margin: 0;
  padding: 0;
  color: inherit;
  font-style: inherit; }

select {
  height: 26px;
  margin-top: -2px;
  outline: none;
  font-size: 12px; }

input {
  margin-top: -2px; }

p {
  line-height: 2.1rem;
  letter-spacing: 0.02em; }

a, span {
  color: inherit;
  font-size: inherit;
  outline: none; }

/* element select */
a:link {
  text-decoration: none;
  color: initial; }

a:visited {
  text-decoration: none;
  color: initial; }

a:active {
  text-decoration: none;
  color: initial; }

a:hover {
  text-decoration: none;
  color: initial; }

::selection {
  background-color: none;
  color: #C7C7C7; }

/*    Layout CSS   */
.full_h {
  height: 100vh; }

.center_box {
  display: flex;
  align-items: center;
  justify-content: center; }

/*   Work Page */
.u-poppins {
  font-family: "Poppins", "Noto Sans ", sans-serif; }

.u-inner {
  box-sizing: border-box; }

ul, ol {
  list-style: none; }

.works-intro__txt-wrap {
  vertical-align: middle; }

.c-head01 {
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase; }

.c-head01 {
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase; }

.works-intro__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px; }

.works-intro__item {
  margin-right: 25px; }

.works-intro__link {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 600; }

#breadcrumbs.center {
  position: absolute;
  bottom: 0;
  left: 50%;
  bottom: 15px;
  font-size: 13px;
  color: #99A;
  font-weight: bold;
  width: 100%;
  max-width: 1624px;
  transform: translate(-50%, 5px);
  text-align: center; }

#allworks {
  padding-top: 120px; }

.page-template #breadcrumbs {
  opacity: 0; }

@media (min-width: 1024px) {
  #our_service {
    padding-top: 80px; }

  .u-inner {
    width: 100%;
    max-width: 1420px;
    margin: auto;
    padding-left: 40px;
    padding-right: 40px; }

  .works-intro__tab {
    margin-top: 27px; }

  .works-intro__inner {
    max-width: 1220px;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 95px;
    line-height: 2;
    font-size: 25px;
    text-align: center; }

  .works-intro__item {
    margin-right: 48px; }

  .works-intro__item.is-current .works-intro__link {
    color: #979da4; }

  .works-intro__link {
    font-size: 1.6rem; } }
@media (min-width: 600px) {
  .c-head01 {
    font-size: 5rem;
    margin-bottom: 20px; } }
#cursor {
  position: absolute;
  width: 20px;
  height: 20px;
  background: #bf0000;
  border-radius: 50%;
  mix-blend-mode: difference;
  pointer-events: none;
  transition: 0.1s;
  z-index: 55; }

#home_bn1 > span {
  font-size: 40px; }

#our_service .inner_box {
  display: flex;
  max-width: 1240px;
  padding: 0 20px;
  margin: auto auto 50px;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center; }

#our_service .inner_box .box {
  padding: 20px;
  box-sizing: border-box;
  width: 30%;
  background: #fff;
  box-shadow: 0px 0px 196px 0px rgba(0, 0, 0, 0.05); }

#our_service .inner_box .box img {
  display: block;
  max-width: 150px;
  margin: auto auto 10px; }

#our_service .inner_box .box h4 {
  margin-bottom: 10px;
  font-weight: 600;
  letter-spacing: 2px; }

#our_service .inner_box .box p {
  margin-bottom: 10px;
  color: rgba(247, 0, 0, 0.66);
  letter-spacing: -1px;
  text-transform: uppercase;
  font-weight: bold; }

#our_service .inner_box .box .text {
  font-size: 15px;
  display: none; }

@media (max-width: 768px) {
  #allworks {
    padding-top: 50px; }

  #our_service {
    padding-top: 80px; }

  .main_title {
    font-size: 30px !important; }

  #our_service .inner_box .box {
    width: 100%;
    margin-bottom: 20px; }

  .aloha_small_title {
    font-size: 16px;
    padding: 20px;
    line-height: 1.7em; } }
#archive {
  padding: 0 15px; }

.works-archive__item {
  transition-duration: 0.3s !important; }

.works-archive__img {
  position: relative;
  padding-top: 170.55%;
  background-repeat: no-repeat;
  background-size: cover;
  transition: box-shadow 0.1s, transform 0.1s;
  /*
  -webkit-transition: -webkit-transform 1.2s ease;
  transition: -webkit-transform 1.2s ease;
  transition: transform 1.2s ease;
  transition: transform 1.2s ease, -webkit-transform 1.2s ease;
  */ }

.works-archive__img:hover {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3); }

.works-archive-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.works-archive-list li {
  width: calc(50%  - 10px);
  margin-bottom: 50px;
  box-sizing: border-box; }

.works-archive__link .works-archive__head {
  display: block;
  color: #91979b;
  font-size: 16px;
  text-decoration: none;
  line-height: 1.8;
  letter-spacing: 0;
  padding-top: 8%; }

.works-archive__item .works-archive__head {
  position: relative;
  margin-top: 15px;
  line-height: 1em;
  padding: 5px 5px 5px 0px;
  font-size: 14px;
  line-height: 1.5;
  display: flex;
  align-items: center;
 }

.works-archive__item .works-archive__head:before {
  content: '';
  position: relative;
  width: 15px;
  height: 12px;
  background: #f39d37;
  top: 50%;
  border-radius: 50%;
  margin-right:10px;
}

#breadcrumbs {
  position: absolute;
  bottom: 0;
  left: 50%;
  bottom: 15px;
  font-size: 13px;
  color: #99A;
  font-weight: bold;
  width: 100%;
  max-width: 1624px;
  transform: translate(-50%, 5px);
  text-align: center; }

@media (min-width: 1024px) {
  .works-archive__item:nth-child(n) {
    width: 23%;
    max-width: 340px;
    padding: 30px; }

  .works-archive__item:nth-child(3n) {
    margin-right: 0; } }
@media (max-width: 1024px) {
  #archive .works-archive__head {
    font-size: 15px; } }
@media (max-width: 450px) {
  #breadcrumbs {
    left: 50%;
    font-size: 11px; }

  footer .footer_menu {
    display: none; }

  .post-navigation .nav-links .nav-previous {
    font-size: 13px; }

  .post-navigation .nav-links .nav-next {
    font-size: 13px; } }
@media (min-width: 600px) {
  .works-archive__item:nth-child(n) {
    margin-right: 0; }

  .works-archive__item:nth-child(even) {
    margin-right: 0; } }
#single_post {
  min-height: 500px; }

#single_post .single_top {
  background: #fff;
  min-height: 200px;
  width: 100%;
  display: flex;
  align-items: end;
  justify-content: center;
  position: relative;
  overflow: hidden;
  background-size: cover;
  position: relative;
  box-shadow: 0 0 3px 2px #e5e5e5; }

#single_post .single_top .bk {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-size: cover;
  background-repeat: repeat; }

#single_post .single_top .top_desc {
  display: flex;
  min-height: 200px;
  justify-content: space-between; }

#single_post .single_top .top_desc .box {
  display: flex;
  align-items: center; }

#single_post .single_top .top_desc h1 {
  text-align: center;
  z-index: 3;
  font-weight: 400;
  color: #000;
  letter-spacing: 2px;
  font-size: 40px;
  line-height: 1em;
  font-weight: bold; }

#single_post .single_top .top_desc .desc {
  color: #fff; }

#single_post .single_top .top_img {
  position: absolute;
  z-index: 0;
  top: 100px;
  max-width: 80%;
  width: 100%;
  left: 50%;
  transform: translate(-50%, 0px);
  background-size: cover; }

#single_post .single_top .top_img img {
  display: block;
  width: 100%;
  opacity: 0; }

#main_page {
  max-width: 1440px;
  padding: 20px;
  margin: 50px auto;
  display: flex;
  box-sizing: border-box;
  width: 100%;
  justify-content: center; }

#main_page .main {
  min-height: 2000px;
  padding-left: 113px; }

#main_page .main .box {
  width: 100%;
  margin-bottom: 50px;
  max-width: 626px; }

#main_page .main .box p {
  padding-top: 10px;
  margin-bottom: 1em; }

#main_page .main .box h4 {
  padding-top: 10px;
  margin-bottom: 1em;
  text-align: center; }

#main_page .main .box img {
  /* width: 100%; */
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto; 
  box-shadow: 0 2px 5px #929292;
}

#main_page .desc {
  width: 30%;
  max-width: 329px; }

#main_page .desc .follow {
  position: relative;
  top: 0px; }

#main_page .desc .follow h3 {
  font-size: 25px;
  font-weight: 600;
  margin-left: 5px;
  margin-bottom: 10px; }

#main_page .desc .follow h3 a {
  color: #888; }

#main_page .desc .follow h3 a:hover {
  color: #ff9d00; }

#main_page .desc .follow ul {
  padding-left: 0.5em; }

#main_page .desc .follow ul li {
  font-weight: 400;
  margin-bottom: 10px;
  position: relative;
  padding-left: 1em; 
  font-size: 16px;
  line-height: 1.5em;;
  letter-spacing: 1px;;
}

#main_page .desc .follow ul li:before {
  position: absolute;
  top: 11px;
  
  content: '';
  width: 8px;
  height: 8px;
  left: 0;
  background: #fc849d; }

@media (max-width: 768px) {
  #main_page {
    flex-wrap: wrap;
    flex-direction: column-reverse; }

  #main_page .main {
    width: 100%;
    padding-right: 0px; }

  #main_page .desc {
    width: 100% !important;
    margin-bottom: 30px;
    padding: 0 0 0 35px; } }
#blog {
  max-width: 1064px;
  margin: auto;
  padding: 120px 20px; }

#blog h2 {
  color: #333;
  font-size: 80px;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 60px; }

#blog .blog_outter .box a {
  display: flex;
  max-width: 880px; }

#blog .blog_outter .box a .pimg {
  width: 30%;
  padding-right: 20px; }

#blog .blog_outter .box a .pimg img {
  display: block;
  width: 100%; }

#blog .blog_outter .box a .rtext {
  width: 70%; }

#blog .blog_outter .box a .rtext .b_title {
  font-size: 30px;
  letter-spacing: 0px;
  font-weight: 600;
  line-height: 1.2em;
  position: relative; }

#blog .blog_outter .box a .rtext .b_title a {
  display: inline-block; }

#blog .blog_outter .box a .rtext .b_title a:after {
  content: '';
  bottom: 0;
  height: 23px;
  width: 0%;
  background: #b2dd4c;
  transition: 0.5s;
  left: 0;
  z-index: -1; }

#blog .blog_outter .box a .rtext .b_title a:hover:after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 23px;
  width: 90%;
  background: #b2dd4c; }

#blog .blog_outter .box a .rtext .b_meta {
  margin-top: 5px;
  color: #939393;
  font-weight: 300;
  font-size: 25px; }

#blog .blog_outter .box a .rtext .b_tag {
  margin-top: 5px; }

@media (max-width: 768px) {
  #blog .blog_outter .box {
    margin-bottom: 20px; }

  #blog .blog_outter .box a {
    flex-wrap: wrap; }

  #blog .blog_outter .box a .pimg {
    width: 100%;
    display: none; }

  #blog .blog_outter .box a .rtext {
    width: 100%; } }
/*   single_post */
#single_blog {
  max-width: 1064px;
  margin: auto;
  padding: 120px 20px;
  min-height: 80vh; }

#single_blog .single_top h1 {
  margin-bottom: 2em;
  font-weight: 500; }

#single_blog .single_top .desc {
  line-height: 1.75em;
  padding: 30px 20px;
  box-sizing: border-box;
  border: 1px solid;
  border: 1px solid #dfdfdf;
  border-radius: 10px;
  background: #ddd;
  font-size: 18px; }

#single_blog .single_top .desc p {
  margin-bottom: 1em; }

@media (max-width: 450px) {
  #single_blog {
    padding: 50px 20px; }

  #single_blog .single_top h1 {
    font-size: 24px;
    font-weight: 600; } }
/* Logo  */
.dark #single_post .single_top .top_desc h1 {
  color: #333 !important; }

/*   */
.menuBtn {
  width: 25px;
  height: 20px;
  margin-top: 18px;

  position: absolute;
  top: 0;
  right: 15px;;
  z-index: 99; }

.menuBtn .menuBtn-inner {
  width: 100%;
  height: 100%;
  background-color: transparent;
  position: relative; }

.menuBtn .menuBtn-inner .menuBtn-line {
  width: 100%;
  height: 2px; }

.menuBtn .menuBtn-inner .menuBtn-line:first-of-type {
  position: absolute;
  top: 0;
  left: 0; }

.menuBtn .menuBtn-inner .menuBtn-line:nth-of-type(2) {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto; }

.menuBtn .menuBtn-inner .menuBtn-line:last-of-type {
  position: absolute;
  bottom: 0;
  left: 0; }

.menuBtn .menuBtn-inner .menuBtn-line:after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #666;
  opacity: 1;
  z-index: 1; }

.dark #single_post .single_top .top_desc h1 {
  color: #fff; }

.scroll header {
  background: #edede8;
  height: 60px;
  width: 100%;
  z-index: 50;
  position: fixed;
  top: 0;
  left: 0; }

.scroll #global_logo {
  transition: 0.3s; }

.scroll #menuBtn {
  margin-top: 20px;
  margin-right: 20px;
  transition: 0.3s; }

@media (max-width: 1100px) {
  #main_page .main {
    padding-right: 50px; }

  #main_page .desc {
    width: 40%; }

  #main_page .desc .follow {
    top: 80px; } }
@media (max-width: 1024px) {
  .menuBtn {
    margin-top: 30px; }

  main.page_contents {
    padding-top: 84px; }

  /* project  */
  #archive {
    margin-top: 60px; }

  #intro {
    padding: 20px; }

  .works-archive-list li a {
    max-width: 300px;
    margin: auto;
    display: block; } }
@media (max-width: 768px) {
  #archive {
    margin-top: 0px; }

  #aloha_header {
    width: 100%;
    height: 84px;
    background: #EAEDEA;
    position: fixed;
    z-index: 2;
    top: 0; }

  main.page_contents {
    padding-top: 120px; }

  main.page_contents .works-intro__head {
    font-size: 2rem;
    text-align: center;
    padding: 5px 0 15px;
    font-weight: bold; }

  .js-pagetop {
    right: 2px; }

  .js-pagetop .backtop {
    font-size: 1em; }

  /* #global_logo {
    margin-top: 10px; } */

  .menuBtn {
    margin-top: 18px; }

  #main_page .main {
    padding-right: 0; }

  #aloha_header {
    width: 100%;
    height: 54px;
    background: #EAEDEA;
    position: fixed;
    z-index: 2; }

  main.page_contents {
    padding-top: 54px; }

  main.page_contents .works-intro__head {
    font-size: 2rem;
    text-align: center;
    padding: 5px 0 15px;
    font-weight: bold; }

  #single_post .single_top {
    min-height: 200px; }

  #single_post .single_top .top_desc {
    display: flex;
    min-height: 188px;
    justify-content: space-between;
    align-items: center; } }
@media (max-width: 450px) {
  input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=number], input[type=tel], input[type=range], input[type=date], input[type=month], input[type=week], input[type=time], input[type=datetime], input[type=datetime-local], input[type=color], textarea {
    width: 100%; }

  #blog h2,
  #contact .inner .top h2 {
    font-size: 30px !important;
    padding-left: 0;
    padding-right: 0; }

  .single_work {
    margin-top: 30px; }

  .js-pagetop .backtop {
    font-size: 1em;
    text-indent: -9999px; }

  .js-pagetop .backtop:after {
    content: '';
    position: absolute;
    width: 25px;
    height: 1px;
    background: #000;
    top: 22px;
    transform: rotate(-65deg);
    right: 4px; }

  #single_post .single_top .top_desc h1 {
    font-size: 30px;
    letter-spacing: 2px;
    z-index: 1;
    font-weight: 900; }

  #main_page .desc {
    padding: 0 0 0 0px;
    box-sizing: border-box; } }
footer {
  background: rgba(255, 255, 255, 0.5); }

.footer {
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #d6dcde; }

.footer img {
  margin-left: 0.5rem;
  display: block;
  width: 100%; }

.footer a {
  display: flex;
  justify-content: center;
  align-items: center; }

.parallax_img {
  height: 400px;
  overflow: hidden;
  position: relative; }

.parallax_img:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 5;
  background: rgba(0, 0, 0, 0.5); }

.footer_menu {
  display: flex;
  flex-wrap: wrap; }

.footer_menu li {
  margin-right: 30px; }

.footer_menu li a {
  font-weight: bold;
  color: #333;
  font-size: 16px; }

.footer_menu li a:hover {
  color: #ff5600; }

.contactme {
  padding-top: 80px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 50px; }

.contactme small {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: bold; }

.js-pagetop {
  position: fixed;
  right: 18px;
  bottom: 100px;
  z-index: 5;
  opacity: 1;
  height: 71px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  will-change: opacity;
  right: 20px; }

.backtop {
  padding: 0 0 95px;
  font-size: 1.5rem;
  position: relative;
  display: block;
  padding: 0 0 50px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1; }

.backtop:before {
  position: absolute;
  content: '';
  right: 50%;
  bottom: -20px;
  width: 1px;
  height: 60px;
  background: #212836; }

@media (min-width: 1024px) {
  .ft-con__inner {
    padding-left: 80px;
    padding-right: 80px; } }
@media (min-width: 600px) {
  .ft-con__inner {
    padding-bottom: 20px; }

  footer .parallax_img {
    height: 300px; } }
.work_nav {
  background: #fff;
  padding: 90px 15px; }

ul.works-pager__list {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: space-between; }

ul.works-pager__list li a {
  display: inline-block;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-transform: uppercase; }

ul.works-pager__list li a.prev {
  padding-left: 90px; }

ul.works-pager__list li a.prev:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 80px;
  height: 1px;
  background: #212836;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

ul.works-pager__list li a.next {
  padding-right: 90px; }

ul.works-pager__list li a.next:before {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  width: 80px;
  height: 1px;
  background: #212836;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

@media (min-width: 1024px) {
  .works-pager__list {
    padding: 0 90px; } }
@media (max-width: 1024px) {
  .works-pager__list {
    padding: 0 50px; }

  ul.works-pager__list li a.prev {
    padding-left: 50px; }

  ul.works-pager__list li a.prev:before {
    width: 40px; }

  ul.works-pager__list li a.next {
    padding-right: 50px; }

  ul.works-pager__list li a.next:before {
    width: 40px; } }
@media (max-width: 768px) {
  .footer_menu {
    font-size: 15px;
    line-height: 2em; } }
@media (max-width: 600px) {
  #outter article {
    padding-top: 0px; }

  #global_logo a img {
    max-width: 180px; }

  .works-archive__item .works-archive__head {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 5px; }

  .works-archive__item .works-archive__head:before {
    top: 15px; }

  .works-pager__list {
    padding: 0 0px; }

  ul.works-pager__list li a.prev {
    padding-left: 25px; }

  ul.works-pager__list li a.prev:before {
    width: 20px; }

  ul.works-pager__list li a.next:before {
    width: 20px; }

  ul.works-pager__list li a.next {
    padding-right: 25px; } }
.menuBg {
  z-index: 1;
  background-color: #000;
  height: 0;
  will-change: transform;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: .7s height ease .4s;
  transition: .7s height ease .4s; }

.menuBg.is-open {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  bottom: auto;
  -webkit-transition: .65s height ease;
  transition: .65s height ease; }

.menuBg.is-open + #menuBtn {
  display: none; }

.global_menu {
  overflow: hidden;
  z-index: 100;
  /* pointer-events: none; */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 1s visibility ease;
  transition: 1s visibility ease;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900; }

.menu-closeText {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  cursor: pointer;
  -webkit-transition: .3s opacity;
  transition: .3s opacity;
  color: #fff;
  text-transform: uppercase; }

.menu-closeText > div {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  overflow: hidden; }

.is-open .menu-closeText-label {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: .75s -webkit-transform ease;
  transition: .75s -webkit-transform ease;
  transition: .75s transform ease;
  transition: .75s transform ease,.75s -webkit-transform ease; }

.menu-closeBtn {
  z-index: 100;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: .3s opacity;
  transition: 0.3s opacity; }

.is-open .menu-closeBtn {
  opacity: 1; }

.menu-closeBtn-line:first-of-type {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.is-open .menu-closeBtn-line:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }

.menu-closeBtn-line:first-of-type:before {
  -webkit-transform-origin: left;
  transform-origin: left; }

.menu-closeBtn-line:before {
  background-color: #fff; }

.menu-closeBtn-line:before {
  display: block;
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 1s -webkit-transform ease;
  transition: 1s -webkit-transform ease;
  transition: 1s transform ease;
  transition: 1s transform ease,1s -webkit-transform ease; }

.menu-closeBtn-line:after {
  display: block;
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 1s -webkit-transform ease;
  transition: 1s -webkit-transform ease;
  transition: 1s transform ease;
  transition: 1s transform ease,1s -webkit-transform ease; }

.menu-closeBtn-line {
  width: 100%;
  height: 2px;
  margin-top: 50%; }

.menu-closeBtn-line:before {
  background-color: #fff; }

.menu-closeBtn-line:after, .menu-closeBtn-line:before {
  display: block;
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 1s -webkit-transform ease;
  transition: 1s -webkit-transform ease;
  transition: 1s transform ease;
  transition: 1s transform ease,1s -webkit-transform ease; }

.menu-closeBtn-line:first-of-type:after {
  -webkit-transform-origin: right;
  transform-origin: right; }

.menu-closeBtn-line:after {
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.4); }

.menu-closeBtn-line:last-of-type {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.menu-closeBtn-line:before {
  background-color: #fff; }

.menu-closeBtn-line {
  width: 100%;
  height: 2px;
  margin-top: 50%; }

.menu-inner {
  height: 100%;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff; }

.menu-inner .menu-nav a {
  -webkit-transition: .5s opacity ease;
  transition: .5s opacity ease;
  font-size: 4.03125vw;
  margin-bottom: 20px; }

.menu-inner .menu-nav .menu-nav-text.split-text {
  display: inline-flex;
  position: relative;
  color: #fff;
  font-weight: bold; }

.menu-inner .menu-nav .menu-nav-text.split-text span {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: 0.35s opacity cubic-bezier(0.1, 0.2, 0.3, 1), 0.5s -webkit-transform cubic-bezier(0.1, 0.2, 0.3, 1);
  transition: 0.35s opacity cubic-bezier(0.1, 0.2, 0.3, 1), 0.5s -webkit-transform cubic-bezier(0.1, 0.2, 0.3, 1);
  transition: 0.5s transform cubic-bezier(0.1, 0.2, 0.3, 1), 0.35s opacity cubic-bezier(0.1, 0.2, 0.3, 1);
  transition: 0.5s transform cubic-bezier(0.1, 0.2, 0.3, 1), 0.35s opacity cubic-bezier(0.1, 0.2, 0.3, 1), 0.5s -webkit-transform cubic-bezier(0.1, 0.2, 0.3, 1); }

.menu-closeBtn {
  width: 20px;
  height: 20px;
  margin-top: 3.125vw;
  margin-right: 3.125vw; }

.menu-closeText-label {
  display: block;
  font-size: 1.5625vw; }

.menu-body {
  width: 50%;
  padding-left: 0;
  padding-right: 0;
  margin-left: auto; }

.menu-nav a {
  display: block;
  position: relative;
  letter-spacing: .075em;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #fff;
  line-height: 1.05;
  font-weight: 700;
  text-transform: uppercase; }

.menu-nav a + a {
  padding-top: .05em;
  transition: .5s opacity ease;
  font-size: 7.03125vw; }

.menuBg {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%); }

.menuBg.is-open {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
  z-index: 50; }

.closing .menuBg.is-open {
  height: 0vh;
  bottom: auto;
  -webkit-transition: .65s height ease;
  transition: .65s height ease; }

@media (max-width: 600px) {
  .contactme {
    padding: 20px 15px 30px; }

  .footer_menu {
    justify-content: center; }

  .footer_menu li {
    margin-left: 15px;
    margin-right: 15px; }

  .contactme small {
    width: 100%;
    display: block;
    text-align: center; }

  .menu-inner .menu-nav a {
    font-size: 28px; }

  .menu-body {
    width: 100%;
    padding-left: 40px; }

  #menu-closeText {
    font-size: 20px; } }
#contact {
  padding-top: 120px;
  background: #fff; }

#contact h2 {
  max-width: 1440px;
  padding: 0 20px;
  margin: auto; }

#contact .inner .top {
  max-width: 740px;
  padding: 20px;
  margin: auto; }

#contact .inner .top h2 {
  text-align: center;
  color: #232323;
  font-size: 60px;
  font-weight: 800;
  margin-bottom: 20px; }

#contact .inner .top h2 .sub {
  display: block;
  color: #939393;
  font-size: 18px;
  line-height: 20px;
  width: 100%; }

#contact .inner .top .tsub {
  text-align: center;
  color: #6f6f6f;
  font-size: 18px;
  line-height: 1.8em; }

#contact .c_banner {
  max-width: 800px;
  margin: auto;
  text-align: center;
  display: block; }

#contact #content {
  padding: 80px 0;
  position: relative; }

#contact #content h3 {
  font-size: 40px;
  text-align: center;
  font-weight: 600;
  margin: 30px 0; }

#contact #content form {
  display: flex;
  max-width: 980px;
  padding: 0 20px 40px;
  margin: auto;
  flex-wrap: wrap;
  justify-content: space-between; }

#contact #content form #name {
  width: calc(50% - 15px);
  position: relative;
  border-bottom: 1px solid #999;
  margin-bottom: 20px;
  height: 55px;
  background: none; }

#contact #content form #tel {
  width: calc(50% - 15px);
  position: relative;
  border-bottom: 1px solid #999;
  margin-bottom: 20px;
  height: 55px;
  background: none; }

#contact #content form #email {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #999;
  margin-bottom: 20px;
  height: 55px;
  background: none; }

#contact #content form textarea {
  width: 100%;
  border-bottom: 1px solid #999;
  margin-bottom: 20px; }

#contact #content form button {
  border: 0px;
  background: none;
  padding: 10px 20px;
  margin: auto 0 auto auto;
  border-radius: 5px;
  transition: 0.5s; }

#contact #content form button:hover {
  background: #dfdfdf; }

.small_case {
  background: #edede8;
  padding: 80px 0; }

.small_case .inner {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;

  line-height: 1.8em;
      display: flex;
    flex-wrap: wrap;
    justify-content: center;
}


.small_case .inner .left {
  width: 100%;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  text-align: center; 
  margin-bottom: 10px;;
}

.small_case .inner .left h3 {
  width: 100%;
  text-align: center;
  font-size: 24px;
  margin-bottom: 1em; }

.small_case .inner .left h3 span {
  padding: 10px;
  display: block;
  font-weight: 700;
  letter-spacing: 3px;
  font-size: 40px; }

.small_case .inner .left h4 {
  width: 100%;
  text-align: center;
  font-size: 18px; }

.small_case .inner .left p {
  text-align: center;
  width: 100%; }

.small_case .inner .right {
    width: 100%; 
    padding-left: 30px;
    max-width: 440px;  
}

.small_case .inner .right ul, .small_case .inner .right li {
  list-style-type: decimal; }

.area {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 0; }

.circles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.circles li {
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background: rgba(120, 219, 120, 0.2);
  animation: animate 25s linear infinite;
  bottom: -150px; }

.circles li:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s; }

.circles li:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s; }

.circles li:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s; }

.circles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s; }

.circles li:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s; }

.circles li:nth-child(6) {
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s; }

.circles li:nth-child(7) {
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s; }

.circles li:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s; }

.circles li:nth-child(9) {
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s; }

.circles li:nth-child(10) {
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s; }

.contact_form {
  z-index: 2; }

.contact_form textarea {
  z-index: 3;
  background: transparent; }

.contact_form button[type="submit"] {
  z-index: 3; }

.w100 {
  width: 100%;
  /* border-color: greenyellow; */
  padding: 10px 10px 15px;
  border: 1px solid #00ff2b;
  color: #0cab27;
  line-height: 1em;
  margin-bottom: 30px; }

@keyframes animate {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0; }
  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%; } }
@media (max-width: 768px) {
  .small_case .inner {
    flex-wrap: wrap; }

  .small_case .inner .left,
  .small_case .inner .right {
    width: 100%;
    justify-content: center;
    display: flex; }

  .small_case .inner .right {
    padding: 20px; }

  .small_case .inner .right ul {
    margin-left: 20px;
    font-size: 18px; } }
img {
  max-width: 100%; }

#service .s_layer1 {
  padding-top: 120px;
  background: #fff;
  padding-bottom: 50px; }

#service .s_layer2 {
  padding: 50px 20px; }

#service .s_layer3 {
  background: #fff;
  padding: 50px 20px; }

#service .inner {
  display: flex;
  max-width: 1440px;
  padding: 0 20px;
  margin: auto; }

#service .inner .left {
  width: 50%; }

#service .inner .right {
  width: 50%; }

.main_title {
  text-align: center;
  color: #232323;
  font-size: 60px;
  font-weight: 800;
  margin-bottom: 20px; }

.main_title .sub {
  display: block;
  color: #bcbbbb;
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
  width: 100%; }

.tsub {
  text-align: center;
  color: #6f6f6f;
  font-size: 18px;
  line-height: 1.8em; }

.mx800 {
  max-width: 800px;
  padding: 20px;
  margin: auto auto 50px; }

.text_box {
  font-size: 40px;
  font-weight: 800;
  padding: 20px; }

.text_box .small {
  font-size: 16px;
  font-weight: bold;
  color: #999; }

#service .inner .right,
#service .inner .left {
  display: flex;
  align-items: center; }

@media (max-width: 768px) {
  #service .inner {
    flex-wrap: wrap; }

  #service .inner .right {
    width: 100%; }

  #service .inner .left {
    width: 100%; }

  .s_layer2 .inner {
    flex-direction: column-reverse; } }
img {
  max-width: 100%; }

#wordpress .s_layer1 {
  padding-top: 120px;
  background: #fff;
  padding-bottom: 50px; }

#wordpress .layer4 {
  background: #fff;
  padding: 0px 20px 100px; }

#wordpress .layer4 .inner {
  display: flex;
  justify-content: space-around;
  max-width: 1224px;
  margin: auto; }

#wordpress .layer4 .inner .box {
  max-width: 300px; }

#wordpress .layer4 .inner .box h3 {
  margin-bottom: 5px;
  font-weight: bold; }

#wordpress .layer4 .inner .box p {
  color: #666;
  font-size: 18px; }

.main_title {
  text-align: center;
  color: #232323;
  font-size: 60px;
  font-weight: 800;
  margin-bottom: 20px; }

.main_title .sub {
  display: block;
  color: #939393;
  font-size: 18px;
  line-height: 20px;
  width: 100%; }

.tsub {
  text-align: center;
  color: #6f6f6f;
  font-size: 18px;
  line-height: 1.8em; }

.mx800 {
  max-width: 800px;
  padding: 20px;
  margin: auto auto 50px; }

.text_box {
  font-size: 40px;
  font-weight: 800;
  padding: 20px; }

.text_box .small {
  font-size: 16px;
  font-weight: bold;
  color: #999; }

.center_img {
  max-width: 600px;
  margin: 0 auto 80px; }

.center_img img {
  width: 100%; }

:is(.elementor-section-wrap,[data-elementor-id]) > .e-con {
  padding: 0; }

@media (max-width: 1000px) {
  #wordpress .layer4 .inner {
    flex-wrap: wrap; }

  #wordpress .layer4 .inner .box {
    display: block;
    margin-bottom: 30px; }

  .mx800 br {
    display: none; }

  .main_title {
    font-size: 42px; } }
.blog_outter .box {
  display: flex;
  margin-bottom: 20px;
  /* border-bottom: 1px solid #dfdfdf; */
  padding-bottom: 20px;
  margin-bottom: 30px; }

.blog_outter .box .pimg {
  width: 180px;
  margin-right: 20px; }

.blog_outter .box .rtext h3 a {
  font-size: 40px;
  font-weight: bold; }

.blog_outter .box .rtext .b_meta {
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 5px; }

.blog_outter .box .rtext .b_tag a {
  font-size: 16px; }

@media (max-width: 768px) {
  .blog_outter .box .rtext h3 a {
    font-size: 23px; }

  .blog_outter .box .pimg {
    display: none; } }
/*
@import "header";

@import "footer";


@import "web";
*/
/*# sourceMappingURL=style.css.map */
.post-navigation .nav-previous:hover,
.post-navigation .nav-next:hover {
  width: 50%;
  color: #ff5600; }

header {
  position: fixed;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  z-index: 9; }
  header .inner {
    /* max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
    padding-top: 20px; */
    transition: 0.3s; }
  header #global_logo a {
    display: flex;
    align-items: center; }
    header #global_logo a span {
      font-weight: 600;
      text-transform: uppercase;
      font-style: italic;
      font-size: 40px;
      color: #666666;
      text-shadow: 1px 3px 0px #fff; }
      header #global_logo a span.c1 {
        display: inline-block;
        margin-right: 10px; }
      header #global_logo a span.c2 {
        display: inline-block;
        font-size: 20px; }
    header #global_logo a img {
      display: block;
      width: 220px;
      margin-right: 5px; }
      
    .scroll  header #global_logo a{
      padding-top:5px;
      margin-bottom: 0;;
    }
     .scroll  header #global_logo a img{
       width: 200px;
      }

.scroll header .inner {
  padding-top: 0;
  padding-bottom: 0; }

#global_logo {
  z-index: 100;
  width: 200px;
  cursor: pointer; }

#global_logo a {
  display: block; }

#global_logo a img {
  width: 100%; }

@media (max-width: 450px) {
  
  header .inner {
    padding: 0 15px; }


  header #global_logo a .c1 {
    font-size: 30px; } }
.e-con.e-flex > .e-con-inner {
  max-width: 100%;
  padding: 0; }

#sv_outter {
  display: flex;
  flex-wrap: wrap; }
  #sv_outter .wf50 {
    width: 50%;
    padding: 3px 10px;
    box-sizing: border-box;
    margin-bottom: 10px; }
   
  #sv_outter .wf100 {
    width: 100%;
    padding: 3px 10px;
    box-sizing: border-box;
    margin-bottom: 10px; }
    #sv_outter .wf100 input {
      display: block;
      width: 100%;
      padding: 0px 0px; 
      box-sizing: border-box;
    }
  #sv_outter textarea {
    padding: 10px; }
  #sv_outter input[type=submit] {
    max-width: 200px;
    margin: auto; }

#xform h3 {
  margin-bottom: 30px; }

#main_page .desc .follow .oxl {
  font-size: 14px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: solid 1px rgba(0, 0, 0, 0.1); }
  #main_page .desc .follow .oxl h3 {
    margin: 0;
    padding: 0;
    font-size: 14px; }
    #main_page .desc .follow .oxl h3 b {
      margin-right: 10px;
      color: rgba(0, 0, 0, 0.5); }
    #main_page .desc .follow .oxl h3 span {
      color: black;
      font-weight: bold; }
#main_page .desc .follow .oxl.end {
  margin-bottom: 50px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1); }
#main_page .desc .follow .mini_desc {
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  margin-bottom: 50px;
  padding-bottom: 15px; }
  #main_page .desc .follow .mini_desc h1, #main_page .desc .follow .mini_desc h2, #main_page .desc .follow .mini_desc h3 {
    font-size: 25px;
    margin-left: 0; }
  #main_page .desc .follow .mini_desc p {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
    line-height: 1.8; }
#main_page .desc .follow .link {
  padding-bottom: 15px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1); }
  #main_page .desc .follow .link a {
    font-weight: bold; }

.single-work {
  background: #fff; }

#single_post .single_top {
  background: #edede8; }

@media (max-width: 768px) {
  #main_page .main {
    padding-left: 0px; }

  #main_page .desc {
    margin: auto auto 100px; } }

/*# sourceMappingURL=style.css.map */


#top_banner {
        width: 100%;;
        min-height:80vh;
        background-position: center;
        background-size:cover;
        background-image:url(/wp-content/uploads/2025/07/img_80-r73kcrhyjpcarsphd2svspklrhoddlh33qbpfr30e8.jpg);
}

#top_banner .inner_box{
  max-width: 1200px;
 
  padding:15px;
  box-sizing: border-box;
}


#global_logo > a{
  display: block;
  /* /padding-top:8px; */
}



#aloha_header > header .inner{
  padding:0 15px;
  max-width: 1270px;;
  margin:auto;
  position: relative;
}

#aloha_header > header{
  background:#edede8;
  height:60px;
}

#single_work_other_post nav .nav-links{
    display: flex;
    justify-content: space-between;
    border: 1px solid #edede8;
   
}
#single_work_other_post nav .nav-links > div {
  width: 50%; 
  position: relative;
}
#single_work_other_post nav .nav-links > div a{
  display: block;
    padding: 15px;
      box-sizing: border-box;
  transition: 0.3s; 
}
#single_work_other_post nav .nav-links > div a:hover{
  background:#edede8;;
}
#single_work_other_post nav .nav-links > .nav-next a{
  text-align: right;
  display: block;
  position: relative;
}
#single_work_other_post nav .nav-links > .nav-next:before{
  left: 0;
  content:'';
  width: 1px ;
  background: #edede8;;
  height: 100%;
  top:0;
  position: absolute;
}

#sv_outter{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#sv_outter .wf50{
  width: calc(50% - 15px);  
  margin-bottom: 10px;;
}
#sv_outter .wf100 span{ display: block; }
#sv_outter .wf50 span{ display: block; }
#sv_outter .wf50 input{
  width: 100%;;
}

#sv_outter .wf100{
  width: 100%;;
}
#sv_outter .box {
  display: block;
  border:1px solid #ddd
}

#sv_outter .wf50 input,
#sv_outter .wf100 input{
  height:40px;
}


#sv_outter textarea{ 
  display: block; width: 100%;; border:0px; 
  box-sizing: border-box;
}


/* Mobile  */


.flex-pc-menu{
  display: flex;
    align-items: center;
    justify-content: space-between;
    height: 55px;
    width: 100%;  
        box-sizing: border-box;
}
.main-navigation{
  width: auto;
  display:inline-block;
}
.main-navigation li{
  padding: 0 8px;
  font-size: 16px;
}

 .menuBtn{
    display: none;
  }

  #site-navigation ul { display: flex; }

@media (max-width:768px){
  .menuBtn{
    display: block;
  }
  #site-navigation{
    display: none;;
  }
}