@charset "UTF-8";
* {
  box-sizing: border-box;
}

:root {
  --leading-trim: calc((1em - 1lh) / 2);
}

:root,
html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  color: #000000;
  font-weight: 400;
  line-height: 1.5;
  overflow-x: hidden;
  min-height: 100vh;
  /* Fallback */
  min-height: calc(var(--vh, 1vh) * 100);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0.05em;
}

img,
video {
  max-width: 100%;
  height: auto;
}

img[src$="_sp.jpg"], img[src$="_sp.png"], img[src$="_sp.svg"] {
  display: none;
}
@media screen and (max-width: 768px) {
  img[src$="_sp.jpg"], img[src$="_sp.png"], img[src$="_sp.svg"] {
    display: inline-block;
  }
  img[src$="_sp.jpg"] + img, img[src$="_sp.png"] + img, img[src$="_sp.svg"] + img {
    display: none;
  }
}

a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: initial;
  }
}

.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.pr {
  position: relative;
}

.pa {
  position: absolute;
}

em {
  font-style: normal;
}

/*//////////////////////////////////////////
//  共通設定
//////////////////////////////////////////*/
.inner {
  max-width: 112rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 4rem;
}
@media screen and (max-width: 768px) {
  .inner {
    padding: 0 2.75rem;
  }
}

.picture {
  display: block;
}

.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.mincho {
  font-family: "Noto Serif JP", serif;
}

.pr {
  position: relative;
}

.pa {
  position: absolute;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  br.sp {
    display: inline;
  }
}
/*セレクトボックスの設定(全ブラウザ共通にするため)
//設定やアイコンは用途に合わせて書き換え*/
select::-ms-expand {
  display: none;
}

label {
  font-size: 1.5rem;
}

.select-box {
  position: relative;
  display: block;
  padding: 0;
  max-width: 7rem;
  width: 100%;
  height: 3.8rem;
}
.select-box:after {
  content: "";
  position: absolute;
  width: 9px;
  height: 8px;
  top: 50%;
  transform: translateY(-50%);
  right: 1em;
  z-index: 2;
  background: url("../images/arrow-select.svg") 0 0 no-repeat;
  pointer-events: none;
}
.select-box select {
  display: block;
  width: 100%;
  height: 3.8rem;
  padding-left: 1.5em;
  margin: 0;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 0.5rem;
  outline: none;
  box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: 1;
}

.btn-more {
  background: #555555;
  max-width: 36.4rem;
  height: 5.6rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .btn-more {
    max-width: 23.5rem;
    height: 4.8rem;
    font-size: 1rem;
  }
}
.btn-more:after {
  content: "";
  display: inline-block;
  width: 0.8rem;
  height: 0.8rem;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: scaleX(0.7) rotate(45deg);
  position: absolute;
  right: 2.4rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
@media screen and (max-width: 768px) {
  .btn-more:after {
    width: 0.6rem;
    height: 0.6rem;
  }
}

.btn-more2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 1rem;
  font-weight: 900;
  border-bottom: 1px solid #000;
  padding-right: 2.4rem;
  position: relative;
  display: inline-block;
}
.btn-more2:after {
  content: "";
  display: inline-block;
  width: 0.1rem;
  height: 0.8rem;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #000;
  transform: rotate(-45deg);
  transform-origin: right bottom;
}

.ttl-set {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.6rem;
}
@media screen and (max-width: 768px) {
  .ttl-set {
    gap: 0.4rem;
  }
}
.ttl-set .en {
  font-family: "Cormorant Garamond", serif;
  font-size: 3.4rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .ttl-set .en {
    font-size: 2rem;
  }
}
.ttl-set .jp {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  line-height: 1;
  margin-top: r0;
}
@media screen and (max-width: 768px) {
  .ttl-set .jp {
    font-size: 0.8rem;
  }
}

/*//////////////////////////////////////////
//  header
//////////////////////////////////////////*/
header {
  height: initial;
  background: initial;
  display: block;
  padding: initial;
  position: fixed;
  top: 0;
  z-index: 101;
}

