/* ------------------------------------------------------------
| Foundation                                                  |
------------------------------------------------------------ */
@import "common/css/@acab/reset.css";
@import "common/css/foundation/base.css";

/* ------------------------------------------------------------
|  Layout                                                     |
------------------------------------------------------------ */
@import "common/css/layout/l-header.css";
@import "common/css/layout/l-contents.css";
@import "common/css/layout/l-footer.css";
@import "common/css/layout/l-banner.css";

/* ------------------------------------------------------------
| Project                                                     |
------------------------------------------------------------ */
@import "common/css/project/p-logo.css";
@import "common/css/project/p-nav.css";
@import "common/css/project/p-about.css";
@import "common/css/project/p-concept.css";
@import "common/css/project/p-brand.css";
@import "common/css/project/p-totop.css";
@import "common/css/project/p-footerLogo.css";
@import "common/css/project/p-copyright.css";

/* ------------------------------------------------------------
| Component                                                   |
------------------------------------------------------------ */
@import "common/css/component/c-title.css";
@import "common/css/component/c-button.css";
@import "common/css/component/c-banner.css";
@import "common/css/component/c-table.css";

/* ------------------------------------------------------------
| Utility                                                     |
------------------------------------------------------------ */
@import "common/css/utility/margin.css";
@import "common/css/utility/visibility.css";
@import "common/css/utility/slick-theme.css";
@import "common/css/utility/slick.css";
@import "common/css/utility/slick-original.css";

/* ------------------------------------------------------------
| Pages                                                       |
------------------------------------------------------------ */
@import "common/css/pages/company/project.css";
@import "common/css/pages/brand/project.css";
@import "common/css/pages/recruit/project.css";
@import "common/css/pages/contact/project.css";
@import "common/css/pages/contact/form.css";

/* style.css */
body {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    margin: 0;
    background: #fff;
    color: #333;
    font-weight:700;
  }
  
  .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 5%;
    background: #fff;
  }
  
  .logo {
    color: #d83535;
    font-size: 24px;
    font-weight: bold;
  }
  
  .nav ul {
    display: flex;
    list-style: none;
    gap: 30px;
  }
  
  .nav a {
    text-decoration: none;
    color: #333;
  }
  
  .contact-btn {
    background: #e85b5b;
    color: #fff;
    padding: 8px 16px;
    border-radius: 4px;
  }

  .section-title {
    text-align: center;
    font-size: 24px;
    color: #e74c3c;
    margin-top: 60px;
  }
  
  .concept-section {
    text-align: center;
    padding: 40px 10%;
  }
  
  .concept-text {
    line-height: 2;
    font-size: 16px;
  }
  
  .stores-section {
    padding: 60px 4% 120px 4%;
  }
  
  .store-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 40px;
    margin-top: 40px;
  }
  
  .store-card {
    text-align: center;
  }
  
  .store-card img {
    width: 100%;
    border-radius: 180px 180px 0 0;
    aspect-ratio: 1 / 1;
    object-fit: cover;
  }
  
  .store-name {
    font-weight: bold;
    margin-top: 16px;
  }
  
  .store-locations {
    font-size: 14px;
    color: #a94442;
    line-height: 1.6;
  }

  .store-detail {
    padding: 16px 0px   ;
    font-family: 'Noto Sans JP', sans-serif;
    /* background: #f9f5ef; */
  }
  
  .store-title {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px dotted #333;
    padding-bottom: 6px;
    margin-bottom: 12px;
  }
  
  .store-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 24px;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
  }
  
  .store-list li {
    color: #333;
  }
  
  .store-list .highlight {
    color: #d94444;
    font-weight: 500;
  }

  
.btnlinestretches4:hover{
  color:#d94444;
}
a.btnlinestretches4 {
  text-decoration: underline dotted;
  text-decoration-color: #494949;
}

