/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input:not([type=checkbox]):not([type=radio]),
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", serif;
  line-height: 1.6;
  color: #333;
}

img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

svg {
  width: 100%;
  height: auto;
}

.container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

.p-breadcrumb,
.l-header__bar {
  display: none;
}

.l-content:has(.about),
.l-content:has(.sustainability) {
  padding-top: 0;
}

.l-content:has(.sustainability) {
  margin-bottom: 0;
}

.widget_categories > ul > .cat-item > a {
  padding: 1.5em 0.5em;
}
.widget_categories > ul > .cat-item > a::before {
  display: none;
}
.widget_categories > ul > .cat-item > a .en {
  font-size: min(1.3333333333vw, 16px);
  text-transform: uppercase;
  font-family: "Caudex", serif;
}
@media (max-width: 768px) {
  .widget_categories > ul > .cat-item > a .en {
    font-size: max(3.7333333333vw, 14px);
  }
}
.widget_categories > ul > .cat-item > a .ja {
  margin-left: 0.5em;
  font-size: min(1vw, 12px);
}
@media (max-width: 768px) {
  .widget_categories > ul > .cat-item > a .ja {
    font-size: max(2.6666666667vw, 10px);
  }
}

.c-widget__title {
  margin-bottom: 0;
  font-size: min(3.1666666667vw, 38px);
  font-weight: 400;
  font-family: "Caudex", serif;
}
@media (max-width: 768px) {
  .c-widget__title {
    font-size: max(6.4vw, 24px);
  }
}
.c-widget__title.-side {
  padding: 0;
}
.c-widget__title::before, .c-widget__title::after {
  display: none;
}

@media (max-width: 768px) {
  .l-content {
    padding-left: max(7.4666666667vw, 28px);
    padding-right: max(7.4666666667vw, 28px);
  }
}

.u-text-right {
  text-align: right;
}

.u-inline-pc {
  display: inline;
}
@media (max-width: 768px) {
  .u-inline-pc {
    display: none;
  }
}

.u-inline-sp {
  display: none;
}
@media (max-width: 768px) {
  .u-inline-sp {
    display: inline;
  }
}

.l-header {
  padding-left: min(2vw, 24px);
  padding-right: min(2vw, 24px);
}
@media (max-width: 768px) {
  .l-header {
    background-color: #fff !important;
  }
}
.l-header .c-iconBtn__icon:before {
  color: #333 !important;
}

@media (max-width: 768px) {
  .c-global-nav__logo {
    display: none;
  }
}

.l-header__logo.sp_only {
  padding-block: 8px;
  display: none;
}
@media (max-width: 768px) {
  .l-header__logo.sp_only {
    display: block;
  }
}
@media (max-width: 768px) {
  .l-header__logo.sp_only a {
    padding: 0;
    width: 60px;
  }
}

.l-header__customBtn.sp_ {
  display: none;
}

.l-header__gnav.c-gnavWrap,
.l-fixHeader.-parallel .l-fixHeader__gnav {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1fr min(7.3958333333vw, 142px) 1fr;
}
.l-header__gnav.c-gnavWrap .c-global-nav__left,
.l-header__gnav.c-gnavWrap .c-global-nav__right,
.l-fixHeader.-parallel .l-fixHeader__gnav .c-global-nav__left,
.l-fixHeader.-parallel .l-fixHeader__gnav .c-global-nav__right {
  width: 100%;
  justify-content: space-between !important;
}
@media (max-width: 768px) {
  .l-header__gnav.c-gnavWrap .c-global-nav__left,
  .l-header__gnav.c-gnavWrap .c-global-nav__right,
  .l-fixHeader.-parallel .l-fixHeader__gnav .c-global-nav__left,
  .l-fixHeader.-parallel .l-fixHeader__gnav .c-global-nav__right {
    display: none;
  }
}

.l-fixHeader.-parallel .l-fixHeader__gnav {
  padding-block: 0.5em;
}

.c-headLogo {
  height: 100% !important;
}

.c-headLogo__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.c-global-nav__right,
.c-global-nav__left {
  height: 60px;
  align-self: center;
}

.c-global-nav__right {
  margin-left: min(1.0416666667vw, 20px);
  justify-self: start;
}

.c-global-nav__left {
  margin-right: min(1.0416666667vw, 20px);
  justify-self: end;
}

.-parallel .l-header__gnav .c-gnav > li > a {
  padding: 16px min(0.8333333333vw, 16px);
  font-size: min(1.4035087719vw, 16px);
}

.l-header .menu-item-has-children a,
.l-fixHeader .menu-item-has-children a {
  position: relative;
  padding-right: min(1.5vw, 18px) !important;
  border-color: #333 !important;
}
.l-header .menu-item-has-children > a::before,
.l-fixHeader .menu-item-has-children > a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 12px;
  height: 6px;
  background-image: url(../img/common/ico-chevron.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.l-header .menu-item-has-children .sub-menu,
.l-fixHeader .menu-item-has-children .sub-menu {
  left: 0;
  transform: translateX(0);
}
.l-header .menu-item-has-children .sub-menu li a,
.l-fixHeader .menu-item-has-children .sub-menu li a {
  padding: 1em 1em 1em 2em;
  color: #333;
}
.l-header .menu-item-has-children .sub-menu li a:hover,
.l-fixHeader .menu-item-has-children .sub-menu li a:hover {
  background-color: #f5f5f5 !important;
}
.l-header .menu-item-has-children .sub-menu li a::before,
.l-fixHeader .menu-item-has-children .sub-menu li a::before {
  display: none;
}

.p-spMenu__inner {
  padding-top: max(17.0666666667vw, 64px);
  width: 100vw;
}
.p-spMenu .p-spMenu__closeBtn {
  width: 100%;
  height: 64px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px max(4.2666666667vw, 16px);
}
.p-spMenu .p-spMenu__logo {
  height: 100%;
  width: auto;
}
.p-spMenu .c-iconBtn {
  width: auto;
}
.p-spMenu .p-spMenu__nav {
  margin-top: 0;
}
.p-spMenu .p-spMenu__body {
  padding-left: 0;
  padding-right: 0;
}
.p-spMenu .c-gnav .sub-menu a:before,
.p-spMenu .c-listMenu a:before {
  display: none;
}
.p-spMenu .c-spnav a {
  background-color: #f5f5f5;
  border-color: #fff;
  font-size: clamp(14.4px, 4.8vw, 36px);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}
.p-spMenu .p-spMenu__sns {
  padding-top: max(11.2vw, 42px);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: max(11.2vw, 42px);
}
.p-spMenu .p-spMenu__snsLink.--instagram {
  width: max(8vw, 30px);
  height: max(8vw, 30px);
}
.p-spMenu .p-spMenu__snsLink.--facebook {
  width: max(9.0666666667vw, 34px);
  height: max(9.0666666667vw, 34px);
}
.p-spMenu .p-spMenu__snsLink.--youtube {
  width: max(10.6666666667vw, 40px);
  height: max(10.6666666667vw, 40px);
}

[data-spmenu=closed] .-right .p-spMenu__inner {
  transform: translateX(100vw);
}

.c-iconBtn {
  display: none;
}
@media (max-width: 768px) {
  .c-iconBtn {
    display: block;
  }
}

.icon-menu-thin:before {
  content: "";
  display: block;
  width: 35px;
  height: 29.5px;
  background: url(../img/common/ico-ham-open.svg) no-repeat center/contain;
}

.icon-close-thin:before {
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  background: url(../img/common/ico-ham-close.svg) no-repeat center/contain;
}

.l-footer {
  padding-top: min(4.3333333333vw, 52px);
  color: #fff;
  background-image: url("../img/common/footer-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .l-footer {
    padding-top: max(11.7333333333vw, 44px);
  }
}
.l-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(6, 53, 103, 0.7);
  z-index: 1;
}

.l-footer__inner {
  position: relative;
  z-index: 2;
}

.footer__inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: min(8vw, 96px);
}
@media (max-width: 768px) {
  .footer__inner {
    flex-direction: column;
    align-items: center;
    gap: max(8.5333333333vw, 32px);
  }
}

.footer__logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(2.9166666667vw, 35px);
}
.footer__logo-logo {
  width: min(14.1666666667vw, 170px);
}
@media (max-width: 768px) {
  .footer__logo-logo {
    width: max(23.4666666667vw, 88px);
  }
}
.footer__logo-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
@media (max-width: 768px) {
  .footer__logo-link.pc {
    display: none;
  }
}
.footer__logo-link.sp {
  display: none;
}
@media (max-width: 768px) {
  .footer__logo-link.sp {
    display: block;
  }
}
.footer__logo-link a {
  padding: min(1.1666666667vw, 14px) min(0.9166666667vw, 11px);
  display: flex;
  align-items: center;
  gap: min(0.8333333333vw, 10px);
  border: 1px solid #fff;
}
@media (max-width: 768px) {
  .footer__logo-link a {
    margin-top: max(5.3333333333vw, 20px);
    padding: max(4vw, 15px) max(2.4vw, 9px);
    width: max(74.6666666667vw, 280px);
    margin-right: auto;
    margin-left: auto;
  }
}
.footer__logo-link a::before {
  content: "";
  display: block;
  width: min(2.5833333333vw, 31px);
  height: min(2.5833333333vw, 31px);
  background-image: url("../img/common/ico-america.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .footer__logo-link a::before {
    width: max(8vw, 30px);
    height: max(8vw, 30px);
  }
}
.footer__logo-link a::after {
  content: "";
  display: block;
  margin-left: min(1.8333333333vw, 22px);
  width: min(1.5833333333vw, 19px);
  height: min(1.5833333333vw, 19px);
  background-image: url("../img/common/ico-external.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  filter: brightness(0) invert(1);
}
@media (max-width: 768px) {
  .footer__logo-link a::after {
    width: max(5.0666666667vw, 19px);
    height: max(5.0666666667vw, 19px);
  }
}
.footer__logo-link-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: clamp(12px, 1vw, 12px);
  line-height: 1;
  gap: 0.5em;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 768px) {
  .footer__logo-link-text {
    font-size: clamp(12px, 2.9333333333vw, 22px);
  }
}
.footer__logo-link-text .ja {
  font-size: clamp(12px, 1.1666666667vw, 14px);
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  align-self: flex-start;
}
@media (max-width: 768px) {
  .footer__logo-link-text .ja {
    font-size: clamp(12px, 3.7333333333vw, 28px);
  }
}

