@charset "UTF-8";
/* A Modern CSS Reset */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul {
  margin: 0;
  padding: 0;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

li {
  list-style: none;
  line-height: 1;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
}

img,
picture {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
@media screen and (max-width: 900px) {
  .pc-only {
    display: none;
  }
}

.tab-only {
  display: none;
}
@media screen and (max-width: 900px) and (min-width: 641px) {
  .tab-only {
    display: block;
  }
}

.sp-only {
  display: none;
}
@media screen and (max-width: 640px) {
  .sp-only {
    display: block;
  }
}

body {
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #FFFAFA;
  background-color: #000;
}

h1,
h2.h3.h4,
h4,
h6,
p,
ul,
li {
  line-height: 1.3;
}

a {
  display: block;
  transition: all 0.8s;
  cursor: pointer;
  color: #FFFAFA;
}
a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 640px) {
  a:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 640px) {
  a {
    transition: initial;
  }
}

/* pcの電話番号発信対応 */
.b-title {
  color: #FFFAFA;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1.6px;
}
.b-title {
  font-size: clamp(21.0834553441px, 2.3426061493vw, 32px);
}
@media screen and (max-width: 900px) {
  .b-title {
    font-size: clamp(27.5698924731px, 4.3010752688vw, 32px);
  }
}
@media screen and (max-width: 640px) {
  .b-title {
    font-size: clamp(28.4444444444px, 8.8888888889vw, 32px);
  }
}
.b-title {
  line-height: clamp(31.6251830161px, 3.513909224vw, 48px);
}
@media screen and (max-width: 900px) {
  .b-title {
    line-height: clamp(41.3548387097px, 6.4516129032vw, 48px);
  }
}
@media screen and (max-width: 640px) {
  .b-title {
    line-height: clamp(42.6666666667px, 13.3333333333vw, 48px);
  }
}
.b-title--large {
  color: #FFFAFA;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 3.6px;
}
.b-title--large {
  font-size: clamp(23.7188872621px, 2.635431918vw, 36px);
}
@media screen and (max-width: 900px) {
  .b-title--large {
    font-size: clamp(31.0161290323px, 4.8387096774vw, 36px);
  }
}
@media screen and (max-width: 640px) {
  .b-title--large {
    font-size: clamp(32px, 10vw, 36px);
  }
}
.b-title--large {
  line-height: clamp(40.8491947291px, 4.5387994143vw, 62px);
}
@media screen and (max-width: 900px) {
  .b-title--large {
    line-height: clamp(53.4166666667px, 8.3333333333vw, 62px);
  }
}
@media screen and (max-width: 640px) {
  .b-title--large {
    line-height: clamp(55.1111111111px, 17.2222222222vw, 62px);
  }
}
@media screen and (max-width: 900px) {
  .b-title--large {
    letter-spacing: 2.8px;
    font-size: 28px;
    line-height: 46px;
  }
}

.b-text {
  color: #FFFAFA;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.16px;
}
.b-text {
  font-size: clamp(10.541727672px, 1.1713030747vw, 16px);
}
@media screen and (max-width: 900px) {
  .b-text {
    font-size: clamp(13.7849462366px, 2.1505376344vw, 16px);
  }
}
@media screen and (max-width: 640px) {
  .b-text {
    font-size: clamp(14.2222222222px, 4.4444444444vw, 16px);
  }
}
.b-text {
  line-height: clamp(19.7657393851px, 2.196193265vw, 30px);
}
@media screen and (max-width: 900px) {
  .b-text {
    line-height: clamp(25.8467741935px, 4.0322580645vw, 30px);
  }
}
@media screen and (max-width: 640px) {
  .b-text {
    line-height: clamp(26.6666666667px, 8.3333333333vw, 30px);
  }
}
@media screen and (max-width: 900px) {
  .b-text {
    font-size: 16px;
    line-height: 30px;
  }
}
@media screen and (max-width: 640px) {
  .b-text {
    line-height: 2;
  }
}
.b-text--maroon {
  color: #630000;
}

.b-sp-caption {
  color: #FFFAFA;
  text-align: justify;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.15px;
}
.b-sp-caption {
  font-size: clamp(9.8828696925px, 1.0980966325vw, 15px);
}
@media screen and (max-width: 900px) {
  .b-sp-caption {
    font-size: clamp(12.9233870968px, 2.0161290323vw, 15px);
  }
}
@media screen and (max-width: 640px) {
  .b-sp-caption {
    font-size: clamp(13.3333333333px, 4.1666666667vw, 15px);
  }
}
.b-sp-caption {
  line-height: clamp(15.8125915081px, 1.756954612vw, 24px);
}
@media screen and (max-width: 900px) {
  .b-sp-caption {
    line-height: clamp(20.6774193548px, 3.2258064516vw, 24px);
  }
}
@media screen and (max-width: 640px) {
  .b-sp-caption {
    line-height: clamp(21.3333333333px, 6.6666666667vw, 24px);
  }
}
.b-sp-caption--black {
  color: #000;
}

.b-heading {
  display: inline-flex;
  padding: 4px 16px 5px 16px;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  border: 1px solid #FFFAFA;
  background: #FFFAFA;
  margin-bottom: 32px;
}
@media screen and (max-width: 900px) {
  .b-heading {
    padding: 2px 16px 3px 16px;
    margin-bottom: 20px;
  }
}
.b-heading > img {
  width: 12px;
  margin-right: 10px;
}
.b-heading > p {
  color: #000;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 3.6px;
  text-transform: uppercase;
}
@media screen and (max-width: 900px) {
  .b-heading > p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 3.2px;
  }
}
.b-heading--flip {
  border: 1px solid #630000;
  background: #630000;
}
.b-heading--flip > p {
  color: #FFFAFA;
}

.b-button {
  max-width: 330px;
  display: flex;
  padding: 16px 0;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: #630000;
  color: #FFFAFA;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.8px;
}
.b-button img {
  width: 20px;
  margin-right: 16px;
}
.b-button--sm {
  max-width: 145px;
  padding: 10px 0 14px 0;
  font-size: 15px;
}
.b-button--sm img {
  width: 20px;
  margin-right: 8px;
}
.b-button--lg {
  max-width: 100%;
}
.b-button--fixed {
  position: fixed;
  width: 100%;
  z-index: 1000;
}
.b-button--fixed {
  right: clamp(52.7086383602px, 5.8565153734vw, 80px);
}
@media screen and (max-width: 900px) {
  .b-button--fixed {
    right: clamp(68.9247311828px, 10.752688172vw, 80px);
  }
}
@media screen and (max-width: 640px) {
  .b-button--fixed {
    right: clamp(71.1111111111px, 22.2222222222vw, 80px);
  }
}
.b-button--fixed {
  bottom: clamp(65.8857979502px, 7.3206442167vw, 100px);
}
@media screen and (max-width: 900px) {
  .b-button--fixed {
    bottom: clamp(86.1559139785px, 13.4408602151vw, 100px);
  }
}
@media screen and (max-width: 640px) {
  .b-button--fixed {
    bottom: clamp(88.8888888889px, 27.7777777778vw, 100px);
  }
}

