@charset "UTF-8";
/* font-size 820px - 960px */
.top-sale__content___item a img, .arrow, .arrow svg, .arrow svg .arrow-path, footer .footer-item .jp-link a svg .win-path1,
footer .footer-item .jp-link a svg .win-path2, a {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.top-shoplist, .top-brand__lsit___item, .top-featured__slider a {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-filter: drop-shadow(4px 4px 6px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(4px 4px 6px rgba(0, 0, 0, 0.1));
}

.smartangel .product-annotation, .elfindoll .product-annotation {
  padding: 24px 0;
}
@media screen and (max-width: 769px) {
  .smartangel .product-annotation, .elfindoll .product-annotation {
    padding: 20px 0;
  }
}
.smartangel .product-annotation p, .elfindoll .product-annotation p {
  line-height: 1;
  text-align: center;
  font-weight: 600;
  font-size: 2rem;
  color: #ffffff;
}
@media screen and (max-width: 769px) {
  .smartangel .product-annotation p, .elfindoll .product-annotation p {
    line-height: 1.6;
    font-size: 1.6rem;
  }
}

footer .footer-item__menu, header .open-menu__bottom___menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 34px;
}
@media screen and (max-width: 769px) {
  footer .footer-item__menu, header .open-menu__bottom___menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 30px;
    margin-bottom: 30px;
  }
}
footer .footer-item__menu li a, header .open-menu__bottom___menu li a {
  padding-left: 28px;
  position: relative;
}
footer .footer-item__menu li a .arrow, header .open-menu__bottom___menu li a .arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  background: #f4f0ec;
  border-radius: 50%;
}
footer .footer-item__menu li a .arrow svg, header .open-menu__bottom___menu li a .arrow svg {
  width: 12px;
}
footer .footer-item__menu li a .arrow svg .arrow-path, header .open-menu__bottom___menu li a .arrow svg .arrow-path {
  fill: none;
  stroke-miterlimit: 10;
  stroke-width: 3px;
  stroke: #333333;
}
footer .footer-item__menu li a:hover, header .open-menu__bottom___menu li a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 769px) {
  footer .footer-item__menu li a:hover, header .open-menu__bottom___menu li a:hover {
    opacity: 1;
  }
}

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%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

body {
  line-height: 1;
}

ol, ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  color: inherit;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

select::-ms-expand {
  display: none;
}

em {
  font-style: normal;
}

main {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
}

html {
  font-size: 62.5%;
}

body {
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
  line-height: 1.8;
  letter-spacing: 0.5px;
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 400;
  font-size: clamp(1.4rem, 0.143rem + 1.43vw, 1.6rem);
  color: #333333;
}
@media screen and (max-width: 769px) {
  body {
    font-size: 1.4rem;
  }
}

a {
  /*transition: all 0.3s linear;*/
  color: #333333;
  text-decoration: none;
}
a.tel {
  pointer-events: none;
}
@media screen and (max-width: 769px) {
  a.tel {
    pointer-events: auto;
  }
}

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

*:focus {
  outline: none;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: top;
}

main {
  overflow-x: hidden;
}

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

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

