*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Helvetica, Arial, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.collapse {
  visibility: collapse;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mb-8 {
  margin-bottom: 2rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-full {
  width: 100%;
}
.max-w-\[640px\] {
  max-width: 640px;
}
.border-collapse {
  border-collapse: collapse;
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.border {
  border-width: 1px;
}
.italic {
  font-style: italic;
}
.underline {
  text-decoration-line: underline;
}
.line-through {
  text-decoration-line: line-through;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.outline {
  outline-style: solid;
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
@media screen and (min-width: 751px) {
  .sp_il,
  .sp_bl,
  .sp_ib,
  .tb_il,
  .tb_bl,
  .tb_ib {
    display: none;
  }
  .pc_hide {
    display: none;
  }
}
@media screen and (min-width: 751px) and (max-width: 1080px) {
  .tb_hide {
    display: none;
  }
  .tb_il {
    display: inline;
  }
  .tb_bl {
    display: block;
  }
  .tb_ib {
    display: inline-block;
  }
}
@media screen and (max-width: 751px) {
  .sp_hide {
    display: none;
  }
  .sp_il {
    display: inline;
  }
  .sp_bl {
    display: block;
  }
  .sp_ib {
    display: inline-block;
  }
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  background: transparent;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
}
body {
  line-height: 1.5;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
a {
  font-size: 100%;
  background: transparent;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
ins {
  color: #000;
  text-decoration: none;
  background-color: #ff9;
}
mark {
  color: #000;
  font-weight: bold;
  font-style: italic;
  background-color: #ff9;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  height: 1px;
  margin: 1em 0;
  padding: 0;
  display: block;
  border: 0;
  border-top: 1px solid #ccc;
}
input,
select {
  vertical-align: middle;
}
label {
  cursor: pointer;
}
h2.m_h2 {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  background: #fff;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 80px;
  padding: 10px 40px;
  position: relative;
  border: 5px solid #f84f4e;
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  h2.m_h2 {
    font-size: 1.25rem;
    padding: 8px 25px;
  }
}
h2.m_h2:after {
  content: '';
  background: #f84f4e;
  width: 50px;
  height: 30px;
  display: block;
  position: absolute;
  left: 50%;
  bottom: -30px;
  translate: -50% 0;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (max-width: 767px) {
  h2.m_h2:after {
    width: 30px;
    height: 20px;
    bottom: -20px;
  }
}
.m_menu {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: 20px;
  right: 40px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .m_menu {
    right: 20px;
  }
}
.m_menu ul li {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .m_menu ul li {
    margin-bottom: 5px;
  }
}
.m_menu ul li a {
  color: #444;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
  text-decoration: none;
  position: relative;
  transition: color, opacity;
  transition-duration: 0.5s;
}
@media screen and (max-width: 767px) {
  .m_menu ul li a {
    font-size: 0.9rem;
  }
}
.m_menu ul li a:after {
  content: '';
  width: 30px;
  height: 1;
  position: absolute;
  top: 8px;
  left: -45px;
  border-bottom: 1px solid #000;
  transform-origin: left bottom;
  transition: scale 0.4s;
  scale: 0;
}
.m_menu ul li a:hover {
  color: #000;
  text-decoration: none;
}
.m_menu ul li a.active {
  color: #111;
  font-weight: 800;
  scale: 1.1;
}
.m_menu ul li a.active:after {
  scale: 1;
}
.m_menu.white ul li a {
  color: #fff;
  transition: opacity 0.5s;
  opacity: 0.75;
}
.m_menu.white ul li a:after {
  border-bottom-color: #fff;
}
.m_menu.white ul li a:hover {
  opacity: 1;
}
.m_menu.white ul li a.active {
  opacity: 1;
}
#about {
  margin: 0 0 15vw 0;
  padding-top: 240px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #about {
    padding-top: 120px;
  }
}
#about h2 {
  font-size: 3rem;
  font-family: mizoletbokutoh, sans-serif;
  width: 90%;
  margin: 0 auto 80px auto;
}
@media screen and (max-width: 767px) {
  #about h2 {
    width: 75%;
    margin-left: 5%;
    font-size: 2.25rem;
  }
}
#about h2 img {
  width: 20%;
}
#about main {
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  #about main {
    width: 90%;
  }
}
#about main >div {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #about main >div {
    flex-direction: column;
  }
}
#about main >div .text {
  width: 50%;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #about main >div .text {
    width: 100%;
    order: 2;
  }
}
#about main >div .text.active p {
  translate: 0 0px;
  opacity: 1;
}
#about main >div .text.active p span:after {
  scale: 1 1;
}
#about main >div .text p {
  font-family: mizoletbokutoh, sans-serif;
  line-height: 2;
  margin-bottom: 40px;
  transition: opacity, translate;
  transition-duration: 0.75s;
  transition-timing-function: cubic-bezier(0.04, 0.72, 0.27, 1);
  translate: 0 100px;
  opacity: 0;
}
#about main >div .text p:last-child {
  margin-bottom: 0;
}
#about main >div .text p:nth-child(2) {
  transition-delay: 0.2s;
}
#about main >div .text p:nth-child(3) {
  transition-delay: 0.4s;
}
#about main >div .text p:nth-child(4) {
  transition-delay: 0.6s;
}
#about main >div .text p:nth-child(5) {
  transition-delay: 0.8s;
}
#about main >div .text p span {
  display: inline-block;
  position: relative;
}
#about main >div .text p span:after {
  content: '';
  background-image: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 49%, #ffeb61 50%, #ffeb61 100%);
  width: 100%;
  height: 30px;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  transform-origin: left bottom;
  transition: scale 2s 0.5s cubic-bezier(0, 0.7, 0.17, 1.01);
  scale: 0.1 1;
  mix-blend-mode: multiply;
}
#about main >div .photo {
  width: 40%;
  transition: translate, opacity;
  transition-duration: 2.5s;
  transition-timing-function: cubic-bezier(0.04, 0.72, 0.27, 1);
  opacity: 0;
}
@media screen and (max-width: 767px) {
  #about main >div .photo {
    width: 60%;
    margin-bottom: 20px;
    order: 1;
  }
}
#about main >div .photo.iv.active {
  translate: 0 0;
  opacity: 1;
}
#about main >div .photo img {
  width: 100%;
}
#about main >div.first .photo {
  translate: 100px 0;
}
#about main >div.second .photo {
  translate: -100px 0;
}
.bg_img {
  font-family: 'raleway', sans-serif;
  font-size: 2rem;
  text-decoration: none;
  background: #605950 url("../images/contact_bg.webp") center center no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  width: 100%;
  height: 20vw;
  padding: 10px;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .bg_img {
    height: 30vw;
    margin-top: 40px;
  }
}
.bg_img .link_area {
  width: 50%;
  display: flex;
  gap: 0 10px;
  position: absolute;
  left: 10px;
  bottom: 10px;
}
.bg_img .link_area a {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.7);
  letter-spacing: 1px;
}
.bg_img .link_area a:hover {
  color: #fff;
}
#contact {
  background-color: #605950;
  margin-top: 80px;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  #contact {
    padding-top: 40px;
  }
}
#contact h2 {
  text-align: center;
  font-family: 'raleway', sans-serif;
  font-size: 4rem;
  color: #fff;
  line-height: 1;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #contact h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
  }
}
#contact p {
  color: #fff;
  line-height: 2;
  width: 640px;
  margin: 0 auto 40px auto;
}
@media screen and (max-width: 767px) {
  #contact p {
    width: 80%;
    font-size: 0.9rem;
  }
}
#contact a.btn {
  color: #fff;
  font-size: 0.9rem;
  line-height: 1;
  letter-spacing: 1px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 10px 30px;
  display: block;
  border: 1px solid rgba(255,255,255,0.5);
  border-radius: 100px;
}
footer {
  text-align: center;
  background: #fff;
  padding: 40px;
  padding-bottom: 80px;
  position: relative;
}
@media screen and (max-width: 767px) {
  footer {
    background-size: 50vw;
    padding: 20px 0;
  }
}
footer .avex_logo {
  width: 36%;
  margin: 0 auto 10px auto;
}
@media screen and (max-width: 767px) {
  footer .avex_logo {
    width: 50%;
  }
}
footer .avex_logo img {
  width: 100%;
}
footer .kanshu {
  font-size: 1.25rem;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 1px;
  background: #004cad;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 8px 20px;
  border-radius: 20px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media screen and (max-width: 1080px) {
  footer .kanshu {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  footer .kanshu {
    font-size: 0.8rem;
    padding: 5px 10px;
  }
}
footer h1 {
  width: 720px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  footer h1 {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  footer h1 {
    width: 70%;
    margin-top: 4px;
  }
}
@keyframes btn_anim {
  0% {
    scale: 0;
  }
  100% {
    scale: 1;
  }
}
header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 10;
}
header.white h1 {
  filter: invert(1);
}
header h1 {
  margin: 10px 0 0 10px;
}
header h1 a {
  display: flex;
  align-items: center;
  font-family: mizoletbokutoh, sans-serif;
  gap: 0 10px;
}
header h1 img {
  width: 50px;
}
@media screen and (max-width: 767px) {
  header h1 img {
    width: 36px;
  }
}
#intro {
  background: #fff;
  width: 100svw;
  height: 100svh;
  display: grid;
  position: fixed;
  top: 0;
  place-items: center;
  z-index: 100;
}
#intro h1 {
  width: 20%;
  display: grid;
  position: relative;
  aspect-ratio: 1/1;
  place-items: center;
}
@media screen and (max-width: 1080px) {
  #intro h1 {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  #intro h1 {
    width: 55%;
  }
}
#intro h1 img {
  height: 60%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media screen and (max-width: 767px) {
  #intro h1 img {
    height: 60%;
  }
}
#intro h1 .ring {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  aspect-ratio: 1/1;
}
#intro h1 .ring_l {
  width: 100%;
  height: 100%;
  border: 4px solid #000;
}
#intro h1 .ring_s {
  width: 94%;
  top: 50%;
  left: 50%;
  border: 2px solid #000;
  translate: -50% -50%;
}
#intro h1 .otokonoko {
  width: 86%;
  height: auto;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media screen and (max-width: 767px) {
  #intro h1 .otokonoko {
    width: 82%;
    aspect-ratio: 1/1;
  }
}
#intro h1 .otokonoko.active {
  animation: otokonokoanim 18s linear infinite;
}
#intro h1 .otokonoko img {
  width: 100%;
  height: auto;
}
#intro h1 .since {
  width: 65%;
  height: auto;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media screen and (max-width: 767px) {
  #intro h1 .since {
    width: 65%;
  }
}
#intro.out {
  transition: opacity 1s;
  opacity: 0;
  pointer-events: none;
}
@keyframes otokonokoanim {
  0% {
    rotate: 0deg;
  }
  100% {
    rotate: 359deg;
  }
}
#movie {
  background: url("../images/movie_bg.webp") center center no-repeat;
  background-attachment: fixed;
  padding: 10vw 0;
}
#movie #movie_area {
  background: #ddd;
  width: 80%;
  max-width: 960px;
  margin: 0 auto;
  aspect-ratio: 16/9;
}
#news {
  margin: 20vw 0;
  display: grid;
  grid-template-columns: 60% auto;
  gap: 0 20px;
}
@media screen and (max-width: 767px) {
  #news {
    grid-template-columns: 40% auto;
  }
}
#news .title {
  background: #666 url("../images/news_bg.webp") center center;
  background-size: cover;
  background-blend-mode: multiply;
  height: 35vw;
}
@media screen and (max-width: 767px) {
  #news .title {
    background-color: #999;
    height: 60vw;
  }
}
#news .title h2 {
  font-size: 6rem;
  font-family: 'raleway', sans-serif;
  color: #fff;
  margin-left: 5%;
}
@media screen and (max-width: 767px) {
  #news .title h2 {
    font-size: 3rem;
  }
}
#news .list {
  display: grid;
  place-items: center;
}
@media screen and (max-width: 767px) {
  #news .list {
    padding-right: 5%;
  }
}
#news .list ul {
  display: grid;
  gap: 10px 0;
}
#news .list li {
  gap: 0 10px;
}
#news .list li span {
  font-family: 'Roboto', sans-serif;
  font-size: 0.8rem;
}
#present {
  padding-bottom: 10vw;
  overflow: hidden;
}
#present h2 {
  font-size: 2rem;
  font-family: mizoletbokutoh, sans-serif;
  width: 90%;
  max-width: 1080px;
  margin: 0 auto 40px auto;
}
#present p {
  text-align: left;
  line-height: 1.75;
  width: 90%;
  max-width: 1080px;
  margin: 0 auto 40px auto;
}
#present .cap {
  width: 80%;
  font-size: 0.8rem;
  text-align: right;
  max-width: 1080px;
  margin: 40px auto 0 auto;
}
#present .photo {
  width: 80%;
  max-width: 1080px;
  height: 30vw;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1080px) {
  #present .photo {
    width: 90%;
    height: 40vw;
  }
}
#present .photo img {
  width: 240px;
  display: block;
  position: absolute;
  border: 6px solid #fff;
  transition: translate, rotate, scale, opacity;
  transition-duration: 1.5s;
  transition-timing-function: cubic-bezier(0.04, 0.72, 0.27, 1);
  scale: 1.1;
  will-change: translate, rotate;
  box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
  opacity: 0;
}
@media screen and (max-width: 1080px) {
  #present .photo img {
    width: 180px;
  }
}
@media screen and (max-width: 767px) {
  #present .photo img {
    width: 90px;
    border-width: 4px;
  }
}
#present .photo img.v {
  width: 180px;
  aspect-ratio: 3/4;
}
@media screen and (max-width: 1080px) {
  #present .photo img.v {
    width: 140px;
  }
}
@media screen and (max-width: 767px) {
  #present .photo img.v {
    width: 70px;
  }
}
#present .photo img:nth-child(-n+5) {
  top: 0;
}
#present .photo img:nth-child(n+5) {
  bottom: 0;
}
#present .photo img:nth-child(1) {
  left: 0;
  translate: -50vw -20vw;
}
#present .photo img:nth-child(2) {
  left: 20%;
  transition-delay: 0.1s;
  translate: -50vw -10vw;
}
#present .photo img:nth-child(3) {
  left: 40%;
  transition-delay: 0.1s;
  translate: 0 -30vw;
}
#present .photo img:nth-child(4) {
  left: 60%;
  transition-delay: 0.2s;
  translate: 50vw 20vw;
}
#present .photo img:nth-child(5) {
  left: 80%;
  transition-delay: 0.2s;
  translate: 60vw -20vw;
}
#present .photo img:nth-child(6) {
  left: 0;
  transition-delay: 0.3s;
  translate: -60vw 20vw;
}
#present .photo img:nth-child(7) {
  left: 20%;
  transition-delay: 0.3s;
  translate: -60vw 40vw;
}
#present .photo img:nth-child(8) {
  left: 40%;
  transition-delay: 0.3s;
  translate: -40vw 50vw;
}
#present .photo img:nth-child(9) {
  left: 60%;
  transition-delay: 0.3s;
  translate: 60vw 60vw;
}
#present .photo img:nth-child(10) {
  left: 80%;
  transition-delay: 0.3s;
  translate: 70vw 40vw;
}
#present.active .photo img {
  scale: 1;
  translate: 0 0;
  opacity: 1;
}
#present.active .photo img:nth-child(1) {
  translate: 3vw 1vw;
  rotate: -10deg;
}
#present.active .photo img:nth-child(2) {
  translate: 3vw 1vw;
  rotate: 10deg;
}
#present.active .photo img:nth-child(3) {
  rotate: -30deg;
}
#present.active .photo img:nth-child(4) {
  rotate: 19deg;
}
#present.active .photo img:nth-child(5) {
  rotate: -20deg;
}
#present.active .photo img:nth-child(6) {
  translate: 7vw -1vw;
  rotate: -30deg;
}
#present.active .photo img:nth-child(7) {
  translate: 3vw -2vw;
  rotate: 12deg;
}
#present.active .photo img:nth-child(8) {
  translate: 4vw 0vw;
  rotate: 18deg;
}
#present.active .photo img:nth-child(9) {
  translate: 2vw -1vw;
  rotate: 6deg;
}
#present.active .photo img:nth-child(10) {
  translate: -3vw 0vw;
  rotate: 20deg;
}
#pricing {
  color: #000;
  padding: 40px 0;
  transition: translate, opacity;
  transition-duration: 0.8s;
  translate: 0 100px;
  will-change: translate, opacity;
  opacity: 0;
}
#pricing.active {
  translate: 0 0;
  opacity: 1;
}
#pricing ul {
  background: #fff;
  width: 90%;
  max-width: 960px;
  margin: 0 auto 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  grid-template-rows: auto auto auto;
}
@media screen and (max-width: 767px) {
  #pricing ul {
    grid-template-columns: 1fr;
    gap: 20px 0;
  }
}
#pricing ul li {
  text-align: center;
  padding: 40px;
  display: grid;
  border: 1px solid #e1dedb;
  grid-template-rows: subgrid;
  grid-row: span 4;
}
@media screen and (max-width: 767px) {
  #pricing ul li {
    padding: 20px;
  }
}
#pricing ul li:nth-child(1) {
  border-right-color: #f0eeed;
}
@media screen and (max-width: 767px) {
  #pricing ul li:nth-child(1) {
    order: 2;
  }
}
#pricing ul li:nth-child(2) {
  border-left: none;
  box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
}
@media screen and (max-width: 767px) {
  #pricing ul li:nth-child(2) {
    border: 1px solid #e1dedb;
    box-shadow: none;
    order: 1;
  }
}
#pricing ul li h3 {
  font-size: 1.25rem;
  font-weight: bold;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
