/*
! tailwindcss v3.4.4 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
  tab-size: 4; /* 3 */
  font-family: Noto Sans JP, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 640px){

  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){

  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){

  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){

  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){

  .container{
    max-width: 1536px;
  }
}
.\!my-6{
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.mr-2{
  margin-right: 0.5rem;
}
.mt-12{
  margin-top: 3rem;
}
.mt-16{
  margin-top: 4rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-8{
  margin-top: 2rem;
}
.block{
  display: block;
}
.inline{
  display: inline;
}
.table{
  display: table;
}
.hidden{
  display: none;
}
.w-48{
  width: 12rem;
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*------------------------------------------------------------------
[Table of Contents]

0. Utilities
1. Mobile Menu / #mobile-menu
2. Header / #header
    2.1. Navigation / #navbar
3. Home / #home
    3.1. Slider
    3.2. Home sections
4. Footer / #footer
5. Pages / #page
6. Single / #single
7. Forms
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[1. JavaScript Control]
*/
.js-inview{
  opacity: 0;
  transition: 1s ease;
}
.is-visible{
  opacity: 1;
}
/*------------------------------------------------------------------
[0. Utilities]
*/
body {
  background: url("../images/pattern.png") repeat;
  background-size: 640px 640px;
  font-family: ryo-gothic-plusn, sans-serif;
}
body.no-scroll {
  overflow: hidden;
}
.container{
  margin-left: auto;
  margin-right: auto;
  max-width: 1600px;
}
.container.container_narrow {
    max-width: 960px;
  }
.button{
  display: inline-block;
  border-radius: 0.375rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(244 229 149 / var(--tw-border-opacity));
  background-color: transparent;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(244 229 149 / var(--tw-text-opacity));
  -webkit-text-decoration-line: none !important;
  text-decoration-line: none !important;
}
.button i{
  margin-right: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.button{
  transition: 0.3s ease all;
}
.button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(244 229 149 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(22 55 82 / var(--tw-text-opacity));
}
.button.button-solid{
  --tw-border-opacity: 1;
  border-color: rgb(58 98 131 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(58 98 131 / var(--tw-text-opacity));
}
.button.button-solid:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(58 98 131 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.anchor{
  display: inline-block;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(58 98 131 / var(--tw-border-opacity));
  padding: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.25rem;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
}
.anchor:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(58 98 131 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.anchor {
  transition: 0.3s ease all;
}
.anchor .anchor-inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.anchor:hover svg{
  fill: #fff;
}
.anchor{
  background-position: right 16px center;
  background-size: 1em;
}
.anchor svg{
  margin-left: 1rem;
  height: 1.25rem;
  width: 1.25rem;
  fill: #3A6283;
    transition: 0.3s ease all;
}
.anchor.anchor-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.anchor.anchor-white:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(22 55 82 / var(--tw-text-opacity));
}
.anchor.anchor-white svg{
  fill: #fff;
}
.anchor.anchor-white:hover svg{
  fill: #163752;
}
.desktop{
  display: none;
}
@media (min-width: 1024px){

  .desktop{
    display: block;
  }
}
.mobile{
  display: block;
}
@media (min-width: 1024px){

  .mobile{
    display: none;
  }
}
/*------------------------------------------------------------------
[1. Mobile Menu]
*/
.header-contact-fixed{
  position: absolute;
  right: 1rem;
  top: 0.5rem;
  z-index: 20;
}
@media (min-width: 1024px){

  .header-contact-fixed{
    position: fixed;
    right: 2rem;
    top: 4rem;
  }
}
.header-contact-fixed .header-contact-mobile{
  display: flex;
  height: 4rem;
  width: 4rem;
  align-items: center;
  justify-content: flex-end;
}
@media (min-width: 1024px){

  .header-contact-fixed .header-contact-mobile{
    display: none;
  }
}
.header-contact-fixed .header-contact-mobile a{
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(244 229 149 / var(--tw-text-opacity));
}
.mobile-menu-trigger{
  position: absolute;
  top: 0.5rem;
  left: 1rem;
  z-index: 50;
}
@media (min-width: 1024px){

  .mobile-menu-trigger{
    position: fixed;
    top: 4rem;
    left: 2rem;
  }
}
.mobile-menu {
}
#menu-trigger{
  height: 4rem;
  width: 4rem;
  cursor: pointer;
}
@media (min-width: 1024px){

  #menu-trigger{
    height: 4rem;
    width: 4rem;
  }
}
#menu-trigger .menu-trigger-inner{
  position: relative;
  height: 4rem;
  width: 4rem;
}
@media (min-width: 1024px){

  #menu-trigger .menu-trigger-inner{
    height: 4rem;
    width: 4rem;
  }
}
#menu-trigger .menu-trigger-inner span {
      height: 2px;
      position: absolute;
      display: block;
      width: 2rem;
      --tw-bg-opacity: 1;
      background-color: rgb(244 229 149 / var(--tw-bg-opacity));
    }
@media (min-width: 1024px){

  #menu-trigger .menu-trigger-inner span{
    width: 3rem;
  }
}
#menu-trigger .menu-trigger-inner span {
      transition: 0.3s ease all;
    }
@media screen and (min-width: 0px) {
#menu-trigger .menu-trigger-inner {
      left: 0px
  }
    }
@media screen and (min-width: 1024px) {
#menu-trigger .menu-trigger-inner {
      left: 0px
  }
    }
@media screen and (min-width: 0px) {
#menu-trigger .menu-trigger-inner .first-bar {
        top: 20px
    }
      }