/*-- ファイル読み込み --*/
/*----------------------------------------------------
header
----------------------------------------------------*/
header {
  width: 100%;
  position: sticky;
  top: 0;
  left: 0;
  background: #ffffff;
  z-index: 99;
}
header.topPage-header {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
header.topPage-header.active {
  opacity: 1;
  visibility: visible;
}
header .header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 999;
}
header .header-content .logo {
  width: 190px;
  margin-left: 40px;
}
@media screen and (max-width: 769px) {
  header .header-content .logo {
    width: 114px;
    margin-left: 1.6%;
  }
}
header .header-content__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .header-content__item .insta {
  width: 28px;
  height: 28px;
}
@media screen and (max-width: 769px) {
  header .header-content__item .insta {
    width: 22px;
    height: 22px;
  }
}
@media screen and (max-width: 769px) {
  header .header-content__item .insta a {
    inset: 5%;
  }
}
header .header-content__item .menu-trigger {
  width: 80px;
  height: 80px;
  margin-left: 40px;
  position: relative;
  background: #a67c71;
  cursor: pointer;
}
@media screen and (max-width: 769px) {
  header .header-content__item .menu-trigger {
    width: 46px;
    height: 46px;
    margin-left: 24px;
  }
}
header .header-content__item .menu-trigger__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
header .header-content__item .menu-trigger__content > div {
  width: 24px;
  height: 20px;
  margin: 0 auto 10px;
  position: relative;
}
@media screen and (max-width: 769px) {
  header .header-content__item .menu-trigger__content > div {
    width: 14px;
    height: 14px;
    margin-bottom: 6px;
  }
}
header .header-content__item .menu-trigger__content > div span {
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  background: #ffffff;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
@media screen and (max-width: 769px) {
  header .header-content__item .menu-trigger__content > div span {
    height: 1px;
  }
}
header .header-content__item .menu-trigger__content > div span:nth-child(1) {
  top: 0;
}
header .header-content__item .menu-trigger__content > div span:nth-child(2) {
  top: 9px;
}
@media screen and (max-width: 769px) {
  header .header-content__item .menu-trigger__content > div span:nth-child(2) {
    top: 6px;
  }
}
header .header-content__item .menu-trigger__content > div span:nth-child(3) {
  bottom: 0;
}
header .header-content__item .menu-trigger__content p {
  line-height: 1;
  text-align: center;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  color: #ffffff;
}
@media screen and (max-width: 769px) {
  header .header-content__item .menu-trigger__content p {
    font-size: 0.9rem;
  }
}
header .header-content__item .menu-trigger.open span {
  top: 0;
  bottom: 0;
  margin: auto;
}
header .header-content__item .menu-trigger.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
}
header .header-content__item .menu-trigger.open span:nth-child(2) {
  opacity: 0;
}
header .header-content__item .menu-trigger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
}
header .open-menu {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #ffffff;
  visibility: hidden;
  opacity: 0;
  z-index: 98;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
header .open-menu.open {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 769px) {
  header .open-menu {
    overflow: hidden scroll;
  }
}
header .open-menu__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
  max-width: 982px;
  aspect-ratio: 982/890;
  position: relative;
  top: 48%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 769px) {
  header .open-menu__content {
    width: min(100%, 500px);
    margin: max(100px, 12dvh) auto 0;
    top: auto;
    left: auto;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
    aspect-ratio: 750/923;
  }
}
header .open-menu__content::before {
  content: "";
  width: min(90%, 750px);
  aspect-ratio: 750/724;
  position: absolute;
  top: 48.5%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url("../img/common/menu-bg.png") no-repeat center/100% 100%;
  z-index: 1;
}
@media screen and (max-width: 769px) {
  header .open-menu__content::before {
    width: 100%;
    top: 50%;
  }
}
header .open-menu__content .menu-img {
  position: absolute;
}
header .open-menu__content .menu-img__01 {
  width: min(31.6%, 310px);
  top: 0;
  right: 0;
}
@media screen and (max-width: 769px) {
  header .open-menu__content .menu-img__01 {
    width: 37.2%;
    right: -8%;
  }
}
header .open-menu__content .menu-img__02 {
  width: min(31.6%, 310px);
  bottom: 1%;
  left: 4%;
}
@media screen and (max-width: 769px) {
  header .open-menu__content .menu-img__02 {
    width: 36%;
    bottom: 0;
    left: -2%;
  }
}
header .open-menu__content___list {
  width: 480px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 769px) {
  header .open-menu__content___list {
    width: 80%;
  }
}
header .open-menu__content___list li {
  width: 320px;
}
@media screen and (max-width: 769px) {
  header .open-menu__content___list li {
    width: 62%;
  }
}
header .open-menu__content___list li:not(.m-brand) {
  margin: 0 auto;
}
header .open-menu__content___list li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #ffffff;
  line-height: 1;
  letter-spacing: 1px;
  text-align: center;
  font-weight: 500;
  font-size: 2rem;
  -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.1));
}
@media screen and (max-width: 769px) {
  header .open-menu__content___list li a {
    font-size: 1.4rem;
    -webkit-filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.1));
            filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.1));
  }
}
header .open-menu__content___list li a:hover {
  border-color: #333333;
  -webkit-filter: none;
          filter: none;
}
@media screen and (max-width: 769px) {
  header .open-menu__content___list li a:hover {
    border-color: #ffffff;
    -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.1));
            filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.1));
  }
}
header .open-menu__content___list li.m-shop {
  margin-bottom: 60px;
}
@media screen and (max-width: 769px) {
  header .open-menu__content___list li.m-shop {
    margin-bottom: 40px;
  }
}
header .open-menu__content___list li.m-shop a {
  padding: 40px 0 30px;
}
@media screen and (max-width: 769px) {
  header .open-menu__content___list li.m-shop a {
    padding: 30px 0 24px;
  }
}
header .open-menu__content___list li.m-shop a .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -16px;
  right: 0;
  left: 0;
  margin: auto;
  background: #a67c71;
  border-radius: 50%;
}
@media screen and (max-width: 769px) {
  header .open-menu__content___list li.m-shop a .icon {
    width: 30px;
    height: 30px;
    top: -12px;
  }
}
header .open-menu__content___list li.m-shop a .icon svg {
  width: 14px;
}
@media screen and (max-width: 769px) {
  header .open-menu__content___list li.m-shop a .icon svg {
    width: 10px;
  }
}
header .open-menu__content___list li.m-shop a .icon svg .map-pin {
  fill: #ffffff;
}
header .open-menu__content___list li.m-about a {
  padding: 30px 0;
}
@media screen and (max-width: 769px) {
  header .open-menu__content___list li.m-about a {
    padding: 24px 0;
  }
}
header .open-menu__content___list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 40px;
}
@media screen and (max-width: 769px) {
  header .open-menu__content___list ul {
    margin-bottom: 24px;
  }
}
header .open-menu__content___list ul li.m-brand {
  width: 48%;
}
header .open-menu__content___list ul li.m-brand a {
  padding: 60px 0 30px;
  font-family: "Outfit", sans-serif;
}
@media screen and (max-width: 769px) {
  header .open-menu__content___list ul li.m-brand a {
    padding: 40px 0 24px;
  }
}
header .open-menu__content___list ul li.m-brand a .m-brand-logo {
  display: block;
  width: 60px;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 769px) {
  header .open-menu__content___list ul li.m-brand a .m-brand-logo {
    width: 44px;
  }
}
header .open-menu__content___list ul li.m-brand.efd a .m-brand-logo {
  top: -21px;
}
@media screen and (max-width: 769px) {
  header .open-menu__content___list ul li.m-brand.efd a .m-brand-logo {
    top: -24%;
  }
}
header .open-menu__content___list ul li.m-brand.sa a .m-brand-logo {
  top: -25px;
}
@media screen and (max-width: 769px) {
  header .open-menu__content___list ul li.m-brand.sa a .m-brand-logo {
    top: -28%;
  }
}
header .open-menu__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 94%;
  position: absolute;
  bottom: 6%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 769px) {
  header .open-menu__bottom {
    bottom: 20px;
  }
}
header .open-menu__bottom .copylight {
  font-size: 1.4rem;
}
@media screen and (max-width: 769px) {
  header .open-menu__bottom .copylight {
    width: 100%;
    text-align: center;
    font-size: 1rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (max-width: 769px) {
  header .open-menu__bottom___menu {
    margin: 0 auto 20px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

/*----------------------------------------------------
footer
----------------------------------------------------*/
footer {
  padding: 70px 0 40px;
}
footer .footer-container {
  width: 86%;
  max-width: 1000px;
  margin: 0 auto 0px;
}
footer .footer-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 40px;
}
@media screen and (max-width: 769px) {
  footer .footer-item {
    display: block;
    margin-bottom: 70px;
  }
}
footer .footer-item .footer-logo {
  width: 154px;
  margin-right: 10px;
}
@media screen and (max-width: 769px) {
  footer .footer-item .footer-logo {
    width: 146px;
    margin: 0 auto 12px;
  }
}
footer .footer-item .jp-link {
  width: 180px;
}
@media screen and (max-width: 769px) {
  footer .footer-item .jp-link {
    width: 150px;
    margin: 0 auto;
  }
}
footer .footer-item .jp-link a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 22px 0 22px 26px;
  position: relative;
  background: #005e9a;
  border-radius: 30px;
  border: 1px solid #005e9a;
  line-height: 1;
  text-box: trim-both cap alphabetic;
  font-weight: 700;
  font-size: 1.6rem;
  color: #ffffff;
}
@media screen and (max-width: 769px) {
  footer .footer-item .jp-link a {
    padding: 16px 24px;
    font-size: 1.2rem;
  }
}
footer .footer-item .jp-link a svg {
  width: 12px;
  position: absolute;
  top: 0;
  right: 18px;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 769px) {
  footer .footer-item .jp-link a svg {
    right: 20px;
  }
}
footer .footer-item .jp-link a svg .win-path1,
footer .footer-item .jp-link a svg .win-path2 {
  fill: none;
  stroke: #ffffff;
  stroke-linecap: round;
}
footer .footer-item .jp-link a svg .win-path1 {
  stroke-linejoin: round;
}
footer .footer-item .jp-link a svg .win-path2 {
  stroke-miterlimit: 10;
}
footer .footer-item .jp-link a:hover {
  background: #ffffff;
  color: #005e9a;
}
@media screen and (max-width: 769px) {
  footer .footer-item .jp-link a:hover {
    background: #005e9a;
    color: #ffffff;
  }
}
footer .footer-item .jp-link a:hover svg .win-path1,
footer .footer-item .jp-link a:hover svg .win-path2 {
  stroke: #005e9a;
}
@media screen and (max-width: 769px) {
  footer .footer-item .jp-link a:hover svg .win-path1,
  footer .footer-item .jp-link a:hover svg .win-path2 {
    stroke: #ffffff;
  }
}
footer .footer-logo {
  width: 190px;
  margin: 0 auto 30px;
}
footer .copylight {
  text-align: center;
  letter-spacing: 0;
  font-size: 1.4rem;
}
@media screen and (max-width: 769px) {
  footer .copylight {
    width: 100%;
    text-align: center;
    font-size: 1rem;
  }
}

/*-- ファイル読み込み --*/
/*----------------------------------------------------
sec-ttl
----------------------------------------------------*/
.sec-ttl {
  line-height: 1;
  letter-spacing: 2px;
  text-align: center;
  font-weight: 700;
  font-size: 3.2rem;
}
@media screen and (max-width: 769px) {
  .sec-ttl {
    font-size: 2.2rem;
  }
}
.sec-ttl .en {
  display: block;
  margin-bottom: 16px;
  line-height: 1;
  letter-spacing: 0;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  color: #a67c71;
}
@media screen and (max-width: 769px) {
  .sec-ttl .en {
    margin-bottom: 12px;
    font-size: 1.3rem;
  }
}
.sec-ttl .b-en {
  display: block;
  width: 177px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 769px) {
  .sec-ttl .b-en {
    width: 82px;
    margin-bottom: 12px;
  }
}

/*----------------------------------------------------
page-ttl
----------------------------------------------------*/
.page-ttl {
  width: 100%;
  padding: 100px 0;
  background: url("../img/common/page-ttl--large.jpg") no-repeat center/cover;
}
@media screen and (max-width: 769px) {
  .page-ttl {
    background-image: url("../img/common/page-ttl--small.jpg");
    padding: 70px 0;
  }
}
.page-ttl h2 {
  line-height: 1;
  text-align: center;
  font-weight: 700;
  font-size: 4rem;
}
@media screen and (max-width: 769px) {
  .page-ttl h2 {
    font-size: 2.5rem;
  }
}
.page-ttl h2 .en {
  display: block;
  margin-bottom: 20px;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: 2.4rem;
  color: #a67c71;
}
@media screen and (max-width: 769px) {
  .page-ttl h2 .en {
    margin-bottom: 12px;
    font-size: 1.4rem;
  }
}

.contents-link {
  width: min(86%, 378px);
  margin: 0 auto;
}
@media screen and (max-width: 769px) {
  .contents-link {
    width: 230px;
  }
}
.contents-link a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 24px 0;
  position: relative;
  border-radius: 30px;
  border-width: 1px;
  border-style: solid;
  line-height: 1;
  letter-spacing: 2px;
  text-align: center;
  text-box: trim-both cap alphabetic;
  font-weight: 700;
  color: #ffffff;
}
@media screen and (max-width: 769px) {
  .contents-link a {
    padding: 16px 0;
    font-size: 1.4rem;
  }
}
.contents-link a .arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  background: #ffffff;
  border-radius: 50%;
}
@media screen and (max-width: 769px) {
  .contents-link a .arrow {
    right: 12px;
  }
}
.contents-link a .arrow svg {
  width: 12px;
}
.contents-link a .arrow svg .arrow-path {
  fill: none;
  stroke-miterlimit: 10;
  stroke-width: 3px;
}
.contents-link.link__pink a {
  background: #f595a3;
  border-color: #f595a3;
}
.contents-link.link__pink a .arrow svg .arrow-path {
  stroke: #f595a3;
}
.contents-link.link__pink a:hover {
  background: #ffffff;
  color: #f595a3;
}
@media screen and (max-width: 769px) {
  .contents-link.link__pink a:hover {
    background: #f595a3;
    color: #ffffff;
  }
}
.contents-link.link__pink a:hover .arrow {
  background: #f595a3;
}
@media screen and (max-width: 769px) {
  .contents-link.link__pink a:hover .arrow {
    background: #ffffff;
  }
}
.contents-link.link__pink a:hover .arrow svg .arrow-path {
  stroke: #ffffff;
}
@media screen and (max-width: 769px) {
  .contents-link.link__pink a:hover .arrow svg .arrow-path {
    stroke: #f595a3;
  }
}
.contents-link.link__brown a {
  background: #a67c71;
  border-color: #a67c71;
}
.contents-link.link__brown a .arrow svg .arrow-path {
  stroke: #a67c71;
}
.contents-link.link__brown a:hover {
  background: #ffffff;
  color: #a67c71;
}
@media screen and (max-width: 769px) {
  .contents-link.link__brown a:hover {
    background: #a67c71;
    color: #ffffff;
  }
}
.contents-link.link__brown a:hover .arrow {
  background: #a67c71;
}
@media screen and (max-width: 769px) {
  .contents-link.link__brown a:hover .arrow {
    background: #ffffff;
  }
}
.contents-link.link__brown a:hover .arrow svg .arrow-path {
  stroke: #ffffff;
}
@media screen and (max-width: 769px) {
  .contents-link.link__brown a:hover .arrow svg .arrow-path {
    stroke: #a67c71;
  }
}

