@charset "UTF-8";
/* CSS Document */
/***
* mainVisual
*/
html.overflow,
body.overflow {
  overflow: hidden; }

#footerCopy span {
  font-size: 111%; }

#blurOverlay {
  pointer-events: none;
  background-color: rgba(200, 200, 200, 0.3); }
  #blurOverlay.active {
    pointer-events: initial; }

* {
  box-sizing: content-box; }

#footerSub .btn {
  border-color: #303030; }
  #footerSub .btn:hover {
    background-color: #fff;
    color: #303030; }

sup {
  vertical-align: top;
  top: 0.1em;
  position: relative;
  font-size: 60%; }

#mainVisual {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  z-index: 1111; }

#mainVisualImg img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: center top;
  transform: scale(1.1);
  transition-duration: 0.5s; }

#mainVisualImg.active img {
  transform: scale(1);
  transition-duration: 0.5s; }

/* second */
section {
  background: #fff;
  border-bottom: 1px solid #303030; }

#second {
  width: 100%;
  height: 300vh;
  background: #000;
  position: relative;
  z-index: -1; }
  #second #secondLead {
    position: relative;
    z-index: 2;
    line-height: 1.4;
    height: 100%; }
    #second #secondLead h2.first {
      font-size: 50px; }
    #second #secondLead h2.second {
      font-size: 36px; }
    #second #secondLead .secondLeadEach {
      height: 100vh;
      width: 100%;
      position: sticky;
      left: 0;
      top: 0;
      transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
      top: 40px;
      opacity: 0;
      overflow: hidden; }
      #second #secondLead .secondLeadEach.active {
        top: 0;
        opacity: 1; }
      #second #secondLead .secondLeadEach.hide {
        top: -40px;
        opacity: 0;
        transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1); }
      #second #secondLead .secondLeadEach .box {
        position: absolute;
        left: 108px;
        top: 50%;
        transform: translate(0, -50%); }
        #second #secondLead .secondLeadEach .box .line.whiteStr span {
          color: #fff; }
        #second #secondLead .secondLeadEach .box .line span {
          color: #999;
          transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-delay: calc(0.05s * var(--char-index)); }
    #second #secondLead #secondLeadEach2 {
      margin-top: -100vh; }
  #second #bgSecond {
    position: sticky;
    top: 0;
    opacity: 0.5;
    z-index: 1; }
    #second #bgSecond img {
      width: 100%;
      height: 100vh;
      object-fit: cover; }

#vimeoWrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden; }

iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100vh;
  width: auto;
  transform: translate(-50%, -50%);
  aspect-ratio: 16 / 9;
  min-width: 177.78vh;
  border: none; }

/***
* denimChart
*/
#denimChart {
  width: 100%;
  height: 300vh;
  min-height: 800px;
  background: #e2e1e1;
  position: relative; }
  #denimChart::-webkit-scrollbar {
    display: none; }
  #denimChart #denimChartInner {
    width: calc(1600px + 452px + 2px);
    width: 100%;
    display: flex;
    position: sticky;
    top: 0; }
    #denimChart #denimChartInner .nextBtn {
      position: absolute;
      right: 25px;
      bottom: 0px;
      width: 60px;
      height: 60px;
      background-image: url("../../_common/img/icon_chart_next.svg");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 29px auto;
      text-indent: -9999px; }
    #denimChart #denimChartInner #denimChartTxt {
      width: 452px;
      max-width: 100%;
      height: 100vh;
      border-right: 1px solid #303030; }
      #denimChart #denimChartInner #denimChartTxt h2 {
        font-size: 16px; }
      #denimChart #denimChartInner #denimChartTxt h3 {
        margin: 0 0 30px -4px;
        font-size: 38px;
        line-height: 1.2;
        letter-spacing: -0.08em; }
      #denimChart #denimChartInner #denimChartTxt p {
        font-size: 14px;
        line-height: 1.6;
        letter-spacing: -0.06em; }
      #denimChart #denimChartInner #denimChartTxt #denimChartTxtInner {
        margin: 0 35px 0 60px;
        position: relative;
        top: 50%;
        transform: translateY(-50%); }
    #denimChart #denimChartInner #denimChartMain {
      width: calc(100vw - 452px);
      overflow: hidden;
      height: 100vh;
      position: relative; }
      #denimChart #denimChartInner #denimChartMain .denimChartAxis {
        position: relative;
        width: 100%;
        height: 100%; }
        #denimChart #denimChartInner #denimChartMain .denimChartAxis.denimChartAxisPc {
          display: block; }
        #denimChart #denimChartInner #denimChartMain .denimChartAxis.denimChartAxisSp {
          display: none; }
        #denimChart #denimChartInner #denimChartMain .denimChartAxis .axisTx {
          font-family: "HelveticaNeueLTPro", sans-serif;
          font-weight: 500;
          font-size: 20px;
          line-height: 20px;
          vertical-align: middle;
          position: absolute;
          z-index: 2; }
        #denimChart #denimChartInner #denimChartMain .denimChartAxis #up {
          top: 20px;
          left: 50%;
          transform: translate(-50%, 0); }
        #denimChart #denimChartInner #denimChartMain .denimChartAxis #down {
          bottom: calc(20px - 6px);
          left: 50%;
          transform: translate(-50%, 0); }
        #denimChart #denimChartInner #denimChartMain .denimChartAxis #right {
          top: 50%;
          right: calc(20px - 6px);
          right: calc(20px);
          transform: translate(0, -50%) rotate(180deg);
          transform: translate(0, -50%) rotate(0);
          writing-mode: vertical-rl; }
        #denimChart #denimChartInner #denimChartMain .denimChartAxis #left {
          top: 50%;
          left: calc(20px);
          transform: translate(0, -50%) rotate(180deg);
          writing-mode: vertical-rl; }
        #denimChart #denimChartInner #denimChartMain .denimChartAxis #axisLineBox {
          position: absolute;
          left: 50px;
          right: 50px;
          top: 50%;
          transform: translate(0, -50%);
          width: calc(100% - 100px); }
          #denimChart #denimChartInner #denimChartMain .denimChartAxis #axisLineBox .axisLine {
            width: 100%;
            height: 2px;
            background-image: url("../img/img_axis2.png");
            background-position: left center;
            background-repeat: repeat-x;
            background-size: auto 1px; }
          #denimChart #denimChartInner #denimChartMain .denimChartAxis #axisLineBox #axisLineOver {
            position: absolute;
            clip-path: inset(0 100% 0 0);
            height: 2px;
            background-color: #303030; }
          #denimChart #denimChartInner #denimChartMain .denimChartAxis #axisLineBox .axisBall {
            width: 10px;
            height: 10px;
            border-radius: 10px;
            background-color: #303030;
            margin-top: -1px;
            transform: translate(-50%, -50%);
            position: absolute;
            left: 0%; }
      #denimChart #denimChartInner #denimChartMain #dcMainList {
        width: 1600px;
        height: 680px;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translate(0, -50%);
        box-sizing: border-box; }

