*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

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

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

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

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

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

select::-ms-expand {
  display: none;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

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

template {
  display: none;
}

[hidden] {
  display: none;
}

body {
  line-height: 1.7;
  font-size: 0.875rem;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1rem;
  }
}

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

.u_d_none {
  display: none !important;
}

.u_d_inline {
  display: inline !important;
}

.u_d_inline_block {
  display: inline-block !important;
}

.u_d_block {
  display: block !important;
}

.u_d_flex {
  display: flex !important;
}

@media screen and (min-width: 390px) {
  .u_d_xs_none {
    display: none !important;
  }
  .u_d_xs_inline {
    display: inline !important;
  }
  .u_d_xs_inline_block {
    display: inline-block !important;
  }
  .u_d_xs_block {
    display: block !important;
  }
  .u_d_xs_flex {
    display: flex !important;
  }
}
@media screen and (min-width: 768px) {
  .u_d_md_none {
    display: none !important;
  }
  .u_d_md_inline {
    display: inline !important;
  }
  .u_d_md_inline_block {
    display: inline-block !important;
  }
  .u_d_md_block {
    display: block !important;
  }
  .u_d_md_flex {
    display: flex !important;
  }
}
@media screen and (min-width: 1221px) {
  .u_d_lg_none {
    display: none !important;
  }
  .u_d_lg_inline {
    display: inline !important;
  }
  .u_d_lg_inline_block {
    display: inline-block !important;
  }
  .u_d_lg_block {
    display: block !important;
  }
  .u_d_lg_flex {
    display: flex !important;
  }
}
.fw_400 {
  font-weight: 400 !important;
}

.fw_500 {
  font-weight: 500 !important;
}

.fw_700 {
  font-weight: 700 !important;
}

.fw_900 {
  font-weight: 900 !important;
}

#header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  padding: 12px 0;
  background: #fff;
  transition: all 0.3s;
}
#header.active {
  transition: all 0.3s;
}

@media screen and (min-width: 768px) {
  .header {
    height: 176px;
  }
}
@media screen and (min-width: 768px) {
  .header.fixed {
    height: 80px;
    transition: all 0.3s;
  }
}
@media screen and (min-width: 768px) {
  .header.fixed .header_brand__logo {
    max-width: 44px;
  }
}
.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  padding: 0 15px 0 12px;
}
@media screen and (min-width: 768px) {
  .header .container {
    height: 100%;
    padding: 0 clamp(
        1.25rem,
        15vw + -13.75rem,
        4.25rem
    ) 0 clamp(
        1.25rem,
        7.5vw + -6.25rem,
        2.75rem
    );
  }
}
.header_brand {
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  .header_brand {
    margin-right: clamp(
        0.25rem,
        2.380952381vw + -0.8928571429rem,
        1.25rem
    );
  }
}
.header_brand__logo {
  width: 100%;
  max-width: 131px;
}
@media screen and (min-width: 768px) {
  .header_brand__logo {
    transition: all 0.3s;
    max-width: clamp(
        2.75rem,
        4.9107142857vw + 0.3928571429rem,
        4.8125rem
    );
  }
}
.header_brand__logo__link {
  display: block;
}
@media screen and (min-width: 768px) {
  .header_brand__logo__link {
    transition: all 0.5s;
  }
  .header_brand__logo__link:hover {
    opacity: 0.7;
  }
}