/*----------------------------------------------------
basic-table
----------------------------------------------------*/
.basic-table {
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 769px) {
  .basic-table {
    border-radius: 8px;
  }
}
.basic-table table {
  width: 100%;
}
.basic-table table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.basic-table table tr:not(:last-child) {
  margin-bottom: 4px;
}
.basic-table table th {
  width: 26.6%;
  background: #f4f0ec;
  text-align: left;
}
.basic-table table td {
  width: 73%;
  background: #faf9f7;
}
.basic-table table th, .basic-table table td {
  padding: 30px;
}
@media screen and (max-width: 769px) {
  .basic-table table th, .basic-table table td {
    display: block;
    width: 100%;
    padding: 20px;
  }
}
.basic-table table a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 769px) {
  .basic-table table a:hover {
    opacity: 1;
  }
}

/*----------------------------------------------------
shop-table
----------------------------------------------------*/
.shop-table {
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 769px) {
  .shop-table {
    border-radius: 8px;
  }
}
.shop-table table {
  width: 100%;
}
.shop-table table:not(:last-child) {
  margin-bottom: 4px;
}
.shop-table table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.shop-table table th {
  width: 28.6%;
  padding: 30px;
  background: #f4f0ec;
  line-height: 1.4;
  text-align: left;
  font-weight: 700;
  font-size: 2.1rem;
}
@media screen and (max-width: 769px) {
  .shop-table table th {
    margin-bottom: 4px;
    font-size: 1.5rem;
  }
}
.shop-table table td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 71%;
  background: #faf9f7;
}
.shop-table table td .txt-block {
  width: 86.3%;
  padding: 30px;
}
@media screen and (max-width: 769px) {
  .shop-table table td .txt-block {
    width: 100%;
    margin-bottom: 24px;
    padding: 0;
  }
}
@media screen and (max-width: 769px) {
  .shop-table table td .txt-block p {
    font-size: 1.3rem;
  }
}
.shop-table table td .txt-block p.adress {
  margin-bottom: 16px;
  padding-left: 20px;
  position: relative;
  line-height: 1.6;
}
@media screen and (max-width: 769px) {
  .shop-table table td .txt-block p.adress {
    padding-left: 16px;
  }
}
.shop-table table td .txt-block p.adress::before {
  content: "";
  display: block;
  width: 12px;
  height: 16px;
  position: absolute;
  top: 5px;
  left: 0;
  background: url("../img/shoplist/map-pin.svg") no-repeat top left/contain;
}
@media screen and (max-width: 769px) {
  .shop-table table td .txt-block p.adress::before {
    width: 9px;
    height: 12px;
  }
}
.shop-table table td .txt-block p.tel, .shop-table table td .txt-block p.time {
  font-family: "Outfit", sans-serif;
}
.shop-table table td .txt-block p span {
  display: inline-block;
  width: 86px;
  font-family: "Noto Sans TC", sans-serif;
}
.shop-table table td .maps-btn {
  width: 13.7%;
  height: 100%;
}
@media screen and (max-width: 769px) {
  .shop-table table td .maps-btn {
    width: 160px;
    height: auto;
    margin: 0 auto;
  }
}
.shop-table table td .maps-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background: #f4f0ec;
}
@media screen and (max-width: 769px) {
  .shop-table table td .maps-btn a {
    display: block;
    padding: 14px 0 14px 18px;
    position: relative;
    border-radius: 22px;
  }
}
.shop-table table td .maps-btn a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 769px) {
  .shop-table table td .maps-btn__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.shop-table table td .maps-btn__content .icon {
  width: 24px;
  margin: 0 auto 10px;
  line-height: 1;
}
@media screen and (max-width: 769px) {
  .shop-table table td .maps-btn__content .icon {
    width: 16px;
    margin: 0 7px 0 0;
  }
}
.shop-table table td .maps-btn__content p {
  margin-bottom: 14px;
  line-height: 1.2;
  text-align: center;
  font-family: "Outfit", sans-serif;
  font-size: 1.3rem;
}
@media screen and (max-width: 769px) {
  .shop-table table td .maps-btn__content p {
    margin: 0;
    line-height: 1;
    text-align: left;
    font-size: 1.2rem;
  }
}
.shop-table table td .maps-btn__content .arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 16px;
  height: 16px;
  margin: 0 auto;
  background: #e6423e;
  border-radius: 50%;
}
@media screen and (max-width: 769px) {
  .shop-table table td .maps-btn__content .arrow {
    position: absolute;
    top: 0;
    right: 12px;
    bottom: 0;
    margin: auto;
  }
}
.shop-table table td .maps-btn__content .arrow svg {
  width: 8px;
}
.shop-table table td .maps-btn__content .arrow svg .arrow-path {
  fill: none;
  stroke-miterlimit: 10;
  stroke-width: 3px;
  stroke: #ffffff;
}
@media screen and (max-width: 769px) {
  .shop-table table th, .shop-table table td {
    display: block;
    width: 100%;
    padding: 20px;
  }
}

