@charset "UTF-8";
@font-face {
  font-family: "NotoSerifJP";
  src: url(../font/NotoSerifJP-Medium.otf) format("opentype");
  font-weight: normal;
}
:root {
  --font: 游ゴシック体, YuGothic, 游ゴシック Medium, Yu Gothic, メイリオ, sans-serif;
  --font-en: questa-grande, serif;
  --font-credit: proxima-nova, sans-serif;
  --font-mincho: NotoSerifJP, ＭＳ Ｐ明朝, MS PMincho, serif;
  --pc-width: 1400;
  --tb-width: 768;
  --sp-width: 750;
}

* > .main-area {
  font-family: var(--font);
  font-weight: var(--fontweight-medium);
  font-feature-settings: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: unset;
  min-width: auto;
}

/* ▼ -----------可変設定---------- ▼ */
.lp_variable {
  --pc-width: 1400; /*PCデザイン幅*/
  --sp-width: 750; /*SPデザイン幅*/
  --pc-artboard-width: 440; /*SP共通デザイン幅*/
  --sp-artboard-width: 750; /*PC共通デザイン幅*/
  --formula: calc(var(--variable) * var(--ratio)); /*SP→PC 可変設定*/
  --formula_pc: calc(var(--variable) * 1); /*PC 1400以上は固定*/
}

/* PC画面幅 1400px以上 固定 */
@media (min-width: 1401px) {
  .lp_variable {
    --ratio: calc(var(--pc-artboard-width) / var(--sp-artboard-width)); /* PCとSPのデザイン幅の比率 */
    --variable: calc(100vw / var(--pc-width)); /* 画面幅に基づく可変値 */
    /*--variable: 1px; /* 固定値（可変しない） */
  }
}
/* PC画面幅 768～1400px 可変 */
@media (min-width: 768px) and (max-width: 1400px) {
  .lp_variable {
    --ratio: calc(var(--pc-artboard-width) / var(--sp-artboard-width)); /* PCとSPのデザイン幅の比率 */
    --variable: calc(100vw / var(--pc-width)); /* 画面幅に基づく可変値 */
  }
}
/* SP画面幅 767px以下 可変 */
@media (max-width: 767px) {
  .lp_variable {
    --ratio: 1; /* 比率は1（変わらない） */
    --variable: calc(100vw / var(--sp-width)); /* 画面幅に基づく可変値 */
  }
}
/* ▲ -----------可変設定---------- ▲ */

.spOnly {
  display: none;
}
@media screen and (max-width: 767px) {
  .spOnly {
    display: block;
  }
  .pcOnly {
    display: none;
  }
}

.main-area * {
  box-sizing: border-box;
}
.main-area img {
  height: auto;
  opacity: 1;
  width: 100%;
}
.main-area a {
  text-decoration: none;
}
.main-area picture {
  display: block;
}
.main-area p, .main-area ul, .main-area ol, .main-area dl {
  list-style: none;
}
@media only screen and (max-width: 767px) {
  .main-area .pc_only {
    display: none;
  }
  .main-area .sp_only {
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  .main-area .pc_only {
    display: block;
  }
  .main-area .sp_only {
    display: none;
  }
}

.FR250625Dickies img {
  background: #fff !important;
}
#FR250625Dickies .mv_txt img,
#FR250625Dickies .txt02 img {
  background: none !important;
}

#FR250625Dickies {
  margin: 0 auto;
  padding: 0 0 0 0;
  color: #000000;
  font-weight: 400;
  letter-spacing: 0.05em;
  /* メインビジュアル */
}
#FR250625Dickies .contents__bottom {
  padding-bottom: calc(200 * var(--formula));
}
#FR250625Dickies .product__block--mv .mv-inner {
  width: 100%;
}
#FR250625Dickies .product__block--mv .intro__image {
  width: 100%;
  position: relative;
  z-index: 0;
}
#FR250625Dickies .product__block--mv .intro__image a img {
  width: 100%;
  height: 100%;
}
#FR250625Dickies .product__block--mv .intro__text {
  width: calc(561 * var(--formula));
  height: calc(280 * var(--formula));
  top: auto;
  bottom: calc(85 * var(--formula));
  left: calc(140 * var(--formula));
  position: absolute;
  pointer-events: none;
}