.footer {
  padding: 35px 0 24px;
  background-color: #000;
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 95px 0 51px;
  }
}
@media screen and (min-width: 768px) {
  .footer .container {
    max-width: 1360px;
  }
}
.footer_menu01 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px 20px;
}
@media screen and (min-width: 768px) {
  .footer_menu01 {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px 33px;
  }
}
.footer_menu01__item .link {
  position: relative;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.1em;
  line-height: 1.25;
  font-size: 0.70875rem;
}
@media screen and (min-width: 768px) {
  .footer_menu01__item .link {
    font-size: 1.151875rem;
    transition: all 0.5s;
  }
  .footer_menu01__item .link:hover {
    opacity: 0.7;
  }
  .footer_menu01__item .link:hover::after {
    opacity: 0;
  }
}
.footer_menu01__item .link::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .footer_menu01__item .link::after {
    transition: all 0.5s;
    bottom: 1px;
  }
}
.footer_menu02 {
  display: flex;
  justify-content: center;
  margin: 33px auto 0;
  gap: 21px 0;
}
@media screen and (min-width: 768px) {
  .footer_menu02 {
    gap: 10px 0;
    max-width: 830px;
    margin-top: 67px;
  }
}
.footer_menu02__item {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  border-right: solid 1px #fff;
  padding: 4px 5px;
}
@media screen and (min-width: 768px) {
  .footer_menu02__item {
    padding: 7px 5px 9px;
  }
}
.footer_menu02__item .link {
  display: inline-block;
  line-height: 1.2;
  color: #fff;
  text-decoration: none;
  text-underline-offset: 1px;
  font-size: 0.593125rem;
  font-weight: 400;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .footer_menu02__item .link {
    letter-spacing: 0.3em;
    font-size: 1.23rem;
    transition: all 0.5s;
  }
  .footer_menu02__item .link:hover {
    opacity: 0.7;
  }
}
.footer_menu02__item:first-child {
  border-left: solid 1px #fff;
}
.footer_copyright {
  color: #fff;
  text-align: center;
  font-family: "din-condensed", sans-serif;
  font-size: 0.575625rem;
  font-weight: 300;
  letter-spacing: 0.094em;
  margin-top: 19px;
}
@media screen and (min-width: 768px) {
  .footer_copyright {
    font-size: 1.32875rem;
    margin-top: 79px;
  }
}

#to_top {
  position: fixed;
  background: #000;
  cursor: pointer;
  width: 45px;
  height: 45px;
  right: 15px;
  bottom: 20px;
  z-index: 10;
  display: none;
  border: solid 1px #fff;
}
@media screen and (min-width: 768px) {
  #to_top {
    border: solid 2px #fff;
    transition: all 0.5s;
    width: 60px;
    height: 60px;
  }
  #to_top:hover {
    opacity: 0.7;
  }
}
#to_top::after {
  position: absolute;
  content: "";
  top: 59%;
  padding: 5px;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  border-right: solid 2px #fff;
  border-top: solid 2px #fff;
}
@media screen and (min-width: 768px) {
  #to_top::after {
    padding: 7px;
    top: 59%;
  }
}

/**************** Animation time *********************/
[data-delay="0.1s"] {
  transition-delay: 0.1s;
}

[data-delay="0.2s"] {
  transition-delay: 0.2s;
}

[data-delay="0.3s"] {
  transition-delay: 0.3s;
}

[data-delay="0.4s"] {
  transition-delay: 0.4s;
}

[data-delay="0.5s"] {
  transition-delay: 0.5s;
}

[data-delay="0.6s"] {
  transition-delay: 0.6s;
}

[data-delay="0.7s"] {
  transition-delay: 0.7s;
}

[data-delay="0.8s"] {
  transition-delay: 0.8s;
}

[data-delay="0.9s"] {
  transition-delay: 0.9s;
}

[data-delay="1s"] {
  transition-delay: 1s;
}

[data-delay="1.1s"] {
  transition-delay: 1.1s;
}

[data-delay="1.2s"] {
  transition-delay: 1.2s;
}

[data-delay="1.3s"] {
  transition-delay: 1.3s;
}

[data-delay="1.4s"] {
  transition-delay: 1.4s;
}

[data-delay="1.5s"] {
  transition-delay: 1.5s;
}

[data-delay="1.6s"] {
  transition-delay: 1.6s;
}

[data-delay="1.7s"] {
  transition-delay: 1.7s;
}

[data-delay="1.8s"] {
  transition-delay: 1.8s;
}

[data-delay="1.9s"] {
  transition-delay: 1.9s;
}

[data-delay="2s"] {
  transition-delay: 2s;
}

[data-delay="2.1s"] {
  transition-delay: 2.1s;
}