/*----------------------------------------------------
animation
----------------------------------------------------*/
.fdin {
  opacity: 0;
  -webkit-transition: 0.4s linear;
  transition: 0.4s linear;
}
.fdin.scroll {
  opacity: 1;
}

@-webkit-keyframes fdin {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fdin {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fdout {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes fdout {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes scrollbar_pc {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
    opacity: 0;
  }
}
@keyframes scrollbar_pc {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
    opacity: 0;
  }
}
@-webkit-keyframes scrollbar_sp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
}
@keyframes scrollbar_sp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
}
/*-- ファイル読み込み --*/
/*----------------------------------------------------
page-mv
----------------------------------------------------*/
.page-mv {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto 0px;
  position: relative;
}
@media screen and (max-width: 769px) {
  .page-mv {
    overflow-x: hidden;
  }
}
.page-mv__content {
  width: 100%;
  aspect-ratio: 1400/860;
  position: relative;
}
@media screen and (max-width: 769px) {
  .page-mv__content {
    aspect-ratio: 750/1200;
  }
}
.page-mv__content .catch {
  width: 560px;
  position: absolute;
  top: 24%;
  left: 12.4%;
  line-height: 1;
  font-size: 3.8rem;
  z-index: 1;
  opacity: 0;
}
@media screen and (max-width: 769px) {
  .page-mv__content .catch {
    width: 66%;
    top: 40.2%;
    left: 7%;
    font-size: 2rem;
  }
}
.page-mv__content .catch__box {
  display: inline-block;
  padding: 16px 20px;
  background: #ffffff;
  border-radius: 8px;
  line-height: 1;
  letter-spacing: 5px;
  font-weight: 600;
  color: #825d51;
  -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.1));
}
@media screen and (max-width: 769px) {
  .page-mv__content .catch__box {
    padding: 10px;
    border-radius: 4px;
    letter-spacing: 3px;
  }
}
.page-mv__content .catch__box:not(:last-child) {
  margin-bottom: 16px;
}
@media screen and (max-width: 769px) {
  .page-mv__content .catch__box:not(:last-child) {
    margin-bottom: 10px;
  }
}
.page-mv__content .catch__box .pic {
  vertical-align: text-top;
  font-size: 4.8rem;
  color: #f595a3;
}
@media screen and (max-width: 769px) {
  .page-mv__content .catch__box .pic {
    font-size: 2.5rem;
  }
}
.page-mv__content .scroll-bar {
  width: 1px;
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #bfb9b6;
}
@media screen and (max-width: 769px) {
  .page-mv__content .scroll-bar {
    height: 50px;
  }
}
.page-mv__content .scroll-bar::before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  position: absolute;
  top: 0;
  left: -4px;
  background: #f595a3;
  border-radius: 50%;
  -webkit-animation: scrollbar_pc 2.2s linear infinite;
          animation: scrollbar_pc 2.2s linear infinite;
}
@media screen and (max-width: 769px) {
  .page-mv__content .scroll-bar::before {
    -webkit-animation: scrollbar_sp 2.2s linear infinite;
            animation: scrollbar_sp 2.2s linear infinite;
  }
}
.page-mv__greeting {
  padding: 100px 0 140px;
}
@media screen and (max-width: 769px) {
  .page-mv__greeting {
    padding: 60px 0 80px;
  }
}
.page-mv__greeting p {
  position: relative;
  line-height: 3;
  text-align: center;
  font-weight: 500;
  font-size: 2.2rem;
  z-index: 1;
}
@media screen and (max-width: 769px) {
  .page-mv__greeting p {
    line-height: 2.6;
    font-size: 1.6rem;
  }
}
.page-mv .page-mv-img {
  position: absolute;
  opacity: 0;
}
.page-mv .page-mv-img__a {
  width: min(55.72%, 780px);
  top: -10%;
  right: 3%;
}
@media screen and (max-width: 769px) {
  .page-mv .page-mv-img__a {
    width: 90%;
    top: -6%;
    right: 0;
  }
}
.page-mv .page-mv-img__b {
  width: min(33.43%, 468px);
  top: 54%;
  left: 2%;
}
@media screen and (max-width: 769px) {
  .page-mv .page-mv-img__b {
    width: 62.3%;
    top: auto;
    bottom: 6%;
    left: -9%;
  }
}
.page-mv .page-mv-img__c {
  width: min(22%, 307px);
  top: 57%;
  right: 6%;
}
@media screen and (max-width: 769px) {
  .page-mv .page-mv-img__c {
    width: 46%;
    top: 55%;
    right: -5.5%;
  }
}
.page-mv .page-mv-img__d {
  width: min(14.29%, 200px);
  bottom: 1%;
  left: 8%;
}
@media screen and (max-width: 769px) {
  .page-mv .page-mv-img__d {
    width: 24.7%;
    right: 12%;
    bottom: -2%;
    left: auto;
  }
}
.page-mv.loaded .catch {
  -webkit-animation: fdin 0.4s 0.3s ease-in forwards;
          animation: fdin 0.4s 0.3s ease-in forwards;
}
.page-mv.loaded .page-mv-img__a {
  -webkit-animation: fdin 0.4s 0.3s ease-in forwards;
          animation: fdin 0.4s 0.3s ease-in forwards;
}
.page-mv.loaded .page-mv-img__b {
  -webkit-animation: fdin 0.4s 0.5s ease-in forwards;
          animation: fdin 0.4s 0.5s ease-in forwards;
}
.page-mv.loaded .page-mv-img__c {
  -webkit-animation: fdin 0.4s 0.7s ease-in forwards;
          animation: fdin 0.4s 0.7s ease-in forwards;
}
.page-mv.loaded .page-mv-img__d {
  -webkit-animation: fdin 0.4s 0.9s ease-in forwards;
          animation: fdin 0.4s 0.9s ease-in forwards;
}

