@charset "utf-8";

/* =====================================================
    調整
===================================================== */
html {
	background-color: transparent !important;
}

.h_bar, 
#beltbnr {
	display: none;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clearfix:before {
  content: "";
  display: block;
  clear: both;
}

.clearfix {
  display: block;
}

#specialty {
  overflow: hidden;
}

#specialty a {
  text-decoration: none;
}

#specialty figure {
  margin: 0;
}

#specialty a:hover img {
  opacity: 1 !important;
}

/*--sticky用--*/
html, body, div.wrapper_ {
  overflow: visible !important;
}

/*--SPのみ表示用--*/
@media only screen and (max-width: 429px) {
  .sp {
    display: block;
  }

  .pc {
    display: none;
  }
}

@media only screen and (min-width: 430px) and (max-width: 767px) {
  .sp {
    display: block;
  }

  .pc {
    display: none;
  }
}

/*--PCのみ表示用--*/
@media only screen and (min-width: 768px) {
  .sp {
    display: none;
  }

  .pc {
    display: block;
  }
}

/* =====================================================
    FONT
===================================================== */
:root {
  --leading-trim: calc((1em - 1lh) / 2);
}

@supports not (top: 1lh) {
  :root {
    --leading-trim: 0px;
  }
}

.noto-serif-jp-400 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.noto-sans-jp-400 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.garamond-premier-pro-subhead-400 {
  font-family: "garamond-premier-pro-subhead", serif;
  font-weight: 400;
  font-style: normal;
}

.garamond-premier-pro-subhead-600 {
  font-family: "garamond-premier-pro-subhead", serif;
  font-weight: 600;
  font-style: normal;
}

.avenir-lt-pro-500 {
  font-family: "avenir-lt-pro", sans-serif;
  font-weight: 500;
  font-style: normal;
}


/* =====================================================
    KV
===================================================== */
.kv {
  background-color: #12283E;
}

.kv_inner {
  width: 100%;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .kv_inner {
    max-width: 900px;
  }
}


/* =====================================================
    LEAD
===================================================== */
.lead_inner {
  width: calc(100% - 30px * 2);
  margin: 0 auto;
}

.lead_inner h3 {
  padding-top: 30px;
  font-size: min(3.7209302325581395vw, 16px);
  line-height: 1.5;
  color: #000000;
  text-align: center;
  margin-block: var(--leading-trim);
  display: flex;
  justify-content: center;
  align-items: center;
}

.lead_inner h3::before,
.lead_inner h3::after {
  background-color: #000000;
  content: "";
  height: 1px;
  width: 20px;
}

.lead_inner h3::before {
  margin-right: 10px;
}

.lead_inner h3::after {
  margin-left: 10px;
}

.lead_inner p {
  padding-top: 20px;
  font-size: min(2.7906976744186047vw, 12px);
  line-height: 2;
  color: #000000;
  text-align: center;
  margin-block: var(--leading-trim);
}

.lead_img {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: flex-start;
  gap: 10px;
}

.lead_img img {
  transition: filter 0.3s ease;
  filter: brightness(100%);
}

.lead_img img:hover {
  filter: brightness(70%);
}

@media only screen and (min-width: 768px) {
  .lead_inner {
    width: 100%;
    max-width: 600px;
  }

  .lead_inner h3 {
    padding-top: 60px;
  }

  .lead_img {
    margin-top: 60px;
  }
}


/* =====================================================
    ITEM SPIEWAK/Levi’s BLUETAB
===================================================== */
.item_inner {
  width: 100%;
  margin: 80px auto 0;
}

.item_brand .item_main {
  width: calc(100% - 50px * 2);
  margin: 0 auto;
}

.item_brand h4 {
  padding-top: 30px;
  font-size: min(4.186046511627907vw, 18px);
  line-height: 1.5;
  color: #000000;
  text-align: center;
  margin-block: var(--leading-trim);
}

