@charset "UTF-8";
html {
  font-size: 62.5%;
}

button {
  border: none;
  background: none;
}

* {
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans CJK JP";
  font-feature-settings: "palt";
  font-size: 1.6rem;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

a,
a img {
  transition: opacity 0.3s;
}

a:hover,
a img:hover {
  opacity: 0.6;
}

.sp {
  display: none;
}

.u-sp__br {
  display: none;
}

button {
  outline: none;
}

strong {
  font-weight: bold;
}

.inner {
  width: 100%;
  max-width: 100rem;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .u-pc__br {
    display: none;
  }
  .sp {
    display: block;
  }
  .u-sp__br {
    display: block;
  }
}
.bg__blue {
  position: relative;
  background: url(/base/pc/store/special/denimstyle/2026ss/img/top/bgblue.jpg);
  background-size: contain;
}
.bg__blue::after {
  content: "";
  display: block;
  background-color: #fff;
  width: 120%;
  height: 42vw;
  position: absolute;
  bottom: 0;
  left: 50%;
  background: #fff;
  transform: translate(-50%, 30vw);
  border-radius: 100%;
}

.bg__lightblue {
  position: relative;
  background: url(/base/pc/store/special/denimstyle/2026ss/img/top/bglightblue.jpg);
  padding-top: 12vw;
  background-size: contain;
}
.bg__lightblue::before {
  content: "";
  display: block;
  background-color: #fff;
  width: 120%;
  height: 42vw;
  position: absolute;
  top: 0;
  left: 50%;
  background: #fff;
  transform: translate(-50%, -28vw);
  border-radius: 100%;
}

main {
  overflow: hidden;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.3;
}
main img {
  width: 100%;
  height: auto;
  display: block;
}

main .inner {
  line-break: strict; /* 禁則処理を厳格に適用 */
}

.mvWrap {
  width: 92%;
  overflow: hidden;
  aspect-ratio: 954/836;
  max-width: 1110px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.mvArea .mvWrap img.mv {
  height: 100%;
  max-width: 300%;
  width: auto;
  animation: topanime 4s steps(3) infinite;
  position: absolute;
}

@keyframes topanime {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.mvArea__title__wrap {
  margin-right: auto;
  margin-left: auto;
  position: relative;
  max-width: 1200px;
  aspect-ratio: 1204/973;
}

.mvArea__title {
  position: absolute;
  right: 0;
  right: -3%;
  top: 11%;
  width: 53%;
  height: auto;
  z-index: 3;
  aspect-ratio: 517/237;
}
.mvArea__title img {
  aspect-ratio: 517/237;
  position: absolute;
}

.mvArea__lead {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-size: clamp(1.2rem, 0.01rem + 1.98vw, 1.98rem);
  line-height: 2;
  letter-spacing: 0.1em;
  padding-left: 1em;
  padding-right: 1em;
  margin-top: 6rem;
}

.mvArea__slide {
  margin-top: 6rem;
}

.mvArea__slide__roop {
  display: flex;
  list-style: none;
  animation: infinity-scroll-left 30s linear infinite;
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.mvArea__slide__ttl {
  text-align: center;
  background-color: #0d2194;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: clamp(1.2rem, 0.01rem + 2.34vw, 2.57rem);
  letter-spacing: 0.12em;
  padding: 0.1em 0;
}

.mvArea__slide__anime {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  gap: 1em;
  width: 100%;
}

.mvArea__slide__anime ul {
  display: flex;
  flex-wrap: nowrap;
  gap: 1em;
}

.mvArea__slide__anime li {
  width: 16.6666666667vw;
}

@media screen and (max-width: 768px) {
  .mvWrap {
    width: 110%;
    left: -5%;
  }
  .mvArea__title {
    right: -5.2%;
    top: 17%;
    width: 55%;
  }
  .mvArea__lead {
    font-size: clamp(1.3rem, 0.01rem + 3.59vw, 2.7rem);
    margin-top: 2em;
  }
  .mvArea__slide {
    margin-top: 2em;
  }
  .mvArea__slide__anime li {
    width: 25vw;
  }
  .mvArea__slide__ttl {
    font-size: clamp(1.3rem, 0.01rem + 4vw, 3rem);
  }
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/* ----------cont--------------- */
.cont {
  padding: 8rem 5% 20vw;
}

.contPic img {
  width: 100%;
  height: auto;
}

.contBox {
  position: relative;
}

.contWrap {
  margin-top: 88px;
  width: 100%;
  width: 99%;
  margin-left: 1%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  flex-wrap: wrap;
  gap: 14% 5.6%;
  height: auto;
  margin-bottom: 80px;
}

.gobold {
  font-family: "Oswald", sans-serif;
  font-size: clamp(1.2rem, 0.01rem + 4.66vw, 5.14rem);
  letter-spacing: 0.08em;
  line-height: 1;
  color: #fff;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-style: normal;
}

.gobold::after {
  content: "";
  width: 100%;
  height: 0.4rem;
  border-top: solid 2px #fff;
  margin-left: 2.5rem;
}

.contBox__thin {
  margin-top: 16px;
  font-size: clamp(1.6rem, 0.01rem + 2.876vw, 3.15rem);
  font-weight: bolder;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: left;
}

.contBox__txt {
  margin-top: 16px;
  font-size: clamp(1.4rem, 0.01rem + 1.707vw, 1.87rem);
  line-height: 1.8;
  letter-spacing: -0.07em;
  color: #fff;
  text-align: left;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.contBox__txt__size {
  width: 100%;
}

.contBox__txt__partner {
  width: 100%;
}

.contWrappic {
  display: flex;
  gap: 3%;
}

.contPic {
  width: 51%;
  margin: 0 auto;
}

.contBox__picrighttxt {
  width: 47%;
}

.brandLink {
  width: 16.8rem;
  margin: 5rem auto 0;
}

.brandLink a {
  display: block;
  font-size: 2.3rem;
  line-height: 1;
  color: #0d2194;
  padding: 0.3rem 2rem;
  background-color: #fff;
  border-radius: 0.5rem;
  position: relative;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}

.brandLink a::before,
.brandLink a::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5rem);
  right: 1rem;
  max-width: 3px;
  width: 0.5vw;
  height: 1rem;
  border-radius: 9999px;
  background-color: #0d2194;
  transform-origin: 50% calc(100% - 0.5px);
}

.brandLink a::before {
  transform: rotate(27.5deg);
}

.brandLink a::after {
  transform: rotate(-27.5deg);
}

.cont__check {
  margin-bottom: 6rem;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .contPic {
    width: 70%;
  }
  .contWrappic {
    flex-direction: column;
    width: 100%;
    margin-left: auto;
  }
  .contBox__txt__size {
    width: 100%;
  }
  .contBox__txt__partner {
    width: 100%;
  }
  .contBox__picrighttxt {
    margin-top: 3rem;
    width: 100%;
  }
  .brandLink {
    width: 33.33vw;
    min-width: 10rem;
    margin: 2em auto 0;
  }
  .brandLink a {
    font-size: clamp(1.2rem, 0.01rem + 4vw, 4.5rem);
    padding: 0.4em 1em;
    border-radius: 0.6rem;
  }
  .brandLink a::before,
  .brandLink a::after {
    top: calc(50% - 0.25em);
    right: 0.8em;
    height: 0.6em;
  }
}
@media screen and (max-width: 768px) {
  .cont {
    padding: 7rem 6.65% 20vw;
  }
  .contBox__thin {
    font-size: clamp(1.2rem, 0.01rem + 4.8vw, 3.6rem);
    margin-top: 2rem;
    margin-right: 0;
    text-align: center;
  }
  .contBox__txt {
    margin: 2rem auto 0;
    width: 100%;
    font-size: clamp(1.2rem, 0.01rem + 3.45vw, 2.7rem);
    text-align: justify;
  }
  .gobold {
    font-size: clamp(1.2rem, 0.01rem + 6.66vw, 5rem);
  }
  .gobold:after {
    font-size: clamp(1.2rem, 0.01rem + 6.66vw, 5rem);
  }
  .gobold:after {
    width: 100%;
    border-top: solid 2px #fff;
    margin-left: 0.4em;
    height: 0;
  }
  .contWrap {
    margin: 4em auto 4em;
    width: 100%;
    display: block;
  }
  .contBox {
    width: 100%;
  }
  .contBox + .contBox {
    margin-top: 4em;
  }
}
/*------------ collection */
.collection {
  max-width: 1287px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 3;
}

.collection__ttlarea {
  margin-bottom: 9.2rem;
  padding-top: 11.4rem;
}

.collection__ttlarea__title {
  max-width: 760px;
  width: 76%;
  margin-right: auto;
  margin-left: auto;
}

.collection__subttl {
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-weight: lighter;
  color: #0d2194;
  font-size: clamp(1.6rem, 0.01rem + 2.76vw, 2.1rem);
  letter-spacing: 0.1em;
  margin-top: 0.7em;
}

.collection__lead {
  text-align: center;
  margin-top: 3.6rem;
  font-size: clamp(1.6rem, 0.01rem + 3.68vw, 2.8rem);
  font-weight: 300;
  font-weight: bolder;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

.collection__txt {
  text-align: center;
  font-size: clamp(1.6rem, 0.01rem + 2.84vw, 2.16rem);
  line-height: 1.8;
  margin-top: 2rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

@media screen and (max-width: 768px) {
  .collection__ttlarea {
    margin-bottom: 6.2rem;
    padding-top: 4em;
  }
  .collection__subttl {
    font-size: clamp(1.2rem, 0.01rem + 3.2vw, 2.4rem);
  }
  .collection__lead {
    font-size: clamp(1.2rem, 0.01rem + 4.8vw, 3.6rem);
  }
  .collection__txt {
    font-size: clamp(1.2rem, 0.01rem + 3.59vw, 2.7rem);
  }
}
.denimstyle__sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .denimstyle__sp {
    display: block;
  }
  .denimstyle__pc {
    display: none;
  }
}
.collection__denim {
  position: relative;
  margin-bottom: 12rem;
  max-width: 1060px;
  width: 86.7%;
  margin-right: auto;
  margin-left: auto;
}

.collection__denim:last-child {
  margin-bottom: 0;
}

.collection__denim__note {
  position: absolute;
  font-size: clamp(12px, 3.2vw, 2rem);
  font-family: "Zen Kaku Gothic New", sans-serif;
  width: 40%;
  height: 14%;
}

.collection__othercolor {
  max-width: 21.8rem;
  width: 20.5vw;
  margin-top: 1em;
  margin-left: 27%;
}

.collection__denim__note span {
  display: block;
  background-color: #0d2194;
  color: #fff;
  margin-top: 0.6rem;
  border: #fff solid 1px;
}

.collection__denim__txt {
  position: absolute;
  width: 50%;
  font-size: clamp(1.2rem, 0.01rem + 1.45vw, 1.872rem);
  margin-bottom: 1.6rem;
  text-align: justify;
  font-weight: 500;
}
.collection__denim__txt span {
  display: block;
  font-size: clamp(1.2rem, 0.01rem + 1.09vw, 1.404rem);
}

.collection__denim__txt--blue {
  color: #0D2194;
  font-size: clamp(1.2rem, 0.01rem + 1.45vw, 1.872rem);
  line-height: 1.8;
  margin-bottom: 2rem;
  font-weight: 500;
}

.collection__denim__price p {
  margin-bottom: 0.6em;
}

@media screen and (max-width: 768px) {
  .collection__othercolor {
    display: none;
  }
  .collection__denim {
    margin-bottom: 4em;
  }
}
.denim01 .collection__denim__note {
  right: 6%;
  top: 47%;
}

.denim01 .collection__denim__txt {
  position: absolute;
  width: 42%;
  right: 0;
  top: 60%;
}

.collection__denim.denim02 {
  padding-left: 3%;
}

.denim02 .collection__denim__note {
  width: 47%;
  left: 2%;
  top: 56.5%;
}

.denim02 .collection__denim__txt {
  position: absolute;
  width: 42%;
  left: 0;
  top: 70%;
}

.collection__denim.denim03 {
  margin-left: 0;
  max-width: 1170px;
  width: 90%;
  aspect-ratio: 1176/1024;
}

.denim03 .collection__denim__group {
  aspect-ratio: 1176/944;
}

.denim03 .collection__denim__note {
  right: -3.5%;
  top: 13%;
  width: 34%;
}

.denim03 .collection__denim__txt--blue {
  margin-bottom: 0;
}

.denim03 .collection__denim__price p {
  margin-top: 0.5em;
}

.denim03 .collection__denim__txt {
  position: absolute;
  width: 28%;
  right: -3.5%;
  top: 28.5%;
}

.collection__denim.denim04 {
  margin-right: 0;
  max-width: 1135px;
  width: 88%;
}

.denim04 .collection__denim__note {
  left: 28.5%;
  top: 48.5%;
  width: 29%;
}

.denim04 .collection__denim__txt {
  position: absolute;
  width: 40%;
  left: 0;
  bottom: 0;
  top: 63%;
}

.denim05 .collection__denim__note {
  right: 10.5%;
  top: 52%;
  width: 35%;
}

.denim05 .collection__denim__txt {
  position: absolute;
  width: 42%;
  right: 0;
  top: 62%;
}

@media screen and (max-width: 768px) {
  .collection__denim__txt--blue {
    color: #0D2194;
    font-size: clamp(10px, 3.2vw, 2.4rem);
    line-height: 1.66;
    margin-bottom: 0;
    letter-spacing: -0.01em;
  }
  .collection__denim__price {
    display: none;
    margin-right: auto;
    margin-left: auto;
  }
  .collection__denim__price.collection__denim__price--sp {
    display: block;
    font-weight: 300;
    font-size: clamp(10px, 3.2vw, 2.5rem);
    margin-top: 1.5em;
    width: 100%;
  }
  .collection__denim__price.collection__denim__price--sp span {
    display: block;
    font-size: clamp(1.2rem, 0.01rem + 2.93vw, 2.2rem);
  }
  .collection__denim.denim01 {
    width: 94%;
    margin-left: 0;
    aspect-ratio: 383/593;
  }
  .denim01 .collection__denim__group {
    aspect-ratio: 741/841;
  }
  .denim01 .collection__denim__note {
    width: 44%;
    right: -3%;
    top: 21.5%;
    aspect-ratio: 329/171;
    height: auto;
  }
  .denim01 .collection__denim__txt {
    top: 38%;
    width: 40%;
  }
  .denim01 .collection__denim__price.collection__denim__price--sp {
    margin-top: 2em;
    margin-left: 6.65%;
  }
  .collection__denim.denim02 {
    aspect-ratio: 341/531;
    padding-left: 0;
  }
  .collection__denim__group .denim02 {
    aspect-ratio: 341/437;
  }
  .denim02 .collection__denim__group {
    margin-right: auto;
    margin-left: auto;
  }
  .denim02 .collection__denim__note {
    left: -1.5%;
    top: 26.5%;
    width: 48%;
    height: auto;
    aspect-ratio: 302/169;
  }
  .denim02 .collection__denim__txt {
    left: 0%;
    top: 46%;
    width: 42%;
  }
  .denim02 .collection__denim__price.collection__denim__price--sp {
    margin-top: 4rem;
  }
  .collection__denim.denim03 {
    aspect-ratio: 365/645;
    width: 93.35%;
  }
  .denim03 .collection__denim__group {
    margin-right: auto;
    margin-left: auto;
    aspect-ratio: 365/510;
  }
  .denim03 .collection__denim__note {
    right: 0;
    top: 58%;
    width: 95%;
  }
  .denim03 .collection__denim__txt {
    right: 0;
    top: 66%;
    width: 95%;
  }
  .denim03 .collection__denim__price.collection__denim__price--sp {
    margin-left: 6.65%;
  }
  .collection__denim.denim04 {
    aspect-ratio: 368/640;
    width: 93.35%;
  }
  .denim04 .collection__denim__note {
    width: 52%;
    left: -4%;
    top: 37%;
    height: auto;
    aspect-ratio: 371/126;
  }
  .denim04 .collection__denim__txt {
    width: 41%;
    left: -1%;
    bottom: 0;
    top: 49%;
  }
  .denim04 .collection__denim__price.collection__denim__price--sp {
    margin-left: 0;
  }
  .collection__denim.denim05 {
    aspect-ratio: 341/534;
    width: 86.7%;
  }
  .denim05 .collection__denim__note {
    right: 5%;
    top: 29.5%;
    width: 41%;
    height: auto;
    aspect-ratio: 258/170;
  }
  .denim05 .collection__denim__txt {
    position: absolute;
    width: 48%;
    left: 54%;
    right: auto;
    top: 47%;
  }
}
.takashimayadenim {
  max-width: 1060px;
  width: 95%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 13rem;
  padding-bottom: 16rem;
}

.takashimayadenim__title {
  background-color: #0d219c;
  margin-top: 3.2rem;
  margin-right: auto;
  margin-left: auto;
  padding: 0.3em;
  font-size: clamp(1.8rem, 0.01rem + 6.01vw, 3.27rem);
  color: #fff;
  max-width: 528px;
  margin-right: auto;
  margin-left: auto;
  border: 2px solid #fff;
  text-align: center;
  letter-spacing: 0.1rem;
}

.takashimayadenim__txt {
  font-size: clamp(1.2rem, 0.01rem + 2.207vw, 2.45rem);
  margin-top: 2em;
  line-height: 1.8;
  text-align: center;
  font-weight: 500;
  color: #0d219c;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

@media screen and (max-width: 768px) {
  .takashimayadenim {
    width: 100%;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .takashimayadenim__title {
    font-size: clamp(1.2rem, 0.01rem + 5.2vw, 3.8rem);
    width: 86.7%;
    max-width: 650px;
    letter-spacing: 0.02em;
  }
  .takashimayadenim__txt {
    font-size: clamp(1rem, 0.01rem + 3.59vw, 2.7rem);
  }
}
.item__logo {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 54.4px;
  width: 5.44vw;
  height: auto;
}

.takashimayadenim__overlay {
  position: relative;
  margin-bottom: 2px;
  margin-top: 2px;
  margin-right: 2px;
  margin-left: 2px;
  aspect-ratio: 451/700;
  box-shadow: 0 0 0 2px #FFF;
}
.takashimayadenim__overlay:first-child {
  margin-right: 0;
}
.takashimayadenim__overlay:last-child {
  margin-left: 0;
}
.takashimayadenim__overlay img {
  -o-object-fit: cover;
     object-fit: cover;
}

.overlay__wrap {
  font-size: 1.87rem;
  font-size: clamp(1rem, 0.01rem + 1.764vw, 1.87rem);
  z-index: 3;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  width: 100%;
  height: 100%;
  padding: 1em;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: all 0.5s;
}

.overlay__wrap.open {
  opacity: 1;
  visibility: visible;
  padding-top: 24%;
  padding-right: 10%;
  padding-left: 10%;
}

.takashimayadenim__mens .overlay__wrap.open {
  padding-top: 15%;
}

.overlay__innner {
  overflow-y: auto;
  width: 100%;
  height: 86%;
}

.overlay__txt {
  margin-bottom: 2em;
}
.overlay__txt span {
  display: block;
}

.overlay__txt__ttl {
  text-decoration: underline;
}

.overlay__txt__shop {
  font-size: clamp(1rem, 0.01rem + 1.32vw, 1.4rem);
}

.modalbtn__wrap {
  position: absolute;
  bottom: 2%;
  right: 2%;
  z-index: 5;
}

.btn__closed {
  display: none;
}

.overlay__wrap.open + .modalbtn__wrap .btn__opened {
  display: none;
}
.overlay__wrap.open + .modalbtn__wrap .btn__closed {
  display: block;
  z-index: 999;
}

@media screen and (max-width: 768px) {
  .item__logo {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 54.4px;
    width: 10.14vw;
    height: auto;
  }
  .takashimayadenim__overlay {
    position: relative;
    width: calc(100% - 4px);
    aspect-ratio: 360/560;
    height: auto;
  }
  .takashimayadenim__overlay:first-child {
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 0;
    margin-top: 2px;
  }
  .takashimayadenim__overlay:last-child {
    margin-left: 2px;
    margin-right: 2px;
    margin-top: 0;
    margin-bottom: 2px;
  }
  .overlay__wrap {
    font-size: clamp(1.2rem, 0.01rem + 3.2vw, 2.4rem);
    text-align: justify;
  }
  .overlay__txt {
    font-size: clamp(1.2rem, 0.01rem + 3.2vw, 2.4rem);
    margin-bottom: 1em;
  }
  .overlay__txt__ttl {
    text-decoration: underline;
  }
  .overlay__txt__shop {
    font-size: clamp(1.05rem, 0.01rem + 2.29333vw, 2.2rem);
  }
}
.takashimayadenim__item {
  margin-top: 10rem;
  margin-right: auto;
  margin-left: auto;
}

.takashimayadenim__ladys {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  background-color: #FFF;
}

.takashimayadenim__mens {
  margin-top: 16rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  background: #0d2194;
}
.takashimayadenim__mens .takashimayadenim__overlay {
  box-shadow: 0 0 0 2px #0d2194;
}

@media screen and (max-width: 768px) {
  .overlay__wrap.open {
    padding-top: 23%;
    padding-right: 9%;
    padding-left: 9%;
  }
  .takashimayadenim__item {
    margin-right: auto;
    margin-left: auto;
    width: 80%;
    margin-top: 2em;
  }
  .takashimayadenim__ladys {
    margin-right: auto;
    margin-left: auto;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
  }
  .takashimayadenim__mens {
    margin-top: 12rem;
    margin-right: auto;
    margin-left: auto;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
  }
  .takashimayadenim__mens .overlay__wrap.open {
    padding-top: 23%;
    padding-right: 9%;
    padding-left: 9%;
    letter-spacing: -0.004em;
  }
}
.takashimayadenim__mens__title {
  position: absolute;
  top: -5%;
  left: -3px;
  z-index: 5;
  background-color: #0d2194;
  color: #fff;
  border: 3px solid #fff;
  padding: 0.4em 0.5em 0.5em 0.5em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(1.2rem, 0.01rem + 3.08vw, 3.27rem);
  font-weight: 700;
}

/* mens */
.mensdenim {
  margin-top: 4.2rem;
  background-color: #0d219c;
  color: #fff;
  max-width: 1060px;
  margin-right: auto;
  margin-left: auto;
  box-shadow: 1px 1px #ccc;
  margin-bottom: 4rem;
}

.mens__inner {
  padding: 3rem 3% 3rem 6%;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.mens__inner::before {
  content: "";
  position: absolute;
  top: -32px;
  left: 14%;
  margin-left: -18px;
  border-bottom: 4rem solid #0d219c;
  border-left: 6rem solid transparent;
}

.mens__left {
  width: 50%;
  max-width: 48rem;
}

.mens__title {
  font-weight: 500;
  font-size: clamp(1.2rem, 0.01rem + 2.268vw, 2.92rem);
  line-height: 1.6;
  letter-spacing: 0.03em;
  color: #ffffff;
  text-decoration: underline;
}

.mens__txt {
  margin-top: 2rem;
  line-height: 2;
  font-size: clamp(1.2rem, 0.01rem + 1.452vw, 1.87rem);
  text-align: justify;
}

.mens__txt--small {
  font-size: 1.4rem;
  font-size: clamp(1.2rem, 0.01rem + 1.32vw, 1.4rem);
}

.mens__txt__price {
  margin-top: 2rem;
  font-size: clamp(1.2rem, 0.01rem + 1.452vw, 1.87rem);
  margin-bottom: 1rem;
}

.mens__right {
  transform: scale(1.1);
  margin-top: 0.5em;
  width: 44%;
}

@media screen and (max-width: 768px) {
  .mensdenim {
    margin-top: 4.8rem;
    width: 86.7%;
  }
  .mens__title {
    font-size: clamp(1.2rem, 0.01rem + 4.39999vw, 3.3rem);
  }
  .mens__inner {
    padding: 5.5rem 5% 2rem 5%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
  }
  .mens__left {
    width: 100%;
    max-width: 100%;
  }
  .mens__right {
    text-align: center;
    transform: scale(1);
    width: 100%;
  }
  .mens__right img {
    width: 90%;
    margin: auto;
  }
  .takashimayadenim__mens__title {
    text-align: center;
    font-size: clamp(1.2rem, 0.01rem + 4.3999999vw, 3.3rem);
    line-height: 1.6;
  }
  .mens__txt {
    margin-top: 2rem;
    line-height: 2;
    font-size: clamp(1.15rem, 0.01rem + 3.2vw, 2.4rem);
  }
  .mens__txt__price {
    margin-top: 2rem;
    font-size: clamp(1.2rem, 0.01rem + 3.33vw, 2.5rem);
    margin-bottom: 1rem;
  }
  .mens__txt--small {
    font-size: clamp(1rem, 0.01rem + 2.29333vw, 2.2rem);
  }
}
@media screen and (max-width: 500px) {
  .mensdenim {
    width: 80%;
  }
}
.departdeloop {
  font-size: clamp(1rem, 0.01rem + 1.6vw, 1.6rem);
  text-align: center;
  line-height: 1.8;
  color: #0D219C;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .departdeloop {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: clamp(1rem, 0.01rem + 2.86vw, 2.2rem);
  }
}
.splide__slide {
  margin-right: 40px;
}

.custom-slide-buttons {
  text-align: center;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  gap: 3%;
  max-width: 834px;
  margin: auto;
  opacity: 0;
  margin-top: -101px;
}

.custom-slide-buttons button {
  width: 200px;
  height: 90px;
}

.custom-slide-buttons {
  text-align: center;
  margin-bottom: 20px;
}

.inner.slide {
  margin-top: 80px;
  padding-left: 5rem;
  padding-right: 5rem;
  max-width: 1060px;
}

main .splide__pagination {
  bottom: -2.5em;
}

.splide__pagination .splide__pagination__page.is-active {
  background: #0d219c;
  z-index: 1;
  transform: scale(1);
  opacity: 1;
}

.splide__arrow {
  background: transparent !important;
  background-color: transparent !important;
}

.splide__arrow svg {
  fill: #abb9ea !important;
  height: 4.2em !important;
  width: 4.2em !important;
}

.splide__pagination .splide__pagination__page {
  background: transparent;
  border: 2px solid #0d219c;
  color: #0d219c;
  width: 1.6rem;
  height: 1.6rem;
}

@media screen and (max-width: 768px) {
  main .splide__pagination {
    bottom: 0.5em;
    right: auto;
  }
}
/* nav */
nav {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 99;
  background: #fff;
  font-size: 10px;
}

nav .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0.8% 1.7%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

nav .inner .brandLogo {
  width: 47.6rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

nav .inner .brandLogo a {
  display: block;
  width: 9.7rem;
}

nav .inner .brandLogo .navTtl {
  width: 34.7rem;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  border-top: solid 1px #231f17;
  border-bottom: solid 1px #231f17;
  padding: 0.3rem 0 0.5rem;
}

nav .inner .icons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

nav .inner .icons p:nth-child(1) {
  width: 2.83rem;
}

nav .inner .icons p:nth-child(2) {
  margin-left: 1.5rem;
  width: 2.53rem;
}

nav .inner .icons .drawerButton {
  margin-left: 1.5rem;
  width: 2.3rem;
  margin-bottom: 0;
}

@media screen and (max-width: 1100px) {
  nav {
    font-size: 0.909vw;
  }
}
@media screen and (max-width: 768px) {
  nav {
    font-size: 1.3333vw;
  }
  nav .inner {
    padding: 3% 3% 2%;
  }
  nav .inner .brandLogo {
    width: 44em;
    gap: 2em;
  }
  nav .inner .brandLogo a {
    width: 16.1em;
  }
  nav .inner .brandLogo .navTtl {
    width: 25em;
    font-size: 1.8em;
    letter-spacing: 0.05em;
    padding: 0 0 0.2em;
  }
  nav .inner .icons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  nav .inner .icons p:nth-child(1) {
    width: 4.5em;
  }
  nav .inner .icons p:nth-child(2) {
    margin-left: 3em;
    width: 4.45em;
  }
  nav .inner .icons .drawerButton {
    margin-left: 3em;
    margin-bottom: 0;
    width: 3.71em;
  }
}
/* drawer */
.drawerButton {
  position: relative;
}

#drawer {
  position: absolute;
  top: 0;
  right: 0;
  background: #505050;
  width: 34.8em;
  padding: 2.2em 5em 4.2em;
  transform: scale(0);
  transform-origin: top right;
  transition: transform 0.4s;
  z-index: 100;
}

#drawer.open {
  transform: scale(1);
}

#drawer .close {
  text-align: right;
  margin-bottom: 3em;
  margin-right: -3em;
}

#drawer .close button {
  border: none;
  background: none;
  cursor: pointer;
}

#drawer .close button img {
  width: 3em;
}

#drawer .links {
  font-size: 2em;
  color: #fff;
}

#drawer .links > li {
  margin-bottom: 2rem;
}

#drawer .instagram a {
  display: block;
  padding: 2em 0;
  border-top: 2px solid #fff;
}

