:root {
    --primary-color: #ffffff;
    --primary-text: #ffffff;
    --secondary-color: #3d4744;
    --secondary-text: #3d4744;
    --cta-color: #ffffff;
    --cta-text: #ffffff;
  }
  
  body {
    background: #fff!important;
  }
  @media (max-width: 1100px) {
    .tabNone {
      display: none!important;
    }
    .tabOn {
      display: block!important;
    }
  }
  @media (min-width: 1100px) {
    .tabOn {
      display: none!important;
    }
    .tabNone {
      display: block!important;
    }
  }
  
  .button--custom {
    width: 240px;
    max-width: 240px!important;
    background: #161619!important;
    color: #ffffff!important;
    border-radius: 2px!important;
  }
  
  .hdr_custom {
    background: #ffffff;
    /* position: fixed; */
    z-index: 998;
    width: 100%;
    transition: 0.3s;
  }
  .fs-body-top .hdr_custom {
    position: fixed;
    top: 1px;
  }
  .hdr_custom .hdrMiddle {
    padding-top: 0;
    background: #ffffff;
    border-bottom: 1px solid #DEDFDF;
  }
  .hdrInner_custom {
    max-width: 1512px;
    padding: 0 30px;
  }
  .hdr_custom2 .hdrInner_custom {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  
  .hdr_custom .hdrTop {
    background-color: #48494D;
    color: #ffffff;
    position: relative;
  }
  .hdr_custom .hdrTop p {
    padding: 10px 0;
  }
  .hdr_custom .hdrTop p a {
    color: #fff;
    position: relative;
    padding-right: 15px;
  }
  .hdr_custom .hdrTop p a:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  .hdr_custom .hdrTop .shop {
    position: absolute;
    height: fit-content;
    top: 0;
    right: 15px;
    bottom: 0;
    margin: auto;
  }
  .hdr_custom .hdrTop .shop a {
    display: flex;
    align-content: center;
    gap: 10px;
    font-weight: 500;
    font-size: 10px;
    line-height: 150%;
    letter-spacing: 0.05em;
    color: #fff;
  
  }
  .hdr_custom .hdrTop .shop a img {
    width: 15px;
  }
  
  
  .hdrMiddle__left_menu ul {
    display: flex;
    align-content: center;
    gap: 20px;
    list-style: none;
  }
  .hdrMiddle__left_menu ul li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.05em;
    vertical-align: middle;
  }
  .hdrMiddle__right_custom .iconNav {
    display: flex;
    align-content: center;
    justify-content: flex-end;
    gap: 24px;
  }
  .hdrMiddle__right_custom .iconNav > div {
    align-items: center;
    align-content: center;
    justify-content: flex-end;
    gap: 24px;
  }
  .hdrMiddle__right_custom .iconNav ul{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: flex-end;
    gap: 0px;
  }
  .hdrMiddle__right_custom .iconNav ul.iconNav_custom1 img,
  .hdrMiddle__right_custom .iconNav ul.iconNav_custom2 img {
    width: 24px;
  }
  .hdrMiddle__right_custom .iconNav ul.iconNav_custom2 img {
    width: 24px;
  }
  .hdrMiddle__right_custom .iconNav ul.iconNav_custom2 {
    gap: 30px;
  }
  .hdrMiddle__right_custom .iconNav ul.iconNav_custom2 .map {
    background-color: #48494D;
    color: #ffffff;
    width: 100px;
    height: 110px;
  }
  .hdrMiddle__right_custom .iconNav ul.iconNav_custom2 .map a {
    display: grid;
    align-items: center;
    align-content: center;
    height: 100%;
  }
  .hdrMiddle__right_custom .iconNav ul.iconNav_custom2 .map a img {
    width: 20px;
    margin: 0 auto;
  }
  .hdrMiddle__right_custom .iconNav ul.iconNav_custom2 .map a p {
    font-weight: 700;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.05em;
    color: #fff;
    margin-top: 4px;
  }
  
  .hdr_custom .hdrMiddle__left_menu.gNav ul li {
    margin: 0;
  }
  .hdr_custom2 .hdrMiddle__left_menu.gNav > ul > li > a:hover {
    color: #1A1A19;
  }
  .hdr_custom2 .hdrMiddle__left_menu.gNav ul li.hasChildren > a,
  .hdr_custom2 .hdrMiddle__left_menu.gNav ul li.hasChildren > span {
    padding-right: 20px;
    position: relative;
  }
  .hdr_custom2 .hdrMiddle__left_menu.gNav ul li.hasChildren > a:before,
  .hdr_custom2 .hdrMiddle__left_menu.gNav ul li.hasChildren > span:before {
    content: "";
    display: block;
    width: 15px;
    height: 8px;
    background: url(img/arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 3px;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: 0.3s;
  }
  .hdr_custom2 .hdrMiddle__left_menu.gNav ul li.hasChildren > a:hover:before,
  .hdr_custom2 .hdrMiddle__left_menu.gNav ul li.hasChildren > span:hover:before {
    transition: 0.3s;
    transform: rotate(-180deg);
  }
  .hdr_custom2 .hdrMiddle__left_menu.gNav ul li.downMenu ul {
    background-color: rgba(72, 73, 77, 1)!important;
  }
  .hdr_custom2 .hdrMiddle__left_menu.gNav ul li.downMenu ul > li > a:hover {
    background-color: initial;
  }
  .hdr_custom2 .hdrMiddle__right_custom .iconNav ul.iconNav_custom2 .map {
    background-color: #48494D;
    color: #ffffff;
    width: 91px;
    height: auto;
    border-radius: 4px;
  }
  .hdr_custom2 .hdrMiddle__right_custom .iconNav ul.iconNav_custom2 .map a {
    display: grid;
    align-items: center;
    align-content: center;
    height: 100%;
    padding: 10px;
    border-radius: 4px;
  }
  .hdr_custom2 .hdrMiddle__right_custom .iconNav ul.iconNav_custom2 .map a img {
    width: 20px;
    margin: 0 auto;
  }
  .hdr_custom2 .hdrMiddle__right_custom .iconNav ul.iconNav_custom2 .map a p {
    font-weight: 700;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.05em;
    color: #fff;
    margin-top: 4px;
  }
  .hdrSearch__wrap {
    background-color: #fff;
  }
  
  @media (max-width: 1100px) {
    .hdr_custom .hdrMiddle__right .iconNav ul {
      gap: 0 10px;
    }
    .hdr_custom .hdrMiddle__left_menu ul > li img {
      width: 24px;
    }
  }
  
  .ftr_custom .fNav--typeA {
    padding-top: 30px;
  }
  .ftr_custom .fNav--typeA .newslettar {
    background: #F8F8F8;
    padding: 32px 24px;
  }
  .ftr_custom .fNav--typeA .newslettar p {
    font-weight: 400;
    font-size: 14px;
    line-height: 180%;
    letter-spacing: 0.03em;
    color: #1A1A19;
  }
  .ftr_custom .fNav--typeA .newslettar p.newslettar__ttl {
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 0.02em;
    margin: 0 0 8px;
  }
  .ftr_custom .fNav--typeA .newslettar a {
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.03em;
  }
  .arrow2 {
    position: relative;
    padding-right: 30px;
  }
  .arrow2:before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background: url(img/icon_arrow2.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  
  .ftr_custom .fNav--typeA .fNav__list h3 {
    font-family: 'classico-urw', 'Noto Sans JP', '貂ｸ繧ｴ繧ｷ繝�け', YuGothic, '繝偵Λ繧ｮ繝手ｧ偵ざ Pro', 'Hiragino Kaku Gothic Pro', '繝｡繧､繝ｪ繧ｪ', 'Meiryo', Osaka, '�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け', 'MS PGothic', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0;
    border-bottom: transparent;
    padding: 0;
    margin: 0 0 20px;
  }
  .ftr_custom .fNav--typeA .fNav__list ul:not(.snsNav) {
    display: grid;
    gap: 12px;
  }
  .ftr_custom .fNav--typeA .fNav__list ul li a {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0.03em;
    color: #66666A;
  }
  .ftr_custom .fNav--typeA .snsNav {
    justify-content: flex-start;
    gap: 10px;
  }
  .ftr_custom .fNav--typeA  ul + .snsNav {
    margin-top: 40px;
  }
  .ftr_custom .fNav--typeA .snsNav li {
    margin: 0;
  }
  .ftr_custom .fNav--typeA .snsNav img {
    width: 40px;
  }
  .ftr_custom .ftr_btm_menu {
    margin-top: 30px;
  }
  .ftr_custom .ftr_btm_menu ul {
    display: flex;
    align-content: center;
    justify-content: center;
    list-style: none;
  }
  .ftr_custom .ftr_btm_menu ul li {
    padding: 0 15px;
    position: relative;
  }
  .ftr_custom .ftr_btm_menu ul li:not(:last-child):before {
    content: "";
    display: block;
    width: 1px;
    height: 15px;
    background: #DEDFDF;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  .ftr_custom .copyright {
    color: #9D9D9F;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0;
    text-align: center;
  }
  .ftr_link {
    max-width: 1200px;
    margin: 0 auto;
    background-color: #F8F8F8;
    padding: 32px;
    margin-bottom: 30px;
  }
  .ftr_link .ftr_link_img {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .ftr_link .ftr_link_img > div {
    display: flex;
    align-items: center;
    gap: 15px;
  }
  .ftr_link .ftr_link_img > div > img {
    width: 215px;
  }
  .ftr_link .ftr_link_img > div > p {
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.04em;
    width: auto;
    margin: 0;
  }
  .ftr_link .ftr_link_btn > p {
    font-weight: 400;
    font-size: 14px;
    line-height: 180%;
    letter-spacing: 0.03em;
    color: #66666A;
    cursor: pointer;
    padding-right: 20px;
    position: relative;
  }
  .ftr_link .ftr_link_btn > p:before,
  .ftr_link .ftr_link_btn > p:after {
    content: "";
    display: block;
    width: 10px;
    height: 1px;
    background: #66666A;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  .ftr_link .ftr_link_btn > p:after {
    transform: rotate(90deg);
    transition: 0.3s;
  }
  .ftr_link .ftr_link_btn.open > p:after {
    transform: rotate(0deg);
    transition: 0.3s;
  }
  .ftr_link_menu {
    display: none;
  }
  .ftr_link_menu_wrap {
    max-width: 980px;
    margin: 25px auto 0;
    display: flex;
    justify-content: center;
    gap: 30px;
  }
  .ftr_link_menu_wrap > ul {
    width: 50%;
    display: grid;
    gap: 10px;
    list-style: none;
  }
  .ftr_link_menu_wrap > ul > li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    list-style: none;
  }
  .ftr_link_menu_wrap > ul > li > div {
    min-width: 120px;
    font-weight: 700;
    font-size: 11px;
    line-height: 100%;
    padding: 4px;
    letter-spacing: 0.04em;
    color: #fff;
    text-align: center;
    background: #48494D;
    border-radius: 40px;
  
  }
  .ftr_link_menu_wrap > ul > li > ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
    list-style: none;
  }
  .ftr_link_menu_wrap > ul > li > ul > li {
    padding: 0 7px;
    position: relative;
  }
  .ftr_link_menu_wrap > ul > li > ul > li:not(:first-child):before {
    content: "";
    display: block;
    width: 1.5px;
    height: 10px;
    background: #DEDFDF;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
  }
  .ftr_link_menu_wrap > ul > li > ul > li > a {
    font-weight: 400;
    font-size: 10px;
    line-height: 18px;
    letter-spacing: 0.04em;
  }
  @media (max-width: 991px) {
    .ftr_custom .fNav--typeA {
      padding-top: 0;
    }
    .ftr_custom .fNav--typeA.container {
      padding-right: 0;
      padding-left: 0;
      overflow: hidden;
    }
    .ftr_custom .fNav--typeA .fNav__list {
      padding: 15px 30px;
    }
    .ftr_custom .fNav--typeA .fNav__list + .fNav__list > *:first-child,
    .ftr_custom .fNav--typeA .fNav__list + .fNav__list > *.snsNav {
      border-top: 1px solid #DEDFDF;
      padding-top: 24px;
    }
    .ftr_custom .fNav--typeA .fNav__list ul:not(.snsNav) {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
    }
    .ftr_custom .fNav--typeA .fNav__list .row > * + * {
      border-top: 1px solid #DEDFDF;
      padding-top: 24px;
    }
    .ftr_custom .fNav--typeA .fNav__list h3 {
      font-family: 'classico-urw', 'Noto Sans JP', '貂ｸ繧ｴ繧ｷ繝�け', YuGothic, '繝偵Λ繧ｮ繝手ｧ偵ざ Pro', 'Hiragino Kaku Gothic Pro', '繝｡繧､繝ｪ繧ｪ', 'Meiryo', Osaka, '�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け', 'MS PGothic', sans-serif;
      font-weight: 400;
      font-size: 24px;
      line-height: 120%;
      letter-spacing: 0;
      border-bottom: transparent;
      padding: 0;
      margin: 0 0 20px;
    }
    .ftr_custom .ftr_btm_menu {
      margin-top: 0px;
    }
    .ftr_custom .ftr_btm_menu ul {
      flex-wrap: wrap;
      justify-content: flex-start;
      gap: 15px 0;
      padding: 0 30px;
    }
    .ftr_custom .ftr_btm_menu ul li {
      padding: 0;
    }
    .ftr_custom .ftr_btm_menu ul li:not(:last-child):before {
      content: unset;
    }
    .ftr_custom .ftr_btm_menu ul li:nth-child(1),
    .ftr_custom .ftr_btm_menu ul li:nth-child(3),
    .ftr_custom .ftr_btm_menu ul li:nth-child(4) {
      padding-right: 15px;
      margin-right: 15px;
    }
    .ftr_custom .ftr_btm_menu ul li:nth-child(1):before,
    .ftr_custom .ftr_btm_menu ul li:nth-child(3):before,
    .ftr_custom .ftr_btm_menu ul li:nth-child(4):before {
      content: "";
      display: block;
      width: 1px;
      height: 15px;
      background: #DEDFDF;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      margin: auto;
    }
    .ftr_custom .ftr_btm_menu ul li a {
      font-weight: 400;
      font-size: 14px;
      line-height: 130%;
      letter-spacing: 0.03em;
      color: #6D6766;
    }
    .ftr_custom .fNav--typeA .snsNav img {
      width: 50px;
    }
    .ftr_custom .copyright {
      padding-bottom: 30px;
    }
    .ftr_link {
      padding: 24px;
      margin: 0 30px 30px;
    }
    .ftr_link .ftr_link_img {
      display: block;
      gap: 15px;
    }
    .ftr_link .ftr_link_img > div > img {
      width: 100%;
      max-width: 300px;
    }
    .ftr_link .ftr_link_img > div > p {
      font-weight: 400;
      font-size: 12px;
      line-height: 150%;
      letter-spacing: 0.04em;
      width: 100%;
      color: #2F2725;
    }
    .ftr_link_btn {
      margin-top: 15px;
    }
    .ftr_link_menu_wrap {
      display: grid;
      gap: 10px;
    }
    .ftr_link_menu_wrap > ul {
      width: 100%;
    }
    .ftr_link_menu_wrap > ul > li > div {
      min-width: 91px;
      font-size: 10px;
    }
    .ftr_link_menu_wrap > ul > li > ul > li:nth-child(1) {
      padding-left: 0;
    }
  }
  
  .ftr_concept {
    background: #161619;
  }
  .ftr_concept__wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    max-width: 1512px;
    margin: 0 auto;
  }
  @media (min-width: 990px) {
    .ftr_concept__wrap > .ftr_concept__cont:not(:last-child) {
      border-right: 1px solid #48494D;
    }
  }
  .ftr_concept__cont {
    display: grid;
    align-content: center;
    align-items: center;
    justify-content: center;
    height: 200px;
    padding: 35px 0;
  }
  .ftr_concept__cont img {
    width: auto;
    height: 48px;
    object-fit: cover;
    margin: 0 auto;
  }
  .ftr_concept__cont p {
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0;
    text-align: center;
    margin: 15px 0 0;
  }
  .ftr_concept__cont a {
    text-decoration: underline;
    display: inline-block;
    margin: 10px 0 0;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    line-height: 180%;
    letter-spacing: 0;
    text-align: center;
  }
  @media (max-width: 991px) {
    .ftr_concept__wrap {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
    }
    .ftr_concept__wrap > .ftr_concept__cont:nth-child(odd) {
      border-right: 1px solid #48494D;
    }
    .ftr_concept__wrap > .ftr_concept__cont:not(:nth-child(1)),
    .ftr_concept__wrap > .ftr_concept__cont:not(:nth-child(2)) {
      border-top: 1px solid #48494D;
    }
    .ftr_concept__cont {
      display: grid;
      align-content: center;
      align-items: center;
      justify-content: center;
      height: 180px;
      padding: 25px 0;
    }
    .ftr_concept__cont img {
      width: auto;
      height: 48px;
      object-fit: cover;
      margin: 0 auto;
    }
    .ftr_concept__cont p {
      color: #fff;
      font-weight: 400;
      font-size: 12px;
      line-height: 150%;
      letter-spacing: 0;
      text-align: center;
      margin: 15px 0 0;
    }
    .ftr_concept__cont a {
      text-decoration: underline;
      display: inline-block;
      margin: 10px 0 0;
      color: #fff;
      font-weight: 400;
      font-size: 12px;
      line-height: 180%;
      letter-spacing: 0;
      text-align: center;
    }
  }
  
  .sec_custom_shop {
    padding: 56px 0;
    background-color: #F8F5F0;
  }
  .sec_custom_shop__wrap {
    display: flex;
    align-items: center;
    gap: 82px;
  }
  .sec_custom_shop__wrap .sec_custom_shop__txt {
    width: calc(100% - 822px);
  }
  .sec_custom_shop__wrap .sec_custom_shop__txt h3 {
    font-family: 'classico-urw', 'Noto Sans JP', '貂ｸ繧ｴ繧ｷ繝�け', YuGothic, '繝偵Λ繧ｮ繝手ｧ偵ざ Pro', 'Hiragino Kaku Gothic Pro', '繝｡繧､繝ｪ繧ｪ', 'Meiryo', Osaka, '�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け', 'MS PGothic', sans-serif;
    font-weight: 300;
    font-size: 64px;
    line-height: 130%;
    letter-spacing: -0.02em;
    margin: 0 0 15px;
  }
  .sec_custom_shop__wrap .sec_custom_shop__txt p {
    font-weight: 400;
    font-size: 18px;
    line-height: 180%;
    letter-spacing: 0.03em;
  }
  .sec_custom_shop__wrap .sec_custom_shop__txt a.button {
    width: 240px!important;
    padding-left: 10px!important;
    padding-right: 10px!important;
  }
  .sec_custom_shop__wrap .sec_custom_shop__img {
    width: 740px;
  }
  @media (max-width: 991px) {
    .sec_custom_shop {
      padding: 64px 0;
    }
    .sec_custom_shop .container {
      padding-left: 0;
      padding-right: 0;
      overflow: hidden;
    }
    .sec_custom_shop__wrap {
      display: grid;
      gap: 24px;
    }
    .sec_custom_shop__wrap .sec_custom_shop__txt {
      width: 100%;
    }
    .sec_custom_shop__wrap .sec_custom_shop__txt h3 {
      font-size: 48px;
      line-height: 130%;
      letter-spacing: -0.02em;
      margin: 0 0 15px;
      text-align: center;
    }
    .sec_custom_shop__wrap .sec_custom_shop__txt p {
      font-size: 16px;
      line-height: 180%;
      text-align: center;
    }
    .sec_custom_shop__wrap .sec_custom_shop__txt a.button {
      width: 240px!important;
      padding-left: 10px!important;
      padding-right: 10px!important;
    }
    .sec_custom_shop__wrap .sec_custom_shop__img {
      width: 100%;
      text-align: center;
    }
    .sec_custom_shop__btn {
      text-align: center;
      margin: 24px 0 0;
    }
    .sec_custom_shop__btn a {
      text-align: center;
      margin: 0 auto;
      max-width: 240px!important;
      padding-left: 10px!important;
      padding-right: 10px!important;
    }
  }
  
  .sec_custom_movie {
    position: relative;
    width: 100%;
    height: 800px;
    overflow: hidden;
  }
  .sec_custom_movie .sec_custom_movie_img {
    width: 100%;
    height: 100%;
  }
  .sec_custom_movie .sec_custom_movie_img:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
    position: relative;
  }
  .sec_custom_movie .sec_custom_movie_img video {
    position: absolute;
    inset: 0;
    margin: auto;
    object-fit: cover;
    width: 100%;
    z-index: 0;
  }
  .sec_custom_movie .sec_custom_movie_txt {
    position: absolute;
    inset: 0;
    margin: auto;
    display: grid;
    align-content: center;
    justify-content: center;
    height: 100%;
    z-index: 2;
  }
  .sec_custom_movie .sec_custom_movie_txt h2 {
    font-family: 'classico-urw', 'Noto Sans JP', '貂ｸ繧ｴ繧ｷ繝�け', YuGothic, '繝偵Λ繧ｮ繝手ｧ偵ざ Pro', 'Hiragino Kaku Gothic Pro', '繝｡繧､繝ｪ繧ｪ', 'Meiryo', Osaka, '�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け', 'MS PGothic', sans-serif;
    font-weight: 400;
    font-size: 48px;
    line-height: 175%;
    letter-spacing: -0.04em;
    text-align: center;
    color: #fff;
    margin: 0 0 30px;
  }
  .sec_custom_movie .sec_custom_movie_txt p {
    font-family: 'dnp-shuei-gothic-gin-std', 'Noto Sans JP', '貂ｸ繧ｴ繧ｷ繝�け', YuGothic, '繝偵Λ繧ｮ繝手ｧ偵ざ Pro', 'Hiragino Kaku Gothic Pro', '繝｡繧､繝ｪ繧ｪ', 'Meiryo', Osaka, '�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け', 'MS PGothic', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 200%;
    letter-spacing: 0.10em;
    text-align: center;
    color: #fff;
    margin: 0px;
  }
  .sec_custom_movie .sec_custom_movie_txt a {
    display: inline-flex;
    align-content: center;
    justify-content: center;
    margin: 100px auto 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0.03em;
    color: #fff;
    text-align: center;
    border: 1px dotted #FFFFFF;
    border-radius: 50%;
    width: 136px;
    height: 136px;
    position: relative;
  }
  .sec_custom_movie .sec_custom_movie_txt a span {
    display: grid;
    align-items: center;
    align-content: center;
    justify-content: center;
  }
  .sec_custom_movie .sec_custom_movie_txt a span img {
    margin: 20px auto 0;
  }
  @media (max-width: 991px) {
    .sec_custom_movie {
      height: 600px;
    }
    .sec_custom_movie .sec_custom_movie_img {
      
    }
    .sec_custom_movie .sec_custom_movie_img video {
      
    }
    .sec_custom_movie .sec_custom_movie_txt {
      
    }
    .sec_custom_movie .sec_custom_movie_txt h2 {
      font-weight: 400;
      font-size: 32px;
      line-height: 150%;
      margin: 0 auto 24px;
      max-width: 90%;
    }
    .sec_custom_movie .sec_custom_movie_txt p {
      font-weight: 400;
      font-size: 14px;
      line-height: 200%;
      letter-spacing: 0.10em;
      margin: 0px;
    }
    .sec_custom_movie .sec_custom_movie_txt a {
      display: inline-flex;
      align-content: center;
      justify-content: center;
      margin: 50px auto 0;
      font-weight: 400;
      font-size: 14px;
      line-height: 130%;
      letter-spacing: 0.03em;
      color: #fff;
      text-align: center;
      border: 1px dotted #FFFFFF;
      border-radius: 50%;
      width: 136px;
      height: 136px;
      position: relative;
    }
    .sec_custom_movie .sec_custom_movie_txt a span {
      display: grid;
      align-items: center;
      align-content: center;
      justify-content: center;
    }
    .sec_custom_movie .sec_custom_movie_txt a span img {
      margin: 20px auto 0;
    }
  }
  
  .sec_repairble {
    position: relative;
    overflow: hidden;
    height: 580px;
  }
  .sec_repairble .container {
    height: 100%;
  }
  .sec_repairble .repairble_img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 0;
    width: 100%;
  }
  .sec_repairble .repairble_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sec_repairble .repairble_txt {
    position: relative;
    z-index: 2;
    display: grid;
    align-content: center;
    align-items: center;
    height: 100%;
  }
  .sec_repairble .repairble_txt h2 {
    font-family: 'classico-urw', 'Noto Sans JP', '貂ｸ繧ｴ繧ｷ繝�け', YuGothic, '繝偵Λ繧ｮ繝手ｧ偵ざ Pro', 'Hiragino Kaku Gothic Pro', '繝｡繧､繝ｪ繧ｪ', 'Meiryo', Osaka, '�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け', 'MS PGothic', sans-serif;
    font-weight: 400;
    font-size: 96px;
    line-height: 100%;
    letter-spacing: -0.04em;
    text-transform: capitalize;
    display: block;
    color: #48494D;
  }
  .sec_repairble .repairble_txt h2 small {
    display: block;
    font-family: initial;
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: .02em;
    margin: 0 0 24px;
    color: #48494D;
  }
  .sec_repairble .repairble_txt a {
    display: inline-block;
    font-weight: 400;
    font-size: 18px;
    line-height: 180%;
    letter-spacing: 0.03em;
    text-align: center;
    margin: 32px 0 0;
    width: fit-content;
    padding-right: 30px;
    position: relative;
    color: #48494D;
  }
  .sec_repairble .repairble_txt a:hover {
    color: #48494D;
  }
  .sec_repairble .repairble_txt a:before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background: url(img/icon_arrow2.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  .sec_repairble .repairble_txt a.button {
    font-family: 'dnp-shuei-gothic-gin-std', 'Noto Sans JP', '貂ｸ繧ｴ繧ｷ繝�け', YuGothic, '繝偵Λ繧ｮ繝手ｧ偵ざ Pro', 'Hiragino Kaku Gothic Pro', '繝｡繧､繝ｪ繧ｪ', 'Meiryo', Osaka, '�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け', 'MS PGothic', sans-serif;
    display: inline-block;
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 0;
    text-align: center;
    padding: 16px 30px!important;
    margin: 25px 0 0;
    width: 100%!important;
    max-width: 270px!important;
    padding-right: 0px;
    position: relative;
    color: #ffffff;
    background-color: #161619;
    border-color: #161619;
    border-radius: 0;
  }
  @media (max-width: 991px) {
    .sec_repairble {
      height: 580px;
    }
    .sec_repairble .repairble_img {
      position: absolute;
      top: unset;
      right: 0;
      left: 0;
      bottom: 0;
      margin: auto;
      z-index: 0;
      height: 100%;
    }
    .sec_repairble .repairble_img img {
      object-fit: cover;
      height: 100%;
      position: absolute;
      inset: 0;
      margin: auto;
    }
    .sec_repairble .repairble_txt {
      display: grid;
      align-content: flex-start;
      align-items: flex-start;
      justify-content: center;
      padding-top: 40px;
    }
    .sec_repairble .repairble_txt h2 {
      font-weight: 400;
      font-size: 72px;
      line-height: 100%;
      letter-spacing: -0.04em;
      text-align: center;
    }
    .sec_repairble .repairble_txt h2 small {
      font-weight: 400;
      font-size: 16px;
      line-height: 160%;
      margin: 0 0 8px;
      color: #48494D;
      text-align: center
    }
    .sec_repairble .repairble_txt a {
      font-size: 16px;
      letter-spacing: 2px;
      text-align: center;
      margin: 24px 0 0;
      padding-right: 30px;
    }
    .sec_repairble .repairble_txt a:hover {
      color: #48494D;
    }
    .sec_repairble .repairble_txt a:before {
      content: "";
      display: block;
      width: 18px;
      height: 18px;
      background: url(img/icon_arrow2.png);
      background-size: contain;
      background-repeat: no-repeat;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      margin: auto;
    }
    .sec_repairble .repairble_txt a.button {
      display: inline-block;
      font-weight: 500;
      font-size: 14px;
      line-height: 100%;
      letter-spacing: 0.03em;
      padding: 13px!important;
      margin: 25px auto 0;
      width: 100%!important;
      max-width: 240px!important;
      padding-right: 0px;
    }
  }
  
  .tab.tab--typeE .tabSwitch {
    display: flex;
    align-content: center;
    justify-content: center;
    gap: 24px;
  }
  .tab.tab--typeE .tabSwitch li {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 10%;
    text-align: center;
    vertical-align: middle;
    color: #7c7c7f;
    line-height: 1.8;
  }
  .tab.tab--typeE .tabSwitch li.active {
    color: #48494D;
    border-bottom: 1px solid #48494D;
  }
  .sec_category2 .bnrList {
    gap: 15px 0;
    margin: 0px -7px 0px;
  }
  .sec_category2 .bnrList > * {
    padding-left: 7px;
    padding-right: 7px;
    margin: 0;
  }
  .sec_category2 .bnrList img {
    margin: 0;
    border-radius: 0;
  }
  @media (max-width: 991px) {
    .tab.tab--typeE .tabSwitch {
      gap: 24px;
    }
    .tab.tab--typeE .tabSwitch li {
      font-weight: 400;
      font-size: 14px!important;
    }
    .tab.tab--typeE .tabSwitch li.active {
      color: #48494D;
      border-bottom: 1px solid #48494D;
    }
    .sec_category2 .bnrList {
      gap: 15px 0;
      margin: 0px -7px 0px;
    }
    .sec_category2 .bnrList > * {
      padding-left: 7px;
      padding-right: 7px;
      margin: 0;
    }
    .sec_category2 .bnrList img {
      margin: 0;
      border-radius: 0;
    }
  }
  
  .sec_mainvisual {
  
  }
  .sec_mainvisual__wrap {
    /* max-width: 1464px; */
    height: 100vh;
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
  }
  @media (max-width: 991px) {
    .sec_mainvisual__wrap {
      /* max-width: 1464px; */
      height: calc(100vh - 105px);
    }
  }
  .sec_mainvisual__wrap .sec_mainvisual__logo {
    width: fit-content;
    position: absolute;
    top: -12rem;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 999;
  }
  .sec_mainvisual__wrap .sec_mainvisual__img {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .sec_mainvisual__wrap .sec_mainvisual__img video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    object-fit: cover;
  }
  .sec_mainvisual__wrap .sec_mainvisual__img .sec_mainvisual__img__txt {
    position: absolute;
    inset: 0;
    margin: auto;
    font-family: 'classico-urw', 'Noto Sans JP', '貂ｸ繧ｴ繧ｷ繝�け', YuGothic, '繝偵Λ繧ｮ繝手ｧ偵ざ Pro', 'Hiragino Kaku Gothic Pro', '繝｡繧､繝ｪ繧ｪ', 'Meiryo', Osaka, '�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け', 'MS PGothic', sans-serif;
    font-weight: 400;
    font-size: 56px;
    line-height: 175%;
    letter-spacing: -0.04em;
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: baseline;
    height: fit-content;
    z-index: 1;
  }
  .sec_mainvisual__wrap .sec_mainvisual__img .sec_mainvisual__img__txt strong {
    font-weight: 400;
    font-size: 88px;
  }
  @media (max-width: 991px) {
    .sec_mainvisual {
    }
    .sec_mainvisual__wrap {
      padding: 95px 8px 0;
      transition: all 0.6s ease-in-out;
    }
    body.scroll .sec_mainvisual__wrap {
      padding: 0px 8px 0;
      transition: all 0.6s ease-in-out;
    }
    .sec_mainvisual__wrap .sec_mainvisual__logo {
      top: -2rem;
    }
    .sec_mainvisual__wrap .sec_mainvisual__img {
      position: relative;
      width: 100%;
      text-align: center;
    }
    .sec_mainvisual__wrap .sec_mainvisual__img img {
      width: 100%;
    }
    .sec_mainvisual__wrap .sec_mainvisual__img .sec_mainvisual__img__txt {
      font-size: 28px;
      line-height: 175%;
      letter-spacing: 1px;
    }
    .sec_mainvisual__wrap .sec_mainvisual__img .sec_mainvisual__img__txt strong {
      font-size: 44px;
    }
  }
  
  .fixed_search {
    position: fixed;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
    width: fit-content;
    z-index: 9999;
  }
  .fixed_search > button {
    background-color: transparent;
    border: transparent;
    border-radius: 100px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    padding: 0;
  }
  .fixed_search__cont {
    opacity: 0;
    z-index: -99;
    position: fixed;
    top: unset;
    left: 0;
    right: 0;
    bottom: 0px;
    margin: auto;
    background-color: #fff;
    width: 100%;
    height: 100vh;
    overflow: scroll;
    transition: 0.3s;
    display: none;
  }
  .fixed_search__cont.active {
    opacity: 1;
    z-index: 1000;
    transition: 0.3s;
    display: block;
    padding: 60px 0;
  }
  .fixed_search__cont .fixed_search__cont_inner {
    max-width: 1000px;
    margin: 0 auto;
    overflow: scroll;
    position: relative;
  }
  .fixed_search__cont .fixed_search__cont_inner .fixed_search__cont__close {
    display: inline-block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 8px;
    right: 10px;
    border-radius: 50%;
    cursor: pointer;
  }
  .fixed_search__cont .fixed_search__cont_inner .fixed_search__cont__close:before,
  .fixed_search__cont .fixed_search__cont_inner .fixed_search__cont__close:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #161619;
    position: absolute;
    inset: 0;
    margin: auto;
  }
  .fixed_search__cont .fixed_search__cont_inner .fixed_search__cont__close:before {
    transform: rotate(-45deg);
  }
  .fixed_search__cont .fixed_search__cont_inner .fixed_search__cont__close:after {
    transform: rotate(45deg);
  }
  .fixed_search__cont .fixed_search__cont_inner form.side__detailSearch {
    max-width: 800px;
    margin: 0 auto;
    padding: 0;
    border: transparent;
  }
  .fixed_search__cont .fixed_search__cont_inner form.side__detailSearch .searchForm__inner {
    border-radius: 0;
    border: transparent;
    position: relative;
    border: 1px solid #DEDFDF!important;
    height: auto;
  }
  .fixed_search__cont .fixed_search__cont_inner form.side__detailSearch input {
    width: 100%;
    background: #F8F8F8;
    border: transparent;
    border-radius: 4px!important;
    font-family: 'dnp-shuei-gothic-gin-std', 'Noto Sans JP', '貂ｸ繧ｴ繧ｷ繝�け', YuGothic, '繝偵Λ繧ｮ繝手ｧ偵ざ Pro', 'Hiragino Kaku Gothic Pro', '繝｡繧､繝ｪ繧ｪ', 'Meiryo', Osaka, '�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け', 'MS PGothic', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 180%;
    letter-spacing: 0.03em;
    padding: 10px 12px 10px 40px;
    display: block;
    transform: unset;
  }
  .fixed_search__cont .fixed_search__cont_inner form.side__detailSearch button {
    background: transparent;
    width: fit-content;
    height: fit-content;
    position: absolute;
    top: 0;
    left: 12px;
    bottom: 0;
    margin: auto;
    right: unset;
    padding: 0;
    transform: unset;
  }
  .fixed_search__cont__cate {
    margin: 32px 0 30px;
  }
  .fixed_search__cont__cate ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px 15px;
    list-style: none;
  }
  .fixed_search__cont__cate ul li a {
    display: flex;
    align-items: center;
    color: #1A1A19CC;
  }
  .fixed_search__cont__cate ul li a p {
    font-family: 'dnp-shuei-gothic-gin-std', 'Noto Sans JP', '貂ｸ繧ｴ繧ｷ繝�け', YuGothic, '繝偵Λ繧ｮ繝手ｧ偵ざ Pro', 'Hiragino Kaku Gothic Pro', '繝｡繧､繝ｪ繧ｪ', 'Meiryo', Osaka, '�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け', 'MS PGothic', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.03em;
  }
  .fixed_search__cont__cate ul li a:hover {
    color: #1A1A19CC;
  }
  .fixed_search__cont__list ul {
    display: flex;
    list-style: none;
    gap: 8px;
  
  }
  .fixed_search__cont__list ul li {
    width: 20%;
  }
  .fixed_search__cont__list ul li a {
    display: block;
    position: relative;
    border-radius: 8px;
  }
  .fixed_search__cont__list ul li a:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) -12.95%, rgba(0, 0, 0, 0.9) 93.3%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    border-radius: 8px;
  }
  .fixed_search__cont__list ul li a img {
    display: block;
    border-radius: 8px;
  }
  .fixed_search__cont__list ul li a div {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 15px;
    width: 100%;
  }
  .fixed_search__cont__list ul li a div p {
    font-family: 'dnp-shuei-gothic-gin-std', 'Noto Sans JP', '貂ｸ繧ｴ繧ｷ繝�け', YuGothic, '繝偵Λ繧ｮ繝手ｧ偵ざ Pro', 'Hiragino Kaku Gothic Pro', '繝｡繧､繝ｪ繧ｪ', 'Meiryo', Osaka, '�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け', 'MS PGothic', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 180%;
    letter-spacing: 0.03em;
    color: #fff;
    margin: 0;
  }
  @media (max-width: 991px) {
    .fixed_search {
    }
    .fixed_search__cont {
      
    }
    .fixed_search__cont.active {
      padding: 24px 20px 100px;
    }
    .fixed_search__cont .fixed_search__cont_inner {
      max-width: 100%;
    }
    .fixed_search__cont .fixed_search__cont_inner .fixed_search__cont__close {
      display: inline-block;
      width: 60px;
      height: 60px;
      position: fixed;
      top: unset;
      right: 0px;
      left: 0;
      bottom: 25px;
      margin: auto;
      border-radius: 50%;
      cursor: pointer;
      background-color: #48494D;
      box-shadow: 4px 4px 8px 0px #091E4229;
      z-index: 33;
    }
    .fixed_search__cont .fixed_search__cont_inner .fixed_search__cont__close:before,
    .fixed_search__cont .fixed_search__cont_inner .fixed_search__cont__close:after {
      content: "";
      display: block;
      width: 12px;
      height: 1px;
      background-color: #fff;
      position: absolute;
      inset: 0;
      margin: auto;
    }
    .fixed_search__cont .fixed_search__cont_inner .fixed_search__cont__search {
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
    .fixed_search__cont .fixed_search__cont_inner .fixed_search__cont__search form {
      width: 290px;
      padding: 0;
      margin: 0;
    }
    .fixed_search__cont .fixed_search__cont_inner .fixed_search__cont__search .fixed_search__cont__close {
      position: relative;
      background-color: transparent;
      width: 24px;
      height: 24px;
      box-shadow: unset;
      inset: unset;
      margin: 0;
    }
    .fixed_search__cont .fixed_search__cont_inner .fixed_search__cont__search .fixed_search__cont__close:before,
    .fixed_search__cont .fixed_search__cont_inner .fixed_search__cont__search .fixed_search__cont__close:after {
      background-color: #161619;
      width: 100%;
    }
    .fixed_search__cont__cate {
      margin: 32px 0 30px;
    }
    .fixed_search__cont__cate ul {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 8px 0px;
      list-style: none;
    }
    .fixed_search__cont__cate ul li a {
      padding: 10px 0;
    }
    .fixed_search__cont__cate ul li a img {
      max-width: 60px;
    }
    .fixed_search__cont__cate ul li a p {
      font-size: 14px;
      line-height: 150%;
    }
    .fixed_search__cont__list ul {
      display: flex;
      list-style: none;
      gap: 8px;
      overflow: scroll;
  
    }
    .fixed_search__cont__list ul li {
      width: 200px;
      min-width: 200px;
    }
    .fixed_search__cont__list ul li a {
      
    }
    .fixed_search__cont__list ul li a:before {
      
    }
    .fixed_search__cont__list ul li a img {
      
    }
    .fixed_search__cont__list ul li a div {
      
    }
    .fixed_search__cont__list ul li a div p {
      font-size: 14px;
      line-height: 180%;
    }
  }
  
  
  /* header logo  */
  .fs-body-top #hdr #hdrLogo {
  /*  opacity: 0;*/
    transition: 0.3s;
    min-height: 66px;
  }
  .fs-body-top #hdr #hdrLogo img {
    width: 300px;
    height: auto;
    display: block;
    position: fixed;
    top: 20%;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 0.6s ease-in-out;
    z-index: 101; 
  }
  .fs-body-top.scroll #hdr #hdrLogo {
    opacity: 1;
    transition: 0.3s;
  }
  .fs-body-top.scroll #hdr #hdrLogo img {
    width: 65px;
    height: auto;
    position: fixed;
    top: 65px;
  }
  
  .fs-body-top #hdr #hdrLogo .noscroll_hdrLogo {
      display: block!important;
  }
  .fs-body-top #hdr #hdrLogo .onscroll_hdrLogo {
      display: none!important;
  }
  .fs-body-top.scroll #hdr #hdrLogo .noscroll_hdrLogo {
      display: none!important;
  }
  .fs-body-top.scroll #hdr #hdrLogo .onscroll_hdrLogo {
      display: block!important;
  }
  
  .fs-body-top .sec_mainvisual .sec_mainvisual__logo {
    opacity: 1;
    transition: 0.3s;
  }
  .fs-body-top.scroll .sec_mainvisual .sec_mainvisual__logo {
    opacity: 0;
    transition: 0.3s;
  }
  @media (max-width: 1080px) {
    .fs-body-top #hdr #hdrLogo {
      opacity: 1;
      transition: 0.3s;
      min-height: 50px;
    }
    .fs-body-top #hdr #hdrLogo img {
      width: 280px;
      height: auto;
      display: block;
      position: fixed;
      top: 30%;
      left: 0;
      right: 0;
      margin: auto;
      transition: all 0.6s ease-in-out;
      z-index: 101; 
    }
    .fs-body-top.scroll #hdr #hdrLogo {
      opacity: 1;
      transition: 0.3s;
    }
    .fs-body-top.scroll #hdr #hdrLogo img {
      width: 60px;
      height: auto;
      position: fixed;
      top: 55px;
    }
  
    .fs-body-top .sec_mainvisual .sec_mainvisual__logo {
      opacity: 1;
      transition: 0.3s;
    }
    .fs-body-top.scroll .sec_mainvisual .sec_mainvisual__logo {
      opacity: 0;
      transition: 0.3s;
    }
  }
  @media (max-width: 1080px) {
    .fs-body-top .hdr--typeI .hdrMiddle .hdrInner, .fs-body-top .hdr--typeH .hdrMiddle .hdrInner {
      height: 60px;
    }
  }
  
  /* slick 迚ｹ谿翫う繝ｳ繧ｸ繧ｱ繝ｼ繧ｿ繝ｼ */
  .dot_dashAndbar .slick-dots {
    display: flex;
  }
  @media (max-width: 991px) {
    .dot_dashAndbar .slick-dots {
      display: flex;
      max-width: calc(100vw - 44px);
      margin: auto;
      padding: 0!important;
      left: 0;
      right: 0;
    }
    .dot_dashAndbar .slick-dots {
      justify-content: center;
    }
  }
  .dot_dashAndbar .slick-dots li {
    width: 100%;
    /* max-width: 95px; */
    height: 2px;
    margin: 0 0.5px;
  }
  .dot_dashAndbar .slick-dots li button {
    width: 100%;
    height: 2px;
    padding: 0;
  }
  .dot_dashAndbar .slick-dots li button::before {
    width: 100%;
    height: 1.2px;
    line-height: 0;
    background: none;
    border-bottom: dotted 1px #3F3C3B;
    border-radius: 0;
    transition: 0.3s;
    background: transparent;
  }
  .dot_dashAndbar .slick-dots li.slick-active button:before {
    background: #3F3C3B;
    height: 2px;
    border-bottom: none;
  }
  
  /* SVG遏｢蜊ｰ */
  .arrow_type_svg {
    position: relative;
  }
  .arrow_type_svg:after {
    position: absolute;
    top: 0;
    bottom: 0;
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: auto;
    margin-left: 32px;
    background: url(https://blfblf.itembox.design/item/new/renew/img/top/arrow_type01.svg) no-repeat;
  }
  @media (max-width: 991px) {
    .arrow_type_svg:after {
      width: 16px;
      height: 16px;
      margin-left: 8px;
      background-size: contain;
    }
  }
  
  /* MV荳句膚蜩∵軸霈峨せ繝ｩ繧､繝繝ｼ */
  .productitemListSec {
    margin-bottom: 88px;
  }
  .productitemListSec .tab .tabSwitch {
    display: flex;
    padding-bottom: 15px;
    margin-bottom: 25px;
  }
  .productitemListSec .tab .tabSwitch li {
    margin-right: 24px;
    color: #7C7C7F;
  }
  @media (max-width: 991px) {
    .productitemListSec .tab .tabSwitch li {
      margin-right: 20px;
    }
  }
  .productitemListSec .tab .tabSwitch li:hover {
    border-bottom: solid 1px #48494D;
  }
  .productitemListSec .tab .tabSwitch li.active {
    border-bottom: solid 1px #48494D;
    color: #48494D;
  }
  .productitemListSec .tab .tabSwitch li span {
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: .1em;
    text-align: center;
    transition: 0.3s;
  }
  /* .productitemListSec .tab .tabSwitch li.active span {
    font-weight: 700;
  } */
  
  .productitemListWrap {
    overflow: visible;
  }
  .productitemList {
    list-style: none;
  }
  .productitemList .slick-slide {
    margin-right: 16px;
  }
  .productitemList .slick-list {
    max-width: calc(100% - ((100% - 1200px) / 2));
    padding-right: 60px;
    margin-left: auto;
  }
  .productitemList li {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    width: 300px;
    flex: 0 0 300px;
  }
  .productitemList li .productitemList_info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 22px 22px 0 0;
    backdrop-filter: blur(3px);
    padding: 18px 23px;
  }
  .productitemList li .productitemList_info p {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: .03em;
    color: #fff;
    margin: 0;
  }
  @media (max-width: 1024px) {
    .productitemListSec {
      padding: 0 3%;
    }
  }
  @media (max-width: 991px) {
    .productitemListSec {
      padding: 0;
    }
    .productitemListSec {
      margin-bottom: 48px;
    }
    .productitemListSec .tab .tabSwitch {
      padding: 0 24px;
      padding-bottom: 15px;
      margin-bottom: 9px;
    }
    .productitemListSec .tab .tabSwitch li span {
      font-size: 14px;
    }
  
    .productitemList .slick-list {
      max-width: calc(100% - 24px);
      padding-right: 20%;
    }
    .productitemList li {
      width: 269px;
      flex: 0 0 269px;
    }
    .productitemList li .productitemList_info {
      padding: 15px 17px;
    }
    .productitemList li .productitemList_info p {
      font-size: 14px;
    }
  }
  
  /* 迚ｹ髮�せ繝ｩ繧､繝繝ｼ */
  .pickupSlide {
    position: relative;
    display: flex!important;
    justify-content: center;
    align-items: center;
    min-height: 606px;
    background: #00000033;
  }
  .pickupSlide h2 {
    font-family: 'classico-urw', 'Noto Sans JP', '貂ｸ繧ｴ繧ｷ繝�け', YuGothic, '繝偵Λ繧ｮ繝手ｧ偵ざ Pro', 'Hiragino Kaku Gothic Pro', '繝｡繧､繝ｪ繧ｪ', 'Meiryo', Osaka, '�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け', 'MS PGothic', sans-serif;
    font-weight: 400;
    font-size: 80px;
    line-height: 100%;
    letter-spacing: -.04em;
    text-align: center;
    color: #fff;
    text-shadow: 0px 0px 28.59px rgba(0, 0, 0, 0.8);
  }
  .pickupSlide h2.en {
    font-family: 'classico-urw', 'Noto Sans JP', '貂ｸ繧ｴ繧ｷ繝�け', YuGothic, '繝偵Λ繧ｮ繝手ｧ偵ざ Pro', 'Hiragino Kaku Gothic Pro', '繝｡繧､繝ｪ繧ｪ', 'Meiryo', Osaka, '�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け', 'MS PGothic', sans-serif;
    font-size: 80px;
  }
  .pickupSlide h2.ja {
    font-family: 'dnp-shuei-gothic-gin-std', 'Noto Sans JP', '貂ｸ繧ｴ繧ｷ繝�け', YuGothic, '繝偵Λ繧ｮ繝手ｧ偵ざ Pro', 'Hiragino Kaku Gothic Pro', '繝｡繧､繝ｪ繧ｪ', 'Meiryo', Osaka, '�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け', 'MS PGothic', sans-serif;
    font-size: 68px;
  }
  .pickupSlide h2 span {
    display: block;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: .1em;
    text-align: center;
    margin-bottom: 16px;
  }
  .pickupSlide p {
    font-weight: 400;
    font-size: 20px;
    line-height: 175%;
    letter-spacing: .03em;
    text-align: center;
    margin-top: 40px;
    color: #fff;
    text-shadow: 0px 0px 28.59px rgba(0, 0, 0, 0.5);
  }
  .pickupSlide video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    object-fit: cover;
    z-index: -1;
    width: 100%;
    height: 100%;
  }
  
  .pickupSlideSec .dot_dashAndbar .slick-dots {
    bottom: 25px;
    justify-content: center;
  }
  .pickupSlideSec .dot_dashAndbar .slick-dots li button::before {
    border-bottom: dotted 1px #fff;
  }
  .pickupSlideSec .dot_dashAndbar .slick-dots li.slick-active button:before {
    background: #fff;
  }
  @media (max-width: 991px) {
    .pickupSlide {
      align-items: flex-end;
      padding-bottom: 75px;
      min-height: 537px;
    }
    .pickupSlide h2 {
      font-size: 48px;
    }
    .pickupSlide h2.en {
      font-size: 48px;
    }
    .pickupSlide h2.ja {
      font-size: 40px;
    }
    .pickupSlide h2 span {
      font-size: 14px;
      margin-bottom: 10px;
    }
    .pickupSlide p {
      font-size: 16px;
      line-height: 1.8;
      margin-top: 8px;
    }
  }
  
  /* LIBjournal */
  .libjournalSec {
    position: relative;
    padding: 100px 0 40px;
  }
  .libjournalSec .libjournal_tit img {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    z-index: 2;
    margin: auto;
  }
  .libjournalSec:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    content: "";
    display: block;
    width: 80%;
    height: 100%;
    background: #F8F5F0;
  }
  .libjournalSlide_info {
    padding: 33px 20px 40px;
  }
  .libjournalSlide_info h2 {
    font-weight: 300;
    font-size: 40px;
    line-height: 1.3;
    letter-spacing: -.02em;
    margin-bottom: 16px;
  }
  .libjournalSlide_info p {
    font-weight: 400;
    font-size: 24px;
    line-height: 1.3;
    letter-spacing: .1em;
    color: #7C7C7F;
  }
  .libjournalSlide_info p small {
    font-weight: 400;
    font-size: 10px;
    line-height: 1.4;
    letter-spacing: .04em;
    text-transform: uppercase;
    padding-right: 1em;
  }
  
  .libjournalSec .slick-dots {
    padding: 0 20px;
    bottom: 0;
    text-align: left;
    margin-bottom: 0;
  }
  @media (max-width: 991px) {
    .libjournalSec {
      padding: 42px 0 65px;
    }
    .libjournalSec .libjournal_tit img {
      position: static;
      margin: 0 auto 22px;
    }
    .libjournalSec:before {
      width: 85%;
    }
    .libjournalSlide_info {
      padding: 20px 8px 32px;
    }
    .libjournalSlide_info h2 {
      font-size: 18px;
    }
    .libjournalSlide_info p {
      font-size: 12px;
    }
    .libjournalSlide_info p small {
      font-size: 12px;
    }
  
    .libjournalSec .slick-dots {
      padding: 0 8px;
    }
  }
  
  /* 邏�譚舌∈縺ｮ縺薙□繧上ｊ */
  .materialSlideSec .materialSlide_inner, .joySlideSec .joySlide_inner {
    position: relative;
    display: flex;
    justify-content: space-between;
    max-width: calc(100% - ((100% - 1200px) / 2));
    margin-left: auto;
  }
  .materialSlideSec .materialSlide_inner dt, .joySlideSec .joySlide_inner dt {
    font-family: 'dnp-shuei-gothic-gin-std', 'Noto Sans JP', '貂ｸ繧ｴ繧ｷ繝�け', YuGothic, '繝偵Λ繧ｮ繝手ｧ偵ざ Pro', 'Hiragino Kaku Gothic Pro', '繝｡繧､繝ｪ繧ｪ', 'Meiryo', Osaka, '�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け', 'MS PGothic', sans-serif;
    width: 255px;
    font-weight: 300;
    font-size: 40px;
    color: #484847;
    line-height: 1.3;
    letter-spacing: 0.03em;
  }
  .materialSlideSec .materialSlide_inner dd, .joySlideSec .joySlide_inner dd {
    width: calc(100% - 310px);
    position: static;
  }
  .materialSlideSec .slick-list, .joySlideSec .slick-list {
    position: relative;
    margin-right: 28px;
  }
  .materialSlideSec .slick-list .materialSlide, .joySlideSec .slick-list .joySlide {
    border-radius: 4px;
    overflow: hidden;
    margin-right: 20px;
  }
  .materialSlideSec .slick-list .materialSlide img, .joySlideSec .slick-list .joySlide img {
    width: 100%;
  }
  .materialSlideSec .materialSlide_info {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 221px;
    padding: 0 43px;
    background: #F8F8F8;
  }
  .materialSlideSec .materialSlide_info h2 {
    font-family: 'dnp-shuei-gothic-gin-std', 'Noto Sans JP', '貂ｸ繧ｴ繧ｷ繝�け', YuGothic, '繝偵Λ繧ｮ繝手ｧ偵ざ Pro', 'Hiragino Kaku Gothic Pro', '繝｡繧､繝ｪ繧ｪ', 'Meiryo', Osaka, '�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け', 'MS PGothic', sans-serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 160%;
    letter-spacing: -.04em;
    text-align: left;
    margin-bottom: 8px;
    color: #48494D;
  }
  .materialSlideSec .materialSlide_info p {
    font-family: 'dnp-shuei-gothic-gin-std', 'Noto Sans JP', '貂ｸ繧ｴ繧ｷ繝�け', YuGothic, '繝偵Λ繧ｮ繝手ｧ偵ざ Pro', 'Hiragino Kaku Gothic Pro', '繝｡繧､繝ｪ繧ｪ', 'Meiryo', Osaka, '�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け', 'MS PGothic', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: .03em;
    text-align: left;
    color: #48494D;
  }
  
  .joySlideSec .joySlide .materialSlide_info2 {
    background-color: #F8F8F8;
    padding: 32px;
    text-align: right;
  }
  .joySlideSec .joySlide .materialSlide_info2 p {
    font-family: 'dnp-shuei-gothic-gin-std', 'Noto Sans JP', '貂ｸ繧ｴ繧ｷ繝�け', YuGothic, '繝偵Λ繧ｮ繝手ｧ偵ざ Pro', 'Hiragino Kaku Gothic Pro', '繝｡繧､繝ｪ繧ｪ', 'Meiryo', Osaka, '�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け', 'MS PGothic', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 170%;
    letter-spacing: 0.03em;
    text-align: left;
    margin: 0;
    color: #48494D;
  }
  .joySlideSec .joySlide .materialSlide_info2 p strong {
    font-weight: 400;
    font-size: 14px;
    line-height: 200%;
    display: block;
    margin: 0 0 6px;
    color: #48494D;
  }
  .joySlideSec .joySlide .materialSlide_info2 p.ttl {
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 0.02em;
    margin: 0 0 16px;
  }
  .joySlideSec .joySlide .materialSlide_info2 img {
    width: 16px;
    margin-left: auto;
  }
  
  /*.joySlideSec .joySlide p {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: .02em;
    margin-top: 16px;
  }
  .joySlideSec .joySlide p.arrow_type_svg:after {
    margin-left: 4px;
  }*/
  
  .materialSlideSec .slick-dots, .joySlideSec .slick-dots {
    left: 0;
    text-align: left;
  }
  .materialSlideSec, .joySlideSec {
    margin-bottom: 130px;
  }
  @media (max-width: 1024px) {
    .materialSlideSec, .joySlideSec {
      padding: 0 3%;
    }
  }
  @media (max-width: 991px) {
    .materialSlideSec, .joySlideSec {
      padding: 0;
      margin-bottom: 100px;
    }
    .materialSlideSec .materialSlide_inner, .joySlideSec .joySlide_inner {
      flex-direction: column;
      max-width: 100%;
    }
    .materialSlideSec .materialSlide_inner dt, .joySlideSec .joySlide_inner dt {
      width: 100%;
      padding: 0 24px;
      margin-bottom: 32px;
      font-size: 24px;
      line-height: 160%;
      text-align: center;
    }
    .materialSlideSec .materialSlide_inner dd, .joySlideSec .joySlide_inner dd {
      width: 100%;
    }
    .materialSlideSec .slick-list, .joySlideSec .slick-list {
      padding-right: 10%;
      margin-right: 0;
      margin-left: 24px;
    }
    .materialSlideSec .slick-list .materialSlide, .joySlideSec .slick-list .joySlide {
      width: 312px;
      flex: 0 0 312px;
      margin-right: 16px;
    }
    .materialSlideSec .materialSlide_info {
      padding: 0 28px;
    }
  
    .materialSlideSec .slick-dots, .joySlideSec .slick-dots {
      padding: 0 24px;
    }
  }
  
  .bnrList__txt .bnrBox {
    position: relative;
  }
  .bnrList__txt .bnrBox p {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 28px;
    line-height: 160%;
    letter-spacing: 0.03em;
    text-align: center;
    padding: 15px;
  }
  @media (max-width: 991px) {
    .bnrList__txt .bnrBox p {
      font-weight: 400;
      font-size: 18px;
      line-height: 160%;
      letter-spacing: 0.03em;
      padding: 15px;
    }
  }
  
  @media screen and (max-width: 1250px) {
    .sec_custom_shop__wrap .sec_custom_shop__img{
        width: 600px;
    }
    .sec_custom_shop__wrap{
        justify-content: space-between;
    }
  
    .sec_custom_shop .container{
        padding: 0 24px;
    }
  
    .fNav--typeA.container{
        padding-left: 24px;
        padding-right: 24px;
    }
  }
  
  @media screen and (max-width: 991px) {
    .sec_custom_shop__wrap .sec_custom_shop__img{
        width: 100%;
    }
    .sec_custom_shop__wrap{
        justify-content: center;
    }
  
    .sec_custom_shop .container{
        padding: 0;
    }
    .fNav--typeA.container{
        padding-left: 0;
        padding-right: 0;
    }
  }