@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
     # General elements
     # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}

/*
  * Correct `block` display not defined for any HTML5 element in IE 8/9
  * Correct `block` display not defined for `details` or `summary` in IE 10/11
  * and Firefox
  * Correct `block` display not defined for `main` in IE 11
  */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

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

abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
  text-decoration: none;
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
     # Forms
     # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto; /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield; /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

/* # =================================================================
     # Specify media element style
     # ================================================================= */
img {
  max-width: 100%;
  height: auto;
  /* border-style: none; Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
     # Accessibility
     # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
     # Selection
     # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/* add */
ul {
  list-style-type: none;
}

p,
h2,
h3 {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  /* 1rem > 10px */
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 1.4em;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.6em;
  }
}

a {
  color: inherit;
  text-decoration: none !important;
}

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

@media screen and (min-width: 768px) {
  .pc-none {
    display: none !important;
  }
}

.display-tab {
  display: none !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .display-tab {
    display: block !important;
  }
}

.menu-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  column-gap: 30px;
}
.menu-list li a {
  line-height: 1;
  padding: 5px 8px;
}

.menu-open-btn {
  width: 48px;
  height: 48px;
  padding: 15px 12px;
  border-radius: 50%;
  background-color: #d3b778;
}
.menu-open-btn__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 6px;
  height: 100%;
  width: 100%;
}
.menu-open-btn__bar {
  width: 100%;
  height: 1px;
  background-color: #fff;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.menu-open-btn.is-close .menu-open-btn__bar:first-child {
  transform: translateY(6px) rotate(-45deg);
}
.menu-open-btn.is-close .menu-open-btn__bar:nth-child(2) {
  opacity: 0;
}
.menu-open-btn.is-close .menu-open-btn__bar:last-child {
  transform: translateY(-8px) rotate(45deg);
}

.menu-btn {
  width: 60px;
  height: 60px;
  padding: 20px 15px;
  background-color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 5px;
}
.menu-btn span {
  color: #fff;
  font-weight: 700;
  white-space: nowrap;
  text-transform: uppercase;
}
.menu-btn--sp span {
  font-size: 8px;
}

.btn {
  display: inline-flex;
  justify-content: center;
  column-gap: 10px;
  align-items: center;
  height: 66px;
  background-color: #d3b778;
  border: solid 3px #d3b778;
  padding: 12px 23px;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
  .btn {
    padding: 18px 28px;
  }
}
.btn:hover {
  background-color: #fff;
}
.btn:hover span {
  color: #000;
}
.btn:hover svg {
  transform: translate(5px, -5px);
}
.btn:hover path {
  fill: #d3b778;
}
.btn svg {
  transition: transform 0.3s ease;
}
.btn path {
  transform: fill 0.3s ease;
}
.btn span {
  font-size: 18px;
  font-weight: 300;
  margin: 0 auto;
  color: #fff;
  letter-spacing: 0.08em;
  transition: color 0.3s ease;
}
.btn--small {
  padding: 5px 10px;
  width: 120px;
  height: 30px;
}
.btn--border {
  background-color: transparent;
}
.btn--online {
  color: #fff;
  background-color: #707070;
  border-color: #707070;
  column-gap: 10px;
  padding-inline: 15px;
  height: 56px;
  width: 197px;
}
.btn--online span {
  white-space: nowrap;
}
.btn--online:hover {
  background-color: #d3b778;
  border-color: #d3b778;
}
.btn--online:hover svg {
  transform: translate(0, 0);
}
.btn--online:hover path {
  fill: #fff;
}
.btn--full {
  width: 100%;
}
.btn--large {
  height: 60px;
}

.rounded-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  color: #000;
  font-weight: 700;
  background-color: #ccc;
  border-radius: 30px;
  border: solid 1px #ccc;
  padding: 18px 28px;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, opacity 0.3s ease;
}
.rounded-btn--small {
  padding: 5px 10px;
  width: 120px;
  height: 30px;
  border-radius: 15px;
}
.rounded-btn--border {
  background-color: transparent;
}
.rounded-btn--online {
  color: #fff;
  background-color: #a7c6a4;
  border-color: #a7c6a4;
}
.rounded-btn--online:hover {
  opacity: 0.85;
}

.language-selector {
  display: flex;
  align-items: center;
  column-gap: 5px;
  margin-top: 3px;
}
.language-selector__body {
  display: flex;
  align-items: center;
  column-gap: 5px;
}
.language-selector__link {
  font-size: 14px;
  color: #000;
  transition: color 0.3s ease;
  white-space: nowrap;
  transition: color 0.3s ease;
}
.language-selector__link.is-active {
  color: #d3b778;
}
.language-selector__link:hover {
  color: #d3b778;
}

.home .header .language-selector__link.is-jp,
.home .scroll-header .language-selector__link.is-jp {
  color: #d3b778;
}

.en .header .language-selector__link.is-en,
.en .scroll-header .language-selector__link.is-en {
  color: #d3b778;
}

.dialog-item__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 16px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .dialog-item__body img {
    max-width: 220px;
  }
}
.dialog-item__title {
  font-size: 13px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .dialog-item__title {
    font-size: 16px;
  }
}
.dialog-item__btn {
  margin-top: auto;
  width: 100%;
  background-color: #4b4b4b;
  border-color: #4b4b4b;
  padding: 15px 20px 16px 25px;
  gap: 3px;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .dialog-item__btn {
    height: 52px;
  }
}
.dialog-item__btn rect {
  transition: fill 0.3s ease;
}
.dialog-item__btn span {
  margin-left: 0;
  margin-right: auto;
  color: #fff;
  transition: color 0.3s ease;
}
.dialog-item__btn:hover {
  background-color: #d3b778;
  border-color: #d3b778;
}
.dialog-item__btn:hover span {
  color: #fff;
}
.dialog-item__btn:hover svg {
  transform: translate(0, 0);
}
.dialog-item__btn:hover rect {
  fill: #d3b778;
}
.dialog-item__btn:hover path {
  fill: #fff;
}

.online-store-dialog {
  margin: auto !important;
  border: none;
  background-color: transparent;
  width: 92%;
  max-width: 1200px;
}
@media screen and (min-width: 768px) {
  .online-store-dialog {
    padding-top: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 1230px) {
  .online-store-dialog {
    padding-top: 38px;
    padding-right: 38px;
  }
}
.online-store-dialog::backdrop {
  background: rgba(0, 0, 0, 0.5);
}
.online-store-dialog:focus {
  outline: none;
}
.online-store-dialog__contents {
  padding: 25px 20px 30px;
  background-color: #f5f0e9;
  position: relative;
}
@media screen and (min-width: 768px) {
  .online-store-dialog__contents {
    padding: 25px 30px 30px;
  }
}
@media screen and (min-width: 1230px) {
  .online-store-dialog__contents {
    padding: 50px 80px 75px;
  }
}
.online-store-dialog__wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 25px;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .online-store-dialog__wrapper {
    align-items: center;
    row-gap: 20px;
  }
}
@media screen and (min-width: 1230px) {
  .online-store-dialog__wrapper {
    row-gap: 40px;
  }
}
.online-store-dialog__title {
  color: #000;
  font-size: 23px;
  font-weight: 300;
  letter-spacing: 0.02em;
  border-bottom: solid 1px currentColor;
  line-height: 1.2;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .online-store-dialog__title {
    font-size: 30px;
  }
}
.online-store-dialog__body {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 25px 20px;
}
@media screen and (min-width: 768px) {
  .online-store-dialog__body {
    flex-direction: row;
  }
}
@media screen and (min-width: 1230px) {
  .online-store-dialog__body {
    column-gap: 60px;
  }
}
.online-store-dialog__item {
  flex: 1;
  background-color: #fff;
  padding: 30px 16px 35px;
}
@media screen and (min-width: 768px) {
  .online-store-dialog__item {
    padding: 45px 47px 35px;
  }
}
.online-store-dialog__close {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #d3b778;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(-15px, 15px);
}
@media screen and (max-width: 767px) {
  .online-store-dialog__close {
    padding: 14px;
  }
}
@media screen and (min-width: 768px) {
  .online-store-dialog__close {
    width: 60px;
    height: 60px;
    transform: translate(15px, -15px);
  }
}
@media screen and (min-width: 1230px) {
  .online-store-dialog__close {
    width: 74px;
    height: 74px;
    transform: translate(38px, -38px);
  }
}