@media screen and (min-width: 1024px) {
#menu-trigger .menu-trigger-inner .first-bar {
        top: 12px
    }
      }
@media screen and (min-width: 0px) {
#menu-trigger .menu-trigger-inner .middle-bar {
        top: 30px
    }
      }
@media screen and (min-width: 1024px) {
#menu-trigger .menu-trigger-inner .middle-bar {
        top: 24px
    }
      }
@media screen and (min-width: 0px) {
#menu-trigger .menu-trigger-inner .second-bar {
        top: 40px
    }
      }
@media screen and (min-width: 1024px) {
#menu-trigger .menu-trigger-inner .second-bar {
        top: 36px
    }
      }
@media screen and (min-width: 0px) {
  #menu-trigger.is-active span.first-bar {
    transform: translateY(10px) rotate(-45deg);
  }
  #menu-trigger.is-active span.middle-bar {
    opacity: 0;
  }
  #menu-trigger.is-active span.second-bar {
    transform: translateY(-10px) rotate(45deg);
  }
}
@media screen and (min-width: 1024px) {
  #menu-trigger.is-active span.first-bar {
    transform: translateY(12px) rotate(-45deg);
  }
  #menu-trigger.is-active span.middle-bar {
    opacity: 0;
  }
  #menu-trigger.is-active span.second-bar {
    transform: translateY(-12px) rotate(45deg);
  }
}
#menu{
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 40;
  height: 100vh;
  width: 100vw;
  background: url("../images/pattern.png") repeat;
  background-size: 640px 640px;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease all;
}
#menu.is-active {
    visibility: visible;
    opacity: 1;
  }
