/*
! tailwindcss v3.0.15 | 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;
}

*, ::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:  ;
}

.pointer-events-none {
  pointer-events: none;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.top-o-3 {
  top: 0.03rem;
}

.left-o-3 {
  left: 0.03rem;
}

.bottom-0 {
  bottom: 0px;
}

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

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

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

.my-o-56 {
  margin-top: 0.56rem;
  margin-bottom: 0.56rem;
}

.my-o-20 {
  margin-top: 0.20rem;
  margin-bottom: 0.20rem;
}

.my-o-24 {
  margin-top: 0.24rem;
  margin-bottom: 0.24rem;
}

.my-o-16 {
  margin-top: 0.16rem;
  margin-bottom: 0.16rem;
}

.mt-o-44 {
  margin-top: 0.44rem;
}

.mt-o-64 {
  margin-top: 0.64rem;
}

.mt-o-28 {
  margin-top: 0.28rem;
}

.mt-o-48 {
  margin-top: 0.48rem;
}

.mb-o-16 {
  margin-bottom: 0.16rem;
}

.mt-o-16 {
  margin-top: 0.16rem;
}

.mt-o-24 {
  margin-top: 0.24rem;
}

.mt-o-8 {
  margin-top: 0.08rem;
}

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

.mt-o-20 {
  margin-top: 0.20rem;
}

.mt-o-4 {
  margin-top: 0.04rem;
}

.mt-o-52 {
  margin-top: 0.52rem;
}

.mb-o-60 {
  margin-bottom: 0.60rem;
}

.mt-o-32 {
  margin-top: 0.32rem;
}

.-mt-o-300 {
  margin-top: -3rem;
}

.mb-o-24 {
  margin-bottom: 0.24rem;
}

.mt-o-12 {
  margin-top: 0.12rem;
}

.mt-o-36 {
  margin-top: 0.36rem;
}

.mt-o-88 {
  margin-top: 0.88rem;
}

.mt-o-56 {
  margin-top: 0.56rem;
}

.mt-o-40 {
  margin-top: 0.40rem;
}

.mt-o-80 {
  margin-top: 0.80rem;
}

.mb-o-64 {
  margin-bottom: 0.64rem;
}

.block {
  display: block;
}

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

.flex {
  display: flex;
}

.hidden {
  display: none;
}

.h-o-240 {
  height: 2.40rem;
}

.h-o-160 {
  height: 1.60rem;
}

.h-px {
  height: 1px;
}

.max-h-0 {
  max-height: 0px;
}

.w-o-692 {
  width: 6.92rem;
}

.w-o-180 {
  width: 1.80rem;
}

.w-full {
  width: 100%;
}

.w-o-620 {
  width: 6.20rem;
}

.w-o-440 {
  width: 4.40rem;
}

.w-o-160 {
  width: 1.60rem;
}

.w-o-554 {
  width: 5.54rem;
}

.w-o-320 {
  width: 3.20rem;
}

.w-o-600 {
  width: 6rem;
}

.w-o-460 {
  width: 4.60rem;
}

.w-o-400 {
  width: 4rem;
}

.w-o-300 {
  width: 3rem;
}

.w-o-622 {
  width: 6.22rem;
}

.w-o-115 {
  width: 1.15rem;
}

.w-o-480 {
  width: 4.80rem;
}

.w-o-128 {
  width: 1.28rem;
}

.w-o-130 {
  width: 1.30rem;
}

.w-o-38 {
  width: 0.38rem;
}

.w-o-330 {
  width: 3.30rem;
}

.w-o-315 {
  width: 3.15rem;
}

.w-o-120 {
  width: 1.20rem;
}

.w-o-708 {
  width: 7.08rem;
}

.w-o-614 {
  width: 6.14rem;
}

.origin-left {
  transform-origin: left;
}

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

.cursor-pointer {
  cursor: pointer;
}

.resize-none {
  resize: none;
}

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

.items-start {
  align-items: flex-start;
}

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

.justify-end {
  justify-content: flex-end;
}

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

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

.gap-o-8 {
  gap: 0.08rem;
}

.gap-o-24 {
  gap: 0.24rem;
}

.gap-o-4 {
  gap: 0.04rem;
}

.gap-o-20 {
  gap: 0.20rem;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

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

.rounded-o-4 {
  border-radius: 0.04rem;
}

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

.border {
  border-width: 1px;
}

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

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

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

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

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

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

.border-gold {
  --tw-border-opacity: 1;
  border-color: rgb(204 177 76 / var(--tw-border-opacity));
}

.border-green {
  --tw-border-opacity: 1;
  border-color: rgb(67 163 147 / var(--tw-border-opacity));
}

.border-\[\#d9f0ee\] {
  --tw-border-opacity: 1;
  border-color: rgb(217 240 238 / var(--tw-border-opacity));
}

.border-t-green {
  --tw-border-opacity: 1;
  border-top-color: rgb(67 163 147 / var(--tw-border-opacity));
}

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

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

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

.bg-formMust {
  --tw-bg-opacity: 1;
  background-color: rgb(219 18 18 / var(--tw-bg-opacity));
}

.bg-transparent {
  background-color: transparent;
}

.bg-formSubmit {
  --tw-bg-opacity: 1;
  background-color: rgb(235 111 72 / var(--tw-bg-opacity));
}

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

.bg-gold {
  --tw-bg-opacity: 1;
  background-color: rgb(204 177 76 / var(--tw-bg-opacity));
}

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

.bg-green {
  --tw-bg-opacity: 1;
  background-color: rgb(67 163 147 / var(--tw-bg-opacity));
}

.bg-\[\#d9f0ee\] {
  --tw-bg-opacity: 1;
  background-color: rgb(217 240 238 / var(--tw-bg-opacity));
}

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

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

.py-o-120 {
  padding-top: 1.20rem;
  padding-bottom: 1.20rem;
}

.py-o-24 {
  padding-top: 0.24rem;
  padding-bottom: 0.24rem;
}

.py-px {
  padding-top: 1px;
  padding-bottom: 1px;
}

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

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

.px-o-8 {
  padding-left: 0.08rem;
  padding-right: 0.08rem;
}

.py-o-16 {
  padding-top: 0.16rem;
  padding-bottom: 0.16rem;
}

.px-o-28 {
  padding-left: 0.28rem;
  padding-right: 0.28rem;
}

.px-o-24 {
  padding-left: 0.24rem;
  padding-right: 0.24rem;
}

.py-o-12 {
  padding-top: 0.12rem;
  padding-bottom: 0.12rem;
}

.py-o-28 {
  padding-top: 0.28rem;
  padding-bottom: 0.28rem;
}

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

.py-o-40 {
  padding-top: 0.40rem;
  padding-bottom: 0.40rem;
}

.py-o-32 {
  padding-top: 0.32rem;
  padding-bottom: 0.32rem;
}

.py-o-64 {
  padding-top: 0.64rem;
  padding-bottom: 0.64rem;
}

.py-o-56 {
  padding-top: 0.56rem;
  padding-bottom: 0.56rem;
}

.py-o-80 {
  padding-top: 0.80rem;
  padding-bottom: 0.80rem;
}

.px-o-16 {
  padding-left: 0.16rem;
  padding-right: 0.16rem;
}

.py-o-36 {
  padding-top: 0.36rem;
  padding-bottom: 0.36rem;
}

.pl-o-48 {
  padding-left: 0.48rem;
}

.pl-o-112 {
  padding-left: 1.12rem;
}

.pl-o-96 {
  padding-left: 0.96rem;
}

.pb-o-80 {
  padding-bottom: 0.80rem;
}

.pb-o-88 {
  padding-bottom: 0.88rem;
}

.pt-o-44 {
  padding-top: 0.44rem;
}

.pl-o-16 {
  padding-left: 0.16rem;
}

.pr-o-8 {
  padding-right: 0.08rem;
}

.pt-o-88 {
  padding-top: 0.88rem;
}

.pb-o-44 {
  padding-bottom: 0.44rem;
}

.pt-o-40 {
  padding-top: 0.40rem;
}

.pt-o-24 {
  padding-top: 0.24rem;
}

.pb-o-48 {
  padding-bottom: 0.48rem;
}

.pr-o-16 {
  padding-right: 0.16rem;
}

.pb-o-24 {
  padding-bottom: 0.24rem;
}

.pt-o-52 {
  padding-top: 0.52rem;
}

.pb-o-64 {
  padding-bottom: 0.64rem;
}

.pt-o-28 {
  padding-top: 0.28rem;
}

.pt-o-72 {
  padding-top: 0.72rem;
}

.pb-o-52 {
  padding-bottom: 0.52rem;
}

.pb-o-4 {
  padding-bottom: 0.04rem;
}

.pb-o-16 {
  padding-bottom: 0.16rem;
}

.pt-o-12 {
  padding-top: 0.12rem;
}

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

.font-ShipporiMinchoB1 {
  font-family: Shippori Mincho B1;
}

.font-ZenKakuGothicNew {
  font-family: Zen Kaku Gothic New;
}

.text-md {
  font-size: 13.02083vw;
}

.text-16 {
  font-size: 0.16rem;
}

.text-39 {
  font-size: 0.39rem;
}

.text-26 {
  font-size: 0.26rem;
}

.text-28 {
  font-size: 0.28rem;
}

.text-20 {
  font-size: 0.20rem;
}

.text-24 {
  font-size: 0.24rem;
}

.text-31 {
  font-size: 0.31rem;
}

.text-25 {
  font-size: 0.25rem;
}

.text-23 {
  font-size: 0.23rem;
}

.text-30 {
  font-size: 0.30rem;
}

.text-52 {
  font-size: 0.52rem;
}

.text-60 {
  font-size: 0.60rem;
}

.text-32 {
  font-size: 0.32rem;
}

.text-44 {
  font-size: 0.44rem;
}

.text-41 {
  font-size: 0.41rem;
}

.text-21 {
  font-size: 0.21rem;
}

.text-36 {
  font-size: 0.36rem;
}

.text-19 {
  font-size: 0.19rem;
}

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

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.leading-o-18 {
  line-height: 1.8;
}

.leading-o-12 {
  line-height: 1.2;
}

.leading-o-8 {
  line-height: 0.8;
}

.leading-o-14 {
  line-height: 1.4;
}

.leading-o-16 {
  line-height: 1.6;
}

.leading-none {
  line-height: 1;
}

.tracking-o-30 {
  letter-spacing: 0.030em;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.tracking-o-60 {
  letter-spacing: 0.060em;
}

.tracking-o-125 {
  letter-spacing: 0.125em;
}

.tracking-o-150 {
  letter-spacing: 0.15em;
}

.tracking-o-100 {
  letter-spacing: 0.100em;
}

.tracking-o-90 {
  letter-spacing: 0.090em;
}

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

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

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

.text-formErrow {
  --tw-text-opacity: 1;
  color: rgb(219 0 0 / var(--tw-text-opacity));
}

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

.text-green {
  --tw-text-opacity: 1;
  color: rgb(67 163 147 / var(--tw-text-opacity));
}

.opacity-0 {
  opacity: 0;
}

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

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

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

html {
  /* ベースフォント */
  font-family: 'Noto Sans JP', sans-serif;
  color: #252525;
}