[data-delay="2.2s"] {
  transition-delay: 2.2s;
}

[data-delay="2.3s"] {
  transition-delay: 2.3s;
}

[data-delay="2.4s"] {
  transition-delay: 2.4s;
}

[data-delay="2.5s"] {
  transition-delay: 2.5s;
}

[data-delay="2.6s"] {
  transition-delay: 2.6s;
}

[data-delay="2.7s"] {
  transition-delay: 2.7s;
}

[data-delay="2.8s"] {
  transition-delay: 2.8s;
}

[data-delay="2.9s"] {
  transition-delay: 2.9s;
}

[data-delay="3s"] {
  transition-delay: 3s;
}

[data-delay="3.1s"] {
  transition-delay: 3.1s;
}

[data-delay="3.2s"] {
  transition-delay: 3.2s;
}

[data-delay="3.3s"] {
  transition-delay: 3.3s;
}

[data-delay="3.4s"] {
  transition-delay: 3.4s;
}

[data-delay="3.5s"] {
  transition-delay: 3.5s;
}

.js_inview[data-interaction="1s"] {
  transition-duration: 1s;
}

.js_inview[data-interaction="1.5s"] {
  transition-duration: 1.5s;
}

.js_inview[data-interaction="2s"] {
  transition-duration: 2s;
}

.js_inview {
  opacity: 0;
  transition-property: opacity, transform;
  transition-timing-function: ease-out;
  transition-duration: 1s;
}

.fadeup {
  transform: translate3d(0, 50px, 0);
}

.fadedown {
  transform: translate3d(0, -50px, 0);
}

.faderight {
  transform: translate3d(100%, 0, 0);
}

.fadeupright {
  transform: translate3d(100%, -100%, 0);
}

.fadeleft {
  transform: translate3d(-100%, 0, 0);
}

.fadeupleft {
  transform: translate3d(-100%, -100%, 0);
}

.is_show.js_inview {
  opacity: 1;
  transform: none !important;
}

/*cookie*/
.cookie_wrap {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #000;
  color: #fff;
  z-index: 30;
  padding: 10px 0;
}
.cookie_container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1200px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .cookie_container {
    flex-wrap: nowrap;
  }
}
.cookie_txt {
  width: 100%;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .cookie_txt {
    width: 75%;
    padding-right: 15px;
  }
}
.cookie_txt a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
@media screen and (min-width: 768px) {
  .cookie_txt a {
    transition: all 0.5s;
  }
  .cookie_txt a:hover {
    text-decoration: none;
  }
}
.cookie_close {
  width: 90%;
  margin: 10px auto 0;
}
@media screen and (min-width: 768px) {
  .cookie_close {
    margin-top: 0;
    flex-shrink: 0;
    width: 25%;
  }
}
.cookie_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 5px 10px 6px;
  text-decoration: none;
  border: solid 2px #000;
  background: #fff;
  color: #000;
}
@media screen and (min-width: 768px) {
  .cookie_btn {
    transition: all 0.5s;
    padding: 10px 10px 11px;
  }
  .cookie_btn:hover {
    color: #fff;
    border: solid 2px #fff;
    background: #000;
  }
}

html.is_loading #loading {
  opacity: 1;
  pointer-events: all;
}

html.is_loading body {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

#loading {
  position: fixed;
  z-index: 9999;
  top: 0;
  width: 100%;
  height: 100vh;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  background-color: #000;
  opacity: 0;
  transition: opacity 500ms linear 2000ms;
}
@media screen and (min-width: 768px) {
  #loading {
    zoom: 150%;
  }
}