a.btnlinestretches4:hover {
  text-decoration: underline dotted;
  text-decoration-color: #d94444;
}



  /* .store-detail {
    padding: 16px;
    font-family: 'Noto Sans JP', sans-serif;
    background: #f9f5ef;
  } */
  
  .store-title {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px dotted #333;
    padding-bottom: 6px;
    margin-bottom: 12px;
    text-align:left;
    
  }
  
  .store-list {
    display: grid;
    grid-template-columns: repeat(3, auto);
    row-gap:15px;
    column-gap: 24px;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    justify-content: start; /* 左寄せ */
    font-weight: 500;
  }
  
  .store-list li {
    color: #333;
    text-align: left;
  }
  
  .store-list .highlight {
    color: #d94444;
    font-weight: 500;
  }

  .p-concept__title_brand p {
    position: absolute;
    color: red;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 30px;
    letter-spacing: 3px;
    left:36%;
    top: 20%;
}

.p-concept__title_brand img {
    display: inline;
    
}


.p-concept__title_brand_info p {
  position: absolute;
  color: red;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 30px;
  letter-spacing: 3px;
  left:44%;
  top:62%;
}

.p-concept__title_brand_info img {
  display: inline;
}


.p-concept__title_brand {
  position: relative;
  max-width: 960px;
  margin:0 auto;
}


.p-concept__title_brand_info {
  position: relative;
  padding-top:80px;
  max-width:960px;
  margin:0 auto;
}


/* .p-concept__description_brand p {
  text-align: center;
  font-weight: 600;
} */


.p-concept__description_brand {
  margin-top: 60px;
  line-height: 32px;
  margin-bottom: 60px;
}


.background_paper{
  background-image: url(./common/images/img/background.png);
}

/* .l-banner {
  position: relative;
  width: 100%;
  height: auto;
  max-height: 822px;
  overflow: hidden;
  padding: 0px 0 20px 0;
} */


/* .btnlinestretches4::after {
  content: '';
  position: absolute;
  top: 0.8em;
  right: -20px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #747474;
  border-right: 1px solid #747474;
  transform: rotate(45deg);
  transition: all .3s;
} */


/* .btnlinestretches4::before {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  background: #c7c7c7;
  width: 112%;
  height: 1px;
  transition: all 0.3s ease-in-out;
} */


/* .btnlinestretches4 {
  position: relative;
  color: #333;
  padding: 0px 0px 7px 0px;
  display: inline-block;
  text-decoration: none;
  outline: none;
} */

.text-container {
  position: relative;
  width: auto;
  height: 70px;
  margin-top: 50px;
}

.text-container span {
  color: #e6001333;
  font-size: 56px;
  text-align: center;
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Vibur", cursive;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.2em;
  width:100%;
}

.text-container .text1 {
  color: #424242;
  font-size: 40px;
  text-align: center;
  position: absolute;
  top: 45px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-style: normal;
  width:100%;
}

.text-container .text1_brand  {
  color: #424242;
  font-size: 40px;
  text-align: center;
  /* position: absolute;
  top: 45px;
  left: 50%; */
  transform: translateX(-50%);
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.text-container_brand {
  position: relative;
  /* width: auto;
  height: 0px; */
  margin-top: 50px;
}

h3.text1_brand {
  position: absolute;
  top: -156px;
  left:50%;
  transform: translateX(-50%);
  color: #424242;
  font-size: 40px;
  text-align: center;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-style: normal;
  width: 100%;
}

/* .text-container .text1 {
  color: #424242;
  font-size: 40px;
  text-align: center;
  position: absolute;
  top: 45px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-style: normal;
  width: 100%;
} */

/* img.brand_img {
  position: relative;
} */

.u-mt90{
  margin-top: 90px;
}
  .l-contents__inner_brand {
      max-width:1200px;
      margin: 0 auto;
      padding-top:1px;
  }

  .l-contents__inner {
    max-width: 100%;
    margin: 0 auto;
}

/* l-contents__inner {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
} */

section.p-concept.u-mtSection {
  padding: 0px 2%;
}

.text-container_brand {
  position: relative;
  width: auto;
  height: 20px;
  margin-top: 50px;
}


section.p-concept.u-mtSection.u-pb60 {
    padding-bottom: 60px !important;
}


@media screen and (max-width: 520px){
 .store-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 60px;
    margin-top: 40px;
  }
  
  .text-container {
    position: relative;
    width: auto;
    height: 70px;
    margin-top: 10px;
}
}