::-moz-placeholder{
  color: #757575;
}

:-ms-input-placeholder{
  color: #757575;
}

::placeholder{
  color: #757575;
}

/* cta */

.cta_bg{
  background: url(../images/cta_bg.png) no-repeat top center/cover;
}

@media screen and (min-width: 768px) {
  .cta_bg_pc {
    background: url(../images/cta_bg_pc.png) no-repeat top center/cover;
  }
}

/* result */

.result_bg{
  background: url(../images/result_bg.png) no-repeat left top/7.4rem,#d9f0ee;
}

@media screen and (min-width: 768px) {
  .result_bg {
    background: url(../images/result_bg_pc.png) no-repeat left 3.2rem top/5rem, #d9f0ee;
  }
}

/* youtube */

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.youtube iframe {
  width: 100%;
  height: 100%;
}

/* question  */

.question_circle{
  position: relative;
}

.question_circle::after {
  content: "";
  right: -0.08rem;
  top: calc( 50% - 0.2rem);
  position: absolute;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 100%;
  background-color: #bbe4e0;
}

.question_icon{
  position: relative;
}

.question_icon::before{
  position: absolute;
  content: "";
  right: 0;
  top: calc( 50% - 0.01rem );
  width: 0.24rem;
  height: 0.02rem;
  background-color: #4ba697;
  z-index: 10;
}

