@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Rokkitt:ital,wght@0,100..900;1,100..900&display=swap");


html {
  font-size: 62.5%;
  overflow-y: scroll;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  -webkit-text-size-adjust: none;
  color: #0E121B;
  font-weight: 400;
  font-style: normal;
  overflow: hidden;
  position: relative;
}

body p {
  line-height: 1.85;
}
.ff-rokkit {
  font-family: "Rokkitt", serif;
  font-family: "Noto Sans JP", sans-serif;
}

a {
  transition: all 0.5s;
}

a:not(.btn):hover {
  opacity: 0.6;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.header-logo {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  width: 100px;
}
.header-menu {
  display: flex;
  gap: 4px;
  padding: 12px;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 6px 6px 20px 0 rgba(0, 0, 0, 0.06), 0 0 4px 0 rgba(0, 0, 0, 0.04);
}
.header-menu a {
  color: #0E121B;
  text-decoration: none;
  padding: 6px 14px;
  border-radius: 6px;
  background: transparent;
  font-size: 14px;
  border-radius: 4px;
  font-weight: 500;
  transition: 0.3s;
}
.header-menu a.active, .header-menu a:hover {
  background: #0E121B;
  color: #fff;
  opacity: 1;
}
.header-actions {
  display: flex;
  gap: 10px;
}

a.btn.btn-outline {
  border: 2px solid #fff;
  color: #fff;
  padding: 8px 14px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 14px;
  min-height: 56px;
  gap: 3px;
  box-shadow: 6px 6px 20px 0 rgba(0, 0, 0, 0.06), 0 0 4px 0 rgba(0, 0, 0, 0.04);
  font-size: 1.4rem;
  font-weight: 700;
  overflow: hidden;
  transition: color 0.3s ease, transform 0.15s ease;
}
a.btn.btn-outline::before {
  content: '';
  position: absolute;
  top: 0;
  left: -10%;
  width: 120%;
  height: 100%;
  background: #fff;
  transform: translateX(-115%) skewX(-18deg);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 0;
}
a.btn.btn-outline span,
a.btn.btn-outline svg {
  position: relative;
  z-index: 1;
  transition: color 0.3s ease;
}
a.btn.btn-outline svg path {
  transition: stroke 0.3s ease, fill 0.3s ease;
}
a.btn.btn-outline:hover {
  color: #0E121B;
  transform: translateY(2px);
}
a.btn.btn-outline:hover::before {
  transform: translateX(0%) skewX(-18deg);
}
a.btn.btn-outline:hover svg path,
a.btn.btn-outline.active svg path {
  stroke: #0E121B;
}
a.btn.btn-outline.active {
  color: #0E121B;
  transform: translateY(0px);
}
a.btn.btn-outline.active::before {
  transform: translateX(0%) skewX(-18deg);
}
a.btn.btn-outline:active {
  transform: translateY(0px);
}

.box-header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 0;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 16px;
}

/* HERO */
.home-banner {
  position: relative;
}
.home-banner::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 0;
}
.home-banner .container {
  position: absolute;
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.slide-main {
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/index/main-img.jpg?v=2);
  animation: bannerFadeIn 1.2s ease forwards;
}

.home-banner .container {
  animation: contFadeRight 0.9s ease 1s both;
}

.home-banner-cont {
  color: #fff;
}
.home-banner-cont h1 {
  font-size: 6.4rem;
  font-family: "Rokkitt", serif;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.7;
}
.home-banner-cont p {
  font-family: "Rokkitt", serif;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.06em;
  font-size: 3.2rem;
  padding-top: 30px;
  font-weight: 400;
}