#mainHeader {
  position: fixed;
  width: 100vw;
  left: 0;
  top: 0;
  z-index: 999;
}
@media screen and (max-width: 768px) {
  #mainHeader .catch {
    background: #f8f8f8;
    height: 3.2rem;
    font-size: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
#mainHeader .h-inner {
  height: 12rem;
  justify-content: space-between;
  align-items: center;
  padding: 0 8.2rem;
  background: #fff;
}
@media screen and (max-width: 1320px) {
  #mainHeader .h-inner {
    padding: 0 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  #mainHeader .h-inner {
    height: 7.5rem;
    padding: 0 2.4rem;
  }
}
#mainHeader .logo {
  display: flex;
  align-items: flex-end;
  gap: 2.4rem;
  width: -moz-fit-content;
  width: fit-content;
  height: 5.73rem;
}
@media screen and (max-width: 768px) {
  #mainHeader .logo {
    height: 3.16rem;
    gap: 1.2rem;
  }
}
#mainHeader .logo a {
  display: block;
  max-width: 23.206rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #mainHeader .logo a {
    max-width: 12.8rem;
    height: 3.16rem;
  }
}
#mainHeader .logo em {
  font-size: 3.4rem;
  font-weight: 400;
  line-height: 1.1;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  #mainHeader .logo em {
    font-size: 1.6rem;
  }
}
#mainHeader .logo span {
  font-size: 1.4rem;
  font-weight: 400;
  display: block;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  #mainHeader .logo span {
    display: none;
  }
}
#mainHeader .h-customer-nav {
  display: flex;
  gap: 2.4rem;
  align-items: center;
}
@media screen and (max-width: 1440px) {
  #mainHeader .h-customer-nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem 1.6rem;
  }
}
@media screen and (max-width: 1320px) {
  #mainHeader .h-customer-nav {
    display: none;
  }
}
#mainHeader .h-customer-nav a {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
#mainHeader .h-customer-nav a:after {
  content: "";
  display: inline-block;
  width: 2.3rem;
  height: 2.3rem;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
