@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;

  -webkit-box-sizing: border-box;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */

  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

  -webkit-box-sizing: content-box;
}

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

address {
  font-style: inherit;
}

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

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

  -webkit-text-decoration: underline dotted;
  /* 2 */
}

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: inherit;
  vertical-align: middle;
  outline: 0;

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

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

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

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */
}

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

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

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

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

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

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

  -webkit-appearance: button;
  /* 1 */
}

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

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

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

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

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/* Breakpoint */
/* ============================================ */
/* Spacer */
/* ============================================ */
/* Border radius */
/* ============================================ */
/* Font size */
/* ============================================ */
/* Font family */
/* ============================================ */
/* Line height */
/* ============================================ */
/* Color */
/* ============================================ */
/* Breakpoint */
/* ============================================ */
/* Btn */
/* ============================================ */
/* Background img */
/* ============================================ */
/* Global */
/* ============================================ */
body {
  margin: 0 auto;
  font-family: "Shippori Mincho B1", "Noto Serif JP", "Times New Roman", serif;
  /* メディアクエリの優先度をここで変更不要なプロパティで指定 */
  /* ============================================ */
}

body.non-active {
  overflow: hidden;
  height: 100%;
}

.tsutaju {
  box-sizing: border-box;
  min-height: 100%;
  background-image: url(../../img/tsutaju/bg-green--pc.png);
  background-repeat: repeat;
  background-position: top center;
  background-size: 1280px;
  color: #121212;
  font-weight: 400;
  font-size: 13px;
  line-height: 2;
  font-family: "Shippori Mincho B1", "Noto Serif JP", "Times New Roman", serif;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.5px;

  -webkit-box-sizing: border-box;
  background-attachment: fixed;
  -moz-osx-font-smoothing: grayscale;
}

.tsutaju h1,
.tsutaju h2,
.tsutaju h3,
.tsutaju h4,
.tsutaju h5,
.tsutaju h6 {
  line-height: 1.5;
  letter-spacing: 0.1em;
}

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

  -ms-flex-wrap: wrap;
}

img {
  display: block;
  width: 100%;
}

/* Link hover */
/* ============================================ */
.opacity:hover {
  opacity: 0.7 !important;
  transition: opacity 0.3s ease-out;

  -webkit-transition: opacity 0.3s ease-out;
}

/* Paragraph */
/* ============================================ */
p.paragraph + p.paragraph {
  margin-top: 24px;
}

/* Hidden */
/* ============================================ */
.is-hidden {
  display: none;
}

/* Fadein */
/* ============================================ */
.js-fadein {
  transition: opacity 0.5s;

  -webkit-transition: opacity 0.5s;
}

/* コンテンツの遅延読み込み */
/* ============================================ */
.lazy-load {
  content-visibility: auto;
}

/**
 * vwをピクセルで指定
 */
/**
 * font-sizeのrem単位をpx感覚で使用
 */
/* 大文字変換 */
/* ============================================ */
.uppercase {
  text-transform: uppercase;
}