/**/
.dcMainTtlSub {
  font-size: 20px;
  position: absolute;
  top: 30px;
  left: 50%;
  text-align: center; }

#dcMainTtlLow {
  top: auto;
  bottom: 30px; }

#dcMainList dl {
  width: 129px;
  position: absolute; }
#dcMainList h4 {
  font-size: 20px; }
#dcMainList h5 {
  font-size: 13px; }

/* 02 */
#dcMain1 {
  left: 2.8%;
  top: 7.6%; }

/* 05 */
#dcMain2 {
  left: 5%;
  top: 60.3%; }

/* 06 */
#dcMain3 {
  left: 15.1%;
  top: 19.3%; }

/* 09 */
#dcMain4 {
  left: 24.8%;
  top: 1.5%; }

/* 04 */
#dcMain5 {
  left: 28.2%;
  top: 47.2%; }

/* 07 */
#dcMain6 {
  left: 35.3%;
  top: 7.6%; }

/* 03 */
#dcMain7 {
  left: 46.6%;
  top: 26.5%; }

/* 08 */
#dcMain8 {
  left: 63.6%;
  top: 6.6%; }

/* 01 */
#dcMain9 {
  left: 76.1%;
  top: 3.7%; }

/* 10 */
#dcMain10 {
  left: 90.6%;
  top: 3.7%; }

/***
* bnrShopList
*/
#bnrShopList {
  background: #000; }
  #bnrShopList #bnrShopListLink {
    width: 100%;
    height: 500px;
    background: url("../img/bg_shop.jpg") center no-repeat;
    background-size: cover;
    display: block;
    position: relative; }

#bnrShopListInner {
  position: absolute;
  top: 50%;
  left: 114px;
  color: #fff;
  transform: translateY(-50%); }

#bnrShopList .ttl h3 {
  margin-bottom: 30px; }

#btnShopList {
  width: 245px;
  margin-top: 0;
  padding: 18px 0;
  font-size: 12px;
  color: #303030;
  background: #fff;
  display: inline-block;
  text-align: center;
  position: relative;
  z-index: 1111;
  transition-duration: 0.5s;
  border: 1px solid #303030; }
  #btnShopList:hover {
    background-color: #303030;
    color: #fff;
    border-color: #fff; }

.closeBtn,
#btnDetailWrap {
  width: 19px;
  position: absolute;
  top: 20px;
  right: 20px;
  display: block; }

