*, ::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:  ;
}/*
! tailwindcss v3.4.14 | 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]:where(:not([hidden="until-found"])) {
  display: none;
}
.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
@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;
  }
}
.visible{
  visibility: visible;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.mt-16{
  margin-top: 4rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-8{
  margin-top: 2rem;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.table{
  display: table;
}
.hidden{
  display: none;
}
.w-48{
  width: 12rem;
}
.w-64{
  width: 16rem;
}
.flex-grow{
  flex-grow: 1;
}
.border{
  border-width: 1px;
}
.\!text-left{
  text-align: left !important;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.text-main_color{
  --tw-text-opacity: 1;
  color: rgb(184 47 84 / var(--tw-text-opacity));
}
.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
/*------------------------------------------------------------------
[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
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[0. Utilities]
*/
.container{
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px;
}
.button{
  display: inline-block;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(184 47 84 / var(--tw-border-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(184 47 84 / var(--tw-text-opacity));
}
.button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(184 47 84 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.button {
  transition: 0.1s ease-in all;
}
.button.full{
  display: block;
  --tw-bg-opacity: 1;
  background-color: rgb(184 47 84 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.button.full:hover{
  opacity: 0.75;
}
.desktop{
  display: none;
}
@media (min-width: 1024px){

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

  .mobile{
    display: none;
  }
}
/*------------------------------------------------------------------
[1. Body]
*/
body{
  font-family: Noto Sans JP, sans-serif;
}
body a.link{
  --tw-text-opacity: 1;
  color: rgb(184 47 84 / var(--tw-text-opacity));
}
body a.link:hover{
  text-decoration-line: underline;
}
/*------------------------------------------------------------------
[1. Mobile Menu]
*/
#mobile-menu{
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 50;
  display: none;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
#mobile-menu.is-active{
  display: block;
}
#mobile-menu{
  transition: 0.3s ease all;
}
#mobile-menu .mobile-menu-inner{
  padding: 1.5rem;
  padding-top: 3rem;
}
#mobile-menu .mobile-menu-close{
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
}
#mobile-menu .mobile-menu-close i{
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
}
#mobile-menu ul.mobile-menu li{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
}
#mobile-menu ul.mobile-menu li a{
  display: block;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}
#mobile-menu ul.mobile-menu li a:hover{
  --tw-text-opacity: 1;
  color: rgb(184 47 84 / var(--tw-text-opacity));
}
#mobile-menu ul.mobile-menu li a {
        transition: 0.3s ease all;
      }
#mobile-menu ul.mobile-menu li ul.sub-menu{
  margin-top: -0.25rem;
  display: none;
}
#mobile-menu ul.mobile-menu li ul.sub-menu li:last-child{
  border-bottom-width: 0px;
}
#mobile-menu ul.mobile-menu li ul.sub-menu li a{
  padding-left: 1rem;
}
#mobile-menu ul.mobile-menu li.is-open ul.sub-menu{
  display: block;
}
#mobile-menu ul.mobile-menu li.menu-item-has-children > a{
  position: relative;
}
#mobile-menu ul.mobile-menu li.menu-item-has-children > a:after {
            content: "+";
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
          }
#mobile-menu ul.mobile-menu li.menu-item-has-children.is-open > a:after {
              content: "\f068";
            }
#mobile-menu .mobile-menu-member{
  margin-top: 1.5rem;
}
#mobile-menu .mobile-menu-member a{
  display: block;
}
#mobile-menu .mobile-menu-social{
  margin-top: 1.5rem;
}
#mobile-menu .mobile-menu-social ul.footer-social-icons{
  justify-content: flex-start;
}
#mobile-menu .mobile-menu-footer{
  margin-top: 1.5rem;
}
#mobile-menu .mobile-menu-footer ul li{
  margin-bottom: 0.5rem;
  margin-right: 1rem;
  display: inline-block;
}
#mobile-menu .mobile-menu-footer ul li a{
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}
#mobile-menu .mobile-menu-footer ul li a:hover{
  --tw-text-opacity: 1;
  color: rgb(184 47 84 / var(--tw-text-opacity));
}
#mobile-menu .mobile-menu-footer ul li a {
          transition: 0.3s ease all;
        }
#mobile-menu .mobile-menu-footer .mobile-menu-copyright{
  margin-top: 2.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}