.custom-footer__nav {
  margin-top: min(2.6666666667vw, 32px);
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: min(0.8333333333vw, 10px) min(5.8333333333vw, 70px);
  height: 9lh;
  font-size: clamp(12px, 1.3333333333vw, 16px);
  font-weight: 600;
}
@media (max-width: 768px) {
  .custom-footer__nav {
    width: max(74.6666666667vw, 280px);
    height: auto;
    gap: 0;
  }
}
@media (max-width: 768px) {
  .custom-footer__nav > .menu-item a {
    display: block;
    width: 100%;
    font-size: clamp(12px, 4vw, 30px);
    border-bottom: 1px solid #fff;
    padding-block: max(2.6666666667vw, 10px);
  }
}
.custom-footer__nav > .menu-item:nth-of-type(3) {
  margin-bottom: 4lh;
}
@media (max-width: 768px) {
  .custom-footer__nav > .menu-item:nth-of-type(3) {
    margin-bottom: 0;
  }
}
.custom-footer__nav > .menu-item:nth-of-type(5) {
  height: 7lh;
}
@media (max-width: 768px) {
  .custom-footer__nav > .menu-item:nth-of-type(5) {
    height: auto;
  }
}
.custom-footer__nav > .menu-item:nth-of-type(5) .sub-menu {
  padding-left: 1em;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .custom-footer__nav > .menu-item:nth-of-type(5) .sub-menu {
    gap: 0;
    margin-top: 0;
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .custom-footer__nav > .menu-item:nth-of-type(5) .sub-menu li a {
    padding-left: 2em;
    padding-block: max(2.6666666667vw, 10px);
  }
}

.footer__snsList {
  margin-top: min(10.1666666667vw, 122px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(2.6666666667vw, 32px);
}
.footer__snsList a {
  display: block;
  width: min(3.5vw, 42px);
  height: min(3.5vw, 42px);
}
@media (max-width: 768px) {
  .footer__snsList a {
    width: max(10.6666666667vw, 40px);
    height: max(10.6666666667vw, 40px);
  }
}

.l-footer__foot {
  margin-top: min(10.1666666667vw, 122px);
  background-color: #970017;
  padding-top: min(1.5vw, 18px);
  padding-bottom: min(3.3333333333vw, 40px);
}

.l-footer__footInner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .l-footer__footInner {
    flex-direction: column-reverse;
    gap: max(2.1333333333vw, 8px);
  }
}

.l-footer__footNav {
  display: flex;
  align-items: center;
  gap: min(4vw, 48px);
}

.c-page_title.--news {
  padding-top: min(4vw, 48px);
}

.c-page_title_text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.c-page_title_text .en {
  font-family: "Caudex", serif;
  font-size: clamp(21.875px, 5.8333333333vw, 70px);
  line-height: 1;
  text-align: center;
  color: #333;
}
@media (max-width: 768px) {
  .c-page_title_text .en {
    font-size: clamp(30.4px, 10.1333333333vw, 76px);
  }
}
.c-page_title_text .ja {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(1.5vw, 18px);
  font-size: clamp(12px, 1.5vw, 18px);
  line-height: 1;
  text-align: center;
  color: #333;
}
@media (max-width: 768px) {
  .c-page_title_text .ja {
    font-size: clamp(12.8px, 4.2666666667vw, 32px);
  }
}
.c-page_title_text.--items .headline {
  font-size: clamp(12px, 2.6666666667vw, 32px);
  line-height: 1.6;
  text-align: center;
  color: #333;
  font-weight: 400;
}
@media (max-width: 768px) {
  .c-page_title_text.--items .headline {
    font-size: clamp(17.6px, 5.8666666667vw, 44px);
    word-break: auto-phrase;
  }
}
.c-page_title_text.--items .en {
  font-size: clamp(25px, 6.6666666667vw, 80px);
  line-height: 1;
}
@media (max-width: 768px) {
  .c-page_title_text.--items .en {
    font-size: clamp(30.4px, 10.1333333333vw, 76px);
  }
}
.c-page_title_text.--items .ja {
  margin-top: 0.3em;
  color: #D32929;
  font-size: clamp(12px, 2vw, 24px);
  line-height: 1;
  font-weight: 600;
}
@media (max-width: 768px) {
  .c-page_title_text.--items .ja {
    font-size: clamp(14.4px, 4.8vw, 36px);
  }
}

.c-page_title_description {
  margin-top: min(4.1666666667vw, 50px);
  margin-bottom: min(4.1666666667vw, 50px);
  font-size: min(1.3333333333vw, 16px);
  font-size: clamp(12px, 1.3333333333vw, 16px);
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  color: #333;
}
@media (max-width: 768px) {
  .c-page_title_description {
    margin-top: max(8vw, 30px);
    margin-bottom: max(8vw, 30px);
    font-size: clamp(12px, 3.7333333333vw, 28px);
    text-align: left;
    width: 100%;
    line-height: 2;
  }
}

.sns-list {
  max-width: 1040px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .sns-list {
    flex-direction: column;
    align-items: center;
    row-gap: max(8vw, 30px);
  }
}

.sns-item a {
  padding: min(1.6666666667vw, 20px) min(2.9166666667vw, 35px) min(1.6666666667vw, 20px) min(1.6666666667vw, 20px);
  width: min(26.6666666667vw, 320px);
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #333333;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .sns-item a {
    width: max(64.5333333333vw, 242px);
    padding: max(3.4666666667vw, 13px) max(5.3333333333vw, 20px);
  }
}
.sns-item a:hover {
  opacity: 0.7;
}
.sns-item-icon {
  width: min(3.3333333333vw, 40px);
  height: min(3.3333333333vw, 40px);
}
@media (max-width: 768px) {
  .sns-item-icon {
    width: max(6.4vw, 24px);
    height: max(6.4vw, 24px);
  }
}
.sns-item-text {
  font-size: clamp(12px, 1.3333333333vw, 16px);
  line-height: 1.8;
  color: #333333;
  font-weight: 400;
}
@media (max-width: 768px) {
  .sns-item-text {
    font-size: clamp(12px, 3.2vw, 24px);
  }
}

.items-media {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .items-media {
    flex-direction: column;
    gap: max(6.6666666667vw, 25px);
  }
}
.items-media + .items-media {
  margin-top: min(5.8333333333vw, 70px);
}
@media (max-width: 768px) {
  .items-media + .items-media {
    margin-top: max(18.6666666667vw, 70px);
  }
}
.items-media:nth-child(even) {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .items-media:nth-child(even) {
    flex-direction: column;
  }
}
.items-media > * {
  flex: 1;
  flex-shrink: 0;
}
.items-media .textBlock {
  padding-top: min(2.6666666667vw, 32px);
  display: grid;
  grid-template-areas: "num title" "num text";
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
}
@media (max-width: 768px) {
  .items-media .textBlock {
    padding-top: 0;
    grid-template-areas: "num title" "text text";
  }
}
.items-media .textBlock .num {
  grid-area: num;
  font-family: "Caudex";
  margin-right: min(3.3333333333vw, 40px);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(46.875px, 12.5vw, 150px);
  line-height: 1;
  color: #970017;
}
@media (max-width: 768px) {
  .items-media .textBlock .num {
    margin-top: -0.2em;
    font-size: clamp(56px, 18.6666666667vw, 140px);
    margin-right: max(3.2vw, 12px);
  }
}
.items-media .textBlock .title {
  grid-area: title;
  display: flex;
  flex-direction: column;
  margin-top: min(1.6666666667vw, 20px);
}
.items-media .textBlock .title .en {
  font-weight: 400;
  font-size: min(3.3333333333vw, 40px);
  line-height: 2;
  color: #333;
  font-family: "Caudex", serif;
}
@media (max-width: 768px) {
  .items-media .textBlock .title .en {
    font-size: clamp(19.2px, 6.4vw, 48px);
  }
}
.items-media .textBlock .title .ja {
  font-weight: 600;
  font-size: min(1.8333333333vw, 22px);
  line-height: 1.7;
  color: #333;
}
@media (max-width: 768px) {
  .items-media .textBlock .title .ja {
    font-size: clamp(14.4px, 4.8vw, 36px);
  }
}
.items-media .textBlock .text {
  grid-area: text;
  margin-top: min(2.5vw, 30px);
  font-weight: 400;
  font-size: clamp(12px, 1.3333333333vw, 16px);
  line-height: 1.7;
  color: #333;
  text-align: justify;
}
@media (max-width: 768px) {
  .items-media .textBlock .text {
    margin-top: max(4.2666666667vw, 16px);
    font-size: clamp(12px, 4vw, 30px);
  }
}
.items-media .imageBlock {
  aspect-ratio: 540/300;
  padding-left: min(5vw, 60px);
}
@media (max-width: 768px) {
  .items-media .imageBlock {
    padding-left: 0;
  }
}
.items-media .imageBlock img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.items-media .imageBlock.logo {
  aspect-ratio: unset;
}
.items-media .imageBlock.logo img {
  display: block;
  width: 60%;
  margin: auto;
  object-fit: contain;
}
.items-media:nth-child(even) .imageBlock {
  padding-left: 0;
  padding-right: min(5vw, 60px);
}
@media (max-width: 768px) {
  .items-media:nth-child(even) .imageBlock {
    padding-right: 0;
  }
}

.bnr-sustainability {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  height: min(41.6666666667vw, 500px);
  padding: 0;
  background-image: url("../img/common/bnr-sustainability.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  position: relative;
}
.bnr-sustainability::before {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media (max-width: 768px) {
  .bnr-sustainability {
    height: max(107.2vw, 402px);
    background-image: url("../img/common/bnr-sustainability-sp.jpg");
  }
}
.bnr-sustainability-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.bnr-sustainability .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.bnr-sustainability .title .en {
  font-weight: 400;
  font-size: clamp(31.25px, 8.3333333333vw, 100px);
  line-height: 1.2;
  font-family: "Caudex", serif;
}
@media (max-width: 768px) {
  .bnr-sustainability .title .en {
    font-size: clamp(25.6px, 8.5333333333vw, 64px);
  }
}
.bnr-sustainability .title .ja {
  font-weight: 600;
  font-size: clamp(12px, 1.9166666667vw, 23px);
  line-height: 4.35;
  margin-top: min(1.5vw, 18px);
}
@media (max-width: 768px) {
  .bnr-sustainability .title .ja {
    text-align: center;
    font-size: clamp(12.8px, 4.2666666667vw, 32px);
    margin-top: max(6.4vw, 24px);
    line-height: 1.6;
  }
}
.bnr-sustainability .button {
  margin-top: min(3.3333333333vw, 40px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(2vw, 24px);
  transition: all 0.3s ease;
}
.bnr-sustainability .button:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .bnr-sustainability .button {
    margin-top: max(16vw, 60px);
  }
}
.bnr-sustainability .button .text {
  font-weight: 600;
  font-size: clamp(12px, 1.6666666667vw, 20px);
  line-height: 1;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .bnr-sustainability .button .text {
    font-size: clamp(12.8px, 4.2666666667vw, 32px);
  }
}
.bnr-sustainability .button::after {
  content: "";
  display: block;
  background-image: url("../img/common/arrow-right.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: min(2.5vw, 30px);
  height: min(2.5vw, 30px);
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .bnr-sustainability .button::after {
    width: max(8vw, 30px);
    height: max(8vw, 30px);
  }
}
.bnr-sustainability .button:hover::after {
  transform: translateX(10px);
}

.news-card {
  cursor: pointer;
}

.news-card__image {
  position: relative;
  aspect-ratio: 275/174;
}
.news-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-card__label {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #063567;
  border: 1px solid #063567;
  color: #fff;
  padding: 0.2em 1em;
  font-size: 0.8em;
  font-weight: 700;
  text-transform: uppercase;
}
.news-card__label:hover {
  background-color: #fff;
  color: #063567;
}

.news-card__title {
  margin-top: 0.5em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-break: break-all;
  word-wrap: break-word;
  line-height: 1.2;
  height: 2.4em;
}

.top #content {
  padding-top: 0;
  margin-bottom: 0;
}

.home .top-sectionTitle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: min(0.8333333333vw, 10px);
  margin-bottom: min(3.3333333333vw, 40px);
  text-align: center;
}
@media (max-width: 768px) {
  .home .top-sectionTitle {
    gap: max(2.6666666667vw, 10px);
    margin-bottom: max(9.6vw, 36px);
  }
}
.home .top-sectionTitle .top-sectionTitle__main {
  font-size: min(3.6842105263vw, 42px);
  font-family: "Caudex", serif;
  line-height: 1.17;
}
@media (max-width: 768px) {
  .home .top-sectionTitle .top-sectionTitle__main {
    line-height: 1.447;
    font-size: clamp(30.4px, 10.1333333333vw, 76px);
  }
}
.home .top-sectionTitle .top-sectionTitle__sub {
  display: block;
  font-size: min(1.3157894737vw, 15px);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media (max-width: 768px) {
  .home .top-sectionTitle .top-sectionTitle__sub {
    font-size: clamp(12px, 4vw, 30px);
  }
}
@media (max-width: 768px) {
  .home .top-sectionTitle--items .top-sectionTitle__main {
    font-size: clamp(22.4px, 7.4666666667vw, 56px);
  }
  .home .top-sectionTitle--items .top-sectionTitle__sub {
    font-size: clamp(12px, 3.4666666667vw, 26px);
  }
}
.home .top-viewAll__btn {
  margin-top: min(5vw, 60px);
}
@media (max-width: 768px) {
  .home .top-viewAll__btn {
    margin-top: max(8vw, 30px);
  }
}
.home .top-viewAll__btn-link {
  margin-right: auto;
  margin-left: auto;
  width: min(33.3333333333vw, 400px);
  height: min(5vw, 60px);
  border: 1px solid #333;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: clamp(12px, 1.3333333333vw, 16px);
  font-weight: 400;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .home .top-viewAll__btn-link {
    width: max(85.3333333333vw, 320px);
    height: max(16vw, 60px);
    font-size: clamp(12.8px, 4.2666666667vw, 32px);
  }
}
.home .top-viewAll__btn-link:hover {
  background-color: #333;
  color: #fff;
}
@media (max-width: 768px) {
  .home .top-viewAll__btn-link:hover {
    background-color: #fff;
    color: #333;
  }
}
@media (max-width: 768px) {
  .home .p-mainVisual {
    padding-top: 64px;
  }
}
.home .p-mainVisual__textLayer {
  padding-top: min(8.3333333333vw, 100px);
}
@media (max-width: 768px) {
  .home .p-mainVisual__textLayer {
    padding-top: max(21.3333333333vw, 80px);
    padding-bottom: max(20vw, 75px);
  }
}
.home .p-mainVisual__textLayer {
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 40%);
}
.home .p-mainVisual__slide.swiper-slide-active .p-mainVisual__textLayer {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
  transition: opacity 3s ease, visibility 3s ease, transform 1s ease;
}
.home .p-mainVisual__slideTitle {
  font-size: clamp(32.8125px, 8.75vw, 105px);
  font-family: "Caudex", serif;
  line-height: 1;
}
@media (max-width: 768px) {
  .home .p-mainVisual__slideTitle {
    font-size: clamp(30.4px, 10.1333333333vw, 76px);
  }
}
.home .p-mainVisual__slideText {
  margin-top: min(2.3333333333vw, 28px);
  font-size: clamp(12px, 2.5vw, 30px) !important;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .home .p-mainVisual__slideText {
    font-size: clamp(12px, 4vw, 30px);
    line-height: 2.8;
  }
}
.home .p-mainVisual__sliderSubTitle {
  margin-top: min(5vw, 60px) !important;
  max-width: 655px;
  margin-right: auto;
  margin-left: auto;
  font-size: clamp(12px, 2.1666666667vw, 26px);
  line-height: 1.8;
}
@media (max-width: 768px) {
  .home .p-mainVisual__sliderSubTitle {
    margin-top: max(1.3333333333vw, 5px);
    font-size: clamp(12.8px, 4.2666666667vw, 32px);
  }
}
.home .p-mainVisual__textLayer:has(div[data-partsid="2215"]) .p-mainVisual__slideTitle,
.home .p-mainVisual__textLayer:has(div[data-partsid="2211"]) .p-mainVisual__slideTitle {
  font-size: clamp(17.5px, 4.6666666667vw, 56px);
}
@media (max-width: 768px) {
  .home .p-mainVisual__textLayer:has(div[data-partsid="2215"]) .p-mainVisual__slideTitle,
  .home .p-mainVisual__textLayer:has(div[data-partsid="2211"]) .p-mainVisual__slideTitle {
    font-size: clamp(25.6px, 8.5333333333vw, 64px);
    line-height: 1.3125;
  }
}
.home .p-mainVisual__slideBtn {
  margin-top: min(10.5vw, 126px);
}
@media (max-width: 768px) {
  .home .p-mainVisual__slideBtn {
    margin-top: max(21.3333333333vw, 80px);
  }
}
.home .c-mvBtn__btn {
  overflow: visible;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2em;
  color: #fff !important;
  border: unset;
  box-shadow: unset;
  padding: 0;
  font-size: clamp(12px, 2vw, 24px);
  transition: all 0.3s ease;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .home .c-mvBtn__btn {
    font-size: clamp(12px, 4vw, 30px);
  }
}
.home .c-mvBtn__btn:hover {
  opacity: 0.8;
}
.home .c-mvBtn__btn::before {
  display: none;
}
.home .c-mvBtn__btn::after {
  content: "";
  display: block;
  width: min(25.5vw, 306px);
  width: 125%;
  height: min(1.625vw, 19.5px);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: skewX(30deg);
  transform-origin: right bottom;
}
@media (max-width: 768px) {
  .home .c-mvBtn__btn::after {
    width: max(54.9333333333vw, 206px);
    width: 125%;
    height: max(3.6vw, 13.5px);
  }
}
.home .swiper-button-next,
.home .swiper-button-prev {
  background-color: transparent;
  width: min(5vw, 60px);
  height: min(5vw, 60px);
}
@media (max-width: 768px) {
  .home .swiper-button-next,
  .home .swiper-button-prev {
    width: max(10.6666666667vw, 40px);
    height: max(10.6666666667vw, 40px);
    top: 60%;
  }
}
.home .swiper-button-next:after,
.home .swiper-button-prev:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/common/ico-chevron.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  transform: rotate(90deg);
}
.home .swiper-button-next:after {
  transform: rotate(-90deg);
}
.home .top-recommend {
  transition: all 0.3s ease;
  background-color: pink;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}