#drawer .instagram img {
  width: 13.9em;
}

#drawer .square a {
  display: block;
  padding: 2em 0;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

#drawer .square img {
  width: 21.2em;
}

@media screen and (max-width: 768px) {
  #drawer {
    top: -2.2em;
    right: -2.8em;
    width: 65em;
    padding: 4.5em 7.5em 8em;
    max-height: 100vh;
    overflow-y: scroll;
  }
  #drawer .close {
    margin-bottom: 5em;
    margin-right: 0;
  }
  #drawer .close button img {
    width: 6.1em;
  }
  #drawer .links {
    font-size: 4.5em;
  }
  #drawer .links > li {
    margin-bottom: 3rem;
  }
  #drawer .instagram a {
    padding: 3rem 0;
  }
  #drawer .instagram img {
    width: 27.8em;
  }
  #drawer .square a {
    padding: 3em 0;
  }
  #drawer .square img {
    width: 42.5em;
  }
}
/* column 店舗！消さないで！！*/
/* column */
main .column .heading {
  text-align: center;
}

main .column .heading h5 {
  font-size: 3rem;
}

main .column .heading .lead {
  margin-top: 1.6rem;
  font-size: 1.8rem;
}

main .column .viewAll {
  margin: 4.2rem auto 0;
  width: 14.9rem;
}