/*------------------------------------------------------------------
[2. Header]
*/
header{
  margin-bottom: 2rem;
  padding-top: 1rem;
}
@media (min-width: 1024px){

  header{
    padding-bottom: 0px;
  }
}
header {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
}
header .container{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media (min-width: 1024px){

  header .container{
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
header .container .header-top h5.header-text{
  text-align: center;
}
@media (min-width: 1024px){

  header .container .header-top h5.header-text{
    text-align: left;
  }
}
header .container .header-top h5.header-text {
        font-size: 10px;
      }
header .container .header-top.is-dev{
  display: flex;
  justify-content: space-between;
}
.entry-content header .container .header-top.is-dev{
  display: block;
}
header .container .header-top .header-flag{
  font-size: 0.75rem;
  line-height: 1rem;
}
header .container .header-top .header-flag a{
  --tw-text-opacity: 1;
  color: rgb(184 47 84 / var(--tw-text-opacity));
}
header .container .header-top .header-flag a:hover{
  text-decoration-line: underline;
}
header .container .header-top .header-flag a:after {
            content: "\f2f5";
            font-family: "Font Awesome 6 Free";
            font-weight: 900;
            margin-left: 0.25rem;
          }
header .container .header-inner{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.75rem;
  padding-bottom: 1rem;
}
.entry-content header .container .header-inner{
  display: block;
}
@media (min-width: 1024px){

  header .container .header-inner{
    justify-content: flex-start;
  }
}
header .container .header-inner .chair-logo{
  margin-top: 0.5rem;
  width: 16.666667%;
  flex-shrink: 0;
}
@media (min-width: 1024px){

  header .container .header-inner .chair-logo{
    margin-top: 1rem;
    width: 25%;
    padding-left: 4rem;
  }
}
header .container .header-inner .chair-logo a {
        }
header .container .header-inner .chair-logo img{
  width: 6rem;
}
header .container .header-inner .header-logo{
  position: absolute;
  flex-shrink: 0;
  text-align: center;
}
@media (min-width: 1024px){

  header .container .header-inner .header-logo{
    position: static;
    width: 50%;
  }
}
header .container .header-inner .header-logo {
        left: calc(50% - 96px);
      }
header .container .header-inner .header-logo a img {
            transition: 0.3s ease all;
            display: inline-block;
            width: 12rem;
          }
header .container .header-inner .header-logo a img:hover{
  opacity: 0.7;
}
@media (min-width: 1024px){

  header .container .header-inner .header-logo a img{
    width: 18rem;
  }
}
header .container .header-inner .header-button{
  display: none;
  flex-shrink: 0;
  text-align: right;
}
@media (min-width: 1024px){

  header .container .header-inner .header-button{
    display: block;
    width: 25%;
  }
}
header .container .header-inner .header-button a{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
header .container .header-inner .header-button a.button.green i {
          }
header .container .header-inner .mobile-menu-open{
  display: block;
}
@media (min-width: 1024px){

  header .container .header-inner .mobile-menu-open{
    display: none;
  }
}
header .container .header-inner .mobile-menu-open span{
  font-size: 1.5rem;
  line-height: 2rem;
}
header .container .header-inner .mobile-menu-open span i {
          }
header .container .global-navigation{
  display: none;
}
@media (min-width: 1024px){

  header .container .global-navigation{
    display: block;
  }
}
header .container .global-navigation ul.main-menu{
  display: flex;
  justify-content: space-between;
  padding-bottom: 1rem;
}
.entry-content header .container .global-navigation ul.main-menu{
  display: block;
}
header .container .global-navigation ul.main-menu > li{
  position: relative;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
}
header .container .global-navigation ul.main-menu > li:hover ul.sub-menu{
  display: block;
              transform: translateY(0);
}
header .container .global-navigation ul.main-menu > li a{
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}
header .container .global-navigation ul.main-menu > li a:hover{
  --tw-text-opacity: 1;
  color: rgb(184 47 84 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
header .container .global-navigation ul.main-menu > li a {
            transition: 0.3s ease all;
          }
header .container .global-navigation ul.main-menu > li ul.sub-menu{
  position: absolute;
  top: 2.25rem;
  left: 0px;
  display: none;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
            width: 200px;
            transition: 0.3s ease all;
            transform: translateY(-10px);
            z-index: 100;
}
header .container .global-navigation ul.main-menu > li ul.sub-menu li{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
}
header .container .global-navigation ul.main-menu > li ul.sub-menu li:last-child{
  border-bottom-width: 0px;
}
header .container .global-navigation ul.main-menu > li ul.sub-menu li a{
  display: block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
/*------------------------------------------------------------------
[3. Sections]
*/
main img{
  border-radius: 0.125rem;
    transition: 0.3s ease all;
}
main a:hover img{
  opacity: 0.7;
}
section{
  margin-top: 2.5rem;
}
.section-heading{
  position: relative;
  margin-bottom: 1.5rem;
  align-items: baseline;
  justify-content: flex-start;
  border-bottom-width: 1px;
  padding-bottom: 1rem;
}
@media (min-width: 1024px){

  .section-heading{
    display: flex;
  }
}
.section-heading .subtitle{
  font-family: Lora, serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 200;
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}
@media (min-width: 1024px){

  .section-heading .subtitle{
    margin-left: 1.5rem;
  }
}
.section-heading h2{
  margin-top: 0.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
}
.section-heading .button-case{
  margin-top: 3rem;
}
.section-heading .section-heading-button{
  position: absolute;
  top: 1rem;
  right: 0px;
}
.section-content h3{
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
}
.section-bg .section-image-heading{
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.entry-content .section-bg .section-image-heading{
  display: block;
}
.section-bg .section-image-heading {
    height: 800px;
  }
.section-bg .section-image-heading .section-heading span.sub-heading,
      .section-bg .section-image-heading .section-heading h2{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.area-heading{
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  border-radius: 0.375rem;
  border-width: 1px;
  border-left-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(184 47 84 / var(--tw-border-opacity));
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
}
.area-heading.area-heading-1 {
    border-color: #8886d9;
  }
.area-heading.area-heading-2 {
    border-color: #619feb;
  }
.area-heading.area-heading-3 {
    border-color: #3da941;
  }
.area-heading.area-heading-4 {
    border-color: #99cc34;
  }
.area-heading.area-heading-5 {
    border-color: #f2c103;
  }
.area-heading.area-heading-6 {
    border-color: #f19100;
  }
.area-heading.area-heading-7 {
    border-color: #fd635f;
  }
.area-heading .area-pref{
  margin-top: 0.5rem;
  display: block;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}
@media (min-width: 1024px){

  .area-heading .area-pref{
    margin-left: 1.5rem;
    margin-top: 0px;
    display: inline;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
/*------------------------------------------------------------------
[3. Layout]
*/
.sidebar-layout{
  align-items: flex-start;
  justify-content: space-between;
}
.sidebar-layout > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}
@media (min-width: 1024px){

  .sidebar-layout{
    display: flex;
  }

  .sidebar-layout > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * 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));
  }

  .sidebar-layout .content{
    width: 75%;
  }
}
.sidebar-layout .content .side-banner{
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 100%;
}
@media (min-width: 1024px){

  .sidebar-layout .content .side-banner{
    display: none;
  }
}
.sidebar-layout .content .banner{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 1024px){

  .sidebar-layout .sidebar{
    width: 25%;
  }
}
.sidebar-layout .sidebar .side-banner{
  display: block;
}
/*------------------------------------------------------------------
[3. Home]
*/
/* Slider */
#slider{
  margin-bottom: 3rem;
}
ul.splide__list li.splide__slide a{
  position: relative;
  display: block;
  height: 14rem;
}
@media (min-width: 1024px){

  ul.splide__list li.splide__slide a{
    height: 24rem;
  }
}
ul.splide__list li.splide__slide a .text{
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 10;
  width: 100%;
  padding: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
        background: linear-gradient(
          to top,
          rgba(0, 0, 0, 0.6) 0%,
          rgba(0, 0, 0, 0) 100%
        );
}
ul.splide__list li.splide__slide a .text h4{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
}
ul.splide__list li.splide__slide a .image{
  height: 100%;
}
ul.splide__list li.splide__slide img{
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.splide__pagination{
  bottom: -1.5rem !important;
}
.splide__pagination__page{
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}
.splide__pagination__page.is-active{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(163 163 163 / var(--tw-bg-opacity)) !important;
}
/* Today's Topics */
#todays-topics{
  margin-top: 2rem;
  border-radius: 0.125rem;
  border-width: 1px;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1.25rem;
  padding-bottom: 1.5rem;
}
#todays-topics .todays-topics-header{
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
}
.entry-content #todays-topics .todays-topics-header{
  display: block;
}
#todays-topics .todays-topics-header span.date{
  font-family: Lora, serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(184 47 84 / var(--tw-text-opacity));
}
#todays-topics .todays-topics-header span.date span.day{
  font-size: 1rem;
  line-height: 1.5rem;
}
#todays-topics .todays-topics-header h5{
  margin-left: 1rem;
  border-left-width: 1px;
  padding-left: 1rem;
  font-family: Lora, serif;
  font-size: 1rem;
  line-height: 1.5rem;
}
#todays-topics .todays-topics-content{
  margin-top: 1rem;
}
#todays-topics .todays-topics-content p{
  font-size: 1rem;
  line-height: 1.5rem;
      line-height: 1.75em;
}
/* Article Grid */
ul.articles-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}
@media (min-width: 1024px){

  ul.articles-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.5rem;
  }
}
ul.articles-grid li .text{
  text-align: left;
}
ul.articles-grid li .text h3{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}
ul.articles-grid li .text h3 span{
  margin-left: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity));
}
ul.articles-grid li .image{
  margin-bottom: 0.5rem;
  height: 11rem;
}
ul.articles-grid li .image img {
        transition: 0.3s ease all;
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
      }