.loading {
  position: relative;
  display: inline-block;
  height: 50px;
  width: 50px;
  animation: spin 2.75s infinite linear;
}
.loading__dot {
  position: absolute;
  height: 100%;
  width: 30%;
}
.loading__dot::after {
  content: "";
  position: absolute;
  height: 0%;
  width: 100%;
  padding-bottom: 100%;
  background-color: white;
  border-radius: 50%;
}
.loading__dot:nth-child(1) {
  bottom: 5%;
  left: 0;
  transform: rotate(60deg);
  transform-origin: 50% 85%;
}
.loading__dot:nth-child(1)::after {
  bottom: 0;
  left: 0;
  animation: wobble1 1.1s infinite ease-in-out;
  animation-delay: -0.33s;
}
.loading__dot:nth-child(2) {
  bottom: 5%;
  right: 0;
  transform: rotate(-60deg);
  transform-origin: 50% 85%;
}
.loading__dot:nth-child(2)::after {
  bottom: 0;
  left: 0;
  animation: wobble1 1.1s infinite -0.165s ease-in-out;
}
.loading__dot:nth-child(3) {
  bottom: -5%;
  left: 0;
  transform: translateX(116.666%);
}
.loading__dot:nth-child(3)::after {
  top: 0;
  left: 0;
  animation: wobble2 1.1s infinite ease-in-out;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes wobble1 {
  0%, 100% {
    transform: translateY(0%) scale(1);
    opacity: 1;
  }
  50% {
    transform: translateY(-66%) scale(0.65);
    opacity: 0.8;
  }
}
@keyframes wobble2 {
  0%, 100% {
    transform: translateY(0%) scale(1);
    opacity: 1;
  }
  50% {
    transform: translateY(66%) scale(0.65);
    opacity: 0.8;
  }
}
.nav {
  display: none;
  position: fixed;
  left: 0;
  top: 56px;
  height: calc(100% - 56px);
  z-index: 200;
  width: 100%;
  background: #fff;
  padding: 60px 20px;
  overflow-y: auto;
  overflow-x: hidden;
}
@media screen and (min-width: 768px) {
  .nav {
    position: relative;
    display: inherit;
    border: 0;
    width: auto;
    height: auto;
    padding: 0;
    top: 0;
    left: 0;
    background: none;
    overflow-y: inherit;
    overflow-x: inherit;
  }
}
@media screen and (min-width: 768px) {
  .nav_wrap {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .nav_menu {
    display: flex;
    align-items: center;
  }
}
.nav_menu__item {
  position: relative;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .nav_menu__item {
    margin-bottom: 0;
    margin-right: clamp(
        1.875rem,
        0.8928571429vw + 1.4464285714rem,
        2.25rem
    );
  }
  .nav_menu__item:last-child {
    margin-bottom: 0;
    margin-right: 0;
  }
}
.nav_menu__item .link {
  position: relative;
  color: #000;
  text-decoration: none;
  font-weight: 400;
  display: inline-block;
  line-height: 1.5;
  font-size: 0.875rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .nav_menu__item .link {
    letter-spacing: 0.1em;
    font-size: clamp(
        0.875rem,
        0.869047619vw + 0.4578571429rem,
        1.24rem
    );
    transition: all 0.5s;
  }
  .nav_menu__item .link:hover {
    opacity: 0.7;
  }
  .nav_menu__item .link:hover::after {
    opacity: 0;
  }
}
.nav_menu__item .link::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  .nav_menu__item .link::after {
    bottom: clamp(
        0rem,
        0.2976190476vw + -0.1428571429rem,
        0.125rem
    );
  }
}

.nav_hamburger {
  position: relative;
  width: 32px;
  height: 32px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .nav_hamburger {
    display: none;
  }
}
.nav_hamburger.active .nav_hamburger__line {
  background-color: transparent;
}
.nav_hamburger.active .nav_hamburger__line::before, .nav_hamburger.active .nav_hamburger__line::after {
  margin-top: 0;
  transition: all 0.5s;
}
.nav_hamburger.active .nav_hamburger__line::before {
  transform: rotate(45deg);
}
.nav_hamburger.active .nav_hamburger__line::after {
  transform: rotate(-45deg);
}
.nav_hamburger__line {
  display: block;
  margin: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
  transition: all 0.5s;
  position: relative;
}
.nav_hamburger__line::before, .nav_hamburger__line::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000;
  transition: all 0.5s;
}
.nav_hamburger__line::before {
  margin-top: -8px;
}
.nav_hamburger__line::after {
  margin-top: 8px;
}

