html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
html {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}
a img {
  border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
button:focus,
video {
	outline:none;
}
button {
	margin: 0;
	padding: 0;
	border: none;
  background: none;
	border-radius: 0;
  color: inherit;
}
button,
input[type="submit"],
input[type="reset"] {
	cursor: pointer;
}
button,
input,
textarea,
select {
  font: inherit;
  -webkit-appearance: none;
}
button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}
:-moz-focusring {
  outline: auto;
}
select:disabled {
  opacity: inherit;
}
/*
! tailwindcss v3.0.23 | 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 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: YuGothic, Yu Gothic, Hiragino Kaku Gothic Pro, Hiragino Sans, Meiryo UI, Meiryo, BIZ UDPGothic, Droid Sans, sans-serif; /* 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::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
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::-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;
}
.visible {
  visibility: visible;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.top-\[50\%\] {
  top: 50%;
}
.left-\[50\%\] {
  left: 50%;
}
.top-0 {
  top: 0px;
}
.left-0 {
  left: 0px;
}
.right-0 {
  right: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.left-\[13px\] {
  left: 13px;
}
.right-\[13px\] {
  right: 13px;
}
.top-\[124px\] {
  top: 124px;
}
.left-\[35px\] {
  left: 35px;
}
.right-\[35px\] {
  right: 35px;
}
.top-\[-0\.06em\] {
  top: -0.06em;
}
.z-10 {
  z-index: 10;
}
.m-1 {
  margin: 0.25rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mx-\[5px\] {
  margin-left: 5px;
  margin-right: 5px;
}
.mx-\[10px\] {
  margin-left: 10px;
  margin-right: 10px;
}
.mx-\[-3px\] {
  margin-left: -3px;
  margin-right: -3px;
}
.mx-\[0\.24752475247524752\%\] {
  margin-left: 0.24752475247524752%;
  margin-right: 0.24752475247524752%;
}
.mx-\[-10px\] {
  margin-left: -10px;
  margin-right: -10px;
}
.mb-\[28px\] {
  margin-bottom: 28px;
}
.mb-\[38px\] {
  margin-bottom: 38px;
}
.mb-\[18px\] {
  margin-bottom: 18px;
}
.mb-\[21px\] {
  margin-bottom: 21px;
}
.mb-\[3px\] {
  margin-bottom: 3px;
}
.mb-\[185px\] {
  margin-bottom: 185px;
}
.mb-\[99px\] {
  margin-bottom: 99px;
}
.mb-\[84px\] {
  margin-bottom: 84px;
}
.mt-\[63px\] {
  margin-top: 63px;
}
.mb-\[19px\] {
  margin-bottom: 19px;
}
.mb-\[27px\] {
  margin-bottom: 27px;
}
.mb-\[13px\] {
  margin-bottom: 13px;
}
.mb-\[77px\] {
  margin-bottom: 77px;
}
.mb-\[66px\] {
  margin-bottom: 66px;
}
.mb-\[160px\] {
  margin-bottom: 160px;
}
.mb-\[20px\] {
  margin-bottom: 20px;
}
.mb-\[50px\] {
  margin-bottom: 50px;
}
.mb-\[175px\] {
  margin-bottom: 175px;
}
.mb-\[2px\] {
  margin-bottom: 2px;
}
.mb-\[57px\] {
  margin-bottom: 57px;
}
.mb-\[39px\] {
  margin-bottom: 39px;
}
.mb-\[37px\] {
  margin-bottom: 37px;
}
.mt-\[30px\] {
  margin-top: 30px;
}
.mb-\[105px\] {
  margin-bottom: 105px;
}
.mb-\[104px\] {
  margin-bottom: 104px;
}
.mb-\[59px\] {
  margin-bottom: 59px;
}
.mb-\[48px\] {
  margin-bottom: 48px;
}
.mb-\[95px\] {
  margin-bottom: 95px;
}
.mb-\[64px\] {
  margin-bottom: 64px;
}
.mb-\[94px\] {
  margin-bottom: 94px;
}
.mb-\[63px\] {
  margin-bottom: 63px;
}
.mb-\[75px\] {
  margin-bottom: 75px;
}
.mt-\[-7px\] {
  margin-top: -7px;
}
.mb-\[14px\] {
  margin-bottom: 14px;
}
.mb-\[172px\] {
  margin-bottom: 172px;
}
.mb-\[26px\] {
  margin-bottom: 26px;
}
.mb-\[97px\] {
  margin-bottom: 97px;
}
.mt-\[45px\] {
  margin-top: 45px;
}
.mb-\[148px\] {
  margin-bottom: 148px;
}
.mb-\[100px\] {
  margin-bottom: 100px;
}
.mb-\[90px\] {
  margin-bottom: 90px;
}
.mb-\[60px\] {
  margin-bottom: 60px;
}
.mb-\[65px\] {
  margin-bottom: 65px;
}
.mb-\[31px\] {
  margin-bottom: 31px;
}
.mb-\[15px\] {
  margin-bottom: 15px;
}
.mt-\[5px\] {
  margin-top: 5px;
}
.mb-\[132px\] {
  margin-bottom: 132px;
}
.mb-\[40px\] {
  margin-bottom: 40px;
}
.mt-\[17px\] {
  margin-top: 17px;
}
.mb-\[33px\] {
  margin-bottom: 33px;
}
.mt-\[27px\] {
  margin-top: 27px;
}
.mt-\[50px\] {
  margin-top: 50px;
}
.mb-\[10px\] {
  margin-bottom: 10px;
}
.mr-\[16px\] {
  margin-right: 16px;
}
.ml-\[-1em\] {
  margin-left: -1em;
}
.mr-\[40px\] {
  margin-right: 40px;
}
.ml-\[20px\] {
  margin-left: 20px;
}
.mr-\[-40px\] {
  margin-right: -40px;
}
.mt-\[20px\] {
  margin-top: 20px;
}
.mb-\[6px\] {
  margin-bottom: 6px;
}
.mr-\[22px\] {
  margin-right: 22px;
}
.mr-\[9px\] {
  margin-right: 9px;
}
.mb-\[168px\] {
  margin-bottom: 168px;
}
.mb-\[112px\] {
  margin-bottom: 112px;
}
.mt-\[15px\] {
  margin-top: 15px;
}
.mb-\[16px\] {
  margin-bottom: 16px;
}
.mb-\[25px\] {
  margin-bottom: 25px;
}
.mt-\[8px\] {
  margin-top: 8px;
}
.mt-\[60px\] {
  margin-top: 60px;
}
.mb-\[61px\] {
  margin-bottom: 61px;
}
.mt-\[-1\.5em\] {
  margin-top: -1.5em;
}
.mb-\[17px\] {
  margin-bottom: 17px;
}
.mt-\[160px\] {
  margin-top: 160px;
}
.mt-\[10px\] {
  margin-top: 10px;
}
.mb-\[12px\] {
  margin-bottom: 12px;
}
.mb-\[54px\] {
  margin-bottom: 54px;
}
.mb-\[23px\] {
  margin-bottom: 23px;
}
.mt-\[28px\] {
  margin-top: 28px;
}
.mb-\[108px\] {
  margin-bottom: 108px;
}
.mb-\[110px\] {
  margin-bottom: 110px;
}
.mt-\[3px\] {
  margin-top: 3px;
}
.mb-\[7px\] {
  margin-bottom: 7px;
}
.mb-\[43px\] {
  margin-bottom: 43px;
}
.mb-\[41px\] {
  margin-bottom: 41px;
}
.mb-\[24px\] {
  margin-bottom: 24px;
}
.mb-\[208px\] {
  margin-bottom: 208px;
}
.mr-\[15px\] {
  margin-right: 15px;
}
.ml-\[14px\] {
  margin-left: 14px;
}
.mt-\[-38px\] {
  margin-top: -38px;
}
.mb-\[149px\] {
  margin-bottom: 149px;
}
.mb-\[46px\] {
  margin-bottom: 46px;
}
.mb-\[53px\] {
  margin-bottom: 53px;
}
.mb-\[113px\] {
  margin-bottom: 113px;
}
.mb-\[171px\] {
  margin-bottom: 171px;
}
.mb-\[58px\] {
  margin-bottom: 58px;
}
.mb-\[22px\] {
  margin-bottom: 22px;
}
.mb-\[86px\] {
  margin-bottom: 86px;
}
.mb-\[29px\] {
  margin-bottom: 29px;
}
.ml-\[50px\] {
  margin-left: 50px;
}
.mb-\[4px\] {
  margin-bottom: 4px;
}
.mt-\[19px\] {
  margin-top: 19px;
}
.mb-\[107px\] {
  margin-bottom: 107px;
}
.mb-\[72px\] {
  margin-bottom: 72px;
}
.mb-\[124px\] {
  margin-bottom: 124px;
}
.mb-\[115px\] {
  margin-bottom: 115px;
}
.mb-\[47px\] {
  margin-bottom: 47px;
}
.mb-\[11px\] {
  margin-bottom: 11px;
}
.mb-\[189px\] {
  margin-bottom: 189px;
}
.ml-\[-2em\] {
  margin-left: -2em;
}
.mb-\[55px\] {
  margin-bottom: 55px;
}
.mb-\[87px\] {
  margin-bottom: 87px;
}
.mb-\[45px\] {
  margin-bottom: 45px;
}
.mb-\[106px\] {
  margin-bottom: 106px;
}
.mb-\[111px\] {
  margin-bottom: 111px;
}
.mt-\[37px\] {
  margin-top: 37px;
}
.mt-\[67px\] {
  margin-top: 67px;
}
.mb-\[85px\] {
  margin-bottom: 85px;
}
.mb-\[8px\] {
  margin-bottom: 8px;
}
.mb-\[9px\] {
  margin-bottom: 9px;
}
.mb-\[78px\] {
  margin-bottom: 78px;
}
.mb-\[34px\] {
  margin-bottom: 34px;
}
.mt-\[4px\] {
  margin-top: 4px;
}
.mt-\[13px\] {
  margin-top: 13px;
}
.mb-\[30px\] {
  margin-bottom: 30px;
}
.mt-\[112px\] {
  margin-top: 112px;
}
.mt-\[-21px\] {
  margin-top: -21px;
}
.ml-\[46px\] {
  margin-left: 46px;
}
.mt-\[0px\] {
  margin-top: 0px;
}
.mr-\[8px\] {
  margin-right: 8px;
}
.mt-\[21px\] {
  margin-top: 21px;
}
.mr-\[-4\.25\%\] {
  margin-right: -4.25%;
}
.mr-\[4\.07673860911271\%\] {
  margin-right: 4.07673860911271%;
}
.mr-\[-6\.342780026990553\%\] {
  margin-right: -6.342780026990553%;
}
.mr-\[5\.964467005076141\%\] {
  margin-right: 5.964467005076141%;
}
.mt-auto {
  margin-top: auto;
}
.mb-\[70px\] {
  margin-bottom: 70px;
}
.ml-\[2px\] {
  margin-left: 2px;
}
.mb-\[35px\] {
  margin-bottom: 35px;
}
.ml-\[9px\] {
  margin-left: 9px;
}
.mr-\[-11px\] {
  margin-right: -11px;
}
.mr-\[0\.3em\] {
  margin-right: 0.3em;
}
.mb-\[101px\] {
  margin-bottom: 101px;
}
.mb-\[36px\] {
  margin-bottom: 36px;
}
.ml-\[-45px\] {
  margin-left: -45px;
}
.mr-\[14px\] {
  margin-right: 14px;
}
.mt-\[41px\] {
  margin-top: 41px;
}
.mb-\[49px\] {
  margin-bottom: 49px;
}
.ml-\[-21px\] {
  margin-left: -21px;
}
.mt-\[14px\] {
  margin-top: 14px;
}
.mr-\[50px\] {
  margin-right: 50px;
}
.mr-\[70px\] {
  margin-right: 70px;
}
.mr-\[18px\] {
  margin-right: 18px;
}
.mr-\[-25px\] {
  margin-right: -25px;
}
.mr-\[-26px\] {
  margin-right: -26px;
}
.mt-\[33px\] {
  margin-top: 33px;
}
.box-content {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.table {
  display: table;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.h-\[100vh\] {
  height: 100vh;
}
.h-full {
  height: 100%;
}
.h-\[665px\] {
  height: 665px;
}
.h-\[735px\] {
  height: 735px;
}
.h-\[400px\] {
  height: 400px;
}
.h-\[1px\] {
  height: 1px;
}
.h-\[800px\] {
  height: 800px;
}
.h-\[350px\] {
  height: 350px;
}
.h-\[60px\] {
  height: 60px;
}
.min-h-\[39px\] {
  min-height: 39px;
}
.min-h-\[38px\] {
  min-height: 38px;
}
.min-h-\[30px\] {
  min-height: 30px;
}
.min-h-\[40px\] {
  min-height: 40px;
}
.min-h-\[178px\] {
  min-height: 178px;
}
.min-h-\[76px\] {
  min-height: 76px;
}
.min-h-\[90px\] {
  min-height: 90px;
}
.min-h-\[45px\] {
  min-height: 45px;
}
.w-\[120px\] {
  width: 120px;
}
.w-full {
  width: 100%;
}
.w-\[100vw\] {
  width: 100vw;
}
.w-\[200px\] {
  width: 200px;
}
.w-\[47\.91666666666667\%\] {
  width: 47.91666666666667%;
}
.w-\[47\.5\%\] {
  width: 47.5%;
}
.w-\[30\.833333333333336\%\] {
  width: 30.833333333333336%;
}
.w-\[64\.58333333333334\%\] {
  width: 64.58333333333334%;
}
.w-\[300px\] {
  width: 300px;
}
.w-\[71\.73553719008264\%\] {
  width: 71.73553719008264%;
}
.w-\[94px\] {
  width: 94px;
}
.w-\[280px\] {
  width: 280px;
}
.w-\[21px\] {
  width: 21px;
}
.w-\[46\.28099173553719\%\] {
  width: 46.28099173553719%;
}
.w-\[40px\] {
  width: 40px;
}
.w-\[24\.793388429752067\%\] {
  width: 24.793388429752067%;
}
.w-\[290px\] {
  width: 290px;
}
.w-\[170px\] {
  width: 170px;
}
.w-\[58\.88671875\%\] {
  width: 58.88671875%;
}
.w-\[90px\] {
  width: 90px;
}
.w-\[71\.875\%\] {
  width: 71.875%;
}
.w-\[61\%\] {
  width: 61%;
}
.w-\[16px\] {
  width: 16px;
}
.w-\[77\.77777777777779\%\] {
  width: 77.77777777777779%;
}
.w-\[17\.77777777777778\%\] {
  width: 17.77777777777778%;
}
.w-\[370px\] {
  width: 370px;
}
.w-\[47\.32142857142857\%\] {
  width: 47.32142857142857%;
}
.w-\[148px\] {
  width: 148px;
}
.w-\[32\.67326732673268\%\] {
  width: 32.67326732673268%;
}
.w-\[46\.683673469387756\%\] {
  width: 46.683673469387756%;
}
.w-\[50\%\] {
  width: 50%;
}
.w-\[29\.256594724220626\%\] {
  width: 29.256594724220626%;
}
.w-\[196px\] {
  width: 196px;
}
.w-\[19\.035532994923855\%\] {
  width: 19.035532994923855%;
}
.w-\[31\.166666666666664\%\] {
  width: 31.166666666666664%;
}
.w-\[54\.166666666666664\%\] {
  width: 54.166666666666664%;
}
.w-\[44\.9\%\] {
  width: 44.9%;
}
.w-\[55\.1\%\] {
  width: 55.1%;
}
.w-\[45\.83333333333333\%\] {
  width: 45.83333333333333%;
}
.w-\[45px\] {
  width: 45px;
}
.w-\[49\.166666666666664\%\] {
  width: 49.166666666666664%;
}
.w-\[47\.706422018348626\%\] {
  width: 47.706422018348626%;
}
.min-w-\[352px\] {
  min-width: 352px;
}
.min-w-\[120px\] {
  min-width: 120px;
}
.min-w-\[208px\] {
  min-width: 208px;
}
.max-w-\[600px\] {
  max-width: 600px;
}
.max-w-\[1400px\] {
  max-width: 1400px;
}
.max-w-\[1200px\] {
  max-width: 1200px;
}
.max-w-\[920px\] {
  max-width: 920px;
}
.max-w-\[1008px\] {
  max-width: 1008px;
}
.max-w-\[1000px\] {
  max-width: 1000px;
}
.max-w-\[200px\] {
  max-width: 200px;
}
.max-w-\[1024px\] {
  max-width: 1024px;
}
.max-w-\[880px\] {
  max-width: 880px;
}
.max-w-\[640px\] {
  max-width: 640px;
}
.max-w-\[540px\] {
  max-width: 540px;
}
.max-w-\[900px\] {
  max-width: 900px;
}
.max-w-\[240px\] {
  max-width: 240px;
}
.max-w-\[700px\] {
  max-width: 700px;
}
.max-w-\[550px\] {
  max-width: 550px;
}
.max-w-\[860px\] {
  max-width: 860px;
}
.max-w-\[500px\] {
  max-width: 500px;
}
.max-w-\[650px\] {
  max-width: 650px;
}
.max-w-\[400px\] {
  max-width: 400px;
}
.max-w-\[1120px\] {
  max-width: 1120px;
}
.max-w-\[630px\] {
  max-width: 630px;
}
.max-w-\[784px\] {
  max-width: 784px;
}
.max-w-\[940px\] {
  max-width: 940px;
}
.max-w-\[988px\] {
  max-width: 988px;
}
.max-w-\[440px\] {
  max-width: 440px;
}
.max-w-\[1090px\] {
  max-width: 1090px;
}
.flex-shrink-0 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.table-fixed {
  table-layout: fixed;
}
.translate-x-\[-50\%\] {
  --tw-translate-x: -50%;
  -webkit-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));
      -ms-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: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[-50\%\] {
  --tw-translate-y: -50%;
  -webkit-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));
      -ms-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: 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-\[-5px\] {
  --tw-translate-x: -5px;
  -webkit-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));
      -ms-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: 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-\[-32\%\] {
  --tw-translate-y: -32%;
  -webkit-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));
      -ms-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: 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-\[62\%\] {
  --tw-translate-y: 62%;
  -webkit-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));
      -ms-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: 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-\[-18\%\] {
  --tw-translate-y: -18%;
  -webkit-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));
      -ms-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: 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-\[61\%\] {
  --tw-translate-y: 61%;
  -webkit-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));
      -ms-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: 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-\[5px\] {
  --tw-translate-x: 5px;
  -webkit-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));
      -ms-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: 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 {
  -webkit-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));
      -ms-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: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex-col-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.justify-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.justify-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.overflow-hidden {
  overflow: hidden;
}
.border {
  border-width: 1px;
}
.border-b-\[50px\] {
  border-bottom-width: 50px;
}
.border-t-\[10px\] {
  border-top-width: 10px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-t-\[1px\] {
  border-top-width: 1px;
}
.border-b-\[1px\] {
  border-bottom-width: 1px;
}
.border-t-2 {
  border-top-width: 2px;
}
.border-r {
  border-right-width: 1px;
}
.border-solid {
  border-style: solid;
}
.border-dashed {
  border-style: dashed;
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-brown03 {
  --tw-border-opacity: 1;
  border-color: rgb(157 134 67 / var(--tw-border-opacity));
}
.border-gray05 {
  --tw-border-opacity: 1;
  border-color: rgb(126 127 127 / var(--tw-border-opacity));
}
.border-gray02 {
  --tw-border-opacity: 1;
  border-color: rgb(214 214 215 / var(--tw-border-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-gray02 {
  --tw-bg-opacity: 1;
  background-color: rgb(214 214 215 / var(--tw-bg-opacity));
}
.bg-gray05 {
  --tw-bg-opacity: 1;
  background-color: rgb(126 127 127 / var(--tw-bg-opacity));
}
.bg-gray06 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 236 236 / var(--tw-bg-opacity));
}
.bg-brown03 {
  --tw-bg-opacity: 1;
  background-color: rgb(157 134 67 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-brown {
  --tw-bg-opacity: 1;
  background-color: rgb(167 160 140 / var(--tw-bg-opacity));
}
.bg-gray08 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 246 247 / var(--tw-bg-opacity));
}
.bg-gray07 {
  --tw-bg-opacity: 1;
  background-color: rgb(153 166 176 / var(--tw-bg-opacity));
}
.bg-white02 {
  background-color: rgba(255,255,255,.25);
}
.bg-blue-lt {
  --tw-bg-opacity: 1;
  background-color: rgb(240 242 243 / var(--tw-bg-opacity));
}
.bg-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(33 133 208 / var(--tw-bg-opacity));
}
.bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-bottom {
  -o-object-position: bottom;
     object-position: bottom;
}
.p-\[12px\] {
  padding: 12px;
}
.py-\[200px\] {
  padding-top: 200px;
  padding-bottom: 200px;
}
.px-\[35px\] {
  padding-left: 35px;
  padding-right: 35px;
}
.px-\[52px\] {
  padding-left: 52px;
  padding-right: 52px;
}
.px-\[28px\] {
  padding-left: 28px;
  padding-right: 28px;
}
.px-\[50px\] {
  padding-left: 50px;
  padding-right: 50px;
}
.px-\[25px\] {
  padding-left: 25px;
  padding-right: 25px;
}
.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}
.px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}
.px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}
.py-\[5px\] {
  padding-top: 5px;
  padding-bottom: 5px;
}
.px-\[70px\] {
  padding-left: 70px;
  padding-right: 70px;
}
.px-\[40px\] {
  padding-left: 40px;
  padding-right: 40px;
}
.py-\[33px\] {
  padding-top: 33px;
  padding-bottom: 33px;
}
.px-\[31px\] {
  padding-left: 31px;
  padding-right: 31px;
}
.px-\[4\.166666666666666\%\] {
  padding-left: 4.166666666666666%;
  padding-right: 4.166666666666666%;
}
.pt-\[104px\] {
  padding-top: 104px;
}
.pl-\[18px\] {
  padding-left: 18px;
}
.pt-\[106px\] {
  padding-top: 106px;
}
.pb-\[58px\] {
  padding-bottom: 58px;
}
.pt-\[1px\] {
  padding-top: 1px;
}
.pt-\[160px\] {
  padding-top: 160px;
}
.pb-\[98px\] {
  padding-bottom: 98px;
}
.pt-\[110px\] {
  padding-top: 110px;
}
.pt-\[153px\] {
  padding-top: 153px;
}
.pt-\[77px\] {
  padding-top: 77px;
}
.pb-\[70px\] {
  padding-bottom: 70px;
}
.pt-\[200px\] {
  padding-top: 200px;
}
.pl-\[30px\] {
  padding-left: 30px;
}
.pl-\[94px\] {
  padding-left: 94px;
}
.pl-\[20px\] {
  padding-left: 20px;
}
.pl-\[1em\] {
  padding-left: 1em;
}
.pt-\[39px\] {
  padding-top: 39px;
}
.pb-\[40px\] {
  padding-bottom: 40px;
}
.pt-\[69px\] {
  padding-top: 69px;
}
.pb-\[72px\] {
  padding-bottom: 72px;
}
.pl-\[1\.3em\] {
  padding-left: 1.3em;
}
.pt-\[125px\] {
  padding-top: 125px;
}
.pt-\[72px\] {
  padding-top: 72px;
}
.pt-\[143px\] {
  padding-top: 143px;
}
.pb-\[12px\] {
  padding-bottom: 12px;
}
.pt-\[100\%\] {
  padding-top: 100%;
}
.pt-\[11px\] {
  padding-top: 11px;
}
.pt-\[24px\] {
  padding-top: 24px;
}
.pt-\[10px\] {
  padding-top: 10px;
}
.pt-\[150px\] {
  padding-top: 150px;
}
.pb-\[10px\] {
  padding-bottom: 10px;
}
.pt-\[400px\] {
  padding-top: 400px;
}
.pt-\[33px\] {
  padding-top: 33px;
}
.pb-\[34px\] {
  padding-bottom: 34px;
}
.pt-\[140px\] {
  padding-top: 140px;
}
.pb-\[11px\] {
  padding-bottom: 11px;
}
.pt-\[32px\] {
  padding-top: 32px;
}
.pb-\[37px\] {
  padding-bottom: 37px;
}
.pt-\[25px\] {
  padding-top: 25px;
}
.pb-\[30px\] {
  padding-bottom: 30px;
}
.pt-\[47px\] {
  padding-top: 47px;
}
.pb-\[44px\] {
  padding-bottom: 44px;
}
.pt-\[82px\] {
  padding-top: 82px;
}
.pb-\[83px\] {
  padding-bottom: 83px;
}
.pb-\[17px\] {
  padding-bottom: 17px;
}
.pt-\[6px\] {
  padding-top: 6px;
}
.pb-\[146px\] {
  padding-bottom: 146px;
}
.pt-\[92px\] {
  padding-top: 92px;
}
.pt-\[154px\] {
  padding-top: 154px;
}
.pb-\[54px\] {
  padding-bottom: 54px;
}
.pb-\[65px\] {
  padding-bottom: 65px;
}
.pb-\[2px\] {
  padding-bottom: 2px;
}
.pt-\[105px\] {
  padding-top: 105px;
}
.pb-\[60px\] {
  padding-bottom: 60px;
}
.pt-\[15px\] {
  padding-top: 15px;
}
.pt-\[30px\] {
  padding-top: 30px;
}
.pl-\[25px\] {
  padding-left: 25px;
}
.pr-\[48px\] {
  padding-right: 48px;
}
.pb-\[18px\] {
  padding-bottom: 18px;
}
.pt-\[28px\] {
  padding-top: 28px;
}
.pt-\[452px\] {
  padding-top: 452px;
}
.pt-\[14px\] {
  padding-top: 14px;
}
.pt-\[68px\] {
  padding-top: 68px;
}
.pt-\[134px\] {
  padding-top: 134px;
}
.pt-\[19px\] {
  padding-top: 19px;
}
.pt-\[40px\] {
  padding-top: 40px;
}
.pb-\[55px\] {
  padding-bottom: 55px;
}
.pt-\[52px\] {
  padding-top: 52px;
}
.pb-\[29px\] {
  padding-bottom: 29px;
}
.pl-\[62px\] {
  padding-left: 62px;
}
.pr-\[1em\] {
  padding-right: 1em;
}
.pt-\[48px\] {
  padding-top: 48px;
}
.pb-\[69px\] {
  padding-bottom: 69px;
}
.pt-\[61px\] {
  padding-top: 61px;
}
.pt-\[50px\] {
  padding-top: 50px;
}
.pl-\[27px\] {
  padding-left: 27px;
}
.pl-\[11px\] {
  padding-left: 11px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.font-sans {
  font-family: YuGothic, Yu Gothic, Hiragino Kaku Gothic Pro, Hiragino Sans, Meiryo UI, Meiryo, BIZ UDPGothic, Droid Sans, sans-serif;
}
.text-\[40px\] {
  font-size: 40px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[36px\] {
  font-size: 36px;
}
.text-\[28px\] {
  font-size: 28px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[34px\] {
  font-size: 34px;
}
.text-\[48px\] {
  font-size: 48px;
}
.text-\[19px\] {
  font-size: 19px;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-sm {
  font-size: 14px;
  line-height: 20px;
}
.text-\[49px\] {
  font-size: 49px;
}
.text-\[26px\] {
  font-size: 26px;
}
.text-\[30px\] {
  font-size: 30px;
}
.text-\[45px\] {
  font-size: 45px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[60px\] {
  font-size: 60px;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[68px\] {
  font-size: 68px;
}
.text-\[32px\] {
  font-size: 32px;
}
.text-\[39px\] {
  font-size: 39px;
}
.text-\[50px\] {
  font-size: 50px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[22px\] {
  font-size: 22px;
}
.text-\[41px\] {
  font-size: 41px;
}
.text-\[27px\] {
  font-size: 27px;
}
.text-base {
  font-size: 18px;
  line-height: 24px;
}
.text-\[17px\] {
  font-size: 17px;
}
.text-\[25px\] {
  font-size: 25px;
}
.text-\[35px\] {
  font-size: 35px;
}
.text-\[62px\] {
  font-size: 62px;
}
.text-\[58px\] {
  font-size: 58px;
}
.text-\[23px\] {
  font-size: 23px;
}
.text-\[64px\] {
  font-size: 64px;
}
.font-extrabold {
  font-weight: 800;
}
.font-semibold {
  font-weight: 600;
}
.font-medium {
  font-weight: 500;
}
.font-bold {
  font-weight: 700;
}
.leading-\[1\.1\] {
  line-height: 1.1;
}
.leading-\[2\.12\] {
  line-height: 2.12;
}
.leading-\[1\] {
  line-height: 1;
}
.leading-\[1\.5\] {
  line-height: 1.5;
}
.leading-\[1\.33\] {
  line-height: 1.33;
}
.leading-\[1\.66\] {
  line-height: 1.66;
}
.leading-\[1\.13\] {
  line-height: 1.13;
}
.leading-\[1\.52\] {
  line-height: 1.52;
}
.leading-\[2\.66\] {
  line-height: 2.66;
}
.leading-\[1\.42\] {
  line-height: 1.42;
}
.leading-\[2\] {
  line-height: 2;
}
.leading-\[2\.3\] {
  line-height: 2.3;
}
.leading-\[1\.14\] {
  line-height: 1.14;
}
.leading-\[1\.17\] {
  line-height: 1.17;
}
.leading-\[1\.83\] {
  line-height: 1.83;
}
.leading-\[2\.5\] {
  line-height: 2.5;
}
.leading-\[1\.57\] {
  line-height: 1.57;
}
.leading-\[1\.7\] {
  line-height: 1.7;
}
.leading-\[1\.6\] {
  line-height: 1.6;
}
.leading-\[1\.4\] {
  line-height: 1.4;
}
.leading-\[1\.62\] {
  line-height: 1.62;
}
.leading-\[1\.75\] {
  line-height: 1.75;
}
.leading-\[1\.2\] {
  line-height: 1.2;
}
.leading-\[1\.3\] {
  line-height: 1.3;
}
.leading-\[1\.27\] {
  line-height: 1.27;
}
.leading-\[1\.56\] {
  line-height: 1.56;
}
.leading-\[1\.31\] {
  line-height: 1.31;
}
.leading-\[1\.38\] {
  line-height: 1.38;
}
.tracking-\[0\.14em\] {
  letter-spacing: 0.14em;
}
.tracking-\[0\.49em\] {
  letter-spacing: 0.49em;
}
.tracking-\[0\.05em\] {
  letter-spacing: 0.05em;
}
.tracking-\[0\.22em\] {
  letter-spacing: 0.22em;
}
.tracking-\[0\.19em\] {
  letter-spacing: 0.19em;
}
.tracking-\[0\.075em\] {
  letter-spacing: 0.075em;
}
.tracking-\[0\.2em\] {
  letter-spacing: 0.2em;
}
.tracking-\[0\.38em\] {
  letter-spacing: 0.38em;
}
.tracking-\[0\.15em\] {
  letter-spacing: 0.15em;
}
.tracking-\[0\.4em\] {
  letter-spacing: 0.4em;
}
.tracking-\[0\.35em\] {
  letter-spacing: 0.35em;
}
.tracking-\[0\.11em\] {
  letter-spacing: 0.11em;
}
.tracking-\[0\.03em\] {
  letter-spacing: 0.03em;
}
.tracking-\[0\.02em\] {
  letter-spacing: 0.02em;
}
.tracking-\[0\.28em\] {
  letter-spacing: 0.28em;
}
.tracking-normal {
  letter-spacing: 0em;
}
.tracking-\[0\.1em\] {
  letter-spacing: 0.1em;
}
.tracking-\[0\.23em\] {
  letter-spacing: 0.23em;
}
.tracking-\[0\.09em\] {
  letter-spacing: 0.09em;
}
.tracking-\[0\.3em\] {
  letter-spacing: 0.3em;
}
.tracking-\[0\.106em\] {
  letter-spacing: 0.106em;
}
.tracking-\[0\.27em\] {
  letter-spacing: 0.27em;
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-brown03 {
  --tw-text-opacity: 1;
  color: rgb(157 134 67 / var(--tw-text-opacity));
}
.text-gray05 {
  --tw-text-opacity: 1;
  color: rgb(126 127 127 / var(--tw-text-opacity));
}
.text-\[\#87613a\] {
  --tw-text-opacity: 1;
  color: rgb(135 97 58 / var(--tw-text-opacity));
}
.text-\[\#616162\] {
  --tw-text-opacity: 1;
  color: rgb(97 97 98 / var(--tw-text-opacity));
}
.text-\[\#8d8777\] {
  --tw-text-opacity: 1;
  color: rgb(141 135 119 / var(--tw-text-opacity));
}
.text-brown {
  --tw-text-opacity: 1;
  color: rgb(167 160 140 / var(--tw-text-opacity));
}
.text-gray01 {
  --tw-text-opacity: 1;
  color: rgb(158 158 159 / var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.opacity-0 {
  opacity: 0;
}
.shadow-xl {
  --tw-shadow: 4px 4px 9px 3px rgba(0, 0, 0, 0.15);
  --tw-shadow-colored: 4px 4px 9px 3px var(--tw-shadow-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline {
  outline-style: solid;
}
.blur {
  --tw-blur: blur(8px);
  -webkit-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);
          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);
}
.filter {
  -webkit-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);
          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-opacity {
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
       -o-transition-duration: 150ms;
          transition-duration: 150ms;
}
.transition-colors {
  -webkit-transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  -o-transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
       -o-transition-duration: 150ms;
          transition-duration: 150ms;
}
.transition {
  -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, -webkit-text-decoration-color, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, fill, stroke, opacity, -webkit-text-decoration-color, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -o-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;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
       -o-transition-duration: 150ms;
          transition-duration: 150ms;
}
.duration-500 {
  -webkit-transition-duration: 500ms;
       -o-transition-duration: 500ms;
          transition-duration: 500ms;
}
/* Slider */
.slick-slider
{
    position: relative;

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

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

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list
{
    position: relative;

    display: block;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.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;
}
.slick-slide:focus,
	.slick-slide:active {
		outline: none;
	}
.slick-slide a:focus,
		.slick-slide a:active {
			outline: none;
		}
[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;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* vegas */
.vegas-overlay,
.vegas-content-scrollable,
.vegas-timer,
.vegas-slide,
.vegas-slide-inner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    border: none;
    padding: 0;
    margin: 0;
}
.vegas-content-scrollable {
    position: relative;
    height: 100%;
    overflow: auto;
}
.vegas-content {
    display: none;
}
.vegas-timer {
    top: auto;
    bottom: 0;
    height: 2px;
}
.vegas-timer-progress {
    width: 0%;
    height: 100%;
    background: white;
    -webkit-transition: width ease-out;
    -o-transition: width ease-out;
    transition: width ease-out;
}
.vegas-timer-running .vegas-timer-progress {
    width: 100%;
}
.vegas-slide,
.vegas-slide-inner {
    margin: 0;
    padding: 0;
    background: transparent center center no-repeat;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    will-change: transform, opacity;
}
body .vegas-container {
    overflow: hidden !important;
    position: relative;
}
.vegas-video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
}
body.vegas-container {
    overflow: auto;
    position: static;
    z-index: -2;
}
body.vegas-container > .vegas-timer,
body.vegas-container > .vegas-overlay,
body.vegas-container > .vegas-slide {
    position: fixed;
    z-index: -1;
}
/* Target Safari IOS7+ in order to add 76px */
/*******************************************/
/* blur transition */
/*******************************************/
.vegas-transition-blur,
.vegas-transition-blur2 {
    opacity: 0;
    -webkit-filter: blur(32px) brightness(1.01);
            filter: blur(32px) brightness(1.01);
}
.vegas-transition-blur-in,
.vegas-transition-blur2-in {
    opacity: 1;
    -webkit-filter: blur(0px) brightness(1.01);
            filter: blur(0px) brightness(1.01);
}
.vegas-transition-blur2-out {
    opacity: 0;
}
/*******************************************/
/* burn transition */
/*******************************************/
.vegas-transition-burn,
.vegas-transition-burn2 {
    opacity: 0;
    -webkit-filter: contrast(1000%) saturate(1000%);
            filter: contrast(1000%) saturate(1000%);
}
.vegas-transition-burn-in,
.vegas-transition-burn2-in {
    opacity: 1;
    -webkit-filter: contrast(100%) saturate(100%);
            filter: contrast(100%) saturate(100%);
}
.vegas-transition-burn2-out {
    opacity: 0;
    -webkit-filter: contrast(1000%) saturate(1000%);
            filter: contrast(1000%) saturate(1000%);
}
/*******************************************/
/* fade transition */
/*******************************************/
.vegas-transition-fade,
.vegas-transition-fade2 {
    opacity: 0;
}
.vegas-transition-fade-in,
.vegas-transition-fade2-in {
    opacity: 1;
}
.vegas-transition-fade2-out {
    opacity: 0;
}
/*******************************************/
/* flash transition */
/*******************************************/
.vegas-transition-flash,
.vegas-transition-flash2 {
    opacity: 0;
    -webkit-filter: brightness(25);
            filter: brightness(25);
}
.vegas-transition-flash-in,
.vegas-transition-flash2-in {
    opacity: 1;
    -webkit-filter: brightness(1);
            filter: brightness(1);
}
.vegas-transition-flash2-out {
    opacity: 0;
    -webkit-filter: brightness(25);
            filter: brightness(25);
}
/*******************************************/
/* negative transition */
/*******************************************/
.vegas-transition-negative,
.vegas-transition-negative2 {
    opacity: 0;
    -webkit-filter: invert(100%);
            filter: invert(100%);
}
.vegas-transition-negative-in,
.vegas-transition-negative2-in {
    opacity: 1;
    -webkit-filter: invert(0);
            filter: invert(0);
}
.vegas-transition-negative2-out {
    opacity: 0;
    -webkit-filter: invert(100%);
            filter: invert(100%);
}
/*******************************************/
/* slideDown transition */
/*******************************************/
.vegas-transition-slideDown,
.vegas-transition-slideDown2 {
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
}
.vegas-transition-slideDown-in,
.vegas-transition-slideDown2-in {
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
}
.vegas-transition-slideDown2-out {
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
}
/*******************************************/
/* slideLeft transition */
/*******************************************/
.vegas-transition-slideLeft,
.vegas-transition-slideLeft2 {
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
}
.vegas-transition-slideLeft-in,
.vegas-transition-slideLeft2-in {
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
}
.vegas-transition-slideLeft2-out {
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
}
/*******************************************/
/* slideRight transition */
/*******************************************/
.vegas-transition-slideRight,
.vegas-transition-slideRight2 {
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
}
.vegas-transition-slideRight-in,
.vegas-transition-slideRight2-in {
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
}
.vegas-transition-slideRight2-out {
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
}
/*******************************************/
/* slideUp transition */
/*******************************************/
.vegas-transition-slideUp,
.vegas-transition-slideUp2 {
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
}
.vegas-transition-slideUp-in,
.vegas-transition-slideUp2-in {
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
}
.vegas-transition-slideUp2-out {
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
}
/*******************************************/
/* swirlLeft transition */
/*******************************************/
.vegas-transition-swirlLeft,
.vegas-transition-swirlLeft2 {
    -webkit-transform: scale(2) rotate(35deg);
        -ms-transform: scale(2) rotate(35deg);
            transform: scale(2) rotate(35deg);
    opacity: 0;
}
.vegas-transition-swirlLeft-in,
.vegas-transition-swirlLeft2-in {
    -webkit-transform: scale(1) rotate(0deg);
        -ms-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    opacity: 1;
}
.vegas-transition-swirlLeft2-out {
    -webkit-transform: scale(2) rotate(-35deg);
        -ms-transform: scale(2) rotate(-35deg);
            transform: scale(2) rotate(-35deg);
    opacity: 0;
}
/*******************************************/
/* swirlRight transition */
/*******************************************/
.vegas-transition-swirlRight,
.vegas-transition-swirlRight2 {
    -webkit-transform: scale(2) rotate(-35deg);
        -ms-transform: scale(2) rotate(-35deg);
            transform: scale(2) rotate(-35deg);
    opacity: 0;
}
.vegas-transition-swirlRight-in,
.vegas-transition-swirlRight2-in {
    -webkit-transform: scale(1) rotate(0deg);
        -ms-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    opacity: 1;
}
.vegas-transition-swirlRight2-out {
    -webkit-transform: scale(2) rotate(35deg);
        -ms-transform: scale(2) rotate(35deg);
            transform: scale(2) rotate(35deg);
    opacity: 0;
}
/*******************************************/
/* zoomIn transition */
/*******************************************/
.vegas-transition-zoomIn,
.vegas-transition-zoomIn2 {
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    opacity: 0;
}
.vegas-transition-zoomIn-in,
.vegas-transition-zoomIn2-in {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    opacity: 1;
}
.vegas-transition-zoomIn2-out {
    -webkit-transform: scale(2);
        -ms-transform: scale(2);
            transform: scale(2);
    opacity: 0;
}
/*******************************************/
/* zoomOut transition */
/*******************************************/
.vegas-transition-zoomOut,
.vegas-transition-zoomOut2 {
    -webkit-transform: scale(2);
        -ms-transform: scale(2);
            transform: scale(2);
    opacity: 0;
}
.vegas-transition-zoomOut-in,
.vegas-transition-zoomOut2-in {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    opacity: 1;
}
.vegas-transition-zoomOut2-out {
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    opacity: 0;
}
/*******************************************/
/* kenburns animation */
/*******************************************/
.vegas-animation-kenburns {
    -webkit-animation: kenburns ease-out;
            animation: kenburns ease-out;
}
@-webkit-keyframes kenburns {
    0% {
        -webkit-transform: scale(1.5);
                transform: scale(1.5);
    }
    100% {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}
@keyframes kenburns {
    0% {
        -webkit-transform: scale(1.5);
                transform: scale(1.5);
    }
    100% {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}
/*******************************************/
/* kenburnsDownLeft animation */
/*******************************************/
.vegas-animation-kenburnsDownLeft {
    -webkit-animation: kenburnsDownLeft ease-out;
            animation: kenburnsDownLeft ease-out;
}
@-webkit-keyframes kenburnsDownLeft {
    0% {
        -webkit-transform: scale(1.5) translate(10%, -10%);
                transform: scale(1.5) translate(10%, -10%);
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
                transform: scale(1) translate(0, 0);
    }
}
@keyframes kenburnsDownLeft {
    0% {
        -webkit-transform: scale(1.5) translate(10%, -10%);
                transform: scale(1.5) translate(10%, -10%);
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
                transform: scale(1) translate(0, 0);
    }
}
/*******************************************/
/* kenburnsDownRight animation */
/*******************************************/
.vegas-animation-kenburnsDownRight {
    -webkit-animation: kenburnsDownRight ease-out;
            animation: kenburnsDownRight ease-out;
}
@-webkit-keyframes kenburnsDownRight {
    0% {
        -webkit-transform: scale(1.5) translate(-10%, -10%);
                transform: scale(1.5) translate(-10%, -10%);
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
                transform: scale(1) translate(0, 0);
    }
}
@keyframes kenburnsDownRight {
    0% {
        -webkit-transform: scale(1.5) translate(-10%, -10%);
                transform: scale(1.5) translate(-10%, -10%);
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
                transform: scale(1) translate(0, 0);
    }
}
/*******************************************/
/* kenburnsDown animation */
/*******************************************/
.vegas-animation-kenburnsDown {
    -webkit-animation: kenburnsDown ease-out;
            animation: kenburnsDown ease-out;
}
@-webkit-keyframes kenburnsDown {
    0% {
        -webkit-transform: scale(1.5) translate(0, -10%);
                transform: scale(1.5) translate(0, -10%);
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
                transform: scale(1) translate(0, 0);
    }
}
@keyframes kenburnsDown {
    0% {
        -webkit-transform: scale(1.5) translate(0, -10%);
                transform: scale(1.5) translate(0, -10%);
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
                transform: scale(1) translate(0, 0);
    }
}
/*******************************************/
/* kenburnsLeft animation */
/*******************************************/
.vegas-animation-kenburnsLeft {
    -webkit-animation: kenburnsLeft ease-out;
            animation: kenburnsLeft ease-out;
}
@-webkit-keyframes kenburnsLeft {
    0% {
        -webkit-transform: scale(1.5) translate(10%, 0);
                transform: scale(1.5) translate(10%, 0);
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
                transform: scale(1) translate(0, 0);
    }
}
@keyframes kenburnsLeft {
    0% {
        -webkit-transform: scale(1.5) translate(10%, 0);
                transform: scale(1.5) translate(10%, 0);
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
                transform: scale(1) translate(0, 0);
    }
}
/*******************************************/
/* kenburnsRight animation */
/*******************************************/
.vegas-animation-kenburnsRight {
    -webkit-animation: kenburnsRight ease-out;
            animation: kenburnsRight ease-out;
}
@-webkit-keyframes kenburnsRight {
    0% {
        -webkit-transform: scale(1.5) translate(-10%, 0);
                transform: scale(1.5) translate(-10%, 0);
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
                transform: scale(1) translate(0, 0);
    }
}
@keyframes kenburnsRight {
    0% {
        -webkit-transform: scale(1.5) translate(-10%, 0);
                transform: scale(1.5) translate(-10%, 0);
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
                transform: scale(1) translate(0, 0);
    }
}
/*******************************************/
/* kenburnsUpLeft animation */
/*******************************************/
.vegas-animation-kenburnsUpLeft {
    -webkit-animation: kenburnsUpLeft ease-out;
            animation: kenburnsUpLeft ease-out;
}
@-webkit-keyframes kenburnsUpLeft {
    0% {
        -webkit-transform: scale(1.5) translate(10%, 10%);
                transform: scale(1.5) translate(10%, 10%);
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
                transform: scale(1) translate(0, 0);
    }
}
@keyframes kenburnsUpLeft {
    0% {
        -webkit-transform: scale(1.5) translate(10%, 10%);
                transform: scale(1.5) translate(10%, 10%);
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
                transform: scale(1) translate(0, 0);
    }
}
/*******************************************/
/* kenburnsUpRight animation */
/*******************************************/
.vegas-animation-kenburnsUpRight {
    -webkit-animation: kenburnsUpRight ease-out;
            animation: kenburnsUpRight ease-out;
}
@-webkit-keyframes kenburnsUpRight {
    0% {
        -webkit-transform: scale(1.5) translate(-10%, 10%);
                transform: scale(1.5) translate(-10%, 10%);
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
                transform: scale(1) translate(0, 0);
    }
}
@keyframes kenburnsUpRight {
    0% {
        -webkit-transform: scale(1.5) translate(-10%, 10%);
                transform: scale(1.5) translate(-10%, 10%);
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
                transform: scale(1) translate(0, 0);
    }
}
/*******************************************/
/* kenburnsUp animation */
/*******************************************/
.vegas-animation-kenburnsUp {
    -webkit-animation: kenburnsUp ease-out;
            animation: kenburnsUp ease-out;
}
@-webkit-keyframes kenburnsUp {
    0% {
        -webkit-transform: scale(1.5) translate(0, 10%);
                transform: scale(1.5) translate(0, 10%);
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
                transform: scale(1) translate(0, 0);
    }
}
@keyframes kenburnsUp {
    0% {
        -webkit-transform: scale(1.5) translate(0, 10%);
                transform: scale(1.5) translate(0, 10%);
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
                transform: scale(1) translate(0, 0);
    }
}
.u-ffs-palt {
	-webkit-font-feature-settings: "palt" 1;
	        font-feature-settings: "palt" 1;
}
@media (max-width: 767px) {
		.u-sp-br-none br {
			display: none;
		}
	}
.u-iframe-wrap {
	overflow: hidden;
	position: relative;
}
.u-iframe-wrap video,
	.u-iframe-wrap iframe {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
	}
.u-hidden-text {
	overflow: hidden;
	position: absolute;
	opacity: 0;
	z-index: -1;
	height: 1px;
	width: 1px;
	font-size: 1px;
}
.u-wm-v {
	-webkit-writing-mode: vertical-rl;
	    -ms-writing-mode: tb-rl;
	        writing-mode: vertical-rl;
	-webkit-font-feature-settings: normal;
	        font-feature-settings: normal;
}
.js-anime-elm {
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
	-webkit-animation-duration: .85s;
	        animation-duration: .85s;
	-webkit-animation-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
	        animation-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
	opacity: 0;
}
@media print {
	.js-anime-elm {
		opacity: 1;
	}
}
.is-anime {
	-webkit-animation-name: fadeInUp;
	        animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,30px,0);
		        transform: translate3d(0,30px,0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0,0,0);
		        transform: translate3d(0,0,0);
	}
}
@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,30px,0);
		        transform: translate3d(0,30px,0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0,0,0);
		        transform: translate3d(0,0,0);
	}
}
.js-anime-delay03 {
	-webkit-animation-delay:0.4s;
	        animation-delay:0.4s;
}
.js-anime-delay04 {
	-webkit-animation-delay:0.4s;
	        animation-delay:0.4s;
}
.js-anime-delay06 {
	-webkit-animation-delay:0.6s;
	        animation-delay:0.6s;
}
.js-anime-delay09 {
	-webkit-animation-delay:0.9s;
	        animation-delay:0.9s;
}
.js-tab__contents {
	display: none;
}
.js-tab__contents.is-active {
		display: block;
	}