ul.articles-grid li.banner-loop{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
ul.articles-grid li.banner-loop.banner-desktop{
  grid-column: span 4 / span 4;
  display: none;
}
@media (min-width: 1024px){

  ul.articles-grid li.banner-loop.banner-desktop{
    display: block;
  }
}
ul.articles-grid li.banner-loop.banner-mobile{
  grid-column: span 2 / span 2;
  display: block;
}
@media (min-width: 1024px){

  ul.articles-grid li.banner-loop.banner-mobile{
    display: none;
  }
}
.end-message{
  margin-top: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(184 47 84 / var(--tw-text-opacity));
}
/* View more */
.view-more{
  margin-top: 2rem;
  text-align: right;
}
.view-more a{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(184 47 84 / var(--tw-text-opacity));
}
.view-more a:hover{
  text-decoration-line: underline;
}
.view-more a:after {
      content: " »";
    }
/* Vote Box */
.vote-boxes > :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));
}
.vote-box{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-radius: 0.125rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
  padding: 1.5rem;
}
.entry-content .vote-box{
  display: block;
}
.vote-box .vote-box-header{
  width: 6rem;
  flex-shrink: 0;
  padding: 1.5rem;
    background: #fcf9e0;
    color: #a5994e;
}
.vote-box .vote-box-header h3{
  text-align: center;
      line-height: 1.5em;
}
.vote-box .vote-box-header.vote-box-header-result {
      background: #fcf3f5;
      color: #bc2f54;
    }
.vote-box .vote-box-content{
  margin-left: 1.5rem;
  width: 100%;
  padding-top: 0.5rem;
}
.vote-box .vote-box-content h3{
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
}
.vote-box .vote-box-content p{
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
}
.vote-archive{
  margin-top: 1.5rem;
}
.vote-archive > :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));
}
.vote-archive{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
  padding: 1.5rem;
}
.vote-archive h4{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(184 47 84 / var(--tw-text-opacity));
}
ul.vote-archive-list > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
ul.vote-archive-list{
  padding-left: 1rem;
}
ul.vote-archive-list li{
  list-style-type: disc;
  font-weight: 600;
}
/* Vote Page */
table.voteresult_table tr:nth-child(2), table.ranking-table tr:nth-child(2) {
      background-color: #ffe6a2;
    }
table.voteresult_table tr:nth-child(3), table.ranking-table tr:nth-child(3) {
      background-color: #ffebb7;
    }
