@charset "UTF-8";

/*!
global > color
------------------------------
*/
:root {
  --color-font-base: #000000;
  --color-font-blue: #497dd8;
  --color-font-white: #ffffff;
  --color-bg-base: #000000;
  --color-bg-primary: #f7f7f7;
  --color-bg-white: #ffffff;
  --color-bg-grey: #f2f2f2;
  --color-bg-blue: #497dd8;
  --color-bg-red: #a5342b;
  --color-bg-border: #cccccc;
}

/*!
global > content-width
------------------------------
*/
:root {
  --width-content-s: 920px;
  --width-content: 1188px;
}

/*!
global > font
------------------------------
*/
:root {
  --font-family-base:
    'Century Gothic', 'Lato', '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic',
    'ヒラギノ角ゴ ProN W3', sans-serif;
}

/*!
global > z-index
------------------------------
*/
:root {
  --z-index-modal: 100;
  --z-index-header: 30;
  --z-index-menu: 10;
  --z-index-default: 1;
}

/*!
foundation > reset
------------------------------
*/
html {
  color: #000;
  background: #fff;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

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

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

input,
textarea,
select,
button {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: 100%;
  border-radius: 0;
  border: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  background-color: inherit;
}

textarea {
  resize: vertical;
  display: block;
}

select {
  cursor: pointer;
}

button {
  padding: 0;
  cursor: pointer;
}

legend {
  color: inherit;
}

tbody {
  -webkit-text-size-adjust: 100%;
}

main {
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

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

svg {
  display: block;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}

*::before,
*::after {
  box-sizing: border-box;
}

/*!
foundation > base
------------------------------
*/
body {
  line-height: 1.7;
  font-size: 14px;
  font-weight: 500;
  color: var(--color-font-base);
  font-family: var(--font-family-base);
}

@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 1.8;
  }
}

main {
  position: relative;
}

.title-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/*!
layout > container
------------------------------
*/
.l-container-s {
  width: min(90%, var(--width-content-s));
  margin-inline: auto;
}

.l-container {
  width: min(90%, var(--width-content));
  max-width: 1100px;
  margin-inline: auto;
}

/*!
component > button
------------------------------
*/
.c-page-top-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  opacity: 0;
}

.c-page-top-button.is-active {
  opacity: 1;
}

.c-page-top-button a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.c-page-top-button img {
  width: 12px;
  height: 20px;
}

.c-page-top-button span {
  font-size: 8px;
  writing-mode: vertical-rl;
  text-transform: uppercase;
}

/*!
component > title
------------------------------
*/
.c-title {
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0.01em;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .c-title {
    font-size: 32px;
    line-height: 1.25;
    letter-spacing: 0.04em;
  }
}

.c-title2 {
  display: flex;
  flex-direction: column;
}

.c-title2--english {
  width: 100%;
  font-size: 24px;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .c-title2--english {
    font-size: 32px;
  }
}

.c-title2--chinese {
  font-size: 18px;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .c-title2--chinese {
    font-size: 20px;
  }
}

.c-title,
.c-title2 {
  opacity: 0;
  transform: translate3d(-24px, 0, 0);
  transition: opacity 0.9s ease, transform 0.9s ease;
}

