/* @import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500?family=EB+Garamond:ital,wght@0,600;1,600&display=swap); */
/*! tailwindcss v2.2.16 | MIT License | https://tailwindcss.com */

/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

*,
::before,
::after {
  box-sizing: border-box;
}

/**
Use a more readable tab size (opinionated).
*/

html {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
  margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
  font-family:
    system-ui,
    -apple-system,
    /* Firefox supports this but not yet `system-ui` */
    'Segoe UI',
    Roboto,
    Helvetica,
    Arial,
    sans-serif,
    'Apple Color Emoji',
    'Segoe UI Emoji';
}

/*
Grouping content
================
*/

/**
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)
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
}

/*
Text-level semantics
====================
*/

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

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

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

b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family:
    ui-monospace,
    SFMono-Regular,
    Consolas,
    'Liberation Mono',
    Menlo,
    monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
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;
}

/*
Tabular data
============
*/

/**
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)
*/

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

/*
Forms
=====
*/

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

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

button,
select {
  /* 1 */
  text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type='button'] {
  -webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

/**
Restore the focus styles unset by the previous rule.
*/

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

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
  padding: 0;
}

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

progress {
  vertical-align: baseline;
}

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

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

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

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

/*
Interactive
===========
*/

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

summary {
  display: list-item;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

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

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

button {
  background-color: transparent;
  background-image: none;
}

fieldset {
  margin: 0;
  padding: 0;
}

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

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 1 */
  line-height: 1.5;
  /* 2 */
}

/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

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

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

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

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  color: #9ca3af;
}

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

button {
  cursor: pointer;
}

/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */

table {
  border-collapse: collapse;
}

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;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 *
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 *
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

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;
}

/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */

*, ::before, ::after {
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@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;
  }
}

@media (min-width: 768px) {
  html {
    font-size: 20px;
  }
}