#pricing ul li h3 span {
  font-size: 1rem;
  display: block;
}
#pricing ul li .price {
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  #pricing ul li .price {
    padding: 20px 0;
  }
}
#pricing ul li .price span {
  font-size: 2.5rem;
  font-family: 'Roboto', sans-serif;
}
@media screen and (max-width: 767px) {
  #pricing ul li .price span {
    font-size: 2rem;
  }
}
#pricing ul li .price span:after {
  font-size: 1rem;
  content: '円（税込）';
  margin-left: 6px;
}
@media screen and (max-width: 767px) {
  #pricing ul li .price span:after {
    content: '円';
    margin-left: 3px;
  }
  #pricing ul li .price {
    font-size: 2rem;
  }
}
#pricing ul li .price .tax {
  display: none;
}
@media screen and (max-width: 767px) {
  #pricing ul li .price .tax {
    display: block;
    font-size: 0.9rem;
  }
}
#pricing ul li .price .tax:before {
  content: '（税込）';
}
#pricing ul li a {
  color: #fff;
  background: #333;
  width: 90%;
  max-width: 150px;
  margin: 0 auto 10px;
  padding: 10px 20px;
  display: grid;
  border: 1px solid currentColor;
  border-radius: 5px;
  transition: background, color, border;
  transition-duration: 0.3s;
  place-items: center;
}
@media screen and (max-width: 767px) {
  #pricing ul li a {
    font-weight: bold;
    width: 100%;
    max-width: 120px;
  }
}
#pricing ul li a:hover {
  color: #333;
  background: #fff;
  border: 1px solid #333;
}
#pricing ul li .benefit {
  text-align: left;
  margin-bottom: 40px;
  display: grid;
  gap: 25px 0;
}
@media screen and (max-width: 767px) {
  #pricing ul li .benefit {
    margin-bottom: 20px;
    padding: 0 20px;
    gap: 15px 0;
  }
}
#pricing ul li .benefit div {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #pricing ul li .benefit div {
    text-align: left;
  }
}
#pricing ul li .benefit div h4 {
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #pricing ul li .benefit div h4 {
    text-align: left;
    margin-bottom: 5px;
  }
}
#pricing ul li .span {
  font-size: 0.8rem;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  #pricing ul li .span {
    margin-top: 0;
  }
}
#pricing .shipping {
  text-align: center;
  margin-top: 20px;
  font-size: 0.9rem;
}
body.privacy_policy header {
  position: static;
}
body.privacy_policy h2 {
  font-size: 2rem;
  font-family: mizoletbokutoh, sans-serif;
  text-align: center;
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  body.privacy_policy h2 {
    font-size: 1.5rem;
  }
}
body.privacy_policy p.ini {
  text-align: left;
  color: #605950;
  width: 80%;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  body.privacy_policy p.ini {
    margin: 0 auto 40px auto;
  }
}
@media screen and (max-width: 767px) {
  body.privacy_policy p.ini {
    text-align: left;
  }
}
body.privacy_policy ul {
  width: 80%;
  max-width: 800px;
  margin: 0 auto;
  display: grid;
}
body.privacy_policy ul li {
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  body.privacy_policy ul li {
    padding: 20px 0;
  }
}
body.privacy_policy ul li:last-child {
  border-bottom: none;
}
body.privacy_policy ul li h3 {
  font-size: 1.1rem;
  color: #48433c;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
body.privacy_policy ul li p {
  color: #605950;
}
#b_formula_dialog {
  width: 100vw;
  max-width: none;
  height: 100dvh;
  margin: 0;
  padding: 0;
  display: none;
  position: fixed;
  top: 50%;
  border: none;
  border-radius: 0;
  transform: translate(0, -50%);
  outline: none;
  z-index: 100;
}
#b_formula_dialog.active {
  display: block;
}
@media screen and (max-width: 767px) {
  #b_formula_dialog {
    height: auto;
    padding-bottom: 80px;
    position: relative;
    top: 0;
    transform: none;
  }
}
#b_formula_dialog .close {
  position: absolute;
  top: 11dvh;
  right: 11dvh;
  right: 10px;
  transition: opacity 0.4s;
  cursor: pointer;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  #b_formula_dialog .close {
    position: fixed;
    top: 10px;
    right: 10px;
  }
}
#b_formula_dialog .close:hover {
  opacity: 0.5;
}
#b_formula_dialog .close:after {
  content: '\e5cd';
  color: #fff;
  font-family: 'Material Symbols Outlined';
  line-height: 1;
  font-variation-settings: 'FILL' 0, 'wght' 100, 'GRAD' 0, 'opsz' 24;
  font-size: 2rem;
}
#b_formula_dialog .bg {
  background: rgba(255,255,255,0.75);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: none;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  z-index: 3;
}
#b_formula_dialog .inner {
  background: #fff;
  width: 100%;
  height: 80dvh;
  position: relative;
  top: 10dvh;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  #b_formula_dialog .inner {
    height: 100dvh;
    top: 0;
  }
}
#b_formula_dialog .inner .img {
  width: 100%;
  position: relative;
  transition: opacity 0.5s;
  will-change: opacity;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #b_formula_dialog .inner .img {
    height: 85vw;
    margin-bottom: 20px;
  }
}
#b_formula_dialog .inner .img:after {
  content: '';
  background-image: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 100%);
  width: 50%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media screen and (max-width: 767px) {
  #b_formula_dialog .inner .img:after {
    display: none;
  }
}
#b_formula_dialog .inner .img.active {
  opacity: 1;
}
#b_formula_dialog .inner .img.active img {
  scale: 1;
  filter: blur(0);
}
#b_formula_dialog .inner .img img {
  width: 100%;
  height: 100%;
  transition: scale 10s, filter 0.5s;
  scale: 1.1;
  will-change: scale, filter;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  filter: blur(50px);
  -o-object-fit: cover;
     object-fit: cover;
}
#b_formula_dialog .inner .c {
  width: 40%;
  max-width: 560px;
  height: 75%;
  padding-right: 4%;
  position: absolute;
  top: 15%;
  right: 0%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #b_formula_dialog .inner .c {
    width: 90%;
    height: auto;
    margin: 0 auto;
    position: static;
  }
}
#b_formula_dialog .inner .c .name {
  color: #fff;
}
@media screen and (max-width: 767px) {
  #b_formula_dialog .inner .c .name {
    color: #333;
  }
}
#b_formula_dialog .inner .c .name h3 {
  font-family: 'raleway', sans-serif;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  #b_formula_dialog .inner .c .name h3 {
    font-size: 2rem;
  }
}
#b_formula_dialog .inner .c .name .price {
  font-family: 'Roboto', sans-serif;
}
#b_formula_dialog .inner .c .caption,
#b_formula_dialog .inner .c p {
  color: #fff;
  font-size: 0.9rem;
}
@media screen and (max-width: 767px) {
  #b_formula_dialog .inner .c .caption,
  #b_formula_dialog .inner .c p {
    color: #333;
  }
}
#b_formula_dialog .inner .c h4 {
  font-size: 0.8rem;
  color: #fff;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #b_formula_dialog .inner .c h4 {
    color: #555;
  }
}
#b_formula_dialog .inner .c h4:after {
  content: '';
  width: 60%;
  margin-left: 10px;
  flex: 0 0 auto;
  border-bottom: 1px solid rgba(255,255,255,0.25);
}
#b_formula_dialog .inner .c div {
  color: #fff;
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #b_formula_dialog .inner .c div {
    color: #333;
  }
}
@keyframes focusCamera {
  0% {
    scale: 1.5;
    opacity: 0;
  }
  100% {
    scale: 1;
    opacity: 1;
  }
}
#product {
  padding: 160px 0;
}
@media screen and (max-width: 767px) {
  #product {
    padding: 0 0 80px 0;
  }
}
#product h2 {
  font-size: 4rem;
  text-align: center;
  font-family: 'raleway', sans-serif;
  letter-spacing: 2px;
  margin-bottom: 40px;
  transform: translate3d(0, 100px, 0);
  transition: transform 0.8s, opacity 0.8s;
  opacity: 0;
}
#product h2.active {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
@media screen and (max-width: 767px) {
  #product h2 {
    font-size: 2.5rem;
  }
}
#product >ul {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
  transform: translate3d(0, 100px, 0);
  transition: transform 0.8s, opacity 0.8s;
  opacity: 0;
}
#product >ul.active {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
#product >ul li {
  background-color: #f5f5f5;
  position: relative;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 40% auto;
}
@media screen and (max-width: 767px) {
  #product >ul li {
    display: block;
  }
}
#product >ul li .img {
  width: 100%;
  aspect-ratio: 1/1;
  clip-path: polygon(0 0, 100% 0, 65% 100%, 0 100%);
}
@media screen and (max-width: 767px) {
  #product >ul li .img {
    height: 80vw;
    clip-path: none;
  }
}
#product >ul li .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#product >ul li .c {
  padding: 40px;
}
#product >ul li .name h3 {
  font-size: 2rem;
  font-family: 'Roboto', sans-serif;
  line-height: 1;
  margin-bottom: 10px;
}
#product >ul li .name .price {
  font-size: 0.9rem;
}
#product >ul li .caption {
  font-size: 0.8rem;
  line-height: 1.9;
  letter-spacing: 0.25px;
  width: 82%;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  #product >ul li .caption {
    width: 100%;
    margin: 40px 0;
  }
}
#product >ul li .view_btn {
  background: #dedede;
  width: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: background 0.4s;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  aspect-ratio: 1/3;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #product >ul li .view_btn {
    background: none;
    width: 100%;
    margin-top: 20px;
    padding: 0;
    display: block;
    position: static;
    clip-path: none;
    aspect-ratio: auto;
    text-align: right;
  }
}
#product >ul li .view_btn span {
  line-height: 1;
  position: absolute;
  right: 5px;
  bottom: 10px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #product >ul li .view_btn span {
    letter-spacing: 1px;
    position: static;
  }
}
#product >ul li .view_btn span:after {
  content: '\e5cc';
  font-family: 'Material Symbols Outlined';
  margin-left: 3px;
  display: inline-block;
  position: relative;
  top: 3px;
  transition: translate 0.4s;
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 48;
}
#product >ul li .view_btn:hover {
  background: #555;
}
@media screen and (max-width: 767px) {
  #product >ul li .view_btn:hover {
    background: none;
  }
}
#product >ul li .view_btn:hover span {
  color: #fff;
}
@media screen and (max-width: 767px) {
  #product >ul li .view_btn:hover span {
    color: #555;
  }
}
#product >ul li .view_btn:hover span:after {
  translate: 4px 0;
}
body.rules header {
  position: static;
}
body.rules h2 {
  font-size: 2rem;
  font-family: mizoletbokutoh, sans-serif;
  text-align: center;
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  body.rules h2 {
    font-size: 1.5rem;
  }
}
body.rules p.ini {
  text-align: center;
  color: #605950;
  width: 80%;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  body.rules p.ini {
    margin: 0 auto 40px auto;
  }
}
@media screen and (max-width: 767px) {
  body.rules p.ini {
    text-align: left;
  }
}
body.rules ul {
  width: 80%;
  max-width: 800px;
  margin: 0 auto;
  display: grid;
}
body.rules ul li {
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  body.rules ul li {
    padding: 20px 0;
  }
}
body.rules ul li:last-child {
  border-bottom: none;
}
body.rules ul li h3 {
  font-size: 1.2rem;
  color: #48433c;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
body.rules ul li p {
  color: #605950;
}
#slide {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  #slide {
    padding: 40px 0;
  }
}
#slide h2 {
  text-align: center;
  font-family: mizoletbokutoh, sans-serif;
  font-size: 4rem;
  margin-bottom: 40px;
}
#slide .swiper-wrapper {
  height: auto;
  display: flex;
  transition-timing-function: linear;
}
#slide .swiper-wrapper .swiper-slide {
  width: 25%;
  height: 320px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  #slide .swiper-wrapper .swiper-slide {
    height: 160px;
  }
}
#slide .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#title {
  background: #e1dedb;
  height: 120vh;
  padding-top: 15vh;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1080px) {
  #title {
    height: 100vh;
  }
}
@media screen and (max-width: 767px) {
  #title {
    height: 100svh;
    padding-top: 20svh;
  }
}
#title #title_bg {
  background: #fff;
  width: 100%;
  height: 80vh;
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate3d(0, 0, 0);
  will-change: transform;
}
#title .inner {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  position: relative;
  will-change: transform;
  ransform: translateZ(0);
  z-index: 2;
}
@media screen and (max-width: 1080px) {
  #title .inner {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  #title .inner {
    width: 100%;
  }
}
#title h2 {
  font-size: 0.75rem;
  font-family: serif;
  letter-spacing: 2px;
  position: absolute;
  left: -10px;
  bottom: 0;
  transform-origin: left bottom;
  rotate: -90deg;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  #title h2 {
    display: none;
  }
}
#title .copy {
  width: 60%;
  position: absolute;
  top: 35vw;
  left: 7vw;
  transform: translateZ(0);
  transition: opacity 1s, translate 0.5s 1.5s cubic-bezier(0.06, 0.99, 0.62, 0.99);
  transition-duration: 1.5s;
  transition-delay: 1s;
  translate: 0 10vw;
  rotate: -10deg;
  will-change: transform;
  opacity: 0;
  z-index: 10;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media screen and (max-width: 1080px) {
  #title .copy {
    top: 55vw;
  }
}
@media screen and (max-width: 767px) {
  #title .copy {
    width: 75%;
    top: 66svh;
    left: 2%;
  }
}
#title .copy img {
  width: 100%;
}
#title.active .copy {
  translate: 0 0;
  opacity: 1;
}
#title.active ul li {
  translate: 0 0 !important;
  opacity: 1;
}
#title ul {
  height: 50vw;
  display: grid;
  grid-template-columns: repeat(5, 20%);
  gap: 0;
}
@media screen and (max-width: 1080px) {
  #title ul {
    height: 70vw;
  }
}
@media screen and (max-width: 767px) {
  #title ul {
    height: 60svh;
    grid-template-columns: repeat(4, 25%);
  }
}
#title ul img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#title ul li {
  transform: translateZ(0);
  transition: translate 3s, opacity 2s;
  will-change: transform, opacity;
  opacity: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