.c-header {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 30;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-header.is-white .c-header__logo path {
      fill: #fff;
    }
.c-header.is-white .c-header__btn-bar, .c-header.is-white .c-header__btn-bar:before, .c-header.is-white .c-header__btn-bar:after {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.c-header__logo {
  position: absolute;
  left: 0px;
  top: 0px;
  margin-left: 54px;
  width: 154px;
  padding-top: 40px;
}
@media (max-width: 767px) {
  .c-header__logo {
    margin-left: 16px;
  }
  .c-header__logo {
    width: 120px;
  }
  .c-header__logo {
    padding-top: 21px;
  }
}
.c-header__logo path {
  -webkit-transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  -o-transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 300ms;
       -o-transition-duration: 300ms;
          transition-duration: 300ms;
}
.c-header__btn {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 20;
  margin-top: 31px;
  margin-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  width: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .c-header__btn {
    margin-top: 0px;
  }
  .c-header__btn {
    margin-right: 0;
  }
}
.c-header__btn.is-active .c-header__btn-bar {
      background-color: transparent;
    }
.c-header__btn.is-active .c-header__btn-bar:before, .c-header__btn.is-active .c-header__btn-bar:after {
  height: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
@media (min-width: 768px) {
  .c-header__btn.is-active .c-header__btn-bar:before, .c-header__btn.is-active .c-header__btn-bar:after {
    left: -8px;
  }
  .c-header__btn.is-active .c-header__btn-bar:before, .c-header__btn.is-active .c-header__btn-bar:after {
    width: 40px;
  }
}
.c-header__btn.is-active .c-header__btn-bar:before {
        top: 0;
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
      }
.c-header__btn.is-active .c-header__btn-bar:after {
        top: -2px;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
      }
.c-header__btn-bar:before,
  .c-header__btn-bar:after {
    content: "";
    position: absolute;
    left: 0px;
  }
.c-header__btn-bar:before {
  top: -6px;
}
.c-header__btn-bar:after {
  top: 4px;
}
.c-header__btn-bar, .c-header__btn-bar:before, .c-header__btn-bar:after {
  position: relative;
  display: block;
  height: 2px;
  width: 24px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  -webkit-transition-duration: 300ms;
       -o-transition-duration: 300ms;
          transition-duration: 300ms;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color transform;
}
.c-nav {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.c-nav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
}
@media (max-width: 767px) {
  .c-nav__inner {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .c-nav__inner {
    display: block;
  }
}
.c-nav__left {
  background-color: #965a6e;
}
.c-nav__col2-item--gallery {
  background-color: #666;
}
.c-nav__col2-item--town {
  background-color: #4C4C4C;;
}
.c-nav__col2-item--quality {
  background-color: #333;
}
.c-nav__col2-item--about {
  background-color: #000;
}
.c-nav__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 33.3125%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 99px;
  padding-bottom: 99px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .c-nav__left {
    width: 100%;
  }
  .c-nav__left {
    padding-top: 68px;
  }
  .c-nav__left {
    padding-bottom: 29px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .c-nav__left {
    width: 100%;
  }
}
.c-nav__left .c-nav__list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .c-nav__left .c-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .c-nav__left .c-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 767px) {
  .c-nav__left .c-nav__box {
    margin-left: auto;
    margin-right: auto;
  }
  .c-nav__left .c-nav__box {
    max-width: 350px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .c-nav__left .c-nav__box {
    margin-left: auto;
    margin-right: auto;
  }
  .c-nav__left .c-nav__box {
    max-width: 350px;
  }
}
@media (max-width: 767px) {
  .c-nav__left .c-nav__list-item {
    margin-right: 1em;
  }
  .c-nav__left .c-nav__list-item {
    margin-bottom: 6px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .c-nav__left .c-nav__list-item {
    margin-right: 1em;
  }
  .c-nav__left .c-nav__list-item {
    margin-bottom: 6px;
  }
}
@media (max-width: 767px) {
  .c-nav__left .c-nav__list-item + .c-nav__list-item {
    margin-top: 0px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .c-nav__left .c-nav__list-item + .c-nav__list-item {
    margin-top: 0px;
  }
}
.c-nav__left-col2 {
  margin-top: 113px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .c-nav__left-col2 {
    margin-top: 16px;
  }
  .c-nav__left-col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .c-nav__left-col2 {
    min-width: 330px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .c-nav__left-col2 {
    margin-top: 16px;
  }
  .c-nav__left-col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .c-nav__left-col2 {
    min-width: 330px;
  }
}
@media (max-width: 767px) {
  .c-nav__left-col2-item {
    min-width: 142px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .c-nav__left-col2-item {
    min-width: 142px;
  }
}
.c-nav__left-col2-item + .c-nav__left-col2-item {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .c-nav__left-col2-item + .c-nav__left-col2-item {
    margin-top: 0px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .c-nav__left-col2-item + .c-nav__left-col2-item {
    margin-top: 0px;
  }
}
.c-nav__right {
  width: 66.6875%;
}
@media (max-width: 767px) {
  .c-nav__right {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .c-nav__right {
    width: 100%;
  }
}
.c-nav__col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 50%;
  width: 100%;
}
@media (max-width: 767px) {
  .c-nav__col2 + .c-nav__col2 .c-nav__col2-item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .c-nav__col2 + .c-nav__col2 .c-nav__col2-item {
    padding-top: 28px;
    padding-bottom: 28px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .c-nav__col2 + .c-nav__col2 .c-nav__col2-item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .c-nav__col2 + .c-nav__col2 .c-nav__col2-item {
    padding-top: 28px;
    padding-bottom: 28px;
  }
}
.c-nav__col2-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .c-nav__col2-item {
    min-height: 200px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .c-nav__col2-item {
    min-height: 200px;
  }
}
.c-nav__box {
  min-width: 260px;
}
@media (max-width: 767px) {
  .c-nav__box {
    min-width: 142px;
  }
}
.c-nav__ttl {
  margin-bottom: 8px;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  padding-bottom: 7px;
  font-size: 13px;
  letter-spacing: 0.22em;
}
@media (max-width: 767px) {
  .c-nav__ttl {
    padding-bottom: 4px;
  }
  .c-nav__ttl {
    font-size: 10px;
  }
  .c-nav__ttl {
    letter-spacing: 0em;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .c-nav__ttl {
    font-size: 10px;
  }
}
.c-nav__link, .c-nav__list-link {
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 500ms;
       -o-transition-duration: 500ms;
          transition-duration: 500ms;
}
@media (min-width: 768px) {
  .c-nav__link:hover, .c-nav__list-link:hover {
    opacity: 0.75;
  }
}
.c-nav__link.is-disabled, .c-nav__list-link.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.c-nav__link-main {
  font-size: 30px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .c-nav__link-main {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .c-nav__link-main {
    font-size: 16px;
  }
}
.c-nav__link-main + .c-nav__ttl {
  margin-top: 80px;
}
.c-nav__list {
  margin-top: 32px;
  font-size: 20px;
}
@media (max-width: 767px) {
  .c-nav__list {
    margin-top: 13px;
  }
  .c-nav__list {
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .c-nav__list {
    margin-top: 13px;
  }
  .c-nav__list {
    font-size: 12px;
  }
}
.c-nav__list + .c-nav__ttl {
  margin-top: 113px;
}
.c-nav__list-item {
  position: relative;
  padding-left: 1.3em;
}
.c-nav__list-item:before {
    content: "■";
    position: absolute;
    top: 0px;
    left: 0px;
  }
.c-nav__list-item + .c-nav__list-item {
  margin-top: 6px;
}
.c-footer {
  font-weight: 600;
}
@media (max-width: 767px) {
  .c-footer {
    padding-bottom: 84px;
  }
}
.c-footer__col2 {
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 74px;
  padding-bottom: 46px;
}
@media (max-width: 767px) {
  .c-footer__col2 {
    display: block;
  }
  .c-footer__col2 {
    padding-top: 30px;
  }
  .c-footer__col2 {
    padding-bottom: 21px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .c-footer__col2 {
    display: block;
  }
}
.c-footer__col2-right {
  width: calc(100% - 154px);
}
@media (max-width: 767px) {
  .c-footer__col2-right {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .c-footer__col2-right {
    width: 100%;
  }
}
.c-footer__col2-right-inner {
  margin-left: auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 870px;
  padding-left: 2em;
}
@media (max-width: 767px) {
  .c-footer__col2-right-inner {
    display: block;
  }
  .c-footer__col2-right-inner {
    padding-left: 0px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .c-footer__col2-right-inner {
    margin-right: auto;
  }
  .c-footer__col2-right-inner {
    padding-left: 0px;
  }
}
.c-footer__link-box {
  margin-right: 5.747126436781609%;
  width: 20.689655172413794%;
}
@media (max-width: 767px) {
  .c-footer__link-box {
    margin-right: 0px;
  }
  .c-footer__link-box {
    width: 100%;
  }
}
.c-footer__link-box:last-child {
  margin-right: 0px;
}
@media (max-width: 767px) {
  .c-footer__link-box + .c-footer__link-box {
    margin-top: 25px;
  }
}
.c-footer__link-main {
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(214 214 215 / var(--tw-border-opacity));
  padding-bottom: 7px;
}
.c-footer__link-main + .c-footer__link-main {
  margin-top: 25px;
}
@media (max-width: 767px) {
  .c-footer__link-main--news {
    margin-bottom: 25px;
  }
}
.c-footer__link {
  font-size: 15px;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 500ms;
       -o-transition-duration: 500ms;
          transition-duration: 500ms;
}
@media (min-width: 768px) {
  .c-footer__link:hover {
    opacity: 0.75;
  }
}
.c-footer__link.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.c-footer__link-list {
  margin-top: 5px;
}
@media (max-width: 767px) {
  .c-footer__link-list {
    margin-bottom: -2px;
  }
  .c-footer__link-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .c-footer__link-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-footer__link-list {
    line-height: 1.4;
  }
}
.c-footer__link-list + .c-footer__link-main {
  margin-top: 21px;
}
@media (max-width: 767px) {
  .c-footer__link-list + .c-footer__link-main--news {
    margin-top: 0;
  }
    .c-footer__link-item:after {
      content: "|";
      margin: 0 5px 0 5px;
    }
    .c-footer__link-item:after {
    font-size: 12px;
  }
    .c-footer__link-item:last-child:after {
      display: none;
    }
}
.c-footer__link--small {
  display: inline-block;
  font-size: 12px;
}
@media (max-width: 767px) {
  .c-footer__link--small {
    letter-spacing: 0.05em;
  }
}
.c-footer__col2-left {
  width: 154px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .c-footer__col2-left {
    margin-left: auto;
    margin-right: auto;
  }
  .c-footer__col2-left {
    margin-top: 58px;
  }
  .c-footer__col2-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .c-footer__col2-left {
    width: 286px;
  }
  .c-footer__col2-left {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-footer__col2-left {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .c-footer__col2-left {
    margin-left: auto;
    margin-right: auto;
  }
  .c-footer__col2-left {
    margin-top: 58px;
  }
  .c-footer__col2-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .c-footer__col2-left {
    width: 286px;
  }
  .c-footer__col2-left {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-footer__col2-left {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.c-footer__logo {
  margin-top: 5px;
  margin-bottom: 39px;
}
@media (max-width: 767px) {
  .c-footer__logo {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .c-footer__logo {
    width: 110px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .c-footer__logo {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .c-footer__logo {
    width: 110px;
  }
}
.c-footer__sns-list {
  margin-left: -10px;
  margin-right: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .c-footer__sns-list {
    margin-left: 0px;
    margin-right: 0px;
  }
  .c-footer__sns-list {
    width: 146px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .c-footer__sns-list {
    margin-left: 0px;
    margin-right: 0px;
  }
  .c-footer__sns-list {
    width: 146px;
  }
}
.c-footer__sns-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-footer__sns-link {
  display: block;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 500ms;
       -o-transition-duration: 500ms;
          transition-duration: 500ms;
}
@media (min-width: 768px) {
  .c-footer__sns-link:hover {
    opacity: 0.75;
  }
}
.c-footer__bottom {
  border-top-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(214 214 215 / var(--tw-border-opacity));
  padding-top: 29px;
  padding-bottom: 30px;
  text-align: center;
}
@media (max-width: 767px) {
  .c-footer__bottom {
    padding-left: 25px;
    padding-right: 25px;
  }
  .c-footer__bottom {
    padding-top: 18px;
  }
  .c-footer__bottom {
    padding-bottom: 24px;
  }
}
.c-footer__bottom-link-list {
  margin-bottom: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 13px;
}
@media (max-width: 767px) {
  .c-footer__bottom-link-list {
    font-size: 12px;
  }
}
.c-footer__bottom-link-item {
  margin-left: 0.7em;
  margin-right: 0.7em;
}
.c-footer__bottom-link {
  display: block;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 500ms;
       -o-transition-duration: 500ms;
          transition-duration: 500ms;
}
@media (min-width: 768px) {
  .c-footer__bottom-link:hover {
    opacity: 0.75;
  }
}
.c-footer__bottom-link:before {
    content: "＞";
  }
.c-footer__copyright {
  font-size: 11px;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .c-footer__copyright {
    font-size: 10px;
  }
}
.c-footer__copyright small {
    font-size: 100%;
  }
.c-block {
	-webkit-font-feature-settings: "palt" 1;
	        font-feature-settings: "palt" 1;

}
.c-block p {
  margin-bottom: 87px;
  font-size: 18px;
  line-height: 48px;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .c-block p {
    margin-bottom: 46px;
  }
  .c-block p {
    font-size: 14px;
    line-height: 20px;
  }
  .c-block p {
    line-height: 2;
  }
}
.c-block .wp-block-image {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .c-block .wp-block-image {
    margin-bottom: 34px;
  }
}
.c-block .wp-block-button__link {
  margin-top: 43px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: 39px;
  width: 200px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  -webkit-transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  -o-transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 500ms;
       -o-transition-duration: 500ms;
          transition-duration: 500ms;
}
@media (max-width: 767px) {
  .c-block .wp-block-button__link {
    margin-top: 38px;
  }
}
@media (min-width: 768px) {
  .c-block .wp-block-button__link:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  }
  .c-block .wp-block-button__link:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}
.c-block h2, .c-block .heading {
  margin-top: 44px;
  margin-bottom: 13px;
  font-size: 20px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .c-block h2, .c-block .heading {
    margin-top: 33px;
  }
  .c-block h2, .c-block .heading {
    margin-bottom: 20px;
  }
  .c-block h2, .c-block .heading {
    font-size: 18px;
  }
  .c-block h2, .c-block .heading {
    line-height: 1.33;
  }
}
.c-block img {
  margin-left: auto;
  margin-right: auto;
}
.c-block strong {
  font-weight: 600;
}
.c-block a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 500ms;
       -o-transition-duration: 500ms;
          transition-duration: 500ms;
}
@media (min-width: 768px) {
  .c-block a:hover {
    opacity: 0.75;
  }
}
.c-block h3 {
  margin-top: 40px;
  border-left-width: 4px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  padding-left: 14px;
  font-size: 24px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .c-block h3 {
    font-size: 18px;
  }
  .c-block h3 {
    line-height: 1.33;
  }
}
.c-block h4 {
  margin-top: 40px;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  padding-left: 5px;
  font-size: 18px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .c-block h4 {
    font-size: 16px;
  }
  .c-block h4 {
    line-height: 1.33;
  }
}
.c-block ul, .c-block ol {
  margin-top: 30px;
  margin-left: 1em;
  padding-left: 10px;
  font-size: 14px;
  line-height: 1.5;
}
.c-block ul li + li, .c-block ol li + li {
  margin-top: 16px;
}
.c-block ul li {
		list-style: initial;
	}
.c-block ol li {
		list-style: decimal;
	}
.c-block--news p {
  margin-bottom: 0px;
  margin-top: 20px;
  font-size: 14px;
  line-height: 2.14;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .c-block--news p {
    margin-bottom: 0px;
  }
}
.c-block--news .wp-block-image {
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .c-block--news .wp-block-image {
    margin-bottom: 35px;
  }
}
.c-block--text-center p {
  text-align: center;
}
@media (max-width: 767px) {
  .c-block--text-center p {
    text-align: left;
  }
}
.button {
	line-height: 1;
	text-align: center;
}
.c-pagelink__link {
  position: relative;
  min-width: 148px;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(126 127 127 / var(--tw-border-opacity));
  padding-bottom: 4px;
}
@media (max-width: 767px) {
  .c-pagelink__link {
    min-width: 68px;
  }
}
.c-pagelink__link:after {
		content: "";
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		width: 0;
		height: 0;
		margin: 1px auto 0;
		border-style: solid;
		border-width: 12px 7.5px 0 7.5px;
		border-color: #7e7f7f transparent transparent transparent;
	}
@media (max-width: 767px) {
.c-pagelink__link:after {
			border-width: 10px 6px 0 6px
	}
		}
.c-radio {
  position: relative;
  display: inline-block;
  text-align: center;
}
.c-radio__input {
	z-index: 1;
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	height: 100%;
	width: 100%;
	cursor: pointer;
}
.c-radio__input:checked + .c-radio__text:after {
  opacity: 1;
}
.c-radio__text {
  position: relative;
  padding-left: 27px;
  padding-top: 2px;
}
@media (max-width: 767px) {
  .c-radio__text {
    padding-left: 23px;
  }
}
.c-radio__text:before,
	.c-radio__text:after{
		content: "";
		position: absolute;
		top: 0px;
		left: 0px;
		border-radius: 9999px;
	}
.c-radio__text:before {
  height: 18px;
  width: 18px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(214 214 215 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.c-radio__text:after {
  margin-top: 4px;
  margin-left: 4px;
  height: 10px;
  width: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  opacity: 0;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 500ms;
       -o-transition-duration: 500ms;
          transition-duration: 500ms;
}
.c-select {
	outline: none;
	border-radius: 4px;
	height: 38px;
	width: 100%;
	border-width: 1px;
	border-style: solid;
	--tw-border-opacity: 1;
	border-color: rgb(214 214 215 / var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity));
	padding-left: 15px;
	padding-right: 30px;
	font-size: 15px;
	font-weight: 600;
}
@media (max-width: 767px) {
  .c-select {
    font-size: 16px;
  }
}
.c-select {
	cursor: pointer;

	background-size: 9px auto;
	background-position: right 19px center;
	background-repeat: no-repeat;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgOC4yNyA0LjY5IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Im0uNTUgMGg3LjE3Yy4zMSAwIC41Ni4yNS41Ni41NiAwIC4xNS0uMDYuMjktLjE2LjM5bC0zLjU4IDMuNThjLS4yMi4yMi0uNTcuMjItLjc5IDBsLTMuNTktMy41OGMtLjIyLS4yMi0uMjItLjU3IDAtLjc5LjExLS4xLjI1LS4xNi4zOS0uMTZ6IiBmaWxsPSIjNGQ0ZDRkIi8+PC9zdmc+);
}
.c-select-contact {
	outline: none;
	border-radius: 0;
	height: 50px;
	width: 100%;
	border-width: 1px;
	border-style: solid;
	--tw-border-opacity: 1;
	border-color: rgb(236 236 236 / var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgb(236 236 236 / var(--tw-bg-opacity));
	padding-left: 15px;
	padding-right: 40px;
	font-size: 12px;
	font-weight: 500;
	-webkit-transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
	transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
	-o-transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
	-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	     -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-transition-duration: 500ms;
	     -o-transition-duration: 500ms;
	        transition-duration: 500ms;
}
@media (max-width: 767px) {
  .c-select-contact {
    font-size: 16px;
  }
}
.c-select-contact {
	cursor: pointer;

	background-size: 15px auto;
	background-position: right 14px center;
	background-repeat: no-repeat;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTUgNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtMTUgLjI1LTcuNDYgNi43NWgtLjA4bC03LjQ2LTYuNzUgMS4wOS0uMjUgNi4zOSA1LjgyaC4wNGw2LjQtNS44MnoiIGZpbGw9IiMyNTFlMWMiLz48L3N2Zz4=);
}
.c-select-contact:active, .c-select-contact:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.c-check__input {
	z-index: 1;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 31px auto;
	height: 31px;
	width: 31px;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	--tw-border-opacity: 1;
	border-color: rgb(0 0 0 / var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity));
	font-size: 16px;
	-webkit-transition-duration: 500ms;
	     -o-transition-duration: 500ms;
	        transition-duration: 500ms;
}
@media (min-width: 768px) {
  .c-check__input {
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
         -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 150ms;
         -o-transition-duration: 150ms;
            transition-duration: 150ms;
  }
  .c-check__input:hover {
    border-width: 2px;
  }
}
.c-check__input:checked {
		background-image: url(data:image/svg+xml;base64,PHN2ZyBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAzMSAzMSIgdmlld0JveD0iMCAwIDMxIDMxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Im0yNCAxMC40LTkuNSA5LjVjLS4zLjMtLjkuMy0xLjIgMGwtNS4zLTUuNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMGMwYzBjIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLXdpZHRoPSIxLjYiLz48L3N2Zz4=);
	}
.c-check__input--small {
	background-size: 16px auto;
	height: 16px;
	width: 16px;
}
.c-input-text {
	outline: none;
	height: 50px;
	width: 100%;
	border-radius: 0px;
	border-width: 1px;
	border-style: solid;
	--tw-border-opacity: 1;
	border-color: rgb(236 236 236 / var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgb(236 236 236 / var(--tw-bg-opacity));
	padding-left: 15px;
	padding-right: 15px;
	font-size: 12px;
	font-weight: 500;
	-webkit-transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
	transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
	-o-transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
	-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	     -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-transition-duration: 500ms;
	     -o-transition-duration: 500ms;
	        transition-duration: 500ms;
}
@media (max-width: 767px) {
  .c-input-text {
    font-size: 16px;
  }
}
.c-input-text:focus, .c-input-text:active {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.c-collection-list__item {
  margin-right: 4.3478260869565215%;
  margin-bottom: 11px;
  width: 21.73913043478261%;
}
@media (max-width: 767px) {
  .c-collection-list__item {
    margin-right: 0px;
  }
  .c-collection-list__item {
    width: 45.24590163934426%;
  }
}
.c-collection-list__item:nth-child(4n) {
  margin-right: 0px;
}
.c-collection-list__item.is-active .c-collection-list__link {
  opacity: 1;
}
.c-collection-list__item.is-active .c-collection-list__link:after {
  width: 100%;
}
.c-collection-list__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 48px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 7px;
  opacity: 0.5;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 500ms;
       -o-transition-duration: 500ms;
          transition-duration: 500ms;
}
@media (max-width: 767px) {
  .c-collection-list__link {
    min-height: 0px;
  }
  .c-collection-list__link {
    padding-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .c-collection-list__link:hover {
    opacity: 1;
  }
}
.c-collection-list__link:after {
		content: "";
		position: absolute;
		bottom: 0px;
		left: 0px;
		height: 2px;
		width: 0px;
		--tw-bg-opacity: 1;
		background-color: rgb(255 255 255 / var(--tw-bg-opacity));
		-webkit-transition-property: all;
		-o-transition-property: all;
		transition-property: all;
		-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
		     -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
		        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
		-webkit-transition-duration: 500ms;
		     -o-transition-duration: 500ms;
		        transition-duration: 500ms;
	}
@media (max-width: 767px) {
  .c-collection-list__link:after {
    height: 1px;
  }
}
@media (min-width: 768px) {
		.c-collection-list__link:hover:after {
    width: 100%;
  }
	}
.c-tab {
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 480px;
}
@media (max-width: 767px) {
  .c-tab--lg .c-tab__link {
    min-height: 38px;
  }
  .c-tab--lg .c-tab__link {
    font-size: 16px;
  }
}
.c-tab__item {
  width: 50%;
}
.c-tab__item.is-active .c-tab__link {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.c-tab__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 38px;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(214 214 215 / var(--tw-bg-opacity));
  padding-top: 1px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.03em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 500ms;
       -o-transition-duration: 500ms;
          transition-duration: 500ms;
}
@media (max-width: 767px) {
  .c-tab__link {
    min-height: 26px;
  }
  .c-tab__link {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .c-tab__link:hover {
    opacity: 0.75;
  }
}
.c-fix-bnr {
	display: none;
	position: fixed;
	right: 0px;
	bottom: 0px;
	z-index: 20;
}
@media (max-width: 767px) {
  .c-fix-bnr {
    width: 100%;
  }
  .c-fix-bnr__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .c-fix-bnr__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
.c-fix-bnr__item {
		width: calc(50% - 1.5px)
}
.c-fix-bnr__item:first-child {
    margin-right: 3px;
  }
.c-fix-bnr__item:last-child {
    margin-top: 3px;
  }
.c-fix-bnr__item:last-child {
    width: 100%;
  }
}
.c-fix-bnr__link {
  position: relative;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 60px;
  width: 240px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(57 51 49 / var(--tw-bg-opacity));
  padding-left: 27px;
  padding-right: 27px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.2em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 500ms;
       -o-transition-duration: 500ms;
          transition-duration: 500ms;
}
@media (max-width: 767px) {
  .c-fix-bnr__link {
    margin-bottom: 0px;
  }
  .c-fix-bnr__link {
    min-height: 40px;
  }
  .c-fix-bnr__link {
    width: 100%;
  }
  .c-fix-bnr__link {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 768px) {
  .c-fix-bnr__link {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .c-fix-bnr__link:hover {
    opacity: 0.75;
  }
}
.c-fix-bnr__link {
	-webkit-font-feature-settings: "palt" 1;
	        font-feature-settings: "palt" 1;
}
.c-fix-bnr__link-arrow {
  position: absolute;
  top: 50%;
  right: 13px;
  --tw-translate-y: -50%;
  -webkit-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));
      -ms-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: 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));
}
.c-fix-bnr__link--contact {
  --tw-bg-opacity: 1;
  background-color: rgb(150 0 30 / var(--tw-bg-opacity));
  letter-spacing: 0em;
}
@media (max-width: 767px) {
  .c-fix-bnr__link--contact {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 768px) {
  .c-fix-bnr__link--contact {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.c-fix-bnr__top {
	-webkit-filter: drop-shadow(1px 0px 0px #fff);
	        filter: drop-shadow(1px 0px 0px #fff);
	z-index: 10;
	margin-top: 54px;
	margin-left: auto;
	margin-right: 56px;
	margin-bottom: 36px;
	display: block;
	height: 50px;
	width: 50px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.095em;
}
@media (max-width: 767px) {
  .c-fix-bnr__top {
    position: absolute;
  }
  .c-fix-bnr__top {
    bottom: 0px;
  }
  .c-fix-bnr__top {
    right: 0px;
  }
  .c-fix-bnr__top {
    margin: 0px;
  }
  .c-fix-bnr__top {
    height: 40px;
  }
  .c-fix-bnr__top {
    width: 40px;
  }
}
.p-gallery-search__ttl:after {
		content: "";
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		margin: 0 auto;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 19px 11px 0 11px;
		border-color: #ffffff transparent transparent transparent;
	}
@media (max-width: 767px) {
.p-gallery-search__ttl:after {
			border-width: 12px 7px 0 7px
	}
		}
.p-gallery-search__list-col5 .p-gallery-search__list-item {
  margin-bottom: 14px;
  min-width: 97px;
}
@media (max-width: 767px) {
  .p-gallery-search__list-col5 .p-gallery-search__list-item {
    margin-bottom: 12px;
  }
  .p-gallery-search__list-col5 .p-gallery-search__list-item {
    margin-right: 22px;
  }
  .p-gallery-search__list-col5 .p-gallery-search__list-item {
    min-width: 0px;
  }
}
.p-gallery-search__table-ttl {
  position: relative;
  margin-right: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 23px;
  width: 107px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-size: contain;
  background-position: left top;
  background-repeat: no-repeat;
  padding-right: 5px;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (max-width: 767px) {
  .p-gallery-search__table-ttl {
    margin-right: 6px;
  }
  .p-gallery-search__table-ttl {
    height: 18px;
  }
  .p-gallery-search__table-ttl {
    width: 72px;
  }
  .p-gallery-search__table-ttl {
    font-size: 10px;
  }
}
.p-gallery-search__table-ttl {
	background-size: auto 100%;
	background-image: url(data:image/svg+xml;base64,PHN2ZyBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMDYuMiAyMi43IiB2aWV3Qm94PSIwIDAgMTA2LjIgMjIuNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtMTA2LjIgMTEuNmMtNy43IDgtMTAuMSAxMS4xLTEyLjUgMTEuMWgtODkuM2MtMi40IDAtNC40LTIuMS00LjQtNC44di0xMy4xYzAtMi43IDItNC44IDQuNC00LjhoODkuM2MyLjQgMCA2LjIgNC42IDEyLjUgMTEuNnoiIGZpbGw9IiMzZDRkNTciLz48L3N2Zz4=);
}
@media (max-width: 767px) {
.p-gallery-search__table-ttl {
		background-image: url(data:image/svg+xml;base64,PHN2ZyBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA3Mi4yIDE4IiB2aWV3Qm94PSIwIDAgNzIuMiAxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtODI2LjggMTU5MS4yYy02LjEgNi4zLTggOC44LTkuOSA4LjhoLTU4LjhjLTEuOSAwLTMuNS0xLjctMy41LTMuOHYtMTAuNGMwLTIuMSAxLjYtMy44IDMuNS0zLjhoNTguOGMxLjkgMCA0LjkgMy43IDkuOSA5LjJ6IiBmaWxsPSIjM2Q0ZDU3IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNzU0LjU5NiAtMTU4MikiLz48L3N2Zz4=)
}
	}
.p-gallery-search__list-col4 .p-gallery-search__list-item {
  margin-right: 26px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .p-gallery-search__list-col4 .p-gallery-search__list-item {
    margin-right: 22px;
  }
  .p-gallery-search__list-col4 .p-gallery-search__list-item {
    margin-bottom: 4px;
  }
}
.p-gallery-list__item {
  margin-right: 4.25%;
  margin-bottom: 63px;
  width: 30.5%;
}
@media (max-width: 767px) {
  .p-gallery-list__item {
    margin-right: 0;
  }
  .p-gallery-list__item {
    margin-bottom: 19px;
  }
  .p-gallery-list__item {
    width: 47.540983606557376%;
  }
}
.p-gallery-list__item:nth-child(3n) {
  margin-right: 0px;
}
.p-collection {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 0;
}
@media (min-width: 767px) {
.p-collection {
    background-image: url(../images/collection/bg-main.jpg)
}
  }
@media (max-width: 767px) {
.p-collection {
    background-image: url(../images/collection/bg-main-sp.jpg)
}
  }
.p-collection-slider__item {
  display: none;
	vertical-align: top;
}
.p-collection-slider__item:first-child {
    display: block;
  }
.p-collection-slider {
  padding-top: 166.13333333333333% !important;
}
@media (min-width: 767px) {
.p-collection-slider {
    padding-top: 55.8125% !important
}
  }
.p-town-sec {
  position: relative;
}
.p-town-sec:before {
		content: "";
		position: absolute;
		top: 0px;
		left: 0px;
		height: 432px;
		width: 100%;
		--tw-bg-opacity: 1;
		background-color: rgb(126 127 127 / var(--tw-bg-opacity));
	}
@media (max-width: 767px) {
  .p-town-sec:before {
    height: 245px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-town-sec:before {
    height: 345px;
  }
}
.p-town-more__list-item:nth-child(n + 5) {
	display: none;
}
.p-town-mv__label {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background : -o-linear-gradient(-21.7deg, rgba(5, 23, 52, 1) 6.24%, rgba(8, 26, 54, 1) 22.69%, rgba(17, 34, 62, 1) 34.77%, rgba(33, 49, 75, 1) 45.47%, rgba(56, 70, 93, 1) 55.35%, rgba(85, 97, 117, 1) 64.68%, rgba(121, 131, 146, 1) 73.6%, rgba(163, 170, 181, 1) 82.19%, rgba(211, 214, 220, 1) 90.3%, rgba(255, 255, 255, 1) 96.73%);
  background : -ms-linear-gradient(-21.7deg, rgba(5, 23, 52, 1) 6.24%, rgba(8, 26, 54, 1) 22.69%, rgba(17, 34, 62, 1) 34.77%, rgba(33, 49, 75, 1) 45.47%, rgba(56, 70, 93, 1) 55.35%, rgba(85, 97, 117, 1) 64.68%, rgba(121, 131, 146, 1) 73.6%, rgba(163, 170, 181, 1) 82.19%, rgba(211, 214, 220, 1) 90.3%, rgba(255, 255, 255, 1) 96.73%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#051734', endColorstr='#FFFFFF' ,GradientType=0)";
  background : -o-linear-gradient(338.3deg, rgba(5, 23, 52, 1) 6.24%, rgba(8, 26, 54, 1) 22.69%, rgba(17, 34, 62, 1) 34.77%, rgba(33, 49, 75, 1) 45.47%, rgba(56, 70, 93, 1) 55.35%, rgba(85, 97, 117, 1) 64.68%, rgba(121, 131, 146, 1) 73.6%, rgba(163, 170, 181, 1) 82.19%, rgba(211, 214, 220, 1) 90.3%, rgba(255, 255, 255, 1) 96.73%);
  background : linear-gradient(111.7deg, rgba(5, 23, 52, 1) 6.24%, rgba(8, 26, 54, 1) 22.69%, rgba(17, 34, 62, 1) 34.77%, rgba(33, 49, 75, 1) 45.47%, rgba(56, 70, 93, 1) 55.35%, rgba(85, 97, 117, 1) 64.68%, rgba(121, 131, 146, 1) 73.6%, rgba(163, 170, 181, 1) 82.19%, rgba(211, 214, 220, 1) 90.3%, rgba(255, 255, 255, 1) 96.73%);
  opacity : 0.3;
  filter: alpha(opacity=30) progid:DXImageTransform.Microsoft.Alpha(opacity=30) progid:DXImageTransform.Microsoft.gradient(startColorstr='#051734',endColorstr='#FFFFFF' , GradientType=1);
}
@media (max-width: 767px) {
.p-town-mv__label {
  background : -o-linear-gradient(-21.7deg, rgba(5, 23, 52, 1) 6.24%, rgba(8, 26, 54, 1) 22.69%, rgba(17, 34, 62, 1) 34.77%, rgba(33, 49, 75, 1) 45.47%, rgba(56, 70, 93, 1) 55.35%, rgba(85, 97, 117, 1) 64.68%, rgba(121, 131, 146, 1) 73.6%, rgba(163, 170, 181, 1) 82.19%, rgba(211, 214, 220, 1) 90.3%, rgba(255, 255, 255, 1) 96.73%);
  background : -ms-linear-gradient(-21.7deg, rgba(5, 23, 52, 1) 6.24%, rgba(8, 26, 54, 1) 22.69%, rgba(17, 34, 62, 1) 34.77%, rgba(33, 49, 75, 1) 45.47%, rgba(56, 70, 93, 1) 55.35%, rgba(85, 97, 117, 1) 64.68%, rgba(121, 131, 146, 1) 73.6%, rgba(163, 170, 181, 1) 82.19%, rgba(211, 214, 220, 1) 90.3%, rgba(255, 255, 255, 1) 96.73%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#051734', endColorstr='#FFFFFF' ,GradientType=0)";
  background : -o-linear-gradient(338.3deg, rgba(5, 23, 52, 1) 6.24%, rgba(8, 26, 54, 1) 22.69%, rgba(17, 34, 62, 1) 34.77%, rgba(33, 49, 75, 1) 45.47%, rgba(56, 70, 93, 1) 55.35%, rgba(85, 97, 117, 1) 64.68%, rgba(121, 131, 146, 1) 73.6%, rgba(163, 170, 181, 1) 82.19%, rgba(211, 214, 220, 1) 90.3%, rgba(255, 255, 255, 1) 96.73%);
  background : linear-gradient(111.7deg, rgba(5, 23, 52, 1) 6.24%, rgba(8, 26, 54, 1) 22.69%, rgba(17, 34, 62, 1) 34.77%, rgba(33, 49, 75, 1) 45.47%, rgba(56, 70, 93, 1) 55.35%, rgba(85, 97, 117, 1) 64.68%, rgba(121, 131, 146, 1) 73.6%, rgba(163, 170, 181, 1) 82.19%, rgba(211, 214, 220, 1) 90.3%, rgba(255, 255, 255, 1) 96.73%);
  opacity : 0.3;
  filter: alpha(opacity=30) progid:DXImageTransform.Microsoft.Alpha(opacity=30) progid:DXImageTransform.Microsoft.gradient(startColorstr='#051734',endColorstr='#FFFFFF' , GradientType=1)
}
	}
.p-town-map .cls-1,
  .p-town-map .cls-2,
  .p-town-map .cls-3 {
    fill: none;
  }
.p-town-map .cls-2 {
    stroke-miterlimit: 10;
  }
.p-town-map .cls-2,
  .p-town-map .cls-3 {
    stroke: #666;
    stroke-width: .67px;
  }
.p-town-map .cls-4 {
    fill: #333;
  }
.p-town-map .cls-3 {
    stroke-linecap: square;
    stroke-linejoin: round;
  }
.p-town-map #clip {
    -webkit-clip-path: url(#clippath);
            clip-path: url(#clippath);
  }
@media (max-width: 767px) {
  .p-town-map__inner {
    width: 1200px;
  }
}
.p-town-map__all {
  position: absolute;
  bottom: 42px;
  right: 47px;
  z-index: 10;
}
@media (max-width: 767px) {
  .p-town-map__all {
    right: 0px;
  }
  .p-town-map__all {
    left: 0px;
  }
  .p-town-map__all {
    bottom: 30px;
  }
}
.p-town-map__all.is-active .p-town-map__all-link {
      background-color: rgba(255,255,255,.5);
    }
.p-town-map__all.is-active .p-town-map__all-text {
      opacity: .5;
    }
.p-town-map__all-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 42px;
  width: 220px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  font-size: 15px;
  font-weight: 600;
  -webkit-transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  -o-transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 500ms;
       -o-transition-duration: 500ms;
          transition-duration: 500ms;
}
@media (max-width: 767px) {
  .p-town-map__all-link {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
    .p-town-map__all-link:hover {
      background-color: rgba(255,255,255,.5);
    }
  }
.p-town-map__all-text {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.p-town-map__img-text {
  z-index: 1;
  pointer-events: none;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
@media (max-width: 767px) {
  .p-town-map__img-text {
    width: 100%;
  }
  .p-town-map__img-text, .p-town-map__img {
    margin-left: -400px;
  }
  .p-town-map__img-text, .p-town-map__img {
    width: 1600px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-town-map__img-text, .p-town-map__img {
    margin-left: -30%;
  }
  .p-town-map__img-text, .p-town-map__img {
    margin-right: -12%;
  }
}
.p-town-map__link path {
  cursor: pointer;
  -webkit-transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  -o-transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 500ms;
       -o-transition-duration: 500ms;
          transition-duration: 500ms;
}
.p-town-map__link.is-active path,
.p-town-map__link path:hover {
    fill: #666;
}
.p-information-list {
  border-top-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(214 214 215 / var(--tw-border-opacity));
  font-size: 14px;
  line-height: 2.14;
}
@media (max-width: 767px) {
  .p-information-list--small {
    line-height: 1.28;
  }
}
.p-information-list--small .p-information-list__item {
  padding-left: 110px;
}
@media (max-width: 767px) {
  .p-information-list--small .p-information-list__item {
    padding-left: 0px;
  }
}
.p-information-list--small .p-information-list__link {
  padding-top: 27px;
  padding-bottom: 18px;
}
@media (max-width: 767px) {
  .p-information-list--small .p-information-list__link {
    padding-top: 19px;
  }
  .p-information-list--small .p-information-list__link {
    padding-bottom: 20px;
  }
}
.p-information-list--small .p-information-list__date {
  margin-bottom: 4px;
}
.p-information-list__item {
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(214 214 215 / var(--tw-border-opacity));
  padding-left: 20px;
}
@media (max-width: 767px) {
  .p-information-list__item {
    padding-left: 0px;
  }
}
.p-information-list__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 27px;
  padding-bottom: 42px;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 500ms;
       -o-transition-duration: 500ms;
          transition-duration: 500ms;
}
@media (max-width: 767px) {
  .p-information-list__link {
    display: block;
  }
  .p-information-list__link {
    padding-top: 19px;
  }
  .p-information-list__link {
    padding-bottom: 14px;
  }
}
@media (min-width: 768px) {
  .p-information-list__link:hover {
    opacity: 0.75;
  }
}
.p-information-list__date {
  width: 94px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .p-information-list__date {
    margin-bottom: -2px;
  }
  .p-information-list__date {
    width: 100%;
  }
  .p-information-list__date {
    line-height: 1.28;
  }
}
.p-information-list__label {
  position: relative;
  top: -2px;
  right: 0px;
  margin-left: 17px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 24px;
  width: 47px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(150 0 30 / var(--tw-bg-opacity));
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (max-width: 767px) {
  .p-information-list__label {
    position: absolute;
  }
  .p-information-list__label {
    top: 5px;
  }
}
.p-top-introducing {
  background-position: center top;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
.p-top-introducing {
    background-size: 1600px auto;
    background-image: url(../images/top/bg-introducing.jpg)
}
  }
@media (min-width: 1601px) {
.p-top-introducing {
    background-size: 100% auto
}
  }
@media (max-width: 767px) {
.p-top-introducing {
    background-size: contain;
    background-image: url(../images/top/bg-introducing-sp.jpg)
}
  }
.p-top-collection {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 0;
}
@media (min-width: 767px) {
.p-top-collection {
    background-image: url(../images/top/bg-collection.jpg)
}
  }
@media (max-width: 767px) {
.p-top-collection {
    background-image: url(../images/top/bg-collection-sp.jpg)
}
  }
.p-top-collection-slider .slick-slide {
  position: relative;
  margin-left: 12px;
  margin-right: 12px;
}
.p-top-collection-slider__item {
  height: 396px;
}
@media (max-width: 767px) {
  .p-top-collection-slider__item {
    height: 300px;
  }
}
.p-top-collection-slider__item {
  display: none;
	vertical-align: top;
}
.p-top-collection-slider__item:first-child {
    display: block;
  }
.p-top-collection-slider__img {
  height: 396px;
  width: 396px;
}
@media (max-width: 767px) {
  .p-top-collection-slider__img {
    height: 300px;
  }
  .p-top-collection-slider__img {
    width: 320px;
  }
}
.p-top-collection-slider__img.is-small {
  width: 300px;
}
@media (max-width: 767px) {
  .p-top-collection-slider__img.is-small {
    width: 240px;
  }
}
.p-top-collection-slider__img img {
  max-height: 396px;
}
@media (max-width: 767px) {
  .p-top-collection-slider__img img {
    max-height: 300px;
  }
}
.p-top-collection-slider__link {
  -webkit-transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  -o-transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 500ms;
       -o-transition-duration: 500ms;
          transition-duration: 500ms;
}
.p-top-concept-slider {
  padding-top: 100vh !important;
}
@media (min-width: 767px) {
.p-top-concept-slider {
    padding-top: 72.5% !important
}
  }
@media (min-width: 1024px) {
.p-top-concept-slider {
    padding-top: 52.5% !important
}
  }
.p-top-design-slider {
  padding-top: 133.33333333333331% !important;
}
@media (min-width: 767px) {
.p-top-design-slider {
    padding-top: 114.16666666666666% !important
}
  }
.p-top-spec-slider,
.p-top-land-slider {
  padding-top: 64.26229508196721% !important;

}
@media (min-width: 767px) {
.p-top-spec-slider,
.p-top-land-slider {
    padding-top: 64.34782608695652% !important

}
  }
@media (min-width: 1601px) {
.p-top-architects {
    height: auto;
    padding-top: 41.5625%
}
  }
.p-top-gallery-slider,
.p-top-town-slider {
  padding-top: 133.33333333333331% !important;
}
@media (min-width: 767px) {
.p-top-gallery-slider,
.p-top-town-slider {
    padding-top: 52.5% !important
}
  }
.p-top-information-list {
  border-top-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(214 214 215 / var(--tw-border-opacity));
  font-size: 12px;
  font-weight: 600;
  line-height: 2.33;
}
@media (max-width: 767px) {
  .p-top-information-list {
    line-height: 1.5;
  }
  .p-top-information-list + .p-top-information-list {
    border-top-width: 0px;
  }
}
.p-top-information-list--small {
  line-height: 2.14;
}
@media (max-width: 767px) {
  .p-top-information-list--small {
    line-height: 1.5;
  }
}
.p-top-information-list--small .p-top-information-list__item {
  padding-left: 4px;
}
@media (max-width: 767px) {
  .p-top-information-list--small .p-top-information-list__item {
    padding-left: 4px;
  }
}
.p-top-information-list--small .p-top-information-list__link {
  padding-top: 11px;
  padding-bottom: 12px;
}
@media (max-width: 767px) {
  .p-top-information-list--small .p-top-information-list__link {
    padding-top: 19px;
  }
  .p-top-information-list--small .p-top-information-list__link {
    padding-bottom: 20px;
  }
}
.p-top-information-list--small .p-top-information-list__date {
  margin-bottom: 0px;
  width: 109px;
}
@media (max-width: 767px) {
  .p-top-information-list--small .p-top-information-list__date {
    width: 93px;
  }
}
.p-top-information-list--small .p-top-information-list__ttl {
  margin-top: 4px;
}
@media (max-width: 767px) {
  .p-top-information-list--small .p-top-information-list__ttl {
    margin-top: 0px;
  }
}
.p-top-information-list--col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .p-top-information-list--col2 {
    display: block;
  }
}
.p-top-information-list--col2 .p-top-information-list__item {
  width: 47.5%;
}
@media (max-width: 767px) {
  .p-top-information-list--col2 .p-top-information-list__item {
    width: 100%;
  }
}
.p-top-information-list__item {
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(214 214 215 / var(--tw-border-opacity));
  padding-left: 0px;
}
@media (max-width: 767px) {
  .p-top-information-list__item {
    padding-left: 0px;
  }
}
.p-top-information-list__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 22px;
  padding-bottom: 25px;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 500ms;
       -o-transition-duration: 500ms;
          transition-duration: 500ms;
}
@media (max-width: 767px) {
  .p-top-information-list__link {
    padding-top: 21px;
  }
  .p-top-information-list__link {
    padding-bottom: 22px;
  }
}
@media (min-width: 768px) {
  .p-top-information-list__link:hover {
    opacity: 0.75;
  }
}
.p-top-information-list__date {
  width: 94px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 16px;
}
@media (max-width: 767px) {
  .p-top-information-list__date {
    margin-bottom: -2px;
  }
  .p-top-information-list__date {
    width: 93px;
  }
  .p-top-information-list__date {
    font-size: 14px;
  }
  .p-top-information-list__date {
    line-height: 1.28;
  }
}
.p-top-information-list__label {
  margin-left: 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 20px;
  width: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(150 0 30 / var(--tw-bg-opacity));
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (max-width: 767px) {
  .p-top-information-list__label {
    margin-left: 7px;
  }
  .p-top-information-list__label {
    height: 16px;
  }
  .p-top-information-list__label {
    width: 35px;
  }
  .p-top-information-list__label {
    font-size: 10px;
  }
}
.p-top-information-list__ttl {
  margin-top: 7px;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .p-top-information-list__ttl {
    margin-top: 0px;
  }
  .p-top-information-list__ttl {
    letter-spacing: 0em;
  }
}
.p-contact-nav {
  margin-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 22px;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (max-width: 767px) {
  .p-contact-nav {
    margin-bottom: 50px;
  }
  .p-contact-nav {
    font-size: 14px;
  }
}
.p-contact-nav__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  width: 32%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 12px;
  background-color: #ddd5bd;
}
.p-contact-nav__item.is-active {
  --tw-bg-opacity: 1;
  background-color: rgb(157 134 67 / var(--tw-bg-opacity));
}
.p-contact-nav__item:before,
  .p-contact-nav__item:after {
    content: "";
    position: absolute;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
  }
.p-contact-nav__item:before {
    top: 0;
    border-width: 0 25px 25px 0;
    border-color: transparent #ffffff transparent transparent;
  }
.p-contact-nav__item:after {
    bottom: 0;
    border-width: 0 0 25px 25px;
    border-color: transparent transparent #ffffff transparent;
  }
.p-contact-head {
  margin-top: -42px;
  margin-bottom: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .p-contact-head {
    margin-top: -5px;
  }
  .p-contact-head {
    margin-bottom: 42px;
  }
  .p-contact-head {
    display: block;
  }
}
.p-contact-head__left {
  width: 290px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .p-contact-head__left {
    width: 100%;
  }
  .p-contact-head__left {
    text-align: center;
  }
}
.p-contact-head__ttl {
  margin-bottom: 20px;
  font-size: 34px;
  line-height: 1;
  letter-spacing: 0.22em;
}
@media (max-width: 767px) {
  .p-contact-head__ttl {
    margin-bottom: 17px;
  }
}
.p-contact-head__text {
  font-size: 13px;
  line-height: 1.76;
  letter-spacing: 0.05em;
}
.p-contact-head__right {
  width: calc(100% - 290px);
}
@media (max-width: 767px) {
  .p-contact-head__right {
    width: 100%;
  }
}
.p-contact-head__img {
  margin-left: -21px;
  margin-right: -42px;
}
@media (max-width: 767px) {
  .p-contact-head__img {
    margin-left: -12px;
  }
  .p-contact-head__img {
    margin-right: -21px;
  }
}
.p-contact-table {
  margin-bottom: 90px;
  width: 100%;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(126 127 127 / var(--tw-border-opacity));
}
@media (max-width: 767px) {
  .p-contact-table {
    margin-bottom: 19px;
  }
  .p-contact-table {
    border-bottom-width: 0px;
  }
}
.p-contact-table--confirm .p-contact-table__td {
  font-size: 12px;
  font-weight: 500;
}
.p-contact-table__tr {
  width: 100%;
  border-top-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(126 127 127 / var(--tw-border-opacity));
}
.p-contact-table__th {
  width: 32%;
  --tw-bg-opacity: 1;
  background-color: rgb(236 236 236 / var(--tw-bg-opacity));
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 37px;
  padding-bottom: 37px;
  vertical-align: top;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.33;
}
@media (max-width: 767px) {
  .p-contact-table__th {
    display: block;
  }
  .p-contact-table__th {
    width: 100%;
  }
  .p-contact-table__th {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .p-contact-table__th {
    padding-left: 45px;
  }
  .p-contact-table__th {
    padding-right: 10px;
  }
  .p-contact-table__th {
    vertical-align: middle;
  }
}
.p-contact-table__th-inner {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 250px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .p-contact-table__th-inner {
    margin-left: 0px;
  }
  .p-contact-table__th-inner {
    height: 100px;
  }
  .p-contact-table__th-inner {
    max-width: none;
  }
}
.p-contact-table__label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 26px;
  width: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  --tw-bg-opacity: 1;
  background-color: rgb(150 0 30 / var(--tw-bg-opacity));
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.p-contact-table__label--gray {
  --tw-bg-opacity: 1;
  background-color: rgb(126 127 127 / var(--tw-bg-opacity));
}
.p-contact-table__td {
  font-weight: 700;
}
@media (max-width: 767px) {
  .p-contact-table__td {
    display: block;
  }
}
.p-contact-table__td-inner {
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 50px;
  padding-right: 25px;
}
@media (max-width: 767px) {
  .p-contact-table__td-inner {
    padding-left: 0px;
    padding-right: 0px;
  }
  .p-contact-table__td-inner {
    padding-top: 20px;
  }
  .p-contact-table__td-inner {
    padding-bottom: 30px;
  }
}
.p-contact-table__td-inner + .p-contact-table__td-inner {
  border-top-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(126 127 127 / var(--tw-border-opacity));
}
.p-contact-table__error {
  margin-top: 10px;
  font-size: 12px;
  --tw-text-opacity: 1;
  color: rgb(150 0 30 / var(--tw-text-opacity));
}
.p-contact-btn-zip {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 50px;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  --tw-bg-opacity: 1;
  background-color: rgb(157 134 67 / var(--tw-bg-opacity));
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 500ms;
       -o-transition-duration: 500ms;
          transition-duration: 500ms;
}
@media (max-width: 767px) {
  .p-contact-btn-zip {
    height: 30px;
  }
}
@media (min-width: 768px) {
  .p-contact-btn-zip:hover {
    opacity: 0.75;
  }
}
.p-contact-btn-zip:active, .p-contact-btn-zip:focus {
  opacity: 0.75;
}
.p-contact-radio-list {
  margin-bottom: -6px;
}
@media (max-width: 767px) {
  .p-contact-radio-list {
    margin-bottom: -9px;
  }
  .p-contact-radio-list + .p-contact-table__error {
    margin-top: 19px;
  }
}
.p-contact-radio-list__item {
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .p-contact-radio-list__item {
    margin-bottom: 9px;
  }
}
.p-spec-tab__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  font-size: 20px;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (max-width: 767px) {
  .p-spec-tab__list {
    font-size: 10px;
  }
  .p-spec-tab__list {
    line-height: 1.5;
  }
}
.p-spec-tab__item {
  width: 49.75%;
}
@media (max-width: 767px) {
  .p-spec-tab__item {
    width: 49.01960784313725%;
  }
}
.p-spec-tab__item button {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  -o-transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 500ms;
       -o-transition-duration: 500ms;
          transition-duration: 500ms;
}
@media (max-width: 767px) {
  .p-spec-tab__item button {
    height: 50px;
  }
}
.p-spec-tab__item--premium button {
  background-color: #ddd5bd;
}
.p-spec-tab__item--premium.is-active button {
  --tw-bg-opacity: 1;
  background-color: rgb(157 134 67 / var(--tw-bg-opacity));
}
.p-spec-tab__item--standard button {
  background-color: rgba(37,30,28,.3);
}
.p-spec-tab__item--standard.is-active button {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.p-design-tab__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  font-size: 20px;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (max-width: 767px) {
  .p-design-tab__list {
    font-size: 10px;
  }
  .p-design-tab__list {
    line-height: 1.5;
  }
}
.p-design-tab__item {
  width: 49.75%;
}
@media (max-width: 767px) {
  .p-design-tab__item {
    width: 49.01960784313725%;
  }
}
.p-design-tab__item button {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  -o-transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 500ms;
       -o-transition-duration: 500ms;
          transition-duration: 500ms;
}
@media (max-width: 767px) {
  .p-design-tab__item button {
    height: 50px;
  }
}
@media (min-width: 768px) {
  .p-design-tab__item button {
    min-height: 60px;
  }
  .p-design-tab__item button {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.p-design-tab__item--premium button {
  background-color: #ddd5bd;
}
.p-design-tab__item--premium.is-active button {
  --tw-bg-opacity: 1;
  background-color: rgb(157 134 67 / var(--tw-bg-opacity));
}
.p-design-tab__item--standard button {
  background-color: rgba(37,30,28,.3);
}
.p-design-tab__item--standard.is-active button {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
/*# pagenarionp */
.pagination {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}
.pagination ul.page-numbers {
  font-weight: 600;
  font-size: 18px;
  padding-left: 27px;
  padding-right: 27px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  overflow-wrap: break-word;
}
@media (max-width: 767px) {
  .pagination ul.page-numbers {
    min-width: 305px;
    padding-left: 0;
    padding-right: 0;
    margin: 0 -30px;
  }
}
.pagination .page-numbers li {
  margin-left: 12px;
  margin-right: 12px;
}
.pagination .page-numbers li a {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  --tw-text-opacity: 1;
  color: rgb(152 166 181 / var(--tw-text-opacity));
}
.pagination .current,
.pagination .page-numbers li a:hover {
  color: rgb(0 0 0);
}
.pagination .prev {
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.pagination .next {
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.pagination a.prev:hover,
.pagination a.next:hover {
  opacity: 0.75;
}
/*# right-column */
.cat-item {
  margin-bottom: 12px;
}
.list-archive li {
  margin-bottom: 12px;
}
.list-archive li a {
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}
.cat-item a:hover,
.list-archive li a:hover {
  opacity: 0.75;
}
/*# infomartion pagenarionp */
.info-prev {
  opacity: 0.55;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}
.info-next {
  opacity: 0.55;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}
.info-list a {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.info-list a:hover {
  opacity: 0.75;
}
.info-prev a,
.info-next a {
  position: relative;
  display: block;
}
.info-prev a {
  padding-left: 31px;
}
.info-next a {
  padding-right: 31px;
}
.info-prev a::before {
content: "";
background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTYgMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Im04IDE2IDEuNDUtMS40Ni01LjQ1LTUuNTRoMTJ2LTJoLTEybDUuNS01LjUxLTEuNS0xLjQ5LTggOHoiIC8+Cjwvc3ZnPg==);
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -9px;
  margin-right: 25px;
  opacity: 0.55;
}
.info-next a::after {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTYgMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Im0xNiA4LTgtOC0xLjQ1IDEuNDUgNS41IDUuNTVoLTEyLjA1djJoMTIuMDVsLTUuNSA1LjUgMS40NSAxLjV6IiAvPgo8L3N2Zz4=);
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -9px;
    margin-left: 25px;
    opacity: 0.55;
  }
@media (max-width: 767px) {
  .info-prev a::before {
    content: "";
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTYgMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Im04IDE2IDEuNDUtMS40Ni01LjQ1LTUuNTRoMTJ2LTJoLTEybDUuNS01LjUxLTEuNS0xLjQ5LTggOHoiIC8+Cjwvc3ZnPg==);
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -6px;
    margin-right: 28px;
    opacity: 0.55;
  }
  .info-next a::after {
    content: "";
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTYgMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Im0xNiA4LTgtOC0xLjQ1IDEuNDUgNS41IDUuNTVoLTEyLjA1djJoMTIuMDVsLTUuNSA1LjUgMS40NSAxLjV6IiAvPgo8L3N2Zz4=);
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -6px;
    margin-left: 28px;
    opacity: 0.55;
  }

  .info-prev a {
    padding-left: 17px;
  }
  .info-next a {
    padding-right: 17px;
  }
}
.info-prev:hover,
.info-next:hover {
  opacity: 1;
}
#contactForm label.error {
  margin-top: 10px;
  font-size: 12px;
  --tw-text-opacity: 1;
  color: rgb(150 0 30 / var(--tw-text-opacity));
}
#contactForm .privacy_box label.error {
  margin-top: 0 !important;
  margin-left: 5px !important;
  font-weight: 700;
}
html {
	height: 100%;
  min-height: 100vh;
}
body {
  font-family: YuMincho, Yu Mincho, Hiragino Mincho Pro, Noto Serif JP, MS PMincho, serif;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
	-webkit-text-size-adjust: 100%;
	   -moz-text-size-adjust: 100%;
	    -ms-text-size-adjust: 100%;
	        text-size-adjust: 100%;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}
.hover\:opacity-75:hover {
  opacity: 0.75;
}
.focus\:opacity-75:focus {
  opacity: 0.75;
}
.group:hover .group-hover\:opacity-0 {
  opacity: 0;
}
.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}
@media (max-width: 767px) {
  .mobile\:pointer-events-auto {
    pointer-events: auto;
  }
  .mobile\:top-\[60px\] {
    top: 60px;
  }
  .mobile\:order-first {
    -webkit-box-ordinal-group: -9998;
        -ms-flex-order: -9999;
            order: -9999;
  }
  .mobile\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .mobile\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .mobile\:mx-\[-35px\] {
    margin-left: -35px;
    margin-right: -35px;
  }
  .mobile\:mx-\[5px\] {
    margin-left: 5px;
    margin-right: 5px;
  }
  .mobile\:mx-\[-6px\] {
    margin-left: -6px;
    margin-right: -6px;
  }
  .mobile\:mx-\[6px\] {
    margin-left: 6px;
    margin-right: 6px;
  }
  .mobile\:my-\[21px\] {
    margin-top: 21px;
    margin-bottom: 21px;
  }
  .mobile\:mb-\[40px\] {
    margin-bottom: 40px;
  }
  .mobile\:mb-\[54px\] {
    margin-bottom: 54px;
  }
  .mobile\:mb-\[42px\] {
    margin-bottom: 42px;
  }
  .mobile\:mt-\[33px\] {
    margin-top: 33px;
  }
  .mobile\:mb-\[18px\] {
    margin-bottom: 18px;
  }
  .mobile\:mb-\[12px\] {
    margin-bottom: 12px;
  }
  .mobile\:mb-\[6px\] {
    margin-bottom: 6px;
  }
  .mobile\:mb-\[10px\] {
    margin-bottom: 10px;
  }
  .mobile\:mb-\[31px\] {
    margin-bottom: 31px;
  }
  .mobile\:mb-\[4px\] {
    margin-bottom: 4px;
  }
  .mobile\:mb-\[26px\] {
    margin-bottom: 26px;
  }
  .mobile\:mb-\[35px\] {
    margin-bottom: 35px;
  }
  .mobile\:mb-\[24px\] {
    margin-bottom: 24px;
  }
  .mobile\:mb-\[20px\] {
    margin-bottom: 20px;
  }
  .mobile\:mb-\[8px\] {
    margin-bottom: 8px;
  }
  .mobile\:mb-\[67px\] {
    margin-bottom: 67px;
  }
  .mobile\:mb-\[9px\] {
    margin-bottom: 9px;
  }
  .mobile\:mb-\[27px\] {
    margin-bottom: 27px;
  }
  .mobile\:mt-\[12px\] {
    margin-top: 12px;
  }
  .mobile\:mb-\[70px\] {
    margin-bottom: 70px;
  }
  .mobile\:mb-\[25px\] {
    margin-bottom: 25px;
  }
  .mobile\:mt-\[10px\] {
    margin-top: 10px;
  }
  .mobile\:mb-\[23px\] {
    margin-bottom: 23px;
  }
  .mobile\:mb-\[36px\] {
    margin-bottom: 36px;
  }
  .mobile\:mb-\[32px\] {
    margin-bottom: 32px;
  }
  .mobile\:mb-\[39px\] {
    margin-bottom: 39px;
  }
  .mobile\:mb-\[2px\] {
    margin-bottom: 2px;
  }
  .mobile\:mb-\[33px\] {
    margin-bottom: 33px;
  }
  .mobile\:mb-\[43px\] {
    margin-bottom: 43px;
  }
  .mobile\:mt-\[-4px\] {
    margin-top: -4px;
  }
  .mobile\:mb-\[51px\] {
    margin-bottom: 51px;
  }
  .mobile\:mb-\[5px\] {
    margin-bottom: 5px;
  }
  .mobile\:mb-\[44px\] {
    margin-bottom: 44px;
  }
  .mobile\:mb-\[48px\] {
    margin-bottom: 48px;
  }
  .mobile\:mb-\[30px\] {
    margin-bottom: 30px;
  }
  .mobile\:mb-\[21px\] {
    margin-bottom: 21px;
  }
  .mobile\:mb-\[53px\] {
    margin-bottom: 53px;
  }
  .mobile\:mb-\[60px\] {
    margin-bottom: 60px;
  }
  .mobile\:mb-\[96px\] {
    margin-bottom: 96px;
  }
  .mobile\:mb-\[38px\] {
    margin-bottom: 38px;
  }
  .mobile\:mb-\[13px\] {
    margin-bottom: 13px;
  }
  .mobile\:mt-\[2px\] {
    margin-top: 2px;
  }
  .mobile\:mb-\[56px\] {
    margin-bottom: 56px;
  }
  .mobile\:mt-\[9px\] {
    margin-top: 9px;
  }
  .mobile\:mb-\[69px\] {
    margin-bottom: 69px;
  }
  .mobile\:mt-\[30px\] {
    margin-top: 30px;
  }
  .mobile\:mt-\[56px\] {
    margin-top: 56px;
  }
  .mobile\:mr-0 {
    margin-right: 0px;
  }
  .mobile\:mt-\[15px\] {
    margin-top: 15px;
  }
  .mobile\:mt-\[20px\] {
    margin-top: 20px;
  }
  .mobile\:ml-\[10px\] {
    margin-left: 10px;
  }
  .mobile\:ml-0 {
    margin-left: 0px;
  }
  .mobile\:mt-\[19px\] {
    margin-top: 19px;
  }
  .mobile\:mb-\[86px\] {
    margin-bottom: 86px;
  }
  .mobile\:mb-\[79px\] {
    margin-bottom: 79px;
  }
  .mobile\:mb-\[41px\] {
    margin-bottom: 41px;
  }
  .mobile\:mb-\[16px\] {
    margin-bottom: 16px;
  }
  .mobile\:mt-\[45px\] {
    margin-top: 45px;
  }
  .mobile\:mt-\[-1em\] {
    margin-top: -1em;
  }
  .mobile\:mb-\[17px\] {
    margin-bottom: 17px;
  }
  .mobile\:mt-\[38px\] {
    margin-top: 38px;
  }
  .mobile\:mb-\[29px\] {
    margin-bottom: 29px;
  }
  .mobile\:mt-\[34px\] {
    margin-top: 34px;
  }
  .mobile\:mb-\[58px\] {
    margin-bottom: 58px;
  }
  .mobile\:mb-\[66px\] {
    margin-bottom: 66px;
  }
  .mobile\:mb-\[37px\] {
    margin-bottom: 37px;
  }
  .mobile\:mb-\[34px\] {
    margin-bottom: 34px;
  }
  .mobile\:mr-\[5px\] {
    margin-right: 5px;
  }
  .mobile\:ml-\[5px\] {
    margin-left: 5px;
  }
  .mobile\:mb-\[19px\] {
    margin-bottom: 19px;
  }
  .mobile\:mb-\[49px\] {
    margin-bottom: 49px;
  }
  .mobile\:mb-\[57px\] {
    margin-bottom: 57px;
  }
  .mobile\:mb-\[45px\] {
    margin-bottom: 45px;
  }
  .mobile\:mb-\[50px\] {
    margin-bottom: 50px;
  }
  .mobile\:mt-\[24px\] {
    margin-top: 24px;
  }
  .mobile\:mb-\[15px\] {
    margin-bottom: 15px;
  }
  .mobile\:mb-\[89px\] {
    margin-bottom: 89px;
  }
  .mobile\:mb-\[80px\] {
    margin-bottom: 80px;
  }
  .mobile\:mt-\[3px\] {
    margin-top: 3px;
  }
  .mobile\:mb-\[55px\] {
    margin-bottom: 55px;
  }
  .mobile\:mb-\[68px\] {
    margin-bottom: 68px;
  }
  .mobile\:mt-\[13px\] {
    margin-top: 13px;
  }
  .mobile\:mb-\[106px\] {
    margin-bottom: 106px;
  }
  .mobile\:mb-\[14px\] {
    margin-bottom: 14px;
  }
  .mobile\:mb-\[78px\] {
    margin-bottom: 78px;
  }
  .mobile\:mt-\[27px\] {
    margin-top: 27px;
  }
  .mobile\:mb-\[76px\] {
    margin-bottom: 76px;
  }
  .mobile\:mt-\[43px\] {
    margin-top: 43px;
  }
  .mobile\:mb-\[47px\] {
    margin-bottom: 47px;
  }
  .mobile\:mb-\[22px\] {
    margin-bottom: 22px;
  }
  .mobile\:mb-\[7px\] {
    margin-bottom: 7px;
  }
  .mobile\:mt-\[7px\] {
    margin-top: 7px;
  }
  .mobile\:mt-\[40px\] {
    margin-top: 40px;
  }
  .mobile\:mt-\[-16px\] {
    margin-top: -16px;
  }
  .mobile\:ml-\[0\] {
    margin-left: 0;
  }
  .mobile\:mr-\[0\] {
    margin-right: 0;
  }
  .mobile\:mt-\[8px\] {
    margin-top: 8px;
  }
  .mobile\:mt-0 {
    margin-top: 0px;
  }
  .mobile\:mr-\[7px\] {
    margin-right: 7px;
  }
  .mobile\:ml-\[-8px\] {
    margin-left: -8px;
  }
  .mobile\:mr-\[11px\] {
    margin-right: 11px;
  }
  .mobile\:mb-\[11px\] {
    margin-bottom: 11px;
  }
  .mobile\:mr-\[9px\] {
    margin-right: 9px;
  }
  .mobile\:mt-\[1px\] {
    margin-top: 1px;
  }
  .mobile\:mr-\[4px\] {
    margin-right: 4px;
  }
  .mobile\:mt-\[31px\] {
    margin-top: 31px;
  }
  .mobile\:block {
    display: block;
  }
  .mobile\:inline {
    display: inline;
  }
  .mobile\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mobile\:hidden {
    display: none;
  }
  .mobile\:h-\[500px\] {
    height: 500px;
  }
  .mobile\:h-\[100vh\] {
    height: 100vh;
  }
  .mobile\:h-\[94px\] {
    height: 94px;
  }
  .mobile\:h-\[710px\] {
    height: 710px;
  }
  .mobile\:h-\[375px\] {
    height: 375px;
  }
  .mobile\:h-\[45px\] {
    height: 45px;
  }
  .mobile\:h-\[34px\] {
    height: 34px;
  }
  .mobile\:min-h-\[18px\] {
    min-height: 18px;
  }
  .mobile\:min-h-\[36px\] {
    min-height: 36px;
  }
  .mobile\:min-h-\[30px\] {
    min-height: 30px;
  }
  .mobile\:min-h-\[140px\] {
    min-height: 140px;
  }
  .mobile\:min-h-\[28px\] {
    min-height: 28px;
  }
  .mobile\:min-h-\[40px\] {
    min-height: 40px;
  }
  .mobile\:min-h-\[50px\] {
    min-height: 50px;
  }
  .mobile\:min-h-\[38px\] {
    min-height: 38px;
  }
  .mobile\:w-\[80px\] {
    width: 80px;
  }
  .mobile\:w-full {
    width: 100%;
  }
  .mobile\:w-\[100px\] {
    width: 100px;
  }
  .mobile\:w-\[200px\] {
    width: 200px;
  }
  .mobile\:w-\[55px\] {
    width: 55px;
  }
  .mobile\:w-\[12px\] {
    width: 12px;
  }
  .mobile\:w-\[130px\] {
    width: 130px;
  }
  .mobile\:w-\[45\.90163934426229\%\] {
    width: 45.90163934426229%;
  }
  .mobile\:w-\[21px\] {
    width: 21px;
  }
  .mobile\:w-\[25px\] {
    width: 25px;
  }
  .mobile\:w-auto {
    width: auto;
  }
  .mobile\:min-w-0 {
    min-width: 0px;
  }
  .mobile\:max-w-\[300px\] {
    max-width: 300px;
  }
  .mobile\:max-w-\[211px\] {
    max-width: 211px;
  }
  .mobile\:max-w-\[240px\] {
    max-width: 240px;
  }
  .mobile\:max-w-\[160px\] {
    max-width: 160px;
  }
  .mobile\:max-w-none {
    max-width: none;
  }
  .mobile\:max-w-\[302px\] {
    max-width: 302px;
  }
  .mobile\:max-w-\[220px\] {
    max-width: 220px;
  }
  .mobile\:translate-x-0 {
    --tw-translate-x: 0px;
    -webkit-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));
        -ms-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: 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));
  }
  .mobile\:translate-y-\[-34\%\] {
    --tw-translate-y: -34%;
    -webkit-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));
        -ms-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: 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));
  }
  .mobile\:translate-y-\[-51\%\] {
    --tw-translate-y: -51%;
    -webkit-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));
        -ms-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: 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));
  }
  .mobile\:translate-y-\[-29\%\] {
    --tw-translate-y: -29%;
    -webkit-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));
        -ms-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: 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));
  }
  .mobile\:flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mobile\:justify-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .mobile\:justify-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .mobile\:overflow-x-auto {
    overflow-x: auto;
  }
  .mobile\:border-b-0 {
    border-bottom-width: 0px;
  }
  .mobile\:border-t-0 {
    border-top-width: 0px;
  }
  .mobile\:border-t {
    border-top-width: 1px;
  }
  .mobile\:border-r-0 {
    border-right-width: 0px;
  }
  .mobile\:border-b {
    border-bottom-width: 1px;
  }
  .mobile\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .mobile\:px-\[10px\] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .mobile\:px-\[16px\] {
    padding-left: 16px;
    padding-right: 16px;
  }
  .mobile\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .mobile\:px-\[11px\] {
    padding-left: 11px;
    padding-right: 11px;
  }
  .mobile\:px-\[32px\] {
    padding-left: 32px;
    padding-right: 32px;
  }
  .mobile\:px-\[30px\] {
    padding-left: 30px;
    padding-right: 30px;
  }
  .mobile\:py-\[4px\] {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .mobile\:px-\[15px\] {
    padding-left: 15px;
    padding-right: 15px;
  }
  .mobile\:px-\[18px\] {
    padding-left: 18px;
    padding-right: 18px;
  }
  .mobile\:pt-\[91px\] {
    padding-top: 91px;
  }
  .mobile\:pl-\[20px\] {
    padding-left: 20px;
  }
  .mobile\:pt-\[61px\] {
    padding-top: 61px;
  }
  .mobile\:pb-\[44px\] {
    padding-bottom: 44px;
  }
  .mobile\:pt-\[87px\] {
    padding-top: 87px;
  }
  .mobile\:pt-\[51px\] {
    padding-top: 51px;
  }
  .mobile\:pt-\[41px\] {
    padding-top: 41px;
  }
  .mobile\:pb-\[40px\] {
    padding-bottom: 40px;
  }
  .mobile\:pt-\[99px\] {
    padding-top: 99px;
  }
  .mobile\:pl-\[55px\] {
    padding-left: 55px;
  }
  .mobile\:pt-\[35px\] {
    padding-top: 35px;
  }
  .mobile\:pt-\[94px\] {
    padding-top: 94px;
  }
  .mobile\:pt-\[46px\] {
    padding-top: 46px;
  }
  .mobile\:pt-\[89px\] {
    padding-top: 89px;
  }
  .mobile\:pb-\[56px\] {
    padding-bottom: 56px;
  }
  .mobile\:pb-\[19px\] {
    padding-bottom: 19px;
  }
  .mobile\:pt-0 {
    padding-top: 0px;
  }
  .mobile\:pt-\[24px\] {
    padding-top: 24px;
  }
  .mobile\:pt-\[5px\] {
    padding-top: 5px;
  }
  .mobile\:pb-\[14px\] {
    padding-bottom: 14px;
  }
  .mobile\:pt-\[27px\] {
    padding-top: 27px;
  }
  .mobile\:pb-\[31px\] {
    padding-bottom: 31px;
  }
  .mobile\:pt-\[23px\] {
    padding-top: 23px;
  }
  .mobile\:pt-\[30px\] {
    padding-top: 30px;
  }
  .mobile\:pb-\[23px\] {
    padding-bottom: 23px;
  }
  .mobile\:pt-\[33px\] {
    padding-top: 33px;
  }
  .mobile\:pb-\[26px\] {
    padding-bottom: 26px;
  }
  .mobile\:pt-\[48px\] {
    padding-top: 48px;
  }
  .mobile\:pb-\[16px\] {
    padding-bottom: 16px;
  }
  .mobile\:pt-\[32px\] {
    padding-top: 32px;
  }
  .mobile\:pb-\[30px\] {
    padding-bottom: 30px;
  }
  .mobile\:pb-\[20px\] {
    padding-bottom: 20px;
  }
  .mobile\:pt-\[13px\] {
    padding-top: 13px;
  }
  .mobile\:pb-\[10px\] {
    padding-bottom: 10px;
  }
  .mobile\:pb-\[9px\] {
    padding-bottom: 9px;
  }
  .mobile\:pr-\[28px\] {
    padding-right: 28px;
  }
  .mobile\:pt-\[300px\] {
    padding-top: 300px;
  }
  .mobile\:pt-\[11px\] {
    padding-top: 11px;
  }
  .mobile\:pb-\[12px\] {
    padding-bottom: 12px;
  }
  .mobile\:pt-\[52px\] {
    padding-top: 52px;
  }
  .mobile\:pb-\[24px\] {
    padding-bottom: 24px;
  }
  .mobile\:pl-\[46px\] {
    padding-left: 46px;
  }
  .mobile\:pr-0 {
    padding-right: 0px;
  }
  .mobile\:pt-\[63\.934426229508205\%\] {
    padding-top: 63.934426229508205%;
  }
  .mobile\:pt-\[56px\] {
    padding-top: 56px;
  }
  .mobile\:pb-\[54px\] {
    padding-bottom: 54px;
  }
  .mobile\:pt-\[67px\] {
    padding-top: 67px;
  }
  .mobile\:pt-\[40px\] {
    padding-top: 40px;
  }
  .mobile\:pb-\[50px\] {
    padding-bottom: 50px;
  }
  .mobile\:pl-0 {
    padding-left: 0px;
  }
  .mobile\:text-left {
    text-align: left;
  }
  .mobile\:text-center {
    text-align: center;
  }
  .mobile\:text-\[20px\] {
    font-size: 20px;
  }
  .mobile\:text-\[22px\] {
    font-size: 22px;
  }
  .mobile\:text-\[14px\] {
    font-size: 14px;
  }
  .mobile\:text-\[15px\] {
    font-size: 15px;
  }
  .mobile\:text-\[25px\] {
    font-size: 25px;
  }
  .mobile\:text-\[12px\] {
    font-size: 12px;
  }
  .mobile\:text-\[11px\] {
    font-size: 11px;
  }
  .mobile\:text-\[30px\] {
    font-size: 30px;
  }
  .mobile\:text-\[36px\] {
    font-size: 36px;
  }
  .mobile\:text-\[24px\] {
    font-size: 24px;
  }
  .mobile\:text-\[16px\] {
    font-size: 16px;
  }
  .mobile\:text-\[42px\] {
    font-size: 42px;
  }
  .mobile\:text-\[34px\] {
    font-size: 34px;
  }
  .mobile\:text-\[13px\] {
    font-size: 13px;
  }
  .mobile\:text-\[40px\] {
    font-size: 40px;
  }
  .mobile\:text-\[28px\] {
    font-size: 28px;
  }
  .mobile\:text-\[10px\] {
    font-size: 10px;
  }
  .mobile\:text-\[26px\] {
    font-size: 26px;
  }
  .mobile\:text-sm {
    font-size: 14px;
    line-height: 20px;
  }
  .mobile\:text-\[18px\] {
    font-size: 18px;
  }
  .mobile\:text-\[21px\] {
    font-size: 21px;
  }
  .mobile\:text-\[32px\] {
    font-size: 32px;
  }
  .mobile\:text-\[47px\] {
    font-size: 47px;
  }
  .mobile\:text-\[35px\] {
    font-size: 35px;
  }
  .mobile\:leading-\[2\.21\] {
    line-height: 2.21;
  }
  .mobile\:leading-\[1\.18\] {
    line-height: 1.18;
  }
  .mobile\:leading-\[1\.64\] {
    line-height: 1.64;
  }
  .mobile\:leading-\[1\.4\] {
    line-height: 1.4;
  }
  .mobile\:leading-\[1\.13\] {
    line-height: 1.13;
  }
  .mobile\:leading-\[1\.2\] {
    line-height: 1.2;
  }
  .mobile\:leading-\[2\] {
    line-height: 2;
  }
  .mobile\:leading-\[1\.33\] {
    line-height: 1.33;
  }
  .mobile\:leading-\[2\.14\] {
    line-height: 2.14;
  }
  .mobile\:leading-\[1\.27\] {
    line-height: 1.27;
  }
  .mobile\:leading-\[1\.78\] {
    line-height: 1.78;
  }
  .mobile\:leading-\[1\.6\] {
    line-height: 1.6;
  }
  .mobile\:leading-\[1\.14\] {
    line-height: 1.14;
  }
  .mobile\:leading-\[1\.75\] {
    line-height: 1.75;
  }
  .mobile\:leading-\[1\.5\] {
    line-height: 1.5;
  }
  .mobile\:leading-\[1\.66\] {
    line-height: 1.66;
  }
  .mobile\:leading-\[1\.42\] {
    line-height: 1.42;
  }
  .mobile\:leading-\[1\.31\] {
    line-height: 1.31;
  }
  .mobile\:tracking-normal {
    letter-spacing: 0em;
  }
  .mobile\:tracking-\[0\.27em\] {
    letter-spacing: 0.27em;
  }
  .mobile\:tracking-\[0\.49em\] {
    letter-spacing: 0.49em;
  }
  .mobile\:tracking-\[0\.2em\] {
    letter-spacing: 0.2em;
  }
  .mobile\:tracking-\[0\.22em\] {
    letter-spacing: 0.22em;
  }
  .mobile\:tracking-\[0\.1em\] {
    letter-spacing: 0.1em;
  }
  .mobile\:tracking-\[0\.11em\] {
    letter-spacing: 0.11em;
  }
  .mobile\:tracking-\[0\.12em\] {
    letter-spacing: 0.12em;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .tablet\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .tablet\:ml-0 {
    margin-left: 0px;
  }
  .tablet\:mt-\[10px\] {
    margin-top: 10px;
  }
  .tablet\:mt-\[12px\] {
    margin-top: 12px;
  }
  .tablet\:mt-\[24px\] {
    margin-top: 24px;
  }
  .tablet\:mb-\[11px\] {
    margin-bottom: 11px;
  }
  .tablet\:mr-\[40px\] {
    margin-right: 40px;
  }
  .tablet\:block {
    display: block;
  }
  .tablet\:w-full {
    width: 100%;
  }
  .tablet\:translate-y-\[-50\%\] {
    --tw-translate-y: -50%;
    -webkit-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));
        -ms-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: 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));
  }
  .tablet\:justify-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .tablet\:text-center {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .md\:ml-auto {
    margin-left: auto;
  }
  .md\:mr-\[-100px\] {
    margin-right: -100px;
  }
  .md\:mr-auto {
    margin-right: auto;
  }
  .md\:ml-\[-100px\] {
    margin-left: -100px;
  }
  .md\:mt-\[19px\] {
    margin-top: 19px;
  }
  .md\:mb-\[20px\] {
    margin-bottom: 20px;
  }
  .md\:mt-\[2px\] {
    margin-top: 2px;
  }
  .md\:mt-\[7px\] {
    margin-top: 7px;
  }
  .md\:mt-\[4px\] {
    margin-top: 4px;
  }
  .md\:inline-block {
    display: inline-block;
  }
  .md\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .md\:hidden {
    display: none;
  }
  .md\:min-h-\[600px\] {
    min-height: 600px;
  }
  .md\:w-\[350px\] {
    width: 350px;
  }
  .md\:w-\[315px\] {
    width: 315px;
  }
  .md\:w-\[30\%\] {
    width: 30%;
  }
  .md\:w-\[66\.42857142857143\%\] {
    width: 66.42857142857143%;
  }
  .md\:min-w-\[310px\] {
    min-width: 310px;
  }
  .md\:min-w-\[280px\] {
    min-width: 280px;
  }
  .md\:max-w-\[430px\] {
    max-width: 430px;
  }
  .md\:transform {
    -webkit-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));
        -ms-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: 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\:justify-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .md\:justify-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .md\:px-\[35px\] {
    padding-left: 35px;
    padding-right: 35px;
  }
  .md\:pl-\[11px\] {
    padding-left: 11px;
  }
  .md\:text-center {
    text-align: center;
  }
  .md\:text-\[18px\] {
    font-size: 18px;
  }
  .md\:tracking-\[0\.05em\] {
    letter-spacing: 0.05em;
  }
  .md\:shadow-xl {
    --tw-shadow: 4px 4px 9px 3px rgba(0, 0, 0, 0.15);
    --tw-shadow-colored: 4px 4px 9px 3px var(--tw-shadow-color);
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  .md\:duration-500 {
    -webkit-transition-duration: 500ms;
         -o-transition-duration: 500ms;
            transition-duration: 500ms;
  }
  .md\:hover\:bg-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
  .md\:hover\:bg-black:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  }
  .md\:hover\:text-black:hover {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }
  .md\:hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  .md\:hover\:opacity-75:hover {
    opacity: 0.75;
  }
  .group:hover .md\:group-hover\:scale-125 {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
    -webkit-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));
        -ms-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: 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));
  }
}
/*# sourceMappingURL=style.css.map */
