.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-bc0b23c:#263238;--e-global-color-8e520a1:#8FBCBF;--e-global-color-24df518:#E3878D;--e-global-color-c47b339:#F4F7FA;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ——–root———- */
html { font-size: 62.5%;}/* 1.6remで16px */
/* 以降 (XXpx/16)×0.625 */
@media screen and (max-width: 1200px){
  html { font-size: 58.59%;}/* 1.6remで15px */
}
@media screen and (max-width: 1023px){
  html { font-size: 54.69%;}/* 1.6remで14px */
}
@media screen and (max-width: 767px){
  html { font-size: 62.5%;}/* 1rem=10px */
}
/* ——–body———- */
body { font-size: 1.6rem;}
@media screen and (max-width: 768px){
  body{ font-size: 1.4rem;}
}

html,body{
    font-family: YakuHanMP, "Shippori Mincho", Sans-serif;
}
p{
    margin-bottom: 0;
}
.brand-shop-grid {
  display: grid;
  gap: 24px;
}
body { overflow-x: hidden; }
.brand-shop-grid-cols-1 { grid-template-columns: repeat(1, 1fr); }
.brand-shop-grid-cols-2 { grid-template-columns: repeat(2, 1fr); }
.brand-shop-grid-cols-3 { grid-template-columns: repeat(3, 1fr); }

@media (max-width: 767px) {
  .brand-shop-grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (min-width:767px) {
  .pc { display:block; }
  .sp { display:none; }
}
@media screen and (max-width:767px) {
  .pc{ display:none; }
  .sp{ display:block; }
}

@keyframes fadeInUp2 {
    from {
        opacity: 0;
        transform: translate3d(0,30px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUp {
    animation-name: fadeInUp2 !important
}
html {
  scroll-padding-top: 130px;
}
/* ===== 3ボタン共通：ホバー時のシャイン効果 ===== */
.line_entry a::before,
.insta_entry a::before,
.web_entry a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    100deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.8) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-20deg);
  transition: left 0.75s ease;
  pointer-events: none;
}

.line_entry a:hover::before,
.insta_entry a:hover::before,
.web_entry a:hover::before {
  left: 125%;
}/* End custom CSS */