@charset "UTF-8";
:root{
  --ticker-height: 3.6rem;
  --ticker-bg-color: var(--color-brand-new-navy);
  --ticker-base-bg: var(--color-brand-new-navy);
  --ticker-font-color: var(--color-brand-white);
  --ticker-font-size: 1.2rem;
}

.header{
  position: relative;
  width: 100%;
  background-color: var(--color-white);
  letter-spacing: 0.05em;
  z-index: 10000;
  transition: all 0.6s ease;
}

html:has([data-menu-state="true"]){
  overflow: clip;
  overscroll-behavior: none;
}

html:has(.header.is-fixed) #Contents{
  padding-top: 6.5rem;
}

.header.is-hidden{
  transform: translateY(-100%);
}
  
.header.is-fixed{
  position: fixed;
  top: 0;
}

.header-nav{
  display: block;
}

@media (max-width: 767px) {
  .header-inner--nav{
    display: none;
  }
}

.header-inner--top{
  display: flex;
  align-items: center;
  padding: 2rem;
  justify-content: space-between;
}

.header-logo{
  width: 10.4rem;
  height: auto;
  margin: 0 auto;
}
.header-logo > a,
.header-logo > span {
  width: 100%;
  display: block;
}


.header-navigation{
  display: flex;
  align-items: center;
  gap: 1.6rem;
}

.header-navigation__item{
  width: 2rem;
  height: 2rem;
}

.header-navigation__item button{
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  background-color: transparent;
  outline: 0;
  cursor: pointer;
  transition: all 0.6s ease;
}

.header-navigation__item button:hover{
  opacity: 0.7;
}

.header-navigation__item a{
  cursor: pointer;
}

.header-navigation__item a svg,
.header-navigation__item button svg{
  display: inline-block;
  vertical-align: middle;
}

.header-navigation__item--hamburger{
  position: relative;
  height: 1.6rem;
}

.header-navigation__item--hamburger .hamburger-line{
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--color-black);
}

.header-navigation__item--hamburger .hamburger-line:nth-child(1){
  top: 0;
}
.header-navigation__item--hamburger .hamburger-line:nth-child(2){
  top: 50%;
  transform: translateY(-50%);
}
.header-navigation__item--hamburger .hamburger-line:nth-child(3){
  bottom: 0;
}

/* バツの1本目（上） */
header:has(.hamburger-menu[data-menu-state="true"]) .header-navigation__item--hamburger .hamburger-line:nth-child(1) {
  top: 50%;
  transform: rotate(45deg);
}

/* 真ん中の線は非表示 */
header:has(.hamburger-menu[data-menu-state="true"]) .header-navigation__item--hamburger .hamburger-line:nth-child(2) {
  opacity: 0;
}

/* バツの2本目（下） */
header:has(.hamburger-menu[data-menu-state="true"]) .header-navigation__item--hamburger .hamburger-line:nth-child(3) {
  top: 50%;
  bottom: auto;
  transform: rotate(-45deg);
}

/* hamburger */
.hamburger-menu-content{
  position: absolute;
  top: auto;
  left: 0;
  width: 100%;
  height: calc(100dvh - calc(var(--header-full-height) + var(--ticker-full-height,0)));
  background-color: var(--color-white);
  will-change: translate;
  overflow-y: auto;
  /* translate: -100% 0; */
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  transition: all 0.4s ease;
}

html:has(.header.is-fixed) .hamburger-menu-content{
  height: calc(100dvh - var(--header-full-height));
}


.hamburger-menu[data-menu-state="true"] .hamburger-menu-content{
  /* translate: 0 0; */
  opacity: 1;
  visibility: visible;
}

.hamburger-menu__tools{
  display: flex;
  align-items: center;
  background-color: var(--color-white);
}

.hamburger-menu__tools-link{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
  flex: 1;
  padding: 1.4rem 0.5rem 1.5rem;
  text-align: center;
  background-color: #F8F8F8;
  border-top: 1px solid #E5E5E5;
  font-weight: var(--fw-bold);
}

.hamburger-menu__tools-link::before{
  content: '';
  width: 2.4rem;
  height: 2.4rem;
  background-repeat: no-repeat;
  background-size: contain;
}

.hamburger-menu__tools-link:nth-child(2){
  border-left: 1px solid #E5E5E5;
  border-right: 1px solid #E5E5E5;
}

