@charset 'UTF-8';
/*@font-face {
    font-family: 'NotoSans';
    src: url(../font/NotoSans_regular.woff) format('woff');
	font-weight: normal;
}

@font-face {
    font-family: 'NotoSans';
    src: url(../font/NotoSans_bold.woff) format('woff');
	font-weight: bold;
}*/
/*初期設定
----------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
@import url("//fonts.googleapis.com/css2?family=Jost:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("//fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Jost:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
@page {
  margin: 0;
}
/* リセット設定 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;

  border: 0;
  /*font-size: 100%;
  font: inherit;
  vertical-align: baseline;*/
}

ul {
  list-style: none;
}

img {
  max-width: 100%;

  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  img {
    max-width: 100%;
  }
}

/* color設定 */
/* 基本設定 */
body {
  font-family: "Jost", "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.6;

  box-sizing: border-box;
  width: 100%;
  min-width: 1280px;

  letter-spacing: 0.06em;

  color: rgba(0, 0, 0, 0.84);
  background-color: #fff;

  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body * {
  box-sizing: border-box;
}
body.fixed {
  position: fixed;

  overflow: hidden;

  width: 100%;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 3.2710280374vw;

    min-width: 320px;
  }
}

header {
  position: relative;
}

* {
  box-sizing: border-box;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

textarea::-ms-input-placeholder,
input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.34);
}

html {
  height: 100%;
}

input,
textarea {
  -webkit-appearance: none;
}

input:focus,
button:focus,
textarea:focus {
  outline: 0;
}

a.ul {
  position: relative;

  text-decoration: none;

  color: rgba(0, 0, 0, 0.84);
}
a.ul:link {
  color: rgba(0, 0, 0, 0.84);
}

a.ul::after {
  position: absolute;
  bottom: -8px;
  left: 0;

  width: 100%;
  height: 1px;

  content: "";
  transition: transform 0.3s;
  transform: scale(0, 1);
  transform-origin: right top;

  background: rgba(0, 0, 0, 0.84);
}

a.ul:hover::after {
  transform: scale(1, 1);
  transform-origin: left top;
}

a::after {
  position: inherit;
  bottom: inherit;
  left: inherit;

  width: inherit;
  height: inherit;

  content: none;
  transition: none;
  transform: none;
  transform-origin: none;

  background: none;
}

a {
  text-decoration: none;

  color: rgba(0, 0, 0, 0.84);
}
a:link {
  color: rgba(0, 0, 0, 0.84);
}
a:hover {
  transition-duration: 0.2s;

  opacity: 0.7;
}

.pc {
  display: block !important;
}

.pc-inline {
  display: inline !important;
}

.sp {
  display: none !important;
}

.sp-inline {
  display: none !important;
}

.text-center {
  text-align: center !important;
}

.text-bold {
  font-weight: bold !important;
}

.color-red {
  color: #e25858;
}

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

  .pc-inline {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  .sp-inline {
    display: inline !important;
  }

  .text-center__sp {
    text-align: center !important;
  }
}
.u-wrapper {
  border-top: solid 1px #eee;
  background: #fff;
}
.u-wrapper.nb {
  border: none;
}

.u-wrapper__sub {
  border-top: solid 1px #eee;
  background: #fbf9f5;
}
.u-wrapper__sub.nb {
  border: none;
}

.u-wrapper__sub-feature {
  padding: 80px 0;

  border-top: solid 1px rgba(0, 0, 0, 0.34);
  border-bottom: solid 1px rgba(0, 0, 0, 0.34);
  background: #fbf9f5;
}
@media screen and (max-width: 768px) {
  .u-wrapper__sub-feature {
    padding: 14.953271028vw 0;
  }
}

.u-container {
  position: relative;

  width: 100%;
  margin: 0 auto;
  padding: 80px 0;
}
.u-container.nb {
  padding-bottom: 16px;
}
.u-container.border {
  border-top: solid 1px #d9d9d9;
}
.u-container.border__pc {
  border-top: solid 1px #d9d9d9;
}
.u-container.bg-gray {
  background-color: #666;
}
.u-container.bg-brown {
  background-color: #b4ab92;
}
.u-container.bg-light-color {
  background-color: #fafaf4;
}
@media screen and (max-width: 768px) {
  .u-container {
    width: 100%;
    margin: 0;
    padding: 18.691588785vw 3.738317757vw;
  }
  .u-container.border__pc {
    border-top: none;
  }
  .u-container.bg-light-color__sp {
    background-color: #fafaf4;
  }
  .u-container.nw {
    padding: 14.953271028vw 0vw;
  }
  .u-container.np {
    padding: 7.476635514vw 0vw 14.953271028vw;
  }
}
.u-container__np {
  width: 1140px;
  margin: 0 auto;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .u-container__np {
    width: 100%;
    padding: 0;
  }
}
.u-container__npt {
  width: 1140px;
  margin: 0 auto;
  padding: 0 0 80px 0;
}
@media screen and (max-width: 768px) {
  .u-container__npt {
    width: 100%;
    padding: 0 5.6074766355vw 14.953271028vw 5.6074766355vw;
  }
  .u-container__npt.add-product-detail {
    padding: 0 0 14.953271028vw 0;
  }
}
.u-container__list {
  width: 1140px;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .u-container__list {
    width: 100%;
    padding: 0;
  }
}
.u-container__feature {
  width: 1140px;
  margin: 0 auto;
  padding: 64px 0 48px 0;
}
@media screen and (max-width: 768px) {
  .u-container__feature {
    width: 100%;
    padding: 0 0 7.476635514vw 0;
  }
}
.u-container__slide {
  width: 1140px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .u-container__slide {
    display: block;

    width: 100%;
    padding: 0;
  }
}
.u-container__2col {
  position: relative;

  display: flex;

  width: 1140px;
  margin: 0 auto;
  padding: 80px 0 80px 0;

  justify-content: space-between;
}
.u-container__2col.border {
  border-top: solid 1px #ddd;
}
@media screen and (max-width: 768px) {
  .u-container__2col {
    display: block;

    width: 100%;
    padding: 32px 5.6074766355vw 64px;
  }
}
.u-container__main {
  width: 832px;
}
@media screen and (max-width: 768px) {
  .u-container__main {
    width: 100%;
  }
  .u-container__main.detail {
    margin-top: -128px;
    padding-bottom: 200px;
  }
}
.u-container__side {
  width: 256px;
}
@media screen and (max-width: 768px) {
  .u-container__side {
    width: 100%;
  }
  .u-container__side.side-category {
    display: none;
  }
}
.u-container__sm {
  width: 996px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .u-container__sm {
    width: 100%;
  }
}

.u-fe {
  display: flex;

  justify-content: flex-end;
}

.u-form__xs {
  line-height: 32px;

  width: 56px;
  height: 32px;
  padding: 0 8px;

  border: solid rgba(0, 0, 0, 0.34) 1px;
  border-radius: 4px;
}
.u-form__title {
  font-size: 12px;
  font-weight: bold;

  padding-bottom: 8px;
}
.u-form__def {
  font-size: 16px;

  width: 100%;
  height: 40px;
  padding: 0 16px;

  border: solid 1px rgba(0, 0, 0, 0.34);
  border-radius: 4px;
  background-color: #fff;
}
.u-form__textarea {
  font-size: 16px;

  width: 100%;
  padding: 0 16px;

  border: solid 1px rgba(0, 0, 0, 0.34);
  border-radius: 4px;
  background-color: #fff;
}

.u-img {
  display: block;

  border-radius: 8px;
}

.u-caption {
  font-size: 12px;

  display: block;

  padding-top: 8px;

  color: rgba(0, 0, 0, 0.57);
}

.u-card__img {
  position: relative;

  overflow: hidden;

  border-radius: 8px;
}
.u-card__img > img {
  display: block;

  -o-object-fit: cover;

  object-fit: cover;
}
.u-card__title {
  font-weight: bold;

  display: -webkit-box;
  overflow: hidden;

  margin-top: 16px;

  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 768px) {
  .u-card__title {
    font-size: 3.738317757vw;

    margin-top: 3.738317757vw;
  }
}
.u-card__brand {
  font-size: 13px;

  color: #666;
}
@media screen and (max-width: 768px) {
  .u-card__brand {
    font-size: 2.8037383178vw;
  }
}
.u-card__title-item {
  display: -webkit-box;
  overflow: hidden;

  margin-top: 16px;

  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 768px) {
  .u-card__title-item {
    margin-top: 3.738317757vw;
    padding: 0 1.8691588785vw;
  }
}
.u-card__txt {
  font-size: 14px;
  line-height: 1.4;

  color: #666;
}
@media screen and (max-width: 768px) {
  .u-card__txt {
    font-size: 3.2710280374vw;

    padding: 0;
  }
}
.u-card__price {
  padding: 8px 0;
}
@media screen and (max-width: 768px) {
  .u-card__price {
    padding: 1.8691588785vw;
  }
}

