@charset "UTF-8";
/* foundation */
/* import Font */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400..800&display=swap");
@import url("../fonts/fontawesomeV6free/all.min.css");
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* 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 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* 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 {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

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

/**
 * 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 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-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * 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 {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

/**
 * 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. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * 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]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

html {
  font-size: 62.5%;
}

body {
  box-sizing: border-box;
  font-size: min(3.5vw, 1.6rem);
  color: #222;
  background: #fff;
  font-family: "EB Garamond", "Noto Serif JP", "游明朝 Medium", "游明朝体 Medium", "Yu Mincho Medium", "YuMincho Medium", "游明朝", "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", serif;
}
@media screen and (max-width: 768px) {
  body {
    min-width: 0;
  }
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  line-height: 0;
  -webkit-backface-visibility: hidden;
}
@media screen and (max-width: 768px) {
  img {
    width: 100%;
    max-width: none;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  letter-spacing: 0.1em;
}

strong {
  font-weight: bold;
}

dt {
  font-weight: normal;
}

button, input[type=text], input[type=tel], input[type=url], input[type=number], input[type=email], input[type=password], input[type=search], input[type=submit], textarea, select, option {
  font-family: "EB Garamond", "Noto Serif JP", "游明朝 Medium", "游明朝体 Medium", "Yu Mincho Medium", "YuMincho Medium", "游明朝", "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", serif;
}

input[type=submit] {
  transition: opacity 0.3s ease;
}
input[type=submit]:hover {
  cursor: pointer;
  opacity: 0.6;
}

a {
  text-decoration: none;
  transition: filter 0.3s ease;
}
a:hover {
  filter: opacity(0.6);
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  a:hover {
    filter: none;
  }
}

select {
  background-color: #67A7AD;
  padding: 0.5em 1em;
  border-radius: 3px;
}

pre {
  font-family: "EB Garamond", "Noto Serif JP", "游明朝 Medium", "游明朝体 Medium", "Yu Mincho Medium", "YuMincho Medium", "游明朝", "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  line-height: 2em;
  white-space: pre-wrap;
}

/* object */
@keyframes loop {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bgImgSlide {
  0% {
    background-position: -100vw 100vw;
  }
  100% {
    background-position: 0 0;
  }
}
@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(1em);
  }
}
@keyframes kirakira {
  0%, 100% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
}
.c-button, .c-button--cart--soldout, .c-button--gray, .c-button--yellow, .c-button--white, .c-button--lightBlue, .c-button--blueGradation, .c-button--blueGradation--border, .c-button--gold, .c-button--shadow, .c-button--cart, .c-button__slim, .c-button--line, .c-button--gold--line {
  display: inline-block;
  padding: 0.75em 3em;
  text-align: center;
  line-height: 1.4em;
  background-color: #6E348A;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .c-button, .c-button--cart--soldout, .c-button--gray, .c-button--yellow, .c-button--white, .c-button--lightBlue, .c-button--blueGradation, .c-button--blueGradation--border, .c-button--gold, .c-button--shadow, .c-button--cart, .c-button__slim, .c-button--line, .c-button--gold--line {
    padding: 1em 1.5em;
  }
}
.c-button--line, .c-button--gold--line {
  position: relative;
  border: 1px #222 solid;
  background-color: #fff;
  color: #222;
}
.c-button--line::after, .c-button--gold--line::after {
  position: absolute;
  right: -1.5em;
  top: 50%;
  content: "";
  display: block;
  width: 3em;
  height: 1px;
  background-color: #222;
}
.c-button__slim {
  display: block;
  padding: 0.25em 1em;
  width: 70%;
  min-width: 0;
  margin: 0 auto;
}
.c-button--shadow, .c-button--cart {
  box-shadow: 0.3em 0.3em 0 rgba(110, 52, 138, 0.3);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.c-button--shadow:hover, .c-button--cart:hover {
  filter: none;
  box-shadow: none;
  transform: translate(0.3em, 0.3em);
}
.c-button--gold {
  background-color: #9b8872;
  color: #fff;
}
.c-button--gold--line {
  background-color: #9b8872;
  color: #fff;
}
.c-button--gold--line::after {
  background-color: #fff;
}
.c-button--blueGradation--border {
  border: 3px #fff solid;
}
.c-button--lightBlue {
  background-color: #67A7AD;
  color: #222;
}
.c-button--white {
  background-color: #fff;
  box-shadow: 0 0 1em rgba(34, 34, 34, 0.8);
  color: #6E348A;
}
.c-button--yellow {
  background-color: #FFF96D;
}
.c-button--gray {
  background-color: #ccc;
  color: #222;
}
.c-button--underline {
  text-decoration: underline;
}
.c-button--arrow {
  text-decoration: underline;
}
.c-button--arrow::before {
  content: "→";
  margin-right: 0.25em;
}
.c-button--arrow--right {
  text-decoration: underline;
}
.c-button--arrow--right::after {
  content: "→";
  margin-left: 0.25em;
}
.c-button--arrow--down {
  display: block;
  text-align: center;
  line-height: 1.4em;
}
.c-button--arrow--down i {
  font-size: 2em;
}
.c-button--cart {
  display: block;
  position: relative;
  padding-left: 4em;
  font-size: min(4.5vw, 2rem);
}
.c-button--cart::before {
  content: "\f053";
  display: inline-block;
  margin-right: 0.5em;
  font-family: "Font Awesome 6 free";
}
.c-button--cart::before {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  position: absolute;
  top: calc(50% - 1em);
  left: 1em;
  content: "\f07a";
  width: 2em;
  height: 2em;
  color: #6E348A;
  background-color: #fff;
  border-radius: 9999px;
}
.c-button--cart--soldout {
  display: block;
  border-radius: 0.5rem;
  background-color: #222;
  filter: opacity(0.6);
}
.c-button--fav {
  display: inline-block;
}
.c-button--fav__button {
  display: flex;
  flex-direction: column;
  text-align: center;
  color: #6E348A;
}
.c-button--fav i {
  font-size: 3rem;
}
.c-button--fav__text {
  font-size: min(2vw, 1rem);
}

.c-form__required, .c-form__required--option {
  display: inline-block;
  padding: 0.5em;
  border: 2px #EC0F2A solid;
  border-radius: 1rem;
  font-weight: 700;
  color: #EC0F2A;
  margin-right: 0.5em;
  font-size: min(2.5vw, 1.2rem);
}
.c-form__required--option {
  border-color: #9C9C9C;
  color: #9C9C9C;
}
.c-form__select {
  background: #fff url("../img/icn-form-arrow-down.svg") right 0.5em top 50%/0.75em auto no-repeat;
  padding: 0.75em 1.5em 0.75em 1em;
  text-align: left;
  border-radius: 1rem;
  box-shadow: 0 0 0.1em rgba(155, 136, 114, 0.8);
  border: 1px #222 solid;
}
.c-form__text, .c-form__text--half {
  width: 100%;
  padding: 0.75em 1em;
  background-color: #EEEEEE;
  border-radius: 1rem;
}
.c-form__text--half {
  width: 49%;
}
.c-form__checkbox input[type=checkbox] {
  position: relative;
  border: 1px #fff solid;
  padding: 1em;
  border-radius: 1rem;
  margin-right: 0.5em;
}
.c-form__checkbox input[type=checkbox]:checked::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../img/icn-form-check.svg") center center/50% auto no-repeat;
}
.c-form__submit {
  width: 100%;
  font-size: min(4.5vw, 2rem);
}
@media screen and (max-width: 768px) {
  .c-form__submit {
    font-size: min(4.5vw, 2rem);
  }
}