#mainHeader .h-customer-nav a.hc-contact:after {
  background-image: url("../images/common/icon-tel.svg");
}
#mainHeader .h-customer-nav a.hc-login:after {
  background-image: url("../images/common/icon-login.svg");
}
#mainHeader .h-customer-nav a.hc-cart:after {
  background-image: url("../images/common/icon-cart.svg");
}
#mainHeader .h-customer-nav a.hc-favorite:after {
  background-image: url("../images/common/icon-favorite.svg");
}
#mainHeader .h-customer-nav span {
  font-size: 1.8rem;
}
#mainHeader .h-nav {
  background: #000;
  position: relative;
}
@media screen and (max-width: 768px) {
  #mainHeader .h-nav {
    width: 100%;
  }
}
#mainHeader .h-nav > ul {
  height: 8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  gap: 14.4rem;
}
@media screen and (max-width: 1080px) {
  #mainHeader .h-nav > ul {
    gap: 12vw;
    height: 4rem;
  }
}
@media screen and (max-width: 768px) {
  #mainHeader .h-nav > ul {
    height: 3.2rem;
    width: -moz-fit-content;
    width: fit-content;
    gap: 3.2rem;
    margin: 0 auto;
    padding-bottom: 0rem;
  }
}
#mainHeader .h-nav > ul > li > a {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #mainHeader .h-nav > ul > li > a {
    font-size: 1rem;
  }
}
#mainHeader .h-nav > ul > li > :is(.parent, .prent) {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  position: relative;
  padding-right: 1.2rem;
}
#mainHeader .h-nav > ul > li > :is(.parent, .prent)::before, #mainHeader .h-nav > ul > li > :is(.parent, .prent)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 0.8rem;
  height: 0.8rem;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transition: opacity 0.25s ease;
}
@media screen and (max-width: 768px) {
  #mainHeader .h-nav > ul > li > :is(.parent, .prent)::before, #mainHeader .h-nav > ul > li > :is(.parent, .prent)::after {
    content: none;
  }
}
#mainHeader .h-nav > ul > li > :is(.parent, .prent)::before {
  transform: translateY(-0.6rem) rotate(45deg);
  opacity: 1;
}
#mainHeader .h-nav > ul > li > :is(.parent, .prent)::after {
  transform: translateY(-0.2rem) rotate(-135deg);
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #mainHeader .h-nav > ul > li.brand > :is(.parent, .prent)::before, #mainHeader .h-nav > ul > li.brand > :is(.parent, .prent)::after {
    content: "";
    right: 0;
    top: 40%;
    width: 0.4rem;
    height: 0.4rem;
    transition: opacity 0.25s ease, transform 0.25s ease;
  }
  #mainHeader .h-nav > ul > li.brand > :is(.parent, .prent)::before {
    transform: translateY(-50%) rotate(45deg);
    opacity: 1 !important;
  }
  #mainHeader .h-nav > ul > li.brand > :is(.parent, .prent)::after {
    transform: translateY(-20%) rotate(-135deg);
    opacity: 0 !important;
  }
  #mainHeader .h-nav > ul > li.brand > a.parent.is-open::before,
  #mainHeader .h-nav > ul > li.brand > a.prent.is-open::before {
    opacity: 0 !important;
  }
  #mainHeader .h-nav > ul > li.brand > a.parent.is-open::after,
  #mainHeader .h-nav > ul > li.brand > a.prent.is-open::after {
    opacity: 1 !important;
  }
}
#mainHeader .h-nav > ul > li {
  height: 100%;
  display: flex;
  align-items: center;
}
#mainHeader .h-nav > ul > li:hover > :is(.parent, .prent)::before, #mainHeader .h-nav > ul > li:focus-within > :is(.parent, .prent)::before {
  opacity: 0;
}
#mainHeader .h-nav > ul > li:hover > :is(.parent, .prent)::after, #mainHeader .h-nav > ul > li:focus-within > :is(.parent, .prent)::after {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  #mainHeader .h-nav > ul > li.brand:hover > :is(.parent, .prent)::before, #mainHeader .h-nav > ul > li.brand:focus-within > :is(.parent, .prent)::before {
    opacity: 1 !important;
  }
  #mainHeader .h-nav > ul > li.brand:hover > :is(.parent, .prent)::after, #mainHeader .h-nav > ul > li.brand:focus-within > :is(.parent, .prent)::after {
    opacity: 0 !important;
  }
  #mainHeader .h-nav > ul > li.brand:hover > a.parent.is-open::before, #mainHeader .h-nav > ul > li.brand:hover > a.prent.is-open::before, #mainHeader .h-nav > ul > li.brand:focus-within > a.parent.is-open::before, #mainHeader .h-nav > ul > li.brand:focus-within > a.prent.is-open::before {
    opacity: 0 !important;
  }
  #mainHeader .h-nav > ul > li.brand:hover > a.parent.is-open::after, #mainHeader .h-nav > ul > li.brand:hover > a.prent.is-open::after, #mainHeader .h-nav > ul > li.brand:focus-within > a.parent.is-open::after, #mainHeader .h-nav > ul > li.brand:focus-within > a.prent.is-open::after {
    opacity: 1 !important;
  }
}
#mainHeader .h-nav > ul > li .child {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 120;
  padding: 3.2rem 0;
  box-shadow: 0 0 1.6rem rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  #mainHeader .h-nav > ul > li .child {
    display: none !important;
  }
}
#mainHeader .h-nav > ul > li .child .child-inner {
  max-width: 156rem;
  padding: 0 4rem;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #mainHeader .h-nav > ul > li .child .child-inner {
    padding: 0 2.75rem;
  }
}
#mainHeader .h-nav > ul > li .child .category_list {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1.6rem 1.6rem;
}
@media screen and (max-width: 768px) {
  #mainHeader .h-nav > ul > li .child .category_list {
    grid-template-columns: 1fr;
    gap: 1.2rem 1.2rem;
  }
}
#mainHeader .h-nav > ul > li .child .category_list li {
  width: 100%;
  border-bottom: 1px solid #666666;
  padding-bottom: 0.8rem;
}
@media screen and (max-width: 768px) {
  #mainHeader .h-nav > ul > li .child .category_list li {
    border-bottom: rgba(209, 209, 209, 0.8) solid 1px;
  }
}
#mainHeader .h-nav > ul > li .child .category_list li a {
  color: #000;
  display: flex;
  align-items: center;
  gap: 1.4rem;
}
@media screen and (max-width: 768px) {
  #mainHeader .h-nav > ul > li .child .category_list li a {
    gap: 0.8rem;
  }
}
#mainHeader .h-nav > ul > li .child .category_list li a h3 {
  font-size: 1.2rem;
  font-weight: 500;
  min-height: 4rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #mainHeader .h-nav > ul > li .child .category_list li a h3 {
    font-size: 1.2rem;
    min-height: auto;
    font-weight: 400;
    color: #666666;
  }
}
#mainHeader .h-nav > ul > li .child .category_list.no_image {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0 1.6rem;
}
@media screen and (max-width: 768px) {
  #mainHeader .h-nav > ul > li .child .category_list.no_image {
    grid-template-columns: 1fr;
    gap: 0.8rem 1.2rem;
  }
}
#mainHeader .h-nav > ul > li .child .category_list.no_image li {
  padding: 0.8rem 0 0.8rem;
}
@media screen and (max-width: 768px) {
  #mainHeader .h-nav > ul > li .child .category_list.no_image li {
    padding: 0.6rem 0;
  }
  #mainHeader .h-nav > ul > li .child .category_list.no_image li a {
    padding-bottom: 0.8rem;
  }
}
@media screen and (max-width: 768px) {
  #mainHeader .h-nav > ul > li.brand .child {
    display: block !important;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease, max-height 0.3s ease;
  }
  #mainHeader .h-nav > ul > li.brand .child.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    max-height: 100vw;
    padding-bottom: 24rem;
    overflow-y: auto;
  }
  #mainHeader .h-nav > ul > li.brand:hover .child, #mainHeader .h-nav > ul > li.brand:focus-within .child {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    max-height: 0;
  }
  #mainHeader .h-nav > ul > li.brand:hover .child.is-open, #mainHeader .h-nav > ul > li.brand:focus-within .child.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    max-height: 100vh;
    padding-bottom: 24rem;
    overflow-y: auto;
  }
}
#mainHeader .h-nav > ul > li:hover .child, #mainHeader .h-nav > ul > li:focus-within .child {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
#mainHeader .h-nav :is(.parent, .prent):hover + .child,
#mainHeader .h-nav :is(.parent, .prent):focus + .child {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
@media screen and (max-width: 768px) {
  #mainHeader .h-nav > ul > li.brand :is(.parent, .prent):hover + .child,
  #mainHeader .h-nav > ul > li.brand :is(.parent, .prent):focus + .child {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    max-height: 0;
  }
  #mainHeader .h-nav > ul > li.brand :is(.parent, .prent):hover + .child.is-open,
  #mainHeader .h-nav > ul > li.brand :is(.parent, .prent):focus + .child.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    max-height: 100vh;
    padding-bottom: 24rem;
    overflow-y: auto;
  }
}

