@charset "UTF-8";



body {
  margin: 0;
	color: #000000;
}

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

/* Grouping content
 * ========================================================================== */
/**
 * 1. Add the correct sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 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;
}

/**
 * 1. Use the default monospace user interface font
 *    in all browsers (opinionated).
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: Menlo, Consolas, Roboto Mono, Ubuntu Monospace, Noto Mono, Liberation Mono, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

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

/**
 * Add the correct text decoration in Edge, IE, Opera, 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. Use the default monospace user interface font
 *    in all browsers (opinionated).
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: Menlo, Consolas, Roboto Mono, Ubuntu Monospace, Oxygen Mono, Liberation Mono, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

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

/*
 * Remove the text shadow on text selections in Firefox 61- (opinionated).
 * 1. Restore the coloring undone by defining the text shadow
 *    in all browsers (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000;
  /* 1 */
  text-shadow: none;
}

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

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browers (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 images inside links in IE 10-.
 */
img {
  border-style: none;
}

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

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

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
}

/* Forms
 * ========================================================================== */
/**
 * Inherit styling in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

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

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

/**
 * 1. Correct the text wrapping in Edge 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 and IE.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
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 on textareas in all browsers (opinionated).
 */
textarea {
  margin: 0;
  /* 1 */
  overflow: auto;
  /* 2 */
  resize: vertical;
  /* 3 */
}

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