.c_btn01 {
  position: relative;
  z-index: 1;
}
.c_btn01__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #000;
  border: solid 1px #000;
  color: #fff;
  letter-spacing: 0.05em;
  font-family: "din-condensed", sans-serif;
  font-weight: 300;
  font-size: 1.09375rem;
  line-height: 1.3;
  text-decoration: none;
  border-radius: 4.1291px;
  padding: 4px 0 2px;
}
@media screen and (min-width: 768px) {
  .c_btn01__link {
    padding: 5px 10px 1px;
    border-radius: 10px;
    transition: all 0.5s;
    font-size: 1.81625rem;
  }
  .c_btn01__link:hover {
    opacity: 0.7;
  }
}
.c_btn01__link::after {
  position: absolute;
  content: "";
  right: 6px;
  padding: 4px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
@media screen and (min-width: 768px) {
  .c_btn01__link::after {
    padding: 4px;
    right: 20px;
  }
}

.c_ttl01 {
  text-align: center;
  font-family: "din-condensed", sans-serif;
  font-weight: 300;
  font-size: 1.86rem;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #231815;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .c_ttl01 {
    font-size: 3.720625rem;
  }
}

.c_txt01 {
  color: #505050;
  font-weight: 400;
  font-size: 0.885625rem;
  line-height: 1.8002822865;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  .c_txt01 {
    font-size: 1.32875rem;
    letter-spacing: 0.139em;
    line-height: 1.8668861712;
  }
}

.c_txt_link01 .link {
  font-family: "din-condensed", sans-serif;
  font-weight: 300;
  letter-spacing: 0.05em;
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c_txt_link01 .link {
    font-size: 1.81625rem;
  }
  .c_txt_link01 .link:hover::after {
    opacity: 0;
  }
}
.c_txt_link01 .link::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  bottom: 5px;
  background-color: #000;
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  .c_txt_link01 .link::after {
    bottom: 12px;
  }
}

.c_txt_link02 {
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .c_txt_link02:hover::after {
    opacity: 0;
  }
}
.c_txt_link02::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  .c_txt_link02::after {
    bottom: 6px;
  }
}

.c_block01 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .c_block01 {
    flex-direction: row;
    min-height: clamp(
        29.375rem,
        13.4548611111vw + 22.9166666667rem,
        39.0625rem
    );
  }
}
.c_block01__main {
  position: relative;
  width: 100%;
  z-index: 1;
  margin-top: 43px;
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .c_block01__main {
    margin-top: 0;
    padding: 0;
  }
}
.c_block01__ttl {
  color: #231815;
  font-weight: 700;
  font-size: 1.583125rem;
  line-height: 1.7990525069;
  letter-spacing: 0.163em;
}
@media screen and (min-width: 768px) {
  .c_block01__ttl {
    line-height: 1.798957881;
    font-size: clamp(
        2rem,
        1.2204861111vw + 1.4141666667rem,
        2.87875rem
    );
    margin-top: 21px;
  }
}
.c_block01__txt {
  display: flex;
  align-items: center;
  margin-top: 16px;
  gap: 5px 11px;
}
@media screen and (min-width: 768px) {
  .c_block01__txt {
    margin-top: 40px;
    gap: 5px 13px;
  }
}
.c_block01__txt .txt01, .c_block01__txt .txt02 {
  display: inline-block;
  letter-spacing: 0.1em;
  color: #231815;
  line-height: 1.5;
  font-weight: 400;
}
.c_block01__txt .txt01 {
  font-size: 0.90875rem;
}
@media screen and (min-width: 768px) {
  .c_block01__txt .txt01 {
    font-size: 1.121875rem;
  }
}
.c_block01__txt .txt02 {
  font-size: 1.398125rem;
}
@media screen and (min-width: 768px) {
  .c_block01__txt .txt02 {
    font-size: 1.72625rem;
  }
}
@media screen and (min-width: 768px) {
  .c_block01__img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}
