@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&family=Noto+Serif+JP:wght@300;400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300&display=swap");
a {
  transition: all 0.3s;
}
a:hover {
  opacity: 0.7;
}

.wrapper {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .wrapper {
    width: 92%;
  }
}

.img-wrap {
  width: fit-content;
}
.img-wrap img {
  width: 100%;
}

.flex {
  display: flex;
}

.pcB {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .pcB {
    display: none !important;
  }
}

.spB {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .spB {
    display: block !important;
  }
}

.pcIB {
  display: inline-block !important;
}
@media screen and (max-width: 768px) {
  .pcIB {
    display: none !important;
  }
}

.spIB {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .spIB {
    display: inline-block !important;
  }
}

.pcF {
  display: flex !important;
}
@media screen and (max-width: 768px) {
  .pcF {
    display: none !important;
  }
}

.spF {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .spF {
    display: flex !important;
  }
}

html {
  line-height: 1;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
}
html *,
html ::before,
html ::after {
  border-width: 0;
  border-style: solid;
  box-sizing: border-box;
}
html body {
  margin: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: 0.06em;
  font-feature-settings: "palt";
}
html body main {
  display: block;
}
html body p,
html body table,
html body blockquote,
html body address,
html body pre,
html body iframe,
html body form,
html body figure,
html body dl {
  margin: 0;
}
html body h1,
html body h2,
html body h3,
html body h4,
html body h5,
html body h6 {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
}
html body ul,
html body ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
html body dt {
  font-weight: bold;
}
html body dd {
  margin-left: 0;
}
html body hr {
  clear: both;
  height: 0;
  overflow: visible;
  margin: 0;
  border-top-width: 1px;
  color: inherit;
  box-sizing: content-box;
}
html body address {
  font-style: inherit;
}
html body a {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
}
html body b,
html body strong {
  font-weight: bolder;
}
html body small {
  font-size: 100%;
}
html body sub,
html body sup {
  position: relative;
  line-height: 0;
  vertical-align: baseline;
  font-size: 75%;
}
html body sub {
  bottom: -0.25em;
}
html body sup {
  top: -0.5em;
}
html body svg,
html body img,
html body embed,
html body object,
html body iframe {
  vertical-align: bottom;
}
html body button,
html body input,
html body optgroup,
html body select,
html body textarea {
  vertical-align: middle;
  margin: 0;
  padding: 0;
  border-radius: 0;
  color: inherit;
  background: transparent;
  font: inherit;
  text-align: inherit;
  text-transform: inherit;
  -webkit-appearance: none;
  appearance: none;
}
html body [type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}
html body [type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}
html body button,
html body [type=button],
html body [type=reset],
html body [type=submit] {
  cursor: pointer;
}
html body button:disabled,
html body [type=button]:disabled,
html body [type=reset]:disabled,
html body [type=submit]:disabled {
  cursor: default;
}
html body :-moz-focusring {
  outline: auto;
}
html body select:disabled {
  opacity: inherit;
}
html body option {
  padding: 0;
}
html body fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
}
html body progress {
  vertical-align: baseline;
}
html body textarea {
  overflow: auto;
}
html body [type=number]::-webkit-inner-spin-button,
html body [type=number]::-webkit-outer-spin-button {
  height: auto;
}
html body [type=search] {
  outline-offset: -2px;
}
html body [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
html body ::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
html body label[for] {
  cursor: pointer;
}
html body details {
  display: block;
}
html body summary {
  display: list-item;
}
html body [contenteditable]:focus {
  outline: auto;
}
html body table {
  border-color: inherit;
  border-collapse: collapse;
}
html body caption {
  text-align: left;
}
html body td,
html body th {
  vertical-align: top;
  padding: 0;
}
html body th {
  font-weight: bold;
  text-align: left;
}

:root {
  --black: #000;
  --spc: #7d3d3d;
  --b2: #454041;
  --white: #fff;
}

*[data-scroll=fade-up] {
  transform: translateY(30px);
  opacity: 0;
}
@media screen and (max-width: 768px) {
  *[data-scroll=fade-up] {
    transform: translateY(0);
  }
}
*.fade-up {
  animation: fadeup 2s forwards;
}
@media screen and (max-width: 768px) {
  *.fade-up {
    animation: fadeup 1.5s forwards;
  }
}
@keyframes fadeup {
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.yuami_header02 {
  display: none;
}

html body .buy-btn {
  position: fixed;
  bottom: 3px;
  z-index: 10000;
  right: 100px;
  width: 128px;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}
html body .buy-btn.is-scroll {
  opacity: 1;
  visibility: visible;
}
html body .buy-btn.is-scroll:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  html body .buy-btn {
    top: auto;
    bottom: 7px;
    width: 280px;
    translate: 0;
    left: 50% !important;
    translate: -50%;
  }
}
@media screen and (max-width: 768px) and (max-width: 500px) {
  html body .buy-btn {
    left: 10px !important;
    translate: 0;
  }
}
html body .buy-btn img {
  width: 100%;
}
html body .page-top {
  position: fixed;
  bottom: 10px;
  right: 30px;
  z-index: 10000;
}
@media screen and (max-width: 768px) {
  html body .page-top {
    right: 4.5%;
  }
}
html body .mv .img-wrap {
  width: 100%;
}
html body .quality {
  padding-top: 55px;
  padding-bottom: 100px;
  background: url(https://www.yuami-shop.jp/theme/yuamilp2/img/quality.gif);
  position: relative;
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  html body .quality {
    padding-top: 15px;
    padding-bottom: 10%;
  }
}
html body .quality .btn-smooth {
  margin: 100px auto 0;
}
@media screen and (max-width: 768px) {
  html body .quality .btn-smooth {
    margin-top: 50px;
    width: 70%;
  }
}
html body .quality .btn-smooth a {
  margin: 0 auto;
}
html body .quality::before {
  content: "";
  position: absolute;
  bottom: 600px;
  z-index: 50;
  background: url(https://www.yuami-shop.jp/theme/yuamilp2/img/quality-cover.png);
  left: 0;
  height: auto;
  width: 100%;
  aspect-ratio: 1500/230;
}
@media screen and (max-width: 768px) {
  html body .quality::before {
    display: none;
  }
}
html body .quality::after {
  content: "";
  position: absolute;
  bottom: 0;
  background-image: url(https://www.yuami-shop.jp/theme/yuamilp2/img/quality-bg.png);
  background-repeat: repeat-x;
  background-position: left bottom;
  left: 0;
  aspect-ratio: 1500/807;
  height: auto;
  width: 100%;
}
html body .quality__inner {
  position: relative;
  z-index: 150;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
html body .quality__inner .title {
  width: 32.9%;
  margin: 0 auto 44px;
}
@media screen and (max-width: 768px) {
  html body .quality__inner .title {
    width: 230px;
    margin-bottom: 30px;
  }
}
html body .quality__inner .quo {
  position: relative;
}
html body .quality__inner .quo .phrase {
  position: absolute;
  top: -25%;
  right: 5.9%;
  display: flex;
  letter-spacing: 0.1em;
  flex-direction: row-reverse;
  gap: 15px;
}
@media screen and (max-width: 1200px) {
  html body .quality__inner .quo .phrase {
    top: -100px;
    gap: 10px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  html body .quality__inner .quo .phrase {
    top: -25px;
    right: 0;
  }
}
html body .quality__inner .quo .phrase p {
  height: fit-content;
  padding: 30px 15px;
  font-size: 30px;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: 0.1em;
  background: #f4f4f1;
  color: #635442;
}
@media screen and (max-width: 1200px) {
  html body .quality__inner .quo .phrase p {
    padding: 20px 8px;
    font-size: clamp(
    1.5rem,
    0.833rem + 1.39vw,
    1.875rem
  );
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  html body .quality__inner .quo .phrase p {
    font-size: 18px;
    padding: 5px 8px;
  }
}
html body .quality__inner .quo .phrase p .min {
  font-size: 26px;
}
@media screen and (max-width: 1200px) {
  html body .quality__inner .quo .phrase p .min {
    font-size: clamp(
    1.25rem,
    0.583rem + 1.39vw,
    1.625rem
  );
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  html body .quality__inner .quo .phrase p .min {
    font-size: 15px;
  }
}
html body .quality__inner .quo .phrase p .middle {
  font-size: 28px;
}
@media screen and (max-width: 1200px) {
  html body .quality__inner .quo .phrase p .middle {
    font-size: clamp(
    1.375rem,
    0.708rem + 1.39vw,
    1.75rem
  );
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  html body .quality__inner .quo .phrase p .middle {
    font-size: 15px;
  }
}
html body .quality__inner .quo .phrase p.under {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  html body .quality__inner .quo .phrase p.under {
    margin-top: 25px;
  }
}
html body .quality__inner .quo .phrase p.max {
  font-size: 36px;
}
@media screen and (max-width: 1200px) {
  html body .quality__inner .quo .phrase p.max {
    font-size: clamp(
    1.875rem,
    1.208rem + 1.39vw,
    2.25rem
  );
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  html body .quality__inner .quo .phrase p.max {
    font-size: 21px;
  }
}
html body .quality .line {
  width: 100%;
  height: 1px;
  background: #dcd5c5;
  margin-bottom: 6%;
  z-index: 100;
  position: relative;
}
@media screen and (max-width: 768px) {
  html body .quality .line {
    margin-bottom: 40px;
  }
}
html body .quality .line::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  background: #fff;
  height: 1px;
  width: 100%;
}
html body .quality .line::after {
  background: url(https://www.yuami-shop.jp/theme/yuamilp2/img/quality.gif);
  content: "First-class Quality";
  color: #635442;
  position: absolute;
  top: 0;
  font-family: "Noto Sans JP", sans-serif;
  left: 50%;
  translate: -50% -50%;
  text-shadow: 0px 0px 1px white;
}
@media screen and (max-width: 768px) {
  html body .quality .line::after {
    font-size: 13px;
  }
}
html body .japan {
  background: #fefefe;
  padding-top: 10%;
  padding-bottom: 23.3%;
  position: relative;
}
@media screen and (max-width: 768px) {
  html body .japan {
    padding-top: 10%;
    padding-bottom: 140px;
  }
}
html body .japan::after {
  content: "";
  z-index: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(https://www.yuami-shop.jp/theme/yuamilp2/img/japan-bg.jpg);
  background-size: cover;
  background-position: bottom left;
  background-repeat: no-repeat;
  height: auto;
  width: 100%;
  aspect-ratio: 1500/870;
}
@media screen and (max-width: 768px) {
  html body .japan::after {
    background: url(https://www.yuami-shop.jp/theme/yuamilp2/img/japan-bg-sp.jpg);
    background-size: cover;
    background-position: bottom left;
    background-repeat: no-repeat;
    aspect-ratio: 750/638;
  }
}
html body .japan__inner {
  position: relative;
  z-index: 5;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  html body .japan__inner {
    width: 75%;
  }
}
html body .japan__inner .absImg {
  z-index: 0;
  position: absolute;
}
html body .japan__inner .absImg.ai1 {
  top: -50px;
  right: -35px;
  width: 27%;
}
@media screen and (max-width: 768px) {
  html body .japan__inner .absImg.ai1 {
    top: 300px;
    right: -10%;
    width: 49%;
  }
}
html body .japan__inner .absImg.ai2 {
  top: 30px;
  left: 0;
  width: 18.75%;
}
@media screen and (max-width: 768px) {
  html body .japan__inner .absImg.ai2 {
    width: 24%;
    left: -10%;
    top: -15px;
  }
}
html body .japan__inner .absImg.ai3 {
  top: 200px;
  width: 30%;
  left: -20px;
}
@media screen and (max-width: 768px) {
  html body .japan__inner .absImg.ai3 {
    top: 50px;
    left: -10%;
    width: 47%;
  }
}
html body .japan__inner .title {
  z-index: 100;
  position: relative;
  width: 38%;
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  html body .japan__inner .title {
    width: 275px;
  }
}
@media screen and (max-width: 768px) {
  html body .japan__inner .japans {
    width: fit-content;
    margin: 0 auto;
  }
}
html body .japan__inner .japans .japan-top {
  position: relative;
  z-index: 35;
  padding-right: 14%;
  display: flex;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  gap: 30px;
  justify-content: flex-end;
}
@media screen and (max-width: 1200px) {
  html body .japan__inner .japans .japan-top {
    font-size: clamp(
    0.813rem,
    0.257rem + 1.16vw,
    1.125rem
  );
    gap: clamp(
    0.625rem,
    -1.597rem + 4.63vw,
    1.875rem
  );
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  html body .japan__inner .japans .japan-top {
    flex-direction: column-reverse;
    padding-right: 0;
    gap: 15px;
    font-size: 12px;
  }
}
html body .japan__inner .japans .japan-top .left {
  letter-spacing: 0.08em;
  line-height: 2;
}
html body .japan__inner .japans .japan-top .left span {
  color: #7c1c3c;
}
html body .japan__inner .japans .japan-top .right {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1200px) {
  html body .japan__inner .japans .japan-top .right {
    font-size: clamp(
    1.188rem,
    0.632rem + 1.16vw,
    1.5rem
  );
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  html body .japan__inner .japans .japan-top .right {
    writing-mode: horizontal-tb;
    font-size: 15px;
  }
}
html body .japan__inner .japans .japan-top .right .middle {
  font-size: 34px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1200px) {
  html body .japan__inner .japans .japan-top .right .middle {
    font-size: clamp(
    1.813rem,
    1.257rem + 1.16vw,
    2.125rem
  );
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  html body .japan__inner .japans .japan-top .right .middle {
    font-size: 20px;
  }
}
html body .japan__inner .japans .japan-top .right .big {
  font-size: 36px;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 1200px) {
  html body .japan__inner .japans .japan-top .right .big {
    font-size: clamp(
    1.938rem,
    1.382rem + 1.16vw,
    2.25rem
  );
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  html body .japan__inner .japans .japan-top .right .big {
    font-size: 20px;
  }
}
html body .japan__inner .japans .japan-bottom {
  margin-right: 5.83%;
  padding-right: 14%;
  display: flex;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  gap: 30px;
  justify-content: center;
  margin-top: -240px;
}
@media screen and (max-width: 1200px) {
  html body .japan__inner .japans .japan-bottom {
    padding-right: 25%;
    font-size: clamp(
    0.813rem,
    0.257rem + 1.16vw,
    1.125rem
  );
    gap: clamp(
    0.625rem,
    -1.597rem + 4.63vw,
    1.875rem
  );
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  html body .japan__inner .japans .japan-bottom {
    margin-top: 45px;
    padding-right: 0;
    margin-right: 0;
    flex-direction: column-reverse;
    font-size: 12px;
  }
}
html body .japan__inner .japans .japan-bottom .left {
  margin-top: 30px;
  letter-spacing: 0.08em;
  line-height: 2;
}
html body .japan__inner .japans .japan-bottom .left span {
  color: #7c1c3c;
}
html body .japan__inner .japans .japan-bottom .right {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 24px;
  line-height: 1.7;
}
@media screen and (max-width: 1200px) {
  html body .japan__inner .japans .japan-bottom .right {
    line-height: 1.5;
    font-size: clamp(
    1.188rem,
    0.632rem + 1.16vw,
    1.5rem
  );
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  html body .japan__inner .japans .japan-bottom .right {
    writing-mode: horizontal-tb;
  }
}
html body .japan__inner .japans .japan-bottom .right .ini {
  text-orientation: initial;
}
html body .japan__inner .japans .japan-bottom .right .mimimimi {
  font-size: 24px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1200px) {
  html body .japan__inner .japans .japan-bottom .right .mimimimi {
    font-size: clamp(
    1.188rem,
    0.632rem + 1.16vw,
    1.5rem
  );
  }
}
html body .japan__inner .japans .japan-bottom .right .mimimi {
  font-size: 26px;
}
@media screen and (max-width: 1200px) {
  html body .japan__inner .japans .japan-bottom .right .mimimi {
    font-size: clamp(
    1.313rem,
    0.757rem + 1.16vw,
    1.625rem
  );
  }
}
html body .japan__inner .japans .japan-bottom .right .mimi {
  font-size: 32px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1200px) {
  html body .japan__inner .japans .japan-bottom .right .mimi {
    font-size: clamp(
    1.125rem,
    -0.431rem + 3.24vw,
    2rem
  );
  }
}
html body .japan__inner .japans .japan-bottom .right .middle {
  letter-spacing: 0.14em;
  font-size: 34px;
}
@media screen and (max-width: 1200px) {
  html body .japan__inner .japans .japan-bottom .right .middle {
    font-size: clamp(
    1.813rem,
    1.257rem + 1.16vw,
    2.125rem
  );
  }
}
html body .value {
  padding-top: 12%;
  padding-bottom: 10%;
  background: url(https://www.yuami-shop.jp/theme/yuamilp2/img/value-bg.jpg);
}
html body .value__inner {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  html body .value__inner {
    width: 100%;
  }
}
html body .value__inner .title {
  width: 34.6%;
  margin: 0 auto 15px;
}
@media screen and (max-width: 768px) {
  html body .value__inner .title {
    width: 275px;
    margin-bottom: 30px;
  }
}
html body .value .line {
  width: 100%;
  height: 1px;
  background: #dcd5c5;
  margin-bottom: 3%;
  position: relative;
}
@media screen and (max-width: 768px) {
  html body .value .line {
    margin-bottom: 25px;
  }
}
html body .value .line::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  background: #fff;
  height: 1px;
  width: 100%;
}
html body .value .line::after {
  background: local;
  content: "Color variation";
  background: url(https://www.yuami-shop.jp/theme/yuamilp2/img/value-bg.jpg);
  padding: 0 20px;
  color: #635442;
  position: absolute;
  top: 0;
  font-family: "Noto Sans JP", sans-serif;
  left: 50%;
  translate: -50% -50%;
  text-shadow: 0px 0px 1px white;
}
@media screen and (max-width: 768px) {
  html body .value .line::after {
    font-size: 12px;
  }
}
html body .value .value-list {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 80px;
}
@media screen and (max-width: 1400px) {
  html body .value .value-list {
    font-size: clamp(
    3.125rem,
    0.847rem + 4.75vw,
    5rem
  );
  }
}
@media screen and (max-width: 1400px) and (max-width: 768px) {
  html body .value .value-list {
    margin-bottom: 35px;
  }
}
html body .value .value-list li {
  width: 60px;
}
@media screen and (max-width: 1400px) {
  html body .value .value-list li {
    width: clamp(
    3.125rem,
    2.366rem + 1.58vw,
    3.75rem
  );
  }
}
@media screen and (max-width: 1400px) and (max-width: 768px) {
  html body .value .value-list li {
    width: 38px;
  }
}
html body .value .list-details {
  display: flex;
  flex-direction: column;
  gap: 170px;
}
@media screen and (max-width: 1400px) {
  html body .value .list-details {
    gap: clamp(
    6.25rem,
    0.934rem + 11.08vw,
    10.625rem
  );
  }
}
@media screen and (max-width: 1400px) and (max-width: 768px) {
  html body .value .list-details {
    gap: 35px;
  }
}
html body .space {
  padding: 11.3% 0 19.3%;
}
@media screen and (max-width: 768px) {
  html body .space {
    padding-bottom: 125px;
  }
}
html body .space.space2 {
  padding-top: 25%;
}
@media screen and (max-width: 768px) {
  html body .space.space2 {
    padding-top: 70%;
  }
}
html body .space.space2 #space2 {
  position: absolute;
  top: -100px;
  left: 0;
}
@media screen and (max-width: 768px) {
  html body .space.space2 #space2 {
    top: -50px;
  }
}
html body .space__inner {
  position: relative;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
html body .space__inner .title {
  margin: 0 auto 30px;
  width: 42.5%;
}
@media screen and (max-width: 768px) {
  html body .space__inner .title {
    width: 270px;
  }
}
html body .space__inner .lineup {
  font-size: 22px;
  width: fit-content;
  margin: 0 auto;
  padding: 1.5% 5%;
  border-top: #635442 solid 4px;
  border-bottom: #635442 solid 4px;
  position: relative;
  letter-spacing: 0.183em;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
  margin-bottom: 67px;
}
@media screen and (max-width: 1000px) {
  html body .space__inner .lineup {
    font-size: clamp(
    1.063rem,
    0.028rem + 2.16vw,
    1.375rem
  );
  }
}
@media screen and (max-width: 1000px) and (max-width: 768px) {
  html body .space__inner .lineup {
    border-top: #635442 solid 3px;
    font-size: 13px;
    border-bottom: #635442 solid 3px;
    margin-bottom: 40px;
  }
}
html body .space__inner .lineup::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  height: 1px;
  width: 100%;
  background: #635442;
}
@media screen and (max-width: 768px) {
  html body .space__inner .lineup::before {
    top: 3px;
  }
}
html body .space__inner .lineup::after {
  content: "";
  position: absolute;
  bottom: 7px;
  left: 0;
  height: 1px;
  width: 100%;
  background: #635442;
}
@media screen and (max-width: 768px) {
  html body .space__inner .lineup::after {
    bottom: 3px;
  }
}
html body .space__inner .lineup-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 110px;
}
@media screen and (max-width: 1000px) {
  html body .space__inner .lineup-list {
    row-gap: clamp(
    3.75rem,
    -6.595rem + 21.55vw,
    6.875rem
  );
  }
}
@media screen and (max-width: 1000px) and (max-width: 768px) {
  html body .space__inner .lineup-list {
    flex-direction: column;
    gap: 60px;
  }
}
html body .space__inner .lineup-list li {
  width: 47%;
}
@media screen and (max-width: 768px) {
  html body .space__inner .lineup-list li {
    width: 100%;
  }
}
html body .space__inner .lineup-list li .container {
  position: relative;
}
@media screen and (max-width: 768px) {
  html body .space__inner .lineup-list li .container {
    width: 76%;
    margin: 0 auto;
  }
}
html body .space__inner .lineup-list li .container .swiper .swiper-wrapper .swiper-slide .img-wrap {
  height: auto;
  width: 100%;
  aspect-ratio: 470/329;
}
@media screen and (max-width: 768px) {
  html body .space__inner .lineup-list li .container .swiper .swiper-wrapper .swiper-slide .img-wrap {
    aspect-ratio: 570/400;
  }
}
html body .space__inner .lineup-list li .container .swiper .swiper-wrapper .swiper-slide .img-wrap img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
html body .space__inner .lineup-list li .container .swiper .swiper-wrapper .swiper-slide .anno {
  margin-top: 5px;
  letter-spacing: 0.183em;
  font-size: 11px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  html body .space__inner .lineup-list li .container .swiper .swiper-wrapper .swiper-slide .anno {
    margin-bottom: 0;
  }
}
html body .space__inner .lineup-list li .container .swiper-pagination-horizontal {
  bottom: -20px;
}
@media screen and (max-width: 768px) {
  html body .space__inner .lineup-list li .container .swiper-pagination-horizontal {
    bottom: -25px;
  }
}
html body .space__inner .lineup-list li .container .swiper-pagination-horizontal .swiper-pagenation-bullet {
  background: #96c2c0;
}
html body .space__inner .lineup-list li .price-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: solid 1px #f4f3f3;
  border-radius: 30px;
  padding: 5px 20px;
  margin-bottom: 15px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  html body .space__inner .lineup-list li .price-area {
    padding-top: 15px;
    margin-top: 20px;
    padding-bottom: 0;
    gap: 10px;
    border: none;
    flex-direction: column;
  }
}
html body .space__inner .lineup-list li .price-area .name {
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
  letter-spacing: 0.183em;
}
@media screen and (max-width: 1000px) {
  html body .space__inner .lineup-list li .price-area .name {
    font-size: clamp(
    0.875rem,
    0.047rem + 1.72vw,
    1.125rem
  );
  }
}
@media screen and (max-width: 1000px) and (max-width: 768px) {
  html body .space__inner .lineup-list li .price-area .name {
    font-size: 16px;
  }
}
html body .space__inner .lineup-list li .price-area .name span {
  font-size: 14px;
}
@media screen and (max-width: 1000px) {
  html body .space__inner .lineup-list li .price-area .name span {
    font-size: clamp(
    0.75rem,
    0.336rem + 0.86vw,
    0.875rem
  );
  }
}
@media screen and (max-width: 1000px) and (max-width: 768px) {
  html body .space__inner .lineup-list li .price-area .name span {
    font-size: 12px;
  }
}
html body .space__inner .lineup-list li .price-area .price {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1000px) {
  html body .space__inner .lineup-list li .price-area .price {
    font-size: clamp(
    0.875rem,
    0.461rem + 0.86vw,
    1rem
  );
  }
}
@media screen and (max-width: 1000px) and (max-width: 768px) {
  html body .space__inner .lineup-list li .price-area .price {
    font-size: 14px;
  }
}
html body .space__inner .lineup-list li .btn-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
html body .space__inner .lineup-list li .btn-list li {
  width: calc(33.3% - 8px);
}
html body .feature {
  border-top: solid #8f7d6c 1px;
  padding: 11.333% 0 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  html body .feature {
    padding-top: 115px;
  }
}
html body .feature .card {
  max-width: 1230px;
  width: 90%;
  z-index: 1000;
  position: absolute;
  bottom: 0;
  left: 0;
  translate: 0 50%;
}
html body .feature .title {
  width: 22%;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 100;
  translate: -50% -50%;
}
@media screen and (max-width: 768px) {
  html body .feature .title {
    width: 210px;
  }
}
html body .feature__inner {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  html body .feature__inner {
    width: 100%;
  }
}
html body .feature__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 670px;
  width: 100%;
  z-index: 1;
  background: url(https://www.yuami-shop.jp/theme/yuamilp2/img/feature-top-bg.png);
}
html body .feature__inner::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url(https://www.yuami-shop.jp/theme/yuamilp2/img/feature-bg.jpg);
  background-repeat: repeat;
}
html body .feature__inner .fea {
  position: relative;
  z-index: 15;
  width: 100%;
}
@media screen and (max-width: 768px) {
  html body .feature__inner .fea .anno-wrap {
    background: #fff;
    padding-bottom: 30px;
  }
}
html body .feature__inner .fea .anno-wrap .anno {
  letter-spacing: 0.05em;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 768px) {
  html body .feature__inner .fea .anno-wrap .anno {
    width: 85%;
    margin: 0 auto;
    line-height: 1.42;
    font-size: 12px;
  }
}
html body .feature__inner .fea .content {
  width: 29%;
  max-width: 391px;
  position: absolute;
  padding: 2.85% 3%;
  background: #fff;
}
@media screen and (max-width: 1400px) {
  html body .feature__inner .fea .content {
    width: 35%;
  }
}
@media screen and (max-width: 1400px) and (max-width: 768px) {
  html body .feature__inner .fea .content {
    max-width: 100%;
    width: 100%;
    position: static;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 27px 2.6% 25px 7.3%;
  }
}
@media screen and (max-width: 768px) {
  html body .feature__inner .fea .content .content-wrap {
    z-index: 10;
    position: relative;
    width: 47%;
  }
}
html body .feature__inner .fea .content .content-wrap .content-title {
  font-size: 40px;
  line-height: 1.45;
  letter-spacing: 0.09em;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 7.7%;
}
@media screen and (max-width: 1400px) {
  html body .feature__inner .fea .content .content-wrap .content-title {
    margin-bottom: clamp(
    0.938rem,
    -0.202rem + 2.37vw,
    1.875rem
  );
    font-size: clamp(
    1.25rem,
    -0.269rem + 3.16vw,
    2.5rem
  );
  }
}
@media screen and (max-width: 1400px) and (max-width: 768px) {
  html body .feature__inner .fea .content .content-wrap .content-title {
    font-size: 20px;
    margin-bottom: 20px;
    white-space: nowrap;
  }
}
html body .feature__inner .fea .content .content-wrap .content-text {
  font-family: "Noto Serif JP", serif;
  line-height: 2.25;
  letter-spacing: 0.09em;
  margin-bottom: 7.7%;
}
@media screen and (max-width: 1400px) {
  html body .feature__inner .fea .content .content-wrap .content-text {
    line-height: 1.7;
    font-size: clamp(
    0.75rem,
    0.446rem + 0.63vw,
    1rem
  );
  }
}
@media screen and (max-width: 1400px) and (max-width: 768px) {
  html body .feature__inner .fea .content .content-wrap .content-text {
    font-size: 12px;
    line-height: 1.8;
    margin-bottom: 0;
  }
}
html body .feature__inner .fea .content .content-wrap .content-text span {
  color: #7c1c3c;
}
@media screen and (max-width: 768px) {
  html body .feature__inner .fea .content .img-wrap {
    position: relative;
    margin-top: 40px;
    z-index: 5;
    width: 53%;
  }
}
html body .feature__inner .fea.feature1 {
  z-index: 20;
}
html body .feature__inner .fea.feature1 .content {
  top: 0;
  right: 3%;
}
@media screen and (max-width: 1400px) {
  html body .feature__inner .fea.feature1 .content {
    right: clamp(
    1.875rem,
    -3.441rem + 11.08vw,
    6.25rem
  );
  }
}
html body .feature__inner .fea.feature2 .content {
  top: 0;
}
@media screen and (max-width: 1400px) {
  html body .feature__inner .fea.feature2 .content {
    left: clamp(
    1.875rem,
    -3.441rem + 11.08vw,
    6.25rem
  );
  }
}
html body .feature__inner .fea.feature2 .content .img-wrap {
  margin-bottom: 7.7%;
}
@media screen and (max-width: 768px) {
  html body .feature__inner .fea.feature2 .content .img-wrap {
    margin-bottom: 0;
  }
}
html body .feature__inner .fea.feature2 .content .anno {
  font-size: 12px;
  line-height: 1.5;
}
html body .feature__inner .fea.feature4 {
  z-index: 20;
  margin-bottom: 17.8%;
}
@media screen and (max-width: 768px) {
  html body .feature__inner .fea.feature4 {
    margin-bottom: 0;
  }
}
html body .feature__inner .fea.feature4 .content {
  top: 0;
  right: 100px;
}
@media screen and (max-width: 1400px) {
  html body .feature__inner .fea.feature4 .content {
    right: clamp(
    1.875rem,
    -3.441rem + 11.08vw,
    6.25rem
  );
  }
}
@media screen and (max-width: 1400px) and (max-width: 768px) {
  html body .feature__inner .fea.feature4 .content {
    padding: 27px 0 25px;
  }
}
@media screen and (max-width: 768px) {
  html body .feature__inner .fea.feature4 .content .content-wrap {
    margin: 0 auto;
    width: 73%;
  }
}
html body .feature__inner .feature3 {
  margin-top: 14%;
  position: relative;
  z-index: 100;
}
html body .feature__inner .feature3 .feat-title {
  width: 35.7%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  html body .feature__inner .feature3 .feat-title {
    width: 73%;
    margin-bottom: 30px;
  }
}
html body .feature__inner .feature3 .three-list {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 155px;
}
@media screen and (max-width: 768px) {
  html body .feature__inner .feature3 .three-list {
    flex-direction: column;
    gap: 35px;
    margin-bottom: 50px;
  }
}
html body .feature__inner .feature3 .three-list li {
  width: 32%;
}
@media screen and (max-width: 768px) {
  html body .feature__inner .feature3 .three-list li {
    width: 73%;
    margin: 0 auto;
  }
}
html body .feature__inner .feature3 .three-list li:nth-child(2) {
  margin-top: 95px;
}
@media screen and (max-width: 768px) {
  html body .feature__inner .feature3 .three-list li:nth-child(2) {
    margin-top: 0;
  }
}
html body .feature__inner .feature3 .three-list li .img-wrap {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  html body .feature__inner .feature3 .three-list li .img-wrap {
    width: 70%;
    margin: 0 auto 10px;
  }
}
html body .feature__inner .feature3 .three-list li p {
  margin: 0 auto;
  width: fit-content;
  font-family: "Noto Serif JP", serif;
  line-height: 2.06;
}
@media screen and (max-width: 1400px) {
  html body .feature__inner .feature3 .three-list li p {
    font-size: clamp(
    0.75rem,
    0.446rem + 0.63vw,
    1rem
  );
  }
}
@media screen and (max-width: 1400px) and (max-width: 768px) {
  html body .feature__inner .feature3 .three-list li p {
    font-size: 13px;
  }
}
html body .feature__inner .feature3 .three-list li p span {
  color: #7c1c3c;
}
html body .feature .deliver {
  background-color: #fff;
  background-image: url(https://www.yuami-shop.jp/theme/yuamilp2/img/furo.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 15% 0 35%;
  position: relative;
}
@media screen and (max-width: 1500px) {
  html body .feature .deliver {
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 1500px) and (max-width: 768px) {
  html body .feature .deliver {
    background-image: url(https://www.yuami-shop.jp/theme/yuamilp2/img/furo-sp.jpg);
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
    padding-bottom: 60%;
  }
}
html body .feature .deliver .right {
  position: relative;
  z-index: 10;
  width: 450px;
  margin-left: 53%;
}
@media screen and (max-width: 1400px) {
  html body .feature .deliver .right {
    width: 45%;
  }
}
@media screen and (max-width: 1400px) and (max-width: 768px) {
  html body .feature .deliver .right {
    margin-top: 58%;
    width: 73%;
    margin-left: auto;
    margin-right: auto;
  }
}
html body .feature .deliver .right .deliver-title {
  font-size: 38px;
  font-family: "Noto Serif JP", serif;
  line-height: 1.6;
  margin-bottom: 25px;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 1400px) {
  html body .feature .deliver .right .deliver-title {
    font-size: clamp(
    1.875rem,
    1.267rem + 1.27vw,
    2.375rem
  );
  }
}
@media screen and (max-width: 1400px) and (max-width: 768px) {
  html body .feature .deliver .right .deliver-title {
    font-size: 19px;
  }
}
html body .feature .deliver .right .deliver-title span {
  font-size: 30px;
}
@media screen and (max-width: 1400px) {
  html body .feature .deliver .right .deliver-title span {
    font-size: clamp(
    1.375rem,
    0.767rem + 1.27vw,
    1.875rem
  );
  }
}
@media screen and (max-width: 1400px) and (max-width: 768px) {
  html body .feature .deliver .right .deliver-title span {
    font-size: 15px;
  }
}
html body .feature .deliver .right .deliver-text {
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 2.22;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 1400px) {
  html body .feature .deliver .right .deliver-text {
    font-size: clamp(
    0.75rem,
    0.294rem + 0.95vw,
    1.125rem
  );
  }
}
@media screen and (max-width: 1400px) and (max-width: 768px) {
  html body .feature .deliver .right .deliver-text {
    font-size: 12px;
  }
}
html body .feature .deliver .right .middle {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  line-height: 1.875;
}
@media screen and (max-width: 1400px) {
  html body .feature .deliver .right .middle {
    font-size: clamp(
    1.125rem,
    0.669rem + 0.95vw,
    1.5rem
  );
  }
}
@media screen and (max-width: 1400px) and (max-width: 768px) {
  html body .feature .deliver .right .middle {
    font-size: 15px;
  }
}
html body .qa {
  padding: 120px 0 145px;
  position: relative;
  background: #fafaf8;
}
@media screen and (max-width: 768px) {
  html body .qa {
    padding: 40px 0;
  }
}
html body .qa .inner {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
html body .qa .inner .title {
  font-family: "Noto Serif JP", serif;
  font-size: 36px;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  html body .qa .inner .title {
    font-size: 24px;
    margin-bottom: 25px;
  }
}
html body .qa .inner .qaArea .qaBlock {
  border: 1px solid #bcbcbc;
  border-radius: 5px;
  background: #fafafc;
}
@media screen and (max-width: 768px) {
  html body .qa .inner .qaArea .qaBlock:nth-child(4) span {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  html body .qa .inner .qaArea .qaBlock:nth-child(6) span {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  html body .qa .inner .qaArea .qaBlock:nth-child(8) span {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  html body .qa .inner .qaArea .qaBlock:nth-child(9) span {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  html body .qa .inner .qaArea .qaBlock:nth-child(11) span {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  html body .qa .inner .qaArea .qaBlock:nth-child(12) span {
    margin-top: 0 !important;
  }
}
html body .qa .inner .qaArea .qaBlock:not(:last-child) {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  html body .qa .inner .qaArea .qaBlock:not(:last-child) {
    margin-bottom: 20px;
  }
}
html body .qa .inner .qaArea .qaBlock.color {
  border: 1px solid #887868;
  background: #e9e3d6;
}
html body .qa .inner .qaArea .qaBlock.color .question .plusBox span:nth-child(1) {
  opacity: 0;
}
html body .qa .inner .qaArea .qaBlock.color .question .plusBox span:nth-child(2) {
  transform: translate(0, -50%) rotate(0);
}
html body .qa .inner .qaArea .qaBlock .question {
  position: relative;
  padding: 30px 25px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  html body .qa .inner .qaArea .qaBlock .question {
    padding: 15px 10px;
  }
}
html body .qa .inner .qaArea .qaBlock .question p {
  font-size: 18px;
  line-height: 1.5;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  html body .qa .inner .qaArea .qaBlock .question p {
    font-size: 14px;
    line-height: 1.33;
    padding-right: 20px;
  }
}
html body .qa .inner .qaArea .qaBlock .question p span {
  color: #b4a7a7;
  vertical-align: text-bottom;
  line-height: 1;
  display: inline-block;
  font-size: 30px;
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  html body .qa .inner .qaArea .qaBlock .question p span {
    float: left;
    display: block;
    font-size: 23px;
    margin-top: 5px;
    margin-right: 10px;
  }
}
html body .qa .inner .qaArea .qaBlock .question .plusBox {
  position: absolute;
  top: 50%;
  right: 40px;
  height: 20px;
  width: 20px;
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  html body .qa .inner .qaArea .qaBlock .question .plusBox {
    right: 10px;
  }
}
html body .qa .inner .qaArea .qaBlock .question .plusBox span {
  position: absolute;
  top: 50%;
  left: 0;
  transition: all 0.4s;
  transform: translate(0, -50%);
  display: block;
  height: 2px;
  width: 20px;
  background: #797979;
}
html body .qa .inner .qaArea .qaBlock .question .plusBox span:nth-child(2) {
  transform: translate(0, -50%) rotate(-90deg);
}
html body .qa .inner .qaArea .qaBlock .answer {
  margin: 0 50px;
  background: var(--white);
  border-radius: 5px;
  padding: 0 40px;
  align-items: center;
  display: flex;
  transition: all 0.4s;
  font-family: "Noto Serif JP", serif;
  visibility: hidden;
  opacity: 0;
  line-height: 0;
}
@media screen and (max-width: 768px) {
  html body .qa .inner .qaArea .qaBlock .answer {
    padding: 0 7.3%;
    margin: 0 4%;
    flex-direction: column;
  }
}
html body .qa .inner .qaArea .qaBlock .answer.accordion {
  padding: 25px 40px;
  opacity: 1;
  line-height: 1;
  visibility: visible;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  html body .qa .inner .qaArea .qaBlock .answer.accordion {
    padding: 25px 7.3%;
    margin: 0 4% 15px;
  }
}
@media screen and (max-width: 768px) {
  html body .qa .inner .qaArea .qaBlock .answer.accordion .left {
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  html body .qa .inner .qaArea .qaBlock .answer.accordion .right {
    padding-top: 15px;
  }
}
html body .qa .inner .qaArea .qaBlock .answer.accordion .right p {
  line-height: 2;
  letter-spacing: 0.1em;
}
html body .qa .inner .qaArea .qaBlock .answer.accordion .right p a {
  text-decoration: underline;
  text-underline-offset: 0.3em;
  text-decoration-color: var(--bk2);
}
html body .qa .inner .qaArea .qaBlock .answer .left {
  height: 100%;
}
html body .qa .inner .qaArea .qaBlock .answer .left p {
  padding-right: 36px;
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  html body .qa .inner .qaArea .qaBlock .answer .left p {
    font-family: "Noto Serif JP", serif;
    font-size: 20px;
    padding-right: 0;
  }
}
html body .qa .inner .qaArea .qaBlock .answer .right {
  padding-left: 14px;
  background: url("https://www.yuami-shop.jp/theme/yuamilp2/img/qaBg.jpg");
  background-position: left;
  background-repeat: repeat-y;
}
@media screen and (max-width: 768px) {
  html body .qa .inner .qaArea .qaBlock .answer .right {
    width: 100%;
    padding-left: 0;
    background: url("https://www.yuami-shop.jp/theme/yuamilp2/img/spBk.jpg");
    background-size: 3px 3px;
    background-position: top;
    background-repeat: repeat-x;
  }
}
html body .qa .inner .qaArea .qaBlock .answer .right p {
  line-height: 0;
  letter-spacing: 0.1em;
  transition: line-height 0.3s;
}
@media screen and (max-width: 768px) {
  html body .qa .inner .qaArea .qaBlock .answer .right p {
    font-size: 12px;
  }
}
html body #bread-crumb {
  display: none !important;
}
html body #main-column {
  margin-bottom: 0 !important;
}
html body #page-top {
  display: none !important;
}
html body .yuami_footer_section01 {
  display: none !important;
}
html body .yuami_footer_section02 {
  display: none !important;
}
html body .yuami_footer_section03 {
  display: none !important;
}

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