*, ::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.13 | 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: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

.container {
  width: 100%;
}

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

/* 共通 */

img{
  width: 100%;
  height: auto;
}

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

@media (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

.bg-top-img{
  background-image: url('../img/bg-top.webp');
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}

.bg-service {
  background-image: url('../img/bg.webp');
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-left-position{
  background-position-y: 74%;
}

.separator::before {
  content: '|';
  color: white;
}

@media (min-width: 768px) {
  .grid-container {
    display: grid;
    grid-template-columns: calc(100% - 375px) 375px;
  }
}

@media (min-width: 1024px) {
  .grid-container {
    display: grid;
    grid-template-columns: calc(50% - 187.5px) 375px calc(50% - 187.5px);
  }
}

/* タブレット表示 背景画像 */

@media (min-width: 768px) and (max-width: 1023px) {
  .bg-top-img {
    background-image: url('../img/bg-top-tablet.webp');
  }

  #leftSidebar .sticky {
    align-items: start;
    padding-top: 260px;
  }
}

/* ハンバーガーメニュー */

/* ハンバーガーメニュー */

#menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 36%;
  max-width: 375px;
  min-width: 320px;
  height: 100vh;
  background-color: white;
  z-index: 20;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
  transform: translateX(100%);
  /* 初期状態で右に隠す */
  transition: transform 0.3s ease-in-out;
  /* スライドイン・アウトのアニメーション */
}

/* メニューが表示されたときの状態 */

#menu:not(.hidden) {
  transform: translateX(0%);
  /* 表示時にスライドイン */
}

/* メニューが非表示のとき */

#menu.hidden {
  transform: translateX(100%);
  /* 非表示時にスライドアウト */
}

/* ハンバーガーメニューのボタンを右上に固定 */

#menuButton {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 30;
}

/* スクロール可能な中央コンテンツ */

#mainContent {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  height: 100vh;
  overflow-y: auto;
}

/* オーバーレイのスタイル */

#overlay {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  /* 半透明の黒 */
  z-index: 15;
  /* メニューの下に表示 */
  opacity: 0;
  /* 初期状態は透明に */
  transition: opacity 0.3s ease-in-out;
  /* フェードイン・アウトのアニメーション */
  display: none;
  /* 初期状態では非表示 */
}

/* オーバーレイが表示されたとき */

#overlay.active {
  display: block;
  /* 表示 */
  opacity: 1;
  /* 不透明に */
}

/* トップページ */