.question_icon::after {
  position: absolute;
  content: "";
  right: 0;
  top: calc(50% - 0.01rem);
  width: 0.24rem;
  height: 0.02rem;
  background-color: #4ba697;
  transform: rotate(90deg);
  transition-duration: 0.3s;
  z-index: 10;
}

.question_icon_open::after {
  transform: rotate(0deg);
}

.question_icon_open + div {
  max-height: 4rem;
}

/* holdbtn */

.holdbtn_bg{
  background: url(../images/hold_bg.png) no-repeat top center/cover;
}

@media screen and (min-width: 768px) {
  .holdbtn_bg {
    background: url(../images/hold_bg_pc.png) no-repeat top center/cover;
  }
}

/* form */

.radio_mark{
  position: relative;
  cursor: pointer;
}

.radio_mark::before {
  position: absolute;
  content: '';
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 100%;
  border: solid 1px #C6C6C6;
  background-color: white;
  left: 0;
  top: 0.02rem;
}

input[type="radio"]:checked + .radio_mark::after{
  position: absolute;
  content: '';
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 100%;
  background-color: #252525;
  left: 0.06rem;
  top: 0.08rem;
}

.checkbox_mark {
  position: relative;
  cursor: pointer;
}

.checkbox_mark::before {
  position: absolute;
  content: '';
  width: 0.26rem;
  height: 0.26rem;
  border-radius: 0.04rem;
  border: solid 1px #C6C6C6;
  background-color: white;
  left: 0;
  top: 0.08rem;
}