/* Heading */
/* ============================================ */
/* 埋め込みyoutubeのレスポンシブ */
.youtube {
  position: relative;
  width: 100%;
  margin-top: 3px;
  margin-top: 0.1875rem;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* リンクホバーでシャドウを追加 */
.hover-shadow {
  box-shadow: 0 0 0 0 rgba(34, 34, 34, 0.16);
  transition: -webkit-box-shadow 0.3s ease-out;
  transition: box-shadow 0.3s ease-out;
  transition: box-shadow 0.3s ease-out, -webkit-box-shadow 0.3s ease-out;

  -webkit-box-shadow: 0 0 0 0 rgba(34, 34, 34, 0.16);
  -webkit-transition: -webkit-box-shadow 0.3s ease-out;
}

.hover-shadow:hover {
  box-shadow: 6px 6px 7px 0 rgba(34, 34, 34, 0.16);

  -webkit-box-shadow: 6px 6px 7px 0 rgba(34, 34, 34, 0.16);
}

/* Hidden */
.is-hidden {
  display: none;
}

/* Fadein */
.js-fadein {
  transition: opacity 0.5s;

  -webkit-transition: opacity 0.5s;
}

/* コンテンツの遅延読み込み */
.lazy-load {
  content-visibility: auto;
}

/* 背景画像を遅延読み込み */
.bg-lazy {
  background-image: none !important;
}

/* 改行のレスポンシブ */
br.up-sm {
  display: none;
}

br.up-md {
  display: none;
}

br.up-lg {
  display: none;
}

br.up-xl {
  display: none;
}

br.up-xxl {
  display: none;
}

br.down-sm {
  display: block;
}

br.down-md {
  display: block;
}

br.down-lg {
  display: block;
}

br.down-xl {
  display: block;
}

br.down-xxl {
  display: block;
}

br.only-md {
  display: none;
}

.display-up-sm {
  display: none;
}

.display-up-md {
  display: none;
}

.display-up-lg {
  display: none;
}

.display-up-xl {
  display: none;
}

.display-down-sm {
  display: block;
}

.display-down-md {
  display: block;
}

.display-down-lg {
  display: block;
}

.display-down-xl {
  display: block;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
}

.header__inner {
  width: 100%;
  padding: 40px;
  padding: 2.5rem;
  border-bottom: 5px solid;
  border-bottom: 0.3125rem solid;
  border-image: linear-gradient(45deg, #b4ab56, #eae39f, #b4ab56, #e2dca6, #b7ac4f, #b4ab56) 1;

  -o-border-image: linear-gradient(45deg, #b4ab56, #eae39f, #b4ab56, #e2dca6, #b7ac4f, #b4ab56) 1;
}

.header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  margin-top: 1.25rem;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.header-logo__brand-logo {
  width: 150px;
  width: 9.375rem;
}

.header-logo__spec-tag-tsutaju {
  width: 120px;
  width: 7.5rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.header-logo__product-logo {
  display: none;
  width: 93px;
  width: 5.8125rem;
  margin-top: 38px;
  margin-top: 2.375rem;
}

.limited-edition-label {
  display: block;
  margin-right: -9px;
  margin-right: -0.5625rem;
  font-weight: 400;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
  text-align: center;
  letter-spacing: 8px;
  letter-spacing: 0.5rem;
}

.modal-nav__open {
  position: fixed;
  top: 20px;
  top: 1.25rem;
  right: 20px;
  right: 1.25rem;
  z-index: 100;
  width: 50px;
  width: 3.125rem;
  height: 50px;
  height: 3.125rem;
  cursor: pointer;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;

  -webkit-transition: -webkit-transform 0.2s ease-in-out;
}

.modal-nav__open:hover {
  transform: scale(1.2);

  -webkit-transform: scale(1.2);
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-top: 3px solid;
  border-top: 0.1875rem solid;
  border-image: linear-gradient(45deg, #b4ab56, #eae39f, #b4ab56, #e2dca6, #b7ac4f, #b4ab56) 1;
  background-color: #fefefe;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -o-border-image: linear-gradient(45deg, #b4ab56, #eae39f, #b4ab56, #e2dca6, #b7ac4f, #b4ab56) 1;
}

.footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 880px;
  max-width: 55rem;
  padding: 24px;
  padding: 1.5rem;
  text-align: center;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  gap: 24px 0;
  gap: 1.5rem 0;
}

.footer .company-info {
  font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic Medium", sans-serif;
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
}

.footer .company-info__name {
  font-weight: 500;
  font-size: 12px;
  font-size: 0.75rem;
}

.footer .company-info__address {
  font-weight: 300;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.5;
}

.footer .footer-link {
  font-size: 10px;
  font-size: 0.625rem;
  font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic Medium", sans-serif;
  letter-spacing: 3px;
  letter-spacing: 0.1875rem;
}

.footer .footer-link span {
  text-decoration: underline;
}

.footer .footer-link a + a {
  margin-left: 16px;
  margin-left: 1rem;
}

.footer .footer-link a + a::before {
  margin-right: 16px;
  margin-right: 1rem;
  content: "|";
}

.footer .copy {
  width: 100%;
  padding: 6px 40px;
  padding: 0.375rem 2.5rem;
  background: linear-gradient(45deg, #b4ab56, #eae39f, #b4ab56, #e2dca6, #b7ac4f, #b4ab56);
  color: #fefefe;
  font-size: 8px;
  font-size: 0.5rem;
  font-family: "EB Garamond", "Georgia", "Times New Roman", serif;
  text-align: center;
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
}

/* section */
/* ============================================ */
.section-wrap {
  background-repeat: repeat;
  background-position: top center;
  background-size: 1280px;
}

.section-wrap + .section-wrap {
  margin-top: 49px;
  margin-top: 3.0625rem;
}

.bg--purple {
  background-image: url(../../img/tsutaju/bg-purple--pc.png);

  padding-block: 49px;
  padding-block: 3.0625rem;
}

.bg--yellow {
  background-image: url(../../img/tsutaju/bg-yellow--pc.png);

  padding-block: 49px;
  padding-block: 3.0625rem;
}

.section {
  position: relative;
  width: 100%;
  max-width: 326px;
  max-width: 20.375rem;
  padding: 40px 0;
  padding: 2.5rem 0;
  border-radius: 0.25rem 0 0.25rem 0.25rem;
  background-color: #fefefe;
  transition: max-width 1s ease-in-out;

  -webkit-transition: max-width 1s ease-in-out;
  margin-inline: auto;
}

.section-inner {
  box-sizing: border-box;
  padding: 0 24px;
  padding: 0 1.5rem;

  -webkit-box-sizing: border-box;
}

/* section-book */
/* ============================================ */
.section-book:before {
  display: block;
  position: absolute;
  top: -9px;
  top: -0.5625rem;
  left: 0;
  width: 100%;
  height: 9px;
  height: 0.5625rem;
  background-image: url(../../img/tsutaju/book-head.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}

.section-book:after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 14px;
  width: 0.875rem;
  height: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  content: "";
}

.section-book.watoji--kikko:after {
  background-image: url(../../img/tsutaju/watoji--kikko.svg);
}

.section-book.watoji--yotsume:after {
  background-image: url(../../img/tsutaju/watoji--yotsume.svg);
}

.section-book.watoji--asanoha:after {
  background-image: url(../../img/tsutaju/watoji--asanoha.svg);
}

/* section-title */
/* ============================================ */
.section-title {
  width: 100%;
  font-weight: 500;
  font-family: "EB Garamond", "Shippori Mincho B1", serif;
  text-align: center;
}

.section-title__jp {
  margin-top: 10px;
  margin-top: 0.625rem;
  font-size: 18px;
  font-size: 1.125rem;
}

.section-title__jp--small {
  display: block;
  font-size: 15px;
  font-size: 0.9375rem;
}

.section-title__en {
  display: block;
  color: #666;
  font-weight: 400;
  font-size: 8px;
  font-size: 0.5rem;
  font-family: "EB Garamond", "Georgia", "Times New Roman", serif;
  letter-spacing: 4px;
  letter-spacing: 0.25rem;
}

.section-title__sub {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 10px;
  margin-top: 0.625rem;
  padding: 6px 20px;
  padding: 0.375rem 1.25rem;
  background-color: #efefef;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 4px;
  letter-spacing: 0.25rem;
}

/* note */
/* ============================================ */
.note-area {
  margin-top: 40px;
  margin-top: 2.5rem;
  counter-reset: note-counter;
}

.note-txt {
  display: block;
  margin-top: 0;
  color: #666;
  font-size: 9px;
  font-size: 0.5625rem;
  line-height: 1.4;
  font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic Medium", sans-serif;
  letter-spacing: 0.4px;
  letter-spacing: 0.025rem;
}

.note-txt::before {
  content: "※";
}

.note-txt.note-txt__count-up::before {
  margin-right: 4px;
  margin-right: 0.25rem;
  counter-increment: note-counter;
  content: "※" counter(note-counter);
}

.note-txt + .note-txt {
  margin-top: 8px;
  margin-top: 0.5rem;
}

/* section-content */
/* ============================================ */
.section-content {
  width: 100%;
  max-width: 520px;
  max-width: 32.5rem;
  margin-top: 40px;
  margin-top: 2.5rem;

  margin-inline: auto;
}

.section-content > div,
.section-content > p,
.section-content > img {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.sub-content-title {
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  font-family: "EB Garamond", "Shippori Mincho B1", serif;
  text-align: center;

  margin-block: 64px 8px;
  margin-block: 4rem 0.5rem;
}

/* btn-regular */
/* ============================================ */
.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 0;
  box-sizing: border-box;
  width: 100%;
  max-width: 250px;
  max-width: 15.625rem;
  height: 70px;
  height: 4.375rem;
  background-color: #fefefe;
  font-weight: 500;
  font-size: 10px;
  font-size: 0.625rem;
  font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic Medium", sans-serif;
  text-align: center;
  text-decoration: none;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  cursor: pointer;
  transition: color, opacity 0.3s;

  -webkit-box-sizing: border-box;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-transition: color, opacity 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 8px 24px;
  padding: 0.5rem 1.5rem;

  -webkit-box-align: center;
  -ms-flex-align: center;
}

.btn--border {
  border: 1px solid #cbcbcb;
}

.btn a::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 10px;
  width: 0.625rem;
  height: inherit;
  background-color: #e3dfb0;
  content: "";
  transition: width 0.3s ease-out;

  -webkit-transition: width 0.3s ease-out;
}

.btn:hover a::before {
  width: 100%;
}

.btn a::after {
  position: absolute;
  top: calc(50% - 14px);
  right: 24px;
  right: 1.5rem;
  width: 28px;
  width: 1.75rem;
  min-width: 28px;
  min-width: 1.75rem;
  height: 28px;
  height: 1.75rem;
  margin-left: 8px;
  margin-left: 0.5rem;
  background-image: url(../../img/tsutaju/icon-arrow--right.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  content: "";
  transition: -webkit-transform ease-out 0.3s;
  transition: transform ease-out 0.3s;
  transition: transform ease-out 0.3s, -webkit-transform ease-out 0.3s;

  -webkit-transition: -webkit-transform ease-out 0.3s;
}

.btn:hover a::after {
  transform: translateX(8px);

  -webkit-transform: translateX(8px);
}

.btn-link-brand a {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  gap: 4px 24px;
  gap: 0.25rem 1.5rem;
}

.btn-link-brand a span {
  display: block;
  margin-top: 4px;
  margin-top: 0.25rem;
  line-height: 1;
}

.btn-link-brand__logo {
  width: 100px;
  width: 6.25rem;
}

.btn-link-shop a {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

.btn-link-shop a span {
  display: block;
  margin-top: 6px;
  margin-top: 0.375rem;
  line-height: 1;
}

.btn-link-shop__logo {
  width: 150px;
  width: 9.375rem;
}

.btn-link-instagram a {
  align-items: center;

  -webkit-box-align: center;
  -ms-flex-align: center;
  gap: 8px;
  gap: 0.5rem;
}

.btn-link-instagram a span {
  display: block;
  margin-top: 6px;
  margin-top: 0.375rem;
  line-height: 1;
}

.btn-link-instagram__icon {
  width: 30px;
  width: 1.875rem;
}

.btn-link-instagram__logo {
  width: 102px;
  width: 6.375rem;
}

.btn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  width: 100%;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

.btn-list + .btn-list {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.btn-list-col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 20px;
  margin-top: 1.25rem;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  gap: 20px 0;
  gap: 1.25rem 0;
}

.btn-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 0;
  box-sizing: border-box;
  width: 100%;
  max-width: 250px;
  max-width: 15.625rem;
  height: 50px;
  height: 3.125rem;
  border: 1px solid #cbcbcb;
  border-radius: 7.8125rem;
  background-color: #f5f5f5;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic Medium", sans-serif;
  text-align: center;
  text-decoration: none;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  cursor: pointer;
  transition: color, opacity 0.3s;

  -webkit-box-sizing: border-box;
  margin-inline: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-transition: color, opacity 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn-close__icon {
  width: 30px;
  width: 1.875rem;
  margin-right: 8px;
  margin-right: 0.5rem;
}

/*=================================================================================
    global-nav
=================================================================================*/
.global-nav {
  display: none;
  margin-top: 50px;
  margin-top: 3.125rem;
  color: #4c4c4c;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
}

.global-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

.global-nav__item {
  width: 100%;
  height: 70px;
  height: 4.375rem;
  border-top: 1px solid #e5e5e5;
}

.global-nav__item:last-of-type {
  border-bottom: 1px solid #e5e5e5;
}

.global-nav__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;

  -webkit-box-align: center;
  -ms-flex-align: center;
  padding-inline: 40px;
  padding-inline: 2.5rem;
}

.global-nav__item span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;

  -webkit-box-align: center;
  -ms-flex-align: center;
}

.global-nav__item span:before {
  display: block;
  width: 32px;
  width: 2rem;
  height: 32px;
  height: 2rem;
  margin-right: 16px;
  margin-right: 1rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}

.global-nav__item .global-nav__item--product:before {
  background-image: url(../../img/tsutaju/icon-product.svg);
}

.global-nav__item .global-nav__item--shop:before {
  background-image: url(../../img/tsutaju/icon-shop.svg);
}

.global-nav__item .global-nav__item--brand:before {
  background-image: url(../../img/tsutaju/icon-brand.svg);
}

/*=================================================================================
    modal-nav
=================================================================================*/
.modal-nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  background-color: #f4df0d;
  opacity: 0;
  transition: all 0.3s ease-out;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-transition: all 0.3s ease-out;
  gap: 40px 90px;
  gap: 2.5rem 5.625rem;
}

.modal-nav-wrap.is-open {
  z-index: 500;
  opacity: 1;
}

.modal-nav-wrap .modal-nav__close {
  position: absolute;
  top: 20px;
  top: 1.25rem;
  right: 20px;
  right: 1.25rem;
  z-index: 100;
  width: 50px;
  width: 3.125rem;
  height: 50px;
  height: 3.125rem;
  cursor: pointer;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;

  -webkit-transition: -webkit-transform 0.2s ease-in-out;
}

.modal-nav-wrap .modal-nav__close:hover {
  transform: scale(1.2);

  -webkit-transform: scale(1.2);
}

.modal-nav-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  gap: 20px;
  gap: 1.25rem;
}

.modal-nav-product-logo__vertical {
  display: none;
}

.modal-nav-product-logo__horizon {
  display: block;
}

.modal-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  gap: 24px;
  gap: 1.5rem;
}

.modal-nav__item {
  width: 282px;
  width: 17.625rem;
  height: 46px;
  height: 2.875rem;
  border-radius: 2rem;
  background-color: #fefefe;
}

.modal-nav__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;

  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  padding-inline: 24px;
  padding-inline: 1.5rem;
}