@media screen and (max-width: 960px){
  .l-contents__inner {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  /* .l-contents__inner_brand {
    padding: 0px 20px;
} */

.p-concept__title_brand {
  position: relative;
  width:300px;
  margin:0 auto;
}

.p-concept__title_brand_info {
  position: relative;
  width:300px;
  margin:0 auto;
}

.p-concept__title_brand p {
  left:32px;
  top:6%;
  font-size:24px;
}

.p-concept__title_brand_info p {
  left:33%;
  top:68%;
  font-size:24px;
}


.p-concept__title_brand img {
  width:100%;
}

.p-concept__title_brand_info img {
  width:80%;
}
}

.footer-link:hover{
opacity:.8;
}

@media (hover: hover) and (pointer: fine) {
    .pagetop:hover, .pagetop:hover .pagetop__arrow {
        border-color: #e35d5b;
    }
}
html {
    scroll-behavior: smooth;
}
.pagetop {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 20px;
    bottom: 30px;
    background: #fff;
    border: solid 2px #686868;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 2px solid #686868;
    border-right: 2px solid #686868;
    transform: translateY(20%) rotate(-45deg);
}

.pagetop {
    display: none;
}

@media screen and (max-width: 520px) {
  .text-container .text1 {
      color: #424242;
      font-size: 32px;
      text-align: center;
      position: absolute;
      top: 35px;
      left: 50%;
      transform: translateX(-50%);
      font-family: "Zen Kaku Gothic Antique", sans-serif;
      font-weight: 700;
      font-style: normal;
  }

  .stores-section {
    padding: 40px 2% 80px 2%;
}

}
@media screen and (max-width: 520px) {
  .text-container span {
      color: #e6001333;
      font-size: 46px;
      text-align: center;
      position: absolute;
      top: -5px;
      left: 50%;
      transform: translateX(-50%);
      font-family: "Vibur", cursive;
      font-weight: 400;
      font-style: normal;
      letter-spacing: 0.2em;
  }

  .text-container span .text2 {
      color: #e6001333;
      font-size: 42px;
      text-align: center;
      position: absolute;
      top: -5px;
      left: 50%;
      transform: translateX(-50%);
      font-family: "Vibur", cursive;
      font-weight: 400;
      font-style: normal;
      letter-spacing: 0.2em;
  }

  .stores-section {
    padding: 40px 6% 0px 6%;
}

h3.text1_brand {
  color: #424242;
  font-size: 32px;
  text-align: center;
  position: absolute;
  top: -125px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-style: normal;
}
}

.store-card {
  position: relative;
  display: inline-block;
}

.image-wrapper {
  position: relative;
  display: inline-block;
}

.l_brand-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px; /* 必要に応じて調整 */
  height: 100px;
  z-index: 10;
}

.l_brand-icon img {
  width: 100%;
  height: auto;
}

.l_brand-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 110px;
  height: 100px;
  z-index: 10;

  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 2s ease, transform 2s ease;
}

.l_brand-icon.visible {
  opacity: 1;
  transform: translateY(0);
   transition-delay: 0.7s; /* ← 表示されてから0.5秒後にアニメーション開始 */
}

@media screen and (max-width: 520px) {
  .p-concept__description_brand{
    text-align:left;
  }
}

@media screen and (max-width: 520px) {
.u-mt60{
  margin-top:60px !important;
}
}


.fade-in-up {
  opacity: 0;
  transform: translateY(80px);
  transition: opacity 2s ease-out, transform 2s ease-out;
}

.fade-in-up.is-visible {
  opacity: 1;
  transform: translateY(0);
}