input[type="checkbox"]:checked+.checkbox_mark::after {
  position: absolute;
  content: '';
  width: 0.16rem;
  height: 0.1rem;
  border-bottom: solid 0.06rem #fff;
  border-left: solid 0.06rem #fff;
  transform: rotate(-45deg);
  left: 0.04rem;
  top: 0.14rem;
}

input[type="checkbox"]:checked+.checkbox_mark::before {
  background-color: #252525;
}

.select_mark{
  position: relative;
}

.select_mark::after {
  content: "";
  position: absolute;
  z-index: 0;
  border-top: solid 10px #252525;
  border-left: solid 6px transparent;
  border-right: solid 6px transparent;
  right: 0;
  top: 40%;
  right: 8px;
}

@media screen and (min-width: 600px) {
  .select_mark::after {
    border-top: solid 12px #252525;
    border-left: solid 8px transparent;
    border-right: solid 8px transparent;
    right: 0;
    top: 40%;
    right: 8px;
  }
}

@media screen and (min-width: 700px){
  .select_mark::after {
    border-top: solid 0.16rem #252525;
    border-left: solid 0.1rem transparent;
    border-right: solid 0.1rem transparent;
    right: 0;
    top: 40%;
    right: 0.08rem;
  }
}

.submit_mark{
  position: relative;
}

.submit_mark::after {
  position: absolute;
  content: "";
  width: 0.2rem;
  height: 0.2rem;
  border-bottom: solid 0.08rem #fff;
  border-left: solid 0.08rem #fff;
  transform: rotate(-135deg);
  right: 0.28rem;
  top: calc(50% - 0.1rem);
}

@media screen and (min-width: 768px) {
  .radio_mark::before {
    width: 0.3rem;
    height: 0.3rem;
  }

  input[type="radio"]:checked+.radio_mark::after {
    width: 0.16rem;
    height: 0.16rem;
    left: 0.07rem;
    top: 0.09rem;
  }

  .checkbox_mark::before {
    position: absolute;
    content: '';
    width: 0.26rem;
    height: 0.26rem;
    border-radius: 0.04rem;
    border: solid 1px #C6C6C6;
    background-color: white;
    left: 0;
    top: 0.04rem;
  }

  input[type="checkbox"]:checked+.checkbox_mark::after {
    position: absolute;
    content: '';
    width: 0.16rem;
    height: 0.1rem;
    border-bottom: solid 0.04rem #fff;
    border-left: solid 0.04rem #fff;
    transform: rotate(-45deg);
    left: 0.04rem;
    top: 0.1rem;
  }

  .select_mark::after {
    border-top: solid 0.14rem #252525;
    border-left: solid 0.08rem transparent;
    border-right: solid 0.08rem transparent;
    right: 0;
    top: 40%;
    right: 0.08rem;
  }

  .submit_mark::after {
    position: absolute;
    content: "";
    width: 0.14rem;
    height: 0.14rem;
    border-bottom: solid 0.03rem #fff;
    border-left: solid 0.03rem #fff;
    transform: rotate(-135deg);
    right: 0.96rem;
    top: calc(50% - 0.07rem);
  }
}

.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}