/*/////////////////////////////////////////
//  footer
/////////////////////////////////////////*/
#mainFooter {
  margin-top: 20.8rem;
  background: #000;
  padding-top: 12.8rem;
  padding-bottom: 12.8rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #mainFooter {
    margin-top: 8.5rem;
    padding-top: 4.2rem;
    padding-bottom: 4.2rem;
  }
}
#mainFooter .inner {
  max-width: 128rem;
}
#mainFooter #footer-guide .guide-list {
  margin-top: 4rem;
  display: flex;
  justify-content: center;
  gap: 2.4rem 8.8rem;
  flex-wrap: wrap;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #mainFooter #footer-guide .guide-list {
    flex-direction: column;
    align-items: center;
    font-size: 1.2rem;
    gap: 1.6rem;
  }
}
#mainFooter #footer-category {
  margin-top: 4rem;
  padding-top: 4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
#mainFooter #footer-category .f-category-area {
  display: flex;
  flex-wrap: wrap;
  gap: 3.2rem 1rem;
  max-width: 104rem;
  width: 100%;
  margin: 4rem auto 0;
}
@media screen and (max-width: 768px) {
  #mainFooter #footer-category .f-category-area {
    flex-direction: column;
    margin-top: 2.4rem;
    gap: 0;
  }
}
#mainFooter #footer-category .f-category-area .category-list {
  width: calc((100% - 1rem * 4) / 5);
}
@media screen and (max-width: 768px) {
  #mainFooter #footer-category .f-category-area .category-list {
    width: 100%;
  }
  #mainFooter #footer-category .f-category-area .category-list:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
}
@media screen and (max-width: 768px) {
  #mainFooter #footer-category .f-category-area .item {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
  }
}
#mainFooter #footer-category .f-category-area .parent-item {
  font-size: 1.6rem;
  font-weight: 500;
  display: block;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 0.8rem;
  min-height: 3.4rem;
}
@media screen and (max-width: 768px) {
  #mainFooter #footer-category .f-category-area .parent-item {
    border-bottom: none;
    padding: 1.2rem 0;
    margin-bottom: 0;
    font-size: 1.2rem;
  }
}
#mainFooter #footer-category .f-category-area .parent-item.small-name {
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #mainFooter #footer-category .f-category-area .parent-item.small-name {
    font-size: 1rem;
  }
}
#mainFooter #footer-category .f-category-area .category-toggle {
  display: none;
}
@media screen and (max-width: 768px) {
  #mainFooter #footer-category .f-category-area .category-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.8rem;
    height: 2.8rem;
    margin: -0.4rem -0.8rem -0.4rem 0;
    cursor: pointer;
  }
}
#mainFooter #footer-category .f-category-area .category-icon {
  flex-shrink: 0;
  position: relative;
  width: 1.2rem;
  height: 1.2rem;
  display: block;
}
#mainFooter #footer-category .f-category-area .category-icon::before, #mainFooter #footer-category .f-category-area .category-icon::after {
  content: "";
  position: absolute;
  background: #fff;
  top: 50%;
  left: 50%;
}
#mainFooter #footer-category .f-category-area .category-icon::before {
  width: 1.2rem;
  height: 0.1rem;
  transform: translate(-50%, -50%);
}
#mainFooter #footer-category .f-category-area .category-icon::after {
  width: 0.1rem;
  height: 1.2rem;
  transform: translate(-50%, -50%) rotate(0deg);
  transition: transform 0.3s ease;
}
#mainFooter #footer-category .f-category-area .item.is-open > .category-toggle .category-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
#mainFooter #footer-category .f-category-area .sub-item {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
@media screen and (max-width: 768px) {
  #mainFooter #footer-category .f-category-area .sub-item {
    grid-column: 1/-1;
    padding-bottom: 2.4rem;
    margin-top: 0.8rem;
    gap: 1.6rem;
  }
}
#mainFooter #footer-category .f-category-area .sub-item li {
  font-size: 1.4rem;
  padding-left: 0.4rem;
  display: flex;
}
@media screen and (max-width: 768px) {
  #mainFooter #footer-category .f-category-area .sub-item li {
    font-size: 1.2rem;
  }
}
#mainFooter #footer-category .f-category-area .sub-item li:before {
  content: "・";
  display: inline-block;
  margin-right: 0.4rem;
}
#mainFooter #footer-bottom {
  margin: 4rem auto 0;
  padding: 4rem 8rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1080px) {
  #mainFooter #footer-bottom {
    flex-direction: column;
    gap: 4rem;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  #mainFooter #footer-bottom {
    padding: 4rem 2.4rem 0;
    gap: 4.2rem;
    align-items: center;
    margin-top: 2.4rem;
  }
}
@media screen and (max-width: 1080px) {
  #mainFooter #footer-bottom .info-area {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  #mainFooter #footer-bottom .info-area {
    order: 2;
  }
}
#mainFooter #footer-bottom .info-area .logo-area {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  #mainFooter #footer-bottom .info-area .logo-area {
    align-items: center;
  }
}
#mainFooter #footer-bottom .info-area .logo-area {
  gap: 1.2rem;
}
#mainFooter #footer-bottom .info-area .logo-area figure {
  width: 16.2rem;
}
@media screen and (max-width: 768px) {
  #mainFooter #footer-bottom .info-area .logo-area figure {
    width: 13.2rem;
  }
}
#mainFooter #footer-bottom .info-area .logo-area p {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #mainFooter #footer-bottom .info-area .logo-area p {
    font-size: 1.2rem;
    margin-top: 0.8rem;
  }
}
#mainFooter #footer-bottom .info-area .addr {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  text-align: left;
  margin-top: 0.8rem;
}
@media screen and (max-width: 768px) {
  #mainFooter #footer-bottom .info-area .addr {
    font-size: 1.2rem;
    margin-top: 1.4rem;
  }
}
#mainFooter #footer-bottom .info-area .shop-info {
  margin: 1.6rem auto 0;
  display: grid;
  grid-template-columns: max-content 1fr;
}
#mainFooter #footer-bottom .info-area .shop-info div {
  display: grid;
  grid-column: span 2;
  grid-template-columns: subgrid;
}
#mainFooter #footer-bottom .info-area .shop-info div:not(:last-child) {
  margin-bottom: 0.6rem;
}
#mainFooter #footer-bottom .info-area .shop-info div dt,
#mainFooter #footer-bottom .info-area .shop-info div dd {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  #mainFooter #footer-bottom .info-area .shop-info div dt,
  #mainFooter #footer-bottom .info-area .shop-info div dd {
    font-size: 1.2rem;
  }
}
#mainFooter #footer-bottom .info-area .shop-info div dd {
  padding-left: 0.4rem;
}
#mainFooter #footer-bottom .info-area .shop-info div dd:before {
  content: ":";
  display: inline-block;
  margin-right: 0.4rem;
}
@media screen and (max-width: 768px) {
  #mainFooter #footer-bottom .nav-area {
    display: contents;
  }
}
#mainFooter #footer-bottom .nav-area .f-nav {
  display: grid;
  grid-template-columns: repeat(4, max-content);
  gap: 0.8rem 1.6rem;
  justify-content: flex-start;
}
@media screen and (max-width: 1080px) {
  #mainFooter #footer-bottom .nav-area .f-nav {
    grid-template-columns: max-content;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  #mainFooter #footer-bottom .nav-area .f-nav {
    order: 1;
    gap: 2.4rem;
  }
}
#mainFooter #footer-bottom .nav-area .f-nav li {
  width: -moz-fit-content;
  width: fit-content;
  justify-self: start;
  font-size: 1.4rem;
}
@media screen and (max-width: 1080px) {
  #mainFooter #footer-bottom .nav-area .f-nav li {
    text-align: center;
    justify-self: center;
  }
  #mainFooter #footer-bottom .nav-area .f-nav li:nth-child(1) {
    order: 1;
  }
  #mainFooter #footer-bottom .nav-area .f-nav li:nth-child(2) {
    order: 3;
  }
  #mainFooter #footer-bottom .nav-area .f-nav li:nth-child(3) {
    order: 5;
  }
  #mainFooter #footer-bottom .nav-area .f-nav li:nth-child(4) {
    order: 7;
  }
  #mainFooter #footer-bottom .nav-area .f-nav li:nth-child(5) {
    order: 2;
  }
  #mainFooter #footer-bottom .nav-area .f-nav li:nth-child(6) {
    order: 4;
  }
  #mainFooter #footer-bottom .nav-area .f-nav li:nth-child(7) {
    order: 6;
  }
}
#mainFooter #footer-bottom .sns-list {
  display: flex;
  justify-content: flex-end;
  gap: 1.2rem;
  margin-top: 4rem;
}
@media screen and (max-width: 1080px) {
  #mainFooter #footer-bottom .sns-list {
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  #mainFooter #footer-bottom .sns-list {
    order: 3;
    margin-top: 0;
  }
}
#mainFooter #footer-bottom .sns-list li figure {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  gap: 0.6rem;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 50%;
}
#mainFooter #footer-bottom .sns-list li figure img {
  width: 2.4rem;
}
#mainFooter #footer-bottom .sns-list li span {
  font-size: 1.2rem;
  font-weight: 700;
  font-family: "Cormorant Garamond", serif;
  text-align: center;
  display: block;
  line-height: 1;
  margin-top: 0.8rem;
}
#mainFooter #footer-bottom small {
  display: flex;
  justify-content: flex-end;
  margin-top: 3.4rem;
  font-size: 1.2rem;
  font-weight: 200;
  font-family: "Cormorant Garamond", serif;
}
@media screen and (max-width: 1080px) {
  #mainFooter #footer-bottom small {
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  #mainFooter #footer-bottom small {
    order: 4;
    margin-top: 0;
  }
}