.topPage-bg {
  padding-top: 164px;
  position: relative;
  background: #f4f0ec;
}
@media screen and (max-width: 769px) {
  .topPage-bg {
    padding-top: 96px;
  }
}
.topPage-bg::before, .topPage-bg::after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
}
.topPage-bg::before {
  aspect-ratio: 1400/166;
  background: url("../img/top/hill-a.svg") no-repeat center/100% 100%;
  top: 0;
}
.topPage-bg::after {
  aspect-ratio: 1400/286;
  background: url("../img/top/hill-b.svg") no-repeat center/100% 100%;
  bottom: 0;
}

.top-shoplist {
  width: 86%;
  max-width: 600px;
  margin: 0 auto 130px;
  padding: 66px 40px 40px;
  position: relative;
  background: #ffffff;
  border-radius: 20px;
  z-index: 1;
}
@media screen and (max-width: 769px) {
  .top-shoplist {
    margin-bottom: 100px;
    padding: 50px 0 30px;
    border-radius: 20px;
  }
}
.top-shoplist .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 74px;
  height: 74px;
  position: absolute;
  top: -27px;
  right: 0;
  left: 0;
  margin: auto;
  background: #a67c71;
  border-radius: 50%;
}
@media screen and (max-width: 769px) {
  .top-shoplist .icon {
    width: 47px;
    height: 47px;
    top: -17px;
  }
}
.top-shoplist .icon svg {
  width: 26px;
}
@media screen and (max-width: 769px) {
  .top-shoplist .icon svg {
    width: 16px;
  }
}
.top-shoplist .icon svg .map-pin {
  fill: #ffffff;
}
.top-shoplist .sec-ttl {
  margin-bottom: 30px;
}

.top-sale {
  margin-bottom: 120px;
}
@media screen and (max-width: 769px) {
  .top-sale {
    margin-bottom: 100px;
  }
}
.top-sale__content {
  width: 86%;
  max-width: 1000px;
  margin: 0 auto 0px;
  padding: 50px 0;
  background: linear-gradient(45deg, rgb(255, 242, 232), rgb(250, 249, 247) 30% 70%, rgb(255, 242, 232));
  border-radius: 30px;
}
@media screen and (max-width: 769px) {
  .top-sale__content {
    padding: 30px 0;
    border-radius: 16px;
  }
}
.top-sale__content .sec-ttl {
  margin-bottom: 50px;
}
@media screen and (max-width: 769px) {
  .top-sale__content .sec-ttl {
    margin-bottom: 30px;
  }
}
.top-sale__content___item {
  width: 86%;
  max-width: 500px;
  margin: 0 auto 0px;
  aspect-ratio: 500/266;
}
@media screen and (max-width: 769px) {
  .top-sale__content___item {
    aspect-ratio: 660/340;
  }
}
.top-sale__content___item a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 769px) {
  .top-sale__content___item a {
    border-radius: 10px;
  }
}
.top-sale__content___item a .arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  height: 60px;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  background: #ffffff;
  border-radius: 34px 0 20px 0;
}
@media screen and (max-width: 769px) {
  .top-sale__content___item a .arrow {
    width: 46px;
    height: 46px;
    border-radius: 17px 0 10px 0;
  }
}
.top-sale__content___item a .arrow svg {
  width: 18px;
}
.top-sale__content___item a .arrow svg .arrow-path {
  fill: none;
  stroke-miterlimit: 10;
  stroke-width: 2px;
  stroke: #333333;
}
.top-sale__content___item a:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
@media screen and (max-width: 769px) {
  .top-sale__content___item a:hover img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
}
.top-sale__content___item a:hover svg {
  -webkit-transform: translateX(8px);
      -ms-transform: translateX(8px);
          transform: translateX(8px);
}
@media screen and (max-width: 769px) {
  .top-sale__content___item a:hover svg {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}

.top-brand {
  width: 86%;
  max-width: 1000px;
  margin: 0 auto 120px;
}
@media screen and (max-width: 769px) {
  .top-brand {
    margin-bottom: 100px;
  }
}
.top-brand .sec-ttl {
  margin-bottom: 60px;
}
@media screen and (max-width: 769px) {
  .top-brand .sec-ttl {
    margin-bottom: 30px;
    line-height: 1.4;
  }
}
.top-brand__lsit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 769px) {
  .top-brand__lsit {
    gap: 20px 0;
  }
}
.top-brand__lsit___item {
  width: 46.8%;
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 769px) {
  .top-brand__lsit___item {
    width: 100%;
    border-radius: 20px;
  }
}
.top-brand__lsit___item .brand-logo {
  margin-right: auto;
  margin-left: auto;
}
.top-brand__lsit___item .txt {
  width: 82%;
  margin: 0 auto 20px;
  text-align: justify;
}
@media screen and (max-width: 769px) {
  .top-brand__lsit___item .txt {
    margin-bottom: 24px;
  }
}
.top-brand__lsit___item .contents-link {
  margin-bottom: 40px;
}
@media screen and (max-width: 769px) {
  .top-brand__lsit___item .contents-link {
    margin-bottom: 30px;
  }
}
.top-brand__lsit___item.efd .img-block {
  margin-bottom: 40px;
}
@media screen and (max-width: 769px) {
  .top-brand__lsit___item.efd .img-block {
    margin-bottom: 28px;
  }
}
.top-brand__lsit___item.efd .brand-logo {
  width: 110px;
  margin-bottom: 40px;
}
@media screen and (max-width: 769px) {
  .top-brand__lsit___item.efd .brand-logo {
    width: 22.7%;
    margin-bottom: 24px;
  }
}
.top-brand__lsit___item.sa .img-block {
  margin-bottom: 30px;
}
@media screen and (max-width: 769px) {
  .top-brand__lsit___item.sa .img-block {
    margin-bottom: 28px;
  }
}
.top-brand__lsit___item.sa .brand-logo {
  width: 120px;
  margin-bottom: 30px;
}
@media screen and (max-width: 769px) {
  .top-brand__lsit___item.sa .brand-logo {
    width: 24.8%;
    margin-bottom: 24px;
  }
}