.top-mv-bg {
  background-image: url(../img/top-mv-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.slider {
  position: absolute!important;
}

.slider .slick-slide{
  margin-right: 5px!important;
  margin-left: 5px!important;
}

.top-about-bg {
  background-image: url(../img/top-about-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
}

.top-bg-service {
  background-image: url('../img/bg.webp');
  background-repeat: no-repeat;
  background-size: cover;
}

.top-bg-service::before {
  background-image: url('../img/top-bg-service01.webp');
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  width: 40.8vw;
  height: 103.46vw;
  top: 32%;
  right: 0;
  display: inline-block;
}

.top-bg-service::after {
  background-image: url('../img/top-bg-service02.webp');
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  width: 40.9vw;
  height: 83.33vw;
  top: 60%;
  left: 0;
  display: inline-block;
}

.top-bg-works {
  background-image: url('../img/top-bg-works.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.top-bg-works::after {
  background-image: url('../img/title-bg.webp');
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  position: absolute;
  width: 100%;
  height: 79.2vw;
  bottom: -18%;
  left: 0;
  display: inline-block;
}

.top-bg-client {
  background-image: url('../img/top-bg-client.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.top-bg-contact {
  background-image: url('../img/top-bg-contact.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

@media (min-width: 768px) {
  .top-bg-service::before {
    width: 153px;
    height: 388px;
  }

  .top-bg-service::after {
    width: 153px;
    height: 312px;
  }

  .top-bg-works::after {
    width: 100%;
    height: 297px;
  }
}

/* 実績詳細ページ */

.contact-bg::after {
  background-image: url('../img/title-bg.webp');
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  position: absolute;
  width: 100%;
  height: 79.2vw;
  bottom: 14%;
  left: 0;
  display: inline-block;
}

.color-event {
  border-color: #529632;
  /* ボーダー色 */
  color: #529632;
  /* テキスト色 */
}

.color-sns {
  border-color: #327296;
  /* ボーダー色 */
  color: #327296;
  /* テキスト色 */
}

.color-ad {
  border-color: #963292;
  /* ボーダー色 */
  color: #963292;
  /* テキスト色 */
}

@media (min-width: 768px) {
  .contact-bg::after {
    width: 100%;
    height: 297px;
  }
}

/* お問い合わせページ */

.wpcf7-previous {
  display: block;
}

input.wpcf7-form-control.wpcf7-previous {
  border: none;
  text-align: center;
  text-decoration:underline;
  color: #529632;
}

.contact-step::before {
  content: "";
  position: absolute;
  width: 160px;
  height: 1px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  background: #529632;
  z-index: -1;
}

.wpcf7-form > p {
  margin-bottom: 30px;
}

.wpcf7-spinner{
  display: none!important;
}

.contact-item__text {
  display: inline-block;
  height: auto;
  width: 100%;
  margin-bottom: 0;
}

.contact-item__title {
  font-weight: bold;
}

.contact-item__text .contact-item__required {
  color: #fff;
  font-size: 0.75rem;
  background-color: #D9700F;
  padding: 2px 12px;
  border-radius: 4px;
  margin-left: 12px;
}

.wpcf7-form-control {
  border: solid 1px #A1A1A1;
  border-radius: 4px;
  display: inline-block;
  width: 100%;
  height: 36px;
  margin-top: 16px;
  padding: 6px 10px;
}

.contact-service .wpcf7-form-control {
  border: none;
  display: flex;
  flex-direction: column;
  height: auto;
  padding: 0;
}

.contact-service .wpcf7-form-control .wpcf7-list-item {
  font-weight: normal;
}

.wpcf7-form-control.service-item {
  height: auto;
  border: none;
  display: flex;
  flex-direction: column;
  padding: 0;
}

.wpcf7-form-control.service-item label {
  display: flex;
  margin-bottom: 16px;
}

.wpcf7-form-control.service-item input {
  margin-right: 8px;
  width: 16px;
  height: 16px;
  border: solid 1px #A1A1A1;
  margin-top: 3px;
}

.wpcf7-form-control.service-item .wpcf7-list-item-label {
  width: 91%;
}

.wpcf7-form-control.wpcf7-textarea {
  height: 205px;
}

.wpcf7-form-control.wpcf7-submit {
  display: block;
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
  background-color: #529632;
  border: none;
  text-align: center;
  width: 295px;
  line-height: 62px;
  height: 62px;
  padding: 0;
  margin: auto;
  margin-top: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}

.wpcf7-form > p:last-of-type {
  margin-top: 36px;
}

.screen-reader-response ul,
    .wpcf7-response-output {
  display: none;
}

.screen-reader-response {
  color: #D11C2C;
  margin-bottom: 16px;
}

.wpcf7-not-valid-tip {
  color: #D11C2C;
  font-size: 0.75rem;
}

span.contact-confirm-title{
  display: inline-block;
  margin-bottom: 16px;
}

span.contact-confirm-title:first-child{
  margin-top: 0px;
}

span.contact-confirm-title{
  display: inline-block;
  margin-bottom: 16px;
}

span.contact-confirm-title:first-child{
  margin-top: 0px;
}

.mwform-checkbox-field.horizontal-item {
  display: block;
}

.mw_wp_form form > p {
  margin-bottom: 24px;
}

.mw_wp_form.mw_wp_form_input .horizontal-item + .horizontal-item {
  margin-left: 0;
}

.contact-service {
  margin-bottom: 16px;
}

.contact-back {
  font-size: 0.875rem;
  color: #529632;
  text-decoration: underline;
  display: block;
  margin: 0 auto;
}

body.contact-confirm .mw_wp_form form > p:nth-of-type(4) .contact-item__text {
  margin-bottom: 0;
}

/* 実績一覧ページ */

.tab-button {
  z-index: 10;
  position: relative;
  pointer-events: auto;
}

.tab-button.is-active {
  background-color: #D9700F;
  /* デフォルト */
  color: white;
}

.tab-button.is-active.event {
  background-color: #529632;
  /* イベント企画運営サポートのアクティブ色 */
}

.tab-button.is-active.sns {
  background-color: #327296;
  /* SNS運用代行のアクティブ色 */
}

.tab-button.is-active.ad {
  background-color: #963292;
  /* 広告運用代行のアクティブ色 */
}

/* ページネーション */

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  gap: 10px;
  /* 各ページ番号の間にスペースを追加 */
}

.pagination a, .pagination span {
  display: inline-block;
  padding: 10px 15px;
  border: 1px solid #4E3504;
  /* ボーダーの色を指定 */
  border-radius: 4px;
  /* 角を丸くする */
  background-color: #fff;
  /* ボタンの背景色 */
  color: #4E3504;
  /* 文字色 */
  font-size: 1rem;
  /* 文字サイズを指定 */
  text-decoration: none;
  /* テキストの下線を削除 */
}

.pagination .current {
  background-color: #4E3504;
  /* 現在のページの背景色 */
  color: #fff;
  /* 現在のページの文字色 */
  font-weight: bold;
  /* 現在のページの文字を太字に */
}

.pagination a {
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  /* ホバー時のスムーズな変化を追加 */
}

/* 非アクティブ時のデフォルトスタイル */

.tab-button {
  background-color: #fff;
  /* ボタンの背景色 */
  color: #4E3504;
  /* テキスト色 */
  border: 1px solid #4E3504;
  /* ボーダー色 */
  font-size: 0.875rem;
  padding: 10px 24px;
  border-radius: 9999px;
  /* 丸いボタン */
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}

/* タブごとのボーダー色（非アクティブ時） */

.tab-button.all {
  border-color: #D9700F;
  color: #D9700F;
}

.tab-button.event {
  border-color: #529632;
  color: #529632;
}

.tab-button.sns {
  border-color: #327296;
  color: #327296;
}

.tab-button.ad {
  border-color: #963292;
  color: #963292;
}

/* button-activeクラスがついたときのスタイル（すべて） */

.tab-button.all.button-active {
  background-color: #D9700F;
  /* すべての時の背景色 */
  color: #fff;
  /* 文字色 */
  border: #D9700F solid 1px;
}

/* イベント企画運営サポートのボタンがアクティブな時 */

.tab-button.event.button-active {
  background-color: #529632;
  /* イベントの時の背景色 */
  color: #fff;
  border: #529632 solid 1px;
}

/* SNS運用代行のボタンがアクティブな時 */

.tab-button.sns.button-active {
  background-color: #327296;
  /* SNS運用代行の時の背景色 */
  color: #fff;
  border: #327296 solid 1px;
}

/* 広告運用代行のボタンがアクティブな時 */

.tab-button.ad.button-active {
  background-color: #963292;
  /* 広告運用代行の時の背景色 */
  color: #fff;
  border: #963292 solid 1px;
}

.pagination .prev,
.pagination .next {
  display: none;
}

@font-face {
  font-family: 'MyCustomFont';

  src: url('../font/LINESeedJP_OTF_Th.woff') format('woff');

  font-weight: 100;

  /* Thin */

  font-style: normal;
}

@font-face {
  font-family: 'MyCustomFont';

  src: url('../font/LINESeedJP_OTF_Rg.woff') format('woff');

  font-weight: 400;

  /* Regular */

  font-style: normal;
}

@font-face {
  font-family: 'MyCustomFont';

  src: url('../font/LINESeedJP_OTF_Bd.woff') format('woff');

  font-weight: 700;

  /* Bold */

  font-style: normal;
}

@font-face {
  font-family: 'MyCustomFont';

  src: url('../font/LINESeedJP_OTF_Eb.woff') format('woff');

  font-weight: 800;

  /* Extra Bold */

  font-style: normal;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.collapse {
  visibility: collapse;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

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

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

.bottom-0 {
  bottom: 0px;
}

.bottom-\[-17px\] {
  bottom: -17px;
}

.bottom-\[-18px\] {
  bottom: -18px;
}

.bottom-\[-3\.5\%\] {
  bottom: -3.5%;
}

.bottom-\[-8\%\] {
  bottom: -8%;
}

.left-0 {
  left: 0px;
}

.left-4 {
  left: 1rem;
}

.left-\[10px\] {
  left: 10px;
}

.left-\[14\%\] {
  left: 14%;
}

.left-\[50\%\] {
  left: 50%;
}

.right-0 {
  right: 0px;
}

.right-4 {
  right: 1rem;
}

.top-0 {
  top: 0px;
}

.top-2 {
  top: 0.5rem;
}

.top-4 {
  top: 1rem;
}

.top-6 {
  top: 1.5rem;
}

.top-\[100vh\] {
  top: 100vh;
}

.top-\[10px\] {
  top: 10px;
}

.top-\[50\%\] {
  top: 50%;
}

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

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

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

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

.z-\[10\] {
  z-index: 10;
}

.z-\[1\] {
  z-index: 1;
}

.col-span-12 {
  grid-column: span 12 / span 12;
}

.col-span-6 {
  grid-column: span 6 / span 6;
}

.m-auto {
  margin: auto;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

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

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

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

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

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

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

.mb-\[120px\] {
  margin-bottom: 120px;
}

.mb-\[12px\] {
  margin-bottom: 12px;
}

.mb-\[153px\] {
  margin-bottom: 153px;
}

.mb-\[16px\] {
  margin-bottom: 16px;
}

.mb-\[22px\] {
  margin-bottom: 22px;
}

.mb-\[24px\] {
  margin-bottom: 24px;
}

.mb-\[36px\] {
  margin-bottom: 36px;
}

.mb-\[48px\] {
  margin-bottom: 48px;
}

.mb-\[4px\] {
  margin-bottom: 4px;
}

.mb-\[5px\] {
  margin-bottom: 5px;
}

.mb-\[60px\] {
  margin-bottom: 60px;
}

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

.ml-auto {
  margin-left: auto;
}

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

.mr-\[12px\] {
  margin-right: 12px;
}

.mt-0 {
  margin-top: 0px;
}

.mt-1 {
  margin-top: 0.25rem;
}

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

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

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

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

.mt-\[12px\] {
  margin-top: 12px;
}

.mt-\[24px\] {
  margin-top: 24px;
}

.mt-\[26\.66\%\] {
  margin-top: 26.66%;
}

.mt-\[30px\] {
  margin-top: 30px;
}

.mt-\[36px\] {
  margin-top: 36px;
}

.mt-\[4px\] {
  margin-top: 4px;
}

.mt-\[60px\] {
  margin-top: 60px;
}

.mt-\[80px\] {
  margin-top: 80px;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-0 {
  height: 0px;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-14 {
  height: 3.5rem;
}

.h-16 {
  height: 4rem;
}

.h-32 {
  height: 8rem;
}

.h-6 {
  height: 1.5rem;
}

.h-64 {
  height: 16rem;
}

.h-8 {
  height: 2rem;
}

.h-\[36px\] {
  height: 36px;
}

.h-\[53\.33vw\] {
  height: 53.33vw;
}

.h-\[62px\] {
  height: 62px;
}

.h-\[70px\] {
  height: 70px;
}

.h-\[84px\] {
  height: 84px;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.max-h-full {
  max-height: 100%;
}

.w-0 {
  width: 0px;
}

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-14 {
  width: 3.5rem;
}

.w-16 {
  width: 4rem;
}

.w-32 {
  width: 8rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

.w-\[100\%\] {
  width: 100%;
}

.w-\[125px\] {
  width: 125px;
}

.w-\[172px\] {
  width: 172px;
}

.w-\[176px\] {
  width: 176px;
}

.w-\[206px\] {
  width: 206px;
}

.w-\[286px\] {
  width: 286px;
}

.w-\[295px\] {
  width: 295px;
}

.w-\[335px\] {
  width: 335px;
}

.w-\[36px\] {
  width: 36px;
}

.w-\[48px\] {
  width: 48px;
}

.w-\[60px\] {
  width: 60px;
}

.w-\[70px\] {
  width: 70px;
}

.w-\[75\%\] {
  width: 75%;
}

.w-\[89\.33\%\] {
  width: 89.33%;
}

.w-\[90\%\] {
  width: 90%;
}

.w-\[calc\(\(100\%-15px\)\/2\)\] {
  width: calc((100% - 15px) / 2);
}

.w-auto {
  width: auto;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

.max-w-\[335px\] {
  max-width: 335px;
}

.max-w-\[450px\] {
  max-width: 450px;
}

.max-w-sm {
  max-width: 24rem;
}

.border-collapse {
  border-collapse: collapse;
}

.-translate-x-full {
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-\[-50\%\] {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-full {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-\[-50\%\] {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-rotate-45 {
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-45 {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

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

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

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

.flex-col {
  flex-direction: column;
}

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

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

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

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

.gap-2 {
  gap: 0.5rem;
}

.gap-\[15px\] {
  gap: 15px;
}

.gap-\[16px\] {
  gap: 16px;
}

.gap-\[30px\] {
  gap: 30px;
}

.gap-\[4\%\] {
  gap: 4%;
}

.gap-\[8px\] {
  gap: 8px;
}

.space-x-4 > :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)));
}

.space-y-1 > :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));
}

.space-y-2 > :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));
}

.space-y-4 > :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));
}

.space-y-6 > :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));
}

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

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-y-auto {
  overflow-y: auto;
}

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

.break-words {
  overflow-wrap: break-word;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-\[4px\] {
  border-radius: 4px;
}

.rounded-\[8px\] {
  border-radius: 8px;
}

.rounded-full {
  border-radius: 9999px;
}

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

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.rounded-bl-none {
  border-bottom-left-radius: 0px;
}

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

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

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

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

.border {
  border-width: 1px;
}

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

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

.border-\[1px\] {
  border-width: 1px;
}

.border-x-8 {
  border-left-width: 8px;
  border-right-width: 8px;
}

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

.border-b-\[1px\] {
  border-bottom-width: 1px;
}

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

.border-\[\#327296\] {
  --tw-border-opacity: 1;
  border-color: rgb(50 114 150 / var(--tw-border-opacity));
}

.border-\[\#529632\] {
  --tw-border-opacity: 1;
  border-color: rgb(82 150 50 / var(--tw-border-opacity));
}

.border-\[\#963292\] {
  --tw-border-opacity: 1;
  border-color: rgb(150 50 146 / var(--tw-border-opacity));
}

.border-\[\#D9700F\] {
  --tw-border-opacity: 1;
  border-color: rgb(217 112 15 / var(--tw-border-opacity));
}

.border-green-600 {
  --tw-border-opacity: 1;
  border-color: rgb(22 163 74 / var(--tw-border-opacity));
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-x-transparent {
  border-left-color: transparent;
  border-right-color: transparent;
}

.border-b-green-600 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(22 163 74 / var(--tw-border-opacity));
}

.bg-\[\#1481D2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(20 129 210 / var(--tw-bg-opacity));
}

.bg-\[\#327296\] {
  --tw-bg-opacity: 1;
  background-color: rgb(50 114 150 / var(--tw-bg-opacity));
}

.bg-\[\#529632\] {
  --tw-bg-opacity: 1;
  background-color: rgb(82 150 50 / var(--tw-bg-opacity));
}

.bg-\[\#963292\] {
  --tw-bg-opacity: 1;
  background-color: rgb(150 50 146 / var(--tw-bg-opacity));
}

.bg-\[\#D9700F\] {
  --tw-bg-opacity: 1;
  background-color: rgb(217 112 15 / var(--tw-bg-opacity));
}

.bg-\[\#E5F2F6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(229 242 246 / var(--tw-bg-opacity));
}

.bg-\[\#EBF6E5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(235 246 229 / var(--tw-bg-opacity));
}

.bg-\[\#F6E5F1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 229 241 / var(--tw-bg-opacity));
}

.bg-\[\#fff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-\[rgba\(255\2c 255\2c 255\2c 0\.6\)\] {
  background-color: rgba(255,255,255,0.6);
}

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

.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
}

.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}

.bg-green-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(74 222 128 / var(--tw-bg-opacity));
}

.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity));
}