.modal-nav__item span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;

  -webkit-box-align: center;
  -ms-flex-align: center;
}

.modal-nav__item span::before {
  display: block;
  width: 32px;
  width: 2rem;
  height: 32px;
  height: 2rem;
  margin-right: 12px;
  margin-right: 0.75rem;
  background-image: url(../../img/tsutaju/icon-product.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}

.modal-nav__item:nth-of-type(1) span::before {
  background-image: url(../../img/tsutaju/icon-tsuta.svg);
}

.modal-nav__item:nth-of-type(2) span::before {
  background-image: url(../../img/tsutaju/icon-product.svg);
}

.modal-nav__item:nth-of-type(3) span::before {
  background-image: url(../../img/tsutaju/icon-package.svg);
}

.modal-nav__item:nth-of-type(4) span::before {
  background-image: url(../../img/tsutaju/icon-brand.svg);
}

.modal-nav__item:nth-of-type(5) span::before {
  background-image: url(../../img/tsutaju/icon-shop.svg);
}

.modal-nav__item span::after {
  position: absolute;
  top: calc(50% - 14px);
  right: 0;
  width: 28px;
  width: 1.75rem;
  min-width: 28px;
  min-width: 1.75rem;
  height: 28px;
  height: 1.75rem;
  margin-left: 8px;
  margin-left: 0.5rem;
  background-image: url(../../img/tsutaju/icon-arrow--right.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  content: "";
  transition: -webkit-transform ease-out 0.3s;
  transition: transform ease-out 0.3s;
  transition: transform ease-out 0.3s, -webkit-transform ease-out 0.3s;

  -webkit-transition: -webkit-transform ease-out 0.3s;
}

.modal-nav__item:hover span::after {
  transform: translateX(8px);

  -webkit-transform: translateX(8px);
}

/*=================================================================================
    shop-modal-nav
=================================================================================*/
.shop-modal-nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  overflow-y: scroll;
  width: 100%;
  height: 100%;
  padding: 24px;
  padding: 1.5rem;
  background-color: rgba(121, 68, 151, 0.95);
  opacity: 0;
  cursor: pointer;
  transition: all 0.3s ease-out;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-transition: all 0.3s ease-out;
}

.shop-modal-nav-wrap.is-open {
  z-index: 500;
  opacity: 1;
}

.shop-modal-nav {
  width: 100%;
  max-width: 980px;
  max-width: 61.25rem;
  height: auto;
  padding: 24px 24px 40px;
  padding: 1.5rem 1.5rem 2.5rem;
  border: 10px;
  border: 0.625rem;
  border-radius: 0.375rem;
  background-color: #fefefe;
  cursor: default;

  margin-block: auto;
}

.shop-modal-nav .shop-modal-nav__close {
  position: absolute;
  top: 20px;
  top: 1.25rem;
  right: 20px;
  right: 1.25rem;
  z-index: 101;
  width: 50px;
  width: 3.125rem;
  height: 50px;
  height: 3.125rem;
  cursor: pointer;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;

  -webkit-transition: -webkit-transform 0.2s ease-in-out;
}

.shop-modal-nav .shop-modal-nav__close:hover {
  transform: scale(1.2);

  -webkit-transform: scale(1.2);
}

/* main-visual */
/* ============================================ */
.main-visual-wrap {
  padding: 24px 0 0;
  padding: 1.5rem 0 0;
}

.section-main-visual {
  width: 100%;
  max-width: 326px;
  max-width: 20.375rem;
  height: 756px;
  height: 47.25rem;
  padding: 0;
  border-radius: 0.375rem;
}

/* hero */
/* ============================================ */
.hero-area {
  width: 100%;
  height: 548px;
  height: 34.25rem;
  background-image: url(../../img/tsutaju/hero-img--sp.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* concept */
/* ============================================ */
.section-concept {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 326px;
  max-width: 20.375rem;
  padding: 40px 24px;
  padding: 2.5rem 1.5rem;
  border-radius: 0 0 0.375rem 0.375rem;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  gap: 40px;
  gap: 2.5rem;
}

.section-concept .section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  font-weight: 500;
  text-align: left;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.section-concept .section-title__jp {
  font-size: 29px;
  font-size: 1.8125rem;
}

.section-concept .section-title__en {
  display: block;
  color: #666;
  font-weight: 400;
  font-size: 10px;
  font-size: 0.625rem;
  font-family: "EB Garamond", "Georgia", "Times New Roman", serif;
  letter-spacing: 4px;
  letter-spacing: 0.25rem;
}

.section-concept .section-title__sub {
  margin-top: 10px;
  margin-top: 0.625rem;
  padding: 2px 20px;
  padding: 0.125rem 1.25rem;
  background-color: #efefef;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 4px;
  letter-spacing: 0.25rem;
}

.section-concept .concept__img.pc {
  display: none;
  width: 190px;
  width: 11.875rem;
  margin: 24px auto 0;
  margin: 1.5rem auto 0;
}

.section-concept .concept__img.sp {
  display: block;
  width: 166px;
  width: 10.375rem;
  margin: 32px auto;
  margin: 2rem auto;
}

.section-concept .concept-content .lead-area {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  font-weight: 500;
  font-size: 15px;
  font-size: 0.9375rem;
  text-align: center;
}

.section-concept .concept-content .lead-area .product-name {
  display: block;
  margin: 32px -24px;
  margin: 2rem -1.5rem;
  padding: 8px 12px;
  padding: 0.5rem 0.75rem;
  background-color: #f5f5f5;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  font-family: "EB Garamond", "Shippori Mincho B1", "Noto Serif JP", "Georgia", serif;
}

.section-concept .concept-content .lead-area .product-name__brand {
  display: block;
  margin: 0 0 10px;
  margin: 0 0 0.625rem;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1;
}

.section-concept .concept-content .lead-area .product-name__brand + .lead-txt {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.section-concept .concept-content .lead-area img + .lead-txt {
  margin-top: 24px;
  margin-top: 1.5rem;
}

/* product */
/* ============================================ */
.product-tml {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;

  -webkit-box-align: center;
  -ms-flex-align: center;
  gap: 16px;
  gap: 1rem;
}

.product-tml__pyramid {
  width: 70px;
  width: 4.375rem;
}

.product-tml-note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic Medium", sans-serif;
  letter-spacing: 0;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -ms-flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  gap: 4px 8px;
  gap: 0.25rem 0.5rem;
}

.product-tml-note .tml-note__type {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 4px 6px;
  padding: 0.25rem 0.375rem;
  border: 1px solid #efefef;
  border-radius: 6.25rem;
  font-weight: 500;
  font-size: 8px;
  font-size: 0.5rem;
  line-height: 1;
  text-align: center;
}

.product-tml-note .tml-note__fragrance {
  width: 100%;
  font-weight: 400;
  font-size: 8px;
  font-size: 0.5rem;
  line-height: 1.2;
}

.product-tml-note .tml-note__fragrance + .tml-note__type {
  margin-top: 8px;
  margin-top: 0.5rem;
}

.product-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #efefef;
  border-radius: 0.375rem;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  gap: 0;
  gap: 0rem;
  margin-inline: 0;
}

.product-info__img {
  width: 100%;
}

.product-info-detail {
  padding: 24px;
  padding: 1.5rem;
  text-align: center;
}

.product-info-detail > span {
  display: block;
}

.product-info-detail__brand-name {
  font-weight: 600;
  font-size: 10px;
  font-size: 0.625rem;
}

.product-info-detail__prodauc-name {
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
}

.product-info-detail__release {
  color: #794497;
  font-weight: 700;
  font-size: 11px;
  font-size: 0.6875rem;
  font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic Medium", sans-serif;
}

.product-info-detail__price {
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic Medium", sans-serif;
}

.product-info-detail__price > span:nth-of-type(1) {
  font-size: 16px;
  font-size: 1rem;
  font-family: Arial, Helvetica, sans-serif;
}

.product-info-detail__price > span:nth-of-type(1) > span {
  font-size: 12px;
  font-size: 0.75rem;
}

.product-info-detail__price > span:nth-of-type(2) {
  font-size: 9px;
  font-size: 0.5625rem;
}

/* design */
/* ============================================ */
.section-design .sub-content-koshodo {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.section-design .sub-content-koshodo .koshodo-symbol {
  width: 150px;
  width: 9.375rem;

  margin-inline: auto;
}

/* shop */
/* ============================================ */
.section-shop .shop-note-txt {
  margin-top: 24px;
  margin-top: 1.5rem;
  color: #666;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.5;
  font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic Medium", sans-serif;
  text-align: center;
  letter-spacing: 0.6px;
  letter-spacing: 0.0375rem;
}

.section-shop .shop-announce-txt {
  margin: 40px 0 16px;
  margin: 2.5rem 0 1rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 3px;
  letter-spacing: 0.1875rem;
}

.section-shop-content {
  width: 100%;
  max-width: 760px;
  max-width: 47.5rem;
  margin-top: 40px;
  margin-top: 2.5rem;
  padding: 24px;
  padding: 1.5rem;
  border: 1px solid #efefef;
  border-radius: 0.25rem;

  margin-inline: auto;
}

.section-shop-content .sub-content-title {
  margin-block: 0;
}

/* shop-list-tab */
/* ============================================ */
.shop-area-select {
  margin: 16px 0 0;
  margin: 1rem 0 0;
}

.shop-area-select .guide-text {
  font-weight: 700;
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic Medium", sans-serif;
  text-align: center;
}

.shop-area-select__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 16px 0;
  margin: 1rem 0;

  -ms-flex-wrap: wrap;
  gap: 12px;
  gap: 0.75rem;
}

.shop-area-select__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  height: 2.5rem;
  border-radius: 1.25rem;
  background-color: #f4df0d;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic Medium", sans-serif;
  text-align: center;
  cursor: pointer;

  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

/* shop-list-head */
/* ============================================ */
.shop-list-head {
  font-weight: 500;
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: "EB Garamond", "Shippori Mincho B1", serif;
}

.panel-group {
  display: none;
  overflow-y: scroll;
  height: 70vh;
}

.shop-list-body {
  display: none;
  font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic Medium", sans-serif;
}

.shop-list-body.is-show {
  display: block;
}

/* shop-list-body */
/* ============================================ */
.shop-list-body__title {
  font-weight: 500;
  font-size: 12px;
  font-size: 0.75rem;
}

.shop-list-body .shop-list-area {
  width: 100%;

  margin-block: 16px;
  margin-block: 1rem;
}

.shop-list-body .shop-list-area__prefectures {
  display: block;
  width: calc(100% + 48px);
  padding: 4px 24px;
  padding: 0.25rem 1.5rem;
  background-color: #f5f5f5;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 6px;
  letter-spacing: 0.375rem;

  margin-inline: -24px;
  margin-inline: -1.5rem;
  border-block: 1px solid #cbcbcb;
}

.shop-detail__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 100%;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  margin-block: 24px 40px;
  margin-block: 1.5rem 2.5rem;
  gap: 24px 40px;
  gap: 1.5rem 2.5rem;
}

.shop-detail__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 100%;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  gap: 8px;
  gap: 0.5rem;
}