.top-featured {
  margin: 0 auto 120px;
  overflow-x: hidden;
  /*&__slider{
      width: 1494px; 
      max-width: 1494px;
      position: relative;
      left: 50%;
      transform: translateX(-50%);
      overflow: hidden;

      @include sp_css{
          width: 100%;
          max-width: 100%;
          position: static;
          transform: translateX(0);
      }

      .swiper-wrapper{

          a{
              border-radius: 10px;
              @extend %shadow;

              img{
                  border-radius: 10px;
              }

              &:hover{
                  opacity: 0.8;

                  @include sp_css{
                      opacity: 1;
                  }
              }
          }
      }

      .slide-arrow-prev,
      .slide-arrow-next{
          @include flex_wrap($content:center, $align:center);
          width: 44px;
          height: 44px;
          position: absolute;
          top: 0;
          bottom: 0;
          margin: auto;
          background: $white;
          border-radius: 50%;
          border: 1px solid $color2;
          z-index: 1;
          @extend %transtion;
          cursor: pointer;

          @include sp_css{
              width: 40px;
              height: 40px;
          }

          svg{
              width: 16px;

              .arrow-path{
                  fill:none;
                  stroke-miterlimit:10;
                  stroke-width:2px;
                  stroke:$color2;
                  @extend %transtion;
              }
          }

          &:hover{
              background: $color2;

              svg{

                  .arrow-path{
                      stroke: $white;
                  }
              }

              @include sp_css{
                  background: $white;

                  svg{

                      .arrow-path{
                          stroke: $color2;
                      }
                  }
              }
          }
      }

      .slide-arrow-prev{
          left: 20%;
          transform: scale(-1,1);

          @include sp_css{
              left: 4%;
          }
      }

      .slide-arrow-next{
          right: 20%;

          @include sp_css{
              right: 4%;
          }
      }
  }*/
}
@media screen and (max-width: 769px) {
  .top-featured {
    margin-bottom: 100px;
  }
}
.top-featured .sec-ttl {
  margin-bottom: 50px;
}
@incldue sp_css {
  .top-featured .sec-ttl {
    margin-bottom: 40px;
  }
}
.top-featured__slider {
  width: 86%;
  max-width: 600px;
  margin: 0 auto 0px;
}
.top-featured__slider a {
  border-radius: 10px;
}
.top-featured__slider a img {
  border-radius: 10px;
}
.top-featured__slider a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 769px) {
  .top-featured__slider a:hover {
    opacity: 1;
  }
}

.top-news {
  width: 86%;
  max-width: 1000px;
  margin: 0 auto 120px;
}
@media screen and (max-width: 769px) {
  .top-news {
    margin-bottom: 100px;
  }
}
.top-news .sec-ttl {
  margin-bottom: 50px;
}
@media screen and (max-width: 769px) {
  .top-news .sec-ttl {
    margin-bottom: 40px;
  }
}
.top-news__list {
  border-top: 1px solid #bfb9b6;
}
.top-news__list li {
  padding: 28px 24px;
  border-bottom: 1px solid #bfb9b6;
}
@media screen and (max-width: 769px) {
  .top-news__list li {
    padding: 24px 0;
  }
}
.top-news__list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: flex-strat;
      -ms-flex-pack: flex-strat;
          justify-content: flex-strat;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 769px) {
  .top-news__list li a {
    display: block;
  }
}
.top-news__list li a.no-cursor {
  pointer-events: none;
}
.top-news__list li a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 769px) {
  .top-news__list li a:hover {
    opacity: 1;
  }
}
.top-news__list li a p {
  line-height: 1.6;
}
.top-news__list li a p.date {
  margin-right: 24px;
  font-family: "Outfit", sans-serif;
}
@media screen and (max-width: 769px) {
  .top-news__list li a p.date {
    margin: 0 0 6px 0;
    font-size: 1.3rem;
  }
}

.top-company {
  width: 86%;
  max-width: 600px;
  margin: 0 auto 70px;
  padding: 60px 0;
  background: url("../img/top/aboutus-bg--large.jpg") no-repeat center/cover;
  border-radius: 20px;
}
@media screen and (max-width: 769px) {
  .top-company {
    padding: 44px 0;
    background-image: url("../img/top/aboutus-bg--small.jpg");
    border-radius: 16px;
  }
}
.top-company .sec-ttl {
  margin-bottom: 40px;
  color: #ffffff;
}
@media screen and (max-width: 769px) {
  .top-company .sec-ttl {
    margin-bottom: 30px;
  }
}
.top-company .sec-ttl .en {
  color: #ffffff;
}
.top-company .contents-link a {
  border-color: #ffffff;
}
.top-company .contents-link a:hover {
  border-color: #f595a3;
}

/*----------------------------------------------------
area
----------------------------------------------------*/
.shoplist {
  width: 86%;
  max-width: 1000px;
  margin: 0 auto 0px;
  padding-top: 110px;
}
@media screen and (max-width: 769px) {
  .shoplist {
    padding-top: 70px;
  }
}
.shoplist__item {
  margin-bottom: 100px;
}
@media screen and (max-width: 769px) {
  .shoplist__item {
    margin-bottom: 80px;
  }
}

/*----------------------------------------------------
parts
----------------------------------------------------*/
.parts {
  position: absolute;
  line-height: 1;
}
.parts.parts-ttl {
  letter-spacing: 10px;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: 13rem;
  color: #f7eee7;
  z-index: -1;
}
@media screen and (max-width: 769px) {
  .parts.parts-ttl {
    letter-spacing: 5px;
    font-size: 6.4rem;
  }
}