.c-title.is-visible,
.c-title2.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media (prefers-reduced-motion: reduce) {

  .c-title,
  .c-title2 {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/*!
page > top > top-fv
------------------------------
*/
.top-fv {
  width: 100%;
}

.top-fv-slide {
  position: relative;
}

.splide {
  width: 100%;
}

.splide__slide {
  width: 100%;
  max-width: 800px;
}

.splide__slide img {
  aspect-ratio: 800/450;
  -o-object-fit: cover;
  object-fit: cover;
  filter: brightness(0.85);
}

.top-fv-head {
  color: var(--color-font-white);
  font-size: 15px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.04em;
  text-align: center;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 768px) {
  .top-fv-head {
    font-size: 28px;
    line-height: 1.78;
  }
}

.top-fv-head span {
  display: block;
  font-size: 24px;
  line-height: 1.25;
}

@media screen and (min-width: 768px) {
  .top-fv-head span {
    font-size: 40px;
  }
}

/*!
page > top > top-about
------------------------------
*/
.top-about {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 30px;
}

@media screen and (min-width: 768px) {
  .top-about {
    gap: 30px;
    padding-top: 67px;
  }
}

.top-about-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.top-about-text span {
  display: block;
}

/*!
page > top > top-shoplist
------------------------------
*/
.top-shoplist {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 64px;
}

@media screen and (min-width: 768px) {
  .top-shoplist {
    gap: 30px;
    margin-top: 90px;
  }
}

.top-shoplist-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media screen and (min-width: 1080px) {
  .top-shoplist-content {
    height: 100%;
    flex-direction: row;
    gap: 0;
    position: relative;
    padding-bottom: 90px;
  }
}

.top-shoplist-text {
  max-width: 525px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

@media screen and (min-width: 1080px) {
  .top-shoplist-text {
    position: absolute;
    top: 0;
    left: 0;
  }
}

.top-shoplist-text--medium {
  font-weight: bold;
}

.top-shoplist-text-wrap {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.top-shoplist-map {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width: 1080px) {
  .top-shoplist-map {
    max-width: 1000px;
  }
}

.top-shoplist-map img {
  aspect-ratio: 10/9;
  -o-object-fit: contain;
  object-fit: contain;
}

.top-shoplist-item {
  position: absolute;
}

.top-shoplist-item--tokyo {
  top: 69%;
  right: -1%;
}

@media screen and (min-width: 1080px) {
  .top-shoplist-item--tokyo {
    top: 69.5%;
    right: 50px;
  }
}

.top-shoplist-item--shizuoka {
  top: 85%;
  right: 12%;
}

@media screen and (min-width: 1080px) {
  .top-shoplist-item--shizuoka {
    right: 20%;
  }
}

.top-shoplist-item--nagoya {
  top: 93%;
  right: 33%;
}

@media screen and (min-width: 1080px) {
  .top-shoplist-item--nagoya {
    top: 89.5%;
    right: 33%;
  }
}

.top-shoplist-item--kyoto {
  top: 46%;
  right: 46%;
}

@media screen and (min-width: 1080px) {
  .top-shoplist-item--kyoto {
    top: 52.5%;
    right: 45.5%;
  }
}

.top-shoplist-item--osaka {
  top: 94.5%;
  right: 60%;
}

@media screen and (min-width: 1080px) {
  .top-shoplist-item--osaka {
    top: 89%;
    right: 61.5%;
  }
}

.top-shoplist-item--kobe {
  top: 54%;
  right: 60%;
}

@media screen and (min-width: 1080px) {
  .top-shoplist-item--kobe {
    top: 49.5%;
    right: 60.5%;
  }
}

.top-shoplist-item--hiroshima {
  top: 59.5%;
  right: 78%;
}

@media screen and (min-width: 1080px) {
  .top-shoplist-item--hiroshima {
    top: 57%;
    right: 69%;
  }
}

.top-shoplist-item-head-wrap {
  position: relative;
}

.top-shoplist-item-head {
  font-size: 11px;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
}

@media screen and (min-width: 1080px) {
  .top-shoplist-item-head {
    font-size: 18px;
    line-height: 1.66;
    letter-spacing: 0.02em;
  }
}

.top-shoplist-item-head a {
  pointer-events: auto;
  background-color: var(--color-bg-white);
  border: 1px solid var(--color-bg-red);
  border-radius: 100vh;
  width: -moz-fit-content;
  width: fit-content;
  padding: 3px 7px;
  transition: all 0.3s;
}

@media screen and (min-width: 1080px) {
  .top-shoplist-item-head a {
    pointer-events: none;
    border: none;
    padding: 0;
  }
}

.top-shoplist-item-head a:hover {
  border: 2px solid var(--color-bg-red);
}

.top-shoplist-item-store {
  display: none;
  visibility: hidden;
}

@media screen and (min-width: 1080px) {
  .top-shoplist-item-store {

    visibility: visible;
    display: flex;
    flex-direction: column;
    gap: 3px;
    position: absolute;
    top: calc(100% + 1px);
    left: 9px;
  }
}

.top-shoplist-item-store-name {
  margin: 0 0 2px;
}

.top-shoplist-item-store-name a {
  font-size: 15px;
  line-height: 1.3;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: all 0.3s;
}

.top-shoplist-item-store-name a:hover {
  opacity: 0.5;
}

.top-shoplist-item-store-name a::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-right: 1px solid var(--color-bg-base);
  border-bottom: 1px solid var(--color-bg-base);
  transform: rotate(-45deg);
}

.top-shoplist-item-more {
  font-size: 12px;
  line-height: 1.66;
  position: relative;
}

.top-shoplist-item-more-button {
  padding-left: 11px;
}

.top-shoplist-item-more-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
}

.top-shoplist-item-more-icon span {
  content: "";
  display: block;
  background-color: var(--color-bg-base);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.top-shoplist-item-more-icon span:nth-child(1) {
  width: 100%;
  height: 1px;
}

.top-shoplist-item-more-icon span:nth-child(2) {
  width: 1px;
  height: 100%;
  transition: 0.3s;
}

/*!
modal
------------------------------
*/
.top-shoplist-modal-bg {
  content: "";
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  z-index: 10;
}

.top-shoplist-modal {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: none;
}

/* モーダル背景 */
.top-shoplist-modal::backdrop {
  background-color: transparent;
}

.top-shoplist-modal-inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-shoplist-modal-contents {
  background-color: #fff;
  padding: 40px;
  width: 90%;
  max-width: 600px;
  position: relative;
  opacity: 0;
  z-index: 20;
}

.close-button {
  position: absolute;
  right: -12px;
  top: -13px;
  width: 25px;
  height: 25px;
  border-radius: 4px;
  transition: background-color 0.3s;
  z-index: 102;
  background-color: var(--color-bg-base);
  border-radius: 100vh;
}

.close-button::before,
.close-button::after {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background-color: var(--color-bg-white);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.close-button::before {
  transform: rotate(45deg);
}

.close-button::after {
  transform: rotate(-45deg);
}

.top-shoplist-modal-contents-inner-head {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.66;
  letter-spacing: 0.02em;
  text-align: center;
  margin-bottom: 25px;
}

.top-shoplist-modal-contents-inner-list {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  justify-content: space-around;
  -moz-column-gap: 5px;
  column-gap: 5px;
  row-gap: 8px;
  padding-top: 5px;
}

.top-shoplist-modal-contents-inner-item {
  text-align: center;
  margin: 0 0 5px;
}

body.is-modal-open {
  overflow: hidden;
}

/*!
accordion ------------------------------ 
*/
.top-shoplist-accordion {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  flex-wrap: wrap;
  width: 100%;
  gap: 6px;
}

@media screen and (min-width: 1080px) {
  .top-shoplist-accordion {
    display: none;
  }
}

.top-shoplist-accordion-item {
  width: 100%;
}

.top-shoplist-summary {
  display: block;
  cursor: pointer;
  pointer-events: auto;
  position: relative;
  border-bottom: 1px solid var(--color-bg-base);
  width: 100%;
  padding-bottom: 8px;
}

@media screen and (min-width: 1080px) {
  .top-shoplist-summary::-webkit-details-marker {
    display: none;
  }
}

@media screen and (min-width: 1080px) {
  .top-shoplist-summary {
    cursor: default;
    pointer-events: none;
    padding-bottom: 5px;
  }
}

.top-shoplist-accordion-icon {
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (min-width: 1080px) {
  .top-shoplist-accordion-icon {
    display: none;
  }
}

.top-shoplist-accordion-icon span {
  content: "";
  display: block;
  border-left: 1px solid var(--color-bg-base);
  border-bottom: 1px solid var(--color-bg-base);
  width: 6px;
  height: 6px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  transition: all 0.3s;
}

@media screen and (min-width: 1080px) {
  .top-shoplist-accordion-icon span {
    display: none;
  }
}

.top-shoplist-summary:hover .top-shoplist-accordion-icon span {
  transform: translate(-50%, calc(-50% + 5px)) rotate(-45deg);
}

.top-shoplist-details.is-open .top-shoplist-accordion-icon span {
  transform: translate(-50%, -50%);
  width: 12px;
  height: 1px;
  border-left: none;
}

.top-shoplist-accordion-contents {
  overflow: visible;
  border-bottom: 1px solid var(--color-bg-base);
  padding-bottom: 8px;
}

@media screen and (min-width: 1080px) {
  .top-shoplist-accordion-contents {
    overflow: hidden;
    border-bottom: none;
    padding-bottom: 0;
  }
}

.top-shoplist-accordion-head {
  display: inline-block;
  font-size: 16px;
  line-height: 1.875;
  font-weight: bold;
}

.top-shoplist-card-list {
  display: flex;
  flex-direction: column;
  padding: 8px 0 12px;
}

@media screen and (min-width: 768px) {
  .top-shoplist-card-list {
    padding-top: 5px;
  }
}

.top-shoplist-card-name {
  font-size: 14px;
  line-height: 1.78;
  padding: 0 0 2px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  white-space: nowrap;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  transition: all 0.3s;
}

.top-shoplist-card-name a {
  display: flex;
  align-items: center;
  gap: 5px;
  transition: all 0.3s;
}

.top-shoplist-card-name a:hover {
  opacity: 0.5;
}

.top-shoplist-card-name a::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-right: 1px solid var(--color-bg-base);
  border-bottom: 1px solid var(--color-bg-base);
  transform: rotate(-45deg);
}

/*!
page > top > top-service
------------------------------
*/
.top-service {
  background-color: var(--color-bg-primary);
  padding: 45px 0 68px;
  margin-top: 60px;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .top-service {
    padding: 77px 0 111px;
    margin-top: 75px;
  }
}

.top-service-inner {
  display: flex;
  flex-direction: column;
  gap: 70px;
}

@media screen and (min-width: 768px) {
  .top-service-inner {
    gap: 128px;
  }
}

.top-service-item {
  display: flex;
  flex-direction: column;
  gap: 17px;
}

@media screen and (min-width: 768px) {
  .top-service-item {
    gap: 33px;
  }
}

.top-service-item:not(:first-child) {
  padding-top: 70px;
}

@media screen and (min-width: 500px) {
  .top-service-item:not(:first-child) {
    padding-top: 0;
  }
}

.top-service-item:last-child {
  padding-bottom: 70px;
}

@media screen and (min-width: 500px) {
  .top-service-item:last-child {
    padding-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .top-service-title {
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 20px;
  }
}

@media screen and (min-width: 768px) {
  .top-service-title::after {
    content: "";
    background-color: var(--color-bg-base);
    width: 100%;
    height: 1px;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.9s ease;
  }
}

@media screen and (min-width: 768px) {
  .top-service-title.is-border-visible::after {
    transform: scaleX(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  ::after {
    transform: scaleX(1);
    transition: none;
  }
}

.top-service-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  position: relative;
  z-index: 10;
}

@media screen and (min-width: 1080px) {
  .top-service-body {
    flex-direction: row;
    gap: 68px;
  }
}

@media screen and (min-width: 1080px) {
  .top-service-item:nth-child(2n) .top-service-body {
    flex-direction: row-reverse;
  }
}

.top-service-img {
  width: 100%;
  max-width: 220px;
  margin: 0 auto;
}

@media screen and (min-width: 500px) {
  .top-service-img {
    background-color: var(--color-bg-white);
    border-radius: 100vh;
    aspect-ratio: 1/1;
    display: grid;
    place-items: center;
  }
}

@media screen and (min-width: 768px) {
  .top-service-img {
    max-width: 480px;
  }
}

.top-service-img img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0;
  transform: translate3d(0, 32px, 0);
  transition: opacity 0.9s ease, transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

@media (prefers-reduced-motion: reduce) {
  .top-service-img img {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media screen and (min-width: 768px) {
  .top-service-img img {
    max-width: 400px;
  }
}

.top-service-img img.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.top-service-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

@media screen and (min-width: 768px) {
  .top-service-content {
    gap: 32px;
  }
}

.top-service-container {
  display: flex;
  flex-direction: column;
  gap: 44px;
}

@media screen and (min-width: 768px) {
  .top-service-container {
    gap: 32px;
  }
}

.top-service-container:not(:last-child) {
  border-bottom: 1px solid var(--color-bg-base);
  padding-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .top-service-container:not(:last-child) {
    gap: 32px;
  }
}

.top-service-wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.top-service-head {
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.01em;
}

@media screen and (min-width: 768px) {
  .top-service-head {
    font-size: 20px;
    line-height: 1.8;
    letter-spacing: 0.04em;
  }
}

.top-service-head--chinese {
  font-size: 16px;
  font-weight: bold;
  line-height: 2.25;
  letter-spacing: 0.01em;
}

@media screen and (min-width: 768px) {
  .top-service-head--chinese {
    font-size: 18px;
    line-height: 2;
  }
}

.top-service-text--marker::before {
  content: "";
  width: 3px;
  height: 3px;
  aspect-ratio: 1/1;
  background-color: var(--color-bg-base);
  border-radius: 100vh;
  display: inline-block;
  vertical-align: middle;
}

.top-service-text-indent {
  padding-left: 1em;
  text-indent: -0.5em;
}

.top-service-text-indent02 {
  padding-left: 1em;
  text-indent: -1em;
}

.top-service-text span {
  display: block;
}

.top-service-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.top-service-bg-white {
  background-color: var(--color-bg-white);
  border-radius: 100vh;
  width: auto;
  height: 99%;
  aspect-ratio: 1/1;
  position: absolute;
  top: 8%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -10;
}

@media screen and (min-width: 500px) {
  .top-service-bg-white {
    display: none;
  }
}

.top-service-bg-white-small {
  height: 95%;
  top: 15%;
}

/*!
page > top > top-handling
------------------------------
*/
.top-handling {
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding: 80px 0 100px;
}

@media screen and (min-width: 768px) {
  .top-handling {
    gap: 33px;
    padding: 80px 0 100px;
  }
}

.top-handling-body {
  display: flex;
  flex-direction: column;
  gap: 115px;
}

.top-handling-kv {
  width: 90%;
  max-width: 800px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  place-items: center;
  padding: 10px 6px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .top-handling-kv {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (min-width: 1080px) {
  .top-handling-kv {
    grid-template-columns: repeat(4, 1fr);
    gap: 45px 50px;
  }
}

.top-handling-img {
  width: 100%;
  max-width: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .top-handling-img {
    max-width: 150px;
  }
}

.top-handling-img img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
}

.top-handling-img-text {
  font-size: 14px;
  font-weight: bold;
  line-height: 2.85;
  letter-spacing: 0.02em;
}

@media screen and (min-width: 768px) {
  .top-handling-img-text {
    font-size: 16px;
    line-height: 2.5;
    letter-spacing: 0.04em;
  }
}

.top-handling-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media screen and (min-width: 768px) {
  .top-handling-content {
    gap: 40px;
  }
}

.top-handling-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media screen and (min-width: 768px) {
  .top-handling-wrap {
    gap: 40px;
  }
}

.top-handling-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 14px;
}

@media screen and (min-width: 768px) {
  .top-handling-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (min-width: 1080px) {
  .top-handling-list {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px 16px;
  }
}

.top-handling-item {
  width: 100%;
  max-width: 260px;
  position: relative;
}

.top-handling-head {
  color: white;
  font-size: 14px;
  line-height: 2.85;
  letter-spacing: 0.04em;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 0 0 30px #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

@media screen and (min-width: 500px) {
  .top-handling-head {
    font-size: 18px;
    line-height: 2.2;
  }
}

.top-handling-item-img img {
  aspect-ratio: 175/110;
  -o-object-fit: cover;
  object-fit: cover;
  filter: brightness(0.65);
}

@media screen and (min-width: 768px) {
  .top-handling-item-img img {
    aspect-ratio: 260/163;
  }
}

.top-handling-brand {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.top-handling-brand-head {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.01em;
}

@media screen and (min-width: 768px) {
  .top-handling-brand-head {
    font-size: 32px;
    line-height: 1.1;
    letter-spacing: 0.04em;
  }
}

.top-handling-brand-head span {
  padding-left: 16px;
}

.top-handling-brand-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 8px;
}

@media screen and (min-width: 768px) {
  .top-handling-brand-item {
    letter-spacing: 0.02rem;
  }
}

.top-handling-brand-item:not(:last-child)::after {
  content: "/";
  padding: 0 8px;
}

.top-handling-brand-item:last-child::after {
  content: "etc...";
  padding-left: 8px;
}

/*!
page > top > top-faq
------------------------------
*/
.top-faq {
  background-color: var(--color-bg-primary);
  padding: 40px 0 64px;
}

@media screen and (min-width: 768px) {
  .top-faq {
    padding: 80px 0 96px;
  }
}

.top-faq-links {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  width: 95%;
  padding-top: 25px;
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .top-faq-links {
    width: 100%;
    padding-top: 33px;
  }
}

.top-faq-links-item a {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  width: 300px;
  background-color: var(--color-bg-white);
  border-radius: 6px;
  position: relative;
  padding: 11px 20px;
}

@media screen and (min-width: 768px) {
  .top-faq-links-item a {
    padding: 30px 20px;
  }
}

.top-faq-links-item a::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-left: 1px solid var(--color-bg-base);
  border-bottom: 1px solid var(--color-bg-base);
  position: absolute;
  bottom: 50%;
  right: 29px;
  transform: translateY(50%) rotate(-45deg);
  transition: all 0.3s;
}

@media screen and (min-width: 768px) {
  .top-faq-links-item a::after {
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%) rotate(-45deg);
  }
}

.top-faq-links-item a:hover::after {
  transform: translateY(calc(50% + 5px)) rotate(-45deg);
}

@media screen and (min-width: 768px) {
  .top-faq-links-item a:hover::after {
    transform: translate(-50%, 5px) rotate(-45deg);
  }
}

.top-faq-links-text--english {
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .top-faq-links-text--english {
    font-size: 18px;
  }
}

.top-faq-links-text--chinese {
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .top-faq-links-text--chinese {
    line-height: 1.2;
  }
}

.top-faq-contents {
  display: flex;
  flex-direction: column;
  gap: 62px;
  padding-top: 56px;
}

@media screen and (min-width: 768px) {
  .top-faq-contents {
    gap: 60px;
    padding-top: 70px;
  }
}

.top-faq-accordion-item {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

@media screen and (min-width: 768px) {
  .top-faq-accordion-item {
    gap: 28px;
  }
}

.top-faq-head {
  letter-spacing: 0.02em;
  border-left: 8px solid var(--color-bg-base);
}

.top-faq-head--english {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  margin-left: 8px;
}

@media screen and (min-width: 768px) {
  .top-faq-head--english {
    font-size: 20px;
  }
}

.top-faq-head--chinese {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.37;
  margin-left: 8px;
}

@media screen and (min-width: 768px) {
  .top-faq-head--chinese {
    font-size: 18px;
  }
}

.top-faq-details {
  border-bottom: 1px solid var(--color-bg-border);
}

.top-faq-accordion-item:first-child>.top-faq-details {
  border-top: 1px solid var(--color-bg-border);
}

.top-faq-summary {
  cursor: pointer;
  display: block;
  padding: 19px 0;
  position: relative;
}

.top-faq-summary::-webkit-details-marker {
  display: none;
}

@media screen and (min-width: 768px) {
  .top-faq-summary {
    padding: 31px 12px;
  }
}

.top-faq-question {
  display: grid;
  grid-template-columns: auto 1fr;
  -moz-column-gap: 6px;
  column-gap: 6px;
  align-items: start;
  width: 85%;
}

@media screen and (min-width: 768px) {
  .top-faq-question {
    width: 100%;
  }
}

.top-faq-question::before {
  content: "Q :";
  font-weight: bold;
  grid-column: 1;
  grid-row: 1/-1;
}

.top-faq-question h4 {
  font-weight: bold;
  display: block;
  grid-column: 2;
  font-size: 14px;
}

.top-faq-question h4:nth-child(2) {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .top-faq-question h4 {
    font-size: 18px;
  }

  .top-faq-question h4:nth-child(2) {
    font-size: 14px;
  }
}

.tpo-faq-accordion-icon {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
}

.tpo-faq-accordion-icon span {
  content: "";
  display: block;
  background-color: var(--color-bg-base);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.tpo-faq-accordion-icon span:nth-child(1) {
  width: 100%;
  height: 2px;
}

.tpo-faq-accordion-icon span:nth-child(2) {
  width: 2px;
  height: 100%;
  transition: 0.3s;
}

.top-faq-details.is-open .tpo-faq-accordion-icon span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(90deg);
}

.tpo-faq-accordion-contents {
  overflow: hidden;
}

.tpo-faq-accordion-contents-inner {
  display: grid;
  grid-template-columns: auto 1fr;
  -moz-column-gap: 6px;
  column-gap: 6px;
  align-items: start;
  padding: 0px 16px 19px;
}

@media screen and (min-width: 768px) {
  .tpo-faq-accordion-contents-inner {
    padding: 0px 12px 31px;
  }
}

.tpo-faq-accordion-contents-inner::before {
  content: "A :";
  grid-column: 1;
  grid-row: 1/-1;
}

.tpo-faq-accordion-contents-inner>* {
  grid-column: 2;
}

.tpo-faq-accordion-contents-inner a {
  color: var(--color-font-blue);
  border-bottom: 1px solid var(--color-font-blue);
  transition: all 0.3s;
}

.tpo-faq-accordion-contents-inner a:hover {
  opacity: 0.5;
}

.tpo-faq-accordion-contents-inner p:nth-child(2) {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .tpo-faq-accordion-contents-inner p:nth-child(2) {
    font-size: 14px;
  }
}

/*!
utility > utility
------------------------------
*/
.u-visually-hidden {
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  border: 0 !important;
  padding: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  margin: -1px !important;
}

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

/* Dedicated SHOP LIST page link */
.top-shoplist-all {
  display: flex;
  justify-content: center;
  margin: -40px 0 40px;
}

.top-shoplist-all__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-width: 230px;
  padding: 16px 26px;
  border: 1px solid #111;
  background: #fff;
  color: #111;
  font-size: 14px;
  letter-spacing: .12em;
  text-transform: uppercase;
  transition: background-color .25s ease, color .25s ease;
}

.top-shoplist-all__link::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg);
}

.top-shoplist-all__link:hover {
  background: #111;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .top-shoplist-all {
    margin: -20px 0 20px;
  }

  .top-shoplist-all__link {
    width: 100%;
    min-width: 0;
  }
}