@media only screen and (min-width: 768px) {
  .footer {
    width: 100%;
  }
  .archive {
    border-top: 1px solid #58595b;
  }
  #FR250625Dickies {
    --header-container-height: 120px;
    display: flex;
    width: 100%;
    padding-bottom: calc(230 * var(--formula));
  }
  #FR250625Dickies::-webkit-scrollbar {
    display: none;
  }
  #FR250625Dickies .contents__left {
    position: sticky;
    top: 0;
    width: 50%;
    height: 100vh;
    z-index: 1;
    overflow: hidden;
    height: calc(100vh - (var(--header-container-height, 0px)));
    top: var(--header-container-height, 0);
  }
  #FR250625Dickies .contents__right {
    width: 50%;
    position: relative;
    overflow: clip;
  }
  #FR250625Dickies .product__block--mv {
    width: auto;
    height: calc(100vh - (var(--header-container-height, 0px)));
    overflow: hidden;
  }
  #FR250625Dickies .product__block--mv .mv-inner {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .mv_txt.hero__ttl {
    position: absolute;
    top: 34dvh;
    left: 50%;
    transform: translateX(-50%);
    width: calc(460 * (100vw / 1400));
    pointer-events: none;
  }
  .mv_txt.hero__ttl02 {
    position: absolute;
    bottom: 2.8dvh;
    left: 50%;
    transform: translateX(-50%);
    width: calc(220 * (100vw / 1400));
    pointer-events: none;
  }
  .mv_txt img {
    width: 100%;
  }
  #FR250625Dickies .product__block--mv .intro__image {
    width: 100%;
    height: 100%;
  }
  #FR250625Dickies .product__block--mv .intro__image a {
    display: block;
    width: 100%;
    height: 100%;
  }
  #FR250625Dickies .product__block--mv .intro__image a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
  }
  #FR250625Dickies .product__block--mv .intro__image picture {
    width: 100%;
    height: 100%;
  }
  #FR250625Dickies .product__block--mv .intro__image .intro__text {
    width: calc(351 * var(--formula_pc));
    height: auto;
    bottom: calc(55 * var(--formula_pc));
    left: auto;
    right: calc(44 * var(--formula_pc));
  }
  #FR250625Dickies .product__block--mv .intro__image .intro__text img {
    width: 100%;
    height: auto;
  }
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 8px;
  height: 8px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
}
.slick-dots li button {
  background: none;
  border: 1px solid #000000;
  border-radius: 100%;
}
.slick-dots li.slick-active button {
  background: #000000;
  border:none;
  border-radius: 100%;
}
.slick-dots li.slick-active button:before {
  background-color: #e2dbcc;
  content: "";
}
.slick-dots li button:before {
  display: none;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 3px;
  padding: 0;
  cursor: pointer;
}

/* 共通 スタイル */
.FR250625Dickies img {
  width: 100%;
  height: 100%;
}
.credit p {
  font-size: calc(20 * var(--formula));
  letter-spacing: 0.01em;
  text-align: right;
  font-family: "century-gothic", sans-serif;
  font-weight: 400;
  font-style: normal;  
}
.credit .crflex {
  display: flex;
  justify-content: end;
}



/* コンテンツ スタイル */
/* .side-text-area {
  height: 100vh;
} */
@media screen and (max-width: 767px) {
  .side-text {
    height: 100%;
  }
}

.side-text-image {
  position: sticky;
  top: 0;
  /* margin-top: calc(-210 * var(--formula)); */
  margin-top: -100px;
  z-index: -1;
}
.side-text-image figure {
  height: 100vh;
  width: 100%;
}
.side-text-image figure img {
  height: calc(100vh - 86px);
  width: auto;
  object-fit: cover;
  position: absolute;
  bottom: calc(-17 * (100vw / 1400));
  left: 23%;
  padding-top: calc(-10 * (100vw / 1400));
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .side-text-image {
    /* margin-top: calc(-170 * var(--formula)); */
    margin-top: -101px;
  }
  .side-text-image figure img {
    width: auto;
    height: calc(100vh - 80px);
    object-fit: cover;
    position: absolute;
    bottom: -16px;
    /* bottom: calc(-20 * (100vw / 1400)); */
    left: calc(28 * var(--formula));
    line-height: 1;
  }
}

