@charset "UTF-8";
/***********************
/* Foundation
************************/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  box-sizing: border-box;
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default; /* 1 */
  line-height: 1.5; /* 2 */
  -moz-tab-size: 4; /* 3 */
  tab-size: 4; /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%; /* 5 */
  -webkit-text-size-adjust: 100%; /* 5 */
  word-break: break-word; /* 6 */
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
 * 1. Correct the inheritance of border color in Firefox.
 * 2. Add the correct box sizing in Firefox.
 * 3. Show the overflow in Edge 18- and IE.
 */
hr {
  color: inherit; /* 1 */
  height: 0; /* 2 */
  overflow: visible; /* 3 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

/**
 * Prevent VoiceOver from ignoring list semantics in Safari (opinionated).
 */
nav li::before {
  content: "​";
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 * 3. Prevent overflow of the container in all browsers (opinionated).
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
  overflow: auto; /* 3 */
  -ms-overflow-style: scrollbar; /* 3 */
}

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

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

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

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

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

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

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

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
iframe {
  border-style: none;
}

/**
 * Remove the border on images within links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */
/**
 * 1. Collapse border spacing in all browsers (opinionated).
 * 2. Correct table border color inheritance in all Chrome, Edge, and Safari.
 * 3. Remove text indentation from table contents in Chrome, Edge, and Safari.
 */
table {
  border-collapse: collapse; /* 1 */
  border-color: inherit; /* 2 */
  text-indent: 0; /* 3 */
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
  border: 1px solid #a0a0a0; /* 1 */
  padding: 0.35em 0.75em 0.625em; /* 2 */
}

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
  resize: vertical; /* 3 */
  resize: block; /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  padding: 0;
}

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

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

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

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction
 * ========================================================================== */
/*
 * Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
}

/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

/* サイト全体で使う色やサイズ関連の変数 */
:root {
  --key-color: #eb5902;
  --key-color2: #a268a8;
  --key-color3: #4ab134;
  --main-text-color: #000000;
  --light-color: #898989;
  --white: #FFFFFF;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: var(--main-text-color);
  background: var(--white);
  position: relative;
  overflow-x: hidden;
}

a {
  text-decoration: underline;
  color: var(--key-color2);
}
@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.8;
  }
}

figure {
  margin: 0;
}

img {
  max-width: 100%;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  font-weight: 400;
}

dl, dt, dd {
  margin: 0;
  padding: 0;
}

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

button {
  border: none;
  background-color: inherit;
}

sup {
  font-size: 0.5em;
}

nav li::before {
  content: none;
}

/***********************
/* Layout
************************/
.l-container {
  padding: 0 50px;
  max-width: 1366px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .l-container {
    padding: 0 20px;
  }
}

.l-container__02 {
  padding: 0 50px;
  max-width: 800px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .l-container__02 {
    padding: 0;
  }
}

.l-section {
  padding: 40px 0;
}

.page .l-main {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .page .l-main {
    padding: 50px 0;
  }
}
.page .l-main:has(.p-ise) {
  padding-bottom: 0;
}

.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
  flex-basis: auto;
  flex-grow: 0;
}

.l-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 80px;
}
@media screen and (max-width: 1280px) {
  .l-flex {
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .l-flex {
    gap: 20px;
  }
}

.l-col2 {
  flex-basis: calc(50% - 40px);
  flex-shrink: 0;
  flex-grow: 0;
}
@media screen and (max-width: 1280px) {
  .l-col2 {
    flex-basis: calc(50% - 20px);
  }
}
@media screen and (max-width: 768px) {
  .l-col2 {
    flex-basis: 100%;
  }
}

.wp-block-image.aligncenter {
  margin: 0 auto;
}

.l-heading {
  border-bottom: 2px solid #000;
  padding: 0 40px;
}
@media screen and (max-width: 1280px) {
  .l-heading {
    padding: 0;
  }
}
.l-heading a {
  color: #000000;
  text-decoration: none;
}
.l-heading__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1280px) {
  .l-heading__inner {
    display: block;
  }
}
.l-heading__logo {
  padding: 15px 0;
  width: 200px;
}
@media screen and (max-width: 1280px) {
  .l-heading__logo {
    padding: 15px 0 0 0;
    margin: 0 auto 10px;
  }
}
.l-heading__nav {
  overflow-x: auto;
  padding: 15px 20px;
}
.l-heading__nav div {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1280px) {
  .l-heading__nav div {
    margin: 0 auto;
  }
}
.l-heading__nav ul.menu {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 3em;
  font-weight: bold;
}
@media screen and (max-width: 1280px) {
  .l-heading__nav ul.menu {
    font-size: 0.875rem;
  }
}
.l-heading__nav li {
  text-wrap: nowrap;
}
.l-heading a {
  text-decoration: none;
}

