@import url("https://fonts.googleapis.com/css2?family=Marcellus&family=Shippori+Mincho+B1:wght@400;500;600;700;800&display=swap");
.l-container {
  /* intro */
  /* work */
  /* store */
  /* office */
  /* career */
  /* more */
}
.l-container .sec-intro {
  position: relative;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 80px;
}
@media screen and (max-width:768px) {
  .l-container .sec-intro {
    padding-top: 15.3846153846vw;
    padding-bottom: 15.3846153846vw;
  }
}
@media screen and (max-width:768px) {
  .l-container .sec-intro .intro-inner {
    padding-left: 7.6923076923vw;
    padding-right: 7.6923076923vw;
  }
}
.l-container .sec-intro .intro-line {
  position: absolute;
  right: -300px;
  bottom: -480px;
  width: 854px;
  height: 549px;
  background: url("../../images/work/intro-line.svg") no-repeat 0 0;
  background-size: 100% auto;
  z-index: -1;
  pointer-events: none;
}
@media screen and (max-width:768px) {
  .l-container .sec-intro .intro-line {
    background: url("../../images/work/intro-line_sp.svg") no-repeat 0 0;
    background-size: 100% auto;
    width: 47.1794871795vw;
    height: 73.8461538462vw;
    right: 0;
    bottom: -61.5384615385vw;
  }
}
.l-container .sec-intro p {
  font-size: 1.8rem;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width:768px) {
  .l-container .sec-intro p {
    font-size: 3.8461538462vw;
    text-align: left;
  }
}
.l-container .sec-work .work-ttl {
  margin-bottom: 100px;
}
@media screen and (max-width:768px) {
  .l-container .sec-work .work-ttl {
    margin-bottom: 10.2564102564vw;
  }
}
.l-container .sec-work .js-acdn-head {
  position: relative;
  margin-bottom: 40px;
  cursor: pointer;
}
@media screen and (max-width:768px) {
  .l-container .sec-work .js-acdn-head {
    margin-bottom: 7.6923076923vw;
  }
}
.l-container .sec-work .js-acdn-head:before, .l-container .sec-work .js-acdn-head:after {
  content: "";
  width: 40px;
  height: 2px;
  background: #000;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -1px;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width:768px) {
  .l-container .sec-work .js-acdn-head:before, .l-container .sec-work .js-acdn-head:after {
    width: 10.2564102564vw;
    height: 0.5128205128vw;
    margin-top: -0.2564102564vw;
  }
}
.l-container .sec-work .js-acdn-head:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.l-container .sec-work .js-acdn-head.is-open:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.l-container .sec-work .work-subttl {
  font-size: 3.2rem;
}
@media screen and (max-width:768px) {
  .l-container .sec-work .work-subttl {
    font-size: 7.1794871795vw;
  }
}
.l-container .sec-work .work-main {
  margin-bottom: 70px;
}
@media screen and (max-width:768px) {
  .l-container .sec-work .work-main {
    margin-bottom: 10.2564102564vw;
  }
}
.l-container .sec-work .work-dl dt {
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (max-width:768px) {
  .l-container .sec-work .work-dl dt {
    font-size: 5.1282051282vw;
    margin-bottom: 2.5641025641vw;
  }
}
.l-container .sec-work .work-dl dd {
  font-size: 1.5rem;
  line-height: 1.8;
}
@media screen and (max-width:768px) {
  .l-container .sec-work .work-dl dd {
    font-size: 3.8461538462vw;
  }
}
.l-container .sec-work .work-dl + .work-dl {
  margin-top: 40px;
}
@media screen and (max-width:768px) {
  .l-container .sec-work .work-dl + .work-dl {
    margin-top: 7.6923076923vw;
  }
}
.l-container .sec-store .store-item {
  max-width: 960px;
  margin: 0 auto;
}
.l-container .sec-store .store-item + .store-item {
  margin-top: 70px;
}
@media screen and (max-width:768px) {
  .l-container .sec-store .store-item + .store-item {
    margin-top: 15.3846153846vw;
  }
}
.l-container .sec-store .store-ttl {
  font-size: 3.2rem;
  margin-bottom: 10px;
}
@media screen and (max-width:768px) {
  .l-container .sec-store .store-ttl {
    font-size: 7.1794871795vw;
    margin-bottom: 2.5641025641vw;
  }
}
.l-container .sec-store .store-txt {
  font-size: 1.8rem;
  line-height: 2;
  margin-bottom: 40px;
}
@media screen and (max-width:768px) {
  .l-container .sec-store .store-txt {
    font-size: 4.1025641026vw;
    margin-bottom: 7.6923076923vw;
  }
}
.l-container .sec-store .store-ttl + .store-item-child {
  margin-top: 40px;
}
@media screen and (max-width:768px) {
  .l-container .sec-store .store-ttl + .store-item-child {
    margin-top: 7.6923076923vw;
  }
}
@media print, screen and (min-width:769px) {
  .l-container .sec-store .store-item-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media print, screen and (min-width:769px) {
  .l-container .sec-store .store-item-child-left {
    width: 33.333%;
  }
}
@media screen and (max-width:768px) {
  .l-container .sec-store .store-item-child-left {
    margin-bottom: 7.6923076923vw;
  }
}
@media print, screen and (min-width:769px) {
  .l-container .sec-store .store-item-child-right {
    width: 58.333%;
    margin-left: auto;
  }
}
.l-container .sec-store .store-item-child-right p {
  font-size: 1.5rem;
  line-height: 1.8;
}
@media screen and (max-width:768px) {
  .l-container .sec-store .store-item-child-right p {
    font-size: 3.8461538462vw;
  }
}
.l-container .sec-store .store-note {
  margin-top: 40px;
  text-align: right;
  color: #707070;
  font-size: 1.3rem;
  line-height: 1.5;
}
@media screen and (max-width:768px) {
  .l-container .sec-store .store-note {
    margin-top: 7.6923076923vw;
    font-size: 3.3333333333vw;
    text-align: left;
    padding-left: 1em;
    text-indent: -1em;
  }
}
.l-container .sec-store .js-acdn + .js-acdn {
  margin-top: 120px;
}
@media screen and (max-width:768px) {
  .l-container .sec-store .js-acdn + .js-acdn {
    margin-top: 20.5128205128vw;
  }
}
.l-container .sec-store .concierge-item .work-dl + .work-dl {
  margin-top: 50px;
}
@media screen and (max-width:768px) {
  .l-container .sec-store .concierge-item .work-dl + .work-dl {
    margin-top: 7.6923076923vw;
  }
}
.l-container .sec-office {
  margin-top: 120px;
}
@media screen and (max-width:768px) {
  .l-container .sec-office {
    margin-top: 25.641025641vw;
  }
}
.l-container .sec-office .office-item {
  max-width: 960px;
  margin: 0 auto;
}
.l-container .sec-office .office-txt {
  font-size: 1.8rem;
  line-height: 2;
  margin-bottom: 50px;
}
@media screen and (max-width:768px) {
  .l-container .sec-office .office-txt {
    font-size: 4.1025641026vw;
    margin-bottom: 7.6923076923vw;
    letter-spacing: -0.02em;
  }
}
.l-container .sec-office .office-dl {
  border: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 80px;
}
@media screen and (max-width:768px) {
  .l-container .sec-office .office-dl {
    padding: 7.6923076923vw;
  }
}
.l-container .sec-office .office-dl dt {
  font-size: 2.4rem;
  font-weight: 700;
  padding-right: 40px;
}
@media screen and (max-width:768px) {
  .l-container .sec-office .office-dl dt {
    font-size: 6.1538461538vw;
    padding-right: 0;
    padding-bottom: 3.8461538462vw;
  }
}
@media print, screen and (min-width:769px) {
  .l-container .sec-office .office-dl dd {
    padding-left: 40px;
    border-left: 1px solid #000;
  }
}
@media screen and (max-width:768px) {
  .l-container .sec-office .office-dl dd {
    border-top: 1px solid #000;
    padding-top: 3.8461538462vw;
  }
}
@media print, screen and (min-width:769px) {
  .l-container .sec-office .office-dl dd ul {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(3, auto);
    gap: 0px 80px;
  }
}
@media screen and (max-width:768px) {
  .l-container .sec-office .office-dl dd ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.l-container .sec-office .office-dl dd ul li {
  font-size: 1.8rem;
  line-height: 1.6;
}
@media screen and (max-width:768px) {
  .l-container .sec-office .office-dl dd ul li {
    font-size: 4.6153846154vw;
    width: 50%;
  }
}
@media screen and (max-width:768px) {
  .l-container .sec-office .office-dl dd ul li:first-child {
    width: 100%;
  }
}
.l-container .sec-office .office-note {
  margin-top: 50px;
  text-align: right;
  color: #707070;
  font-size: 1.3rem;
  line-height: 1.5;
}
@media screen and (max-width:768px) {
  .l-container .sec-office .office-note {
    margin-top: 7.6923076923vw;
    font-size: 3.3333333333vw;
    text-align: left;
    padding-left: 1em;
    text-indent: -1em;
  }
}
.l-container .sec-career {
  margin-top: 120px;
}
@media screen and (max-width:768px) {
  .l-container .sec-career {
    margin-top: 25.641025641vw;
  }
}
.l-container .sec-career .work-ttl {
  margin-bottom: 50px;
}
@media screen and (max-width:768px) {
  .l-container .sec-career .work-ttl {
    margin-bottom: 10.2564102564vw;
  }
}
.l-container .sec-career .career-txt {
  font-size: 1.8rem;
  line-height: 2;
  margin-bottom: 50px;
}
@media screen and (max-width:768px) {
  .l-container .sec-career .career-txt {
    font-size: 4.1025641026vw;
    margin-bottom: 10.2564102564vw;
  }
}
.l-container .sec-more {
  margin-top: 160px;
  padding-bottom: 80px;
}
@media screen and (max-width:768px) {
  .l-container .sec-more {
    margin-top: 35.8974358974vw;
    padding-bottom: 0;
  }
}
@media print, screen and (min-width:769px) {
  .l-container .sec-more .more-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media print, screen and (min-width:769px) {
  .l-container .sec-more .more-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 15px;
  }
}
@media screen and (max-width:768px) {
  .l-container .sec-more .more-link {
    margin-top: 7.6923076923vw;
    text-align: right;
  }
}
.l-container .sec-more .more-link .c-btn01--main {
  font-size: 1.8rem;
}
@media screen and (max-width:768px) {
  .l-container .sec-more .more-link .c-btn01--main {
    font-size: 4.6153846154vw;
  }
}
@media screen and (max-width:768px) {
  .l-container .sec-more .more-link .c-btn01 + .c-btn01 {
    margin-top: 3.8461538462vw;
  }
}