@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

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

body {
  margin: 0;
}

main {
  display: block;
}

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

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

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

input,
button,
label,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}
input:hover, input:focus, input:active,
button:hover,
button:focus,
button:active,
label:hover,
label:focus,
label:active,
textarea:hover,
textarea:focus,
textarea:active,
select:hover,
select:focus,
select:active {
  -webkit-tap-highlight-color: transparent;
  outline: none;
}

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

br.sp {
  display: block;
}
@media screen and (min-width: 600px), print and (min-width: base-to-px(148)) {
  br.sp {
    display: none;
  }
}

:root {
  /* 色 */
  --color-primary: #006ABC;
  --color-second: #EB6D00;
  --color-bg: #ffffff;
  --color-text-inv: #ffffff;
  --color-text: #2F3541;
  --color-text-dark: #ffffff;
  /* フォント */
  --font-main: "Noto Sans JP", sans-serif;
  --font-accent: "Zen Maru Gothic", sans-serif;
  --font-size-base: 14px;
  --font-size-small-medium: clamp(0.9375rem, 1rem + 0.2vw, 1.125rem);
  --font-size-medium: clamp(1.125rem, 1.0774rem + 0.2381vw, 1.375rem);
  --font-size-large: clamp(1.625rem, 1.5536rem + 0.3571vw, 2rem);
  --font-size-h1: clamp(1.625rem, 1.5536rem + 0.3571vw, 2rem);
  --font-size-h2: clamp(1.375rem, 1.3036rem + 0.3571vw, 1.75rem);
  --font-size-news-title: clamp(0.9375rem, 0.9018rem + 0.1786vw, 1.125rem);
  --font-size-catch: 30px;
  --font-size-catch-sub: 18px;
  /* スペーシング */
  --radius-m: 25px;
  --radius-xl: 3rem;
  --padding-header-y: 15px;
  --padding-header-x: 20px;
  --large-gap: clamp(5rem, 5rem + 1vw, 8rem);
}
@media (min-width: 600px) {
  :root {
    --padding-header-x: 2.5rem;
    --radius-m: 50px;
    --font-size-base: 15px;
    --font-size-catch: 40px;
    --font-size-catch-sub: 28px;
  }
}
@media (min-width: 1000px) {
  :root {
    --padding-header-y: 1.75rem;
  }
}
:root {
  --gap-nav: 1.25rem;
  --gap-content: 3rem 5vw;
  /* サイズ */
  --header-top: 1rem;
  --header-width-offset: 4rem;
  /* シャドウ */
  --shadow-header: 0 3px 6px rgba(0, 0, 0, 0.16);
}

body {
  margin: 0;
  background-color: #F7EFDA;
  font-family: var(--font-main);
  font-size: var(--font-size-base);
}

html {
  scroll-behavior: smooth;
}

main {
  overflow: hidden;
}

br.ph-o {
  display: block;
}
@media screen and (min-width: 600px), print and (min-width: base-to-px(148)) {
  br.ph-o {
    display: none;
  }
}

body {
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  font-size: var(--font-size-base);
  color: var(--color-text);
}
body img {
  user-select: none;
}

body.modal-open {
  overflow: hidden;
  touch-action: none;
}
body.modal-open .site-header {
  z-index: 3;
}
.side-width {
  padding-inline: max(2rem, (100% - 1100px) / 2);
}

.main-visual {
  position: relative;
}
.main-visual .fixed-button {
  z-index: 8;
  position: absolute;
}
.main-visual .fixed-button img {
  height: auto;
  width: 8rem;
}
@media screen and (min-width: 600px), print and (min-width: base-to-px(148)) {
  .main-visual .fixed-button img {
    width: 10rem;
  }
}
.main-visual .right {
  right: calc(50% - 8rem);
  top: 85%;
  width: auto;
}
.main-visual .right a {
  display: block;
  transition: transform 0.3s;
  position: relative;
}
.main-visual .right a:hover {
  transform: scale(1.2);
}
.main-visual .right a:hover svg {
  animation: bounce2 0.75s ease-in-out infinite;
}
.main-visual .right a svg {
  position: absolute;
  left: 40%;
  bottom: 35px;
}
@media screen and (min-width: 600px), print and (min-width: base-to-px(148)) {
  .main-visual .right a svg {
    bottom: 45px;
  }
}
@media screen and (min-width: 900px), print and (min-width: base-to-px(210)) {
  .main-visual .right a svg {
    bottom: 50px;
  }
}
@media screen and (min-width: 600px), print and (min-width: base-to-px(148)) {
  .main-visual .right {
    top: 80%;
    right: calc(50% - 9rem);
  }
}
@media screen and (min-width: 900px), print and (min-width: base-to-px(210)) {
  .main-visual .right {
    top: 65%;
    right: 0;
    width: auto;
  }
}
@media screen and (min-width: 1200px), print and (min-width: base-to-px(297)) {
  .main-visual .right {
    top: 70%;
  }
}
@media screen and (min-width: 1500px), print and (min-width: base-to-px(420)) {
  .main-visual .right {
    top: 60%;
    right: calc(50% - 600px - 128px);
  }
}
@media (min-width: 1800px) {
  .main-visual .right {
    top: 65%;
  }
}
.main-visual .left {
  right: calc(50% - 2rem);
  top: 85%;
  width: auto;
}
.main-visual .left a {
  display: block;
  transition: transform 0.3s;
  position: relative;
}
.main-visual .left a:hover {
  transform: scale(1.2);
}
.main-visual .left a:hover svg {
  animation: bounce1 0.75s ease-in-out infinite;
}
.main-visual .left a svg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 35px;
}
@media screen and (min-width: 600px), print and (min-width: base-to-px(148)) {
  .main-visual .left a svg {
    bottom: 45px;
  }
}
@media screen and (min-width: 900px), print and (min-width: base-to-px(210)) {
  .main-visual .left a svg {
    bottom: 50px;
  }
}
@media screen and (min-width: 600px), print and (min-width: base-to-px(148)) {
  .main-visual .left {
    right: calc(50% - 2rem);
    top: 80%;
  }
}
@media screen and (min-width: 900px), print and (min-width: base-to-px(210)) {
  .main-visual .left {
    top: 65%;
    right: 7rem;
    width: auto;
  }
}
@media screen and (min-width: 1200px), print and (min-width: base-to-px(297)) {
  .main-visual .left {
    top: 70%;
  }
}
@media screen and (min-width: 1500px), print and (min-width: base-to-px(420)) {
  .main-visual .left {
    top: 60%;
    right: calc(50% - 600px);
  }
}
@media (min-width: 1800px) {
  .main-visual .left {
    top: 65%;
  }
}