/* .side-text-image {
  width: calc(105 * var(--formula));
  position: sticky;
  top: calc(167 * var(--formula));
  left: 60.5%;
  height: auto;
  object-fit: cover;
  z-index: -1;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .side-text-image {
    top: calc(0 * var(--formula));
    left: calc(28 * var(--formula));
    margin-top: calc(-20 * var(--formula));
  }
} */


  .contents01 {
    width: 100%;
    position: relative;
    top: 0;
    margin-top: -100dvh;
  }
  .contents01 .sticky_wrapper {
    height: 120vh;
  }
@media screen and (max-width: 767px) {
  .contents01 {
    width: 100%;
    position: relative;
    top: 0;
    margin-top: -53svh;
  }
  .contents01 .sticky_wrapper {
    height: 120vh;
  }
}

.contents01 .img01_txt {
  font-size: calc(21 * var(--formula));
  line-height: 2;
  text-align: center;
  letter-spacing: 0.015em;
  font-feature-settings: "palt";
  color: #fff;
  position: absolute;
  top: calc(341 * var(--formula));
  left: calc(78 * var(--formula));
  z-index: 3;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.img01_txt.js-mask-txt {
  overflow: hidden;
  display: block;
}
.img01_txt.js-mask-txt .js-mask-txt-elem {
  transform: translateY(110%);
  display: inline-block;
  transition: transform 1s ease; /* アニメーション */
}
.img01_txt.js-mask-txt.is-active .js-mask-txt-elem {
  transform: translate(0);
}

.img01_txt.js-mask-txt_sp {
  overflow: hidden;
  display: block;
}
.img01_txt.js-mask-txt_sp .js-mask-txt-elem_sp {
  transform: translateY(110%);
  display: inline-block;
  transition: transform 1s ease; /* アニメーション */
}
.img01_txt.js-mask-txt_sp.is-active .js-mask-txt-elem_sp {
  transform: translate(0);
}

.contents01 .img01 {
  transition: 1s;
  animation-delay: 2s;
  transition-delay: 1s;
  filter: brightness(1);
}
.contents01 .img01.js-img.is-active {
  filter: brightness(80%);
  transition: all 0.5s ease;
}
.contents01 .img01.js-img_sp.is-active {
  filter: brightness(80%);
  transition: all 0.5s ease;
  animation-delay: 0.3s;
  transition-delay: 0.3s;  
}
.contents01 .img01 {
  width: calc(540 * var(--formula));
  margin: 0 auto;
  position: sticky;
  top: calc(50% + 80px);
  transform: translateY(-50%);
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .contents01 .img01 {
    position: sticky;
    top: calc(50% + 26px);
    transform: translateY(-50%);
    z-index: 10;
  }
}


.contents02 {
  margin-top: calc(-265 * var(--formula));
}
.contents02 .slide01 {
  width: calc(660 * var(--formula));
  margin: 0 auto;
}

.contents02 .slide01 .credit {
  margin-top: calc(40 * var(--formula));
}
.contents02 .slide01 .credit .crflex {
  gap: calc(0 * var(--formula)) calc(18 * var(--formula));
}
.contents02 .slide01 .credit .cr02.crflex {
  margin-top: calc(15 * var(--formula));
  gap: calc(0 * var(--formula)) calc(20 * var(--formula));
}
.contents02 .slide01 .credit .cr02.crflex p {
  letter-spacing: 0.01em;
}
.contents02 .slide01 .credit .cr03.crflex {
  margin-top: calc(17 * var(--formula));
  gap: calc(0 * var(--formula)) calc(33 * var(--formula));
}
.contents02 .slide01 .credit .cr03.crflex p {
  letter-spacing: 0.01em;
}


.contents03 {
  margin-top: calc(237 * var(--formula));
}
.contents03 .img03 {
  width: calc(750 * var(--formula));
  margin: 0 auto;
}
.contents03 .img04_box {
  width: calc(651 * var(--formula));
  margin: calc(91 * var(--formula)) auto 0;
  position: relative;
}
.contents03 .img04_box .img04 {
  width: calc(460 * var(--formula));
}
.contents03 .txt02box{
  position: absolute;
  top: calc(30 * var(--formula));
  right: calc(-5 * var(--formula));
}
.contents03 .img04_box .txt02 {
  width: calc(250 * var(--formula));
  z-index: 1;
}
.contents03 .img04_box .credit {
  margin-top: calc(469 * var(--formula));
}
.contents03 .img04_box .credit .cr01.crflex {
  display: flex;
  flex-direction: column;
  line-height: 1.8;
}


.contents04 {
  width: calc(750 * var(--formula));
  margin: calc(241 * var(--formula)) auto 0;
}
.contents04 .img05 {
  width: calc(750 * var(--formula));
  margin: 0 auto;
}
.contents04 .credit {
  margin: calc(40 * var(--formula)) calc(41 * var(--formula)) 0 0;
}
.contents04 .credit .crflex {
  gap: calc(0 * var(--formula)) calc(18 * var(--formula));
}
.contents04 .credit .cr02.crflex {
  margin-top: calc(15 * var(--formula));
  gap: calc(0 * var(--formula)) calc(13 * var(--formula));
}
.contents04 .credit .cr02.crflex p {
  letter-spacing: 0.01em;
}
.contents04 .img06 {
  width: calc(500 * var(--formula));
  margin: calc(160 * var(--formula)) 0 0 0;
  margin-left: auto;
}
.contents04 .slide02 {
  width: calc(660 * var(--formula));
  margin: calc(158 * var(--formula)) 0 0 0;
}
.contents04 .slide02 .credit {
  margin: calc(40 * var(--formula)) calc(0 * var(--formula)) 0 0;
}
.contents04 .slide02 .credit .crflex {
  gap: calc(0 * var(--formula)) calc(21 * var(--formula));
}
.contents04 .slide02 .credit .cr02.crflex {
  margin-top: calc(16 * var(--formula));
  gap: calc(0 * var(--formula)) calc(13 * var(--formula));
}
.contents04 .slide02 .credit .cr02.crflex p {
  letter-spacing: 0.01em;
}
.contents04 .slide02 .credit .cr03.crflex {
  margin-top: calc(14 * var(--formula));
}
.contents04 .slide02 .credit .cr03.crflex p {
  letter-spacing: 0.01em;
}


.contents05 {
  margin-top: calc(240 * var(--formula));
}
.contents05 .img08 {
  width: calc(750 * var(--formula));
  margin: 0 auto;
}
.contents05 .img09 {
  width: calc(660 * var(--formula));
  margin: calc(90 * var(--formula)) auto 0;
}
.contents05 .img09 .credit {
  margin: calc(40 * var(--formula)) calc(0 * var(--formula)) 0 0;
}
.contents05 .img09 .credit .crflex {
  gap: calc(0 * var(--formula)) calc(21 * var(--formula));
}
.contents05 .img09 .credit .cr02.crflex {
  margin-top: calc(14 * var(--formula));
  gap: calc(0 * var(--formula)) calc(13 * var(--formula));
  line-height: normal;
}
.contents05 .img09 .credit .cr02.crflex p {
  letter-spacing: 0.01em;
}


.contents06 {
  width: calc(750 * var(--formula));
  margin: calc(240 * var(--formula)) auto 0;
}
.contents06 .img10 .credit {
  margin: calc(40 * var(--formula)) calc(41 * var(--formula)) 0 0;
}
.contents06 .img10 .credit .crflex {
  gap: calc(0 * var(--formula)) calc(21 * var(--formula));
}
.contents06 .img10 .credit .cr02.crflex {
  margin-top: calc(14 * var(--formula));
  gap: calc(0 * var(--formula)) calc(13 * var(--formula));
}
.contents06 .img10 .credit .cr02.crflex p {
  letter-spacing: 0.01em;
}
.contents06 .img11 {
  width: calc(500 * var(--formula));
  margin: calc(160 * var(--formula)) 0 0 0;
  margin-left: auto;
}
.contents06 .txt02 {
  width: calc(250 * var(--formula));
  margin: calc(30 * var(--formula)) 0 0 0;
}


.contents07 {
  width: calc(750 * var(--formula));
  margin: calc(235 * var(--formula)) auto 0;
}
.contents07 .img12 {
  width: calc(750 * var(--formula));
  margin: 0 auto;
}
.contents07 .credit {
  margin: calc(40 * var(--formula)) calc(41 * var(--formula)) 0 0;
}
.contents07 .credit .crflex {
  gap: calc(0 * var(--formula)) calc(21 * var(--formula));
}
.contents07 .credit .cr02.crflex {
  margin-top: calc(14 * var(--formula));
  gap: calc(0 * var(--formula)) calc(13 * var(--formula));
}
.contents07 .credit .cr02.crflex p {
  letter-spacing: 0.01em;
}
.contents07 .credit .cr03.crflex {
  margin-top: calc(17 * var(--formula));
  gap: calc(0 * var(--formula)) calc(33 * var(--formula));
}
.contents07 .credit .cr03.crflex p {
  letter-spacing: 0.01em;
}
.contents07 .img13 {
  width: calc(430 * var(--formula));
  margin: calc(160 * var(--formula)) auto 0;
}


.product__block .all_link {
  width: calc(231 * var(--formula));
  margin: calc(202 * var(--formula)) auto 0;
}
.product__block .staff__area {
  width: calc(428 * var(--formula));
  margin: calc(163 * var(--formula)) auto calc(156 * var(--formula));
}

button.slick-next.slick-arrow,
button.slick-prev.slick-arrow {
  display: none !important;
}

/* フェード */
.js-n-fade {
  opacity: 0;
  transition: all 1.25s ease;
}

.js-u-fade {
  opacity: 0;
  transform: translate3d(0, 30px, 0);
  transition: all 1.25s ease;
}

.js-r-fade {
  transform: translate3d(30px, 0, 0);
  opacity: 0;
  transition: all 1.25s ease;
}

.js-l-fade {
  transform: translate3d(-30px, 0, 0);
  opacity: 0;
  transition: all 1.25s ease;
}

.js-n-fade.is-active,
.js-u-fade.is-active,
.js-r-fade.is-active,
.js-l-fade.is-active {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.is-active .js-n-fade,
.is-active .js-u-fade,
.is-active .js-r-fade,
.is-active .js-l-fade,
.is-active .js-n-fade,
.is-active .js-u-fade,
.is-active .js-r-fade,
.is-active .js-l-fade,
.is-active .js-n-fade,
.is-active .js-u-fade,
.is-active .js-r-fade,
.is-active .js-l-fade,
.is-active .js-n-fade,
.is-active .js-u-fade,
.is-active .js-r-fade,
.is-active .js-l-fade {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.zoom_img {
  overflow: hidden;
}
.img12.zoom_img {
  overflow: hidden;
}
.js-zoom-out {
  opacity: 0;
  transition: 3s;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transform: scale(1.2);
}
.js-zoom-out.is-active {
  transform: none;
  opacity: 1;
}

.contents02,
.contents03,
.contents04,
.contents05,
.contents06,
.contents07 {
  overflow: hidden;
}

.splide__pagination {
  justify-content: end;
  padding: 0;
  bottom: calc(5 * var(--util));
  right: calc(4 * var(--util));
}
.splide__pagination__page {
  background: transparent;
  border: 1px solid #fff;
  opacity: 1;
}
.splide__pagination__page {
  width: calc(12 * var(--formula));
  height: calc(12 * var(--formula));
  margin: 0 calc(10 * var(--formula));
}
.splide__pagination__page.is-active {
  transform: scale(1);
}
.splide__pagination {
  justify-content: end;
  padding: 0;
  right: calc(9 * var(--formula));
  bottom: calc(18 * var(--formula));
}

.model_bg {
  background: #fff;
}