@charset "UTF-8";
/***********************
/* Foundation
************************/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Tilt+Warp&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 */ /* 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: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  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", 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), .page .l-main:has(.p-asia) {
  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: 10px 40px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-heading {
    padding: 10px 20px 0;
  }
}
.l-heading a {
  color: #000000;
  text-decoration: none;
}
.l-heading__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-heading__link ul {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  padding-top: 15px;
}
.l-heading__link ul > li {
  width: 60px;
}
.l-heading__link ul > li img {
  border: 1px solid #ddd;
}
@media screen and (max-width: 768px) {
  .l-heading__link {
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .l-heading__link ul {
    gap: 5px;
    padding: 0;
  }
  .l-heading__link ul > li {
    width: 40px;
  }
}
.l-heading__nav {
  overflow-x: auto;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  .l-heading__nav div {
    width: -webkit-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
.l-heading__nav ul.menu {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  gap: 2em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .l-heading__nav ul.menu {
    justify-content: center;
    font-size: 0.875rem;
    gap: 1.5em;
  }
}
.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;
}
@media screen and (max-width: 768px) {
  .l-footer .l-flex {
    justify-content: center;
  }
}
.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-brand {
  line-height: 1.4;
  display: block;
  font-family: "Tilt Warp", sans-serif;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .c-brand {
    font-size: 1.0625rem;
  }
}
.l-footer .c-brand {
  font-size: 1.6875rem;
}
@media screen and (max-width: 768px) {
  .l-footer .c-brand {
    font-size: 0.84375rem;
    text-align: center;
  }
}
.c-brand a {
  color: #000;
  text-decoration: none;
}

.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-section-heading {
  font-size: 1.5625rem;
  font-weight: 700;
  margin-bottom: 20px;
}
@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));
}

/* Project */
.home .wp-block-group.is-layout-flex {
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .home .wp-block-group.is-layout-flex {
    display: block;
  }
}
.home .wp-block-group.is-layout-flex .wp-block-group .wp-block-heading {
  font-size: 1.875rem;
  font-weight: 700;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .home .wp-block-group.is-layout-flex .wp-block-group .wp-block-heading {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
}
.home .wp-block-group.is-layout-flex .wp-block-group .wp-block-heading {
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .home .wp-block-group.is-layout-flex .wp-block-group .wp-block-heading {
    font-size: 1.125rem;
  }
}
.home .wp-block-group.is-layout-flex .wp-block-group .wp-block-heading a {
  color: #000;
  text-decoration: none;
}

.p-product-heading {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-product-heading {
    margin-top: 20px;
  }
}
.p-product-heading__title {
  font-size: 1.875rem;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .p-product-heading__title {
    font-size: 1.5rem;
  }
}
.p-product-heading__text {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.8;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-product-heading__text {
    font-size: 1rem;
  }
}
.p-product-heading--edo {
  border-bottom: 2px solid #000;
  margin-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-product-heading--edo {
    margin-top: 10px;
    padding-bottom: 10px;
  }
}

.p-archive__article--mural_series {
  grid-column: 1/4;
}
@media screen and (max-width: 768px) {
  .p-archive__article--mural_series {
    grid-column: 1/3;
  }
}
.p-archive__article__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-archive__article__wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
.p-archive__article a {
  text-decoration: none;
  color: #000;
}
.p-archive-archive {
  padding-bottom: 40px;
}
.edo_town_and_people_series .p-archive__article__wrapper {
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 768px) {
  .edo_town_and_people_series .p-archive__article__wrapper {
    grid-template-columns: 1fr;
  }
}
.p-archive__title {
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-archive__title {
    font-size: 1rem;
  }
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price {
  color: #000;
  font-weight: 700;
  font-size: 1.6rem;
  margin-bottom: 0;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price:after {
  content: " (tax included. Price & shipping included)";
  font-weight: 400;
  font-size: 1rem;
}

.woocommerce div.product div.images .flex-control-thumbs::before,
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper::after {
  content: "Click on the magnifying glass icon to see it in full";
  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 div.product div.images .flex-control-thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  position: relative;
  padding-top: 30px;
}

.woocommerce div.product div.images .flex-control-thumbs::before {
  position: absolute;
  top: 0;
}

.woocommerce div.product div.images .flex-control-thumbs li {
  flex-basis: calc((100% - 20px) / 5);
}

.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;
}

.product {
  padding: 50px 0;
}
.product .entry-summary {
  max-width: 640px;
  width: 100%;
  margin: 0 auto 50px;
}
.product_title {
  font-weight: 700;
  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;
  margin-bottom: 50px;
}
@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 .wp-block-heading {
  font-size: 1.5rem;
  border-bottom: 2px solid #000;
  padding: 5px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .edo-charactor .wp-block-heading {
    font-size: 1.2rem;
  }
}
.edo-charactor .wp-block-group {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1280px) {
  .edo-charactor .wp-block-group {
    gap: 20px;
  }
}
.edo-charactor .wp-block-group .wp-block-group {
  flex-basis: calc((100% - 120px) / 4);
  flex-shrink: 0;
  display: block;
}
@media screen and (max-width: 1280px) {
  .edo-charactor .wp-block-group .wp-block-group {
    flex-basis: calc((100% - 60px) / 4);
  }
}
@media screen and (max-width: 768px) {
  .edo-charactor .wp-block-group .wp-block-group {
    flex-basis: calc((100% - 20px) / 2);
  }
}
.edo-charactor .wp-block-group .wp-block-image {
  text-align: center;
  margin-bottom: 20px;
  max-width: 200px;
  margin-inline: auto;
}
.edo-charactor .wp-block-group .wp-block-group:nth-of-type(2) .wp-block-image img {
  width: 62%;
}
.edo-charactor .wp-block-group .wp-block-group:nth-of-type(3) .wp-block-image img {
  width: 95%;
}
.edo-charactor .wp-block-group .wp-block-heading {
  margin: 0 !important;
  font-size: 1.2rem;
  border-bottom: none;
  padding: 0;
}
@media screen and (max-width: 1280px) {
  .edo-charactor .wp-block-group .wp-block-heading {
    font-size: 1.2rem;
  }
}
.edo-charactor .wp-block-group p {
  margin: 0;
}

.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;
}

.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;
}