@media screen and (max-width: 768px) {
  main .column .inner {
    font-size: 1.333vw;
    padding: 0em 6.6649333333vw 0;
  }
  main .column .heading h5 {
    font-size: 4.5em;
  }
  main .column .heading .lead {
    font-size: 2.8em;
  }
  main .column .viewAll {
    width: 30em;
  }
}
/* linkCont  insta online 消さないで*/
.linkCont {
  margin-top: 11rem;
  background-color: #d4d7db;
  padding: 3.5rem 0;
}

.linkCont .linkBox {
  display: flex;
  justify-content: center;
  gap: 0 12.5rem;
}

.linkCont .linkBox > div {
  width: 36rem;
}

.linkCont .linkBox > div p a {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #000;
  border-radius: 0.5rem;
  background-color: #fff;
  position: relative;
}

.linkCont .linkBox > div p a::after {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 0.35rem);
  right: 1.5rem;
}

.linkCont .linkBox .insta a {
  gap: 0 2.5rem;
  padding: 1rem;
}

.linkCont .linkBox .insta img {
  width: 3.3rem;
}

.linkCont .linkBox .online a {
  padding: 1.16rem;
  gap: 0 5rem;
}

.linkCont .linkBox .online img:first-child {
  width: 21.7rem;
}

.linkCont .linkBox .online img:last-child {
  width: 2.9rem;
}