.l-inner {
  max-width: 1366px;
  margin: 0 auto;
}
.l-inner {
  padding-left: clamp(52.7086383602px, 5.8565153734vw, 80px);
}
@media screen and (max-width: 900px) {
  .l-inner {
    padding-left: clamp(68.9247311828px, 10.752688172vw, 80px);
  }
}
@media screen and (max-width: 640px) {
  .l-inner {
    padding-left: clamp(71.1111111111px, 22.2222222222vw, 80px);
  }
}
.l-inner {
  padding-right: clamp(52.7086383602px, 5.8565153734vw, 80px);
}
@media screen and (max-width: 900px) {
  .l-inner {
    padding-right: clamp(68.9247311828px, 10.752688172vw, 80px);
  }
}
@media screen and (max-width: 640px) {
  .l-inner {
    padding-right: clamp(71.1111111111px, 22.2222222222vw, 80px);
  }
}
@media screen and (max-width: 900px) {
  .l-inner {
    padding-left: clamp(19.7657393851px, 2.196193265vw, 30px);
  }
}
@media screen and (max-width: 900px) and (max-width: 900px) {
  .l-inner {
    padding-left: clamp(25.8467741935px, 4.0322580645vw, 30px);
  }
}
@media screen and (max-width: 900px) and (max-width: 640px) {
  .l-inner {
    padding-left: clamp(26.6666666667px, 8.3333333333vw, 30px);
  }
}
@media screen and (max-width: 900px) {
  .l-inner {
    padding-right: clamp(19.7657393851px, 2.196193265vw, 30px);
  }
}
@media screen and (max-width: 900px) and (max-width: 900px) {
  .l-inner {
    padding-right: clamp(25.8467741935px, 4.0322580645vw, 30px);
  }
}
@media screen and (max-width: 900px) and (max-width: 640px) {
  .l-inner {
    padding-right: clamp(26.6666666667px, 8.3333333333vw, 30px);
  }
}
@media screen and (max-width: 640px) {
  .l-inner {
    padding-left: clamp(13.17715959px, 1.4641288433vw, 20px);
  }
}
@media screen and (max-width: 640px) and (max-width: 900px) {
  .l-inner {
    padding-left: clamp(17.2311827957px, 2.688172043vw, 20px);
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .l-inner {
    padding-left: clamp(17.7777777778px, 5.5555555556vw, 20px);
  }
}
@media screen and (max-width: 640px) {
  .l-inner {
    padding-right: clamp(13.17715959px, 1.4641288433vw, 20px);
  }
}
@media screen and (max-width: 640px) and (max-width: 900px) {
  .l-inner {
    padding-right: clamp(17.2311827957px, 2.688172043vw, 20px);
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .l-inner {
    padding-right: clamp(17.7777777778px, 5.5555555556vw, 20px);
  }
}
.l-inner--p0 {
  padding: 0;
}
@media screen and (max-width: 640px) {
  .l-inner--sp30 {
    padding-left: clamp(19.7657393851px, 2.196193265vw, 30px);
  }
}
@media screen and (max-width: 640px) and (max-width: 900px) {
  .l-inner--sp30 {
    padding-left: clamp(25.8467741935px, 4.0322580645vw, 30px);
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .l-inner--sp30 {
    padding-left: clamp(26.6666666667px, 8.3333333333vw, 30px);
  }
}
@media screen and (max-width: 640px) {
  .l-inner--sp30 {
    padding-right: clamp(19.7657393851px, 2.196193265vw, 30px);
  }
}
@media screen and (max-width: 640px) and (max-width: 900px) {
  .l-inner--sp30 {
    padding-right: clamp(25.8467741935px, 4.0322580645vw, 30px);
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .l-inner--sp30 {
    padding-right: clamp(26.6666666667px, 8.3333333333vw, 30px);
  }
}
.l-inner--pr0 {
  padding-right: 0;
}

.l-footer {
  padding-top: 7.5rem;
  padding-bottom: 1.875rem;
  background-color: #FFFAFA;
}
@media screen and (max-width: 900px) {
  .l-footer {
    padding-top: 80px;
    padding-bottom: 20px;
  }
}

.l-footer__inner {
  width: 100%;
  padding-right: 5rem;
  padding-left: 5rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 900px) {
  .l-footer__inner {
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media screen and (max-width: 640px) {
  .l-footer__inner {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
}

.l-footer__wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .l-footer__wrap {
    display: block;
  }
}

.l-footer__logo {
  max-width: 400px;
  width: 24.8756218905%;
  margin-right: 6.25rem;
  margin-left: 0;
}
@media screen and (max-width: 900px) {
  .l-footer__logo {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.l-footer__logo img {
  width: 100%;
  aspect-ratio: 300/122;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 900px) {
  .l-footer__logo img {
    aspect-ratio: 250/101;
  }
}

.l-footer__menu {
  margin-top: 0;
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}
@media screen and (max-width: 900px) {
  .l-footer__menu {
    margin-top: 40px;
  }
}
@media screen and (max-width: 640px) {
  .l-footer__menu {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    display: block;
  }
}

.l-footer__main {
  width: 43.6708860759%;
}
@media screen and (max-width: 900px) {
  .l-footer__main {
    width: 48.0769230769%;
  }
}
@media screen and (max-width: 640px) {
  .l-footer__main {
    width: 100%;
  }
}

.l-footer__sub {
  width: 43.6708860759%;
}
@media screen and (max-width: 900px) {
  .l-footer__sub {
    width: 48.0769230769%;
  }
}
@media screen and (max-width: 640px) {
  .l-footer__sub {
    width: 100%;
  }
}

@media screen and (max-width: 900px) {
  .l-footer-list {
    margin-top: 1.25rem;
  }
}
@media screen and (max-width: 900px) {
  .l-footer-list {
    margin-top: 0;
  }
}

.l-footer-list__item {
  padding: 0 12px;
  border-bottom: 1px solid #000;
  height: 60px;
  display: grid;
}

.l-footer-list__link {
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-footer-list__link {
  font-size: clamp(10.541727672px, 1.1713030747vw, 16px);
}
@media screen and (max-width: 900px) {
  .l-footer-list__link {
    font-size: clamp(13.7849462366px, 2.1505376344vw, 16px);
  }
}
@media screen and (max-width: 640px) {
  .l-footer-list__link {
    font-size: clamp(14.2222222222px, 4.4444444444vw, 16px);
  }
}

.l-footer-list__link img {
  width: 5px;
  height: 10px;
}

.l-footer-copyright {
  font-family: "Inter", sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2857142857;
  text-align: center;
  margin-top: 8.75rem;
}
@media screen and (max-width: 640px) {
  .l-footer-copyright {
    margin-top: 60px;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 1000;
  transition: all 0.4s;
}
.l-header .l-header__logo-sp {
  display: none;
}
.l-header.active {
  background-color: #fff;
}
.l-header.active .l-header__inner {
  padding-top: clamp(5.270863836px, 0.5856515373vw, 8px);
}
@media screen and (max-width: 900px) {
  .l-header.active .l-header__inner {
    padding-top: clamp(6.8924731183px, 1.0752688172vw, 8px);
  }
}
@media screen and (max-width: 640px) {
  .l-header.active .l-header__inner {
    padding-top: clamp(7.1111111111px, 2.2222222222vw, 8px);
  }
}
.l-header.active .l-header__inner {
  padding-bottom: clamp(5.270863836px, 0.5856515373vw, 8px);
}
@media screen and (max-width: 900px) {
  .l-header.active .l-header__inner {
    padding-bottom: clamp(6.8924731183px, 1.0752688172vw, 8px);
  }
}
@media screen and (max-width: 640px) {
  .l-header.active .l-header__inner {
    padding-bottom: clamp(7.1111111111px, 2.2222222222vw, 8px);
  }
}
.l-header.active .l-header__inner {
  padding-left: clamp(19.7657393851px, 2.196193265vw, 30px);
}
@media screen and (max-width: 900px) {
  .l-header.active .l-header__inner {
    padding-left: clamp(25.8467741935px, 4.0322580645vw, 30px);
  }
}
@media screen and (max-width: 640px) {
  .l-header.active .l-header__inner {
    padding-left: clamp(26.6666666667px, 8.3333333333vw, 30px);
  }
}
.l-header.active .l-header__inner {
  padding-right: clamp(19.7657393851px, 2.196193265vw, 30px);
}
@media screen and (max-width: 900px) {
  .l-header.active .l-header__inner {
    padding-right: clamp(25.8467741935px, 4.0322580645vw, 30px);
  }
}
@media screen and (max-width: 640px) {
  .l-header.active .l-header__inner {
    padding-right: clamp(26.6666666667px, 8.3333333333vw, 30px);
  }
}
.l-header.active .l-header__logo {
  max-width: 172px;
  transition: all 0.8s;
}
.l-header.active .l-header__logo {
  margin-right: clamp(163.3967789165px, 18.1551976574vw, 248px);
}
@media screen and (max-width: 900px) {
  .l-header.active .l-header__logo {
    margin-right: clamp(213.6666666667px, 33.3333333333vw, 248px);
  }
}
@media screen and (max-width: 640px) {
  .l-header.active .l-header__logo {
    margin-right: clamp(220.4444444444px, 68.8888888889vw, 248px);
  }
}
.l-header.active .l-header__logo-pc {
  display: none;
}
.l-header.active .l-header__logo-sp {
  display: block;
}
.l-header.active .l-header__nav {
  transition: all 0.8s;
  display: flex;
  align-items: center;
}
.l-header.active .l-header__nav > a {
  color: #101010;
  transition: all 0.8s;
}
.l-header-pc {
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .l-header-pc {
    display: none;
  }
}
.l-header__inner {
  margin: 0 auto;
  transition: all 0.8s;
}
.l-header__inner {
  padding-top: clamp(19.7657393851px, 2.196193265vw, 30px);
}
@media screen and (max-width: 900px) {
  .l-header__inner {
    padding-top: clamp(25.8467741935px, 4.0322580645vw, 30px);
  }
}
@media screen and (max-width: 640px) {
  .l-header__inner {
    padding-top: clamp(26.6666666667px, 8.3333333333vw, 30px);
  }
}
.l-header__inner {
  padding-bottom: clamp(19.7657393851px, 2.196193265vw, 30px);
}
@media screen and (max-width: 900px) {
  .l-header__inner {
    padding-bottom: clamp(25.8467741935px, 4.0322580645vw, 30px);
  }
}
@media screen and (max-width: 640px) {
  .l-header__inner {
    padding-bottom: clamp(26.6666666667px, 8.3333333333vw, 30px);
  }
}
.l-header__inner {
  padding-left: clamp(19.7657393851px, 2.196193265vw, 30px);
}
@media screen and (max-width: 900px) {
  .l-header__inner {
    padding-left: clamp(25.8467741935px, 4.0322580645vw, 30px);
  }
}
@media screen and (max-width: 640px) {
  .l-header__inner {
    padding-left: clamp(26.6666666667px, 8.3333333333vw, 30px);
  }
}
.l-header__inner {
  padding-right: clamp(19.7657393851px, 2.196193265vw, 30px);
}
@media screen and (max-width: 900px) {
  .l-header__inner {
    padding-right: clamp(25.8467741935px, 4.0322580645vw, 30px);
  }
}
@media screen and (max-width: 640px) {
  .l-header__inner {
    padding-right: clamp(26.6666666667px, 8.3333333333vw, 30px);
  }
}
.l-header__grid {
  display: flex;
  justify-content: space-between;
}
.l-header__logo {
  max-width: clamp(165.3733528551px, 18.3748169839vw, 251px);
}
@media screen and (max-width: 900px) {
  .l-header__logo {
    max-width: clamp(216.251344086px, 33.7365591398vw, 251px);
  }
}
@media screen and (max-width: 640px) {
  .l-header__logo {
    max-width: clamp(223.1111111111px, 69.7222222222vw, 251px);
  }
}
.l-header__logo {
  margin-right: clamp(111.3469985359px, 12.3718887262vw, 169px);
}
@media screen and (max-width: 900px) {
  .l-header__logo {
    margin-right: clamp(145.6034946237px, 22.7150537634vw, 169px);
  }
}
@media screen and (max-width: 640px) {
  .l-header__logo {
    margin-right: clamp(150.2222222222px, 46.9444444444vw, 169px);
  }
}
.l-header__nav {
  display: flex;
}
.l-header__nav > a {
  white-space: nowrap;
  color: #fffafa;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.8px;
}
.l-header__nav > a {
  font-size: clamp(10.541727672px, 1.1713030747vw, 16px);
}
@media screen and (max-width: 900px) {
  .l-header__nav > a {
    font-size: clamp(13.7849462366px, 2.1505376344vw, 16px);
  }
}
@media screen and (max-width: 640px) {
  .l-header__nav > a {
    font-size: clamp(14.2222222222px, 4.4444444444vw, 16px);
  }
}
.l-header__nav > a {
  margin-right: clamp(19.7657393851px, 2.196193265vw, 30px);
}
@media screen and (max-width: 900px) {
  .l-header__nav > a {
    margin-right: clamp(25.8467741935px, 4.0322580645vw, 30px);
  }
}
@media screen and (max-width: 640px) {
  .l-header__nav > a {
    margin-right: clamp(26.6666666667px, 8.3333333333vw, 30px);
  }
}
.l-header-sp {
  position: relative;
  display: none;
  background: #fff;
  padding: 16px;
}
@media screen and (max-width: 900px) {
  .l-header-sp {
    display: block;
  }
}
.l-header-sp__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l-header-sp__left {
  max-width: 124px;
  width: 38%;
}
.l-header-sp__right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1;
}
.l-header-sp__right .b-button {
  flex: 1;
}
.l-header-sp__nav-button {
  position: relative;
  width: 36px;
  height: 40px;
  padding-bottom: 7px;
  z-index: 1000;
  margin: 0 16px 0 26px;
  transition: all 0.8s;
}
@media screen and (max-width: 640px) {
  .l-header-sp__nav-button {
    margin: 0 0 0 14px;
  }
}
.l-header-sp__nav-button:after {
  content: "MENU";
  position: absolute;
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.36px;
  left: 0;
  bottom: -5px;
}
.l-header-sp__nav-button span {
  position: absolute;
  display: block;
  height: 2px;
  background-color: #000;
  transition: all 0.8s;
}
.l-header-sp__nav-button span:nth-of-type(1) {
  width: 36px;
  top: 0;
  left: 0;
}
.l-header-sp__nav-button span:nth-of-type(2) {
  width: 36px;
  top: 10px;
  left: 0;
}
.l-header-sp__nav-button span:nth-of-type(3) {
  width: 25px;
  top: 20px;
  left: 0;
}
.l-header-sp__nav-button.active:after {
  content: "CLOSE";
  left: 50%;
  transform: translateX(-50%);
}
.l-header-sp__nav-button.active span:nth-of-type(1) {
  transform: rotate(20deg);
  top: 10px;
}
.l-header-sp__nav-button.active span:nth-of-type(2) {
  transform: rotate(-20deg);
}
.l-header-sp__nav-button.active span:nth-of-type(3) {
  display: none;
}
.l-header-sp__nav {
  position: fixed;
  top: -300%;
  top: -460%;
  left: 0;
  width: 100%;
  background: #fff;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid #000;
  transition: all 0.8s;
  z-index: -1;
}
.l-header-sp__nav.active {
  top: 83px;
}
@media screen and (max-width: 640px) {
  .l-header-sp__nav {
    display: block;
  }
}
.l-header-sp__nav a {
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.8px;
  padding: 18px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 640px) {
  .l-header-sp__nav a {
    border-right: none;
  }
}
.l-header-sp__nav a img {
  width: 5px;
}
.l-header-sp__nav span {
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.8px;
  padding: 18px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 640px) {
  .l-header-sp__nav span {
    display: none;
  }
}

.fadein {
  opacity: 0;
}

.section-mv {
  position: relative;
}
.section-mv__fixed {
  position: fixed;
  width: 100%;
  right: 80px;
  z-index: 999;
  transition: all 1s;
  opacity: 1;
  transition: opacity 1s ease-in-out;
}
.section-mv__fixed {
  bottom: clamp(65.8857979502px, 7.3206442167vw, 100px);
}
@media screen and (max-width: 900px) {
  .section-mv__fixed {
    bottom: clamp(86.1559139785px, 13.4408602151vw, 100px);
  }
}
@media screen and (max-width: 640px) {
  .section-mv__fixed {
    bottom: clamp(88.8888888889px, 27.7777777778vw, 100px);
  }
}
@media screen and (max-width: 900px) {
  .section-mv__fixed {
    right: 0;
    bottom: 10%;
    padding: 0 30px;
    position: absolute;
  }
}
@media screen and (max-width: 640px) {
  .section-mv__fixed {
    bottom: 9%;
  }
}
.section-mv__fixed .b-button {
  margin-left: auto;
}
@media screen and (max-width: 900px) {
  .section-mv__fixed .b-button {
    max-width: 100%;
    padding: 25px 0;
  }
}
@media screen and (max-width: 640px) {
  .section-mv__fixed .b-button {
    padding: 16px 0;
  }
}
.section-mv__fixed.active {
  position: fixed;
  right: 80px;
}
.section-mv__fixed.active {
  bottom: clamp(65.8857979502px, 7.3206442167vw, 100px);
}
@media screen and (max-width: 900px) {
  .section-mv__fixed.active {
    bottom: clamp(86.1559139785px, 13.4408602151vw, 100px);
  }
}
@media screen and (max-width: 640px) {
  .section-mv__fixed.active {
    bottom: clamp(88.8888888889px, 27.7777777778vw, 100px);
  }
}
@media screen and (max-width: 900px) {
  .section-mv__fixed.active {
    right: 0;
    bottom: 120px;
  }
}
@media screen and (max-width: 640px) {
  .section-mv__fixed.active {
    bottom: 60px;
  }
}
.section-intro {
  margin-top: -1px;
  background-color: #000;
  padding: 30px 0 200px 0;
}
@media screen and (max-width: 900px) {
  .section-intro {
    padding: 50px 0 180px;
  }
}
@media screen and (max-width: 640px) {
  .section-intro {
    padding: 50px 0 140px;
  }
}
.section-intro-pc {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 900px) {
  .section-intro-pc {
    display: none;
  }
}
.section-intro-loop {
  width: 100%;
  height: 248px;
  background: url(../img/intro-loop-bg-pc.png) repeat-x;
  background-size: contain;
  background-position: center center;
  animation: bgroop-pc 40s linear infinite;
  top: 36px;
  position: relative;
  z-index: 0;
}
@keyframes bgroop-pc {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -2984px 0;
  }
}
@media screen and (max-width: 900px) {
  .section-intro-loop {
    height: 134px;
    background: url(../img/intro-loop-bg-tab.png) repeat-x;
    background-size: contain;
    background-position: center center;
    animation: bgroop-tab 40s linear infinite;
    top: 10px;
    position: relative;
  }
  @keyframes bgroop-tab {
    from {
      background-position: 0 0;
    }
    to {
      background-position: -1656px 0;
    }
  }
}
@media screen and (max-width: 640px) {
  .section-intro-loop {
    height: 96px;
    background: url(../img/intro-loop-bg-sp.png) repeat-x;
    background-size: contain;
    background-position: center center;
    animation: bgroop-sp 40s linear infinite;
    top: 30px;
    position: relative;
  }
  @keyframes bgroop-sp {
    from {
      background-position: 0 0;
    }
    to {
      background-position: -1218px 0;
    }
  }
}
.section-intro__imgarea {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0 12px;
}
.section-intro__flexbox {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}
.section-intro__textarea {
  max-width: clamp(448.682284041px, 49.8535871157vw, 681px);
}
@media screen and (max-width: 900px) {
  .section-intro__textarea {
    max-width: clamp(586.7217741935px, 91.5322580645vw, 681px);
  }
}
@media screen and (max-width: 640px) {
  .section-intro__textarea {
    max-width: clamp(605.3333333333px, 189.1666666667vw, 681px);
  }
}
.section-intro__textarea .b-title {
  margin-bottom: 24px;
}
.section-intro__cta {
  width: 100%;
}
.section-intro__cta {
  max-width: clamp(217.4231332357px, 24.1581259151vw, 330px);
}
@media screen and (max-width: 900px) {
  .section-intro__cta {
    max-width: clamp(284.314516129px, 44.3548387097vw, 330px);
  }
}
@media screen and (max-width: 640px) {
  .section-intro__cta {
    max-width: clamp(293.3333333333px, 91.6666666667vw, 330px);
  }
}
.section-intro__cta > p {
  color: #fffafa;
  font-family: "Outfit", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.56px;
  padding-bottom: 16px;
  text-align: center;
  border-bottom: 1px solid #fffafa;
  margin-bottom: 20px;
}
.section-intro-sp {
  display: none;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 900px) {
  .section-intro-sp {
    display: block;
  }
}
.section-intro-sp__card {
  display: flex;
  max-width: 664px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .section-intro-sp__card {
    display: block;
  }
}
.section-intro-sp__card-img {
  width: 47.2891%;
}
.section-intro-sp__card-img {
  width: clamp(206.8814055637px, 22.9868228404vw, 314px);
}
@media screen and (max-width: 900px) {
  .section-intro-sp__card-img {
    width: clamp(270.5295698925px, 42.2043010753vw, 314px);
  }
}
@media screen and (max-width: 640px) {
  .section-intro-sp__card-img {
    width: clamp(279.1111111111px, 87.2222222222vw, 314px);
  }
}
@media screen and (max-width: 640px) {
  .section-intro-sp__card-img {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .section-intro-sp__card-img img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 366px;
  }
}
@media screen and (max-width: 640px) {
  .section-intro-sp__card-img img {
    -o-object-fit: fill;
       object-fit: fill;
    height: auto;
  }
}
.section-intro-sp__card-contents {
  width: 52.7108%;
  background: #fffafa;
  padding: 28px 24px;
}
@media screen and (max-width: 640px) {
  .section-intro-sp__card-contents {
    width: 100%;
  }
}
.section-intro-sp__card-contents > p {
  color: #000;
  text-align: justify;
  /* sp_caption */
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
  margin-bottom: 28px;
}
@media screen and (max-width: 640px) {
  .section-intro-sp__card-contents > p {
    font-size: 15px;
  }
}
.section-intro-sp__card-contents-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.section-intro-sp__card-contents-flex > h2 {
  color: #630000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 1px;
  white-space: nowrap;
}
.section-intro-sp__card-contents-flex > p {
  padding: 3px 8px 4px 8px;
  background: #630000;
  color: #fffafa;
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
}
@media screen and (max-width: 640px) {
  .section-intro-sp__card-contents .b-button {
    margin: 0 auto;
  }
}
.section-features {
  background-color: #000;
}
.section-features__heading {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media screen and (max-width: 640px) {
  .section-features__heading {
    display: block;
  }
}
.section-features__heading .b-title {
  min-width: clamp(184.4802342606px, 20.4978038067vw, 280px);
}
@media screen and (max-width: 900px) {
  .section-features__heading .b-title {
    min-width: clamp(241.2365591398px, 37.6344086022vw, 280px);
  }
}
@media screen and (max-width: 640px) {
  .section-features__heading .b-title {
    min-width: clamp(248.8888888889px, 77.7777777778vw, 280px);
  }
}
@media screen and (max-width: 640px) {
  .section-features__heading .b-title {
    margin-bottom: 40px;
    min-width: auto;
  }
}
.section-features__heading .b-text {
  line-height: 2;
}
.section-features__heading .b-text {
  max-width: clamp(461.2005856515px, 51.2445095168vw, 700px);
}
@media screen and (max-width: 900px) {
  .section-features__heading .b-text {
    max-width: clamp(603.0913978495px, 94.0860215054vw, 700px);
  }
}
@media screen and (max-width: 640px) {
  .section-features__heading .b-text {
    max-width: clamp(622.2222222222px, 194.4444444444vw, 700px);
  }
}
.section-features__pc-wrap {
  width: 50%;
}
@media screen and (min-width: 1367px) {
  .section-features__pc-wrap {
    max-width: 680px;
  }
}
@media screen and (max-width: 900px) {
  .section-features__pc-wrap {
    width: 100%;
  }
}
.section-features__item {
  overflow: hidden;
  background-color: #fffafa;
  display: flex;
}
@media screen and (max-width: 900px) {
  .section-features__item {
    display: block;
  }
}
.section-features__item--rev {
  flex-direction: row-reverse;
}
.section-features__item-img {
  width: 50%;
}
@media screen and (max-width: 900px) {
  .section-features__item-img {
    width: 100%;
  }
}
.section-features__item-img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 433px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .section-features__item-img img {
    height: 550px;
  }
}
@media screen and (max-width: 900px) {
  .section-features__item-img img {
    -o-object-fit: fill;
       object-fit: fill;
    height: auto;
  }
}
.section-features__item-img img .reverse-img {
  grid-area: img;
}
.section-features__item-textarea {
  padding: 60px;
  text-align: center;
  position: relative;
  height: 433px;
}
@media screen and (min-width: 1367px) {
  .section-features__item-textarea {
    padding: 60px 80px;
  }
}
@media screen and (min-width: 901px) and (max-width: 1200px) {
  .section-features__item-textarea {
    height: 550px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
}
.section-features__item-textarea:after {
  content: "";
  position: absolute;
  background: #630000;
  width: 100vw;
  height: 10px;
  top: 0;
  left: 0;
}
.section-features__item-textarea.reverse-textarea {
  grid-area: text;
}
.section-features__item-textarea.reverse-textarea:after {
  right: 0;
  left: auto;
}
@media screen and (max-width: 900px) {
  .section-features__item-textarea {
    padding: 60px;
    height: auto;
  }
}
@media screen and (max-width: 640px) {
  .section-features__item-textarea {
    padding: 60px 30px;
  }
}
.section-features__item-number {
  color: #630000;
  font-family: "Outfit", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.6px;
  text-align: center;
  margin-bottom: 16px;
  position: relative;
  display: inline-block;
}
.section-features__item-number:after {
  content: "";
  position: absolute;
  background: #630000 no-repeat center center/contain;
  width: 10px;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  left: -18px;
}
.section-features__item-number:before {
  content: "";
  position: absolute;
  background: #630000 no-repeat center center/contain;
  width: 10px;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  right: -18px;
}
@media screen and (max-width: 900px) {
  .section-features__item-number {
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.5px;
    margin-bottom: 16px;
  }
}
.section-features__item-title {
  color: #630000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .section-features__item-title {
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 30px;
    white-space: nowrap;
  }
}
.section-features__item-text {
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-style: normal;
  text-align: justify;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.16px;
  text-align: left;
  margin: 0 auto;
  max-width: 500px;
}
@media screen and (max-width: 900px) {
  .section-features__item-text {
    font-size: 16px;
    line-height: 30px;
    max-width: 624px;
  }
}
.section-products {
  background-color: #000;
  padding: 200px 0;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .section-products {
    padding: 140px 0;
    padding-left: 30px;
  }
}
.section-products__flexbox {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 900px) {
  .section-products__flexbox {
    display: block;
  }
}
.section-products__heading {
  background-color: #000;
  z-index: 2;
  position: relative;
}
.section-products__heading {
  padding-right: clamp(52.7086383602px, 5.8565153734vw, 80px);
}
@media screen and (max-width: 900px) {
  .section-products__heading {
    padding-right: clamp(68.9247311828px, 10.752688172vw, 80px);
  }
}
@media screen and (max-width: 640px) {
  .section-products__heading {
    padding-right: clamp(71.1111111111px, 22.2222222222vw, 80px);
  }
}
.section-products__heading-wrap {
  width: 174px;
  margin-left: auto;
}
@media screen and (min-width: 1921px) {
  .section-products__heading-wrap {
    margin-left: 300px;
  }
}
@media screen and (max-width: 1920px) {
  .section-products__heading-wrap {
    margin-left: 80px;
  }
}
@media screen and (max-width: 900px) {
  .section-products__heading-wrap {
    margin-left: 0;
  }
}
@media screen and (max-width: 900px) {
  .section-products__heading {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 60px;
  }
}
.section-products__slide {
  z-index: 1;
  position: relative;
  flex-grow: 1;
}
.section-products__slide {
  max-width: clamp(672.0351390922px, 74.6705710102vw, 1020px);
}
@media screen and (max-width: 900px) {
  .section-products__slide {
    max-width: clamp(878.7903225806px, 137.0967741935vw, 1020px);
  }
}
@media screen and (max-width: 640px) {
  .section-products__slide {
    max-width: clamp(906.6666666667px, 283.3333333333vw, 1020px);
  }
}
@media screen and (max-width: 640px) {
  .section-products__slide {
    padding-right: 30px;
  }
}
.section-products__slide .swiper {
  overflow: visible;
}
.section-products__slide .swiper .swiper-slide {
  width: 294px;
}
.section-products__card-textarea {
  padding: 24px;
  background: #fffafa;
}
.section-products__card-title {
  color: #630000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: 0.9px;
  margin-bottom: 12px;
  font-feature-settings: "palt";
}
.section-products__card-price {
  color: #fffafa;
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  padding: 3px 8px 4px 8px;
  background-color: #630000;
  margin-bottom: 16px;
  display: inline-block;
}
.section-products .swiper-controller {
  position: relative;
  height: 60px;
  margin-top: 100px;
  max-width: 132px;
}
@media screen and (max-width: 900px) {
  .section-products .swiper-controller {
    margin-top: 60px;
    max-width: 132px;
  }
}
.section-products .swiper-controller .swiper-button-prev {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  width: 60px;
  height: 60px;
  display: block;
}
.section-products .swiper-controller .swiper-button-prev:after {
  content: "";
  position: absolute;
  background: url(../img/swiper-arrow-prev.png) no-repeat center center/contain;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
}
.section-products .swiper-controller .swiper-button-next {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  opacity: 1;
  display: block;
}
.section-products .swiper-controller .swiper-button-next:after {
  content: "";
  position: absolute;
  background: url(../img/swiper-arrow-next.png) no-repeat center center/contain;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
}
.section-company {
  padding-bottom: 140px;
  background-color: #fffafa;
}
@media screen and (max-width: 900px) {
  .section-company {
    padding-bottom: 100px;
  }
}
.section-company__flexbox {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .section-company__flexbox {
    display: block;
  }
}
.section-company__flexbox .b-title {
  color: #000;
}
.section-company__flexbox .b-title {
  min-width: clamp(237.1888726208px, 26.3543191801vw, 360px);
}
@media screen and (max-width: 900px) {
  .section-company__flexbox .b-title {
    min-width: clamp(310.1612903226px, 48.3870967742vw, 360px);
  }
}
@media screen and (max-width: 640px) {
  .section-company__flexbox .b-title {
    min-width: clamp(320px, 100vw, 360px);
  }
}
@media screen and (max-width: 900px) {
  .section-company__flexbox .b-title {
    min-width: clamp(220.7174231332px, 24.5241581259vw, 335px);
  }
}
@media screen and (max-width: 900px) and (max-width: 900px) {
  .section-company__flexbox .b-title {
    min-width: clamp(288.622311828px, 45.0268817204vw, 335px);
  }
}
@media screen and (max-width: 900px) and (max-width: 640px) {
  .section-company__flexbox .b-title {
    min-width: clamp(297.7777777778px, 93.0555555556vw, 335px);
  }
}
@media screen and (max-width: 640px) {
  .section-company__flexbox .b-title {
    margin-bottom: 60px;
    min-width: auto;
    white-space: nowrap;
  }
}
.section-company__textarea {
  max-width: clamp(474.3777452416px, 52.7086383602vw, 720px);
}
@media screen and (max-width: 900px) {
  .section-company__textarea {
    max-width: clamp(620.3225806452px, 96.7741935484vw, 720px);
  }
}
@media screen and (max-width: 640px) {
  .section-company__textarea {
    max-width: clamp(640px, 200vw, 720px);
  }
}
@media screen and (max-width: 640px) {
  .section-company__textarea {
    text-align: center;
  }
}
.section-company__textarea > h3 {
  color: #630000;
  font-size: 42px;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2.1px;
  padding-bottom: 8px;
  border-bottom: 3px solid #630000;
  margin-bottom: 40px;
  display: inline-block;
}
.section-company__textarea > h3 {
  font-size: clamp(27.6720351391px, 3.074670571vw, 42px);
}
@media screen and (max-width: 900px) {
  .section-company__textarea > h3 {
    font-size: clamp(36.185483871px, 5.6451612903vw, 42px);
  }
}
@media screen and (max-width: 640px) {
  .section-company__textarea > h3 {
    font-size: clamp(37.3333333333px, 11.6666666667vw, 42px);
  }
}
@media screen and (max-width: 900px) {
  .section-company__textarea > h3 {
    font-size: clamp(15.8125915081px, 1.756954612vw, 24px);
  }
}
@media screen and (max-width: 900px) and (max-width: 900px) {
  .section-company__textarea > h3 {
    font-size: clamp(20.6774193548px, 3.2258064516vw, 24px);
  }
}
@media screen and (max-width: 900px) and (max-width: 640px) {
  .section-company__textarea > h3 {
    font-size: clamp(21.3333333333px, 6.6666666667vw, 24px);
  }
}
@media screen and (max-width: 640px) {
  .section-company__textarea > h3 {
    display: inline-block;
  }
}
@media screen and (max-width: 640px) {
  .section-company__textarea .b-text {
    text-align: left;
  }
}
.section-member {
  background-color: #000;
  padding: 140px 0;
}
@media screen and (max-width: 900px) {
  .section-member {
    padding: 120px 0;
  }
}
.section-member__flexbox {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .section-member__flexbox {
    display: block;
  }
}
.section-member__flexbox .b-title {
  min-width: clamp(102.1229868228px, 11.3469985359vw, 155px);
}
@media screen and (max-width: 900px) {
  .section-member__flexbox .b-title {
    min-width: clamp(133.5416666667px, 20.8333333333vw, 155px);
  }
}
@media screen and (max-width: 640px) {
  .section-member__flexbox .b-title {
    min-width: clamp(137.7777777778px, 43.0555555556vw, 155px);
  }
}
@media screen and (max-width: 900px) {
  .section-member__flexbox .b-title {
    margin-bottom: 60px;
  }
}
.section-member__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.section-member__grid {
  max-width: clamp(558.7115666179px, 62.0790629575vw, 848px);
}
@media screen and (max-width: 900px) {
  .section-member__grid {
    max-width: clamp(730.6021505376px, 113.9784946237vw, 848px);
  }
}
@media screen and (max-width: 640px) {
  .section-member__grid {
    max-width: clamp(753.7777777778px, 235.5555555556vw, 848px);
  }
}
.section-member__grid {
  row-gap: clamp(39.5314787701px, 4.39238653vw, 60px);
}
@media screen and (max-width: 900px) {
  .section-member__grid {
    row-gap: clamp(51.6935483871px, 8.064516129vw, 60px);
  }
}
@media screen and (max-width: 640px) {
  .section-member__grid {
    row-gap: clamp(53.3333333333px, 16.6666666667vw, 60px);
  }
}
.section-member__grid {
  -moz-column-gap: clamp(26.3543191801px, 2.9282576867vw, 40px);
       column-gap: clamp(26.3543191801px, 2.9282576867vw, 40px);
}
@media screen and (max-width: 900px) {
  .section-member__grid {
    -moz-column-gap: clamp(34.4623655914px, 5.376344086vw, 40px);
         column-gap: clamp(34.4623655914px, 5.376344086vw, 40px);
  }
}
@media screen and (max-width: 640px) {
  .section-member__grid {
    -moz-column-gap: clamp(35.5555555556px, 11.1111111111vw, 40px);
         column-gap: clamp(35.5555555556px, 11.1111111111vw, 40px);
  }
}
@media screen and (max-width: 900px) {
  .section-member__grid {
    gap: 30px;
  }
}
@media screen and (max-width: 640px) {
  .section-member__grid {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .section-member__item {
    margin-bottom: 40px;
  }
  .section-member__item:last-child {
    margin-bottom: 0;
  }
}
.section-member__item-flex {
  display: flex;
  padding-bottom: 16px;
  border-bottom: 1px dashed #fffafa;
  margin-bottom: 16px;
}
.section-member__img {
  max-width: clamp(79.0629575403px, 8.78477306vw, 120px);
}
@media screen and (max-width: 900px) {
  .section-member__img {
    max-width: clamp(103.3870967742px, 16.1290322581vw, 120px);
  }
}
@media screen and (max-width: 640px) {
  .section-member__img {
    max-width: clamp(106.6666666667px, 33.3333333333vw, 120px);
  }
}
.section-member__img {
  margin-right: clamp(15.8125915081px, 1.756954612vw, 24px);
}
@media screen and (max-width: 900px) {
  .section-member__img {
    margin-right: clamp(20.6774193548px, 3.2258064516vw, 24px);
  }
}
@media screen and (max-width: 640px) {
  .section-member__img {
    margin-right: clamp(21.3333333333px, 6.6666666667vw, 24px);
  }
}
@media screen and (max-width: 900px) {
  .section-member__img {
    max-width: 120px;
    min-width: 120px;
    margin-right: 24px;
  }
}
@media screen and (max-width: 640px) {
  .section-member__img {
    margin-right: 16px;
  }
}
.section-member__textarea {
  max-width: clamp(164.7144948755px, 18.3016105417vw, 250px);
}
@media screen and (max-width: 900px) {
  .section-member__textarea {
    max-width: clamp(215.3897849462px, 33.6021505376vw, 250px);
  }
}
@media screen and (max-width: 640px) {
  .section-member__textarea {
    max-width: clamp(222.2222222222px, 69.4444444444vw, 250px);
  }
}
.section-member__heading > h3 {
  color: #fffafa;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  line-height: 27px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.9px;
  white-space: nowrap;
}
.section-member__heading-text {
  color: #9e9e9e;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 27px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.8px;
  margin-top: 6px;
}
.section-member__heading-text {
  font-size: clamp(10.541727672px, 1.1713030747vw, 16px);
}
@media screen and (max-width: 900px) {
  .section-member__heading-text {
    font-size: clamp(13.7849462366px, 2.1505376344vw, 16px);
  }
}
@media screen and (max-width: 640px) {
  .section-member__heading-text {
    font-size: clamp(14.2222222222px, 4.4444444444vw, 16px);
  }
}
@media screen and (max-width: 900px) {
  .section-member__heading-text {
    font-size: 14px;
  }
}
@media screen and (max-width: 640px) {
  .section-member__heading-text {
    font-size: 12px;
    line-height: 1.5;
  }
}
.section-info {
  background-color: #000;
  padding-bottom: 140px;
}
@media screen and (max-width: 900px) {
  .section-info {
    padding-bottom: 120px;
  }
}
.section-info__flexbox {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .section-info__flexbox {
    display: block;
  }
}
.section-info__flexbox .b-title {
  min-width: clamp(102.1229868228px, 11.3469985359vw, 155px);
}
@media screen and (max-width: 900px) {
  .section-info__flexbox .b-title {
    min-width: clamp(133.5416666667px, 20.8333333333vw, 155px);
  }
}
@media screen and (max-width: 640px) {
  .section-info__flexbox .b-title {
    min-width: clamp(137.7777777778px, 43.0555555556vw, 155px);
  }
}
@media screen and (max-width: 900px) {
  .section-info__flexbox .b-title {
    margin-bottom: 60px;
  }
}
.section-info__table {
  max-width: clamp(558.7115666179px, 62.0790629575vw, 848px);
}
@media screen and (max-width: 900px) {
  .section-info__table {
    max-width: clamp(730.6021505376px, 113.9784946237vw, 848px);
  }
}
@media screen and (max-width: 640px) {
  .section-info__table {
    max-width: clamp(753.7777777778px, 235.5555555556vw, 848px);
  }
}
.section-info__table-item {
  display: flex;
  align-items: center;
  padding: 20px 16px;
  border-top: 1px solid #fffafa;
}
.section-info__table-item:last-child {
  border-bottom: 1px solid #fffafa;
}
@media screen and (max-width: 900px) {
  .section-info__table-item {
    padding: 20px 12px;
  }
}
.section-info__table-title {
  color: #fffafa;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 1.6px;
}
.section-info__table-title {
  min-width: clamp(85.6515373353px, 9.5168374817vw, 130px);
}
@media screen and (max-width: 900px) {
  .section-info__table-title {
    min-width: clamp(112.002688172px, 17.4731182796vw, 130px);
  }
}
@media screen and (max-width: 640px) {
  .section-info__table-title {
    min-width: clamp(115.5555555556px, 36.1111111111vw, 130px);
  }
}
.section-info__table-title {
  margin-right: clamp(52.7086383602px, 5.8565153734vw, 80px);
}
@media screen and (max-width: 900px) {
  .section-info__table-title {
    margin-right: clamp(68.9247311828px, 10.752688172vw, 80px);
  }
}
@media screen and (max-width: 640px) {
  .section-info__table-title {
    margin-right: clamp(71.1111111111px, 22.2222222222vw, 80px);
  }
}
@media screen and (max-width: 900px) {
  .section-info__table-title {
    min-width: clamp(52.7086383602px, 5.8565153734vw, 80px);
  }
}
@media screen and (max-width: 900px) and (max-width: 900px) {
  .section-info__table-title {
    min-width: clamp(68.9247311828px, 10.752688172vw, 80px);
  }
}
@media screen and (max-width: 900px) and (max-width: 640px) {
  .section-info__table-title {
    min-width: clamp(71.1111111111px, 22.2222222222vw, 80px);
  }
}
@media screen and (max-width: 900px) {
  .section-info__table-title {
    margin-right: clamp(13.17715959px, 1.4641288433vw, 20px);
  }
}
@media screen and (max-width: 900px) and (max-width: 900px) {
  .section-info__table-title {
    margin-right: clamp(17.2311827957px, 2.688172043vw, 20px);
  }
}
@media screen and (max-width: 900px) and (max-width: 640px) {
  .section-info__table-title {
    margin-right: clamp(17.7777777778px, 5.5555555556vw, 20px);
  }
}
.section-info__table-text {
  color: #fffafa;
  text-align: justify;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  line-height: 24px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.15px;
}

.section-mv {
  overflow: hidden;
}

/* スケーリングアニメーションを設定 */
.section-mv img {
  transform: scale(1.1);
  transition: transform 3s ease-out;
  transform-origin: center center;
}

/* フェードイン効果のために初期状態で要素を非表示にする */
.section-mv,
.section-mv__fixed {
  opacity: 0;
}

.l-header__logo,
.l-header__nav,
.l-header-sp__left img,
.l-header-sp__right {
  opacity: 0;
  transition: all 1s;
}

.tax-text {
  font-size: 12px;
}
@media screen and (max-width: 900px) {
  .tax-text {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .tax-text {
    display: block;
    white-space: nowrap;
  }
}

.b-button-shop {
  width: 45px;
  height: 45px;
  background-color: #630000;
  padding: 2px;
  border-radius: 50px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

.b-button-shop img {
  width: 20px;
}

.instagram-link {
  margin-right: 4px;
}

.instagram-link img {
  width: 44px;
}

.l-header__nav-link img {
  width: clamp(1rem, 0.645rem + 1.514vw, 1.938rem);
  max-width: 31px;
  margin-top: -3px;
}

.l-header__nav-link.l-header__nav-link--mt0 img {
  margin-top: 0;
}

.l-header__nav-link.headerLogoScroll.-before {
  display: none;
}

.l-header__nav-link.-after {
  display: none;
}

.l-header__nav-link.headerLogoScroll.-after {
  display: block;
}

.section-mv__instagram {
  width: 100%;
  text-align: center;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
@media screen and (max-width: 900px) {
  .section-mv__instagram {
    padding: 0 50px;
  }
}
@media screen and (max-width: 640px) {
  .section-mv__instagram {
    padding: 0 42px;
  }
}

@media screen and (max-width: 900px) {
  .section-mv__instagram.section-mv__instagram--pc {
    visibility: hidden;
  }
}

.section-mv__instagram a {
  display: inline-block;
  margin-left: auto;
}

.section-mv__instagram img {
  position: fixed;
  width: 100%;
  max-width: 306px;
  right: 100px;
  z-index: 999;
}
.section-mv__instagram img {
  bottom: clamp(118.5944363104px, 13.17715959vw, 180px);
}
@media screen and (max-width: 900px) {
  .section-mv__instagram img {
    bottom: clamp(155.0806451613px, 24.1935483871vw, 180px);
  }
}
@media screen and (max-width: 640px) {
  .section-mv__instagram img {
    bottom: clamp(160px, 50vw, 180px);
  }
}
@media screen and (min-width: 900px) and (max-width: 1150px) {
  .section-mv__instagram img {
    bottom: clamp(138.3601756955px, 15.3733528551vw, 210px);
  }
}
@media screen and (min-width: 900px) and (max-width: 1150px) and (max-width: 900px) {
  .section-mv__instagram img {
    bottom: clamp(180.9274193548px, 28.2258064516vw, 210px);
  }
}
@media screen and (min-width: 900px) and (max-width: 1150px) and (max-width: 640px) {
  .section-mv__instagram img {
    bottom: clamp(186.6666666667px, 58.3333333333vw, 210px);
  }
}
@media screen and (max-width: 900px) {
  .section-mv__instagram img {
    position: static;
    max-width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .section-mv__instagram img {
    max-width: 100%;
  }
}

.section-mv__instagram.section-mv__instagram--sp {
  display: none;
}
@media screen and (max-width: 900px) {
  .section-mv__instagram.section-mv__instagram--sp {
    display: block;
    margin-top: -12%;
    position: relative;
    z-index: 100;
  }
}

.section-shop {
  padding-block: 140px;
}
@media screen and (max-width: 900px) {
  .section-shop {
    padding-block: 120px;
  }
}

.section-shop__header {
  display: flex;
  align-items: center;
  gap: 120px;
}
@media screen and (max-width: 900px) {
  .section-shop__header {
    flex-direction: column;
    gap: 60px;
  }
}

.section-shop__body {
  flex: 1;
}
@media screen and (max-width: 900px) {
  .section-shop__body {
    width: 100%;
  }
}

.section-shop__description {
  margin-top: 24px;
}
@media screen and (max-width: 900px) {
  .section-shop__description {
    margin-top: 40px;
  }
}

.section-shop__map {
  display: block;
  width: 100%;
  max-width: 602px;
  max-width: min(44.0702781845vw, 602px);
}
@media screen and (max-width: 900px) {
  .section-shop__map {
    max-width: initial;
  }
}

.section-shop__map iframe {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 602/426;
}
@media screen and (max-width: 900px) {
  .section-shop__map iframe {
    aspect-ratio: 330/204;
  }
}

.section-shop__details {
  margin-top: 100px;
}
@media screen and (max-width: 900px) {
  .section-shop__details {
    margin-top: 60px;
  }
}

.section-shop__info-item {
  padding: 20px 40px;
  display: flex;
  align-items: center;
  gap: 80px;
  color: #fffafa;
  border-top: 1px solid #fffafa;
}
@media screen and (max-width: 900px) {
  .section-shop__info-item {
    padding: 20px 12px;
    gap: 20px;
  }
}

.section-shop__info-item:last-child {
  border-bottom: 1px solid #fffafa;
}

.section-shop__info-title {
  display: inline-block;
  width: 130px;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 900px) {
  .section-shop__info-title {
    width: 80px;
  }
}

.section-shop__info-content {
  flex: 1;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.01em;
}

.section-shop__items {
  margin-top: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .section-shop__items {
    margin-top: 60px;
    flex-direction: column;
    gap: 24px;
  }
}

.section-shop__item {
  display: block;
  width: 100%;
  max-width: 571.88px;
  max-width: min(41.8653001464vw, 571.88px);
}
@media screen and (max-width: 900px) {
  .section-shop__item {
    max-width: initial;
  }
}

.section-shop__item img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 571.88/360;
}
@media screen and (max-width: 900px) {
  .section-shop__item img {
    aspect-ratio: 330/204;
  }
}

.section-catering {
  padding-block: 140px;
  background-color: #fffafa;
}
@media screen and (max-width: 900px) {
  .section-catering {
    padding-block: 0;
  }
}

.section-catering__header {
  display: flex;
  align-items: center;
  gap: 120px;
}
@media screen and (max-width: 900px) {
  .section-catering__header {
    flex-direction: column-reverse;
    gap: 60px;
  }
}

.section-catering__header > div {
  flex: 1;
  max-width: 488px;
}
@media screen and (max-width: 900px) {
  .section-catering__header > div {
    max-width: initial;
  }
}

.section-catering__title {
  color: #000;
}

.section-catering__text {
  margin-top: 24px;
}
@media screen and (max-width: 900px) {
  .section-catering__text {
    margin-top: 40px;
  }
}

.section-catering__header-img {
  display: block;
  width: 100%;
  max-width: 603.32px;
  max-width: min(44.1669106881vw, 603.32px);
}
@media screen and (max-width: 900px) {
  .section-catering__header-img {
    margin-inline: calc(50% - 50vw);
    width: 100vw;
    max-width: 100vw;
  }
}

.section-catering__header-img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 603.32/426.02;
}
@media screen and (max-width: 900px) {
  .section-catering__header-img img {
    aspect-ratio: 390/250;
  }
}

.section-catering__items {
  margin-top: 100px;
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 900px) {
  .section-catering__items {
    margin-top: 60px;
    grid-template-columns: 1fr;
  }
}

.section-catering__item {
  max-width: 375.82px;
  max-width: min(27.5124450952vw, 375.82px);
  text-align: center;
}
@media screen and (max-width: 900px) {
  .section-catering__item {
    margin-inline: auto;
    width: 100%;
    max-width: initial;
  }
}

.section-catering__item-number {
  color: #630000;
  font-family: "Outfit", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.05em;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 900px) {
  .section-catering__item-number {
    font-size: 30px;
    line-height: 1.2666666667;
  }
}

.section-catering__item-number::before,
.section-catering__item-number::after {
  content: "";
  position: absolute;
  background: #630000 no-repeat center center/contain;
  width: 10px;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
}

.section-catering__item-number::before {
  right: -18px;
}

.section-catering__item-number::after {
  left: -18px;
}

.section-catering__item-text {
  margin-top: 16px;
  color: #630000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 22px;
  font-size: min(1.6105417277vw, 22px);
  font-size: clamp(0.875rem, -0.094rem + 1.72vw, 1.375rem);
  font-style: normal;
  font-weight: 500;
  line-height: 1.72;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .section-catering__item-text {
    font-size: 22px;
    line-height: 1.6363636364;
  }
}
@media screen and (max-width: 640px) {
  .section-catering__item-text {
    font-size: clamp(1.313rem, 1.027rem + 1.429vw, 1.375rem);
  }
}

.section-catering__item-img {
  margin-top: 25px;
  display: block;
  width: 100%;
  max-width: 375.82px;
}
@media screen and (max-width: 900px) {
  .section-catering__item-img {
    margin-top: 32px;
    margin-inline: auto;
    max-width: initial;
  }
}

.section-catering__item-img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 375.82/265.01;
}
@media screen and (max-width: 900px) {
  .section-catering__item-img img {
    aspect-ratio: 330/204;
  }
}

.section-catering__details {
  margin-top: 100px;
}
@media screen and (max-width: 900px) {
  .section-catering__details {
    margin-top: 60px;
  }
}

.section-catering__details-title {
  font-size: 32px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 1.72;
  letter-spacing: 0.1em;
  color: #630000;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .section-catering__details-title {
    font-size: 22px;
  }
}

.section-catering__lists {
  margin-top: 40px;
  border-top: 1px solid #630000;
}
@media screen and (max-width: 900px) {
  .section-catering__lists {
    margin-top: 32px;
  }
}

.section-catering__list {
  padding: 20px 16px;
  display: flex;
  align-items: center;
  gap: 80px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #000;
  border-bottom: 1px solid #630000;
}
@media screen and (max-width: 900px) {
  .section-catering__list {
    padding-inline: 12px;
    gap: 20px;
  }
}

.section-catering__term {
  width: 130px;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 900px) {
  .section-catering__term {
    width: 80px;
  }
}

.section-catering__description {
  flex: 1;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.01em;
}

@media screen and (max-width: 900px) {
  .section-catering__description-second {
    margin-top: 24px;
    display: inline-block;
  }
}

.section-catering__contact {
  margin-top: 100px;
}
@media screen and (max-width: 900px) {
  .section-catering__contact {
    margin-top: 120px;
    margin-inline: calc(50% - 50vw);
    width: 100vw;
  }
}

.section-catering__contact-box {
  padding: 80px 80px 67px 80px;
  padding-right: min(5.8565153734vw, 80px);
  padding-left: min(5.8565153734vw, 80px);
  background: url(../img/catering-bg.webp) no-repeat center/cover;
}
@media screen and (max-width: 900px) {
  .section-catering__contact-box {
    padding: 60px 30px;
    background: url(../img/catering-bg_sp.webp) no-repeat bottom center/cover;
  }
}

.section-catering__contact-box-text-wrap {
  text-align: center;
}

.section-catering__contact-box-text {
  display: inline-block;
  font-size: 32px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 900px) {
  .section-catering__contact-box-text {
    font-size: 20px;
  }
}
@media screen and (max-width: 640px) {
  .section-catering__contact-box-text {
    font-size: clamp(1.063rem, 0.205rem + 4.286vw, 1.25rem);
  }
}

.section-catering__contact-box-text::before,
.section-catering__contact-box-text::after {
  content: "";
  position: absolute;
  background: #fff no-repeat center center/contain;
  width: 37px;
  height: 2px;
  top: 50%;
}
@media screen and (max-width: 900px) {
  .section-catering__contact-box-text::before,
  .section-catering__contact-box-text::after {
    width: 28px;
  }
}

.section-catering__contact-box-text::before {
  left: -47px;
  transform: translateY(-50%) rotate(56deg);
}
@media screen and (max-width: 900px) {
  .section-catering__contact-box-text::before {
    left: -28px;
  }
}

.section-catering__contact-box-text::after {
  right: -44px;
  transform: translateY(-50%) rotate(-56deg);
}
@media screen and (max-width: 900px) {
  .section-catering__contact-box-text::after {
    right: -28px;
  }
}

.section-catering__contact-box-info {
  margin-top: 62px;
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 900px) {
  .section-catering__contact-box-info {
    margin-top: 40px;
    flex-direction: column;
    gap: 32px;
  }
}

.section-catering__contact-box-phone {
  text-align: center;
}

.section-catering__contact-box-label {
  display: inline-block;
  font-size: 24px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 900px) {
  .section-catering__contact-box-label {
    font-size: 18px;
  }
}

.section-catering__contact-box-label::before,
.section-catering__contact-box-label::after {
  content: "";
  position: absolute;
  background: #FFFAFA no-repeat center center/contain;
  width: 10px;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
}

.section-catering__contact-box-label::before {
  right: -18px;
}

.section-catering__contact-box-label::after {
  left: -18px;
}

.section-catering__contact-button {
  margin-top: 24px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 504px;
  width: min(36.8960468521vw, 504px);
  min-height: 109px;
  min-height: min(7.9795021962vw, 109px);
  background-color: #fff;
  border-radius: 100vmax;
}
@media screen and (max-width: 900px) {
  .section-catering__contact-button {
    margin-top: 16px;
    width: 330px;
    min-height: 90px;
  }
}
@media screen and (max-width: 640px) {
  .section-catering__contact-button {
    width: min(84.6153846154vw, 330px);
    min-height: min(23.0769230769vw, 90px);
  }
}

.section-catering__contact-box-link {
  padding-left: 51px;
  padding-left: min(3.7335285505vw, 51px);
  font-size: 30px;
  font-size: min(2.196193265vw, 30px);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #630000;
  position: relative;
}
@media screen and (max-width: 900px) {
  .section-catering__contact-box-link {
    padding-left: 54px;
    font-size: 30px;
  }
}
@media screen and (max-width: 640px) {
  .section-catering__contact-box-link {
    padding-left: min(13.8461538462vw, 54px);
    font-size: min(7.6923076923vw, 30px);
  }
}

.section-catering__contact-box-link::before {
  display: inline-block;
  content: "";
  width: 17px;
  width: min(1.2445095168vw, 17px);
  height: 26.22px;
  height: min(1.9194729136vw, 26.22px);
  background: url(../img/tel-icon.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 18px;
  left: min(1.317715959vw, 18px);
}
@media screen and (max-width: 900px) {
  .section-catering__contact-box-link::before {
    width: 16px;
    height: 24px;
    left: 22px;
  }
}
@media screen and (max-width: 640px) {
  .section-catering__contact-box-link::before {
    width: 16px;
    width: min(4.1025641026vw, 16px);
    height: 24px;
    height: min(6.1538461538vw, 24px);
    left: 22px;
    left: min(5.641025641vw, 22px);
  }
}

.section-catering__contact-box-link--small {
  padding-left: 40px;
  padding-left: min(2.9282576867vw, 40px);
  font-size: 24px;
  font-size: min(1.756954612vw, 24px);
}
@media screen and (max-width: 900px) {
  .section-catering__contact-box-link--small {
    padding-left: 38px;
    font-size: 18px;
  }
}
@media screen and (max-width: 640px) {
  .section-catering__contact-box-link--small {
    padding-left: min(9.7435897436vw, 38px);
    font-size: min(4.6153846154vw, 18px);
  }
}

.section-catering__contact-box-link--small::before {
  width: 27.07px;
  width: min(1.9816983895vw, 27.07px);
  height: 19.42px;
  height: min(1.4216691069vw, 19.42px);
  background: url(../img/mail-icon.svg) no-repeat center/contain;
  left: -3px;
  left: min(-0.2196193265vw, -3px);
}
@media screen and (max-width: 900px) {
  .section-catering__contact-box-link--small::before {
    width: 22px;
    height: 15.78em;
    left: 0;
  }
}

.section-catering__contact-box-note {
  margin-top: 12px;
  font-size: 16px;
  font-size: min(1.1713030747vw, 16px);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #630000;
}
@media screen and (max-width: 900px) {
  .section-catering__contact-box-note {
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  .section-catering__contact-box-note {
    font-size: min(4.1025641026vw, 16px);
  }
}

.section-catering__contact-box-email {
  text-align: center;
}

.u-inlineblock {
  display: inline-block;
}

@media screen and (max-width: 900px) {
  .u-inlineblock-sp {
    display: inline-block;
  }
}/*# sourceMappingURL=style.css.map */