.container {
  max-width: 100%;
}

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

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.-right-6 {
  right: -1.5rem;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.-left-4 {
  left: -1rem;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-30 {
  z-index: 30;
}

.z-40 {
  z-index: 40;
}

.z-50 {
  z-index: 50;
}

.m-auto {
  margin: auto;
}

.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.-mx-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.-mt-6 {
  margin-top: -1.5rem;
}

.-mt-8 {
  margin-top: -2rem;
}

.-mt-10 {
  margin-top: -2.5rem;
}

.-mt-12 {
  margin-top: -3rem;
}

.-mt-16 {
  margin-top: -4rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.ml-4 {
  margin-left: 1rem;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.w-3\/12 {
  width: 25%;
}

.w-6\/12 {
  width: 50%;
}

.w-9\/12 {
  width: 75%;
}

.w-full {
  width: 100%;
}

.max-w-50 {
  max-width: 50px;
}

.max-w-275 {
  max-width: 275px;
}

.max-w-312 {
  max-width: 312px;
}

.max-w-320 {
  max-width: 320px;
}

.flex-grow {
  flex-grow: 1;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }

  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

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

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-4 {
  gap: 1rem;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.rounded-t-2xl {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-b-xl {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.rounded-b-2xl {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.rounded-tl-2xl {
  border-top-left-radius: 1rem;
}

.rounded-tr-2xl {
  border-top-right-radius: 1rem;
}

.border-2 {
  border-width: 2px;
}

.border-t-2 {
  border-top-width: 2px;
}

.border-t-8 {
  border-top-width: 8px;
}

.border-r-2 {
  border-right-width: 2px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-l-2 {
  border-left-width: 2px;
}

.border-solid {
  border-style: solid;
}

.border-dotted {
  border-style: dotted;
}

.border-theme-yellow {
  --tw-border-opacity: 1;
  border-color: rgba(218, 224, 0, var(--tw-border-opacity));
}

.border-theme-green {
  --tw-border-opacity: 1;
  border-color: rgba(163, 193, 64, var(--tw-border-opacity));
}

.border-theme-black {
  --tw-border-opacity: 1;
  border-color: rgba(34, 37, 49, var(--tw-border-opacity));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}

.bg-theme-blackblue {
  --tw-bg-opacity: 1;
  background-color: rgba(34, 37, 49, var(--tw-bg-opacity));
}

.bg-theme-blue {
  --tw-bg-opacity: 1;
  background-color: rgba(50, 130, 229, var(--tw-bg-opacity));
}

.bg-theme-orange {
  --tw-bg-opacity: 1;
  background-color: rgba(230, 163, 50, var(--tw-bg-opacity));
}

.bg-theme-yellow {
  --tw-bg-opacity: 1;
  background-color: rgba(218, 224, 0, var(--tw-bg-opacity));
}

.bg-theme-green {
  --tw-bg-opacity: 1;
  background-color: rgba(163, 193, 64, var(--tw-bg-opacity));
}

.bg-theme-gray {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 241, 238, var(--tw-bg-opacity));
}

.bg-theme-skinyellow {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 241, 121, var(--tw-bg-opacity));
}

.bg-textline-01 {
  background-image: url(4ac0788bcca31145b911.svg);
}

.bg-textline-02 {
  background-image: url(ffdc93c08a74da24b61e.svg);
}

.bg-diagonal-03 {
  background-image: url(13e287254a31bb4dad00.svg);
}

.bg-section03-bg-01 {
  background-image: url(540fdf0ddf71948c9ce8.svg);
}

.bg-theme-grad-green {
  background-image: linear-gradient(90deg, rgba(141, 188, 20, 1) 0%, rgba(163, 199, 15, 1) 100%);
}

.bg-cover {
  background-size: cover;
}

.bg-bottom {
  background-position: bottom;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.object-center {
  -o-object-position: center;
  object-position: center;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pl-24 {
  padding-left: 6rem;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.font-body {
  font-family: Noto Sans JP, sans-serif;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-ss {
  font-size: .5rem;
}

.text-lm {
  font-size: .95rem;
}

.font-bold {
  font-weight: 700;
}

.italic {
  font-style: italic;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-7 {
  line-height: 1.75rem;
}

.leading-8 {
  line-height: 2rem;
}

.leading-9 {
  line-height: 2.25rem;
}

.leading-10 {
  line-height: 2.5rem;
}

.text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.text-theme-blue {
  --tw-text-opacity: 1;
  color: rgba(50, 130, 229, var(--tw-text-opacity));
}

.text-theme-orange {
  --tw-text-opacity: 1;
  color: rgba(230, 163, 50, var(--tw-text-opacity));
}

.text-theme-red {
  --tw-text-opacity: 1;
  color: rgba(232, 93, 74, var(--tw-text-opacity));
}

.text-theme-yellow {
  --tw-text-opacity: 1;
  color: rgba(218, 224, 0, var(--tw-text-opacity));
}

.text-theme-green {
  --tw-text-opacity: 1;
  color: rgba(127, 155, 34, var(--tw-text-opacity));
}

.underline {
  text-decoration: underline;
}

*, ::before, ::after {
  --tw-shadow: 0 0 #0000;
}

*, ::before, ::after {
  --tw-ring-inset: var(--tw-empty,
      /*!*/
      /*!*/
    );
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
}

.filter {
  --tw-blur: var(--tw-empty,
      /*!*/
      /*!*/
    );
  --tw-brightness: var(--tw-empty,
      /*!*/
      /*!*/
    );
  --tw-contrast: var(--tw-empty,
      /*!*/
      /*!*/
    );
  --tw-grayscale: var(--tw-empty,
      /*!*/
      /*!*/
    );
  --tw-hue-rotate: var(--tw-empty,
      /*!*/
      /*!*/
    );
  --tw-invert: var(--tw-empty,
      /*!*/
      /*!*/
    );
  --tw-saturate: var(--tw-empty,
      /*!*/
      /*!*/
    );
  --tw-sepia: var(--tw-empty,
      /*!*/
      /*!*/
    );
  --tw-drop-shadow: var(--tw-empty,
      /*!*/
      /*!*/
    );
  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);
}

.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
}

.drop-shadow-lg {
  --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
}

.drop-shadow-theme-shadow {
  --tw-drop-shadow: drop-shadow(5px 5px 0px rgba(163, 193, 64));
}

/* YouTube */

.video-wrap {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
}

.video {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* よくある質問 */

.tab-content {
  max-height: 0;
  transition: max-height .35s;
}

.tab input:checked~.tab-content {
  max-height: 100vh;
}

.tab input:checked+label {
  font-size: 1.25rem;
  padding: 1.25rem;
  border-left-width: 2px;
  border-color: #A4AA00;
  background-color: #f8fafc;
  color: #A4AA00;
}

.tab .tab-title {
  float: left;
  width: 86%;
}

.tab label::after {
  float: right;
  right: 0;
  top: 0;
  display: block;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5;
  font-size: 1.25rem;
  text-align: center;
  transition: all .35s;
}

.tab input[type=checkbox]+label::after {
  content: "+";
  font-weight: bold;
  border-radius: 9999px;
}

.tab input[type=checkbox]:checked+label::after {
  transform: rotate(315deg);
  background-color: #A4AA00;
  color: #f8fafc;
}

/* 店舗一覧 */

.sec_lst_list dt {
  position: relative;
  background: #F4F4F4;
  border-radius: 1rem;
  color: #000;
  font-size: 1rem;
  font-weight: bold;
  text-align: left;
  padding: 1rem;
  margin-top: 1px;
  margin-bottom: 0.5rem;
  cursor: pointer;
}

.sec_lst_list dt.active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.sec_lst_list dt.active:after {
  content: "−";
}

.sec_lst_list dt:after {
  content: "＋";
  position: absolute;
  right: 1rem;
}

.sec_lst_list dd {
  background: #fff;
  margin-bottom: 0;
  display: none;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.sec_lst_list dd dt {
  background: #eee;
  border-bottom: 1px solid #d6d6d6;
  color: black;
  margin-top: 0;
}

.sec_lst_list dd>dl {
  padding: 0.5rem;
  margin: -0.5rem 0 0.5rem;
}

.sec_lst_list ul li {
  padding: 1rem;
  margin-top: -0.5rem;
  margin-bottom: 0.5rem;
  text-align: left;
  border-bottom: 1px solid #F4F4F4;
}

.sec_lst_list ul li:last-child {
  border-bottom: none;
}

.sec_lst_list ul li .name {
  display: block;
  color: #75c50c;
  font-weight: bold;
  font-size: 1rem;
}

.sec_lst_list ul li .info {
  display: block;
  color: #000;
}

/* フォーム */

#fst-error-message {
  display: none;
}

#text-error-message {
  display: none;
}

#shop-error-message {
  display: none;
}

#date-error-message {
  display: none;
}

#date1error-message {
  display: none;
}

#date2error-message {
  display: none;
}

#agree-error-message {
  display: none;
}

#tenpoShop_alert {
  display: none;
}

#tips-err {
  display: none;
}

#tips-errbt {
  display: none;
}

#load {
  display: none;
}

input#hajimete {
  text-align: left;
  padding: 0;
}