/*----------------------------------------------------
about
----------------------------------------------------*/
.about {
  width: 86%;
  max-width: 1000px;
  margin: 0 auto 240px;
  padding-top: 180px;
  position: relative;
}
@media screen and (max-width: 769px) {
  .about {
    margin-bottom: 140px;
    padding-top: 104px;
  }
}
.about .parts-ttl {
  top: 7%;
  left: -5%;
}
@media screen and (max-width: 769px) {
  .about .parts-ttl {
    top: 5.5%;
    left: -4%;
  }
}
.about h4 {
  margin-bottom: 60px;
  letter-spacing: 2.5px;
  font-weight: 700;
  font-size: 3.2rem;
}
@media screen and (max-width: 769px) {
  .about h4 {
    margin-bottom: 30px;
    font-size: 2.2rem;
  }
}
.about h4 span {
  color: #f595a3;
}
.about__list___item {
  position: relative;
}
.about__list___item .img-block {
  position: absolute;
}
.about__list___item .txt {
  width: 46%;
  line-height: 2;
  text-align: justify;
  font-weight: 500;
  font-size: 2.2rem;
  z-index: 1;
}
@media screen and (max-width: 769px) {
  .about__list___item .txt {
    font-size: 1.4rem;
  }
}
.about__list___item____01 {
  margin-bottom: 80px;
}
@media screen and (max-width: 769px) {
  .about__list___item____01 {
    margin-bottom: 34px;
  }
}
.about__list___item____01 .img-block {
  width: 46.6%;
  right: 0;
  bottom: -6%;
}
@media screen and (max-width: 769px) {
  .about__list___item____01 .img-block {
    width: 70%;
    float: right;
    shape-outside: polygon(100% 0, 100% 100%, 42% 100%, 0 55%, 0 0);
    padding-left: 10%;
    position: static;
  }
}
@media screen and (max-width: 769px) {
  .about__list___item____01 .txt {
    width: 76%;
    padding-top: 100px;
  }
}
.about__list___item____02 {
  margin-bottom: 150px;
}
@media screen and (max-width: 769px) {
  .about__list___item____02 {
    margin-bottom: 34px;
  }
}
.about__list___item____02 .img-block {
  width: 35%;
  top: 0;
  left: 0;
}
@media screen and (max-width: 769px) {
  .about__list___item____02 .img-block {
    width: 60.4%;
    float: left;
    shape-outside: polygon(100% 32%, 48% 100%, 0 100%, 0 0, 100% 0);
    padding: 0 15% 3% 0;
    position: static;
  }
}
.about__list___item____02 .txt {
  margin: 0 10% 0 auto;
}
@media screen and (max-width: 769px) {
  .about__list___item____02 .txt {
    width: 75%;
    margin: 0 4% 0 auto;
    padding-top: 30px;
  }
}
.about__list___item____03 .img-block {
  width: 40%;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 769px) {
  .about__list___item____03 .img-block {
    width: 61.6%;
    margin-right: -10%;
    padding: 0 0 3% 10%;
    float: right;
    position: static;
    shape-outside: polygon(34% 0, 100% 0, 100% 100%, 0 86%, 0 53%);
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}
.about__list___item____03 .txt {
  width: 46%;
  margin-left: 7%;
}
@media screen and (max-width: 769px) {
  .about__list___item____03 .txt {
    width: 60%;
    padding-top: 20px;
    margin-left: 4%;
  }
}

/*----------------------------------------------------
message
----------------------------------------------------*/
.message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 86%;
  max-width: 1000px;
  margin: 0 auto 120px;
  position: relative;
}
.message .parts-ttl {
  top: -5%;
  right: 12%;
}
@media screen and (max-width: 769px) {
  .message .parts-ttl {
    top: -8.5%;
    right: auto;
    left: -4%;
  }
}
.message .img-block {
  width: 39%;
}
@media screen and (max-width: 769px) {
  .message .img-block {
    width: 61%;
    margin: 0 auto 20px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.message .txt-block {
  width: 52.4%;
  margin-top: 110px;
}
@media screen and (max-width: 769px) {
  .message .txt-block {
    display: contents;
  }
}
.message .txt-block h4 {
  margin-bottom: 40px;
  padding: 30px 0;
  position: relative;
  letter-spacing: 3px;
  text-align: center;
  font-size: 3.2rem;
}
@media screen and (max-width: 769px) {
  .message .txt-block h4 {
    margin: 0 auto 24px;
    padding: 16px 0;
    font-size: 2.1rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.message .txt-block h4::before, .message .txt-block h4::after {
  content: "";
  display: block;
  width: 10.31%;
  aspect-ratio: 54/84;
  position: absolute;
  background: url("../img/aboutus/brackets.svg") no-repeat center/contain;
}
.message .txt-block h4::before {
  top: 0;
  left: 0;
}
@media screen and (max-width: 769px) {
  .message .txt-block h4::before {
    left: -20%;
  }
}
.message .txt-block h4::after {
  right: 0;
  bottom: 0;
  -webkit-transform: scale(-1, -1);
      -ms-transform: scale(-1, -1);
          transform: scale(-1, -1);
}
@media screen and (max-width: 769px) {
  .message .txt-block h4::after {
    right: -20%;
  }
}
.message .txt-block h4 span {
  font-weight: 700;
  color: #f595a3;
}
.message .txt-block .comment {
  margin-bottom: 20px;
  line-height: 2;
  text-align: justify;
}
@media screen and (max-width: 769px) {
  .message .txt-block .comment {
    width: 90%;
    margin: 0 auto 30px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.message .txt-block .name {
  line-height: 1;
  text-align: right;
  font-weight: 500;
  font-size: 2.1rem;
}
@media screen and (max-width: 769px) {
  .message .txt-block .name {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 1.6rem;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
.message .txt-block .name span {
  font-size: 1.6rem;
}
@media screen and (max-width: 769px) {
  .message .txt-block .name span {
    font-size: 1.3rem;
  }
}

/*----------------------------------------------------
overview
----------------------------------------------------*/
.overview {
  width: 86%;
  max-width: 1000px;
  margin: 0 auto 80px;
}
.overview .basic-table td .hours {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 14px;
}
.overview .basic-table td .hours p {
  font-size: 1.4rem;
}
@media screen and (max-width: 769px) {
  .overview .basic-table td .hours p {
    font-size: 1.3rem;
  }
}
.overview .basic-table td .hours p.time {
  display: inline-block;
  margin-right: 8px;
  padding: 0 10px;
  border-radius: 12px;
  border: 1px solid #333333;
  font-size: 1.2rem;
}
@media screen and (max-width: 769px) {
  .overview .basic-table td .hours p.time {
    margin: 0 0 4px;
    padding: 0 8px;
    font-size: 1.1rem;
  }
}
.overview .basic-table td .hours p.annotation {
  margin-top: 6px;
  font-size: 1.2rem;
}
@media screen and (max-width: 769px) {
  .overview .basic-table td .hours p.annotation {
    margin-top: 8px;
    font-size: 1.1rem;
  }
}

/*----------------------------------------------------
notfound
----------------------------------------------------*/
.not-found {
  padding: 140px 0 70px;
}
@incldue sp_css {
  .not-found {
    padding: 110px 0 70px;
  }
}
.not-found .sec-ttl {
  margin-bottom: 50px;
}
@media screen and (max-width: 769px) {
  .not-found .sec-ttl {
    margin-bottom: 40px;
  }
}
.not-found p {
  margin-bottom: 100px;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .not-found p {
    margin-bottom: 60px;
  }
}

/*----------------------------------------------------
elfindoll
----------------------------------------------------*/
.elfindoll__greeting {
  height: max(680px, 70vh);
  position: relative;
  background: url("../img/elfindoll/ed-main--large.jpg") no-repeat center/cover;
}
@media screen and (max-width: 769px) {
  .elfindoll__greeting {
    aspect-ratio: 750/1108;
    height: auto;
    background-image: url("../img/elfindoll/ed-main--small.jpg");
  }
}
.elfindoll__greeting___txt {
  width: 100%;
  position: absolute;
  bottom: 14.8%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 769px) {
  .elfindoll__greeting___txt {
    width: 90%;
    bottom: 8.7%;
  }
}
.elfindoll__greeting___txt h2 {
  width: 130px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 769px) {
  .elfindoll__greeting___txt h2 {
    width: 17.6%;
    margin-bottom: 30px;
  }
}
.elfindoll__greeting___txt p {
  line-height: 2.2;
  letter-spacing: 1px;
  text-align: center;
  font-weight: 500;
  -webkit-filter: drop-shadow(0px 0px 4px #ffffff);
          filter: drop-shadow(0px 0px 4px #ffffff);
}
.elfindoll__product {
  padding: 160px 0 140px;
}
@media screen and (max-width: 769px) {
  .elfindoll__product {
    padding: 110px 0 100px;
  }
}
.elfindoll__product___content {
  width: 86%;
  max-width: 1200px;
  margin: 0 auto 0px;
}
.elfindoll__product___content:not(:last-child) {
  margin-bottom: 180px;
}
@media screen and (max-width: 769px) {
  .elfindoll__product___content:not(:last-child) {
    margin-bottom: 160px;
  }
}
.elfindoll__product___content h3 {
  margin-bottom: 40px;
  position: relative;
  line-height: 1;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 3.2rem;
}
@media screen and (max-width: 769px) {
  .elfindoll__product___content h3 {
    font-size: 2.2rem;
  }
}
.elfindoll__product___content h3 span.en {
  position: absolute;
  bottom: 14%;
  left: -16px;
  line-height: 1;
  letter-spacing: 4px;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: 80px;
  color: #f7eee7;
  z-index: -1;
}
@media screen and (max-width: 769px) {
  .elfindoll__product___content h3 span.en {
    bottom: 30%;
    font-size: 5rem;
  }
}
.elfindoll__product___content h3 span.size {
  margin-left: 14px;
  font-family: "Outfit", sans-serif;
  font-size: 2.2rem;
}
@media screen and (max-width: 769px) {
  .elfindoll__product___content h3 span.size {
    margin-left: 8px;
    font-weight: 500;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 769px) {
  .elfindoll__product___content .item-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 30px 0;
  }
}
.elfindoll__product___content .item-list__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px 1.3%;
  margin-bottom: 40px;
}
@media screen and (max-width: 769px) {
  .elfindoll__product___content .item-list__top {
    margin-bottom: 30px;
  }
}
.elfindoll__product___content .item-list__top .model-cut {
  width: min(45.7%, 548px);
  aspect-ratio: 548/486;
  margin: 0 3.7% 0 0;
}
@media screen and (max-width: 769px) {
  .elfindoll__product___content .item-list__top .model-cut {
    display: block;
    width: 100%;
    margin: 0;
  }
}
.elfindoll__product___content .item-list__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px 1.3%;
}
@media screen and (max-width: 769px) {
  .elfindoll__product___content .item-list__bottom {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 30px 0;
  }
}
.elfindoll__product___content .item-list .item {
  width: min(24%, 288px);
}
@media screen and (max-width: 769px) {
  .elfindoll__product___content .item-list .item {
    width: 48.2%;
  }
}
.elfindoll__product___content .item-list .item .img-block {
  margin-bottom: 30px;
  border: 1px solid #f7eee7;
}
@media screen and (max-width: 769px) {
  .elfindoll__product___content .item-list .item .img-block {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 769px) {
  .elfindoll__product___content .item-list .item .txt-block p {
    font-size: 1.3rem;
  }
}
.elfindoll__product___content .item-list .item .txt-block p.name {
  margin-bottom: 20px;
  line-height: 1.6;
}
@media screen and (max-width: 769px) {
  .elfindoll__product___content .item-list .item .txt-block p.name {
    margin-bottom: 16px;
  }
}
.elfindoll__product___content .item-list .item .txt-block p.price {
  line-height: 1;
  text-align: right;
  font-family: "Outfit", sans-serif;
}
.elfindoll__product___content:nth-child(2n) .model-cut {
  margin: 0 0 0 3.7%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 769px) {
  .elfindoll__product___content:nth-child(2n) .model-cut {
    margin: 0;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
.elfindoll__product___content:nth-child(2n) h3 {
  text-align: right;
}
.elfindoll__product___content:nth-child(2n) h3 span.en {
  right: 0;
  left: auto;
}
.elfindoll .product-annotation {
  background: #51b1bf;
}

/*----------------------------------------------------
smartangel
----------------------------------------------------*/
.smartangel__greeting {
  height: max(680px, 70vh);
  position: relative;
  background: url("../img/smartangel/sa-main--large.jpg") no-repeat center/cover;
}
@media screen and (max-width: 769px) {
  .smartangel__greeting {
    aspect-ratio: 750/1108;
    height: auto;
    background-image: url("../img/smartangel/sa-main--small.jpg");
  }
}
.smartangel__greeting___txt {
  width: 470px;
  position: absolute;
  top: 50%;
  left: 11%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 769px) {
  .smartangel__greeting___txt {
    width: 90%;
    bottom: 8.7%;
    top: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.smartangel__greeting___txt h2 {
  width: 140px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 769px) {
  .smartangel__greeting___txt h2 {
    width: 19.2%;
    margin-bottom: 30px;
  }
}
.smartangel__greeting___txt p {
  line-height: 2.2;
  letter-spacing: 1px;
  text-align: center;
  font-weight: 500;
  -webkit-filter: drop-shadow(0px 0px 4px #ffffff);
          filter: drop-shadow(0px 0px 4px #ffffff);
}
.smartangel__product {
  padding: 110px 0 140px;
  background: #faf9f7;
}
@media screen and (max-width: 769px) {
  .smartangel__product {
    padding: 70px 0 100px;
  }
}
.smartangel__product___content {
  width: 88%;
  max-width: 1200px;
  margin: 0 auto 0px;
}
.smartangel__product___content:not(:last-child) {
  margin-bottom: 120px;
}
.smartangel__product___content h3 {
  margin-bottom: 60px;
  line-height: 1;
  text-align: center;
  font-weight: 600;
  font-size: 3.2rem;
  color: #825d51;
}
@media screen and (max-width: 769px) {
  .smartangel__product___content h3 {
    margin-bottom: 40px;
    font-size: 2.2rem;
  }
}
.smartangel__product___content .item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 32px 2.65%;
}
@media screen and (max-width: 769px) {
  .smartangel__product___content .item-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 12px 0;
  }
}
.smartangel__product___content .item-list .item {
  width: min(23%, 276px);
  aspect-ratio: 276/315;
  position: relative;
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 769px) {
  .smartangel__product___content .item-list .item {
    width: 48.2%;
    border-radius: 10px;
  }
}
.smartangel__product___content .item-list .item .img-block {
  width: 100%;
}
.smartangel__product___content .item-list .item .txt-block {
  width: 100%;
  padding: 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 769px) {
  .smartangel__product___content .item-list .item .txt-block {
    padding: 10px 10px 16px;
  }
}
.smartangel__product___content .item-list .item .txt-block p {
  line-height: 1.6;
}
@media screen and (max-width: 769px) {
  .smartangel__product___content .item-list .item .txt-block p {
    line-height: 1.4;
  }
}
.smartangel__product___content .item-list .item .txt-block p.jp {
  margin-bottom: 4px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  color: #888888;
}
@media screen and (max-width: 769px) {
  .smartangel__product___content .item-list .item .txt-block p.jp {
    font-size: 1rem;
  }
}
.smartangel__product___content .item-list .item .txt-block p.tc {
  margin-bottom: 4px;
}
@media screen and (max-width: 769px) {
  .smartangel__product___content .item-list .item .txt-block p.tc {
    font-size: 1.3rem;
  }
}
.smartangel__product___content .item-list .item .txt-block p.price {
  line-height: 1;
  text-align: right;
  font-family: "Outfit", sans-serif;
}
@media screen and (max-width: 769px) {
  .smartangel__product___content .item-list .item .txt-block p.price {
    font-size: 1.3rem;
  }
}
.smartangel .product-annotation {
  background: #f3a6b4;
}

/*-- ファイル読み込み --*/ /*-- ファイル読み込み --*/