.home .top-recommend__list {
  display: flex;
  justify-content: space-between;
  gap: 0;
  flex-wrap: wrap;
}
.home .top-recommend__item {
  height: min(20.8333333333vw, 400px);
  flex: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .home .top-recommend__item {
    height: max(26.6666666667vw, 100px);
    flex: none;
    width: 50%;
  }
}
@media (max-width: 768px) {
  .home .top-recommend__item.--sustainability {
    flex: none;
    width: 100%;
  }
}
.home .top-recommend__item a {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.home .top-recommend__item a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: background-color 0.3s ease;
}
.home .top-recommend__item a:hover {
  background-size: 120%;
}
.home .top-recommend__item a:hover::before {
  cursor: pointer;
  background-color: rgba(51, 51, 51, 0.6);
}
.home .top-recommend__item a .top-recommend__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: clip;
}
.home .top-recommend__item a .top-recommend__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s ease;
}
.home .top-recommend__item a:hover .top-recommend__image img {
  transform: scale(1.2);
}
.home .top-recommend__title {
  color: #fff;
  text-align: center;
  line-height: 1.2;
  position: relative;
  z-index: 3;
}
.home .top-recommend__title-en {
  font-size: min(4.1228070175vw, 47px);
  font-family: "Caudex", serif;
  line-height: 1.17;
}
@media (max-width: 768px) {
  .home .top-recommend__title-en {
    font-size: clamp(12px, 4vw, 30px);
    line-height: 2;
  }
}
.home .top-recommend__title-ja {
  margin-top: 12px;
  display: block;
  font-size: clamp(12px, 1.6666666667vw, 20px);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media (max-width: 768px) {
  .home .top-recommend__title-ja {
    margin-top: 0;
    font-size: clamp(12px, 3.4666666667vw, 26px);
  }
}
.home .top-itemsSection {
  padding-top: min(6.5vw, 78px);
  padding-bottom: min(6.5vw, 78px);
}
@media (max-width: 768px) {
  .home .top-itemsSection {
    padding-top: max(8.5333333333vw, 32px);
    padding-bottom: max(18.6666666667vw, 70px);
  }
}
.home .top-itemSection__textEn {
  text-align: center;
  font-weight: 400;
  font-size: clamp(16.25px, 4.3333333333vw, 52px);
  line-height: 1.82;
  font-weight: 400;
  font-family: "Caudex", serif;
}
@media (max-width: 768px) {
  .home .top-itemSection__textEn {
    font-size: clamp(28.8px, 9.6vw, 72px);
    line-height: 1.44;
  }
}
.home .top-itemSection__text {
  text-align: center;
  font-weight: 400;
  font-size: clamp(12px, 1.3333333333vw, 16px);
  line-height: 1.8;
}
@media (max-width: 768px) {
  .home .top-itemSection__text {
    margin-top: max(5.3333333333vw, 20px);
    font-size: clamp(12px, 4vw, 30px);
  }
}
.home .top-itemsSection__list {
  margin-top: min(7.6666666667vw, 92px);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: min(12.8333333333vw, 154px) auto auto auto;
  column-gap: min(4vw, 48px);
  row-gap: min(1.6666666667vw, 20px);
}
@media (max-width: 768px) {
  .home .top-itemsSection__list {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: auto auto auto auto;
    column-gap: 0;
    row-gap: max(20.2666666667vw, 76px);
  }
}
.home .top-itemsSection__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
}
@media (max-width: 768px) {
  .home .top-itemsSection__item {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "title image" "text text" "btn btn";
  }
  .home .top-itemsSection__item .top-itemsSection__image {
    grid-area: image;
  }
  .home .top-itemsSection__item .top-itemsSection__title {
    grid-area: title;
  }
  .home .top-itemsSection__item .top-itemsSection__text {
    grid-area: text;
  }
  .home .top-itemsSection__item .top-itemsSection__btn {
    grid-area: btn;
  }
}
.home .top-itemsSection__image {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .home .top-itemsSection__image {
    justify-self: center;
  }
}
.home .top-itemsSection__image img {
  width: min(10.6666666667vw, 128px);
  height: min(10.6666666667vw, 128px);
  object-fit: contain;
  object-position: center;
}
.home .top-itemsSection__image.--chicken img {
  width: min(8.8333333333vw, 106px);
  height: min(12.8333333333vw, 154px);
}
@media (max-width: 768px) {
  .home .top-itemsSection__image.--chicken img {
    width: max(22.4vw, 84px);
    height: max(32.5333333333vw, 122px);
  }
}
.home .top-itemsSection__image.--turkey img {
  width: min(10.0833333333vw, 121px);
  height: min(11.3333333333vw, 136px);
}
@media (max-width: 768px) {
  .home .top-itemsSection__image.--turkey img {
    width: max(26.9333333333vw, 101px);
    height: max(30.4vw, 114px);
  }
}
.home .top-itemsSection__image.--duck img {
  width: min(10.6666666667vw, 128px);
  height: min(10.5833333333vw, 127px);
}
@media (max-width: 768px) {
  .home .top-itemsSection__image.--duck img {
    width: max(26.4vw, 99px);
    height: max(26.1333333333vw, 98px);
  }
}
.home .top-itemsSection__image.--egg img {
  width: min(6.6666666667vw, 80px);
  height: min(11.75vw, 141px);
}
@media (max-width: 768px) {
  .home .top-itemsSection__image.--egg img {
    width: max(14.4vw, 54px);
    height: max(25.0666666667vw, 94px);
  }
}
.home .top-itemsSection__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: min(0.8333333333vw, 10px);
  position: relative;
  padding-left: min(1.6666666667vw, 20px);
}
@media (max-width: 768px) {
  .home .top-itemsSection__title {
    justify-content: flex-end;
    padding-bottom: 0.5lh;
    padding-left: max(5.3333333333vw, 20px);
  }
}
.home .top-itemsSection__title::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  content: "";
  display: block;
  width: 2px;
  height: min(6.4166666667vw, 77px);
  background-color: #970017;
}
@media (max-width: 768px) {
  .home .top-itemsSection__title::before {
    height: max(20.5333333333vw, 77px);
    transform: none;
    top: auto;
    bottom: 0;
  }
}
.home .top-itemsSection__title-en {
  font-size: clamp(12px, 2.5vw, 30px);
  font-weight: 400;
  line-height: 1;
  font-family: "Caudex", serif;
}
@media (max-width: 768px) {
  .home .top-itemsSection__title-en {
    font-size: clamp(22.4px, 7.4666666667vw, 56px);
    line-height: 1.964;
  }
}
.home .top-itemsSection__title-ja {
  font-size: clamp(12px, 1.5vw, 18px);
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 768px) {
  .home .top-itemsSection__title-ja {
    font-size: clamp(12px, 4vw, 30px);
  }
}
.home .top-itemsSection__text {
  margin-top: min(1.25vw, 15px);
  font-weight: 400;
  font-size: clamp(12px, 1.3333333333vw, 16px);
  line-height: 1.7;
}
@media (max-width: 768px) {
  .home .top-itemsSection__text {
    margin-top: max(4.2666666667vw, 16px);
    font-size: clamp(12px, 4vw, 30px);
    line-height: 1.7;
  }
}
.home .top-itemsSection__btn {
  width: 100%;
  height: min(4.5833333333vw, 55px);
  border: 1px solid #333;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: clamp(12px, 1.25vw, 15px);
  font-weight: 500;
  line-height: 1;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .home .top-itemsSection__btn {
    margin: max(6.1333333333vw, 23px) auto 0;
    width: max(69.3333333333vw, 260px);
    height: max(14.6666666667vw, 55px);
    font-size: clamp(12px, 4vw, 30px);
  }
}
.home .top-itemsSection__btn:hover {
  background-color: #970017;
  color: #fff;
  border-color: #970017;
}
@media (max-width: 768px) {
  .home .top-itemsSection__btn:hover {
    background-color: #fff;
    color: #333;
  }
}
.home .top-news {
  padding-top: min(6.5vw, 78px);
  padding-bottom: min(6.5vw, 78px);
}
@media (max-width: 768px) {
  .home .top-news {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding-left: max(1.6vw, 6px);
    padding-right: max(1.6vw, 6px);
  }
}
.home .top-newsContents {
  max-width: 1064px;
  margin-right: auto;
  margin-left: auto;
}
.home .top-newsContents__tabList-list {
  display: flex;
  justify-content: space-between;
  column-gap: min(1.6666666667vw, 20px);
}
@media (max-width: 768px) {
  .home .top-newsContents__tabList-list {
    column-gap: max(2.1333333333vw, 8px);
  }
}
.home .top-newsContents__tabList-item {
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 1.5vw, 18px);
  font-weight: 500;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: min(3.75vw, 45px);
  color: #fff;
  background-color: #353332;
  transition: all 0.3s ease;
}
.home .top-newsContents__tabList-item:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .home .top-newsContents__tabList-item {
    font-size: clamp(12px, 3.7333333333vw, 28px);
    height: max(12vw, 45px);
  }
}
.home .top-newsContents__tabList-item.active {
  color: #333;
  background-color: #f5f5ee;
}
.home .top-newsContents__tabContents {
  padding: min(1.6666666667vw, 20px) min(6.6666666667vw, 80px) min(2.6666666667vw, 32px);
  background-color: #f5f5ee;
}
@media (max-width: 768px) {
  .home .top-newsContents__tabContents {
    padding: 0 max(5.3333333333vw, 20px) max(8vw, 30px);
  }
}
.home .top-newsContents__tabContents-item {
  display: none;
  height: auto;
}
.home .top-newsContents__tabContents-item.active {
  display: block;
}
.home .top-newsContents__tabContents-listItem a {
  padding: min(2.0833333333vw, 25px) 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-center;
  column-gap: min(3.3333333333vw, 40px);
  border-bottom: 1px solid #A6A6A6;
  transition: all 0.3s ease;
}
.home .top-newsContents__tabContents-listItem a:hover {
  opacity: 0.6;
}
@media (max-width: 768px) {
  .home .top-newsContents__tabContents-listItem a {
    padding: max(5.3333333333vw, 20px) 0;
    column-gap: max(2.6666666667vw, 10px);
    flex-wrap: wrap;
    align-items: center;
  }
}
.home .top-newsContents__tabContents-listItem .date {
  font-size: clamp(12px, 1.5vw, 18px);
  flex-shrink: 0;
  font-family: "Caudex", serif;
}
@media (max-width: 768px) {
  .home .top-newsContents__tabContents-listItem .date {
    font-size: clamp(12px, 3.2vw, 24px);
  }
}
.home .top-newsContents__tabContents-listItem .category {
  background-color: #fff;
  height: min(2.3333333333vw, 28px);
  padding: min(0.4166666667vw, 5px) min(0.8333333333vw, 10px);
  font-size: clamp(12px, 1.1666666667vw, 14px);
  font-weight: 400;
  line-height: 1;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .home .top-newsContents__tabContents-listItem .category {
    font-size: clamp(12px, 3.2vw, 24px);
    height: auto;
    padding: max(1.3333333333vw, 5px) max(2.6666666667vw, 10px);
  }
}
.home .top-newsContents__tabContents-listItem .title {
  flex: 1;
  font-size: clamp(12px, 1.3333333333vw, 16px);
  font-weight: 400;
  flex-shrink: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (max-width: 768px) {
  .home .top-newsContents__tabContents-listItem .title {
    margin-top: max(2.6666666667vw, 10px);
    flex: none;
    width: 100%;
    font-size: clamp(12px, 3.7333333333vw, 28px);
    -webkit-line-clamp: unset;
  }
}
.home .top-recommendRecipe {
  padding-top: min(6.5vw, 78px);
  padding-bottom: min(6.5vw, 78px);
}
@media (max-width: 768px) {
  .home .top-recommendRecipe {
    padding-top: max(8.5333333333vw, 32px);
    padding-bottom: max(21.3333333333vw, 80px);
  }
}
.home .top-recommendRecipe__list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  column-gap: min(5vw, 60px);
}
@media (max-width: 768px) {
  .home .top-recommendRecipe__list {
    flex-direction: column;
    column-gap: 0;
    row-gap: max(10.1333333333vw, 38px);
  }
}
.home .top-recommendRecipe__item {
  flex: 1;
}
.home .top-recommendRecipe__item .recipe-card__image {
  aspect-ratio: 360/240;
}
.home .top-viewAll__btn-link {
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.1em;
}
.home .top-sustainability {
  margin-bottom: min(12.3333333333vw, 148px);
}
@media (max-width: 768px) {
  .home .top-sustainability {
    margin-bottom: max(28vw, 105px);
  }
}
.home .top-otherRecipe {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-bottom: min(10.25vw, 123px);
  background-color: #f5f5ee;
}
@media (max-width: 768px) {
  .home .top-otherRecipe {
    padding-bottom: max(21.3333333333vw, 80px);
  }
}
@media (max-width: 768px) {
  .home .top-otherRecipe__inner {
    padding-left: max(11.2vw, 42px);
    padding-right: max(11.2vw, 42px);
  }
}
.home .top-otherRecipe__title {
  transform: translateY(-50%);
  color: #ECE7D7;
}
.home .top-otherRecipe__title-en {
  font-weight: 400;
  font-size: clamp(62.5px, 16.6666666667vw, 200px);
  font-size: min(12.5vw, 200px);
  line-height: 1;
  font-family: "Caudex", serif;
}
@media (max-width: 768px) {
  .home .top-otherRecipe__title-en {
    font-size: clamp(40px, 13.3333333333vw, 100px);
  }
}
.home .top-otherRecipe__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .home .top-otherRecipe__item {
    flex-direction: column;
    row-gap: max(10.1333333333vw, 38px);
  }
}
.home .top-otherRecipe__item + li {
  margin-top: min(1.6666666667vw, 20px);
}
@media (max-width: 768px) {
  .home .top-otherRecipe__item + li {
    margin-top: max(16vw, 60px);
  }
}
.home .top-otherRecipe__item .image {
  aspect-ratio: 1/1;
  width: 50%;
  padding-right: min(1vw, 12px);
}
@media (max-width: 768px) {
  .home .top-otherRecipe__item .image {
    width: 100%;
    padding-right: 0;
  }
}
.home .top-otherRecipe__item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.home .top-otherRecipe__item .content {
  padding-left: min(4.5vw, 54px);
  width: 50%;
}
@media (max-width: 768px) {
  .home .top-otherRecipe__item .content {
    width: 100%;
    padding-left: 0;
  }
}
.home .top-otherRecipe__item .content .itemName {
  display: flex;
  flex-direction: column;
  row-gap: min(0.8333333333vw, 10px);
}
.home .top-otherRecipe__item .content .value {
  line-height: 1.166;
}
.home .top-otherRecipe__item .content .value .en {
  font-weight: 400;
  font-size: clamp(18.75px, 5vw, 60px);
  line-height: 1;
  text-transform: capitalize;
  font-family: "Caudex", serif;
}
@media (max-width: 768px) {
  .home .top-otherRecipe__item .content .value .en {
    font-size: clamp(28.8px, 9.6vw, 72px);
  }
}
.home .top-otherRecipe__item .content .value .key {
  font-weight: 400;
  font-size: clamp(18.75px, 5vw, 60px);
  line-height: 1.5;
  font-family: "Caudex", serif;
}
@media (max-width: 768px) {
  .home .top-otherRecipe__item .content .value .key {
    font-size: clamp(28.8px, 9.6vw, 72px);
  }
}
.home .top-otherRecipe__item .content .value .ja {
  font-size: clamp(12px, 1.3333333333vw, 16px);
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 768px) {
  .home .top-otherRecipe__item .content .value .ja {
    font-size: clamp(12px, 4vw, 30px);
  }
}
.home .top-otherRecipe__item .content .title {
  margin-top: min(3.3333333333vw, 40px);
  font-weight: 400;
  font-size: clamp(12px, 1.6666666667vw, 20px);
  line-height: 1.8;
}
@media (max-width: 768px) {
  .home .top-otherRecipe__item .content .title {
    margin-top: max(5.3333333333vw, 20px);
    font-size: clamp(12px, 4vw, 30px);
  }
}
.home .top-otherRecipe__item .content .link {
  margin-top: min(3.3333333333vw, 40px);
}
.home .top-otherRecipe__item .content .link a {
  padding-right: min(1.6666666667vw, 20px);
  font-weight: 400;
  font-size: clamp(12px, 1.5vw, 18px);
  line-height: 1;
  width: min(22.9166666667vw, 275px);
  height: min(2.5833333333vw, 31px);
  border-bottom: 1px solid #333;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
  font-family: "Caudex", serif;
}
@media (max-width: 768px) {
  .home .top-otherRecipe__item .content .link a {
    font-size: clamp(14.4px, 4.8vw, 36px);
    width: 100%;
    height: max(8.2666666667vw, 31px);
  }
}
.home .top-otherRecipe__item .content .link a::after {
  content: "";
  display: block;
  width: min(0.8333333333vw, 10px);
  height: min(0.8333333333vw, 10px);
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg);
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .home .top-otherRecipe__item .content .link a::after {
    width: max(2.6666666667vw, 10px);
    height: max(2.6666666667vw, 10px);
  }
}
.home .top-otherRecipe__item .content .link a:hover {
  opacity: 0.6;
}
.home .top-otherRecipe__item .content .link a:hover::after {
  transform: translateX(10px) rotate(45deg);
}
.home .top-otherRecipe__item:nth-child(even) {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .home .top-otherRecipe__item:nth-child(even) {
    flex-direction: column;
  }
}
.home .top-otherRecipe__item:nth-child(even) .image {
  padding-left: min(1vw, 12px);
  padding-right: 0;
}
@media (max-width: 768px) {
  .home .top-otherRecipe__item:nth-child(even) .image {
    padding-left: 0;
  }
}
.home .top-otherRecipe__item:nth-child(even) .content {
  padding-left: min(16.6666666667vw, 200px);
  padding-right: min(4.5vw, 54px);
}
@media (max-width: 768px) {
  .home .top-otherRecipe__item:nth-child(even) .content {
    padding-left: 0;
    padding-right: 0;
  }
}
.home .top-sns {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-left: min(1.6666666667vw, 20px);
  padding-right: min(1.6666666667vw, 20px);
  background-color: #f5f5ee;
  padding-bottom: min(6.5vw, 78px);
}
@media (max-width: 768px) {
  .home .top-sns {
    padding-bottom: max(20.2666666667vw, 76px);
  }
}