.before\:left-o-40::before {
  content: var(--tw-content);
  left: 0.40rem;
}

.before\:h-o-40::before {
  content: var(--tw-content);
  height: 0.40rem;
}

.before\:w-o-44::before {
  content: var(--tw-content);
  width: 0.44rem;
}

.before\:bg-\[url\(\.\.\/images\/cta_btn_icon01\.png\)\]::before {
  content: var(--tw-content);
  background-image: url(../images/cta_btn_icon01.png);
}

.before\:bg-\[url\(\.\.\/images\/cta_btn_icon02\.png\)\]::before {
  content: var(--tw-content);
  background-image: url(../images/cta_btn_icon02.png);
}

.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\:content-\[\'\'\]::before {
  --tw-content: '';
  content: var(--tw-content);
}

.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.after\:top-\[calc\(50\%_-_0\.08rem\)\]::after {
  content: var(--tw-content);
  top: calc(50% - 0.08rem);
}

.after\:right-o-16::after {
  content: var(--tw-content);
  right: 0.16rem;
}

.after\:-bottom-o-32::after {
  content: var(--tw-content);
  bottom: -0.32rem;
}

.after\:left-\[calc\(50\%_-_1\.6rem\)\]::after {
  content: var(--tw-content);
  left: calc(50% - 1.6rem);
}

.after\:h-o-16::after {
  content: var(--tw-content);
  height: 0.16rem;
}

.after\:h-o-4::after {
  content: var(--tw-content);
  height: 0.04rem;
}

.after\:w-o-16::after {
  content: var(--tw-content);
  width: 0.16rem;
}

.after\:w-o-320::after {
  content: var(--tw-content);
  width: 3.20rem;
}

.after\:-rotate-45::after {
  content: var(--tw-content);
  --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));
}

.after\:border-b::after {
  content: var(--tw-content);
  border-bottom-width: 1px;
}

.after\:border-r::after {
  content: var(--tw-content);
  border-right-width: 1px;
}

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

.after\:border-gold::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(204 177 76 / var(--tw-border-opacity));
}

.after\:bg-\[url\(\.\.\/images\/head_line\.png\)\]::after {
  content: var(--tw-content);
  background-image: url(../images/head_line.png);
}

.after\:bg-contain::after {
  content: var(--tw-content);
  background-size: contain;
}

.after\:bg-no-repeat::after {
  content: var(--tw-content);
  background-repeat: no-repeat;
}

.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}