.shop-name {
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic Medium", sans-serif;
  word-wrap: break-word;
}

.shop-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;

  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  gap: 8px;
  gap: 0.5rem;
}

.shop-info .shop-address {
  width: auto;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.5;
  font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic Medium", sans-serif;
}

.shop-info .shop-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: relative;
  width: 107px;
  width: 6.6875rem;
  min-width: 107px;
  min-width: 6.6875rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 8px 12px;
  padding: 0.5rem 0.75rem;
  border: 1px solid #efefef;
  border-radius: 6.25rem;
  font-weight: 500;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1;
  text-align: center;

  -webkit-box-align: center;
  -ms-flex-align: center;
}

.shop-info .shop-link::after {
  position: absolute;
  top: calc(50% - 6px);
  right: 12px;
  right: 0.75rem;
  width: 12px;
  width: 0.75rem;
  min-width: 12px;
  min-width: 0.75rem;
  height: 12px;
  height: 0.75rem;
  background-image: url(../../img/tsutaju/icon-external-link.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  content: "";
  transition: -webkit-transform ease-out 0.3s;
  transition: transform ease-out 0.3s;
  transition: transform ease-out 0.3s, -webkit-transform ease-out 0.3s;

  -webkit-transition: -webkit-transform ease-out 0.3s;
}

.shop-info .shop-link a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}