.hamburger-menu__tools-link:nth-child(1)::before{background-image: url(../Contents/ThemeImage/common/icon/icon_user.svg);}
.hamburger-menu__tools-link:nth-child(2)::before{background-image: url(../Contents/ThemeImage/common/icon/icon_favorite.svg);}
.hamburger-menu__tools-link:nth-child(3)::before{background-image: url(../Contents/ThemeImage/common/icon/icon_shop.svg);}

.hamburger-menu__tools-link span{
  display: block;
  font-size: 1.1rem;
  font-weight: var(--fw-semibold);
}

.hamburger-menu__link{
  border-top: 0.6rem solid #EEE;
  border-bottom: 0.6rem solid #EEE;
}

.hamburger-menu__link-item:not(:last-of-type){
  border-bottom: 1px solid #E5E5E5;
}


.m-category-accordion > .static-section__title{
  padding: 0;
  border-bottom: 1px solid #E5E5E5;
  border-top: 0;
}

.m-category-accordion > .static-section__accordion-list + .static-section__title{
  border-top: 0;
}

.hamburger-menu .static-section__accordion-list{
  border-bottom: 1px solid #E5E5E5;
}

/* .m-category-accordion > .static-section__title a,
.hamburger-menu .static-section__accordion-list .static-section__accordion-title{
  padding: 2.2rem 1.5rem;
  line-height: 1;
} */

.hamburger-menu .static-section__accordion-list .static-section__accordion-title span{
  font-size: 1.4rem;
  font-weight: var(--fw-bold);
}

.hamburger-menu__link-item a{
  display: block;
  padding: 2.2rem 1.5rem;
  font-size: 1.4rem;
  font-weight: var(--fw-bold);
}

.hamburger-menu__sns{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  padding: 3rem 0 5rem;
  background-color: var(--color-bg-3);
  border-top: 0.6rem solid #E5E5E5;
}

.hamburger-menu__sns .hamburger-menu__sns-icon{
  width: 3rem;
}

.c-user-name{
  padding: 1rem;
  background-color: var(--color-black);
  color: var(--color-white);
  font-weight: var(--fw-bold);
  text-align: center;
}

@media (max-width: 1024px) {
  /* .global-nav__outer{
    display: none;
  } */

  .hamburger-menu__links{
    border-top: 1px solid #000;
  }

  .global-nav__item-heading{
    position: relative;
    display: grid;
    grid-template-columns: 1fr 10px;
    align-items: center;
    cursor: pointer;
    border-bottom: 1px solid #E5E5E5;
    list-style: none;
    font-size: 14px;
    padding: 1.8rem 1.5rem;
    font-weight:  var(--fw-semibold);
  }

  .global-nav__item:last-of-type .global-nav__item-heading{
    border-bottom: 0;
  }

  .global-nav__item-heading span{
    font-weight: inherit;
  }

  .mega-menu__list li:not(:last-child){
    border-bottom: 1px solid #EBEBEB;
  }

  .hamburger-menu__tools-link span{
    font-size: 12px;
  }

  .hamburger-menu__tools-link::before{
    width: 24px;
    height: 24px;
  }

  .menu-lower{
    display: grid;
    transition: grid-template-rows 0.5s;
    grid-template-rows: 0fr;
  }

  .menu-lower .mega-menu__list{
    overflow: hidden;
  }

  .menu-lower.is-open{
    grid-template-rows: 1fr;
  }

  .menu-lower .mega-menu__list{
    background: #FAFAFA;
  }

  .menu-lower .mega-menu__list li a{
    display: block;
    padding: 1.6rem 2.5rem;
    font-size: 12px;
    font-weight: var(--fw-light);
  }

  .global-nav__item:has(.menu-lower) .global-nav__item-heading:not(.global-nav__item-heading--direct)::after{
    content: '';
    width: 10px;
    height: 5px;
    display: block;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210.707%22%20height%3D%226.061%22%20viewBox%3D%220%200%2010.707%206.061%22%3E%20%3Cpath%20d%3D%22M.353.354l5%2C5-5%2C5%22%20transform%3D%22translate(10.707%200)%20rotate(90)%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%221%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: rotate 0.35s ease;
  }

  .global-nav__item--news{
    border-top: 6px solid #EEEEEE;
  }

  .hamburger-menu__sns .hamburger-menu__sns-icon{
    width: 30px;
  }

  .hamburger-menu__sns{
    gap: 25px;
  }

}


/* サーチ */
.header-menu-bg{
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100dvh;
  background-color: rgba(0, 0, 0, 0.8);
}