.about__kv {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  background-image: url("../img/about/kv.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: min(37.6666666667vw, 452px);
  position: relative;
}
@media (max-width: 768px) {
  .about__kv {
    height: max(25vw, 300px);
  }
}
.about__kv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.5);
}
.about__kv_title {
  color: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: min(2.0833333333vw, 25px);
}
@media (max-width: 768px) {
  .about__kv_title {
    gap: max(1.6666666667vw, 20px);
  }
}
.about__kv_title .en {
  font-size: clamp(17.1875px, 4.5833333333vw, 55px);
  font-weight: 400;
  line-height: 1;
  text-align: center;
  font-family: "Caudex", serif;
}
@media (max-width: 768px) {
  .about__kv_title .en {
    font-size: clamp(30.4px, 10.1333333333vw, 76px);
    line-height: 1.45;
  }
}
.about__kv_title .ja {
  font-size: clamp(12px, 1.5vw, 18px);
  font-weight: 400;
  line-height: 1;
  text-align: center;
}
@media (max-width: 768px) {
  .about__kv_title .ja {
    font-size: clamp(12.8px, 4.2666666667vw, 32px);
  }
}
.about__content {
  margin-top: min(5.3333333333vw, 64px);
}
@media (max-width: 768px) {
  .about__content {
    margin-top: max(3.5vw, 42px);
  }
}
.about__content_inner {
  display: flex;
  flex-direction: column;
  gap: min(3.3333333333vw, 40px);
}
@media (max-width: 768px) {
  .about__content_inner {
    gap: max(5vw, 60px);
  }
}
.about__about {
  display: flex;
}
@media (max-width: 768px) {
  .about__about {
    flex-direction: column;
  }
}
.about__about_title {
  display: flex;
  flex-direction: column;
  width: 49%;
  padding-top: min(5.1666666667vw, 62px);
  padding-right: min(5vw, 60px);
}
@media (max-width: 768px) {
  .about__about_title {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-top: max(3.5vw, 42px);
    padding-right: 0;
  }
}
.about__about_title .en {
  font-size: clamp(15.625px, 4.1666666667vw, 50px);
  font-weight: 400;
  font-family: "Caudex", serif;
}
@media (max-width: 768px) {
  .about__about_title .en {
    font-size: clamp(24px, 8vw, 60px);
    line-height: 1.45;
  }
}
.about__about_title .ja {
  font-size: clamp(12px, 1.6666666667vw, 20px);
  font-weight: 500;
}
@media (max-width: 768px) {
  .about__about_title .ja {
    font-size: clamp(12px, 4vw, 30px);
    white-space: nowrap;
  }
}
.about__about_content {
  width: 51%;
  text-align: justify;
}
@media (max-width: 768px) {
  .about__about_content {
    width: 100%;
    margin-top: max(3vw, 36px);
  }
}
.about__about_text + p {
  margin-top: 1lh;
}
.about__address_title {
  font-size: clamp(15.625px, 4.1666666667vw, 50px);
  font-weight: 400;
  font-family: "Caudex", serif;
}
@media (max-width: 768px) {
  .about__address_title {
    font-size: clamp(24px, 8vw, 60px);
  }
}
.about__address_content {
  margin-top: min(3vw, 36px);
}
@media (max-width: 768px) {
  .about__address_content {
    margin-top: max(1.6666666667vw, 20px);
  }
}
.about__address_content .item {
  padding-left: min(4vw, 48px);
  display: flex;
}
@media (max-width: 768px) {
  .about__address_content .item {
    flex-direction: column;
    padding-left: 0;
  }
}
.about__address_content .item + .item {
  margin-top: min(9.5833333333vw, 115px);
}
@media (max-width: 768px) {
  .about__address_content .item + .item {
    margin-top: max(5vw, 60px);
  }
}
.about__address_content .item > * {
  flex: 1;
}
.about__address_content .item__textBlock {
  padding-top: min(3vw, 36px);
  padding-bottom: min(4vw, 48px);
}
@media (max-width: 768px) {
  .about__address_content .item__textBlock {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.about__address_content .item__textBlock_title {
  font-size: clamp(12px, 1.6666666667vw, 20px);
  font-weight: 700;
}
@media (max-width: 768px) {
  .about__address_content .item__textBlock_title {
    font-size: clamp(16px, 5.3333333333vw, 40px);
  }
}
.about__address_content .item__textBlock_address {
  margin-top: min(1.3333333333vw, 16px);
  font-weight: 400;
  font-size: clamp(12px, 1.25vw, 15px);
  line-height: 180%;
}
@media (max-width: 768px) {
  .about__address_content .item__textBlock_address {
    font-size: clamp(12.8px, 4.2666666667vw, 32px);
  }
}
.about__address_content .item__textBlock_link {
  margin-top: min(4vw, 48px);
}
.about__address_content .item__textBlock_link_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(37.4166666667vw, 449px);
  padding-top: min(1.6666666667vw, 20px);
  padding-bottom: min(1.6666666667vw, 20px);
  border: 1px solid #333333;
  line-height: 1;
  font-size: clamp(12px, 1.3333333333vw, 16px);
  font-weight: 400;
}
@media (max-width: 768px) {
  .about__address_content .item__textBlock_link_btn {
    width: 100%;
    padding-top: max(1.5vw, 18px);
    padding-bottom: max(1.5vw, 18px);
    font-size: clamp(12px, 4vw, 30px);
  }
}
.about__address_content .item__textBlock_link_btn.--external::after {
  content: "";
  width: min(1.6666666667vw, 20px);
  height: min(1.6666666667vw, 20px);
  background-image: url("../img/common/ico-external.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: min(1.3333333333vw, 16px);
}
@media (max-width: 768px) {
  .about__address_content .item__textBlock_link_btn.--external::after {
    width: max(1.6666666667vw, 20px);
    height: max(1.6666666667vw, 20px);
  }
}
.about__address_content .item__map {
  padding-left: min(3.3333333333vw, 40px);
  padding-right: min(3.3333333333vw, 40px);
}
@media (max-width: 768px) {
  .about__address_content .item__map {
    margin-top: max(3vw, 36px);
    padding-left: 0;
    padding-right: 0;
  }
}
.about__address_content .item__map iframe {
  width: 100%;
  height: 100%;
}

.recipe-archive {
  background-color: #fff;
}
.recipe-archive .archive-common-button {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(26.6666666667vw, 320px);
  height: min(3.5vw, 42px);
  border: 1px solid #333;
  color: #333;
  font-weight: 600;
  letter-spacing: 0.08em;
  transition: opacity 0.2s ease;
}
@media (max-width: 768px) {
  .recipe-archive .archive-common-button {
    width: 100%;
    height: max(11.2vw, 42px);
    font-size: clamp(12.8px, 4.2666666667vw, 32px);
    word-break: auto-phrase;
  }
}
.recipe-archive .archive-common-button.--load-more {
  width: min(33.3333333333vw, 400px);
  margin-top: min(8.3333333333vw, 100px);
}
@media (max-width: 768px) {
  .recipe-archive .archive-common-button.--load-more {
    width: 100%;
    margin-top: max(13.3333333333vw, 50px);
  }
}
.recipe-archive .archive-common-button:hover {
  background-color: #333;
  color: #fff;
}
@media (max-width: 768px) {
  .recipe-archive .archive-common-button:hover {
    background-color: #fff;
    color: #333;
  }
}

.recipe-search {
  margin-top: min(3.6666666667vw, 44px);
  padding: 0 min(7.6666666667vw, 92px);
}
@media (max-width: 768px) {
  .recipe-search {
    padding: 0;
    margin-top: max(11.2vw, 42px);
  }
}
.recipe-search .container {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 768px) {
  .recipe-search .container {
    padding-left: 0;
    padding-right: 0;
  }
}

.recipe-search__title {
  padding-bottom: min(1.5vw, 18px);
  border-bottom: 1px solid #000;
  line-height: 1;
}
.recipe-search__title .en {
  font-size: clamp(12px, 2.5vw, 30px);
  line-height: 1;
  font-family: "Caudex", serif;
}
@media (max-width: 768px) {
  .recipe-search__title .en {
    font-size: clamp(16px, 5.3333333333vw, 40px);
  }
}
.recipe-search__title .ja {
  font-size: clamp(12px, 1.6666666667vw, 20px);
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 768px) {
  .recipe-search__title .ja {
    font-size: clamp(12px, 4vw, 30px);
  }
}

.recipe-filter {
  margin-top: min(2.25vw, 27px);
  display: flex;
  flex-wrap: wrap;
  row-gap: min(4vw, 48px);
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .recipe-filter {
    flex-direction: column;
    margin-top: max(3.7333333333vw, 14px);
    row-gap: max(3.7333333333vw, 14px);
  }
}
.recipe-filter__group {
  width: min(25vw, 300px);
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 768px) {
  .recipe-filter__group {
    width: 100%;
    flex-direction: row;
    align-items: center;
    gap: max(2.6666666667vw, 10px);
  }
}
.recipe-filter__label {
  padding-left: min(0.8333333333vw, 10px);
  font-weight: 400;
  font-size: clamp(12px, 1.5vw, 18px);
  line-height: 1.8;
  color: #333;
}
@media (max-width: 768px) {
  .recipe-filter__label {
    width: max(16vw, 60px);
    padding-left: 0;
    font-size: clamp(12px, 4vw, 30px);
    line-height: 1.1;
  }
}
.recipe-filter__select-wrap {
  position: relative;
}
@media (max-width: 768px) {
  .recipe-filter__select-wrap {
    flex: 1;
  }
}
.recipe-filter__select-wrap::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: min(4.1666666667vw, 50px);
  height: min(0.6666666667vw, 8px);
  background-image: url("../img/common/ico-chevron.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}
@media (max-width: 768px) {
  .recipe-filter__select-wrap::after {
    width: max(9.6vw, 36px);
    height: max(2.1333333333vw, 8px);
    transform: translateY(-30%);
  }
}
.recipe-filter__select-wrap::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: min(4.1666666667vw, 50px);
  height: 100%;
  background-color: #063567;
  z-index: 1;
}
@media (max-width: 768px) {
  .recipe-filter__select-wrap::before {
    width: max(9.6vw, 36px);
  }
}
.recipe-filter__select {
  width: 100%;
  height: min(4.5833333333vw, 55px);
  padding: 0 min(0.8333333333vw, 10px);
  border: 1px solid #063567;
  color: #333;
  position: relative;
  z-index: 2;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 768px) {
  .recipe-filter__select {
    height: max(10.6666666667vw, 40px);
    padding: 0 max(2.6666666667vw, 10px);
    font-size: clamp(12px, 4vw, 30px);
    line-height: 1.1;
  }
}

.recipe-list {
  padding: min(4vw, 48px) 0 min(6.6666666667vw, 80px);
}
@media (max-width: 768px) {
  .recipe-list {
    padding: max(12vw, 45px) 0 max(13.3333333333vw, 50px);
  }
}

.recipe-list__title {
  padding-bottom: min(0.6666666667vw, 8px);
  border-bottom: 1px solid #454645;
  margin-bottom: min(3.6666666667vw, 44px);
}
@media (max-width: 768px) {
  .recipe-list__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: none;
    margin-bottom: max(6.4vw, 24px);
  }
}
.recipe-list__title .en {
  font-size: clamp(15.625px, 4.1666666667vw, 50px);
  line-height: 1;
  font-family: "Caudex", serif;
}
@media (max-width: 768px) {
  .recipe-list__title .en {
    font-size: clamp(30.4px, 10.1333333333vw, 76px);
  }
}
.recipe-list__title .ja {
  font-size: clamp(12px, 2vw, 24px);
}
@media (max-width: 768px) {
  .recipe-list__title .ja {
    font-size: clamp(12.8px, 4.2666666667vw, 32px);
  }
}
.recipe-list__title.--result {
  background-color: #F5F5EE;
  padding: min(2vw, 24px) min(3vw, 36px);
  border: none;
}
@media (max-width: 768px) {
  .recipe-list__title.--result {
    padding: max(3.7333333333vw, 14px) max(3.2vw, 12px);
  }
}
.recipe-list__title.--result .ja {
  font-weight: 700;
  font-size: clamp(12px, 1.5vw, 18px);
  line-height: 1;
}
@media (max-width: 768px) {
  .recipe-list__title.--result .ja {
    font-size: clamp(12px, 4vw, 30px);
    line-height: 1.8;
  }
}

.recipe-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: min(2.1666666667vw, 26px);
  align-items: stretch;
}
@media (max-width: 1024px) {
  .recipe-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .recipe-grid {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding-left: max(3.2vw, 12px);
    padding-right: max(3.2vw, 12px);
    grid-template-columns: repeat(2, 1fr);
    row-gap: max(10.6666666667vw, 40px);
  }
}