a.btn.btn-main {
  max-width: 250px;
  min-height: 62px;
  font-weight: 600;
  font-size: 1.6rem;
  border-radius: var(--corner-radius-radius-sm, 8px);
  background: var(--bg-strong-950, #0E121B);
  box-shadow: 1px 2px 0 0 var(--bg-sub-500, #717784);
  color: #fff;
  padding-right: 20px;
  padding-left: 20px;
  overflow: hidden;
  border: 1px solid transparent;
  transition: box-shadow 0.2s ease, transform 0.15s ease, color 0.3s ease, border-color 0.3s ease;
}
a.btn.btn-main::before {
  content: '';
  position: absolute;
  top: 0;
  left: -10%;
  width: 120%;
  height: 100%;
  background: #e0e0e0;
  transform: translateX(-115%) skewX(-18deg);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 0;
}
a.btn.btn-main::after {
  width: 20px;
  height: 20px;
  background-image: url(../images/index/icon-right.svg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  right: 16px;
  transition: transform 0.2s ease, background-image 0.3s ease;
  z-index: 1;
}
a.btn.btn-main span {
  position: relative;
  z-index: 1;
  transition: color 0.3s ease;
}
a.btn.btn-main:hover {
  box-shadow: 1px 2px 0 0 #717784;
  transform: translateY(2px);
  color: #0E121B;
  border-color: #0E121B;
}
a.btn.btn-main:hover::before {
  transform: translateX(0%) skewX(-18deg);
}
a.btn.btn-main:hover::after {
  background-image: url(../images/index/icon-right-black.svg);
  transform: translateY(-50%) translateX(3px);
}
a.btn.btn-main:active {
  transform: translateY(2px);
  box-shadow: none;
}
a.btn.btn-main.v2 {
  background: #fff;
  color: #0E121B;
  border: 1px solid #0E121B;
  box-shadow: 1px 2px 0 0 #979797;
}
a.btn.btn-main.v2::before {
  background: #c0c0c0;
}
a.btn.btn-main.v2::after {
  background-image: url(../images/index/icon-right-black.svg);
  transition: transform 0.2s ease, background-image 0.3s ease;
  z-index: 1;
}
a.btn.btn-main.v2 span {
  position: relative;
  z-index: 1;
  transition: color 0.3s ease;
}
a.btn.btn-main.v2:hover {
  box-shadow: 1px 2px 0 0 #979797;
  transform: translateY(2px);
  color: #0E121B;
}
a.btn.btn-main.v2:hover::after {
  background-image: url(../images/index/icon-right-black.svg);
  transform: translateY(-50%) translateX(3px);
}
a.btn.btn-main.v2:active {
  transform: translateY(2px);
  box-shadow: none;
}

.box-flex-btn-banner {
  display: flex;
  gap: 10px;
  margin-top: 40px;
}
.box-flex-btn-banner a.btn {
  width: 250px;
}

ul.slick-dots {
  position: absolute;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
ul.slick-dots li {
  width: 10px;
  height: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #CACFD8;
  margin: 0 3px;
}
ul.slick-dots li.slick-active {
  background-color: #0E121B;
}
ul.slick-dots li button {
  opacity: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.home-important {
  display: flex;
  padding: 12px;
  border-radius: var(--corner-radius-radius-sm, 8px);
  background: var(--bg-white-0, #FFF);
  align-items: center;
  gap: 100px;
}

a.item-important {
  display: flex;
  align-items: center;
  color: #222530;
  gap: 12px;
  position: relative;
  padding-right: 30px;
}
a.item-important::after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../images/index/icon-right-black.svg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.date-imp {
  color: #CDA160;
  font-weight: 700;
}

.title-imp {
  font-weight: 500;
}

.home-important-left {
  border-radius: var(--corner-radius-radius-sm, 8px);
  background: var(--bg-error-100, #DF1C41);
  color: #fff;
  font-size: 1.8rem;
  padding: 7px 12px;
  flex-shrink: 0;
}

.home-important-right {
  width: 100%;
}

#home-about {
  position: relative;
}
#home-about::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/index/home-about.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.list-item-about {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.box-about-item {
  width: 100%;
  padding: 16px 12px;
  border-radius: var(--corner-radius-radius-sm, 8px);
  border-top: var(--border-width-border-lg, 4px) solid var(--border-strong-950, #0E121B);
  background: #FFF;
}

.title-about {
  color: #D4A96A;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 15px;
}

.sub-title-about {
  font-weight: 700;
  margin-bottom: 15px;
}

.box-about-item p {
  font-weight: 500;
  color: #2B303B;
}

.main-title {
  font-family: "Rokkitt", serif;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  font-weight: 700;
  padding-bottom: 20px;
}
.main-title::after {
  content: "";
  width: 80px;
  height: 2px;
  background: linear-gradient(90deg, rgb(14, 18, 27) 50%, rgb(202, 207, 216) 50%);
  position: absolute;
  bottom: 0;
  left: 0;
}
.main-title-en {
  font-size: 64px;
  padding-left: 48px;
  position: relative;
  line-height: 1;
  letter-spacing: 6.4px;
  font-family: "Rokkitt", serif;
}
.main-title-en::after {
  content: "";
  width: 40px;
  height: 44px;
  background-image: url(../images/index/icon-main.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 25px;
  left: 0;
}
.main-title-en span {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--border-strong-950, #0E121B);
  font-family: "Rokkitt", serif;
  font-size: 10.4rem;
  font-weight: 500;
  color: white;
  line-height: 1;
  paint-order: stroke fill;
  position: relative;
  right: -5px;
}
.main-title-jp {
  font-size: 4rem;
  font-weight: bold;
}
.main-title.center .main-title-en {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.main-title.center .main-title-jp {
  text-align: center;
}
.main-title.center::after {
  left: 50%;
  transform: translateX(-50%);
}

.col-inner.about-right-cs {
  height: 100%;
  display: flex;
  position: relative;
  padding: 32px;
  padding-right: 0;
}
.col-inner.about-right-cs::after {
  content: "";
  width: calc(50vw + 90px);
  height: 100%;
  background-image: url(../images/index/img-about.jpeg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 16px 0 0 16px;
}

.box-about-right {
  margin-top: auto;
}

.box-store {
  border-radius: var(--corner-radius-radius-lg, 16px);
  background: var(--bg-white-0, #FFF);
  /* Shadow 3 */
  box-shadow: 6px 6px 20px 0 rgba(0, 0, 0, 0.06), 1px 4px 24px 0 rgba(0, 0, 0, 0.08);
  padding: 20px;
  margin-bottom: 24px;
}

.img-store {
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 330 / 200;
}
.img-store img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; 

}

.name-store {
  font-family: "Rokkitt", serif;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.8rem;
  text-align: center;
  font-weight: 700;
  margin: 15px 0;
  line-height: 1.28;
  text-decoration: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.box-button-store a.btn.btn-main {
  max-width: 100%;
  margin-bottom: 16px;
}
.box-button-store a.btn.btn-main:last-child {
  margin-bottom: 0;
}
body.archive-store .img-store{
  height: 360px;
}
.list-info-store {
  margin-bottom: 40px;
}
.list-info-store li {
  font-size: 1.8rem;
  padding-left: 36px;
  position: relative;
  line-height: 1.33;
  margin-bottom: 10px;
}
.list-info-store li::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../images/index/train-01.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}
.list-info-store li:nth-child(2)::before {
  background-image: url(../images/index/map.svg);
}
.list-info-store li:nth-child(3)::before {
  background-image: url(../images/index/clock.svg);
}

.home-store {
  position: relative;
}
.home-store::after {
  content: "";
  width: 100%;
  height: 910px;
  background-image: url(../images/index/bg-store.jpg);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.25;
}


.home-product,.bg-concrete {
  position: relative;
}
.home-product::after,.bg-concrete:after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/index/bg-concrete.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #f8f8f6;
  opacity: 0.5;
}

.img-full-cs {
  height: 400px;
}
.img-full-cs img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.box-product {
  border-radius: var(--corner-radius-radius-sm, 8px);
  border: var(--border-width-border-xs, 1px) solid var(--border-white-0, #FFF);
  background: var(--bg-white-0, #FFF);
  padding: 8px;
  margin-bottom: 23px;
  display: block;
  text-decoration: none;
  color: inherit;
}

.img-product {
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 1 / 1;
}
.img-product img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.title-product {
  font-size: 1.8rem;
  margin: 10px 0 0;
  font-weight: 700;
}

.product-excep {
  line-height: 1.875;
  font-weight: 500;
  letter-spacing: normal;
  margin-top: 0px;
}

.product-cat {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
  margin-bottom: 2px;
}

.cat-label {
  display: inline-block;
  font-size: 1.3rem;
  color: #D0A96F;
  font-style: italic;
  font-weight: 500;
  text-decoration: none;
  transition: opacity 0.2s;
}

a.cat-label:hover {
  opacity: 0.7;
  text-decoration: underline;
}

.box-cat-filter {
  display: flex;
  align-items: center;
  gap: 16px;
}

.product-cat-select {
  width: 290px;
  height: 60px;
  padding: 0 24px;
  border-radius: 10px;
  background: #F1F1F1;
  font-weight: 500;
  border: none;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  cursor: pointer;
  appearance: auto;
  margin: auto;
}

body.home .news-item {
  padding: 12px;
  border-radius: var(--corner-radius-radius-sm, 8px);
  background: var(--bg-white-0, #FFF);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);


}
body.home .news-item.biggerlink,
body.home .news-item.biggerlink img{
  transition: transform 0.3s ease;
}
body.home .news-item.biggerlink:hover{
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);

}
body.home .news-item.biggerlink:hover img {
  transform: scale(1.05);
}
.news-item .date {
  color: #D0A96F;
  font-size: 1.4rem;
  font-weight: 500;
}

.img-news {
  border-radius: 8px;
  overflow: hidden;
}

.box-date-cat {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
}

a.cat {
  border-radius: var(--corner-radius-radius-sm, 8px);
  border: 1px solid #CDA160;
  display: flex;
  padding: 2px 20px 4px;
  align-items: center;
  color: #cda160;
  font-size: 1.4rem;
  font-weight: 500;
}

a.title-news {
  font-weight: 500;
  color: #0E121B;
}

.home-news {
  position: relative;
}
.home-news::after {
  content: "";
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.home-recruit {
  position: relative;
}
.home-recruit::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/index/bg-concrete-2.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.5;
}

.box-btn-contact {
  display: flex;
  justify-content: center;
  gap: 16px;
}
.box-btn-contact a.btn.btn-main {
  width: fit-content;
  max-width: 100%;
  padding-right: 50px;
  min-width: 250px;
}

.home-contact {
  position: relative;
}
.home-slide-contact {
  overflow: hidden;
}
.home-slide-contact .slick-list {
  overflow: visible;
}
.home-slide-contact .slick-track {
  display: flex !important;
}
.home-slide-contact .slide-contact-item {
  padding: 0 8px;
  width: 316px !important;
}
.home-slide-contact .slide-contact-item img {
  width: 300px;
  height: 375px;
  object-fit: cover;
  border-radius: 8px;
  border: 2px solid #0E121B;
  display: block;
}
.home-contact::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/index/bg-concrete-logo.jpg?v=1);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.2;
}
#loading:before{
  opacity: 1;
}
.info-footer > div {
  position: relative;
  padding-left: 36px;
}
.info-footer > div::before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/index/map.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.info-footer > div.phone {
  margin-top: 10px;
}
.info-footer > div.phone::before {
  background-image: url(../images/index/tel.svg);
}

.box-footer {
  display: flex;
}

.footer-left {
  width: 50%;
}

.footer-right {
  width: 50%;
  display: flex;
  gap: 80px;
  align-items: flex-start;
}

a.link-footer {
  display: block;
  font-size: 1.4rem;
  text-decoration: underline;
  color: #0E121B;
  font-weight: 600;
  margin-bottom: 12px;
}

a.sub-link-footer {
  display: block;
  font-size: 1.4rem;
  color: #0E121B;
  font-weight: 500;
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}
a.sub-link-footer::after {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #0E121B;
  border-radius: 50%;
  left: 10px;
  top: 8px;
  position: absolute;
}

.footer {
  padding: 40px 0;
  background: #C8C8C4;
}

.box-footer-bottom {
  display: flex;
  justify-content: space-between;
  padding: 20px 0 0;
  margin-top: 20px;
  border-top: 1px solid #AFAFAF;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}

#go-top {
  position: fixed;
  right: 37px;
  bottom: 80px;
  opacity: 0;
  transition: 0.3s;
  z-index: 9;
}
#go-top.show {
  bottom: 100px;
  opacity: 1;
}

.box-store-info {
  margin-top: 100px;
  border-radius: var(--corner-radius-radius-lg, 16px);
  border: 1px solid #D4A96A;
  background: var(--bg-white-0, #FFF);
  /* shadow 2 */
  box-shadow: 6px 6px 20px 0 rgba(0, 0, 0, 0.06), 0 0 4px 0 rgba(0, 0, 0, 0.04);
  padding: 40px 40px 80px;
}
.box-store-info .img-store {
  width: 50%;
}
.box-store-info .img-store img {
  width: 100%;
}
.box-store-info .map-store {
  width: 50%;
}
.box-store-info .box-button-store {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-top: 40px;
  justify-content: center;
}
.box-store-info .box-button-store a.btn.btn-main {
  width: 50%;
  max-width: 100%;
  margin: 0;
}
.box-store-info ul.list-info-store {
  display: flex;
  justify-content: space-around;
}
.box-store-info ul.list-info-store li{
  padding-right: 15px;
}
.box-map-img-store {
  display: flex;
  gap: 16px;
}
.box-map-img-store.no-map {
  justify-content: center;
}
.box-map-img-store.no-map .img-store {
  max-width: 520px;
  width: 100%;
}

.page-header {
  padding: 80px 0;
  position: relative;
}
.page-header::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/index/page-header.jpg?v=1);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -3;
}

body:not(.home) .header {
  position: static;
}

ul.breadcrumb {
  display: flex;
  justify-content: center;
  gap: 8px;
}
ul.breadcrumb li {
  position: relative;
  letter-spacing: 1.6px;
}
ul.breadcrumb li a {
  color: #0E121B;
  text-decoration: underline;
  font-weight: 500;
}
ul.breadcrumb li::after {
  content: "/";
  margin-left: 8px;
}
ul.breadcrumb li:last-child::after {
  display: none;
}
ul.breadcrumb li span {
  font-weight: 600;
}

.page-header-title {
  font-size: 4rem;
  text-align: center;
  font-weight: 700;
  
  letter-spacing: 0.1em;
  line-height: 1.2;
  margin-top: 40px;
  position: relative;
  padding-bottom: 20px;
  font-family: "Rokkitt", serif;
}
.single-store .page-header-title{
  font-family: 'Noto Sans JP', sans-serif;
}
.page-header-title::after {
  content: "";
  width: 80px;
  height: 2px;
  background: linear-gradient(90deg, rgb(14, 18, 27) 50%, rgb(202, 207, 216) 50%);
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.page-header-title::before {
  content: "";
  width: 81px;
  height: 90px;
  background-image: url(../images/index/favi-2.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.page-header-title span {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--border-strong-950, #0E121B);
  font-family: "Rokkitt", serif;
  font-size: 10.4rem;
  font-weight: 500;
  color: white;
  line-height: 1;
  paint-order: stroke fill;
  position: relative;
  right: -2px;
}

.page-header-jp,.page-header-jp h1 {
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
  font-family: "Rokkitt", serif;
  font-family: "Noto Sans JP", sans-serif;
}

.table-store {
  display: flex;
}

.table-store-left {
  padding: 12px 20px;
  border-bottom: var(--border-width-border-xs, 1px) solid var(--border-white-0, #FFF);
  background: var(--bg-strong-950, #0E121B);
  color: #fff;
  width: 160px;
  font-weight: 500;
}

.table-store-right {
  flex: 1;
  padding: 12px 24px;
  font-weight: 500;
  border-bottom: var(--border-width-border-xs, 1px) solid #EDEDED;
  background: #FAFAFA;
}

.box-info-store {
  border-radius: var(--corner-radius-radius-sm, 8px);
  border: 1px solid #EDEDED;
  overflow: hidden;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.sub-title {
  text-align: center;
  font-family: "Rokkitt", serif;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  padding-bottom: 20px;
}
.sub-title::after {
  content: "";
  width: 80px;
  height: 2px;
  background: linear-gradient(90deg, rgb(14, 18, 27) 50%, rgb(202, 207, 216) 50%);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.sub-title.left {
  text-align: left;
}
.sub-title.left::after {
  left: 0;
  transform: translateX(0);
}

.sub-title-en {
  color: #D4A96A;
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: -0.2px;
  margin-bottom: 15px;
  font-family: "Rokkitt", serif;
}

h2.sub-title-jp {
  font-size: 4rem;
  font-weight: 700;
}


.box-button-store-single {
  display: flex;
  gap: 16px;
  align-items: center;
}
.box-button-store-single a.btn.btn-main {
  width: 50%;
  max-width: 100%;
  margin: 0;
}

.box-store-acess {
  border-radius: var(--corner-radius-radius-sm, 8px);
  border: 1px solid #CDA160;
  background: var(--bg-white-0, #FFF);
  box-shadow: 6px 6px 20px 0 rgba(0, 0, 0, 0.06), 0 0 4px 0 rgba(0, 0, 0, 0.04);
  padding: 40px;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
.box-store-acess .list-info-store {
  margin-bottom: 0;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.box-store-acess .list-info-store li {
  margin-bottom: 20px;
  color: #222530;
}
.box-store-acess .list-info-store li:last-child {
  margin-bottom: 0;
}
.box-store-acess .list-info-store li::before {
  background-image: url(../images/index/train-02.svg);
}
.box-store-acess .list-info-store li.car::before {
  background-image: url(../images/index/car-01.svg);
}
.box-store-acess .list-info-store li.time::before {
  background-image: url(../images/index/clock-01.svg);
}

.box-img-store-access {
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
  border-radius: var(--corner-radius-radius-sm, 8px);
  background: #FFF;
  box-shadow: 6px 6px 20px 0 rgba(0, 0, 0, 0.06), 0 0 4px 0 rgba(0, 0, 0, 0.04);
}

.img-access-left {
  width: 40%;
  flex-shrink:0;
}
.img-access-left img{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover ;
}
.content-access-right {
  width: 60%;
  padding: 30px 30px 40px;
}
.content-access-right p {
  font-size: 1.8rem;
  color: #222530;
  line-height: 2;
}

.title-access {
  color: #222530;
  font-size: 2.8rem;
  font-weight: 500;
  margin-bottom: 15px;
}

.gallery {
  overflow: hidden;
}

.gallery-row {
  overflow: hidden;
  margin-bottom: 20px;
}

.gallery-track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  gap: 24px;
}

.gallery-track img {
  width: 300px;
  height: 300px;
  aspect-ratio: 1 / 1;
  -o-object-fit: cover;
     object-fit: cover;
  object-position: center;
  border-radius: 8px;
}

/* chạy trái */
.row-left .gallery-track {
  animation: scroll-left 40s linear infinite;
}

/* chạy phải */
.row-right .gallery-track {
  animation: scroll-right 40s linear infinite;
}

/* animation */
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes scroll-right {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}
.store-04 {
  position: relative;
}
.store-04::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/index/bg-access.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

.page-anchor {
  background: #F8F8F6;
  padding: 40px 0;
}

ul.list-anchor {
  display: flex;
  justify-content: center;
  gap: 40px;
}
ul.list-anchor li a {
  display: block;
  position: relative;
  padding-left: 32px;
  color: #0E121B;
  font-size: 1.8rem;
  font-weight: 500;
}
ul.list-anchor li a::before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url(../images/index/icon-down.svg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.box-name-ceo {
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
  color: #111;
  letter-spacing: 0.1em;
}

.name-ceo-name {
  font-size: 3rem;
  font-weight: 500;
}

.box-comapny-01 {
  color: #111;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.1em;
}

.title-stock {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.title-stock-cont {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
}

.title-stock-en {
  font-size: 3.2rem;
}

.title-stock-cont span {
  font-size: 6.4rem;
  color: #D4A96A;
  line-height: 1;
}

.title-stock-jp {
  color: #D4A96A;
  font-family: 'Noto Sans JP', sans-serif;
}

.merit-item {
  display: flex;
  border-radius: var(--corner-radius-radius-sm, 8px);
  border: var(--border-width-border-sm, 2px) solid #D4A96A;
  background: #FFF;
  padding: 13px 15px 13px 49px;
  margin-bottom: 24px;
  align-items: center;
  gap: 50px;
}

.merit-label {
  font-size: 2.8rem;
  color: #D4A96A;
  font-weight: 700;
  font-family: "Rokkitt", serif;
  font-family: "Noto Sans JP", sans-serif;
  gap: 50px;
}
.merit-label span {
  font-size: 4rem;
}

.merit-content {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 44px;
  padding-left: 16px;
  border-left: 1px solid #0E121B;
}

h3.merit-title {
  font-size: 2.2rem;
  font-weight: 700;
  min-width: 220px;
  font-family: "Rokkitt", serif;
  font-family: "Noto Sans JP", sans-serif;
}

p.merit-desc {
  font-size: 1.8rem;
  font-weight: 500;
}

.table-info {
  display: flex;
  gap: 40px;
}

.table-info-left {
  width: 160px;
  padding: 16px 0;
  border-bottom: 1px solid #D5BA88;
  color: #CDA160;
  font-weight: 600;
}

.table-info-right {
  flex: 1;
  padding: 16px 0;
  border-bottom: 1px solid #E1E4EA;
  font-weight: 500;
  line-height: 1.875;
}

.company-info-left {
  padding-right: 120px;
}

.img-company-info {
  position: relative;
  height: 408px;
}
.img-company-info img {
  max-width: unset;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 0 16px 16px 0;
}

.timeline-wrap {
  margin-left: auto;
  margin-right: auto;
  padding-left: 93px;
  position: relative;
}
.timeline-wrap::before {
  content: "";
  width: 33px;
  height: 100%;
  background-image: url(../images/index/bg-vector.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

.timeline-item {
  display: flex;
  gap: 40px;
  margin-bottom: 28px;
}
.timeline-item:last-child {
  margin-bottom: 0;
}

.timeline-content {
  flex: 1;
  padding-top: 15px;
}

.timeline-year {
  font-size: 5.2rem;
  font-weight: 700;
  color: #CDA160;
  font-family: "Rokkitt", serif;
}
.timeline-year span {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--border-strong-950, #CDA160);
  color: white;
  line-height: 1;
  paint-order: stroke fill;
}

.timeline-row {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  margin-bottom: 10px;
  padding-left: 50px;
}

span.month {
  width: 67px;
  color: #CDA160;
  font-size: 1.8rem;
  font-weight: 600;
  position: relative;
  flex-shrink: 0;
}
span.month::before {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #CDA160;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -50px;
  transform: translateY(-50%);
}

.timeline-row p {
  letter-spacing: 0.1em;
}

.company-03 {
  background: #F8F8F6;
}

.faq-tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 40px;
}

.page-header-img {
  height: 400px;
}
.page-header-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.tab {
  padding: 4px 8px;
  border-radius: var(--corner-radius-radius-xs, 4px);
  background: var(--bg-soft-200, #E1E4EA);
  font-size: 1.4rem;
  color: #2B303B;
  font-weight: 600;
  cursor: pointer;
}

.tab.active {
  background: #0E121B;
  color: #fff;
}

.faq-content {
  display: none;
}

.faq-content.active {
  display: block;
}

.toggle-faq {
  border-radius: var(--corner-radius-radius-sm, 8px);
  border: 1px solid var(--border-soft-200, #E1E4EA);
  background: var(--bg-white-0, #FFF);
  box-shadow: 6px 6px 20px 0 rgba(0, 0, 0, 0.06), 0 0 4px 0 rgba(0, 0, 0, 0.04);
  padding: 20px;
  margin-bottom: 10px;
}
.toggle-faq .toggle-hd {
  color: #0A0A0A;
  font-weight: 500;
  position: relative;
  padding-right: 40px;
}
.toggle-faq .toggle-hd::after {
  content: "";
  width: 32px;
  height: 32px;
  background-image: url(../images/index/icon-open.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.toggle-faq .toggle-hd.active::after {
  background-image: url(../images/index/icon-close.png);
}
.toggle-faq .toggle-cont {
  color: #717784;
  font-weight: 500;
  line-height: 1.875;
  margin-top: 13px;
  padding-top: 10px;
  border-top: 1px solid #E1E4EA;
}

.page-no-after .page-header::after {
  background-image: none;
  background: #F8F8F6;
  background-image: url(../images/index/page-header.jpg?v=1);
  background-size: cover;
  background-position: center;
}

.sidebar {
  display: flex;
  gap: 80px;
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
}

.sidebar-item {
  display: flex;
  gap: 35px;
  align-items: center;
  font-weight: 500;
}

.sidebar-item select {
  width: 290px;
  height: 60px;
  padding: 18px 48px 18px 24px;
  border-radius: 10px;
  background-color: #F1F1F1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%230E121B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 18px 18px;
  font-weight: 500;
  border: none;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

.box-news-list .news-item {
  padding: 20px 0;
  border-bottom: 1px solid #E1E4EA;
  display: flex;
  align-items: center;
  gap: 40px;
  position: relative;
}
.box-news-list .news-item:first-child {
  border-top: 1px solid #E1E4EA;
} 
.box-news-list .news-item::after {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(../images/index/icon-right-2.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.box-news-list .news-item{
  position: relative;
}

.box-news-list .news-item:before{
  content: "";
  width: 0%;
  height: 100%;
  background-color: rgba(0,0,0,0.05);
  position: absolute;
  left: 0;
  top: 0;
  transition: width 0.6s ease;
}
.box-news-list .news-item a:hover{
  opacity: 1;
}
.box-news-list .news-item:hover:before{
  width: 100%;
}
.box-news-list .img-news {
  width: 120px;
}
.box-news-list .img-news img {
  width: 100%;
}
.box-news-list .news-cont {
  flex: 1;
}
.box-news-list .box-date-cat {
  gap: 12px;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row-reverse;
}
.box-news-list a.cat {
  font-size: 1.2rem;
}

.post-content h2 {
  padding-left: 26px;
  position: relative;
  border-bottom: 2px solid #CDA160;
  font-size: 3.2rem;
  font-family: "Rokkitt", serif;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  padding-bottom: 5px;
  margin-bottom: 20px;
  margin-top: 60px;
}
.post-content h2::before {
  content: "";
  width: 6px;
  height: calc(100% - 5px);
  background-color: #CDA160;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 8px;
}
.post-content p,.post-content article,.post-content {
  font-weight: var(--Typeface-weight-display-medium, 500);
  line-height: 1.875;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
}
.post-content h3 {
  padding: 12px 16px 10px 16px;
  border-radius: var(--corner-radius-radius-none, 0);
  background: var(--bg-sub-500, #717784);
  font-family: "Rokkitt", serif;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.8rem;
  letter-spacing: -0.2px;
  color: #fff;
  margin-top: 40px;
  margin-bottom: 20px;
}
.post-content h4 {
  margin-top: 40px;
  margin-bottom: 20px;
  padding-left: 26px;
  position: relative;
  border-bottom: 2px solid #CDA160;
  font-size: 2.2rem;
  font-family: "Rokkitt", serif;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  padding-bottom: 5px;
}
.post-content h4::before {
  content: "";
  width: 16px;
  height: 16px;
  background-color: #CDA160;
  position: absolute;
  top: 10px;
  left: 0;
  border-radius: 50%;
}
.post-content h5 {
  font-size: 1.8rem;
  padding-bottom: 5px;
  border-bottom: 1px solid #0E121B;
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
.post-content ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  font-weight: 500;
}
.post-content ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #0E121B;
  position: absolute;
  left: 0;
  top: 10px;
  border-radius: 50%;
}

.box-border-contact {
  border-radius: var(--corner-radius-radius-sm, 8px);
  border: 1px solid #CDA160;
  padding: 20px;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.box-border-contact h3 {
  text-align: center;
  font-weight: 500;
  margin-bottom: 12px;
}

a.tel {
  color: #CDA160;
  font-family: "Rokkitt", serif;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: -0.2px;
  font-weight: 600;
  padding-left: 60px;
  position: relative;
  font-size: 2.8rem;
}
a.tel::before {
  content: "";
  width: 48px;
  height: 48px;
  background-image: url(../images/index/icon-phone.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.box-560 {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 0.1em;
}

.form-item {
  margin-bottom: 32px;
}
.form-item .left {
  font-weight: 500;
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 12px;
}

.form-item .sign {
  position: static;
  left: 0px;
  top: 14px;
  padding: 0px 4px;
  border-radius: 5px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  min-width: 47px;
  min-height: 30px;
  line-height: 30px;
  text-align: center;
}

.form-item .sign.any {
  background: #aeaeae;
}

.form-item .sign.must {
  background: #DF1C41;
}

.form-item .sign.any:before {
  content: "任 意";
}

.form-item .sign.must:before {
  content: "必 須";
}

.form-item input[type=text],
.form-item input[type=email],
.form-item input[type=tel],
.form-item textarea {
  padding: 18px 24px;
  height: 60px;
  font-size: 1.4rem;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  border: none;
  border-radius: 10px;
  background: var(--bg-weak-50, #F5F5F5);
  color: #99A0AE;
}
.form-item textarea {
  height: 300px;
}
.form-item select{
  padding: 18px 48px 18px 24px;
  height: 60px;
  font-size: 1.4rem;
  width: 300px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  border: none;
  border-radius: 10px;
  background: var(--bg-weak-50, #F5F5F5);
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23555' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  cursor: pointer;
}
.box-contact-form {
  padding: 48px;
  background-color: #fff;
  border-radius: 16px;
}

.form-policy {
  border-radius: 10px;
  background: #F2F2F2;
  padding: 16px;
  text-align: center;
}
.form-policy .left {
  justify-content: center;
}
.form-policy h3 {
  color: #CDA160;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-bottom: 12px;
}

input[type=checkbox] {
  width: 14px;
  height: 14px;
  border: 1px solid;
  background-color: #fff;
  position: relative;
}

label.checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  font-weight: 500;
}

input[type=radio]:checked:before,
input[type=checkbox]:checked:before {
  width: 8px;
  height: 8px;
  background: #CDA160;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  content: "";
  border-radius: 50%;
  cursor: pointer;
}

.contact-02 {
  position: relative;
}

.submit-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.submit-btn .one-btn input.btn{
  text-align: center;
  width: 250px;
  border-radius: 8px;
  background: #0E121B;
  position: relative;
  transition: 0.3s;
  color: white;
  height: 50px;
  opacity: 0.6;
}
.submit-btn .one-btn input.btn:not(:disabled){
  cursor: pointer;
  opacity: 1;
}
.submit-btn .one-btn input.btn:not(:disabled):hover {background-color: #CDA160;
}

.box-contact-privacy h3 {
  margin-bottom: 20px;
  font-weight: bold;
}
.box-contact-privacy h4 {
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 5px;
}
.box-contact-privacy p {
  line-height: 1.875;
  letter-spacing: 0.1em;
}

.we-cards {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 640px;
}

/* Base card — all share rotate(-45deg) */
.we-card {
  position: relative;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(-45deg);
}

/* Side cards — exact Figma: 520.287 × 363.574 */
.we-card-left {
  width: 520.287px;
  height: 363.574px;
  margin-right: -170px;
  z-index: 1;
}

/* Center card — exact Figma: 584.043 × 408.126 */
.we-card-center {
  width: 584.043px;
  height: 408.126px;
  z-index: 2;
}

.we-card-right {
  width: 520.287px;
  height: 363.574px;
  margin-left: -170px;
  z-index: 1;
}

/* ── Ellipse layers ── */
/* Side: single gold border */
.ellipse-gold {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1px solid #CDA160;
  background: transparent;
  width: 100%;
  height: 100%;
}

/* Center: outer gold ring */
.ellipse-center-gold {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1.5px solid #CDA160;
  background: transparent;
}

/* Center: dark thick ring */
.ellipse-center-dark {
  position: absolute;
  inset: 8px;
  border-radius: 50%;
  border: 5px solid #1a1a1a;
  background: transparent;
}

/* Center: soft blue fill */
.ellipse-center-blue {
  position: absolute;
  inset: 16px;
  border-radius: 50%;
  background: rgba(210, 228, 240, 0.45);
}

/* Counter-rotate text to stay upright */
.we-content {
  position: relative;
  z-index: 5;
  text-align: center;
  padding: 0 80px;
  transform: rotate(45deg);
}

.we-card-title {
  font-size: 26px;
  font-weight: 500;
  color: #1a1a1a;
  line-height: 1.28;
  margin-bottom: 14px;
  letter-spacing: 0.1em;
  font-family: "Rokkitt", serif;
  font-family: "Noto Sans JP", sans-serif;
  max-width: 270px;
  margin-left: auto;
  margin-right: auto;
}
.we-card-left .we-content{
  padding-left:40px ;
}
.we-card-right .we-content{
  padding-right:40px ;
}
.we-card-body {
  font-size: 18px;
  color: #191E2E;
  font-weight: 500;
  line-height: 1.33;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
}

.box-slide-career {
  margin-left: calc((100% - 1150px) / 2 + 15px);
}

.slide-career .slick-slide {
  padding: 0 50px;
}
.slide-career .slick-list {
  margin: 0 -50px;
}

/* ── Bottom bar: progress + arrows ── */
.cp-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 60px 0;
  gap: 20px;
}

/* Progress bar */
.cp-progress {
  flex: 1;
  height: 2px;
  background: #d5d0c8;
  position: relative;
  border-radius: 2px;
  overflow: hidden;
}

.cp-progress-fill {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #CDA160;
  border-radius: 2px;
  transition: width 0.4s ease;
}

/* Arrows */
.cp-arrows {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.cp-arrow {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #bbb;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s;
}

.cp-arrow:hover {
  background: #1a1a1a;
  border-color: #1a1a1a;
}

.cp-arrow:hover svg path {
  stroke: #fff;
}

.cp-arrow svg {
  width: 14px;
  height: 14px;
}

.cp-arrow svg path {
  stroke: #555;
  stroke-width: 1.5;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.slide-career-item{
  width: 467px;
}
.slide-career-item-cont {
  padding: 16px 0 0;
  position: relative;
}
.slide-career-item-cont::before {
  content: "";
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, rgb(14, 18, 27) 50%, rgb(202, 207, 216) 50%);
  position: absolute;
  top: 0;
  left: 0;
}

.career-num {
  font-size: 3.2rem;
  font-weight: 700;
  font-family: 'Rokkitt', serif;
}

.career-title {
  margin: 28px 0;
  font-size: 2.8rem;
  font-weight: 500;
}

.career-cont {
  line-height: 1.875;
  /* 187.5% */
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-top: 20px;
}

.box-flex-cat {
  display: flex;
  gap: 12px;
  margin-top: 12px;
}

.table-job {
  display: flex;
}

.table-job-left {
  background: #CDA160;
  width: 200px;
  color: #fff;
  padding: 20px;
  font-weight: 600;
  border-bottom: 1px solid #FFDAAA;
}

.table-job-right {
  flex: 1;
  background: #FFF7EB;
  padding: 20px;
  color: #250505;
  font-weight: 500;
  border-bottom: 1px solid #77614F;
}

.list-toggle-job .toggle-faq {
  padding: 40px;
}

.infor-line {
  display: flex;
  gap: 16px;
  align-items: center;
}

.date-single {
  color: #CDA160;
  font-weight: 500;
}

.title-single h1{
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-bottom: 20px;
  border-bottom: 2px solid #E1E4EA;
  position: relative;
}
.title-single h1::after {
  content: "";
  width: 140px;
  height: 2px;
  background-color: #CDA160;
  position: absolute;
  left: 0;
  bottom: -2px;
}

.single-content {
  border-bottom: 2px solid #CDA160;
}

span.breadcrumb-separator {
  display: none;
}

body:not(.home) a.btn.btn-outline {
  color: #181B25;
  border-color: #181B25;
}
body:not(.home) a.btn.btn-outline::before {
  background: #181B25;
}
body:not(.home) a.btn.btn-outline svg path {
  stroke: #181B25;
}
body:not(.home) a.btn.btn-outline:hover {
  color: #fff;
}
body:not(.home) a.btn.btn-outline:hover svg path,
body:not(.home) a.btn.btn-outline.active svg path {
  stroke: #fff;
}
body:not(.home) a.btn.btn-outline.active {
  color: #fff;
}
body:not(.home) a.btn.btn-outline.active::before {
  transform: translateX(0%) skewX(-18deg);
}

.container .container {
  padding-left: 0;
  padding-right: 0;
}

/* POLICY & FAQ */
.bg-gray-policy {
  background: #F5F5F3;
}
.section-policy-title {
  text-align: center;
}
.policy-title-en {
  color: #D0A96F;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}
.policy-title-jp {
  font-size: 2.8rem;
  font-weight: 700;
  color: #0E121B;
  margin: 0 0 16px;
}
.policy-title-line {
  width: 40px;
  height: 2px;
  background: #0E121B;
  margin: 0 auto;
}
.policy-lead {
  line-height: 1.9;
  font-size: 1.5rem;
  color: #333;
}
.policy-item {
  padding-top: 24px;
}
.policy-item-title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #0E121B;
  margin: 0 0 12px;
}
.policy-item p {
  font-size: 1.5rem;
  line-height: 1.9;
  color: #333;
  margin: 0;
}
/* FAQ accordion */
.list-toggle-faq .toggle-pc.toggle-faq {
  border-bottom: 1px solid #e0e0e0;
}
.list-toggle-faq .toggle-faq .toggle-hd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  cursor: pointer;
  font-size: 1.5rem;
  font-weight: 600;
  color: #0E121B;
  gap: 16px;
}
.list-toggle-faq .toggle-faq .toggle-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
}
.list-toggle-faq .toggle-faq .toggle-icon span {
  display: block;
  width: 14px;
  height: 2px;
  background: #0E121B;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.list-toggle-faq .toggle-faq .toggle-icon span:last-child {
  transform: translate(-50%, -50%) rotate(90deg);
}
.list-toggle-faq .toggle-faq.is-open .toggle-icon span:last-child {
  transform: translate(-50%, -50%) rotate(0deg);
  opacity: 0;
}
.list-toggle-faq .toggle-faq .toggle-cont {
  display: none;
  padding: 30px 0 20px;
  font-size: 1.5rem;
  line-height: 1.9;
  color: #555;
}
.list-toggle-faq .toggle-faq.is-open .toggle-cont {
  display: block;
}

/* FAQ - plain (no accordion) */
.list-faq {
  margin: 0;
  padding: 0;
}
.faq-item {
  border-bottom: 1px solid #e0e0e0;
  padding: 28px 0;
}
.faq-item:first-child {
  border-top: 1px solid #e0e0e0;
}
.faq-q {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0E121B;
  margin: 0 0 12px;
  line-height: 1.6;
}
.faq-a {
  font-size: 1.5rem;
  line-height: 1.9;
  color: #555;
  margin: 0;
  padding-left: 1em;
}

/* 404 PAGE */
.section-404 {
  padding: 100px 0 120px;
  text-align: center;
}
.box-404 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.num-404 {
  font-size: 14rem;
  font-weight: 800;
  line-height: 1;
  color: #0E121B;
  letter-spacing: -4px;
  opacity: 0.08;
  user-select: none;
  margin-bottom: -32px;
}
.title-404 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #0E121B;
  margin: 0;
}
.text-404 {
  font-size: 1.5rem;
  line-height: 1.8;
  color: #555;
  margin: 0;
}
.box-404 .btn-main {
  margin-top: 12px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

/* PAGINATION – WP-PageNavi */
.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  font-family: inherit;
}
.wp-pagenavi a:not(.btn),
.wp-pagenavi span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 10px;
  border-radius: 6px;
  border: 1px solid #e0e0e0;
  background: #fff;
  color: #0E121B;
  font-size: 1.4rem;
  font-weight: 600;
  text-decoration: none;
  line-height: 1;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.wp-pagenavi a:not(.btn):hover {
  background: #0E121B;
  color: #fff;
  border-color: #0E121B;
  opacity: 1;
}
.wp-pagenavi span.current {
  background: #0E121B;
  color: #fff;
  border-color: #0E121B;
}
.wp-pagenavi span.pages {
  background: transparent;
  border: none;
  color: #888;
  font-weight: 400;
  font-size: 1.3rem;
  padding: 0 4px;
}
.wp-pagenavi span.extend {
  border: none;
  background: transparent;
  color: #888;
  cursor: default;
  min-width: 24px;
  padding: 0;
}
.wp-pagenavi a:not(.btn).previouspostslink,
.wp-pagenavi a:not(.btn).nextpostslink {
  font-size: 0;
  padding: 0 14px 4px;
  min-width: 40px;
}
.wp-pagenavi a:not(.btn).previouspostslink::before {
  content: '\2039';
  font-size: 2rem;
  line-height: 1;
}
.wp-pagenavi a:not(.btn).nextpostslink::after {
  content: '\203A';
  font-size: 2rem;
  line-height: 1;
}
.wp-pagenavi a:not(.btn).first,
.wp-pagenavi a:not(.btn).last {
  font-size: 1.8rem;
  padding: 0 12px;
}
#home-about:after{
  width: 405px;
  height: 134px;
  aspect-ratio: 405/134;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  content: '';
  background-image: url(../images/index/logo-big.png);
  background-size: 100% 100%;
}
.img-banner-store-single{
  width: 100%;
  height: 340px;
}
.img-banner-store-single img{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Instagram button — hide CSS arrow, show inline SVG icon */
a.btn.btn-main.btn-insta::after {
  background-image: url(../images/index/icon-insta.svg);
  background-size: 20px 20px;
}
a.btn.btn-main.v2.btn-insta:hover::after {
  background-image: url(../images/index/icon-insta.svg);
  transform: translateY(-50%);
}

a.btn.btn-main.btn-line:after {
  background-image: url(../images/index/icon-line.svg);
  background-size: 20px 20px;
}
a.btn.btn-main.v2.btn-line:hover::after {
  background-image: url(../images/index/icon-line.svg);
  transform: translateY(-50%);
}

/* Footer Instagram icon */
.link-footer-insta {
  display: flex;
  align-items: center;
  gap: 6px;
}
.icon-insta-footer {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-right: 10px;
}


.single-content #ez-toc-container {
    border-radius: 14px;
    border-left: 3px solid #CDA160;
    background: #F4F4F4;
    width: 100%;
    padding: 30px;
    margin-top: 40px;
}

.single-content .ez-toc-title-container p {
    color: #CDA160;
    font-family: "Noto Sans JP";
    font-size: 20px !important;
    font-style: normal;
    font-weight: 700 !important;
    margin-bottom: 30px !important;
}

.single-content #ez-toc-container ul li:after {
    border-radius: 1px;
    background: #CDA160;
    width: 6px;
    height: 6px;
}

.single-content .ez-toc-counter nav ul li a::before {
    display: none;
}

.single-content div#ez-toc-container ul li a {
    padding-left: 20px;
    font-size: 16px;
}
.single-content .ez-toc-btn:focus{
  outline: none;
}

.related-post-list a {
    display: block;
    margin-bottom: 10px;
    color: #0E121B;
    text-decoration: underline;
    position: relative;
    width: fit-content;
    min-height: 25px;
    padding-right: 40px;
    padding-left: 20px;
    margin-bottom: 0px;
    font-size: 18px;
    letter-spacing: 0.1em;
    font-weight: 500;
}

.related-post-list-with-image a>p {
    display: none;
}

.related-post-list a:before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #0E121B;
    position: absolute;
    left: 4px;
    top: 12px;
    border-radius: 0;
}

.related-post-list a:after {
    content: "";
    width: 25px;
    height: 25px;
    background-image: url(../images/index/icon-link.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
}

.related-post-list-with-image {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.related-post-list-with-image a {
    display: flex;
    flex-wrap: wrap;
    width: calc(25% - 10px);
}
a.previouspostlink,
a.nextpostlink {
  display: block;
  color: #0E121B;
  transition: transform 0.3s ease;
  position: absolute;
  width: 40px;
  height: 40px;
}

/* ============================================
   Store Badge Tags
   ============================================ */
.box-store-info,
.box-store {
  position: relative;
}
.store-badges {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 0px;
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 2;
}
.store-badge {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  padding: 7px 12px;
  color: #fff;
  line-height: 1;
  white-space: nowrap;
}
.store-badges .store-badge:first-child {
  border-radius:8px 0 0 0 ;
}
.store-badges .store-badge:last-child {
  border-radius: 0 0 0 8px;
}
.store-badges .store-badge:only-child {
  border-radius: 8px 0 8px 0;
}
.store-badges-header {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 14px;
  flex-wrap: wrap;
}
.store-badge-header {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  padding: 7px 16px;
  border-radius: 20px;
  color: #fff;
  line-height: 1.4;
}

/* ============================================
   Recruit Flow Section
   ============================================ */
.section-recruit-flow {
  background: #f5f4f2;
}
.recruit-flow-inner {
  display: flex;
  gap: 80px;
  align-items: flex-start;
}
.recruit-flow-left {
  flex-shrink: 0;
  width: 220px;
  position: sticky;
  top: 100px;
}
.recruit-flow-left .btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.recruit-flow-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.flow-item {
  background: #fff;
  border-radius: 8px;
  padding: 28px 32px;
  position: relative;
}
.flow-item:not(.flow-item-last)::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 18px solid #fff;
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.flow-item + .flow-item {
  margin-top: 12px;
}
.flow-step {
  font-weight: 700;
  color: #C69C6D;
  letter-spacing: 0.05em;
  margin-bottom: 6px;
  font-family: 'Rokkitt', serif;
}
.flow-title {
  font-size: 2rem;
  font-weight: 700;
  color: #0E121B;
  margin: 0 0 8px;
}
.flow-body {
  line-height: 1.8;
  color: #333;
  margin: 0;
}
@media (max-width: 767px) {
  .recruit-flow-inner {
    flex-direction: column;
    gap: 40px;
  }
  .recruit-flow-left {
    width: 100%;
    position: static;
  }
  .flow-item {
    padding: 20px 20px;
  }
  .flow-title {
    font-size: 1.6rem;
  }
}
a.previouspostlink::before {
  content: '\2039';
  font-size: 2rem;
  line-height: 1;
}
a.nextpostlink::after {
  content: '\203A';
  font-size: 2rem;
  line-height: 1;
}
a.btn.btn-call svg{
  position: absolute;
  width: 35px;
  height: 35px;
  left: 20px;
}
a.btn.btn-main.btn-call::after{
  display: none;
}
.block-text{
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
}
.footer-bottom-left{
  padding-right: 30px;
}

/* ── Post Navigation ── */
.post-navi .wp-postnavi {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 20px;
}
.post-navi .wp-postnavi > li {
  flex: 1;
}
.post-navi .wp-postnavi > li:first-child {
  text-align: left;
}
.post-navi .wp-postnavi > li:nth-child(2) {
  text-align: center;
  display: flex;
  justify-content: center;
}
.post-navi .wp-postnavi > li:last-child {
  text-align: right;
}
.post-navi a.nextpostslink,
.post-navi a.previouspostslink {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 1.4rem;
  font-weight: 500;
  color: #0E121B;
  text-decoration: none;
  transition: opacity 0.3s;
}
.post-navi a.nextpostslink:hover,
.post-navi a.previouspostslink:hover {
  opacity: 0.6;
}
.post-navi a.nextpostslink::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../images/index/icon-right-black.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
  flex-shrink: 0;
}
.post-navi a.previouspostslink::after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../images/index/icon-right-black.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}
.btn-home-single {
  max-width: 220px;
  width: 100%;
}
.store-group-title{
  font-size: 3rem;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
  margin-bottom: 40px;
}
.store-group-title::after {
  content: "";
  width: 40px;
  height: 2px;
  background-color: #000;
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
}
body.archive .store-group-title{
  margin-top: 150px;
  margin-bottom: 0;
}
.box-list-info-store a{
  text-decoration: underline;
}

/* ============================================
   Responsive (768px - 1365px)
   ============================================ */
@media (min-width: 1200px) and (max-width: 1365px) {
  .box-header-top {
    padding: 24px 0;
  }
  .header-menu {
    gap: 2px;
    padding: 10px;
  }
  .header-menu a {
    padding: 6px 10px;
    font-size: 1.3rem;
  }
  .header-right {
    gap: 12px;
  }
  .home-banner-cont h1 {
    font-size: 5.2rem;
  }
  .home-banner-cont p {
    font-size: 2.8rem;
    padding-top: 20px;
  }
  .home-important {
    gap: 40px;
  }
  .main-title-en {
    font-size: 5.4rem;
    letter-spacing: 0.08em;
  }
  .main-title-en span {
    font-size: 8.2rem;
  }
  .main-title-jp {
    font-size: 3.4rem;
  }
  .col-inner.about-right-cs {
    padding: 24px;
    padding-right: 0;
  }
  .col-inner.about-right-cs::after {
    width: calc(50vw + 30px);
  }
  body.archive-store .img-store {
    height: 300px;
  }
  .img-full-cs {
    height: 320px;
  }
  .product-cat-select {
    width: 250px;
    height: 56px;
  }
  .store-badges {
    top: 18px;
    left: 18px;
  }
  .store-badge {
    font-size: 1.3rem;
    padding: 6px 10px;
  }
  #go-top{
    right: 10px;
    width: 70px;
  }
}
.info-footer .address{
  display: flex;
}
@media (min-width: 1200px){
  .show-for-medium{
    display: none;
  }

}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer-left,.footer-right{
    width: fit-content;
    margin-right: 40px;
  }
  .box-footer{
    justify-content: space-between;
  }
  #go-top{
    right: 10px;
    width: 50px;
  }
  .box-header-top {
    padding: 20px 0;
  }
  .header-menu {
    gap: 2px;
    padding: 8px;
  }
  .header-menu a {
    padding: 6px 8px;
    font-size: 1.2rem;
  }
  .header-right {
    gap: 10px;
  }
  a.btn.btn-outline {
    min-height: 50px;
    padding: 6px 10px;
    font-size: 1.3rem;
  }
  .home-banner-cont h1 {
    font-size: 4.4rem;
    line-height: 1.5;
  }
  .home-banner-cont p {
    font-size: 2.4rem;
    padding-top: 16px;
  }
  .box-flex-btn-banner {
    flex-wrap: wrap;
  }
  .home-important {
    gap: 20px;
    flex-wrap: wrap;
  }
  .main-title-en {
    font-size: 4.6rem;
    padding-left: 38px;
    letter-spacing: 0.06em;
  }
  .main-title-en::after {
    width: 34px;
    height: 38px;
    bottom: 18px;
  }
  .main-title-en span {
    font-size: 7rem;
  }
  .main-title-jp {
    font-size: 3rem;
  }
  .col-inner.about-right-cs {
    padding: 20px;
    padding-right: 0;
  }
  .col-inner.about-right-cs::after {
    width: calc(50vw + 10px);
  }
  body.archive-store .img-store {
    height: 260px;
  }
  .img-full-cs {
    height: 260px;
  }
  .list-info-store {
    margin-bottom: 26px;
  }
  .list-info-store li {
    font-size: 1.6rem;
    padding-left: 32px;
  }
  .product-cat-select {
    width: 220px;
    height: 52px;
    padding: 0 16px;
  }
  .store-group-title {
    font-size: 2.6rem;
  }
  .recruit-flow-inner {
    gap: 36px;
  }
  .recruit-flow-left {
    width: 180px;
  }
  .footer-right{
    gap: 50px;
  }
  .info-footer .address{
    font-size: 14px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .footer-bottom-left br{
    display: none;
  }
  .footer-bottom-right{
    flex-shrink: 0;
  }
  .footer-right{
    gap: 30px;
  }
  .footer-left,.footer-right{
    width: fit-content;
    margin-right: 30px;
  }
  .box-footer{
    justify-content: space-between;
  }
  #go-top{
    right: 10px;
    width: 50px;
  }
  .box-header-top {
    padding: 16px 0;
  }
  .header-menu {
    gap: 1px;
    padding: 8px;
  }
  .header-menu a {
    padding: 5px 8px;
    font-size: 1.2rem;
  }
  .header-actions {
    gap: 6px;
  }
  a.btn.btn-outline {
    min-height: 46px;
    padding: 6px 8px;
    font-size: 1.2rem;
  }
  .home-banner-cont h1 {
    font-size: 3.8rem;
    line-height: 1.45;
  }
  .home-banner-cont p {
    font-size: 2rem;
    padding-top: 14px;
  }
  .box-flex-btn-banner {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 26px;
  }
  .box-flex-btn-banner a.btn {
    width: 220px;
    max-width: 100%;
  }
  .home-important {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  a.item-important {
    width: 100%;
  }
  .main-title-en {
    font-size: 4rem;
    padding-left: 32px;
    letter-spacing: 0.05em;
  }
  .main-title-en::after {
    width: 28px;
    height: 32px;
    bottom: 14px;
  }
  .main-title-en span {
    font-size: 6rem;
  }
  .main-title-jp {
    font-size: 2.6rem;
  }
  .col-inner.about-right-cs {
    padding: 18px;
    padding-right: 0;
  }
  .col-inner.about-right-cs::after {
    width: calc(50vw - 5px);
  }
  .img-full-cs {
    height: 220px;
  }
  body.archive-store .img-store {
    height: 220px;
  }
  .name-store {
    font-size: 2.3rem;
  }
  .list-info-store {
    margin-bottom: 20px;
  }
  .list-info-store li {
    font-size: 1.5rem;
    padding-left: 30px;
    margin-bottom: 8px;
  }
  .product-excep {
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
  .product-cat-select {
    width: 200px;
    height: 48px;
    padding: 0 14px;
    font-size: 1.5rem;
  }
  .store-badges {
    top: 14px;
    left: 14px;
  }
  .store-badge {
    font-size: 1.2rem;
    padding: 5px 8px;
  }
  .store-group-title {
    font-size: 2.3rem;
    margin-bottom: 30px;
  }
  .recruit-flow-inner {
    flex-direction: column;
    gap: 28px;
  }
  .recruit-flow-left {
    width: 100%;
    position: static;
  }
  .flow-item {
    padding: 22px;
  }
  .flow-title {
    font-size: 1.8rem;
  }
  .post-navi .wp-postnavi {
    gap: 10px;
  }
}

@media (orientation: portrait) {
  .slide-main {
    height: 65vw;
  }
}
.box-news-list .news-item{
  padding-right: 25px;
}
@media(min-width:768px) and (max-width:1265px){
  .box-slide-career{
    margin-left: 50px;
  }

}
@media(min-width:768px) and (max-width:1199px){
  .title-single h1{
    font-size: 3rem;
  }
  .name-ceo-name{
    font-size: 2rem;
  }
  .box-name-ceo{
    gap: 10px;
  }
  .merit-content{
    gap: 20px;
  }
  .merit-item{
    gap: 30px;
  }
  .company-info-left{
    padding-right: 40px;
  }
  h3.merit-title{
    font-size: 1.8rem;
    min-width: 170px;
  }
  p.merit-desc{
    font-size: 1.6rem;
  }
  .table-info-left{
    width: 100px;
  }
  .page-header-jp, .page-header-jp h1{
    font-size: 3rem;
  }
  
}

@media(min-width:768px) and (max-width:999px){
  .sidebar{
    gap: 20px;
    justify-content: space-between;
  }
  .sidebar-item select{
    width: 250px;
  }
  .sidebar-item label{
    flex-shrink: 0;;
  }
  .sidebar-item{
    gap: 15px; 
  }
}

/* ============================================
   We-Cards Responsive — scale toàn khối
   ============================================ */

/* 1200–1365px */
@media (min-width: 1200px) and (max-width: 1365px) {
  .we-cards {
    transform: scale(0.88);
    transform-origin: center top;
    margin-bottom: calc(640px * (0.88 - 1));
  }
}

/* 992–1199px */
@media (min-width: 992px) and (max-width: 1199px) {
  .we-cards {
    transform: scale(0.72);
    transform-origin: center top;
    margin-bottom: calc(640px * (0.72 - 1));
  }
}

/* 768–991px */
@media (min-width: 768px) and (max-width: 991px) {
  .we-cards {
    transform: scale(0.54);
    transform-origin: center top;
    margin-bottom: calc(640px * (0.54 - 1));
  }
}

/* ≤767px: xếp dọc từng card */
@media (max-width: 767px) {
  .we-cards {
    flex-direction: column;
    gap: 24px;
    min-height: unset;
    align-items: center;
  }
  .we-card {
    transform: none;
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #CDA160;
    padding: 28px 24px;
    display: block;
  }
  .ellipse-gold,
  .ellipse-center-gold,
  .ellipse-center-dark,
  .ellipse-center-blue {
    display: none;
  }
  .we-content {
    transform: none;
    padding: 0;
    text-align: left;
  }
  .we-card-title {
    font-size: 18px;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  letter-spacing: 0.05em;
    margin-bottom: 10px;
  }
  .we-card-body {
    font-size: 14px;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .we-card-left .we-content,
  .we-card-right .we-content {
    padding: 0;
  }
}

body.page-recruit .box-flex-cat a.cat{
    pointer-events: none;
    cursor: default;
}
body .wpcf7-spinner{
  display: none;
}
.cloud-flare{
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
/* Tắt grid của Smash Balloon */
#sb_instagram #sbi_images.slick-slider {
    display: block !important;
}

/* Slick track phải là flex */
#sb_instagram #sbi_images .slick-track {
    display: flex !important;
}

/* Slick slide */
#sb_instagram #sbi_images .slick-slide {
    height: auto !important;
}

/* Gỡ width do Smash Balloon gán */
#sb_instagram #sbi_images .sbi_item {
    width: auto !important;
    margin: 0 3px;
}
#sb_instagram #sbi_images .sbi_item{
  width: 316px !important;
  padding: 0 8px;
  overflow: hidden;
}
#sb_instagram #sbi_images .sbi_item img{
  
  border: 2px solid #0E121B;
  border-radius: 8px;
}