/**
 * 1. Correct the odd appearance in Chrome 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 and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types 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;
}

.madoriBtn {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .madoriBtn {
    height: 100%;
  }
}

.madoriBtn__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  border-top: 2px solid #a69663;
  -webkit-box-shadow: 0 20px 20px rgba(12, 17, 11, 0.1);
          box-shadow: 0 20px 20px rgba(12, 17, 11, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-transition: -webkit-transform .4s ease, -webkit-box-shadow .4s ease;
  transition: -webkit-transform .4s ease, -webkit-box-shadow .4s ease;
  transition: transform .4s ease, box-shadow .4s ease;
  transition: transform .4s ease, box-shadow .4s ease, -webkit-transform .4s ease, -webkit-box-shadow .4s ease;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .madoriBtn__link {
    padding: 16px 0 32px;
  }
}

@media screen and (max-width: 768px) {
  .madoriBtn__link {
    padding: calc(32 / 750 * 100vw) 0 calc(34 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .madoriBtn__link:hover {
    -webkit-box-shadow: 0 20px 40px rgba(12, 17, 11, 0.1);
            box-shadow: 0 20px 40px rgba(12, 17, 11, 0.1);
    -webkit-transform: scale(1.01);
            transform: scale(1.01);
  }
  .madoriBtn__link:hover .madoriBtn__icon {
    background-color: #cccac4;
  }
  .madoriBtn__link:hover .madoriBtn__icon .arrowSVG__path {
    fill: #333331;
  }
}

@media (hover: hover) and (pointer: fine) {
  .madoriBtn__link:hover {
    -webkit-box-shadow: 0 20px 40px rgba(12, 17, 11, 0.1);
            box-shadow: 0 20px 40px rgba(12, 17, 11, 0.1);
    -webkit-transform: scale(1.01);
            transform: scale(1.01);
  }
  .madoriBtn__link:hover .madoriBtn__icon {
    background-color: #cccac4;
  }
  .madoriBtn__link:hover .madoriBtn__icon .arrowSVG__path {
    fill: #333331;
  }
}

.madoriBtn__spec {
  font-family: "Cormorant Infant", serif;
  text-align: center;
}

.madoriBtn__spec .strong {
  display: inline-block;
  line-height: .7;
}

.madoriBtn__type {
  background-color: rgba(204, 202, 196, 0.2);
  display: inline-block;
  letter-spacing: .1em;
  line-height: .7;
  position: relative;
}

@media screen and (min-width: 768px) {
  .madoriBtn__type {
    font-size: 14px;
    padding: 10px 33px;
  }
}

@media screen and (max-width: 768px) {
  .madoriBtn__type {
    font-size: calc(20 / 750 * 100vw);
    padding: calc(10 / 750 * 100vw) calc(24 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .madoriBtn__type .strong {
    font-size: 32px;
  }
}

@media screen and (max-width: 768px) {
  .madoriBtn__type .strong {
    font-size: calc(40 / 750 * 100vw);
  }
}

.madoriBtn__variation {
  letter-spacing: .1em;
  line-height: .7;
}

@media screen and (min-width: 768px) {
  .madoriBtn__variation {
    font-size: 18px;
    margin-top: 24px;
  }
}

@media screen and (max-width: 768px) {
  .madoriBtn__variation {
    font-size: calc(30 / 750 * 100vw);
    margin-top: calc(32 / 750 * 100vw);
  }
}

.madoriBtn__variation .strong {
  line-height: .7;
}

@media screen and (min-width: 768px) {
  .madoriBtn__variation .strong {
    font-size: 32px;
  }
}

@media screen and (max-width: 768px) {
  .madoriBtn__variation .strong {
    font-size: calc(52 / 750 * 100vw);
  }
}

.madoriBtn__length {
  letter-spacing: .1em;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .madoriBtn__length {
    font-size: 24px;
    margin-top: 24px;
  }
}

@media screen and (max-width: 768px) {
  .madoriBtn__length {
    font-size: calc(40 / 750 * 100vw);
    margin-top: calc(32 / 750 * 100vw);
  }
}

.madoriBtn__length .int {
  display: inline-block;
  line-height: .7;
}

@media screen and (min-width: 768px) {
  .madoriBtn__length .int {
    font-size: 40px;
  }
}

@media screen and (max-width: 768px) {
  .madoriBtn__length .int {
    font-size: calc(56 / 750 * 100vw);
  }
}

.madoriBtn__icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1 / 1;
  background-color: #333331;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 0;
  -webkit-transition: background-color .4s ease;
  transition: background-color .4s ease;
}

@media screen and (min-width: 768px) {
  .madoriBtn__icon {
    width: 24px;
  }
}

@media screen and (max-width: 768px) {
  .madoriBtn__icon {
    width: calc(40 / 750 * 100vw);
  }
}

.madoriBtn__icon .arrowSVG {
  display: block;
  height: auto;
}

@media screen and (min-width: 768px) {
  .madoriBtn__icon .arrowSVG {
    width: 7px;
  }
}

@media screen and (max-width: 768px) {
  .madoriBtn__icon .arrowSVG {
    width: calc(16 / 750 * 100vw);
  }
}

.madoriBtn__icon .arrowSVG__fill {
  fill: #c5ccc4;
  -webkit-transition: fill .4s ease;
  transition: fill .4s ease;
}

.madoriBtn__statusWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 9px;
  position: absolute;
  right: 8px;
  top: 6px;
}

@media screen and (max-width: 768px) {
  .madoriBtn__statusWrap {
    row-gap: 6px;
  }
}

.madoriBtn__status {
  border: 1px solid #a69663;
  padding: 6px 6px;
}

@media screen and (max-width: 768px) {
  .madoriBtn__status {
    padding: 3px 4px;
  }
}

.madoriBtn__status .txt {
  color: #a69663;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 11px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.2;
  text-align: center;
}

.madoriBtn__status .txt:before, .madoriBtn__status .txt:after {
  content: none;
}

@media screen and (max-width: 768px) {
  .madoriBtn__status .txt {
    font-size: 10px;
  }
}

.madoriBtn__status--Senchaku {
  background-color: #a69663;
}

.madoriBtn__status--Senchaku .txt {
  color: #ffffff;
}

.madoriBtn__status--start {
  background-color: #f2efe8;
  border: none;
  letter-spacing: 0;
  margin-top: -9px;
}

.madoriBtn__status--start .txt {
  color: #84743f;
}

.madoriBtn__status--start .small {
  font-size: 10px;
}

.madoriDetail {
  background-color: #ffffff;
  border-top: 2px solid #a69663;
  -webkit-box-shadow: 0 10px 10px rgba(18, 15, 4, 0.1);
          box-shadow: 0 10px 10px rgba(18, 15, 4, 0.1);
  color: #333331;
}

@media screen and (min-width: 768px) {
  .madoriDetail {
    padding: 150px 100px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail {
    padding: calc(120 / 750 * 100vw) 20px calc(200 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .madoriDetail__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__inner {
    margin-top: calc(100 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .madoriDetail__desc {
    width: 370px;
  }
}

@media screen and (min-width: 768px) {
  .madoriDetail__desc .madoriFig {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__desc .madoriFig {
    margin: 36px -20px 0;
  }
}

@media screen and (min-width: 768px) {
  .madoriDetail__desc .madoriFig + .caption {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__desc .madoriFig + .caption {
    margin-top: calc(40 / 750 * 100vw);
  }
}

.madoriDetail__type {
  background-color: rgba(204, 202, 196, 0.2);
  display: inline-block;
  font-family: "Cormorant Infant", serif;
  letter-spacing: .1em;
  line-height: .7;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .madoriDetail__type {
    font-size: 14px;
    margin-left: -100px;
    padding: 18px 76px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__type {
    font-size: calc(20 / 750 * 100vw);
    margin-left: -20px;
    padding: calc(16 / 750 * 100vw) calc(40 / 750 * 100vw);
  }
}

.madoriDetail__type .strong {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .madoriDetail__type .strong {
    font-size: 32px;
    margin-right: .5em;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__type .strong {
    font-size: calc(40 / 750 * 100vw);
  }
}

.madoriDetail__variation {
  letter-spacing: .1em;
  line-height: .7;
}

@media screen and (min-width: 768px) {
  .madoriDetail__variation {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__variation {
    font-size: calc(36 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .madoriDetail__variation .strong {
    font-size: 40px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__variation .strong {
    font-size: calc(64 / 750 * 100vw);
  }
}

.madoriDetail__spec {
  color: #333331;
  font-family: "Cormorant Infant", serif;
}

.madoriDetail__spec .strong {
  line-height: .7;
}

.madoriDetail__spec .ja {
  color: #6b6a67;
  display: inline-block;
  font-family: YakuHanJP, "Zen Kaku Gothic Antique", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.5;
}

.madoriDetail__spec .ja:before {
  content: '';
  margin-top: calc((1 - 1.5) * .5em);
}

.madoriDetail__spec .ja:after {
  margin-bottom: calc((1 - 1.5) * .5em);
}

.madoriDetail__spec .ja:before, .madoriDetail__spec .ja:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 768px) {
  .madoriDetail__spec .ja {
    font-size: 14px;
    letter-spacing: .1em;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__spec .ja {
    font-size: calc(22 / 750 * 100vw);
    letter-spacing: .15em;
  }
}

@media screen and (min-width: 768px) {
  .madoriDetail__length {
    font-size: 24px;
    margin-top: 24px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__length {
    font-size: calc(40 / 750 * 100vw);
    margin-top: calc(46 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .madoriDetail__length .unit {
    padding: 0 10px;
  }
}

@media screen and (min-width: 768px) {
  .madoriDetail__length .int {
    font-size: 40px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__length .int {
    font-size: calc(64 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .madoriDetail__subLength {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__subLength {
    margin-top: calc(24 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .madoriDetail__body {
    margin-right: -60px;
    width: 590px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__body {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .madoriDetail__body .madoriFig + .caption {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__body .madoriFig + .caption {
    display: none;
  }
}

.madoriDetail__fig {
  border-bottom: 1px solid rgba(204, 202, 196, 0.5);
  width: 100%;
}

@media screen and (min-width: 768px) {
  .madoriDetail__fig {
    margin-top: 80px;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__fig {
    margin-top: calc(100 / 750 * 100vw);
    padding-bottom: calc(147 / 750 * 100vw);
  }
}

.madoriDetail__statusWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
}

@media screen and (min-width: 768px) {
  .madoriDetail__statusWrap {
    gap: 9px;
    right: 16px;
    top: 12px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__statusWrap {
    left: calc(18 / 750 * 100vw);
    row-gap: calc(12 / 750 * 100vw);
    top: calc(24 / 750 * 100vw);
  }
}

.madoriDetail__status {
  border: 1px solid #a69663;
  padding: 6px 8px;
}

@media screen and (max-width: 768px) {
  .madoriDetail__status {
    padding: 3px 4px;
  }
}

.madoriDetail__status .txt {
  color: #a69663;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.2;
  text-align: center;
}

.madoriDetail__status .txt:before, .madoriDetail__status .txt:after {
  content: none;
}

@media screen and (max-width: 768px) {
  .madoriDetail__status .txt {
    font-size: 10px;
  }
}

.madoriDetail__status--Senchaku {
  background-color: #a69663;
}

.madoriDetail__status--Senchaku .txt {
  color: #ffffff;
}

.madoriDetail__status--start {
  background-color: #f2efe8;
  border: none;
  letter-spacing: 0;
  margin-left: -9px;
}

@media screen and (max-width: 768px) {
  .madoriDetail__status--start {
    padding: 3px 5px;
  }
}

.madoriDetail__status--start .txt {
  color: #84743f;
}

.madoriDetail__status--start .small {
  font-size: 10px;
}

@media screen and (min-width: 768px) {
  .madoriDetail .usageNote {
    margin-top: 55px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail .usageNote {
    margin: calc(100 / 750 * 100vw) auto 0;
  }
}

.madoriDetail .meritNote {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .madoriDetail .meritNote {
    gap: 10px;
    margin-top: 100px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail .meritNote {
    gap: 5px;
    margin: calc(100 / 750 * 100vw) auto 0;
  }
}

.madoriDetail .meritNote__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid currentColor;
  color: #a69663;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: YakuHanJP, "Zen Kaku Gothic Antique", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: .1em;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .madoriDetail .meritNote__item {
    border-radius: 5px;
    font-size: 14px;
    height: 48px;
    width: calc(152 / 314 * 100%);
    line-height: 1.25;
  }
  .madoriDetail .meritNote__item:before {
    content: '';
    margin-top: calc((1 - 1.25) * .5em);
  }
  .madoriDetail .meritNote__item:after {
    margin-bottom: calc((1 - 1.25) * .5em);
  }
  .madoriDetail .meritNote__item:before, .madoriDetail .meritNote__item:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail .meritNote__item {
    border-radius: 2.5px;
    font-size: 11px;
    height: calc(87 / 750 * 100vw);
    width: calc(50% - 2.5px);
    line-height: 1.25;
  }
  .madoriDetail .meritNote__item:before {
    content: '';
    margin-top: calc((1 - 1.25) * .5em);
  }
  .madoriDetail .meritNote__item:after {
    margin-bottom: calc((1 - 1.25) * .5em);
  }
  .madoriDetail .meritNote__item:before, .madoriDetail .meritNote__item:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (min-width: 768px) {
  .madoriDetail .meritNote + .caption {
    margin-top: 18px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail .meritNote + .caption {
    margin-top: 10px;
  }
}

.madoriBack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 768px) {
  .madoriBack {
    margin: 80px auto 0;
    width: 258px;
  }
}

@media screen and (max-width: 768px) {
  .madoriBack {
    margin-top: 32px;
  }
}

@media screen and (min-width: 768px) {
  .madoriFigList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 58px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  .madoriFigList__item {
    width: 471px;
  }
}

@media screen and (max-width: 768px) {
  .madoriFigList__item:not(:first-child) {
    margin-top: calc(130 / 750 * 100vw);
  }
}

.madoriDirection {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .madoriDirection {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDirection {
    margin: calc(80 / 750 * 100vw) -20px 0;
  }
}

.madoriDirection + .generalBtn {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .madoriDirection + .generalBtn {
    margin-top: 72px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDirection + .generalBtn {
    margin-top: 32px;
  }
}

.madoriDirection__link {
  background-color: #ffffff;
  border-top: 2px solid #a69663;
  -webkit-box-shadow: 0 10px 10px rgba(12, 17, 11, 0.1);
          box-shadow: 0 10px 10px rgba(12, 17, 11, 0.1);
  color: #333331;
  display: block;
  font-family: "Cormorant Infant", serif;
  line-height: .7;
  position: relative;
  text-align: center;
  -webkit-transition: -webkit-transform .4s ease, -webkit-box-shadow .4s ease;
  transition: -webkit-transform .4s ease, -webkit-box-shadow .4s ease;
  transition: transform .4s ease, box-shadow .4s ease;
  transition: transform .4s ease, box-shadow .4s ease, -webkit-transform .4s ease, -webkit-box-shadow .4s ease;
}

@media screen and (min-width: 768px) {
  .madoriDirection__link {
    font-size: 16px;
    padding: 16px 0;
    width: 572px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .madoriDirection__link {
    width: calc(50% - 28px);
  }
}

@media screen and (max-width: 768px) {
  .madoriDirection__link {
    font-size: calc(30 / 750 * 100vw);
    padding: calc(37 / 750 * 100vw) 0;
    width: calc(306 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .madoriDirection__link:hover {
    -webkit-box-shadow: 0 10px 20px rgba(12, 17, 11, 0.1);
            box-shadow: 0 10px 20px rgba(12, 17, 11, 0.1);
    -webkit-transform: scale(1.01);
            transform: scale(1.01);
  }
  .madoriDirection__link:hover .madoriDirection__icon {
    background-color: #cccac4;
  }
  .madoriDirection__link:hover .madoriDirection__icon .arrowSVG__path {
    fill: #ffffff;
  }
}

@media (hover: hover) and (pointer: fine) {
  .madoriDirection__link:hover {
    -webkit-box-shadow: 0 10px 20px rgba(12, 17, 11, 0.1);
            box-shadow: 0 10px 20px rgba(12, 17, 11, 0.1);
    -webkit-transform: scale(1.01);
            transform: scale(1.01);
  }
  .madoriDirection__link:hover .madoriDirection__icon {
    background-color: #cccac4;
  }
  .madoriDirection__link:hover .madoriDirection__icon .arrowSVG__path {
    fill: #ffffff;
  }
}

@media screen and (min-width: 768px) {
  .madoriDirection__link .name {
    font-size: 40px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDirection__link .name {
    font-size: calc(52 / 750 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .madoriDirection__link--prev {
    padding-right: calc(40 / 750 * 100vw);
    text-align: right;
  }
}

@media screen and (min-width: 768px) {
  .madoriDirection__link--prev .madoriDirection__icon {
    left: 20px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDirection__link--prev .madoriDirection__icon {
    left: calc(20 / 750 * 100vw);
  }
}

.madoriDirection__link--prev .madoriDirection__icon .arrowSVG {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media screen and (max-width: 768px) {
  .madoriDirection__link--next {
    padding-left: calc(40 / 750 * 100vw);
    text-align: left;
  }
}

@media screen and (min-width: 768px) {
  .madoriDirection__link--next .madoriDirection__icon {
    right: 20px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDirection__link--next .madoriDirection__icon {
    right: calc(20 / 750 * 100vw);
  }
}

.madoriDirection__icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1 / 1;
  border: 1px solid #cccac4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: background-color .4s ease;
  transition: background-color .4s ease;
}

@media screen and (min-width: 768px) {
  .madoriDirection__icon {
    width: 24px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDirection__icon {
    width: calc(40 / 750 * 100vw);
  }
}

.madoriDirection__icon .arrowSVG {
  display: block;
  height: auto;
}

@media screen and (min-width: 768px) {
  .madoriDirection__icon .arrowSVG {
    width: 9px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDirection__icon .arrowSVG {
    width: calc(16 / 750 * 100vw);
  }
}

.madoriDirection__icon .arrowSVG__path {
  fill: #6b6a67;
  -webkit-transition: fill .4s ease;
  transition: fill .4s ease;
}

.madoriFig {
  position: relative;
}

@media screen and (min-width: 768px) {
  .madoriFig:has(.madoriFig__view) {
    padding: 96px 0 48px;
  }
}

@media screen and (max-width: 768px) {
  .madoriFig:has(.madoriFig__view) {
    padding: 64px 0;
  }
}

.madoriFig__image {
  display: block;
  margin: 0 auto;
}

.madoriFig__view {
  inset: 0;
  position: absolute;
}

@media screen and (max-width: 768px) {
  .madoriFig__view {
    margin: 0 -20px;
  }
}

.madoriFig__view .viewIcon {
  border: 0;
  cursor: pointer;
}

.madoriFig__view .viewIcon--north, .madoriFig__view .viewIcon--south {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

@media screen and (min-width: 768px) {
  .madoriFig__view .viewIcon--north, .madoriFig__view .viewIcon--south {
    height: 46px;
    width: 124px;
  }
}

@media screen and (max-width: 768px) {
  .madoriFig__view .viewIcon--north, .madoriFig__view .viewIcon--south {
    height: 35px;
    width: 93px;
  }
}

.madoriFig__view .viewIcon--north {
  top: 0;
}

.madoriFig__view .viewIcon--south {
  bottom: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.madoriFig__view .viewIcon--south .dir {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.madoriFig__view .viewIcon--east, .madoriFig__view .viewIcon--west {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media screen and (min-width: 768px) {
  .madoriFig__view .viewIcon--east, .madoriFig__view .viewIcon--west {
    height: 52px;
    width: 96px;
  }
}

@media screen and (max-width: 768px) {
  .madoriFig__view .viewIcon--east, .madoriFig__view .viewIcon--west {
    height: 39px;
    width: 70px;
  }
}

.madoriFig__view .viewIcon--east .inner, .madoriFig__view .viewIcon--west .inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.madoriFig__view .viewIcon--east {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  right: 0;
}

.madoriFig__view .viewIcon--east .dir {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.madoriFig__view .viewIcon--west {
  right: 0;
}

.madoriFig__view .viewIcon--west .dir {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

@media screen and (min-width: 768px) {
  .madoriFig__view .viewIcon .inner:before {
    width: 22px;
  }
}

@media screen and (max-width: 768px) {
  .madoriFig__view .viewIcon .inner:before {
    width: 16px;
  }
}

.madoriFig__view .viewIcon .dir {
  aspect-ratio: 1 / 1;
  display: block;
}

@media screen and (min-width: 768px) {
  .madoriFig__view .viewIcon .dir {
    width: 8px;
  }
}

@media screen and (max-width: 768px) {
  .madoriFig__view .viewIcon .dir {
    width: 6px;
  }
}



@media screen and (min-width: 768px) {
  .areaSearch {
    margin-top: 180px;
  }
}

@media screen and (max-width: 768px) {
  .areaSearch {
    margin-top: calc(100 / 750 * 100vw);
  }
}

.areaSearch__block {
  -webkit-animation: fadeUp .8s ease forwards;
          animation: fadeUp .8s ease forwards;
  height: auto;
  -webkit-transition: visibility 0s linear 0s;
  transition: visibility 0s linear 0s;
  visibility: visible;
}

@media screen and (min-width: 768px) {
  .areaSearch__block {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 768px) {
  .areaSearch__block {
    margin-bottom: calc(50 / 750 * 100vw);
  }
}

.areaSearch__block.is-hidden {
  -webkit-animation: fadeDown .8s ease forwards;
          animation: fadeDown .8s ease forwards;
  height: 0;
  margin: 0;
  opacity: 0;
  padding: 0;
  -webkit-transition: visibility 0s linear .8s;
  transition: visibility 0s linear .8s;
  visibility: hidden;
}

.areaSearch__ttl {
  border-bottom: 1px solid #a7a08a;
  border-top: 1px solid #a7a08a;
  color: #333331;
  font-family: "YakuHanMP", "Shippori Mincho B1", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  letter-spacing: .1em;
  line-height: 1;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .areaSearch__ttl {
    font-size: 16px;
    padding: 20px 0;
  }
}

@media screen and (max-width: 768px) {
  .areaSearch__ttl {
    font-size: calc(32 / 750 * 100vw);
    padding: calc(22 / 750 * 100vw) 0;
  }
}

.areaSearch__ttl .en {
  display: inline-block;
  font-family: "Cormorant Infant", serif;
  letter-spacing: .05em;
}

@media screen and (min-width: 768px) {
  .areaSearch__ttl .en {
    font-size: 19px;
  }
}

@media screen and (min-width: 768px) {
  .areaSearch__ttl .en .num {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .areaSearch__ttl .en .num {
    font-size: calc(56 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .areaSearch__ttl + .areaSearch__list {
    margin-top: 56px;
  }
}

@media screen and (max-width: 768px) {
  .areaSearch__ttl + .areaSearch__list {
    margin-top: 20px;
  }
}

.areaSearch__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .areaSearch__list {
    gap: 56px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .areaSearch__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .areaSearch__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(40 / 750 * 100vw);
  }
}

.areaSearch__item {
  display: block;
}

@media screen and (min-width: 768px) {
  .areaSearch__item {
    width: calc((100% - 56px * 2) / 3);
	  	  	margin-bottom: 40px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .areaSearch__item {
    width: 362px;
  }
}

@media screen and (max-width: 768px) {
  .areaSearch__item {
    width: 100%;
  }
}

.areaSearch__item.is-hidden {
  display: none;
}


.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0,0,0,0.6);
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.modal-content {
  background: white;
  padding: 2em;
  max-width: 920px;
	height: 600px;
  width: 90%;
  border-radius: 8px;
  position: relative;
}



.close-button {
  position: absolute;
  top: 0.5em;
  right: 0.7em;
  font-size: 1.5em;
  cursor: pointer;
}