.menu-inner-flex{
  display: flex;
  height: 100vh;
  width: 100vw;
  align-items: flex-start;
  justify-content: center;
}
@media (min-width: 1024px){

  .menu-inner-flex{
    align-items: center;
  }
}
.menu-inner{
  margin-top: 1rem;
}
.menu-inner > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
@media (min-width: 1024px){

  .menu-inner{
    margin-top: 0px;
    width: 24rem;
  }

  .menu-inner > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
}
.menu-inner .shop-id .shop-logo .logo-image img{
  width: 4rem;
}
.menu-inner .shop-id .shop-logo .logo-text h1.logo-title{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.menu-inner .menu-cta > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.menu-inner .menu-cta a{
  display: block;
}
ul.main-menu{
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
ul.main-menu a {
    transition: 0.3s ease all;
    display: block;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
ul.main-menu a:hover {
      opacity: 0.7;
    }
ul.main-menu li{
  position: relative;
  list-style-type: none;
  border-bottom-width: 1px;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media (min-width: 1024px){

  ul.main-menu li{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
ul.main-menu li a{
  display: block;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
}
@media (min-width: 1024px){

  ul.main-menu li a{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
ul.main-menu li{
    border-color: rgba(255, 255, 255, 0.15);
}
.social {
  transition: 0.3s ease all;
  margin-top: 1.5rem;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.social:hover{
  opacity: 0.8;
}
/*------------------------------------------------------------------
[2. Header]
*/
header .topbar {
    background: rgba(0, 0, 0, 0.2);
    height: 2rem;
  }
header .topbar ul.main-menu{
  display: flex;
  justify-content: center;
}
header .topbar ul.main-menu > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(2.5rem * var(--tw-space-x-reverse));
  margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
}
header .topbar ul.main-menu{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
header .topbar ul.main-menu li{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
header .topbar ul.main-menu li a {
          color: rgba(255, 255, 255, 0.5);
        }
.header-inner{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 4rem;
  padding-right: 4rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 1024px){

  .header-inner{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.header-inner #menu-trigger{
  position: absolute;
  left: 2rem;
}
.header-inner .header-contact{
  position: absolute;
  right: 2rem;
}
.header-inner .logo .shop-id span.shop-location{
  margin-bottom: 1rem;
}
@media (min-width: 1024px){

  .header-inner .logo .shop-id span.shop-location{
    margin-bottom: 2rem;
  }
}
.header-inner .logo .shop-id .logo-image{
  margin-bottom: 0.5rem;
}
.header-inner .logo .shop-id span.shop-name{
  margin-top: 0.5rem;
}
.header-inner .logo .shop-id .shop-social{
  margin-bottom: 0px;
  margin-top: 1rem;
}
@media (min-width: 1024px){

  .header-inner .logo .shop-id .shop-social{
    margin-bottom: 1rem;
  }
}
/*------------------------------------------------------------------
[3. Home]
*/
#kv {
  background: url("../images/pattern.png") repeat;
  background-size: 640px 640px;
}
#kv .kv-inner{
  align-items: stretch;
  justify-content: space-between;
}
@media (min-width: 1024px){

  #kv .kv-inner{
    display: flex;
  }
}
@media screen and (min-width: 0px) {
#kv .kv-inner {
      height: auto
  }
    }
@media screen and (min-width: 1024px) {
#kv .kv-inner {
      height: 77vh
  }
    }
#kv .kv-inner .kv-content{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 4rem;
  padding-bottom: 2rem;
}
@media (min-width: 1024px){

  #kv .kv-inner .kv-content{
    height: 100%;
    width: 41.666667%;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
#kv .kv-inner .kv-images{
  display: none;
  height: 100%;
}
@media (min-width: 1024px){

  #kv .kv-inner .kv-images{
    display: block;
    width: 58.333333%;
  }
}
#kv .kv-inner .kv-content{
  display: flex;
  align-items: center;
  justify-content: center;
}
#kv .kv-inner .kv-content .cta-button{
  margin-top: 2.5rem;
  text-align: center;
}
#kv .kv-inner .kv-images{
  align-items: stretch;
}
@media (min-width: 1024px){

  #kv .kv-inner .kv-images{
    display: flex;
  }
}
#kv .kv-inner .kv-images .kv-image{
  height: 100%;
}
@media (min-width: 1024px){

  #kv .kv-inner .kv-images .kv-image{
    width: 50%;
  }
}
#kv .kv-inner .kv-images .kv-image img{
  width: 100%;
  border-radius: 0.5rem;
}
@media (min-width: 1024px){

  #kv .kv-inner .kv-images .kv-image img{
    height: 100%;
    border-radius: 0px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.shop-id span.shop-location{
  margin-bottom: 2.5rem;
  display: block;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1024px){

  .shop-id span.shop-location{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
.shop-id .shop-logo .logo-image{
  margin-bottom: 0.5rem;
  text-align: center;
}
.shop-id .shop-logo .logo-image img{
  display: inline-block;
  width: 3rem;
}
@media (min-width: 1024px){

  .shop-id .shop-logo .logo-image img{
    width: 4rem;
  }
}
.shop-id .shop-logo .logo-text h1.logo-title{
  text-align: center;
  font-family: Poppins, sans-serif;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(244 229 149 / var(--tw-text-opacity));
}
@media screen and (min-width: 0px) {
.shop-id .shop-logo .logo-text h1.logo-title {
          font-size: 30px
      }
        }
@media screen and (min-width: 1024px) {
.shop-id .shop-logo .logo-text h1.logo-title {
          font-size: 36px
      }
        }
.shop-id .shop-logo span.shop-name{
  margin-top: 0.5rem;
  display: block;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1024px){

  .shop-id .shop-logo span.shop-name{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
.shop-id .shop-social{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
}
@media (min-width: 1024px){

  .shop-id .shop-social{
    margin-top: 3rem;
    margin-bottom: 1.5rem;
  }
}
.shop-id .shop-social a{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.shop-id .shop-social a:hover{
  opacity: 0.75;
}
.shop-id .shop-social a {
      transition: 0.3s ease all;
    }
.shop-desc p{
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1024px){

  .shop-desc p{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 1280px){

  .shop-desc p{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.shop-desc p {
    line-height: 1.75em;
  }
/* Home Sections */
main#home > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}
main#home{
  padding-bottom: 2.5rem;
}
@media (min-width: 1024px){

  main#home > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  main#home{
    padding-bottom: 0px;
  }
}
main#home section{
  margin-left: 1rem;
  margin-right: 1rem;
  border-radius: 0.5rem;
}
@media (min-width: 1024px){

  main#home section{
    margin-left: 0px;
    margin-right: 0px;
    border-radius: 0px;
  }
}
section.home-massage{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 1024px){

  section.home-massage{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
section.home-massage {
  background: url("../images/massage-1.jpg") no-repeat center;
  background-size: cover;
}
section.home-massage .container{
  display: flex;
  height: 24rem;
  align-items: flex-end;
}
@media (min-width: 1024px){

  section.home-massage .container{
    height: auto;
  }
}
section.home-products{
  padding-top: 0px;
  padding-bottom: 0px;
}
section.home-products .mobile-overlay{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 1024px){

  section.home-products .mobile-overlay{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 0px) {
section.home-products {
    background: url("../images/fi-products.jpg") no-repeat center;
    background-size: cover
}
    section.home-products .mobile-overlay{
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
    --tw-bg-opacity: 0.4;
  }
  }
@media screen and (min-width: 1024px) {
section.home-products {
    background: transparent
}
    section.home-products .mobile-overlay{
    background-color: transparent;
  }
  }
section.home-products .section-heading span.subtitle{
  --tw-text-opacity: 1;
  color: rgb(244 229 149 / var(--tw-text-opacity));
}
section.home-products .section-heading h2{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
section.home-products .section-content a{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
section.home-products .container{
  display: flex;
  height: 24rem;
  align-items: flex-end;
}
@media (min-width: 1024px){

  section.home-products .container{
    height: auto;
  }
}
section.home-products .feature-box-image{
  display: none;
}
@media (min-width: 1024px){

  section.home-products .feature-box-image{
    display: block;
  }
}
/* Home News */
section.news{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
section.news .section-heading span.subtitle{
  margin-bottom: 0px;
}
ul.home-blog li{
  border-bottom-width: 1px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media (min-width: 1024px){

  ul.home-blog li{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
ul.home-blog li a{
  display: block;
  justify-content: flex-start;
  --tw-text-opacity: 1;
  color: rgb(58 98 131 / var(--tw-text-opacity));
}
@media (min-width: 1024px){

  ul.home-blog li a{
    display: flex;
  }
}
ul.home-blog li span.date{
  margin-bottom: 0.5rem;
  display: block;
  flex-shrink: 0;
  --tw-text-opacity: 1;
  color: rgb(22 55 82 / var(--tw-text-opacity));
}
@media (min-width: 1024px){

  ul.home-blog li span.date{
    margin-bottom: 0px;
    width: 25%;
  }
}
.home-divider{
  display: none;
  height: 5rem;
}
@media (min-width: 1024px){

  .home-divider{
    display: block;
  }
}
.home-divider {
  background: rgba(0, 0, 0, 0.15);
}
/*------------------------------------------------------------------
[5. Pages]
*/
main a{
  --tw-text-opacity: 1;
  color: rgb(58 98 131 / var(--tw-text-opacity));
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}
main a:hover{
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
}
main ul{
  list-style-position: outside;
  list-style-type: disc;
}
main ul > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
main ul{
  padding-left: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(58 98 131 / var(--tw-text-opacity));
}
.main-inner{
  border-radius: 0.375rem;
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (min-width: 1024px){

  .main-inner{
    border-radius: 0.5rem;
  }
}
section{
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
@media (min-width: 1024px){

  section{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}
section.home-massage{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.section-heading span.subtitle{
  margin-bottom: 1rem;
  display: block;
  font-family: Poppins, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(58 98 131 / var(--tw-text-opacity));
}
@media (min-width: 1024px){

  .section-heading span.subtitle{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.section-heading h2{
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(22 55 82 / var(--tw-text-opacity));
}
@media (min-width: 1024px){

  .section-heading h2{
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 400;
  }
}
.section-heading h2 {
    line-height: 1.75em;
  }
.section-content{
  margin-top: 1rem;
}
@media (min-width: 1024px){

  .section-content{
    margin-top: 4rem;
  }
}
.page-header{
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
@media (min-width: 1024px){

  .page-header{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }
}
.page-header {
  background: url("../images/fi-massage.jpg") no-repeat center;
  background-size: cover;
}
@media screen and (min-width: 0px) {
.page-header {
    height: 270px
}
  }
@media screen and (min-width: 1024px) {
.page-header {
    height: 480px
}
  }
.page-header .page-title{
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
@media (min-width: 1024px){

  .page-header .page-title{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }
}
.page-header .page-title {
    background: rgba(0, 0, 0, 0.33);
  }
@media screen and (min-width: 0px) {
.page-header .page-title {
      height: 270px
  }
    }
@media screen and (min-width: 1024px) {
.page-header .page-title {
      height: 480px
  }
    }
.page-header .page-title .page-title-inner .logo-mark{
  margin-bottom: 1rem;
  text-align: center;
}
.page-header .page-title .page-title-inner .logo-mark img{
  display: inline-block;
  width: 3rem;
}
.page-header .page-title .page-title-inner h1{
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1024px){

  .page-header .page-title .page-title-inner h1{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
.page-header .page-title .page-title-inner span.subtitle{
  margin-top: 0.5rem;
  display: block;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  --tw-text-opacity: 1;
  color: rgb(244 229 149 / var(--tw-text-opacity));
}
@media (min-width: 1024px){

  .page-header .page-title .page-title-inner span.subtitle{
    margin-top: 1rem;
  }
}
.page-header.page-header_about {
    background: url("../images/fi-about.jpg") no-repeat center;
    background-size: cover;
  }
.page-header.page-header_profile {
    background: url("../images/fi-profile.jpg") no-repeat center;
    background-size: cover;
  }
.page-header.page-header_products {
    background: url("../images/fi-products.jpg") no-repeat center;
    background-size: cover;
  }
.page-header.page-header_blog {
    background: url("../images/fi-blog.jpg") no-repeat center;
    background-size: cover;
  }
.page-header.page-header_contact {
    background: url("../images/fi-contact.jpg") no-repeat center;
    background-size: cover;
  }
.page-header.page-header_massage {
    background: url("../images/fi-massage.jpg") no-repeat center;
    background-size: cover;
  }
.entry-content{
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-family: ryo-gothic-plusn, sans-serif;
}
@media (min-width: 1024px){

  .entry-content{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.entry-content h2{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(22 55 82 / var(--tw-border-opacity));
  padding-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(22 55 82 / var(--tw-text-opacity));
}
@media (min-width: 1024px){

  .entry-content h2{
    margin-top: 3rem;
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.entry-content h2 {
    line-height: 1.5em;
  }
.entry-content h2:first-child{
  margin-top: 0px;
}
.entry-content h3{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(22 55 82 / var(--tw-text-opacity));
}
.entry-content p{
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
    line-height: 1.75em;
}
.entry-content p.notes{
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(244 229 149 / var(--tw-border-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
      background: rgba(244, 229, 149, 0.27);
}
.entry-content span.price{
  margin-right: 0.5rem;
  display: inline-block;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(22 55 82 / var(--tw-text-opacity));
}
.entry-content h3.concept{
  margin-top: 3rem;
  margin-bottom: 3rem;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.entry-content table{
  width: 100%;
}
.entry-content table th,
    .entry-content table td{
  border-bottom-width: 1px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: left;
}
.entry-content table th{
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}
@media (min-width: 1024px){

  .entry-content table th{
    width: 25%;
  }
}
.entry-content table td{
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}
.entry-content .greeting-sign{
  margin-top: 3rem;
}
.entry-content .greeting-sign h3{
  font-size: 1.5rem;
  line-height: 2rem;
}
.entry-content .greeting-sign p{
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity));
}
.entry-content a{
  --tw-text-opacity: 1;
  color: rgb(58 98 131 / var(--tw-text-opacity));
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}
.entry-content a:hover{
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
}
.image{
  overflow: visible;
}
.image img{
  border-radius: 0.375rem;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
p.caption{
  margin-bottom: 1.5rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity));
}
@media (min-width: 1024px){

  p.caption{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.about-layout h4{
  display: flex;
  height: 13rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-family: Cormorant Garamond, serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
    background: radial-gradient(
      circle,
      rgba(244, 229, 149, 0.8) 0%,
      rgba(244, 229, 149, 0) 80%
    );
}
ul.products{
  margin-top: 2rem;
  margin-bottom: 4rem;
}
ul.products > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}
ul.products{
  padding-left: 0px;
}
ul.products li{
  list-style-type: none;
}
.product-item {
  background: rgba(244, 229, 149, 0.27);
  border-radius: 0.5rem;
  padding: 1.5rem;
}
.product-item .product-item-inner{
  align-items: stretch;
  justify-content: space-between;
}
@media (min-width: 1024px){

  .product-item .product-item-inner{
    display: flex;
  }

  .product-item .product-image{
    order: 2;
    margin-left: 3rem;
    width: 33.333333%;
  }
}
.product-item .product-image img{
  height: 100%;
  width: 100%;
  border-radius: 0.375rem;
  -o-object-fit: cover;
  object-fit: cover;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.product-item .product-text h3{
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}
@media (min-width: 1024px){

  .product-item .product-text{
    width: 66.666667%;
  }
}
.product-item .product-text p{
  font-size: 0.875rem;
  line-height: 1.25rem;
      line-height: 1.75em;
}
@media (min-width: 1024px){

  .product-item.reverse .product-image{
    order: 1;
    margin-left: 0px;
    margin-right: 3rem;
  }

  .product-item.reverse .product-text{
    order: 2;
  }
}
.product-item .product-desc{
  margin-top: 2rem;
  border-radius: 0.375rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
    background: rgba(255, 255, 255, 0.7);
}
ul.shop-list{
  padding-left: 0px;
}
ul.shop-list li{
  justify-content: space-between;
  border-bottom-width: 1px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 1024px){

  ul.shop-list li{
    display: flex;
  }
}
ul.shop-list li span.shop-text{
  display: block;
}
@media (min-width: 1024px){

  ul.shop-list li span.shop-title{
    margin-right: 1rem;
  }
}
ul.shop-list li span.shop-phone{
  margin-left: 0.5rem;
  display: inline-block;
}
ul.shop-list li a.map{
  margin-top: 0.5rem;
  display: inline-block;
  --tw-bg-opacity: 1;
  background-color: rgb(58 98 131 / var(--tw-bg-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
}
@media (min-width: 1024px){

  ul.shop-list li a.map{
    margin-top: 0px;
  }
}
.profile-heading{
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.profile-heading span.profile-title{
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity));
}
.profile-heading h3{
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(22 55 82 / var(--tw-text-opacity));
}
.profile-heading span.profile-subtitle{
  font-family: Poppins, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}
ul.blog-posts > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}
ul.blog-posts{
  padding-left: 0px;
}
ul.blog-posts li{
  list-style-type: none;
  border-bottom-width: 1px;
  padding-bottom: 2.5rem;
}
.blog-post .blog-post-inner, .single-meta .blog-post-inner{
  display: flex;
  justify-content: space-between;
}
.blog-post .blog-post-inner .blog-post-thumbnail, .single-meta .blog-post-inner .blog-post-thumbnail{
  margin-left: 1rem;
  display: none;
  height: 4rem;
  width: 4rem;
  flex-shrink: 0;
}
@media (min-width: 1024px){

  .blog-post .blog-post-inner .blog-post-thumbnail, .single-meta .blog-post-inner .blog-post-thumbnail{
    margin-left: 2rem;
    display: block;
    height: 12rem;
    width: 12rem;
  }
}
.blog-post .blog-post-inner .blog-post-thumbnail img, .single-meta .blog-post-inner .blog-post-thumbnail img{
  height: 100%;
  width: 100%;
  border-radius: 0.375rem;
  -o-object-fit: cover;
  object-fit: cover;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.blog-post h2, .single-meta h2{
  margin: 0px !important;
  border-width: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.blog-post h2 a, .single-meta h2 a{
  --tw-text-opacity: 1;
  color: rgb(22 55 82 / var(--tw-text-opacity));
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
}
.blog-post i, .single-meta i{
  margin-right: 0.25rem;
}
.blog-post p.blog-post-excerpt, .single-meta p.blog-post-excerpt{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media (min-width: 1024px){

  .blog-post p.blog-post-excerpt, .single-meta p.blog-post-excerpt{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.blog-post .blog-post-cat span, .single-meta .blog-post-cat span{
  font-size: 0.75rem;
  line-height: 1rem;
}
@media (min-width: 1024px){

  .blog-post .blog-post-cat span, .single-meta .blog-post-cat span{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
.blog-post .blog-post-meta, .single-meta .blog-post-meta{
  margin-top: 1.5rem;
  display: flex;
  justify-content: flex-start;
}
.blog-post .blog-post-meta span, .single-meta .blog-post-meta span{
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}
@media (min-width: 1024px){

  .blog-post .blog-post-meta span, .single-meta .blog-post-meta span{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
.blog-post .blog-post-meta span.author, .single-meta .blog-post-meta span.author{
  margin-right: 2rem;
}
.single-meta{
  margin-bottom: 1.5rem;
  border-bottom-width: 1px;
  padding-bottom: 1.5rem;
}
.single-meta h2{
  font-size: 1.5rem;
  line-height: 2rem;
}
@media (min-width: 1024px){

  .single-meta h2{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
.cursor-effect{
  display: none;
}
@media (min-width: 1024px){

  .cursor-effect{
    display: block;
  }
}
.cursor-effect {
  position: absolute;
  width: 150px;
  height: 150px;
  border-radius: 100%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 50%
  );
  pointer-events: none;
  mix-blend-mode: overlay;
  transition: transform 0.1s ease-out;
}
/* Image Layout */
.image-layout.image-layout_three-columns{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.image-layout{
  gap: 0px !important;
}
.image-layout .image-layout-item .image-layout-overlay{
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (min-width: 1024px){

  .image-layout .image-layout-item .image-layout-overlay{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
.image-layout .image-layout-item .image-layout-overlay {
      background: rgba(0, 0, 0, 0.3);
    }
.image-layout .image-layout-item .image-layout-item-inner .image-layout-item-heading h3.title{
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 300;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1024px){

  .image-layout .image-layout-item .image-layout-item-inner .image-layout-item-heading h3.title{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
.image-layout .image-layout-item .image-layout-item-inner .image-layout-item-content{
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 1024px){

  .image-layout .image-layout-item .image-layout-item-inner .image-layout-item-content{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.image-layout .image-layout-item .image-layout-item-inner .image-layout-item-content p{
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
          line-height: 1.75em;
}
.image-layout .image-layout-item .image-layout-item-inner .image-layout-item-link{
  margin-top: 2rem;
  text-align: center;
}
.image-layout .image-layout-item.image-layout-item_about {
      background: url("../images/bb-2.jpg") no-repeat center center;
      background-size: cover;
    }
.image-layout .image-layout-item.image-layout-item_profile {
      background: url("../images/reiko-2.jpg") no-repeat center center;
      background-size: cover;
    }
.image-layout .image-layout-item.image-layout-item_products {
      background: url("../images/product-1.jpg") no-repeat center center;
      background-size: cover;
    }
/* CTA */
.call-to-action{
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
@media (min-width: 1024px){

  .call-to-action{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.call-to-action .container .cta-subtitle h4{
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 200;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(244 229 149 / var(--tw-text-opacity));
}
.call-to-action .container .cta-title h2{
  margin-top: 1rem;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1024px){

  .call-to-action .container .cta-title h2{
    margin-top: 2rem;
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
.call-to-action .container .cta-desc p{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1024px){

  .call-to-action .container .cta-desc p{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.call-to-action .container .cta-buttons{
  margin-top: 1.5rem;
}
.call-to-action .container .cta-buttons > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.call-to-action .container .cta-buttons{
  text-align: center;
}
@media (min-width: 1024px){

  .call-to-action .container .cta-buttons > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
}
.call-to-action .container .cta-buttons .button{
  width: 100%;
}
@media (min-width: 1024px){

  .call-to-action .container .cta-buttons .button{
    width: auto;
  }
}
.call-to-action .container .cta-buttons .cta-button-divider{
  margin-left: 1rem;
  margin-right: 1rem;
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
/*------------------------------------------------------------------
[4. Footer]
*/
.footer-nav {
  background: rgba(0, 0, 0, 0.2);
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
ul.footer-menu{
  align-items: center;
  justify-content: center;
}
ul.footer-menu > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
@media (min-width: 1024px){

  ul.footer-menu{
    display: flex;
  }

  ul.footer-menu > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
}
ul.footer-menu li{
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media (min-width: 1024px){

  ul.footer-menu li{
    text-align: left;
  }
}
ul.footer-menu li a:hover{
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}
ul.footer-menu li a {
      color: rgba(255, 255, 255, 0.5);
    }
ul.footer-menu li a:hover {
        color: rgba(255, 255, 255, 0.9);
      }
.footer-info {
  background: rgba(0, 0, 0, 0.3);
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.footer-info .shop-social{
  margin-bottom: 0px;
}
/*------------------------------------------------------------------
[8. Blog]
*/
/* Pagination */
.pagination{
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
  max-width: 42rem;
}
.pagination .current-page-mobile{
  margin-bottom: 2rem;
  display: block;
  text-align: center;
}
@media (min-width: 1024px){

  .pagination .current-page-mobile{
    display: none;
  }
}
.pagination a {
    transition: 0.3s ease all;
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
  }
.pagination .pagination-inner{
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .pagination-inner > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.pagination .pagination-inner span,
    .pagination .pagination-inner a{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.pagination .pagination-inner span.current, .pagination .pagination-inner a.current{
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(58 98 131 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.pagination .pagination-inner .first{
  padding-left: 1.5rem;
      color: #999;
      background: url("../images/double-arrow-left.png") no-repeat left center;
      background-size: 16px;
}
.pagination .pagination-inner .last a{
  --tw-text-opacity: 1;
  color: rgb(22 55 82 / var(--tw-text-opacity));
}
.pagination .pagination-inner .last{
  padding-right: 1.5rem;
      color: #999;
      background: url("../images/double-arrow-right.png") no-repeat right center;
      background-size: 16px;
}
.pagination .pagination-inner .previous a,
      .pagination .pagination-inner .previous span{
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(22 55 82 / var(--tw-text-opacity));
}
@media (min-width: 1024px){

  .pagination .pagination-inner .previous a,
      .pagination .pagination-inner .previous span{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.pagination .pagination-inner .next a{
  border-radius: 0.375rem;
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.pagination .pagination-inner .next a:hover{
  opacity: 0.8;
}
@media (min-width: 1024px){

  .pagination .pagination-inner .next a{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.pagination .pagination-inner .current-page-desktop{
  display: none;
}
@media (min-width: 1024px){

  .pagination .pagination-inner .current-page-desktop{
    display: block;
  }
}
.pagination .current-page span.of {
      color: #999;
    }
/*------------------------------------------------------------------
[7. Forms]
*/
.form {
  margin-left: auto;
  margin-right: auto;
}
.form > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.form{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
  padding: 1.5rem;
}
.form .wpcf7-form-control-wrap {
  display: block;
}
.form label{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  display: block;
  margin-bottom: 0.5rem;
}
.form .required{
  margin-left: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-text-opacity));
}
.form ul li {
  list-style-position: inside;
  list-style-type: disc;
}
.wpcf7-not-valid-tip {
  line-height: 1em;
  margin: 0.5em 0;
}
.form input[type="text"],
.form input[type="email"],
.form input[type="tel"],
.form input[type="date"],
.form select,
.form textarea{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  outline-style: solid;
  outline-width: 1px;
  outline-color: #d1d5db;
  border-radius: 0.375rem;
  display: block;
  margin-bottom: 0.5rem;
  padding: 0.75rem;
  width: 100%;
}
.form .form-row > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.form .form-row {
  display: flex;
  width: 100%;
}
.form ul > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.form ul li{
  font-size: 1rem;
  line-height: 1.5rem;
}
span[data-name="agree"] span.wpcf7-list-item {
    padding: 1em 1.5em;
    border-radius: 5px;
  }
span[data-name="agree"] label{
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  line-height: 1.5rem;
}
.wpcf7-spinner {
  display: none;
}
.wpcf7-radio > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.wpcf7-radio > span{
  display: block;
}
@media (min-width: 1024px){

  .wpcf7-radio > span{
    display: inline;
  }
}
input[type="submit"] {
  padding: 0.75em 1.5em;
  border-radius: 4px;
  display: inline-block;
  margin: 0 auto;
  background: url("../images/pattern.png") repeat;
  background-size: 640px 640px;
  text-align: center;
  font-size: 1.25em;
  font-weight: bold;
  color: white;
  cursor: pointer;
}
.wpcf7-not-valid {
  background: #faefef;
  border: 1px solid #ff6666;
}
.confirmed-input {
  display: inline-block;
  padding: 0.5em;
  border-radius: 4px;
  background: #f5f5f5;
  margin-bottom: 0.5em;
  font-size: 1.3em;
  line-height: 1.25em;
}
.confirmed-input.confirmed-email {
    display: block;
    word-break: break-all;
  }
.form-control-agree .wpcf7-form-control-wrap{
  width: 75%;
}
@media (min-width: 1024px){

  .form-control-agree .wpcf7-form-control-wrap{
    width: 50%;
  }
}
.form-control-agree .wpcf7-form-control-wrap {
    background: #fff;
    display: block;
    border-radius: 5px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(58 98 131 / var(--tw-border-opacity));
    margin: 30px auto;
  }
.form-control-agree .wpcf7-form-control-wrap input[type="checkbox"]{
  margin-right: 0.5rem;
}
.wpcf7-radio .wpcf7-list-item{
  margin-right: 2rem;
}
.wpcf7-radio .wpcf7-list-item input[type="radio"]{
  margin-right: 0.5rem;
}
.wpcf7-response-output {
  background: white;
  line-height: 2em;
}
/* Layouts */
/* Column Layouts (Grid)
----------------------------------------------------- */
.grid{
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.grid:first-child{
  margin-top: 0px;
}
.grid:last-child{
  margin-bottom: 0px;
}
.grid.exact-width > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0px * var(--tw-space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
}
.grid.absolute-column.two-columns,
    .grid.absolute-column.three-columns,
    .grid.absolute-column.four-columns,
    .grid.absolute-column.five-columns,
    .grid.absolute-column.six-columns{
  gap: 0px;
}
.grid.two-columns{
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -moz-column-gap: 3.5rem;
  column-gap: 3.5rem;
  row-gap: 2.5rem;
}
.grid.three-columns{
  grid-template-columns: repeat(3, minmax(0, 1fr));
  -moz-column-gap: 2.5rem;
  column-gap: 2.5rem;
  row-gap: 2.5rem;
}
.grid.four-columns{
  grid-template-columns: repeat(4, minmax(0, 1fr));
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  row-gap: 2rem;
}
.grid.five-columns{
  grid-template-columns: repeat(5, minmax(0, 1fr));
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  row-gap: 2.5rem;
}
.grid.six-columns{
  grid-template-columns: repeat(6, minmax(0, 1fr));
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  row-gap: 2.5rem;
}
/* Column Layouts (Row)
----------------------------------------------------- */
.row{
  justify-content: space-between;
}
.row > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
@media (min-width: 1024px){

  .row{
    display: flex;
  }

  .row > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .one-half,
.two-fourth,
.three-sixth{
    width: 50%;
  }

  .one-third,
.two-sixth{
    width: 33.333333%;
  }

  .two-third{
    width: 66.666667%;
  }

  .one-fourth{
    width: 25%;
  }

  .three-fourth{
    width: 75%;
  }

  .one-fifth{
    width: 20%;
  }

  .two-fifth{
    width: 40%;
  }

  .three-fifth{
    width: 60%;
  }

  .four-fifth{
    width: 80%;
  }

  .one-sixth{
    width: 16.666667%;
  }
}
/* Feature Box
----------------------------------------------------- */
ul.feature-box-list{
  margin-top: 0px;
  margin-bottom: 0px;
}
ul.feature-box-list > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.feature-box{
  justify-content: space-between;
}
@media (min-width: 1024px){

  .feature-box{
    display: flex;
  }
}
.feature-box .feature-box-content{
  width: 100%;
}
@media (min-width: 1024px){

  .feature-box .feature-box-content{
    width: 40%;
    padding-top: 1rem;
    padding-right: 6rem;
  }
}
.feature-box .feature-box-image{
  width: 100%;
}
@media (min-width: 1024px){

  .feature-box .feature-box-image{
    width: 60%;
  }
}
.feature-box .feature-box-image .image{
  height: 100%;
  overflow: hidden;
  border-radius: 0.375rem;
      max-height: 360px;
}
.feature-box .feature-box-image .image img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: middle;
}
.feature-box.reverse .feature-box-content{
  padding-right: 0px;
}
@media (min-width: 1024px){

  .feature-box.reverse .feature-box-content{
    order: 2;
    padding-left: 4rem;
  }

  .feature-box.reverse .feature-box-image{
    order: 1;
    padding-right: 2rem;
  }
}
.feature-box.feature-box_half .feature-box-content{
  width: 100%;
}
@media (min-width: 1024px){

  .feature-box.feature-box_half .feature-box-content{
    width: 50%;
  }
}
.feature-box.feature-box_half .feature-box-image{
  width: 100%;
}
@media (min-width: 1024px){

  .feature-box.feature-box_half .feature-box-image{
    width: 50%;
  }
}
.feature-box.feature-box_golden-ratio .feature-box-content{
  width: 100%;
}
@media (min-width: 1024px){

  .feature-box.feature-box_golden-ratio .feature-box-content{
    width: 60%;
  }
}
.feature-box.feature-box_golden-ratio .feature-box-image{
  width: 100%;
}
@media (min-width: 1024px){

  .feature-box.feature-box_golden-ratio .feature-box-image{
    width: 40%;
  }
}
.feature-box.feature-box_big{
  padding-left: 4rem;
}
.feature-box.feature-box_big .feature-box-image,
    .feature-box.feature-box_big .image,
    .feature-box.feature-box_big img{
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.feature-box.feature-box_big.reverse{
  padding-left: 0px;
}
.feature-box.feature-box_big.reverse .feature-box-image,
      .feature-box.feature-box_big.reverse .image,
      .feature-box.feature-box_big.reverse img{
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.feature-box.featured-box_no-crop .feature-box-image .image{
  max-height: none;
}
.feature-box.featured-box_no-crop .feature-box-image .image img{
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: middle;
}
.feature-box.featured-box_items-center{
  align-items: center;
}
.feature-box.feature-box_image-stretch{
  align-items: stretch;
}
.feature-box.feature-box_image-stretch .feature-box-image .image{
  max-height: none;
}
.feature-box.feature-box_image-stretch .feature-box-image .image img{
  height: 100%;
}
.feature-box.feature-box_block{
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  padding: 2.5rem;
}
.feature-box.feature-box_block .feature-box-content{
  padding-top: 0px;
}
.feature-box.feature-box_no-image .feature-box-content{
  width: 100%;
  padding-right: 0px;
}
.feature-box.feature-box_block-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
/* Block Editor Elements */
/* Paragraph Block */
.wp-block-paragraph {
  font-family: "Arial", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #444;
  margin: 15px 0;
}
/* Heading Blocks (H1, H2, H3, etc.) */
.wp-block-heading{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
/* Image Block */
/* General Image Styling */
.wp-block-image figure {
}
.wp-block-image img {
  width: 100%; /* Ensure images are responsive */
  height: auto; /* Maintain aspect ratio */
  display: block; /* Remove inline spacing issues */
  border-radius: 5px; /* Optional: Rounded corners */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Optional: Subtle shadow */
}
/* Float Right */
.wp-block-image .alignright {
  float: right;
  width: 33%;
  margin-left: 1.5em; /* Space between text and image */
  margin-bottom: 1.5em; /* Space below */
}
/* Float Left */
.wp-block-image .alignleft {
  float: left;
  width: 33%;
  margin-right: 1.5em; /* Space between text and image */
  margin-bottom: 1.5em; /* Space below */
}
/* Center Align */
.wp-block-image .aligncenter {
  display: block;
  margin: 1.5em auto; /* Center horizontally */
  width: 33%;
}
/* Full Width on Mobile */
@media screen and (max-width: 768px) {
  .wp-block-image .alignright,
  .wp-block-image .alignleft,
  .wp-block-image .aligncenter {
    float: none;
    width: 100%; /* Full width */
    margin: 1.5em auto; /* Reset margins for consistency */
  }
}
/* Blockquote Block */
.wp-block-quote {
  border-left: 4px solid #0073aa; /* Add a colored border */
  padding-left: 20px;
  font-style: italic;
  color: #555;
  margin: 20px 0;
}
.wp-block-quote cite {
  display: block;
  text-align: right;
  font-size: 0.9em;
  color: #999;
}
/* List Blocks (Unordered and Ordered) */
.wp-block-list {
  margin: 20px 0;
  padding-left: 40px;
}
.wp-block-list ul,
.wp-block-list ol {
  margin: 0;
  padding-left: 20px;
}
.wp-block-list li {
  margin-bottom: 10px;
  font-family: "Georgia", serif;
  color: #444;
}
/* Optional: Add Custom Bullets for Unordered Lists */
.wp-block-list ul li::marker {
  color: #0073aa; /* Change bullet color */
  font-size: 1.2em; /* Adjust bullet size */
}
.grecaptcha-badge {
  visibility: hidden;
}
@media (min-width: 1024px){

  .lg\:block{
    display: block;
  }

  .lg\:grid{
    display: grid;
  }
}

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