input#doui {
  position: relative;
  top: 3px;
}

.form-controls-selected {
  color: #000000 !important;
  font-weight: 300;
}

.contact__tittle {
  padding: 2em 0 3em 0;
}

.contact__tittle .bg-grey {
  background: #e9e9e9;
  border: #c2c2c2 solid 1px;
}

.contact__tittle .bg-grey p.btn-callct {
  text-align: center;
  border-radius: 4px;
  color: #fff;
  padding: 6px 0;
  width: 80%;
  margin: .7em auto 1.4rem;
  font-size: 20px;
  border-color: #19D546;
  background-color: #19D546;
}

.contact__tittle .required {
  color: #fff;
  padding: 2px 5px 2px;
  font-size: 14px;
  margin: 0 0 0 5px;
  background-color: #ff0000;
}

@media screen and (max-width: 768px) {
  .contact__tittle .required {
    position: absolute;
    right: 20px;
    font-size: 14px;
  }
}

.contact__tittle a {
  text-decoration: none;
  color: #fff;
  font-weight: 300;
}

.contact__tittle p {
  font-size: 13px;
  text-align: left;
}

.contact__tittle p.txt-p {
  margin: 1.5rem auto 0;
  text-align: justify;
  padding: 0 1.5rem;
}

@media (min-width: 768px) {
  .contact__tittle p.txt-p {
    text-align: center;
  }
}

.contact__tittle p.btn-callct {
  text-align: center;
  border-radius: 4px;
  color: #fff;
  padding: 6px 0;
  width: 80%;
  margin: 2em auto;
  font-size: 20px;
  border-color: #19D546;
  background-color: #19D546;
}

.contact__tittle p.info.left {
  text-align: left;
  padding: 2rem 0 0;
}

.contact__tittle p.info.left span {
  font-size: 16px;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .contact__tittle p.info.left span {
    font-size: 18px;
  }
}

.contact__tittle p.info.left span.q_first {
  font-size: 18px;
  font-weight: 400;
}

.contact__tittle p.info.left label.kininaru01 {
  font-size: 18px;
  position: relative;
  bottom: 0;
  left: 5px;
  font-weight: 300;
}

.contact__tittle form .must-question {
  padding: 20px;
  margin-bottom: 2em;
  background: #fff0e2;
  border: 2px solid #efc0b9;
}

