@charset "UTF-8";
/*
! tailwindcss v3.0.24 | 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.
*/
html {
  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, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}
/*
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. 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-size: 1em; /* 2 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
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-size: 100%; /* 1 */
  line-height: 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,
[type='button'],
[type='reset'],
[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;
}
/*
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:-ms-input-placeholder, textarea:-ms-input-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;
}
/*
Ensure the default browser behavior of the `hidden` attribute.
*/
[hidden] {
  display: none;
}
[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}
[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}
input::-moz-placeholder, textarea::-moz-placeholder{
  color: #6b7280;
  opacity: 1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder{
  color: #6b7280;
  opacity: 1;
}
input::placeholder,textarea::placeholder{
  color: #6b7280;
  opacity: 1;
}
::-webkit-datetime-edit-fields-wrapper{
  padding: 0;
}
::-webkit-date-and-time-value{
  min-height: 1.5em;
}
::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{
  padding-top: 0;
  padding-bottom: 0;
}
select{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}
[multiple]{
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          color-adjust: unset;
}
[type='checkbox'],[type='radio']{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}
[type='checkbox']{
  border-radius: 0px;
}
[type='radio']{
  border-radius: 100%;
}
[type='checkbox']:focus,[type='radio']:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
[type='checkbox']:checked,[type='radio']:checked{
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[type='checkbox']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}
[type='radio']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}
[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{
  border-color: transparent;
  background-color: currentColor;
}
[type='checkbox']:indeterminate{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
  border-color: transparent;
  background-color: currentColor;
}
[type='file']{
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}
[type='file']:focus{
  outline: 1px auto -webkit-focus-ring-color;
}
*, ::before, ::after{
  --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-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:  ;
}
.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;
  }
}
.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;
}
.m-0{
  margin: 0px;
}
.m-auto{
  margin: auto;
}
.mx-0{
  margin-left: 0px;
  margin-right: 0px;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-0{
  margin-top: 0px;
  margin-bottom: 0px;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.mt-1{
  margin-top: 0.25rem;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.ml-auto{
  margin-left: auto;
}
.mr-auto{
  margin-right: auto;
}
.mb-4{
  margin-bottom: 1rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mr-8{
  margin-right: 2rem;
}
.mt-0{
  margin-top: 0px;
}
.mb-0{
  margin-bottom: 0px;
}
.ml-2{
  margin-left: 0.5rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mr-3{
  margin-right: 0.75rem;
}
.mt-4{
  margin-top: 1rem;
}
.block{
  display: block;
}
.flex{
  display: flex;
}
.hidden{
  display: none;
}
.h-16{
  height: 4rem;
}
.w-full{
  width: 100%;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-center{
  align-items: center;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.justify-evenly{
  justify-content: space-evenly;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.border{
  border-width: 1px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-t-2{
  border-top-width: 2px;
}
.border-black{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-gray-400{
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}
.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-gray-300{
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}
.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.p-4{
  padding: 1rem;
}
.p-2{
  padding: 0.5rem;
}
.p-0{
  padding: 0px;
}
.p-6{
  padding: 1.5rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.pt-10{
  padding-top: 2.5rem;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pl-1{
  padding-left: 0.25rem;
}
.pr-1{
  padding-right: 0.25rem;
}
.pt-5{
  padding-top: 1.25rem;
}
.pb-5{
  padding-bottom: 1.25rem;
}
.pt-3{
  padding-top: 0.75rem;
}
.pb-3{
  padding-bottom: 0.75rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pt-1{
  padding-top: 0.25rem;
}
.pt-0{
  padding-top: 0px;
}
.pb-16{
  padding-bottom: 4rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.pt-16{
  padding-top: 4rem;
}
.pl-2{
  padding-left: 0.5rem;
}
.pr-3{
  padding-right: 0.75rem;
}
.text-center{
  text-align: center;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.font-bold{
  font-weight: 700;
}
.text-red-600{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-red-500{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.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);
}
@media (max-width: 960px) {
  .pc-only {
    display: none !important;
  }
}

@media (min-width: 961px) {
  .sp-only {
    display: none !important;
  }
}

@media (max-width: 960px) {
  .pc_only {
    display: none !important;
  }
}

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

html {
  position: relative;
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "メイリオ", "Hiragino Kaku Gothic Pro", Meiryo, "ヒラギノ角ゴ Pro W3", "MS PGothic", "MS UI Gothic", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  text-align: left;
  background-color: #fff;
}

a {
  color: #fff;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}

p {
  margin: 2em 0;
}

blockquote {
  position: relative;
  padding: 10px 15px 10px 60px;
  box-sizing: border-box;
  font-style: italic;
  background: #efefef;
  color: #555;
}

blockquote:before {
  display: inline-block;
  position: absolute;
  top: 18px;
  left: 15px;
  content: "\f10d";
  font-family: FontAwesome;
  color: #cfcfcf;
  font-size: 30px;
  line-height: 1;
  font-weight: 900;
}

blockquote p {
  padding: 0;
  margin: 10px 0;
  line-height: 1.7;
}

blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}

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

textarea {
  width: 100%;
}

.btn, .btn-reset, .btn-primary {
  max-width: 280px;
  border: none;
  cursor: pointer;
  display: block;
  width: 100%;
  border-radius: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  --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);
  text-align: center;
}
.btn-primary {
  background-color: #362e2b;
  color: white;
}
.btn-reset {
  background-color: #616262;
  color: white;
}
.btn-delete {
  border: none;
  background-color: #ccc;
  border-radius: 8px;
  padding: 0.35rem 0.75rem;
  cursor: pointer;
}
.btn-add-cart {
  width: 100%;
  background-color: #362e2b;
  color: white;
  border-radius: 7px;
  padding: 0.5rem;
}

.btn-spinner {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  border: none;
  font-size: 24px;
  font-weight: bolder;
  padding: 3px;
  color: white;
  vertical-align: middle;
  border-radius: 4px;
}
.btn-spinner--minus {
  background-color: #eee;
}
.btn-spinner--plus {
  background-color: #362e2b;
}

.spinner_area__input {
  padding: 11px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 18px;
  max-width: 100px;
  width: 100%;
  vertical-align: middle;
  text-align: right;
  /* デフォルトのスピナーを消す */
  -webkit-appearance: none;
  -moz-appearance: textfield;
}

.disabled {
  opacity: 0.7;
  pointer-events: none;
}

.heading {
  padding: 1rem 0.5rem;
}
.heading--border {
  margin: 0;
  padding: 0.5rem 1rem;
  font-size: 1.1rem;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-bottom: 1px solid black;
}
.heading--main, .heading--sticky {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.heading--sub {
  font-size: 1rem;
  margin: 0.5rem 0 0 0;
  display: block;
}
.heading--sticky {
  padding: 0.25rem;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  color: white;
  background-color: #362e2b;
  z-index: 3;
}

.lazyload,
.lazyloading {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  transition: opacity 2s ease-in-out;
}

.message {
  line-height: 2rem;
}

.link {
  color: #A83B3B;
  text-decoration: underline;
}

.linkbox {
  position: relative;
}
.linkbox__url {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  -webkit-animation: sp-anime 0.8s infinite linear;
          animation: sp-anime 0.8s infinite linear;
}
.spinner__overlay {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.3);
}

@-webkit-keyframes sp-anime {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes sp-anime {
  100% {
    transform: rotate(360deg);
  }
}
.StripeElement {
  box-sizing: border-box;
  padding: 0 1rem;
  height: 40px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: white;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  transition: box-shadow 150ms ease;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

.stripe-form {
  margin-top: 2rem;
}
.stripe-form__dl {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
@media (max-width: 960px) {
  .stripe-form__dl {
    flex-wrap: wrap;
    margin: 0 0 1rem 0;
  }
}
.stripe-form__dt {
  max-width: 150px;
  width: 100%;
  margin-right: 1rem;
}
@media (max-width: 960px) {
  .stripe-form__dt {
    max-width: 100%;
    margin: 0;
  }
}
.stripe-form__dd {
  max-width: calc(100% - 150px);
  width: 100%;
  margin: 0;
}
@media (max-width: 960px) {
  .stripe-form__dd {
    max-width: 100%;
    margin: 0;
  }
}

.card-cvc {
  max-width: 70px;
  width: 100%;
}
.card-cvc__wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 960px) {
  .card-cvc__wrap {
    flex-wrap: wrap;
  }
}
.card-cvc__description {
  margin-left: 1rem;
}

.cart-nav {
  position: fixed;
  bottom: 0;
  background-color: #eee;
  width: 100%;
  padding: 0.5rem;
  z-index: 5;
}
.cart-nav__wrap {
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 960px) {
  .cart-nav__wrap {
    font-size: 0.8rem;
  }
}
.cart-nav__wrap .btn-primary {
  max-width: 150px;
}
.cart-nav__quantity, .cart-nav__price {
  font-size: 1.1rem;
  font-weight: bold;
}
.cart-nav__price {
  color: red;
}

.error__block {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  margin: 2rem auto;
  border: 3px solid #e47676;
  padding: 1rem;
}
.error__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.error__list--item {
  margin-bottom: 0.25rem;
}

.footer {
  color: white;
  background-color: black;
  padding: 3rem 0.5rem 6rem 0.5rem;
}
@media (max-width: 960px) {
  .footer {
    padding: 3rem 0;
  }
}
.footer__content {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.footer-nav {
  max-width: 960px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-around;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 960px) {
  .footer-nav {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  .footer-nav__item {
    width: 100%;
  }
}
.footer__small {
  display: block;
  margin-top: 2rem;
  text-align: center;
}

.header__image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 18.2%;
  height: 350px;
  position: relative;
}
.header__title {
  margin: 0 0 0 0;
  letter-spacing: 3px;
}
.header__title--wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
}
.header__subtitle {
  font-size: 1.3rem;
  letter-spacing: 3px;
}

.form__dl {
  display: flex;
  align-items: center;
  padding: 0.5rem;
}
@media (max-width: 960px) {
  .form__dl {
    flex-wrap: wrap;
  }
  .form__dt, .form__dd {
    width: 100%;
  }
}
.form__dt {
  font-weight: bold;
  min-width: 100px;
}
@media (max-width: 960px) {
  .form__dt {
    margin-bottom: 1rem;
  }
}
.form__dd {
  margin-left: 1rem;
}
@media (max-width: 960px) {
  .form__dd {
    margin: 0;
  }
}
.form__input {
  border: 2px solid #efefef;
  padding: 0.5rem;
}
.form__input--w100 {
  width: 100%;
}
.form__input--w50 {
  width: 50%;
}
@media (max-width: 960px) {
  .form__input--w50 {
    width: 100%;
  }
}
.form__select {
  border: 2px solid #efefef;
  padding: 0.5rem 2.5rem 0.5rem 0.5rem;
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form__order {
  max-width: 860px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.form__order .form__dt {
  max-width: 210px;
  width: 100%;
  text-align: right;
}
@media (max-width: 960px) {
  .form__order .form__dt {
    max-width: 100%;
    text-align: left;
  }
}
.form__order .form__dd {
  max-width: calc(100% - 200px);
  width: 100%;
}
@media (max-width: 960px) {
  .form__order .form__dd {
    max-width: 100%;
  }
}

.radio {
  margin: 0.5rem;
}
.radio input[type=radio] {
  position: absolute;
  opacity: 0;
}
.radio input[type=radio] + .radio-label:before {
  content: "";
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  position: relative;
  margin-right: 1em;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.radio input[type=radio]:checked + .radio-label:before {
  background-color: #E7100D;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}
.radio input[type=radio]:focus + .radio-label:before {
  outline: none;
  border-color: #E7100D;
}
.radio input[type=radio]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}
.radio input[type=radio] + .radio-label:empty:before {
  margin-right: 0;
}

.flow {
  background-color: #362e2b;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0px;
  padding-right: 0px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  color: white;
}

.flow-list{
  margin-top: 0px;
  margin-bottom: 0px;
  list-style-type: none;
  padding: 0px;
  display: flex;
  max-width: 1024px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 960px) {
  .flow-list {
    flex-wrap: wrap;
  }
}
.flow-list__item {
  max-width: calc(20% - 1.5rem);
  width: 100%;
  margin: 0.75rem;
  position: relative;
}
@media (max-width: 960px) {
  .flow-list__item {
    max-width: calc(100% - 1.5rem);
    display: none;
  }
}
.flow-list__item--active {
  max-width: calc(20% - 1.5rem);
  width: 100%;
  margin: 0.75rem;
  position: relative;
}
@media (max-width: 960px) {
  .flow-list__item--active {
    max-width: calc(100% - 1.5rem);
    display: block;
  }
}
.flow-list__item:last-child::after {
  display: none;
}
.flow-list__item::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 12px 12px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  top: 50%;
  right: -1.5rem;
  transform: translate(-50%, -50%);
}
@media (max-width: 960px) {
  .flow-list__item::after {
    display: none;
  }
}
.flow-list__step{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  text-align: center;
  color: #333;
  background-color: #d2d2d2;
  font-size: 1.2rem;
}
.flow-list__step--number {
  font-size: 1.8rem;
}
.flow-list__step.bg-active{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  color: white;
}
.flow-list__content{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  color: #333;
  min-height: 150px;
}

.shop__image {
  max-width: 300px;
  width: 100%;
}
@media (max-width: 960px) {
  .shop__image {
    max-width: 100%;
  }
}
.shop__detail {
  max-width: calc(100% - 300px);
  width: 100%;
  padding: 0 2rem;
}
@media (max-width: 960px) {
  .shop__detail {
    margin-top: 1rem;
    max-width: 100%;
    padding-bottom: 0;
  }
}
.shop__detail .form__dl {
  margin: 0 0 1rem 0;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.5rem;
}

.navbar {
  background-color: white;
  z-index: 5;
}
@media (max-width: 960px) {
  .navbar {
    padding: 0.5rem;
  }
}
.navbar__content {
  padding-top: 0.5rem;
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
}
.navbar__logo {
  max-width: 250px;
}
@media (max-width: 960px) {
  .navbar__logo {
    max-width: 35vw;
  }
}

.drawer-hamburger-icon,
.drawer-hamburger-icon::after,
.drawer-hamburger-icon::before {
  background-color: white;
}

.drawer-nav {
  padding: 1rem;
  z-index: 10;
  background-color: #f3f3f3;
}

.drawer-overlay {
  z-index: 5;
}

.drawer-hamburger {
  z-index: 10;
  padding: 14px 0.75rem 30px;
  display: none;
}
@media (max-width: 960px) {
  .drawer-hamburger {
    display: block;
  }
}

.drawer-menu {
  margin: 2rem 0;
}
.drawer-menu__item {
  text-align: center;
  padding: 0.25rem;
}
.drawer-menu__link {
  color: black;
}

.drawer-sns {
  list-style: none;
  padding: 0;
  margin: 1rem 0;
  display: flex;
}
.drawer-sns__item {
  padding: 0 0.25rem;
}

.drawer-button {
  margin: 1rem 0 2.5rem 0;
}
.drawer-button .navbar__menu--item {
  padding: 0.5rem 0.8rem;
}

.menu-category {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.menu-category__item {
  max-width: calc(33.3333333333% - 1rem);
  width: 100%;
  margin: 0.5rem;
  overflow: hidden;
  position: relative;
}
.menu-category__thumb {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 62.5%;
  height: 240px;
  transition: all 0.5s ease;
}
.menu-category__thumb:hover {
  transform: scale(1.03);
}
@media (max-width: 960px) {
  .menu-category__thumb {
    padding-top: 85.5%;
    height: initial;
  }
}
.menu-category__title {
  margin: 0;
  padding: 0.25rem;
  text-align: center;
  font-size: 1rem;
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.6);
}

.menu-list {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.menu-list__item {
  max-width: calc(33.3333333333% - 1rem);
  width: 100%;
  margin: 0.5rem 0.5rem 2rem 0.5rem;
}
@media (max-width: 960px) {
  .menu-list__item {
    max-width: calc(100% - 1rem);
    margin-bottom: 2rem;
  }
}
.menu-list__thumb {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 66.69%;
  height: 225px;
}
.menu-list__option {
  display: block;
  margin-bottom: 1rem;
  width: 100%;
  border: 2px solid #ccc;
  padding: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.order-number {
  font-size: 1.5rem;
  padding-left: 1rem;
}
.order-number__box {
  display: inline-block;
  color: #362e2b;
  border: 3px solid #362e2b;
  padding: 0.5rem 1rem;
  min-width: 250px;
  margin: auto;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
}

.order-complete-message {
  display: inline-block;
}

.order-list {
  max-width: 960px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.order-price {
  max-width: 400px;
  width: 100%;
  margin-left: auto;
}
@media (max-width: 960px) {
  .order-price {
    margin: auto;
  }
}

.bg-active {
  background-color: #000;
}

.flex {
  display: flex;
}

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

.row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .row-reverse {
    flex-direction: column-reverse;
  }
}

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

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

.flex-reverse {
  flex-direction: row-reverse;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.full-height {
  height: 100vh;
}

.m-auto {
  margin: auto;
}

.m-0 {
  margin: 0;
}

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

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

.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-10 {
  margin-top: 2.5rem;
}

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

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

.mt-20 {
  margin-top: 5rem;
}

.mt-auto {
  margin-top: auto;
}

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

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

.mr-0 {
  margin-right: 0;
}

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

.mr-2 {
  margin-right: 0.5rem;
}

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

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

.mr-5 {
  margin-right: 1.25rem;
}

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

.mr-8 {
  margin-right: 2rem;
}

.mr-10 {
  margin-right: 2.5rem;
}

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

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

.mr-20 {
  margin-right: 5rem;
}

.mr-auto {
  margin-right: auto;
}

.mr-px {
  margin-right: 1px;
}

.-mr-px {
  margin-right: -1px;
}

.mb-0 {
  margin-bottom: 0;
}

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

.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-10 {
  margin-bottom: 2.5rem;
}

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

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

.mb-20 {
  margin-bottom: 5rem;
}

.mb-auto {
  margin-bottom: auto;
}

.mb-px {
  margin-bottom: 1px;
}

.-mb-px {
  margin-bottom: -1px;
}

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

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

.ml-2 {
  margin-left: 0.5rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

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

.ml-5 {
  margin-left: 1.25rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.ml-8 {
  margin-left: 2rem;
}

.ml-10 {
  margin-left: 2.5rem;
}

.ml-12 {
  margin-left: 3rem;
}

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

.ml-20 {
  margin-left: 5rem;
}

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

.ml-px {
  margin-left: 1px;
}

.-ml-px {
  margin-left: -1px;
}

.image-center {
  display: block;
  margin: auto;
}

m-0 {
  padding: 0;
}

.pt-0 {
  padding-top: 0;
}

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

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

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

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

.pt-5 {
  padding-top: 1.25rem;
}

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

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

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

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

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

.pt-20 {
  padding-top: 5rem;
}

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

.pt-auto {
  padding-top: auto;
}

.pt-px {
  padding-top: 1px;
}

.-mt-px {
  padding-top: -1px;
}

.pr-0 {
  padding-right: 0;
}

.pr-1 {
  padding-right: 0.25rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

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

.pr-5 {
  padding-right: 1.25rem;
}

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

.pr-8 {
  padding-right: 2rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pr-12 {
  padding-right: 3rem;
}

.pr-16 {
  padding-right: 4rem;
}

.pr-20 {
  padding-right: 5rem;
}

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

.pr-auto {
  padding-right: auto;
}

.pr-px {
  padding-right: 1px;
}

.-mr-px {
  padding-right: -1px;
}

.pb-0 {
  padding-bottom: 0;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

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

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

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

.pb-5 {
  padding-bottom: 1.25rem;
}

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

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

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

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

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

.pb-20 {
  padding-bottom: 5rem;
}

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

.pb-auto {
  padding-bottom: auto;
}

.pb-px {
  padding-bottom: 1px;
}

.-mb-px {
  padding-bottom: -1px;
}

.pl-0 {
  padding-left: 0;
}

.pl-1 {
  padding-left: 0.25rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

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

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

.pl-5 {
  padding-left: 1.25rem;
}

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

.pl-8 {
  padding-left: 2rem;
}

.pl-10 {
  padding-left: 2.5rem;
}

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

.pl-16 {
  padding-left: 4rem;
}

.pl-20 {
  padding-left: 5rem;
}

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

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

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

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

.text-white {
  color: white;
}

.text-red {
  color: red;
}

.text-black {
  color: #333;
}

.line-height-normal {
  line-height: 3;
}

.line-height-design {
  line-height: 2;
}

.text-indent {
  padding-left: 1em;
  text-indent: -1em;
}

.text-price {
  color: red;
  font-size: 1.2rem;
  font-weight: bold;
}

.border-bottom {
  border-bottom: 1px solid inherit;
}

.main-message {
  font-size: 1.8rem;
  font-weight: normal;
  font-family: "Noto Serif JP", serif;
}

.dl__border {
  display: flex;
  border-bottom: 1px solid black;
  padding: 1rem 0.5rem;
  margin-top: 0;
}

.dt__border {
  min-width: 150px;
  font-weight: 600;
}

.container {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.container--md {
  max-width: 960px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.container--sm {
  max-width: 768px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px){
  .md\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .md\:mb-0{
    margin-bottom: 0px;
  }
  .md\:w-max{
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .md\:flex-nowrap{
    flex-wrap: nowrap;
  }
  .md\:justify-end{
    justify-content: flex-end;
  }
}