@media screen and (max-width: 767px) {
  #title ul li {
    transition: translate 2s, opacity 1s;
  }
}
#title ul li#ti1 {
  translate: 0 -10vw;
}
#title ul li#ti2 {
  translate: 0 10vw;
}
#title ul li#ti3 {
  translate: 0 -15vw;
}
#title ul li#ti4 {
  translate: 0 20vw;
}
#title ul li#ti5 {
  translate: 0 -25vw;
}
@media screen and (max-width: 767px) {
  #title ul li#ti5 {
    display: none;
  }
}
#title #sp_bg {
  display: none;
}
@media screen and (max-width: 767px) {
  #title #sp_bg {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(4, 25%);
    gap: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  #title #sp_bg div {
    overflow: hidden;
  }
  #title #sp_bg img {
    width: 100%;
    height: 100%;
    scale: 1.6;
    -o-object-fit: cover;
       object-fit: cover;
    filter: blur(6px) brightness(1) contrast(0.2);
  }
}
body.tokusho header {
  position: static;
}
body.tokusho h2 {
  font-size: 2rem;
  font-family: mizoletbokutoh, sans-serif;
  text-align: center;
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  body.tokusho h2 {
    font-size: 1.5rem;
  }
}
body.tokusho p.ini {
  text-align: center;
}
@media screen and (max-width: 1080px) {
  body.tokusho p.ini {
    margin: 0 auto 40px auto;
  }
}
@media screen and (max-width: 767px) {
  body.tokusho p.ini {
    width: 80%;
    text-align: left;
  }
}
body.tokusho ul {
  width: 80%;
  max-width: 800px;
  margin: 0 auto;
  display: grid;
}
body.tokusho ul li {
  padding: 30px 0;
  border-bottom: 1px solid rgba(209,205,200,0.5);
}
@media screen and (max-width: 767px) {
  body.tokusho ul li {
    padding: 20px 0;
  }
}
body.tokusho ul li:last-child {
  border-bottom: none;
}
body.tokusho ul li h3 {
  color: #48433c;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
body.tokusho ul li p {
  color: #605950;
}
html,
body {
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  overscroll-behavior: none;
  scroll-behavior: smooth;
}
@media screen and (max-width: 767px) {
  html,
  body {
    font-size: 14px;
  }
}
body {
  background: #fff;
}
body.fixed {
  width: 100%;
  position: fixed;
  top: 0;
}
.content {
  display: block;
}
picture {
  display: block;
}
@media (min-width: 768px) {

  .md\:w-1\/2 {
    width: 50%;
  }
}

/*# sourceMappingURL=index.css.map */