.l-footer {
  padding: 30px 0;
  border-top: 2px solid #000;
}
.l-footer .l-flex {
  justify-content: space-between;
}
.l-footer__logo {
  width: 250px;
}
@media screen and (max-width: 768px) {
  .l-footer__logo {
    margin: 0 auto;
  }
}
.l-footer__nav a {
  color: #000;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .l-footer__nav {
    font-size: 0.875rem;
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__copy {
    text-align: center;
    margin-top: 20px;
  }
}

/***********************
/* Object
************************/
/* Component */
.c-text:first-of-type {
  margin-top: 0;
}
.c-text:last-of-type {
  margin-bottom: 0;
}
.c-text:has(+ *:not(.c-text)) {
  margin-bottom: 40px;
}

.c-title {
  text-align: center;
  margin-bottom: 40px;
  font-size: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .c-title {
    font-size: 1.125rem;
    margin-bottom: 20px;
  }
}
.c-title--lv1 {
  text-align: center;
  border-bottom: 1px solid #000;
  font-size: 2rem;
  margin-bottom: 50px;
}
.c-title:has(+ .c-title) {
  margin-bottom: 0;
}

.c-title-new {
  color: #fff;
  text-align: center;
  font-size: 7.8125rem;
  font-weight: 900;
  text-shadow: 10px 10px 16px rgba(6, 0, 1, 0.3411764706);
  margin-bottom: 40px;
  background: linear-gradient(rgba(255, 255, 255, 0) 0 16.959%, #00b4ee 16.959% 30.994%, rgba(255, 255, 255, 0) 30.994% 100%), linear-gradient(rgba(255, 255, 255, 0) 0 48.7329%, #ffde00 48.7329% 62.768%, rgba(255, 255, 255, 0) 62.768% 100%), linear-gradient(rgba(255, 255, 255, 0) 0 76.608%, #a47eb6 76.608% 90.64327%, rgba(255, 255, 255, 0) 90.64327% 100%);
}
@media screen and (max-width: 1280px) {
  .c-title-new {
    font-size: 5.625rem;
  }
}
@media screen and (max-width: 768px) {
  .c-title-new {
    font-size: 2.5rem;
  }
}
.c-title-new span {
  display: inline-flex;
  align-items: center;
  aspect-ratio: 1/1;
  border-radius: 50%;
  margin: 0 0.5em;
  padding: 0 0.5em;
}
.c-title-new span:nth-of-type(1) {
  background-color: #f08300;
}
.c-title-new span:nth-of-type(2) {
  background-color: #6fba2c;
}

.c-title__top {
  padding: 25px 130px;
  font-size: 2.3125rem;
  text-shadow: 10px 10px 16px rgba(6, 0, 1, 0.3411764706);
  line-height: 1;
  font-weight: 700;
  color: var(--white);
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-title__top {
    padding: 15px 50px;
    font-size: 1.625rem;
  }
}
.c-title__top__wrapper {
  margin: 60px auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-title__top__wrapper {
    margin: 30px auto;
    width: 100%;
    max-width: 400px;
  }
}
.c-title__top__bg {
  background-color: #4ab134;
  mix-blend-mode: multiply;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.c-section-heading {
  font-size: 2rem;
  border-bottom: 2px solid #000;
  margin-bottom: 20px;
}
@media screen and (max-width: 1280px) {
  .c-section-heading {
    font-size: 1.5625rem;
  }
}
@media screen and (max-width: 768px) {
  .c-section-heading {
    font-size: 1.25rem;
  }
}
.c-section-heading__content {
  margin-bottom: 20px;
}

.c-figure {
  filter: drop-shadow(10px 10px 16px rgba(6, 0, 1, 0.28));
}

.dialog {
  text-align: center;
  position: fixed;
  padding: 60px 20px 20px;
  border: none;
}
@media screen and (max-width: 768px) {
  .dialog {
    padding-top: 50px;
  }
}
.dialog::-ms-backdrop {
  background: rgba(0, 0, 0, 0.8);
}
.dialog::backdrop {
  background: rgba(0, 0, 0, 0.8);
}
.dialog__isemonogatari {
  font-family: "Zen Old Mincho", serif;
  background-color: #b796c4;
}
.dialog__image {
  filter: drop-shadow(10px 10px 16px rgba(6, 0, 1, 0.28));
}
.dialog .p-daihachi-product__text {
  margin-top: 20px;
}
.dialog .p-daihachi-product__title {
  font-size: 1.25rem;
}
.dialog .p-daihachi-product__content {
  display: block;
  margin-top: 10px;
}
.dialog button {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 45px;
  height: 45px;
  background-color: unset;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .dialog button {
    width: 30px;
    height: 30px;
  }
}

/* Project */
.p-top-main {
  padding: 60px 0;
  background-image: url("../images/top_bg.jpg");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .p-top-main {
    padding: 30px 0;
  }
}

.p-top-heading {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-top-heading {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
}

.p-top-link {
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 1280px) {
  .p-top-link {
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-link {
    display: block;
  }
}
.p-top-link a {
  text-decoration: none;
  color: #FFFFFF;
  position: relative;
}
.p-top-link__item {
  position: relative;
  width: 50%;
  padding: 20px 40px;
}
@media screen and (max-width: 1280px) {
  .p-top-link__item {
    padding: 20px 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-link__item {
    width: 100%;
    max-width: 400px;
    margin-inline: auto;
    padding: 20px;
    aspect-ratio: unset;
  }
  .p-top-link__item + .p-top-link__item {
    margin-top: 20px;
  }
}
.p-top-link__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
}
.p-top-link__item:first-child .p-top-link__bg {
  background-color: #eb5902;
}
.p-top-link__item:last-child .p-top-link__bg {
  background-color: #a268a8;
}
.p-top-link__title {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 40px;
}
@media screen and (max-width: 1280px) {
  .p-top-link__title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-link__title {
    font-size: 1.375rem;
    margin-bottom: 20px;
  }
}
.p-top-link__figure {
  width: 100%;
  aspect-ratio: 286/367;
  display: flex;
  justify-content: center;
  align-items: center;
  filter: drop-shadow(10px 10px 16px rgba(6, 0, 1, 0.28));
}
.p-top-link__figure img {
  max-width: 100%;
  max-height: 100%;
}

.p-top-new__description {
  font-size: 1.25rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-top-new__description {
    font-size: 1rem;
  }
}
.p-top-new .p-archive__title {
  font-size: 1.25rem;
  text-align: center;
}

.p-top-profile {
  margin: 60px auto;
  padding: 40px;
  border: 2px solid #707070;
}
@media screen and (max-width: 768px) {
  .p-top-profile {
    margin: 30px auto;
    padding: 0;
  }
}
.p-top-profile__section1 {
  padding: 40px;
  background: linear-gradient(to top, #000 0%, #fff 150%);
  color: var(--white);
}
@media screen and (max-width: 768px) {
  .p-top-profile__section1 {
    padding: 20px;
  }
}
.p-top-profile__section2, .p-top-profile__section3 {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 2px solid #707070;
}
@media screen and (max-width: 768px) {
  .p-top-profile__section2, .p-top-profile__section3 {
    margin-top: 20px;
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-profile__section2 {
    margin-top: 0;
  }
}
.p-top-profile__section3 .l-container__02 {
  margin-bottom: 30px;
}

.p-top-daihachi {
  margin: 60px auto;
  padding: 40px;
  border: 3px solid #a268a8;
  background-color: #fff7e9;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (max-width: 1280px) {
  .p-top-daihachi {
    padding: 30px;
  }
  .p-top-daihachi .l-flex {
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-daihachi {
    margin: 30px auto;
    padding: 20px;
  }
  .p-top-daihachi .l-flex {
    display: block;
  }
}
.p-top-daihachi__content {
  flex-basis: calc(55% - 80px);
}
@media screen and (max-width: 1280px) {
  .p-top-daihachi__content {
    flex-basis: calc(55% - 40px);
  }
}
@media screen and (max-width: 768px) {
  .p-top-daihachi__content {
    margin-bottom: 20px;
  }
}
.p-top-daihachi__heading {
  font-size: 3.125rem;
  text-align-last: justify;
  font-weight: 700;
}
@media screen and (max-width: 1280px) {
  .p-top-daihachi__heading {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-top-daihachi__heading {
    font-size: 1.875rem;
  }
}
.p-top-daihachi p {
  font-size: 1.5625rem;
}
@media screen and (max-width: 1280px) {
  .p-top-daihachi p {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .p-top-daihachi p {
    font-size: 1.125rem;
  }
}
.p-top-daihachi__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 272px;
  height: 56px;
  font-family: Arial, Meiryo, sans-serif;
  font-size: 1.6875rem;
  background-color: #F29100;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  margin: 0 auto;
  border-radius: 50%;
}
.p-top-daihachi__figure {
  flex-basis: 45%;
  flex-grow: 0;
  flex-shrink: 0;
  text-align: center;
}

.p-american-heading {
  position: relative;
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .p-american-heading {
    margin-top: 35px;
  }
}
.p-american-heading__title {
  aspect-ratio: 1266/567;
  background-image: url("../images/american_menu01.png");
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: min(4.7584187408vw, 65px);
  font-size: min(5.1244509517vw, 4.375rem);
  text-shadow: 10px 10px 16px rgba(6, 0, 1, 0.28);
  color: #fffde3;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-align: center;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .p-american-heading__title {
    aspect-ratio: 750/314;
    background-image: url("../images/american_menu01_sp.png");
    padding-top: 14.0845070423vw;
    font-size: 5.3521126761vw;
  }
}
.p-american-heading__text {
  position: absolute;
  left: 50%;
  bottom: 10%;
  transform: translateX(-54%);
  width: 65%;
  color: #fff;
  background-image: url("../images/american_menu02.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  font-size: min(1.6105417277vw, 1.375rem);
  font-weight: 700;
  text-shadow: 10px 10px 16px rgba(6, 0, 1, 0.28);
  line-height: 1.8;
  padding: min(3.513909224vw, 48px) min(4.4655929722vw, 61px);
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-american-heading__text {
    position: relative;
    width: 100%;
    transform: none;
    left: unset;
    bottom: unset;
    font-size: 2.8169014085vw;
    padding: 6.7605633803vw;
  }
}

.p-edo-heading {
  position: relative;
  margin-top: 50px;
}
.p-edo-heading__title {
  aspect-ratio: 1266/400;
  background-image: url("../images/edo_menu.png");
  background-size: contain;
  background-repeat: no-repeat;
  padding: min(6.0029282577vw, 82px) min(20.4978038067vw, 280px) 0;
  font-family: "Zen Old Mincho", serif;
  font-size: min(5.1244509517vw, 4.375rem);
  text-shadow: 10px 10px 16px rgba(6, 0, 1, 0.28);
  color: #fffde3;
  font-weight: 700;
  text-align-last: justify;
  position: relative;
  z-index: 10;
}

.p-archive__article {
  flex-basis: calc((100% - 60px) / 4);
  flex-grow: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-archive__article {
    flex-basis: calc((100% - 20px) / 2);
  }
}
.p-archive__article__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.p-archive__article a {
  text-decoration: none;
  color: #000;
}
.p-archive-archive {
  padding-bottom: 40px;
}
.mural_series .p-archive__article, .edo_town_and_people_series .p-archive__article, .p-top-new .p-archive__article {
  flex-basis: calc((100% - 20px) / 2);
}
@media screen and (max-width: 768px) {
  .mural_series .p-archive__article, .edo_town_and_people_series .p-archive__article, .p-top-new .p-archive__article {
    flex-basis: 100%;
  }
}
.p-archive__title {
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-archive__title {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 768px) {
  .p-archive__title {
    font-size: 1rem;
  }
}
.p-archive__image {
  margin-bottom: 10px;
}
.p-archive__image img {
  aspect-ratio: 1/1;
  object-fit: contain;
}
.mural_series .p-archive__image img {
  aspect-ratio: 560/205;
}
.edo_town_and_people_series .p-archive__image img {
  aspect-ratio: 1600/787;
}
.p-top-new .p-archive__image img {
  aspect-ratio: unset;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
  color: #000;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper::after {
  content: "画像をクリックするとフルで見られます";
  display: block;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
  width: 55%;
}
@media screen and (max-width: 768px) {
  .woocommerce #content div.product div.images,
  .woocommerce div.product div.images,
  .woocommerce-page #content div.product div.images,
  .woocommerce-page div.product div.images {
    width: 100%;
  }
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
  width: 41%;
}
@media screen and (max-width: 768px) {
  .woocommerce #content div.product div.summary,
  .woocommerce div.product div.summary,
  .woocommerce-page #content div.product div.summary,
  .woocommerce-page div.product div.summary {
    width: 100%;
  }
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt {
  background-color: #000;
  padding: 10px 30px;
  border-radius: 18px;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
  color: #000;
}

.woocommerce ul.products li.product .button {
  margin-top: 0;
  background-color: #000;
  color: #fff;
  width: 100%;
  padding: 10px;
  border-radius: 18px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .woocommerce ul.products li.product .button {
    font-size: 0.875rem;
  }
}

#sidebar {
  display: none;
}

.woocommerce-breadcrumb {
  display: none;
}

.cat_american {
  background-image: url(../images/bg_american.jpg);
  background-position: center top;
}

.cat_edo {
  background-image: url(../images/bg_edo.jpg);
  background-position: center top;
}

.product {
  padding: 50px 0;
}
.product .entry-summary {
  max-width: 640px;
  width: 100%;
  margin: 0 auto 50px;
}
.product_title {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .product_title {
    font-size: 1.5625rem;
  }
}
.product .woocommerce-product-details__short-description {
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .product .woocommerce-product-details__short-description {
    font-size: 1rem;
  }
}
.product .quantity input {
  padding: 8px;
}
.product .product_meta {
  margin-top: 30px;
  font-size: 0.875rem;
}
.product .product_meta .sku_wrapper {
  display: block;
}
.product .product_meta .posted_in {
  display: block;
}
.product .woocommerce-tabs .wc-tabs {
  display: none;
}
.product .woocommerce-tabs .woocommerce-Tabs-panel h2 {
  padding-left: 5px;
  border-bottom: 2px solid #000;
  margin-bottom: 50px;
}
.product .woocommerce-Tabs-panel--reviews {
  display: none;
}
.product .entry-content {
  padding: 50px 0 0 0 !important;
}
.product .entry-content img {
  width: 100%;
}
.product .entry-content figcaption {
  margin-top: 10px;
}
.product .related {
  margin: 100px 0 0;
}
.product .related h2:not(.woocommerce-loop-product__title) {
  padding-left: 5px;
  border-bottom: 2px solid #000;
  margin-bottom: 50px;
}
.product .related .woocommerce-loop-product__title {
  padding: 0;
  text-align: center;
  font-weight: bold;
}
.product .related .price {
  counter-reset: #000;
  text-align: center;
}
.product .related a {
  color: #000;
  text-decoration: none;
}

.edo-charactor {
  margin: 100px 0 0;
}
.edo-charactor__heading {
  font-size: 1.5rem;
  border-bottom: 2px solid #000;
  padding: 5px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .edo-charactor__heading {
    font-size: 1.2rem;
  }
}
.edo-charactor__inner {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1280px) {
  .edo-charactor__inner {
    gap: 20px;
  }
}
.edo-charactor__card {
  flex-basis: calc((100% - 120px) / 4) !important;
  flex-shrink: 0;
}
@media screen and (max-width: 1280px) {
  .edo-charactor__card {
    flex-basis: calc((100% - 60px) / 4) !important;
  }
}
@media screen and (max-width: 768px) {
  .edo-charactor__card {
    flex-basis: calc((100% - 20px) / 2) !important;
  }
}
@media screen and (max-width: 1280px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .edo-charactor__card {
    flex-basis: calc((100% - 20px) / 2) !important;
  }
}
.edo-charactor__figure {
  text-align: center;
  margin-bottom: 20px;
}
.edo-charactor__card:nth-of-type(2) .edo-charactor__figure img {
  width: 62%;
}
.edo-charactor__card:nth-of-type(3) .edo-charactor__figure img {
  width: 95%;
}
.edo-charactor__title {
  margin: 0 !important;
  font-size: 1.5rem;
}
@media screen and (max-width: 1280px) {
  .edo-charactor__title {
    font-size: 1.2rem;
  }
}
.edo-charactor__title::before {
  content: "■ ";
}

.wpcf7 {
  max-width: 600px;
  margin: 0 auto;
}
.wpcf7 input[type=text],
.wpcf7 input[type=email] {
  width: 100%;
  padding: 10px;
}
.wpcf7 textarea {
  width: 100%;
  padding: 10px;
}
.wpcf7 input[type=submit] {
  font-size: 1.2rem;
  background-color: var(--key-color2);
  color: var(--white);
  border: none;
  padding: 5px 30px;
}

body:has(.p-daihachi) {
  background-color: #fffde5;
}

.p-daihachi {
  font-family: "Zen Old Mincho", serif;
}
.p-daihachi-heading {
  background-image: url("../images/daihachi/bg_daihachi_title.png");
  background-size: cover;
  background-position: center top;
  padding: 40px 100px 20px;
  margin-bottom: 80px;
}
@media screen and (max-width: 1280px) {
  .p-daihachi-heading {
    padding: 30px 100px 20px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .p-daihachi-heading {
    padding: 20px;
    margin-bottom: 40px;
  }
}
.p-daihachi-heading__jp {
  font-size: 7.5rem;
  color: #fffbcd;
  filter: drop-shadow(0px 16px 10.5px rgba(0, 0, 0, 0.8));
  font-weight: 900;
  text-align-last: justify;
  line-height: 1.2;
  display: block;
}
@media screen and (max-width: 1280px) {
  .p-daihachi-heading__jp {
    font-size: 5.625rem;
  }
}
@media screen and (max-width: 768px) {
  .p-daihachi-heading__jp {
    font-size: 3.75rem;
  }
}
.p-daihachi-heading__en {
  font-size: 6.25rem;
  color: #fff;
  filter: drop-shadow(0px 14px 15px rgba(0, 0, 0, 0.8));
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
  display: block;
}
@media screen and (max-width: 1280px) {
  .p-daihachi-heading__en {
    font-size: 3.75rem;
  }
}
@media screen and (max-width: 768px) {
  .p-daihachi-heading__en {
    font-size: 2.5rem;
  }
}
.p-daihachi-heading p {
  padding: 0 30px;
  margin: 10px 0 0;
  font-size: 1.5625rem;
}
@media screen and (max-width: 1280px) {
  .p-daihachi-heading p {
    padding: 0 20px;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 768px) {
  .p-daihachi-heading p {
    padding: 0;
    font-size: 1rem;
  }
}
.p-daihachi-link {
  display: flex;
  gap: 80px;
}
@media screen and (max-width: 1280px) {
  .p-daihachi-link {
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-daihachi-link {
    flex-direction: column;
  }
}
.p-daihachi-link__wrapper {
  background-image: url("../images/daihachi/bg_daihachi.png");
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  padding: 50px 0 400px;
}
@media screen and (max-width: 768px) {
  .p-daihachi-link__wrapper {
    background-size: 80%;
    background-repeat: repeat;
    padding: 50px 0;
  }
}
.p-daihachi-link__heading {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3.75rem;
  background-color: #85a029;
  filter: drop-shadow(10px 10px 16px rgba(6, 0, 1, 0.28));
  color: #fff;
  font-weight: 700;
  margin: 0 auto 50px;
  padding: 10px 120px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 0.2em;
  border-radius: 50%;
}
@media screen and (max-width: 1280px) {
  .p-daihachi-link__heading {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-daihachi-link__heading {
    font-size: 1.5625rem;
    padding: 10px 60px;
    margin: 0 auto 30px;
  }
}
.p-daihachi-link__item {
  text-align: center;
}
.p-daihachi-link__item a {
  text-decoration: none;
  color: #000;
}
.p-daihachi-link__title {
  font-size: 3.125rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 1280px) {
  .p-daihachi-link__title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-daihachi-link__title {
    font-size: 1.875rem;
  }
}

.p-ise-heading {
  padding-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-ise-heading {
    padding-bottom: 20px;
  }
}
.p-ise-heading__heading {
  color: #fff;
  font-size: 4.375rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 40px;
}
@media screen and (max-width: 1280px) {
  .p-ise-heading__heading {
    font-size: 3.125rem;
  }
}
@media screen and (max-width: 768px) {
  .p-ise-heading__heading {
    font-size: 1.875rem;
  }
}
.p-ise-heading__heading span {
  display: inline-flex;
  align-items: center;
  aspect-ratio: 1/1;
  margin: 0 0.8em;
  padding: 0 0.3em;
  border: 1px solid #020202;
  box-shadow: 0px 17px 32.55px 2.45px rgba(1, 1, 1, 0.64);
}
@media screen and (max-width: 768px) {
  .p-ise-heading__heading span {
    margin: 0 0.5em;
  }
}
.p-ise-heading__heading span:nth-of-type(1) {
  background-color: #ba6c1d;
}
.p-ise-heading__heading span:nth-of-type(2) {
  background-color: #9d7eb8;
}
.p-ise-heading__heading span:nth-of-type(3) {
  background-color: #a3b500;
}
.p-ise-heading__heading span:nth-of-type(4) {
  background-color: #00adb4;
}
.p-ise-heading__description {
  font-size: 1.5625rem;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-ise-heading__description {
    font-size: 1.125rem;
  }
}

.p-ise {
  background-color: rgba(157, 126, 184, 0.6);
}

.p-daihachi-product {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .p-daihachi-product {
    padding: 40px 0;
  }
}
.p-daihachi-product__flex {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-daihachi-product__flex {
    gap: 20px;
  }
}
.p-daihachi-product__item {
  flex-basis: calc((100% - 120px) / 5);
  cursor: pointer;
  text-align: center;
}
.p-daihachi-product__item:hover {
  opacity: 0.8;
}
@media screen and (max-width: 1280px) {
  .p-daihachi-product__item {
    flex-basis: calc((100% - 90px) / 4);
  }
}
@media screen and (max-width: 768px) {
  .p-daihachi-product__item {
    flex-basis: calc((100% - 20px) / 2);
  }
}
.p-daihachi-product__title {
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-daihachi-product__title {
    font-size: 1rem;
  }
}
.p-daihachi-product__content {
  display: none;
}
.p-daihachi-product__image {
  margin-bottom: 10px;
  filter: drop-shadow(10px 10px 16px rgba(6, 0, 1, 0.28));
}
.p-daihachi-product__image img {
  aspect-ratio: 1/1;
  object-fit: contain;
}

.wc-block-cart__submit-container,
.wc-block-components-button {
  background-color: #F29100;
  color: #fff;
  text-decoration: none;
}

/* Utility */
.is-visible-pc {
  display: block;
}

.is-visible-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .is-visible-pc {
    display: none;
  }
  .is-visible-sp {
    display: block;
  }
}
.u-text-center {
  text-align: center;
}

@media screen and (min-width: 769px) {
  .u-text-center--pc {
    text-align: center;
  }
}

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

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

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

.u-pt0 {
  padding-top: 0;
}