.header-search-area[data-menu-state="true"] .header-menu-bg{
  opacity: 1;
  visibility: visible;
}

.header-search-area{
  position: absolute;
  top: auto;
  width: 100%;
  background-color: var(--color-white);
  z-index: 1000;
  /* translate: -100% 0; */
  visibility: hidden;
  opacity: 0;
  transition: all 0.6s ease;
}

.header-search-area[data-menu-state="true"]{
  /* translate: 0 0; */
  opacity: 1;
  visibility: visible;
}

.header button{
  border: 0;
  outline: 0;
  padding: 0;
  margin: 0;
  background-color: transparent;
}

.header-search-area__inner{
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  background-color: var(--color-white);
}

.header-search{
  padding: 5.5rem 2rem 0; 
}

.header-search .header-search__form{
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}

.header-search .header-search__form-input{
  width: 100%;
  border: 0;
  height: 3.4rem;
  padding: 0.5rem 1rem;
  font-size: 1.4rem;
  border-block-start: 0;
  font-weight: var(--fw-light);
  border-bottom: 0.1rem solid var(--color-black);
}

.header-search .header-search__form-button{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.4rem;
  height: 3.4rem;
}

.header-search .header-search__form-button::before{
  content: '';
  display: block;
  background-image: url(../Contents/ThemeImage/common/icon/icon_search.svg);
  width: 1.8rem;
  height: 1.8rem;
  background-repeat: no-repeat;
}

.header-keyword{
  padding: 4rem 2rem;
  border-bottom: 0.6rem solid #EEEEEE;
}

.header-keyword .c-section-heading{
  margin-bottom: 2rem;
  text-align: center;
}

.header-history {
  padding: 3rem 0 4rem;
}

.header-history .c-section-heading{
  padding: 0 2rem;
  margin-bottom: 2rem;
}

.header-history .c-productlist--simple{

}

.c-productlist--simple{
}

.c-productlist__inner{
  display: flex;
  overflow-x: auto;
  gap: 0.6rem;
  padding: 0 2rem 1rem;
}

.c-productlist--simple img{
  aspect-ratio: var(--product-img-aspectratio);
  object-fit: var(--product-img-objectfit);
}

.c-productlist--simple .c-product-item{
  width: 9rem;
  flex-shrink: 0;
  border: 1px solid #E5E5E5;
}

.header-menu-close{
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  display: block;
  width: 2.3rem;
  height: 2.3rem;
  rotate: 45deg;
  z-index: 15;
}

.header-menu-close::before,
.header-menu-close::after{
  content: '';
  position: absolute;
  display: block;
  background-color: var(--color-black);
}