.c_block01__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.pc {
  display: none;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
  .pc {
    display: inherit;
  }
}
.c_space01 {
  width: 18px;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .c_space01 {
    width: 25px;
  }
}

.container {
  padding: 0 30px;
}
@media screen and (min-width: 768px) {
  .container {
    max-width: 1296px;
    margin: 0 auto;
    padding: 0 40px;
  }
}

.l_sidebar {
  position: fixed;
  top: auto;
  bottom: 20px;
  left: 0;
  z-index: 6;
  display: none;
}
@media screen and (min-width: 768px) {
  .l_sidebar {
    opacity: 0;
    transition: all 0.5s;
    transform: translateX(-150px);
    display: block;
  }
  .l_sidebar.active {
    transform: none;
  }
  .l_sidebar.active .l_sidebar_menu {
    opacity: 1;
  }
  .l_sidebar.show {
    display: block;
    opacity: 1;
    transition: opacity 0.5s;
  }
}
@media screen and (min-width: 1221px) {
  .l_sidebar {
    transition: none;
    transform: none;
    left: 38px;
  }
}
.l_sidebar_wrapper {
  display: flex;
}
.l_sidebar_menu {
  padding: 13px;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.7);
  transition: all 0.5s;
  width: 150px;
}
@media screen and (min-width: 1221px) {
  .l_sidebar_menu {
    width: auto;
    padding: 0;
    opacity: 1;
    background-color: transparent;
  }
}
.l_sidebar_menu__item {
  margin-top: 7px;
}
.l_sidebar_menu__item:first-child {
  margin-top: 0;
}
.l_sidebar_menu__item .link {
  position: relative;
  display: inline-block;
  letter-spacing: 0.06em;
  color: #000;
  font-family: "din-condensed", sans-serif;
  font-weight: 300;
  line-height: 1.5;
  padding-left: 30px;
}
@media screen and (min-width: 768px) {
  .l_sidebar_menu__item .link {
    opacity: 0.7;
    font-size: 1.01875rem;
    transition: all 0.5s;
  }
  .l_sidebar_menu__item .link:hover {
    opacity: 0.7;
  }
}
.l_sidebar_menu__item .link::before {
  position: absolute;
  content: "";
  left: 0;
  top: 11px;
  width: 18px;
  height: 1px;
  background-color: #000;
  transition: all 0.5s;
}
.l_sidebar_menu__item .txt {
  position: relative;
  display: inline-block;
}
.l_sidebar_menu__item:not(.active) .link {
  opacity: 1;
  color: #000;
}
.l_sidebar_menu__item:not(.active) .link::before {
  background-color: #000;
}
.l_sidebar_menu__click {
  background-color: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .l_sidebar_menu__click {
    transition: all 0.5s;
  }
  .l_sidebar_menu__click:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 1221px) {
  .l_sidebar_menu__click {
    display: none;
  }
}
.l_sidebar_menu__click .txt {
  position: relative;
  display: inline-block;
  writing-mode: vertical-lr;
  -webkit-writing-mode: vertical-lr;
  padding-right: 15px;
}
.l_sidebar_menu__click .txt::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 8px;
  transform: translate(0, -50%);
  border-top: solid 8px transparent;
  border-left: solid 8px #fff;
  border-bottom: solid 8px transparent;
}

#wrapper {
  overflow: hidden;
  width: 100%;
}

@media screen and (min-width: 768px) {
  html {
    scrollbar-color: #000 #eee;
    scrollbar-width: thin;
    zoom: 75%;
  }
}

body.overflow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100lvh;
  overflow-y: scroll;
}

@media screen and (min-width: 768px) {
  body::-webkit-scrollbar {
    width: 10px;
    background-color: #eee;
    z-index: 1;
  }
  body::-webkit-scrollbar-thumb {
    background-color: #000;
  }
}

a,
a *,
div,
div * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

main {
  padding-top: 56px;
}
@media screen and (min-width: 768px) {
  main {
    padding-top: 176px;
  }
}

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