.u-2col {
  display: flex;

  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .u-2col {
    display: block;
  }
}
.u-2col.ai-st {
  align-items: flex-start;
}
.u-2col.rev {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .u-2col.sp-rev {
    flex-direction: column-reverse;
  }
}
.u-2col > .inner {
  position: relative;

  width: 588px;
}
@media screen and (max-width: 768px) {
  .u-2col > .inner {
    width: 100%;
  }
}
.u-2col > .inner__sm {
  position: relative;

  width: 400px;
}
@media screen and (max-width: 768px) {
  .u-2col > .inner__sm {
    width: 100%;
  }
}
.u-2col__end {
  display: flex;

  justify-content: end;
  align-items: center;
  flex-wrap: wrap;
}
.u-2col__end > .inner {
  position: relative;

  display: block;

  width: 588px;
}
@media screen and (max-width: 768px) {
  .u-2col__end > .inner {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .common__scroll-box__sp {
    overflow-x: auto;

    width: 100%;
  }
}

.u-3col {
  display: flex;

  justify-content: space-between;
  flex-wrap: wrap;
}
.u-3col::after {
  display: block;

  width: 364px;

  content: "";
}
.u-3col > .inner {
  position: relative;

  width: 364px;
}
@media screen and (max-width: 768px) {
  .u-3col {
    display: block;
  }
  .u-3col > .inner {
    position: relative;

    width: 100%;
    padding-top: 4.6728971963vw;
    padding-bottom: 4.6728971963vw;
  }
  .u-3col > .inner:first-child {
    padding-top: 0;
  }
  .u-3col.sp-side-layout {
    display: flex;

    width: 213.0841121495vw;
    margin-right: 4.2056074766vw;

    flex-wrap: nowrap;
    gap: 4.2056074766vw;
  }
  .u-3col.sp-side-layout > .inner {
    width: 68.2242990654vw;
    min-width: 68.2242990654vw;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.u-3col .u-card__img img {
  width: 100%;
  height: 273px;

  transition: 0.3s ease;

  border-radius: 8px;

  -o-object-fit: cover;

  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .u-3col .u-card__img img {
    height: auto;

    border-radius: 1.8691588785vw;
  }
  .u-3col .u-card__img img .slide {
    height: auto;
  }
}
.u-3col .u-card__img img.add-f__img {
  height: auto;
}
@media screen and (max-width: 768px) {
  .u-3col .u-card__img img.add-f__img {
    height: auto;
  }
  .u-3col .u-card__img img.add-f__img .slide {
    height: auto;
  }
}

.u-4col {
  display: flex;

  justify-content: space-between;
  flex-wrap: wrap;
}
.u-4col::before {
  display: block;

  width: 267px;

  content: "";

  order: 1;
}
.u-4col::after {
  display: block;

  width: 267px;

  content: "";
}
.u-4col > .inner {
  position: relative;

  display: block;

  width: 267px;
  margin-right: 24px;
  padding-top: 48px;
}
.u-4col > .inner:nth-child(1),
.u-4col > .inner:nth-child(2),
.u-4col > .inner:nth-child(3),
.u-4col > .inner:nth-child(4) {
  padding-top: 0;
}
.u-4col > .inner:nth-child(4n) {
  margin-right: 0;
}
.u-4col .u-card__img img {
  width: 100%;
  height: auto;

  transition: 0.3s ease;
}
@media screen and (max-width: 768px) {
  .u-4col {
    display: flex;

    margin-right: -3.738317757vw;
    margin-left: -3.738317757vw;

    flex-wrap: wrap;
  }
  .u-4col::before {
    width: 48.1308411215vw;
  }
  .u-4col > .inner {
    position: relative;

    width: 48.1308411215vw;
    margin-right: 3.738317757vw;
    padding-top: 9.3457943925vw;
  }
  .u-4col > .inner:nth-child(1),
  .u-4col > .inner:nth-child(2),
  .u-4col > .inner:nth-child(3),
  .u-4col > .inner:nth-child(4) {
    padding-top: 9.3457943925vw;
  }
  .u-4col > .inner:nth-child(2n) {
    margin-right: 0;
  }
}

.u-4col__slide {
  display: flex;

  justify-content: space-between;
  flex-wrap: wrap;
}
.u-4col__slide::before {
  display: block;

  width: 267px;

  content: "";

  order: 1;
}
.u-4col__slide::after {
  display: block;

  width: 267px;

  content: "";
}
.u-4col__slide > .inner {
  position: relative;

  display: block;

  width: 267px;
  margin-right: 24px;
  padding-bottom: 48px;
}
.u-4col__slide > .inner:nth-child(4n) {
  margin-right: 0;
}
.u-4col__slide .u-card__img img {
  width: 100%;
  height: auto;

  transition: 0.3s ease;
}
@media screen and (max-width: 768px) {
  .u-4col__slide {
    display: flex;
    overflow-x: auto;

    padding-left: 5.6074766355vw;

    flex-wrap: nowrap;
    gap: 8px;
  }
  .u-4col__slide > .inner {
    position: relative;

    min-width: 65.8878504673vw;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

.u-4col__sm {
  display: flex;

  justify-content: space-between;
  flex-wrap: wrap;
}
.u-4col__sm::before {
  display: block;

  width: 190px;

  content: "";

  order: 1;
}
.u-4col__sm::after {
  display: block;

  width: 190px;

  content: "";
}
.u-4col__sm > .inner {
  position: relative;

  display: block;

  width: 190px;
  padding-bottom: 48px;
}
.u-4col__sm .u-card__img img {
  width: 100%;
  height: 143px;

  transition: 0.3s ease;
}
@media screen and (max-width: 768px) {
  .u-4col__sm .u-card__img img {
    height: 32.0093457944vw;
  }
}
@media screen and (max-width: 768px) {
  .u-4col__sm {
    display: flex;
  }
  .u-4col__sm > .inner {
    position: relative;

    width: 42.523364486vw;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

.u-5col {
  display: flex;

  gap: 20px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.u-5col > .inner {
  position: relative;

  display: block;

  width: 212px;
  padding-bottom: 48px;

  grid-auto-columns: 1fr;
}
.u-5col .u-card__img img {
  width: 100%;
  height: auto;

  transition: 0.3s ease;
}
@media screen and (max-width: 768px) {
  .u-5col .u-card__img {
    height: 32.0093457944vw;
  }
}
@media screen and (max-width: 768px) {
  .u-5col {
    display: flex;

    flex-wrap: wrap;
    gap: inherit;
  }
  .u-5col > .inner {
    position: relative;

    width: 48.5981308411vw;
    padding-top: 16px;
    padding-bottom: 16px;

    grid-auto-columns: inherit;
  }
}

.u-5col__slide {
  display: flex;

  gap: 20px;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.u-5col__slide > .inner {
  position: relative;

  display: block;

  width: 212px;
  padding-top: 48px;
}
.u-5col__slide > .inner:nth-child(1),
.u-5col__slide > .inner:nth-child(2),
.u-5col__slide > .inner:nth-child(3),
.u-5col__slide > .inner:nth-child(4),
.u-5col__slide > .inner:nth-child(5) {
  padding-top: 0;
}
.u-5col__slide .u-card__img img {
  width: 100%;
  height: auto;

  transition: 0.3s ease;
}
@media screen and (max-width: 768px) {
  .u-5col__slide {
    display: flex;
    overflow-x: auto;

    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 0 3.738317757vw;
  }
  .u-5col__slide > .inner {
    position: relative;

    min-width: 68.2242990654vw;
    padding-top: 9.3457943925vw;

    grid-auto-columns: inherit;
  }
  .u-5col__slide > .inner:nth-child(1),
  .u-5col__slide > .inner:nth-child(2),
  .u-5col__slide > .inner:nth-child(3),
  .u-5col__slide > .inner:nth-child(4),
  .u-5col__slide > .inner:nth-child(5) {
    padding-top: 9.3457943925vw;
  }
}

.ranking__number {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: bold;

  color: #b4ab92;
}
@media screen and (max-width: 768px) {
  .ranking__number {
    font-size: 4.6728971963vw;
  }
}

.u-pt__xs {
  padding-top: 8px;
}
@media screen and (max-width: 768px) {
  .u-pt__xs {
    padding-top: 1.4018691589vw;
  }
}
.u-pt__sm {
  padding-top: 16px;
}
@media screen and (max-width: 768px) {
  .u-pt__sm {
    padding-top: 2.8037383178vw;
  }
}
.u-pt__base {
  padding-top: 24px;
}
@media screen and (max-width: 768px) {
  .u-pt__base {
    padding-top: 3.738317757vw;
  }
}
.u-pt__lg {
  padding-top: 32px;
}
.u-pt__lg-pc {
  padding-top: 32px;
}
@media screen and (max-width: 768px) {
  .u-pt__lg {
    padding-top: 5.6074766355vw;
  }
  .u-pt__lg-pc {
    padding-top: 0;
  }
  .u-pt__lg-sp {
    padding-top: 5.6074766355vw;
  }
}
.u-pt__xl {
  padding-top: 48px;
}
@media screen and (max-width: 768px) {
  .u-pt__xl {
    padding-top: 7.476635514vw;
  }
  .u-pt__xl-sp {
    padding-top: 7.476635514vw;
  }
}
.u-pt__2xl {
  padding-top: 64px;
}
@media screen and (max-width: 768px) {
  .u-pt__2xl {
    padding-top: 11.214953271vw;
  }
  .u-pt__2xl-sp {
    padding-top: 11.214953271vw;
  }
}
.u-pt__3xl {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .u-pt__3xl {
    padding-top: 14.953271028vw;
  }
  .u-pt__3xl-sp {
    padding-top: 14.953271028vw;
  }
}
.u-pt__4xl {
  padding-top: 96px;
}
@media screen and (max-width: 768px) {
  .u-pt__4xl {
    padding-top: 14.953271028vw;
  }
  .u-pt__4xl-sp {
    padding-top: 14.953271028vw;
  }
}
.u-pt__5xl {
  padding-top: 128px;
}
@media screen and (max-width: 768px) {
  .u-pt__5xl {
    padding-top: 22.4299065421vw;
  }
  .u-pt__5xl-sp {
    padding-top: 22.4299065421vw;
  }
}

.u-pb__0 {
  padding-bottom: 0 !important;
}
.u-pb__sm {
  padding-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .u-pb__sm {
    padding-bottom: 2.8037383178vw;
  }
}
.u-pb__base {
  padding-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .u-pb__base {
    padding-bottom: 5.6074766355vw;
  }
}
.u-pb__xl {
  padding-bottom: 96px;
}
@media screen and (max-width: 768px) {
  .u-pb__xl {
    padding-bottom: 14.953271028vw;
  }
}

@media screen and (max-width: 768px) {
  .u-pb__0__sp {
    padding-bottom: 0 !important;
  }
}
.u-pl__base {
  padding-left: 24px;
}
.u-pl__lg {
  padding-left: 64px;
}

@media screen and (max-width: 768px) {
  .u-pt-sp__lg {
    padding: 0;
    padding-top: 11.214953271vw;
  }
}

@media screen and (max-width: 768px) {
  .u-p-sp__defo {
    padding: 48px 20px 64px 20px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pr-sp__0 {
    padding-right: 0 !important;
  }
}
.u-box__5 {
  width: 486px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .u-box__5 {
    width: 100%;
  }
}
.u-box__6 {
  width: 588px;
  margin: 0 auto;
}
.u-box__md {
  padding-top: 48px;
}
.u-box__wh {
  margin-top: 24px;
  padding: 24px;

  border-radius: 8px;
  background: #fff;
}
.u-box__bdt {
  margin-top: 16px;
  padding-top: 16px;

  border-top: solid 1px rgba(0, 0, 0, 0.34);
}
.u-box__bdb {
  padding-bottom: 24px;

  border-bottom: 1px solid rgba(0, 0, 0, 0.34);
}
@media screen and (max-width: 768px) {
  .u-box__bdb {
    padding-bottom: 5.6074766355vw;
  }
}
.u-box__lg {
  padding: 96px;
}
@media screen and (max-width: 768px) {
  .u-box__lg {
    padding: 24px 0;
  }
}

.u-border__def {
  margin-top: 16px;
  padding-top: 16px;

  border-top: solid 1px rgba(0, 0, 0, 0.34);
}
.u-border__sm {
  margin-top: 8px;
  padding-top: 8px;

  border-top: solid 1px rgba(0, 0, 0, 0.34);
}

.u-space__brake {
  font-size: 0;

  width: 40px;
  height: 1px;
  margin: 40px 0;

  background: #ddd;
}

.u-title__comp {
  margin-top: 96px;
  margin-bottom: 24px;
  padding: 20px;

  color: #fff;
  background: #000;
}
.u-title__contents {
  font-size: 14px;
  font-weight: bold;

  position: relative;

  padding-bottom: 48px;
  padding-left: 20px;

  color: rgba(0, 0, 0, 0.84);
}
.u-title__contents::after {
  position: absolute;
  top: 11px;
  left: 0;

  width: 10px;
  height: 1px;

  content: "";

  background: url(../img/common/title_bar.svg) no-repeat;
}
.u-title__set {
  display: flex;

  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .u-title__set {
    align-items: center;
  }
}
.u-title__set > .u-link__arrow {
  line-height: 32px;

  padding-right: 25px;

  color: rgba(0, 0, 0, 0.84);
}
.u-title__set > .u-link__arrow::after {
  right: 0;
}
.u-title__set > .u-link__arrow:hover::after {
  right: -6px;
}
@media screen and (max-width: 768px) {
  .u-title__set > .u-link__arrow {
    padding-right: 24px;
  }
}
.u-title__xs {
  font-size: 12px;
  font-weight: bold;

  padding-bottom: 8px;
}
.u-title__lg {
  font-size: 20px;
  font-weight: bold;

  padding-bottom: 16px;

  color: rgba(0, 0, 0, 0.84);
}
.u-title__lg > span {
  font-size: 14px;
  font-weight: normal;

  display: block;
}
@media screen and (max-width: 768px) {
  .u-title__lg {
    font-size: 4.2056074766vw;

    padding-bottom: 3.738317757vw;
  }
  .u-title__lg > span {
    font-size: 2.8037383178vw;

    padding-top: 1.8691588785vw;
  }
}
.u-title__lg-list {
  font-size: 24px;
  font-weight: bold;

  color: rgba(0, 0, 0, 0.87);
}
.u-title__lg-list > span {
  font-size: 16px;
  font-weight: normal;

  display: block;
}
@media screen and (max-width: 768px) {
  .u-title__lg-list {
    font-size: 4.2056074766vw;
  }
}
.u-title__lg-center {
  font-size: 24px;
  font-weight: bold;

  display: flex;

  padding-bottom: 16px;

  text-align: center;

  color: rgba(0, 0, 0, 0.84);

  align-items: center;
  gap: 8px;
  justify-content: center;
}
.u-title__lg-center > * {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-title__lg-center {
    font-size: 4.2056074766vw;

    padding-bottom: 3.738317757vw;
  }
  .u-title__lg-center > span {
    font-size: 2.8037383178vw;

    padding-top: 1.8691588785vw;
  }
}
.u-title__lg-left {
  font-size: 24px;
  font-weight: bold;

  position: relative;

  display: flex;

  color: #000;

  flex: flex-wrap;
  align-items: center;
  gap: 24px;
  /*&:before{
    content: "";
    width: 14px;
    height: 1px;
    background:#B4A890;
    font-size: 0;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -2px;
  }*/
}
.u-title__lg-left > span {
  font-size: 16px;
  font-weight: normal;

  display: block;

  color: #b4ab92;
}
@media screen and (max-width: 768px) {
  .u-title__lg-left {
    font-size: 4.6728971963vw;

    gap: 3.738317757vw;
    /*&:before{
      margin-top: -2px;
    }*/
  }
  .u-title__lg-left > span {
    font-size: 3.2710280374vw;
  }
}
.u-title__sm-left {
  font-size: 13px;
  font-weight: bold;

  position: relative;

  display: inline-flex;

  padding-left: 22px;

  color: rgba(0, 0, 0, 0.84);

  align-items: center;
}
.u-title__sm-left:before {
  font-size: 0;

  position: absolute;
  top: 50%;
  left: 0;

  width: 10px;
  height: 1px;
  margin-top: -1px;

  content: "";

  background: #666;
}
@media screen and (max-width: 768px) {
  .u-title__sm-left {
    font-size: 3.0373831776vw;
  }
}
.u-title__lg-defo {
  font-size: 24px;
  font-weight: bold;

  padding-bottom: 24px;

  color: rgba(0, 0, 0, 0.84);
}
@media screen and (max-width: 768px) {
  .u-title__lg-defo {
    font-size: 4.2056074766vw;

    padding-bottom: 3.738317757vw;
  }
}
.u-title__md {
  font-size: 20px;
  font-weight: bold;

  display: flex;

  align-items: center;
}
.u-title__md > span {
  font-size: 14px;
  font-weight: normal;

  padding-left: 16px;
}
@media screen and (max-width: 768px) {
  .u-title__md {
    font-size: 3.738317757vw;
  }
}
.u-title__base {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .u-title__base {
    font-size: 3.2710280374vw;
  }
}
.u-title__sm {
  font-size: 13px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .u-title__sm {
    font-size: 3.0373831776vw;
  }
}
.u-title__sub2 {
  font-size: 12px;
  font-weight: bold;

  padding: 8px 16px;

  color: #fff;
  border-radius: 20px;
  background: #333;
}
@media screen and (max-width: 768px) {
  .u-title__sub2 {
    font-size: 3.2710280374vw;

    width: 100%;

    text-align: center;
  }
}

.u-list__disc {
  padding-top: 24px;
}
.u-list__disc > li {
  line-height: 1.4;

  position: relative;

  padding-bottom: 8px;
  padding-left: 16px;
}
.u-list__disc > li::before {
  position: absolute;
  left: 0;

  content: "・";
}

.u-line {
  margin-top: 20px;
  padding-top: 20px;

  border-top: solid 1px #ddd;
}

.u-link__wrapper {
  padding-top: 24px;
}
.u-link__arrow {
  font-weight: bold;
  line-height: 32px;

  position: relative;

  display: inline-block;

  color: rgba(0, 0, 0, 0.84);
}
.u-link__arrow:link {
  color: rgba(0, 0, 0, 0.84);
}
.u-link__arrow::after {
  position: absolute;
  top: 50%;
  right: 0;

  width: 15px;
  height: 6px;

  content: "";
  transition: ease 300ms;
  transform: translateY(-50%);

  background: url(../img/common/icn_link_arrow.svg) no-repeat;
}
.u-link__arrow:hover::after {
  position: absolute;
  right: -8px;

  content: "";
}
@media screen and (max-width: 768px) {
  .u-link__arrow {
    font-size: 2.8037383178vw;
  }
  .u-link__arrow::after {
    right: -8px;
  }
  .u-link__arrow:hover::after {
    right: -16px;
  }
}
.u-link__arrow--fe {
  line-height: 32px;

  position: relative;

  padding-right: 30px;

  color: rgba(0, 0, 0, 0.84);
}
.u-link__arrow--fe::after {
  position: absolute;
  top: 50%;
  right: 0;

  width: 30px;
  height: 30px;

  content: "";
  transition: ease 300ms;
  transform: translateY(-50%);

  background: url(../img/common/icn_link_arrow.svg) no-repeat;
}
.u-link__arrow--fe:hover::after {
  position: absolute;
  right: -6px;

  content: "";
}
.u-link__arrow--wh {
  position: relative;

  display: inline-block;

  color: #fff;
}
.u-link__arrow--wh:link {
  color: #fff;
}
.u-link__arrow--wh::after {
  position: absolute;
  top: 50%;
  right: -46px;

  width: 30px;
  height: 30px;

  content: "";
  transition: ease 300ms;
  transform: translateY(-50%);

  background: url(../img/common/icn_link_arrow.svg) no-repeat;
}
.u-link__arrow--wh:hover::after {
  position: absolute;
  right: -52px;

  content: "";
}
@media screen and (max-width: 768px) {
  .u-link__arrow--wh {
    font-size: 2.8037383178vw;
  }
  .u-link__arrow--wh::after {
    top: 1.8691588785vw;
    right: -40px;
  }
  .u-link__arrow--wh:hover::after {
    right: -46px;
  }
}
.u-link__acc {
  position: relative;

  display: block;
}
.u-link__acc::before {
  position: absolute;
  top: 50%;
  right: 0;

  width: 14px;
  height: 2px;

  content: "";
  transform: translateY(-50%);

  background-color: #757575;
}
.u-link__acc::after {
  position: absolute;
  top: 50%;
  right: 0;

  width: 14px;
  height: 2px;

  content: "";
  transition: 0.3s ease;
  transform: translateY(-50%) rotate(90deg);

  opacity: 1;
  background-color: #757575;
}
.u-link__acc.on::after {
  position: absolute;
  top: 50%;
  right: 0;

  width: 14px;
  height: 2px;

  content: "";
  transform: rotate(0);

  opacity: 0;
  background-color: #757575;
}
.u-link__acc__arrow {
  position: relative;

  display: block;
}
.u-link__acc__arrow:after {
  position: relative;
  top: 0;

  display: inline-block;

  width: 15px;
  height: 9px;
  margin: 0 0 0 5px;

  content: "";

  background: url("../img/common/acc_arrow.svg") no-repeat center center;
  background-size: cover;
}
.u-link__acc__arrow.on:after {
  transform: rotate(180deg);
}
.u-link__txt {
  display: inline-block;

  padding-bottom: 4px;

  border-bottom: solid rgba(0, 0, 0, 0.34) 1px;
}
.u-link__acc-read {
  position: relative;

  display: inline-block;

  padding-right: 24px;
}
.u-link__acc-read::before {
  position: absolute;
  top: 50%;
  right: 0;

  width: 14px;
  height: 2px;

  content: "";
  transform: translateY(-50%);

  background-color: #757575;
}
.u-link__acc-read::after {
  position: absolute;
  top: 50%;
  right: 0;

  width: 14px;
  height: 2px;

  content: "";
  transition: 0.3s ease;
  transform: rotate(90deg);
  transform: translateY(-50%) rotate(90deg);

  opacity: 1;
  background-color: #757575;
}
.u-link__acc-read.on {
  display: none;
}
.u-link__card {
  position: relative;

  display: block;
}
.u-link__card:hover .u-card__img > img {
  transform: scale(1.05);
}

.u-icn {
  display: inline-flex;

  vertical-align: middle;

  align-items: center;
  flex-wrap: wrap;
}
.u-icn__detail {
  display: inline-flex;

  vertical-align: middle;

  align-items: center;
  flex-wrap: wrap;
}
.u-icn__detail > img {
  display: block;

  width: auto;
  height: 24px;
  margin-right: 8px;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .u-icn__detail > img {
    margin-right: 1.8691588785vw;
    margin-bottom: 1.8691588785vw;
  }
}
.u-icn__list {
  display: inline-flex;

  vertical-align: middle;

  align-items: center;
  flex-wrap: wrap;
}
.u-icn__list > img {
  display: block;

  width: auto;
  height: 20px;
  margin-right: 8px;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .u-icn__list > img {
    margin-right: 1.8691588785vw;
    margin-bottom: 1.8691588785vw;
  }
}
.u-icn > li {
  margin-right: 8px;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .u-icn > li {
    margin-right: 1.8691588785vw;
    margin-bottom: 1.8691588785vw;
  }
}
.u-icn__new {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.u-icn__new > img {
  width: 48px !important;
  height: auto !important;
}
.u-icn__campaign {
  display: flex;

  gap: 8px;
  flex-wrap: wrap;
}
.u-icn__campaign img {
  height: 23px;
}
@media screen and (max-width: 768px) {
  .u-icn__campaign {
    padding: 0 1.8691588785vw;
  }
}
.u-icn__campaign > img {
  width: auto;
  height: 23px;
}
.u-icn__01 {
  font-size: 10px;
  line-height: 20px;

  padding: 0 8px;

  color: #fff;
  border-radius: 10px;
  background: #008dd8;
}
.u-icn__02 {
  font-size: 10px;
  line-height: 20px;

  padding: 0 8px;

  color: #fff;
  border-radius: 10px;
  background: #757575;
}
.u-icn__03 {
  font-size: 10px;
  line-height: 20px;

  padding: 0 8px;

  color: #fff;
  border-radius: 10px;
  background: #9a7e94;
}
.u-icn__04 {
  font-size: 10px;
  line-height: 20px;

  padding: 0 8px;

  color: #fff;
  border-radius: 10px;
  background: #20b677;
}
.u-icn__05 {
  font-size: 10px;
  line-height: 20px;

  padding: 0 8px;

  color: rgba(0, 0, 0, 0.84);
  border-radius: 10px;
  background: #eee;
}
.u-icn__06 {
  font-size: 10px;
  line-height: 20px;

  padding: 0 8px;

  color: #fff;
  border-radius: 10px;
  background: #3b3b3b;
}
.u-icn__07 {
  font-size: 10px;
  line-height: 20px;

  padding: 0 8px;

  color: #fff;
  border-radius: 10px;
  background: #7c2a12;
}

.u-btn__def {
  font-weight: bold;

  display: inline-flex;

  min-width: 240px;
  height: 48px;

  transition: 0.3s ease;
  text-align: center;

  color: rgba(0, 0, 0, 0.87);
  border: 1px solid #666;
  border-radius: 24px;
  background: #fff;

  align-items: center;
  justify-content: center;
}
.u-btn__def.w288 {
  width: 288px;
}
@media screen and (max-width: 768px) {
  .u-btn__def.w288 {
    width: 100%;
  }
}
.u-btn__def.w200 {
  width: 288px;
}
@media screen and (max-width: 768px) {
  .u-btn__def.w200 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .u-btn__def.w240__sp {
    width: 56.0747663551vw;
  }
}
.u-btn__def:link,
.u-btn__def:visited {
  color: rgba(0, 0, 0, 0.87);
}
@media screen and (max-width: 768px) {
  .u-btn__def {
    width: 100%;
    height: 11.214953271vw;

    border-radius: 5.6074766355vw;
  }
}
.u-btn__def.inactive {
  cursor: initial;

  color: rgba(0, 0, 0, 0.57);
  background: rgba(0, 0, 0, 0.34);
}
.u-btn__def.inactive:hover {
  opacity: inherit;
}
.u-btn__def.type-edit {
  font-weight: 500;

  width: auto;
}
.u-btn__def.type-edit:before {
  position: relative;
  top: 0;

  display: inline-block;

  width: 24px;
  height: 24px;
  margin: 0 6px 0 0;

  content: "";

  background: url("../img/common/icn_edit.svg") no-repeat center center;
  background-size: cover;
}
.u-btn__def.bg-gray {
  color: #fff;
  border-color: #b4ab92;
  background-color: #b4ab92;
}
.u-btn__defo-sm {
  line-height: 40px;

  display: inline-block;

  width: 200px;

  transition: 0.3s ease;
  text-align: center;

  color: #fff;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.84);
}
.u-btn__defo-sm:link,
.u-btn__defo-sm:visited {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .u-btn__defo-sm {
    width: 100%;
    height: 40px;

    border-radius: 20px;
  }
}
.u-btn__cta {
  line-height: 56px;

  display: inline-block;

  min-width: 240px;
  padding: 0 24px;

  transition: 0.3s ease;
  text-align: center;

  color: #fff;
  border-radius: 28px;
  background: #c1490a;
}
.u-btn__cta:link,
.u-btn__cta:visited {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .u-btn__cta {
    width: 100%;
    height: 48px;

    border-radius: 24px;
  }
}
.u-btn__cta.inactive {
  cursor: initial;

  color: rgba(0, 0, 0, 0.57);
  background: rgba(0, 0, 0, 0.34);
}
.u-btn__cta.inactive:hover {
  opacity: inherit;
}
.u-btn__cta-sm {
  line-height: 40px;

  display: inline-block;

  width: 200px;

  transition: 0.3s ease;
  text-align: center;

  color: #fff;
  border-radius: 8px;
  background: #c1490a;
}
.u-btn__cta-sm:link,
.u-btn__cta-sm:visited {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .u-btn__cta-sm {
    line-height: 40px;

    width: 100%;
    max-width: inherit;

    border-radius: 24px;
  }
}
.u-btn__cta-sm.inactive {
  cursor: initial;

  color: rgba(0, 0, 0, 0.57);
  background: rgba(0, 0, 0, 0.34);
}
.u-btn__cta-sm.inactive:hover {
  opacity: inherit;
}
.u-btn__ghost {
  line-height: 48px;

  display: inline-block;

  min-width: 288px;

  transition: 0.3s ease;
  text-align: center;

  color: rgba(0, 0, 0, 0.84);
  border: solid 1px rgba(0, 0, 0, 0.84);
  border-radius: 24px;
}
.u-btn__ghost:link {
  color: rgba(0, 0, 0, 0.84);
}
.u-btn__ghost:hover {
  background: rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .u-btn__ghost {
    line-height: 48px;

    width: 100%;

    border-radius: 24px;
  }
}
.u-btn__ghost-sm {
  line-height: 48px;

  display: inline-block;

  width: 200px;

  transition: 0.3s ease;
  text-align: center;

  color: rgba(0, 0, 0, 0.84);
  border: solid 1px rgba(0, 0, 0, 0.84);
  border-radius: 24px;
}
.u-btn__ghost-sm:link {
  color: rgba(0, 0, 0, 0.84);
}
@media screen and (max-width: 768px) {
  .u-btn__ghost-sm {
    width: 100%;
    height: 48px;
  }
}
.u-btn__wrapper {
  display: flex;

  justify-content: center;
  gap: 24px;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .u-btn__wrapper.rev {
    flex-direction: column-reverse;
  }
}
.u-btn__ghost--wh {
  line-height: 56px;

  display: inline-block;

  min-width: 288px;

  transition: 0.3s ease;
  text-align: center;

  color: #fff;
  border: solid 1px #fff;
  border-radius: 8px;
}
.u-btn__ghost--wh:link {
  color: #fff;
}
.u-btn__ghost--wh:hover {
  background: rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 768px) {
  .u-btn__ghost--wh {
    line-height: 11.214953271vw;

    width: 100%;

    border-radius: 1.8691588785vw;
  }
}
.u-btn__2col-wrapper {
  display: flex;

  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .u-btn__2col-wrapper {
    display: block;
  }
}
.u-btn__2col-wrapper > * {
  display: block;

  margin: 0 16px;
}
@media screen and (max-width: 768px) {
  .u-btn__2col-wrapper > * {
    margin: 3.738317757vw 0;
  }
}
.u-btn__list {
  display: flex;

  flex-wrap: wrap;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .u-btn__list {
    display: block;
  }
}
.u-btn__list > li {
  width: 224px;
}
@media screen and (max-width: 768px) {
  .u-btn__list > li {
    width: 100%;
    margin-top: 3.738317757vw;
  }
  .u-btn__list > li:first-of-type {
    margin-top: 0;
  }
}
.u-btn__list > li a {
  width: 100%;
  min-width: 0;
}

.u-fs__b {
  font-weight: bold;
}
.u-fs__base {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .u-fs__base {
    font-size: 3.738317757vw;
  }
}
.u-fs__sm {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .u-fs__sm {
    font-size: 2.8037383178vw;
  }
}
.u-fs__xs {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .u-fs__xs {
    font-size: 2.3364485981vw;
  }
}
.u-fs__sub {
  color: rgba(0, 0, 0, 0.57);
}
.u-fs__price {
  font-size: 24px;
  font-weight: bold;

  color: #c1490a;
}
.u-fs__price-sub {
  font-size: 18px;

  color: #c1490a;
}
.u-fs__price-del {
  font-size: 24px;
  font-weight: bold;

  text-decoration: line-through;

  color: rgba(0, 0, 0, 0.57);
}
.u-fs__price-del-sub {
  font-size: 18px;

  text-decoration: line-through;

  color: rgba(0, 0, 0, 0.57);
}

.u-txt {
  line-height: 2;

  color: rgba(0, 0, 0, 0.57);
}
@media screen and (max-width: 768px) {
  .u-txt {
    font-size: 3.738317757vw;
  }
}
.u-txt__marker {
  font-size: 18px;
  font-weight: bold;

  color: rgba(0, 0, 0, 0.84);
  background: linear-gradient(transparent 60%, #ff6 60%);
}
@media screen and (max-width: 768px) {
  .u-txt__marker {
    font-size: 4.2056074766vw;
  }
}
.u-txt__emp {
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
}
.u-txt__emp-sm {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .u-txt__emp {
    font-size: 7.0093457944vw;
  }
  .u-txt__emp-sm {
    font-size: 4.2056074766vw;
  }
}
.u-txt__super {
  font-size: 0.6em;

  vertical-align: top;
}
.u-txt__sm {
  font-size: 12px;

  color: rgba(0, 0, 0, 0.84);
}
.u-txt__lg {
  font-size: 16px;
  line-height: 2;

  color: rgba(0, 0, 0, 0.84);
}
.u-txt__lg p {
  padding-top: 24px;
}
.u-txt__lg p:first-child {
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .u-txt__lg__lg {
    font-size: 3.738317757vw;
  }
  .u-txt__lg__lg p {
    padding-top: 5.6074766355vw;
  }
}
.u-txt__sub {
  color: #b4a890;
}
.u-txt p {
  padding-top: 24px;
}
.u-txt p:first-child {
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .u-txt p {
    padding-top: 5.6074766355vw;
  }
}

.u-tac {
  text-align: center;
}

.u-table > dt {
  font-size: 14px;
  font-weight: bold;
}
.u-table > dd {
  margin-bottom: 16px;
  padding-top: 8px;
  padding-bottom: 16px;

  border-bottom: solid 1px rgba(0, 0, 0, 0.34);
}
@media screen and (max-width: 768px) {
  .u-table__break {
    display: block !important;
  }
  .u-table__break table,
  .u-table__break tbody,
  .u-table__break tr,
  .u-table__break th,
  .u-table__break td {
    display: block !important;

    width: 100% !important;
  }
}

.u-tal {
  text-align: left;
}

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

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

.u-del {
  text-decoration: line-through;

  color: rgba(0, 0, 0, 0.57);
}

.u-dn {
  display: none;
}

.u-anc {
  margin-top: -128px;
  padding-top: 128px;
}
@media screen and (max-width: 768px) {
  .u-anc {
    margin-top: -64px;
    padding: 64px;
  }
}

.u-ma {
  margin: 0 auto;
}

/* menu */
.menu__trigger,
.menu__trigger span {
  box-sizing: border-box;

  transition: all 0.4s;
}

.menu__trigger {
  position: relative;
  z-index: 11;

  display: none;

  width: 9.3457943925vw;
  height: 9.3457943925vw;

  cursor: pointer;

  border: none;
  background: none;

  -webkit-appearance: none;

  -moz-appearance: none;

  appearance: none;
}
@media screen and (max-width: 768px) {
  .menu__trigger {
    display: block;
  }
}
.menu__trigger.active {
  position: fixed;
  top: 15px;
  right: 24px;
}

.menu__trigger span {
  position: absolute;
  left: 1.8691588785vw;

  width: 5.6074766355vw;
  height: 0.4672897196vw;
  min-height: 2px;

  border-radius: 0.4672897196vw;
  background-color: rgba(0, 0, 0, 0.57);
}

.menu__trigger span:nth-of-type(1) {
  top: 2.8037383178vw;
}

.menu__trigger span:nth-of-type(2) {
  top: 6.0747663551vw;
}

.menu__trigger.active span:nth-of-type(1) {
  transform: translateY(1.7523364486vw) rotate(-45deg);
}

.menu__trigger.active span:nth-of-type(2) {
  transform: translateY(-1.7523364486vw) rotate(45deg);
}

.menu__mypage {
  display: none;
}
@media screen and (max-width: 768px) {
  .menu__mypage {
    position: fixed;
    z-index: 11;
    top: 16px;
    right: 116px;

    display: block;

    width: 32px;
    height: 32px;

    cursor: pointer;

    border: none;
    background: none;

    -webkit-appearance: none;

    -moz-appearance: none;

    appearance: none;
  }
}

.menu__cart {
  display: none;
}
@media screen and (max-width: 768px) {
  .menu__cart {
    position: fixed;
    z-index: 11;
    top: 16px;
    right: 72px;

    display: block;

    width: 32px;
    height: 32px;

    cursor: pointer;

    border: none;
    background: none;

    -webkit-appearance: none;

    -moz-appearance: none;

    appearance: none;
  }
  .menu__cart > a {
    position: relative;
  }
  .menu__cart > a .cart-cnt {
    font-size: 10px;
    line-height: 1;

    position: absolute;
    top: -14px;
    right: -5px;

    display: flex;

    min-width: 20px;
    padding: 5px;

    text-align: center;

    color: #fff;
    border-radius: 10px;
    background: #b4a890;

    align-items: center;
    justify-content: center;
  }
}

.gnav-wrapper {
  position: fixed;
  z-index: 10;
  top: 0;

  display: none;
  overflow-y: auto;

  width: 100vw;
  height: 100vh;

  background: #edeae1;
}
@media screen and (max-width: 768px) {
  .gnav-wrapper {
    margin-left: -3.738317757vw;
    padding: 0 0 29.9065420561vw 0;
  }
}

.gnav {
  padding-top: 48px;

  text-align: left;
}
.gnav__logo {
  margin: 13.5514018692vw 0 0 9.3457943925vw;
}
.gnav__logo img {
  height: 5.6074766355vw;
}
.gnav__contents {
  padding-top: 5.6074766355vw;
}
.gnav__login-link {
  font-family: "Jost", sans-serif;
  font-size: 3.2710280374vw;
  font-weight: bold;
  line-height: 1;

  display: flex;

  text-align: center;

  align-items: center;
  justify-content: center;
}
.gnav__login-link:before {
  position: relative;
  top: 0;

  display: inline-block;

  width: 9.3457943925vw;
  height: 9.3457943925vw;
  margin: 0 1.8691588785vw 0 0;

  content: "";

  background: url("../img/common/icn_login.svg") no-repeat center center;
  background-size: cover;
}
.gnav-search__input {
  width: 100%;
  height: 40px;
  padding: 8px 16px 8px 38px;

  border: solid 1px rgba(0, 0, 0, 0.34);
  border-radius: 20px;
  background: url("../img/common/icn_search.svg") no-repeat;
  background-position: 4px 2px;
}
.gnav--item {
  padding-bottom: 16px;
}
.gnav__share-message {
  display: block;

  width: 128px;
  padding-top: 24px;
  padding-bottom: 8px;

  text-align: center;
}
.gnav__sns-area {
  margin: 0 9.3457943925vw;
  padding: 9.3457943925vw 0;

  text-align: center;

  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.gnav__sns-area:first-of-type {
  padding-top: 10.2803738318vw;

  border-top: none;
}
.gnav__sns-area:last-child {
  padding-bottom: 0;
}
.gnav__sns-area__brand-logo {
  display: inline;

  height: 5.1401869159vw;
}
.gnav__sns {
  display: flex;

  margin-top: 4.6728971963vw;

  gap: 5.6074766355vw;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.gnav__sns img {
  width: 5.6074766355vw;
}
.gnav__info-wrapper {
  padding: 20.7943925234vw 0 0 0;
}

.gnav__info__title {
  font-family: "Jost", sans-serif;
  font-size: 3.738317757vw;
  font-weight: bold;

  position: relative;

  width: 100%;

  text-align: center;
}
.gnav__info__title > span {
  display: inline-block;

  padding: 0 5.1401869159vw;

  background-color: #edeae1;
}
.gnav__info__title:after {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0;

  width: 100%;
  height: 0.2336448598vw;
  min-height: 1px;

  content: "";

  background-color: rgba(0, 0, 0, 0.37);
}

.u-por {
  position: relative;
}

.common__tab {
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .common__tab {
    padding-top: 12.8504672897vw;
  }
}
.common__tab > ul {
  display: flex;

  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .common__tab > ul {
    margin: -4.4392523364vw 0 0 0;

    gap: 4.2056074766vw;
  }
}
.common__tab > ul > li {
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-weight: 500;

  width: 170px;

  text-align: center;
}
@media screen and (max-width: 768px) {
  .common__tab > ul > li {
    font-size: 4.2056074766vw;

    width: 28.0373831776vw;
    margin-top: 4.4392523364vw;
    margin-left: 0;
  }
}
.common__tab > ul > li a {
  display: block;

  width: 100%;
  padding-bottom: 20px;

  color: rgba(0, 0, 0, 0.37);
  border-bottom: 1px solid rgba(0, 0, 0, 0.37);
}
@media screen and (max-width: 768px) {
  .common__tab > ul > li a {
    padding-bottom: 3.738317757vw;
  }
}
.common__tab > ul > li.select a {
  cursor: default;

  color: #000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.87);
}
.common__tab > ul > li.select a:hover {
  opacity: 1;
}

.l-container-wrap {
  padding-top: 129px;
}
@media screen and (max-width: 768px) {
  .l-container-wrap {
    padding-top: 25.4672897196vw;
  }
}

.add-f__detail {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .add-f__detail {
    padding: 0 5.6074766355vw;
  }
}

.add-f__wrapper {
  width: 1120px;
  margin: 0 auto;
  padding: 0 0 64px 0;

  text-align: center;

  border-bottom: solid 1px rgba(0, 0, 0, 0.34);
}
@media screen and (max-width: 768px) {
  .add-f__wrapper {
    width: 100%;
    padding: 11.214953271vw 5.6074766355vw;
  }
}

.add-f__header img {
  border-radius: 24px;
}
@media screen and (max-width: 768px) {
  .add-f__header img {
    border-radius: inherit;
  }
}

.add-f__title {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.4;

  display: inline-block;

  background: linear-gradient(transparent 60%, yellow 60%);
}
@media screen and (max-width: 768px) {
  .add-f__title {
    font-size: 24px;
  }
}
.add-f__title-sub {
  font-size: 14px;
  font-weight: bold;

  padding-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .add-f__title-sub {
    font-size: 12px;

    padding-bottom: 4px;
  }
}

.add-f__read {
  font-size: 24px;
  font-weight: bold;

  padding: 48px 0;
}
@media screen and (max-width: 768px) {
  .add-f__read {
    font-size: 18px;

    padding: 32px 0;

    text-align: left;
  }
}

.add-f__txt {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .add-f__txt {
    text-align: left;
  }
}

.header {
  position: fixed;
  z-index: 100;

  width: 100%;
  min-width: 1280px;

  border-bottom: solid 1px rgba(0, 0, 0, 0.34);
  background: #fff;
}
@media screen and (max-width: 768px) {
  .header {
    min-width: inherit;
    height: 25.4672897196vw;

    border-bottom: none;
  }
}
.header .header__top {
  height: 40px;

  background-color: #edeae1;
}
@media screen and (max-width: 768px) {
  .header .header__top {
    height: 10.5140186916vw;
  }
}
.header .header__top .header__top__in {
  display: flex;

  width: 1140px;
  margin: 0 auto;

  flex-wrap: nowrap;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .header .header__top .header__top__in {
    display: block;

    width: auto;
    margin: 0;
  }
}
.header .header__top .header__top__lead {
  font-size: 11px;
}
@media screen and (max-width: 768px) {
  .header .header__top .header__top__lead {
    font-size: 2.8037383178vw;
    line-height: 10.5140186916vw;

    text-align: center;
  }
}
.header .header__top .header__top__link-list {
  display: flex;

  margin: 0 0 0 auto;

  flex-wrap: nowrap;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .header .header__top .header__top__link-list {
    display: none;
  }
}
.header .header__top .header__top__link-list > li {
  font-size: 14px;
  font-weight: bold;

  margin: 0 0 0 24px;
}
.header .header__top .header__top__link-list > li:first-of-type {
  margin-left: 0;
}
.header .header__top .header__top__link-list > li a {
  display: flex;

  align-items: center;
}
.header .header__top .header__top__link-list > li a:before {
  position: relative;
  top: 0;

  display: inline-block;

  width: 40px;
  height: 40px;
  margin: 0;

  content: "";
}
.header .header__top .header__top__link-list > li.header__top__link-list__faq a:before {
  background: url("../img/common/icon_faq.svg") no-repeat center center;
  background-size: cover;
}
.header .header__top .header__top__link-list > li.header__top__link-list__contact a:before {
  background: url("../img/common/icon_contact.svg") no-repeat center center;
  background-size: cover;
}
.header .header__top .header__top__link-list > li.header__top__link-list__guide a:before {
  background: url("../img/common/icon_guide.svg") no-repeat center center;
  background-size: cover;
}
.header__wrapper {
  position: relative;

  width: 1140px;
  margin: 0 auto;
  padding: 24px 0;
}
@media screen and (max-width: 768px) {
  .header__wrapper {
    width: 100%;
    height: 14.953271028vw;
    padding: 0 3.738317757vw;
  }
}
.header-unit01 {
  position: relative;

  display: flex;

  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.header-unit01__wrapper {
  display: flex;

  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .header-unit01__wrapper {
    height: 14.953271028vw;
  }
}
.header-logo__wrapper img {
  height: 30px;
}
@media screen and (max-width: 768px) {
  .header-logo__wrapper img {
    height: 4.6728971963vw;
  }
}
.header-search {
  position: relative;

  margin-left: 24px;
}
@media screen and (max-width: 768px) {
  .header-search {
    width: 82.9439252336vw;
    margin: 7.7102803738vw 0 0 9.3457943925vw;

    transition: 0.3s ease;
  }
}
.header-search .header-search__input {
  font-size: 16px;

  width: 295px;
  height: 40px;
  padding: 8px 16px 8px 38px;

  border: none;
  border-radius: 20px;
  background: #f5f5f5 url("../img/common/icn_search.svg") no-repeat left 10px center;
  background-size: 19px 19px;
}
@media screen and (max-width: 768px) {
  .header-search .header-search__input {
    width: 100%;
    height: 9.3457943925vw;
    padding: 8px 5.6074766355vw 8px 11.214953271vw;

    border-radius: 4.6728971963vw;
  }
}
.header-subnav {
  display: flex;

  flex-wrap: wrap;
  justify-content: flex-end;
}
.header-subnav__menu {
  display: flex;

  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .header-subnav__menu {
    gap: 1.8691588785vw;
  }
}
.header-subnav__item > a {
  font-size: 10px;

  display: block;

  text-align: center;
}
.header-subnav__item > a > span {
  display: block;
}
.header-subnav__item.sp-menu {
  display: none;
}
@media screen and (max-width: 768px) {
  .header-subnav__item img {
    width: 9.3457943925vw;
  }
  .header-subnav__item.favorite {
    display: none;
  }
  .header-subnav__item.sp-menu {
    display: block;
  }
}
.header-subnav__item > a {
  position: relative;
}
.header-subnav__item > a .cart-cnt {
  font-size: 10px;
  font-weight: bold;
  line-height: 16px;

  position: absolute;
  top: 4px;
  right: 0;

  display: flex;

  min-width: 16px;
  height: 16px;

  text-align: center;

  color: #fff;
  border-radius: 8px;
  background: #d07000;

  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .header-subnav__item > a .cart-cnt {
    font-size: 2.3364485981vw;
    line-height: 3.738317757vw;

    top: 0.9345794393vw;

    min-width: 3.738317757vw;
    height: 3.738317757vw;

    border-radius: 1.8691588785vw;
  }
}
.header-gnav {
  font-weight: bold;

  display: flex;

  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .header-gnav {
    display: none;
  }
}
.header-gnav__menu-l {
  display: flex;

  margin-left: 40px;

  justify-content: flex-start;
  align-items: center;
  gap: 16px;
}
.header-gnav__2nd {
  position: absolute;
  z-index: 2;
  top: 64px;
  left: 0;

  display: flex;

  width: 1140px;
  padding-top: 8px;
  padding-bottom: 80px;

  transition: 0.2s linear;
  pointer-events: none;

  opacity: 0;
  border-image-source: linear-gradient(#fff, #fff);
  border-image-slice: 0 fill;
  border-image-outset: 0 100vw;
  background-color: #fff;
  box-shadow: 0 30px 40px 0 rgba(0, 0, 0, 0.08);

  flex-wrap: wrap;
  justify-content: center;
  /*&:after {
      content: "";
      width: 200vw;
      height: 1px;
      position: absolute;
      bottom: 0;
      left: -50vw;
      border-image-source: linear-gradient(#fff,#fff);
      border-image-slice: 0 fill;
      border-image-outset: 0 100vw;
      box-shadow: 0 30px 40px 0 rgba(0, 0, 0, 0.08);
  }*/
}
.header-gnav__2nd.on {
  pointer-events: initial;

  opacity: 1;
}
.header-gnav__2nd__contents {
  width: 170px;
  margin-left: 25px;
}
.header-gnav__2nd__contents:first-of-type {
  margin-left: 0;
}
.header-gnav__2nd__contents .header-gnav__2nd__contents__title {
  font-size: 13px;
  font-weight: bold;
  line-height: 1;

  width: 100%;
  padding-bottom: 10px;

  border-bottom: 1px solid rgba(0, 0, 0, 0.37);
}
.header-gnav__2nd__contents > ul {
  padding-top: 10px;
}
.header-gnav__2nd__contents > ul.first-none li:first-of-type {
  display: none;
}
.header-gnav__2nd__contents.column2-list {
  width: 340px;
}
.header-gnav__2nd__contents.column2-list > ul {
  display: flex;

  flex-wrap: wrap;
}
.header-gnav__2nd__contents.column2-list > ul li {
  width: 50%;
}
.header-gnav__2nd-item {
  font-size: 13px;

  padding: 5px 0;
}
.header__menu-bg {
  position: absolute;
  top: 100px;

  width: 100%;
  min-height: 1px;

  transition: 0.2s linear;

  opacity: 0;
  background: #fff;
}
.header__menu-bg.on {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .mv__wrap {
    padding-top: 0;
  }
}
.mv__slider {
  padding-top: 24px;

  transition: opacity 0.3s linear;

  opacity: 0;
}
.mv__slider.slick-initialized {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .mv__slider {
    padding-top: 0;
  }
}
.mv__slider img {
  width: auto;
  height: 440px;

  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .mv__slider img {
    width: 100%;
    height: auto;

    border-radius: inherit;
  }
}
.mv__slider .slick-slide {
  height: 440px;
  margin: 0 0 0 24px;
}
@media screen and (max-width: 768px) {
  .mv__slider .slick-slide {
    width: 100vw;
    height: auto;
    margin: 0;
  }
}
.mv__slider .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.u-3col__slider {
  transition: opacity 0.3s linear;

  opacity: 0;
}
.u-3col__slider.slick-initialized {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .u-3col__slider {
    display: flex;
    overflow-x: scroll;

    opacity: 1;

    flex-wrap: nowrap;
    gap: 24px;
  }
}
@media screen and (max-width: 768px) {
  .u-3col__slider > li {
    width: 65.4205607477vw !important;
    height: auto !important;
    padding-top: 3.738317757vw !important;

    flex: 0 0 auto;
  }
}
.u-3col__slider .slick-slide {
  width: 364px;
  margin-left: 24px;
}

@media screen and (max-width: 768px) {
  .u-4col__slider {
    display: flex;
    overflow-x: scroll;

    flex-wrap: nowrap;
    gap: 8px;
  }
}
@media screen and (max-width: 768px) {
  .u-4col__slider > li {
    width: 65.4205607477vw !important;
    height: auto !important;
    padding-top: 3.738317757vw !important;

    flex: 0 0 auto;
  }
}
.u-4col__slider .slick-slide {
  width: 282px;
  margin: 12px;
}

.slick-dots {
  z-index: 8;
  bottom: -50px;
  left: 0;

  display: flex;

  justify-content: center;
  gap: 0;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .slick-dots {
    right: inherit;
    bottom: -32px;

    justify-content: center;
  }
}

.under-slide .slick-dots {
  bottom: -50px;
}
@media screen and (max-width: 768px) {
  .under-slide .slick-dots {
    bottom: -7.9439252336vw;
  }
}

.slick-dots li {
  display: block;

  width: 10px;
  height: 10px;
  margin: 0 12px;
  padding: 0;

  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .slick-dots li {
    width: 2.3364485981vw;
    height: 2.3364485981vw;
    margin: 0 2.8037383178vw;

    border-radius: 1.1682242991vw;
  }
}

.slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .slick-dots li button {
    width: 2.3364485981vw;
    height: 2.3364485981vw;
  }
}

.slick-dots li button:before {
  font-size: 0;

  width: 10px;
  height: 10px;

  opacity: 1;
  border-radius: 5px;
  background: #edeae1;
}
@media screen and (max-width: 768px) {
  .slick-dots li button:before {
    width: 2.3364485981vw;
    height: 2.3364485981vw;

    border-radius: 1.1682242991vw;
  }
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  background: #b4ab92;
}

.slick-arrow {
  position: absolute;
  z-index: 10;
  top: 50%;

  margin-top: -16px;

  cursor: pointer;
  transition: 0.3s ease;
}
.slick-arrow.under {
  top: inherit;
  bottom: 0;
}
.slick-arrow:hover {
  opacity: 0.7;
}
.slick-arrow.slick-prev {
  left: -16px;
}
.slick-arrow.slick-prev::before {
  font-family: inherit;

  display: block;

  width: 32px;
  height: 32px;

  content: "";

  background: url(../img/common/arrow-back.svg) no-repeat;
}
.slick-arrow.prev-arrow {
  left: -16px;
}
.slick-arrow.next-arrow {
  right: -16px;
}
.slick-arrow.slick-next {
  right: -16px;
}
.slick-arrow.slick-next::before {
  font-family: inherit;

  display: block;

  width: 32px;
  height: 32px;

  content: "";

  background: url(../img/common/arrow-next.svg) no-repeat;
}

@media screen and (max-width: 768px) {
  .thumbs_dots {
    padding: 0 5.6074766355vw;
  }
}

.thumbs_list {
  display: flex;

  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .thumbs_list {
    justify-content: center;
  }
}

.thumbs_list li {
  width: 64px;
  height: 64px;
  margin-bottom: 8px;
  margin-left: 8px;

  cursor: pointer;

  border-radius: 8px;
}
.thumbs_list li:first-child {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .thumbs_list li {
    width: 32px;
    height: 1px;
    margin: 0;
    padding: 0;

    opacity: 0.25;
    background: #333 !important;
  }
}

.thumbs_list li.slick-active {
  border: #c1490a solid 2px;
}
@media screen and (max-width: 768px) {
  .thumbs_list li.slick-active {
    opacity: 0.75;
    border: none;
    background: #333 !important;
  }
}

.list {
  display: flex;

  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .list {
    padding: 0 5.6074766355vw;
  }
}
.list-unit01 {
  display: flex;

  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.sort {
  display: flex;

  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .sort {
    width: 100%;
    margin-top: 8px;
    padding: 0;

    background: #fbf9f5;

    justify-content: flex-start;
  }
}
.sort__inner {
  display: flex;

  gap: 16px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .sort__inner {
    gap: 1.8691588785vw;
  }
}
.sort__inner > li > a {
  font-size: 14px;

  padding: 2px 16px;

  border: solid 1px #666;
  border-radius: 20px;
  background: #fff;
}
.sort__inner > li > a.active {
  pointer-events: none;

  color: #fff;
  border-color: #b4a890;
  background: #b4a890;
}

.main {
  position: relative;

  padding-top: 129px;
}
@media screen and (max-width: 768px) {
  .main {
    padding-top: 25.4672897196vw;
  }
}

.info {
  width: 752px;
  margin: 42px 0 0 auto;
}
@media screen and (max-width: 768px) {
  .info {
    width: auto;
    margin: 13.0841121495vw 0 0 0;
  }
}
.info__item {
  display: flex;

  padding: 19px 0;

  border-bottom: solid 1px #d9d9d9;

  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .info__item {
    display: block;

    padding: 3.738317757vw 0;
  }
  .info__item:first-of-type {
    padding-top: 0;
  }
}
.info__date {
  font-family: "Roboto", sans-serif;
  font-size: 13px;

  display: block;

  min-width: 95px;

  color: #666;
}
@media screen and (max-width: 768px) {
  .info__date {
    font-size: 3.0373831776vw;

    min-width: 0;
  }
}
.info__list-title {
  font-size: 16px;

  overflow: hidden;

  width: 100%;

  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (max-width: 768px) {
  .info__list-title {
    font-size: 3.2710280374vw;

    margin-top: 1.8691588785vw;

    white-space: inherit;
    text-overflow: inherit;
  }
}

.important-notice {
  font-size: 14px;

  padding: 5px;

  text-align: center;

  color: #fff;
  background: #666;
}
.important-notice a:link {
  color: #fff;
}
.important-notice a:visited {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .important-notice {
    font-size: 3.2710280374vw;

    padding: 1.8691588785vw 5.6074766355vw;

    text-align: center;
  }
}
.important-notice .important-notice__list {
  display: flex;

  flex-wrap: nowrap;
  justify-content: center;
}
.important-notice .important-notice__list > li .important-notice__list__date {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .important-notice .important-notice__list > li .important-notice__list__date {
    margin-right: 4.6728971963vw;
  }
}

.review__wrapper {
  padding: 24px 0;

  border-bottom: solid 1px rgba(0, 0, 0, 0.34);
}
.review__detail {
  display: -webkit-box;
  overflow: hidden;

  transition: 0.3s ease;

  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.review__detail.on {
  display: block;
  overflow: visible;
}
.review__unit01 {
  display: flex;

  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.review__title {
  font-size: 16px;
  font-weight: bold;
}
.review__star {
  font-size: 24px;
  font-weight: bold;

  padding-right: 16px;

  letter-spacing: 1px;

  color: #bc9e57;
}
@media screen and (max-width: 768px) {
  .review__star {
    font-size: 5.6074766355vw;

    padding-right: 3.738317757vw;
  }
}
.review__account {
  color: rgba(0, 0, 0, 0.57);
}

.about {
  position: relative;
  position: relative;

  padding: 60px 0;

  text-align: center;

  background: url("../img/top/about_bg.webp") no-repeat center bottom;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .about {
    padding: 0;
  }
}
.about__title {
  font-family: "Noto Serif JP";
  font-size: 32px;
  font-weight: 500;
  font-style: normal;
  line-height: normal;

  padding-top: 72px;

  text-align: center;
  letter-spacing: 6.4px;

  color: #333;
}
@media screen and (max-width: 768px) {
  .about__title {
    font-size: 6.5420560748vw;

    padding-top: 40px;
  }
}
.about__read {
  font-family: "Noto Serif JP";
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  line-height: 200%;

  padding-top: 32px;

  text-align: center;
  letter-spacing: 2px;

  color: #333;
}
@media screen and (max-width: 768px) {
  .about__read {
    font-size: 4.2056074766vw;
  }
}
.about__txt {
  line-height: 240%;

  padding-top: 24px;
}

.side__menu {
  margin: 0 9.3457943925vw;
  padding-top: 5.6074766355vw;
}
.side__item {
  font-family: "Jost", sans-serif;
  font-size: 3.2710280374vw;
  font-weight: bold;

  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}
.side__item:first-of-type {
  border-top: solid 1px rgba(0, 0, 0, 0.2);
}
.side__item__acc-btn {
  position: relative;
}
.side__item__acc-btn:after {
  position: absolute;
  top: 50%;
  right: 0;

  width: 3.5046728972vw;
  height: 2.1028037383vw;
  margin: -1.0514018692vw 0 0 0;

  content: "";

  background: url("../img/common/acc_arrow.svg") no-repeat center center;
  background-size: cover;
}
.side__item__acc-btn.on:after {
  transform: rotate(180deg);
}
.side__item-1st > a {
  display: block;

  padding: 3.738317757vw 5.6074766355vw 3.738317757vw 0;
}
.side__item-2nd {
  line-height: 2.4;

  display: none;
}
.side__item-2nd > li {
  font-size: 3.2710280374vw;
  font-weight: 500;

  margin: 2.8037383178vw 0 0 0;
}
.side__item-2nd.first-none > li:first-of-type {
  display: none;
}

.footer-add-add {
  padding: 80px 0;

  background-color: #edeae1;
}
@media screen and (max-width: 768px) {
  .footer-add-add {
    padding: 18.691588785vw 0 9.3457943925vw 0;
  }
}
.footer-add-add .footer-add__unit02__headline {
  font-size: 13px;
  font-weight: bold;

  margin-top: 38px;
  padding-bottom: 9px;

  border-bottom: 1px solid rgba(0, 0, 0, 0.37);
}
.footer-add-add .footer-add__unit02__headline:first-of-type {
  margin-top: 0;
}

.footer-add__inner {
  width: 1140px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .footer-add__inner {
    width: auto;
  }
}
.footer-add__top {
  display: flex;

  flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .footer-add__top {
    display: none;
  }
}
.footer-add__top__inner {
  display: flex;

  gap: 25px;
}
.footer-add__under {
  display: flex;

  padding-top: 10px;

  flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .footer-add__under {
    display: block;

    padding-top: 0;
  }
}
.footer-add__unit01 {
  flex-basis: 384px;
}
@media screen and (max-width: 768px) {
  .footer-add__unit01 {
    width: 100%;
  }
}
.footer-add__unit02 {
  min-width: 170px;
  max-width: 170px;
}
@media screen and (max-width: 768px) {
  .footer-add__unit02 {
    display: none;
  }
}
.footer-add__unit03 {
  padding-left: 48px;

  border-left: 1px solid rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  .footer-add__unit03 {
    flex-direction: column;

    gap: 40px;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.footer-add__logo {
  width: 245px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .footer-add__logo {
    width: auto;

    text-align: center;
  }
}
.footer-add__logo img {
  width: 205px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .footer-add__logo img {
    display: inline;

    width: auto;
    height: 7.0093457944vw;
  }
}
.footer-add__brand {
  display: flex;

  flex-wrap: nowrap;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .footer-add__brand {
    display: none;
  }
}
.footer-add__sns {
  display: flex;

  padding-top: 20px;

  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .footer-add__sns {
    display: none;
  }
}
.footer-add__nav01 {
  display: block;

  flex-basis: 190px;
}
.footer-add__nav01 > li {
  font-size: 14px;
  font-weight: bold;

  padding-top: 17px;

  letter-spacing: 0;
}
.footer-add__nav01 > li:first-child {
  padding-top: 0;
}
.footer-add__nav02 {
  display: block;

  padding-top: 12px;
}
.footer-add__nav02 > li {
  font-size: 13px;

  padding-top: 8px;

  letter-spacing: 0;
}
.footer-add__nav02 > li:first-child {
  padding-top: 0;
}
.footer-add__nav {
  display: flex;

  width: 832px;

  justify-content: flex-end;
}
.footer-add__nav > li {
  padding-right: 32px;
}
@media screen and (max-width: 768px) {
  .footer-add__nav > li {
    padding-top: 32px;
    padding-right: 0;
  }
}
.footer-add__nav > li:last-child {
  padding-right: 0;
}
.footer-add__nav > li > a {
  color: #fff;
}
.footer-add__nav > li > a:link {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .footer-add__nav {
    display: block;

    padding-top: 11.214953271vw;
  }
}
.footer-add__copy {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: normal;

  margin-top: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .footer-add__copy {
    font-size: 2.5700934579vw;

    margin-top: 18.691588785vw;

    text-align: center;
  }
}

.tel__unit01 {
  padding: 16px 0;
}
@media screen and (max-width: 768px) {
  .tel__unit01 {
    text-align: center;
  }
}
.tel__unit02 {
  display: flex;

  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .tel__unit02 {
    justify-content: center;
  }
}
.tel__unit02 > .time {
  font-size: 20px;
}

.guide {
  padding: 96px 0;

  border-bottom: 1px solid rgba(255, 255, 255, 0.34);
}
@media screen and (max-width: 768px) {
  .guide {
    padding: 64px 5.6074766355vw;
  }
}
.guide__item {
  display: flex;

  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.guide__icn {
  display: block;

  width: 80px;
  margin-right: 16px;
}
@media screen and (max-width: 768px) {
  .guide__icn {
    width: 14.953271028vw;
    margin-right: 3.738317757vw;
  }
}
.guide__detail {
  display: block;

  width: 256px;
}

/*　上に上がる動き　*/
.header.UpMove {
  -webkit-animation: UpAnime 0.5s forwards;
  animation: UpAnime 0.5s forwards;
}

@-webkit-keyframes UpAnime {
  from {
    transform: translateY(0);

    opacity: 1;
  }
  to {
    transform: translateY(-30px);

    opacity: 0;
  }
}

@keyframes UpAnime {
  from {
    transform: translateY(0);

    opacity: 1;
  }
  to {
    transform: translateY(-30px);

    opacity: 0;
  }
}
/*　下に下がる動き　*/
.header.DownMove {
  -webkit-animation: DownAnime 0.5s forwards;
  animation: DownAnime 0.5s forwards;
}

@-webkit-keyframes DownAnime {
  from {
    transform: translateY(-30px);

    opacity: 0;
  }
  to {
    transform: translateY(0);

    opacity: 1;
  }
}

@keyframes DownAnime {
  from {
    transform: translateY(-30px);

    opacity: 0;
  }
  to {
    transform: translateY(0);

    opacity: 1;
  }
}
.footer-nav {
  display: flex;

  justify-content: end;
  align-items: center;
}
.footer-nav > li {
  font-size: 12px;

  padding-left: 24px;
}
.footer-nav > li a:link {
  color: rgba(0, 0, 0, 0.84);
}
@media screen and (max-width: 768px) {
  .footer-nav {
    display: block;

    padding-top: 48px;
    padding-left: 0;
  }
  .footer-nav > li {
    padding-bottom: 24px;
    padding-left: 0;
  }
}

.copy {
  font-size: 12px;

  padding-top: 64px;

  text-align: right;
}
@media screen and (max-width: 768px) {
  .copy {
    font-size: 10px;

    text-align: left;
  }
}

.product {
  display: flex;

  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .product {
    display: block;
  }
}
.product__unit01 {
  width: 588px;
}
@media screen and (max-width: 768px) {
  .product__unit01 {
    width: 100%;
  }
}
.product__unit02 {
  width: 548px;
}
@media screen and (max-width: 768px) {
  .product__unit02 {
    width: 100%;
    padding: 5.6074766355vw 5.6074766355vw 0 5.6074766355vw;
  }
}
.product__unit03 {
  border-radius: 8px;
  background: #fbf9f5;
}
.product__unit03-1 {
  padding: 16px;

  border-bottom: solid 1px rgba(0, 0, 0, 0.34);
}
@media screen and (max-width: 768px) {
  .product__unit03-1 {
    padding: 16px;
  }
}
.product__unit03-2 {
  display: flex;

  padding: 16px;

  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.product__unit03-2-1 {
  flex-basis: 248px;
}
@media screen and (max-width: 768px) {
  .product__unit03-2-1 {
    padding-bottom: 16px;

    flex-basis: 100%;
  }
}
.product__unit03-2-2 {
  flex-basis: 240px;
}
@media screen and (max-width: 768px) {
  .product__unit03-2-2 {
    flex-basis: 100%;
  }
}
.product__unit04 {
  display: flex;

  padding: 16px;

  border-radius: 8px;
  background: #fbf9f5;

  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .product__unit04 {
    display: block;
  }
}
.product__unit04-1 {
  font-size: 12px;

  display: flex;

  justify-content: space-between;
  align-items: center;
  flex-basis: 248px;
}
@media screen and (max-width: 768px) {
  .product__unit04-1 {
    padding-bottom: 16px;

    flex-basis: 100%;
  }
}
.product__unit04-2 {
  display: flex;

  justify-content: flex-end;
  flex-wrap: wrap;
  align-items: center;
  flex-basis: 240px;
}
.product__unit05 {
  display: flex;

  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .product__unit05 {
    display: block;
  }
}
.product__unit05-1 {
  display: flex;

  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .product__unit05-1 {
    width: 100%;
    margin-bottom: 16px;
    padding-bottom: 16px;

    border-bottom: solid 1px rgba(0, 0, 0, 0.34);

    gap: 0;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .product__unit05-2 {
    text-align: right;
  }
}
.product__shokai {
  font-size: 12px;

  display: flex;

  align-items: center;
  justify-content: space-between;
  gap: 4px;
}
.product__shokai .price-title {
  font-size: 13px;
  font-weight: bold;
}
.product__teiki {
  font-size: 12px;

  display: flex;

  justify-content: space-between;
  align-items: center;
  gap: 4px;
}
.product__teiki .price-title {
  font-size: 13px;
  font-weight: bold;
}
.product__price-unit {
  display: flex;

  justify-content: flex-end;
  align-items: center;
}
.product__price-01 {
  font-size: 28px;
  font-weight: bold;
}
.product__price-02 {
  font-size: 20px;
  font-weight: bold;
}
.product__price-03 {
  font-size: 24px;
  font-weight: bold;
}
.product__sticky-cart {
  position: -webkit-sticky;
  position: sticky;
  z-index: 2;
  top: 160px;

  width: 256px;
  padding: 24px;

  border-radius: 8px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 768px) {
  .product__sticky-cart {
    top: calc(100vh - 200px);

    width: 100%;
    padding: 1.8691588785vw;
  }
}
.product__title-sm {
  font-size: 16px;
  font-weight: bold;
}
.product__price {
  font-size: 24px;
  font-weight: bold;

  display: flex;

  color: #c1490a;

  align-items: center;
}
.product__price > span {
  font-size: 16px;
  font-weight: normal;

  color: rgba(0, 0, 0, 0.57);
}
.product__cnt {
  display: flex;

  justify-content: flex-end;
  align-items: center;
}
.product__cnt > span {
  padding-right: 16px;

  color: rgba(0, 0, 0, 0.57);
}
.product__title {
  font-size: 20px;
  font-weight: bold;

  padding-top: 24px;
}
@media screen and (max-width: 768px) {
  .product__title {
    font-size: 4.6728971963vw;

    padding-top: 5.6074766355vw;
  }
}
.product__desc {
  font-size: 16px;

  padding-top: 24px;
}
.product__desc .desc-sm {
  font-size: 12px;

  padding-top: 24px;
}
@media screen and (max-width: 768px) {
  .product__desc {
    padding-top: 5.6074766355vw;
  }
}
.product__main {
  width: 100%;
  height: 588px;

  border: solid 1px #f5f2ed;
  border-radius: 16px;
  background: #fbf9f5;

  -o-object-fit: cover;

  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .product__main {
    height: auto;
    max-height: 100vw;

    border: none;
    border-radius: 0;
  }
}
.product__thumb {
  display: flex;

  padding-top: 24px;

  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .product__thumb {
    display: none;
  }
}
.product__thumb > li {
  width: 64px;
  margin-bottom: 8px;
  margin-left: 8px;

  border-radius: 8px;
}
.product__thumb > li:first-child {
  margin-left: 0;
}
.product__thumb > li > img {
  border-radius: 8px;
}
.product__thumb .active {
  border: #c1490a solid 2px;
}
.product-detail__tabs-wrapper {
  display: flex;

  padding-top: 80px;
  padding-bottom: 40px;

  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .product-detail__tabs-wrapper {
    padding: 11.214953271vw 5.6074766355vw 5.6074766355vw 5.6074766355vw;
  }
}
.product-detail__tabs {
  display: flex;

  justify-content: center;
  gap: 24px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .product-detail__tabs {
    gap: 8px;
  }
}
.product-detail__tabs-item {
  font-size: 16px;
  font-weight: 500;

  display: flex;

  width: 200px;
  height: 56px;

  cursor: pointer;

  border: #666;
  border: solid 1px #666;
  border-radius: 28px;

  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.product-detail__tabs-item:hover {
  opacity: 0.7;
}
.product-detail__tabs-item.on {
  font-weight: bold;

  color: #fff;
  border: solid 1px #b4a890;
  background-color: #b4a890;
}
@media screen and (max-width: 768px) {
  .product-detail__tabs-item {
    font-size: 14px;

    width: 28.0373831776vw;
    height: 40px;

    gap: 8px;
  }
}
.product-detail__tabs-content {
  width: 792px;
  margin: 0 auto;
  padding: 24px;

  border-radius: 8px;
  background: #fbf9f5;
}
@media screen and (max-width: 768px) {
  .product-detail__tabs-content {
    width: 100%;
  }
}
.product-detail__tabs-content-item {
  display: none;
}
.product-detail__tabs-content-item.on {
  display: block;
}

.fade {
  -webkit-animation: fade;
  animation: fade;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;

  opacity: 0;
}

.fadeInUp {
  -webkit-animation: fade-in-up;
  animation: fade-in-up;
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;

  opacity: 0;
}

.fadeInLeft {
  -webkit-animation: fade-in-left;
  animation: fade-in-left;
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;

  opacity: 0;
}

.delay-time {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.delay-time__xs {
  -webkit-animation-delay: 250ms;
  animation-delay: 250ms;
}

.delay-time__s {
  -webkit-animation-delay: 500ms;
  animation-delay: 500ms;
}

.animate__fadeInUpSmall {
  -webkit-animation-name: fadeInUpSmall;
  animation-name: fadeInUpSmall;
}

.animate__fadeInLeftSmall {
  -webkit-animation-name: fadeInLeftSmall;
  animation-name: fadeInLeftSmall;
}

@-webkit-keyframes fadeInUpSmall {
  from {
    transform: translate3d(0, 20px, 0);

    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);

    opacity: 1;
  }
}
@keyframes fadeInUpSmall {
  from {
    transform: translate3d(0, 20px, 0);

    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);

    opacity: 1;
  }
}
@-webkit-keyframes fadeInLeftSmall {
  from {
    transform: translate3d(-20px, 0, 0);

    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);

    opacity: 1;
  }
}
@keyframes fadeInLeftSmall {
  from {
    transform: translate3d(-20px, 0, 0);

    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);

    opacity: 1;
  }
}
#loading {
  position: fixed;
  z-index: 9999;
  top: 0;

  width: 100%;
  height: 100vh;

  transition: all 1s;

  background-color: #fff;
}

.spinner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  width: 40px;
  height: 40px;
  margin: auto;
}

.loaded {
  visibility: hidden;

  opacity: 0;
}

.double-bounce1,
.double-bounce2 {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;

  opacity: 0.6;
  border-radius: 50%;
  background-color: #666;
}

.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
.add_dots-wrap {
  position: absolute;
  top: 50%;
  right: 20px;

  display: block;

  transform: translate(-50%, 0);
}
@media screen and (max-width: 768px) {
  .add_dots-wrap {
    top: 44%;
    right: 0;
  }
}

.add_num-dots {
  font-size: 12px;
  line-height: 23px;

  width: 24px;
  height: 24px;
  margin: 8px 0;

  cursor: pointer;
  text-align: center;

  border: solid 1px rgba(0, 0, 0, 0);
}

.add_num-dots:hover {
  opacity: 0.7;
}

.slick-active .add_num-dots {
  cursor: inherit;

  border: solid 1px #333;
  border-radius: 50%;
}

.totalpage {
  display: inline-block;

  padding-right: 16px;

  color: rgba(0, 0, 0, 0.57);
}
@media screen and (max-width: 768px) {
  .totalpage {
    display: block;

    padding-bottom: 3.738317757vw;
  }
}

.pagelink {
  color: rgba(0, 0, 0, 0.57);
}
.pagelink > a {
  padding: 0 8px;
}

.pagenum > a {
  padding: 0 8px;

  color: #666;
}
.pagenum > b {
  font-weight: bold;

  padding: 0 8px;

  color: rgba(0, 0, 0, 0.84);
}

#breadCrumbs > ul {
  display: flex;

  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #breadCrumbs > ul {
    overflow-x: scroll;
    overflow-y: hidden;

    flex-wrap: nowrap;
  }
}
#breadCrumbs > ul > li {
  font-size: 12px;

  color: rgba(0, 0, 0, 0.57);
}
@media screen and (max-width: 768px) {
  #breadCrumbs > ul > li {
    flex: 0 0 auto;
  }
}
#breadCrumbs > ul > li > span {
  padding: 8px;
}

.voice__wrapper {
  padding: 16px;

  border-radius: 8px;
  background: #f9f9f9;
}
.voice__unit01 {
  display: flex;

  align-items: center;
  gap: 16px;
}
.voice__img {
  display: block;

  width: 64px;
  height: 64px;

  border-radius: 32px;

  -o-object-fit: cover;

  object-fit: cover;
}
.voice__item {
  font-size: 14px;
  line-height: 1.4;
}
.voice__msg {
  font-size: 14px;

  padding-top: 16px;
}
.voice__name {
  font-size: 13px;

  padding-top: 16px;

  color: #666;
}

.banner__wrapper {
  display: flex;

  gap: 24px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .banner__wrapper {
    display: block;
  }
}
.banner__item {
  flex-basis: 364px;
}
@media screen and (max-width: 768px) {
  .banner__item {
    display: block;

    margin-top: 3.738317757vw;
  }
  .banner__item:first-of-type {
    margin-top: 0;
  }
}
.banner__item img {
  width: 364px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .banner__item img {
    width: 100%;
  }
}

.search-box__toggle-link {
  font-size: 16px;
  font-weight: bold;

  cursor: pointer;
}
.search-box__toggle-link:hover {
  opacity: 0.7;
}
.search-box__inner {
  display: none;

  margin-top: 16px;
  padding: 8px;
  padding-top: 24px;

  border-top: solid 1px rgba(0, 0, 0, 0.34);
}
@media screen and (max-width: 768px) {
  .search-box__inner {
    padding: 24px 0 24px 0;
  }
}
.search-box__wrapper {
  margin: 40px 0;
  padding: 16px;

  border-radius: 8px;
  background: #fbf9f5;
}
@media screen and (max-width: 768px) {
  .search-box__wrapper {
    margin: 0;

    border-radius: 0;
  }
}
.search-box__wrapper table,
.search-box__wrapper tbody,
.search-box__wrapper tr,
.search-box__wrapper td,
.search-box__wrapper th {
  display: block;
}
.search-box__wrapper tbody {
  display: flex;

  gap: 24px 40px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .search-box__wrapper tbody {
    flex-direction: column;

    gap: 24px;
  }
}
.search-box__wrapper tr {
  min-width: 300px;
}
.search-box__wrapper th {
  font-size: 12px;
  font-weight: bold;

  padding-bottom: 8px;

  -moz-text-align-last: left;

  text-align-last: left;
}
.search-box__btn-wrapper {
  margin-top: 24px;
  padding-top: 24px;

  text-align: center;

  border-top: solid 1px rgba(0, 0, 0, 0.34);
}

.sort-category {
  position: relative;
}
.sort-category select {
  outline: none;

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.sort-category::after {
  position: absolute;
  top: 10px;
  right: 16px;

  width: 10px;
  height: 10px;

  content: "";
  content: "";
  transform: rotate(45deg);

  border-right: 2px solid #b4a890;
  border-bottom: 2px solid #b4a890;
}

.sort-price,
.sort-zaiko {
  display: flex;

  flex-wrap: wrap;
  gap: 16px 24px;
}
@media screen and (max-width: 768px) {
  .sort-price,
  .sort-zaiko {
    flex-direction: column;

    gap: 24px;
  }
}

.addSearchForm {
  font-size: 16px;

  width: 100%;
  height: 40px;
  padding: 0 16px;

  border: none;
  border: solid 1px rgba(0, 0, 0, 0.34);
  border-radius: 4px;
  background-color: #fff;
}

.category-detail__wrapper {
  display: flex;

  margin-bottom: 64px;

  border-radius: 8px;
  background: #fbf9f5;

  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .category-detail__wrapper {
    display: block;

    margin-bottom: 0;

    background: #fff;
  }
}
.category-img {
  width: 588px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .category-img {
    width: 100%;
  }
}
.category-img img {
  width: 100%;
  height: auto;

  border-radius: 8px 0 0 8px;

  -o-object-fit: cover;

  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .category-img img {
    border-radius: 0;
  }
}
.category-txt {
  padding: 80px;

  flex: 1;
}
@media screen and (max-width: 768px) {
  .category-txt {
    padding: 24px;
  }
}
.category__ttl {
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .category__ttl {
    font-size: 24px;
  }
}
.category__desc {
  font-size: 16px;
  line-height: 1.6;

  padding-top: 24px;
}
@media screen and (max-width: 768px) {
  .category__desc {
    font-size: 14px;

    padding-top: 8px;
  }
}

.search-items {
  color: #fff;
}
.search-items .search-items__title {
  font-family: "Jost", sans-serif;
  font-size: 20px;
  font-weight: 500;

  text-align: center;
}
@media screen and (max-width: 768px) {
  .search-items .search-items__title {
    font-size: 4.6728971963vw;
  }
}
.search-items .search-items__tab {
  display: flex;

  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .search-items .search-items__tab {
    margin-right: -3.738317757vw;
    margin-left: -3.738317757vw;
  }
}
.search-items .search-items__tab > li {
  font-size: 13px;
  font-weight: bold;

  width: 33.3333%;
  padding-bottom: 16px;

  text-align: center;

  color: rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 768px) {
  .search-items .search-items__tab > li {
    font-size: 2.3364485981vw;

    padding-bottom: 3.738317757vw;
  }
}
.search-items .search-items__tab > li span {
  font-family: "Jost", sans-serif;
  font-size: 20px;
  font-weight: 500;

  display: inline-block;

  margin-right: 24px;
}
@media screen and (max-width: 768px) {
  .search-items .search-items__tab > li span {
    font-size: 3.2710280374vw;

    display: block;

    margin-right: 0;
  }
}
.search-items .search-items__tab > li:hover {
  cursor: pointer;

  opacity: 0.7;
}
.search-items .search-items__tab > li.select {
  color: #fff;
  border-bottom-color: #fff;
}
.search-items .search-items__tab > li.select:hover {
  cursor: default;

  opacity: 1;
}
.search-items .search-items__link-list {
  position: relative;
}
@media screen and (max-width: 768px) {
  .search-items .search-items__link-list {
    margin-right: -3.738317757vw;
    margin-left: -3.738317757vw;
  }
}
.search-items .search-items__link-list:after {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;

  width: 100%;
  height: 2px;

  content: "";

  background-color: #b4ab92;
}
.search-items .search-items__link-list > ul {
  display: flex;

  flex-wrap: wrap;
}
.search-items .search-items__link-list > ul > li {
  font-size: 16px;
  font-weight: bold;

  width: 267px;
  margin-right: 24px;

  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.search-items .search-items__link-list > ul > li:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .search-items .search-items__link-list > ul > li {
    font-size: 3.2710280374vw;

    width: 48.1308411215vw;
    margin-right: 3.738317757vw;
  }
  .search-items .search-items__link-list > ul > li:nth-child(4n) {
    margin-right: 3.738317757vw;
  }
  .search-items .search-items__link-list > ul > li:nth-child(2n) {
    margin-right: 0;
  }
}
.search-items .search-items__link-list > ul > li a {
  display: flex;

  width: 100%;
  padding: 40px 0;

  color: #fff;

  align-items: center;
}
@media screen and (max-width: 768px) {
  .search-items .search-items__link-list > ul > li a {
    box-sizing: border-box;
    padding: 3.738317757vw 0 3.738317757vw 3.738317757vw;
  }
}
.search-items .search-items__link-list > ul > li .search-items__link-list__icon {
  width: 48px;
  margin-right: 16px;
}
@media screen and (max-width: 768px) {
  .search-items .search-items__link-list > ul > li .search-items__link-list__icon {
    width: 11.214953271vw;
    margin-right: 3.738317757vw;
  }
}

.concept-area {
  padding: 120px 0;

  background: url("../img/top/concept_bg.jpg") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .concept-area {
    padding: 18.691588785vw 0;

    background: url("../img/top/concept_bg_sp.jpg") no-repeat center center;
    background-size: cover;
  }
}
.concept-area .concept-area__title {
  font-family: "Jost", sans-serif;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .concept-area .concept-area__title {
    font-size: 4.6728971963vw;

    text-align: center;
  }
}
.concept-area .concept-area__sub-title {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.3;

  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .concept-area .concept-area__sub-title {
    font-size: 5.6074766355vw;
    line-height: 2;

    padding-top: 9.3457943925vw;

    text-align: center;
  }
}
.concept-area .concept-area__lead {
  font-size: 16px;
  line-height: 1.8;

  margin-top: 28px;
}
@media screen and (max-width: 768px) {
  .concept-area .concept-area__lead {
    font-size: 3.738317757vw;

    margin: 9.3457943925vw 5.6074766355vw 0 5.6074766355vw;
  }
  .concept-area .concept-area__lead p {
    margin-top: 1em;
  }
  .concept-area .concept-area__lead p:first-child {
    margin-top: 0;
  }
}

.product-detail__review__title {
  font-family: "Jost", sans-serif;
  font-size: 20px;
  font-weight: 500;

  text-align: center;

  color: #b4ab92;
}

.product-detail__tag-list {
  display: flex;

  padding: 16px 0 24px 0;

  flex-wrap: wrap;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .product-detail__tag-list {
    padding: 3.738317757vw 0 5.6074766355vw 0;

    gap: 1.8691588785vw;
  }
}
.product-detail__tag-list > li {
  font-family: "Roboto", sans-serif;
  font-size: 11px;
  line-height: 20px;

  height: 20px;
  padding: 0 8px;

  border-radius: 4px;
  background-color: #f5efde;
}
@media screen and (max-width: 768px) {
  .product-detail__tag-list > li {
    font-size: 2.5700934579vw;
    line-height: 4.6728971963vw;

    height: 4.6728971963vw;
    padding: 0 1.8691588785vw;

    border-radius: 0.9345794393vw;
  }
}

.product-detail__fixed-btn-area {
  position: fixed;
  z-index: 10;
  bottom: 0;
  left: 0;

  width: 100%;
  padding: 16px 0;

  background-color: rgba(234, 231, 221, 0.9);
}
@media screen and (max-width: 768px) {
  .product-detail__fixed-btn-area {
    padding: 3.738317757vw 0;
  }
}
.product-detail__fixed-btn-area > ul {
  display: flex;

  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 25px;
}
@media screen and (max-width: 768px) {
  .product-detail__fixed-btn-area > ul {
    gap: 3.2710280374vw;
  }
}
.product-detail__fixed-btn-area > ul.p-productSkuBottomBtn {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .product-detail__fixed-btn-area > ul.p-productSkuBottomBtn {
    flex-direction: row;
  }
}
@media screen and (max-width: 768px) {
  .product-detail__fixed-btn-area > ul > li {
    width: 44.8598130841vw;
  }
  .product-detail__fixed-btn-area > ul > li .c-btn-cart {
    font-size: 3.2710280374vw;
  }
}

input[type="radio"] {
  position: relative;

  vertical-align: -8px;

  border: 1px solid rgba(0, 0, 0, 0.34);
  border-radius: 50%;
  background: #fff;

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type="radio"] + label {
  padding-left: 8px;
}

input[type="radio"]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;

  width: 18px;
  height: 18px;

  content: "";
  transform: translate(-50%, -50%);

  border-radius: 50%;
  background: #fff;
}

input[type="checkbox"] {
  position: relative;

  vertical-align: -10px;

  border: 1px solid rgba(0, 0, 0, 0.34);
  border-radius: 4px;
  background: #fff;

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type="checkbox"] + label {
  padding-left: 8px;
}

input[type="checkbox"]:checked:before {
  position: absolute;
  top: 0;
  left: 5px;

  width: 7px;
  height: 14px;

  content: "";
  transform: rotate(50deg);

  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

.concept__main-visual {
  /*width: 100%;
  height: 608px;
  background: url("../img/concept/conceptmv_pc.jpg") no-repeat top center;
  background-size: cover;
  position: relative;

  @include resSP {
      height: vw(562);
      background: url("../img/concept/conceptmv_sp.jpg") no-repeat top center;
      background-size: cover;
  }*/
}
.concept__main-visual .concept__main-visual__text-area {
  position: absolute;
  top: 50%;
  left: 50%;

  width: 1140px;
  margin: 0 0 0 -570px;
  padding: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .concept__main-visual .concept__main-visual__text-area {
    top: 0;
    left: 0;

    width: auto;
    margin: 18.691588785vw 0 0 9.3457943925vw;

    transform: translateY(0);
  }
}
.concept__main-visual .concept__main-visual__text-area .concept__main-visual__title {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;

  color: #b4ab92;
}
@media screen and (max-width: 768px) {
  .concept__main-visual .concept__main-visual__text-area .concept__main-visual__title {
    font-size: 3.738317757vw;
  }
}
.concept__main-visual .concept__main-visual__text-area .concept__main-visual__lead {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .concept__main-visual .concept__main-visual__text-area .concept__main-visual__lead {
    margin-top: 8.1775700935vw;
  }
  .concept__main-visual .concept__main-visual__text-area .concept__main-visual__lead img {
    width: 73.3644859813vw;
  }
}

.concept__main {
  width: 752px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .concept__main {
    width: auto;
  }
}

.concept__contents {
  padding: 80px 0;

  border-bottom: 1px solid #d9d9d9;
}
.concept__contents:last-child {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .concept__contents {
    padding: 18.691588785vw 0;
  }
  .concept__contents.border-none__sp {
    border-bottom: none;
  }
}

.concept__contents__inner {
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .concept__contents__inner {
    padding-top: 9.3457943925vw;
  }
}

.concept__title {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .concept__title {
    font-size: 5.6074766355vw;

    margin: 0 3.738317757vw;
  }
}
.concept__title > span {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500;

  display: block;

  margin-bottom: 16px;

  color: #b4ab92;
}
@media screen and (max-width: 768px) {
  .concept__title > span {
    font-size: 3.738317757vw;

    margin-bottom: 3.738317757vw;
  }
}

.concept__title__example {
  font-size: 14px;
  font-weight: bold;

  color: rgba(0, 0, 0, 0.57);
}
@media screen and (max-width: 768px) {
  .concept__title__example {
    font-size: 3.2710280374vw;

    margin: 5.6074766355vw 3.738317757vw 0 3.738317757vw;
  }
}

.concept__point {
  padding-top: 24px;
}
@media screen and (max-width: 768px) {
  .concept__point {
    margin: 0 3.738317757vw;
    padding-top: 5.6074766355vw;
  }
}
.concept__point:first-of-type {
  padding-top: 0;
}
.concept__point > dt {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .concept__point > dt {
    font-size: 3.738317757vw;
  }
}
.concept__point > dt > span {
  font-family: "Jost", sans-serif;
  font-size: 24px;

  display: inline-block;

  margin-right: 17px;

  color: #b4ab92;
}
@media screen and (max-width: 768px) {
  .concept__point > dt > span {
    font-size: 4.6728971963vw;

    margin-right: 1.1682242991vw;
  }
}
.concept__point > dd {
  font-size: 16px;

  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .concept__point > dd {
    font-size: 3.2710280374vw;

    margin-top: 3.738317757vw;
  }
}

.concept__message__title {
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .concept__message__title {
    font-size: 4.2056074766vw;

    margin: 0 3.738317757vw;
  }
}

.concept__message__text {
  font-size: 16px;
}
.concept__message__text p {
  margin-top: 40px;
}
.concept__message__text p:first-of-type {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .concept__message__text {
    font-size: 3.738317757vw;

    margin: 0 3.738317757vw;
  }
  .concept__message__text p {
    margin-top: 9.3457943925vw;
  }
  .concept__message__text p:first-of-type {
    margin-top: 0;
  }
}

.concept__history__top-area {
  display: flex;

  background: url("../img/concept/history_bg.svg") no-repeat top 88px center;
  background-size: 558px 516px;

  flex-wrap: nowrap;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .concept__history__top-area {
    display: block;

    padding: 0 3.738317757vw;

    background-position: top 17.0560747664vw left 13.0841121495vw;
    background-size: 130.3738317757vw 120.5607476636vw;
  }
}
.concept__history__top-area .concept__history__top-area__prof-area {
  min-width: 267px;
  max-width: 267px;
}
@media screen and (max-width: 768px) {
  .concept__history__top-area .concept__history__top-area__prof-area {
    display: flex;

    min-width: 0;
    max-width: 100%;

    flex-wrap: nowrap;
    gap: 3.738317757vw;
  }
}
.concept__history__top-area .concept__history__top-area__prof-area .concept__history__prof__photo img {
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .concept__history__top-area .concept__history__top-area__prof-area .concept__history__prof__photo {
    min-width: 29.9065420561vw;
    max-width: 29.9065420561vw;
  }
  .concept__history__top-area .concept__history__top-area__prof-area .concept__history__prof__photo img {
    border-radius: 1.8691588785vw;
  }
}
.concept__history__top-area .concept__history__top-area__prof-area .concept__history__prof__name {
  font-size: 13px;
  font-weight: 500;

  padding-top: 24px;

  color: #666;
}
@media screen and (max-width: 768px) {
  .concept__history__top-area .concept__history__top-area__prof-area .concept__history__prof__name {
    font-size: 3.0373831776vw;

    padding-top: 0;
  }
}
.concept__history__top-area .concept__history__top-area__prof-area .concept__history__prof__name > span {
  font-size: 20px;
  font-weight: bold;

  display: block;

  margin-top: 8px;

  color: #333;
}
@media screen and (max-width: 768px) {
  .concept__history__top-area .concept__history__top-area__prof-area .concept__history__prof__name > span {
    font-size: 4.6728971963vw;

    margin-top: 1.8691588785vw;
  }
}
.concept__history__top-area .concept__history__top-area__prof-area .concept__history__prof__title {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .concept__history__top-area .concept__history__top-area__prof-area .concept__history__prof__title {
    margin-top: 4.6728971963vw;
  }
}
.concept__history__top-area .concept__history__top-area__prof-area .concept__history__prof__title > span {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;

  display: inline-block;

  padding: 5px;

  color: #fff;
  border-radius: 4px;
  background-color: #b4ab92;
}
@media screen and (max-width: 768px) {
  .concept__history__top-area .concept__history__top-area__prof-area .concept__history__prof__title > span {
    font-size: 3.0373831776vw;

    padding: 1.1682242991vw;

    border-radius: 0.9345794393vw;
  }
}
.concept__history__top-area .concept__history__top-area__prof-area .concept__history__prof__text {
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .concept__history__top-area .concept__history__top-area__prof-area .concept__history__prof__text {
    margin-top: 3.738317757vw;
  }
}
.concept__history__top-area .concept__history__top-area__prof-area .concept__history__prof__text > li {
  font-size: 13px;

  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .concept__history__top-area .concept__history__top-area__prof-area .concept__history__prof__text > li {
    font-size: 3.0373831776vw;
  }
}
.concept__history__top-area .concept__history__top-area__prof-area .concept__history__prof__text > li:first-of-type {
  margin-top: 0;
}
.concept__history__top-area .concept__history__top-area__text {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .concept__history__top-area .concept__history__top-area__text {
    padding-top: 18.691588785vw;
  }
}
.concept__history__top-area .concept__history__top-area__text .concept__history__top-area__text__contents > dl {
  padding-top: 56px;
}
@media screen and (max-width: 768px) {
  .concept__history__top-area .concept__history__top-area__text .concept__history__top-area__text__contents > dl {
    padding-top: 9.3457943925vw;
  }
}
.concept__history__top-area .concept__history__top-area__text .concept__history__top-area__text__contents > dl:first-of-type {
  padding-top: 0;
}
.concept__history__top-area .concept__history__top-area__text .concept__history__top-area__text__contents > dl > dt {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .concept__history__top-area .concept__history__top-area__text .concept__history__top-area__text__contents > dl > dt {
    font-size: 4.6728971963vw;
  }
}
.concept__history__top-area .concept__history__top-area__text .concept__history__top-area__text__contents > dl > dd {
  font-size: 14px;

  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .concept__history__top-area .concept__history__top-area__text .concept__history__top-area__text__contents > dl > dd {
    font-size: 3.2710280374vw;

    margin-top: 5.6074766355vw;
  }
}
.concept__history__top-area .concept__history__top-area__box {
  margin-top: 24px;
  padding: 24px;

  border: 1px solid #b4ab92;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .concept__history__top-area .concept__history__top-area__box {
    margin-top: 9.3457943925vw;
    padding: 5.6074766355vw;

    border-radius: 1.8691588785vw;
  }
}
.concept__history__top-area .concept__history__top-area__box .concept__history__top-area__box__title {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;

  padding: 5px 0;

  text-align: center;

  border-radius: 4px;
  background-color: #edeae1;
}
@media screen and (max-width: 768px) {
  .concept__history__top-area .concept__history__top-area__box .concept__history__top-area__box__title {
    font-size: 3.2710280374vw;

    padding: 1.1682242991vw 0;

    border-radius: 0.9345794393vw;
  }
}
.concept__history__top-area .concept__history__top-area__box .concept__history__top-area__box__list {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .concept__history__top-area .concept__history__top-area__box .concept__history__top-area__box__list {
    margin-top: 5.6074766355vw;
  }
}
.concept__history__top-area .concept__history__top-area__box .concept__history__top-area__box__list li {
  font-size: 16px;
  font-weight: bold;

  margin-top: 10px;

  counter-increment: cnt;
}
@media screen and (max-width: 768px) {
  .concept__history__top-area .concept__history__top-area__box .concept__history__top-area__box__list li {
    font-size: 3.738317757vw;

    margin-top: 2.3364485981vw;
  }
}
.concept__history__top-area .concept__history__top-area__box .concept__history__top-area__box__list li:first-of-type {
  margin-top: 0;
}
.concept__history__top-area .concept__history__top-area__box .concept__history__top-area__box__list li:before {
  font-family: "Jost", sans-serif;

  display: inline-block;

  margin-right: 10px;

  content: "0" counter(cnt);
}
@media screen and (max-width: 768px) {
  .concept__history__top-area .concept__history__top-area__box .concept__history__top-area__box__list li:before {
    margin-right: 2.3364485981vw;
  }
}

.concept__history__under-area {
  margin-top: 40px;
  padding: 80px;

  border-radius: 8px;
  background-color: #fafaf4;
}
@media screen and (max-width: 768px) {
  .concept__history__under-area {
    margin-top: 18.691588785vw;
    padding: 18.691588785vw 3.738317757vw;

    border-radius: 1.8691588785vw;
  }
}
.concept__history__under-area .concept__history__under-area__title {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: bold;

  text-align: center;
}
@media screen and (max-width: 768px) {
  .concept__history__under-area .concept__history__under-area__title {
    font-size: 4.2056074766vw;
  }
}
.concept__history__under-area .concept__history__under-area__text {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .concept__history__under-area .concept__history__under-area__text {
    margin-top: 9.3457943925vw;
  }
}
.concept__history__under-area .concept__history__under-area__text > p {
  font-size: 16px;
  line-height: 2;

  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .concept__history__under-area .concept__history__under-area__text > p {
    font-size: 3.2710280374vw;
  }
}
.concept__history__under-area .concept__history__under-area__text > p:first-child {
  margin-top: 0;
}

.concept__history__series-list {
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .concept__history__series-list {
    padding-top: 9.3457943925vw;
  }
}
.concept__history__series-list > li {
  margin-top: 24px;

  border: 1px solid #d9d9d9;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .concept__history__series-list > li {
    margin-top: 5.6074766355vw;
  }
}
.concept__history__series-list > li:first-of-type {
  margin-top: 0;
}
.concept__history__series-list > li > a {
  display: flex;

  padding: 16px 32px;

  flex-wrap: nowrap;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .concept__history__series-list > li > a {
    padding: 3.5046728972vw;

    gap: 3.5046728972vw;
  }
}
.concept__history__series-list > li .concept__history__series-list__photo {
  min-width: 137px;
  max-width: 137px;
}
@media screen and (max-width: 768px) {
  .concept__history__series-list > li .concept__history__series-list__photo {
    min-width: 23.3644859813vw;
    max-width: 23.3644859813vw;
  }
}
.concept__history__series-list > li .concept__history__series-list__text .concept__history__series-list__title {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .concept__history__series-list > li .concept__history__series-list__text .concept__history__series-list__title {
    font-size: 3.738317757vw;
  }
}
.concept__history__series-list > li .concept__history__series-list__text .concept__history__series-list__title > span {
  font-family: "Jost", sans-serif;

  display: inline-block;

  margin-right: 16px;
}
@media screen and (max-width: 768px) {
  .concept__history__series-list > li .concept__history__series-list__text .concept__history__series-list__title > span {
    margin-right: 3.738317757vw;
  }
}
.concept__history__series-list > li .concept__history__series-list__text .concept__history__series-list__lead {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .concept__history__series-list > li .concept__history__series-list__text .concept__history__series-list__lead {
    font-size: 3.2710280374vw;
  }
}

.concept__under-bnr-list > li {
  margin-top: 40px;

  background-color: #fff;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 768px) {
  .concept__under-bnr-list > li {
    margin: 9.3457943925vw 3.738317757vw 0 3.738317757vw;

    box-shadow: 0 0 9.3457943925vw 0 rgba(0, 0, 0, 0.05);
  }
}
.concept__under-bnr-list > li:first-of-type {
  margin-top: 0;
}
.concept__under-bnr-list > li > a {
  display: flex;

  flex-wrap: nowrap;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .concept__under-bnr-list > li > a {
    display: block;
  }
}
.concept__under-bnr-list > li .concept__under-bnr-list__photo {
  min-width: 364px;
  max-width: 364px;
}
@media screen and (max-width: 768px) {
  .concept__under-bnr-list > li .concept__under-bnr-list__photo {
    min-width: 0;
    max-width: 100%;
  }
}
.concept__under-bnr-list > li .concept__under-bnr-list__text {
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .concept__under-bnr-list > li .concept__under-bnr-list__text {
    margin: 0;
    padding: 5.6074766355vw;
  }
}
.concept__under-bnr-list > li .concept__under-bnr-list__text .concept__under-bnr-list__title {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .concept__under-bnr-list > li .concept__under-bnr-list__text .concept__under-bnr-list__title {
    font-size: 3.738317757vw;
  }
}
.concept__under-bnr-list > li .concept__under-bnr-list__text .concept__under-bnr-list__lead {
  font-size: 14px;
  line-height: 2;

  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .concept__under-bnr-list > li .concept__under-bnr-list__text .concept__under-bnr-list__lead {
    font-size: 3.2710280374vw;

    margin-top: 1.1682242991vw;
  }
}

.top-search-container {
  background: #565555 !important;
}
.top-search-container .search-items .search-items__title {
  font-weight: bold;
}

.search-items .search-items__link-list:after {
  display: none;
}

.search-items .search-items__tab > li {
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}
.search-items .search-items__tab > li strong {
  color: #eaab58;
}
@media screen and (max-width: 768px) {
  .search-items .search-items__tab > li strong {
    font-size: 3.8vw;
  }
}

.search-items .search-items__tab > li span {
  margin-right: 0;
}

.search-items .search-items__link-list > ul > li .search-items__link-list__icon {
  width: 80px;
  margin-right: 0;
}

.search-items .search-items__link-list > ul > li a {
  padding: 16px 0;
}

@media screen and (max-width: 768px) {
  .search-items .search-items__tab > li {
    font-size: 3.2vw;
    padding-bottom: 3.738317757vw;
  }
}
@media screen and (max-width: 768px) {
  .search-items .search-items__link-list > ul > li .search-items__link-list__icon {
    width: 14vw;
    margin-right: 10px;
  }
  .search-items .search-items__link-list > ul > li a {
    padding: 4px 0 4px 1vw;
  }
  .tab02 > .search-items__link-list > ul > li a {
    padding: 3.738317757vw 0 3.738317757vw 3.738317757vw;
  }
  .tab03 > .search-items__link-list > ul > li a {
    padding: 3.738317757vw 0 3.738317757vw 3.738317757vw;
  }
}
.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}