/***
* reason
*/
#reason {
  height: 700vh; }
  #reason .reasonSection {
    position: sticky;
    top: 0;
    text-align: center;
    height: 200vh;
    border-top: 1px solid #303030;
    overflow: hidden; }
    #reason .reasonSection.active .tx1_1 {
      opacity: 1; }
    #reason .reasonSection.active .line {
      height: 60px;
      bottom: 0; }
    #reason .reasonSection.active .tx2_1 {
      opacity: 1;
      transition-delay: 1s; }
      #reason .reasonSection.active .tx2_1 img {
        height: 105vh;
        object-position: 50% -5vh;
        transition-delay: 0.3s; }
    #reason .reasonSection.active .bg2 img {
      height: 105vh;
      object-position: 50% -5vh;
      transition-delay: 0.3s; }
    #reason .reasonSection.active .tx2_2 {
      opacity: 1;
      transition-delay: 1.6s; }
    #reason .reasonSection.active .blackBg2 {
      background-color: rgba(0, 0, 0, 0.4);
      transition-delay: 0.3s; }
    #reason .reasonSection.active .tx3_1 {
      opacity: 1;
      transition-delay: 1s; }
      #reason .reasonSection.active .tx3_1 img {
        height: 105vh;
        object-position: 50% -5vh;
        transition-delay: 0.3s; }
    #reason .reasonSection.active .bg3 img {
      height: 105vh;
      object-position: 50% -5vh;
      transition-delay: 0.3s; }
    #reason .reasonSection.active .blackBg3 {
      background-color: rgba(0, 0, 0, 0.4);
      transition-delay: 0.3s; }
    #reason .reasonSection.active2 .tx1_1 {
      opacity: 0; }
    #reason .reasonSection.active2 .tx1_2 {
      opacity: 1;
      transition-delay: 1s; }
      #reason .reasonSection.active2 .tx1_2 img {
        height: 140vh;
        object-position: 50% -40vh;
        transition-delay: 0.3s; }
    #reason .reasonSection.active2 .bg1 img {
      height: 140vh;
      object-position: 50% -40vh;
      transition-delay: 0.3s; }
    #reason .reasonSection.active2 .tx1_3 {
      opacity: 1;
      transition-delay: 1.6s; }
    #reason .reasonSection.active2 .blackBg1 {
      background-color: rgba(0, 0, 0, 0.2); }
    #reason .reasonSection .tx {
      position: absolute;
      left: 0;
      top: 0;
      z-index: 3;
      width: 100%;
      opacity: 0;
      transition-duration: 0.8s; }
      #reason .reasonSection .tx img {
        width: 100%;
        height: 100vh;
        object-fit: cover;
        transition-duration: 0.8s; }
    #reason .reasonSection .line {
      position: absolute;
      left: 50%;
      bottom: 0;
      width: 1px;
      height: 60px;
      background-color: #fff;
      z-index: 5;
      transform: translate(-50%, 0);
      transition-delay: 0.6s;
      height: 0;
      bottom: 60px;
      transition-duration: 0.5s; }
    #reason .reasonSection .blackBg {
      position: absolute;
      z-index: 2;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0);
      transition-duration: 0.5s; }
    #reason .reasonSection .blackBg1 {
      background-color: rgba(0, 0, 0, 0.5); }
    #reason .reasonSection .blackBg2 {
      background-color: rgba(0, 0, 0, 0.2); }
    #reason .reasonSection .bg {
      height: 100vh;
      position: relative; }
      #reason .reasonSection .bg img {
        width: 100vw;
        height: 100vh;
        object-fit: cover;
        transition-duration: 0.8s; }

/***
* designer
*/
#designer {
  margin-top: -100vh;
  width: 100%;
  height: 425px;
  position: relative; }

#designerInner {
  width: 900px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

#designerImg {
  width: 375px;
  float: right; }

#designerTxt {
  width: 377px;
  width: 403px;
  text-align: justify;
  float: left; }

#designerInner h2 {
  margin-bottom: 50px;
  font-size: 30px;
  letter-spacing: -0.04em; }

#designerTxt h3 strong {
  font-size: 20px;
  margin-bottom: 15px;
  display: inline-block; }
#designerTxt h3 p {
  font-size: 14px;
  line-height: 1.75;
  letter-spacing: 0em; }

/***
* fybjItem
*/
#fybjItem {
  overflow: hidden;
  width: 100%;
  padding-bottom: 100px;
  background: #e2e1e1;
  position: relative; }
  #fybjItem .ttl {
    padding: 100px 0 0 60px; }
    #fybjItem .ttl h2 {
      margin-bottom: 10px;
      font-size: 46px; }
    #fybjItem .ttl h3 {
      margin-bottom: 50px;
      font-size: 18px; }
  #fybjItem #fybjItemList {
    padding: 0 0px 0 60px; }
    #fybjItem #fybjItemList::-webkit-scrollbar {
      display: none; }
    #fybjItem #fybjItemList ul li a:hover img {
      opacity: 0.6;
      transition-duration: 0.5s; }
    #fybjItem #fybjItemList ul li a:hover h6 {
      border: 1px solid #999;
      transition-duration: 0.5s; }
    #fybjItem #fybjItemList ul li .fybjItemListImg {
      margin-bottom: 20px; }
    #fybjItem #fybjItemList ul li h4 {
      margin-bottom: 4px;
      font-size: 20px; }
    #fybjItem #fybjItemList ul li h5 {
      margin-bottom: 15px;
      font-size: 14px; }
    #fybjItem #fybjItemList ul li h6 {
      padding: 4px 10px 4px;
      border: 1px solid #303030;
      border-radius: 12px;
      font-size: 12px;
      display: inline-block; }
    #fybjItem #fybjItemList ul li img {
      width: 80%;
      margin: 0 auto;
      display: inline-block; }

.fybj-button-prev,
.fybj-button-next {
  transition-duration: 0.5s;
  opacity: 1; }
  .fybj-button-prev.swiper-button-disabled,
  .fybj-button-next.swiper-button-disabled {
    opacity: 0.6; }

.fybj-button-next {
  position: absolute;
  top: 150px;
  right: 40px;
  width: 24px;
  height: 24px;
  margin-top: -20px;
  z-index: 5;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }

.fybj-button-prev {
  position: absolute;
  top: 150px;
  right: 40px;
  width: 24px;
  height: 24px;
  margin-top: -20px;
  z-index: 5;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  right: 92px;
  background: url("../../_common/img/icon_ittemarrow_prev.svg") center no-repeat; }