.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity));
}

.bg-orange-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity));
}

.bg-orange-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity));
}

.bg-orange-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 88 12 / var(--tw-bg-opacity));
}

.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}

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

.bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity));
}

.bg-yellow-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity));
}

.bg-opacity-25 {
  --tw-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.bg-opacity-60 {
  --tw-bg-opacity: 0.6;
}

.bg-custom-gradient {
  background-image: linear-gradient(to right, #FFD600 0%, #FF7A00 25%, #FF0069 50%, #D300C5 75%, #7638FA 100%);
}

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

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

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

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

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

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

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

.p-0 {
  padding: 0px;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

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

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

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

.px-\[12px\] {
  padding-left: 12px;
  padding-right: 12px;
}

.px-\[16px\] {
  padding-left: 16px;
  padding-right: 16px;
}

.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}

.px-\[22px\] {
  padding-left: 22px;
  padding-right: 22px;
}

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

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

.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-\[12px\] {
  padding-top: 12px;
  padding-bottom: 12px;
}

.py-\[16px\] {
  padding-top: 16px;
  padding-bottom: 16px;
}

.py-\[19px\] {
  padding-top: 19px;
  padding-bottom: 19px;
}

.py-\[24px\] {
  padding-top: 24px;
  padding-bottom: 24px;
}

.py-\[36px\] {
  padding-top: 36px;
  padding-bottom: 36px;
}

.py-\[4px\] {
  padding-top: 4px;
  padding-bottom: 4px;
}

.py-\[60px\] {
  padding-top: 60px;
  padding-bottom: 60px;
}

.pb-\[100px\] {
  padding-bottom: 100px;
}

.pb-\[12px\] {
  padding-bottom: 12px;
}

.pb-\[24px\] {
  padding-bottom: 24px;
}

.pb-\[36px\] {
  padding-bottom: 36px;
}

.pb-\[40\.5\%\] {
  padding-bottom: 40.5%;
}

.pb-\[48px\] {
  padding-bottom: 48px;
}

.pb-\[60px\] {
  padding-bottom: 60px;
}

.pt-\[100px\] {
  padding-top: 100px;
}

.pt-\[12\%\] {
  padding-top: 12%;
}

.pt-\[12px\] {
  padding-top: 12px;
}

.pt-\[21\.33\%\] {
  padding-top: 21.33%;
}

.pt-\[26\.66\%\] {
  padding-top: 26.66%;
}

.pt-\[27\%\] {
  padding-top: 27%;
}

.pt-\[36px\] {
  padding-top: 36px;
}

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

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

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

.font-inter {
  font-family: Inter, sans-serif;
}

.font-kiwi-maru {
  font-family: "Kiwi Maru", serif;
}

.font-montserrat {
  font-family: Montserrat, sans-serif;
}

.font-my-custom {
  font-family: MyCustomFont, sans-serif;
}

.font-pinyon-script {
  font-family: Pinyon Script, cursive, serif;
}

.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-\[0\.625rem\] {
  font-size: 0.625rem;
}

.text-\[0\.75rem\] {
  font-size: 0.75rem;
}

.text-\[0\.875rem\] {
  font-size: 0.875rem;
}

.text-\[1\.124rem\] {
  font-size: 1.124rem;
}

.text-\[1\.125rem\] {
  font-size: 1.125rem;
}

.text-\[1\.25rem\] {
  font-size: 1.25rem;
}

.text-\[1\.5rem\] {
  font-size: 1.5rem;
}

.text-\[1\.75rem\] {
  font-size: 1.75rem;
}

.text-\[1rem\] {
  font-size: 1rem;
}

.text-\[2\.25rem\] {
  font-size: 2.25rem;
}

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

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

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

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

.font-\[400\] {
  font-weight: 400;
}

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

.leading-\[1\.5\] {
  line-height: 1.5;
}

.leading-\[1\] {
  line-height: 1;
}

.leading-\[24px\] {
  line-height: 24px;
}

.leading-\[62px\] {
  line-height: 62px;
}

.tracking-\[2\.24px\] {
  letter-spacing: 2.24px;
}

.text-\[\#327296\] {
  --tw-text-opacity: 1;
  color: rgb(50 114 150 / var(--tw-text-opacity));
}

.text-\[\#4E3504\] {
  --tw-text-opacity: 1;
  color: rgb(78 53 4 / var(--tw-text-opacity));
}

.text-\[\#529632\] {
  --tw-text-opacity: 1;
  color: rgb(82 150 50 / var(--tw-text-opacity));
}

.text-\[\#963292\] {
  --tw-text-opacity: 1;
  color: rgb(150 50 146 / var(--tw-text-opacity));
}

.text-\[\#A1A1A1\] {
  --tw-text-opacity: 1;
  color: rgb(161 161 161 / var(--tw-text-opacity));
}

.text-\[\#D9700F\] {
  --tw-text-opacity: 1;
  color: rgb(217 112 15 / var(--tw-text-opacity));
}

.text-\[\#fff\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}

.text-orange-300 {
  --tw-text-opacity: 1;
  color: rgb(253 186 116 / var(--tw-text-opacity));
}

.text-orange-500 {
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity));
}

.text-orange-600 {
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity));
}

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