.item_brand p {
  padding-top: 20px;
  font-size: min(2.7906976744186047vw, 12px);
  line-height: 2;
  color: #000000;
  text-align: center;
  margin-block: var(--leading-trim);
}

#spiewak .item_exclusive .item_img01 {
  width: calc(100% - 90px * 2);
  margin: 60px auto 0;
}

#spiewak .item_exclusive .item_img02 {
  width: 100%;
  margin: 50px auto 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: flex-start;
}

#spiewak .item_exclusive .item_img03 {
  width: calc(100% - 108px * 2);
  margin: 50px auto 0;
}

#levis .item_exclusive .item_img01 {
  width: 100%;
  margin: 60px auto 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: flex-start;
}

.item_exclusive .item_caption {
  text-align: center;
}

.item_exclusive .item_caption a {
  display: inline-block;
}

.item_exclusive .item_caption a > h5 span, 
.item_exclusive .item_caption a > p span {
  font-size: min(2.7906976744186047vw, 12px);
  line-height: 2;
  color: #000000;
  text-align: center;
  margin-block: var(--leading-trim);
  text-decoration: none;
  position: relative;
  display: inline-block;
}

.item_exclusive .item_caption a > h5 {
  padding-top: 20px;
}

.item_exclusive .item_caption a > p {
  padding-top: 10px;
}

.item_exclusive .item_caption a > h5 span::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: width 0.3s ease;
}

.item_exclusive .item_caption a:hover > h5 span::after {
  width: 100%;
  left: 0;
}

.item_exclusive .item_caption > p {
  padding-top: 20px;
  font-size: min(2.7906976744186047vw, 12px);
  line-height: 2;
  color: #000000;
  text-align: center;
  margin-block: var(--leading-trim);
}

.item_visual .item_img01 {
  width: calc(100% - 70px * 2);
  margin: 60px auto 0;
}

#spiewak .item_visual .item_img02 .top_img {
  width: calc(100% - 90px * 2);
  margin: 60px auto 0;
}

#spiewak .item_visual .item_img02 .btm_img {
  width: calc(100% - 110px * 2);
  margin: 30px auto 0;
}

#levis .item_visual .item_img02 .top_img {
  width: calc(100% - 110px * 2);
  margin: 60px auto 0;
}

#levis .item_visual .item_img02 .btm_img {
  width: calc(100% - 90px * 2);
  margin: 30px auto 0;
}

.item_visual p {
  padding-top: 30px;
  font-size: min(2.7906976744186047vw, 12px);
  line-height: 2;
  color: #000000;
  text-align: center;
  margin-block: var(--leading-trim);
}

@media only screen and (min-width: 768px) {
  .item_inner {
    width: 100%;
    margin: 80px auto 0;
  }

.item_brand .item_main {
  width: 100%;
  max-width: 500px;
}

#spiewak .item_exclusive .item_img01 {
  width: 100%;
  max-width: 400px;
}

#spiewak .item_exclusive .item_img02 {
  max-width: 700px;
}

#spiewak .item_exclusive .item_img03 {
  width: 100%;
  max-width: 350px;
}

#levis .item_exclusive .item_img01 {
  max-width: 700px;
}

.item_visual .item_img01 {
  width: 100%;
  max-width: 450px;
}

.item_visual .item_img02 {
  width: 100%;
  max-width: 750px;
  margin: 60px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}

#spiewak .item_visual .item_img02 .top_img {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

#spiewak .item_visual .item_img02 .btm_img {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}

#levis .item_visual .item_img02 .top_img {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}

#levis .item_visual .item_img02 .btm_img {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

}


/* =====================================================
    FOOTER
===================================================== */
.footer {
  background-color: #12283E;
}

.footer_inner {
  width: 100%;
  margin: 80px auto 0;
  padding: 80px 0;
}

.footer_inner p {
  font-size: min(2.3255813953488373vw, 10px);
  line-height: 2;
  color: #ffffff;
  text-align: center;
  margin-block: var(--leading-trim);
}

@media only screen and (min-width: 768px) {
  .footer_inner {
    max-width: 900px;
  }
}