.header-menu-close::before{
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.header-menu-close::after{
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.header-drawer-menu{
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0px 0.3rem 1rem rgba(0, 0, 0, 0.16); 
  background-color: var(--color-white);
  z-index: 101;
}


.header-navigation__item:has([data-menu-disptype="hover"]):hover .header-drawer-menu{
  opacity: 1;
  visibility: visible;
}

.hamburger-menu-content .m-category-accordion > .static-section__accordion-list > .static-section__accordion-title,
.hamburger-menu-content .m-category-accordion > .static-section__title > a,
.hamburger-menu-content .static-section__accordion-list[data-category-depth="1"] .static-section__accordion-title{
  font-size: min(14px, calc(14 * (100vw / 375)));
  padding: 2rem 1.5rem;
}
/* 
.hamburger-menu-content .static-section__accordion-list[data-category-depth="1"] .static-section__accordion-title, .hamburger-menu-content .static-section__accordion-list[data-category-depth="1"] .static-section__title a{
  padding-block: 1.6rem;
} */

.hamburger-menu-content .m-category-accordion .static-section__accordion-desc .static-section__title{
  padding: 0;
}
.hamburger-menu-content .m-category-accordion .static-section__accordion-desc .static-section__title > a{
  padding-left: 2.5rem;
}

.hamburger-menu-content .m-category-accordion > .static-section__accordion-list{
  border-bottom: 1px solid #E5E5E5;
}


.newsticker {
  margin: 0 auto;
  text-align: left;
  position: relative;
  overflow: hidden;
	z-index: 1;
  width: 100%;
  top: 0;
  background-color: var(--ticker-base-bg);
}

.newsticker ul{
  height: var(--ticker-height) !important;
}

.newsticker li{
  width: 100%;
  height: 100%;
  display: none;
}

.newsticker li > *{
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: var(--ticker-bg-color);
  color: var(--ticker-font-color);
  font-size: var(--ticker-font-size);
}

.newsticker li span,
.newsticker li p{
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
}

.newsticker li p{
  max-width: 25em;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.newsticker li img,
.newsticker li picture{
  max-width: 1400px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .newsticker li p{
    max-width: 50em;
  }
}

@media screen and (max-width: 1400px) {
  .headAd.banner.headAd.banner ul li img{
    width: calc(1000 * (100vw / 1200));
    object-fit: cover;
  }
}

@media (min-width: 1025px) {
  .hamburger-menu{
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header-inner--nav{
    display: none;
  }

  .header-navigation__item--hamburger{
    opacity: 1;
    visibility: visible;
  }

  .hamburger-menu-content{
    background-color:transparent;
  }

  .hamburger-menu__links{
    background-color: var(--color-white);
  }

}


  @media (max-width: 767px) {
    .header-inner--nav{
      display: none;
    }
  }

.hamburger-menu__links{
  border-top: 0.6rem solid #EEEEEE;
}

@media (min-width: 768px) {
  html:has(.header.is-fixed) #Contents{
    padding-top: var(--header-full-height);
  }

  .header-nav{
    display: block;
  }

  .header-inner--top{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    padding: 2.4rem;
    max-width: 140rem;
    width: 95%;
    margin: 0 auto;
  }

  .header-navigation{
    /* gap: 2.8rem; */
    gap: 28px;
  }

  .header-navigation__item{
    position: relative;
    /* width: 2.2rem; */
    /* height: 2.2rem; */
    width: 22px;
    height: 22px;
  }

  .header-logo{
    display: flex;
    align-items: center;
    justify-content: center;
    grid-area: 1 / 2 / 2 / 3;
    width: max(110px,13.4rem);
  }

  .header-navigation--right{
    justify-content: flex-end;
    grid-area: 1 / 3 / 2 / 4;
  }

  /* カテゴリ */

  .header-inner--nav{
    position: relative;
  }

  .header-navigation__item{
    position: relative;
    cursor: pointer;
  }

  .header-menu-bg{
    width: 100%;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.7);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
  }

  [data-menu-state="true"] .header-menu-bg,
  .header-inner--nav:has(.mega-menu.active) .header-menu-bg{
    opacity: 1;
    visibility: visible;
  }

  .global-nav__outer{
    position: relative;
    z-index: 1000;
  }

  .global-nav{
    max-width: 140rem;
    width: 95%;
    margin: 0 auto;
  }
  
  .header-inner--nav .global-nav__list{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 1rem 0 0;
  }
  
  .header-inner--nav .global-nav__item-heading{
    display: block;
    font-size: max(1.2rem,11px);
    line-height: 1.4;
    padding: 0 1.5rem 2.6rem;
  }
  
  .header-inner--nav .global-nav__item-heading span{
    border-bottom: transparent;
  }

  .header-inner--nav .global-nav__item-heading:hover span{
    border-bottom: 1px solid var(--color-black);
  }

  .global-nav__item > span.global-nav__item-heading,
  .global-nav__item > span.global-nav__item-heading span{
    cursor: pointer;
  }

  .header-inner--nav .mega-menu{
    position: absolute;
    display: block;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    width: 100%;
    background-color: var(--color-white);
  }

  .header-inner--nav .mega-menu.active{
    opacity: 1;
    visibility: visible;
    z-index: 11;
    transition: all 0.6s ease;
  }

  .header-inner--nav .mega-menu__list{
    display: flex;
    flex-wrap: wrap;
    gap: 4rem;
    justify-content: center;
    max-width: 140rem;
    width: 95%;
    margin: 0 auto;
    padding: 2rem 0 5rem;
    border-bottom: 1px solid #E5E5E5;
  }

  .header-inner--nav .mega-menu__list li a{
    font-size: 1.4rem;
    line-height: 1.42857142857;
    font-weight: var(--fw-bold);
  }

  .header-inner--nav .mega-menu__list li a span{
    font-weight: inherit;
  }

  .header-inner--nav .mega-menu__list + .mega-menu__list{
    padding: 2.6rem 0;
    justify-content: center;
    gap: 3rem;
    font-size: 1.2rem;
  }

  .header-inner--nav .mega-menu--color .mega-menu__list{
    flex-wrap: nowrap;
    gap: 2rem;
  }

  .header-inner--nav .mega-menu--color .mega-menu__list li{
    width: 15.7rem;
    text-align: center;
  }

  .header-inner--nav .mega-menu--color .mega-menu__list li span{
    display: block;
    margin-top: 1.2rem;
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: var(--fw-bold);
  }

  /* サーチ */
  .header-search-area .c-section-heading{
    text-align: center;
    font-size: 1.6rem;
  }
  
  .header-search{
    padding: 2.5rem 2rem 0; 
  }
  
  .header-search .header-search__form{
    max-width: 42.8rem;
    margin: 0 auto;
  }
  
  .header-search .header-search__form-input{
    height: 4.4rem;
    font-size: 1.6rem;
  }
  
  .header-search .header-search__form-button{
    width: 4.4rem;
    height: 4.4rem;
  }
  
  .header-search .header-search__form-button::before{
    width: 2.3rem;
    height: 2.3rem;
  }
  
  .header-keyword{
    max-width: 140rem;
    width: 95%;
    margin: 0 auto;
    padding: 5rem 2rem 4rem; 
    border-bottom: 0.1rem solid #EEEEEE;
  }
  
  .header-keyword .c-section-heading{
    margin-bottom: 3rem;
  }

  .header-keyword .c-keyword-list{
    max-width: 57rem;
    margin: 0 auto;
  }
  
  .header-history {
    padding: 3rem 0 2.2rem;
  }
  
  .header-history .c-section-heading{
    margin-bottom: 2.4rem;
  }
  
  .c-productlist__inner{
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 0.8rem; 
    max-width: 58.2rem;
    margin: 0 auto;
    padding: 0 2rem 1rem;
    overflow-x: hidden;
  }
  
  .c-productlist--simple .c-product-item{
    width: auto;
  }
  
  .header-menu-close{
    cursor: pointer;
  }

}


@media (min-width: 1024px) {
  .header-navigation__item--hamburger{
    opacity: 0;
    visibility: hidden;
  }
}


/* フッター */
.l-footer{
  /* padding-top: 50px; */
  width: 100%;
  border-top: 6px solid #EDEDED;
}

.l-footer .l-footer__upper .l-footer__inner{
  padding-inline: min(15px, calc(15 * (100vw / 375)));
}

.l-footer .l-footer__bottom{
  background-color: var(--color-black);
  padding: 11px 0;
}

.l-footer .m-category-accordion > .static-section__accordion-list > .static-section__accordion-title,
.l-footer .m-category-accordion > .static-section__title > a,
.l-footer .static-section__accordion-list[data-category-depth="1"] .static-section__accordion-title{
  font-size: min(14px, calc(14 * (100vw / 375)));
  padding: 1.8rem 1rem 1.8rem 0.6rem;
}
.l-footer .m-category-accordion .static-section__accordion-desc .static-section__title{
  padding: 0;
}
.l-footer .m-category-accordion .static-section__accordion-desc .static-section__title > a{
  padding-left: 2rem;
  line-height: 1;
}

.l-footer .m-category-accordion > .static-section__accordion-list{
  border-bottom: 1px solid #E5E5E5;
}

.l-footer .l-footer__block:nth-of-type(n+2){
  margin-top: min(44px, calc(44 * (100vw / 375)));
}

.l-footer .l-footer__block--heading{
  padding-bottom: min(12px, calc(12 * (100vw / 375)));
  font-family: var(--font-en);
  font-size: min(16px, calc(16 * (100vw / 375)));
  font-weight: var(--fw-regular);
  letter-spacing: 0.05em;
  line-height: 1;
  border-bottom: 1px solid var(--color-black);
  font-weight: var(--fw-bold) !important;
}

.static-section__accordion-title > span{
  font-weight: var(--fw-semibold);
}

.l-footer .l-footer__block--link{
  padding-block: min(20px, calc(20 * (100vw / 375)));
  
  display: block;
  font-size: min(14px, calc(14 * (100vw / 375)));
  font-weight: var(--fw-bold);
  letter-spacing: 0.05em;
  line-height: 1.4;
  border-bottom: 1px solid #E5E5E5;
}

.l-footer .l-footer__logo{
  margin-inline: auto;
  width: 14.4rem;
}

.l-footer .l-footer__block .l-footer__sns{
  margin-top: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: min(25px, calc(25 * (100vw / 1400)));
}

.l-footer .l-footer__block .l-footer__banner{
  margin-top: 20px;
  width: min(225px, calc(225 * (100vw / 1400)));
}

.l-footer--bg{
  margin-top: 70px;
  padding-block: 40px;
  background-color: #EDEDED;
}

.l-footer--bg .l-footer__sns{
  margin-block: 40px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
}

.l-footer--bg .l-footer__sns--item{
  width: min(30px, calc(30 * (100vw / 375)));
}

.l-footer--bg .l-footer__banner{
  margin-inline: auto;
  width: min(225px, calc(225 * (100vw / 375)));
}

.l-footer--bg .l-footer__link{
  margin-top: 40px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 8px;
}

.l-footer--bg .l-footer__link :where(li:nth-of-type(2n)){
  border-left: 1px solid #D5D5D5;
}

.l-footer--bg .l-footer__link :where(a){
  margin-inline: 14px;
  display: block;
  font-size: 10px;
  letter-spacing: 0;
  line-height: 1.4;
}

.l-footer--bg .l-footer__bottom--link-list{
  display: none;
}

.l-footer .l-footer__bottom--copyright{
  display: block;
  font-family: var(--font-en);
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: var(--color-white);
  text-align: center;
}

/* サービス */

.l-footer__service{
  padding: 5rem min(15px, calc(15 * (100vw / 375)));
}

.l-footer__service-content{
  /* margin-inline: auto;
  padding-inline: 0;
  width: min(90%, 1400px); */
}

.l-footer__service-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 5rem 1.5rem;
}

.l-footer__service-item{
  width: 16.5rem;
  text-align: center;
}

.l-footer__service-item img{
  width: 14rem;
  margin: 0 auto;
}

.l-footer__service-item figcaption{
  display: block;
  margin-top: 2rem;
  font-size: 1.1rem;
  line-height: 1.66666666667;
}

.l-footer__service-item figcaption strong{
  display: block;
  margin-bottom: 0.4rem;
  font-size: 1.4rem;
  line-height: 1.69230769231;
  font-weight: var(--fw-semibold);
}

@media (min-width: 768px) {

  .l-footer{
    display: grid;
    /* gap: min(120px, calc(120 * (100vw / 1400))); */
  }

  .l-footer .l-footer__upper{
    margin-bottom: 12rem;
  }

  .l-footer .l-footer__upper .l-footer__inner{
    margin-inline: auto;
    padding-inline: 0;
    width: min(90%, 1400px);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: min(100px, 7.1428%);
  }

  .l-footer .l-footer__block:nth-of-type(n+2){
    margin-top: 0;
  }

  .l-footer__block--content{
    margin-top: 2.5rem;
  }

  .l-footer .l-footer__block--list{
    /* margin-top: min(25px, calc(25 * (100vw / 1400))); */
    /* display: grid; */
    /* gap: min(25px, calc(25 * (100vw / 1400))); */
  }

  .static-section__accordion-list :where(summary)::after{
    display: none;
  }

  .l-footer .l-footer__block--link{
    padding-block: 0;
    font-size: min(14px, calc(14 * (100vw / 1400)));
    width: fit-content;
    border-bottom: none;
  }

  .l-footer .m-category-accordion > .static-section__accordion-list > .static-section__accordion-title,
  .l-footer .m-category-accordion > .static-section__title > a,
  .l-footer .static-section__accordion-list[data-category-depth="1"] .static-section__accordion-title{
    font-size: min(14px, calc(14 * (100vw / 1400)));
    padding: 1.5rem 1rem;
    line-height: 1;
    font-weight: var(--fw-semibold);
  }
  .l-footer .m-category-accordion .static-section__accordion-desc .static-section__title{
    padding: 0;
    border-top: 0;
  }

  .l-footer .m-category-accordion .static-section__accordion-desc .static-section__title > a{
    font-size: min(12px, calc(12 * (100vw / 1400)));
    padding-block: 1rem;
  }

  .l-footer .m-category-accordion .static-section__accordion-desc .static-section__title:last-of-type{
    margin-bottom: 2rem;
  }
  
  .m-category-accordion > .static-section__title,
  .l-footer .m-category-accordion > .static-section__accordion-list{
    border-bottom: 0;
  }

  .l-footer .l-footer__bottom .l-footer__inner{
    margin-inline: auto;
    width: min(90%, 1400px);
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
  }

  .l-footer .l-footer__bottom--link-list{
    display: flex;
    align-items: center;
  }

  .l-footer .l-footer__bottom--link-text{
    padding-right: min(12px, calc(12 * (100vw / 1400)));
    font-size: min(12px, calc(12 * (100vw / 1400)));
    line-height: 1.1667;
    color: var(--color-white);
  }

  .l-footer .l-footer__bottom--link-list :where(li:nth-of-type(n+2)) .l-footer__bottom--link-text{
    padding-left: min(12px, calc(12 * (100vw / 1400)));
    border-left: 1px solid var(--color-white);
  }

  .l-footer .l-footer__bottom--copyright{
    font-size: min(12px, calc(12 * (100vw / 1400)));
  }

  .l-footer .m-category-accordion > .static-section__accordion-list > .static-section__accordion-title,
  .l-footer .m-category-accordion > .static-section__title > a,
  .l-footer .static-section__accordion-list[data-category-depth="1"] .static-section__accordion-title{
    display: block;
  }

  .l-footer .l-footer__block--heading{
    font-size: min(20px, calc(20 * (100vw / 1400)));
  }

  .static-section__accordion-list[data-category-depth="1"] .static-section__title{
    background-color: transparent;
  }

  /* サービス */

  .l-footer__service{
    padding: 4rem 1rem 10rem;
  }

  .l-footer__service-content{
    margin-inline: auto;
    padding-inline: 1rem;
    padding-block: 5rem;
    width: min(90%, 1400px);
    /* background-color: #FAFAFA; */
  }

  .l-footer__service-list{
    justify-content: center;
    gap: 4rem;
  }

  .l-footer__service-item{
    width: 20rem;
  }

  .l-footer__service-item img{
    width: 16rem;
  }

  .l-footer__service-item figcaption{
    margin-top: 0.9rem;
  }

  .l-footer__service-item figcaption strong{
    margin-bottom: 0.3rem;
  }

  .l-footer__sns,.l-footer__banner{
    padding-left: 1rem;
  }

}



/* Recruitの調整 */

/* header */
.recruit-header .hamburger-menu-content {
  position: absolute;
  top: auto;
  left: 0;
  width: 100%;
  background-color: var(--color-white);
  will-change: translate;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  transition: all 0.4s ease;
  /* recruitユニークな記述 */
  height: calc(100dvh - var(--header-full-height));
  display: grid;
  align-items: stretch;
  align-content: space-between;
}
.recruit-header .global-nav__item-heading.link-external span::after {
  content: "";
  display: inline-block;
  width: 1.57rem;
  height: 1.17rem;
  top: 0.1rem;
  left: 1rem;
  background-size: contain;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213.731%22%20height%3D%2210.265%22%20viewBox%3D%220%200%2013.731%2010.265%22%3E%0A%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_12077%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2012077%22%20transform%3D%22translate(-8478.5%20-669.26)%22%3E%0A%20%20%20%20%3Cpath%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_24608%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2024608%22%20d%3D%22M1%2C1V6.345H9.61V1H1M0%2C0H10.61V7.345H0Z%22%20transform%3D%22translate(8481.621%20669.26)%22%2F%3E%0A%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_67988%22%20data-name%3D%22%E3%83%91%E3%82%B9%2067988%22%20d%3D%22M10.107%2C7.144h-1V.5H0v-1H10.107Z%22%20transform%3D%22translate(8488.607%20679.025)%20rotate(180)%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A');
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width: 1024px) {
  .global-nav__item:last-of-type .global-nav__item-heading {
    border-bottom: 1px solid #E5E5E5;
  }
}
@media (min-width: 1024px) {
  .recruit-header .global-nav__item-heading.link-external span::after {
    width: 1.38rem;
    height: 1.1rem;
    top: 0.1rem;
    left: 0.6rem;
  }
}
/* ロゴクリックのポップアップ */
.header-logo-modal {
  position: fixed;
  width: 100%;
  height: 100dvh;
  z-index: 10000;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: .6s;
}
.header-logo-modal.is-show {
  opacity: 1;
  visibility: visible;
}
.header-logo-modal .logo-modal__inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: calc(700 * (100vw / 750));
  max-width: 68.7rem;
  height: fit-content;
  background-color: #fff;
  padding: 4rem 0;
}
.header-logo-modal .close-button {
  position: absolute;
  right: 0;
  top: -4rem;
  cursor: pointer;
  width: 2.5rem;
  height: 2.5rem;
}
.header-logo-modal .close-button svg {
  width: 100%;
 
}
.header-logo-modal .modal-title {
  width: 12rem;
  margin: 0 auto 2rem;
}
.header-logo-modal .modal-select {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.header-logo-modal .modal-select__link {
  width: calc(300 * (100vw / 750));
  height: calc(200 * (100vw / 750));
  border: 2px solid var(--color-black);
}
.header-logo-modal .modal-select__link a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
    
.header-logo-modal .online-title {
  display: grid;
  grid-gap: 0.3rem;
  justify-items: center;
  font-family: var(--font-en);
  font-size: 1.6rem;
  font-weight: var(--fw-medium);
}
.header-logo-modal .online-title-jp {
  font-family: var(--font-jp);
  font-weight: var(--fw-regular);
  font-size: 1.2rem;
}

.header-logo-modal .recruit-title {
  font-size: 1.6rem;
  font-family: var(--font-jp);
  font-weight: var(--fw-regular);
}
.header-logo-modal .modal-background {
  background-color: rgba(0, 0, 0, 0.7);
  display: block;
  width: 101vw;
  height: 100%;
  cursor: pointer;
}

@media (min-width: 768px) {
  .header-logo-modal .logo-modal__inner {
    padding: 6rem 0;
  }
  .header-logo-modal .close-button {
    position: absolute;
    right: 0;
    top: -4rem;
    cursor: pointer;
    width: 2.5rem;
    height: 2.5rem;
  }
  .header-logo-modal .close-button svg {
    width: 100%;
  }
  .header-logo-modal .modal-title {
    width: 13.6rem;
    margin-bottom: 3rem;
  }
  .header-logo-modal .modal-select {
    gap: 3.7rem;
  }
  .header-logo-modal .modal-select__link {
    width: 25.5rem;
    height: 12rem;
  }
      
  .header-logo-modal .online-title {
    grid-gap: 1rem;
    font-size: 2.2rem;
  }
  .header-logo-modal .online-title-jp {
    font-size: 1.3rem;
  }

  .header-logo-modal .recruit-title {
    font-size: 1.8rem;
  }

}

/* 求人一覧の追従 */

.recruit-sticky {
  position: fixed;
  z-index: 10;
  bottom: 1.5rem;
  right: 0.7rem;
  opacity: 1;
  -webkit-transition: opacity var(--transition-default);
  transition: opacity var(--transition-default);
  border-radius: 50rem;
  background-color: var(--color-black);
  border: 2px solid var(--color-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 9rem;
  height: 9rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: var(--color-white);
}

.recruit-sticky-text {
  font-size: 1.2rem;
  font-weight: var(--fw-bold);
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.recruit-sticky-text::after {
  content: "";
  display: inline-block;
  width: 1.25rem;
  height: 1.1rem;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213.617%22%20height%3D%2211.263%22%20viewBox%3D%220%200%2013.617%2011.263%22%3E%0A%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_11943%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2011943%22%20transform%3D%22translate(-8478.978%20-668.347)%22%3E%0A%20%20%20%20%3Cpath%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_24608%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2024608%22%20d%3D%22M1%2C1V6.994H9.4V1H1M0%2C0H10.4V7.994H0Z%22%20transform%3D%22translate(8482.194%20668.347)%22%20fill%3D%22%23fff%22%2F%3E%0A%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_67988%22%20data-name%3D%22%E3%83%91%E3%82%B9%2067988%22%20d%3D%22M10.956%2C7.775h-1V.5H0v-1H10.956Z%22%20transform%3D%22translate(8489.934%20679.11)%20rotate(180)%22%20fill%3D%22%23fff%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-repeat: no-repeat;
  position: relative;
  top: 0.2rem;
  left: 0.2rem;
}

@media (min-width: 768px) {
  .recruit-sticky {
    bottom: 1.2rem;
    right: 1.1rem;
    width: 11rem;
    height: 11rem;
  }
  .recruit-sticky-text {
    font-size: 1.4rem;
  }
  .recruit-sticky-text::after {
    width: 1.36rem;
    height: 1.2rem;
    top: 0.2rem;
    left: 0.2rem;
  }
}

/* l-footer__serviceを非表示 */
.p-recruit .l-footer__service {
  display: none;
}
.p-recruit .l-footer .l-footer__upper {
  padding-top: 5rem;
}
@media (min-width: 768px) {
  .p-recruit .l-footer .l-footer__upper {
    padding-top: 10rem;
  }
}
