@charset "UTF-8";
/*! 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: 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: 75%;
  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;
}

html {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

body {
  color: #000;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
body {
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.12em;
}

a:hover {
  text-decoration: none;
}
a:hover img {
  opacity: 0.8;
}
a img {
  transition-property: opacity;
  transition-duration: 0.2s;
  backface-visibility: hidden;
}

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

small {
  font-size: inherit;
}

.m-wrapper {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1500px) {
  .m-wrapper {
    max-width: 1300px;
  }
}
@media screen and (max-width: 1400px) {
  .m-wrapper {
    max-width: 89.3%;
  }
}

.m-tellink {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .m-tellink {
    pointer-events: auto;
    text-decoration: underline;
  }
}

.for-ie {
  display: none;
  width: 100%;
  color: #fff;
  letter-spacing: 0.05em;
  padding: 25px 5.35%;
  background-color: #f2f1ee;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.for-ie .m-wrapper {
  position: relative;
  padding-right: 100px;
}
.for-ie a {
  text-decoration: underline;
}
.for-ie a:hover {
  text-decoration: none;
}
.for-ie button {
  width: 120px;
  text-align: center;
  line-height: 1;
  padding: 10px 10px 12px;
  border: 1px solid #fff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.for-ie button:focus {
  outline: none;
}

.tCenter {
  text-align: center !important;
}

.tRight {
  text-align: right !important;
}

.tLeft {
  text-align: left !important;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.mT0 {
  margin-top: 0px !important;
}

.mT5 {
  margin-top: 5px !important;
}

.mT10 {
  margin-top: 10px !important;
}

.mT15 {
  margin-top: 15px !important;
}

.mT20 {
  margin-top: 20px !important;
}

.mT25 {
  margin-top: 25px !important;
}

.mT30 {
  margin-top: 30px !important;
}

.mT35 {
  margin-top: 35px !important;
}

.mT40 {
  margin-top: 40px !important;
}

.mT45 {
  margin-top: 45px !important;
}

.mT50 {
  margin-top: 50px !important;
}

.mB0 {
  margin-bottom: 0px !important;
}

.mB5 {
  margin-bottom: 5px !important;
}

.mB10 {
  margin-bottom: 10px !important;
}

.mB15 {
  margin-bottom: 15px !important;
}

.mB20 {
  margin-bottom: 20px !important;
}

.mB25 {
  margin-bottom: 25px !important;
}

.mB30 {
  margin-bottom: 30px !important;
}

.mB35 {
  margin-bottom: 35px !important;
}

.mB40 {
  margin-bottom: 40px !important;
}

.mB45 {
  margin-bottom: 45px !important;
}

.mB50 {
  margin-bottom: 50px !important;
}

.mL0 {
  margin-left: 0px !important;
}

.mL10 {
  margin-left: 10px !important;
}

.mL20 {
  margin-left: 20px !important;
}

.mL30 {
  margin-left: 30px !important;
}

.mR0 {
  margin-right: 0px !important;
}

.mR10 {
  margin-right: 10px !important;
}

.mR20 {
  margin-right: 20px !important;
}

.mR30 {
  margin-right: 30px !important;
}

.pT0 {
  padding-top: 0px !important;
}

.pT5 {
  padding-top: 5px !important;
}

.pT10 {
  padding-top: 10px !important;
}

.pT15 {
  padding-top: 15px !important;
}

.pT20 {
  padding-top: 20px !important;
}

.pT25 {
  padding-top: 25px !important;
}

.pT30 {
  padding-top: 30px !important;
}

.pT35 {
  padding-top: 35px !important;
}

.pT40 {
  padding-top: 40px !important;
}

.pT45 {
  padding-top: 45px !important;
}

.pT50 {
  padding-top: 50px !important;
}

.pB0 {
  padding-bottom: 0px !important;
}

.pB5 {
  padding-bottom: 5px !important;
}

.pB10 {
  padding-bottom: 10px !important;
}

.pB15 {
  padding-bottom: 15px !important;
}

.pB20 {
  padding-bottom: 20px !important;
}

.pB25 {
  padding-bottom: 25px !important;
}

.pB30 {
  padding-bottom: 30px !important;
}

.pB35 {
  padding-bottom: 35px !important;
}

.pB40 {
  padding-bottom: 40px !important;
}

.pB45 {
  padding-bottom: 45px !important;
}

.pB50 {
  padding-bottom: 50px !important;
}

.pL0 {
  padding-left: 0px !important;
}

.pL10 {
  padding-left: 10px !important;
}

.pL20 {
  padding-left: 20px !important;
}

.pL30 {
  padding-left: 30px !important;
}

.pR0 {
  padding-right: 0px !important;
}

.pR10 {
  padding-right: 10px !important;
}

.pR20 {
  padding-right: 20px !important;
}

.pR30 {
  padding-right: 30px !important;
}

.m-heading {
  text-align: center;
}
.m-heading__en {
  color: #a28252;
  font-family: "Google Sans", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .m-heading__en {
    font-size: 8.75px;
    font-size: 0.546875rem;
  }
}
.m-heading__en {
  line-height: 1.5;
  letter-spacing: 0.18em;
}
.m-heading__title {
  font-family: "Noto Serif JP", "Noto Serif", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
  font-weight: 600;
  font-size: 30px;
  font-size: 1.875rem;
}
@media screen and (max-width: 768px) {
  .m-heading__title {
    font-size: 18.75px;
    font-size: 1.171875rem;
  }
}
.m-heading__title {
  line-height: 1.5333333333;
  letter-spacing: 0.22em;
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .m-heading__title {
    margin-top: 8px;
  }
}
.m-heading::after {
  content: "";
  display: block;
  width: 22px;
  height: 2px;
  margin: 30px auto 0;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  .m-heading::after {
    width: 28px;
    height: 2px;
    margin-top: 14px;
  }
}
.m-heading--left {
  text-align: left;
}
.m-heading--left::after {
  margin-left: 0;
  margin-right: auto;
}

.fadeIn {
  opacity: 0;
  transition: 1s;
}
.fadeIn.is-show {
  opacity: 1;
}

.fadeInUp {
  opacity: 0;
  filter: blur(8px);
  transform: translateY(28px);
  transition: opacity 1.4s ease, transform 1.4s ease, filter 1.4s ease;
}
.fadeInUp.is-show {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}

.zoomIn {
  opacity: 0;
  transition: 1s;
  transform: scale(0.6);
}
.zoomIn.is-show {
  opacity: 1;
  transform: scale(1);
}

.m-pc-hidden {
  display: none;
}
@media screen and (max-width: 768px) {
  .m-pc-hidden {
    display: inline-block;
  }
}

.m-sp-hidden {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .m-sp-hidden {
    display: none;
  }
}

body.is-nav-open {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  body.is-nav-open .l-header__nav {
    transform: translateX(0);
    visibility: visible;
    pointer-events: auto;
  }
}
body.is-nav-open .l-header__menu-btn span:first-child {
  top: 8px;
  transform: rotate(45deg);
}
body.is-nav-open .l-header__menu-btn span:last-child {
  top: 8px;
  transform: rotate(-45deg);
}

.visually-hidden {
  /**
   * a11y-css-resetから引用
   * https://github.com/mike-engel/a11y-css-reset
  **/
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