table.voteresult_table tr:nth-child(4), table.ranking-table tr:nth-child(4) {
      background-color: #fff5d8;
    }
table.voteresult_table tr th,
    table.voteresult_table tr td,
    table.ranking-table tr th,
    table.ranking-table tr td{
  display: table-cell;
}
table.voteresult_table tr th:nth-child(1), table.voteresult_table tr td:nth-child(1), table.ranking-table tr th:nth-child(1), table.ranking-table tr td:nth-child(1) {
        width: 10%;
      }
table.voteresult_table tr th:nth-child(2), table.voteresult_table tr td:nth-child(2), table.ranking-table tr th:nth-child(2), table.ranking-table tr td:nth-child(2) {
        width: 80%;
      }
table.voteresult_table tr th:nth-child(3), table.voteresult_table tr td:nth-child(3), table.ranking-table tr th:nth-child(3), table.ranking-table tr td:nth-child(3) {
        width: 10%;
      }
/* Widgets */
.widgets > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.widgets .widget:first-child .widget-title{
  margin-top: 0px;
}
.widgets .widget .widget-title{
  margin-top: 2rem;
}
.widgets .widget .widget-title h5{
  margin-bottom: 1rem;
  border-bottom-width: 1px;
  padding-bottom: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
}
.widgets .widget img{
  width: 100%;
}
.widgets .widget-content iframe{
  width: 100%;
}
/* Sidebar Banners */
ul.sidebar-banners > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
ul.sidebar-banners li a{
  display: block;
}
ul.sidebar-banners li a img{
  width: 100%;
}
span.banner_id{
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(184 47 84 / var(--tw-text-opacity));
}
/* Sidebar Posts */
ul.sidebar-posts > :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));
}
ul.sidebar-posts li a{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
ul.sidebar-posts li a > :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)));
}
.entry-content ul.sidebar-posts li a{
  display: block;
}
ul.sidebar-posts li .image{
  height: 6rem;
  width: 6rem;
  flex-shrink: 0;
}
@media (min-width: 1024px){

  ul.sidebar-posts li .image{
    height: 5rem;
    width: 5rem;
  }
}
ul.sidebar-posts li .image img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
ul.sidebar-posts li .text{
  width: 100%;
}
ul.sidebar-posts li .text h3{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}
/* Search Form */
.searchform div label{
  display: none;
}
.searchform div{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.entry-content .searchform div{
  display: block;
}
.searchform div input[type="text"]{
  margin-right: 0.5rem;
  height: 2.5rem;
  width: 75%;
  flex-shrink: 0;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.searchform div input[type="submit"]{
  height: 2.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
}
ul.wpp-list li{
  position: relative;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
    min-height: 80px;
    padding-left: 90px;
}
ul.wpp-list li > a:nth-child(1){
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
      width: 80px;
      height: 80px;
}
/*------------------------------------------------------------------
[4. Footer]
*/
footer{
  margin-top: 6rem;
  border-top-width: 1px;
  padding-top: 3rem;
  padding-bottom: 2rem;
}
footer .footer-logo{
  text-align: center;
}
footer .footer-logo img{
  display: inline-block;
  width: 14rem;
}
footer .footer-social{
  margin-top: 2rem;
}
footer .footer-bottom{
  margin-top: 3rem;
  justify-content: space-between;
  border-top-width: 1px;
  padding-top: 1.75rem;
}
@media (min-width: 1024px){

  footer .footer-bottom{
    display: flex;
  }
}
footer .footer-bottom ul.footer-links{
  justify-content: flex-start;
}
@media (min-width: 1024px){

  footer .footer-bottom ul.footer-links{
    display: flex;
  }

  footer .footer-bottom ul.footer-links > :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)));
  }
}
footer .footer-bottom ul.footer-links li{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
footer .footer-bottom ul.footer-links a{
  display: block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
}
footer .footer-bottom ul.footer-links a:hover{
  text-decoration-line: underline;
}
@media (min-width: 1024px){

  footer .footer-bottom ul.footer-links a{
    display: inline;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
footer .footer-bottom p#copyright{
  margin-top: 1rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
}
@media (min-width: 1024px){

  footer .footer-bottom p#copyright{
    margin-top: 0px;
    text-align: left;
  }
}
ul.footer-social-icons{
  display: flex;
  justify-content: center;
}
ul.footer-social-icons > :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)));
}
.entry-content ul.footer-social-icons{
  display: block;
}
ul.footer-social-icons li a{
  display: flex;
  height: 3.5rem;
  width: 3.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  font-size: 1.5rem;
  line-height: 2rem;
}
.entry-content ul.footer-social-icons li a{
  display: block;
}
ul.footer-social-icons li.youtube a {
        color: #ea3323;
      }
ul.footer-social-icons li.facebook a {
        color: #415793;
      }
ul.footer-social-icons li.x a {
        color: #262626;
      }
a#back-to-top{
  position: fixed;
  bottom: 0px;
  right: 1rem;
  display: flex;
  height: 3rem;
  width: 3rem;
  align-items: center;
  justify-content: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.entry-content a#back-to-top{
  display: block;
}
a#back-to-top {
  background: rgba(0, 0, 0, 0.33);
}
/*------------------------------------------------------------------
[5. Breadcumbs]
*/
.breadcrumbs{
  margin-bottom: 3rem;
}
.breadcrumbs .breadcrumbs-inner{
  display: flex;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}