/* 左矢印ボタン */
/* 右矢印ボタン */
.fybj-button-next {
  right: 60px;
  background: url("../../_common/img/icon_ittemarrow_next.svg") center no-repeat; }

/***
* fybjLook
*/
.fade_off_look {
  visibility: hidden;
  opacity: 0;
  transition-duration: 1s; }
  .fade_off_look.show {
    visibility: visible;
    opacity: 1; }

#fybjLook {
  border-bottom: 1px solid #303030; }
  #fybjLook .swiper-button-next,
  #fybjLook .swiper-button-prev {
    top: calc(50% - 38px); }

#fybjLookNav {
  width: 54px;
  height: 100vh;
  float: right;
  position: sticky;
  top: 0;
  right: 0;
  font-size: 12px;
  background-color: #fff; }

.detailWrap {
  background-color: rgba(255, 255, 255, 0.9); }

.detailTxtTop {
  display: none; }

.fybjLookImgCredit dl {
  padding: 15px 30px 30px 30px;
  display: flex;
  justify-content: space-between; }
.fybjLookImgCredit h4 {
  margin-bottom: 4px;
  font-size: 14px; }
.fybjLookImgCredit h5 {
  font-size: 13px;
  font-weight: 400;
  font-family: "CezannePro-M", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W8", Meiryo, "sans-serif"; }

#fybjLookList {
  float: left;
  width: calc(100% - 54px); }
  #fybjLookList > ol > li {
    border-bottom: 1px solid #303030;
    position: relative;
    display: flex;
    background-color: #fff; }
    #fybjLookList > ol > li:nth-child(odd) {
      flex-direction: row-reverse; }
    #fybjLookList > ol > li:last-child {
      border-bottom: none; }
    #fybjLookList > ol > li .fybjLookImg {
      width: 50%;
      position: relative;
      overflow: hidden; }
    #fybjLookList > ol > li:nth-child(even) .fybjLookImg {
      width: 50%;
      position: relative;
      overflow: hidden; }
    #fybjLookList > ol > li .fybjLookTxt {
      width: 50%;
      position: relative; }

.fybjLookTxtInner {
  width: 467px;
  width: calc(100% - 15.6vw);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.lookTxtNo {
  margin-bottom: 35px;
  font-size: 44px;
  font-family: Helvetica, Arial, "sans-serif";
  display: block; }

.lookTxtItem {
  margin-bottom: 15px;
  font-size: 46px;
  letter-spacing: -0.05em; }
  .lookTxtItem .tm {
    font-size: 30px;
    position: relative;
    top: -12px;
    display: inline-block; }

.lookTxtLead {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.2; }

.lookTxtHash {
  margin-bottom: 50px; }
  .lookTxtHash dl {
    display: flex;
    flex-wrap: wrap;
    gap: 4px; }
    .lookTxtHash dl dd {
      padding: 4px 10px 4px;
      display: inline-block;
      border: 1px solid #303030;
      font-size: 12px;
      border-radius: 12px; }
      .lookTxtHash dl dd::before {
        content: "# "; }

.lookTxtDesigner h4 {
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  border-bottom: 1px solid #999; }
.lookTxtDesigner p {
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: -0.05em; }

.lookTxtBtns dl {
  display: flex;
  gap: 0px; }
  .lookTxtBtns dl dd {
    width: 50%; }

.detailCorList {
  margin-right: -60px;
  padding-right: 20px; }
  .detailCorList dl {
    display: flex;
    gap: 15px;
    width: 100%;
    overflow-x: scroll; }
    .detailCorList dl::-webkit-scrollbar {
      display: none; }
    .detailCorList dl dd {
      flex: 0 0 auto;
      white-space: nowrap;
      float: none;
      margin-right: 0; }
      .detailCorList dl dd .detailCorImg {
        margin-bottom: 8px; }
      .detailCorList dl dd h4 {
        font-weight: 400;
        font-family: "CezannePro-M", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W8", Meiryo, "sans-serif"; }

a.btn:hover {
  transition-duration: 0.3s;
  transition-delay: 0s; }

.btnDetail {
  padding: 18px 0 18px 0; }
  .btnDetail span {
    position: relative;
    padding-left: 20px; }
    .btnDetail span::before {
      content: "";
      width: 10px;
      height: 14px;
      background: url("../../_common/img/icon_plus.svg") center no-repeat;
      position: absolute;
      top: 1.5px;
      left: 0; }

.btnWebStore {
  color: #fff;
  background: #303030;
  border-color: #303030;
  margin-left: -1px; }

.btnWebStore:hover {
  color: #000;
  background: #fff; }

.btnWebStore {
  padding: 18px 0 18px 0; }
  .btnWebStore span {
    position: relative;
    padding-left: 20px; }
    .btnWebStore span::before {
      content: "";
      width: 10px;
      height: 13px;
      background: url("../../_common/img/icon_bag.svg") center no-repeat;
      position: absolute;
      top: 1.5px;
      left: 0; }

.btnWebStore:hover span {
  position: relative;
  padding-left: 20px; }
  .btnWebStore:hover span::before {
    content: "";
    width: 10px;
    height: 13px;
    background: url("../../_common/img/icon_bag_bk.svg") center no-repeat;
    position: absolute;
    top: 0;
    left: 0; }

/* pager */
#pager {
  position: absolute;
  top: 50%;
  left: 20px;
  text-align: center;
  transform: translateY(-50%); }

#pagerCount {
  margin: 10px 0; }
  #pagerCount dd a {
    padding: 10px 4px 10px 5px;
    display: block;
    position: relative; }
    #pagerCount dd a::after {
      content: "";
      width: 4px;
      height: 4px;
      background: #999;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      border-radius: 100%; }
  #pagerCount dd.active a::after {
    width: 6px;
    height: 6px;
    background: #333; }

#btnFind {
  position: absolute;
  bottom: 0;
  display: block; }
  #btnFind h3 {
    position: absolute;
    left: 21px;
    bottom: 72px;
    white-space: nowrap;
    font-size: 13px;
    letter-spacing: -0.01em;
    writing-mode: vertical-rl;
    text-orientation: mixed; }