/* ==========================================
	cmn.js
	※.j-gNav & .j-gNavActive & .j-headerScroll のレイアウトcssは .l-headerに記載
========================================== */
.j-loading {
  position: relative;
}
.j-loading__animation {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  z-index: 6;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100svh;
  background: #fff;
}
.j-loading__animation__logo {
  z-index: 7;
  position: absolute;
  display: block;
  aspect-ratio: 104/244;
  width: 10rem;
  left: calc(50% - 5rem);
  animation: fadeIn 0.5s ease forwards;
}
.j-loading__loaded .j-loading__animation {
  animation: 1s j-loading__fadeOut 0.5s ease-in forwards;
}
@keyframes j-loading__fadeOut {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

/* ==========================================
	slick.js
========================================== */
.j-slickSlider--fade, .j-slickSlider--fade--arrow, .j-slickSlider--slider, .j-slickSlider--slider3, .j-slickSlider--center, .j-slickSlider--center3, .j-slickSlider--centerPager, .j-slickSlider--thumb, .j-slickSlider--centerThumb, .j-slickSlider--scrolling {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.j-slickSlider--fade.slick-initialized, .j-slickSlider--fade--arrow.slick-initialized, .j-slickSlider--slider.slick-initialized, .j-slickSlider--slider3.slick-initialized, .j-slickSlider--center.slick-initialized, .j-slickSlider--center3.slick-initialized, .j-slickSlider--centerPager.slick-initialized, .j-slickSlider--thumb.slick-initialized, .j-slickSlider--centerThumb.slick-initialized, .j-slickSlider--scrolling.slick-initialized {
  visibility: visible;
  opacity: 1;
}
.j-slickSlider--fade .slick-slide img, .j-slickSlider--fade--arrow .slick-slide img, .j-slickSlider--slider .slick-slide img, .j-slickSlider--slider3 .slick-slide img, .j-slickSlider--center .slick-slide img, .j-slickSlider--center3 .slick-slide img, .j-slickSlider--centerPager .slick-slide img, .j-slickSlider--thumb .slick-slide img, .j-slickSlider--centerThumb .slick-slide img, .j-slickSlider--scrolling .slick-slide img {
  max-width: none;
  width: 100%;
}
.j-slickSlider--fade .slick-arrow, .j-slickSlider--fade--arrow .slick-arrow, .j-slickSlider--slider .slick-arrow, .j-slickSlider--slider3 .slick-arrow, .j-slickSlider--center .slick-arrow, .j-slickSlider--center3 .slick-arrow, .j-slickSlider--centerPager .slick-arrow, .j-slickSlider--thumb .slick-arrow, .j-slickSlider--centerThumb .slick-arrow, .j-slickSlider--scrolling .slick-arrow {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 2em;
  height: 2em;
  position: absolute;
  z-index: 2;
  top: calc(50% - 1em);
  border-radius: 50%;
  font-size: min(5.5vw, 3rem);
}
.j-slickSlider--fade .slick-arrow::before, .j-slickSlider--fade--arrow .slick-arrow::before, .j-slickSlider--slider .slick-arrow::before, .j-slickSlider--slider3 .slick-arrow::before, .j-slickSlider--center .slick-arrow::before, .j-slickSlider--center3 .slick-arrow::before, .j-slickSlider--centerPager .slick-arrow::before, .j-slickSlider--thumb .slick-arrow::before, .j-slickSlider--centerThumb .slick-arrow::before, .j-slickSlider--scrolling .slick-arrow::before {
  color: #fff;
  font-family: "Font Awesome 6 free";
}
.j-slickSlider--fade .slick-prev, .j-slickSlider--fade--arrow .slick-prev, .j-slickSlider--slider .slick-prev, .j-slickSlider--slider3 .slick-prev, .j-slickSlider--center .slick-prev, .j-slickSlider--center3 .slick-prev, .j-slickSlider--centerPager .slick-prev, .j-slickSlider--thumb .slick-prev, .j-slickSlider--centerThumb .slick-prev, .j-slickSlider--scrolling .slick-prev {
  left: 0;
}
.j-slickSlider--fade .slick-prev::before, .j-slickSlider--fade--arrow .slick-prev::before, .j-slickSlider--slider .slick-prev::before, .j-slickSlider--slider3 .slick-prev::before, .j-slickSlider--center .slick-prev::before, .j-slickSlider--center3 .slick-prev::before, .j-slickSlider--centerPager .slick-prev::before, .j-slickSlider--thumb .slick-prev::before, .j-slickSlider--centerThumb .slick-prev::before, .j-slickSlider--scrolling .slick-prev::before {
  content: "\f053";
  font-weight: 900;
}
.j-slickSlider--fade .slick-next, .j-slickSlider--fade--arrow .slick-next, .j-slickSlider--slider .slick-next, .j-slickSlider--slider3 .slick-next, .j-slickSlider--center .slick-next, .j-slickSlider--center3 .slick-next, .j-slickSlider--centerPager .slick-next, .j-slickSlider--thumb .slick-next, .j-slickSlider--centerThumb .slick-next, .j-slickSlider--scrolling .slick-next {
  right: 0;
}
.j-slickSlider--fade .slick-next::before, .j-slickSlider--fade--arrow .slick-next::before, .j-slickSlider--slider .slick-next::before, .j-slickSlider--slider3 .slick-next::before, .j-slickSlider--center .slick-next::before, .j-slickSlider--center3 .slick-next::before, .j-slickSlider--centerPager .slick-next::before, .j-slickSlider--thumb .slick-next::before, .j-slickSlider--centerThumb .slick-next::before, .j-slickSlider--scrolling .slick-next::before {
  content: "\f054";
  font-weight: 900;
}
.j-slickSlider--fade .slick-dots, .j-slickSlider--fade--arrow .slick-dots, .j-slickSlider--slider .slick-dots, .j-slickSlider--slider3 .slick-dots, .j-slickSlider--center .slick-dots, .j-slickSlider--center3 .slick-dots, .j-slickSlider--centerPager .slick-dots, .j-slickSlider--thumb .slick-dots, .j-slickSlider--centerThumb .slick-dots, .j-slickSlider--scrolling .slick-dots {
  display: flex;
  justify-content: center;
  position: absolute;
  z-index: 100;
  left: 0;
  bottom: 2em;
  width: 100%;
  font-size: min(2vw, 1rem);
}
.j-slickSlider--fade .slick-dots li, .j-slickSlider--fade--arrow .slick-dots li, .j-slickSlider--slider .slick-dots li, .j-slickSlider--slider3 .slick-dots li, .j-slickSlider--center .slick-dots li, .j-slickSlider--center3 .slick-dots li, .j-slickSlider--centerPager .slick-dots li, .j-slickSlider--thumb .slick-dots li, .j-slickSlider--centerThumb .slick-dots li, .j-slickSlider--scrolling .slick-dots li {
  padding: 1em 1.25em;
  line-height: 1em;
  color: #222;
}
.j-slickSlider--fade .slick-dots li::before, .j-slickSlider--fade--arrow .slick-dots li::before, .j-slickSlider--slider .slick-dots li::before, .j-slickSlider--slider3 .slick-dots li::before, .j-slickSlider--center .slick-dots li::before, .j-slickSlider--center3 .slick-dots li::before, .j-slickSlider--centerPager .slick-dots li::before, .j-slickSlider--thumb .slick-dots li::before, .j-slickSlider--centerThumb .slick-dots li::before, .j-slickSlider--scrolling .slick-dots li::before {
  content: "●";
  display: inline-block;
  transition: opacity 0.3s ease;
}
.j-slickSlider--fade .slick-dots li button, .j-slickSlider--fade--arrow .slick-dots li button, .j-slickSlider--slider .slick-dots li button, .j-slickSlider--slider3 .slick-dots li button, .j-slickSlider--center .slick-dots li button, .j-slickSlider--center3 .slick-dots li button, .j-slickSlider--centerPager .slick-dots li button, .j-slickSlider--thumb .slick-dots li button, .j-slickSlider--centerThumb .slick-dots li button, .j-slickSlider--scrolling .slick-dots li button {
  font-size: 0;
  color: transparent;
}
.j-slickSlider--fade .slick-dots li:hover, .j-slickSlider--fade .slick-dots li.slick-active, .j-slickSlider--fade--arrow .slick-dots li:hover, .j-slickSlider--fade--arrow .slick-dots li.slick-active, .j-slickSlider--slider .slick-dots li:hover, .j-slickSlider--slider .slick-dots li.slick-active, .j-slickSlider--slider3 .slick-dots li:hover, .j-slickSlider--slider3 .slick-dots li.slick-active, .j-slickSlider--center .slick-dots li:hover, .j-slickSlider--center .slick-dots li.slick-active, .j-slickSlider--center3 .slick-dots li:hover, .j-slickSlider--center3 .slick-dots li.slick-active, .j-slickSlider--centerPager .slick-dots li:hover, .j-slickSlider--centerPager .slick-dots li.slick-active, .j-slickSlider--thumb .slick-dots li:hover, .j-slickSlider--thumb .slick-dots li.slick-active, .j-slickSlider--centerThumb .slick-dots li:hover, .j-slickSlider--centerThumb .slick-dots li.slick-active, .j-slickSlider--scrolling .slick-dots li:hover, .j-slickSlider--scrolling .slick-dots li.slick-active {
  cursor: pointer;
  color: #fff;
}
.j-slickSlider--fade .slick-dots li:hover::before, .j-slickSlider--fade .slick-dots li.slick-active::before, .j-slickSlider--fade--arrow .slick-dots li:hover::before, .j-slickSlider--fade--arrow .slick-dots li.slick-active::before, .j-slickSlider--slider .slick-dots li:hover::before, .j-slickSlider--slider .slick-dots li.slick-active::before, .j-slickSlider--slider3 .slick-dots li:hover::before, .j-slickSlider--slider3 .slick-dots li.slick-active::before, .j-slickSlider--center .slick-dots li:hover::before, .j-slickSlider--center .slick-dots li.slick-active::before, .j-slickSlider--center3 .slick-dots li:hover::before, .j-slickSlider--center3 .slick-dots li.slick-active::before, .j-slickSlider--centerPager .slick-dots li:hover::before, .j-slickSlider--centerPager .slick-dots li.slick-active::before, .j-slickSlider--thumb .slick-dots li:hover::before, .j-slickSlider--thumb .slick-dots li.slick-active::before, .j-slickSlider--centerThumb .slick-dots li:hover::before, .j-slickSlider--centerThumb .slick-dots li.slick-active::before, .j-slickSlider--scrolling .slick-dots li:hover::before, .j-slickSlider--scrolling .slick-dots li.slick-active::before {
  opacity: 1;
}
.j-slickSlider--fade .slick-thum, .j-slickSlider--fade--arrow .slick-thum, .j-slickSlider--slider .slick-thum, .j-slickSlider--slider3 .slick-thum, .j-slickSlider--center .slick-thum, .j-slickSlider--center3 .slick-thum, .j-slickSlider--centerPager .slick-thum, .j-slickSlider--thumb .slick-thum, .j-slickSlider--centerThumb .slick-thum, .j-slickSlider--scrolling .slick-thum {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.j-slickSlider--fade .slick-thum > *, .j-slickSlider--fade--arrow .slick-thum > *, .j-slickSlider--slider .slick-thum > *, .j-slickSlider--slider3 .slick-thum > *, .j-slickSlider--center .slick-thum > *, .j-slickSlider--center3 .slick-thum > *, .j-slickSlider--centerPager .slick-thum > *, .j-slickSlider--thumb .slick-thum > *, .j-slickSlider--centerThumb .slick-thum > *, .j-slickSlider--scrolling .slick-thum > * {
  width: 22%;
  margin-right: 4%;
}
.j-slickSlider--fade .slick-thum > *:nth-child(4n), .j-slickSlider--fade--arrow .slick-thum > *:nth-child(4n), .j-slickSlider--slider .slick-thum > *:nth-child(4n), .j-slickSlider--slider3 .slick-thum > *:nth-child(4n), .j-slickSlider--center .slick-thum > *:nth-child(4n), .j-slickSlider--center3 .slick-thum > *:nth-child(4n), .j-slickSlider--centerPager .slick-thum > *:nth-child(4n), .j-slickSlider--thumb .slick-thum > *:nth-child(4n), .j-slickSlider--centerThumb .slick-thum > *:nth-child(4n), .j-slickSlider--scrolling .slick-thum > *:nth-child(4n) {
  margin-right: 0;
}
.j-slickSlider--fade .slick-thum > li, .j-slickSlider--fade--arrow .slick-thum > li, .j-slickSlider--slider .slick-thum > li, .j-slickSlider--slider3 .slick-thum > li, .j-slickSlider--center .slick-thum > li, .j-slickSlider--center3 .slick-thum > li, .j-slickSlider--centerPager .slick-thum > li, .j-slickSlider--thumb .slick-thum > li, .j-slickSlider--centerThumb .slick-thum > li, .j-slickSlider--scrolling .slick-thum > li {
  margin-top: 2em;
  transition: opacity 0.3s ease;
}
.j-slickSlider--fade .slick-thum > li:hover, .j-slickSlider--fade--arrow .slick-thum > li:hover, .j-slickSlider--slider .slick-thum > li:hover, .j-slickSlider--slider3 .slick-thum > li:hover, .j-slickSlider--center .slick-thum > li:hover, .j-slickSlider--center3 .slick-thum > li:hover, .j-slickSlider--centerPager .slick-thum > li:hover, .j-slickSlider--thumb .slick-thum > li:hover, .j-slickSlider--centerThumb .slick-thum > li:hover, .j-slickSlider--scrolling .slick-thum > li:hover {
  cursor: pointer;
  opacity: 0.6;
}
.j-slickSlider--fade .slick-thum .slick-active, .j-slickSlider--fade--arrow .slick-thum .slick-active, .j-slickSlider--slider .slick-thum .slick-active, .j-slickSlider--slider3 .slick-thum .slick-active, .j-slickSlider--center .slick-thum .slick-active, .j-slickSlider--center3 .slick-thum .slick-active, .j-slickSlider--centerPager .slick-thum .slick-active, .j-slickSlider--thumb .slick-thum .slick-active, .j-slickSlider--centerThumb .slick-thum .slick-active, .j-slickSlider--scrolling .slick-thum .slick-active {
  opacity: 0.6;
}
.j-slickSlider--center .slick-slide, .j-slickSlider--center3 .slick-slide {
  margin: 0 0.5em;
}

/* ==========================================
	fancybox.js
========================================== */
.fancybox-content {
  width: min(90%, 562.5px);
  padding: min(5vw, 3rem);
}

.fancybox-slide--html .fancybox-close-small {
  right: auto;
  left: 0;
}

.j-fancyIframe__content {
  display: none;
}

/* ==========================================
	transition.js
========================================== */
/* フェードのみ */
.j-transition {
  transition: opacity 3s ease, transform 3s ease;
  opacity: 0;
  /* フェード＋上部移動（classにj-transitionと並列して指定） */
  /* ディレイ（classにj-transitionと並列して指定） */
}
.j-transition.j-transition__in {
  opacity: 1;
  transform: translateY(0);
}
.j-transition.j-transition--up {
  transition: opacity 3s ease, transform 3s ease;
  opacity: 0;
  transform: translateY(2em);
}
.j-transition.j-transition--up.j-transition__in {
  opacity: 1;
  transform: translateY(0);
}
.j-transition.j-transition__delay2 {
  transition-delay: 0.5s;
}
.j-transition.j-transition__delay3 {
  transition-delay: 1s;
}
.j-transition.j-transition__delay4 {
  transition-delay: 1.5s;
}

/* ==========================================
	accordion.js
========================================== */
.j-acButton {
  transition: filter 0.3s ease;
}
.j-acButton::after {
  display: inline-block;
  content: "\f078";
  font-family: "Font Awesome 6 free";
  margin-left: 0.5em;
  font-size: 0.8em;
  transform: translateY(-0.25em);
}
.j-acButton.j-active::after {
  transform: rotate(180deg) translateY(0.25em);
}

.j-acButton:hover {
  cursor: pointer;
  filter: opacity(0.6);
}

@media screen and (max-width: 768px) {
  .j-acButton--sp {
    transition: filter 0.3s ease;
  }
  .j-acMenu--sp {
    display: none;
    transition: opacity 0.3s ease;
    animation: fadeOut 0.3s ease;
  }
  .j-acMenu--sp.j-active {
    display: block;
    transition: opacity 0.3s ease;
    animation: fadeIn 0.3s ease;
  }
}
.c-list > li, .c-list__disc > li, .c-list__decimal > li {
  padding: 0 0 0 1.2em;
  margin-bottom: 0.5em;
  line-height: 1.8em;
}
.c-list > li:last-of-type, .c-list__disc > li:last-of-type, .c-list__decimal > li:last-of-type {
  margin-bottom: 0;
}
.c-list__decimal > li {
  list-style: decimal;
}
.c-list__disc > li {
  position: relative;
}
.c-list__disc > li::before {
  position: absolute;
  left: 0;
  display: inline-block;
  content: "・";
}
.c-list__dl2clm {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  border-top: 1px #9b8872 solid;
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック Medium", "游ゴシック体 Medium", "Yu Gothic Medium", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  line-height: 1.8em;
}
.c-list__dl2clm > dt, .c-list__dl2clm > dd {
  padding: 1em;
  border-bottom: 1px #9b8872 solid;
}
.c-list__dl2clm > dt {
  width: 10em;
}
.c-list__dl2clm > dd {
  width: calc(100% - 10em);
}
.c-list__dl2clm--dtRight {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.c-list__dl2clm--dtRight > dt,
.c-list__dl2clm--dtRight > dd {
  padding: 1em 0;
  border-bottom: 1px #9b8872 solid;
  line-height: 2.5em;
}
.c-list__dl2clm--dtRight > dt {
  width: 15em;
  text-align: right;
  padding-right: 2em;
}
.c-list__dl2clm--dtRight > dd {
  width: calc(100% - 15em);
}
@media screen and (max-width: 768px) {
  .c-list__dl2clm--dtRight > dt,
  .c-list__dl2clm--dtRight > dd {
    width: 100%;
    line-height: 1.8em;
  }
  .c-list__dl2clm--dtRight > dt {
    padding: 1em 0 0;
    border-bottom: none;
    text-align: left;
  }
  .c-list__dl2clm--dtRight > dd {
    padding-top: 0.5em;
    border-bottom: 1px #9b8872 solid;
  }
}
.c-list__breadcrumb {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  font-size: min(2.5vw, 1.2rem);
}
.c-list__breadcrumb > li {
  margin-bottom: 1em;
}
.c-list__breadcrumb > li::after {
  content: "＞";
  margin: 0 0.5em;
}
.c-list__breadcrumb > li:last-of-type {
  opacity: 0.8;
}
.c-list__breadcrumb > li:last-of-type::after {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-list__breadcrumb {
    font-size: min(2.5vw, 1.2rem);
  }
}
.c-list__pageNav {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  justify-content: center;
}
.c-list__pageNav__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 0 2em;
  border-right: 1px #222 solid;
}
.c-list__pageNav__list:nth-of-type(1) {
  border-left: 1px #222 solid;
}
.c-list__pageNav__link {
  padding: 0.25em 0;
}
.c-list__pageNav__active {
  border-bottom: 1px #6E348A solid;
  color: #6E348A;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .c-list__pageNav__list {
    width: 50%;
    text-align: center;
    padding: 0 1em;
    margin-bottom: 1em;
  }
  .c-list__pageNav__list:nth-of-type(2n+1) {
    border-left: 1px #222 solid;
  }
}
.c-list__pager {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  justify-content: center;
  margin: 3em auto;
}
.c-list__pager__list {
  margin: 0.5em;
}
.c-list__pager__button, .c-list__pager__current, .c-list__pager__nolink {
  display: inline-block;
  padding: 1em 1.25em;
  line-height: 1em;
  border: 1px #6E348A solid;
  background-color: #fff;
  color: #6E348A;
}
.c-list__pager__button {
  transition: background-color 0.3s ease, color 0.3s ease;
}
.c-list__pager__button:hover {
  filter: opacity(1);
  background-color: #6E348A;
  color: #fff;
}
.c-list__pager__current {
  background-color: #6E348A;
  color: #fff;
}
.c-list__pager__nolink {
  opacity: 0.3;
}
.c-list__newsList {
  font-size: min(3.5vw, 1.6rem);
  border-top: 1px #222 solid;
  line-height: 1.4em;
}
.c-list__newsList__list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 1.5em 0;
  border-bottom: 1px #222 solid;
}
.c-list__newsList__list:first-of-type {
  margin-top: 0;
}
.c-list__newsList__link {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  padding-right: 2em;
}
.c-list__newsList__link::after {
  display: inline-block;
  padding-left: 0.25em;
  font-family: "Font Awesome 6 free";
  content: "\f105";
  font-weight: bold;
}
.c-list__newsList__link::after {
  position: absolute;
  right: 0.5em;
  top: 50%;
  margin-top: -0.5em;
}
.c-list__newsList__entry {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  line-height: 1.8em;
}
.c-list__newsList__date {
  width: 7em;
  padding-right: 1em;
}
.c-list__newsList__title {
  width: calc(100% - 7em - 13em);
}
.c-list__newsList__label {
  width: 13em;
  padding-right: 1em;
}
.c-list__newsList__label__tag {
  display: block;
  width: 100%;
  padding: 0.25em 0.5em;
  margin-right: 0.5em;
  text-align: center;
  line-height: 1em;
  border: 1px #222 solid;
}
@media screen and (max-width: 768px) {
  .c-list__newsList__entry {
    flex-direction: column-reverse;
  }
  .c-list__newsList__link {
    display: block;
  }
  .c-list__newsList__date {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0.5em;
  }
  .c-list__newsList__label {
    width: fit-content;
    padding-right: 0;
    margin-bottom: 0.75em;
  }
  .c-list__newsList__label__tag {
    display: inline-block;
  }
  .c-list__newsList__title {
    width: 100%;
    line-height: 1.4em;
  }
}
.c-list__dotted {
  margin-left: 1.5em;
  list-style-type: disc;
}
.c-list__dotted li {
  display: list-item;
  font-size: clamp(1.6rem, 1.317715959vw, 1.8rem);
  line-height: 2;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .c-list__dotted li {
    font-size: 1.2rem;
    line-height: 1.75;
    letter-spacing: 0.05em;
  }
}
.c-list__itemList {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.c-list__itemList__list > a {
  display: block;
}
.c-list__itemList__photo {
  border-radius: 2rem;
  overflow: hidden;
}
.c-list__itemList__name {
  margin-top: 1em;
  line-height: 1.8em;
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック Medium", "游ゴシック体 Medium", "Yu Gothic Medium", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.c-list__itemList__price {
  margin-top: 0.5em;
  font-size: min(4.5vw, 2rem);
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック Medium", "游ゴシック体 Medium", "Yu Gothic Medium", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.c-list__itemList__rank {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 2em;
  height: 2em;
  position: absolute;
  left: -1em;
  top: -1em;
  border-radius: 9999px;
  background-color: #6E348A;
  color: #fff;
  font-size: min(5.5vw, 3rem);
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック Medium", "游ゴシック体 Medium", "Yu Gothic Medium", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.c-list__itemList__rank__no {
  font-size: min(2.5vw, 1.2rem);
}
.c-list__itemList__rank--1 {
  background-color: #a6834a;
}
.c-list__itemList__rank--2 {
  background-color: #808080;
}
.c-list__itemList__rank--3 {
  background-color: #9b6559;
}
.c-list__ranking, .c-list__checked {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.c-list__ranking > *, .c-list__checked > * {
  position: relative;
  width: 16%;
  margin-right: 5%;
}
.c-list__ranking > *:nth-of-type(5n), .c-list__checked > *:nth-of-type(5n) {
  margin-right: 0;
}
.c-list__ranking > *:nth-of-type(6), .c-list__checked > *:nth-of-type(6) {
  display: none;
}
.c-list__ranking > * > a, .c-list__checked > * > a {
  display: block;
}
@media screen and (max-width: 768px) {
  .c-list__ranking, .c-list__checked {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .c-list__ranking > *, .c-list__checked > * {
    width: 45%;
    margin-right: 10%;
  }
  .c-list__ranking > *:nth-child(2n), .c-list__checked > *:nth-child(2n) {
    margin-right: 0;
  }
  .c-list__ranking > *, .c-list__checked > * {
    margin-bottom: 4em;
  }
  .c-list__ranking > *:nth-of-type(5n), .c-list__checked > *:nth-of-type(5n) {
    margin-right: 10%;
  }
  .c-list__ranking > *:nth-of-type(2n), .c-list__checked > *:nth-of-type(2n) {
    margin-right: 0;
  }
  .c-list__ranking > *:nth-of-type(6), .c-list__checked > *:nth-of-type(6) {
    display: block;
  }
}
.c-list__price {
  display: block;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: min(5vw, 3rem);
  padding-right: min(5vw, 3rem);
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.c-list__price > * {
  width: 30%;
  margin-right: 5%;
}
.c-list__price > *:nth-child(3n) {
  margin-right: 0;
}
.c-list__price__list {
  margin-bottom: 2em;
}
.c-list__price__button {
  display: block;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-list__price__list {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1.5em;
  }
}

.c-table {
  border: solid 1px #222;
}
.c-table > thead > tr > th, .c-table > thead > tr > td, .c-table > tbody > tr > th, .c-table > tbody > tr > td {
  padding: min(2.5vw, 1.5rem);
  border: solid 1px #222;
}
.c-table > thead > tr > th, .c-table > tbody > tr > th {
  text-align: center;
  background-color: #E7DBCD;
  color: #222;
}
.c-table > thead > tr > td, .c-table > tbody > tr > td {
  color: #222;
}
.c-table > tr > th, .c-table > tr > td {
  padding: min(2.5vw, 1.5rem);
  border: solid 1px #222;
}
.c-table > tr > th {
  text-align: center;
  background-color: #E7DBCD;
  color: #222;
}
.c-table > tr > td {
  color: #222;
}
.c-table__none {
  background: url("../img/bg-table-noneline.png") left 0 top 0/100% 100% no-repeat;
}
.c-table__scroll {
  width: 100%;
  overflow-x: scroll;
}
.c-table__scroll__notes {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-table__scroll__notes {
    display: block;
    margin: 0.5em 0 1em;
    font-size: min(2.5vw, 1.2rem);
  }
}

.c-text, .c-text--l, .c-text--s, .c-text--ss {
  line-height: 1.8em;
  /* ------------------
  	title
  ------------------ */
}
.c-text--ss {
  font-size: min(2vw, 1rem);
}
@media screen and (max-width: 768px) {
  .c-text--ss {
    font-size: min(2vw, 1rem);
  }
}
.c-text--s {
  font-size: min(2.5vw, 1.2rem);
}
@media screen and (max-width: 768px) {
  .c-text--s {
    font-size: min(2.5vw, 1.2rem);
  }
}
.c-text--l {
  font-size: min(4.5vw, 2rem);
}
@media screen and (max-width: 768px) {
  .c-text--l {
    font-size: min(4.5vw, 2rem);
  }
}
.c-text__left {
  text-align: left;
}
.c-text__right {
  text-align: right;
}
.c-text__center {
  text-align: center;
}
.c-text__tate, .c-text__tate--pc {
  writing-mode: vertical-rl;
  text-orientation: upright;
}
@media screen and (max-width: 768px) {
  .c-text__tate--pc {
    writing-mode: horizontal-tb;
  }
}
.c-text__mincho {
  font-family: "EB Garamond", "Noto Serif JP", "游明朝 Medium", "游明朝体 Medium", "Yu Mincho Medium", "YuMincho Medium", "游明朝", "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", serif;
}
.c-text__gothic {
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック Medium", "游ゴシック体 Medium", "Yu Gothic Medium", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.c-text__name {
  font-family: "Noto Serif JP", "游明朝 Medium", "游明朝体 Medium", "Yu Mincho Medium", "YuMincho Medium", "游明朝", "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", serif;
}
.c-text__blue {
  color: #67A7AD;
  font-weight: bold;
}
.c-text__blueLight {
  color: #67A7AD;
  font-weight: bold;
}
.c-text__red {
  color: #DD2A2E;
  font-weight: bold;
}
.c-text__choco {
  color: #F8F4E6;
  font-weight: bold;
}
.c-text__orange {
  color: #e27023;
  font-weight: bold;
}
.c-text__underline {
  text-decoration: underline;
}
.c-text__soldout {
  display: inline-block;
  padding: 0.25em 0.7em;
  border: 1px #DD2A2E solid;
  line-height: 1em;
  color: #DD2A2E;
}
.c-text__category {
  display: inline-block;
  padding: 0.25em 0.7em;
  border: 1px #9b8872 solid;
  line-height: 1em;
  color: #9b8872;
}
.c-text__price__yen {
  font-size: 0.6em;
}
.c-text__price__sale__off {
  color: #9b8872;
}
.c-text__title, .c-text__title--boxBgLightblue, .c-text__title--topBorder {
  position: relative;
  text-align: center;
  padding-top: 1.5em;
  margin: 3em auto 2em;
  font-size: min(6.5vw, 3.5rem);
  line-height: 1.4em;
  font-family: "EB Garamond", "Noto Serif JP", "游明朝 Medium", "游明朝体 Medium", "Yu Mincho Medium", "YuMincho Medium", "游明朝", "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", serif;
}
.c-text__title::before, .c-text__title--boxBgLightblue::before, .c-text__title--topBorder::before {
  position: absolute;
  top: 0;
  left: calc(50% - 0.5em);
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-bottom: 0.5em;
  background: url("../img/icn-perplesweetlord.svg") center top/contain no-repeat;
}
.c-text__title__sub {
  font-size: min(3.5vw, 1.6rem);
}
@media screen and (max-width: 768px) {
  .c-text__title, .c-text__title--boxBgLightblue, .c-text__title--topBorder {
    margin: 3em auto 1em;
    font-size: min(5.5vw, 3rem);
  }
}
.c-text__title--sub {
  margin: 2em auto 1em;
  font-size: min(5.5vw, 3rem);
  line-height: 1.4em;
  font-family: "EB Garamond", "Noto Serif JP", "游明朝 Medium", "游明朝体 Medium", "Yu Mincho Medium", "YuMincho Medium", "游明朝", "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", serif;
}
@media screen and (max-width: 768px) {
  .c-text__title--sub {
    margin: 1.5em auto 0.5em;
  }
}
.c-text__title--topBorder {
  position: relative;
}
.c-text__title--topBorder::before {
  position: absolute;
  left: calc(50% - 1em);
  top: -0.75em;
  content: "";
  display: block;
  width: 2em;
  height: 4px;
  border-radius: 2px;
  background-color: #6E348A;
}
.c-text__title--boxBgLightblue {
  text-align: left;
  margin-bottom: 0.5em;
  padding: 0.5em;
  background-color: #E7DBCD;
}
.c-text__title--underline {
  display: inline-block;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 0.75em;
  padding-bottom: 0.25em;
  border-bottom: 1px #222 solid;
  font-size: min(4.5vw, 2rem);
  font-weight: bold;
}
.c-text__title--bar {
  text-align: left;
  margin-top: 2em;
  margin-bottom: 0.75em;
  font-size: min(4.5vw, 2rem);
  font-weight: bold;
}
.c-text__title--bar::before {
  display: inline-block;
  content: "－";
  margin-right: 0.25em;
}
.c-text__title__ruby, .c-text__title__ruby--under {
  display: inline-block;
  position: relative;
}
.c-text__title__ruby--under {
  margin-bottom: 0.5em;
}
.c-text__title__ruby--under > rt {
  display: block;
  width: 100%;
  position: absolute;
  bottom: -1.5em;
  left: 0;
  font-size: 0.3em;
  text-align: center;
}

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

.c-view--sp {
  display: none;
}
.c-view--sp--inline {
  display: none;
}
.c-view--sp--flex {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-view--sp {
    display: block;
  }
  .c-view--sp--inline {
    display: inline;
  }
  .c-view--sp--flex {
    display: flex;
  }
}

.c-wrap__l {
  display: block;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: min(5vw, 3rem);
  padding-right: min(5vw, 3rem);
}
.c-wrap__m {
  display: block;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: min(5vw, 3rem);
  padding-right: min(5vw, 3rem);
}
.c-wrap__s {
  display: block;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: min(5vw, 3rem);
  padding-right: min(5vw, 3rem);
}
.c-wrap__ss {
  display: block;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: min(5vw, 3rem);
  padding-right: min(5vw, 3rem);
}
.c-wrap__bgBeige {
  background-color: #F8F4E6;
}
.c-wrap__bgBlue {
  background-color: #6E348A;
  color: #fff;
}
.c-wrap__bgWhite, .c-wrap__bgWhite--box {
  background-color: #fff;
  color: #6E348A;
}
.c-wrap__bgWhite--box {
  border-radius: 2em;
  padding: min(7vw, 5rem);
  box-shadow: 0 0 1em rgba(34, 34, 34, 0.8);
}

body.cke_ltr {
  font-size: 1.6rem;
}

.c-wysiwyg, .body.cke_ltr, .cke_editable {
  /* basic /////////////////////// */
  font-size: min(3.5vw, 1.6rem);
  line-height: 1.8em;
  /* title & text /////////////////////// */
  /* table & list /////////////////////// */
  /* link /////////////////////// */
  /* box & image /////////////////////// */
  /* margin /////////////////////// */
}
.c-wysiwyg h2, .c-wysiwyg h3, .c-wysiwyg h4, .c-wysiwyg h5, .c-wysiwyg h6, .body.cke_ltr h2, .body.cke_ltr h3, .body.cke_ltr h4, .body.cke_ltr h5, .body.cke_ltr h6, .cke_editable h2, .cke_editable h3, .cke_editable h4, .cke_editable h5, .cke_editable h6 {
  margin: 1em 0;
  font-weight: bold;
  line-height: 1.4em;
}
.c-wysiwyg h2, .body.cke_ltr h2, .cke_editable h2 {
  font-size: min(5.5vw, 3rem);
  line-height: 1.4em;
  border-bottom: 1px #222 solid;
  padding-bottom: 0.25em;
}
.c-wysiwyg h3, .body.cke_ltr h3, .cke_editable h3 {
  font-size: min(4.5vw, 2rem);
  padding: 0.25em 0 0.25em 0.5em;
  line-height: 1.4em;
  border-left: 3px #222 solid;
}
.c-wysiwyg h4, .body.cke_ltr h4, .cke_editable h4 {
  font-size: min(3.5vw, 1.6rem);
  padding: 0.25em 0;
}
.c-wysiwyg h4::before, .body.cke_ltr h4::before, .cke_editable h4::before {
  content: "-";
  margin-right: 1em;
}
.c-wysiwyg h5, .body.cke_ltr h5, .cke_editable h5 {
  font-size: min(3.5vw, 1.6rem);
}
.c-wysiwyg h6, .body.cke_ltr h6, .cke_editable h6 {
  font-size: min(3.5vw, 1.6rem);
}
.c-wysiwyg p, .body.cke_ltr p, .cke_editable p {
  margin-bottom: 1em;
}
.c-wysiwyg a, .body.cke_ltr a, .cke_editable a {
  text-decoration: underline;
}
.c-wysiwyg img, .body.cke_ltr img, .cke_editable img {
  width: 100%;
  height: auto;
  max-width: none;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.c-wysiwyg video, .body.cke_ltr video, .cke_editable video {
  width: 100%;
  height: auto;
}
.c-wysiwyg .fontMincho, .body.cke_ltr .fontMincho, .cke_editable .fontMincho {
  font-family: "EB Garamond", "Noto Serif JP", "游明朝 Medium", "游明朝体 Medium", "Yu Mincho Medium", "YuMincho Medium", "游明朝", "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", serif;
}
.c-wysiwyg .fontBig, .body.cke_ltr .fontBig, .cke_editable .fontBig {
  font-size: min(4.5vw, 2rem);
}
.c-wysiwyg .fontSub, .body.cke_ltr .fontSub, .cke_editable .fontSub {
  font-size: min(2.5vw, 1.2rem);
}
.c-wysiwyg .fontMin, .body.cke_ltr .fontMin, .cke_editable .fontMin {
  font-size: min(2vw, 1rem);
}
@media screen and (max-width: 768px) {
  .c-wysiwyg h2, .c-wysiwyg h3, .c-wysiwyg h4, .c-wysiwyg h5, .c-wysiwyg h6, .body.cke_ltr h2, .body.cke_ltr h3, .body.cke_ltr h4, .body.cke_ltr h5, .body.cke_ltr h6, .cke_editable h2, .cke_editable h3, .cke_editable h4, .cke_editable h5, .cke_editable h6 {
    font-size: min(3.5vw, 1.6rem);
  }
  .c-wysiwyg p, .body.cke_ltr p, .cke_editable p {
    line-height: 1.8em;
  }
}
.c-wysiwyg table, .body.cke_ltr table, .cke_editable table {
  border: solid 1px #222;
}
.c-wysiwyg table > thead > tr > th, .c-wysiwyg table > thead > tr > td, .c-wysiwyg table > tbody > tr > th, .c-wysiwyg table > tbody > tr > td, .body.cke_ltr table > thead > tr > th, .body.cke_ltr table > thead > tr > td, .body.cke_ltr table > tbody > tr > th, .body.cke_ltr table > tbody > tr > td, .cke_editable table > thead > tr > th, .cke_editable table > thead > tr > td, .cke_editable table > tbody > tr > th, .cke_editable table > tbody > tr > td {
  padding: min(2.5vw, 1.5rem);
  border: solid 1px #222;
}
.c-wysiwyg table > thead > tr > th, .c-wysiwyg table > tbody > tr > th, .body.cke_ltr table > thead > tr > th, .body.cke_ltr table > tbody > tr > th, .cke_editable table > thead > tr > th, .cke_editable table > tbody > tr > th {
  text-align: center;
  background-color: #E7DBCD;
  color: #222;
}
.c-wysiwyg table > thead > tr > td, .c-wysiwyg table > tbody > tr > td, .body.cke_ltr table > thead > tr > td, .body.cke_ltr table > tbody > tr > td, .cke_editable table > thead > tr > td, .cke_editable table > tbody > tr > td {
  color: #222;
}
.c-wysiwyg table > tr > th, .c-wysiwyg table > tr > td, .body.cke_ltr table > tr > th, .body.cke_ltr table > tr > td, .cke_editable table > tr > th, .cke_editable table > tr > td {
  padding: min(2.5vw, 1.5rem);
  border: solid 1px #222;
}
.c-wysiwyg table > tr > th, .body.cke_ltr table > tr > th, .cke_editable table > tr > th {
  text-align: center;
  background-color: #E7DBCD;
  color: #222;
}
.c-wysiwyg table > tr > td, .body.cke_ltr table > tr > td, .cke_editable table > tr > td {
  color: #222;
}
.c-wysiwyg table__scroll, .body.cke_ltr table__scroll, .cke_editable table__scroll {
  width: 100%;
  overflow-x: scroll;
}
.c-wysiwyg table__scroll__notes, .body.cke_ltr table__scroll__notes, .cke_editable table__scroll__notes {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-wysiwyg table__scroll__notes, .body.cke_ltr table__scroll__notes, .cke_editable table__scroll__notes {
    display: block;
    margin: 0.5em 0 1em;
    font-size: min(2.5vw, 1.2rem);
  }
}
.c-wysiwyg ul.basic li, .c-wysiwyg ol.basic li, .body.cke_ltr ul.basic li, .body.cke_ltr ol.basic li, .cke_editable ul.basic li, .cke_editable ol.basic li {
  margin-bottom: 1em;
}
.c-wysiwyg ul.basic li::before, .c-wysiwyg ol.basic li::before, .body.cke_ltr ul.basic li::before, .body.cke_ltr ol.basic li::before, .cke_editable ul.basic li::before, .cke_editable ol.basic li::before {
  margin-right: 1em;
}
.c-wysiwyg ul.basic li::before, .body.cke_ltr ul.basic li::before, .cke_editable ul.basic li::before {
  content: "●";
}
.c-wysiwyg ol.basic li:nth-of-type(1)::before, .body.cke_ltr ol.basic li:nth-of-type(1)::before, .cke_editable ol.basic li:nth-of-type(1)::before {
  content: "1.";
}
.c-wysiwyg ol.basic li:nth-of-type(2)::before, .body.cke_ltr ol.basic li:nth-of-type(2)::before, .cke_editable ol.basic li:nth-of-type(2)::before {
  content: "2.";
}
.c-wysiwyg ol.basic li:nth-of-type(3)::before, .body.cke_ltr ol.basic li:nth-of-type(3)::before, .cke_editable ol.basic li:nth-of-type(3)::before {
  content: "3.";
}
.c-wysiwyg ol.basic li:nth-of-type(4)::before, .body.cke_ltr ol.basic li:nth-of-type(4)::before, .cke_editable ol.basic li:nth-of-type(4)::before {
  content: "4.";
}
.c-wysiwyg ol.basic li:nth-of-type(5)::before, .body.cke_ltr ol.basic li:nth-of-type(5)::before, .cke_editable ol.basic li:nth-of-type(5)::before {
  content: "5.";
}
.c-wysiwyg ol.basic li:nth-of-type(6)::before, .body.cke_ltr ol.basic li:nth-of-type(6)::before, .cke_editable ol.basic li:nth-of-type(6)::before {
  content: "6.";
}
.c-wysiwyg ol.basic li:nth-of-type(7)::before, .body.cke_ltr ol.basic li:nth-of-type(7)::before, .cke_editable ol.basic li:nth-of-type(7)::before {
  content: "7.";
}
.c-wysiwyg ol.basic li:nth-of-type(8)::before, .body.cke_ltr ol.basic li:nth-of-type(8)::before, .cke_editable ol.basic li:nth-of-type(8)::before {
  content: "8.";
}
.c-wysiwyg ol.basic li:nth-of-type(9)::before, .body.cke_ltr ol.basic li:nth-of-type(9)::before, .cke_editable ol.basic li:nth-of-type(9)::before {
  content: "9.";
}
.c-wysiwyg ol.basic li:nth-of-type(10)::before, .body.cke_ltr ol.basic li:nth-of-type(10)::before, .cke_editable ol.basic li:nth-of-type(10)::before {
  content: "10.";
}
.c-wysiwyg ol.basic li:nth-of-type(11)::before, .body.cke_ltr ol.basic li:nth-of-type(11)::before, .cke_editable ol.basic li:nth-of-type(11)::before {
  content: "11.";
}
.c-wysiwyg ol.basic li:nth-of-type(12)::before, .body.cke_ltr ol.basic li:nth-of-type(12)::before, .cke_editable ol.basic li:nth-of-type(12)::before {
  content: "12.";
}
.c-wysiwyg ol.basic li:nth-of-type(13)::before, .body.cke_ltr ol.basic li:nth-of-type(13)::before, .cke_editable ol.basic li:nth-of-type(13)::before {
  content: "13.";
}
.c-wysiwyg ol.basic li:nth-of-type(14)::before, .body.cke_ltr ol.basic li:nth-of-type(14)::before, .cke_editable ol.basic li:nth-of-type(14)::before {
  content: "14.";
}
.c-wysiwyg ol.basic li:nth-of-type(15)::before, .body.cke_ltr ol.basic li:nth-of-type(15)::before, .cke_editable ol.basic li:nth-of-type(15)::before {
  content: "15.";
}
.c-wysiwyg ol.basic li:nth-of-type(16)::before, .body.cke_ltr ol.basic li:nth-of-type(16)::before, .cke_editable ol.basic li:nth-of-type(16)::before {
  content: "16.";
}
.c-wysiwyg ol.basic li:nth-of-type(17)::before, .body.cke_ltr ol.basic li:nth-of-type(17)::before, .cke_editable ol.basic li:nth-of-type(17)::before {
  content: "17.";
}
.c-wysiwyg ol.basic li:nth-of-type(18)::before, .body.cke_ltr ol.basic li:nth-of-type(18)::before, .cke_editable ol.basic li:nth-of-type(18)::before {
  content: "18.";
}
.c-wysiwyg ol.basic li:nth-of-type(19)::before, .body.cke_ltr ol.basic li:nth-of-type(19)::before, .cke_editable ol.basic li:nth-of-type(19)::before {
  content: "19.";
}
.c-wysiwyg ol.basic li:nth-of-type(20)::before, .body.cke_ltr ol.basic li:nth-of-type(20)::before, .cke_editable ol.basic li:nth-of-type(20)::before {
  content: "20.";
}
.c-wysiwyg ol.basic li:nth-of-type(21)::before, .body.cke_ltr ol.basic li:nth-of-type(21)::before, .cke_editable ol.basic li:nth-of-type(21)::before {
  content: "21.";
}
.c-wysiwyg ol.basic li:nth-of-type(22)::before, .body.cke_ltr ol.basic li:nth-of-type(22)::before, .cke_editable ol.basic li:nth-of-type(22)::before {
  content: "22.";
}
.c-wysiwyg ol.basic li:nth-of-type(23)::before, .body.cke_ltr ol.basic li:nth-of-type(23)::before, .cke_editable ol.basic li:nth-of-type(23)::before {
  content: "23.";
}
.c-wysiwyg ol.basic li:nth-of-type(24)::before, .body.cke_ltr ol.basic li:nth-of-type(24)::before, .cke_editable ol.basic li:nth-of-type(24)::before {
  content: "24.";
}
.c-wysiwyg ol.basic li:nth-of-type(25)::before, .body.cke_ltr ol.basic li:nth-of-type(25)::before, .cke_editable ol.basic li:nth-of-type(25)::before {
  content: "25.";
}
.c-wysiwyg ol.basic li:nth-of-type(26)::before, .body.cke_ltr ol.basic li:nth-of-type(26)::before, .cke_editable ol.basic li:nth-of-type(26)::before {
  content: "26.";
}
.c-wysiwyg ol.basic li:nth-of-type(27)::before, .body.cke_ltr ol.basic li:nth-of-type(27)::before, .cke_editable ol.basic li:nth-of-type(27)::before {
  content: "27.";
}
.c-wysiwyg ol.basic li:nth-of-type(28)::before, .body.cke_ltr ol.basic li:nth-of-type(28)::before, .cke_editable ol.basic li:nth-of-type(28)::before {
  content: "28.";
}
.c-wysiwyg ol.basic li:nth-of-type(29)::before, .body.cke_ltr ol.basic li:nth-of-type(29)::before, .cke_editable ol.basic li:nth-of-type(29)::before {
  content: "29.";
}
.c-wysiwyg ol.basic li:nth-of-type(30)::before, .body.cke_ltr ol.basic li:nth-of-type(30)::before, .cke_editable ol.basic li:nth-of-type(30)::before {
  content: "30.";
}
.c-wysiwyg ol.basic li:nth-of-type(31)::before, .body.cke_ltr ol.basic li:nth-of-type(31)::before, .cke_editable ol.basic li:nth-of-type(31)::before {
  content: "31.";
}
.c-wysiwyg ol.basic li:nth-of-type(32)::before, .body.cke_ltr ol.basic li:nth-of-type(32)::before, .cke_editable ol.basic li:nth-of-type(32)::before {
  content: "32.";
}
.c-wysiwyg ol.basic li:nth-of-type(33)::before, .body.cke_ltr ol.basic li:nth-of-type(33)::before, .cke_editable ol.basic li:nth-of-type(33)::before {
  content: "33.";
}
.c-wysiwyg ol.basic li:nth-of-type(34)::before, .body.cke_ltr ol.basic li:nth-of-type(34)::before, .cke_editable ol.basic li:nth-of-type(34)::before {
  content: "34.";
}
.c-wysiwyg ol.basic li:nth-of-type(35)::before, .body.cke_ltr ol.basic li:nth-of-type(35)::before, .cke_editable ol.basic li:nth-of-type(35)::before {
  content: "35.";
}
.c-wysiwyg ol.basic li:nth-of-type(36)::before, .body.cke_ltr ol.basic li:nth-of-type(36)::before, .cke_editable ol.basic li:nth-of-type(36)::before {
  content: "36.";
}
.c-wysiwyg ol.basic li:nth-of-type(37)::before, .body.cke_ltr ol.basic li:nth-of-type(37)::before, .cke_editable ol.basic li:nth-of-type(37)::before {
  content: "37.";
}
.c-wysiwyg ol.basic li:nth-of-type(38)::before, .body.cke_ltr ol.basic li:nth-of-type(38)::before, .cke_editable ol.basic li:nth-of-type(38)::before {
  content: "38.";
}
.c-wysiwyg ol.basic li:nth-of-type(39)::before, .body.cke_ltr ol.basic li:nth-of-type(39)::before, .cke_editable ol.basic li:nth-of-type(39)::before {
  content: "39.";
}
.c-wysiwyg ol.basic li:nth-of-type(40)::before, .body.cke_ltr ol.basic li:nth-of-type(40)::before, .cke_editable ol.basic li:nth-of-type(40)::before {
  content: "40.";
}
.c-wysiwyg ol.basic li:nth-of-type(41)::before, .body.cke_ltr ol.basic li:nth-of-type(41)::before, .cke_editable ol.basic li:nth-of-type(41)::before {
  content: "41.";
}
.c-wysiwyg ol.basic li:nth-of-type(42)::before, .body.cke_ltr ol.basic li:nth-of-type(42)::before, .cke_editable ol.basic li:nth-of-type(42)::before {
  content: "42.";
}
.c-wysiwyg ol.basic li:nth-of-type(43)::before, .body.cke_ltr ol.basic li:nth-of-type(43)::before, .cke_editable ol.basic li:nth-of-type(43)::before {
  content: "43.";
}
.c-wysiwyg ol.basic li:nth-of-type(44)::before, .body.cke_ltr ol.basic li:nth-of-type(44)::before, .cke_editable ol.basic li:nth-of-type(44)::before {
  content: "44.";
}
.c-wysiwyg ol.basic li:nth-of-type(45)::before, .body.cke_ltr ol.basic li:nth-of-type(45)::before, .cke_editable ol.basic li:nth-of-type(45)::before {
  content: "45.";
}
.c-wysiwyg ol.basic li:nth-of-type(46)::before, .body.cke_ltr ol.basic li:nth-of-type(46)::before, .cke_editable ol.basic li:nth-of-type(46)::before {
  content: "46.";
}
.c-wysiwyg ol.basic li:nth-of-type(47)::before, .body.cke_ltr ol.basic li:nth-of-type(47)::before, .cke_editable ol.basic li:nth-of-type(47)::before {
  content: "47.";
}
.c-wysiwyg ol.basic li:nth-of-type(48)::before, .body.cke_ltr ol.basic li:nth-of-type(48)::before, .cke_editable ol.basic li:nth-of-type(48)::before {
  content: "48.";
}
.c-wysiwyg ol.basic li:nth-of-type(49)::before, .body.cke_ltr ol.basic li:nth-of-type(49)::before, .cke_editable ol.basic li:nth-of-type(49)::before {
  content: "49.";
}
.c-wysiwyg ol.basic li:nth-of-type(50)::before, .body.cke_ltr ol.basic li:nth-of-type(50)::before, .cke_editable ol.basic li:nth-of-type(50)::before {
  content: "50.";
}
.c-wysiwyg dl.basic dt, .body.cke_ltr dl.basic dt, .cke_editable dl.basic dt {
  width: 100%;
  margin-bottom: 0.5em;
  padding-left: 1em;
  background-color: #E7DBCD;
}
.c-wysiwyg dl.basic dd, .body.cke_ltr dl.basic dd, .cke_editable dl.basic dd {
  display: inline-block;
  margin-left: 1em;
  margin-bottom: 1em;
  overflow: hidden;
}
.c-wysiwyg .listDisc::before, .body.cke_ltr .listDisc::before, .cke_editable .listDisc::before {
  display: inline;
  content: "●";
  margin-right: 1em;
}
.c-wysiwyg .listSquare::before, .body.cke_ltr .listSquare::before, .cke_editable .listSquare::before {
  display: inline;
  content: "■";
  margin-right: 1em;
}
.c-wysiwyg .listDot::before, .body.cke_ltr .listDot::before, .cke_editable .listDot::before {
  display: inline;
  content: "・";
  margin-right: 1em;
}
.c-wysiwyg .btn, .body.cke_ltr .btn, .cke_editable .btn {
  display: inline-block;
  padding: 0.75em 3em;
  text-align: center;
  line-height: 1.4em;
  background-color: #6E348A;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .c-wysiwyg .btn, .body.cke_ltr .btn, .cke_editable .btn {
    padding: 1em 1.5em;
  }
}
.c-wysiwyg .btnRed, .body.cke_ltr .btnRed, .cke_editable .btnRed {
  display: inline-block;
  padding: 0.75em 3em;
  text-align: center;
  line-height: 1.4em;
  background-color: #f00;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .c-wysiwyg .btnRed, .body.cke_ltr .btnRed, .cke_editable .btnRed {
    padding: 1em 1.5em;
  }
}
.c-wysiwyg .btnArw::after, .body.cke_ltr .btnArw::after, .cke_editable .btnArw::after {
  display: inline-block;
  padding-left: 0.25em;
  font-family: "Font Awesome 6 free";
  content: "\f0a9";
  font-weight: bold;
}
.c-wysiwyg .btnArwL::before, .body.cke_ltr .btnArwL::before, .cke_editable .btnArwL::before {
  display: inline-block;
  padding-right: 0.25em;
  font-family: "Font Awesome 6 free";
  content: "\f0a8";
  font-weight: bold;
}
.c-wysiwyg .btnBlank::before, .body.cke_ltr .btnBlank::before, .cke_editable .btnBlank::before {
  display: inline-block;
  padding-right: 0.25em;
  font-family: "Font Awesome 6 free";
  content: "\f08e";
  font-weight: bold;
}
.c-wysiwyg .btnPdf::before, .body.cke_ltr .btnPdf::before, .cke_editable .btnPdf::before {
  display: inline-block;
  padding-right: 0.25em;
  font-family: "Font Awesome 6 free";
  content: "\f1c1";
  font-weight: bold;
}
.c-wysiwyg .btnExcel::before, .body.cke_ltr .btnExcel::before, .cke_editable .btnExcel::before {
  display: inline-block;
  padding-right: 0.25em;
  font-family: "Font Awesome 6 free";
  content: "\f1c3";
  font-weight: bold;
}
.c-wysiwyg .btnWord::before, .body.cke_ltr .btnWord::before, .cke_editable .btnWord::before {
  display: inline-block;
  padding-right: 0.25em;
  font-family: "Font Awesome 6 free";
  content: "\f1c2";
  font-weight: bold;
}
.c-wysiwyg .btnZip::before, .body.cke_ltr .btnZip::before, .cke_editable .btnZip::before {
  display: inline-block;
  padding-right: 0.25em;
  font-family: "Font Awesome 6 free";
  content: "\f1c6";
  font-weight: bold;
}
.c-wysiwyg .btnMovie::before, .body.cke_ltr .btnMovie::before, .cke_editable .btnMovie::before {
  display: inline-block;
  padding-right: 0.25em;
  font-family: "Font Awesome 6 free";
  content: "\f03d";
  font-weight: bold;
}
.c-wysiwyg a.fancy, .body.cke_ltr a.fancy, .cke_editable a.fancy {
  position: relative;
  display: inline-block;
}
.c-wysiwyg a.fancy::after, .body.cke_ltr a.fancy::after, .cke_editable a.fancy::after {
  display: inline-block;
  padding-left: 0.25em;
  font-family: "Font Awesome 6 free";
  content: "\f302";
  font-weight: bold;
}
.c-wysiwyg a.fancy::after, .body.cke_ltr a.fancy::after, .cke_editable a.fancy::after {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0.25em 0.5em;
  background-color: rgba(255, 255, 255, 0.5);
}
.c-wysiwyg .btnUser::before, .body.cke_ltr .btnUser::before, .cke_editable .btnUser::before {
  display: inline-block;
  padding-right: 0.25em;
  font-family: "Font Awesome 6 free";
  content: "\f007";
  font-weight: bold;
}
.c-wysiwyg .btnUser-circle::before, .body.cke_ltr .btnUser-circle::before, .cke_editable .btnUser-circle::before {
  display: inline-block;
  padding-right: 0.25em;
  font-family: "Font Awesome 6 free";
  content: "\f2bd";
  font-weight: bold;
}
.c-wysiwyg .btnPhone::before, .body.cke_ltr .btnPhone::before, .cke_editable .btnPhone::before {
  display: inline-block;
  padding-right: 0.25em;
  font-family: "Font Awesome 6 free";
  content: "\f095";
  font-weight: bold;
}
.c-wysiwyg .border, .body.cke_ltr .border, .cke_editable .border {
  border-top: 1px #222 solid;
  padding-top: 2em;
  margin-top: 2em;
}
.c-wysiwyg .boxBorder, .body.cke_ltr .boxBorder, .cke_editable .boxBorder {
  border: 1px #222 solid;
  padding: 1em 2em;
  margin: 2em 0;
}
.c-wysiwyg .boxBorderRed, .body.cke_ltr .boxBorderRed, .cke_editable .boxBorderRed {
  border: 1px #f00 solid;
  padding: 1em 2em;
  margin: 2em 0;
}
.c-wysiwyg .boxGray, .body.cke_ltr .boxGray, .cke_editable .boxGray {
  background-color: #E7DBCD;
  padding: 1em 2em;
  margin: 2em 0;
}
.c-wysiwyg .boxRed, .body.cke_ltr .boxRed, .cke_editable .boxRed {
  background-color: #f00;
  padding: 1em 2em;
  margin: 2em 0;
  color: #F8F4E6;
}
.c-wysiwyg .youtube, .body.cke_ltr .youtube, .cke_editable .youtube {
  position: relative;
  padding-top: 56.25%;
}
.c-wysiwyg .youtube iframe, .body.cke_ltr .youtube iframe, .cke_editable .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.c-wysiwyg video, .body.cke_ltr video, .cke_editable video {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.c-wysiwyg .w50, .body.cke_ltr .w50, .cke_editable .w50 {
  width: 50%;
}
.c-wysiwyg .w50left, .body.cke_ltr .w50left, .cke_editable .w50left {
  width: 48%;
  float: left;
  padding: 0 1%;
}
.c-wysiwyg .w50right, .body.cke_ltr .w50right, .cke_editable .w50right {
  width: 48%;
  float: right;
  padding: 0 1%;
}
.c-wysiwyg .w30, .body.cke_ltr .w30, .cke_editable .w30 {
  width: 30%;
}
.c-wysiwyg .w30left, .body.cke_ltr .w30left, .cke_editable .w30left {
  width: 30%;
  float: left;
  padding: 0 1.5%;
}
.c-wysiwyg .w30right, .body.cke_ltr .w30right, .cke_editable .w30right {
  width: 30%;
  float: right;
  padding: 0 1.5%;
}
.c-wysiwyg .w70, .body.cke_ltr .w70, .cke_editable .w70 {
  width: 70%;
}
.c-wysiwyg .w70left, .body.cke_ltr .w70left, .cke_editable .w70left {
  width: 70%;
  float: left;
  padding: 0 1.5%;
}
.c-wysiwyg .w70right, .body.cke_ltr .w70right, .cke_editable .w70right {
  width: 70%;
  float: right;
  padding: 0 1.5%;
}
.c-wysiwyg .clear, .body.cke_ltr .clear, .cke_editable .clear {
  clear: both;
}
.c-wysiwyg .mt1, .body.cke_ltr .mt1, .cke_editable .mt1 {
  margin-top: 1vh;
}
.c-wysiwyg .mb1, .body.cke_ltr .mb1, .cke_editable .mb1 {
  margin-bottom: 1vh;
}
.c-wysiwyg .ml1, .body.cke_ltr .ml1, .cke_editable .ml1 {
  margin-left: 1vw;
}
.c-wysiwyg .mr1, .body.cke_ltr .mr1, .cke_editable .mr1 {
  margin-right: 1vw;
}
.c-wysiwyg .mt2, .body.cke_ltr .mt2, .cke_editable .mt2 {
  margin-top: 2vh;
}
.c-wysiwyg .mb2, .body.cke_ltr .mb2, .cke_editable .mb2 {
  margin-bottom: 2vh;
}
.c-wysiwyg .ml2, .body.cke_ltr .ml2, .cke_editable .ml2 {
  margin-left: 2vw;
}
.c-wysiwyg .mr2, .body.cke_ltr .mr2, .cke_editable .mr2 {
  margin-right: 2vw;
}
.c-wysiwyg .mt3, .body.cke_ltr .mt3, .cke_editable .mt3 {
  margin-top: 3vh;
}
.c-wysiwyg .mb3, .body.cke_ltr .mb3, .cke_editable .mb3 {
  margin-bottom: 3vh;
}
.c-wysiwyg .ml3, .body.cke_ltr .ml3, .cke_editable .ml3 {
  margin-left: 3vw;
}
.c-wysiwyg .mr3, .body.cke_ltr .mr3, .cke_editable .mr3 {
  margin-right: 3vw;
}
.c-wysiwyg .mt4, .body.cke_ltr .mt4, .cke_editable .mt4 {
  margin-top: 4vh;
}
.c-wysiwyg .mb4, .body.cke_ltr .mb4, .cke_editable .mb4 {
  margin-bottom: 4vh;
}
.c-wysiwyg .ml4, .body.cke_ltr .ml4, .cke_editable .ml4 {
  margin-left: 4vw;
}
.c-wysiwyg .mr4, .body.cke_ltr .mr4, .cke_editable .mr4 {
  margin-right: 4vw;
}
.c-wysiwyg .mt5, .body.cke_ltr .mt5, .cke_editable .mt5 {
  margin-top: 5vh;
}
.c-wysiwyg .mb5, .body.cke_ltr .mb5, .cke_editable .mb5 {
  margin-bottom: 5vh;
}
.c-wysiwyg .ml5, .body.cke_ltr .ml5, .cke_editable .ml5 {
  margin-left: 5vw;
}
.c-wysiwyg .mr5, .body.cke_ltr .mr5, .cke_editable .mr5 {
  margin-right: 5vw;
}
.c-wysiwyg .mt6, .body.cke_ltr .mt6, .cke_editable .mt6 {
  margin-top: 6vh;
}
.c-wysiwyg .mb6, .body.cke_ltr .mb6, .cke_editable .mb6 {
  margin-bottom: 6vh;
}
.c-wysiwyg .ml6, .body.cke_ltr .ml6, .cke_editable .ml6 {
  margin-left: 6vw;
}
.c-wysiwyg .mr6, .body.cke_ltr .mr6, .cke_editable .mr6 {
  margin-right: 6vw;
}
.c-wysiwyg .mt7, .body.cke_ltr .mt7, .cke_editable .mt7 {
  margin-top: 7vh;
}
.c-wysiwyg .mb7, .body.cke_ltr .mb7, .cke_editable .mb7 {
  margin-bottom: 7vh;
}
.c-wysiwyg .ml7, .body.cke_ltr .ml7, .cke_editable .ml7 {
  margin-left: 7vw;
}
.c-wysiwyg .mr7, .body.cke_ltr .mr7, .cke_editable .mr7 {
  margin-right: 7vw;
}
.c-wysiwyg .mt8, .body.cke_ltr .mt8, .cke_editable .mt8 {
  margin-top: 8vh;
}
.c-wysiwyg .mb8, .body.cke_ltr .mb8, .cke_editable .mb8 {
  margin-bottom: 8vh;
}
.c-wysiwyg .ml8, .body.cke_ltr .ml8, .cke_editable .ml8 {
  margin-left: 8vw;
}
.c-wysiwyg .mr8, .body.cke_ltr .mr8, .cke_editable .mr8 {
  margin-right: 8vw;
}
.c-wysiwyg .mt9, .body.cke_ltr .mt9, .cke_editable .mt9 {
  margin-top: 9vh;
}
.c-wysiwyg .mb9, .body.cke_ltr .mb9, .cke_editable .mb9 {
  margin-bottom: 9vh;
}
.c-wysiwyg .ml9, .body.cke_ltr .ml9, .cke_editable .ml9 {
  margin-left: 9vw;
}
.c-wysiwyg .mr9, .body.cke_ltr .mr9, .cke_editable .mr9 {
  margin-right: 9vw;
}
.c-wysiwyg .mt10, .body.cke_ltr .mt10, .cke_editable .mt10 {
  margin-top: 10vh;
}
.c-wysiwyg .mb10, .body.cke_ltr .mb10, .cke_editable .mb10 {
  margin-bottom: 10vh;
}
.c-wysiwyg .ml10, .body.cke_ltr .ml10, .cke_editable .ml10 {
  margin-left: 10vw;
}
.c-wysiwyg .mr10, .body.cke_ltr .mr10, .cke_editable .mr10 {
  margin-right: 10vw;
}
.c-wysiwyg .mt11, .body.cke_ltr .mt11, .cke_editable .mt11 {
  margin-top: 11vh;
}
.c-wysiwyg .mb11, .body.cke_ltr .mb11, .cke_editable .mb11 {
  margin-bottom: 11vh;
}
.c-wysiwyg .ml11, .body.cke_ltr .ml11, .cke_editable .ml11 {
  margin-left: 11vw;
}
.c-wysiwyg .mr11, .body.cke_ltr .mr11, .cke_editable .mr11 {
  margin-right: 11vw;
}
.c-wysiwyg .mt12, .body.cke_ltr .mt12, .cke_editable .mt12 {
  margin-top: 12vh;
}
.c-wysiwyg .mb12, .body.cke_ltr .mb12, .cke_editable .mb12 {
  margin-bottom: 12vh;
}
.c-wysiwyg .ml12, .body.cke_ltr .ml12, .cke_editable .ml12 {
  margin-left: 12vw;
}
.c-wysiwyg .mr12, .body.cke_ltr .mr12, .cke_editable .mr12 {
  margin-right: 12vw;
}
.c-wysiwyg .mt13, .body.cke_ltr .mt13, .cke_editable .mt13 {
  margin-top: 13vh;
}
.c-wysiwyg .mb13, .body.cke_ltr .mb13, .cke_editable .mb13 {
  margin-bottom: 13vh;
}
.c-wysiwyg .ml13, .body.cke_ltr .ml13, .cke_editable .ml13 {
  margin-left: 13vw;
}
.c-wysiwyg .mr13, .body.cke_ltr .mr13, .cke_editable .mr13 {
  margin-right: 13vw;
}
.c-wysiwyg .mt14, .body.cke_ltr .mt14, .cke_editable .mt14 {
  margin-top: 14vh;
}
.c-wysiwyg .mb14, .body.cke_ltr .mb14, .cke_editable .mb14 {
  margin-bottom: 14vh;
}
.c-wysiwyg .ml14, .body.cke_ltr .ml14, .cke_editable .ml14 {
  margin-left: 14vw;
}
.c-wysiwyg .mr14, .body.cke_ltr .mr14, .cke_editable .mr14 {
  margin-right: 14vw;
}
.c-wysiwyg .mt15, .body.cke_ltr .mt15, .cke_editable .mt15 {
  margin-top: 15vh;
}
.c-wysiwyg .mb15, .body.cke_ltr .mb15, .cke_editable .mb15 {
  margin-bottom: 15vh;
}
.c-wysiwyg .ml15, .body.cke_ltr .ml15, .cke_editable .ml15 {
  margin-left: 15vw;
}
.c-wysiwyg .mr15, .body.cke_ltr .mr15, .cke_editable .mr15 {
  margin-right: 15vw;
}
.c-wysiwyg .mt16, .body.cke_ltr .mt16, .cke_editable .mt16 {
  margin-top: 16vh;
}
.c-wysiwyg .mb16, .body.cke_ltr .mb16, .cke_editable .mb16 {
  margin-bottom: 16vh;
}
.c-wysiwyg .ml16, .body.cke_ltr .ml16, .cke_editable .ml16 {
  margin-left: 16vw;
}
.c-wysiwyg .mr16, .body.cke_ltr .mr16, .cke_editable .mr16 {
  margin-right: 16vw;
}
.c-wysiwyg .mt17, .body.cke_ltr .mt17, .cke_editable .mt17 {
  margin-top: 17vh;
}
.c-wysiwyg .mb17, .body.cke_ltr .mb17, .cke_editable .mb17 {
  margin-bottom: 17vh;
}
.c-wysiwyg .ml17, .body.cke_ltr .ml17, .cke_editable .ml17 {
  margin-left: 17vw;
}
.c-wysiwyg .mr17, .body.cke_ltr .mr17, .cke_editable .mr17 {
  margin-right: 17vw;
}
.c-wysiwyg .mt18, .body.cke_ltr .mt18, .cke_editable .mt18 {
  margin-top: 18vh;
}
.c-wysiwyg .mb18, .body.cke_ltr .mb18, .cke_editable .mb18 {
  margin-bottom: 18vh;
}
.c-wysiwyg .ml18, .body.cke_ltr .ml18, .cke_editable .ml18 {
  margin-left: 18vw;
}
.c-wysiwyg .mr18, .body.cke_ltr .mr18, .cke_editable .mr18 {
  margin-right: 18vw;
}
.c-wysiwyg .mt19, .body.cke_ltr .mt19, .cke_editable .mt19 {
  margin-top: 19vh;
}
.c-wysiwyg .mb19, .body.cke_ltr .mb19, .cke_editable .mb19 {
  margin-bottom: 19vh;
}
.c-wysiwyg .ml19, .body.cke_ltr .ml19, .cke_editable .ml19 {
  margin-left: 19vw;
}
.c-wysiwyg .mr19, .body.cke_ltr .mr19, .cke_editable .mr19 {
  margin-right: 19vw;
}
.c-wysiwyg .mt20, .body.cke_ltr .mt20, .cke_editable .mt20 {
  margin-top: 20vh;
}
.c-wysiwyg .mb20, .body.cke_ltr .mb20, .cke_editable .mb20 {
  margin-bottom: 20vh;
}
.c-wysiwyg .ml20, .body.cke_ltr .ml20, .cke_editable .ml20 {
  margin-left: 20vw;
}
.c-wysiwyg .mr20, .body.cke_ltr .mr20, .cke_editable .mr20 {
  margin-right: 20vw;
}
.c-wysiwyg .mt21, .body.cke_ltr .mt21, .cke_editable .mt21 {
  margin-top: 21vh;
}
.c-wysiwyg .mb21, .body.cke_ltr .mb21, .cke_editable .mb21 {
  margin-bottom: 21vh;
}
.c-wysiwyg .ml21, .body.cke_ltr .ml21, .cke_editable .ml21 {
  margin-left: 21vw;
}
.c-wysiwyg .mr21, .body.cke_ltr .mr21, .cke_editable .mr21 {
  margin-right: 21vw;
}
.c-wysiwyg .mt22, .body.cke_ltr .mt22, .cke_editable .mt22 {
  margin-top: 22vh;
}
.c-wysiwyg .mb22, .body.cke_ltr .mb22, .cke_editable .mb22 {
  margin-bottom: 22vh;
}
.c-wysiwyg .ml22, .body.cke_ltr .ml22, .cke_editable .ml22 {
  margin-left: 22vw;
}
.c-wysiwyg .mr22, .body.cke_ltr .mr22, .cke_editable .mr22 {
  margin-right: 22vw;
}
.c-wysiwyg .mt23, .body.cke_ltr .mt23, .cke_editable .mt23 {
  margin-top: 23vh;
}
.c-wysiwyg .mb23, .body.cke_ltr .mb23, .cke_editable .mb23 {
  margin-bottom: 23vh;
}
.c-wysiwyg .ml23, .body.cke_ltr .ml23, .cke_editable .ml23 {
  margin-left: 23vw;
}
.c-wysiwyg .mr23, .body.cke_ltr .mr23, .cke_editable .mr23 {
  margin-right: 23vw;
}
.c-wysiwyg .mt24, .body.cke_ltr .mt24, .cke_editable .mt24 {
  margin-top: 24vh;
}
.c-wysiwyg .mb24, .body.cke_ltr .mb24, .cke_editable .mb24 {
  margin-bottom: 24vh;
}
.c-wysiwyg .ml24, .body.cke_ltr .ml24, .cke_editable .ml24 {
  margin-left: 24vw;
}
.c-wysiwyg .mr24, .body.cke_ltr .mr24, .cke_editable .mr24 {
  margin-right: 24vw;
}
.c-wysiwyg .mt25, .body.cke_ltr .mt25, .cke_editable .mt25 {
  margin-top: 25vh;
}
.c-wysiwyg .mb25, .body.cke_ltr .mb25, .cke_editable .mb25 {
  margin-bottom: 25vh;
}
.c-wysiwyg .ml25, .body.cke_ltr .ml25, .cke_editable .ml25 {
  margin-left: 25vw;
}
.c-wysiwyg .mr25, .body.cke_ltr .mr25, .cke_editable .mr25 {
  margin-right: 25vw;
}
.c-wysiwyg .mt26, .body.cke_ltr .mt26, .cke_editable .mt26 {
  margin-top: 26vh;
}
.c-wysiwyg .mb26, .body.cke_ltr .mb26, .cke_editable .mb26 {
  margin-bottom: 26vh;
}
.c-wysiwyg .ml26, .body.cke_ltr .ml26, .cke_editable .ml26 {
  margin-left: 26vw;
}
.c-wysiwyg .mr26, .body.cke_ltr .mr26, .cke_editable .mr26 {
  margin-right: 26vw;
}
.c-wysiwyg .mt27, .body.cke_ltr .mt27, .cke_editable .mt27 {
  margin-top: 27vh;
}
.c-wysiwyg .mb27, .body.cke_ltr .mb27, .cke_editable .mb27 {
  margin-bottom: 27vh;
}
.c-wysiwyg .ml27, .body.cke_ltr .ml27, .cke_editable .ml27 {
  margin-left: 27vw;
}
.c-wysiwyg .mr27, .body.cke_ltr .mr27, .cke_editable .mr27 {
  margin-right: 27vw;
}
.c-wysiwyg .mt28, .body.cke_ltr .mt28, .cke_editable .mt28 {
  margin-top: 28vh;
}
.c-wysiwyg .mb28, .body.cke_ltr .mb28, .cke_editable .mb28 {
  margin-bottom: 28vh;
}
.c-wysiwyg .ml28, .body.cke_ltr .ml28, .cke_editable .ml28 {
  margin-left: 28vw;
}
.c-wysiwyg .mr28, .body.cke_ltr .mr28, .cke_editable .mr28 {
  margin-right: 28vw;
}
.c-wysiwyg .mt29, .body.cke_ltr .mt29, .cke_editable .mt29 {
  margin-top: 29vh;
}
.c-wysiwyg .mb29, .body.cke_ltr .mb29, .cke_editable .mb29 {
  margin-bottom: 29vh;
}
.c-wysiwyg .ml29, .body.cke_ltr .ml29, .cke_editable .ml29 {
  margin-left: 29vw;
}
.c-wysiwyg .mr29, .body.cke_ltr .mr29, .cke_editable .mr29 {
  margin-right: 29vw;
}
.c-wysiwyg .mt30, .body.cke_ltr .mt30, .cke_editable .mt30 {
  margin-top: 30vh;
}
.c-wysiwyg .mb30, .body.cke_ltr .mb30, .cke_editable .mb30 {
  margin-bottom: 30vh;
}
.c-wysiwyg .ml30, .body.cke_ltr .ml30, .cke_editable .ml30 {
  margin-left: 30vw;
}
.c-wysiwyg .mr30, .body.cke_ltr .mr30, .cke_editable .mr30 {
  margin-right: 30vw;
}
.c-wysiwyg .mt31, .body.cke_ltr .mt31, .cke_editable .mt31 {
  margin-top: 31vh;
}
.c-wysiwyg .mb31, .body.cke_ltr .mb31, .cke_editable .mb31 {
  margin-bottom: 31vh;
}
.c-wysiwyg .ml31, .body.cke_ltr .ml31, .cke_editable .ml31 {
  margin-left: 31vw;
}
.c-wysiwyg .mr31, .body.cke_ltr .mr31, .cke_editable .mr31 {
  margin-right: 31vw;
}
.c-wysiwyg .mt32, .body.cke_ltr .mt32, .cke_editable .mt32 {
  margin-top: 32vh;
}
.c-wysiwyg .mb32, .body.cke_ltr .mb32, .cke_editable .mb32 {
  margin-bottom: 32vh;
}
.c-wysiwyg .ml32, .body.cke_ltr .ml32, .cke_editable .ml32 {
  margin-left: 32vw;
}
.c-wysiwyg .mr32, .body.cke_ltr .mr32, .cke_editable .mr32 {
  margin-right: 32vw;
}
.c-wysiwyg .mt33, .body.cke_ltr .mt33, .cke_editable .mt33 {
  margin-top: 33vh;
}
.c-wysiwyg .mb33, .body.cke_ltr .mb33, .cke_editable .mb33 {
  margin-bottom: 33vh;
}
.c-wysiwyg .ml33, .body.cke_ltr .ml33, .cke_editable .ml33 {
  margin-left: 33vw;
}
.c-wysiwyg .mr33, .body.cke_ltr .mr33, .cke_editable .mr33 {
  margin-right: 33vw;
}
.c-wysiwyg .mt34, .body.cke_ltr .mt34, .cke_editable .mt34 {
  margin-top: 34vh;
}
.c-wysiwyg .mb34, .body.cke_ltr .mb34, .cke_editable .mb34 {
  margin-bottom: 34vh;
}
.c-wysiwyg .ml34, .body.cke_ltr .ml34, .cke_editable .ml34 {
  margin-left: 34vw;
}
.c-wysiwyg .mr34, .body.cke_ltr .mr34, .cke_editable .mr34 {
  margin-right: 34vw;
}
.c-wysiwyg .mt35, .body.cke_ltr .mt35, .cke_editable .mt35 {
  margin-top: 35vh;
}
.c-wysiwyg .mb35, .body.cke_ltr .mb35, .cke_editable .mb35 {
  margin-bottom: 35vh;
}
.c-wysiwyg .ml35, .body.cke_ltr .ml35, .cke_editable .ml35 {
  margin-left: 35vw;
}
.c-wysiwyg .mr35, .body.cke_ltr .mr35, .cke_editable .mr35 {
  margin-right: 35vw;
}
.c-wysiwyg .mt36, .body.cke_ltr .mt36, .cke_editable .mt36 {
  margin-top: 36vh;
}
.c-wysiwyg .mb36, .body.cke_ltr .mb36, .cke_editable .mb36 {
  margin-bottom: 36vh;
}
.c-wysiwyg .ml36, .body.cke_ltr .ml36, .cke_editable .ml36 {
  margin-left: 36vw;
}
.c-wysiwyg .mr36, .body.cke_ltr .mr36, .cke_editable .mr36 {
  margin-right: 36vw;
}
.c-wysiwyg .mt37, .body.cke_ltr .mt37, .cke_editable .mt37 {
  margin-top: 37vh;
}
.c-wysiwyg .mb37, .body.cke_ltr .mb37, .cke_editable .mb37 {
  margin-bottom: 37vh;
}
.c-wysiwyg .ml37, .body.cke_ltr .ml37, .cke_editable .ml37 {
  margin-left: 37vw;
}
.c-wysiwyg .mr37, .body.cke_ltr .mr37, .cke_editable .mr37 {
  margin-right: 37vw;
}
.c-wysiwyg .mt38, .body.cke_ltr .mt38, .cke_editable .mt38 {
  margin-top: 38vh;
}
.c-wysiwyg .mb38, .body.cke_ltr .mb38, .cke_editable .mb38 {
  margin-bottom: 38vh;
}
.c-wysiwyg .ml38, .body.cke_ltr .ml38, .cke_editable .ml38 {
  margin-left: 38vw;
}
.c-wysiwyg .mr38, .body.cke_ltr .mr38, .cke_editable .mr38 {
  margin-right: 38vw;
}
.c-wysiwyg .mt39, .body.cke_ltr .mt39, .cke_editable .mt39 {
  margin-top: 39vh;
}
.c-wysiwyg .mb39, .body.cke_ltr .mb39, .cke_editable .mb39 {
  margin-bottom: 39vh;
}
.c-wysiwyg .ml39, .body.cke_ltr .ml39, .cke_editable .ml39 {
  margin-left: 39vw;
}
.c-wysiwyg .mr39, .body.cke_ltr .mr39, .cke_editable .mr39 {
  margin-right: 39vw;
}
.c-wysiwyg .mt40, .body.cke_ltr .mt40, .cke_editable .mt40 {
  margin-top: 40vh;
}
.c-wysiwyg .mb40, .body.cke_ltr .mb40, .cke_editable .mb40 {
  margin-bottom: 40vh;
}
.c-wysiwyg .ml40, .body.cke_ltr .ml40, .cke_editable .ml40 {
  margin-left: 40vw;
}
.c-wysiwyg .mr40, .body.cke_ltr .mr40, .cke_editable .mr40 {
  margin-right: 40vw;
}
.c-wysiwyg .mt41, .body.cke_ltr .mt41, .cke_editable .mt41 {
  margin-top: 41vh;
}
.c-wysiwyg .mb41, .body.cke_ltr .mb41, .cke_editable .mb41 {
  margin-bottom: 41vh;
}
.c-wysiwyg .ml41, .body.cke_ltr .ml41, .cke_editable .ml41 {
  margin-left: 41vw;
}
.c-wysiwyg .mr41, .body.cke_ltr .mr41, .cke_editable .mr41 {
  margin-right: 41vw;
}
.c-wysiwyg .mt42, .body.cke_ltr .mt42, .cke_editable .mt42 {
  margin-top: 42vh;
}
.c-wysiwyg .mb42, .body.cke_ltr .mb42, .cke_editable .mb42 {
  margin-bottom: 42vh;
}
.c-wysiwyg .ml42, .body.cke_ltr .ml42, .cke_editable .ml42 {
  margin-left: 42vw;
}
.c-wysiwyg .mr42, .body.cke_ltr .mr42, .cke_editable .mr42 {
  margin-right: 42vw;
}
.c-wysiwyg .mt43, .body.cke_ltr .mt43, .cke_editable .mt43 {
  margin-top: 43vh;
}
.c-wysiwyg .mb43, .body.cke_ltr .mb43, .cke_editable .mb43 {
  margin-bottom: 43vh;
}
.c-wysiwyg .ml43, .body.cke_ltr .ml43, .cke_editable .ml43 {
  margin-left: 43vw;
}
.c-wysiwyg .mr43, .body.cke_ltr .mr43, .cke_editable .mr43 {
  margin-right: 43vw;
}
.c-wysiwyg .mt44, .body.cke_ltr .mt44, .cke_editable .mt44 {
  margin-top: 44vh;
}
.c-wysiwyg .mb44, .body.cke_ltr .mb44, .cke_editable .mb44 {
  margin-bottom: 44vh;
}
.c-wysiwyg .ml44, .body.cke_ltr .ml44, .cke_editable .ml44 {
  margin-left: 44vw;
}
.c-wysiwyg .mr44, .body.cke_ltr .mr44, .cke_editable .mr44 {
  margin-right: 44vw;
}
.c-wysiwyg .mt45, .body.cke_ltr .mt45, .cke_editable .mt45 {
  margin-top: 45vh;
}
.c-wysiwyg .mb45, .body.cke_ltr .mb45, .cke_editable .mb45 {
  margin-bottom: 45vh;
}
.c-wysiwyg .ml45, .body.cke_ltr .ml45, .cke_editable .ml45 {
  margin-left: 45vw;
}
.c-wysiwyg .mr45, .body.cke_ltr .mr45, .cke_editable .mr45 {
  margin-right: 45vw;
}
.c-wysiwyg .mt46, .body.cke_ltr .mt46, .cke_editable .mt46 {
  margin-top: 46vh;
}
.c-wysiwyg .mb46, .body.cke_ltr .mb46, .cke_editable .mb46 {
  margin-bottom: 46vh;
}
.c-wysiwyg .ml46, .body.cke_ltr .ml46, .cke_editable .ml46 {
  margin-left: 46vw;
}
.c-wysiwyg .mr46, .body.cke_ltr .mr46, .cke_editable .mr46 {
  margin-right: 46vw;
}
.c-wysiwyg .mt47, .body.cke_ltr .mt47, .cke_editable .mt47 {
  margin-top: 47vh;
}
.c-wysiwyg .mb47, .body.cke_ltr .mb47, .cke_editable .mb47 {
  margin-bottom: 47vh;
}
.c-wysiwyg .ml47, .body.cke_ltr .ml47, .cke_editable .ml47 {
  margin-left: 47vw;
}
.c-wysiwyg .mr47, .body.cke_ltr .mr47, .cke_editable .mr47 {
  margin-right: 47vw;
}
.c-wysiwyg .mt48, .body.cke_ltr .mt48, .cke_editable .mt48 {
  margin-top: 48vh;
}
.c-wysiwyg .mb48, .body.cke_ltr .mb48, .cke_editable .mb48 {
  margin-bottom: 48vh;
}
.c-wysiwyg .ml48, .body.cke_ltr .ml48, .cke_editable .ml48 {
  margin-left: 48vw;
}
.c-wysiwyg .mr48, .body.cke_ltr .mr48, .cke_editable .mr48 {
  margin-right: 48vw;
}
.c-wysiwyg .mt49, .body.cke_ltr .mt49, .cke_editable .mt49 {
  margin-top: 49vh;
}
.c-wysiwyg .mb49, .body.cke_ltr .mb49, .cke_editable .mb49 {
  margin-bottom: 49vh;
}
.c-wysiwyg .ml49, .body.cke_ltr .ml49, .cke_editable .ml49 {
  margin-left: 49vw;
}
.c-wysiwyg .mr49, .body.cke_ltr .mr49, .cke_editable .mr49 {
  margin-right: 49vw;
}
.c-wysiwyg .mt50, .body.cke_ltr .mt50, .cke_editable .mt50 {
  margin-top: 50vh;
}
.c-wysiwyg .mb50, .body.cke_ltr .mb50, .cke_editable .mb50 {
  margin-bottom: 50vh;
}
.c-wysiwyg .ml50, .body.cke_ltr .ml50, .cke_editable .ml50 {
  margin-left: 50vw;
}
.c-wysiwyg .mr50, .body.cke_ltr .mr50, .cke_editable .mr50 {
  margin-right: 50vw;
}
.u-clearfix__cf::after, .u-clearfix__cf::before {
  content: "";
  display: block;
  clear: both;
}

.u-scale__margin__t5 {
  margin-top: 0.5em;
}

.u-scale__padding__t5 {
  margin-top: 0.5em;
}

.u-scale__margin--t0 {
  margin-top: 0;
}
.u-scale__margin--r0 {
  margin-right: 0;
}
.u-scale__margin--b0 {
  margin-bottom: 0;
}
.u-scale__margin--l0 {
  margin-left: 0;
}
.u-scale__margin--t5 {
  margin-top: 0.5em;
}
.u-scale__margin--r5 {
  margin-right: 0.5em;
}
.u-scale__margin--b5 {
  margin-bottom: 0.5em;
}
.u-scale__margin--l5 {
  margin-left: 0.5em;
}
.u-scale__margin--t10 {
  margin-top: 1em;
}
.u-scale__margin--r10 {
  margin-right: 1em;
}
.u-scale__margin--b10 {
  margin-bottom: 1em;
}
.u-scale__margin--l10 {
  margin-left: 1em;
}
.u-scale__margin--t20 {
  margin-top: 2em;
}
.u-scale__margin--r20 {
  margin-right: 2em;
}
.u-scale__margin--b20 {
  margin-bottom: 2em;
}
.u-scale__margin--l20 {
  margin-left: 2em;
}
.u-scale__margin--t30 {
  margin-top: 3em;
}
.u-scale__margin--r30 {
  margin-right: 3em;
}
.u-scale__margin--b30 {
  margin-bottom: 3em;
}
.u-scale__margin--l30 {
  margin-left: 3em;
}
.u-scale__margin--t40 {
  margin-top: 4em;
}
.u-scale__margin--r40 {
  margin-right: 4em;
}
.u-scale__margin--b40 {
  margin-bottom: 4em;
}
.u-scale__margin--l40 {
  margin-left: 4em;
}
.u-scale__margin--t50 {
  margin-top: 5em;
}
.u-scale__margin--r50 {
  margin-right: 5em;
}
.u-scale__margin--b50 {
  margin-bottom: 5em;
}
.u-scale__margin--l50 {
  margin-left: 5em;
}
.u-scale__margin--t60 {
  margin-top: 6em;
}
.u-scale__margin--r60 {
  margin-right: 6em;
}
.u-scale__margin--b60 {
  margin-bottom: 6em;
}
.u-scale__margin--l60 {
  margin-left: 6em;
}
.u-scale__margin--t70 {
  margin-top: 7em;
}
.u-scale__margin--r70 {
  margin-right: 7em;
}
.u-scale__margin--b70 {
  margin-bottom: 7em;
}
.u-scale__margin--l70 {
  margin-left: 7em;
}
.u-scale__margin--t80 {
  margin-top: 8em;
}
.u-scale__margin--r80 {
  margin-right: 8em;
}
.u-scale__margin--b80 {
  margin-bottom: 8em;
}
.u-scale__margin--l80 {
  margin-left: 8em;
}
.u-scale__margin--t90 {
  margin-top: 9em;
}
.u-scale__margin--r90 {
  margin-right: 9em;
}
.u-scale__margin--b90 {
  margin-bottom: 9em;
}
.u-scale__margin--l90 {
  margin-left: 9em;
}
.u-scale__margin--t100 {
  margin-top: 10em;
}
.u-scale__margin--r100 {
  margin-right: 10em;
}
.u-scale__margin--b100 {
  margin-bottom: 10em;
}
.u-scale__margin--l100 {
  margin-left: 10em;
}
.u-scale__padding--t0 {
  padding-top: 0;
}
.u-scale__padding--r0 {
  padding-right: 0;
}
.u-scale__padding--b0 {
  padding-bottom: 0;
}
.u-scale__padding--l0 {
  padding-left: 0;
}
.u-scale__padding--t5 {
  padding-top: 0.5em;
}
.u-scale__padding--r5 {
  padding-right: 0.5em;
}
.u-scale__padding--b5 {
  padding-bottom: 0.5em;
}
.u-scale__padding--l5 {
  padding-left: 0.5em;
}
.u-scale__padding--t10 {
  padding-top: 1em;
}
.u-scale__padding--r10 {
  padding-right: 1em;
}
.u-scale__padding--b10 {
  padding-bottom: 1em;
}
.u-scale__padding--l10 {
  padding-left: 1em;
}
.u-scale__padding--t20 {
  padding-top: 2em;
}
.u-scale__padding--r20 {
  padding-right: 2em;
}
.u-scale__padding--b20 {
  padding-bottom: 2em;
}
.u-scale__padding--l20 {
  padding-left: 2em;
}
.u-scale__padding--t30 {
  padding-top: 3em;
}
.u-scale__padding--r30 {
  padding-right: 3em;
}
.u-scale__padding--b30 {
  padding-bottom: 3em;
}
.u-scale__padding--l30 {
  padding-left: 3em;
}
.u-scale__padding--t40 {
  padding-top: 4em;
}
.u-scale__padding--r40 {
  padding-right: 4em;
}
.u-scale__padding--b40 {
  padding-bottom: 4em;
}
.u-scale__padding--l40 {
  padding-left: 4em;
}
.u-scale__padding--t50 {
  padding-top: 5em;
}
.u-scale__padding--r50 {
  padding-right: 5em;
}
.u-scale__padding--b50 {
  padding-bottom: 5em;
}
.u-scale__padding--l50 {
  padding-left: 5em;
}
.u-scale__padding--t60 {
  padding-top: 6em;
}
.u-scale__padding--r60 {
  padding-right: 6em;
}
.u-scale__padding--b60 {
  padding-bottom: 6em;
}
.u-scale__padding--l60 {
  padding-left: 6em;
}
.u-scale__padding--t70 {
  padding-top: 7em;
}
.u-scale__padding--r70 {
  padding-right: 7em;
}
.u-scale__padding--b70 {
  padding-bottom: 7em;
}
.u-scale__padding--l70 {
  padding-left: 7em;
}
.u-scale__padding--t80 {
  padding-top: 8em;
}
.u-scale__padding--r80 {
  padding-right: 8em;
}
.u-scale__padding--b80 {
  padding-bottom: 8em;
}
.u-scale__padding--l80 {
  padding-left: 8em;
}
.u-scale__padding--t90 {
  padding-top: 9em;
}
.u-scale__padding--r90 {
  padding-right: 9em;
}
.u-scale__padding--b90 {
  padding-bottom: 9em;
}
.u-scale__padding--l90 {
  padding-left: 9em;
}
.u-scale__padding--t100 {
  padding-top: 10em;
}
.u-scale__padding--r100 {
  padding-right: 10em;
}
.u-scale__padding--b100 {
  padding-bottom: 10em;
}
.u-scale__padding--l100 {
  padding-left: 10em;
}

.u-scale__imgMax {
  width: 100%;
  max-width: none;
}

/* layout */
.l-header {
  z-index: 3;
  color: #222;
  background: linear-gradient(white 0%, white 40%, rgba(255, 255, 255, 0.9) 60%, rgba(255, 255, 255, 0.6) 75%, rgba(255, 255, 255, 0) 100%);
  align-items: flex-start;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 min(5vw, 3rem);
  font-size: min(3.5vw, 1.6rem);
}
.l-header::before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  box-shadow: inset 0 0 min(2.5vw, 1.5rem) min(2.5vw, 1.5rem) #fff;
}
.l-header__logo {
  display: block;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: min(5vw, 3rem);
  padding-right: min(5vw, 3rem);
  position: relative;
}
.l-header__logo__link {
  z-index: 103;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 15%;
  aspect-ratio: 7/5;
  color: #fff;
  background-color: #6E348A;
}
.l-header__logo__kyoto {
  display: block;
  font-size: clamp(1rem, 1svw, 1.6rem);
  margin-bottom: 0.5em;
}
.l-header__logo__img {
  display: inline-block;
  width: 55%;
  margin: 0 auto;
}
.l-header__gNavButton {
  display: none;
}
.l-header__gNavMenu {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.l-header__gNavMenu__mainNav {
  display: block;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: min(5vw, 3rem);
  padding-right: min(5vw, 3rem);
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  justify-content: center;
  padding-top: 3%;
  font-size: min(1.3vw, 1.4rem);
}
.l-header__gNavMenu__mainNav__list {
  padding: 0 clamp(0.1rem, 2%, 2em);
  text-shadow: #fff 0 0 10px, #fff 0 0 5px, #fff 0 0 5px;
}
.l-header__gNavMenu__mainNav__list:nth-of-type(4) {
  margin-left: calc(15% + (clamp(0.1rem,1.8svw,2em) * 2));
}
.l-header__gNavMenu__langNav {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 1em;
  right: 2%;
  width: fit-content;
  font-size: min(1vw, 1.2rem);
}
.l-header__gNavMenu__langNav__link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 3em;
  height: 3em;
  border-bottom: 1px #fff solid;
}
.l-header__gNavMenu__langNav__link.l-header__gNavMenu__langNav__link__active {
  border-bottom-color: #6E348A;
  color: #6E348A;
}
@media screen and (max-width: 768px) {
  .l-header {
    padding: 0;
  }
  .l-header__logo {
    z-index: 103;
  }
  .l-header__logo__link {
    width: clamp(10rem, 40%, 20rem);
  }
  .l-header__gNavButton {
    z-index: 103;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 6rem;
    height: 6rem;
  }
  .l-header__gNavButton__bar, .l-header__gNavButton::before, .l-header__gNavButton::after {
    display: block;
    width: 50%;
    height: 1px;
    background-color: #6E348A;
    transition: all #222;
  }
  .l-header__gNavButton::before, .l-header__gNavButton::after {
    content: "";
  }
  .l-header__gNavButton::before {
    transform: translateY(-6px);
  }
  .l-header__gNavButton::after {
    transform: translateY(6px);
  }
  .l-header__gNavMenu {
    z-index: 102;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100svh;
    padding: calc(6rem + 3em) min(5vw, 3rem) min(5vw, 3rem) min(5vw, 3rem);
    background: #fff;
  }
  .l-header__gNavMenu__mainNav {
    display: block;
    width: 100%;
    font-size: min(3.5vw, 1.6rem);
    padding-bottom: 2em;
  }
  .l-header__gNavMenu__mainNav__list {
    text-align: center;
    margin: 0 0 2em;
    padding: 0;
  }
  .l-header__gNavMenu__mainNav__list:nth-of-type(4) {
    margin-left: 0;
  }
  .l-header__gNavMenu__contactNav {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    text-align: center;
    margin-bottom: 2em;
  }
  .l-header__gNavMenu__contactNav__list {
    width: 45%;
    margin: 0 2.5% 1em;
  }
  .l-header__gNavMenu__contactNav__list--sub {
    width: 100%;
    margin-top: 1em;
    font-size: min(3vw, 1.4rem);
  }
  .l-header__gNavMenu__contactNav__list__button {
    display: block;
    width: 100%;
  }
  .l-header__gNavMenu__langNav {
    position: relative;
    font-size: min(3.5vw, 1.6rem);
  }
  .l-header .j-gNav__menu {
    display: none;
    transition: opacity 0.3s ease;
    animation: fadeOut 0.3s ease;
  }
  .l-header.j-active .j-gNav__menu {
    display: flex;
    transition: opacity 0.3s ease;
    animation: fadeIn 0.3s ease;
  }
  .l-header.j-active .j-gNav__button__bar {
    visibility: hidden;
  }
  .l-header.j-active .j-gNav__button::before, .l-header.j-active .j-gNav__button::after {
    visibility: visible;
    transition: all 0.3s ease;
    transform-origin: center center;
  }
  .l-header.j-active .j-gNav__button::before {
    transform: translateY(1px) rotate(40deg);
  }
  .l-header.j-active .j-gNav__button::after {
    transform: translateY(-1px) rotate(-40deg);
  }
}

.l-footer {
  z-index: 2;
  position: relative;
  background-color: #fff;
  color: #222;
  padding: clamp(5em, 10svw, 10em) min(5vw, 3rem) min(5vw, 3rem) min(5vw, 3rem);
  text-align: center;
}
.l-footer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: clamp(5em, 10svw, 10em);
  background: linear-gradient(white 0%, white 40%, rgba(255, 255, 255, 0.9) 60%, rgba(255, 255, 255, 0.6) 75%, rgba(255, 255, 255, 0) 100%);
}
.l-footer__shopping {
  display: block;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: min(5vw, 3rem);
  padding-right: min(5vw, 3rem);
  margin-bottom: min(30vw, 15rem);
}
.l-footer__shopping__lead {
  text-align: center;
  line-height: 1.8em;
  margin-bottom: min(10vw, 5rem);
}
.l-footer__shopping__eventlink {
  margin-bottom: min(20vw, 10rem);
  text-align: center;
}
.l-footer__shopping__shops {
  display: block;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: min(5vw, 3rem);
  padding-right: min(5vw, 3rem);
}
.l-footer__shopping__shops__title {
  width: 100%;
  text-align: center;
  font-size: min(4.5vw, 2rem);
  margin-bottom: 1em;
}
.l-footer__shopping__shops__lists {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  justify-content: center;
}
.l-footer__shopping__shops__lists > * {
  width: 22%;
  margin-right: 4%;
}
.l-footer__shopping__shops__lists > *:nth-child(4n) {
  margin-right: 0;
}
.l-footer__shopping__shops__lists__shop {
  width: 15%;
  margin-right: 8%;
  margin-bottom: 3em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-footer__shopping__lead {
    text-align: left;
  }
  .l-footer__shopping__shops__lists {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .l-footer__shopping__shops__lists > * {
    width: 45%;
    margin-right: 10%;
  }
  .l-footer__shopping__shops__lists > *:nth-child(2n) {
    margin-right: 0;
  }
}
.l-footer__logo__img {
  width: min(80%, 20rem);
}
.l-footer__gNav {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  justify-content: center;
  margin: 2em auto;
}
.l-footer__gNav__list {
  margin: 2em;
}
.l-footer__contactNav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin: 2em auto;
}
.l-footer__contactNav__list {
  margin: 1em 3em;
}
.l-footer__contactNav__list--sub {
  margin-top: 3em;
  width: 100%;
  font-size: min(2.5vw, 1.2rem);
}
.l-footer__langNav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin: 2em auto;
}
.l-footer__langNav__list {
  margin: 1em;
}
.l-footer__langNav__link {
  display: inline-block;
  padding-bottom: 0.5em;
  border-bottom: 1px #fff solid;
  transition: all 0.2s ease;
}
.l-footer__langNav__link:hover, .l-footer__langNav__link__active {
  color: #6E348A;
  border-bottom-color: #6E348A;
}
.l-footer__address {
  text-align: center;
  margin: 3em auto;
  line-height: 1.8em;
  font-size: min(3vw, 1.4rem);
}
.l-footer__address__notes {
  display: inline-block;
  margin-top: 0.5em;
  font-size: min(2.5vw, 1.2rem);
}
.l-footer__caution {
  margin: 5em auto 0;
  text-align: center;
  line-height: 1.8em;
  font-size: min(2.5vw, 1.2rem);
}
.l-footer__copyright {
  width: 100%;
  padding: 3em min(5vw, 3rem) 0;
  text-align: center;
  font-size: min(2vw, 1rem);
}
@media screen and (max-width: 768px) {
  .l-footer__gNav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin: 2em auto;
  }
  .l-footer__gNav__list {
    width: 50%;
    margin: 1em 0;
  }
  .l-footer__gNav__list--sub {
    margin-top: 3em;
    width: 100%;
    font-size: min(2.5vw, 1.2rem);
  }
  .l-footer__contactNav {
    margin: 2em auto;
  }
  .l-footer__contactNav__list {
    width: 45%;
    margin: 0 2.5% 1em;
    padding: 0;
  }
  .l-footer__contactNav__list--sub {
    width: 100%;
  }
  .l-footer__contactNav__button {
    width: 100%;
  }
}

.l-aside__cookieMessage {
  animation: l-footer__cookieMessage 0.5s ease forwards;
  z-index: 5;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  border-top: 1px #222 solid;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 2em 2em 1em;
  font-size: min(3.5vw, 1.6rem);
}
@keyframes l-footer__cookieMessage {
  0% {
    opacity: 0;
    transform: translateY(1em);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.l-aside__cookieMessage__wrap {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
.l-aside__cookieMessage__text {
  line-height: 1.8em;
}
.l-aside__cookieMessage__buttonList {
  width: 30%;
  min-width: 10em;
  margin-left: 2em;
}
.l-aside__cookieMessage__buttonList__accept__button {
  width: 100%;
  display: block;
  transition: opacity 0.3s ease;
}
.l-aside__cookieMessage__buttonList__accept__button:hover {
  opacity: 0.6;
  transition: opacity 0.3s ease;
}
.l-aside__cookieMessage__buttonList__closed {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 1.5em;
  height: 1.5em;
  font-size: 2.5rem;
  color: #fff;
  background: #222;
  transition: opacity 0.3s ease;
}
.l-aside__cookieMessage__buttonList__closed:hover {
  opacity: 0.6;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 768px) {
  .l-aside__cookieMessage {
    width: 100%;
    padding: 1.5em 2em 1em;
  }
  .l-aside__cookieMessage__wrap {
    display: block;
  }
  .l-aside__cookieMessage__buttonList {
    width: 100%;
    margin-top: 0.5em;
    margin-left: 0;
  }
}

.l-main {
  z-index: 1;
  position: relative;
}
.l-main__pageTitle {
  display: block;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: min(5vw, 3rem);
  padding-right: min(5vw, 3rem);
  text-align: center;
  padding-top: min(20vw, 10rem);
  padding-bottom: min(20vw, 10rem);
}
.l-main__pageTitle__title {
  font-size: min(6.5vw, 3.5rem);
}
@media screen and (max-width: 768px) {
  .l-main__pageTitle {
    padding-bottom: min(10vw, 5rem);
    text-align: center;
  }
  .l-main__pageTitle__title {
    font-size: min(5.5vw, 3rem);
  }
}

.p-home .l-header {
  position: fixed;
}
.p-home__info {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 3;
  background-color: #fff;
  text-align: center;
}
.p-home__info__list {
  padding: 0;
}
.p-home__info__link {
  display: block;
  justify-content: center;
  padding: 1em calc(min(5vw, 3rem) + 1em);
}
.p-home__info .c-list__newsList__link::after {
  right: min(5vw, 3rem);
}
.p-home__info__entry {
  justify-content: center;
  font-weight: bold;
}
.p-home__info__title {
  width: fit-content;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-home__info__list {
    border-bottom: none;
  }
  .p-home__info__link {
    justify-content: flex-start;
  }
  .p-home__info__entry {
    justify-content: flex-start;
  }
  .p-home__info__date {
    text-align: left;
  }
  .p-home__info__title {
    width: 100%;
    text-align: left;
  }
}
.p-home__mv {
  position: relative;
}
.p-home__mv::before {
  position: absolute;
  z-index: 2;
  bottom: 0;
  content: "";
  width: 100%;
  height: 8%;
  display: block;
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 60%, white 100%);
}
.p-home__mv__catch {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  z-index: 2;
  width: 100%;
  padding-top: 8rem;
}
.p-home__mv__slider {
  z-index: 1;
}
.p-home__mv__slider .slick-list, .p-home__mv__slider .slick-track {
  width: 100%;
  height: 100vh;
}
.p-home__mv__slider__list {
  width: 100%;
  color: #fff;
}
.p-home__mv__slider__list__img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: right bottom;
}
@media screen and (max-width: 768px) {
  .p-home__mv__slider__list__img {
    animation: lefttoright 30s linear infinite;
  }
  @keyframes lefttoright {
    0% {
      object-position: 30% bottom;
      opacity: 0;
    }
    10% {
      opacity: 1;
    }
    90% {
      opacity: 1;
    }
    100% {
      object-position: right bottom;
      opacity: 0;
    }
  }
}
.p-home__intro {
  padding: min(15vw, 10rem) min(5vw, 3rem) calc(min(30vw, 15rem) * 2);
  text-align: center;
  background: url("../img/home/bg-gold.jpg") center center/100vw 100% no-repeat;
}
.p-home__intro__catch {
  margin: 2em auto;
  font-size: min(7.5vw, 4rem);
}
.p-home__intro__catch__sub {
  display: block;
  margin-bottom: 1.5em;
  font-size: min(4.5vw, 2rem);
  line-height: 1.8em;
}
.p-home__intro__lead {
  margin-bottom: 3em;
  line-height: 2.5em;
}
@media screen and (max-width: 768px) {
  .p-home__intro {
    background-size: 100% 100%;
  }
  .p-home__intro__lead {
    display: block;
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-left: min(5vw, 3rem);
    padding-right: min(5vw, 3rem);
    text-align: left;
    font-size: min(3vw, 1.4rem);
  }
}
.p-home__gallery {
  padding-bottom: min(30vw, 15rem);
}
.p-home__gallery__photo img {
  width: 100%;
  max-width: none;
}
.p-home__gallery__photo:nth-of-type(1) {
  width: 40%;
  margin-left: 10%;
  margin-top: calc(min(30vw, 15rem) * -1);
}
.p-home__gallery__photo:nth-of-type(2) {
  width: 43%;
  margin-left: auto;
  margin-top: calc(min(30vw, 15rem) * -1);
}
.p-home__gallery__photo:nth-of-type(3) {
  width: 43%;
}
.p-home__gallery__photo:nth-of-type(4) {
  width: 25%;
  margin-left: 52.5%;
  margin-top: calc(min(30vw, 15rem) * -1);
}
@media screen and (max-width: 768px) {
  .p-home__gallery__photos {
    display: flex;
    flex-wrap: wrap;
  }
  .p-home__gallery__photo:nth-of-type(1) {
    order: 1;
    width: 70%;
    margin-left: 15%;
  }
  .p-home__gallery__photo:nth-of-type(2) {
    order: 4;
    width: 70%;
    margin-left: auto;
    margin-top: min(20vw, 10rem);
  }
  .p-home__gallery__photo:nth-of-type(3) {
    order: 2;
    width: 55%;
    margin-top: min(10vw, 5rem);
  }
  .p-home__gallery__photo:nth-of-type(4) {
    order: 3;
    width: 35%;
    margin-left: 45%;
    margin-top: calc(min(5vw, 2.5rem) * -1);
  }
}
.p-home__products {
  position: relative;
}
.p-home__products::before {
  content: "";
  display: block;
  width: 100%;
  height: 100svh;
  position: sticky;
  top: 0;
  z-index: -1;
  background: url("../img/home/bg-perplesweetlord.jpg") center top/cover no-repeat;
}
.p-home__products::after {
  content: "";
  display: block;
  width: 100%;
  height: 20svh;
  position: absolute;
  top: -1px;
  background: linear-gradient(white 0%, white 40%, rgba(255, 255, 255, 0.9) 60%, rgba(255, 255, 255, 0.6) 75%, rgba(255, 255, 255, 0) 100%);
}
.p-home__products__title {
  display: block;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: min(5vw, 3rem);
  padding-right: min(5vw, 3rem);
  text-align: center;
  padding-bottom: min(30vw, 15rem);
  color: #fff;
}
.p-home__products__title__contentName {
  font-size: min(4.5vw, 2rem);
  line-height: 1.8em;
}
.p-home__products__title__contentName__icon {
  display: inline-block;
  margin-bottom: 1rem;
}
.p-home__products__title__catch {
  margin-top: 2em;
  font-size: min(6.5vw, 3.5rem);
  line-height: 1.8em;
}
.p-home__products__items {
  padding-bottom: 50svh;
}
.p-home__products__item {
  position: relative;
  text-align: center;
  padding-bottom: min(40vw, 20rem);
  margin-bottom: 50svh;
  background-color: #fff;
}
.p-home__products__item:last-of-type {
  margin-bottom: 0;
}
.p-home__products__item__image {
  position: relative;
}
.p-home__products__item__image__logo {
  position: absolute;
  top: 25%;
  right: 5%;
  width: 30%;
}
.p-home__products__item__bottle, .p-home__products__item__bottle--mini {
  margin-top: min(-15svw, -70px);
  width: clamp(7rem, 8%, 15rem);
  margin-left: auto;
  margin-right: auto;
}
.p-home__products__item__bottle--mini {
  width: clamp(10rem, 10%, 20rem);
}
.p-home__products__item__hatsubai {
  display: inline-block;
  margin: 1em auto 0;
  text-align: center;
  padding: 0.5em 7em;
  background: linear-gradient(90deg, #fff 0%, #222 50%, #fff 100%);
  color: #fff;
}
.p-home__products__item__type {
  margin: 2em auto;
  font-size: min(3vw, 1.4rem);
}
.p-home__products__item__name {
  font-size: min(7.5vw, 4rem);
}
.p-home__products__item__catch {
  margin-top: 1.5em;
  font-size: min(5.5vw, 3rem);
  line-height: 1.4em;
}
.p-home__products__item__more {
  position: relative;
  margin-top: 2.5em;
  padding-top: 3em;
}
.p-home__products__item__more::before {
  position: absolute;
  top: 0;
  left: calc(50% - 0.5em);
  content: "\f078";
  display: inline-block;
  font-family: "Font Awesome 6 free";
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-home__products__title {
    display: block;
    width: 100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: min(5vw, 3rem);
    padding-right: min(5vw, 3rem);
    text-align: center;
    padding-bottom: min(30vw, 15rem);
    color: #fff;
  }
  .p-home__products__title__contentName {
    font-size: min(4.5vw, 2rem);
    line-height: 1.8em;
  }
  .p-home__products__title__contentName__icon {
    display: inline-block;
    margin-bottom: 1rem;
  }
  .p-home__products__title__catch {
    margin-top: 2em;
    font-size: min(4.5vw, 2rem);
    line-height: 1.8em;
  }
  .p-home__products__items {
    padding-bottom: 80svh;
  }
  .p-home__products__item {
    margin-bottom: 40svh;
  }
  .p-home__products__item__image__img, .p-home__products__item__image__img--spur {
    aspect-ratio: 4/3;
    object-fit: cover;
    object-position: right bottom;
  }
  .p-home__products__item__image__img--spur {
    object-position: 35% bottom;
  }
  .p-home__products__item__image__logo {
    top: 10%;
    right: 5%;
    width: 50%;
  }
  .p-home__products__item__bottle, .p-home__products__item__bottle--mini {
    width: clamp(7rem, 8%, 15rem);
  }
  .p-home__products__item__bottle--mini {
    width: clamp(10rem, 10%, 15rem);
  }
  .p-home__products__item__name {
    font-size: min(6.5vw, 3.5rem);
  }
  .p-home__products__item__name rt {
    left: 1em;
  }
}
.p-home__awards {
  display: block;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: min(5vw, 3rem);
  padding-right: min(5vw, 3rem);
  overflow: hidden;
  margin-top: min(20vw, 10rem);
  margin-bottom: min(20vw, 10rem);
  text-align: center;
}
.p-home__awards__lead {
  line-height: 1.8em;
}
.p-home__awards__badges {
  display: block;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: min(5vw, 3rem);
  padding-right: min(5vw, 3rem);
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: min(10vw, 5rem);
  margin-bottom: min(10vw, 5rem);
}
.p-home__awards__badges > * {
  width: 22%;
  margin-right: 4%;
}
.p-home__awards__badges > *:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .p-home__awards__lead {
    text-align: left;
  }
  .p-home__awards__badges {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .p-home__awards__badges > * {
    width: 45%;
    margin-right: 10%;
  }
  .p-home__awards__badges > *:nth-child(2n) {
    margin-right: 0;
  }
  .p-home__awards__badge {
    margin-bottom: 2em;
  }
}
.p-home__shopping {
  display: block;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: min(5vw, 3rem);
  padding-right: min(5vw, 3rem);
  margin-top: min(30vw, 15rem);
  margin-bottom: min(20vw, 10rem);
}
.p-home .l-footer__shopping {
  display: none;
}
.p-home__news {
  display: block;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: min(5vw, 3rem);
  padding-right: min(5vw, 3rem);
  overflow: hidden;
  margin-top: min(20vw, 10rem);
  margin-bottom: min(20vw, 10rem);
}
.p-home__news__lead {
  line-height: 1.8em;
}
.p-home__news__more {
  text-align: center;
  margin-top: min(20vw, 10rem);
  font-size: min(3vw, 1.4rem);
}
@media screen and (max-width: 768px) {
  .p-home__news__lead {
    text-align: left;
  }
}

.p-aboutus__head {
  display: block;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: min(5vw, 3rem);
  padding-right: min(5vw, 3rem);
}
.p-aboutus__head__title {
  margin-bottom: 3em;
  font-size: min(5.5vw, 3rem);
  line-height: 1.4em;
  text-align: center;
}
.p-aboutus__head__lead {
  display: block;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: min(5vw, 3rem);
  padding-right: min(5vw, 3rem);
  position: relative;
  z-index: 2;
  margin-bottom: -6em;
}
.p-aboutus__head__photo {
  position: relative;
  z-index: 1;
  width: 100svw;
  margin-left: 50%;
  transform: translateX(-50svw);
}
@media screen and (max-width: 768px) {
  .p-aboutus__head__title {
    font-size: min(4.5vw, 2rem);
    margin-bottom: 1em;
  }
  .p-aboutus__head__photo {
    overflow: hidden;
  }
  .p-aboutus__head__photo__img {
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: bottom center;
  }
}
.p-aboutus__kameoka__perplesweetlord {
  display: block;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: min(5vw, 3rem);
  padding-right: min(5vw, 3rem);
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.p-aboutus__kameoka__perplesweetlord > * {
  width: 45%;
  margin-right: 10%;
}
.p-aboutus__kameoka__perplesweetlord > *:nth-child(2n) {
  margin-right: 0;
}
.p-aboutus__kameoka__perplesweetlord__photo {
  width: 50%;
  margin: calc(min(20vw, 10rem) * -1) 0 min(30vw, 15rem) -5%;
}
.p-aboutus__kameoka__perplesweetlord__text {
  width: 50%;
  margin: min(30vw, 15rem) 0 0 5%;
  padding: 0 1em;
}
.p-aboutus__kameoka__perplesweetlord__photo2 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 45%;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-aboutus__kameoka__perplesweetlord {
    display: block;
  }
  .p-aboutus__kameoka__perplesweetlord__photo {
    width: 50%;
    margin: calc(min(10vw, 5rem) * -1) 0 0 5%;
  }
  .p-aboutus__kameoka__perplesweetlord__text {
    width: 60%;
    margin: 2em 0 0 40%;
    padding: 0;
  }
  .p-aboutus__kameoka__perplesweetlord__photo2 {
    position: static;
    width: 80%;
    margin: 2em auto;
  }
}
.p-aboutus__kameoka__toji {
  margin-top: min(40vw, 20rem);
}
.p-aboutus__kameoka__toji__text {
  display: block;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: min(5vw, 3rem);
  padding-right: min(5vw, 3rem);
  position: relative;
}
.p-aboutus__kameoka__toji__text__copy {
  position: absolute;
  width: 40%;
  padding-left: 3%;
}
.p-aboutus__kameoka__toji__photo {
  width: 50svw;
  transform: translateX(50svw);
}
.p-aboutus__kameoka__toji__photo2 {
  display: block;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: min(5vw, 3rem);
  padding-right: min(5vw, 3rem);
  margin-top: min(30vw, 15rem);
}
@media screen and (max-width: 768px) {
  .p-aboutus__kameoka__toji {
    margin-top: min(10vw, 5rem);
  }
  .p-aboutus__kameoka__toji__text__copy {
    position: static;
    width: 100%;
    padding-left: 0;
  }
  .p-aboutus__kameoka__toji__photo {
    width: 80svw;
    transform: translateX(20svw);
    margin-top: min(10vw, 5rem);
  }
  .p-aboutus__kameoka__toji__photo2 {
    padding: 0;
    margin-top: min(10vw, 5rem);
  }
}
.p-aboutus__farm {
  margin-top: min(40vw, 20rem);
}
.p-aboutus__farm__title {
  margin-bottom: 1em;
  text-align: center;
  font-size: min(5.5vw, 3rem);
}
.p-aboutus__farm__lead {
  display: block;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: min(5vw, 3rem);
  padding-right: min(5vw, 3rem);
  margin-top: 4em;
  font-size: min(4.5vw, 2rem);
}
.p-aboutus__farm__content__con {
  display: block;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: min(5vw, 3rem);
  padding-right: min(5vw, 3rem);
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  margin-top: min(20vw, 10rem);
}
.p-aboutus__farm__content__con > * {
  width: 45%;
  margin-right: 10%;
}
.p-aboutus__farm__content__con > *:nth-child(2n) {
  margin-right: 0;
}
.p-aboutus__farm__content__photo__img {
  width: 52.5svw;
  margin-left: 100%;
  transform: translateX(-50svw);
  margin-right: 0;
}
.p-aboutus__farm__closing {
  display: block;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: min(5vw, 3rem);
  padding-right: min(5vw, 3rem);
  margin-top: min(20vw, 10rem);
  font-weight: bold;
  text-align: center;
  font-size: min(4.5vw, 2rem);
}
@media screen and (max-width: 768px) {
  .p-aboutus__farm__mainimage__img {
    aspect-ratio: 2/1;
    object-fit: cover;
    object-position: center bottom;
  }
  .p-aboutus__farm__lead {
    margin-top: 2em;
    font-size: min(3.5vw, 1.6rem);
  }
  .p-aboutus__farm__content__con {
    display: block;
    width: 100%;
    margin-top: min(5vw, 2.5rem);
  }
  .p-aboutus__farm__content__photo {
    width: 80%;
    margin: 0 auto;
  }
  .p-aboutus__farm__content__photo__img {
    width: 100%;
    margin-left: 0;
    transform: none;
  }
  .p-aboutus__farm__content__text {
    width: 100%;
    margin-top: min(10vw, 5rem);
  }
  .p-aboutus__farm__content__text2 {
    width: 100%;
    margin-top: min(10vw, 5rem);
  }
  .p-aboutus__farm__content__photo2 {
    width: 80%;
    margin: 2em auto 0 auto !important;
  }
  .p-aboutus__farm__content__photo2__img {
    width: 100%;
    margin-left: 0;
    transform: none;
  }
  .p-aboutus__farm__closing {
    text-align: left;
    font-size: min(3.5vw, 1.6rem);
  }
}
.p-aboutus__toji {
  margin-top: min(40vw, 20rem);
}
.p-aboutus__toji__title {
  margin-bottom: 1em;
  text-align: center;
  font-size: min(5.5vw, 3rem);
}
.p-aboutus__toji__lead {
  display: block;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: min(5vw, 3rem);
  padding-right: min(5vw, 3rem);
  margin-top: 4em;
  font-size: min(4.5vw, 2rem);
}
.p-aboutus__toji__content__con {
  display: block;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: min(5vw, 3rem);
  padding-right: min(5vw, 3rem);
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  margin-top: min(20vw, 10rem);
}
.p-aboutus__toji__content__con > * {
  width: 45%;
  margin-right: 10%;
}
.p-aboutus__toji__content__con > *:nth-child(2n) {
  margin-right: 0;
}
.p-aboutus__toji__content__photo {
  width: 50%;
  margin-right: 5%;
}
.p-aboutus__toji__content__photo__img {
  width: 50svw;
  margin-left: 100%;
  transform: translateX(-50svw);
}
.p-aboutus__toji__content__photo2 {
  margin-left: auto;
  margin-right: auto !important;
}
.p-aboutus__toji__footer {
  margin-top: min(30vw, 15rem);
}
@media screen and (max-width: 768px) {
  .p-aboutus__toji__content__con {
    display: block;
    margin-top: min(20vw, 10rem);
    width: 100%;
  }
  .p-aboutus__toji__content__photo, .p-aboutus__toji__content__photo2 {
    width: 80%;
    margin: 0 auto;
  }
  .p-aboutus__toji__content__photo__img, .p-aboutus__toji__content__photo2__img {
    width: 100%;
    margin-left: 0;
    transform: none;
  }
  .p-aboutus__toji__content__text, .p-aboutus__toji__content__text2 {
    width: 100%;
    margin-top: min(10vw, 5rem);
  }
  .p-aboutus__toji__content__photo2 {
    margin-top: min(10vw, 5rem);
  }
  .p-aboutus__toji__footer__img {
    aspect-ratio: 1.5/1;
    object-fit: cover;
    object-position: center top;
  }
}

.p-products__nav {
  display: block;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: min(5vw, 3rem);
  padding-right: min(5vw, 3rem);
  margin-bottom: min(30vw, 15rem);
}
.p-products__nav__lists {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  justify-content: center;
}
.p-products__nav__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 0 1em;
  border-right: 1px #222 solid;
}
.p-products__nav__list:nth-of-type(1) {
  border-left: 1px #222 solid;
}
@media screen and (max-width: 768px) {
  .p-products__nav__list {
    width: 50%;
    padding: 0.5em 1em;
    text-align: center;
    margin-bottom: 1em;
  }
  .p-products__nav__list:nth-of-type(2n+1) {
    border-left: 1px #222 solid;
  }
}
.p-products__items {
  display: block;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: min(5vw, 3rem);
  padding-right: min(5vw, 3rem);
}
.p-products__item {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: min(30vw, 15rem);
}
.p-products__item__name {
  width: 100%;
  font-size: min(6.5vw, 3.5rem);
  font-weight: bold;
  margin-bottom: 1em;
}
.p-products__item__name__type {
  display: inline-block;
  margin-right: 1em;
  font-size: min(3.5vw, 1.6rem);
  font-weight: normal;
}
.p-products__item__photo {
  width: 50%;
}
.p-products__item__data {
  width: 50%;
  padding-left: min(7vw, 5rem);
}
.p-products__item__awords {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 2em;
}
.p-products__item__awords > * {
  width: 22%;
  margin-right: 4%;
}
.p-products__item__awords > *:nth-child(4n) {
  margin-right: 0;
}
.p-products__item__link {
  margin-bottom: 2em;
}
.p-products__item__catch {
  font-size: min(4.5vw, 2rem);
  margin-bottom: 1.5em;
}
.p-products__item__copy {
  margin-bottom: 2em;
}
.p-products__item__osusume {
  margin-top: 2em;
  padding: 1.5em;
  border-radius: 1em;
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック Medium", "游ゴシック体 Medium", "Yu Gothic Medium", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  background: #E7DBCD;
}
.p-products__item__osusume > dt {
  font-weight: bold;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .p-products__item {
    margin-top: min(20vw, 10rem);
  }
  .p-products__item__photo {
    width: 100%;
  }
  .p-products__item__data {
    width: 100%;
    padding-left: 0;
    margin-top: 2em;
  }
  .p-products__item__name {
    text-align: center;
  }
  .p-products__item__name__type {
    margin-bottom: 0.25em;
  }
}

.p-productsSpur {
  background-color: #E7DBCD;
}
.p-productsSpur .l-header {
  position: fixed;
}
.p-productsSpur__mv {
  position: relative;
  padding-bottom: min(20vw, 10rem);
}
.p-productsSpur__mv__photo {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.p-productsSpur__mv__photo__img {
  object-fit: cover;
  object-position: center top;
  width: 100%;
  height: 100%;
}
.p-productsSpur__mv__pageTitle {
  color: #fff;
  padding-bottom: 1em;
}
.p-productsSpur__mv__logo {
  width: 42%;
  margin-left: auto;
}
.p-productsSpur__mv__text {
  display: block;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: min(5vw, 3rem);
  padding-right: min(5vw, 3rem);
  margin-top: min(30vw, 15rem);
  text-align: center;
  color: #fff;
  text-shadow: 0 0 5px #3f240e, 0 0 1px #3f240e;
}
.p-productsSpur__mv__catch {
  margin-bottom: 1em;
  font-size: min(5.5vw, 3rem);
  text-shadow: 0 0 5px #3f240e, 0 0 1px #3f240e;
}
.p-productsSpur__mv__copy {
  line-height: 2.5em;
}
@media screen and (max-width: 768px) {
  .p-productsSpur__mv {
    padding-top: 8rem;
    padding-bottom: min(20vw, 10rem);
  }
  .p-productsSpur__mv__pageTitle {
    padding-top: 3em;
  }
  .p-productsSpur__mv__logo {
    width: 50%;
    margin-left: auto;
  }
  .p-productsSpur__mv__text {
    margin-top: 3em;
  }
}
.p-productsSpur__story {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: relative;
  margin-top: min(30vw, 15rem);
  padding-bottom: min(40vw, 20rem);
}
.p-productsSpur__story__title {
  width: 100%;
  margin-bottom: 2.5em;
  text-align: center;
  font-size: min(5.5vw, 3rem);
}
.p-productsSpur__story__mainphoto {
  width: 48%;
}
.p-productsSpur__story__mainphoto__img {
  position: sticky;
  top: 20%;
}
.p-productsSpur__story__text {
  width: clamp(20rem, 50% - min(5vw, 3rem), 50rem);
  height: 100%;
  margin-left: min(5vw, 3rem);
  margin-right: auto;
}
.p-productsSpur__story__paragraph {
  margin-bottom: 2em;
}
.p-productsSpur__story__photo {
  margin: min(10vw, 5rem) auto;
  font-size: min(3vw, 1.4rem);
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック Medium", "游ゴシック体 Medium", "Yu Gothic Medium", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.p-productsSpur__story__photo__caption {
  display: inline-block;
  margin-top: 0.5em;
}
.p-productsSpur__story__photo:nth-of-type(1) {
  width: 60%;
}
.p-productsSpur__story__name {
  margin-top: 4em;
  text-align: right;
}
.p-productsSpur__story__name__sign {
  width: auto;
  height: min(4.5vw, 2rem);
  vertical-align: sub;
}
@media screen and (max-width: 768px) {
  .p-productsSpur__story {
    display: block;
    padding-bottom: min(20vw, 10rem);
  }
  .p-productsSpur__story__mainphoto {
    width: 80%;
  }
  .p-productsSpur__story__text {
    width: 80%;
    margin: min(5vw, 3rem) auto 0;
  }
  .p-productsSpur__story__paragraph {
    margin-bottom: 2em;
  }
}
.p-productsSpur__taste__mv {
  position: relative;
}
.p-productsSpur__taste__mv__title {
  position: absolute;
  z-index: 2;
  left: 60%;
  bottom: 20%;
  padding-right: min(10vw, 5rem);
  font-size: min(5.5vw, 3rem);
  line-height: 1.8em;
  color: #fff;
}
.p-productsSpur__taste__lead {
  display: block;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: min(5vw, 3rem);
  padding-right: min(5vw, 3rem);
  margin-top: 3em;
}
.p-productsSpur__taste__lead__text {
  margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .p-productsSpur__taste__mv__title {
    position: static;
    text-align: center;
    padding: min(5vw, 3rem);
    line-height: 1.8em;
    color: #222;
  }
  .p-productsSpur__taste__lead {
    margin-top: 1em;
    padding: 0 min(7vw, 5rem);
  }
}
.p-productsSpur__spec {
  display: block;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: min(5vw, 3rem);
  padding-right: min(5vw, 3rem);
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: min(30vw, 15rem) auto;
}
.p-productsSpur__spec__title {
  width: 100%;
  text-align: center;
  font-size: min(5.5vw, 3rem);
  margin-bottom: 2em;
}
.p-productsSpur__spec__photo {
  width: 50%;
}
.p-productsSpur__spec__data {
  width: 50%;
  padding-left: min(5vw, 3rem);
}
.p-productsSpur__spec__release {
  font-weight: bold;
  margin-bottom: 1em;
  font-size: min(4.5vw, 2rem);
}
.p-productsSpur__spec__name {
  display: flex;
  align-items: center;
  margin-bottom: 1.5em;
}
.p-productsSpur__spec__name__type {
  display: inline-block;
  margin-right: 0.5em;
}
.p-productsSpur__spec__name__name {
  font-size: min(4.5vw, 2rem);
}
@media screen and (max-width: 768px) {
  .p-productsSpur__spec {
    margin: 0 auto min(20vw, 10rem);
    padding: min(7vw, 5rem);
  }
  .p-productsSpur__spec__title {
    width: 100%;
    text-align: center;
    font-size: min(5.5vw, 3rem);
    margin-bottom: 1em;
  }
  .p-productsSpur__spec__photo {
    width: 100%;
    margin: 0 auto 1em;
  }
  .p-productsSpur__spec__data {
    width: 100%;
    margin: 0 auto;
    padding-left: 0;
  }
  .p-productsSpur__spec__name {
    display: flex;
    align-items: center;
    margin-bottom: 1.5em;
  }
  .p-productsSpur__spec__name__type {
    display: inline-block;
    margin-right: 0.5em;
  }
  .p-productsSpur__spec__name__name {
    font-size: min(4.5vw, 2rem);
  }
}
.p-productsSpur__shopping {
  overflow: hidden;
  background-color: #fff;
}

.p-awards__lead {
  text-align: center;
  margin-bottom: 3em;
}
.p-awards__nav {
  margin-bottom: min(10vw, 5rem);
}
.p-awards__article {
  display: block;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: min(5vw, 3rem);
  padding-right: min(5vw, 3rem);
}
.p-awards__article__year {
  margin: min(20vw, 10rem) auto 0;
  font-size: min(5.5vw, 3rem);
}
.p-awards__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: min(5vw, 2.5rem) 0;
  border-bottom: 1px #9b8872 solid;
  line-height: 1.4em;
}
.p-awards__list__img {
  width: 13%;
  text-align: center;
}
.p-awards__list__title {
  width: calc(87% - 15em);
  padding: 0 2em;
  font-weight: bold;
}
.p-awards__list__item {
  width: 15em;
}
.p-awards__list__item__list {
  margin-bottom: 1em;
}
.p-awards__list__item__list:last-of-type {
  margin-bottom: 0;
}
.p-awards__list__item__list a {
  position: relative;
  padding-left: 0.75em;
  text-decoration: underline;
}
.p-awards__list__item__list a::before {
  position: absolute;
  left: 0;
  top: 50%;
  display: inline-block;
  content: "";
  width: 0.5em;
  height: 1px;
  background-color: #222;
  margin-right: 0.25em;
}
@media screen and (max-width: 768px) {
  .p-awards__list {
    display: block;
    padding: min(10vw, 5rem) 0;
  }
  .p-awards__list__img {
    width: 40%;
    max-width: 150px;
    margin: 0 auto;
  }
  .p-awards__list__title {
    width: 100%;
    padding: 1.5em 0;
  }
  .p-awards__list__item {
    width: 100%;
  }
}

.p-news__nav__lists {
  margin-bottom: min(20vw, 10rem);
}
@media screen and (max-width: 768px) {
  .p-news__nav__lists {
    margin-bottom: min(10vw, 5rem);
  }
}
.p-news__article {
  display: block;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: min(5vw, 3rem);
  padding-right: min(5vw, 3rem);
}
.p-newsDetail__article {
  display: block;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: min(5vw, 3rem);
  padding-right: min(5vw, 3rem);
}
.p-newsDetail__article__date {
  margin-bottom: 2em;
  text-align: right;
}
.p-newsDetail__article__title {
  font-size: min(4.5vw, 2rem);
  margin-bottom: 1em;
  font-weight: bold;
  line-height: 1.8em;
}
.p-newsDetail__article__labels {
  margin-bottom: 3em;
  font-size: min(3vw, 1.4rem);
}
.p-newsDetail__article__back {
  margin-top: min(20vw, 10rem);
  text-align: center;
}
.p-company__title {
  display: block;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: min(5vw, 3rem);
  padding-right: min(5vw, 3rem);
  margin-bottom: 3em;
}
.p-company__title__en {
  font-size: min(5.5vw, 3rem);
}
.p-company__profile__lists {
  font-family: "EB Garamond", "Noto Serif JP", "游明朝 Medium", "游明朝体 Medium", "Yu Mincho Medium", "YuMincho Medium", "游明朝", "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", serif;
}
.p-contact {
  /* form */
}
.p-contact__header, .p-contact__main, .p-contact__footer {
  margin: 0 auto;
  background-color: #fff;
  padding: min(5vw, 3rem);
}
.p-contact__header {
  padding: 0;
  text-align: center;
}
.p-contact__main {
  display: block;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: min(5vw, 3rem);
  padding-right: min(5vw, 3rem);
}
.p-contact__footer {
  text-align: center;
  padding: min(7vw, 5rem) min(5vw, 3rem);
}
.p-contact__footer__copyright {
  font-size: min(2.5vw, 1.2rem);
}
.p-contact__button {
  display: block;
  width: 100%;
  padding: 2em 1em;
}
.p-contact__form__title {
  margin: 0 auto 1em;
  text-align: center;
  font-size: min(5.5vw, 3rem);
}
.p-contact__form__notes {
  margin-bottom: 4em;
  line-height: 1.4em;
}
.p-contact__form__inputList {
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック Medium", "游ゴシック体 Medium", "Yu Gothic Medium", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.p-contact__form__inputList__title {
  margin-bottom: 0.5em;
  line-height: 1.4em;
}
.p-contact__form__inputList__input {
  margin-bottom: 2em;
}
.p-contact__form__inputList__input--confirm {
  margin-bottom: 2em;
}
.p-contact__form input, .p-contact__form textarea, .p-contact__form select, .p-contact__form option {
  width: 100%;
  padding: 1em;
  display: block;
  background-color: rgba(110, 52, 138, 0.1);
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック Medium", "游ゴシック体 Medium", "Yu Gothic Medium", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: min(4.5vw, 2rem);
}
.p-contact__form button {
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック Medium", "游ゴシック体 Medium", "Yu Gothic Medium", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.p-contact__form select {
  -webkit-appearance: none;
  appearance: none;
  padding-left: 3em;
  background-image: url("../img/icn-arrow-down.svg");
  background-position: 1em center;
  background-size: 1em auto;
  background-repeat: no-repeat;
}
.p-contact__form .ness {
  display: inline-block;
  padding: 0.5em 0.75em;
  background-color: #6E348A;
  color: #fff;
  font-weight: normal;
  line-height: 1em;
}
.p-contact__form .opt {
  display: none;
}
.p-contact__form .err {
  display: inline-block;
  color: #C00;
  padding: 0.25em;
}
.p-contact__privacy {
  margin-bottom: 3em;
  text-align: center;
}
.p-contact__privacy__title {
  font-size: min(4.5vw, 2rem);
}
.p-contact__privacy__lead {
  margin: 2em 0;
}
.p-contact__privacy__text {
  overflow-y: scroll;
  display: block;
  padding: 1em;
  width: 100%;
  height: 15em;
  max-height: 40vh;
  border: 1px #222 solid;
  line-height: 1.4em;
}
.p-contact__inputButton {
  text-align: center;
}
.p-contact__inputButton__cmp {
  margin-bottom: 1em;
}
.p-contact__complete__text > li {
  margin-bottom: 1.5em;
  line-height: 1.8em;
}
.p-contact__complete__close {
  margin-top: 1em;
  text-align: center;
}

.p-en .l-header__gNavMenu__mainNav__list:nth-of-type(3) {
  margin-left: calc(15% + (clamp(0.1rem,1.8svw,2em) * 2));
}
.p-en .l-header__gNavMenu__mainNav__list:nth-of-type(4) {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .p-en .l-header__gNavMenu__mainNav__list:nth-of-type(3) {
    margin-left: 0;
  }
}
.p-en__intro__lead {
  display: block;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: min(5vw, 3rem);
  padding-right: min(5vw, 3rem);
  text-align: left;
}
.p-en__products__title__catch {
  display: block;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: min(5vw, 3rem);
  padding-right: min(5vw, 3rem);
  margin-top: 2em;
  font-size: min(5.5vw, 3rem);
}
.p-en__products__item__name {
  line-height: 1.4em;
}
.p-en__products__item__spec {
  margin-top: 1.5em;
}
.p-en__company {
  display: block;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: min(5vw, 3rem);
  padding-right: min(5vw, 3rem);
  overflow: hidden;
  margin-top: min(20vw, 10rem);
  margin-bottom: min(20vw, 10rem);
}

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