@media (max-width: 1024px) {
  .recipe-filter {
    flex-direction: column;
    align-items: stretch;
  }
  .recipe-filter__group, .recipe-filter__submit {
    width: 100%;
  }
}
.recipe-card {
  height: 100%;
  cursor: pointer;
}

.recipe-card__inner {
  display: flex;
  flex-direction: column;
  gap: min(1.5vw, 18px);
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.recipe-card__image {
  aspect-ratio: 280/230;
  position: relative;
  overflow: hidden;
}
.recipe-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.recipe-card__label {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #063567;
  border: 1px solid #063567;
  color: #fff;
  font-size: clamp(12px, 1.25vw, 15px);
  font-weight: 400;
  padding: min(0.8333333333vw, 10px) min(1.3333333333vw, 16px);
  line-height: 1;
  z-index: 1;
}
.recipe-card__label:hover {
  background-color: #fff;
  color: #063567;
}

.recipe-card__content {
  display: flex;
  flex-direction: column;
  gap: min(0.8333333333vw, 10px);
  flex: 1;
}

.recipe-card__genre {
  padding: min(0.5vw, 6px);
  display: inlineflex;
  align-items: center;
  width: fit-content;
  font-size: clamp(12px, 1.25vw, 15px);
  color: #063567;
  font-weight: 400;
  background-color: #EDEAE1;
}
@media (max-width: 768px) {
  .recipe-card__genre {
    font-size: clamp(12px, 3.7333333333vw, 28px);
    padding: max(1.6vw, 6px);
  }
}
.recipe-card__genre:hover {
  background-color: #063567;
  color: #fff;
}

.recipe-card__title {
  font-size: clamp(12px, 1.3333333333vw, 16px);
  font-weight: 400;
  color: #333;
}
@media (max-width: 768px) {
  .recipe-card__title {
    font-size: clamp(12px, 4vw, 30px);
    line-height: 1.7;
  }
}

.recipe-card__scenes {
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
@media (max-width: 768px) {
  .recipe-card__scenes {
    margin-top: max(5.3333333333vw, 20px);
  }
}
.recipe-card__scenes .scene-tag {
  font-size: clamp(12px, 1.25vw, 15px);
  color: #7B7B7B;
  line-height: 1;
}
@media (max-width: 768px) {
  .recipe-card__scenes .scene-tag {
    font-size: clamp(12px, 4vw, 30px);
  }
}
.recipe-card__scenes .scene-tag:hover {
  color: #063567;
}

.recipe-empty {
  text-align: center;
  font-size: 16px;
  color: #4a5d73;
  padding: 40px 0;
}

.recipe-single__content {
  margin-top: min(14.4166666667vw, 173px);
}
@media (max-width: 768px) {
  .recipe-single__content {
    margin-top: max(9.3333333333vw, 35px);
  }
}
.recipe-single__nav.--info {
  margin-top: min(6.6666666667vw, 80px);
}
@media (max-width: 768px) {
  .recipe-single__nav.--info {
    margin-top: max(10.6666666667vw, 40px);
  }
}
.recipe-single__nav.--other {
  margin-top: min(5vw, 60px);
}
@media (max-width: 768px) {
  .recipe-single__nav.--other {
    margin-top: max(10.6666666667vw, 40px);
  }
}
.recipe-single__nav a {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(26.6666666667vw, 320px);
  height: min(3.5vw, 42px);
  border: 1px solid #333;
  color: #333;
  font-weight: 600;
  letter-spacing: 0.08em;
  transition: opacity 0.2s ease;
}
@media (max-width: 768px) {
  .recipe-single__nav a {
    width: 100%;
    height: max(16vw, 60px);
    font-size: clamp(12px, 4vw, 30px);
  }
}
.recipe-single__nav a:hover {
  background-color: #333;
  color: #fff;
}
@media (max-width: 768px) {
  .recipe-single__nav a:hover {
    background-color: #fff;
    color: #333;
  }
}
.recipe-single__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .recipe-single__header {
    flex-direction: column;
    align-items: center;
    row-gap: max(6.4vw, 24px);
  }
}
.recipe-single__header-meta {
  width: 52.5%;
  padding-right: min(6.9166666667vw, 83px);
  flex-shrink: 0;
  display: flex;
  flex-wrap: wrap;
  column-gap: min(1.0833333333vw, 13px);
}
@media (max-width: 768px) {
  .recipe-single__header-meta {
    width: 100%;
    padding-right: 0;
  }
}
.recipe-single__header-meta .--recipe-cat {
  background: #063567;
  padding: min(0.5vw, 6px) min(1vw, 12px);
  color: #fff;
}
@media (max-width: 768px) {
  .recipe-single__header-meta .--recipe-cat {
    background: #063567;
    padding: max(1.6vw, 6px) max(3.2vw, 12px);
    font-size: clamp(12px, 3.4666666667vw, 26px);
  }
}
.recipe-single__header-meta .--genre {
  background: #EDEAE1;
  color: #333;
  padding: min(0.5vw, 6px) min(1vw, 12px);
}
@media (max-width: 768px) {
  .recipe-single__header-meta .--genre {
    background: #EDEAE1;
    padding: max(1.6vw, 6px) max(3.2vw, 12px);
    font-size: clamp(12px, 3.4666666667vw, 26px);
  }
}
.recipe-single__header-meta .--title {
  margin-top: min(0.8333333333vw, 10px);
  padding-bottom: min(3.3333333333vw, 40px);
  border-bottom: 1px solid #333333;
  width: 100%;
  font-weight: 400;
  font-size: clamp(12px, 2.6666666667vw, 32px);
  line-height: 1.8;
  color: #333;
}
@media (max-width: 768px) {
  .recipe-single__header-meta .--title {
    margin-top: max(2.6666666667vw, 10px);
    padding-bottom: max(3.2vw, 12px);
    font-size: clamp(16px, 5.3333333333vw, 40px);
  }
}
.recipe-single__header-meta .--scene {
  margin-top: min(2.8333333333vw, 34px);
  color: #7b7b7b;
}
@media (max-width: 768px) {
  .recipe-single__header-meta .--scene {
    margin-top: max(5.3333333333vw, 20px);
    font-size: clamp(12px, 3.2vw, 24px);
  }
}
.recipe-single__header-image {
  width: 47.5%;
  aspect-ratio: 1/1;
  background-color: #d9d9d9;
  position: relative;
}
@media (max-width: 768px) {
  .recipe-single__header-image {
    width: 100%;
    aspect-ratio: 1/1;
  }
}
.recipe-single__header-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  width: auto;
  height: min(47.5vw, 570px);
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 768px) {
  .recipe-single__header-image img {
    height: max(85.3333333333vw, 320px);
  }
}
.recipe-single__header-image .videoWrap {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.recipe-single__header-image video {
  max-width: 100%;
  max-height: 100%;
  cursor: pointer;
}
.recipe-single__header-image .videoButton {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 100vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: min(3.5vw, 42px);
  font-weight: 700;
  color: #7b7b7b;
}
@media (max-width: 768px) {
  .recipe-single__header-image .videoButton {
    display: none;
    width: max(16vw, 60px);
    height: max(16vw, 60px);
    font-size: clamp(19.2px, 6.4vw, 48px);
  }
}
.recipe-single__header-image .videoButton.--playing {
  display: none;
}
.recipe-single__header-image .videoButtonClose {
  display: none;
}
.recipe-single__header-image .bgOverlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.recipe-single__header-image:has(.videoButton.--playing) {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.recipe-single__header-image:has(.videoButton.--playing) .videoButton {
  display: none;
}
.recipe-single__header-image:has(.videoButton.--playing) video {
  height: 94%;
  width: auto;
  object-fit: contain;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 1000;
}
.recipe-single__header-image:has(.videoButton.--playing) .videoButtonClose {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: min(6.3333333333vw, 76px);
  right: min(6.3333333333vw, 76px);
  width: min(5vw, 60px);
  height: min(5vw, 60px);
  background-color: #fff;
  font-size: clamp(13.125px, 3.5vw, 42px);
  z-index: 1001;
}
.recipe-single__header-image:has(.videoButton.--playing) .bgOverlay {
  display: block;
}
.recipe-single__info {
  margin-top: min(10vw, 120px);
  display: flex;
  column-gap: min(5vw, 60px);
}
@media (max-width: 768px) {
  .recipe-single__info {
    margin-top: max(20vw, 75px);
    flex-direction: column;
    row-gap: max(16vw, 60px);
  }
}
.recipe-single__info > * {
  flex: 1;
}
.recipe-single__info .title {
  padding: min(0.8333333333vw, 10px) min(2.5vw, 30px);
  color: #fff;
  background: #970017;
  font-weight: 700;
  font-size: clamp(12px, 1.6666666667vw, 20px);
  line-height: 1.8;
}
@media (max-width: 768px) {
  .recipe-single__info .title {
    padding: max(2.6666666667vw, 10px) max(3.2vw, 12px);
    font-size: clamp(12px, 4vw, 30px);
  }
}
.recipe-single__info-material .box {
  margin-top: min(2.9166666667vw, 35px);
  width: 86%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .recipe-single__info-material .box {
    width: 100%;
    margin-top: max(9.0666666667vw, 34px);
  }
}
.recipe-single__info-material .box .material-name {
  padding: min(0.8333333333vw, 10px) min(1.6666666667vw, 20px);
  background-color: #EDEAE1;
}
@media (max-width: 768px) {
  .recipe-single__info-material .box .material-name {
    padding: max(2.6666666667vw, 10px) max(3.2vw, 12px);
    font-size: clamp(12px, 4vw, 30px);
  }
}
.recipe-single__info-material .box .material-row {
  display: flex;
  justify-content: space-between;
  padding: min(1.6666666667vw, 20px) min(2.5vw, 30px);
  border-bottom: 1px solid #EDEAE1;
}
@media (max-width: 768px) {
  .recipe-single__info-material .box .material-row {
    padding: max(5.3333333333vw, 20px) max(3.2vw, 12px);
    font-size: clamp(12px, 4vw, 30px);
  }
}
.recipe-single__info-material .box .material-row dt {
  font-weight: 400;
}
.recipe-single__info-how .row {
  padding: min(1.6666666667vw, 20px) 0;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #EDEAE1;
}
@media (max-width: 768px) {
  .recipe-single__info-how .row {
    padding: max(5.3333333333vw, 20px);
    flex-direction: column;
    align-items: flex-start;
    row-gap: max(3.7333333333vw, 14px);
  }
}
.recipe-single__info-how .how-txt {
  display: flex;
  align-items: center;
  gap: min(2.1666666667vw, 26px);
}
@media (max-width: 768px) {
  .recipe-single__info-how .how-txt {
    gap: max(3.7333333333vw, 14px);
  }
}
.recipe-single__info-how .how-txt .num {
  font-size: clamp(12.5px, 3.3333333333vw, 40px);
  font-weight: 400;
  line-height: 1;
  color: #333;
  font-family: "Calistoga";
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .recipe-single__info-how .how-txt .num {
    font-size: clamp(19.2px, 6.4vw, 48px);
  }
}
.recipe-single__info-how .how-img {
  margin-left: 1em;
  width: min(16.6666666667vw, 200px);
  flex-shrink: 0;
  aspect-ratio: 200/130;
}
@media (max-width: 768px) {
  .recipe-single__info-how .how-img {
    align-self: center;
    margin-left: 0;
    width: max(53.3333333333vw, 200px);
  }
}
.recipe-single__info-how .how-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.recipe-single__other-title {
  margin-top: min(7.8333333333vw, 94px);
}
@media (max-width: 768px) {
  .recipe-single__other-title {
    margin-top: max(32.5333333333vw, 122px);
  }
}
.recipe-single__other {
  margin-top: min(7.8333333333vw, 94px);
}
@media (max-width: 768px) {
  .recipe-single__other {
    margin-top: max(11.2vw, 42px);
  }
}

.items-section {
  margin-top: min(4.5vw, 54px);
}
@media (max-width: 768px) {
  .items-section {
    margin-top: max(12vw, 45px);
  }
}
.items-list {
  display: flex;
  flex-direction: column;
  gap: min(9.3333333333vw, 112px);
}
@media (max-width: 768px) {
  .items-list {
    gap: max(16vw, 60px);
  }
}
.items-card {
  display: grid;
  grid-template-areas: "image title" "image description" "image button";
  grid-template-columns: 47.5% 1fr;
  grid-template-rows: 1fr auto 1fr;
  align-content: start;
  column-gap: min(8.3333333333vw, 100px);
}
@media (max-width: 768px) {
  .items-card {
    grid-template-areas: "image" "title" "description" "button";
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
    column-gap: 0;
    row-gap: max(5.3333333333vw, 20px);
  }
}
.items-card:nth-child(even) {
  grid-template-areas: "title image" "description image" "button image";
  grid-template-columns: 1fr 47.5%;
}
@media (max-width: 768px) {
  .items-card:nth-child(even) {
    grid-template-areas: "image" "title" "description" "button";
    grid-template-columns: 1fr;
  }
}
.items-card .image {
  grid-area: image;
}
@media (max-width: 768px) {
  .items-card .image {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
}
.items-card .title {
  grid-area: title;
  align-self: end;
  padding-right: 0;
  display: flex;
  align-items: baseline;
  gap: min(1.6666666667vw, 20px);
}
@media (max-width: 768px) {
  .items-card .title {
    margin-top: max(3.2vw, 12px);
    gap: max(4.2666666667vw, 16px);
  }
}
.items-card .title .en {
  font-size: clamp(25px, 6.6666666667vw, 80px);
  line-height: 1;
  color: #333333;
  font-family: "Caudex", serif;
}
@media (max-width: 768px) {
  .items-card .title .en {
    font-size: clamp(36.8px, 12.2666666667vw, 92px);
  }
}
.items-card .title .ja {
  font-size: clamp(12px, 1.6666666667vw, 20px);
  line-height: 1;
  color: #333333;
  font-weight: 400;
}
@media (max-width: 768px) {
  .items-card .title .ja {
    font-size: clamp(12.8px, 4.2666666667vw, 32px);
    transform: translateY(-0.4em);
  }
}
.items-card .description {
  grid-area: description;
  padding-right: 0;
  margin-top: min(2.75vw, 33px);
  font-size: clamp(12px, 1.3333333333vw, 16px);
  line-height: 1.7;
  color: #333333;
  font-weight: 400;
}
@media (max-width: 768px) {
  .items-card .description {
    margin-top: 0;
    font-size: clamp(12px, 4vw, 30px);
  }
}
.items-card .button {
  grid-area: button;
  padding-right: 0;
  margin-top: min(2.8333333333vw, 34px);
}
@media (max-width: 768px) {
  .items-card .button {
    margin-top: 0;
  }
}
.items-card .button-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: min(5vw, 60px);
  border: 1px solid #333333;
  transition: all 0.3s ease;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .items-card .button-link {
    height: max(13.3333333333vw, 50px);
  }
}
.items-card .button-link .text {
  font-size: clamp(12px, 1.3333333333vw, 16px);
  line-height: 1;
  color: #333333;
  font-weight: 400;
}
@media (max-width: 768px) {
  .items-card .button-link .text {
    font-size: clamp(12px, 3.7333333333vw, 28px);
  }
}
.items-card .button-link:hover {
  background-color: #333;
}
@media (max-width: 768px) {
  .items-card .button-link:hover {
    background-color: #fff;
  }
}
.items-card .button-link:hover .text {
  color: #fff;
}
@media (max-width: 768px) {
  .items-card .button-link:hover .text {
    color: #333333;
  }
}
.items-card:nth-child(even) .title {
  padding-left: 0;
  padding-right: 0;
}
.items-card:nth-child(even) .description {
  padding-left: 0;
  padding-right: 0;
}
.items-card:nth-child(even) .button {
  padding-left: 0;
  padding-right: 0;
}
.items-sns {
  margin-top: min(10.8333333333vw, 130px);
}
@media (max-width: 768px) {
  .items-sns {
    margin-top: max(16vw, 60px);
  }
}

.items-detail-content {
  margin-top: min(7.5vw, 90px);
  padding-bottom: min(10vw, 120px);
}
@media (max-width: 768px) {
  .items-detail-content {
    margin-top: max(18.6666666667vw, 70px);
    padding-bottom: max(20.8vw, 78px);
  }
}
.items-detail-snsList {
  margin-top: min(5.8333333333vw, 70px);
}
@media (max-width: 768px) {
  .items-detail-snsList {
    margin-top: max(18.6666666667vw, 70px);
  }
}

.item-detail-addContent {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  background-color: #f5f5ee;
  padding-top: min(4vw, 48px);
  padding-bottom: min(10vw, 120px);
}
@media (max-width: 768px) {
  .item-detail-addContent {
    padding-top: max(14.6666666667vw, 55px);
    padding-bottom: max(23.2vw, 87px);
  }
}

.turkey-Classifications-inner {
  max-width: 748px;
}
@media (max-width: 768px) {
  .turkey-Classifications-inner {
    max-width: 100%;
  }
}
.turkey-Classifications-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(1vw, 12px);
}
.turkey-Classifications-title .en {
  font-size: clamp(15.625px, 4.1666666667vw, 50px);
  line-height: 1;
  color: #333333;
  font-family: "Caudex", serif;
}
@media (max-width: 768px) {
  .turkey-Classifications-title .en {
    font-size: clamp(30.4px, 10.1333333333vw, 76px);
  }
}
.turkey-Classifications-title .ja {
  font-size: clamp(12px, 1.5vw, 18px);
}
@media (max-width: 768px) {
  .turkey-Classifications-title .ja {
    font-size: clamp(14.4px, 4.8vw, 36px);
  }
}
.turkey-Classifications-text {
  margin-top: min(2vw, 24px);
  text-align: center;
  font-size: clamp(12px, 1.3333333333vw, 16px);
  line-height: 1.7;
  color: #333333;
  font-weight: 400;
}
@media (max-width: 768px) {
  .turkey-Classifications-text {
    font-size: clamp(12px, 4vw, 30px);
    text-align: justify;
  }
}
.turkey-Classifications-list {
  margin-top: min(4vw, 48px);
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .turkey-Classifications-list {
    margin-top: max(9.6vw, 36px);
  }
}
.turkey-Classifications-list-item {
  padding-block: min(2.5vw, 30px);
  border-bottom: 1px solid #333333;
}
@media (max-width: 768px) {
  .turkey-Classifications-list-item {
    padding-block: max(8vw, 30px);
  }
}
.turkey-Classifications-list-item:first-child {
  padding-top: 0;
}
.turkey-Classifications-list-item h3 {
  font-size: clamp(12px, 1.8333333333vw, 22px);
  font-weight: 600;
}
@media (max-width: 768px) {
  .turkey-Classifications-list-item h3 {
    font-size: clamp(14.4px, 4.8vw, 36px);
    line-height: 1.7;
  }
}
.turkey-Classifications-list-item p {
  padding-top: min(1vw, 12px);
  font-size: clamp(12px, 1.3333333333vw, 16px);
  line-height: 1.7;
  color: #333333;
  font-weight: 400;
}
@media (max-width: 768px) {
  .turkey-Classifications-list-item p {
    font-size: clamp(12px, 4vw, 30px);
  }
}

.egg-Classifications-inner {
  max-width: 908px;
}
.egg-Classifications-title-wrapper {
  padding-left: min(2vw, 24px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-left: 2px solid #970017;
}
@media (max-width: 768px) {
  .egg-Classifications-title-wrapper {
    padding-left: 0;
    border-left: none;
  }
}
.egg-Classifications-title {
  display: flex;
  align-items: baseline;
  gap: min(2vw, 24px);
}
@media (max-width: 768px) {
  .egg-Classifications-title {
    padding-left: max(4.2666666667vw, 16px);
    flex-direction: column;
    align-items: flex-start;
    border-left: 2px solid #970017;
  }
}
.egg-Classifications-title .en {
  font-size: clamp(12.5px, 3.3333333333vw, 40px);
  line-height: 1;
  color: #333333;
  font-weight: 400;
  font-family: "Caudex", serif;
}
@media (max-width: 768px) {
  .egg-Classifications-title .en {
    font-size: clamp(22.4px, 7.4666666667vw, 56px);
  }
}
.egg-Classifications-title .ja {
  font-size: clamp(12px, 1.8333333333vw, 22px);
  line-height: 1.7;
  font-weight: 600;
}
@media (max-width: 768px) {
  .egg-Classifications-title .ja {
    font-size: clamp(12px, 4vw, 30px);
  }
}
.egg-Classifications-text {
  margin-top: min(2vw, 24px);
  font-size: clamp(12px, 1.3333333333vw, 16px);
  line-height: 1.7;
  color: #333333;
  font-weight: 400;
}
@media (max-width: 768px) {
  .egg-Classifications-text {
    margin-top: max(4.8vw, 18px);
    font-size: clamp(12px, 4vw, 30px);
    text-align: justify;
  }
}
.egg .processedEggs {
  margin-top: min(6.5vw, 78px);
}
@media (max-width: 768px) {
  .egg .processedEggs {
    margin-top: max(11.2vw, 42px);
  }
}
.egg .processedEggs-list {
  max-width: 748px;
  margin-right: auto;
  margin-left: auto;
  margin-top: min(3vw, 36px);
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .egg .processedEggs-list {
    margin-top: max(5.8666666667vw, 22px);
    max-width: 100%;
  }
}
.egg .processedEggs-list-item {
  padding-block: min(2.5vw, 30px);
  border-bottom: 1px solid #333333;
}
@media (max-width: 768px) {
  .egg .processedEggs-list-item {
    padding-block: max(6.9333333333vw, 26px);
  }
}
.egg .processedEggs-list-item:first-child {
  padding-top: 0;
}
.egg .processedEggs-list-item h3 {
  font-size: clamp(12px, 1.6666666667vw, 20px);
  line-height: 1;
  color: #333333;
  font-weight: 600;
}
@media (max-width: 768px) {
  .egg .processedEggs-list-item h3 {
    font-size: clamp(14.4px, 4.8vw, 36px);
    line-height: 1.7;
  }
}
.egg .processedEggs-list-item p {
  margin-top: min(1vw, 12px);
  font-size: clamp(12px, 1.3333333333vw, 16px);
  line-height: 1.7;
  color: #333333;
  font-weight: 400;
}
@media (max-width: 768px) {
  .egg .processedEggs-list-item p {
    margin-top: max(3.2vw, 12px);
    font-size: clamp(12px, 4vw, 30px);
  }
}
.egg .processedEggs-sublist {
  margin-top: min(1vw, 12px);
  display: flex;
  font-size: clamp(12px, 1.3333333333vw, 16px);
  font-weight: 400;
  column-gap: 2em;
}
@media (max-width: 768px) {
  .egg .processedEggs-sublist {
    flex-wrap: wrap;
    margin-top: max(3.7333333333vw, 14px);
    font-size: clamp(12px, 4vw, 30px);
  }
}

.duck .content p {
  max-width: 728px;
  margin: 0 auto;
  font-size: clamp(12px, 1.3333333333vw, 16px);
  line-height: 1.7;
  color: #333333;
  font-weight: 400;
}
@media (max-width: 768px) {
  .duck .content p {
    font-size: clamp(12px, 4vw, 30px);
  }
}
.duck .content p + p {
  margin-top: 1lh;
}

.blog .c-pageTitle, .category .c-pageTitle {
  border-color: #454645;
}
.blog .c-pageTitle .en, .category .c-pageTitle .en {
  text-transform: uppercase;
  font-size: min(5vw, 60px);
  font-family: "Caudex", serif;
}
.blog .c-pageTitle .ja, .category .c-pageTitle .ja {
  margin-left: 1em;
  font-size: min(1.6666666667vw, 20px);
}
.blog .c-pageTitle__inner, .category .c-pageTitle__inner {
  border-bottom: none !important;
}
.blog .c-pageTitle__subTitle, .category .c-pageTitle__subTitle {
  display: none;
}
.blog .page-numbers, .category .page-numbers {
  font-family: "Poppins", serif;
  font-weight: 400;
  font-size: clamp(12px, 1.3333333333vw, 16px);
  text-align: center;
  width: min(2.5vw, 30px);
  height: min(2.5vw, 30px);
  line-height: min(2.5vw, 30px);
  min-width: min(2.5vw, 30px);
}
@media (max-width: 768px) {
  .blog .page-numbers, .category .page-numbers {
    font-size: clamp(12px, 4vw, 30px);
    width: max(8vw, 30px);
    height: max(8vw, 30px);
    line-height: max(8vw, 30px);
    min-width: max(8vw, 30px);
  }
}
.blog .page-numbers.-to-prev-icon, .blog .page-numbers.-to-next-icon, .category .page-numbers.-to-prev-icon, .category .page-numbers.-to-next-icon {
  border: none;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog .page-numbers.-to-prev-icon img, .blog .page-numbers.-to-next-icon img, .category .page-numbers.-to-prev-icon img, .category .page-numbers.-to-next-icon img {
  width: min(0.5833333333vw, 7px);
  height: min(1.1666666667vw, 14px);
  object-position: center center;
  object-fit: contain;
}
@media (max-width: 768px) {
  .blog .page-numbers.-to-prev-icon img, .blog .page-numbers.-to-next-icon img, .category .page-numbers.-to-prev-icon img, .category .page-numbers.-to-next-icon img {
    width: max(3.2vw, 12px);
    height: max(3.2vw, 12px);
  }
}

.p-articleFoot {
  display: none;
}

.p-relatedPosts .p-postList__item {
  width: 33.3333333333%;
}

.single-post .p-articleMetas {
  gap: 2em;
}
.single-post .c-categoryList:before {
  display: none;
}
.single-post .c-categoryList__link {
  font-size: clamp(12px, 1.1666666667vw, 14px);
  line-height: 1;
}
@media (max-width: 768px) {
  .single-post .c-categoryList__link {
    font-size: clamp(12px, 3.7333333333vw, 28px);
  }
}
.single-post .c-postTimes__modified:before {
  display: none;
}
.single-post .c-postTitle {
  margin-top: min(2vw, 24px);
}
.single-post .c-postTitle__ttl {
  font-size: clamp(12px, 2.1666666667vw, 26px);
  line-height: 1.7;
}
@media (max-width: 768px) {
  .single-post .c-postTitle__ttl {
    font-size: clamp(20.8px, 6.9333333333vw, 52px);
    line-height: 1.7;
  }
}
.single-post .post_content {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.single-post .p-pnLinks__item {
  border: 1px solid #000;
  width: 50%;
}
.single-post .p-pnLinks__item.-prev {
  border-right: none;
}
.single-post .p-pnLinks__item.-prev::before {
  color: #000;
  font-size: clamp(12px, 1.6666666667vw, 20px);
}
.single-post .p-pnLinks__item.-prev a {
  border-left: none;
  padding-left: min(3vw, 36px);
  padding-right: min(8.3333333333vw, 100px);
  padding-block: min(1.5vw, 18px);
  min-height: min(6.5vw, 78px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 0.5em;
}
@media (max-width: 768px) {
  .single-post .p-pnLinks__item.-prev a {
    padding-left: max(5.3333333333vw, 20px);
    padding-right: max(5.3333333333vw, 20px);
    padding-block: max(3.2vw, 12px);
    min-height: max(13.3333333333vw, 50px);
  }
}
.single-post .p-pnLinks__item.-prev a .p-pnLinks__title {
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.single-post .p-pnLinks__item.-prev a::before {
  content: "Before";
  font-family: "Caudex", serif;
}
.single-post .p-pnLinks__item.-next::before {
  color: #000;
  font-size: clamp(12px, 1.6666666667vw, 20px);
}
.single-post .p-pnLinks__item.-next a {
  padding-block: min(1.5vw, 18px);
  padding-right: min(3vw, 36px);
  padding-left: min(8.3333333333vw, 100px);
  min-height: min(6.5vw, 78px);
  border-right: none;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: flex-end;
  gap: 0.5em;
}
@media (max-width: 768px) {
  .single-post .p-pnLinks__item.-next a {
    padding-block: max(3.2vw, 12px);
    padding-right: max(5.3333333333vw, 20px);
    padding-left: max(5.3333333333vw, 20px);
    min-height: max(13.3333333333vw, 50px);
  }
}
.single-post .p-pnLinks__item.-next a .p-pnLinks__title {
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.single-post .p-pnLinks__item.-next a::after {
  content: "Next";
  font-family: "Caudex", serif;
}

.sustainability .sustainability-kv {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  background-image: url("../img/sustainability/kv.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: min(70.8333333333vw, 850px);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
@media (max-width: 768px) {
  .sustainability .sustainability-kv {
    height: max(97.0666666667vw, 364px);
  }
}
.sustainability .sustainability-kv__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sustainability .sustainability-kv__title .mainTitle {
  font-size: clamp(31.25px, 8.3333333333vw, 100px);
  line-height: 1;
  text-transform: uppercase;
  font-family: "Caudex", serif;
}
@media (max-width: 768px) {
  .sustainability .sustainability-kv__title .mainTitle {
    font-size: clamp(29.6px, 9.8666666667vw, 74px);
  }
}
.sustainability .sustainability-kv__title .subTitle {
  margin-top: min(1.6666666667vw, 20px);
  font-size: clamp(18.75px, 5vw, 60px);
  line-height: 1;
  font-family: "Caudex", serif;
}
@media (max-width: 768px) {
  .sustainability .sustainability-kv__title .subTitle {
    font-size: clamp(17.6px, 5.8666666667vw, 44px);
  }
}
.sustainability .sustainability-kv__title .copy {
  margin-top: min(4.1666666667vw, 50px);
  line-height: 1;
  font-size: clamp(12px, 2.5vw, 30px);
  font-family: "Poppins", serif;
  font-weight: 300;
}
@media (max-width: 768px) {
  .sustainability .sustainability-kv__title .copy {
    font-size: clamp(12px, 4vw, 30px);
  }
}
.sustainability .sustainability-kv__title .copyJa {
  margin-top: min(4.1666666667vw, 50px);
  font-size: clamp(12px, 2.1666666667vw, 26px);
  line-height: 1;
}
@media (max-width: 768px) {
  .sustainability .sustainability-kv__title .copyJa {
    font-size: clamp(12.8px, 4.2666666667vw, 32px);
    text-align: center;
    line-height: 1.8;
  }
}
.sustainability .sustainabolity-aboutItems-inner {
  position: relative;
  padding-top: min(6.6666666667vw, 80px);
  padding-bottom: min(10.25vw, 123px);
}
@media (max-width: 768px) {
  .sustainability .sustainabolity-aboutItems-inner {
    padding-top: max(7.4666666667vw, 28px);
    padding-bottom: max(16vw, 60px);
  }
}
.sustainability .label {
  display: flex;
  align-items: center;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  gap: min(1.25vw, 15px);
  font-size: clamp(12px, 3vw, 36px);
  transform: rotate(90deg);
  transform-origin: top left;
  font-family: "Caudex", serif;
}
@media (max-width: 768px) {
  .sustainability .label {
    font-size: clamp(16px, 5.3333333333vw, 40px);
    gap: max(4vw, 15px);
  }
}
.sustainability .label::before {
  content: "";
  width: min(6.6666666667vw, 80px);
  height: 1px;
  background-color: #333;
}
@media (max-width: 768px) {
  .sustainability .label::before {
    margin-top: max(1.0666666667vw, 4px);
    width: max(21.3333333333vw, 80px);
  }
}
.sustainability .sustainabolity-aboutItems-list {
  max-width: 595px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .sustainability .sustainabolity-aboutItems-list {
    max-width: 100%;
    padding-left: 2em;
  }
}
.sustainability .sustainabolity-aboutItems-item + .sustainabolity-aboutItems-item {
  margin-top: min(10vw, 120px);
}
@media (max-width: 768px) {
  .sustainability .sustainabolity-aboutItems-item + .sustainabolity-aboutItems-item {
    margin-top: max(10.1333333333vw, 38px);
  }
}
.sustainability .sustainabolity-aboutItems-item .title {
  font-size: clamp(18.75px, 5vw, 60px);
  line-height: 1.5;
  font-family: "Caudex", serif;
}
@media (max-width: 768px) {
  .sustainability .sustainabolity-aboutItems-item .title {
    font-size: clamp(25.6px, 8.5333333333vw, 64px);
  }
}
.sustainability .sustainabolity-aboutItems-item .description {
  margin-top: min(1vw, 12px);
  font-size: clamp(12px, 1.3333333333vw, 16px);
  line-height: 1.7;
}
@media (max-width: 768px) {
  .sustainability .sustainabolity-aboutItems-item .description {
    margin-top: max(3.2vw, 12px);
    font-size: clamp(12px, 4vw, 30px);
    text-align: justify;
  }
}
.sustainability .sustainabolity-banner {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}
@media (max-width: 768px) {
  .sustainability .sustainabolity-banner {
    padding-bottom: max(21.3333333333vw, 80px);
  }
}
.sustainability .sustainabolity-banner-list {
  display: flex;
}
@media (max-width: 768px) {
  .sustainability .sustainabolity-banner-list {
    flex-direction: column;
    gap: max(10.6666666667vw, 40px);
  }
}
@media (max-width: 768px) {
  .sustainability .sustainabolity-banner-item:nth-child(odd) {
    padding-right: max(11.7333333333vw, 44px);
  }
  .sustainability .sustainabolity-banner-item:nth-child(even) {
    padding-left: max(11.7333333333vw, 44px);
  }
}
.sustainability .sustainabolity-description {
  padding-top: min(6.6666666667vw, 80px);
  padding-bottom: min(6.6666666667vw, 80px);
  background-color: #f5f5ee;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}
@media (max-width: 768px) {
  .sustainability .sustainabolity-description {
    padding-top: max(14.6666666667vw, 55px);
    padding-bottom: max(21.3333333333vw, 80px);
  }
}
.sustainability .sustainabolity-description-title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sustainability .sustainabolity-description-title .en {
  font-size: clamp(15.625px, 4.1666666667vw, 50px);
  line-height: 1;
  font-weight: 400;
  font-family: "Caudex", serif;
}
@media (max-width: 768px) {
  .sustainability .sustainabolity-description-title .en {
    font-size: clamp(25.6px, 8.5333333333vw, 64px);
    text-align: center;
    line-height: 1.6;
  }
}
.sustainability .sustainabolity-description-title .ja {
  margin-top: min(1.8333333333vw, 22px);
  font-size: clamp(12px, 1.6666666667vw, 20px);
  line-height: 1;
  font-weight: 500;
}
@media (max-width: 768px) {
  .sustainability .sustainabolity-description-title .ja {
    margin-top: max(5.3333333333vw, 20px);
    font-size: clamp(14.4px, 4.8vw, 36px);
    line-height: 1.7;
    text-align: center;
  }
}
.sustainability .sustainabolity-description-text {
  max-width: 612px;
  margin-top: min(2.6666666667vw, 32px);
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 768px) {
  .sustainability .sustainabolity-description-text {
    margin-top: max(10.6666666667vw, 40px);
    max-width: 100%;
  }
}
.sustainability .sustainabolity-description-text p {
  font-size: clamp(12px, 1.3333333333vw, 16px);
  line-height: 1.7;
  font-weight: 400;
}
@media (max-width: 768px) {
  .sustainability .sustainabolity-description-text p {
    font-size: clamp(12.8px, 4.2666666667vw, 32px);
    line-height: 1.7;
    text-align: justify;
  }
}
.sustainability .sustainabolity-description-text p + p {
  margin-top: 1lh;
}
.sustainability .sustainabolity-description-imageList {
  max-width: 732px;
  margin-top: min(4vw, 48px);
  margin-right: auto;
  margin-left: auto;
  display: flex;
  gap: min(3.3333333333vw, 40px);
}
@media (max-width: 768px) {
  .sustainability .sustainabolity-description-imageList {
    margin-top: max(10.6666666667vw, 40px);
    max-width: unset;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: max(10.6666666667vw, 40px) 0;
  }
}
.sustainability .sustainabolity-description-imageItem {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 768px) {
  .sustainability .sustainabolity-description-imageItem {
    flex: none;
    width: 50%;
  }
}
.sustainability .sustainabolity-description-imageItem img {
  height: min(6.6666666667vw, 80px);
  width: auto;
}
@media (max-width: 768px) {
  .sustainability .sustainabolity-description-imageItem img {
    height: max(24vw, 90px);
  }
}
.sustainability .sustainabolity-description-imageItem .imageText {
  margin-top: min(1.3333333333vw, 16px);
  font-size: clamp(12px, 1.3333333333vw, 16px);
  line-height: 1;
  font-weight: 600;
}
@media (max-width: 768px) {
  .sustainability .sustainabolity-description-imageItem .imageText {
    margin-top: max(3.2vw, 12px);
    font-size: clamp(12.8px, 4.2666666667vw, 32px);
    text-align: center;
  }
}
.sustainability .sustainabolity-description-cta {
  margin-top: min(5.3333333333vw, 64px);
}
@media (max-width: 768px) {
  .sustainability .sustainabolity-description-cta {
    margin-top: max(16vw, 60px);
  }
}
.sustainability .sustainabolity-description-cta-title {
  font-size: clamp(12px, 1.75vw, 21px);
  line-height: 1;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 768px) {
  .sustainability .sustainabolity-description-cta-title {
    font-size: clamp(14.4px, 4.8vw, 36px);
    line-height: 1.7;
  }
}
.sustainability .sustainabolity-description-cta-nav {
  margin-top: min(1.6666666667vw, 20px);
}
@media (max-width: 768px) {
  .sustainability .sustainabolity-description-cta-nav {
    margin-top: max(5.3333333333vw, 20px);
  }
}
.sustainability .sustainabolity-description-cta-nav-list {
  display: flex;
  justify-content: center;
  gap: min(5vw, 60px);
}
@media (max-width: 768px) {
  .sustainability .sustainabolity-description-cta-nav-list {
    flex-direction: column;
    gap: max(5.3333333333vw, 20px);
  }
}
.sustainability .sustainabolity-description-cta-nav-item a {
  padding: min(0.6666666667vw, 8px) min(2vw, 24px);
  width: min(33.3333333333vw, 400px);
  min-height: min(6vw, 72px);
  border: 1px solid #333;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: min(0.8333333333vw, 10px);
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 768px) {
  .sustainability .sustainabolity-description-cta-nav-item a {
    width: 100%;
    height: max(20vw, 75px);
    padding: 0 max(5.3333333333vw, 20px);
  }
}
.sustainability .sustainabolity-description-cta-nav-item a .linkText {
  font-size: clamp(12px, 1.3333333333vw, 16px);
  flex: 1;
  text-align: center;
}
@media (max-width: 768px) {
  .sustainability .sustainabolity-description-cta-nav-item a .linkText {
    font-size: clamp(12px, 4vw, 30px);
    text-align: left;
  }
}
.sustainability .sustainabolity-description-cta-nav-item a::after {
  content: "";
  display: block;
  width: min(2.25vw, 27px);
  height: min(2.25vw, 27px);
  background-image: url("../img/common/ico-external.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .sustainability .sustainabolity-description-cta-nav-item a::after {
    width: max(7.2vw, 27px);
    height: max(7.2vw, 27px);
  }
}

.contact__inner {
  max-width: 574px;
  margin: 0 auto;
}
.contact-form form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-weight: 400;
}
.contact-form form label {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contact-form form .required {
  color: #D32929;
}
.contact-form form input[type=text],
.contact-form form input[type=email],
.contact-form form textarea {
  display: block;
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.contact-form form textarea {
  resize: none;
}
.contact-form form .privacy {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.contact-form form .privacy a {
  color: #063567;
  text-decoration: underline;
}
.contact-form form .privacy a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.contact-form form .wpcf7-list-item-label {
  display: none;
}
.contact-form form input[type=submit] {
  margin: 40px auto 0;
  display: block;
  text-align: center;
  width: 200px;
  height: 60px;
  background-color: #d9d9d9;
  color: #333;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
.contact-form form input[type=submit]:hover {
  background-color: #063567;
  color: #fff;
}

.thanks__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 76px;
  padding-bottom: 76px;
  gap: 40px;
}
@media (max-width: 768px) {
  .thanks__inner {
    gap: 20px;
  }
}
.thanks h2 {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .thanks h2 {
    font-size: 18px;
    text-align: justify;
  }
}
.thanks p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  color: #333;
}
@media (max-width: 768px) {
  .thanks p {
    font-size: 12px;
    text-align: justify;
  }
}
.thanks a {
  margin: 0 auto;
  min-width: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 200px;
  height: 60px;
  border: 1px solid #333;
  color: #333;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .thanks a {
    margin-top: 40px;
    min-width: unset;
    width: 100%;
  }
}
.thanks a:hover {
  background-color: #970017;
  color: #fff;
  border: 1px solid #970017;
}

.privacy .content {
  margin-top: 90px;
  max-width: 912px;
  margin-inline: auto;
}
.privacy .content h3, .privacy .content p, .privacy .content ul, .privacy .content ol {
  font-size: 16px;
  line-height: 2;
  font-weight: 400;
}
.privacy .content h3 {
  margin-top: 1lh;
  font-weight: 700;
}

.agree__inner {
  max-width: 913px;
  margin: 0 auto;
}
.agree .content {
  margin-top: 60px;
}
.agree .content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
}
.agree__footer {
  margin-top: 48px;
}

.link__content {
  margin-top: 82px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 32lh;
  column-gap: 164px;
  line-height: 2;
}
@media (max-width: 768px) {
  .link__content {
    height: auto;
  }
}
.link__content h3 {
  margin-top: 1lh;
}
.link__content .item {
  margin-top: 1lh;
}
.link__content h3 + .item {
  margin-top: 0;
}
.link__content a {
  display: flex;
  align-items: center;
  gap: min(0.3333333333vw, 4px);
  width: fit-content;
}
.link__content a::after {
  content: "";
  display: block;
  background-image: url("../img/common/ico-external.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: min(1.6666666667vw, 20px);
  height: min(1.6666666667vw, 20px);
}
@media (max-width: 768px) {
  .link__content a::after {
    width: max(4.2666666667vw, 16px);
    height: max(4.2666666667vw, 16px);
  }
}
.link__content a:hover {
  text-decoration: underline;
}

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