@charset "UTF-8";
/* ======================================================================
 common style index
・reset
・variable
・mixin
・base
・utility
・component
・layout
====================================================================== */
/* ======================================================================
 common style index
・reset
・variable
・mixin
・base
・utility
・component
・layout
====================================================================== */
/*! destyle.css v1.0.15 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
/* ============================================ */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: var(--font-bold);
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 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: 60%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-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 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  --color-white: #ffffff;
  --color-ochre: #ffd16e;
  --color-light-ochre: #ffd271;
  --color-dark-ochre: #d8bd6b;
  --color-num-ochre: #d9bd6a;
  --color-line-ochre: #DABD69;
  --color-cta-sp-txt: #a86b07;
  --color-cta-tel-light-bg: #D99D40;
  --color-cta-tel-dark-bg: #A76907;
  --color-cta-light-bg: #d39e37;
  --color-cta-dark-bg: #bf8717;
  --color-cta-note-light-bg: #960000;
  --color-cta-note-dark-bg: #7c0000;
  --color-black: #000;
  --font-goth: "Noto Sans JP", sans-serif;
  --font-min: "Noto Serif JP", sans-serif;
  --font-en: "Courgette", sans-serif;
  --font-light: 300;
  --font-regular: 400;
  --font-medium: 500;
  --font-semibold: 600;
  --font-bold: 700;
  --font-extra-bold: 800;
  --font-black: 900;
}

/* ======================================================================
 base
====================================================================== */
html {
  font-size: 62.5%;
}

body {
  background-color: var(--color-black);
  color: var(--color-white);
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", YuMincho, serif;
  font-weight: var(--font-regular);
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  line-height: 1.6875;
}
body.active {
  overflow: hidden;
  overscroll-behavior: none;
}

@media screen and (min-width: 768px) {
  body {
    width: 100%;
  }
}
html, body {
  width: 100%;
  height: 100%;
}

* {
  backface-visibility: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* h1 - h6 */
h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
}

/* a */
a {
  text-decoration: none;
}

a:link {
  color: var(--color-black);
  cursor: pointer;
}

a:link[target=_blank] {
  /*display: flex;*/
}
@media screen and (max-width: 767px) {
  a:link[target=_blank] {
    display: inline-flex;
  }
}
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
a:visited {
  color: var(--color-white);
}

a:hover {
  color: var(--color-white);
}

a:active {
  color: var(--color-white);
}

a[href^=tel] {
  color: var(--color-white);
}

/* button */
button {
  display: block;
}

textarea {
  resize: vertical;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--color-white);
}

/* placeholder */
input:-moz-placeholder-shown, textarea:-moz-placeholder-shown {
  color: var(--color-placeholder-gray);
}

input:-moz-placeholder, textarea:-moz-placeholder {
  color: var(--color-placeholder-gray);
}

input:placeholder-shown, textarea:placeholder-shown {
  color: var(--color-placeholder-gray);
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: var(--color-placeholder-gray);
}

input:-moz-placeholder, textarea:-moz-placeholder {
  color: var(--color-placeholder-gray);
  opacity: 1;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: var(--color-placeholder-gray);
  opacity: 1;
}

input:focus:-moz-placeholder-shown, textarea:focus:-moz-placeholder-shown {
  color: var(--color-placeholder-gray);
}

input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
  color: var(--color-placeholder-gray);
}

input:focus:placeholder-shown, textarea:focus:placeholder-shown {
  color: var(--color-placeholder-gray);
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: var(--color-placeholder-gray);
}

input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
  color: var(--color-placeholder-gray);
  opacity: 1;
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  color: var(--color-placeholder-gray);
  opacity: 1;
}

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  color: var(--color-placeholder-gray);
}