@keyframes bounce1 {
  0%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(-8px); /* 上に10px跳ねる */
  }
}
@keyframes bounce2 {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px); /* 上に10px跳ねる */
  }
}
.main-visual .inner {
  mask-image: url("/egg/assets/images/mask.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: cover;
  /* Chrome, Safari用 */
  -webkit-mask-image: url("/egg/assets/images/mask.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  position: relative;
}
.main-visual .inner video {
  width: 160%;
  height: 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 600px), print and (min-width: base-to-px(148)) {
  .main-visual .inner video {
    width: 130%;
  }
}
@media screen and (min-width: 900px), print and (min-width: base-to-px(210)) {
  .main-visual .inner video {
    width: 100%;
  }
}
@media screen and (min-width: 1200px), print and (min-width: base-to-px(297)) {
  .main-visual .inner video {
    transform: translateX(-50%) scalc(1.5);
  }
}

.main-visual .inner {
  -webkit-mask-size: cover;
  position: relative;
  -webkit-mask-position: center bottom;
}

.main-visual.is-page .inner {
  mask-position: center bottom;
  -webkit-mask-position: center bottom;
}
@media screen and (min-width: 900px), print and (min-width: base-to-px(210)) {
  .main-visual.is-page .inner {
    -webkit-mask-size: 100%;
  }
}
@media screen and (min-width: 1500px), print and (min-width: base-to-px(420)) {
  .main-visual.is-page .inner {
    -webkit-mask-position: center -13vw;
  }
}

.main-visual.is-home .inner {
  -webkit-mask-position: center top;
}
@media screen and (min-width: 900px), print and (min-width: base-to-px(210)) {
  .main-visual.is-home .inner {
    -webkit-mask-size: 100%;
    margin-top: 0;
  }
}
@media screen and (min-width: 1500px), print and (min-width: base-to-px(420)) {
  .main-visual.is-home .inner {
    -webkit-mask-position: center -5vw;
  }
}

.button-wrap {
  display: flex;
}
.button-wrap.aling-right {
  justify-content: flex-end;
}

.button.normal {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1rem 1fr;
  align-items: center;
  font-weight: 700;
}
.button.normal svg {
  overflow: visible;
}
.button.normal svg circle {
  transition: transform 0.3s ease-in-out;
  transform-origin: center;
  color: #006abc;
}
.button.normal svg path {
  color: #fff;
}
.button.normal:hover svg circle {
  transform: scale(1.35);
}

.button.align-right {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media screen and (min-width: 600px), print and (min-width: base-to-px(148)) {
  .button.align-right {
    justify-content: flex-end;
  }
}

.button.align-center {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.button.big.button-link {
  border: solid 1px var(--color-text);
  padding: 1.25rem 3rem;
  border-radius: 3.5rem;
  background-color: white;
  font-weight: bold;
  font-size: 15px;
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr 1rem;
  transition: all 0.3s;
}
@media screen and (min-width: 600px), print and (min-width: base-to-px(148)) {
  .button.big.button-link {
    padding: 2.5rem 3rem;
  }
}
.button.big.button-link svg {
  color: #006ABC;
  fill: #006ABC;
}
.button.big.button-link:hover {
  background-color: #006ABC;
  color: white;
}
.button.big.button-link:hover svg {
  color: white;
  fill: white;
}

.search-box__button {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
  padding-block: 1rem;
  color: white;
  background-color: #006ABC;
  border-radius: 2rem;
  max-width: calc(300px - 4rem);
  width: 100%;
  margin-inline: auto;
  position: relative;
}

.search-box__button svg {
  position: absolute;
  left: auto;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
}

.search-box__button svg.normal path {
  color: #006ABC;
}

.search-box__button:hover {
  opacity: 0.7;
}

.pagination-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  margin-top: -1rem;
}
.pagination-nav li a {
  display: grid;
  place-items: center;
  padding: 0.5rem 0.5rem;
  border-radius: 50%;
  background: var(--color-bg);
  color: var(--color-primary);
  font-family: var(--font-accent);
  font-weight: bold;
  transition: all 0.3s;
  min-width: 2rem;
  max-width: 2rem;
  aspect-ratio: 1;
}
.pagination-nav li a:hover {
  background-color: var(--color-primary);
  color: var(--color-text-inv);
}
.pagination-nav .current {
  padding: 0.5rem 0.75rem;
  border-radius: 50%;
  background: var(--color-primary);
  color: var(--color-text-inv);
  font-family: var(--font-accent);
  width: 1rem;
  height: 1rem;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-weight: bold;
}

.splide__track {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
}

.splide__slide {
  -webkit-perspective: 1000;
  perspective: 1000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
}

/* コンテンツ用CSS */
/* 見出しスタイル */
.news_main_contents_body h3 {
  font-size: 1.5em;
  font-weight: 600;
  margin: 1.2em 0 0.8em 0;
  line-height: 1.3;
  color: #333;
}

.news_main_contents_body h4 {
  font-size: 1.25em;
  font-weight: 600;
  margin: 1.1em 0 0.7em 0;
  line-height: 1.3;
  color: #333;
}

.news_main_contents_body h5 {
  font-size: 1.1em;
  font-weight: 600;
  margin: 1em 0 0.6em 0;
  line-height: 1.3;
  color: #333;
}

.news_main_contents_body h6 {
  font-size: 1em;
  font-weight: 600;
  margin: 0.9em 0 0.5em 0;
  line-height: 1.3;
  color: #555;
}

/* 太字 */
.news_main_contents_body strong,
.news_main_contents_body b {
  font-weight: 700;
}

/* イタリック */
.news_main_contents_body em,
.news_main_contents_body i {
  font-style: italic;
}

/* 下線 */
.news_main_contents_body u {
  text-decoration: underline;
  text-decoration-color: #333;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

/* 取り消し線 */
.news_main_contents_body s,
.news_main_contents_body del,
.news_main_contents_body strike {
  text-decoration: line-through;
  text-decoration-color: #666;
  text-decoration-thickness: 1px;
}

/* 番号付きリスト */
.news_main_contents_body ol {
  margin: 1em 0;
  padding-left: 2em;
  list-style-type: decimal;
}

.news_main_contents_body ol li {
  margin: 0.5em 0;
  line-height: 1.6;
  padding-left: 0.5em;
}

/* ネストした番号付きリスト */
.news_main_contents_body ol ol {
  margin: 0.25em 0;
  list-style-type: lower-alpha;
}

.news_main_contents_body ol ol ol {
  list-style-type: lower-roman;
}

/* 通常のリスト（箇条書き） */
.news_main_contents_body ul {
  margin: 1em 0;
  padding-left: 2em;
  list-style-type: disc;
}

.news_main_contents_body ul li {
  margin: 0.5em 0;
  line-height: 1.6;
  padding-left: 0.5em;
}

/* ネストした箇条書きリスト */
.news_main_contents_body ul ul {
  margin: 0.25em 0;
  list-style-type: circle;
}

.news_main_contents_body ul ul ul {
  list-style-type: square;
}

/* リスト内の段落 */
.news_main_contents_body li p {
  margin: 0.25em 0;
}

/* 段落 */
.news_main_contents_body p {
  margin: 0 0 1em 0;
}

/* 複数のスタイルが組み合わさった場合 */
.news_main_contents_body strong em,
.news_main_contents_body em strong {
  font-weight: 700;
  font-style: italic;
}

.news_main_contents_body strong u,
.news_main_contents_body u strong {
  font-weight: 700;
  text-decoration: underline;
}

.news_main_contents_body em u,
.news_main_contents_body u em {
  font-style: italic;
  text-decoration: underline;
}

.news_main_contents_body strong s,
.news_main_contents_body s strong {
  font-weight: 700;
  text-decoration: line-through;
}

.news_main_contents_body em s,
.news_main_contents_body s em {
  font-style: italic;
  text-decoration: line-through;
}

/* 下線と取り消し線の組み合わせ */
.news_main_contents_body u s,
.news_main_contents_body s u {
  text-decoration: underline line-through;
}

/* 3つのスタイルの組み合わせ */
.news_main_contents_body strong em u,
.news_main_contents_body strong u em,
.news_main_contents_body em strong u,
.news_main_contents_body em u strong,
.news_main_contents_body u strong em,
.news_main_contents_body u em strong {
  font-weight: 700;
  font-style: italic;
  text-decoration: underline;
}

.news_main_contents_body strong em s,
.news_main_contents_body strong s em,
.news_main_contents_body em strong s,
.news_main_contents_body em s strong,
.news_main_contents_body s strong em,
.news_main_contents_body s em strong {
  font-weight: 700;
  font-style: italic;
  text-decoration: line-through;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .news_main_contents_body {
    font-size: 14px;
  }
  .news_main_contents_body ol,
  .news_main_contents_body ul {
    padding-left: 1.5em;
  }
  .news_main_contents_body h3 {
    font-size: 1.3em;
  }
  .news_main_contents_body h4 {
    font-size: 1.15em;
  }
}
.site-logo {
  min-height: 2rem;
  display: flex;
  align-items: center;
  gap: min(1.5vw, 20px);
  width: 10rem;
}
@media (min-width: 1000px) {
  .site-logo {
    width: clamp(14rem, 14rem + 2vw, 24rem);
  }
}
.site-logo > a {
  display: flex;
}
.site-logo .hokuren {
  width: 6rem;
}
.site-logo img {
  height: auto;
  width: 100%;
}

.site-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: var(--color-bg);
  border-radius: var(--radius-xl);
  padding-block: var(--padding-header-y);
  padding-inline: var(--padding-header-x);
  position: fixed;
  z-index: 12;
  left: 0.5rem;
  width: calc(100% - 1rem);
  max-width: 1400px;
  top: 0.5rem;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: var(--shadow-header);
}
@media screen and (min-width: 600px), print and (min-width: base-to-px(148)) {
  .site-header {
    top: var(--header-top);
    width: calc(100% - var(--header-width-offset));
  }
}

.global-nav ul {
  display: flex;
  gap: 1rem;
  font-size: 14px;
  font-weight: bold;
  list-style: none;
}
@media screen and (min-width: 1200px), print and (min-width: base-to-px(297)) {
  .global-nav ul {
    gap: 1.5rem;
    font-size: var(--font-size-base);
  }
}
.global-nav li a {
  color: var(--color-primary);
  padding-block: 0.5rem;
  text-decoration: none;
  position: relative;
}
.global-nav li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 4px;
  background-color: var(--color-primary);
  border-radius: 4px;
  transition: width 0.3s ease;
}
.global-nav li a:hover::after {
  width: 100%;
}

.global-nav {
  display: none;
}
@media (min-width: 1000px) {
  .global-nav {
    display: block;
  }
}

.toggle-menu {
  display: block;
}
@media (min-width: 1000px) {
  .toggle-menu {
    display: none;
  }
}

.mobile-nav {
  display: none;
  position: fixed;
  left: 0.5rem;
  top: 2.5rem;
  width: calc(100% - 1rem);
  margin-inline: auto;
  z-index: 10;
  background: white;
  border-radius: 0 0 44px 44px;
  padding-block-start: 75px;
  padding-block-end: 1.5rem;
  padding-inline: 40px;
  height: calc(100% - 6rem);
  max-height: 95vh;
}
@media screen and (min-width: 600px), print and (min-width: base-to-px(148)) {
  .mobile-nav {
    top: 3rem;
    left: calc(var(--header-width-offset) / 2);
    width: calc(100% - var(--header-width-offset));
    padding-inline: 3.5rem;
    max-height: unset;
    padding-block-end: 4rem;
  }
}
.mobile-nav .inner {
  height: 100%;
  overflow-y: auto;
}
.mobile-nav ul.top-menu {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.mobile-nav ul.top-menu li a {
  color: var(--color-primary);
  font-weight: 700;
  font-size: 16px;
  display: block;
  width: 100%;
  padding-block: 5px;
}
.mobile-nav ul.bottom-menu {
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.mobile-nav ul.bottom-menu li a {
  display: inline;
  width: 100%;
  padding-block: 5px;
}
.mobile-nav ul.bottom-menu li a[target=_blank] {
  position: relative;
  padding-right: 1.5rem;
}
.mobile-nav ul.bottom-menu li a[target=_blank]::after {
  position: absolute;
  right: 0.5rem;
  top: 10px;
  content: "";
  width: 12px;
  height: 12px;
  background-image: url("/egg/assets/images/icon-external.svg");
  background-size: contain;
  background-position: center;
}
.mobile-nav.active {
  display: block;
}

.toggle-menu {
  position: relative;
  height: 2rem;
  width: 2rem;
  transform: translateY(-3px);
  margin-left: 1rem;
}

.toggle-menu span {
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  top: 50%;
  left: 0;
  background: var(--color-primary);
  transition: 0.5s;
}

.toggle-menu span:nth-child(1) {
  top: calc(50% - 10px);
}

.toggle-menu span:nth-child(3) {
  top: calc(50% + 10px);
}

.toggle-menu.active span:nth-child(2) {
  opacity: 0;
}
.toggle-menu.active span:nth-child(1) {
  top: 50%;
  transform: rotate(45deg);
  width: 100%;
}
.toggle-menu.active span:nth-child(3) {
  top: 50%;
  transform: rotate(-45deg);
  width: 100%;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* 半透明の黒 */
  z-index: 9; /* メニューより下、その他要素より上 */
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* メニューがアクティブの時に表示 */
body.fix {
  overflow: hidden;
  width: 100%;
}
body.fix .overlay {
  opacity: 1;
  visibility: visible;
}

.catch {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: calc(50% + 2rem);
  writing-mode: vertical-rl;
  color: var(--color-text-inv);
  font-weight: bold;
  font-size: var(--font-size-catch);
  font-family: var(--font-accent);
  letter-spacing: 20px;
  user-select: none;
  white-space: nowrap;
}
.catch > div span {
  font-size: var(--font-size-catch-sub);
}
.catch > div:nth-child(2) {
  margin-top: 2rem;
}

.section-title {
  color: var(--color-primary);
  font-size: var(--font-size-large);
  font-weight: bold;
  font-family: var(--font-accent);
  position: relative;
  z-index: 2;
}

.frame-latest {
  margin-top: 20vw;
  padding-inline: 1rem;
}
@media screen and (min-width: 600px), print and (min-width: base-to-px(148)) {
  .frame-latest {
    margin-top: 15vw;
  }
}
@media screen and (min-width: 900px), print and (min-width: base-to-px(210)) {
  .frame-latest {
    margin-top: 0;
  }
}
@media screen and (min-width: 1500px), print and (min-width: base-to-px(420)) {
  .frame-latest {
    margin-top: -7vw;
  }
}

.frame-trace {
  margin-top: 3rem;
  position: relative;
  z-index: 2;
  padding-inline: 1.5rem;
}

.frame-latest,
.frame-trace {
  margin-inline: auto;
  max-width: 1100px;
  background: var(--color-bg);
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border-radius: 25px;
  padding-block: 3rem 2rem;
  width: calc(100% - 2rem);
}
@media screen and (min-width: 600px), print and (min-width: base-to-px(148)) {
  .frame-latest,
  .frame-trace {
    padding-block: 4rem 2rem;
    width: calc(100% - 4rem);
    padding-inline: 4rem;
    padding-block: 72px;
    border-radius: 50px;
  }
}

.frame-latest {
  padding-inline: 1.5rem;
}
@media screen and (min-width: 900px), print and (min-width: base-to-px(210)) {
  .frame-latest {
    padding-inline: 4rem 5rem;
  }
}
.frame-latest .inner {
  margin-top: 2.5rem;
  display: flex;
  gap: 3rem 3rem;
  width: 100%;
  flex-direction: column;
}
@media screen and (min-width: 900px), print and (min-width: base-to-px(210)) {
  .frame-latest .inner {
    margin-top: 4rem;
    flex-direction: row;
  }
}
.frame-latest .inner .left {
  width: 100%;
}
@media screen and (min-width: 900px), print and (min-width: base-to-px(210)) {
  .frame-latest .inner .left {
    width: 63%;
  }
}
.frame-latest .inner .right {
  width: 100%;
  height: 320px;
}
@media screen and (min-width: 900px), print and (min-width: base-to-px(210)) {
  .frame-latest .inner .right {
    width: calc(30% - var(--gap-content));
    height: auto;
    flex-grow: 1;
    height: auto;
  }
}
.frame-latest .right {
  overflow: hidden;
  background-color: #f6f6f6;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
  position: relative;
  z-index: 2;
}
.frame-latest .right::after {
  position: absolute;
  content: "";
  z-index: -1;
  height: 220%;
  background-position: bottom;
  /* bottom: 0; */
  transform: translateY(16%);
  width: 100%;
  background-image: url("/egg/assets/images/bg-egg.jpg");
  background-size: cover;
  border-radius: 0 0 20px 20px;
  bottom: 0;
}
@media screen and (min-width: 600px), print and (min-width: base-to-px(148)) {
  .frame-latest .right::after {
    height: 180%;
    /* bottom: 0; */
    transform: translateY(40%);
  }
}
@media screen and (min-width: 900px), print and (min-width: base-to-px(210)) {
  .frame-latest .right::after {
    inset: 0;
    bottom: 0;
    height: auto;
    transform: unset;
  }
}
.frame-latest .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
  padding-inline: 1rem;
}
@media screen and (min-width: 900px), print and (min-width: base-to-px(210)) {
  .frame-latest .container {
    gap: 2.5rem;
  }
}
.frame-latest header.black {
  font-family: var(--font-accent);
  font-weight: 600;
}
.frame-latest header.black div {
  text-align: center;
  line-height: 1.5;
  color: #050505;
}
.frame-latest header.black div:nth-child(1) {
  font-size: 23px;
}
.frame-latest header.black div:nth-child(1) span {
  font-size: 19px;
}
.frame-latest header.black div:nth-child(2) {
  font-size: 32px;
}
.frame-latest .update {
  font-size: 15px;
  font-weight: bold;
}
.frame-latest .button.normal {
  margin-top: 40px;
}

.frame-trace .media-text {
  margin-top: 2rem;
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  gap: 16rem;
}
@media screen and (min-width: 900px), print and (min-width: base-to-px(210)) {
  .frame-trace .media-text {
    margin-top: 5rem;
    width: auto;
    flex-direction: row;
    gap: 5%;
    padding-bottom: 7rem;
  }
}
.frame-trace .media-text p {
  line-height: 1.8;
  font-size: 1rem;
  color: var(--color-primary);
  font-weight: 500;
}
.frame-trace .media-text p.mt20 {
  margin-top: 25px;
}
.frame-trace .image-wrap1,
.frame-trace .image-wrap2 {
  position: absolute;
  width: 55%;
  top: 50%;
}
.frame-trace .image-wrap1 img,
.frame-trace .image-wrap2 img {
  width: 100%;
  height: auto;
}
.frame-trace .image-wrap1 {
  right: 2%;
  transform: translateY(-50%) rotate(-20deg);
  transition: transform 1s 0.75s, opacity 1s 0.75s, -webkit-transform 1s 0.75s;
  opacity: 0;
}
.frame-trace .image-wrap1.in-view {
  opacity: 1;
  transform: translateY(-50%);
}
.frame-trace .image-wrap2 {
  left: 2%;
  padding-top: 3rem;
  transform: translateY(-50%) rotate(10deg);
  transition: transform 1s 0.5s, opacity 1s 0.5s, -webkit-transform 1s 0.5s;
  opacity: 0;
}
.frame-trace .image-wrap2.in-view {
  transform: translateY(-50%);
  opacity: 1;
}
.frame-trace .left {
  width: 100%;
  position: relative;
  position: relative;
  top: -9rem;
  transform: translateX(-50%);
  left: 50%;
  max-width: 280px;
}
.frame-trace .left img {
  object-fit: contain;
}
@media screen and (min-width: 900px), print and (min-width: base-to-px(210)) {
  .frame-trace .left {
    max-width: unset;
  }
}
@media screen and (min-width: 900px), print and (min-width: base-to-px(210)) {
  .frame-trace .left {
    top: auto;
    width: 40%;
    min-width: unset;
    transform: unset;
    left: auto;
    top: auto;
    bottom: -1rem;
  }
}
.frame-trace .right {
  width: 100%;
}
@media screen and (min-width: 900px), print and (min-width: base-to-px(210)) {
  .frame-trace .right {
    width: 45%;
  }
}
.frame-trace .buttons {
  display: flex;
  gap: 20px 2rem;
  width: 100%;
  flex-direction: column;
}
@media screen and (min-width: 900px), print and (min-width: base-to-px(210)) {
  .frame-trace .buttons {
    flex-direction: row;
  }
}
.frame-trace .buttons > a {
  display: block;
  position: relative;
  width: 100%;
  padding-block: 1.5rem;
  padding-inline: 1rem;
  color: var(--color-text-inv);
  border-radius: 20px;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 1px;
}
.frame-trace .buttons > a svg {
  overflow: visible;
}
.frame-trace .buttons > a svg circle {
  transition: transform 0.3s ease-in-out;
  transform-origin: center;
  color: #006abc;
}
.frame-trace .buttons > a svg path {
  color: #fff;
}
.frame-trace .buttons > a:hover svg circle {
  transform: scale(1.35);
}
.frame-trace .buttons > a span.large,
.frame-trace .buttons > a em {
  font-style: normal;
  font-size: 20px;
  font-weight: bold;
  text-decoration: underline;
}
.frame-trace .buttons > a span.large {
  display: inline;
}
.frame-trace .buttons > a span {
  margin-top: 0.75rem;
  display: block;
  font-size: 14px;
}
.frame-trace .buttons > a svg {
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
}
.frame-trace .buttons > a:nth-child(1) {
  background-color: #00a33d;
}
.frame-trace .buttons > a:nth-child(1) svg circle {
  color: #fff;
}
.frame-trace .buttons > a:nth-child(1) svg path {
  color: #00a33d;
}
.frame-trace .buttons > a:nth-child(2),
.frame-trace .buttons > a:nth-child(3) {
  background-color: #006abc;
}
.frame-trace .buttons > a:nth-child(2) svg circle,
.frame-trace .buttons > a:nth-child(3) svg circle {
  color: #fff;
}
.frame-trace .buttons > a:nth-child(2) svg path,
.frame-trace .buttons > a:nth-child(3) svg path {
  color: #006abc;
}

.list-item-news.for-front {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.list-item-news.for-front .item-news {
  position: relative;
}
.list-item-news.for-front .item-news .column {
  padding-block: 0.5rem;
  padding-right: 1.5rem;
}
@media screen and (min-width: 600px), print and (min-width: base-to-px(148)) {
  .list-item-news.for-front .item-news .column {
    padding-block: 1rem;
    padding-right: 2rem;
  }
}
.list-item-news.for-front .item-news .column svg {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  overflow: visible;
  width: 15px;
  height: 15px;
}
@media screen and (min-width: 600px), print and (min-width: base-to-px(148)) {
  .list-item-news.for-front .item-news .column svg {
    width: 25px;
    height: 25px;
  }
}
.list-item-news.for-front .item-news .column svg circle {
  transition: transform 0.3s ease-in-out;
  transform-origin: center;
  color: #006abc;
}
.list-item-news.for-front .item-news .column svg path {
  color: #fff;
}
.list-item-news.for-front .item-news .column:hover .thumbnail img {
  transform: scale(1.05);
}
.list-item-news.for-front .item-news .column:hover svg circle {
  transform: scale(1.35);
}

.item-news {
  border-bottom: solid 1px #EBEBEB;
}
.item-news .column {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media screen and (min-width: 900px), print and (min-width: base-to-px(210)) {
  .item-news .column {
    gap: 2.5rem;
    padding-block: 1rem;
  }
}
.item-news .title {
  color: var(--color-primary);
  font-size: var(--font-size-news-title);
  font-weight: bold;
  line-height: 1.5;
}
.item-news .content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  width: calc(70% - 2.5rem);
}
.item-news .date {
  font-weight: 500;
  line-height: 1;
}
.item-news .thumbnail {
  width: 35%;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (min-width: 600px), print and (min-width: base-to-px(148)) {
  .item-news .thumbnail {
    width: 25%;
  }
}
.item-news .thumbnail img {
  object-fit: cover;
  width: 100%;
  aspect-ratio: 1;
  transition: transform 0.3s;
}
@media screen and (min-width: 600px), print and (min-width: base-to-px(148)) {
  .item-news .thumbnail img {
    aspect-ratio: 5/4;
  }
}
.item-news svg {
  width: 25px;
}

.section-product {
  margin-inline: auto;
  max-width: 1100px;
}
@media screen and (min-width: 900px), print and (min-width: base-to-px(210)) {
  .section-product {
    width: calc(100% - 4rem);
  }
}
.section-product .section-product-slider {
  width: 75vw;
  margin: 0 auto;
}
@media screen and (min-width: 900px), print and (min-width: base-to-px(210)) {
  .section-product .section-product-slider {
    width: 100%;
  }
}
.section-product .section-product-slider .splide__track {
  overflow: visible;
}
@media screen and (min-width: 900px), print and (min-width: base-to-px(210)) {
  .section-product .section-product-slider .splide__track {
    overflow: hidden;
  }
}

.splide#splide-product {
  margin-top: 2rem;
}
@media screen and (min-width: 900px), print and (min-width: base-to-px(210)) {
  .splide#splide-product {
    margin-top: 4rem;
  }
}
.splide#splide-product .splide__track {
  padding-inline: 1rem !important;
}
@media screen and (min-width: 600px), print and (min-width: base-to-px(148)) {
  .splide#splide-product .splide__track {
    padding-inline: 2rem !important;
  }
}
@media screen and (min-width: 900px), print and (min-width: base-to-px(210)) {
  .splide#splide-product .splide__track {
    padding-inline: 0 !important;
  }
}

.splide#splide-product img,
.item-goods img {
  width: 100%;
  height: auto;
  aspect-ratio: 33/24;
  object-fit: cover;
}
.splide#splide-product .splide__slide,
.item-goods .splide__slide {
  border-radius: 50px;
  background-color: var(--color-bg);
}
.splide#splide-product .splide__slide div.title,
.item-goods .splide__slide div.title {
  min-height: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 20px;
  color: var(--color-primary);
  background-color: var(--color-bg);
  font-family: var(--font-accent);
  padding-inline: 1rem;
}
@media screen and (min-width: 600px), print and (min-width: base-to-px(148)) {
  .splide#splide-product .splide__slide div.title,
  .item-goods .splide__slide div.title {
    min-height: 5.25rem;
    font-size: 22px;
  }
}
.splide#splide-product .splide__slide div.title small,
.item-goods .splide__slide div.title small {
  font-size: 1rem;
  font-family: var(--font-accent);
}
.splide#splide-product .title svg,
.item-goods .title svg {
  position: absolute;
  right: 1.5rem;
}
.splide#splide-product .title path,
.item-goods .title path {
  color: #fff;
}
.splide#splide-product a:hover .title svg,
.item-goods a:hover .title svg {
  color: red;
}
.splide#splide-product .splide__slide__container,
.item-goods .splide__slide__container {
  width: 100%;
}

.section-product {
  padding-block: 2.5rem 0;
  text-align: center;
}
@media screen and (min-width: 600px), print and (min-width: base-to-px(148)) {
  .section-product {
    padding-block: 10rem 4rem;
  }
}
.section-product .section-title + .splide {
  margin-top: 3rem;
}
.section-product .splide__pagination li {
  background: none;
  margin: 0;
}
.section-product .splide__pagination.egg {
  bottom: -4rem;
}
@media screen and (min-width: 600px), print and (min-width: base-to-px(148)) {
  .section-product .splide__pagination.egg {
    bottom: -6rem;
  }
}
.section-product .splide__pagination.egg button {
  width: 20px;
  height: 24px;
  background-image: url("/egg/assets/images/paging-egg.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  transform: scale(1);
}
.section-product .splide__pagination.egg button.is-active {
  background-image: url("/egg/assets/images/active-paging-egg.svg");
}
.section-product .button-wrap {
  padding-inline: 2rem;
  margin-top: 6rem;
}
@media screen and (min-width: 600px), print and (min-width: base-to-px(148)) {
  .section-product .button-wrap {
    margin-top: 8rem;
  }
}
@media screen and (min-width: 900px), print and (min-width: base-to-px(210)) {
  .section-product .button-wrap {
    padding-inline: 0;
    margin-top: 4rem;
  }
}
.section-product .button-wrap.align-right {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 900px), print and (min-width: base-to-px(210)) {
  .section-product .button-wrap.align-right {
    justify-content: flex-end;
  }
}

.splide-modal .splide__track {
  overflow: hidden;
  border-radius: 50px;
}

.splide-modal .splide__pagination {
  bottom: -3rem;
  gap: 0.25rem;
}
.splide-modal .splide__pagination .splide__pagination__page {
  background: transparent;
  border: solid 1px black;
  opacity: 1;
  height: 16px;
  width: 16px;
}
.splide-modal .splide__pagination .splide__pagination__page.is-active {
  background: #006abc;
  transform: none;
}

.section-about {
  padding-block: 12rem;
  text-align: center;
}
@media screen and (min-width: 900px), print and (min-width: base-to-px(210)) {
  .section-about {
    overflow: hidden;
    padding-block: 10rem 0;
  }
}
.section-about h2.title {
  position: relative;
  font-family: var(--font-accent);
  font-size: 38px;
  color: var(--color-primary);
  font-weight: bold;
  padding-bottom: 20px;
  width: 100%;
}
.section-about h2.title > div {
  text-align: center;
}
@media screen and (min-width: 600px), print and (min-width: base-to-px(148)) {
  .section-about h2.title > div {
    text-align: left;
  }
}
@media screen and (min-width: 600px), print and (min-width: base-to-px(148)) {
  .section-about h2.title {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: baseline;
    font-size: 41px;
    width: auto;
  }
}
.section-about h2.title::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0.75rem;
  background-image: url("/egg/assets/images/head-after.svg");
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -0.5rem;
  left: 0;
}
@media screen and (min-width: 600px), print and (min-width: base-to-px(148)) {
  .section-about h2.title::after {
    bottom: 0;
  }
}
.section-about h2.title small {
  font-size: 28px;
  position: relative;
}
.section-about h2.title small.with::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 42px;
  background-image: url("/egg/assets/images/question.svg");
  background-size: contain;
  background-repeat: no-repeat;
  right: -2rem;
  top: 0;
  transform: translateY(3px);
}
.section-about img {
  width: 100%;
  height: auto;
}
.section-about p {
  font-weight: 500;
  font-size: 1rem;
}
.section-about .about-column {
  display: flex;
  width: 100%;
  padding-inline: max(2rem, (100% - 1100px) / 2);
  flex-direction: column;
}
@media screen and (min-width: 900px), print and (min-width: base-to-px(210)) {
  .section-about .about-column {
    flex-direction: row;
    column-gap: 10px;
    margin-top: 120px;
  }
}
.section-about .about-column {
  position: relative;
}
.section-about .about-column > div:nth-child(1) {
  width: 22rem;
  position: absolute;
  inset: -18rem auto auto -9rem;
}
@media screen and (min-width: 900px), print and (min-width: base-to-px(210)) {
  .section-about .about-column > div:nth-child(1) {
    position: relative;
    inset: unset;
    width: 80vw;
    flex-grow: 1;
  }
}
@media screen and (min-width: 1200px), print and (min-width: base-to-px(297)) {
  .section-about .about-column > div:nth-child(1) {
    width: 55vw;
    max-width: 550px;
  }
}
@media screen and (min-width: 900px) and (max-width: 1199.5px), print and (min-width: base-to-px(210)) and (max-width: base-to-px(297)-0.5) {
  .section-about .about-column > div:nth-child(1) img {
    transform: translateX(-15px);
  }
}
.section-about .about-column > div:nth-child(2) {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  flex-grow: 1;
}
@media screen and (min-width: 900px), print and (min-width: base-to-px(210)) {
  .section-about .about-column > div:nth-child(2) {
    align-items: flex-start;
  }
}
@media screen and (min-width: 1200px), print and (min-width: base-to-px(297)) {
  .section-about .about-column > div:nth-child(2) {
    width: min(45vw, 100% - 650px);
  }
}
.section-about .about-column > div:nth-child(2) {
  position: relative;
}
.section-about .about-column > div:nth-child(2)::after {
  position: absolute;
  right: -15rem;
  bottom: -24rem;
  content: "";
  display: block;
  width: 33rem;
  height: 30rem;
  background-image: url("/egg/assets/images/about-egg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  mix-blend-mode: multiply;
  transform: rotate(29deg);
  pointer-events: none;
  user-select: none;
}
@media screen and (min-width: 900px), print and (min-width: base-to-px(210)) {
  .section-about .about-column > div:nth-child(2)::after {
    content: none;
  }
}
.section-about .about-column > div:nth-child(2) .title {
  justify-content: center;
  font-family: var(--font-accent);
}
.section-about .about-column > div:nth-child(2) .title,
.section-about .about-column > div:nth-child(2) p {
  color: var(--color-primary);
  text-align: left;
  margin-top: 25px;
}
@media screen and (min-width: 900px), print and (min-width: base-to-px(210)) {
  .section-about .about-column > div:nth-child(2) .title,
  .section-about .about-column > div:nth-child(2) p {
    margin-top: 30px;
  }
}
.section-about .about-column > div:nth-child(2) .title {
  line-height: 1.6;
}
@media screen and (min-width: 600px), print and (min-width: base-to-px(148)) {
  .section-about .about-column > div:nth-child(2) .title {
    line-height: 1.8;
  }
}
@media screen and (max-width: 599.5px), print and (max-width: base-to-px(148)-0.5) {
  .section-about .about-column > div:nth-child(2) .title > div:nth-child(2) {
    margin-left: -2rem;
  }
}
.section-about .about-column > div:nth-child(2) p {
  line-height: 1.8;
}
.section-about .button.normal {
  margin-top: 40px;
  padding-bottom: 10px;
}

.section-recipe,
.section-recipes,
.section-goods {
  text-align: center;
  width: 100%;
  padding-inline: 1rem;
}
@media screen and (min-width: 600px), print and (min-width: base-to-px(148)) {
  .section-recipe,
  .section-recipes,
  .section-goods {
    padding-inline: max(2rem, (100% - 1100px) / 2);
  }
}
.section-recipe .thumbnail,
.section-recipes .thumbnail,
.section-goods .thumbnail {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.section-recipe .thumbnail > img,
.section-recipes .thumbnail > img,
.section-goods .thumbnail > img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1.15;
  object-fit: cover;
}
.section-recipe .title,
.section-recipes .title,
.section-goods .title {
  min-height: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  color: var(--color-primary);
  background-color: var(--color-bg);
  font-family: var(--font-accent);
  width: 100%;
  padding-inline: 0.5rem;
}
@media screen and (min-width: 600px), print and (min-width: base-to-px(148)) {
  .section-recipe .title,
  .section-recipes .title,
  .section-goods .title {
    padding-inline: 1rem;
    font-size: 18px;
    width: 100%;
    padding-inline: 1rem 3rem;
    min-height: 5rem;
  }
}
@media screen and (min-width: 1200px), print and (min-width: base-to-px(297)) {
  .section-recipe .title,
  .section-recipes .title,
  .section-goods .title {
    padding-inline: 3rem;
  }
}
.section-recipe .title > span,
.section-recipes .title > span,
.section-goods .title > span {
  display: inline-block;
}
.section-recipe .title.long,
.section-recipes .title.long,
.section-goods .title.long {
  font-size: 15px;
}
.section-recipe .title,
.section-recipes .title,
.section-goods .title {
  position: relative;
}
.section-recipe .title svg,
.section-recipes .title svg,
.section-goods .title svg {
  position: absolute;
  inset: auto 0.5rem 0.5rem auto;
}
@media screen and (min-width: 600px), print and (min-width: base-to-px(148)) {
  .section-recipe .title svg,
  .section-recipes .title svg,
  .section-goods .title svg {
    inset: auto 1.5rem 1.75rem auto;
  }
}
.section-recipe .title path,
.section-recipes .title path,
.section-goods .title path {
  color: #fff;
}
.section-recipe .button.normal,
.section-recipes .button.normal,
.section-goods .button.normal {
  margin-top: 40px;
}

.list-item-recipe {
  margin-top: 3rem;
  display: grid;
  gap: 1.5rem 2.25rem;
}
@media screen and (min-width: 600px), print and (min-width: base-to-px(148)) {
  .list-item-recipe {
    gap: 1rem 1.5rem;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
  }
}
@media screen and (min-width: 900px), print and (min-width: base-to-px(210)) {
  .list-item-recipe {
    gap: 2rem 2.25rem;
  }
}
.list-item-recipe .item-recipe {
  position: relative;
}
.list-item-recipe .item-recipe > a,
.list-item-recipe .item-recipe > button {
  overflow: hidden;
}
.list-item-recipe .item-recipe .time {
  font-family: var(--font-accent);
  color: var(--color-text-inv);
  position: absolute;
  width: 3rem;
  aspect-ratio: 1;
  inset: 0;
}
@media screen and (min-width: 600px), print and (min-width: base-to-px(148)) {
  .list-item-recipe .item-recipe .time {
    inset: 1rem auto auto 1rem;
  }
}
@media screen and (min-width: 900px), print and (min-width: base-to-px(210)) {
  .list-item-recipe .item-recipe .time {
    width: 4.5rem;
  }
}
.list-item-recipe .item-recipe .time .inner {
  position: absolute;
  bottom: 4px;
  z-index: 6;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
@media screen and (min-width: 900px), print and (min-width: base-to-px(210)) {
  .list-item-recipe .item-recipe .time .inner {
    bottom: 8px;
  }
}
.list-item-recipe .item-recipe .time .inner > .num {
  font-size: 15px;
}
@media screen and (min-width: 900px), print and (min-width: base-to-px(210)) {
  .list-item-recipe .item-recipe .time .inner > .num {
    font-size: 20px;
  }
}
.list-item-recipe .item-recipe .time .inner > span:not(.num) {
  font-size: 10px;
}
@media screen and (min-width: 900px), print and (min-width: base-to-px(210)) {
  .list-item-recipe .item-recipe .time .inner > span:not(.num) {
    font-size: 13px;
  }
}
.list-item-recipe .item-recipe .time::after {
  position: absolute;
  content: "";
  width: 3rem;
  aspect-ratio: 1;
  background-image: url("/egg/assets/images/cook-time-bg.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  inset: -1px auto auto 0;
  z-index: 5;
}
@media screen and (min-width: 900px), print and (min-width: base-to-px(210)) {
  .list-item-recipe .item-recipe .time::after {
    width: 4.5rem;
  }
}

.list-item-goods {
  margin-top: 3rem;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) {
  .list-item-goods {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto auto;
  }
}
@media screen and (min-width: 900px), print and (min-width: base-to-px(210)) {
  .list-item-goods {
    gap: 2rem;
  }
}

.item-goods > button {
  display: block;
  border: solid 1px #cea888;
  border-radius: var(--radius-m);
  width: 100%;
  overflow: hidden;
}
.item-goods > button .image-container {
  overflow: hidden;
}
.item-goods > button img {
  transition: transform 0.3s;
}
@media screen and (min-width: 600px), print and (min-width: base-to-px(148)) {
  .item-goods > button:hover img {
    transform: scale(1.05);
  }
}
.item-goods > button .image-container img {
  width: 100%;
}

.section-recipe {
  padding-top: 5rem;
  margin-top: 60px;
}
@media screen and (min-width: 1200px), print and (min-width: base-to-px(297)) {
  .section-recipe {
    padding-top: 0;
    margin-top: 130px;
  }
}
.section-recipe .title svg {
  position: absolute;
  inset: auto 1.5rem 1.75rem auto !important;
}

.section-goods {
  padding-top: 3rem;
}
@media screen and (min-width: 600px), print and (min-width: base-to-px(148)) {
  .section-goods {
    padding-top: 0;
  }
}
.section-goods .list-item-goods .item-goods .title {
  padding-inline: 1rem !important;
}

.section-recipe .list-item-recipe,
.section-goods .list-item-recipe {
  margin-top: 3rem;
  display: grid;
  gap: 1.5rem 2.25rem;
}
@media screen and (min-width: 600px), print and (min-width: base-to-px(148)) {
  .section-recipe .list-item-recipe,
  .section-goods .list-item-recipe {
    gap: 1rem 1.5rem;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
  }
}
@media screen and (min-width: 900px), print and (min-width: base-to-px(210)) {
  .section-recipe .list-item-recipe,
  .section-goods .list-item-recipe {
    gap: 2rem 2.25rem;
    margin-top: 5rem;
  }
}
.section-recipe .item-recipe > a,
.section-goods .item-recipe > a {
  display: flex;
  flex-direction: row;
  border: solid 1px #cea888;
  border-radius: var(--radius-m);
}
.section-recipe .item-recipe > a .thumbnail img,
.section-goods .item-recipe > a .thumbnail img {
  transition: transform 0.3s;
}
.section-recipe .item-recipe > a svg,
.section-goods .item-recipe > a svg {
  overflow: visible;
}
.section-recipe .item-recipe > a svg circle,
.section-goods .item-recipe > a svg circle {
  transition: transform 0.3s ease-in-out;
  transform-origin: center;
  color: #006abc;
}
.section-recipe .item-recipe > a svg path,
.section-goods .item-recipe > a svg path {
  color: #fff;
}
.section-recipe .item-recipe > a:hover .thumbnail img,
.section-goods .item-recipe > a:hover .thumbnail img {
  transform: scale(1.05);
}
.section-recipe .item-recipe > a:hover svg circle,
.section-goods .item-recipe > a:hover svg circle {
  transform: scale(1.35);
}
.section-recipe .item-recipe:nth-child(1),
.section-goods .item-recipe:nth-child(1) {
  grid-row: span 2;
}
.section-recipe .item-recipe:nth-child(1) > a,
.section-goods .item-recipe:nth-child(1) > a {
  height: 100%;
  overflow: hidden;
  justify-content: space-between;
  flex-direction: row;
}
@media screen and (min-width: 600px), print and (min-width: base-to-px(148)) {
  .section-recipe .item-recipe:nth-child(1) > a,
  .section-goods .item-recipe:nth-child(1) > a {
    flex-direction: column;
  }
}
.section-recipe .item-recipe:nth-child(1) > a .thumbnail,
.section-goods .item-recipe:nth-child(1) > a .thumbnail {
  width: 50%;
}
@media screen and (min-width: 600px), print and (min-width: base-to-px(148)) {
  .section-recipe .item-recipe:nth-child(1) > a .thumbnail,
  .section-goods .item-recipe:nth-child(1) > a .thumbnail {
    width: 100%;
  }
}
.section-recipe .item-recipe:nth-child(1) > a .title,
.section-goods .item-recipe:nth-child(1) > a .title {
  width: 50%;
}
@media screen and (min-width: 600px), print and (min-width: base-to-px(148)) {
  .section-recipe .item-recipe:nth-child(1) > a .title,
  .section-goods .item-recipe:nth-child(1) > a .title {
    min-height: 5rem;
    width: 100%;
  }
}
.section-recipe .item-recipe:nth-child(1) .thumbnail,
.section-goods .item-recipe:nth-child(1) .thumbnail {
  height: 100%;
}
@media screen and (max-width: 599.5px), print and (max-width: base-to-px(148)-0.5) {
  .section-recipe .item-recipe:nth-child(1) .thumbnail img,
  .section-goods .item-recipe:nth-child(1) .thumbnail img {
    aspect-ratio: 1;
  }
}
.section-recipe .item-recipe:nth-child(1) .thumbnail img,
.section-goods .item-recipe:nth-child(1) .thumbnail img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.section-recipe .item-recipe:nth-child(1),
.section-goods .item-recipe:nth-child(1) {
  position: relative;
}
.section-recipe .item-recipe:nth-child(2) > a,
.section-recipe .item-recipe:nth-child(3) > a,
.section-goods .item-recipe:nth-child(2) > a,
.section-goods .item-recipe:nth-child(3) > a {
  width: 100%;
  height: 100%;
}
.section-recipe .item-recipe:nth-child(2) .thumbnail,
.section-recipe .item-recipe:nth-child(3) .thumbnail,
.section-goods .item-recipe:nth-child(2) .thumbnail,
.section-goods .item-recipe:nth-child(3) .thumbnail {
  width: 50%;
}
.section-recipe .item-recipe:nth-child(2) .thumbnail img,
.section-recipe .item-recipe:nth-child(3) .thumbnail img,
.section-goods .item-recipe:nth-child(2) .thumbnail img,
.section-goods .item-recipe:nth-child(3) .thumbnail img {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.section-recipe .item-recipe:nth-child(2) div.title,
.section-recipe .item-recipe:nth-child(3) div.title,
.section-goods .item-recipe:nth-child(2) div.title,
.section-goods .item-recipe:nth-child(3) div.title {
  width: 50%;
  padding-inline: 1rem;
}

.section-recipes .list-item-recipe {
  margin-top: 3rem;
  display: grid;
  gap: 1.5rem 2.25rem;
}
@media screen and (min-width: 600px), print and (min-width: base-to-px(148)) {
  .section-recipes .list-item-recipe {
    gap: 2rem;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    grid-template-rows: auto auto;
  }
}
@media screen and (min-width: 900px), print and (min-width: base-to-px(210)) {
  .section-recipes .list-item-recipe {
    gap: 2rem 2.5rem;
    grid-template-columns: repeat(auto-fill, minmax(245px, 1fr));
  }
}
@media screen and (min-width: 1200px), print and (min-width: base-to-px(297)) {
  .section-recipes .list-item-recipe {
    gap: 2rem 3rem;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
}

.section-recipes .item-recipe .time {
  inset: 0.25rem;
}
@media screen and (min-width: 600px), print and (min-width: base-to-px(148)) {
  .section-recipes .item-recipe .time {
    inset: 1rem;
  }
}
.section-recipes .item-recipe > a {
  display: flex;
  flex-direction: row;
  border: solid 1px #cea888;
  height: 100%;
  border-radius: 15px;
}
@media screen and (min-width: 600px), print and (min-width: base-to-px(148)) {
  .section-recipes .item-recipe > a {
    flex-direction: column;
    border-radius: 50px;
  }
}
.section-recipes .item-recipe > a svg {
  overflow: visible;
}
.section-recipes .item-recipe > a svg circle {
  transition: transform 0.3s ease-in-out;
  transform-origin: center;
  color: #006abc;
}
.section-recipes .item-recipe > a svg path {
  color: #fff;
}
.section-recipes .item-recipe > a .thumbnail img {
  transition: transform 0.3s;
}
.section-recipes .item-recipe > a:hover .thumbnail img {
  transform: scale(1.05);
}
.section-recipes .item-recipe > a:hover svg circle {
  transform: scale(1.35);
}
.section-recipes .thumbnail {
  height: 100%;
}
.section-recipes .thumbnail > img {
  object-fit: cover;
}

.section-links {
  width: 100%;
  padding-inline: max(1rem, (100% - 920px) / 2);
  margin-top: 4rem;
}
@media screen and (min-width: 900px), print and (min-width: base-to-px(210)) {
  .section-links {
    margin-top: 5rem;
  }
}
.section-links ul.list-item-image {
  display: flex;
  flex-direction: column;
  gap: 2rem 4rem;
}
@media screen and (min-width: 600px), print and (min-width: base-to-px(148)) {
  .section-links ul.list-item-image {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10%;
  }
}
.section-links ul.list-item-image li a {
  display: flex;
  gap: 0 5%;
  flex-direction: row;
  position: relative;
}
@media screen and (min-width: 600px), print and (min-width: base-to-px(148)) {
  .section-links ul.list-item-image li a {
    flex-direction: column;
  }
}
.section-links ul.list-item-image li a svg {
  overflow: visible;
}
.section-links ul.list-item-image li a svg circle {
  transition: transform 0.3s ease-in-out;
  transform-origin: center;
  color: #006abc;
}
.section-links ul.list-item-image li a svg path {
  color: #fff;
}
.section-links ul.list-item-image li a:hover svg circle {
  transform: scale(1.35);
}
.section-links ul.list-item-image li a[target=_blank] .text {
  position: relative;
}
.section-links ul.list-item-image li a[target=_blank] .text::after {
  position: relative;
  right: -0.5rem;
  content: "";
  width: 12px;
  height: 12px;
  background-image: url("/egg/assets/images/icon-external.svg");
  background-size: contain;
  background-position: center;
}
.section-links .thumbnail {
  width: 40%;
  flex-grow: 1;
}
@media screen and (min-width: 600px), print and (min-width: base-to-px(148)) {
  .section-links .thumbnail {
    width: 100%;
  }
}
.section-links .thumbnail img {
  border-radius: 50%;
  object-fit: cover;
  aspect-ratio: 1;
  width: 100%;
  height: auto;
}
.section-links .text {
  width: 60%;
  flex-grow: 1;
  display: flex;
  align-items: flex-start;
  font-weight: 700;
  align-items: center;
}
@media screen and (min-width: 600px), print and (min-width: base-to-px(148)) {
  .section-links .text {
    width: unset;
    justify-content: center;
    margin-top: 2rem;
    white-space: nowrap;
  }
}
.section-links .text svg {
  color: var(--color-primary);
  min-width: 2rem;
  max-width: 2rem;
  width: 100%;
}
.section-links .text svg path {
  color: #fff;
}
.section-links .text svg {
  margin-right: 1rem;
}

@media screen and (min-width: 600px), print and (min-width: base-to-px(148)) {
  .main-visual.is-page .inner {
    margin-top: -2vw;
  }
}
.main-visual.is-page .inner img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 600px), print and (min-width: base-to-px(148)) {
  .main-visual.is-page .inner img {
    width: 130%;
  }
}
@media screen and (min-width: 900px), print and (min-width: base-to-px(210)) {
  .main-visual.is-page .inner img {
    width: 120%;
  }
}
@media screen and (min-width: 1200px), print and (min-width: base-to-px(297)) {
  .main-visual.is-page .inner img {
    width: 100%;
  }
}

.page-title-wrap {
  position: absolute;
  top: calc(50% - 10px);
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 4rem);
  text-align: center;
  color: var(--color-text-inv);
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 600px), print and (min-width: base-to-px(148)) {
  .page-title-wrap {
    top: 50%;
  }
}
.page-title-wrap h1 {
  font-weight: bold;
  font-size: var(--font-size-h1);
  font-family: var(--font-accent);
}
.page-title-wrap p {
  font-size: var(--font-size-normal);
  max-width: 95%;
  margin-inline: auto;
  line-height: 1.8;
}
.page-title-wrap p > span {
  display: inline-block;
}
.page-title-wrap.has-description {
  top: 35%;
}
@media screen and (min-width: 600px), print and (min-width: base-to-px(148)) {
  .page-title-wrap.has-description {
    top: 40%;
  }
}
@media screen and (min-width: 900px), print and (min-width: base-to-px(210)) {
  .page-title-wrap.has-description {
    top: calc(50% - 1.5rem);
  }
}
@media screen and (min-width: 1200px), print and (min-width: base-to-px(297)) {
  .page-title-wrap.has-description {
    top: calc(50% - 2rem);
  }
}

.list-item-recipe.is-page {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 2rem 55px;
}
.list-item-recipe.is-page .item-recipe {
  position: relative;
}
.list-item-recipe.is-page .item-recipe > a {
  display: flex;
  flex-direction: column;
  border-radius: 38px;
  border: solid 1px #cea888;
  overflow: hidden;
}
.list-item-recipe.is-page .time {
  font-family: var(--font-accent);
  color: var(--color-text-inv);
  position: absolute;
  width: 72px;
  height: 72px;
}
.list-item-recipe.is-page .time .inner {
  position: absolute;
  bottom: 8px;
  z-index: 6;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.list-item-recipe.is-page .time .inner > .num {
  font-size: 20px;
}
.list-item-recipe.is-page .time .inner > span:not(.num) {
  font-size: 13px;
}
.list-item-recipe.is-page .time::after {
  position: absolute;
  content: "";
  width: 4.5rem;
  height: 4.5rem;
  background-image: url("/egg/assets/images/cook-time-bg.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  inset: 0 auto auto 0;
  z-index: 5;
}
.list-item-recipe.is-page .thumbnail {
  display: flex;
  align-items: center;
  justify-content: center;
}
.list-item-recipe.is-page .thumbnail img {
  width: 100%;
  aspect-ratio: 67/66;
  object-fit: cover;
}
.list-item-recipe.is-page div.title {
  min-height: 5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  color: var(--color-primary);
  background-color: var(--color-bg);
  font-family: var(--font-accent);
}
.list-item-recipe.is-page .title {
  position: relative;
}
.list-item-recipe.is-page .title svg {
  position: absolute;
  inset: auto 2rem 1rem auto;
}
@media screen and (min-width: 600px), print and (min-width: base-to-px(148)) {
  .list-item-recipe.is-page .title svg {
    inset: auto 2rem 1.75rem auto;
  }
}
.list-item-recipe.is-page .title path {
  color: #fff;
}
.list-item-recipe.is-page .button.normal {
  margin-top: 40px;
}

.modal {
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease;
  display: none;
}
.modal .modal-backdrop {
  position: absolute;
  inset: 0;
}

.modal.is-open {
  position: fixed;
  z-index: 1000;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  display: block;
  overflow-y: scroll;
  user-select: none;
  padding-bottom: 5rem;
}

.modal .column {
  display: flex;
  gap: 2rem 2rem;
  flex-direction: column;
  padding-bottom: 3rem;
}
@media screen and (min-width: 600px), print and (min-width: base-to-px(148)) {
  .modal .column {
    flex-direction: row;
    padding-bottom: 60px;
  }
}
.modal .column.with-pagination {
  gap: 6rem 2rem;
}
@media screen and (min-width: 600px), print and (min-width: base-to-px(148)) {
  .modal .column.with-pagination {
    flex-direction: row;
    padding-bottom: 100px;
  }
}
.modal .column.with-pagination .splide__pagination {
  display: block !important;
}
.modal .column .modal-image {
  width: 100%;
}
@media screen and (min-width: 600px), print and (min-width: base-to-px(148)) {
  .modal .column .modal-image {
    width: calc(56.75% - 2rem);
  }
}
.modal .column .modal-image img {
  width: 100%;
  aspect-ratio: 70/57;
  object-fit: cover;
}
.modal .column .modal-body {
  width: 100%;
  text-align: left;
}
@media screen and (min-width: 600px), print and (min-width: base-to-px(148)) {
  .modal .column .modal-body {
    width: 43.25%;
  }
}
.modal .column .modal-body p, .modal .column .modal-body h4, .modal .column .modal-body li {
  line-height: 1.8;
}

.product-title {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  font-weight: bold;
  font-size: var(--font-size-large);
  color: var(--color-primary);
  font-family: var(--font-accent);
  width: 100%;
}

.product-title.de {
  display: none;
}
@media (min-width: 600px) {
  .product-title.de {
    display: flex;
    margin-bottom: 3rem;
  }
}
.product-title.sp {
  display: flex;
  margin-bottom: 1.5rem;
}
@media (min-width: 600px) {
  .product-title.sp {
    display: none;
  }
}

.product-subtitle {
  font-size: 80%;
}

.modal-content {
  background: white;
  border-radius: var(--radius-m);
  max-width: 900px;
  width: calc(100% - 2rem);
  position: relative;
  inset: 5vw 50% auto;
  transform: translateX(-50%);
  padding-block-start: 40px;
}
@media screen and (min-width: 600px), print and (min-width: base-to-px(148)) {
  .modal-content {
    width: calc(100% - 4rem);
    padding-block-start: 60px;
  }
}
.modal-content .modal-inner {
  padding-inline: 20px;
}
@media screen and (min-width: 600px), print and (min-width: base-to-px(148)) {
  .modal-content .modal-inner {
    max-height: fit-content;
    padding-inline: 60px;
  }
}

.close-button {
  position: absolute;
  right: 0;
  top: 0;
  aspect-ratio: 1;
  width: 3rem;
}
@media screen and (min-width: 900px), print and (min-width: base-to-px(210)) {
  .close-button {
    width: 6rem;
    right: -2rem;
    top: -2rem;
  }
}
.close-button svg {
  width: 100%;
  height: 100%;
}

.product-details {
  margin-top: 1.5rem;
}

/* Quill.js コンテンツ用CSS */
/* 画像 */
.news_main_contents_body img {
  max-width: 85% !important;
  margin: 0 auto;
  display: block;
}

/* 見出しスタイル */
.news_main_contents_body h3,
.ql-size-large {
  font-size: 1.5em;
  font-weight: 600;
  margin: 1.2em 0 0.8em 0;
  line-height: 1.3;
  color: #333;
}

.news_main_contents_body h4 {
  font-size: 1.25em;
  font-weight: 600;
  margin: 1.1em 0 0.7em 0;
  line-height: 1.3;
  color: #333;
}

.news_main_contents_body h5 {
  font-size: 1.1em;
  font-weight: 600;
  margin: 1em 0 0.6em 0;
  line-height: 1.3;
  color: #333;
}

.news_main_contents_body h6 {
  font-size: 1em;
  font-weight: 600;
  margin: 0.9em 0 0.5em 0;
  line-height: 1.3;
  color: #555;
}

/* 太字 */
.news_main_contents_body strong,
.news_main_contents_body b {
  font-weight: 700;
}

/* イタリック */
.news_main_contents_body em,
.news_main_contents_body i {
  font-style: italic;
}

/* 下線 */
.news_main_contents_body u {
  text-decoration: underline;
  text-decoration-color: #333;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

/* 取り消し線 */
.news_main_contents_body s,
.news_main_contents_body del,
.news_main_contents_body strike {
  text-decoration: line-through;
  text-decoration-color: #666;
  text-decoration-thickness: 1px;
}

/* 番号付きリスト */
.news_main_contents_body ol {
  margin: 1em 0;
  padding-left: 2em;
  list-style-type: decimal;
}

.news_main_contents_body ol li {
  margin: 0.5em 0;
  line-height: 1.6;
  padding-left: 0.5em;
}

/* ネストした番号付きリスト */
.news_main_contents_body ol ol {
  margin: 0.25em 0;
  list-style-type: lower-alpha;
}

.news_main_contents_body ol ol ol {
  list-style-type: lower-roman;
}

/* 通常のリスト（箇条書き） */
.news_main_contents_body ul {
  margin: 1em 0;
  padding-left: 2em;
  list-style-type: disc;
}

.news_main_contents_body ul li {
  margin: 0.5em 0;
  line-height: 1.6;
  padding-left: 0.5em;
}

/* ネストした箇条書きリスト */
.news_main_contents_body ul ul {
  margin: 0.25em 0;
  list-style-type: circle;
}

.news_main_contents_body ul ul ul {
  list-style-type: square;
}

/* リスト内の段落 */
.news_main_contents_body li p {
  margin: 0.25em 0;
}

/* 基本的なコンテナスタイル */
.news_main_contents_body {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

/* 段落 */
.news_main_contents_body p {
  margin: 0 0 1em 0;
}

/* 複数のスタイルが組み合わさった場合 */
.news_main_contents_body strong em,
.news_main_contents_body em strong {
  font-weight: 700;
  font-style: italic;
}

.news_main_contents_body strong u,
.news_main_contents_body u strong {
  font-weight: 700;
  text-decoration: underline;
}

.news_main_contents_body em u,
.news_main_contents_body u em {
  font-style: italic;
  text-decoration: underline;
}

.news_main_contents_body strong s,
.news_main_contents_body s strong {
  font-weight: 700;
  text-decoration: line-through;
}

.news_main_contents_body em s,
.news_main_contents_body s em {
  font-style: italic;
  text-decoration: line-through;
}

/* 下線と取り消し線の組み合わせ */
.news_main_contents_body u s,
.news_main_contents_body s u {
  text-decoration: underline line-through;
}

/* 3つのスタイルの組み合わせ */
.news_main_contents_body strong em u,
.news_main_contents_body strong u em,
.news_main_contents_body em strong u,
.news_main_contents_body em u strong,
.news_main_contents_body u strong em,
.news_main_contents_body u em strong {
  font-weight: 700;
  font-style: italic;
  text-decoration: underline;
}

.news_main_contents_body strong em s,
.news_main_contents_body strong s em,
.news_main_contents_body em strong s,
.news_main_contents_body em s strong,
.news_main_contents_body s strong em,
.news_main_contents_body s em strong {
  font-weight: 700;
  font-style: italic;
  text-decoration: line-through;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .news_main_contents_body {
    font-size: 14px;
  }
  .news_main_contents_body ol,
  .news_main_contents_body ul {
    padding-left: 1.5em;
  }
  .news_main_contents_body h3,
  .ql-size-large {
    font-size: 1.3em;
  }
  .news_main_contents_body h4 {
    font-size: 1.15em;
  }
}
.entry-post,
.entry-page {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
  padding-inline: max(1rem, (100% - 1100px) / 2);
}
.entry-post.up,
.entry-page.up {
  position: relative;
  margin-top: -15vw;
}
@media screen and (min-width: 600px), print and (min-width: base-to-px(148)) {
  .entry-post.up,
  .entry-page.up {
    margin-top: -3vw;
  }
}
@media screen and (min-width: 1500px), print and (min-width: base-to-px(420)) {
  .entry-post.up,
  .entry-page.up {
    margin-top: -7vw;
  }
}
.entry-post.small,
.entry-page.small {
  padding-inline: max(1rem, (100% - 900px) / 2);
}

.entry-page {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
  padding-inline: max(1rem, (100% - 900px) / 2);
}

section.up {
  margin-top: -10vw;
  position: relative;
}
@media screen and (min-width: 600px), print and (min-width: base-to-px(148)) {
  section.up {
    margin-top: -3vw;
  }
}
@media screen and (min-width: 900px), print and (min-width: base-to-px(210)) {
  section.up {
    margin-top: -5vw;
  }
}
@media screen and (min-width: 1500px), print and (min-width: base-to-px(420)) {
  section.up {
    margin-top: -7vw;
  }
}
section.up > *:first-child {
  margin-top: 0;
}

.entry-post-section.with-thumbnail {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  background-color: var(--color-bg);
  border-radius: 25px;
  flex-direction: column;
  padding: 0;
  min-height: unset;
}
@media screen and (min-width: 600px), print and (min-width: base-to-px(148)) {
  .entry-post-section.with-thumbnail {
    flex-direction: row;
    align-items: stretch;
    border-radius: 3rem;
    max-height: 360px;
  }
}
.entry-post-section.with-thumbnail .thumbnail {
  width: 100%;
  border-radius: 25px 25px 0 0;
  overflow: hidden;
  aspect-ratio: 345/180;
}
@media screen and (min-width: 600px), print and (min-width: base-to-px(148)) {
  .entry-post-section.with-thumbnail .thumbnail {
    width: 50%;
    border-radius: 3rem 0 0 3rem;
    height: auto;
    aspect-ratio: unset;
  }
}
@media screen and (min-width: 900px), print and (min-width: base-to-px(210)) {
  .entry-post-section.with-thumbnail .thumbnail {
    width: 55%;
    border-radius: 3rem 0 0 3rem;
  }
}
.entry-post-section.with-thumbnail .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.entry-post-section.with-thumbnail .right {
  width: 100%;
  text-align: center;
  padding-inline: 1rem;
  min-height: 4rem;
  padding-block: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 600px), print and (min-width: base-to-px(148)) {
  .entry-post-section.with-thumbnail .right {
    padding-inline: 2rem;
    width: 50%;
    min-height: auto;
  }
}
@media screen and (min-width: 900px), print and (min-width: base-to-px(210)) {
  .entry-post-section.with-thumbnail .right {
    padding-inline: 2rem;
    width: 45%;
  }
}
@media screen and (min-width: 900px), print and (min-width: base-to-px(210)) {
  .entry-post-section.with-thumbnail.pt-gp .thumbnail {
    width: 55%;
    border-radius: 3rem 0 0 3rem;
  }
}
.entry-post-section.with-thumbnail.pt-gp .thumbnail img {
  object-fit: cover;
}
@media screen and (min-width: 900px), print and (min-width: base-to-px(210)) {
  .entry-post-section.with-thumbnail.pt-gp .right {
    padding-inline: 2rem;
    width: 45%;
  }
}
.entry-post-section.with-thumbnail .time {
  position: absolute;
  inset: calc(100% - 9.5rem) auto auto 1rem;
  display: flex;
  transform: translateY(2px);
  background-color: var(--color-primary);
  font-weight: bold;
  font-family: var(--font-accent);
  color: var(--color-text-inv);
  font-size: var(--font-size-small-medium);
  padding-block: 0.5rem 0.75rem;
  padding-inline: 1rem;
  border-radius: 3rem;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 600px), print and (min-width: base-to-px(148)) {
  .entry-post-section.with-thumbnail .time {
    inset: auto auto 1rem 1rem;
    flex-direction: row;
    align-items: baseline;
    padding-block: 0.2rem 0.35rem;
    padding-inline: 1rem;
  }
}
.entry-post-section.with-thumbnail .time .inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 12px;
}
@media screen and (min-width: 600px), print and (min-width: base-to-px(148)) {
  .entry-post-section.with-thumbnail .time .inner {
    font-size: 18px;
  }
}
.entry-post-section.with-thumbnail .time .inner > div {
  margin-left: 5px;
}
.entry-post-section.with-thumbnail .time .small {
  font-size: 12px;
}
.entry-post-section.with-thumbnail .time .num {
  font-size: 23px;
}
@media screen and (min-width: 600px), print and (min-width: base-to-px(148)) {
  .entry-post-section.with-thumbnail .time .num {
    font-size: var(--font-size-large);
  }
}
.entry-post-section.with-thumbnail .time > div {
  margin-left: 3px;
  margin-right: 0.5rem;
}
.entry-post-section.with-thumbnail .right.producer,
.entry-post-section.with-thumbnail .right.gp-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  width: 100%;
  padding: 2rem;
}
@media screen and (min-width: 600px), print and (min-width: base-to-px(148)) {
  .entry-post-section.with-thumbnail .right.producer,
  .entry-post-section.with-thumbnail .right.gp-center {
    width: 50%;
    align-items: flex-start;
    padding: 2rem 2rem;
  }
}
@media screen and (min-width: 900px), print and (min-width: base-to-px(210)) {
  .entry-post-section.with-thumbnail .right.producer,
  .entry-post-section.with-thumbnail .right.gp-center {
    width: 45%;
    padding: 2rem 4rem;
  }
}
.entry-post-section.with-thumbnail .right.producer > p,
.entry-post-section.with-thumbnail .right.gp-center > p {
  width: 100%;
  text-align: left;
  margin: 0;
  padding: 0;
}
.entry-post-section.with-thumbnail .right.producer .entry-post-title,
.entry-post-section.with-thumbnail .right.gp-center .entry-post-title {
  width: 100%;
  font-size: 22px;
  text-align: center;
  padding: 0;
  line-height: 1.5;
}
@media screen and (min-width: 600px), print and (min-width: base-to-px(148)) {
  .entry-post-section.with-thumbnail .right.producer .entry-post-title,
  .entry-post-section.with-thumbnail .right.gp-center .entry-post-title {
    text-align: left;
  }
}
.entry-post-section.with-thumbnail .right.producer .map,
.entry-post-section.with-thumbnail .right.gp-center .map {
  padding: 0;
  text-align: center;
  margin-top: 10px;
  width: 40%;
}
@media screen and (min-width: 600px), print and (min-width: base-to-px(148)) {
  .entry-post-section.with-thumbnail .right.producer .map,
  .entry-post-section.with-thumbnail .right.gp-center .map {
    width: 100%;
    min-width: 13rem;
    margin-top: 2rem;
  }
}
.entry-post-section.with-thumbnail .right.producer .map > img,
.entry-post-section.with-thumbnail .right.gp-center .map > img {
  width: 100%;
}
@media screen and (min-width: 600px), print and (min-width: base-to-px(148)) {
  .entry-post-section.with-thumbnail .right.producer .map > img,
  .entry-post-section.with-thumbnail .right.gp-center .map > img {
    width: 60%;
  }
}
.entry-post-section.with-thumbnail .right.producer .inner,
.entry-post-section.with-thumbnail .right.gp-center .inner {
  width: calc(60% - 1rem);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 1rem;
}
@media screen and (min-width: 600px), print and (min-width: base-to-px(148)) {
  .entry-post-section.with-thumbnail .right.producer .inner,
  .entry-post-section.with-thumbnail .right.gp-center .inner {
    width: 100%;
  }
}

@media screen and (max-width: 599.5px), print and (max-width: base-to-px(148)-0.5) {
  .entry-post-section.with-thumbnail.recipe .right {
    max-height: 4rem;
  }
}

.entry-post-section,
.entry-page-section {
  background-color: var(--color-bg);
  border-radius: 25px;
  padding-block: 3rem;
  padding-inline: 1.5rem;
}
@media screen and (min-width: 600px), print and (min-width: base-to-px(148)) {
  .entry-post-section,
  .entry-page-section {
    border-radius: 3rem;
    padding-inline: 75px;
  }
}
.entry-post-section h2,
.entry-page-section h2 {
  font-family: var(--font-accent);
  font-size: var(--font-size-h2);
  color: var(--color-primary);
  font-weight: 700;
  text-align: center;
}
.entry-post-section h2 + div,
.entry-post-section h2 + dl,
.entry-page-section h2 + div,
.entry-page-section h2 + dl {
  margin-top: 3rem;
}
@media screen and (min-width: 600px), print and (min-width: base-to-px(148)) {
  .entry-post-section h2 + dl,
  .entry-page-section h2 + dl {
    padding-inline: max(3rem, (100% - 38rem) / 2);
  }
}
.entry-post-section h2.ore,
.entry-page-section h2.ore {
  color: var(--color-second);
}
.entry-post-section h3,
.entry-page-section h3 {
  font-family: var(--font-accent);
  color: var(--color-primary);
  font-size: 18px;
  margin-top: 60px;
  margin-bottom: 30px;
  font-weight: bold;
  padding-left: 10px;
  position: relative;
}
.entry-post-section h3::before,
.entry-page-section h3::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 5px;
  height: 100%;
  border-radius: 10px;
  background-color: var(--color-primary);
}
.entry-post-section h3.ore,
.entry-page-section h3.ore {
  color: var(--color-second);
}
.entry-post-section h3.ore::before,
.entry-page-section h3.ore::before {
  background-color: var(--color-second);
}
.entry-post-section img,
.entry-page-section img {
  width: 100%;
}
.entry-post-section.pt-gp .column > div:nth-child(1),
.entry-page-section.pt-gp .column > div:nth-child(1) {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
}
@media screen and (min-width: 900px), print and (min-width: base-to-px(210)) {
  .entry-post-section.pt-gp .column > div:nth-child(1),
  .entry-page-section.pt-gp .column > div:nth-child(1) {
    width: 25%;
    flex-direction: column;
    align-items: flex-start;
  }
}
.entry-post-section.pt-gp p,
.entry-page-section.pt-gp p {
  text-align: left;
}
.entry-post-section.pt-gp table td,
.entry-page-section.pt-gp table td {
  text-align: left;
}
.entry-post-section.pt-gp .number-list li,
.entry-page-section.pt-gp .number-list li {
  text-align: left;
}
.entry-post-section.pt-gp .number-list li::before,
.entry-page-section.pt-gp .number-list li::before {
  content: counter(number) ".";
}
.entry-post-section.pt-gp .entry-post-title span + span,
.entry-page-section.pt-gp .entry-post-title span + span {
  margin-left: 0.5rem;
}
.entry-post-section.pt-gp .location_wrap,
.entry-page-section.pt-gp .location_wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.5rem;
}
@media screen and (min-width: 600px), print and (min-width: base-to-px(148)) {
  .entry-post-section.pt-gp .location_wrap,
  .entry-page-section.pt-gp .location_wrap {
    display: contents;
  }
}
.entry-post-section.pt-gp .producer h2,
.entry-page-section.pt-gp .producer h2 {
  color: var(--color-second);
  padding-bottom: 1rem;
  font-size: 22px;
}
.entry-post-section.pt-gp .gp-center h2,
.entry-page-section.pt-gp .gp-center h2 {
  color: var(--color-primary);
  padding-bottom: 1rem;
  font-size: 22px;
}
.entry-post-section.prod h2,
.entry-page-section.prod h2 {
  color: var(--color-second);
}
.entry-post-section .column,
.entry-page-section .column {
  display: flex;
  flex-direction: column;
  gap: 2rem 4rem;
}
@media screen and (min-width: 900px), print and (min-width: base-to-px(210)) {
  .entry-post-section .column,
  .entry-page-section .column {
    flex-direction: row;
  }
}
.entry-post-section .column > div:nth-child(1),
.entry-page-section .column > div:nth-child(1) {
  display: block;
  width: 100%;
}
@media screen and (min-width: 900px), print and (min-width: base-to-px(210)) {
  .entry-post-section .column > div:nth-child(1),
  .entry-page-section .column > div:nth-child(1) {
    width: 40%;
  }
}
.entry-post-section .column > div:nth-child(1) img,
.entry-page-section .column > div:nth-child(1) img {
  width: 100%;
}
.entry-post-section .column > div:nth-child(2),
.entry-page-section .column > div:nth-child(2) {
  width: 100%;
}
@media screen and (min-width: 900px), print and (min-width: base-to-px(210)) {
  .entry-post-section .column > div:nth-child(2),
  .entry-page-section .column > div:nth-child(2) {
    width: 60%;
  }
}
.entry-post-section table,
.entry-page-section table {
  margin-top: 1.5rem;
  display: table;
  width: 100%;
}
.entry-post-section table tbody,
.entry-page-section table tbody {
  border: solid 1px #dbdbdb;
}
.entry-post-section table tr + tr,
.entry-page-section table tr + tr {
  border-top: solid 1px #dbdbdb;
}
.entry-post-section table th,
.entry-post-section table td,
.entry-page-section table th,
.entry-page-section table td {
  padding: 1rem;
  font-weight: 400;
}
.entry-post-section table th,
.entry-page-section table th {
  background-color: #f5f5f5;
  border-right: solid 1px #dbdbdb;
  max-width: 5rem;
  min-width: 5rem;
  width: 35%;
}
@media screen and (min-width: 600px), print and (min-width: base-to-px(148)) {
  .entry-post-section table th,
  .entry-page-section table th {
    width: 30%;
  }
}
.entry-post-section dl > div:not([class]),
.entry-page-section dl > div:not([class]) {
  display: flex;
  border-bottom: solid 1px #EBEBEB;
  padding-block: 1rem;
}
.entry-post-section dl > div:not([class]) dt,
.entry-page-section dl > div:not([class]) dt {
  width: 60%;
  font-weight: 500;
}
.entry-post-section dl > div:not([class]) dd,
.entry-page-section dl > div:not([class]) dd {
  width: 40%;
  font-weight: 500;
  text-align: right;
}
.entry-post-section dl > div:not([class]) dd.left,
.entry-page-section dl > div:not([class]) dd.left {
  text-align: left;
}
.entry-post-section p,
.entry-post-section dt,
.entry-post-section dd,
.entry-post-section li,
.entry-page-section p,
.entry-page-section dt,
.entry-page-section dd,
.entry-page-section li {
  line-height: 1.8;
}
.entry-post-section * + h2,
.entry-page-section * + h2 {
  margin-top: 3rem;
}
.entry-post-section h2 + *,
.entry-page-section h2 + * {
  margin-top: 2rem;
}
.entry-post-section ul.number-list,
.entry-page-section ul.number-list {
  list-style: none;
  counter-reset: number;
  padding-left: 0;
}
.entry-post-section dl.number-list,
.entry-page-section dl.number-list {
  counter-reset: number;
}
.entry-post-section dl.number-list > div:not([class]),
.entry-page-section dl.number-list > div:not([class]) {
  display: flex;
  flex-direction: column;
  border: none;
}
.entry-post-section dl.number-list > div:not([class]) dt,
.entry-page-section dl.number-list > div:not([class]) dt {
  padding-left: 2em;
  margin-bottom: 1em;
  color: var(--color-primary);
  font-weight: 700;
}
.entry-post-section dl.number-list > div:not([class]) dd,
.entry-page-section dl.number-list > div:not([class]) dd {
  width: 100%;
  font-weight: 400;
}
.entry-post-section ul.number-list li,
.entry-post-section ol.number-list li,
.entry-page-section ul.number-list li,
.entry-page-section ol.number-list li {
  counter-increment: number;
  position: relative;
  padding-left: 2em;
  margin-bottom: 1.5em;
}
.entry-post-section ul.number-list li::before,
.entry-post-section ol.number-list li::before,
.entry-page-section ul.number-list li::before,
.entry-page-section ol.number-list li::before {
  content: counter(number);
  position: absolute;
  left: 0;
  top: 3px;
  width: 1.6em;
  height: 1.6em;
  text-align: center;
  line-height: 1.6em;
  color: var(--color-primary);
  font-weight: 700;
}
.entry-post-section dl.number-list dt,
.entry-page-section dl.number-list dt {
  counter-increment: number;
  position: relative;
  padding-left: 2em;
  margin-bottom: 1em;
  color: var(--color-primary);
  font-weight: 700;
}
.entry-post-section dl.number-list dt::before,
.entry-page-section dl.number-list dt::before {
  content: counter(number);
  position: absolute;
  left: 0;
  top: 1px;
  width: 1.6em;
  height: 1.6em;
  text-align: center;
  line-height: 1.6em;
  color: var(--color-primary);
  font-weight: 700;
}
.entry-post-section .recipe-block,
.entry-page-section .recipe-block {
  display: flex;
  border-bottom: solid 1px #EBEBEB;
  padding-block: 1rem 1.5rem;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1rem;
}
.entry-post-section .recipe-block .number,
.entry-page-section .recipe-block .number {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  aspect-ratio: 1;
  flex-shrink: 0;
  font-family: var(--font-accent);
  font-size: var(--font-size-medium);
  font-weight: bold;
  background-color: var(--color-primary);
  border-radius: 50%;
  color: var(--color-text-inv);
  padding-block: 0 2px;
}
.entry-post-section .recipe-block span:not([class]),
.entry-page-section .recipe-block span:not([class]) {
  line-height: 1.5;
  padding-top: 2px;
}
.entry-post-section .location-block-column,
.entry-page-section .location-block-column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 900px), print and (min-width: base-to-px(210)) {
  .entry-post-section .location-block-column,
  .entry-page-section .location-block-column {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.entry-post-section .location-block,
.entry-page-section .location-block {
  display: flex;
  gap: 10px;
}
.entry-post-section .location-block .number,
.entry-page-section .location-block .number {
  display: flex;
  justify-content: center;
  align-items: flex-center;
  width: 25px;
  height: 25px;
  aspect-ratio: 1;
  flex-shrink: 0;
  padding-block: 0.25rem;
  font-family: var(--font-accent);
  font-size: var(--font-size-medium);
  font-weight: bold;
  background-color: var(--color-primary);
  border-radius: 50%;
  color: var(--color-text-inv);
  padding-block: 0;
}
.entry-post-section .location-block .number.ore,
.entry-page-section .location-block .number.ore {
  background-color: var(--color-second);
}
.entry-post-section .location-block span:not([class]),
.entry-page-section .location-block span:not([class]) {
  line-height: 1.5;
  padding-top: 2px;
}
.entry-post-section .location-block .address,
.entry-post-section .location-block .tex,
.entry-page-section .location-block .address,
.entry-page-section .location-block .tex {
  font-size: 14px;
}
.entry-post-section .location-block .address,
.entry-page-section .location-block .address {
  margin-top: 15px;
}
.entry-post-section .location-block .tel,
.entry-page-section .location-block .tel {
  display: inline-flex;
  gap: 10px;
}
.entry-post-section.center,
.entry-page-section.center {
  text-align: center;
}
.entry-post-section.center .number-list,
.entry-page-section.center .number-list {
  padding-inline: 0;
}
.entry-post-section.center .number-list dt,
.entry-page-section.center .number-list dt {
  text-align: left;
}
.entry-post-section .process,
.entry-page-section .process {
  width: 100%;
  height: auto;
  margin-top: 40px;
  object-fit: contain;
  margin-inline: auto;
}
@media screen and (min-width: 600px), print and (min-width: base-to-px(148)) {
  .entry-post-section .process,
  .entry-page-section .process {
    max-width: 70%;
  }
}

.entry-post-title {
  color: var(--color-primary);
  font-size: var(--font-size-large);
  font-weight: bold;
  font-family: var(--font-accent);
}
.entry-post-title span {
  display: inline;
}
@media screen and (max-width: 599.5px), print and (max-width: base-to-px(148)-0.5) {
  .entry-post-title.long {
    font-size: 15px;
  }
}

.entry-page-section .list-item-news.page {
  display: flex;
  flex-direction: column;
}
.entry-page-section .list-item-news.page .item-news {
  position: relative;
  border-bottom: solid 1px #EBEBEB;
}
.entry-page-section .list-item-news.page .item-news .column {
  gap: 1rem;
  padding: 15px 20px 15px 0;
  display: flex;
  flex-direction: row;
  position: relative;
  border-radius: 0;
}
@media screen and (min-width: 600px), print and (min-width: base-to-px(148)) {
  .entry-page-section .list-item-news.page .item-news .column {
    padding-block: 20px;
    padding: 20px 30px 20px 0;
  }
}
@media screen and (min-width: 900px), print and (min-width: base-to-px(210)) {
  .entry-page-section .list-item-news.page .item-news .column {
    gap: 1.5rem;
  }
}
.entry-page-section .list-item-news.page .item-news .column .thumbnail {
  width: 93px;
  overflow: hidden;
  border-radius: 15px;
  flex-shrink: 0;
}
@media screen and (min-width: 600px), print and (min-width: base-to-px(148)) {
  .entry-page-section .list-item-news.page .item-news .column .thumbnail {
    width: 6rem;
  }
}
@media screen and (min-width: 900px), print and (min-width: base-to-px(210)) {
  .entry-page-section .list-item-news.page .item-news .column .thumbnail {
    border-radius: 20px;
  }
}
.entry-page-section .list-item-news.page .item-news .column .thumbnail img {
  margin-top: 0;
}
.entry-page-section .list-item-news.page .item-news .column .content {
  gap: 0.25rem;
}
.entry-page-section .list-item-news.page .item-news .column img {
  aspect-ratio: 93/86;
  border-radius: 0;
  transition: transform 0.3s;
}
.entry-page-section .list-item-news.page .item-news .column svg {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  overflow: visible;
  width: 15px;
  height: 15px;
}
@media screen and (min-width: 600px), print and (min-width: base-to-px(148)) {
  .entry-page-section .list-item-news.page .item-news .column svg {
    width: 25px;
    height: 25px;
  }
}
.entry-page-section .list-item-news.page .item-news .column svg circle {
  transition: transform 0.3s ease-in-out;
  transform-origin: center;
  color: #006abc;
}
.entry-page-section .list-item-news.page .item-news .column svg path {
  color: #fff;
}
.entry-page-section .list-item-news.page .item-news .column:hover .thumbnail img {
  transform: scale(1.05);
}
.entry-page-section .list-item-news.page .item-news .column:hover svg circle {
  transform: scale(1.35);
}

@media screen and (max-width: 599.5px), print and (max-width: base-to-px(148)-0.5) {
  .item-gp .name > svg {
    min-width: 13px;
    max-width: 13px;
  }
}

.item-gp a > svg circle {
  transition: transform 0.3s ease-in-out;
  transform-origin: center;
}
.item-gp a > svg path {
  color: white;
}

.item-gp a:hover > svg circle {
  transform: scale(1.35);
}

.entry-page-section.news {
  padding-block: 10px;
}
@media screen and (min-width: 600px), print and (min-width: base-to-px(148)) {
  .entry-page-section.news {
    border-radius: 3rem;
    padding-block: 3rem;
    padding-inline: 75px;
  }
}
.entry-page-section.news.page {
  padding-block: 40px;
}
@media screen and (min-width: 600px), print and (min-width: base-to-px(148)) {
  .entry-page-section.news.page {
    padding-block: 50px;
  }
}

@media screen and (max-width: 599.5px), print and (max-width: base-to-px(148)-0.5) {
  .entry-post-section.with-thumbnail.recipe .thumbnail {
    aspect-ratio: 25/18;
  }
}

.section-goods .list-cat a {
  transition: opacity 0.3s;
}
.section-goods .list-cat a:hover {
  opacity: 0.85;
}

.section-goods h2[id] {
  scroll-margin-top: 80px;
}

.section-search-result .button.big.button-link,
.search-box .button.big.button-link {
  padding: 1.5rem 2.5rem;
  text-align: left;
  line-height: 1.5;
}
.section-search-result .button.big.button-link svg path,
.search-box .button.big.button-link svg path {
  color: white;
}
.section-search-result .button.big.button-link:hover svg path,
.search-box .button.big.button-link:hover svg path {
  color: #006ABC;
}
.section-search-result .button.big.button-link.ore svg,
.search-box .button.big.button-link.ore svg {
  color: #EB6D00;
}
.section-search-result .button.big.button-link.ore svg path,
.search-box .button.big.button-link.ore svg path {
  color: white;
}
.section-search-result .button.big.button-link.ore:hover,
.search-box .button.big.button-link.ore:hover {
  background-color: #EB6D00;
}
.section-search-result .button.big.button-link.ore:hover svg,
.search-box .button.big.button-link.ore:hover svg {
  color: white;
}
.section-search-result .button.big.button-link.ore:hover svg path,
.search-box .button.big.button-link.ore:hover svg path {
  color: #EB6D00;
}

footer {
  margin-top: 2rem;
  padding-block: 2rem;
}
@media screen and (min-width: 600px), print and (min-width: base-to-px(148)) {
  footer {
    padding-block: 6rem 2.5rem;
  }
}

footer nav {
  padding-inline: 1rem;
}
@media screen and (max-width: 599.5px), print and (max-width: base-to-px(148)-0.5) {
  footer nav {
    display: none;
  }
}
@media screen and (min-width: 600px), print and (min-width: base-to-px(148)) {
  footer nav {
    padding-inline: max(4vw, max(5rem, (100% - 48rem) / 2));
  }
}
footer nav ul {
  display: flex;
  justify-content: center;
  gap: 1rem 1.5rem;
  flex-wrap: wrap;
}
footer nav ul li a {
  color: #2F3541;
  font-size: 13px;
  transition: opacity 0.5s ease;
}
footer nav ul li a:hover {
  opacity: 0.6;
}
footer nav ul li a[target=_blank] {
  position: relative;
  padding-right: 1.5rem;
}
footer nav ul li a[target=_blank]::after {
  position: absolute;
  right: 0.5rem;
  top: 4px;
  content: "";
  width: 12px;
  height: 12px;
  background-image: url("/egg/assets/images/icon-external.svg");
  background-size: contain;
  background-position: center;
}

footer p {
  margin-top: 1rem;
  color: #2F3541;
  text-align: center;
  font-size: 12px;
}

.section-banner {
  margin-top: 3rem;
  padding-inline: 1rem;
}
@media screen and (min-width: 600px), print and (min-width: base-to-px(148)) {
  .section-banner {
    margin-top: 4.5rem;
    padding-inline: max(2rem, (100% - 1100px) / 2);
  }
}
.section-banner ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
@media screen and (min-width: 600px), print and (min-width: base-to-px(148)) {
  .section-banner ul {
    gap: 25px;
    grid-template-columns: repeat(3, 1fr);
  }
}
.section-banner li {
  flex-grow: 1;
}
.section-banner li a {
  transition: all 0.3s;
  display: block;
  width: 100%;
}
.section-banner li a:hover {
  opacity: 0.8;
}
.section-banner li img {
  width: 100%;
  height: auto;
  aspect-ratio: 350/163;
  object-fit: cover;
}html,body{margin:0;width:100%;height:100%}