.header {
  padding-top: 14px;
  padding-bottom: 18px;
  background-color: #f7f3ec;
}
@media screen and (max-width: 1024px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
  }
}
@media screen and (min-width: 1025px) {
  .header {
    padding-top: 16px;
    padding-bottom: 15px;
  }
}
.header__inner {
  width: 95%;
  margin: 0 auto;
}
.header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 20px;
}
.header__logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 3px;
}
.header__logo a {
  transition: opacity 0.3s ease;
}
.header__logo a:hover {
  opacity: 0.8;
}
.header__logo-image {
  min-width: 175px;
  margin: 0;
  padding: 0;
  transition: opacity 0.3s ease;
}
.header__logo-image:hover {
  opacity: 0.8;
}
.header__logo-image img {
  display: block;
}
.header__catch {
  font-size: 8px;
  font-weight: 700;
}
@media screen and (min-width: 1025px) {
  .header__catch {
    font-size: 12px;
  }
}
.header__menu {
  margin-left: auto;
}
.header__menu-content {
  display: none;
  align-items: center;
  column-gap: 20px;
}
@media screen and (min-width: 1025px) {
  .header__menu-content {
    display: flex;
  }
}
.header__menu-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  row-gap: 2px;
}
.header__menu-top-list {
  column-gap: 20px;
}
.header__menu-top-list .rounded-btn {
  color: #ffbc8a;
  border-color: currentColor;
}
.header__menu-top-link {
  width: 97px;
  height: 26px;
  background-color: #fff;
  font-size: 12px;
  border-color: #fff;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}
.header__menu-top-link:hover {
  color: #fff;
  background-color: #707070;
  border-color: #707070;
}
.header__menu-bottom-list {
  column-gap: 5px;
}
@media screen and (min-width: 1250px) {
  .header__menu-bottom-list {
    column-gap: 40px;
  }
}
.header__menu-bottom-list li a {
  display: inline-flex;
  align-items: center;
  column-gap: 10px;
  text-underline-offset: 0.2em;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 300;
  overflow: hidden;
  transition: color 0.3s ease;
}
.header__menu-bottom-list li a::before {
  content: "";
  display: block;
  aspect-ratio: 1;
  width: 5px;
  border-radius: 50%;
  background-color: #d3b778;
  transform: translateY(20px);
  transition: transform 0.3s ease;
}
.header__menu-bottom-list li a:hover {
  color: #d3b778;
}
.header__menu-bottom-list li a:hover::before {
  transform: translateY(0);
}
@media screen and (min-width: 1025px) {
  .header__sp-menu-body {
    display: none;
  }
}
.header__sp-menu-content {
  display: flex;
  align-items: center;
  column-gap: 1px;
}

.sp-menu {
  margin-top: 80px;
  padding-top: 10px;
  width: 100vw;
  height: 100dvh;
  background-color: #f7f3ec;
  transition: transform 0.3s ease;
  position: fixed;
  top: 0;
  right: 0;
  transform: translateX(100%);
}
@media screen and (min-width: 1025px) {
  .sp-menu {
    display: none;
  }
}
.sp-menu__contents {
  overflow-y: scroll;
}
.sp-menu__inner {
  width: 90%;
  margin: 0 auto;
}
.sp-menu__body {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
.sp-menu__top-list li {
  border-bottom: solid 1px #e3ddd3;
}
.sp-menu__top-list li a {
  display: inline-flex;
  align-items: center;
  padding-block: 12px;
  width: 100%;
  justify-content: space-between;
  padding-right: 12px;
}
.sp-menu__top-list li a::after {
  content: "";
  display: block;
  width: 15px;
  height: 18px;
  background: url(../images/img_arrow-right.svg) center center no-repeat;
  background-size: contain;
}
.sp-menu__bottom {
  margin-top: 10px;
}
.sp-menu__bottom-list {
  display: flex;
  align-items: center;
  column-gap: 14px;
  width: 100%;
}
.sp-menu__bottom-list li {
  flex: 1;
}
.sp-menu__bottom-list li .language-selector {
  justify-content: center;
}
.sp-menu__bottom-list li .btn {
  width: 100%;
  padding: 6px 10px;
  font-size: 12px;
  white-space: nowrap;
}
.sp-menu__online .btn--online {
  width: 100%;
}
.sp-menu.is-active {
  transform: translateX(0);
}

.scroll-header {
  width: 100%;
  padding-block: 20px;
  position: fixed;
  top: 0;
  z-index: 999;
  transform: translateY(-100%);
  transition: transform 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .scroll-header {
    display: none;
  }
}
.scroll-header__inner {
  width: 95%;
  margin: 0 auto;
}
.scroll-header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 20px;
}
.scroll-header__logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 3px;
}
.scroll-header__catch {
  font-size: 12px;
  font-weight: 700;
}
.scroll-header__container {
  display: flex;
  align-items: center;
  column-gap: 20px;
}
.scroll-header__menu {
  width: 0;
  height: 100dvh;
  background-color: #f7f3ec;
  position: fixed;
  top: 0;
  right: 0;
  transition: opacity 0.3s ease;
  opacity: 0;
}
.scroll-header__menu.is-active {
  width: 100vw;
  opacity: 1;
}
.scroll-header__menu-head {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 21px 2.5% 0;
  display: flex;
}
.scroll-header__menu-body {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
.scroll-header__menu-close-btn {
  aspect-ratio: 1;
  width: 60px;
  border-radius: 50%;
  border: solid 2px #d3b778;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.scroll-header__menu-close-btn:hover {
  opacity: 0.8;
}
.scroll-header__menu-inner {
  width: 92%;
  max-width: 1140px;
  margin: 0 auto;
}
.scroll-header__menu-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 84px;
}
.scroll-header__menu-left {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
.scroll-header__menu-right {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  flex: 1;
}
.scroll-header__menu-logo a {
  transition: opacity 0.3s ease;
}
.scroll-header__menu-logo a:hover {
  opacity: 0.8;
}
.scroll-header__menu-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 50px;
}
.scroll-header__menu-list li {
  width: calc((100% - 50px) / 2);
  border-bottom: solid 1px #e3ddd3;
}
.scroll-header__menu-list li:first-child, .scroll-header__menu-list li:nth-child(2) {
  border-top: solid 1px #e3ddd3;
}
.scroll-header__menu-list li a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 10px;
  width: 100%;
  padding: 14px 15px 16px 0;
  font-size: 19px;
  font-weight: 300;
  letter-spacing: 0.02em;
  text-underline-offset: 0.2em;
}
.scroll-header__menu-list li a::after {
  content: "";
  display: block;
  width: 18px;
  height: 16px;
  background: url(../images/img_arrow-right.svg) center center no-repeat;
  background-size: contain;
  transition: transform 0.3s ease;
}
.scroll-header__menu-list li a:hover::after {
  transform: translateX(10px);
}
.scroll-header__menu-sub {
  display: flex;
  align-items: center;
  column-gap: 18px;
}
.scroll-header__menu-sub-list {
  display: flex;
  align-items: center;
  column-gap: 14px;
}
.scroll-header__menu-link {
  width: 103px;
  height: 26px;
  font-size: 12px;
  padding: 5px 10px 6px;
  background-color: #fff;
  border-color: #fff;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}
.scroll-header__menu-link:hover {
  color: #fff;
  background-color: #707070;
  border-color: #707070;
}
.scroll-header__menu-open-btn {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background-color: #d3b778;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.scroll-header__menu-open-btn:hover {
  opacity: 0.8;
}
.scroll-header.show {
  transform: translateY(0);
}

.footer {
  padding-top: 55px;
  padding-bottom: 64px;
  background-color: #4b4b4b;
}
@media screen and (min-width: 768px) {
  .footer {
    padding-top: 53px;
    padding-bottom: 60px;
  }
}
.footer hr {
  height: 1px;
  background-color: rgba(255, 255, 255, 0.24);
  border: none;
}
.footer__inner {
  width: 88%;
  max-width: 1800px;
  margin: 0 auto;
}
.footer__wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 33px;
}
@media screen and (min-width: 768px) {
  .footer__wrapper {
    row-gap: 25px;
  }
}
.footer__top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .footer__top {
    align-items: flex-start;
    flex-direction: row;
  }
}
@media screen and (min-width: 1230px) {
  .footer__top {
    column-gap: 116px;
  }
}
.footer__bottom {
  margin-top: 2px;
}
.footer__logo a {
  transition: opacity 0.3s ease;
}
.footer__logo a:hover {
  opacity: 0.8;
}
@media screen and (min-width: 768px) {
  .footer__nav {
    max-width: 350px;
  }
}
.footer__nav-list {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 33px;
}
@media screen and (min-width: 768px) {
  .footer__nav-list {
    gap: 20px 30px;
  }
}
.footer__nav-list li a {
  display: inline-flex;
  align-items: center;
  column-gap: 10px;
  font-size: 14px;
  line-height: 1;
  font-weight: 300;
  text-underline-offset: 0.2em;
  color: #fff;
  overflow: hidden;
  transition: color 0.3s ease;
  padding: 5px 8px;
}
.footer__nav-list li a::before {
  content: "";
  display: block;
  aspect-ratio: 1;
  width: 5px;
  border-radius: 50%;
  background-color: #fff;
  transform: translateY(20px);
  transition: background-color 0.3s ease, transform 0.3s ease;
}
.footer__nav-list li a:hover {
  color: #d3b778;
}
.footer__nav-list li a:hover::before {
  background-color: #d3b778;
  transform: translateY(0);
}
.footer__label {
  margin-left: auto;
}
.footer__label a {
  transition: opacity 0.3s ease;
  display: inline-block;
}
.footer__label a:hover {
  opacity: 0.8;
}
.footer__label img {
  display: block;
}
.footer__bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 20px;
}
@media screen and (min-width: 768px) {
  .footer__bottom {
    gap: 40px;
  }
}
@media screen and (min-width: 1000px) {
  .footer__bottom {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
.footer__bottom-contents {
  display: flex;
  flex-direction: column;
  gap: 30px 27px;
}
@media screen and (min-width: 768px) {
  .footer__bottom-contents {
    flex-direction: row;
    align-items: center;
  }
}
.footer__bottom-menu {
  display: flex;
  align-items: center;
  column-gap: 30px;
}
@media screen and (min-width: 768px) {
  .footer__bottom-menu {
    column-gap: 47px;
  }
}
.footer__language-selector {
  color: #fff;
}
.footer__language-selector a {
  color: rgba(255, 255, 255, 0.24);
}
.footer__language-selector a.is-active {
  color: #fff;
}
.footer__language-selector a:hover {
  color: #fff;
}
.footer__sub-nav-list {
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer__menu-link {
  color: #fff;
  background-color: #707070;
  border-color: #707070;
  width: 97px;
  height: 26px;
  font-size: 12px;
  padding: 6px 8px;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}
.footer__menu-link:hover {
  background-color: #d3b778;
  border-color: #d3b778;
}
.footer__online {
  width: 100%;
  height: 52px;
  background-color: transparent;
  color: #fff;
  border-width: 1px;
  border-color: currentColor;
}
@media screen and (min-width: 768px) {
  .footer__online {
    width: 196px;
    height: 46px;
  }
}
.footer__buttons {
  display: flex;
  flex-direction: column;
  gap: 20px 10px;
}
@media screen and (min-width: 768px) {
  .footer__buttons {
    flex-direction: row;
    align-items: center;
  }
}
.footer__buttons a img {
  width: 100%;
  display: block;
}

.copyright {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
}

.home .footer .language-selector__link.is-jp {
  color: #fff;
}

.en .footer .language-selector__link.is-en {
  color: #fff;
}

.top-mv {
  width: 100%;
  aspect-ratio: 1440/785;
  background-color: #F7F3EC;
}
@media screen and (max-width: 1024px) {
  .top-mv {
    padding-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .top-mv {
    aspect-ratio: 375/632;
  }
}
.top-mv__splide {
  width: 100%;
  aspect-ratio: 1440/785;
}
@media screen and (max-width: 767px) {
  .top-mv__splide {
    aspect-ratio: 375/632;
  }
}
.top-mv__track {
  position: relative;
}
.top-mv__slide {
  display: flex;
  justify-content: flex-end;
  padding-left: 90px;
  aspect-ratio: 1440/785;
}
@media screen and (max-width: 767px) {
  .top-mv__slide {
    display: block;
    padding-left: 0;
    aspect-ratio: 375/632;
  }
}
.top-mv__slide-inner {
  width: 100%;
  aspect-ratio: 1276/785;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-mv__slide-inner {
    aspect-ratio: 375/601;
  }
}
.top-mv__content {
  max-width: 1360px;
  width: 100%;
  position: absolute;
  left: -30px;
  bottom: 59px;
}
@media screen and (max-width: 767px) {
  .top-mv__content {
    padding-inline: 8px;
    left: 0;
    bottom: -31px;
    top: auto;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .top-mv__content {
    top: 340px;
    bottom: auto;
  }
}
@media screen and (min-width: 1440px) {
  .top-mv__content {
    bottom: 59px;
  }
}
.top-mv__figure {
  width: 100%;
  aspect-ratio: 1276/785;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .top-mv__figure {
    aspect-ratio: 375/601;
  }
}
.top-mv__image {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.top-mv__text {
  font-size: 2.8rem;
  font-weight: 300;
  line-height: 1.3;
  font-family: "Noto Sans JP", sans-serif;
  background: transparent;
}
@media screen and (min-width: 1000px) {
  .top-mv__text {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 767px) {
  .top-mv__text {
    font-size: 2rem;
    letter-spacing: 0.05rem;
    line-height: 1.85;
  }
}
.top-mv__text--pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .top-mv__text--pc {
    display: none;
  }
}
.top-mv__text--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .top-mv__text--sp {
    display: block;
  }
}
.top-mv__text span {
  display: inline-block;
  position: relative;
  z-index: 2;
}
.top-mv__text span:not(:first-of-type) {
  margin-top: 8px;
}
@media screen and (min-width: 1000px) {
  .top-mv__text span:not(:first-of-type) {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .top-mv__text span {
    display: inline-block;
    padding-inline: 8px;
    background-color: rgba(255, 255, 255, 0.8);
  }
}
.top-mv__text span::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 37px;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: -1;
}
@media screen and (min-width: 1000px) {
  .top-mv__text span::before {
    height: 53px;
  }
}
@media screen and (max-width: 767px) {
  .top-mv__text span::before {
    display: none;
  }
}
@media screen and (min-width: 1000px) {
  .top-mv__text--en {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 1230px) {
  .top-mv__text--en {
    font-size: 4.5rem;
  }
}
@media screen and (min-width: 1000px) {
  .top-mv__text--en span:not(:first-of-type) {
    margin-top: 7px;
  }
}
@media screen and (min-width: 1230px) {
  .top-mv__text--en span:not(:first-of-type) {
    margin-top: 0;
  }
}
@media screen and (min-width: 1000px) {
  .top-mv__text--en span::before {
    height: 40px;
  }
}
@media screen and (min-width: 1230px) {
  .top-mv__text--en span::before {
    height: 53px;
  }
}
.top-mv__link {
  margin-top: 27px;
  max-width: 100%;
  width: fit-content;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 24px;
  background-color: #D3B778;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 300;
  font-family: "Noto Sans JP", sans-serif;
  text-decoration: none;
  column-gap: 32px;
}
.top-mv__link--en {
  max-width: 100%;
  width: fit-content;
  column-gap: 10px;
}
@media screen and (max-width: 767px) {
  .top-mv__link {
    margin-top: 54px;
    margin-left: 11px;
  }
}
.top-mv__link-icon {
  color: #fff;
  transition: 0.3s transform ease-in;
}
.top-mv__link:hover {
  background-color: #fff;
  color: #000;
}
.top-mv__link:hover .top-mv__link-icon {
  color: #D3B778;
  transform: translate(5px, -5px);
}
.top-mv__pagination-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: fit-content;
  padding-inline: 30px;
  position: absolute;
  bottom: 30px;
  right: 0;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .top-mv__pagination-wrapper {
    display: block;
    padding-inline-start: 20px;
    left: 0;
    bottom: 115px;
  }
}
@media screen and (max-width: 565px) {
  .top-mv__pagination-wrapper {
    bottom: 86px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .top-mv__pagination-wrapper {
    top: 599px;
    bottom: auto;
  }
}
@media screen and (min-width: 1440px) {
  .top-mv__pagination-wrapper {
    bottom: 30px;
  }
}
.top-mv__pagination {
  position: static !important;
  column-gap: 15px;
  justify-content: flex-end !important;
  padding: 0 !important;
  column-gap: 10px !important;
}
@media screen and (max-width: 767px) {
  .top-mv__pagination {
    justify-content: flex-start !important;
  }
}
.top-mv__page {
  width: 10px !important;
  height: 10px !important;
  background: #fff !important;
  opacity: 1 !important;
  margin: 0 !important;
}
.top-mv__page.is-active {
  width: 58px !important;
  height: 10px !important;
  border-radius: 5px !important;
  transform: scale(1) !important;
  overflow: hidden;
  background: #fff !important;
  transition: 0.3s width ease-in;
}
.top-mv__page.is-active::before {
  content: "";
  display: block;
  height: 100%;
  background: #D3B778;
  border-radius: 5px;
  animation: progress-animation backwards 5s;
}

@keyframes progress-animation {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.top-topics {
  background-color: #F7F3EC;
  padding: 86px 25px 78px;
}
.top-topics__inner {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  width: 100%;
  max-width: 1127px;
  margin-inline: auto;
}
@media screen and (min-width: 1230px) {
  .top-topics__inner {
    flex-direction: row;
    justify-content: space-between;
    column-gap: 60px;
  }
}
.top-topics__heading {
  display: flex;
  align-items: center;
  column-gap: 66px;
}
@media screen and (min-width: 1230px) {
  .top-topics__heading {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 23px;
    width: 100%;
    max-width: 136px;
  }
}
@media screen and (max-width: 767px) {
  .top-topics__heading {
    justify-content: space-between;
  }
}
.top-topics__title {
  display: block;
  color: #000;
  font-size: 3.2rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  font-family: "Noto Sans JP", sans-serif;
}
.top-topics__link {
  display: flex;
  width: fit-content;
  justify-content: space-between;
  align-items: center;
  column-gap: 7px;
  padding: 12px 15px 11px 16px;
  align-items: center;
  background-color: #fff;
  color: #000;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1;
}
@media screen and (min-width: 1230px) {
  .top-topics__link {
    width: 100%;
  }
}
.top-topics__link-icon {
  color: #D3B778;
  transition: 0.3s transform ease-in;
}
.top-topics__link:hover {
  background-color: #D3B778;
  color: #fff;
}
.top-topics__link:hover .top-topics__link-icon {
  color: #fff;
  transform: translate(2.5px, -2.5px);
}
.top-topics__news-content {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 35px;
  row-gap: 21px;
  justify-content: center;
}
@media screen and (min-width: 1000px) {
  .top-topics__news-content {
    grid-template-columns: 447px 447px;
  }
}
.top-topics__news {
  display: grid;
  grid-template-columns: auto 1fr;
  overflow: hidden;
  text-decoration: none;
  background-color: #fff;
  padding: 19px 20px 20px 19px;
  border-radius: 10px;
}
.top-topics__news:hover .top-topics__news-figure {
  transform: scale(1.1);
}
.top-topics__news:hover .top-topics__news-text {
  color: #B1934F;
}
.top-topics__news-figure {
  width: 98px;
  height: 98px;
  overflow: hidden;
  margin: 0;
  transform-origin: center;
  transition: 0.3s transform ease-in;
}
@media screen and (max-width: 767px) {
  .top-topics__news-figure {
    width: 70px;
    height: 70px;
  }
}
.top-topics__news-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-topics__news-inner {
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .top-topics__news-inner {
    padding-left: 37px;
  }
}
.top-topics__news-time {
  font-family: "Montserrat", sans-serif;
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 400;
  color: #B1934F;
}
@media screen and (max-width: 767px) {
  .top-topics__news-time {
    font-size: 1.2rem;
  }
}
.top-topics__news-text {
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 6px;
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: 300;
  color: #000;
}
@media screen and (max-width: 767px) {
  .top-topics__news-text {
    font-size: 1.3rem;
    margin-top: 0;
  }
}

.top-company {
  background: #F7F3EC;
}
.top-company__fv {
  display: block;
  width: 100%;
  height: 469px;
}
@media screen and (max-width: 767px) {
  .top-company__fv {
    height: 234px;
  }
}
.top-company__fv-figure {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
}
.top-company__fv-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.top-company__inner {
  width: 100%;
  padding: 130px 30px 136px;
}
@media screen and (max-width: 767px) {
  .top-company__inner {
    padding: 46px 0 50px;
  }
}
.top-company__wrapper {
  width: 100%;
  max-width: 1086px;
  margin-top: 86px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .top-company__wrapper {
    padding-inline: 25px;
  }
}
.top-company__title {
  text-decoration: underline;
  text-decoration-color: #d3b778;
  text-underline-offset: 0.2em;
  text-decoration-thickness: 1px;
  width: fit-content;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 5rem;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0.06em;
  margin-inline: auto;
  padding-bottom: 5px;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top-company__title {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 767px) {
  .top-company__title--en {
    max-width: calc(100% - 60px);
  }
}
.top-company__description {
  margin-top: 96px;
}
@media screen and (max-width: 767px) {
  .top-company__description {
    width: fit-content;
    margin-inline: auto;
    margin-top: 32px;
    padding-inline-start: 32px;
    padding-inline-end: 18px;
  }
}
.top-company__description-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.67;
  letter-spacing: 0.03em;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 767px) {
  .top-company__description-text {
    font-size: 2.4rem;
    line-height: 1.75;
    letter-spacing: 0.04em;
    text-align: left;
  }
}
.top-company__description-text-br--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .top-company__description-text-br--sp {
    display: block;
  }
}
.top-company__description-text span {
  display: inline-block;
  background-color: #fff;
  color: #B1934F;
}
@media screen and (max-width: 767px) {
  .top-company__description-text:last-child {
    margin-top: 25px;
  }
}
.top-company__greeting {
  display: flex;
  justify-content: space-between;
  column-gap: 66px;
  row-gap: 30px;
  flex-wrap: wrap;
}
@media screen and (min-width: 1230px) {
  .top-company__greeting {
    flex-wrap: nowrap;
  }
}
.top-company__greeting-figure {
  display: block;
  width: 561px;
  height: auto;
  flex-shrink: 0;
  margin-bottom: 0;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .top-company__greeting-figure {
    width: 100%;
  }
}
.top-company__greeting-image {
  width: 100%;
  height: auto;
}
.top-company__greeting-text {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  line-height: 1.875;
  letter-spacing: 0.12em;
  color: #000;
}
@media screen and (max-width: 767px) {
  .top-company__greeting-text {
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0.04em;
  }
}
.top-company__greeting-text:not(:first-child) {
  margin-top: 23px;
}
@media screen and (max-width: 767px) {
  .top-company__greeting-text:not(:first-child) {
    margin-top: 21px;
  }
}
.top-company__greeting-name {
  margin-top: 64px;
  font-size: 2.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .top-company__greeting-name {
    margin-top: 31px;
  }
}
.top-company__greeting-name span {
  font-size: 1.6rem;
  line-height: 1.875;
  margin-right: 16px;
}
.top-company__2col {
  display: flex;
  justify-content: space-between;
  column-gap: 63px;
  row-gap: 50px;
  margin-top: 146px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .top-company__2col {
    margin-top: 46px;
  }
}
@media screen and (min-width: 1230px) {
  .top-company__2col {
    flex-wrap: nowrap;
  }
}
.top-company__sub-title {
  display: block;
  font-size: 3.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  line-height: 1.47;
  letter-spacing: 0.06em;
  padding-left: 21px;
  position: relative;
}
.top-company__sub-title::before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 100px;
  background-color: #D3B778;
  position: absolute;
  top: 20px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .top-company__sub-title {
    font-size: 3rem;
    line-height: 1.75;
  }
}
.top-company__profile {
  width: 100%;
  flex-shrink: 1;
}
@media screen and (min-width: 1230px) {
  .top-company__profile {
    width: 518px;
  }
}
.top-company__profile-figure {
  width: 100%;
  margin-top: 61px;
}
@media screen and (max-width: 767px) {
  .top-company__profile-figure {
    margin-top: 27px;
  }
}
.top-company__profile-table {
  width: 100%;
}
.top-company__profile-table tr {
  display: grid;
  grid-template-columns: 112px 1fr;
  width: 100%;
  padding: 15px 27px 15px 13px;
  border-top: 1px solid #E0D6C5;
}
@media screen and (max-width: 767px) {
  .top-company__profile-table tr {
    grid-template-columns: 106px 1fr;
    padding: 8px 10px 10px 10px;
  }
}
.top-company__profile-table tr:last-child {
  border-bottom: 1px solid #E0D6C5;
}
.top-company__profile-table th,
.top-company__profile-table td {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  line-height: 1.875;
  letter-spacing: 0.12em;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .top-company__profile-table th,
  .top-company__profile-table td {
    font-size: 1.4rem;
  }
}
.top-company__profile-table th {
  padding-top: 9px;
}
@media screen and (max-width: 767px) {
  .top-company__profile-table th {
    padding-top: 6px;
    line-height: 2.143;
  }
}
.top-company__profile-table td {
  padding: 9px 0 9px 19px;
  border-left: 1px solid #E0D6C5;
}
@media screen and (max-width: 767px) {
  .top-company__profile-table td {
    padding: 6px 0 6px 14px;
    line-height: 1.714;
  }
}
.top-company__history {
  display: grid;
  height: fit-content;
  grid-template-columns: 1fr auto;
  grid-auto-rows: auto auto auto;
  grid-template-areas: "title link" "table table" "image image";
  width: 100%;
  flex-shrink: 1;
}
@media screen and (max-width: 767px) {
  .top-company__history {
    grid-template-columns: 1fr;
    grid-auto-rows: auto auto auto auto;
    grid-template-areas: "title" "table" "link" "image";
  }
}
@media screen and (min-width: 1230px) {
  .top-company__history {
    width: 505px;
  }
}
.top-company__history-title {
  grid-area: title;
}
.top-company__history-link {
  grid-area: link;
  width: fit-content;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 23px 31px 23px 33px;
  background-color: #D3B778;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.12em;
  font-family: "Noto Sans JP", sans-serif;
  text-decoration: none;
  border: 3px solid #D3B778;
  column-gap: 18px;
}
@media screen and (max-width: 767px) {
  .top-company__history-link {
    width: 100%;
    margin: 26px auto 0;
    padding: 19px 20px 19px 40px;
    font-size: 1.8rem;
  }
}
.top-company__history-link-icon {
  color: #fff;
  transition: 0.3s transform ease-in;
}
.top-company__history-link:hover {
  background-color: #fff;
  color: #000;
}
.top-company__history-link:hover .top-company__history-link-icon {
  color: #D3B778;
  transform: translate(5px, -5px);
}
.top-company__history-link--en {
  padding: 23px 25px 23px 33px;
  column-gap: 11px;
}
.top-company__history-chronology {
  grid-area: table;
  margin-top: 36px;
}
@media screen and (max-width: 767px) {
  .top-company__history-chronology {
    margin-top: 18px;
  }
}
.top-company__chronology {
  width: 100%;
  background-color: #fff;
  padding: 32px 33px 32px 39px;
  max-height: 729px;
}
@media screen and (max-width: 767px) {
  .top-company__chronology {
    max-height: 756px;
    padding: 25px 24px 36px 25px;
  }
}
.top-company__chronology-inner {
  width: 100%;
  max-height: 100%;
  height: 100%;
  padding-right: 28px;
  overflow-y: scroll;
  scrollbar-color: #D3B778 #F2F2F2;
  scrollbar-width: thin;
}
@media screen and (max-width: 767px) {
  .top-company__chronology-inner {
    padding-right: 22px;
  }
}
.top-company__chronology-inner::-webkit-scrollbar {
  width: 5px;
}
.top-company__chronology-inner::-webkit-scrollbar-track {
  background-color: #F2F2F2;
}
.top-company__chronology-inner::-webkit-scrollbar-thumb {
  background-color: #D3B778;
}
.top-company__chronology-figure {
  margin: 0;
}
.top-company__chronology-table {
  width: 100%;
}
.top-company__chronology-table tr {
  display: grid;
  grid-template-columns: 142px 1fr;
  padding-bottom: 15px;
  border-bottom: 1px solid #E0D6C5;
}
@media screen and (max-width: 767px) {
  .top-company__chronology-table tr {
    grid-template-columns: 97px 1fr;
  }
}
.top-company__chronology-table tr:not(:first-child) {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .top-company__chronology-table tr:not(:first-child) {
    margin-top: 14px;
  }
}
.top-company__chronology-table th {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  line-height: 1.875;
  letter-spacing: 0.12em;
  text-align: left;
  color: #000;
}
@media screen and (max-width: 767px) {
  .top-company__chronology-table th {
    font-size: 1.3rem;
  }
}
.top-company__chronology-table td {
  font-size: 1.3rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  line-height: 1.538;
  letter-spacing: 0.12em;
  text-align: left;
  padding-top: 7px;
}
@media screen and (max-width: 767px) {
  .top-company__chronology-table td {
    padding-top: 0;
  }
}
.top-company__imageLink {
  grid-area: image;
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 21px 0;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-company__imageLink {
    margin-top: 25px;
  }
}
.top-company__imageLink::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
  transition: 0.3s opacity ease-in;
}
.top-company__imageLink:hover::before {
  opacity: 0.6;
}
.top-company__imageLink-figure {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 270px;
  height: auto;
  margin: 0;
}
.top-company__imageLink-image {
  width: 100%;
}

.top-recruit {
  padding: 130px 0 113px;
}
@media screen and (max-width: 767px) {
  .top-recruit {
    padding: 40px 0 60px;
  }
}
.top-recruit__title {
  text-decoration: underline;
  text-decoration-color: #d3b778;
  text-underline-offset: 0.2em;
  text-decoration-thickness: 1px;
  width: fit-content;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 5rem;
  font-weight: 300;
  line-height: 1.4;
  margin-inline: auto;
  padding-bottom: 5px;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top-recruit__title {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 767px) {
  .top-recruit__title--en {
    max-width: calc(100% - 60px);
  }
}
.top-recruit__introduction {
  position: relative;
  background: transparent;
  overflow: hidden;
  padding-bottom: 166px;
}
@media screen and (min-width: 768px) {
  .top-recruit__introduction {
    padding-bottom: 136px;
  }
}
.top-recruit__introduction-mainText {
  margin-top: 139px;
  text-align: center;
  width: fit-content;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0.06em;
  margin-inline: auto;
  color: #000;
  background: transparent;
}
@media screen and (max-width: 767px) {
  .top-recruit__introduction-mainText {
    margin-top: 30px;
    font-size: 2.9rem;
    line-height: 1.69;
  }
}
.top-recruit__introduction-mainText span {
  display: inline-block;
  position: relative;
  color: #fff;
  padding-inline: 2.5px;
}
.top-recruit__introduction-mainText span::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -47%);
  z-index: -1;
  width: 100%;
  height: 90%;
  background: #D3B778;
}
.top-recruit__introduction-subText {
  margin-top: 73px;
  width: fit-content;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 2.25;
  letter-spacing: 0.06em;
  text-align: center;
  margin-inline: auto;
  color: #000;
}
@media screen and (max-width: 767px) {
  .top-recruit__introduction-subText {
    margin-top: 31px;
    font-size: 1.6rem;
    line-height: 2.125;
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 768px) {
  .top-recruit__introduction-subText-br--sp {
    display: none;
  }
}
.top-recruit__introduction-imageUnite {
  display: flex;
  justify-content: space-between;
  max-width: 418px;
  width: calc(100% + 33px);
  margin-inline: auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .top-recruit__introduction-imageUnite {
    display: block;
    position: absolute;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    max-width: 1410px;
    width: calc(100% + 44px);
    height: calc(100% - 12px);
  }
}
.top-recruit__introduction-figure {
  display: block;
  margin: 0;
}
.top-recruit__introduction-figure--01 {
  width: 92px;
}
@media screen and (min-width: 768px) {
  .top-recruit__introduction-figure--01 {
    width: 175px;
    position: absolute;
    bottom: 23px;
    left: 61px;
  }
}
@media screen and (min-width: 1000px) {
  .top-recruit__introduction-figure--01 {
    left: 123px;
  }
}
@media screen and (min-width: 1230px) {
  .top-recruit__introduction-figure--01 {
    width: 257px;
  }
}
@media screen and (max-width: 767px) {
  .top-recruit__introduction-figure--01 {
    margin-top: 37px;
  }
}
.top-recruit__introduction-figure--02 {
  width: 84px;
}
@media screen and (min-width: 768px) {
  .top-recruit__introduction-figure--02 {
    width: 152px;
    position: absolute;
    top: 30px;
    left: 0;
  }
}
@media screen and (min-width: 1230px) {
  .top-recruit__introduction-figure--02 {
    width: 220px;
  }
}
@media screen and (max-width: 767px) {
  .top-recruit__introduction-figure--02 {
    margin-top: 20px;
  }
}
.top-recruit__introduction-figure--03 {
  width: 116px;
}
@media screen and (min-width: 768px) {
  .top-recruit__introduction-figure--03 {
    width: 205px;
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media screen and (min-width: 1230px) {
  .top-recruit__introduction-figure--03 {
    width: 294px;
  }
}
.top-recruit__introduction-figure--04 {
  width: 66px;
}
@media screen and (min-width: 768px) {
  .top-recruit__introduction-figure--04 {
    width: 124px;
    position: absolute;
    bottom: 0;
    right: 78px;
  }
}
@media screen and (min-width: 1230px) {
  .top-recruit__introduction-figure--04 {
    width: 183px;
  }
}
@media screen and (min-width: 1000px) {
  .top-recruit__introduction-figure--04 {
    right: 157px;
  }
}
@media screen and (max-width: 767px) {
  .top-recruit__introduction-figure--04 {
    margin-top: 29px;
  }
}
.top-recruit__introduction-imageUnite--en {
  display: flex;
  justify-content: space-between;
  max-width: 418px;
  width: calc(100% + 33px);
  margin-inline: auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1000px) {
  .top-recruit__introduction-imageUnite--en {
    display: block;
    position: absolute;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    max-width: 1410px;
    width: calc(100% + 44px);
    height: calc(100% - 12px);
  }
}
.top-recruit__introduction-figure--en01 {
  width: 92px;
  margin-top: 37px;
}
@media screen and (min-width: 1000px) {
  .top-recruit__introduction-figure--en01 {
    width: 175px;
    position: absolute;
    bottom: 23px;
    left: 61px;
    margin-top: 0;
  }
}
@media screen and (min-width: 1230px) {
  .top-recruit__introduction-figure--en01 {
    width: 257px;
  }
}
.top-recruit__introduction-figure--en02 {
  width: 84px;
  margin-top: 20px;
}
@media screen and (min-width: 1000px) {
  .top-recruit__introduction-figure--en02 {
    width: 152px;
    position: absolute;
    top: 30px;
    left: 0;
    margin-top: 0;
  }
}
@media screen and (min-width: 1230px) {
  .top-recruit__introduction-figure--en02 {
    width: 220px;
  }
}
.top-recruit__introduction-figure--en03 {
  width: 116px;
}
@media screen and (min-width: 1000px) {
  .top-recruit__introduction-figure--en03 {
    width: 205px;
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media screen and (min-width: 1230px) {
  .top-recruit__introduction-figure--en03 {
    width: 294px;
  }
}
.top-recruit__introduction-figure--en04 {
  width: 66px;
  margin-top: 29px;
}
@media screen and (min-width: 1000px) {
  .top-recruit__introduction-figure--en04 {
    width: 157px;
    position: absolute;
    bottom: 0;
    right: 78px;
    margin-top: 0;
  }
}
@media screen and (min-width: 1230px) {
  .top-recruit__introduction-figure--en04 {
    width: 183px;
  }
}
.top-recruit__content {
  margin-top: 95px;
  margin-inline: auto;
  max-width: 1070px;
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 83px;
}
@media screen and (min-width: 1000px) {
  .top-recruit__content {
    margin-top: 162px;
    row-gap: 60px;
  }
}
.top-recruit__box {
  display: flex;
  flex-direction: column;
}
.top-recruit__box-imageContent {
  position: relative;
  max-width: 510px;
  width: calc(100% - 50px);
  flex-shrink: 1;
  margin-bottom: -132px;
  margin-inline: auto;
}
@media screen and (min-width: 1000px) {
  .top-recruit__box-imageContent {
    width: 100%;
    margin-bottom: 0;
    margin-inline: 0;
  }
}
.top-recruit__box-figure {
  width: 100%;
  height: auto;
  aspect-ratio: 510/374;
  margin-bottom: 0;
}
.top-recruit__box-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-recruit__box-catchCopy {
  position: absolute;
  top: -55px;
  z-index: 1;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: inline-flex;
  flex-direction: column;
  row-gap: 8px;
  align-items: flex-start;
}
@media screen and (min-width: 1000px) {
  .top-recruit__box-catchCopy {
    top: -30px;
    row-gap: 5px;
  }
}
.top-recruit__box-catchCopy--en {
  top: 0;
}
.top-recruit__box-catchCopy p {
  display: inline-block;
  background-color: #fff;
  padding: 7px 10px 10px;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.2;
  font-weight: 300;
  letter-spacing: 0.01em;
  color: #000;
}
.top-recruit__box-textContent {
  max-width: 617px;
  width: calc(100% - 35px);
  background: #F7F2E9;
}
@media screen and (min-width: 1000px) {
  .top-recruit__box-textContent {
    width: 100%;
  }
}
.top-recruit__box-textContent-inner {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .top-recruit__box-textContent-inner {
    max-width: 434px;
  }
}
.top-recruit__box-title {
  font-size: 2.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #000;
}
@media screen and (max-width: 767px) {
  .top-recruit__box-title {
    font-size: 2.4rem;
    line-height: 1.667;
  }
}
.top-recruit__box-text {
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  line-height: 2.143;
  letter-spacing: 0.06em;
  color: #000;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .top-recruit__box-text {
    margin-top: 26px;
  }
}
@media screen and (max-width: 767px) {
  .top-recruit__box-title-br--pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .top-recruit__box-title-br--sp {
    display: none;
  }
}
@media screen and (min-width: 1000px) {
  .top-recruit__box--left {
    flex-direction: row;
  }
}
@media screen and (min-width: 1000px) {
  .top-recruit__box--left .top-recruit__box-imageContent {
    margin-right: -57px;
  }
}
.top-recruit__box--left .top-recruit__box-catchCopy {
  right: 21px;
}
@media screen and (min-width: 1000px) {
  .top-recruit__box--left .top-recruit__box-catchCopy {
    right: 41px;
  }
}
.top-recruit__box--left .top-recruit__box-catchCopy--en p:last-child {
  margin-top: 0 !important;
}
@media screen and (min-width: 1000px) {
  .top-recruit__box--left .top-recruit__box-catchCopy--en p:last-child {
    margin-top: 0 !important;
  }
}
.top-recruit__box--left .top-recruit__box-catchCopy p:last-child {
  margin-top: 49px;
}
@media screen and (min-width: 1000px) {
  .top-recruit__box--left .top-recruit__box-catchCopy p:last-child {
    margin-top: 45px;
  }
}
.top-recruit__box--left .top-recruit__box-textContent {
  padding: 166px 29px 55px 33px;
  margin-inline-start: auto;
}
@media screen and (min-width: 1000px) {
  .top-recruit__box--left .top-recruit__box-textContent {
    margin-inline-start: 0;
    margin-top: 65px;
    padding: 72px 32px 64px 74px;
  }
}
@media screen and (min-width: 1230px) {
  .top-recruit__box--left .top-recruit__box-textContent {
    padding: 72px 32px 64px 120px;
  }
}
.top-recruit__box--left .top-recruit__box-textContent-inner {
  margin-inline-end: auto;
}
@media screen and (min-width: 1000px) {
  .top-recruit__box--right {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 1000px) {
  .top-recruit__box--right .top-recruit__box-imageContent {
    margin-left: -57px;
  }
}
.top-recruit__box--right .top-recruit__box-catchCopy {
  left: auto;
  right: 21px;
}
@media screen and (min-width: 1000px) {
  .top-recruit__box--right .top-recruit__box-catchCopy {
    left: 56px;
  }
}
.top-recruit__box--right .top-recruit__box-catchCopy--en p:last-child {
  margin-top: 0 !important;
}
@media screen and (min-width: 1000px) {
  .top-recruit__box--right .top-recruit__box-catchCopy--en p:last-child {
    margin-top: 0 !important;
  }
}
.top-recruit__box--right .top-recruit__box-catchCopy p:last-child {
  margin-top: 49px;
}
@media screen and (min-width: 1000px) {
  .top-recruit__box--right .top-recruit__box-catchCopy p:last-child {
    margin-top: 48px;
  }
}
.top-recruit__box--right .top-recruit__box-textContent {
  padding: 166px 29px 56px 36px;
  margin-inline-end: auto;
}
@media screen and (min-width: 1000px) {
  .top-recruit__box--right .top-recruit__box-textContent {
    margin-inline-end: 0;
    margin-top: 58px;
    padding: 79px 78px 66px 36px;
  }
}
@media screen and (min-width: 1230px) {
  .top-recruit__box--right .top-recruit__box-textContent {
    padding: 79px 113px 66px 36px;
  }
}
.top-recruit__box--right .top-recruit__box-textContent-inner {
  margin-inline-start: auto;
}
.top-recruit__message {
  margin-top: 99px;
  padding-inline: 30px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .top-recruit__message {
    margin-top: 51px;
  }
}
.top-recruit__message-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 2.25;
  letter-spacing: 0.06em;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 767px) {
  .top-recruit__message-text {
    font-size: 1.8rem;
    line-height: 1.889;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 767px) {
  .top-recruit__message-text:not(:first-child) {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .top-recruit__message-text-br--sp {
    display: none;
  }
}
.top-recruit__link {
  max-width: 390px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  column-gap: 39px;
  padding: 31px 34px;
  background-color: #D3B778;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 300;
  letter-spacing: 0.12em;
  font-family: "Noto Sans JP", sans-serif;
  text-decoration: none;
  border: 3px solid #D3B778;
  margin-top: 91px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .top-recruit__link {
    margin-top: 45px;
    max-width: 325px;
    padding: 18px 20px 20px 20px;
    column-gap: 55px;
    font-size: 1.8rem;
  }
}
.top-recruit__link-icon {
  color: #fff;
  transition: 0.3s transform ease-in;
}
.top-recruit__link:hover {
  background-color: #fff;
  color: #000;
}
.top-recruit__link:hover .top-recruit__link-icon {
  color: #D3B778;
  transform: translate(5px, -5px);
}
.top-recruit__link--en {
  max-width: calc(100% - 30px);
  width: fit-content;
}

.top-news {
  background-color: #F7F3EC;
  padding: 72px 29px 90px 25px;
}
.top-news__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 976px;
  width: 100%;
  margin-inline: auto;
  flex-wrap: wrap;
  row-gap: 16px;
}
@media screen and (min-width: 1230px) {
  .top-news__inner {
    flex-wrap: nowrap;
  }
}
.top-news__heading {
  display: flex;
  align-items: center;
  column-gap: 62px;
}
@media screen and (min-width: 1230px) {
  .top-news__heading {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 15px;
    width: fit-content;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .top-news__heading {
    justify-content: space-between;
    width: 100%;
  }
}
.top-news__title {
  display: block;
  color: #000;
  font-size: 3.2rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .top-news__title {
    font-size: 3rem;
  }
}
.top-news__link {
  display: flex;
  width: fit-content;
  justify-content: space-between;
  align-items: center;
  column-gap: 16px;
  padding: 12px 15px 11px 16px;
  align-items: center;
  background-color: #fff;
  color: #000;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 1.4rem;
}
@media screen and (min-width: 1230px) {
  .top-news__link {
    column-gap: 14px;
  }
}
.top-news__link-icon {
  color: #D3B778;
  transition: 0.3s transform ease-in;
}
.top-news__link:hover {
  background-color: #D3B778;
  color: #fff;
}
.top-news__link:hover .top-news__link-icon {
  color: #fff;
  transform: translate(2.5px, -2.5px);
}
.top-news__news {
  display: block;
  width: 100%;
}
@media screen and (min-width: 1230px) {
  .top-news__news {
    max-width: 730px;
  }
}
.top-news__news-list {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
@media screen and (max-width: 767px) {
  .top-news__news-list {
    row-gap: 17px;
  }
}
.top-news__news-item {
  width: 100%;
}
.top-news__news-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-inline: 23px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E0D6C5;
  text-decoration: none;
  column-gap: 44px;
}
@media screen and (max-width: 767px) {
  .top-news__news-link {
    padding-inline: 0;
    padding-bottom: 18px;
    column-gap: 10px;
  }
}
.top-news__news-link::after {
  content: "";
  display: block;
  width: 19px;
  height: 21px;
  background-image: url("../images/top/news/icon-top-news-arrow-01.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.3s transform ease-in;
  flex-shrink: 1;
}
@media screen and (max-width: 767px) {
  .top-news__news-link::after {
    min-width: 14px;
    width: 14px;
    height: 12px;
  }
}
.top-news__news-link:hover::after {
  transform: translateX(6px);
}
.top-news__news-link:hover .top-news__news-time {
  color: #D3B778;
}
.top-news__news-link:hover .top-news__news-title {
  color: #D3B778;
}
.top-news__news-inner {
  display: block;
  max-width: 100%;
}
.top-news__news-time {
  font-family: "Montserrat", sans-serif;
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 400;
  color: #B1934F;
  transition: 0.3s color ease-in;
}
@media screen and (max-width: 767px) {
  .top-news__news-time {
    font-size: 1.2rem;
  }
}
.top-news__news-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  line-height: 1.5;
  color: #000;
  transition: 0.3s color ease-in;
}
@media screen and (max-width: 767px) {
  .top-news__news-title {
    margin-top: 2px;
    font-size: 1.3rem;
  }
}

.topAbout {
  padding-top: 30px;
  padding-bottom: 80px;
  background-color: #f7f3ec;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .topAbout {
    padding-top: 112px;
    padding-bottom: 100px;
  }
}
.topAbout__inner {
  width: 86%;
  margin: 0 auto;
  max-width: 1100px;
}
.topAbout__wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px 5vw;
}
@media screen and (max-width: 767px) {
  .topAbout__wrapper {
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .topAbout__wrapper {
    flex-direction: row;
    justify-content: space-between;
  }
}
.topAbout__body {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  flex: 1;
}
@media screen and (min-width: 768px) {
  .topAbout__body {
    margin-top: 65px;
    row-gap: 80px;
  }
}
.topAbout__text {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .topAbout__text {
    font-size: 18px;
  }
}
@media screen and (max-width: 871px) {
  .topAbout__text .is-noSp {
    display: none;
  }
}
.topAbout__text .is-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .topAbout__text .is-pc {
    display: block;
  }
}
.topAbout__head {
  writing-mode: vertical-rl;
}
.topAbout__catch {
  font-size: 28px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .topAbout__catch {
    font-size: 4vw;
  }
}
@media screen and (min-width: 1000px) {
  .topAbout__catch {
    font-size: 49px;
  }
}
.topAbout__catch em {
  font-style: normal;
  color: #b1934f;
  border-right: solid 1px currentColor;
}
.topAbout__links {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
@media screen and (min-width: 768px) {
  .topAbout__links {
    row-gap: 64px;
  }
}
.topAbout__links-body {
  display: flex;
  flex-direction: column;
  gap: 0 15px;
}
@media screen and (min-width: 768px) {
  .topAbout__links-body {
    flex-direction: row;
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .topAbout__links-body li {
    border-bottom: solid 1px #707070;
  }
}
.topAbout__links-title {
  font-size: calc(4vw + 2px);
  font-weight: 300;
  letter-spacing: 0.2em;
  display: flex;
  align-items: flex-end;
  line-height: 1;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .topAbout__links-title {
    column-gap: 3px;
    font-size: 3vw;
  }
}
@media screen and (min-width: 1000px) {
  .topAbout__links-title {
    font-size: 28px;
  }
}
.topAbout__links-title span {
  font-family: "Montserrat", sans-serif;
  font-size: 50px;
  color: #b1934f;
  transform: translateY(8px);
}
@media screen and (min-width: 768px) {
  .topAbout__links-title span {
    font-size: 49px;
  }
}
.topAbout__links-title-en {
  display: block;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .topAbout__links-title-en {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .topAbout__links-title-en span {
    font-size: 35px;
  }
}
.topAbout__links-item {
  display: inline-flex;
  align-items: center;
  gap: 10px 16px;
  position: relative;
  z-index: 0;
}
.topAbout__links-item:hover .topAbout__links-image img {
  transform: scale(1.1);
}
.topAbout__links-item:hover .topAbout__links-name svg {
  transform: translateY(5px);
}
@media screen and (max-width: 767px) {
  .topAbout__links-item {
    padding-top: 30px;
    padding-bottom: 14px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .topAbout__links-item {
    flex-direction: column;
  }
}
.topAbout__links-image {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .topAbout__links-image {
    max-width: 155px;
  }
}
.topAbout__links-image img {
  display: block;
  object-fit: cover;
  width: 100%;
  transition: transform 0.3s ease;
}
.topAbout__links-no {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-size: 38px;
  letter-spacing: 0.08em;
  white-space: nowrap;
  color: #b1934f;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(25px, 10px);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .topAbout__links-no {
    font-size: 52px;
    transform: translate(10px, -25px);
  }
}
.topAbout__links-name {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 18px;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.2;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .topAbout__links-name {
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .topAbout__links-name {
    column-gap: 10px;
    font-size: 1.6vw;
    align-items: flex-start;
  }
}
@media screen and (min-width: 1230px) {
  .topAbout__links-name {
    font-size: 20px;
  }
}
.topAbout__links-name svg {
  transition: transform 0.3s ease;
  min-width: 17px;
}
.topAbout__company-name {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.topAbout__company-name span {
  font-size: 7vw;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.02em;
  white-space: nowrap;
  line-height: 1;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.topBusiness {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
@media screen and (min-width: 768px) {
  .topBusiness {
    row-gap: 120px;
  }
}
.topBusiness__inner {
  width: 86%;
  margin: 0 auto;
  max-width: 1150px;
}
.topBusiness__wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 25px;
}
@media screen and (min-width: 768px) {
  .topBusiness__wrapper {
    row-gap: 90px;
  }
}
.topBusiness img {
  display: block;
}
.topBusiness__image {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .topBusiness__image {
    aspect-ratio: 125/78;
  }
}
@media screen and (min-width: 1440px) {
  .topBusiness__image {
    height: 470px;
  }
}
.topBusiness__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.topBusiness__head {
  display: flex;
  justify-content: center;
  text-align: center;
}
.topBusiness__title {
  font-size: 38px;
  text-decoration: underline;
  text-decoration-color: #d3b778;
  text-underline-offset: 0.2em;
  text-decoration-thickness: 1px;
  line-height: 1.4;
  letter-spacing: 3px;
  display: inline-flex;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .topBusiness__title {
    font-size: 50px;
  }
}

.media {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 34px 45px;
}
@media screen and (min-width: 768px) {
  .media {
    flex-direction: row;
  }
}
@media screen and (min-width: 1230px) {
  .media {
    column-gap: 68px;
  }
}
@media screen and (min-width: 768px) {
  .media--reverse {
    flex-direction: row-reverse;
  }
}
.media__title {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .media__title {
    font-size: 30px;
  }
}
.media__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  min-width: 18em;
}
.media__image {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 10px;
}
@media screen and (max-width: 767px) {
  .media__image {
    width: 100%;
  }
}
.media__image img {
  display: block;
}

.detail-list {
  background-color: #fff;
  padding: 15px 20px 16px;
}
@media screen and (min-width: 768px) {
  .detail-list {
    padding: 20px;
  }
}
.detail-list__list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 3px 15px;
}
@media screen and (max-width: 767px) {
  .detail-list__list {
    font-size: 12px;
  }
}
.detail-list dt {
  width: 20px;
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.detail-list dt::after {
  content: ":";
  display: block;
}
.detail-list dd {
  width: calc(100% - 35px);
}

.constantSpeed-slider {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  overflow-x: hidden;
}
.constantSpeed-slider img {
  width: 184px;
}
@media screen and (min-width: 768px) {
  .constantSpeed-slider img {
    width: 269px;
  }
}

.topFrozen {
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .topFrozen {
    padding-bottom: 117px;
  }
}
@media screen and (max-width: 767px) {
  .topFrozen {
    row-gap: 30px;
  }
}
.topFrozen__body {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
@media screen and (min-width: 768px) {
  .topFrozen__body {
    row-gap: 88px;
  }
}
.topFrozen__entrance {
  max-width: 810px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .topFrozen__entrance-wrapper {
    align-items: center;
  }
}
.topFrozen__entrance-wrapper-en {
  flex-direction: column;
}
.topFrozen__entrance-title {
  font-size: 29px;
  line-height: 1.6;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .topFrozen__entrance-title {
    font-size: 46px;
  }
}
.topFrozen__entrance-title span {
  margin-right: 5px;
  padding-bottom: 3px;
  color: #b1934f;
  border-bottom: solid 1px currentColor;
}
.topFrozen__about {
  background-color: #f7f3ec;
  padding: 25px 25px 30px;
}
@media screen and (max-width: 767px) {
  .topFrozen__about {
    margin-top: 6px;
  }
}
@media screen and (min-width: 768px) {
  .topFrozen__about {
    padding: 45px 30px;
  }
}
@media screen and (min-width: 1230px) {
  .topFrozen__about {
    padding: 55px 80px 30px;
  }
}
.topFrozen__about-wrapper {
  gap: 25px 68px;
}
.topFrozen__about-lead {
  margin-top: 9px;
  line-height: 1.875;
}
@media screen and (min-width: 768px) {
  .topFrozen__about-lead {
    margin-top: 6px;
  }
}
.topFrozen__about-body {
  row-gap: 15px;
}
@media screen and (min-width: 768px) {
  .topFrozen__about-body {
    row-gap: 22px;
  }
}
.topFrozen__about-image {
  row-gap: 30px;
}
.topFrozen__about-image--02 {
  border-radius: 12px;
}
.topFrozen__key-wrapper {
  gap: 29px 45px;
}
@media screen and (max-width: 767px) {
  .topFrozen__key-wrapper {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 1230px) {
  .topFrozen__key-wrapper {
    align-items: flex-end;
    column-gap: 80px;
  }
}
.topFrozen__key-title {
  color: #b1934f;
  font-size: 30px;
  font-weight: 300;
  border-bottom: solid 1px currentColor;
  display: inline-block;
}
.topFrozen__key-body {
  align-items: flex-start;
  row-gap: 24px;
  min-width: 20em;
}
@media screen and (min-width: 768px) {
  .topFrozen__key-body {
    row-gap: 32px;
  }
}
@media screen and (min-width: 1230px) {
  .topFrozen__key-body {
    padding-bottom: 40px;
  }
}
.topFrozen__key-text {
  line-height: 2.2;
}
@media screen and (min-width: 768px) {
  .topFrozen__key-text {
    font-size: 18px;
  }
}
.topFrozen__feature {
  background-color: #f7f3ec;
  padding: 40px 25px;
}
@media screen and (min-width: 768px) {
  .topFrozen__feature {
    padding: 50px 0 60px;
  }
}
.topFrozen__feature-wrapper {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .topFrozen__feature-wrapper {
    flex-direction: row;
  }
}
.topFrozen__feature-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 22px;
}
@media screen and (min-width: 768px) {
  .topFrozen__feature-item {
    padding-inline: 30px;
    row-gap: 30px;
  }
}
@media screen and (min-width: 1230px) {
  .topFrozen__feature-item {
    padding-inline: 60px;
  }
}
@media screen and (max-width: 767px) {
  .topFrozen__feature-item:first-child {
    padding-bottom: 30px;
    margin-bottom: 27px;
    border-bottom: solid 1px #dbceb8;
  }
}
@media screen and (min-width: 768px) {
  .topFrozen__feature-item:first-child {
    border-right: solid 1px #dbceb8;
  }
}
@media screen and (max-width: 767px) {
  .topFrozen__feature-item:first-child img {
    width: 82px;
  }
}
@media screen and (max-width: 767px) {
  .topFrozen__feature-item:nth-child(2) img {
    width: 74px;
  }
}
.topFrozen__feature-image {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .topFrozen__feature-image {
    height: 90px;
  }
}
.topFrozen__feature-title {
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .topFrozen__feature-title {
    font-size: 22px;
  }
}
.topFrozen__feature-text {
  font-size: 16px;
  line-height: 1.875;
  text-align: center;
}
.topFrozen__feature-text .only-pc {
  display: none;
}
@media screen and (min-width: 1035px) {
  .topFrozen__feature-text .only-pc {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .topFrozen__comment {
    margin-top: 6px;
  }
}
@media screen and (min-width: 1230px) {
  .topFrozen__comment {
    margin-top: 86px;
  }
}
.topFrozen__comment-inner {
  width: 86%;
  margin: 0 auto;
  max-width: 900px;
}
.topFrozen__comment-wrapper {
  gap: 24px 42px;
}
@media screen and (min-width: 1230px) {
  .topFrozen__comment-wrapper {
    column-gap: 70px;
  }
}
.topFrozen__comment-body {
  min-width: 23em;
}
.topFrozen__comment-body p {
  line-height: 2;
}
.topFrozen__comment-title {
  line-height: 1.9;
}
.topFrozen__comment-title em {
  font-style: normal;
  font-weight: inherit;
  color: #b1934f;
  margin-right: 10px;
  border-bottom: solid 1px currentColor;
  padding-bottom: 5px;
}
.topFrozen__comment-title .is-tab {
  display: none;
}
@media screen and (min-width: 945px) {
  .topFrozen__comment-title .is-tab {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .topFrozen__banners {
    margin-top: -28px;
  }
}
.topFrozen__banners-inner {
  width: 86%;
  margin: 0 auto;
  max-width: 1060px;
}
.topFrozen__banners-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px 36px;
}
@media screen and (min-width: 768px) {
  .topFrozen__banners-wrapper {
    flex-direction: row;
  }
}
.topFrozen__banners-item {
  flex: 1;
  transition: opacity 0.3s ease;
}
.topFrozen__banners-item:hover {
  opacity: 0.8;
}
.topFrozen__banners-item img {
  display: block;
  object-fit: cover;
  width: 100%;
}

.topStoreOperations {
  background-color: #f5f0e9;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .topStoreOperations {
    padding-bottom: 130px;
  }
}
.topStoreOperations__contents {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
@media screen and (min-width: 768px) {
  .topStoreOperations__contents {
    row-gap: 100px;
  }
}
.topStoreOperations__body {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
@media screen and (min-width: 768px) {
  .topStoreOperations__body {
    row-gap: 86px;
  }
}
.topStoreOperations__links {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .topStoreOperations__links {
    margin-top: 10px;
  }
}
.topStoreOperations__links-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13px 38px;
}
@media screen and (min-width: 768px) {
  .topStoreOperations__links-wrapper {
    flex-direction: row;
    justify-content: center;
  }
}
.topStoreOperations__links-item {
  column-gap: 10px;
  flex: 1;
  width: 100%;
  height: 70px;
  max-width: 100%;
  padding: 15px 20px;
  background-color: #fff;
  border-color: #fff;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
.topStoreOperations__links-item:hover {
  background-color: #d3b778;
  border-color: #d3b778;
}
.topStoreOperations__links-item:hover span {
  color: #fff;
}
.topStoreOperations__links-item:hover svg {
  transform: translate(0, 8px);
}
.topStoreOperations__links-item:hover path {
  fill: #fff;
}
@media screen and (min-width: 768px) {
  .topStoreOperations__links-item {
    padding: 10px 40px;
    width: 510px;
    height: 100px;
  }
}
.topStoreOperations__links-item span {
  margin: 0 auto;
  font-size: 20px;
  letter-spacing: 2.4px;
  font-weight: 300;
  color: #000;
  transition: color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .topStoreOperations__links-item span {
    font-size: 22px;
    letter-spacing: 2.88px;
  }
}
@media screen and (min-width: 1230px) {
  .topStoreOperations__links-item span {
    font-size: 24px;
  }
}
.topStoreOperations__links-item path {
  transition: fill 0.3s ease;
}
.topStoreOperations__blocks-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 26px;
}
@media screen and (min-width: 768px) {
  .topStoreOperations__blocks-wrapper {
    row-gap: 66px;
  }
}
.topStoreOperations__blocks-body {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
@media screen and (min-width: 768px) {
  .topStoreOperations__blocks-body {
    row-gap: 56px;
  }
}
.topStoreOperations__blocks-title {
  font-size: 28px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .topStoreOperations__blocks-title {
    font-size: 36px;
  }
}
.topStoreOperations__other-outside .topStoreOperations__blocks-wrapper {
  gap: 24px 107px;
}
@media screen and (min-width: 1230px) {
  .topStoreOperations__other-outside .topStoreOperations__blocks-wrapper {
    flex-direction: row;
    align-items: center;
    column-gap: 107px;
  }
}
.topStoreOperations__other-outside .topStoreOperations__blocks-title {
  font-size: 26px;
}
@media screen and (min-width: 768px) {
  .topStoreOperations__other-outside .topStoreOperations__blocks-title {
    font-size: 34px;
  }
}
@media screen and (min-width: 1230px) {
  .topStoreOperations__other-outside .topStoreOperations__blocks-title {
    margin-left: 60px;
  }
}
.topStoreOperations__other-outside .topStoreOperations__blocks-body {
  flex: 1;
}

.topStoreOperations-card {
  padding: 62px 25px 30px;
  background-color: #fff;
}
@media screen and (min-width: 1230px) {
  .topStoreOperations-card {
    padding: 86px 95px 80px;
  }
}
.topStoreOperations-card__wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 26px;
}
@media screen and (min-width: 768px) {
  .topStoreOperations-card__wrapper {
    row-gap: 52px;
  }
}
.topStoreOperations-card__top {
  align-items: center;
  gap: 22px 60px;
}
@media screen and (min-width: 1230px) {
  .topStoreOperations-card__top {
    column-gap: 114px;
  }
}
.topStoreOperations-card hr {
  height: 1px;
}
.topStoreOperations-card__body {
  row-gap: 20px;
}
.topStoreOperations-card__name {
  display: inline-block;
  margin-right: auto;
  font-size: 28px;
  font-weight: 300;
  letter-spacing: 0.08em;
  text-underline-offset: 0.2em;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: currentColor;
}
@media screen and (min-width: 768px) {
  .topStoreOperations-card__name {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .topStoreOperations-card__name span {
    font-size: 20px;
  }
}
.topStoreOperations-card__lead {
  font-size: 22px;
  line-height: 1.8;
  margin-top: 2px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .topStoreOperations-card__lead {
    font-size: 24px;
    margin-top: 7px;
  }
}
.topStoreOperations-card__text {
  line-height: 2;
  letter-spacing: 0.96px;
}
.topStoreOperations-card__text em {
  font-style: normal;
  font-size: 18px;
}
.topStoreOperations-card__btn {
  margin-top: 16px;
  padding: 17px 22px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .topStoreOperations-card__btn {
    padding: 20px 24px;
    width: 240px;
  }
}
.topStoreOperations-card__btn svg {
  margin-bottom: 7px;
}
.topStoreOperations-card__bottom {
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .topStoreOperations-card__bottom {
    gap: 40px;
  }
}
.topStoreOperations-card__policy {
  padding: 37px 27px 65vw;
  background: url(../images/bg_fw-comment-sp.png) center bottom no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .topStoreOperations-card__policy {
    display: flex;
    justify-content: flex-start;
    padding: 70px 85px;
    background-position: center bottom;
    background-image: url(../images/bg_fw-comment.jpg);
  }
}
.topStoreOperations-card__policy-body {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.topStoreOperations-card__policy-text {
  font-size: 14px;
  line-height: 2;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .topStoreOperations-card__policy-text {
    font-size: 20px;
  }
}
.topStoreOperations-card__image {
  row-gap: 20px;
}
.topStoreOperations-card .detail-list {
  background-color: #f5f5f5;
}
@media screen and (max-width: 767px) {
  .topStoreOperations-card--koromoa .topStoreOperations-card__top {
    row-gap: 63px;
  }
}
@media screen and (max-width: 767px) {
  .topStoreOperations-card--koromoa .topStoreOperations-card__top img {
    width: 230px;
  }
}
.topStoreOperations-card--sanmarukoKitchen .topStoreOperations-card__bottom {
  gap: 25px;
}
@media screen and (min-width: 768px) {
  .topStoreOperations-card--sanmarukoKitchen .topStoreOperations-card__bottom {
    gap: 65px;
  }
}
@media screen and (min-width: 768px) {
  .topStoreOperations-card--fw .topStoreOperations-card__wrapper {
    row-gap: 46px;
  }
}
.topStoreOperations-card--fw .topStoreOperations-card__top {
  align-items: flex-start;
  gap: 54px 45px;
}
@media screen and (min-width: 1230px) {
  .topStoreOperations-card--fw .topStoreOperations-card__top {
    column-gap: 161px;
  }
}
.topStoreOperations-card--fw .topStoreOperations-card__bottom {
  display: flex;
  flex-direction: column;
  row-gap: 27px;
}
.topStoreOperations-card--fw .topStoreOperations-card__bottom .topStoreOperations-card__text {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
@media screen and (min-width: 768px) {
  .topStoreOperations-card--fw .topStoreOperations-card__bottom .topStoreOperations-card__text {
    row-gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .topStoreOperations-card--fw .topStoreOperations-card__bottom .topStoreOperations-card__text em {
    font-size: 14px;
  }
}
@media screen and (min-width: 1230px) {
  .topStoreOperations-card--fw .topStoreOperations-card__logo {
    padding-top: 40px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .topStoreOperations-card--fw .topStoreOperations-card__logo img {
    width: 165px;
  }
}
.topStoreOperations-card--other {
  padding: 30px 22px 28px;
}
@media screen and (min-width: 768px) {
  .topStoreOperations-card--other {
    padding: 30px 56px 30px 67px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1229px) {
  .topStoreOperations-card--other {
    max-width: 750px;
    margin: 0 auto;
  }
}
.topStoreOperations-card--other .topStoreOperations-card__top {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .topStoreOperations-card--other .topStoreOperations-card__top {
    gap: 62px;
  }
}
.topStoreOperations-card--other .topStoreOperations-card__logo {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .topStoreOperations-card--other .topStoreOperations-card__logo {
    margin-left: 30px;
  }
}
@media screen and (min-width: 768px) {
  .topStoreOperations-card--other .topStoreOperations-card__logo {
    gap: 62px;
  }
}
.topStoreOperations-card--other .topStoreOperations-card__logo::after {
  content: "";
  display: block;
  width: 1px;
  height: 123px;
  background-color: #d6d6d6;
}
.topStoreOperations-card--other .topStoreOperations-card__body {
  display: flex;
  align-items: center;
  gap: 30px;
  flex: 1;
}
.topStoreOperations-card--other .topStoreOperations-card__name {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .topStoreOperations-card--other .topStoreOperations-card__name {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .topStoreOperations-card--other .topStoreOperations-card__text {
    font-size: 12px;
  }
}
.topStoreOperations-card--other .topStoreOperations-card__btn-area {
  flex: 1;
  padding: 0;
}
.topStoreOperations-card--other .topStoreOperations-card__btn-area a {
  width: 100%;
  padding-left: 20px;
  padding-right: 12px;
}
.topStoreOperations-card--other .topStoreOperations-card__btn {
  margin: 0;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .topStoreOperations-card--other .topStoreOperations-card__btn {
    width: 100%;
  }
}
.topStoreOperations-card .btn {
  flex: 1;
}
@media screen and (min-width: 768px) and (max-width: 899px) {
  .topStoreOperations-card:not(.topStoreOperations-card--other) .topStoreOperations-card__top img {
    width: 220px;
  }
}

.topMedicalFood {
  background-color: #f5f0e9;
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .topMedicalFood {
    padding-bottom: 100px;
  }
}
.topMedicalFood__inner {
  max-width: 1070px;
}
.topMedicalFood__wrapper {
  row-gap: 34px;
}
@media screen and (min-width: 768px) {
  .topMedicalFood__wrapper {
    row-gap: 93px;
  }
}
.topMedicalFood__body {
  display: flex;
  flex-direction: column;
  row-gap: 50px;
}
@media screen and (min-width: 768px) {
  .topMedicalFood__body {
    row-gap: 78px;
  }
}
.topMedicalFood__contents {
  display: flex;
  flex-direction: column;
  row-gap: 34px;
}
@media screen and (min-width: 768px) {
  .topMedicalFood__contents {
    row-gap: 110px;
  }
}
.topMedicalFood__block {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  margin-top: 10px;
}
.topMedicalFood__entrance-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 33px;
}
@media screen and (min-width: 768px) {
  .topMedicalFood__entrance-wrapper {
    row-gap: 22px;
  }
}
.topMedicalFood__entrance-title {
  font-size: 29px;
  font-weight: 300;
  line-height: 1.6;
  color: #000;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .topMedicalFood__entrance-title {
    font-size: 34px;
    text-align: center;
  }
}
@media screen and (min-width: 1230px) {
  .topMedicalFood__entrance-title {
    font-size: 46px;
  }
}
.topMedicalFood__entrance-title span {
  background-color: #d3b778;
  color: #fff;
  padding: 0 5px;
  margin-right: 5px;
}
.topMedicalFood__entrance-body {
  display: flex;
  justify-content: center;
  max-width: 720px;
  margin: 0 auto;
}
.topMedicalFood__entrance-text {
  line-height: 1.875;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .topMedicalFood__entrance-text {
    text-align: center;
  }
}
.topMedicalFood__question {
  gap: 31px 40px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .topMedicalFood__question {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 768px) {
  .topMedicalFood__question {
    row-gap: 80px;
  }
}
.topMedicalFood__question-image img {
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .topMedicalFood__question-image img {
    width: 100%;
  }
}
.topMedicalFood__question-body {
  display: flex;
  flex-direction: column;
  min-width: 20em;
}
@media screen and (min-width: 768px) {
  .topMedicalFood__question-body {
    row-gap: 40px;
  }
}
.topMedicalFood__question-text {
  line-height: 1.9;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .topMedicalFood__question-text {
    font-size: 18px;
  }
}
.topMedicalFood__drDish {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
@media screen and (min-width: 768px) {
  .topMedicalFood__drDish {
    row-gap: 43px;
  }
}
.topMedicalFood__drDish-item .media__text {
  line-height: 1.875;
}
.topMedicalFood__drDish-item img {
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .topMedicalFood__drDish-item img {
    width: 100%;
  }
}
.topMedicalFood__drDish-body {
  min-width: 21em;
}
@media screen and (min-width: 768px) {
  .topMedicalFood__drDish-body {
    row-gap: 26px;
  }
}
.topMedicalFood__drDish-title {
  color: #000;
  font-size: 23px;
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1230px) {
  .topMedicalFood__drDish-title {
    font-size: 30px;
  }
}
.topMedicalFood__drDish-title span {
  margin-inline: 5px;
  padding: 0 5px;
  background-color: #fff;
  color: #b1934f;
}
.topMedicalFood__drDish-textBlock {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
@media screen and (min-width: 768px) {
  .topMedicalFood__drDish-textBlock {
    row-gap: 26px;
  }
}
.topMedicalFood__drDish-textBlock:not(:first-child) {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .topMedicalFood__drDish-textBlock:not(:first-child) {
    margin-top: 40px;
  }
}
.topMedicalFood__conclusion {
  width: 86%;
  margin: 0 auto;
  max-width: 1136px;
  gap: 30px 40px;
}
@media screen and (max-width: 767px) {
  .topMedicalFood__conclusion {
    margin-top: 17px;
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 768px) {
  .topMedicalFood__conclusion {
    margin-top: 11px;
    align-items: center;
  }
}
@media screen and (min-width: 1230px) {
  .topMedicalFood__conclusion {
    column-gap: 76px;
  }
}
.topMedicalFood__conclusion-body {
  min-width: 21em;
  row-gap: 30px;
}
@media screen and (min-width: 768px) {
  .topMedicalFood__conclusion-body {
    row-gap: 48px;
  }
}
.topMedicalFood__conclusion-body .media__text {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  line-height: 1.875;
}
@media screen and (min-width: 768px) {
  .topMedicalFood__conclusion-body .media__text {
    row-gap: 20px;
  }
}
.topMedicalFood__conclusion-body p em {
  font-style: normal;
  font-size: inherit;
}
@media screen and (min-width: 768px) {
  .topMedicalFood__conclusion-body p em {
    font-size: 18px;
    letter-spacing: 0.08em;
  }
}
.topMedicalFood__conclusion-image img {
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .topMedicalFood__conclusion-image img {
    width: 100%;
  }
}
.topMedicalFood__conclusion-btn {
  padding: 17px 25px 17px 36px;
}
@media screen and (max-width: 767px) {
  .topMedicalFood__conclusion-btn {
    width: 100%;
    max-width: 325px;
    margin: 0 auto;
    height: 87px;
  }
}
@media screen and (min-width: 768px) {
  .topMedicalFood__conclusion-btn {
    padding: 20px 15px 20px 10px;
  }
}
@media screen and (min-width: 1230px) {
  .topMedicalFood__conclusion-btn {
    padding: 20px 25px;
  }
}
@media screen and (max-width: 767px) {
  .topMedicalFood__conclusion-btn span {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .topMedicalFood__conclusion-btn span {
    padding: 20px 15px 20px 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .topMedicalFood__conclusion-btn span {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .topMedicalFood__conclusion-btn span br {
    display: none;
  }
}

.en {
  letter-spacing: 0.12em;
}
.en .btn span {
  margin-left: 0;
}
@media screen and (min-width: 1025px) and (max-width: 1214px) {
  .en .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding-top: 14px;
    padding-bottom: 18px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1214px) {
  .en .header__menu-content {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1214px) {
  .en .header__sp-menu-body {
    display: block;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1214px) {
  .en .sp-menu {
    display: block;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1214px) {
  .en .scroll-header {
    display: none;
  }
}
@media screen and (min-width: 1250px) and (max-width: 1399px) {
  .en .header__menu-bottom-list {
    column-gap: 5px;
  }
}
.en .header__menu-bottom-list li a {
  white-space: normal;
  line-height: 1.1;
}
@media screen and (min-width: 1025px) and (max-width: 1214px) {
  .en .top-mv {
    padding-top: 92px;
  }
}
.en .topAbout__catch em {
  border-right-width: 0;
  border-left: solid 1px currentColor;
}
.en .topAbout__links-name {
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .en .topAbout__links-name {
    font-size: 19px;
  }
}
.en .topFrozen__entrance {
  max-width: 920px;
}
@media screen and (min-width: 768px) {
  .en .topFrozen__about-title {
    font-size: 25px;
  }
}
@media screen and (min-width: 768px) {
  .en .topFrozen__about-image {
    row-gap: 30px;
  }
}
.en .topFrozen__about-detail {
  max-width: 480px;
}
.en .detail-list__list {
  column-gap: 5px;
}
@media screen and (min-width: 768px) {
  .en .detail-list__list {
    font-size: 14px;
  }
}
.en .detail-list__list dt {
  column-gap: 3px;
}
.en .topFrozen__key-body {
  padding-bottom: 0;
}
.en .topFrozen__key-wrapper {
  column-gap: 50px;
}
.en .topFrozen__key-title {
  border-bottom-width: 0;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  text-decoration-thickness: 1px;
}
.en .topFrozen__feature-image {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .en .topFrozen__feature-image {
    min-height: 90px;
  }
}
.en .topFrozen__comment-inner {
  max-width: 1050px;
}
@media screen and (min-width: 768px) {
  .en .topFrozen__comment-wrapper {
    align-items: flex-end;
  }
}
@media screen and (min-width: 1230px) {
  .en .topFrozen__comment-wrapper {
    column-gap: 125px;
  }
}
.en .topFrozen__comment-title em {
  border-width: 0;
}
.en .topStoreOperations__links-item span {
  font-size: 16px;
  margin-left: auto;
  text-align: center;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  .en .topStoreOperations__links-item span {
    font-size: 18px;
  }
}
@media screen and (min-width: 1230px) {
  .en .topStoreOperations__links-item span {
    font-size: 24px;
  }
}
.en .topStoreOperations-card__btn {
  width: auto;
  margin-right: auto;
  column-gap: 12px;
}
@media screen and (min-width: 768px) {
  .en .topStoreOperations-card__btn span {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .en .topStoreOperations-card__policy-text {
    font-size: 16px;
  }
}
.en .topStoreOperations-card__policy-text .tab-only {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1050px) {
  .en .topStoreOperations-card__policy-text .tab-only {
    display: block;
  }
}
@media screen and (min-width: 1230px) {
  .en .topStoreOperations__other-outside .topStoreOperations__blocks-wrapper {
    column-gap: 62px;
  }
}
.en .topStoreOperations__other-outside .topStoreOperations-card__body {
  flex-direction: column;
  align-items: flex-start;
  row-gap: 10px;
}
.en .topStoreOperations__other-outside .topStoreOperations__blocks-title {
  text-align: left;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .en .topStoreOperations__other-outside .topStoreOperations__blocks-title {
    font-size: 30px;
  }
}
@media screen and (min-width: 1230px) {
  .en .topStoreOperations__other-outside .topStoreOperations__blocks-title {
    margin-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .en .topStoreOperations__other-outside .topStoreOperations-card__btn {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .en .topMedicalFood__drDish-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .en .topMedicalFood__conclusion-btn {
    height: 66px;
  }
}
@media screen and (min-width: 768px) {
  .en .footer__nav {
    max-width: 380px;
  }
}

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