img {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* ======================================================================
 layout
====================================================================== */
/* =================================
 l_content
================================= */
.l_content {
  position: relative;
}

/* =================================
 l_main
================================= */
/* =================================
 l_header 
================================= */
.l_header {
  position: absolute;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 31px;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
  padding: 23px 30px 0 35px;
  z-index: 11;
}
.l_header .header_curtain {
  display: none;
}
.l_header .header_inner {
  display: flex;
  align-items: center;
  flex-grow: 1;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 0 0 0;
}
.l_header .left_area {
  z-index: 2;
}
.l_header .left_area .nav_logo .link.l_header_logo {
  display: block;
}
.l_header .right_area {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-shrink: 0;
  gap: 40px;
}
.l_header .global_nav {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  min-width: 0;
}
.l_header .global_nav .global_nav_list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
  gap: 40px;
  font-weight: var(--font-bold);
  line-height: 1;
  white-space: nowrap;
  font-size: 14px;
}
.l_header .global_nav .global_nav_list .link {
  color: inherit;
  text-decoration: none;
}
.l_header .btn_area {
  display: flex;
  align-items: center;
}
.l_header .btn_area .contact_tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 7px;
}
.l_header .btn_area .contact_tel .contact_tel_txt {
  font-family: var(--font-goth);
  line-height: 1;
  font-size: 14px;
}
.l_header .btn_area .contact_tel .contact_tel_num {
  font-weight: var(--font-bold);
  font-size: 24px;
  line-height: 1;
  color: var(--color-ochre);
}
.l_header .btn_area .hambarger_btn {
  display: none;
}
.l_header .mirror_area {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .l_header .global_nav .global_nav_list .link:not(.special-link) {
    position: relative;
  }
  .l_header .global_nav .global_nav_list .link:not(.special-link)::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 1px;
    background-color: var(--color-white);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s ease;
  }
  .l_header .global_nav .global_nav_list .link:not(.special-link):hover::before {
    transform: scaleX(1);
    transform-origin: left;
  }
  .l_header .btn_area .l_header_cta {
    position: relative;
    isolation: isolate;
  }
  .l_header .btn_area .l_header_cta::after {
    content: "";
    position: absolute;
    inset: 2px;
    background: #fff;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .l_header .btn_area .l_header_cta:hover {
    color: var(--color-white);
  }
  .l_header .btn_area .l_header_cta:hover::after {
    opacity: 1;
  }
  .l_header .btn_area .l_header_cta:hover .l_header_cta_icon_mail img {
    content: url("../img/top/icon_mail_orage.svg");
  }
}
@media screen and (min-width: 1001px) {
  .l_header {
    gap: 2.21vw;
    padding: 1.64vw 2.14vw 0 2.5vw;
  }
  .l_header .header_inner {
    gap: 1.43vw;
    padding: 1vw 0 0 0;
  }
  .l_header .right_area {
    gap: 2.86vw;
  }
  .l_header .global_nav .global_nav_list {
    gap: 2.86vw;
    font-size: 0.904vw;
  }
  .l_header .btn_area .contact_tel {
    gap: 0.5vw;
  }
  .l_header .btn_area .contact_tel .contact_tel_txt {
    font-size: 0.904vw;
  }
  .l_header .btn_area .contact_tel .contact_tel_num {
    font-size: 1.549vw;
  }
  .l_header .mirror_area .mirror_img {
    width: 10.36vw;
    height: auto;
  }
}
@media screen and (max-width: 1000px) {
  .l_header {
    padding: 46px 15px 0;
  }
  .l_header .header_curtain {
    display: block;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 39px;
    z-index: 1;
    background-image: url("../img/top/header_curtain.webp");
    background-repeat: repeat-x;
    background-size: 1400px auto;
    background-position: left top;
  }
  .l_header .header_inner {
    justify-content: center;
    gap: 0;
    padding: 0;
  }
  .l_header .right_area {
    position: fixed;
    top: 46px;
    right: 0;
  }
  .l_header .global_nav {
    display: none;
  }
  .l_header .btn_area .contact_tel {
    display: none;
  }
  .l_header .btn_area .hambarger_btn {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 2;
    caret-color: white;
  }
  .l_header .btn_area .hambarger_btn .item {
    display: block;
    width: 30px;
    height: 2px;
    background-color: #fff;
  }
  .l_header .btn_area .hambarger_btn .open_btn,
  .l_header .btn_area .hambarger_btn .close_btn {
    position: absolute;
    inset: 0;
    display: flex; /* 常に flex */
    flex-direction: column;
    align-items: center;
    opacity: 0;
    visibility: visible;
    pointer-events: auto;
    transition: all 0.3s ease;
    border-radius: 10px 0px 0px 10px;
    background-color: var(--color-black);
  }
  .l_header .btn_area .hambarger_btn .open_btn {
    align-items: flex-end;
    padding: 15px 10px 0 0;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .l_header .btn_area .hambarger_btn .open_btn .item {
    transition: transform 0.3s;
  }
  .l_header .btn_area .hambarger_btn .open_btn .item + .item {
    margin: 7px 0 0 0;
  }
  .l_header .btn_area .hambarger_btn .open_btn .item:nth-child(3) {
    width: 15px;
  }
  .l_header .btn_area .hambarger_btn .open_btn.is-hide {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  .l_header .btn_area .hambarger_btn .close_btn {
    opacity: 0;
    justify-content: center;
  }
  .l_header .btn_area .hambarger_btn .close_btn .item {
    position: absolute;
    top: 24px;
    left: 10px;
  }
  .l_header .btn_area .hambarger_btn .close_btn .item:nth-child(1) {
    transform: rotate(45deg);
  }
  .l_header .btn_area .hambarger_btn .close_btn .item:nth-child(2) {
    transform: rotate(-45deg);
  }
  .l_header .btn_area .hambarger_btn .close_btn.is-show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .l_header .mirror_area {
    position: absolute;
    top: 24px;
    left: 11px;
  }
  .l_header .mirror_area .mirror_img {
    width: 70px;
    height: auto;
  }
}
/* =================================
 sp_menu — Bona：背景トーンをヘッダー寄りに調整
================================= */
.sp_menu {
  position: fixed;
  display: block;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
  padding: 130px 42px 20px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(100%);
  transition: transform 400ms ease, opacity 400ms ease, visibility 0s linear 400ms;
  transform-origin: right top;
  background-color: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.sp_menu.open {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0s, 0s, 0s;
}
.sp_menu .sp_menu_inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 45px;
}
.sp_menu .sp_nav_list_area {
  display: flex;
  text-align: center;
}
.sp_menu .sp_nav_list .item .link {
  display: block;
  padding: 15px 0;
  font-size: 18px;
  font-weight: var(--font-bold);
  line-height: 1.44;
  color: #fff;
}
.sp_menu .sp_nav_list .item.current .link {
  color: var(--color-line-ochre);
  font-weight: var(--font-bold);
}
.sp_menu .sp_cta_area {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.sp_menu .sp_cta_area .sp_cta_tel:link,
.sp_menu .sp_cta_area .sp_cta_tel:visited,
.sp_menu .sp_cta_area .sp_cta_tel:active {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 290px;
  height: 60px;
  padding: 20px;
  border-radius: 5px;
  background: linear-gradient(var(--color-cta-tel-light-bg) 0%, var(--color-cta-tel-dark-bg) 100%);
  font-weight: var(--font-bold);
  font-size: 18px;
  line-height: 1;
  text-align: center;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.2s;
}
.sp_menu .sp_cta_area .sp_cta_tel:link .sp_cta_tel_icon,
.sp_menu .sp_cta_area .sp_cta_tel:visited .sp_cta_tel_icon,
.sp_menu .sp_cta_area .sp_cta_tel:active .sp_cta_tel_icon {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  -o-object-fit: contain;
     object-fit: contain;
}
.sp_menu .sp_cta_area .sp_cta_tel_time {
  margin: 8px 0 0;
  font-family: var(--font-goth);
  font-size: 14px;
  line-height: 1.928;
  text-align: center;
}
.sp_menu .sp_cta_area .sp_cta_note_btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 290px;
  height: 60px;
  margin: 26px 0 0;
  padding: 20px;
  border-radius: 5px;
  background: linear-gradient(var(--color-cta-note-light-bg) 0%, var(--color-cta-note-dark-bg) 100%);
  font-weight: var(--font-bold);
  font-size: 18px;
  line-height: 1;
  text-align: center;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.2s;
}
.sp_menu .sp_cta_area .sp_cta_note_btn .sp_cta_note_btn_icon {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 21px;
  height: 26px;
  -o-object-fit: contain;
     object-fit: contain;
}

/* =================================
 l_footer
================================= */
.l_footer {
  background: #000;
  padding: 10px 20px;
  text-align: center;
}
.l_footer .footer_copy {
  font-family: var(--font-goth);
  font-size: 10px;
}

@media screen and (max-width: 767px) {
  .l_footer {
    padding: 4px 0;
  }
  .l_footer .footer_copy {
    font-size: 10px;
  }
}
/* ======================================================================
 utility
====================================================================== */
/* =================================
 layout
================================= */
.u_cf:after {
  display: block;
  clear: both;
  content: "";
}

@media screen and (min-width: 768px) {
  .u_pc {
    display: block;
  }
  .u_pc_i {
    display: inline;
  }
  .u_pc_ib {
    display: inline-block;
  }
  .u_pc_f {
    display: flex;
  }
  .u_pc_if {
    display: inline-flex;
  }
  .u_sp {
    display: none;
  }
  .u_sp_i, .u_sp_ib, .u_sp_f, .u_sp_if {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .u_pc {
    display: none;
  }
  .u_pc_i, .u_pc_ib, .u_pc_f, .u_pc_if {
    display: none;
  }
  .u_sp {
    display: block;
  }
  .u_sp_i {
    display: inline;
  }
  .u_sp_ib {
    display: inline-block;
  }
  .u_sp_f {
    display: flex;
  }
  .u_sp_if {
    display: inline-flex;
  }
}
/* =================================
 content_size
================================= */
.u_content_size {
  padding: 0;
  margin: 0 auto;
  width: 1100px;
}

@media screen and (max-width: 1100px) {
  .u_content_size {
    width: auto;
    margin: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .u_content_size {
    width: 100%;
    padding: 0 15px;
    margin: 0;
  }
}
/* =================================
 text weight
================================= */
.u_lighter {
  font-weight: lighter;
}

.u_bold {
  font-weight: bold;
}

/* =================================
 text align
================================= */
.u_ta_c {
  text-align: center;
}

.u_ta_r {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .u_ta_cl {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .u_ta_lc {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .u_ta_cr {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .u_ta_cr {
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .u_ta_rc {
    text-align: right;
  }
}
@media screen and (min-width: 768px) {
  .u_ta_rc {
    text-align: center;
  }
}
/* =================================
 hover animation
================================= */
.u_hover_1 {
  transition: opacity 0.3s;
}

@media screen and (min-width: 1025px) {
  .u_hover_1:hover {
    opacity: 0.7;
  }
}
/* ======================================================================

 title

====================================================================== */
.c_ttl_1 {
  font-weight: var(--font-medium);
  font-size: 50px;
  text-align: center;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.35);
}

@media screen and (max-width: 767px) {
  .c_ttl_1 {
    font-size: 32px;
  }
}
.c_ef_ttl_1 .c_ef_ttl_child {
  transform: perspective(1000px) translate3d(0, 50%, 0);
  opacity: 0;
  overflow: hidden;
}
.c_ef_ttl_1 .c_ef_ttl_parent {
  transform: perspective(1000px) translate3d(0, 35%, 0);
  overflow: hidden;
}
.c_ef_ttl_1 .c_ef_ttl_parent .c_ef_ttl_main,
.c_ef_ttl_1 .c_ef_ttl_parent .c_ef_ttl_sub {
  transform-origin: center 60%;
  transform: perspective(1000px) translate3d(0, 35%, 0) rotateX(-180deg);
  opacity: 0;
  overflow: hidden;
}
.c_ef_ttl_1.is-active .c_ef_ttl_child {
  transform: perspective(1000px) translateZ(0);
  opacity: 1;
  transition: transform 0.4s cubic-bezier(0.5, 1, 0.89, 1), opacity 0.4s;
  transition-delay: 0.6s;
}
.c_ef_ttl_1.is-active .c_ef_ttl_parent {
  transform: perspective(1000px) translateZ(0);
  transition: transform 1s cubic-bezier(0.45, 0, 0.55, 1);
}
.c_ef_ttl_1.is-active .c_ef_ttl_parent .c_ef_ttl_ml_main,
.c_ef_ttl_1.is-active .c_ef_ttl_parent .c_ef_ttl_sub {
  transform: perspective(1000px) translateZ(0);
  opacity: 1;
  transition: transform 0.8s cubic-bezier(0.45, 0, 0.55, 1), background-position 1.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
}

/* ======================================================================

 button

====================================================================== */
/* ======================================================================

 area

====================================================================== */
/* ======================================================================

 sec

====================================================================== */
/* ======================================================================

 js

====================================================================== */
.js-fade {
  opacity: 0;
  filter: blur(10px);
  /* js-fade: text/block blur fade based on reference item timing */
  transition: opacity 0.5s cubic-bezier(0.57, 0, 0.26, 1) 0.2s, filter 0.5s cubic-bezier(0.57, 0, 0.26, 1) 0.2s;
}

.js-fade.is-active {
  opacity: 1;
  filter: blur(0);
}

.js-fade-img {
  opacity: 0;
  filter: blur(18px);
  /* js-fade-img: image blur fade based on ZEROTOKYO filter timing */
  transition: opacity 0.5s cubic-bezier(0.57, 0, 0.26, 1) 0.2s, filter 0.5s cubic-bezier(0.57, 0, 0.26, 1) 0.2s;
}

.js-fade-img.is-show {
  opacity: 1;
  filter: blur(0);
}

.js-parallax {
  will-change: transform;
}

.js-fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.5s;
}

.js-fade-up.is-active {
  opacity: 1;
  transform: translateY(0);
}

.js-fade-op {
  opacity: 0;
  transition: opacity 1.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.5s;
}

.js-fade-op.js-fade-op--fast {
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

.js-fade-op.is-active {
  opacity: 1;
}

.c_ef_img .c_ef_img_line {
  position: relative;
  display: block;
  overflow: hidden;
  display: block;
}

.c_ef_img .c_ef_img_line::before {
  position: absolute;
  top: -2px;
  left: 0;
  width: calc(100% + 1px);
  height: calc(100% + 4px);
  content: "";
  background-color: #fff;
  will-change: auto;
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 1;
  transition-delay: 0.9s;
}

.c_ef_img.is-active .c_ef_img_line::before {
  transform: scaleX(0);
  transform-origin: right top;
}

.js-fade-scale span {
  display: inline-block;
  transition: scale 0.3s cubic-bezier(0.62, 0.185, 0.265, 1.55);
  white-space: pre;
  scale: 0;
  transform-origin: 50% 100%;
  transition-delay: calc(0.125s * var(--i));
}
.js-fade-scale.js-fade-scale--delay span {
  transition-delay: calc(0.5s + 0.1s * var(--i));
}
.js-fade-scale.is-active span {
  scale: 1;
}