.linkCont .linkBox a:hover img {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .linkCont {
    font-size: 1.333vw;
    margin-top: 10em;
    padding: 6em 3em;
  }
  .linkCont .linkBox {
    display: block;
  }
  .linkCont .linkBox > div {
    width: 100%;
  }
  .linkCont .linkBox > div + div {
    margin-top: 7em;
    padding-top: 6.5em;
    border-top: solid 1px #000;
  }
  .linkCont .linkBox > div p a {
    margin-top: 1em;
  }
  .linkCont .linkBox > div p a::after {
    width: 3.1978666667vw;
    height: 3.1978666667vw;
    top: calc(50% - 0.66vw);
    right: 3.3325vw;
  }
  .linkCont .linkBox .insta a {
    font-size: 3.1992vw;
    gap: 0 6.663vw;
    padding: 3.3325333333vw;
  }
  .linkCont .linkBox .insta img {
    width: 6.1312vw;
  }
  .linkCont .linkBox .online a {
    padding: 2.3em 6em 2.3em 2em;
    justify-content: space-between;
    gap: 0 5em;
  }
  .linkCont .linkBox .online img:first-child {
    width: 36.5em;
  }
  .linkCont .linkBox .online img:last-child {
    width: 5em;
  }
}
/* shop 消さないで */
main .shop {
  padding: 5rem 0;
}