/*//////////////////////////////////////////
//  drawer
//////////////////////////////////////////*/
.drawer.drawer--right .drawer-hamburger {
  width: 3.2rem;
  height: 1.6rem;
  right: 2.4rem;
  left: initial;
  top: 5.7rem;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 101;
  padding: 0;
}
@media screen and (max-width: 1320px) {
  .drawer.drawer--right .drawer-hamburger {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .drawer.drawer--right .drawer-hamburger {
    top: 6.2rem;
  }
}
.drawer.drawer--right .drawer-hamburger p {
  font-family: "Cormorant Garamond", serif;
  font-size: 1rem;
  font-weight: 700;
  position: relative;
  bottom: -1.2rem;
  letter-spacing: 0.1em;
  color: #000 !important;
}
.drawer.drawer--right.drawer-open .drawer-hamburger {
  height: 1.6rem;
  right: auto;
  left: calc(100vw - 3.2rem - 2.4rem);
}
.drawer.drawer--right .drawer-nav {
  right: -100vw;
  height: 100vh;
  background: #fff;
  overflow: scroll;
  top: 12rem;
  position: fixed;
  z-index: 100;
  padding-bottom: 20rem;
  display: none;
}
@media screen and (max-width: 1320px) {
  .drawer.drawer--right .drawer-nav {
    width: 50vw;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .drawer.drawer--right .drawer-nav {
    width: 100vw;
    top: 10.7rem;
  }
}
.drawer.drawer--right .sp-menu-group {
  padding-bottom: 1.8rem;
}
.drawer.drawer--right .sp-menu-group ul {
  padding: 0 2.75rem;
  margin-top: 0.4rem;
}
.drawer.drawer--right .sp-menu-group ul li:not(:last-child) {
  border-bottom: rgba(209, 209, 209, 0.8) solid 1px;
}
.drawer.drawer--right .sp-menu-group ul a {
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #666666;
  padding: 1.4rem 0;
  display: block;
}
.drawer.drawer--right .sp-menu-header {
  background: #f8f8f8;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 1rem 0;
  gap: 0.4rem;
}
.drawer.drawer--right .sp-menu-header .en {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-size: 2rem;
  letter-spacing: 0.06em;
  line-height: 1;
}
.drawer.drawer--right .sp-menu-header .jp {
  font-size: 0.8rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  line-height: 1;
}
.drawer.drawer--right .sp-category-nav {
  margin-top: 1.6rem !important;
}
.drawer.drawer--right .sp-category-nav li a {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  padding: 0.2rem 0 !important;
}
.drawer.drawer--right .sp-category-nav li a img {
  width: 4rem;
}
.drawer.drawer--right .nav-footer {
  margin-top: 1.6rem;
}
.drawer.drawer--right .nav-footer .btn-more {
  margin: 0 auto 0;
}
.drawer.drawer--right .nav-footer .logo-area {
  margin-top: 4.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1.8rem;
}
.drawer.drawer--right .nav-footer .logo-area figure {
  width: 13.2rem;
}
.drawer.drawer--right .nav-footer .logo-area p {
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
}
.drawer.drawer--right .nav-footer .addr {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 1.6rem;
}
.drawer.drawer--right .nav-footer .shop-info {
  margin: 1.6rem auto 0;
  display: grid;
  grid-template-columns: max-content 1fr;
  max-width: 23.5rem;
  width: 100%;
}
.drawer.drawer--right .nav-footer .shop-info div {
  display: grid;
  grid-column: span 2;
  grid-template-columns: subgrid;
}
.drawer.drawer--right .nav-footer .shop-info div:not(:last-child) {
  margin-bottom: 0.6rem;
}
.drawer.drawer--right .nav-footer .shop-info div dt,
.drawer.drawer--right .nav-footer .shop-info div dd {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.drawer.drawer--right .nav-footer .shop-info div dd {
  padding-left: 0.4rem;
}
.drawer.drawer--right .nav-footer .shop-info div dd:before {
  content: ":";
  display: inline-block;
  margin-right: 0.4rem;
}
.drawer.drawer--right .nav-footer .sns-list {
  display: flex;
  justify-content: center;
  gap: 1.2rem;
  margin-top: 4rem;
}
.drawer.drawer--right .nav-footer .sns-list li figure {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  border: 1px solid #666666;
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 50%;
}
.drawer.drawer--right .nav-footer .sns-list li figure img {
  width: 2.4rem;
}
.drawer.drawer--right .nav-footer .sns-list li span {
  font-size: 1.2rem;
  font-weight: 700;
  font-family: "Cormorant Garamond", serif;
  text-align: center;
  display: block;
  line-height: 1;
  margin-top: 0.8rem;
}
.drawer.drawer--right .drawer-overlay {
  z-index: 98;
  background-color: rgba(0, 0, 0, 0.5);
}
.drawer.drawer--right .drawer-hamburger-icon {
  background-color: #000;
  margin-top: 0;
  width: 100%;
}
.drawer.drawer--right .drawer-hamburger-icon,
.drawer.drawer--right .drawer-hamburger-icon:after,
.drawer.drawer--right .drawer-hamburger-icon:before {
  height: 0.2rem;
  background-color: #000;
  border-radius: 5rem;
}
.drawer.drawer--right .drawer-hamburger-icon:before {
  width: 100%;
  top: -0.8rem;
}
.drawer.drawer--right .drawer-hamburger-icon:after {
  top: 0.8rem;
  width: 100%;
}
.drawer.drawer--right .txt-close {
  display: none;
}
.drawer.drawer--right.drawer-open .drawer-nav {
  right: 0;
}
.drawer.drawer--right.drawer-open .txt-menu {
  display: none;
}
.drawer.drawer--right.drawer-open .txt-close {
  display: inline;
}
.drawer.drawer--right.drawer-open .drawer-hamburger-icon {
  background-color: transparent;
}
.drawer.drawer--right.drawer-open .drawer-hamburger-icon:before {
  top: 0;
  background: #000;
}
.drawer.drawer--right.drawer-open .drawer-hamburger-icon:after {
  top: 0;
  background: #000;
}

/*//////////////////////////////////////////
//  アニメーション設定
//////////////////////////////////////////*/
.fu {
  transition: 1s;
  opacity: 0;
  transform: translate3d(0, 10%, 0);
}

.fu.fadeup {
  opacity: 1;
  transform: translateZ(0);
}

.fadeIn {
  transition: all 0.9s linear;
  opacity: 1 !important;
}

@keyframes fadeup {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, 10%, 0);
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: translateZ(0);
  }
}
.faderight {
  animation-name: faderight;
}

@keyframes faderight {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*//////////////////////////////////////////
//  slick上書き
//////////////////////////////////////////*/
/* Arrows */
.slick-prev,
.slick-next {
  height: 6rem;
  width: 6rem;
  line-height: 0;
  font-size: 0;
  background: #fff;
  border-radius: 50%;
  z-index: 10;
  border: 0.3rem solid #000;
}
@media screen and (max-width: 768px) {
  .slick-prev,
  .slick-next {
    width: 6rem;
    height: 6rem;
    border: 0.3rem solid #000;
  }
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: #fff;
  color: transparent;
}
.slick-prev:before,
.slick-next:before {
  content: "";
}

.slick-prev {
  left: 22%;
}
@media screen and (max-width: 768px) {
  .slick-prev {
    left: 1.5%;
  }
}
.slick-prev:before {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  border-bottom: 0.3rem solid #000;
  border-right: 0.3rem solid #000;
  transform: rotate(135deg);
  margin-left: 0.8rem;
}
@media screen and (max-width: 768px) {
  .slick-prev:before {
    width: 1.5rem;
    height: 1.5rem;
    border-bottom: 0.3rem solid #000;
    border-right: 0.3rem solid #000;
    margin-left: 0.8rem;
  }
}

.slick-next {
  right: 22%;
}
@media screen and (max-width: 768px) {
  .slick-next {
    right: 1.5%;
  }
}
.slick-next:before {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  border-bottom: 0.3rem solid #000;
  border-right: 0.3rem solid #000;
  transform: rotate(-45deg);
  margin-right: 0.8rem;
}
@media screen and (max-width: 768px) {
  .slick-next:before {
    width: 1.5rem;
    height: 1.5rem;
    border-bottom: 0.3rem solid #000;
    border-right: 0.3rem solid #000;
    margin-right: 0.8rem;
  }
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0rem;
}

body .slick-dots {
  position: absolute;
  bottom: -3.2rem;
  list-style: none;
  display: flex;
  gap: 0.4rem;
  text-align: center;
  padding: 0;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  left: 0;
  right: 0;
}
body .slick-dots li {
  position: relative;
  display: inline-block;
  height: 0.4rem !important;
  width: 4rem !important;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
body .slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 0.4rem !important;
  width: 4rem !important;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 0 !important;
  cursor: pointer;
}
body .slick-dots li button:before {
  content: "";
  background: #e6e6e6;
  position: absolute;
  border-radius: 0;
  top: 0;
  left: 0;
  width: 4rem;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body .slick-dots li button:hover, body .slick-dots li button:focus {
  outline: none;
}
body .slick-dots li.slick-active button:before {
  background: #555555;
}

/*//////////////////////////////////////////
//  フローティングバナー
//////////////////////////////////////////*/
#floating-banner {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 200;
  padding: 10px;
  background: #fff;
  border: 1px solid rgba(220, 220, 220, 0.5);
}
@media screen and (max-width: 768px) {
  #floating-banner {
    width: 100%;
  }
}
#floating-banner picture {
  display: block;
}
@media screen and (max-width: 768px) {
  #floating-banner picture img {
    width: 100%;
  }
}
#floating-banner .floating-banner-close {
  position: absolute;
  top: 0.3rem;
  left: 0.3rem;
  width: 1.9rem;
  height: 1.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  z-index: 1;
}
#floating-banner .floating-banner-close img {
  width: 1.6rem;
  height: 1.6rem;
}