#btnFindArrow {
  width: 54px;
  height: 54px;
  background: #999 url("../../_common/img/icon_up.svg") center no-repeat;
  background-size: 10px auto; }

/***
* movie
*/
#movie {
  position: relative; }

#movieInner img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block; }

#btnMovie {
  position: absolute;
  top: 50%;
  left: 60px;
  transform: translateY(-50%);
  color: #fff;
  font-size: 46px;
  padding-right: 50px; }
  #btnMovie::after {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background: url("../../_common/img/icon_play.svg") center no-repeat;
    background-size: 40px auto;
    top: 2px;
    right: 0; }

#btnMovie.hide::after {
  display: none; }

#movieWrapper {
  display: none;
  margin-bottom: -3px; }

#movie iframe {
  position: relative;
  top: auto;
  left: auto;
  height: auto;
  width: 100%;
  transform: translate(0);
  aspect-ratio: 16 / 9;
  min-width: auto;
  border: none; }

/***
* online
*/
#online {
  padding-top: 60px;
  text-align: center; }

#onlineInner {
  position: relative;
  top: 50%;
  transform: translateY(-50%); }

#online a {
  height: 80vh;
  margin: 0 60px 60px;
  color: #fff;
  background: url("../img/bg_online.jpg") center top no-repeat;
  background-size: 100% auto;
  display: block; }

#online .ttl h2 {
  margin-bottom: 13px; }
#online .ttl h3 {
  font-size: 16px;
  margin-bottom: 26px; }

/***
* shoplist
*/
#shoplistInner {
  margin: 0 60px 60px;
  padding-top: 60px; }

.shoplistList {
  width: 100%;
  margin-top: 20px; }

#shoplistInner .ttl {
  margin-bottom: 40px; }
#shoplistInner h2 {
  font-size: 46px; }
#shoplistInner h3 {
  font-size: 18px; }

.shoplistList h4 {
  margin-bottom: 20px;
  font-size: 16px;
  color: #999; }
.shoplistList h5 {
  margin-bottom: 8px;
  font-size: 16px; }
.shoplistList p {
  width: auto;
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 1.41;
  font-weight: 400;
  font-family: "CezannePro-M", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W8", Meiryo, "sans-serif"; }
.shoplistList a {
  color: #303030; }

#shoplistInner a {
  color: #303030; }

.btnShopList {
  display: inline-block;
  position: relative; }

.btnShopList::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  transition-duration: 0.5s; }

.btnShopList:hover::after {
  width: 0;
  bottom: 0;
  left: 0;
  transition-duration: 0.5s; }

.region {
  margin-bottom: 20px; }

.regionTtl {
  font-size: 14px;
  margin: 0 0 12px;
  color: #999; }

.region ul,
.shoplistList ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px 40px;
  padding: 0;
  margin: 0;
  list-style: none; }

.region li,
.shoplistList li {
  margin: 0; }

.region li a,
.shoplistList li a {
  display: block;
  text-decoration: none; }

.regionGroup {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px 40px; }
  .regionGroup .region {
    padding: 0; }
    .regionGroup .region:nth-child(1) {
      grid-column: 1; }
    .regionGroup .region:nth-child(2) {
      grid-column: 2; }
    .regionGroup .region ul {
      grid-template-columns: 1fr; }

/* 1つ目（SAITAMA）を1列目に、2つ目（CHIBA）を2列目に固定配置 */
/* 各地域ブロック内の店舗リストは1カラムで左寄せ */
/* レスポンシブ：タブレット以下は自然に縦積み */
@media (max-width: 1024px) {
  .regionGroup {
    grid-template-columns: 1fr;
    /* 1列化して順番通りに縦並び */
    gap: 48px; } }
/*****************************************************************************************************************/
#loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3333;
  pointer-events: none; }

#loaderBgRed {
  width: 100%;
  height: 100%;
  background: #f00;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 7776; }
  #loaderBgRed.active {
    width: 100%;
    width: 350px;
    height: 14.04vw;
    height: calc(350px * 0.156);
    transition-duration: 0.4s; }
  #loaderBgRed.active2 {
    width: 90vw;
    width: 350px;
    transition-duration: 0.2s; }
  #loaderBgRed.hide {
    display: none; }

#loaderLogo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 7776;
  width: 90vw;
  width: 350px;
  visibility: hidden; }
  #loaderLogo.active {
    visibility: visible; }
  #loaderLogo img {
    position: relative;
    z-index: 2; }
  #loaderLogo.noBgWhite #bgWhite {
    background-color: transparent;
    opacity: 0; }
  #loaderLogo #bgWhite {
    position: absolute;
    z-index: 1;
    left: 2px;
    top: 2px;
    background-color: #fff;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    transition-duration: 1s; }