.entry-content .breadcrumbs .breadcrumbs-inner{
  display: block;
}
.breadcrumbs .breadcrumbs-inner span{
  margin-right: 0.5rem;
}
.breadcrumbs-inner > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.breadcrumbs-inner > span{
  display: flex;
  align-items: center;
}
.entry-content .breadcrumbs-inner > span{
  display: block;
}
.breadcrumbs-inner > span:after{
  margin-left: 0.5rem;
  display: block;
  height: 1rem;
  width: 1rem;
      font-size: 10px;
      background: url("../images/icon-arrow.svg") no-repeat center;
      background-size: 16px 16px;
      content: "";
}
.breadcrumbs-inner > span:last-child:after{
  display: none;
}
/*------------------------------------------------------------------
[5. Single Article]
*/
.entry-header .entry-meta{
  display: flex;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}
.entry-content .entry-header .entry-meta{
  display: block;
}
.entry-header .entry-meta span.date{
  margin-left: 1rem;
  border-left-width: 1px;
  padding-left: 1rem;
}
.entry-header .entry-title{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.entry-header .entry-title h1{
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
}
.entry-header .entry-title h3.subtitle{
  margin-top: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
}
.entry-header .entry-image{
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}
.entry-header .entry-image img{
  width: 100%;
}
.entry-content,
.concert-info{
  text-align: justify;
  line-height: 1.75em;
}
.entry-content blockquote, .concert-info blockquote{
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-width: 1px;
  padding: 2rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
    line-height: 1.75em;
}
.entry-content blockquote p, .concert-info blockquote p{
  margin-top: 0px;
  margin-bottom: 0px;
}
.entry-content a, .concert-info a{
  overflow-wrap: break-word;
  --tw-text-opacity: 1;
  color: rgb(184 47 84 / var(--tw-text-opacity));
}
.entry-content a:hover, .concert-info a:hover{
  text-decoration-line: underline;
}
.entry-content a[target="_blank"]:after, .concert-info a[target="_blank"]:after {
      font-family: "Font Awesome 6 Free";
      font-weight: 600;
      content: "\f35d";
      margin-left: 0.5rem;
      font-size: 0.875rem;
      line-height: 1.25rem;
      --tw-text-opacity: 1;
      color: rgb(163 163 163 / var(--tw-text-opacity));
    }
.entry-content a[target="_blank"].no-icon:after, .concert-info a[target="_blank"].no-icon:after{
  display: none;
}
.entry-content h2, .concert-info h2{
  position: relative;
  clear: both;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(184 47 84 / var(--tw-border-opacity));
  padding-bottom: 0.5rem;
  padding-left: 2rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
}
.entry-content h2:before, .concert-info h2:before {
      content: "" !important;
      position: absolute !important;
      display: block !important;
      width: 8px !important;
      height: 8px !important;
      background: #bc2f54 !important;
      top: 7px !important;
      left: 0px !important;
    }
.entry-content h2:after, .concert-info h2:after {
      content: "";
      position: absolute;
      display: block;
      width: 6px;
      height: 6px;
      background: #e76e8e;
      top: 17px;
      left: 9px;
    }
.entry-content h3, .concert-info h3{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
}
.entry-content h4, .concert-info h4{
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
}
.entry-content p, .concert-info p{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.entry-content .has-text-align-center, .concert-info .has-text-align-center{
  text-align: center;
}
.entry-content .has-text-align-right, .concert-info .has-text-align-right{
  text-align: right;
}
.entry-content img, .concert-info img {
    width: 100%;
  }
.entry-content span.bold, .concert-info span.bold{
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: block;
  font-weight: 700;
}
.entry-content table, .concert-info table{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  width: 100%;
  border-width: 1px;
    border-collapse: collapse;
}
.entry-content table th,
    .entry-content table td,
    .concert-info table th,
    .concert-info table td{
  display: block;
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
  padding: 0.75rem;
}
@media (min-width: 1024px){

  .entry-content table th,
    .entry-content table td,
    .concert-info table th,
    .concert-info table td{
    display: table-cell;
    border-width: 1px;
  }
}
.entry-content table th, .concert-info table th{
  border-top-width: 1px;
  border-bottom-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
  font-weight: 700;
}
@media (min-width: 1024px){

  .entry-content table th, .concert-info table th{
    width: 20%;
    border-width: 1px;
  }
}
.entry-content hr, .concert-info hr{
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.entry-content figure figcaption, .concert-info figure figcaption{
  margin-top: 0.5rem;
  display: block;
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
}
.article-item {
  min-height: 30px;
  padding-bottom: 30px;
}
@media screen and (min-width: 0px) {
  .imgright,
  .alignright,
  img[style^="float: right;"] {
    margin-bottom: 30px;
  }

  .imgleft,
  .alignleft,
  img[style^="float: left;"] {
    margin-bottom: 30px;
  }
  .img_center,
  .aligncenter {
    max-width: 100%;
    margin: 10px auto 30px;
  }
    .imgleft img, .imgright img, .img_center img{
    margin-bottom: 0.5rem !important;
  }
  .imgcap_add_txt{
    display: block;
    --tw-text-opacity: 1;
    color: rgb(115 115 115 / var(--tw-text-opacity));
    line-height: 1.25em;
  }
}
@media screen and (min-width: 1024px) {
  .imgright,
  .alignright,
  img[style^="float: right;"] {
    float: right;
    max-width: 350px !important;
    width: 100%;
    margin-left: 40px !important;
    margin-bottom: 30px !important;
  }

  .imgleft,
  .alignleft,
  img[style^="float: left;"] {
    max-width: 350px !important;
    width: 100%;
    margin-right: 40px !important;
    margin-bottom: 30px !important;
    float: left;
  }
  .img_center,
  .aligncenter {
    margin: 40px auto 4px;
    max-width: 50%;
  }
    .imgcap_add.left{
    float: left;
    margin-right: 2rem;
    margin-bottom: 1rem;
  }
      .imgcap_add.left img{
    margin-right: 0px !important;
  }
      .imgcap_add.left .imgcap_add_txt {
        width: 350px;
      }
    .imgcap_add.right{
    float: right;
    margin-left: 2rem;
    margin-bottom: 1rem;
  }
      .imgcap_add.right img{
    margin-left: 0px !important;
  }
      .imgcap_add.right .imgcap_add_txt {
        width: 350px;
      }
    .imgcap_add img{
    float: none !important;
    margin-bottom: 0.5rem !important;
  }
  .imgcap_add_txt {
    /* width: 350px; */
  }
}
.size-full .wp-element-caption{
  text-align: left;
}
center{
  display: block;
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
  line-height: 1.5em;
}
center span{
  display: block;
  text-align: left;
}
center br{
  display: none;
}
.wp-caption{
  width: 100% !important;
}
.alignnone .wp-caption-text{
  margin-top: 0px;
  text-align: left;
}
.wp-caption-text{
  margin-top: 0.5rem !important;
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
}
.caption{
  margin-top: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
  line-height: 1.25em;
}
.item-comment{
  margin-top: 0.5rem;
  text-align: left;
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
}
.wp-caption.aligncenter .wp-caption-text{
  text-align: left;
}
.imgcenter span{
  display: block;
  text-align: left;
}
.entry-content .flex{
  display: block;
}
.size-full img, .size-large img{
  width: 100%;
}
.imgcap_add_txt{
  text-align: left !important;
}
.wp-block-button__link{
  display: inline-block;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(184 47 84 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(184 47 84 / var(--tw-text-opacity));
}
.wp-block-button__link:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(184 47 84 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none !important;
}
.wp-block-button__link {
  transition: 0.3s ease all;
}
/* Concert Info */
.concert-info{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  align-items: flex-start;
  justify-content: space-between;
}
@media (min-width: 1024px){

  .concert-info{
    display: flex;
  }
}
.concert-info a{
  --tw-text-opacity: 1;
  color: rgb(184 47 84 / var(--tw-text-opacity));
}
.concert-info a:hover{
  text-decoration-line: underline;
}
.concert-info p{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.concert-info .g_toc,
  .concert-info .concert-toc{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
  padding: 1rem;
}
@media (min-width: 1024px){

  .concert-info .g_toc,
  .concert-info .concert-toc{
    margin-right: 2rem;
    width: 66.666667%;
  }
}
.concert-info .g_toc p, .concert-info .concert-toc p{
  font-weight: 500;
}
.concert-info .g_toc ul, .concert-info .concert-toc ul{
  margin-top: 0.5rem;
}
.concert-info .g_toc ul > :not([hidden]) ~ :not([hidden]), .concert-info .concert-toc 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));
}
.concert-info .g_toc ul li:before, .concert-info .concert-toc ul li:before {
          content: "・";
        }
@media (min-width: 1024px){

  .concert-info .flyer_wrap,
  .concert-info .concert-flyer{
    width: 33.333333%;
  }
}
.concert-info .flyer_wrap a.flyerimage:after, .concert-info .concert-flyer a.flyerimage:after{
  display: none;
}
.concert-info .flyer_wrap .flyer-link, .concert-info .concert-flyer .flyer-link{
  margin-top: 0.5rem;
}
table.concert1{
  width: 100%;
  border-collapse: collapse;
  border-width: 0px;
}
table.concert1 tr:nth-child(2n){
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
table.concert1 td,
  table.concert1 th{
  border-width: 0px;
  background-color: transparent;
  padding: 1rem;
  vertical-align: top;
}
table.concert1 th{
  width: 20%;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
}
table.concert1 p{
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
    line-height: 1.5em;
}
table.concert1 p a{
  margin-top: 0.5rem;
  display: inline-block;
  font-size: 1rem;
  line-height: 1.5rem;
}
table.concert2{
  border-width: 0px;
}
table.concert2 th{
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(184 47 84 / var(--tw-text-opacity));
}
table.concert2 th,
  table.concert2 td{
  display: block;
  border-width: 0px;
  background-color: transparent;
  padding: 0px;
}
table.concert2 tr{
  display: block;
  border-bottom-width: 1px;
  border-style: dashed;
  --tw-border-opacity: 1;
  border-color: rgb(163 163 163 / var(--tw-border-opacity));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
ul.newslist li{
  align-items: flex-start;
  justify-content: flex-start;
}
ul.newslist li:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
@media (min-width: 1024px){

  ul.newslist li{
    display: flex;
  }
}
ul.newslist li .newslist_date{
  flex-shrink: 0;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}
@media (min-width: 1024px){

  ul.newslist li .newslist_date{
    width: 20%;
  }
}
ul.newslist li .newslist_date,
    ul.newslist li .newslist_txt{
  padding: 1rem;
}
ul.newslist li .newslist_desc{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}
.concertinfo_block{
  border-top-width: 1px;
  border-style: dashed;
  --tw-border-opacity: 1;
  border-color: rgb(163 163 163 / var(--tw-border-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.concertinfo_block strong{
  --tw-text-opacity: 1;
  color: rgb(184 47 84 / var(--tw-text-opacity));
}
.ticketpurchase_date{
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
  padding: 0.5rem;
}
.player-profile{
  position: relative;
  margin-bottom: 2rem;
  display: block;
  justify-content: space-between;
}
.player-profile:last-child{
  margin-bottom: 0px;
}
@media (min-width: 1024px){

  .player-profile{
    display: flex;
  }
}
.player-profile {
  height: 270px;
  transition: 0.3s ease all;
  overflow: hidden;
}
.player-profile .profile-reveal{
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 10;
  width: 100%;
  cursor: pointer;
  padding-bottom: 1rem;
  padding-top: 1.5rem;
    background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0) 0%,
      #eee 100%
    );
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    /* Masking with gradient */
    -webkit-mask: linear-gradient(
      to top,
      rgba(0, 0, 0, 1) 50%,
      rgba(0, 0, 0, 0) 100%
    );
    mask: linear-gradient(to top, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 100%);
}
.player-profile .profile-reveal p{
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
  font-weight: 600;
}
.player-profile.is-active {
    height: 100%;
    max-height: 1000px;
  }
.player-profile.is-active .profile-reveal{
  display: none;
}
.player-profile .profile-image{
  width: 25%;
  flex-shrink: 0;
}
.player-profile .profile-image span{
  margin-top: 0.5rem;
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
}
.player-profile .profile-text{
  margin-left: 1.5rem;
}
.player-profile .profile-text h5{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
}
.player-profile .profile-text p{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.player-profile .profile-text div{
  text-align: left;
}
.image-large{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.image_line{
  display: block !important;
}
.image_line > :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){

  .image_line{
    display: flex !important;
  }

  .image_line > :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));
  }
}
iframe[src^="https://open.spotify.com/"]{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
iframe[src^="https://www.youtube.com/"]{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  width: 100%;
  height: 480px;
}
.wp-block-image.image-full{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.wp-block-image.image-full img{
  width: 100%;
}
.entry-footer{
  margin-top: 4rem;
}
.entry-footer h5{
  margin-bottom: 1rem;
  margin-top: 3rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
}
.clearblock{
  clear: both;
}
ul.club-archive li{
  list-style-type: none;
  border-bottom-width: 1px;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
}
ul.club-archive li a{
  display: block;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity));
}
ul.club-archive li a:hover{
  --tw-text-opacity: 1;
  color: rgb(184 47 84 / var(--tw-text-opacity));
}
ul.club-archive li a {
      background: url(../images/redarrow.svg) no-repeat left 36px;
    }
.entry-footer-share{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
  padding: 1rem;
  padding-bottom: 2rem;
}
.entry-footer-share p.share-title{
  margin-bottom: 1rem;
  text-align: center;
  font-weight: 500;
}
.entry-footer-share ul.share-buttons{
  justify-content: center;
}
.entry-footer-share ul.share-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));
}
@media (min-width: 1024px){

  .entry-footer-share ul.share-buttons{
    display: flex;
  }

  .entry-footer-share ul.share-buttons > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.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));
  }

  .entry-footer-share ul.share-buttons li{
    width: 33.333333%;
  }
}
.entry-footer-share .share-button{
  display: block;
  border-radius: 0.375rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.entry-footer-share .share-button i{
  margin-right: 1rem;
}
.entry-footer-share .share-button.share-twitter {
      background: #00acee;
      box-shadow: 0 3px 0 #0092ca;
    }
.entry-footer-share .share-button.share-facebook {
      background: #3b5998;
      box-shadow: 0 3px 0 #2c4373;
    }
/*------------------------------------------------------------------
[5. Concert Archive Page]
*/
.articles-concert > :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));
}
.articles-concert .concert-article__item{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
  padding: 1.5rem;
}
.articles-concert .concert-article__item .concert-article-header{
  padding-bottom: 1rem;
  text-align: center;
}
.articles-concert .concert-article__item .concert-article-header h4{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
}
.articles-concert .concert-article__item .concert-article-header h3{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
}
.articles-concert .concert-article__item .concert-article-header h5{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
}
.articles-concert .concert-article__item .concert-article-body{
  border-top-width: 1px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.articles-concert .concert-article__item .concert-article-body__desc p{
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
}
.articles-concert .concert-article__item .concert-article-body__desc p br {
          }
.articles-concert .concert-article__item .concert-article-body__image{
  margin-top: 1rem;
}
@media screen and (min-width: 0px) {
            }
@media screen and (min-width: 1024px) {
.articles-concert .concert-article__item .concert-article-body__image a img {
              max-width: 400px;
              margin-left: auto;
              margin-right: auto
          }
            }
.articles-concert .concert-article__item .concert-article-body__report-link{
  margin-top: 1.5rem;
  text-align: center;
}
.articles-concert .concert-article__item .concert-article-body__report-link a{
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(184 47 84 / var(--tw-text-opacity));
}
.articles-concert .concert-article__item .concert-article-body__report-link a:hover{
  text-decoration-line: underline;
}
.articles-concert .concert-article__item .concert-article-body__report-link a:before {
            content: "» ";
          }
.articles-concert .concert-article__item .concert-article-body__article-link{
  margin-top: 1.5rem;
  text-align: center;
}
.articles-concert .concert-article__item .concert-article-body__article-link a {
        }
/*------------------------------------------------------------------
[5. Archive Page]
*/
.archive-header,
.custom-header{
  margin-bottom: 2rem;
  border-top-width: 1px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(184 47 84 / var(--tw-border-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
}
.archive-header h1, .custom-header h1{
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
}
.archive-header span.series, .custom-header span.series{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
}
.archive-header h4, .custom-header h4{
  margin-top: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
/*------------------------------------------------------------------
[8. Page]
*/
.page-title{
  margin-bottom: 2.5rem;
}
.page-title h1{
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
}
.page-content p{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
    line-height: 1.75em;
}
.page-content h3{
  margin-bottom: 1.5rem;
  margin-top: 2.5rem;
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-left-color: rgb(38 38 38 / var(--tw-border-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
}
.page-content h4{
  margin-bottom: 1.5rem;
  margin-top: 2rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
}
.page-content a{
  --tw-text-opacity: 1;
  color: rgb(184 47 84 / var(--tw-text-opacity));
}
.page-content a:hover{
  text-decoration-line: underline;
}
/*------------------------------------------------------------------
[8. Blog]
*/
/* Pagination */
.pagination{
  margin-top: 6rem;
}
.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;
  }
.pagination .pagination-inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.entry-content .pagination .pagination-inner{
  display: block;
}
.pagination .pagination-inner .first{
  padding-left: 1.5rem;
      color: #999;
}
.pagination .pagination-inner .first:before {
        content: "«";
      }
.pagination .pagination-inner .last a{
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}
.pagination .pagination-inner .last{
  padding-right: 1.5rem;
      color: #999;
}
.pagination .pagination-inner .last:after {
        content: "»";
      }
.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 229 229 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / 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(51 51 51 / 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(184 47 84 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(184 47 84 / 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;
    }
.nav-links{
  display: flex;
  justify-content: normal;
}
.nav-links > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.entry-content .nav-links{
  display: block;
}
.nav-links .page-numbers{
  padding: 0.5rem;
}
.nav-links .page-numbers.current{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(184 47 84 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(184 47 84 / var(--tw-text-opacity));
}
/*------------------------------------------------------------------
[7. Forms]
*/
/*------------------------------------------------------------------
[7. Forms]
*/
.form{
  margin-top: 3rem;
}
.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 .form-heading label{
  font-weight: 600;
}
.form label{
  display: inline;
}
.form.form_table .form-section{
  margin: 0px;
  display: block;
  justify-content: space-between;
  border-bottom-width: 1px;
  padding-top: 0.75rem;
  padding-bottom: 0.375rem;
}
@media (min-width: 1024px){

  .form.form_table .form-section{
    display: flex;
  }
}
.form.form_table .form-section .form-heading{
  flex-shrink: 0;
}
@media (min-width: 1024px){

  .form.form_table .form-section .form-heading{
    width: 25%;
  }
}
.form.form_table .form-section .form-inputs{
  width: 100%;
}
.form.form_simple .form-section{
  border-width: 0px;
  padding: 0px;
}
.form.form_simple .form-section .form-heading {
      }
.form.form_simple .form-section .form-inputs{
  width: 100%;
}
.form.form_simple .form-section .form-inputs input[type="text"],
        .form.form_simple .form-section .form-inputs input[type="email"],
        .form.form_simple .form-section .form-inputs textarea,
        .form.form_simple .form-section .form-inputs select{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.form-section{
  margin-top: 1.5rem;
}
.form-section:first-child{
  margin-top: 0px;
}
.form-section .wpcf7-form-control-wrap{
  margin-bottom: 0.5rem;
}
.form-section .form-big-checkbox{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
  margin-top: 2rem !important;
  display: flex;
  max-width: 16rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  border-width: 2px;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.entry-content .form-section .form-big-checkbox{
  display: block;
}
.form-section .form-big-checkbox label,
    .form-section .form-big-checkbox .wpcf7-form-control-wrap{
  margin-bottom: 0px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
}
.form-section .form-big-checkbox input[type="checkbox"]{
  margin-right: 0.5rem;
}
.form-row{
  justify-content: space-between;
}
@media (min-width: 1024px){

  .form-row{
    display: flex;
  }
}
@media screen and (min-width: 0px) {
.form-row span{
    width: 100%;
  }
    }
@media screen and (min-width: 1024px) {
.form-row span {
      width: 49.5%
  }
    }
.form .wpcf7-form-control-wrap {
  display: block;
}
.form label {
  display: block;
  margin-bottom: 0.5rem;
}
.form .required{
  margin-left: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  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 textarea,
.form select{
  display: block;
  width: 100%;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
  padding: 0.75rem;
  outline-color: #B82F54;
}
.form input[type="text"]:focus,
.form input[type="email"]:focus,
.form input[type="tel"]:focus,
.form textarea:focus,
.form select:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  outline-style: solid;
}
.form input[type="text"],
.form input[type="email"],
.form input[type="tel"],
.form textarea,
.form select {
  border-color: #ddd;
}
.form input[type="checkbox"],
.form input[type="radio"]{
  margin-right: 0.25rem;
}
.wpcf7-radio .wpcf7-list-item, .wpcf7-checkbox .wpcf7-list-item{
  margin-right: 0.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"]{
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  cursor: pointer;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(184 47 84 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.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;
  }
.wpcf7-response-output {
  background: white;
  line-height: 2em;
}
/* インポート記事調整 */
.item-body-hbr{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
dl.dl-horizontal dt{
  display: none;
}
dl.dl-horizontal img{
  width: 20rem;
}
/* バナー */
.page-top-banner{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.page-top-banner .container{
  padding-left: 1rem;
  padding-right: 1rem;
}
.page-top-banner .page-top-banner-desktop{
  display: none;
}
@media (min-width: 1024px){

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

  .page-top-banner .page-top-banner-mobile{
    display: none;
  }
}
.page-top-banner .page-top-banner-inner a{
  display: block;
}

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