/*******************************
Style
*******************************/
.l-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  color: #fff;
}
.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 28px 20px 40px;
}
@media screen and (max-width: 768px) {
  .l-header__inner {
    display: block;
    position: relative;
    padding: 24px 26px 16px;
    text-align: center;
  }
}
.l-header__logo {
  position: relative;
  z-index: 2;
  display: inline-block;
}
.l-header__logo img {
  width: 220px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .l-header__logo img {
    width: 115px;
  }
}
.l-header__menu-btn {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-header__menu-btn {
    display: block;
    position: absolute;
    top: 28px;
    right: 28px;
    z-index: 3;
    width: 27px;
    height: 18px;
    cursor: pointer;
  }
}
.l-header__menu-btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transition: transform 0.3s, top 0.3s;
}
.l-header__menu-btn span:first-child {
  top: 4px;
}
.l-header__menu-btn span:last-child {
  top: 13px;
}
.l-header__nav {
  display: flex;
  align-items: center;
  gap: 3em;
}
@media screen and (max-width: 768px) {
  .l-header__nav {
    position: fixed;
    inset: 0;
    z-index: 1;
    flex-direction: column;
    justify-content: flex-start;
    gap: 40px;
    padding: 28vh 24px 40px;
    background-color: rgba(0, 0, 0, 0.75);
    transform: translateX(100%);
    transition: transform 0.35s ease, visibility 0.35s;
    visibility: hidden;
    pointer-events: none;
  }
}
.l-header__list {
  display: flex;
  align-items: center;
  gap: 3em;
}
@media screen and (max-width: 768px) {
  .l-header__list {
    flex-direction: column;
    gap: 22px;
  }
}
.l-header__list a {
  font-size: 14px;
  letter-spacing: 0.14em;
}
@media (hover: hover) and (pointer: fine) {
  .l-header__list a:hover {
    opacity: 0.7;
  }
}
.l-header__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding-inline: 2.5em;
  background-color: #fff;
  color: #000;
  transition: opacity 0.2s;
}
@media screen and (max-width: 768px) {
  .l-header__cta {
    min-width: 240px;
    min-height: 48px;
    font-size: 14px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-header__cta:hover {
    opacity: 0.8;
  }
}

.mv {
  position: relative;
  z-index: 1;
  aspect-ratio: 3600/1950;
  width: 100%;
  height: 100svh;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mv {
    aspect-ratio: auto;
  }
}
.mv__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
.mv__bg picture {
  display: block;
  width: 100%;
  height: 100%;
}
.mv__img {
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.09);
  animation: mvZoomOut 7s linear forwards;
}
.mv__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  padding: 100px 20px 80px;
}
@media screen and (max-width: 768px) {
  .mv__content {
    padding: 60px 0 40px;
  }
}
.mv__logo img {
  width: min(17vw, 310px);
  height: auto;
}
@media screen and (max-width: 768px) {
  .mv__logo img {
    width: 160px;
  }
}
.mv__catch {
  margin-top: 85px;
  font-family: "Noto Serif JP", "Noto Serif", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
  font-weight: 600;
  letter-spacing: 0.22em;
  font-size: min(2.2vw, 40px);
  line-height: 1.5;
  letter-spacing: 0.24em;
}
@media screen and (max-width: 768px) {
  .mv__catch {
    margin-top: 45px;
    font-size: 21px;
  }
}
.mv__lead {
  margin-top: 1em;
  font-size: min(1.5vw, 22px);
  line-height: 1.4545454545;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .mv__lead {
    font-size: 12px;
  }
}
.mv__scroll {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -35px;
  z-index: 1;
  width: 1px;
  height: 70px;
  margin-inline: auto;
  background: linear-gradient(to bottom, #fff 50%, #000 50%);
}
@media screen and (max-width: 768px) {
  .mv__scroll {
    display: none;
  }
}

@keyframes mvZoomOut {
  to {
    transform: scale(1);
  }
}
.intro {
  text-align: center;
  background-image: url("../img/yado_lp/intro_bg.webp");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
@media (max-width: 1400px) {
  .intro {
    background-size: cover;
  }
}
@media screen and (max-width: 640px) {
  .intro {
    background-size: 300%;
  }
}
.intro__head {
  padding-top: 165px;
}
@media screen and (max-width: 768px) {
  .intro__head {
    padding-top: 72px;
  }
}
.intro__title {
  font-family: "Noto Serif JP", "Noto Serif", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
  font-weight: 600;
  letter-spacing: 0.22em;
  font-size: 32px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .intro__title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.intro__title {
  line-height: 1.6875;
}
.intro__title::after {
  content: "";
  display: block;
  width: 22px;
  height: 2px;
  margin: 2em auto 0;
  background-color: #000;
}
.intro__text {
  margin-top: 2.4em;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .intro__text {
    font-size: 12.5px;
    font-size: 0.78125rem;
  }
}
.intro__text {
  line-height: 2.1;
  letter-spacing: 0.14em;
  word-break: keep-all;
}
.intro__visual {
  position: relative;
  z-index: 0;
  padding: 230px 0 250px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .intro__visual {
    padding: 100px 0 88px;
  }
}
.intro__brands {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: min(60px, 5vw);
}
@media screen and (max-width: 768px) {
  .intro__brands {
    flex-direction: column;
    gap: 1vw;
  }
}
.intro__brand-yado {
  width: 165px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .intro__brand-yado {
    width: 88px;
  }
}
.intro__brand-matsubara {
  width: 215px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .intro__brand-matsubara {
    width: 150px;
  }
}
.intro__times {
  font-family: "Noto Serif JP", "Noto Serif", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
  font-size: 30px;
  font-size: 1.875rem;
}
@media screen and (max-width: 768px) {
  .intro__times {
    font-size: 18.75px;
    font-size: 1.171875rem;
  }
}
.intro__brand-city {
  font-family: "Noto Serif JP", "Noto Serif", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
  font-weight: 600;
  letter-spacing: 0.22em;
  font-size: 51px;
  font-size: 3.1875rem;
}
@media screen and (max-width: 768px) {
  .intro__brand-city {
    font-size: 31.875px;
    font-size: 1.9921875rem;
  }
}
.intro__brand-city {
  line-height: 1.5294117647;
}
.intro__copy {
  margin-top: 3em;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .intro__copy {
    font-size: 12.5px;
    font-size: 0.78125rem;
  }
}
.intro__copy {
  line-height: 2.1;
  letter-spacing: 0.14em;
  word-break: keep-all;
}

.concept {
  padding: 150px 0;
  background-color: #f2f1ee;
}
@media screen and (max-width: 768px) {
  .concept {
    padding: 75px 0;
  }
}
.concept__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 50vw);
  align-items: center;
  -moz-column-gap: 56px;
       column-gap: 56px;
  padding-left: max(0px, (100% - 1400px) / 2);
}
@media screen and (max-width: 1500px) {
  .concept__inner {
    padding-left: 50px;
  }
}
@media screen and (max-width: 1400px) {
  .concept__inner {
    padding-left: 5.35%;
  }
}
@media screen and (max-width: 768px) {
  .concept__inner {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 40px;
    padding-left: 5.35%;
    padding-right: 5.35%;
  }
}
.concept__body {
  min-width: 0;
}
.concept__text {
  margin-top: 36px;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .concept__text {
    font-size: 11.25px;
    font-size: 0.703125rem;
  }
}
.concept__text {
  line-height: 2.1666666667;
  letter-spacing: 0.08em;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
@media screen and (max-width: 768px) {
  .concept__text {
    margin-top: 28px;
  }
}
.concept__media {
  width: 100%;
  min-width: 0;
  margin: 0;
  justify-self: end;
}
@media screen and (max-width: 768px) {
  .concept__media {
    width: 100%;
  }
}
.concept__media img {
  display: block;
  width: 100%;
  height: auto;
}

.rules {
  padding: 60px 0 135px;
  background-color: #f2f1ee;
  background-image: url("../img/yado_lp/rules.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .rules {
    padding: 72px 0;
  }
}
.rules__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  .rules__list {
    margin-top: 28px;
  }
}
.rules__item {
  width: calc((100% - 48px) / 3);
  padding: 90px 10px;
  text-align: center;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .rules__item {
    width: 100%;
    padding-block: 45px;
  }
}
.rules__label {
  color: #a28252;
  font-family: "Google Sans", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .rules__label {
    font-size: 8.75px;
    font-size: 0.546875rem;
  }
}
.rules__label {
  line-height: 3;
  letter-spacing: 0.18em;
}
.rules__title {
  margin-block: 0.3em;
  font-family: "Noto Serif JP", "Noto Serif", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
  font-weight: 600;
  letter-spacing: 0.22em;
  font-size: 22px;
  font-size: 1.375rem;
}
@media screen and (max-width: 768px) {
  .rules__title {
    font-size: 13.75px;
    font-size: 0.859375rem;
  }
}
.rules__title {
  line-height: 1.5909090909;
}
@media screen and (max-width: 768px) {
  .rules__title {
    font-size: 16px;
  }
}
.rules__text {
  margin-top: 0.5em;
}

.lineup {
  padding-top: 100px;
  background-color: #f2f1ee;
  overflow-x: clip;
}
@media screen and (max-width: 768px) {
  .lineup {
    padding-top: 60px;
  }
}
.lineup .m-heading {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .lineup .m-heading {
    margin-bottom: 40px;
  }
}
.lineup__group + .lineup__group {
  padding-top: 130px;
}
@media screen and (max-width: 768px) {
  .lineup__group + .lineup__group {
    padding-top: 72px;
  }
}
.lineup__group--journey {
  border-top: 1px solid #000;
}
.lineup__group--journey + .lineup__group {
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .lineup__group--journey + .lineup__group {
    padding-top: 72px;
  }
}
.lineup__group-head {
  text-align: center;
}
.lineup__group-head--local {
  text-align: left;
}
.lineup__label {
  font-family: "Noto Serif JP", "Noto Serif", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
  font-weight: 600;
  letter-spacing: 0.22em;
}
.lineup__brand {
  font-family: "Noto Serif JP", "Noto Serif", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
  font-weight: 600;
  letter-spacing: 0.22em;
  font-size: 41px;
  font-size: 2.5625rem;
}
@media screen and (max-width: 768px) {
  .lineup__brand {
    font-size: 25.625px;
    font-size: 1.6015625rem;
  }
}
.lineup__brand {
  letter-spacing: 0.14em;
}
.lineup__group-lead {
  margin-top: 45px;
  font-family: "Noto Serif JP", "Noto Serif", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
  font-weight: 600;
  letter-spacing: 0.22em;
  font-size: 26px;
  font-size: 1.625rem;
}
@media screen and (max-width: 768px) {
  .lineup__group-lead {
    font-size: 16.25px;
    font-size: 1.015625rem;
  }
}
.lineup__group-lead {
  line-height: 1.6923076923;
}
@media screen and (max-width: 768px) {
  .lineup__group-lead {
    margin-top: 16px;
  }
}
.lineup__group-text {
  margin-top: 65px;
}
@media screen and (max-width: 768px) {
  .lineup__group-text {
    margin-top: 32px;
  }
}
.lineup__group-note {
  margin-top: 1.5em;
}
.lineup__journey-visual {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  width: 100svw;
  margin-top: 60px;
  margin-left: calc(50% - 50svw);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .lineup__journey-visual {
    margin-top: 32px;
  }
}
.lineup__journey-visual img {
  display: block;
  width: 100%;
  min-width: 0;
  height: auto;
  aspect-ratio: 1200/1033;
  -o-object-fit: cover;
     object-fit: cover;
}
.lineup__gallery-visual {
  width: 100svw;
  margin-top: 60px;
  margin-left: calc(50% - 50svw);
  overflow: hidden;
}
.lineup__gallery-visual img {
  display: block;
  width: 100%;
  height: auto;
}
.lineup__item {
  padding: 95px 0;
  border-top: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .lineup__item {
    padding: 40px 0;
  }
}
.lineup__group-head--local + .lineup__item {
  border-top: none;
}
.lineup__item-inner {
  display: grid;
  grid-template-columns: minmax(0, 43%) minmax(0, 1fr);
  align-items: start;
  gap: 48px;
}
@media screen and (max-width: 768px) {
  .lineup__item-inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}
.lineup__item-label {
  letter-spacing: 0.14em;
}
.lineup__item-code {
  font-family: "Noto Serif JP", "Noto Serif", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
  font-weight: 600;
  letter-spacing: 0.22em;
  font-size: 21px;
  font-size: 1.3125rem;
}
@media screen and (max-width: 768px) {
  .lineup__item-code {
    font-size: 13.125px;
    font-size: 0.8203125rem;
  }
}
.lineup__item-code {
  letter-spacing: 0.18em;
}
.lineup__item-origin {
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (max-width: 768px) {
  .lineup__item-origin {
    font-size: 7.5px;
    font-size: 0.46875rem;
  }
}
.lineup__item-origin {
  letter-spacing: 0.18em;
}
.lineup__item-title {
  margin-top: 12px;
  font-family: "Noto Serif JP", "Noto Serif", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
  font-weight: 600;
  letter-spacing: 0.22em;
  font-size: 26px;
  font-size: 1.625rem;
}
@media screen and (max-width: 768px) {
  .lineup__item-title {
    font-size: 16.25px;
    font-size: 1.015625rem;
  }
}
.lineup__item-title {
  line-height: 1.6923076923;
}
.lineup__item-text {
  margin-top: 76px;
}
@media screen and (max-width: 768px) {
  .lineup__item-text {
    margin-top: 28px;
  }
}
.lineup__more {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 280px;
  margin-top: 5em;
  padding: 1em;
  border: 1px solid transparent;
  background-color: #000;
  color: #fff;
  font-family: "Google Sans", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .lineup__more {
    font-size: 8.75px;
    font-size: 0.546875rem;
  }
}
.lineup__more {
  line-height: 1.4285714286;
  transition: background-color 0.25s, color 0.25s, border-color 0.25s;
}
@media screen and (max-width: 768px) {
  .lineup__more {
    max-width: none;
    margin-top: 24px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .lineup__more:hover {
    opacity: 0.85;
  }
}
.is-open .lineup__more {
  background-color: transparent;
  border-color: #000;
  color: #000;
}
.lineup__more-icon {
  position: absolute;
  right: 20px;
  top: 50%;
  line-height: 1;
  transform: translateY(-50%);
}
.lineup__main {
  margin: 0;
}
.lineup__main img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
.lineup__detail {
  margin-top: 1em;
}
.lineup__detail[hidden] {
  display: none;
}
.lineup__thumbs-area {
  position: relative;
}
.lineup__thumbs-viewport {
  overflow: hidden;
  touch-action: pan-y;
  cursor: grab;
  container-type: inline-size;
}
.lineup__thumbs-viewport.is-dragging {
  cursor: grabbing;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.lineup__thumbs-viewport.has-slider .lineup__thumbs li,
.lineup__thumbs-viewport .lineup__thumbs li {
  flex: 0 0 calc((100cqw - 3em) / 4);
  width: calc((100cqw - 3em) / 4);
  min-width: calc((100cqw - 3em) / 4);
}
.lineup__thumbs {
  display: flex;
  gap: 1em;
  margin: 0;
  padding: 0;
  list-style: none;
  width: -moz-max-content;
  width: max-content;
  transition: transform 0.3s ease;
  will-change: transform;
}
.is-dragging .lineup__thumbs {
  transition: none;
}
.lineup__thumbs li {
  flex-shrink: 0;
}
.lineup__thumb {
  display: block;
  width: 100%;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  touch-action: manipulation;
}
.lineup__thumb img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
.lineup__nav {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 100%;
  padding: 0;
  border: none;
  background-color: rgba(255, 255, 255, 0.7);
  color: #000;
  cursor: pointer;
  transition: opacity 0.2s;
}
.lineup__nav--prev {
  left: 0;
}
.lineup__nav--next {
  right: 0;
}
.lineup__nav[hidden] {
  display: none;
}
.lineup__nav:disabled {
  opacity: 0.25;
  cursor: default;
}
@media (hover: hover) and (pointer: fine) {
  .lineup__nav:hover {
    opacity: 0.7;
  }
}
.lineup__plan {
  margin-top: 40px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .lineup__plan {
    margin-top: 28px;
  }
}
.lineup__plan-title {
  font-family: "Noto Serif JP", "Noto Serif", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
  font-weight: 600;
  letter-spacing: 0.22em;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .lineup__plan-title {
    font-size: 11.25px;
    font-size: 0.703125rem;
  }
}
.lineup__plan-title {
  line-height: 2.5555555556;
}
.lineup__plan-figure {
  margin-top: 30px;
}
.lineup__plan-figure img {
  display: block;
  width: 100%;
  height: auto;
}
.lineup__plan-spec {
  margin-top: 45px;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .lineup__plan-spec {
    font-size: 8.75px;
    font-size: 0.546875rem;
  }
}
.lineup__plan-spec {
  line-height: 1.5714285714;
}
@media screen and (max-width: 768px) {
  .lineup__plan-spec {
    margin-top: 28px;
  }
}

.ideas {
  padding: 120px 0 140px;
  background-color: #1a1a18;
  background-image: url("../img/yado_lp/yadoxmatsubara.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .ideas {
    padding: 72px 0 56px;
  }
}
.ideas__head {
  text-align: center;
  color: #fff;
}
.ideas__title {
  font-family: "Noto Serif JP", "Noto Serif", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
  font-weight: 600;
  letter-spacing: 0.22em;
  font-size: 32px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .ideas__title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.ideas__title {
  line-height: 1.6875;
}
.ideas__title::after {
  content: "";
  display: block;
  width: 22px;
  height: 2px;
  margin: 30px auto 0;
  background-color: #fff;
}
.ideas__text {
  margin-top: 2.4em;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .ideas__text {
    font-size: 11.25px;
    font-size: 0.703125rem;
  }
}
.ideas__text {
  line-height: 2;
  letter-spacing: 0.14em;
  word-break: keep-all;
}
.ideas__subhead {
  margin-top: 80px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .ideas__subhead {
    margin-top: 48px;
    text-align: center;
  }
}
.ideas__label {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .ideas__label {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
.ideas__label {
  letter-spacing: 0.16em;
}
@media screen and (max-width: 768px) {
  .ideas__label {
    font-size: 12px;
  }
}
.ideas__sub {
  margin-top: 0.5em;
  font-family: "Noto Serif JP", "Noto Serif", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
  font-weight: 600;
  letter-spacing: 0.22em;
  font-size: 30px;
  font-size: 1.875rem;
}
@media screen and (max-width: 768px) {
  .ideas__sub {
    font-size: 18.75px;
    font-size: 1.171875rem;
  }
}
.ideas__sub {
  line-height: 1;
  letter-spacing: 0.18em;
}
.ideas__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: 25px;
  margin-top: 36px;
}
@media screen and (max-width: 768px) {
  .ideas__cards {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 28px;
  }
}
.ideas__card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 28px 24px 32px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .ideas__card {
    padding: 24px 20px 28px;
  }
}
.ideas__card:nth-child(1) {
  margin-top: 150px;
}
@media screen and (max-width: 768px) {
  .ideas__card:nth-child(1) {
    margin-top: 0;
  }
}
.ideas__card:nth-child(2) {
  margin-top: 75px;
}
@media screen and (max-width: 768px) {
  .ideas__card:nth-child(2) {
    margin-top: 0;
  }
}
@media screen and (min-width: 769px) {
  .ideas__card:nth-child(1) {
    transition-delay: 0s;
  }
  .ideas__card:nth-child(2) {
    transition-delay: 0.28s;
  }
  .ideas__card:nth-child(3) {
    transition-delay: 0.56s;
  }
}
.ideas__card-head {
  display: flex;
  align-items: center;
  gap: 1em;
}
.ideas__num {
  flex-shrink: 0;
  color: #a28252;
  font-family: "Google Sans";
  font-size: 52px;
  font-size: 3.25rem;
}
@media screen and (max-width: 768px) {
  .ideas__num {
    font-size: 32.5px;
    font-size: 2.03125rem;
  }
}
.ideas__num {
  line-height: 1;
  letter-spacing: 0.04em;
}
.ideas__card-title {
  font-family: "Noto Serif JP", "Noto Serif", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
  font-weight: 600;
  letter-spacing: 0.22em;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .ideas__card-title {
    font-size: 9.375px;
    font-size: 0.5859375rem;
  }
}
.ideas__card-title {
  line-height: 1.6;
  letter-spacing: 0.18em;
}
.ideas__visual {
  margin: 20px 0 0;
}
@media screen and (max-width: 768px) {
  .ideas__visual {
    margin-top: 16px;
  }
}
.ideas__visual img {
  display: block;
  width: 100%;
  height: auto;
}
.ideas__catch {
  margin-top: 22px;
  text-align: center;
  font-family: "Noto Serif JP", "Noto Serif", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
  font-weight: 600;
  letter-spacing: 0.22em;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .ideas__catch {
    font-size: 12.5px;
    font-size: 0.78125rem;
  }
}
.ideas__catch {
  line-height: 1.75;
  letter-spacing: 0.18em;
}
.ideas__card:first-child .ideas__catch {
  margin-top: 0;
}
.ideas__desc {
  margin-top: 14px;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .ideas__desc {
    font-size: 8.75px;
    font-size: 0.546875rem;
  }
}
.ideas__desc {
  line-height: 1.9285714286;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .ideas__desc {
    font-size: 13px;
    line-height: 1.9;
  }
}
.ideas__icons {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 8px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ideas__icons {
    margin-top: 24px;
  }
}
.ideas__icons li {
  flex: 1;
  min-width: 0;
}
.ideas__icons img {
  display: block;
  width: 67px;
  height: auto;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .ideas__icons img {
    width: 44px;
  }
}
.ideas__icons span {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (max-width: 768px) {
  .ideas__icons span {
    font-size: 7.5px;
    font-size: 0.46875rem;
  }
}
.ideas__icons span {
  line-height: 1;
  letter-spacing: 0.12em;
}
.ideas__model {
  margin-top: auto;
  padding-top: 24px;
  text-align: center;
  font-family: "Noto Serif JP", "Noto Serif", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
  font-weight: 600;
  letter-spacing: 0.22em;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (max-width: 768px) {
  .ideas__model {
    font-size: 7.5px;
    font-size: 0.46875rem;
  }
}
.ideas__model {
  line-height: 2.9166666667;
  letter-spacing: 0.18em;
}

.projects {
  padding: 90px 0;
  background-color: #f2f1ee;
}
@media screen and (max-width: 768px) {
  .projects {
    padding: 45px 0;
  }
}
.projects__heading {
  font-family: "Noto Serif JP", "Noto Serif", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
  font-weight: 600;
  letter-spacing: 0.22em;
}
.projects__label {
  font-size: 22px;
  font-size: 1.375rem;
}
@media screen and (max-width: 768px) {
  .projects__label {
    font-size: 13.75px;
    font-size: 0.859375rem;
  }
}
.projects__title {
  font-size: 26px;
  font-size: 1.625rem;
}
@media screen and (max-width: 768px) {
  .projects__title {
    font-size: 16.25px;
    font-size: 1.015625rem;
  }
}
.projects__title {
  line-height: 1.6923076923;
}
.projects__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 50vw);
  align-items: center;
  -moz-column-gap: 56px;
       column-gap: 56px;
  margin-top: 95px;
  padding-left: max(0px, (100% - 1400px) / 2);
}
@media screen and (max-width: 1500px) {
  .projects__inner {
    padding-left: 50px;
  }
}
@media screen and (max-width: 1400px) {
  .projects__inner {
    padding-left: 5.35%;
  }
}
@media screen and (max-width: 768px) {
  .projects__inner {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 40px;
    margin-top: 45px;
    padding-left: 5.35%;
    padding-right: 5.35%;
  }
}
.projects__body {
  min-width: 0;
}
.projects__text {
  margin-top: 60px;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
@media screen and (max-width: 768px) {
  .projects__text {
    margin-top: 30px;
  }
}
.projects__media {
  width: 100%;
  min-width: 0;
  margin: 0;
  justify-self: end;
}
@media screen and (max-width: 768px) {
  .projects__media {
    width: 100%;
  }
}
.projects__media img {
  display: block;
  width: 100%;
  height: auto;
}

.l-main .contact {
  padding: 100px 0 120px;
  text-align: center;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .l-main .contact {
    padding: 60px 0 80px;
  }
}
.l-main .contact__lead, .l-main .contact__note {
  line-height: 2.1666666667;
  letter-spacing: 0.14em;
}
.l-main .contact__lead {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .l-main .contact__lead {
    font-size: 11.25px;
    font-size: 0.703125rem;
  }
}
.l-main .contact__lead {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .l-main .contact__lead {
    margin-top: 28px;
  }
}
.l-main .contact__note {
  margin-top: 6em;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .l-main .contact__note {
    font-size: 9.375px;
    font-size: 0.5859375rem;
  }
}
.l-main .contact__form {
  max-width: 650px;
  margin: 2em auto 0;
}
.l-main .contact__hp {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}
.l-main .contact__choices {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  margin: 2em auto;
  text-align: left;
}
.l-main .contact__type, .l-main .contact__purpose {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 12px 28px;
  width: 100%;
  border: 0;
  padding: 0;
  margin: 0;
}
.l-main .contact__purpose {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .l-main .contact__purpose {
    margin-top: 16px;
  }
}
.l-main .contact__purpose[hidden] {
  display: none;
}
.l-main .contact__purpose-lead {
  flex: 0 0 100%;
  width: 0;
  min-width: 100%;
  margin: 1em 0 0;
  text-align: center;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .l-main .contact__purpose-lead {
    font-size: 9.375px;
    font-size: 0.5859375rem;
  }
}
@media screen and (max-width: 768px) {
  .l-main .contact__purpose-lead {
    text-align: left;
  }
}
.l-main .contact__radio {
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
  cursor: pointer;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .l-main .contact__radio {
    font-size: 9.375px;
    font-size: 0.5859375rem;
  }
}
.l-main .contact__radio {
  line-height: 1.6;
  text-align: left;
}
.l-main .contact__radio input {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin: 0;
  border: 1px solid #000;
  border-radius: 50%;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  cursor: pointer;
}
.l-main .contact__radio input:checked {
  background-color: #000;
  box-shadow: inset 0 0 0 3px #fff;
}
.l-main .contact__radio input:focus-visible {
  outline: 2px solid #a28252;
  outline-offset: 2px;
}
.l-main .contact__input, .l-main .contact__textarea {
  display: block;
  width: 100%;
  margin-top: 1em;
  padding: 0.8em;
  border: 1px solid #d6d6d6;
  background-color: #fff;
  color: #000;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .l-main .contact__input, .l-main .contact__textarea {
    font-size: 9.375px;
    font-size: 0.5859375rem;
  }
}
.l-main .contact__input, .l-main .contact__textarea {
  line-height: 1.7333333333;
  letter-spacing: 0.04em;
  border-radius: 0;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .l-main .contact__input, .l-main .contact__textarea {
    margin-top: 12px;
    padding: 14px 16px;
  }
}
.l-main .contact__input::-moz-placeholder, .l-main .contact__textarea::-moz-placeholder {
  color: #9a9a9a;
}
.l-main .contact__input::placeholder, .l-main .contact__textarea::placeholder {
  color: #9a9a9a;
}
.l-main .contact__input:focus, .l-main .contact__textarea:focus {
  outline: none;
  border-color: #000;
}
.l-main .contact__form > .l-main .contact__input:first-of-type {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .l-main .contact__form > .l-main .contact__input:first-of-type {
    margin-top: 24px;
  }
}
.l-main .contact__textarea {
  min-height: 160px;
  resize: vertical;
}
@media screen and (max-width: 768px) {
  .l-main .contact__textarea {
    min-height: 120px;
  }
}
.l-main .contact__submit {
  display: block;
  width: 100%;
  margin-top: 24px;
  padding: 18px 20px;
  background-color: #000;
  color: #fff;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .l-main .contact__submit {
    font-size: 9.375px;
    font-size: 0.5859375rem;
  }
}
.l-main .contact__submit {
  line-height: 1.6;
  text-align: center;
  transition: opacity 0.2s;
}
@media screen and (max-width: 768px) {
  .l-main .contact__submit {
    margin-top: 20px;
    padding: 16px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-main .contact__submit:hover {
    opacity: 0.75;
  }
}
.l-main .contact__submit:focus {
  outline: none;
}
.l-main .contact__submit:focus-visible {
  outline: 2px solid #a28252;
  outline-offset: 3px;
}
.l-main .contact__submit:disabled {
  opacity: 0.5;
  cursor: default;
}
.l-main .contact__status {
  min-height: 1.5em;
  margin-top: 16px;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .l-main .contact__status {
    font-size: 8.75px;
    font-size: 0.546875rem;
  }
}
.l-main .contact__status {
  line-height: 1.5714285714;
  letter-spacing: 0.04em;
}

.l-footer {
  color: #fff;
  text-align: center;
  background-color: #031a27;
  background-image: url("../img/yado_lp/footer.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 53px 0 88px;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding: 52px 0 44px;
  }
}
.l-footer__logo img {
  min-width: 100px;
  width: 8.2vw;
  height: auto;
}
.l-footer__label, .l-footer__info {
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0.15em;
}
.l-footer__label {
  margin-top: 54px;
}
.l-footer__label::after {
  content: "-";
  display: block;
}
.l-footer__brand {
  display: inline-block;
  margin-top: 75px;
}
.l-footer__brand img {
  min-width: 140px;
  width: 11vw;
  height: auto;
}/*# sourceMappingURL=style.css.map */