main .shop .shopList {
  display: flex;
  flex-wrap: wrap;
  width: 72rem;
  margin: 3rem auto 0;
  gap: 1.5rem 0;
}

main .shop .shopList li {
  margin: 0 1rem;
  width: 21.9rem;
}

main .shop .shopList li a {
  display: block;
  border: solid 1px #000;
  border-radius: 0.6rem;
  padding: 1.2rem 1.5rem;
  font-size: 1.3rem;
  letter-spacing: -0.04rem;
  text-align: left;
  position: relative;
  line-height: 1.45;
}

main .shop .shopList li a::after {
  display: block;
  content: "";
  border-right: solid 1px #000;
  border-bottom: solid 1px #000;
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: rotate(-45deg);
  margin-top: -0.5rem;
}

main .shop .shopList li a span {
  font-size: 1.5rem;
  font-weight: bold;
}

main .shop .shopList li a span.small {
  font-size: 1.2rem;
}

main .shop .shopList li.season a {
  padding: 1.185rem 1.5rem;
  text-align: center;
  border: solid 1px #808080;
  background: #c1cdd7;
}

main .shop .shopList li.season a img {
  width: 11.4rem;
}

@media screen and (max-width: 768px) {
  main .shop {
    font-size: 1.333vw;
    padding: 6em 0;
  }
  main .shop .shopList {
    width: 100%;
    justify-content: space-between;
    gap: 2em 0;
  }
  main .shop .shopList > li {
    margin: 0;
    width: 49%;
  }
  main .shop .shopList li a {
    padding: 2.666vw 1.9994666667vw;
    font-size: 2.2661066667vw;
  }
  main .shop .shopList li.season a {
    padding: 2.666vw 1.9994666667vw;
    text-align: left;
  }
  main .shop .shopList li a.big {
    padding: 0.75em 1.5em;
  }
  main .shop .shopList li a::after {
    width: 1.2em;
    height: 1.2em;
    right: 2em;
    margin-top: -0.6em;
  }
  main .shop .shopList li a span {
    font-size: 2.666vw;
  }
  main .shop .shopList li a span.small {
    font-size: 1.5em;
  }
  main .shop .shopList li.season a img {
    width: 19.8604vw;
  }
}
/* btmTxt includeしてるfooter text 消さないで*/
.btmTxt {
  padding-top: 3.5rem;
}

.btmTxt .notice {
  padding: 0 5rem 4.5rem;
  font-size: 1.3rem;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .btmTxt {
    font-size: 1.333vw;
    padding-top: 6em;
  }
  .btmTxt .notice {
    font-size: 2.3em;
  }
}/*# sourceMappingURL=top.css.map */