@font-face {
  font-family: "akaDora";
  src: url("../font/akaDora.otf") format("opentype");
}
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

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

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

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

dt {
  font-weight: normal;
}

dd {
  margin-left: 0;
}

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

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

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

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

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

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

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

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

option {
  padding: 0;
}

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  color: #000000;
  font-size: 1rem;
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  font-kerning: normal;
  font-variant-ligatures: common-ligatures;
  font-feature-settings: "kern", "liga", "clig", "calt";
  -webkit-text-size-adjust: 100%;
}

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

object {
  display: inline-block;
  pointer-events: none;
}

a {
  display: block;
  color: #000000;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media (hover: hover) {
  a:hover {
    opacity: 0.6;
    transition: all 0.3s ease;
  }
}

input[type=submit] {
  transition: all 0.3s ease;
  cursor: pointer;
}
@media (hover: hover) {
  input[type=submit]:hover {
    opacity: 0.6;
    transition: all 0.3s ease;
  }
}

button {
  transition: all 0.3s ease;
  cursor: pointer;
}
@media (hover: hover) {
  button:hover {
    opacity: 0.6;
    transition: all 0.3s ease;
  }
}

:focus {
  outline: none;
}

::-moz-placeholder {
  color: #c9caca;
}

::placeholder {
  color: #c9caca;
}

:-ms-input-placeholder {
  color: #c9caca;
}

.u-hide {
  display: none !important;
}

.u-opacity {
  opacity: 0;
}

.u-sp {
  display: block !important;
}
@media (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}

.u-spTab {
  display: block !important;
}
@media (min-width: 1010px) {
  .u-spTab {
    display: none !important;
  }
}

.u-tab {
  display: none !important;
}
@media (min-width: 768px) {
  .u-tab {
    display: block !important;
  }
}
@media (min-width: 1010px) {
  .u-tab {
    display: none !important;
  }
}

.u-tabPc {
  display: none !important;
}
@media (min-width: 768px) {
  .u-tabPc {
    display: block !important;
  }
}

.u-pc {
  display: none !important;
}
@media (min-width: 1010px) {
  .u-pc {
    display: block !important;
  }
}

.u-spPc {
  display: none !important;
}
@media (max-width: 767px) {
  .u-spPc {
    display: block !important;
  }
}
@media (min-width: 1010px) {
  .u-spPc {
    display: block !important;
  }
}

.u-animation--fadeUp {
  opacity: 0;
}