.contact__tittle form .must-question h3 {
  margin-top: 0;
  margin-bottom: 30px;
  font-weight: bold;
}

.contact__tittle form .must-question .q {
  font-weight: bold;
  font-size: 16px;
}

.contact__tittle form .must-question .yes {
  position: relative;
  top: -3px;
  font-size: 18px;
  font-weight: 300;
  cursor: pointer;
}

.contact__tittle form .must-question .note {
  font-weight: bold;
  color: #e85d4a;
}

.contact__tittle form .must-question input {
  padding: 0;
  margin-top: 0;
  width: 15px;
}

.contact__tittle p.txt-form {
  font-size: 12px;
  font-weight: 600;
  color: red;
}

.contact__tittle p.txt-form span {
  display: inline-block;
  text-decoration: underline;
}

.contact__tittle p.btn-tel {
  text-align: center;
  padding: 1em 0 2em;
}

.contact__tittle p.btn-tel img {
  width: 70%;
}

.contact__tittle p.btn-form {
  text-align: center;
}

.contact__tittle p.btn-form img {
  width: 280px;
}

.contact__tittle h3 {
  text-align: center;
  font-size: 22px;
  padding: 0em 0 1em 0;
}

.contact__tittle h4 {
  font-size: 16px;
  text-align: center;
  padding: 0 0 2em 0;
}

.contact__tittle .privacy_box {
  height: 250px;
  overflow-y: auto;
  border: 1px solid #929292;
  padding: 16px;
  -webkit-overflow-scrolling: touch;
  margin: 16px 0 30px;
  background-color: #eee;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
}

.contact__tittle .privacy_box._2 {
  height: inherit;
  overflow-y: inherit;
}

.contact__tittle .privacy_box._2 a {
  color: #1E90FF;
  text-decoration: underline;
}

.contact__tittle .privacy_box p.privacy_policy_tt {
  font-size: 16px;
  margin: 0 0 10px;
  font-weight: 600;
  text-align: left;
}

.contact__tittle .privacy_box p.privacy_policy_subtt {
  margin: 20px 0 10px;
  font-weight: 600;
  font-size: 16px;
}

.contact__tittle input {
  margin: 16px auto 0;
  color: #757575;
  padding: 0.5rem;
  width: 100%;
  color: #757575;
  font-weight: 400;
  font-size: 18px;
  border: 1px solid #c2c2c2;
  border-radius: 0.5rem;
}

.contact__tittle input[type="text"] {
  color: #000;
  font-size: 18px;
}

.contact__tittle input[type="checkbox"] {
  width: 20px;
  height: 20px;
  cursor: hand;
  cursor: pointer;
}

.contact__tittle textarea {
  width: 100%;
  padding: 0.5rem;
  font-size: 18px;
  color: #757575;
  border: 1px solid #c2c2c2;
  border-radius: 0.5rem;
}

.contact__tittle select {
  width: 100%;
  margin: 16px auto 0;
  padding: 0.8rem;
  font-weight: 400;
  font-size: 18px;
  color: #757575;
  border: 1px solid #c2c2c2;
  border-radius: 0.5rem;
}

.contact__tittle form table {
  width: 100%;
  margin-bottom: 0px;
  border-top: 0px solid #999;
}

.contact__tittle form table tbody {
  width: 100%;
  display: block;
}

.contact__tittle form table tbody #___shop td select {
  display: block;
  width: 100%;
}

.contact__tittle form table tbody tr {
  display: block;
  margin: 16px auto 0;
}

.contact__tittle form table tbody tr.hidden {
  visibility: collapse;
}

.contact__tittle form table tbody tr th {
  padding: 10px 5px 10px 15px;
  font-size: 16px;
  background: #efefef;
  display: block;
  text-align: left;
  width: 100%;
  font-family: Meiryo, sans-serif;
}

.contact__tittle form table tbody tr th span.required {
  color: #fff;
  padding: 5px;
  font-size: 12px;
  margin: 0 0 0 5px;
  background-color: #C40003;
}

.contact__tittle form table tbody tr td {
  font-size: 16px;
  text-align: left;
  background: #fff;
  color: #222;
  display: block;
  font-family: Meiryo, sans-serif;
  font-weight: 600;
  border-bottom: 0px solid #999;
}

.contact__tittle form table tbody tr td p {
  text-align: justify;
  padding: 5px 0 0 0;
}

.contact__tittle form table tbody tr td.date-time select {
  display: block;
}

.contact__tittle form .care p {
  text-align: justify;
  font-size: 16px;
}