.text-yellow-700 {
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / var(--tw-text-opacity));
}

.underline {
  text-decoration-line: underline;
}

.opacity-0 {
  opacity: 0;
}

.opacity-\[\.6\] {
  opacity: .6;
}

.shadow-custom {
  --tw-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  --tw-shadow-colored: 0 2px 4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-custom-works {
  --tw-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  --tw-shadow-colored: 0 0 4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline {
  outline-style: solid;
}

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

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.text-shadow-custom {
  text-shadow: 0px 0px 8px #4E3504;
}

.text-shadow-custom-White {
  text-shadow: 0px 0px 2px #fff;
}

/* ここにカスタムスタイルを追加 */

@media (min-width: 768px) {
  @media (min-width: 768px) {
    .md\:grid-container {
      display: grid;
      grid-template-columns: calc(100% - 375px) 375px;
    }
  }

  @media (min-width: 1024px) {
    .md\:grid-container {
      display: grid;
      grid-template-columns: calc(50% - 187.5px) 375px calc(50% - 187.5px);
    }
  }
}

@media (min-width: 1024px) {
  .lg\:hidden#menu {
    transform: translateX(100%);
    /* 非表示時にスライドアウト */
  }
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

.hover\:opacity-\[0\.8\]:hover {
  opacity: 0.8;
}

@media (min-width: 768px) {
  .md\:block {
    display: block;
  }

  .md\:grid {
    display: grid;
  }

  .md\:h-\[200px\] {
    height: 200px;
  }

  .md\:pt-\[100px\] {
    padding-top: 100px;
  }
}

@media (min-width: 1024px) {
  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }
}

@media (min-width: 1536px) {
  .\32xl\:h-full {
    height: 100%;
  }
}