/* brand */
/* ============================================ */
.section-brand .sub-content-title {
  margin-block: 24px 8px;
  margin-block: 1.5rem 0.5rem;
}

/* link */
/* ============================================ */
.section-link-wrap {
  margin-top: 0;
  padding: 40px;
  padding: 2.5rem;
  background-image: url(../../img/tsutaju/bg-purple-paper--pc.jpg);
  background-repeat: repeat;
  background-position: top center;
  background-size: 1280px;
}

.section-link {
  width: 100%;
  max-width: 250px;
  max-width: 15.625rem;

  margin-inline: auto;
}

@media screen and (min-width: 0) {
  body {
    min-height: 100%;
  }
}

@media screen and (min-width: 374px) {
  body {
    min-height: 100%;
  }
}

@media screen and (min-width: 576px) {
  body {
    min-height: 100%;
  }
  br.up-sm {
    display: block;
  }
  br.down-sm {
    display: none;
  }
  .display-up-sm {
    display: block;
  }
  .display-down-sm {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  body {
    min-height: 100%;
  }
  .tsutaju {
    font-size: 14px;
  }
  br.up-md {
    display: block;
  }
  br.down-md {
    display: none;
  }
  br.only-md {
    display: block;
  }
  .display-up-md {
    display: block;
  }
  .display-down-md {
    display: none;
  }
  .modal-nav__open {
    width: 5rem;
    height: 5rem;
  }
  .footer-inner {
    flex-direction: row;
    align-items: flex-end;
    text-align: left;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
  }
  .footer .company-info__name {
    font-size: 0.875rem;
  }
  .footer .company-info__address {
    font-size: 0.75rem;
  }
  .footer .footer-link {
    font-size: 0.8125rem;
  }
  .footer .copy {
    font-size: 0.8125rem;
  }
  .section-wrap + .section-wrap {
    margin-top: 6.0625rem;
  }
  .bg--purple {
    padding-block: 6.0625rem;
  }
  .bg--yellow {
    padding-block: 6.0625rem;
  }
  .section {
    max-width: 38rem;
  }
  .section-inner {
    padding: 0 2.5rem;
  }
  .section-book:before {
    top: -1rem;
    height: 1.0625rem;
  }
  .section-book:after {
    width: 1.625rem;
  }
  .section-title__jp {
    font-size: 1.5rem;
  }
  .section-title__jp--small {
    font-size: 1.0625rem;
  }
  .section-title__en {
    font-size: 0.625rem;
  }
  .section-title__sub {
    font-size: 0.875rem;
  }
  .note-txt {
    font-size: 0.625rem;
  }
  .section-content > div,
  .section-content > p,
  .section-content > img {
    margin-top: 2rem;
  }
  .sub-content-title {
    font-size: 1.125rem;

    margin-block: 5rem 1rem;
  }
  .btn--large {
    max-width: 32.5rem;
    height: 5.125rem;
    font-size: 0.625rem;
    font-size: 1rem;
  }
  .btn--large a {
    padding: 0.5rem 2.5rem;
  }
  .btn-link-brand a {
    flex-direction: row;
    align-items: center;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }
  .btn-link-brand__logo {
    width: 9.375rem;
  }
  .btn-link-shop.btn--large {
    font-weight: 400;
    font-size: 1rem;
    letter-spacing: 0.25rem;
  }
  .btn-link-shop.btn--large a {
    flex-direction: row;
    align-items: center;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    gap: 1.5rem;
  }
  .btn-link-shop.btn--large .btn-link-shop__logo {
    width: 12.5rem;
  }
  .btn-link-instagram {
    font-size: 0.625rem;
  }
  .btn-list-col-2 {
    flex-direction: row;
    justify-content: space-between;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    gap: 0 1.25rem;
  }
  .btn-close {
    height: 3.75rem;
    font-size: 1rem;
  }
  .btn-close__icon {
    width: 2.5rem;
    margin-right: 1rem;
  }
  .modal-nav-wrap .modal-nav__close {
    width: 5rem;
    height: 5rem;
  }
  .shop-modal-nav-wrap {
    padding: 2.5rem;
  }
  .shop-modal-nav {
    padding: 2.5rem 2.5rem 4rem;
  }
  .shop-modal-nav .shop-modal-nav__close {
    width: 5rem;
    height: 5rem;
  }
  .main-visual-wrap {
    padding: 1.5rem 0 0;
  }
  .section-main-visual {
    max-width: 38rem;
    height: 60.5rem;
    padding: 0;
  }
  .hero-area {
    height: 47.5rem;
    background-image: url(../../img/tsutaju/hero-img--tablet.jpg);
  }
  .section-concept {
    max-width: 38rem;
    padding: 2.5rem 2.5rem 5rem;
  }
  .section-concept .concept-content .lead-area {
    font-size: 1.125rem;
  }
  .section-concept .concept-content .lead-area .product-name {
    margin: 2rem -2.5rem;
  }
  .product-tml__pyramid {
    width: 11.875rem;
  }
  .product-tml-note {
    flex-direction: row;
    align-items: center;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    gap: 1rem 0.5rem;
  }
  .product-tml-note .tml-note__type {
    font-size: 0.6875rem;
  }
  .product-tml-note .tml-note__fragrance {
    width: calc(100% - 100px);
    font-size: 0.75rem;
  }
  .product-tml-note .tml-note__fragrance + .tml-note__type {
    margin-top: 0;
  }
  .product-info {
    flex-direction: row;
    padding: 1.5rem;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    gap: 1.5rem;
  }
  .product-info__img {
    width: 13.75rem;
  }
  .product-info-detail {
    padding: 0;
    text-align: left;
  }
  .product-info-detail__brand-name {
    font-size: 0.75rem;
  }
  .product-info-detail__prodauc-name {
    font-size: 1.125rem;
  }
  .product-info-detail__release {
    font-size: 0.9375rem;
  }
  .section-design .sub-content-koshodo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }
  .section-design .sub-content-koshodo .koshodo-symbol {
    width: 16.25rem;
  }
  .section-shop .shop-note-txt {
    margin-top: 2rem;
    font-size: 0.8125rem;
  }
  .section-shop .shop-announce-txt {
    font-size: 0.8125rem;
  }
  .section-shop-content {
    padding: 2.5rem;
  }
  .shop-area-select {
    margin: 2.5rem 0 0;
  }
  .shop-area-select__item {
    width: calc(50% - 12px);
  }
  .shop-list-head {
    font-size: 1.125rem;
  }
  .shop-list-body__title {
    font-size: 0.875rem;
  }
  .shop-list-body .shop-list-area__prefectures {
    width: calc(100% + 80px);
    padding: 0.25rem 2.5rem;

    margin-inline: -2.5rem;
  }
  .shop-detail__list {
    flex-direction: row;
    flex-wrap: wrap;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -ms-flex-wrap: wrap;
    gap: 2rem 2.5rem;
  }
  .shop-detail__item {
    width: calc(50% - 20px);
  }
  .section-brand .sub-content-title {
    margin-block: 2.5rem 1rem;
  }
  .section-link {
    max-width: 32.5rem;
  }
}