.contact__tittle form .doui {
  text-align: left;
  padding: 0;
}

.contact__tittle form .doui input[type="checkbox"] {
  width: 20px;
  height: 20px;
  cursor: hand;
  cursor: pointer;
}

.contact__tittle form .doui label.kininaru01 {
  font-size: 18px;
  position: relative;
  bottom: 0;
  left: 5px;
  font-weight: 300;
}

.contact__tittle input[type="button"] {
  display: block;
  padding: 15px 0;
  width: 85%;
  border-radius: 4px;
  background-color: #19D546;
  border: none;
  color: #fff;
  font-weight: 500;
  font-size: 17px;
  transition: background-color 0.2s;
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 4px;
  margin: 0 auto;
}

.contact__tittle input[type="button"][disabled] {
  background-color: #ccc;
}

.contact__tittle .correction {
  display: block;
  padding: 15px 0;
  width: 85%;
  border: none;
  color: #7c7c7c;
  background: #fff;
  font-size: 18px;
  margin: 0 auto 20px auto;
  border: 2px solid #7c7c7c;
}

.contact__tittle .claim {
  display: block;
  padding: 15px 0;
  width: 85%;
  border: none;
  color: #fff;
  background: #47809a;
  font-size: 18px;
  margin: 10px auto;
}

.contact__tittle .caution {
  padding: 15px;
  margin: 40px auto 0;
  max-width: 800px;
  color: #ff0000;
  text-align: left;
  font-weight: 600;
  border: 1px solid #ff0000;
}

@media (min-width: 1150px) {
  .contact__tittle {
    padding: 5em 0 3em 0;
  }

  .contact__tittle p {
    font-size: 15px;
    text-align: left;
  }

  .contact__tittle p.txt-form {
    font-size: 15px;
    font-weight: 600;
    color: red;
  }

  .contact__tittle p.txt-form span {
    display: inline-block;
  }

  .contact__tittle p.btn-tel {
    text-align: center;
  }

  .contact__tittle p.btn-tel img {
    width: 50%;
  }

  .contact__tittle p.btn-form {
    text-align: center;
  }

  .contact__tittle p.btn-form img {
    width: 300px;
  }

  .contact__tittle form {
    width: 100%;
  }

  .contact__tittle form table {
    width: 100%;
    margin-bottom: 40px;
    display: table;
  }

  .contact__tittle form table tbody {
    display: inherit;
  }

  .contact__tittle form table tbody tr {
    display: block;
  }

  .contact__tittle form table tbody tr th {
    padding: 20px 10px;
    width: 300px;
    text-align: left;
    background: #efefef;
    font-size: 16px;
    font-family: Meiryo, sans-serif;
    font-weight: 600;
    display: table-cell;
  }

  .contact__tittle form table tbody tr th span.required {
    color: #fff;
    padding: 5px;
    font-size: 12px;
    margin: 0 0 0 5px;
    background-color: #C40003;
  }

  .contact__tittle form table tbody tr td {
    text-align: left;
    background: #fff;
    color: #222;
    display: block;
    font-family: Meiryo, sans-serif;
    font-weight: 600;
    font-size: 16px;
    border-bottom: 0px solid #999;
  }

  .contact__tittle form table tbody tr td select {
    padding: .6rem;
  }

  .contact__tittle form table tbody tr td.date-time select {
    display: inline-block;
  }

  .contact__tittle form .care p {
    text-align: center;
    font-size: 18px;
  }

  .contact__tittle form .doui {
    max-width: 280px;
  }

  .contact__tittle input[type="button"] {
    display: block;
    padding: 15px 0;
    width: 85%;
  }

  .contact__tittle .correction {
    display: block;
    padding: 15px 0;
    width: 45%;
  }

  .contact__tittle .claim {
    display: block;
    padding: 15px 0;
    width: 45%;
  }
}

.contact__form h2, .contact__form h3 {
  text-align: center;
  font-size: 22px;
}

@media (min-width: 640px) {
  .sm\:ml-4 {
    margin-left: 1rem;
  }
}

@media (min-width: 768px) {
  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:-mt-14 {
    margin-top: -3.5rem;
  }

  .md\:-mt-16 {
    margin-top: -4rem;
  }

  .md\:hidden {
    display: none;
  }

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:pt-16 {
    padding-top: 4rem;
  }

  .md\:pb-0 {
    padding-bottom: 0px;
  }

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {}

@media (min-width: 1280px) {}

@media (min-width: 1536px) {}