.u-animation--is .uu-animation--fadeUp {
  -webkit-animation: fadeup 1s 0.5s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: fadeup 1s 0.5s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

.u-animation--is.u-animation--fadeUp {
  -webkit-animation: fadeup 1s 0.5s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: fadeup 1s 0.5s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

@-webkit-keyframes fadeup {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeup {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.section-top {
  padding-top: 183px;
}
@media (min-width: 1010px) {
  .section-top {
    padding-top: 160px;
  }
}

@media (max-width: 1009px) {
  .l-header--scroll + .section-top {
    padding-top: 80px;
  }
}

.l-content {
  display: flex;
}
@media (max-width: 767px) {
  .l-content {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .l-content {
    align-items: flex-start;
  }
}

.c-inner {
  width: min(100%, 1010px);
  padding: 0 clamp(37.5px, 4.1666666667vw, 75px);
  margin: 0 auto;
}

.c-before::before {
  content: "";
  position: absolute;
  display: block;
}

.c-after::after {
  content: "";
  position: absolute;
  display: block;
}

.c-bf::before, .c-bf::after {
  content: "";
  position: absolute;
  display: block;
}

.c-button {
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  background-color: #ffffff;
  cursor: pointer;
}
@media (hover: hover) {
  .c-button:hover {
    opacity: 0.6;
    transition: all 0.3s ease;
  }
}
.c-button > * {
  position: relative;
  display: block;
  line-height: 1;
  text-align: center;
  width: 100%;
  transition-property: all;
}

.c-button__type {
  border-radius: clamp(15.5px, 1.1111111111vw, 20px);
}
.c-button__type > * {
  background-color: #e3e0d8;
  font-family: "linotype-didot", serif;
  font-size: clamp(1.3rem, 0.7090909091rem + 1.1818181818vw, 2.6rem);
  border-width: 1px;
  border-color: #000000;
  border-radius: clamp(15.5px, 1.1111111111vw, 20px);
  padding-top: clamp(8px, 0.6111111111vw, 11px);
  padding-bottom: clamp(8px, 0.6111111111vw, 11px);
}
@media (min-width: 768px) {
  .c-button__type > * {
    font-size: clamp(0.8rem, 0.4363636364rem + 0.7272727273vw, 1.6rem);
  }
}

/*.c-button__orange {

  & > * {
    background: $colorOrange;
    color: $colorWhite;
  }
}

//---------------------------------------
// icon
//---------------------------------------
.c-button__arrow {

  a {
    padding-right: margin(20, 40);

    @include mqMin($tabMin) {
      padding-right: margin(10, 20);
    }

    &::after {
      @include pseudo;
      background-image: url(../img/icon_arrow_w.svg);
      background-repeat: no-repeat;
      background-size: 100%;
      width: 16px;
      aspect-ratio: 1/1;
      top: 50%;
      right: margin(28, 32);
      margin-top: -8px;
    }
  }
}*/
.c-form__text {
  background-color: #ffffff;
  font-size: clamp(1.3rem, 0.7090909091rem + 1.1818181818vw, 2.6rem);
  font-weight: 500;
  line-height: clamp(2.8rem, 1.5272727273rem + 2.5454545455vw, 5.6rem);
  width: 100%;
  border-width: 1px;
  border-color: #c78f77;
  padding-right: clamp(10px, 0.7222222222vw, 13px);
  padding-left: clamp(10px, 0.7222222222vw, 13px);
}
@media (min-width: 768px) {
  .c-form__text {
    font-size: clamp(0.7rem, 0.3818181818rem + 0.6363636364vw, 1.4rem);
    line-height: clamp(0.8rem, 0.4363636364rem + 0.7272727273vw, 1.6rem);
    padding-top: clamp(7.5px, 0.8333333333vw, 15px);
    padding-bottom: clamp(7.5px, 0.8333333333vw, 15px);
  }
}

.c-form__textarea {
  background-color: #ffffff;
  font-size: clamp(1.3rem, 0.7090909091rem + 1.1818181818vw, 2.6rem);
  font-weight: 500;
  line-height: clamp(2.8rem, 1.5272727273rem + 2.5454545455vw, 5.6rem);
  width: 100%;
  height: clamp(150px, 14.4444444444vw, 260px);
  border-width: 1px;
  border-color: #c78f77;
  padding-right: clamp(10px, 0.7222222222vw, 13px);
  padding-left: clamp(10px, 0.7222222222vw, 13px);
  resize: none;
}
@media (min-width: 768px) {
  .c-form__textarea {
    font-size: clamp(0.7rem, 0.3818181818rem + 0.6363636364vw, 1.4rem);
    line-height: clamp(0.8rem, 0.4363636364rem + 0.7272727273vw, 1.6rem);
    padding-top: clamp(7.5px, 0.8333333333vw, 15px);
    padding-bottom: clamp(7.5px, 0.8333333333vw, 15px);
  }
}

p.p-contact__error {
  color: #e60012;
  font-size: clamp(1.3rem, 0.7090909091rem + 1.1818181818vw, 2.6rem);
  padding-top: 5px;
}
@media (min-width: 768px) {
  p.p-contact__error {
    font-size: clamp(0.7rem, 0.3818181818rem + 0.6363636364vw, 1.4rem);
  }
}

.c-title {
  font-family: "linotype-didot", serif;
  font-size: clamp(3.3rem, 1.8rem + 3vw, 6.6rem);
  line-height: 1;
}
@media (max-width: 767px) {
  .c-title {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .c-title {
    font-size: clamp(3rem, 1.6363636364rem + 2.7272727273vw, 6rem);
  }
}
.c-title span {
  display: block;
  font-family: "Yu Gothic", "Meiryo", sans-serif;
  font-size: clamp(1.1rem, 0.6rem + 1vw, 2.2rem);
  font-weight: 500;
  line-height: 1;
}
@media (min-width: 768px) {
  .c-title span {
    font-size: clamp(0.75rem, 0.4090909091rem + 0.6818181818vw, 1.5rem);
    margin-top: clamp(-2px, -0.1111111111vw, -1px);
  }
}

.c-subheading {
  font-size: clamp(1.55rem, 0.8454545455rem + 1.4090909091vw, 3.1rem);
  line-height: 1;
  margin-bottom: clamp(17px, 1.9444444444vw, 35px);
}
@media (min-width: 768px) {
  .c-subheading {
    font-size: clamp(1.25rem, 0.6818181818rem + 1.1363636364vw, 2.5rem);
  }
}

.c-heading {
  font-size: clamp(2.3rem, 1.2545454545rem + 2.0909090909vw, 4.6rem);
  line-height: clamp(2.8rem, 1.8909090909rem + 1.8181818182vw, 4.8rem);
  margin-bottom: clamp(39px, 3.4444444444vw, 62px);
}
@media (min-width: 768px) {
  .c-heading {
    font-size: clamp(2rem, 1.0909090909rem + 1.8181818182vw, 4rem);
    letter-spacing: 0.1em;
  }
}

.c-text {
  line-height: clamp(3rem, 2.1818181818rem + 1.6363636364vw, 4.8rem);
  letter-spacing: -0.045em;
}
@media (min-width: 768px) {
  .c-text {
    letter-spacing: 0.05em;
  }
}

.l-container {
  position: relative;
  background-color: #e3e0d8;
  font-size: clamp(1.4rem, 0.7636363636rem + 1.2727272727vw, 2.8rem);
  line-height: 1.5;
  overflow: hidden;
}
@media (min-width: 768px) {
  .l-container {
    font-size: clamp(0.75rem, 0.4090909091rem + 0.6818181818vw, 1.5rem);
  }
}

.l-header {
  position: fixed;
  background-color: #ffffff;
  width: 100%;
  top: 0;
  left: 0;
  padding-top: 19px;
  padding-bottom: 19px;
  z-index: 90;
}
@media (min-width: 1010px) {
  .l-header {
    padding-top: 34px;
    padding-bottom: 34px;
  }
}
.l-header .c-inner {
  width: 100%;
  padding-right: clamp(15px, 2vw, 36px);
  padding-left: clamp(15px, 2vw, 36px);
}
@media (min-width: 1010px) {
  .l-header .c-inner {
    padding-right: 40px;
    padding-left: 40px;
  }
}

.l-header__content {
  position: relative;
}
@media (min-width: 1010px) {
  .l-header__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: clamp(23px, 2.5555555556vw, 46px);
  }
}

.l-header__logo {
  position: relative;
  width: 80px;
  z-index: 1;
  transition-property: width;
  transition-duration: 0.4s;
}
@media (max-width: 1009px) {
  .l-header__logo {
    margin-bottom: 20px;
  }
}
@media (min-width: 1010px) {
  .l-header__logo {
    width: 92px;
  }
}

@media (min-width: 1010px) {
  .l-header__box {
    flex: 1 1;
    padding-right: clamp(6.5px, 0.7222222222vw, 13px);
  }
}

.l-header__site {
  position: relative;
  color: #e60012;
  font-size: 1.75rem;
  line-height: 2.25rem;
  text-align: center;
  z-index: 1;
  transition-property: all;
  transition-duration: 0.4s;
}
@media (max-width: 1009px) {
  .l-header__site {
    letter-spacing: 0.025em;
  }
}
@media (max-width: 375px) {
  .l-header__site {
    font-size: 1.6rem;
  }
}
@media (min-width: 1010px) {
  .l-header__site {
    font-size: 2.1rem;
    line-height: 3.6rem;
    margin-bottom: 17px;
  }
}

.l-header__site-br {
  display: none;
}

@media (max-width: 1009px) {
  .l-header__nav-box {
    position: fixed;
    background-color: #ffffff;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    top: 0;
    left: 0;
    padding-top: 185px;
    padding-right: clamp(35px, 3.8888888889vw, 70px);
    padding-bottom: 30px;
    padding-left: clamp(35px, 3.8888888889vw, 70px);
    opacity: 0;
    visibility: hidden;
  }
}

@media (max-width: 1009px) {
  .l-header__nav {
    -ms-overflow-style: none;
    scrollbar-width: none;
    height: 100%;
    overflow-y: auto;
  }
  .l-header__nav::-webkit-scrollbar {
    display: none;
  }
}

@media (min-width: 1010px) {
  .l-header__nav-list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }
}

.l-header__nav-item {
  font-family: "Yu Gothic", "Meiryo", sans-serif;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 3.95rem;
}
@media (min-width: 1010px) {
  .l-header__nav-item {
    position: relative;
    font-size: 1.4rem;
    line-height: 2.45rem;
  }
}

.l-header__subNav-list {
  font-family: "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 500;
}
@media (max-width: 1009px) {
  .l-header__subNav-list {
    text-indent: -1em;
    padding-left: 2em;
  }
}
@media (min-width: 1010px) {
  .l-header__subNav-list {
    position: absolute;
    background-color: #ffffff;
    font-size: 1.4rem;
    line-height: 2.45rem;
    min-width: 100%;
    top: 100%;
    left: 50%;
    border-width: 0.1px;
    border-color: rgba(0, 0, 0, 0.5);
    padding-top: 8px;
    padding-bottom: 8px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-50%);
    transition-property: opacity visibility;
    transition-duration: 0.4s;
  }
}

@media (hover: hover) {
  .l-header__nav-item:hover .l-header__subNav-list {
    opacity: 1;
    visibility: visible;
  }
}

.l-header__subNav-item a {
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
}
@media (min-width: 1010px) {
  .l-header__subNav-item a {
    white-space: nowrap;
  }
}
@media (min-width: 1010px) {
  .l-header__subNav-item a span {
    color: #d0d0d0;
  }
}
@media (max-width: 1009px) {
  .l-header__subNav-item a .u-spTab {
    display: inline !important;
  }
}
@media (min-width: 1010px) {
  .l-header__subNav-item a .u-pc {
    display: inline !important;
  }
}

@media (min-width: 1010px) {
  .l-header__nav-parent {
    position: relative;
    letter-spacing: 0.05em;
    padding-right: 10px;
  }
}
@media (min-width: 1010px) {
  .l-header__nav-parent::after {
    content: "";
    position: absolute;
    display: block;
    width: 4px;
    height: 4px;
    top: 50%;
    right: 0;
    border-width: 1px;
    border-left: 0;
    border-bottom: 0;
    margin-top: -4px;
    transform: translateY(-25%) rotate(135deg);
  }
}
@media (min-width: 1010px) {
  .l-header__nav-parent span {
    display: none;
  }
}

@media (max-width: 1009px) {
  .l-header__lang-box {
    position: absolute;
    top: 5px;
    right: 47px;
  }
}
@media (min-width: 1010px) {
  .l-header__lang-box {
    padding-top: 59px;
  }
}

.l-header__lang {
  transition: all 0.3s ease;
  cursor: pointer;
  display: none;
  color: #ffffff;
  font-family: "Yu Gothic", "Meiryo", sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.3em;
  border-radius: 6.5px;
  padding-top: 3px;
  padding-right: 10px;
  padding-bottom: 3px;
  padding-left: 10px;
  cursor: pointer;
}
@media (hover: hover) {
  .l-header__lang:hover {
    opacity: 0.6;
    transition: all 0.3s ease;
  }
}
@media (min-width: 1010px) {
  .l-header__lang {
    font-size: 0.9rem;
    border-radius: 8.5px;
    padding-top: 4px;
    padding-right: 14.5px;
    padding-bottom: 4px;
    padding-left: 14.5px;
  }
}

.l-header__lang--en {
  background-color: #2ea7e0;
}

.l-header__lang--jp {
  background-color: #e46ca0;
}

.l-header__lang--active {
  display: block;
}

.l-header__menu {
  position: absolute;
  width: 33px;
  height: 17px;
  top: 3px;
  right: -3px;
}
.l-header__menu span {
  position: absolute;
  display: block;
  background-color: #000000;
  width: 100%;
  height: 1px;
  left: 0;
  transition: all 0.4s;
}
.l-header__menu span:nth-of-type(1) {
  top: 0;
}
.l-header__menu span:nth-of-type(2) {
  top: calc(50% - 0.5px);
}
.l-header__menu span:nth-of-type(3) {
  top: calc(100% - 1px);
}

@media (max-width: 1009px) {
  .l-header--scroll {
    height: 80px;
  }
}
@media (max-width: 1009px) {
  .l-header--scroll .l-header__logo {
    width: 50px;
    margin-bottom: 0;
  }
}
@media (max-width: 1009px) {
  .l-header--scroll .l-header__box {
    padding-right: 110px;
    padding-left: 55px;
    margin-top: -45px;
  }
}
@media (max-width: 449px) {
  .l-header--scroll .l-header__box {
    margin-top: -50px;
  }
}
@media (max-width: 1009px) {
  .l-header--scroll .l-header__site {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
}
@media (max-width: 449px) {
  .l-header--scroll .l-header__site-br {
    display: block;
  }
}
@media (max-width: 1009px) {
  .l-header--scroll .l-header__nav-box {
    padding-top: 100px;
  }
}

@media (max-width: 1009px) {
  .l-header--active .l-header__nav-box {
    opacity: 1;
    visibility: visible;
  }
}
.l-header--active .l-header__menu span:nth-of-type(1) {
  top: 50%;
  transform: rotate(45deg);
}
.l-header--active .l-header__menu span:nth-of-type(2) {
  opacity: 0;
}
.l-header--active .l-header__menu span:nth-of-type(3) {
  top: 50%;
  transform: rotate(-45deg);
}

.l-footer {
  padding-top: clamp(63px, 6.1111111111vw, 110px);
}

.l-footer_sns-section {
  padding-bottom: clamp(34px, 3.7777777778vw, 68px);
}
@media (min-width: 768px) {
  .l-footer_sns-section {
    padding-bottom: clamp(11px, 1.2222222222vw, 22px);
  }
}

.l-footer_sns-content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(32px, 3.7777777778vw, 68px);
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .l-footer_sns-content {
    width: min(50.7%, 436px);
  }
}

.l-footer_sns-wrap {
  flex: 1 1 166px;
}
@media (min-width: 768px) {
  .l-footer_sns-wrap {
    flex: 1 1 170px;
  }
}

.l-footer_sns-list {
  display: flex;
  align-items: center;
  gap: clamp(28px, 3.1111111111vw, 56px);
}

.l-footer_sns-item--insta {
  flex: 1 1 56px;
}
@media (min-width: 768px) {
  .l-footer_sns-item--insta {
    flex: 1 1 58px;
  }
}

.l-footer_sns-item--fb {
  flex: 1 1 54px;
}
@media (min-width: 768px) {
  .l-footer_sns-item--fb {
    flex: 1 1 56px;
  }
}

.l-footer_logo-wrap {
  flex: 1 1 190px;
}
@media (min-width: 768px) {
  .l-footer_logo-wrap {
    flex: 1 1 198px;
  }
}

.l-footer_main-section {
  background-color: #c9a063;
  font-family: "Yu Gothic", "Meiryo", sans-serif;
  font-size: clamp(1rem, 0.5454545455rem + 0.9090909091vw, 2rem);
  font-weight: 500;
  line-height: 1.893;
  padding-top: clamp(20px, 1.8333333333vw, 33px);
  padding-bottom: clamp(14px, 1.7777777778vw, 32px);
}
@media (min-width: 768px) {
  .l-footer_main-section {
    font-size: clamp(0.7rem, 0.3818181818rem + 0.6363636364vw, 1.4rem);
  }
}
@media (max-width: 767px) {
  .l-footer_main-section .c-inner {
    padding-right: clamp(5px, 0.5555555556vw, 10px);
    padding-left: clamp(5px, 0.5555555556vw, 10px);
  }
}

.l-footer_main-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: clamp(45px, 3.8888888889vw, 70px);
  margin-bottom: clamp(15px, 1.6666666667vw, 30px);
}
@media (min-width: 768px) {
  .l-footer_main-content {
    margin-bottom: clamp(29px, 3.2222222222vw, 58px);
  }
}

.l-footer_contents {
  flex: 1 1 583px;
  justify-content: space-between;
  align-items: flex-start;
  gap: clamp(22px, 2.4444444444vw, 44px);
}
@media (min-width: 768px) {
  .l-footer_contents {
    display: flex !important;
  }
}

.l-footer_contents-label {
  flex: 1 1 75px;
}

.l-footer_nav {
  flex: 1 1 440px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: clamp(9px, 1vw, 18px);
}

.l-footer_nav-list--left {
  flex: 1 1 178px;
}

.l-footer_nav-list--right {
  flex: 1 1 243px;
}

.l-footer_nav-sublink {
  padding-left: 1em;
}

.l-footer_company {
  flex: 1 1 202px;
  font-size: clamp(1rem, 0.5454545455rem + 0.9090909091vw, 2rem);
  line-height: clamp(1.4rem, 0.8318181818rem + 1.1363636364vw, 2.65rem);
}
@media (max-width: 767px) {
  .l-footer_company {
    text-align: center;
  }
}
@media (max-width: 375px) {
  .l-footer_company {
    font-Size: clamp(0.9rem, 0.3074074074rem + 1.8518518519vw, 1rem);
  }
}
@media (min-width: 768px) {
  .l-footer_company {
    font-size: clamp(0.6rem, 0.3272727273rem + 0.5454545455vw, 1.2rem);
  }
}
.l-footer_company a {
  display: inline;
}

.l-footer_copyright {
  color: #ffffff;
  font-family: "Yu Gothic", "Meiryo", sans-serif;
  font-size: clamp(0.9rem, 0.4909090909rem + 0.8181818182vw, 1.8rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: center;
}
@media (max-width: 375px) {
  .l-footer_copyright {
    font-Size: clamp(0.8rem, 0.2074074074rem + 1.8518518519vw, 0.9rem);
  }
}
@media (min-width: 768px) {
  .l-footer_copyright {
    color: #898989;
  }
}