@media (min-width: 768px) {
  .md\:my-o-40 {
    margin-top: 0.40rem;
    margin-bottom: 0.40rem;
  }

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

  .md\:mb-o-40 {
    margin-bottom: 0.40rem;
  }

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

  .md\:ml-0 {
    margin-left: 0px;
  }

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

  .md\:mt-o-32 {
    margin-top: 0.32rem;
  }

  .md\:-mt-o-92 {
    margin-top: -0.92rem;
  }

  .md\:mt-o-24 {
    margin-top: 0.24rem;
  }

  .md\:mt-o-28 {
    margin-top: 0.28rem;
  }

  .md\:mr-o-12 {
    margin-right: 0.12rem;
  }

  .md\:block {
    display: block;
  }

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

  .md\:inline {
    display: inline;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-o-200 {
    height: 2rem;
  }

  .md\:w-o-1228 {
    width: 12.28rem;
  }

  .md\:w-o-1074 {
    width: 10.74rem;
  }

  .md\:w-o-748 {
    width: 7.48rem;
  }

  .md\:w-o-590 {
    width: 5.90rem;
  }

  .md\:w-o-300 {
    width: 3rem;
  }

  .md\:w-o-500 {
    width: 5rem;
  }

  .md\:w-o-1420 {
    width: 14.20rem;
  }

  .md\:w-o-250 {
    width: 2.50rem;
  }

  .md\:w-o-1000 {
    width: 10rem;
  }

  .md\:w-o-480 {
    width: 4.80rem;
  }

  .md\:w-o-360 {
    width: 3.60rem;
  }

  .md\:w-o-914 {
    width: 9.14rem;
  }

  .md\:w-o-820 {
    width: 8.20rem;
  }

  .md\:w-o-920 {
    width: 9.20rem;
  }

  .md\:w-o-692 {
    width: 6.92rem;
  }

  .md\:w-o-280 {
    width: 2.80rem;
  }

  .md\:w-o-800 {
    width: 8rem;
  }

  .md\:w-o-420 {
    width: 4.20rem;
  }

  .md\:w-o-540 {
    width: 5.40rem;
  }

  .md\:w-o-940 {
    width: 9.40rem;
  }

  .md\:w-o-656 {
    width: 6.56rem;
  }

  .md\:w-o-120 {
    width: 1.20rem;
  }

  .md\:w-o-460 {
    width: 4.60rem;
  }

  .md\:w-o-24 {
    width: 0.24rem;
  }

  .md\:w-initial {
    width: initial;
  }

  .md\:w-o-110 {
    width: 1.1rem;
  }

  .md\:w-o-440 {
    width: 4.40rem;
  }

  .md\:w-o-1036 {
    width: 10.36rem;
  }

  .md\:w-o-380 {
    width: 3.80rem;
  }

  .md\:w-o-400 {
    width: 4rem;
  }

  .md\:w-o-368 {
    width: 3.68rem;
  }

  .md\:w-o-372 {
    width: 3.72rem;
  }

  .md\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 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));
  }

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

  .md\:items-start {
    align-items: flex-start;
  }

  .md\:justify-start {
    justify-content: flex-start;
  }

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

  .md\:gap-o-8 {
    gap: 0.08rem;
  }

  .md\:py-o-40 {
    padding-top: 0.40rem;
    padding-bottom: 0.40rem;
  }

  .md\:px-o-4 {
    padding-left: 0.04rem;
    padding-right: 0.04rem;
  }

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

  .md\:py-o-8 {
    padding-top: 0.08rem;
    padding-bottom: 0.08rem;
  }

  .md\:py-o-16 {
    padding-top: 0.16rem;
    padding-bottom: 0.16rem;
  }

  .md\:py-o-24 {
    padding-top: 0.24rem;
    padding-bottom: 0.24rem;
  }

  .md\:py-o-20 {
    padding-top: 0.20rem;
    padding-bottom: 0.20rem;
  }

  .md\:pl-o-72 {
    padding-left: 0.72rem;
  }

  .md\:pl-o-8 {
    padding-left: 0.08rem;
  }

  .md\:pr-0 {
    padding-right: 0px;
  }

  .md\:pb-o-24 {
    padding-bottom: 0.24rem;
  }

  .md\:pt-o-32 {
    padding-top: 0.32rem;
  }

  .md\:pb-o-12 {
    padding-bottom: 0.12rem;
  }

  .md\:pl-o-64 {
    padding-left: 0.64rem;
  }

  .md\:text-pc {
    font-size: 6.51042vw;
  }

  .md\:text-38 {
    font-size: 0.38rem;
  }

  .md\:text-21 {
    font-size: 0.21rem;
  }

  .md\:text-16 {
    font-size: 0.16rem;
  }

  .md\:text-20 {
    font-size: 0.20rem;
  }

  .md\:text-18 {
    font-size: 0.18rem;
  }

  .md\:text-22 {
    font-size: 0.22rem;
  }

  .md\:text-46 {
    font-size: 0.46rem;
  }

  .md\:text-37 {
    font-size: 0.37rem;
  }

  .md\:text-30 {
    font-size: 0.30rem;
  }

  .md\:text-28 {
    font-size: 0.28rem;
  }

  .md\:text-24 {
    font-size: 0.24rem;
  }

  .md\:text-23 {
    font-size: 0.23rem;
  }

  .md\:before\:left-o-16::before {
    content: var(--tw-content);
    left: 0.16rem;
  }

  .md\:before\:top-o-28::before {
    content: var(--tw-content);
    top: 0.28rem;
  }

  .md\:before\:h-o-24::before {
    content: var(--tw-content);
    height: 0.24rem;
  }

  .md\:before\:w-o-28::before {
    content: var(--tw-content);
    width: 0.28rem;
  }

  .md\:after\:top-\[calc\(50\%_-_0\.06rem\)\]::after {
    content: var(--tw-content);
    top: calc(50% - 0.06rem);
  }

  .md\:after\:right-o-16::after {
    content: var(--tw-content);
    right: 0.16rem;
  }

  .md\:after\:h-o-12::after {
    content: var(--tw-content);
    height: 0.12rem;
  }

  .md\:after\:w-o-12::after {
    content: var(--tw-content);
    width: 0.12rem;
  }
}

