@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&family=Noto+Sans+JP:wght@200;400;600;700&family=Zen+Maru+Gothic:wght@400;700;900&display=swap");
*, ::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.17 | 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]:where(:not([hidden="until-found"])) {
  display: none;
}
html{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.l-page{
  position: relative;
}
input:not([type="checkbox"]):focus {
    outline: none;
    border: none;
    box-shadow: none;
  }
.aspect-h-5{
  --tw-aspect-h: 5;
}
.aspect-w-6{
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 6;
}
.aspect-w-6 > *{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.wrapper{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.content-container{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media (min-width: 768px){
  .content-container{
    max-width: 960px;
  }
}
.section{
  width: 100%;
  padding-top: 3rem;
}
@media (min-width: 768px){
  .section{
    padding-top: 5rem;
  }
}
.section-content{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media (min-width: 768px){
  .section-content{
    max-width: 796px;
  }
}
/* インスタ用のボタンカラー */
.insta-gradient {
    background: #fff;
    position: relative;
    border-radius: 50px;
  }
@media (min-width: 768px) {
    .insta-gradient::before {
      content: "";
      position: absolute;
      height: calc(100% + 2px);
      width: calc(100% + 2px);
      top: -1px;
      left: -1px;
      right: 0;
      bottom: 0;
      background: linear-gradient(
        to right,
        #7024c4,
        #c21975,
        #cc2366,
        #dc2743,
        #e6683c
      );
      opacity: 0;
      transition: all 0.3s linear;
      border-radius: 9999px;
    }

    a.insta-gradient:hover {
      opacity: 1;
    }

    .insta-gradient:hover span{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }

    .insta-gradient .hover-img-white {
      opacity: 0;
    }

    .insta-gradient:hover::before {
      opacity: 1;
    }

    .insta-gradient:hover .hover-img {
      opacity: 0;
      display: none;
    }

    .insta-gradient:hover .hover-img-white {
      opacity: 1;
      display: block;
    }
  }
.insta-gradient::after {
    content: "";
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    z-index: -1;
    background: linear-gradient(
      to right,
      #7024c4,
      #c21975,
      #cc2366,
      #dc2743,
      #e6683c
    );
    border-radius: 50px;
  }
/* マイページ用のボタンカラー */
.my-page {
    outline: 3px solid #89c122;
    border-radius: 50px;
  }
.my-page.is-checked:disabled {
    opacity: 0.2;
    pointer-events: none;
    outline: 3px solid rgb(163 163 163);
  }
@media (min-width: 768px) {
    .my-page:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(132 204 22 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    opacity: 0.7;
  }
  }
.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none{
  pointer-events: none;
}
.visible{
  visibility: visible;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.inset-0{
  inset: 0px;
}
.inset-y-0{
  top: 0px;
  bottom: 0px;
}
.-left-2\.5{
  left: -0.625rem;
}
.-left-\[2px\]{
  left: -2px;
}
.-left-\[3px\]{
  left: -3px;
}
.-right-5{
  right: -1.25rem;
}
.-top-\[1px\]{
  top: -1px;
}
.-top-\[2px\]{
  top: -2px;
}
.-top-\[3px\]{
  top: -3px;
}
.-top-\[7px\]{
  top: -7px;
}
.bottom-0{
  bottom: 0px;
}
.bottom-2{
  bottom: 0.5rem;
}
.bottom-\[12px\]{
  bottom: 12px;
}
.left-0{
  left: 0px;
}
.left-1{
  left: 0.25rem;
}
.left-1\.5{
  left: 0.375rem;
}
.left-1\/2{
  left: 50%;
}
.left-2{
  left: 0.5rem;
}
.left-3{
  left: 0.75rem;
}
.left-\[0\.4rem\]{
  left: 0.4rem;
}
.left-\[2px\]{
  left: 2px;
}
.left-\[6px\]{
  left: 6px;
}
.right-0{
  right: 0px;
}
.right-2{
  right: 0.5rem;
}
.right-4{
  right: 1rem;
}
.right-\[20px\]{
  right: 20px;
}
.right-\[22px\]{
  right: 22px;
}
.top-0{
  top: 0px;
}
.top-1{
  top: 0.25rem;
}
.top-1\.5{
  top: 0.375rem;
}
.top-1\/2{
  top: 50%;
}
.top-12{
  top: 3rem;
}
.top-2{
  top: 0.5rem;
}
.top-3{
  top: 0.75rem;
}
.top-4{
  top: 1rem;
}
.top-\[0\.6rem\]{
  top: 0.6rem;
}
.top-\[10px\]{
  top: 10px;
}
.top-\[5px\]{
  top: 5px;
}
.top-\[6px\]{
  top: 6px;
}
.z-0{
  z-index: 0;
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.z-50{
  z-index: 50;
}
.z-\[120\]{
  z-index: 120;
}
.z-\[25\]{
  z-index: 25;
}
.col-span-2{
  grid-column: span 2 / span 2;
}
.row-span-2{
  grid-row: span 2 / span 2;
}
.m-auto{
  margin: auto;
}
.-mx-4{
  margin-left: -1rem;
  margin-right: -1rem;
}
.mx-0\.5{
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}
.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-\[-1rem\]{
  margin-left: -1rem;
  margin-right: -1rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-1\.5{
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}
.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;
}
.my-auto{
  margin-top: auto;
  margin-bottom: auto;
}
.-mr-\[19\%\]{
  margin-right: -19%;
}
.-mr-\[21\.21\%\]{
  margin-right: -21.21%;
}
.-mt-1{
  margin-top: -0.25rem;
}
.-mt-\[40px\]{
  margin-top: -40px;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mb-\[146px\]{
  margin-bottom: 146px;
}
.mb-\[16px\]{
  margin-bottom: 16px;
}
.mb-\[28px\]{
  margin-bottom: 28px;
}
.mb-\[380px\]{
  margin-bottom: 380px;
}
.mb-\[46px\]{
  margin-bottom: 46px;
}
.ml-1{
  margin-left: 0.25rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.ml-5{
  margin-left: 1.25rem;
}
.ml-\[-1rem\]{
  margin-left: -1rem;
}
.ml-\[4px\]{
  margin-left: 4px;
}
.ml-auto{
  margin-left: auto;
}
.mr-1{
  margin-right: 0.25rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mr-3{
  margin-right: 0.75rem;
}
.mr-4{
  margin-right: 1rem;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-11{
  margin-top: 2.75rem;
}
.mt-12{
  margin-top: 3rem;
}
.mt-14{
  margin-top: 3.5rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-9{
  margin-top: 2.25rem;
}
.mt-\[20px\]{
  margin-top: 20px;
}
.mt-\[2px\]{
  margin-top: 2px;
}
.mt-\[3px\]{
  margin-top: 3px;
}
.mt-\[88px\]{
  margin-top: 88px;
}
.line-clamp-1{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.line-clamp-2{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line-clamp-3{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.line-clamp-4{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.contents{
  display: contents;
}
.hidden{
  display: none;
}
.aspect-\[460\/400\]{
  aspect-ratio: 460/400;
}
.h-0{
  height: 0px;
}
.h-10{
  height: 2.5rem;
}
.h-12{
  height: 3rem;
}
.h-14{
  height: 3.5rem;
}
.h-16{
  height: 4rem;
}
.h-20{
  height: 5rem;
}
.h-24{
  height: 6rem;
}
.h-28{
  height: 7rem;
}
.h-3{
  height: 0.75rem;
}
.h-32{
  height: 8rem;
}
.h-4{
  height: 1rem;
}
.h-44{
  height: 11rem;
}
.h-5{
  height: 1.25rem;
}
.h-56{
  height: 14rem;
}
.h-6{
  height: 1.5rem;
}
.h-60{
  height: 15rem;
}
.h-7{
  height: 1.75rem;
}
.h-8{
  height: 2rem;
}
.h-9{
  height: 2.25rem;
}
.h-\[100px\]{
  height: 100px;
}
.h-\[10px\]{
  height: 10px;
}
.h-\[120px\]{
  height: 120px;
}
.h-\[130px\]{
  height: 130px;
}
.h-\[140px\]{
  height: 140px;
}
.h-\[154px\]{
  height: 154px;
}
.h-\[15px\]{
  height: 15px;
}
.h-\[164px\]{
  height: 164px;
}
.h-\[166px\]{
  height: 166px;
}
.h-\[16px\]{
  height: 16px;
}
.h-\[17px\]{
  height: 17px;
}
.h-\[180px\]{
  height: 180px;
}
.h-\[184px\]{
  height: 184px;
}
.h-\[18px\]{
  height: 18px;
}
.h-\[20px\]{
  height: 20px;
}
.h-\[211px\]{
  height: 211px;
}
.h-\[214px\]{
  height: 214px;
}
.h-\[215px\]{
  height: 215px;
}
.h-\[21px\]{
  height: 21px;
}
.h-\[222px\]{
  height: 222px;
}
.h-\[22px\]{
  height: 22px;
}
.h-\[240px\]{
  height: 240px;
}
.h-\[244px\]{
  height: 244px;
}
.h-\[24px\]{
  height: 24px;
}
.h-\[252px\]{
  height: 252px;
}
.h-\[26px\]{
  height: 26px;
}
.h-\[280px\]{
  height: 280px;
}
.h-\[28px\]{
  height: 28px;
}
.h-\[296px\]{
  height: 296px;
}
.h-\[30px\]{
  height: 30px;
}
.h-\[324px\]{
  height: 324px;
}
.h-\[343px\]{
  height: 343px;
}
.h-\[383px\]{
  height: 383px;
}
.h-\[38px\]{
  height: 38px;
}
.h-\[53px\]{
  height: 53px;
}
.h-\[54px\]{
  height: 54px;
}
.h-\[60px\]{
  height: 60px;
}
.h-\[71\.75px\]{
  height: 71.75px;
}
.h-\[73px\]{
  height: 73px;
}
.h-\[88px\]{
  height: 88px;
}
.h-\[calc\(50\%-2px\)\]{
  height: calc(50% - 2px);
}
.h-auto{
  height: auto;
}
.h-full{
  height: 100%;
}
.h-max{
  height: -moz-max-content;
  height: max-content;
}
.min-h-full{
  min-height: 100%;
}
.w-0{
  width: 0px;
}
.w-10{
  width: 2.5rem;
}
.w-11{
  width: 2.75rem;
}
.w-16{
  width: 4rem;
}
.w-2\/4{
  width: 50%;
}
.w-20{
  width: 5rem;
}
.w-24{
  width: 6rem;
}
.w-28{
  width: 7rem;
}
.w-3{
  width: 0.75rem;
}
.w-36{
  width: 9rem;
}
.w-4{
  width: 1rem;
}
.w-40{
  width: 10rem;
}
.w-5{
  width: 1.25rem;
}
.w-6{
  width: 1.5rem;
}
.w-60{
  width: 15rem;
}
.w-64{
  width: 16rem;
}
.w-7{
  width: 1.75rem;
}
.w-72{
  width: 18rem;
}
.w-8{
  width: 2rem;
}
.w-9{
  width: 2.25rem;
}
.w-\[100px\]{
  width: 100px;
}
.w-\[110px\]{
  width: 110px;
}
.w-\[116px\]{
  width: 116px;
}
.w-\[118px\]{
  width: 118px;
}
.w-\[130px\]{
  width: 130px;
}
.w-\[138px\]{
  width: 138px;
}
.w-\[140px\]{
  width: 140px;
}
.w-\[146px\]{
  width: 146px;
}
.w-\[14px\]{
  width: 14px;
}
.w-\[16px\]{
  width: 16px;
}
.w-\[180px\]{
  width: 180px;
}
.w-\[184px\]{
  width: 184px;
}
.w-\[20px\]{
  width: 20px;
}
.w-\[240px\]{
  width: 240px;
}
.w-\[24px\]{
  width: 24px;
}
.w-\[260px\]{
  width: 260px;
}
.w-\[26px\]{
  width: 26px;
}
.w-\[28px\]{
  width: 28px;
}
.w-\[296px\]{
  width: 296px;
}
.w-\[300px\]{
  width: 300px;
}
.w-\[30px\]{
  width: 30px;
}
.w-\[313px\]{
  width: 313px;
}
.w-\[342px\]{
  width: 342px;
}
.w-\[343px\]{
  width: 343px;
}
.w-\[36\.1\%\]{
  width: 36.1%;
}
.w-\[40\.2\%\]{
  width: 40.2%;
}
.w-\[41px\]{
  width: 41px;
}
.w-\[42px\]{
  width: 42px;
}
.w-\[46\.35\%\]{
  width: 46.35%;
}
.w-\[52\.4\%\]{
  width: 52.4%;
}
.w-\[56\.6\%\]{
  width: 56.6%;
}
.w-\[60px\]{
  width: 60px;
}
.w-\[67\%\]{
  width: 67%;
}
.w-\[680px\]{
  width: 680px;
}
.w-\[71\.75px\]{
  width: 71.75px;
}
.w-\[74px\]{
  width: 74px;
}
.w-\[86px\]{
  width: 86px;
}
.w-\[88px\]{
  width: 88px;
}
.w-\[90px\]{
  width: 90px;
}
.w-\[92px\]{
  width: 92px;
}
.w-\[calc\(100\%\+32px\)\]{
  width: calc(100% + 32px);
}
.w-\[calc\(100\%-16px\)\]{
  width: calc(100% - 16px);
}
.w-\[calc\(100\%-32px\)\]{
  width: calc(100% - 32px);
}
.w-\[calc\(50\%-12px\)\]{
  width: calc(50% - 12px);
}
.w-\[calc\(50\%-2px\)\]{
  width: calc(50% - 2px);
}
.w-\[calc\(50\%-8px\)\]{
  width: calc(50% - 8px);
}
.w-auto{
  width: auto;
}
.w-full{
  width: 100%;
}
.w-max{
  width: -moz-max-content;
  width: max-content;
}
.min-w-\[40px\]{
  min-width: 40px;
}
.max-w-\[100\%\]{
  max-width: 100%;
}
.max-w-\[100px\]{
  max-width: 100px;
}
.max-w-\[1080px\]{
  max-width: 1080px;
}
.max-w-\[300px\]{
  max-width: 300px;
}
.max-w-\[305px\]{
  max-width: 305px;
}
.max-w-\[343px\]{
  max-width: 343px;
}
.max-w-\[400px\]{
  max-width: 400px;
}
.max-w-\[450px\]{
  max-width: 450px;
}
.max-w-\[680px\]{
  max-width: 680px;
}
.max-w-\[70px\]{
  max-width: 70px;
}
.max-w-\[796px\]{
  max-width: 796px;
}
.max-w-\[960px\]{
  max-width: 960px;
}
.flex-\[0_0_36px\]{
  flex: 0 0 36px;
}
.flex-\[1\]{
  flex: 1;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.shrink-0{
  flex-shrink: 0;
}
.flex-grow{
  flex-grow: 1;
}
.basis-1\/2{
  flex-basis: 50%;
}
.basis-1\/3{
  flex-basis: 33.333333%;
}
.basis-\[calc\(25\%-6px\)\]{
  flex-basis: calc(25% - 6px);
}
.basis-\[calc\(33\%-5px\)\]{
  flex-basis: calc(33% - 5px);
}
.basis-\[calc\(50\%-12px\)\]{
  flex-basis: calc(50% - 12px);
}
.basis-\[calc\(50\%-6px\)\]{
  flex-basis: calc(50% - 6px);
}
.basis-\[calc\(50\%-8px\)\]{
  flex-basis: calc(50% - 8px);
}
.-translate-x-1\/2{
  --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-1\/4{
  --tw-translate-x: -25%;
  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-1\/2{
  --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));
}
.-translate-y-1\/4{
  --tw-translate-y: -25%;
  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));
}
.scale-150{
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
  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));
}
.scale-x-\[-1\]{
  --tw-scale-x: -1;
  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;
}
.list-none{
  list-style-type: none;
}
.appearance-none{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.flex-nowrap{
  flex-wrap: nowrap;
}
.content-center{
  align-content: center;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.items-baseline{
  align-items: baseline;
}
.justify-start{
  justify-content: flex-start;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.justify-around{
  justify-content: space-around;
}
.gap-0\.5{
  gap: 0.125rem;
}
.gap-1{
  gap: 0.25rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-5{
  gap: 1.25rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-8{
  gap: 2rem;
}
.gap-\[24px\]{
  gap: 24px;
}
.gap-x-1{
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}
.gap-x-2{
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.gap-x-3{
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.gap-x-4{
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-x-6{
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.gap-x-\[3px\]{
  -moz-column-gap: 3px;
       column-gap: 3px;
}
.gap-x-\[8px\]{
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.gap-y-1{
  row-gap: 0.25rem;
}
.gap-y-10{
  row-gap: 2.5rem;
}
.gap-y-12{
  row-gap: 3rem;
}
.gap-y-2{
  row-gap: 0.5rem;
}
.gap-y-4{
  row-gap: 1rem;
}
.gap-y-6{
  row-gap: 1.5rem;
}
.overflow-auto{
  overflow: auto;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-scroll{
  overflow: scroll;
}
.overflow-y-auto{
  overflow-y: auto;
}
.overflow-x-scroll{
  overflow-x: scroll;
}
.overflow-ellipsis{
  text-overflow: ellipsis;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.break-all{
  word-break: break-all;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-2xl{
  border-radius: 1rem;
}
.rounded-3xl{
  border-radius: 1.5rem;
}
.rounded-\[50\%\]{
  border-radius: 50%;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.rounded-b-lg{
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.rounded-t-lg{
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.rounded-bl{
  border-bottom-left-radius: 0.25rem;
}
.rounded-bl-lg{
  border-bottom-left-radius: 0.5rem;
}
.rounded-br{
  border-bottom-right-radius: 0.25rem;
}
.rounded-br-lg{
  border-bottom-right-radius: 0.5rem;
}
.rounded-tl{
  border-top-left-radius: 0.25rem;
}
.rounded-tl-lg{
  border-top-left-radius: 0.5rem;
}
.rounded-tr{
  border-top-right-radius: 0.25rem;
}
.rounded-tr-lg{
  border-top-right-radius: 0.5rem;
}
.border{
  border-width: 1px;
}
.border-2{
  border-width: 2px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-b-0{
  border-bottom-width: 0px;
}
.border-b-2{
  border-bottom-width: 2px;
}
.border-b-\[2px\]{
  border-bottom-width: 2px;
}
.border-b-\[3px\]{
  border-bottom-width: 3px;
}
.border-r-0{
  border-right-width: 0px;
}
.border-solid{
  border-style: solid;
}
.border-dashed{
  border-style: dashed;
}
.border-black{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.border-gray-500{
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}
.border-green-500{
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
}
.border-green-600{
  --tw-border-opacity: 1;
  border-color: rgb(22 163 74 / var(--tw-border-opacity, 1));
}
.border-lime-500{
  --tw-border-opacity: 1;
  border-color: rgb(132 204 22 / var(--tw-border-opacity, 1));
}
.border-neutral-100{
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity, 1));
}
.border-neutral-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
}
.border-neutral-400{
  --tw-border-opacity: 1;
  border-color: rgb(163 163 163 / var(--tw-border-opacity, 1));
}
.border-orange-500{
  --tw-border-opacity: 1;
  border-color: rgb(249 115 22 / var(--tw-border-opacity, 1));
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-y-green{
  --tw-border-opacity: 1;
  border-color: rgb(137 193 34 / var(--tw-border-opacity, 1));
}
.border-yellow-300{
  --tw-border-opacity: 1;
  border-color: rgb(253 224 71 / var(--tw-border-opacity, 1));
}
.border-opacity-50{
  --tw-border-opacity: 0.5;
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.bg-gray-600{
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}
.bg-green-600{
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}
.bg-lime-100{
  --tw-bg-opacity: 1;
  background-color: rgb(236 252 203 / var(--tw-bg-opacity, 1));
}
.bg-lime-500{
  --tw-bg-opacity: 1;
  background-color: rgb(132 204 22 / var(--tw-bg-opacity, 1));
}
.bg-neutral-100{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}
.bg-neutral-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity, 1));
}
.bg-neutral-400{
  --tw-bg-opacity: 1;
  background-color: rgb(163 163 163 / var(--tw-bg-opacity, 1));
}
.bg-neutral-500{
  --tw-bg-opacity: 1;
  background-color: rgb(115 115 115 / var(--tw-bg-opacity, 1));
}
.bg-orange-500{
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity, 1));
}
.bg-sky-100{
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity, 1));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-y-green{
  --tw-bg-opacity: 1;
  background-color: rgb(137 193 34 / var(--tw-bg-opacity, 1));
}
.bg-yellow-300{
  --tw-bg-opacity: 1;
  background-color: rgb(253 224 71 / var(--tw-bg-opacity, 1));
}
.bg-yellow-600{
  --tw-bg-opacity: 1;
  background-color: rgb(202 138 4 / var(--tw-bg-opacity, 1));
}
.bg-yellow-800{
  --tw-bg-opacity: 1;
  background-color: rgb(133 77 14 / var(--tw-bg-opacity, 1));
}
.bg-opacity-20{
  --tw-bg-opacity: 0.2;
}
.bg-opacity-40{
  --tw-bg-opacity: 0.4;
}
.bg-opacity-50{
  --tw-bg-opacity: 0.5;
}
.bg-\[url\(\'\/asset\/img\/_dummy\/1563x626\.png\'\)\]{
  background-image: url('/asset/img/_dummy/1563x626.png');
}
.bg-\[url\(\'\/asset\/img\/base\/bg-title-h1-sp\.png\'\)\]{
  background-image: url('/asset/img/base/bg-title-h1-sp.png');
}
.bg-\[url\(\'\/asset\/img\/base\/bg-title-h1\.png\'\)\]{
  background-image: url('/asset/img/base/bg-title-h1.png');
}
.bg-\[url\(\'\/asset\/img\/base\/header-menu-search\.svg\'\)\]{
  background-image: url('/asset/img/base/header-menu-search.svg');
}
.bg-\[url\(\'\/asset\/img\/base\/icon-arrow-back\.svg\'\)\]{
  background-image: url('/asset/img/base/icon-arrow-back.svg');
}
.bg-\[url\(\'\/asset\/img\/base\/icon-arrow-carusel-left\.svg\'\)\]{
  background-image: url('/asset/img/base/icon-arrow-carusel-left.svg');
}
.bg-\[url\(\'\/asset\/img\/base\/icon-arrow-carusel-right\.svg\'\)\]{
  background-image: url('/asset/img/base/icon-arrow-carusel-right.svg');
}
.bg-\[url\(\'\/asset\/img\/base\/icon-arrow-down\.svg\'\)\]{
  background-image: url('/asset/img/base/icon-arrow-down.svg');
}
.bg-\[url\(\'\/asset\/img\/base\/icon-arrow-gray3up\.svg\'\)\]{
  background-image: url('/asset/img/base/icon-arrow-gray3up.svg');
}
.bg-\[url\(\'\/asset\/img\/base\/icon-arrow\.svg\'\)\]{
  background-image: url('/asset/img/base/icon-arrow.svg');
}
.bg-\[url\(\'\/asset\/img\/base\/icon-arrowBalloon\.svg\'\)\]{
  background-image: url('/asset/img/base/icon-arrowBalloon.svg');
}
.bg-\[url\(\'\/asset\/img\/base\/icon-checkmark-gray\.svg\'\)\]{
  background-image: url('/asset/img/base/icon-checkmark-gray.svg');
}
.bg-\[url\(\'\/asset\/img\/base\/icon-close\.svg\'\)\]{
  background-image: url('/asset/img/base/icon-close.svg');
}
.bg-\[url\(\'\/asset\/img\/base\/icon-delete-orange\.svg\'\)\]{
  background-image: url('/asset/img/base/icon-delete-orange.svg');
}
.bg-\[url\(\'\/asset\/img\/base\/icon-question\.svg\'\)\]{
  background-image: url('/asset/img/base/icon-question.svg');
}
.bg-\[url\(\'\/asset\/img\/base\/icon-star\.svg\'\)\]{
  background-image: url('/asset/img/base/icon-star.svg');
}
.bg-\[url\(\'\/asset\/img\/base\/icon_arrow_down\.svg\'\)\]{
  background-image: url('/asset/img/base/icon_arrow_down.svg');
}
.bg-\[url\(\'\/asset\/img\/base\/icon_arrow_pulldown\.svg\'\)\]{
  background-image: url('/asset/img/base/icon_arrow_pulldown.svg');
}
.bg-\[url\(\'\/asset\/img\/base\/icon_arrow_pulldown_nobg\.svg\'\)\]{
  background-image: url('/asset/img/base/icon_arrow_pulldown_nobg.svg');
}
.bg-\[length\:24px\]{
  background-size: 24px;
}
.bg-contain{
  background-size: contain;
}
.bg-cover{
  background-size: cover;
}
.bg-bottom{
  background-position: bottom;
}
.bg-center{
  background-position: center;
}
.bg-no-repeat{
  background-repeat: no-repeat;
}
.fill-current{
  fill: currentColor;
}
.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;
}
.object-top{
  -o-object-position: top;
     object-position: top;
}
.p-1\.5{
  padding: 0.375rem;
}
.p-2{
  padding: 0.5rem;
}
.p-3{
  padding: 0.75rem;
}
.p-4{
  padding: 1rem;
}
.p-6{
  padding: 1.5rem;
}
.p-\[48px\]{
  padding: 48px;
}
.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-1\.5{
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5{
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.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;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[10px\]{
  padding-left: 10px;
  padding-right: 10px;
}
.px-\[14px\]{
  padding-left: 14px;
  padding-right: 14px;
}
.px-\[2px\]{
  padding-left: 2px;
  padding-right: 2px;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-3\.5{
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[9px\]{
  padding-top: 9px;
  padding-bottom: 9px;
}
.pb-1{
  padding-bottom: 0.25rem;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pb-12{
  padding-bottom: 3rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-24{
  padding-bottom: 6rem;
}
.pb-3{
  padding-bottom: 0.75rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-5{
  padding-bottom: 1.25rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pb-7{
  padding-bottom: 1.75rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pb-9{
  padding-bottom: 2.25rem;
}
.pl-0{
  padding-left: 0px;
}
.pl-1{
  padding-left: 0.25rem;
}
.pl-2{
  padding-left: 0.5rem;
}
.pl-3{
  padding-left: 0.75rem;
}
.pl-4{
  padding-left: 1rem;
}
.pl-6{
  padding-left: 1.5rem;
}
.pl-7{
  padding-left: 1.75rem;
}
.pl-8{
  padding-left: 2rem;
}
.pl-\[14px\]{
  padding-left: 14px;
}
.pl-\[1rem\]{
  padding-left: 1rem;
}
.pr-1{
  padding-right: 0.25rem;
}
.pr-2{
  padding-right: 0.5rem;
}
.pr-4{
  padding-right: 1rem;
}
.pr-6{
  padding-right: 1.5rem;
}
.pr-\[20px\]{
  padding-right: 20px;
}
.pr-\[60px\]{
  padding-right: 60px;
}
.pt-0{
  padding-top: 0px;
}
.pt-1{
  padding-top: 0.25rem;
}
.pt-10{
  padding-top: 2.5rem;
}
.pt-11{
  padding-top: 2.75rem;
}
.pt-12{
  padding-top: 3rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.pt-2\.5{
  padding-top: 0.625rem;
}
.pt-24{
  padding-top: 6rem;
}
.pt-3{
  padding-top: 0.75rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-5{
  padding-top: 1.25rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.pt-7{
  padding-top: 1.75rem;
}
.pt-8{
  padding-top: 2rem;
}
.pt-9{
  padding-top: 2.25rem;
}
.pt-\[10px\]{
  padding-top: 10px;
}
.pt-\[18px\]{
  padding-top: 18px;
}
.pt-\[1px\]{
  padding-top: 1px;
}
.pt-\[5rem\]{
  padding-top: 5rem;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.align-middle{
  vertical-align: middle;
}
.font-number{
  font-family: "Inter", sans-serif;
}
.font-title{
  font-family: "Zen Maru Gothic", sans-serif;
}
.text-2xl{
  font-size: 1.5rem;
}
.text-2xs{
  font-size: .625rem;
}
.text-3xl{
  font-size: 1.875rem;
}
.text-\[0px\]{
  font-size: 0px;
}
.text-\[10px\]{
  font-size: 10px;
}
.text-base{
  font-size: 1rem;
}
.text-lg{
  font-size: 1.125rem;
}
.text-sm{
  font-size: .875rem;
}
.text-xs{
  font-size: .75rem;
}
.font-black{
  font-weight: 900;
}
.font-bold{
  font-weight: 700;
}
.font-extralight{
  font-weight: 200;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.leading-4{
  line-height: 1rem;
}
.leading-7{
  line-height: 1.75rem;
}
.leading-\[15px\]{
  line-height: 15px;
}
.leading-\[17px\]{
  line-height: 17px;
}
.leading-\[20px\]{
  line-height: 20px;
}
.leading-\[21px\]{
  line-height: 21px;
}
.leading-\[22\.5px\]{
  line-height: 22.5px;
}
.leading-\[22px\]{
  line-height: 22px;
}
.leading-\[28px\]{
  line-height: 28px;
}
.leading-\[30px\]{
  line-height: 30px;
}
.leading-\[32px\]{
  line-height: 32px;
}
.leading-\[38px\]{
  line-height: 38px;
}
.leading-none{
  line-height: 1;
}
.leading-normal{
  line-height: 1.5;
}
.leading-relaxed{
  line-height: 1.625;
}
.leading-snug{
  line-height: 1.375;
}
.leading-tight{
  line-height: 1.25;
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-green-600{
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}
.text-neutral-400{
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity, 1));
}
.text-neutral-600{
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity, 1));
}
.text-neutral-800{
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity, 1));
}
.text-orange-500{
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity, 1));
}
.text-sky-500{
  --tw-text-opacity: 1;
  color: rgb(14 165 233 / var(--tw-text-opacity, 1));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-opacity-50{
  --tw-text-opacity: 0.5;
}
.underline{
  text-decoration-line: underline;
}
.no-underline{
  text-decoration-line: none;
}
.opacity-0{
  opacity: 0;
}
.opacity-20{
  opacity: 0.2;
}
.opacity-30{
  opacity: 0.3;
}
.opacity-50{
  opacity: 0.5;
}
.opacity-80{
  opacity: 0.8;
}
.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px 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);
}
.blur{
  --tw-blur: blur(8px);
  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);
}
.blur-sm{
  --tw-blur: blur(4px);
  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-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300{
  transition-duration: 300ms;
}
.duration-\[300ms\]{
  transition-duration: 300ms;
}
/* タイトル用文字の外枠線 */
.text-stroke {
    text-shadow:
      1px 1px 0 #000,
      -1px -1px 0 #000,
      -1px 1px 0 #000,
      1px -1px 0 #000,
      0px 1px 0 #000,
      0-1px 0 #000,
      -1px 0 0 #000,
      1px 0 0 #000;
  }
/* タイトル用文字の外枠線 白 */
.text-stroke-white {
    text-shadow:
      -1px -1px 0 #fff,
      1px -1px 0 #fff,
      -1px 1px 0 #fff,
      1px 1px 0 #fff;
  }
/* テキストのぼかし */
.text-blur {
    text-shadow: 0 0 4px #000;
  }
/* タグ用 三角形の形成 */
.tag-triangle {
    clip-path: polygon(25% 0, 0 0, 0 25%);
  }
.tag-triangle-s {
    clip-path: polygon(65% 0, 0 0, 0 60%);
  }
/* 文字 1行以上は...で表現 */
.line-clamp-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
/* 文字 2行以上は...で表現 */
.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
/* 文字 3行以上は...で表現 */
.line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
/* 文字 4行以上は...で表現 */
.line-clamp-4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
.font-inter {
    font-family: "Inter", sans-serif;
  }
.hide-scrollbar {
    scrollbar-width: none;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
  }
.hide-scrollbar::-webkit-scrollbar {
    display: none;
  }
/* 検索の文字の領域を広げる */
.overflow-x-scroll{
  overflow-x: auto;
  white-space: nowrap;
  overflow-wrap: normal;
  word-break: normal;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}
.overflow-x-scroll::-webkit-scrollbar {
    display: none;
  }
/* ページネーションのアクティブクラス */
.pagination-active{
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}
.pagination-active span{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.pagination-disable {
    pointer-events: none;
  }
.pagination-disable span {
    opacity: 0.4;
  }
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/* Slider */
.slick-slider {
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;

  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;

  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;

  height: auto;

  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

/* リンクやホバーにopacityを付与する */
@media (min-width: 768px) {
  a {
    cursor: pointer;
  }
  a:hover {
    opacity: 70%;
  }
  [style*="cursor: pointer"] {
    cursor: pointer;
  }
  [style*="cursor: pointer"]:hover {
    opacity: 70%;
  }
  .cursor-pointer:hover {
    opacity: 70%;
  }
  .sectionButton:hover {
    opacity: 1;
  }
  .sectionButton:hover svg path {
    stroke: #fff;
  }
}

/* 検索モーダル */
#modal-overlay {
  display: none;
  background-color: black;
  opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
}

.l-page.modal-open #modal-overlay {
  display: block;
}

/* 「 \ / 」マークの作成 */
.decoration-line{
  position: absolute;
  top: 50%;
  width: 1rem;
  --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));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  height: 1px;
}
.decoration-line:first-child {
  left: 0;
  transform: translateY(-50%) rotate(60deg); /* 左側の線を60度回転 */
}
.decoration-line:last-child {
  right: 0;
  transform: translateY(-50%) rotate(-60deg); /* 右側の線を-60度回転 */
}

/* メニューモーダルにてPCの場合に改行を消す */
@media (min-width: 768px) {
  .span-delete .break-hidden {
    display: none;
  }
}

/* topメインビジュアル slickのスタイル */

#topMainVisual {
  opacity: 0;
}

#topMainVisual.slick-initialized {
  opacity: 1;
}

#topMainVisualSlick .slick-dots{
  display: flex;
  width: 246px;
  align-items: center;
  justify-content: space-between;
}

#topMainVisualSlick .slick-dots li{
  display: grid;
  align-content: center;
}

#topMainVisualSlick .slick-dots button{
  height: 6px;
  width: 6px;
  cursor: pointer;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 212 / var(--tw-bg-opacity, 1));
  font-size: 0px;
}

@media (min-width: 768px) {
  #topMainVisualSlick .slick-dots button:hover {
    opacity: 70%;
  }
}

#topMainVisualSlick .slick-dots .slick-active button{
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}

#topMainVisualSlick .slick-arrow{
  z-index: 10;
  cursor: pointer;
  font-size: 0px;
}

@media (min-width: 768px) {
  #topMainVisualSlick .slick-arrow:hover {
    opacity: 70%;
  }
}

#topMainVisualSlick .slick-arrow:before{
  display: block;
  height: 20px;
  width: 20px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}

#topMainVisualSlick .slick-prev:before{
  background-image: url('/asset/img/base/icon-arrow-carusel-left.svg');
}

#topMainVisualSlick .slick-next:before{
  background-image: url('/asset/img/base/icon-arrow-carusel-right.svg');
}

/* TOPページ上部カルーセル slickのスタイル */

#js-TopRecipeCarousel .owl-stage:first-child {
  margin-left: 1rem;
}

@media (min-width: 768px){
  #js-TopRecipeCarousel .owl-stage:first-child{
    margin-left: 0px;
  }
}

/* レシピページ上部 slickのスタイル */

#recipeTopCarusel .slick-arrow{
  position: absolute;
  top: 40%;
  z-index: 10;
  height: 68px;
  width: 50px;
  --tw-translate-y: -40%;
  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;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  font-size: 0px;
}

@media (min-width: 768px) {
  #recipeTopCarusel .slick-arrow:hover {
    opacity: 70%;
  }
}

#recipeTopCarusel .slick-arrow {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-shadow);
}

#recipeTopCarusel .slick-prev{
  left: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 0px;
}

#recipeTopCarusel .slick-next{
  right: 0px;
  border-top-left-radius: 50%;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 50%;
}

#recipeTopCarusel .slick-arrow:before{
  position: relative;
  top: 0px;
  display: block;
  height: 1.5rem;
  width: 1.5rem;
  --tw-content: '';
  content: var(--tw-content);
}

#recipeTopCarusel .slick-prev:before{
  left: 15px;
  background-image: url('/asset/img/base/icon-arrow-carusel-left.svg');
}

#recipeTopCarusel .slick-next:before{
  left: 10px;
  background-image: url('/asset/img/base/icon-arrow-carusel-right.svg');
}

/* レシピページ 5日間の献立カレンダー slickのスタイル */
#recipe5Calendar .slick-arrow{
  position: absolute;
  top: 40%;
  z-index: 10;
  height: 68px;
  width: 40px;
  --tw-translate-y: -40%;
  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;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  font-size: 0px;
}
@media (min-width: 768px) {
  #recipe5Calendar .slick-arrow:hover {
    opacity: 70%;
  }
}

#recipe5Calendar .slick-prev{
  left: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 0px;
}

#recipe5Calendar .slick-next{
  right: 0px;
  border-top-left-radius: 50%;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 50%;
}

#recipe5Calendar .slick-arrow:before{
  position: relative;
  top: 0px;
  display: block;
  height: 1.5rem;
  width: 1.5rem;
  --tw-content: '';
  content: var(--tw-content);
}

#recipe5Calendar .slick-prev:before{
  left: 10px;
  background-image: url('/asset/img/base/icon-arrow-carusel-left.svg');
}

#recipe5Calendar .slick-next:before{
  left: 10px;
  background-image: url('/asset/img/base/icon-arrow-carusel-right.svg');
}

/* ランキングページ カテゴリ一覧 */
.btnlist li a {
  border: #e5e5e5 solid 2px;
}

.btnlist li.is_selected a {
  background: #89c12233;
  border: #89c122 solid 2px;
}

@media (min-width: 768px) {
  .quarter {
    flex-basis: calc(25% - 12px);
  }
}

.loupe {
  cursor: pointer;
}

.loupe input:hover {
  cursor: pointer;
  opacity: 0.7;
}

/* gateway 移植 */
.p-ad__gateway--pc {
  display: none;
}
.p-ad__gateway--mobile {
  width: 320px;
  padding-top: 1rem;
  margin: auto;
}

.p-ad__gateway a {
  display: block;
}

@media (min-width: 768px) {
  .p-ad__gateway--mobile {
    display: none;
  }
  .p-ad__gateway--pc {
    display: block;
  }
  .ad_gateway-on {
    overflow-x: hidden;
  }
  .p-ad__gateway {
    position: relative;
    z-index: 1;
    width: 1000px;
    margin: 0 auto 20px;
  }
  .p-ad__gateway--left {
    position: absolute;
    top: 0;
    left: -300px;
    z-index: 1;
  }
  .p-ad__gateway--right {
    position: absolute;
    top: 0;
    right: -300px;
    z-index: 1;
  }
}
/* modal  */
.is-hidden {
  display: none;
}
@media (min-width: 600px){
  .custom\:aspect-h-4{
    --tw-aspect-h: 4;
  }
  .custom\:aspect-w-6{
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
    --tw-aspect-w: 6;
  }
  .custom\:aspect-w-6 > *{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
@media (min-width: 768px){
  .md\:aspect-none{
    position: static;
    padding-bottom: 0;
  }
  .md\:aspect-none > *{
    position: static;
    height: auto;
    width: auto;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
}
.before\:block::before{
  content: var(--tw-content);
  display: block;
}
.before\:h-4::before{
  content: var(--tw-content);
  height: 1rem;
}
.before\:w-4::before{
  content: var(--tw-content);
  width: 1rem;
}
.before\:bg-\[url\(\'\/asset\/img\/base\/icon-catch\.svg\'\)\]::before{
  content: var(--tw-content);
  background-image: url('/asset/img/base/icon-catch.svg');
}
.before\:bg-contain::before{
  content: var(--tw-content);
  background-size: contain;
}
.before\:bg-no-repeat::before{
  content: var(--tw-content);
  background-repeat: no-repeat;
}
.before\:text-sm::before{
  content: var(--tw-content);
  font-size: .875rem;
}
.before\:font-normal::before{
  content: var(--tw-content);
  font-weight: 400;
}
.before\:text-neutral-600::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity, 1));
}
.before\:content-\[\'\'\]::before{
  --tw-content: '';
  content: var(--tw-content);
}
.before\:content-\[\'\>\'\]::before{
  --tw-content: '>';
  content: var(--tw-content);
}
.before\:content-\[\'\307E\305F\306F\'\]::before{
  --tw-content: 'または';
  content: var(--tw-content);
}
.after\:block::after{
  content: var(--tw-content);
  display: block;
}
.after\:h-3::after{
  content: var(--tw-content);
  height: 0.75rem;
}
.after\:w-3::after{
  content: var(--tw-content);
  width: 0.75rem;
}
.after\:bg-\[url\(\'\/asset\/img\/base\/breadcrumbs-while\.svg\'\)\]::after{
  content: var(--tw-content);
  background-image: url('/asset/img/base/breadcrumbs-while.svg');
}
.after\:bg-cover::after{
  content: var(--tw-content);
  background-size: cover;
}
.after\:content-\[\'\'\]::after{
  --tw-content: '';
  content: var(--tw-content);
}
.last\:relative:last-child{
  position: relative;
}
.last\:ml-1:last-child{
  margin-left: 0.25rem;
}
.last\:mt-1:last-child{
  margin-top: 0.25rem;
}
.last\:mt-8:last-child{
  margin-top: 2rem;
}
.last\:before\:absolute:last-child::before{
  content: var(--tw-content);
  position: absolute;
}
.last\:before\:top-1\/2:last-child::before{
  content: var(--tw-content);
  top: 50%;
}
.last\:before\:flex:last-child::before{
  content: var(--tw-content);
  display: flex;
}
.last\:before\:h-6:last-child::before{
  content: var(--tw-content);
  height: 1.5rem;
}
.last\:before\:w-6:last-child::before{
  content: var(--tw-content);
  width: 1.5rem;
}
.last\:before\:-translate-x-1\/2:last-child::before{
  content: var(--tw-content);
  --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));
}
.last\:before\:-translate-y-1\/2:last-child::before{
  content: var(--tw-content);
  --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));
}
.last\:before\:items-center:last-child::before{
  content: var(--tw-content);
  align-items: center;
}
.last\:before\:justify-center:last-child::before{
  content: var(--tw-content);
  justify-content: center;
}
.last\:before\:rounded-full:last-child::before{
  content: var(--tw-content);
  border-radius: 9999px;
}
.last\:before\:bg-black:last-child::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.last\:before\:bg-opacity-50:last-child::before{
  content: var(--tw-content);
  --tw-bg-opacity: 0.5;
}
.last\:before\:text-xs:last-child::before{
  content: var(--tw-content);
  font-size: .75rem;
}
.last\:before\:text-white:last-child::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.last\:before\:content-\[\'or\'\]:last-child::before{
  --tw-content: 'or';
  content: var(--tw-content);
}
.empty\:invisible:empty{
  visibility: hidden;
}
.hover\:opacity-70:hover{
  opacity: 0.7;
}
.focus\:border-2:focus{
  border-width: 2px;
}
.focus\:border-green-600:focus{
  --tw-border-opacity: 1;
  border-color: rgb(22 163 74 / var(--tw-border-opacity, 1));
}
.focus-visible\:border-2:focus-visible{
  border-width: 2px;
}
.focus-visible\:border-green-600:focus-visible{
  --tw-border-opacity: 1;
  border-color: rgb(22 163 74 / var(--tw-border-opacity, 1));
}
@media (min-width: 768px){
  .md\:bottom-\[18px\]{
    bottom: 18px;
  }
  .md\:bottom-\[43px\]{
    bottom: 43px;
  }
  .md\:left-0{
    left: 0px;
  }
  .md\:right-0{
    right: 0px;
  }
  .md\:top-0{
    top: 0px;
  }
  .md\:top-20{
    top: 5rem;
  }
  .md\:top-auto{
    top: auto;
  }
  .md\:m-0{
    margin: 0px;
  }
  .md\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }
  .md\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .md\:-mt-1{
    margin-top: -0.25rem;
  }
  .md\:-mt-\[26px\]{
    margin-top: -26px;
  }
  .md\:mb-0{
    margin-bottom: 0px;
  }
  .md\:mb-16{
    margin-bottom: 4rem;
  }
  .md\:mb-20{
    margin-bottom: 5rem;
  }
  .md\:mb-24{
    margin-bottom: 6rem;
  }
  .md\:mb-3{
    margin-bottom: 0.75rem;
  }
  .md\:mb-6{
    margin-bottom: 1.5rem;
  }
  .md\:mb-\[200px\]{
    margin-bottom: 200px;
  }
  .md\:mr-0{
    margin-right: 0px;
  }
  .md\:mr-4{
    margin-right: 1rem;
  }
  .md\:mt-0{
    margin-top: 0px;
  }
  .md\:mt-10{
    margin-top: 2.5rem;
  }
  .md\:mt-12{
    margin-top: 3rem;
  }
  .md\:mt-14{
    margin-top: 3.5rem;
  }
  .md\:mt-16{
    margin-top: 4rem;
  }
  .md\:mt-20{
    margin-top: 5rem;
  }
  .md\:mt-4{
    margin-top: 1rem;
  }
  .md\:mt-6{
    margin-top: 1.5rem;
  }
  .md\:line-clamp-3{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .md\:line-clamp-6{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
  }
  .md\:block{
    display: block;
  }
  .md\:inline-block{
    display: inline-block;
  }
  .md\:flex{
    display: flex;
  }
  .md\:hidden{
    display: none;
  }
  .md\:h-14{
    height: 3.5rem;
  }
  .md\:h-20{
    height: 5rem;
  }
  .md\:h-\[126px\]{
    height: 126px;
  }
  .md\:h-\[140px\]{
    height: 140px;
  }
  .md\:h-\[146px\]{
    height: 146px;
  }
  .md\:h-\[232px\]{
    height: 232px;
  }
  .md\:h-\[300px\]{
    height: 300px;
  }
  .md\:h-\[322px\]{
    height: 322px;
  }
  .md\:h-\[342px\]{
    height: 342px;
  }
  .md\:h-\[376px\]{
    height: 376px;
  }
  .md\:h-\[400px\]{
    height: 400px;
  }
  .md\:h-\[566px\]{
    height: 566px;
  }
  .md\:h-\[90px\]{
    height: 90px;
  }
  .md\:h-\[96px\]{
    height: 96px;
  }
  .md\:h-full{
    height: 100%;
  }
  .md\:h-max{
    height: -moz-max-content;
    height: max-content;
  }
  .md\:max-h-\[80\%\]{
    max-height: 80%;
  }
  .md\:min-h-\[80\%\]{
    min-height: 80%;
  }
  .md\:w-1\/2{
    width: 50%;
  }
  .md\:w-14{
    width: 3.5rem;
  }
  .md\:w-2\/4{
    width: 50%;
  }
  .md\:w-20{
    width: 5rem;
  }
  .md\:w-\[140px\]{
    width: 140px;
  }
  .md\:w-\[146px\]{
    width: 146px;
  }
  .md\:w-\[200px\]{
    width: 200px;
  }
  .md\:w-\[240px\]{
    width: 240px;
  }
  .md\:w-\[278px\]{
    width: 278px;
  }
  .md\:w-\[328px\]{
    width: 328px;
  }
  .md\:w-\[343px\]{
    width: 343px;
  }
  .md\:w-\[386px\]{
    width: 386px;
  }
  .md\:w-\[400px\]{
    width: 400px;
  }
  .md\:w-\[48\.5\%\]{
    width: 48.5%;
  }
  .md\:w-\[580px\]{
    width: 580px;
  }
  .md\:w-\[600px\]{
    width: 600px;
  }
  .md\:w-\[680px\]{
    width: 680px;
  }
  .md\:w-\[732px\]{
    width: 732px;
  }
  .md\:w-\[768px\]{
    width: 768px;
  }
  .md\:w-\[796px\]{
    width: 796px;
  }
  .md\:w-\[90px\]{
    width: 90px;
  }
  .md\:w-\[960px\]{
    width: 960px;
  }
  .md\:w-\[calc\(25\%-12px\)\]{
    width: calc(25% - 12px);
  }
  .md\:w-\[calc\(25\%-18px\)\]{
    width: calc(25% - 18px);
  }
  .md\:w-\[calc\(50\%-8px\)\]{
    width: calc(50% - 8px);
  }
  .md\:w-full{
    width: 100%;
  }
  .md\:max-w-\[400px\]{
    max-width: 400px;
  }
  .md\:max-w-\[432px\]{
    max-width: 432px;
  }
  .md\:max-w-\[560px\]{
    max-width: 560px;
  }
  .md\:max-w-\[680px\]{
    max-width: 680px;
  }
  .md\:max-w-\[796px\]{
    max-width: 796px;
  }
  .md\:max-w-\[none\]{
    max-width: none;
  }
  .md\:max-w-lg{
    max-width: 960px;
  }
  .md\:flex-shrink-0{
    flex-shrink: 0;
  }
  .md\:flex-grow{
    flex-grow: 1;
  }
  .md\:basis-1\/4{
    flex-basis: 25%;
  }
  .md\:basis-\[calc\(20\%-9\.6px\)\]{
    flex-basis: calc(20% - 9.6px);
  }
  .md\:basis-\[calc\(25\%-12px\)\]{
    flex-basis: calc(25% - 12px);
  }
  .md\:basis-\[calc\(25\%-18px\)\]{
    flex-basis: calc(25% - 18px);
  }
  .md\:basis-\[calc\(33\%-10px\)\]{
    flex-basis: calc(33% - 10px);
  }
  .md\:basis-\[calc\(33\%-9px\)\]{
    flex-basis: calc(33% - 9px);
  }
  .md\:basis-\[calc\(50\%-12px\)\]{
    flex-basis: calc(50% - 12px);
  }
  .md\:basis-\[calc\(50\%-8px\)\]{
    flex-basis: calc(50% - 8px);
  }
  .md\:-translate-y-0{
    --tw-translate-y: -0px;
    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));
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:flex-col{
    flex-direction: column;
  }
  .md\:flex-wrap{
    flex-wrap: wrap;
  }
  .md\:items-start{
    align-items: flex-start;
  }
  .md\:items-center{
    align-items: center;
  }
  .md\:justify-center{
    justify-content: center;
  }
  .md\:justify-between{
    justify-content: space-between;
  }
  .md\:gap-4{
    gap: 1rem;
  }
  .md\:gap-5{
    gap: 1.25rem;
  }
  .md\:gap-6{
    gap: 1.5rem;
  }
  .md\:gap-x-4{
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  .md\:gap-x-6{
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
  .md\:gap-x-\[32px\]{
    -moz-column-gap: 32px;
         column-gap: 32px;
  }
  .md\:gap-y-\[28px\]{
    row-gap: 28px;
  }
  .md\:gap-y-\[8px\]{
    row-gap: 8px;
  }
  .md\:rounded-2xl{
    border-radius: 1rem;
  }
  .md\:rounded-lg{
    border-radius: 0.5rem;
  }
  .md\:rounded-xl{
    border-radius: 0.75rem;
  }
  .md\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }
  .md\:border{
    border-width: 1px;
  }
  .md\:border-neutral-200{
    --tw-border-opacity: 1;
    border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
  }
  .md\:bg-orange-500{
    --tw-bg-opacity: 1;
    background-color: rgb(249 115 22 / var(--tw-bg-opacity, 1));
  }
  .md\:bg-\[url\(\'\/asset\/img\/base\/bg-title-h1\.png\'\)\]{
    background-image: url('/asset/img/base/bg-title-h1.png');
  }
  .md\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .md\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .md\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .md\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .md\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .md\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .md\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .md\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .md\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .md\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .md\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .md\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .md\:pb-0{
    padding-bottom: 0px;
  }
  .md\:pb-11{
    padding-bottom: 2.75rem;
  }
  .md\:pb-20{
    padding-bottom: 5rem;
  }
  .md\:pb-24{
    padding-bottom: 6rem;
  }
  .md\:pb-3{
    padding-bottom: 0.75rem;
  }
  .md\:pb-5{
    padding-bottom: 1.25rem;
  }
  .md\:pb-8{
    padding-bottom: 2rem;
  }
  .md\:pl-6{
    padding-left: 1.5rem;
  }
  .md\:pt-0{
    padding-top: 0px;
  }
  .md\:pt-10{
    padding-top: 2.5rem;
  }
  .md\:pt-12{
    padding-top: 3rem;
  }
  .md\:pt-14{
    padding-top: 3.5rem;
  }
  .md\:pt-20{
    padding-top: 5rem;
  }
  .md\:pt-6{
    padding-top: 1.5rem;
  }
  .md\:pt-7{
    padding-top: 1.75rem;
  }
  .md\:pt-8{
    padding-top: 2rem;
  }
  .md\:pt-\[3px\]{
    padding-top: 3px;
  }
  .md\:pt-\[52px\]{
    padding-top: 52px;
  }
  .md\:text-center{
    text-align: center;
  }
  .md\:text-2xl{
    font-size: 1.5rem;
  }
  .md\:text-3xl{
    font-size: 1.875rem;
  }
  .md\:text-base{
    font-size: 1rem;
  }
  .md\:text-lg{
    font-size: 1.125rem;
  }
  .md\:text-sm{
    font-size: .875rem;
  }
  .md\:leading-\[32px\]{
    line-height: 32px;
  }
  .md\:leading-none{
    line-height: 1;
  }
  .md\:line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .md\:last\:before\:h-8:last-child::before{
    content: var(--tw-content);
    height: 2rem;
  }
  .md\:last\:before\:w-8:last-child::before{
    content: var(--tw-content);
    width: 2rem;
  }
  .md\:last\:before\:text-base:last-child::before{
    content: var(--tw-content);
    font-size: 1rem;
  }
  .md\:hover\:bg-opacity-100:hover{
    --tw-bg-opacity: 1;
  }
  .md\:hover\:bg-opacity-70:hover{
    --tw-bg-opacity: 0.7;
  }
  .md\:hover\:text-white:hover{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
  .md\:hover\:opacity-70:hover{
    opacity: 0.7;
  }
  .md\:active\:bg-opacity-70:active{
    --tw-bg-opacity: 0.7;
  }
}
@media (min-width: 1024px){
  .lg\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
}
.\[\&\:not\(\:first-child\)\]\:mt-5:not(:first-child){
  margin-top: 1.25rem;
}
.\[\&\>\*\:not\(\:first-child\)\]\:mt-6>*:not(:first-child){
  margin-top: 1.5rem;
}
@media (min-width: 768px){
  .md\:\[\&\>\*\:nth-child\(even\)\]\:ml-\[3\%\]>*:nth-child(even){
    margin-left: 3%;
  }
}
.\[\&\>\*\:nth-child\(n\+2\)\]\:mt-11>*:nth-child(n+2){
  margin-top: 2.75rem;
}
@media (min-width: 768px){
  .md\:\[\&\>\*\:nth-child\(n\+2\)\]\:mt-0>*:nth-child(n+2){
    margin-top: 0px;
  }
  .md\:\[\&\>\*\:nth-child\(n\+3\)\]\:mt-11>*:nth-child(n+3){
    margin-top: 2.75rem;
  }
}
.\[\&\>li\:first-child\]\:ml-4>li:first-child{
  margin-left: 1rem;
}
.\[\&\>li\:last-child\:after\]\:content-none>li:last-child:after{
  --tw-content: none;
  content: var(--tw-content);
}
.\[\&\>li\:last-child\>a\>span\]\:text-neutral-400>li:last-child>a>span{
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity, 1));
}
.\[\&\>li\:last-child\]\:mb-0>li:last-child{
  margin-bottom: 0px;
}
.\[\&\>li\:nth-child\(1\)\>a\>div\>div\]\:bg-yellow-600>li:nth-child(1)>a>div>div{
  --tw-bg-opacity: 1;
  background-color: rgb(202 138 4 / var(--tw-bg-opacity, 1));
}
.\[\&\>li\:nth-child\(2\)\>a\>div\>div\]\:bg-gray-600>li:nth-child(2)>a>div>div{
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}
.\[\&\>li\:nth-child\(3\)\>a\>div\>div\]\:bg-yellow-800>li:nth-child(3)>a>div>div{
  --tw-bg-opacity: 1;
  background-color: rgb(133 77 14 / var(--tw-bg-opacity, 1));
}
.\[\&\>li\:nth-child\(4\)\>a\>div\>div\]\:bg-neutral-400>li:nth-child(4)>a>div>div{
  --tw-bg-opacity: 1;
  background-color: rgb(163 163 163 / var(--tw-bg-opacity, 1));
}
.\[\&\>li\:nth-child\(n\+5\)\>a\>div\>div\]\:bg-neutral-400>li:nth-child(n+5)>a>div>div{
  --tw-bg-opacity: 1;
  background-color: rgb(163 163 163 / var(--tw-bg-opacity, 1));
}
.\[\&\>li\]\:flex>li{
  display: flex;
}
.\[\&\>li\]\:items-center>li{
  align-items: center;
}
.\[\&\>li\]\:justify-between>li{
  justify-content: space-between;
}
.\[\&\>li\]\:border-b>li{
  border-bottom-width: 1px;
}
.\[\&\>li\]\:border-dashed>li{
  border-style: dashed;
}
.\[\&\>li\]\:border-y-green>li{
  --tw-border-opacity: 1;
  border-color: rgb(137 193 34 / var(--tw-border-opacity, 1));
}
.\[\&\>li\]\:py-2>li{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.\[\&\>li\]\:py-4>li{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