/* MV Slider Arrows */
.mv-arrow-prev,
.mv-arrow-next {
  position: fixed;
  top: 50%;
  width: 5rem;
  height: 5rem;
  background: #000;
  border: none;
  cursor: pointer;
  z-index: 100;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .mv-arrow-prev,
  .mv-arrow-next {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.mv-arrow-prev::before,
.mv-arrow-next::before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  border-right: 0.1rem solid #fff;
  border-bottom: 0.1rem solid #fff;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .mv-arrow-prev::before,
  .mv-arrow-next::before {
    width: 0.5rem;
    height: 0.5rem;
  }
}
.mv-arrow-prev:hover,
.mv-arrow-next:hover {
  background: #333;
}

.mv-arrow-prev {
  left: 0;
}
.mv-arrow-prev::before {
  transform: rotate(135deg);
  margin-left: 0.4rem;
}
@media screen and (max-width: 768px) {
  .mv-arrow-prev::before {
    transform: rotate(135deg);
    margin-left: 0.2rem;
  }
}

.mv-arrow-next {
  right: 0;
}
.mv-arrow-next::before {
  transform: rotate(-45deg);
  margin-right: 0.4rem;
}
@media screen and (max-width: 768px) {
  .mv-arrow-next::before {
    transform: rotate(-45deg);
    margin-right: 0.2rem;
  }
}/*# sourceMappingURL=common.css.map */