@media screen and (min-width: 992px) {
  body {
    min-height: 100%;
  }
  br.up-lg {
    display: block;
  }
  br.down-lg {
    display: none;
  }
  br.only-md {
    display: none;
  }
  .display-up-lg {
    display: block;
  }
  .display-down-lg {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  body {
    min-height: 100%;
  }
  .tsutaju {
    font-size: 15px;
  }
  br.up-xl {
    display: block;
  }
  br.down-xl {
    display: none;
  }
  .display-up-xl {
    display: block;
  }
  .display-down-xl {
    display: none;
  }
  .header {
    flex-direction: row;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
  }
  .header__inner {
    width: 15.9375rem;
    padding: 3.125rem 0 0;
    border-right: 0.3125rem solid;
    border-bottom: none;
  }
  .header-logo__product-logo {
    display: block;
  }
  .section-wrap + .section-wrap {
    margin-top: 6.5rem;
  }
  .bg--purple {
    padding-block: 6.5rem;
  }
  .bg--yellow {
    padding-block: 6.5rem;
  }
  .section {
    max-width: 55rem;
    padding: 5rem 0;
  }
  .section-book:before {
    top: -1.5rem;
    height: 1.5rem;
  }
  .section-book:after {
    width: 2.5rem;
  }
  .section-title__jp {
    font-size: 1.875rem;
  }
  .section-title__jp--small {
    font-size: 1.25rem;
  }
  .section-title__en {
    font-size: 0.8125rem;
  }
  .section-title__en {
    font-size: 0.9375rem;
  }
  .section-title__sub {
    font-size: 1rem;
  }
  .note-txt {
    font-size: 0.75rem;
  }
  .section-content > div,
  .section-content > p,
  .section-content > img {
    margin-top: 2.5rem;
  }
  .sub-content-title {
    font-size: 1.25rem;

    margin-block: 5rem 1.5rem;
  }
  .global-nav {
    display: block;
  }
  .modal-nav-wrap {
    flex-direction: row;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
  }
  .modal-nav-product-logo__vertical {
    display: block;
  }
  .modal-nav-product-logo__horizon {
    display: none;
  }
  .modal-nav__list {
    gap: 2rem;
  }
  .shop-modal-nav-wrap {
    padding: 5rem;
  }
  .shop-modal-nav {
    padding: 5rem 5rem;
  }
  .main-visual-wrap {
    padding: 2.5rem 0 0 7.5rem;
  }
  .section-main-visual {
    max-width: none;
    height: 50rem;
    padding: 0;
    border-radius: 0.375rem 0 0 0;
  }
  .hero-area {
    width: calc(100% - 255px);
    height: 47.5rem;
    background-image: url(../../img/tsutaju/hero-img--xl.jpg);
  }
  .section-concept {
    flex-direction: row-reverse;
    justify-content: center;
    width: calc(100% - 120px);
    max-width: none;
    margin: 0 0 0 auto;
    padding: 5rem 5rem 5rem 7.5rem;
    border-radius: 0 0 0 0.375rem;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
  }
  .section-concept .section-title__jp {
    font-size: 3.25rem;
  }
  .section-concept .section-title__en {
    font-size: 0.8125rem;
  }
  .section-concept .concept__img.pc {
    display: block;
  }
  .section-concept .concept__img.sp {
    display: none;
  }
  .section-concept .concept-content {
    max-width: 45.625rem;
    margin-top: 2.5rem;
  }
  .section-concept .concept-content .lead-area {
    text-align: left;
  }
  .section-concept .concept-content .lead-area .product-name {
    display: inline-block;
    margin: 0;
    font-size: 1.0625rem;
  }
  .section-concept .concept-content .lead-area .product-name__brand {
    display: inline;
    margin-right: 0.5rem;
    font-size: 1.0625rem;
  }
  .product-info {
    padding: 2.5rem;

    margin-inline: -2.5rem;
  }
  .section-shop .shop-note-txt {
    margin-top: 2.5rem;
    font-size: 0.9375rem;
  }
  .section-shop .shop-announce-txt {
    font-size: 0.9375rem;
  }
  .shop-area-select__item {
    height: 3.75rem;
    border-radius: 1.875rem;
    font-size: 1.125rem;
  }
  .shop-list-head {
    font-size: 1.5rem;
  }
  .panel-group {
    display: block;
  }
  .shop-list-body__title {
    font-size: 1rem;
  }
  .shop-list-body .shop-list-area__prefectures {
    width: calc(100% + 160px);
    padding: 0.5rem 5rem;

    margin-inline: -5rem;
  }
  .shop-detail__list {
    gap: 2.5rem;
  }
  .shop-name {
    font-size: 1.125rem;
  }
  .shop-info .shop-address {
    width: 12.5rem;
  }
  .section-brand .sub-content-title {
    margin-block: 2.5rem 1.5rem;
  }
}

@media screen and (min-width: 1920px) {
  body {
    min-height: 100%;
  }
  .tsutaju {
    font-size: 17px;
  }
  br.up-xxl {
    display: block;
  }
  br.down-xxl {
    display: none;
  }
  .header__inner {
    width: 22.1875rem;
    padding: 5rem 0 0;
  }
  .header-logo__brand-logo {
    width: 12.5rem;
  }
  .header-logo__spec-tag-tsutaju {
    width: 10rem;
  }
  .header-logo__product-logo {
    width: 8.75rem;
    margin-top: 4rem;
  }
  .section-wrap + .section-wrap {
    margin-top: 12.75rem;
  }
  .bg--purple {
    padding-block: 12.75rem;
  }
  .bg--yellow {
    padding-block: 12.75rem;
  }
  .section {
    max-width: 67.5rem;
    padding: 7.5rem 0;
  }
  .section-book:before {
    top: -1.8125rem;
    height: 1.875rem;
  }
  .section-book:after {
    width: 3.75rem;
  }
  .section-title__jp {
    font-size: 2.25rem;
  }
  .section-title__sub {
    font-size: 1.125rem;
  }
  .sub-content-title {
    font-size: 1.5rem;
  }
  .global-nav {
    font-size: 1.125rem;
  }
  .global-nav__item {
    height: 5rem;
  }
  .global-nav__item span:before {
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 1.5rem;
  }
  .main-visual-wrap {
    padding: 2.5rem 0 0 7.5rem;
  }
  .section-main-visual {
    max-width: none;
    height: 65rem;
    padding: 0;
    border-radius: 0.375rem 0 0 0;
  }
  .hero-area {
    width: calc(100% - 255px);
    height: 65rem;
    background-image: url(../../img/tsutaju/hero-img--xl.jpg);
  }
  .section-concept {
    width: calc(100% - 120px);
    max-width: none;
    padding: 7.5rem 5rem 7.5rem 7.5rem;
  }
  .section-concept .concept-content .lead-area {
    font-size: 1.375rem;
  }
}

/*# sourceMappingURL=maps/style.css.map */