#bnrShopListLink {
  display: block;
  height: 500px; }

#bnrShopListModal {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 7777;
  opacity: 0;
  visibility: hidden;
  transition-duration: 0.5s;
  overflow-y: scroll; }

#bnrShopListModal.active {
  opacity: 1;
  visibility: visible;
  transition-duration: 0.5s; }

/*************************************************************************************************/
.detailTxt h3 {
  margin-bottom: 10px; }

.detailCor {
  position: relative; }

.fadeRight {
  position: absolute;
  top: 0;
  right: -40px;
  width: 50px;
  height: 100%;
  z-index: 3333;
  pointer-events: none;
  background: linear-gradient(to left, white, rgba(255, 255, 255, 0)); }

@media only screen and (max-width: 999px) {
  	/***
  * mainVisual
  */
  .detailWrap {
    height: 500px; }

  .detailWrapInner p {
    font-size: 12px; }

  .detailWrapInner {
    margin-top: 50px; }

  .detailCorList {
    margin-right: 0;
    padding-right: 0; }
    .detailCorList dl dd:last-child {
      margin-right: 20px; }

  #loaderBgRed.active {
    width: 100%;
    height: 14.04vw; }
  #loaderBgRed.active2 {
    width: 90vw; }

  #loaderLogo {
    width: 90vw; }

  #mainVisual {
    position: relative;
    z-index: 1111; }

  #mainVisualImg img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: center top; }

  /* second */
  section {
    background: #fff;
    border-bottom: 1px solid #303030; }

  #second {
    height: 200vh; }
    #second #secondLead h2.first {
      font-size: 39px; }
    #second #secondLead h2.second {
      font-size: 29px; }
    #second #secondLead .secondLeadEach .box {
      left: 20px; }

  #vimeoWrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden; }

  iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    height: auto;
    width: 100%;
    transform: translate(-50%, -50%);
    aspect-ratio: 9 / 16;
    min-width: 177.78vh;
    border: none; }

  	/***
  * denimChart
  */
  #denimChart {
    height: auto;
    min-height: initial; }
    #denimChart #denimChartInner {
      display: block;
      position: relative; }
      #denimChart #denimChartInner .nextBtn {
        background-size: 22px auto;
        bottom: -25px;
        right: -6px; }
      #denimChart #denimChartInner #denimChartTxt {
        height: auto;
        border: none;
        width: auto; }
        #denimChart #denimChartInner #denimChartTxt h3 {
          font-size: 28px;
          margin-bottom: 0; }
        #denimChart #denimChartInner #denimChartTxt p {
          text-align: justify;
          display: none; }
        #denimChart #denimChartInner #denimChartTxt #denimChartTxtInner {
          top: initial;
          transform: translate(0);
          margin: 0;
          padding: 90px 20px 30px 20px;
          margin-bottom: 20px;
          margin-bottom: 0;
          border-bottom: 1px solid #000; }
      #denimChart #denimChartInner #denimChartMain {
        width: auto;
        height: 300vh;
        min-height: initial;
        overflow: visible; }
        #denimChart #denimChartInner #denimChartMain .denimChartAxis {
          position: absolute; }
          #denimChart #denimChartInner #denimChartMain .denimChartAxis .axisTx {
            font-size: 18px; }
          #denimChart #denimChartInner #denimChartMain .denimChartAxis #up {
            top: calc($axisPos + 45px); }
          #denimChart #denimChartInner #denimChartMain .denimChartAxis #down {
            bottom: calc($axisPos - 6px); }
          #denimChart #denimChartInner #denimChartMain .denimChartAxis #right {
            right: calc($axisPos); }
          #denimChart #denimChartInner #denimChartMain .denimChartAxis #left {
            left: calc($axisPos); }
          #denimChart #denimChartInner #denimChartMain .denimChartAxis.denimChartAxisPc {
            display: none; }
          #denimChart #denimChartInner #denimChartMain .denimChartAxis.denimChartAxisSp {
            display: block; }
        #denimChart #denimChartInner #denimChartMain #dcMainList {
          height: 100vh;
          position: sticky;
          top: 0;
          width: 100%;
          overflow: hidden;
          transform: translate(0);
          padding-top: 0; }
          #denimChart #denimChartInner #denimChartMain #dcMainList dl {
            width: 100px; }
          #denimChart #denimChartInner #denimChartMain #dcMainList h4 {
            font-size: 20px; }
          #denimChart #denimChartInner #denimChartMain #dcMainList h5 {
            font-size: 13px; }
          #denimChart #denimChartInner #denimChartMain #dcMainList #dcMainListBox {
            width: 1600px;
            width: 1240px;
            height: 85vh;
            position: relative;
            box-sizing: content-box;
            left: 0;
            top: 50%;
            transform: translate(0, -45%); }

  	/***
  * bnrShopList
  */
  #bnrShopList {
    background: #000; }
    #bnrShopList #bnrShopListLink {
      width: 100%;
      height: 488px;
      background: url("../img/bg_shop_sp.jpg") center no-repeat;
      background-size: cover;
      display: block;
      position: relative; }

  #bnrShopListInner {
    margin: 0 20px 20px;
    padding-top: 40px;
    position: relative;
    top: 0;
    left: 0;
    color: #fff;
    transform: translateY(0); }

  #bnrShopList .ttl h3 {
    margin-bottom: 30px; }

  #btnShopList {
    width: calc(100% - 40px);
    margin-top: 20px;
    padding: 18px 0;
    font-size: 12px;
    color: #303030;
    background: #fff;
    display: inline-block;
    text-align: center;
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translate(-50%); }

  #online #btnShopList {
    width: 240px;
    position: relative;
    bottom: auto;
    left: auto;
    transform: translate(0); }

  .closeBtn {
    width: 19px;
    position: absolute;
    top: 20px;
    right: 20px; }

  	/***
  * reason
  */
  #reason .reasonSection .tx1_1 {
    padding-top: 10vh; }
    #reason .reasonSection .tx1_1 img {
      height: 80vh; }
  #reason .reasonSection .tx1_3 {
    padding-top: 5vh; }

  	/***
  * designer
  */
  #designer {
    width: 100%;
    height: auto;
    position: relative; }

  #designerInner {
    width: calc(100% - 40px);
    margin: 0 auto 60px;
    padding-top: 60px;
    position: relative;
    top: auto;
    left: auto;
    transform: translate(0); }

  #designerImg {
    width: 100%;
    float: none;
    margin-bottom: 24px; }

  #designerTxt {
    width: 100%;
    float: none; }

  #designer h2 {
    margin-bottom: 20px;
    font-size: 20px;
    letter-spacing: -0.04em; }

  #designerTxt h3 strong {
    font-size: 20px;
    margin-bottom: 15px;
    display: inline-block; }
  #designerTxt h3 p {
    font-size: 14px;
    line-height: 1.75;
    letter-spacing: -0.08em; }

  	/***
  * fybjItem
  */
  #fybjItem {
    padding-bottom: 60px; }
    #fybjItem .ttl {
      padding: 80px 20px 0 20px; }
      #fybjItem .ttl h2 {
        margin-bottom: 10px;
        font-size: 36px; }
      #fybjItem .ttl h3 {
        margin-bottom: 20px;
        font-size: 16px;
        letter-spacing: -0.06em; }
    #fybjItem #fybjItemList {
      padding-left: 40px; }
      #fybjItem #fybjItemList ul li .fybjItemListImg {
        margin-bottom: 20px; }
      #fybjItem #fybjItemList ul li h4 {
        margin-bottom: 4px;
        font-size: 20px; }
      #fybjItem #fybjItemList ul li h5 {
        margin-bottom: 15px;
        font-size: 14px; }
      #fybjItem #fybjItemList ul li h6 {
        padding: 4px 10px 4px;
        border: 1px solid #303030;
        border-radius: 12px;
        font-size: 12px;
        display: inline-block; }

  .fybj-button-next,
  .fybj-button-prev {
    position: absolute;
    top: 150px;
    right: 40px;
    width: 24px;
    height: 24px;
    margin-top: -20px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: none; }

  /* 左矢印ボタン */
  .fybj-button-prev {
    right: 60px;
    background: url("../../_common/img/icon_ittemarrow_prev.svg") center no-repeat; }

  /* 右矢印ボタン */
  .fybj-button-next {
    right: 20px;
    background: url("../../_common/img/icon_ittemarrow_next.svg") center no-repeat; }

  	/***
  * fybjLook
  */
  #fybjLook {
    border-bottom: 1px solid #303030; }

  #fybjLookNav {
    width: 30px;
    height: 100vh;
    float: right;
    position: sticky;
    top: 0;
    right: 0; }

  #fybjLookList {
    width: calc(100% - 30px);
    float: left; }
    #fybjLookList > ol > li {
      margin-bottom: 40px;
      border-bottom: none;
      position: relative; }
      #fybjLookList > ol > li:nth-child(odd) {
        flex-direction: row; }
      #fybjLookList > ol > li:last-child {
        border-bottom: none; }
      #fybjLookList > ol > li .fybjLookTxt {
        width: calc(100vw - 30px);
        min-height: initial;
        float: none; }
      #fybjLookList > ol > li .fybjLookImg {
        width: calc(100vw - 30px);
        margin-left: -20px;
        float: none;
        position: relative;
        overflow: hidden;
        min-height: initial; }
      #fybjLookList > ol > li:nth-child(even) .fybjLookImg {
        width: calc(100vw - 30px); }

  .fybjLookImg .swiper-button-prev {
    left: 0; }
    .fybjLookImg .swiper-button-prev:after {
      background-size: 6px auto; }
  .fybjLookImg .swiper-button-next {
    right: 0; }
    .fybjLookImg .swiper-button-next:after {
      background-size: 6px auto; }

  .fybjLookImgCredit dl {
    padding: 15px 20px 30px 20px;
    display: flex;
    justify-content: space-between; }
  .fybjLookImgCredit h4 {
    margin-bottom: 4px;
    font-size: 14px; }
  .fybjLookImgCredit h5 {
    font-size: 13px; }

  #fybjLookList li .fybjLookTxt, #fybjLookList li:nth-child(even) .fybjLookTxt {
    width: 100%;
    float: none;
    min-height: 80vh;
    position: relative; }

  .fybjLookTxtInner {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0%, 0%);
    width: auto;
    padding: 60px 20px 60px 20px; }

  .lookTxtNo {
    margin-bottom: 35px;
    font-size: 36px;
    font-family: Helvetica, Arial, "sans-serif";
    display: block; }

  .lookTxtItem {
    margin-bottom: 15px;
    font-size: 36px;
    letter-spacing: -0.05em; }
    .lookTxtItem .tm {
      font-size: 20px;
      position: relative;
      top: -12px; }

  .lookTxtLead {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.2; }

  .lookTxtHash {
    margin-bottom: 30px; }
    .lookTxtHash dl dd {
      padding: 4px 7px 4px; }

  .lookTxtDesigner h4 {
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    border-bottom: 1px solid #999; }
  .lookTxtDesigner p {
    margin-bottom: 25px;
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: -0.05em; }

  .lookTxtBtns dd {
    float: left; }

  #fybjLookList li .lookTxtBtns dd:last-child:hover {
    background: #000; }

  /* pager */
  #pager {
    position: absolute;
    top: 50%;
    left: 8px;
    text-align: center;
    transform: translateY(-50%); }

  #btnFind {
    position: absolute;
    bottom: 0;
    display: block; }
    #btnFind h3 {
      position: absolute;
      left: 9px;
      bottom: 40px;
      white-space: nowrap;
      font-size: 13px;
      letter-spacing: -0.01em;
      writing-mode: vertical-rl;
      text-orientation: mixed; }

  #btnFindArrow {
    width: 30px;
    height: 30px;
    background: #999 url("../../_common/img/icon_up.svg") center no-repeat;
    background-size: 10px auto; }

  	/***
  * movie
  */
  #movie {
    position: relative; }

  #movieInner {
    width: 100%;
    height: 693px !important;
    background: #000; }

  #movieInner img {
    width: 100%;
    height: 693px;
    object-fit: cover; }

  #btnMovie {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    color: #fff;
    font-size: 36px;
    padding-right: 50px; }
    #btnMovie::after {
      content: "";
      position: absolute;
      width: 40px;
      height: 40px;
      background: url("../../_common/img/icon_play.svg") center no-repeat;
      background-size: 40px auto;
      top: -3px;
      right: 0; }
    #btnMovie #movieWrapper {
      display: none;
      height: 693px !important;
      margin-bottom: -3px; }

  #movie iframe {
    position: relative;
    top: auto;
    left: auto;
    height: auto;
    width: 100%;
    transform: translate(0);
    aspect-ratio: 9 / 16;
    min-width: auto;
    border: none; }

  	/***
  * online
  */
  #online {
    padding-top: 60px;
    text-align: center; }
    #online .ttl h2 {
      line-height: 0.9; }
    #online .ttl h3 {
      margin-bottom: 0; }

  #onlineInner {
    position: relative;
    top: 50%;
    transform: translateY(-50%); }

  #online a {
    height: 438px;
    margin: 0 20px 40px 20px;
    color: #fff;
    background: url("../img/bg_online_sp.jpg") center top no-repeat;
    background-size: 100% auto;
    display: block; }

  	/***
  * shoplist
  */
  #shoplistInner {
    margin: 0 20px 60px;
    padding-top: 60px; }

  .shoplistList {
    width: 100%;
    margin-top: 25px; }

  #shoplistInner .ttl {
    margin-bottom: 30px; }
  #shoplistInner h2 {
    font-size: 36px; }
  #shoplistInner h3 {
    font-size: 16px; }
    #shoplistInner h3.regionTtl {
      font-size: 13px;
      margin-bottom: 9px; }

  .shoplistList h4 {
    margin-bottom: 20px;
    font-size: 16px;
    color: #999; }
  .shoplistList h5 {
    margin-bottom: 8px;
    font-size: 16px; }
  .shoplistList li {
    position: relative; }
  .shoplistList p {
    width: 258px;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.41; }
  .shoplistList a {
    color: #303030; }

  #shoplistInner a {
    color: #303030; }

  .shoplistList p.btnShopList {
    width: auto;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0; }

  .region {
    margin-bottom: 20px; }

  .regionTtl {
    font-size: 14px;
    margin: 0 0 12px;
    color: #999; }

  .region ul,
  .shoplistList ul {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 28px 40px;
    padding: 0;
    margin: 0;
    list-style: none; }

  .region li,
  .shoplistList li {
    margin: 0;
    border-bottom: 1px solid #ccc; }

  .region li a,
  .shoplistList li a {
    display: block;
    text-decoration: none; }

  .regionGroup {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px 40px; }
    .regionGroup .region {
      padding: 0; }
      .regionGroup .region:nth-child(1), .regionGroup .region:nth-child(2) {
        grid-column: 1; }
      .regionGroup .region ul {
        grid-template-columns: 1fr; }

  /* 1つ目（SAITAMA）を1列目に、2つ目（CHIBA）を2列目に固定配置 */
  /* 各地域ブロック内の店舗リストは1カラムで左寄せ */
  /* レスポンシブ：タブレット以下は自然に縦積み */ }
@media only screen and (max-width: 999px) and (max-width: 1024px) {
  .regionGroup {
    grid-template-columns: 1fr;
    /* 1列化して順番通りに縦並び */
    gap: 0; } }
@media only screen and (max-width: 999px) {
  .detailCor {
    position: relative; }

  .fadeRight {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    z-index: 3333;
    pointer-events: none;
    background: linear-gradient(to left, white, rgba(255, 255, 255, 0)); } }
