@charset "utf-8";

/* =====================================================
    調整
===================================================== */
html {
	background-color: transparent !important;
}

/*--帯バナー非表示用--*/
.h_bar, #beltbnr {
	display: none;
}

#specialty {
  overflow: hidden;
}

#specialty a {
  text-decoration: none;
}

#specialty a:hover img {
  opacity: 1 !important;
}

#specialty figure {
  margin: 0;
}

@media only screen and (min-width: 768px) {
  #specialty {
    margin-top: 6px;
  }
}

/*--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: none;
  }

  .pc {
    display: none;
  }
}

/*--PCのみ表示用--*/
@media only screen and (min-width: 768px) {
  .sp {
    display: none;
  }

  .pc {
    display: block;
  }
}

.is-hidden {
  display: none !important;
}

/* =====================================================
    FONT
===================================================== */
:root {
  --leading-trim: calc((1em - 1lh) / 2);
  --font-size-8: min(1.8604651162790697vw, 8px);
  --font-size-10: min(2.3255813953488373vw, 10px);
  --font-size-12: min(2.7906976744186047vw, 12px);
  --font-size-14: min(3.255813953488372vw, 14px);
  --font-size-16: min(3.7209302325581395vw, 16px);
  --font-size-18: min(4.186046511627907vw, 18px);
  --font-size-20: min(4.651162790697675vw, 20px);
  --font-size-22: min(5.116279069767442vw, 22px);
  --font-size-24: min(5.5813953488372094vw, 24px);
  --font-size-26: min(6.046511627906977vw, 26px);
  --font-size-28: min(6.511627906976744vw, 28px);
  --font-size-30: min(6.976744186046512vw, 30px);
  --font-size-32: min(7.441860465116279vw, 32px);
  --font-size-34: min(7.906976744186046vw, 34px);
  --font-size-36: min(8.372093023255815vw, 36px);
  --font-size-38: min(8.837209302325581vw, 38px);
  --font-size-40: min(9.30232558139535vw, 40px);
  --font-size-50: min(11.627906976744185vw, 50px);
  --font-size-60: min(13.953488372093023vw, 60px);
  --font-size-70: min(16.27906976744186vw, 70px);
  --font-size-80: min(18.6046511627907vw, 80px);
}

@supports not (top: 1lh) {
  :root {
    --leading-trim: 0px;
  }
}

/*Noto Sans JP Regular*/
.noto-sans-jp-400 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/*Noto Sans JP Bold*/
.noto-sans-jp-700 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

/*Noto Serif JP Bold*/
.noto-serif-jp-700 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

/*Times New Roman Regular*/
.times-new-roman-400 {
  font-family: "times-new-roman", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/*Times New Roman Bold*/
.times-new-roman-700 {
  font-family: "times-new-roman", sans-serif;
  font-weight: 700;
  font-style: normal;
}

/* =====================================================
    CONTENT
===================================================== */
.content {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

/* =====================================================
    KV
===================================================== */
.kv {
  width: 100%;
  margin: 0 auto;
}

/* =====================================================
    LEAD
===================================================== */
.lead {
  width: 100%;
  margin: 60px auto 0;
  padding: 0 30px;
}

.lead p {
  font-size: var(--font-size-14);
  line-height: 2;
  color: #000000;
  text-align: left;
  margin-block: var(--leading-trim);
}

@media only screen and (min-width: 768px) {
  .lead {
    margin: 120px auto 0;
  }

  .lead p {
    text-align: center;
  }
}

/* ========================================
    FRED PERRY
======================================== */
.fred-perry__inner {
  width: 100%;
  max-width: 600px;
  margin: 60px auto 0;
  padding: 60px 0;
  background: linear-gradient(
    to right,
    #fff 0px,
    #fff 10px,
    #C8C297 10px,
    #C8C297 calc(100% - 10px),
    #fff calc(100% - 10px),
    #fff 100%
  );
}

.fred-perry__title {
  margin: 0 0 0 40px;
}

.fred-perry__title h3 {
  font-size: var(--font-size-40);
  line-height: 2;
  color: #000000;
  text-align: left;
  margin-block: var(--leading-trim);
}

.fred-perry__image {
  width: 100%;
  margin: 40px auto 0;
}

.fred-perry__text {
  width: calc(100% - 40px * 2);
  margin: 40px auto 0;
}

.fred-perry__text p {
  font-size: var(--font-size-14);
  line-height: 2;
  color: #000000;
  text-align: left;
  margin-block: var(--leading-trim);
}

@media only screen and (min-width: 768px) {
  .fred-perry__inner {
    margin: 120px auto 0;
    background: linear-gradient(
      to right,
      #fff 0px,
      #fff 15px,
      #C8C297 15px,
      #C8C297 calc(100% - 15px),
      #fff calc(100% - 15px),
      #fff 100%
    );
  }
}

/* ========================================
    FRED PERRY SUBTITLE
======================================== */
.fred-perry__subtitle {
  width: 100%;
  margin: 60px auto 0;
}

.fred-perry__subtitle h3 span:first-child {
  display: block;
  font-size: var(--font-size-20);
  line-height: 2;
  color: #000000;
  text-align: center;
  margin-block: var(--leading-trim);
}

.fred-perry__subtitle h3 span:last-child {
  display: block;
  padding-top: 10px;
  font-size: var(--font-size-24);
  line-height: 2;
  color: #000000;
  text-align: center;
  margin-block: var(--leading-trim);
}

@media only screen and (min-width: 768px) {
  .fred-perry__subtitle {
    margin: 120px auto 0;
  }
}

/* ========================================
    FRED PERRY ITEM
======================================== */
.fred-perry__item {
  width: calc(100% - 10px * 2);
  margin: 60px auto 0;
  border-top: 1px solid #000000;
}

.fred-perry__item + .fred-perry__item {
  margin: 80px auto 0;
}

.fred-perry__item h4 span:first-child {
  display: block;
  padding: 20px 0 0 10px;
  font-size: var(--font-size-12);
  line-height: 2;
  color: #000000;
  text-align: left;
  margin-block: var(--leading-trim);
}

.fred-perry__item h4 span:last-child {
  display: block;
  padding-top: 10px;
  font-size: var(--font-size-80);
  line-height: 2;
  color: #000000;
  text-align: center;
  margin-block: var(--leading-trim);
}

.fred-perry__itemimage {
  margin: 20px auto 0;
}

.fred-perry__itemtext {
  width: calc(100% - 20px * 2);
  margin: 20px auto 0;
}

.fred-perry__itemtext h5 {
  font-size: var(--font-size-20);
  line-height: 2;
  color: #000000;
  text-align: left;
  margin-block: var(--leading-trim);
}

.fred-perry__itemtext p {
  padding-top: 20px;
  font-size: var(--font-size-14);
  line-height: 2;
  color: #000000;
  text-align: left;
  margin-block: var(--leading-trim);
}

.fred-perry__itemtext ul {
  padding-top: 20px;
  font-size: var(--font-size-14);
  line-height: 2;
  color: #000000;
  text-align: left;
  margin-block: var(--leading-trim);
}

.fred-perry__itemtext ul span:first-child {
  padding-left: 10px;
}

.fred-perry__itemtext ul span:last-child {
  padding-left: 20px;
  text-decoration: underline;
}

@media only screen and (min-width: 768px) {
  .fred-perry__itemimage {
    width: 500px;
    margin: 40px auto 0;
  }

  .fred-perry__itemtext {
    width: 600px;
    margin: 40px auto 0;
  }
}

/* ========================================
    LEVI'S
======================================== */
.levis__inner {
  width: 100%;
  max-width: 600px;
  margin: 60px auto 0;
  padding: 60px 0;
  background: linear-gradient(
    to right,
    #fff 0px,
    #fff 10px,
    #21345C 10px,
    #21345C calc(100% - 10px),
    #fff calc(100% - 10px),
    #fff 100%
  );
}

.levis__title {
  margin: 0 0 0 40px;
}

.levis__title h3 {
  font-size: var(--font-size-40);
  line-height: 2;
  color: #ffffff;
  text-align: left;
  margin-block: var(--leading-trim);
}

.levis__image {
  width: 100%;
  margin: 40px auto 0;
}

.levis__text {
  width: calc(100% - 40px * 2);
  margin: 40px auto 0;
}

.levis__text p {
  font-size: var(--font-size-14);
  line-height: 2;
  color: #ffffff;
  text-align: left;
  margin-block: var(--leading-trim);
}

@media only screen and (min-width: 768px) {
  .levis__inner {
    margin: 120px auto 0;
    background: linear-gradient(
      to right,
      #fff 0px,
      #fff 15px,
      #21345C 15px,
      #21345C calc(100% - 15px),
      #fff calc(100% - 15px),
      #fff 100%
    );
  }
}

/* ========================================
    LEVI'S SUBTITLE
======================================== */
.levis__subtitle {
  width: 100%;
  margin: 60px auto 0;
}

.levis__subtitle h3 span:first-child {
  display: block;
  font-size: var(--font-size-20);
  line-height: 2;
  color: #000000;
  text-align: center;
  margin-block: var(--leading-trim);
}

.levis__subtitle h3 span:last-child {
  display: block;
  padding-top: 10px;
  font-size: var(--font-size-24);
  line-height: 2;
  color: #000000;
  text-align: center;
  margin-block: var(--leading-trim);
}

@media only screen and (min-width: 768px) {
  .levis__subtitle {
    margin: 120px auto 0;
  }
}

/* ========================================
    LEVI'S ITEM
======================================== */
.levis__item {
  width: calc(100% - 10px * 2);
  margin: 60px auto 0;
  border-top: 1px solid #000000;
}

.levis__item + .levis__item {
  margin: 80px auto 0;
}

.levis__item h4 span:first-child {
  display: block;
  padding: 20px 0 0 10px;
  font-size: var(--font-size-12);
  line-height: 2;
  color: #000000;
  text-align: left;
  margin-block: var(--leading-trim);
}

.levis__item h4 span:last-child {
  display: block;
  padding-top: 10px;
  font-size: var(--font-size-80);
  line-height: 2;
  color: #000000;
  text-align: center;
  margin-block: var(--leading-trim);
}

.levis__itemimage.item01__01 {
  margin: 20px auto 0;
}

.levis__itemimage.item01__02 {
  margin: 40px 100px 0 20px;
}

.levis__itemimage.item01__03 {
  margin: 31px 10px 0 89px;
}

.levis__itemimage.item01__04 {
  margin: 23px 100px 0 20px;
}

.levis__itemimage.item02__01 {
  margin: 20px auto 0;
}

.levis__itemimage.item02__02 {
  margin: 40px 2px 0 100px;
}

.levis__itemimage.item02__03 {
  margin: 23px 81px 0 15px;
}

.levis__itemimage.item02__04 {
  margin: 31px 70px 0;
}

.levis__itemtext {
  width: calc(100% - 20px * 2);
  margin: 40px auto 0;
}

.levis__itemtext h5 {
  font-size: var(--font-size-20);
  line-height: 2;
  color: #000000;
  text-align: left;
  margin-block: var(--leading-trim);
}

.levis__itemtext p {
  padding-top: 20px;
  font-size: var(--font-size-14);
  line-height: 2;
  color: #000000;
  text-align: left;
  margin-block: var(--leading-trim);
}

.levis__itemtext ul {
  padding-top: 20px;
  font-size: var(--font-size-14);
  line-height: 2;
  color: #000000;
  text-align: left;
  margin-block: var(--leading-trim);
}

.levis__itemtext ul span:first-child {
  padding-left: 10px;
}

.levis__itemtext ul span:last-child {
  padding-left: 20px;
  text-decoration: underline;
}

@media only screen and (min-width: 768px) {
  .levis__itemimages {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  .levis__itemimage.item01__01 {
    width: 500px;
    margin: 40px auto 0;
  }

  .levis__itemimage.item01__02 {
    width: 400px;
    margin: 40px auto 0;
  }

  .levis__itemimage.item01__03 {
    width: 400px;
    margin: 200px auto 0;
  }

  .levis__itemimage.item01__04 {
    width: 400px;
    margin: 40px auto 0;
  }

  .levis__itemimage.item02__01 {
    width: 500px;
    margin: 40px auto 0;
  }

  .levis__itemimage.item02__02 {
    width: 400px;
    margin: 40px auto 0;
    order: 2;
  }

  .levis__itemimage.item02__03 {
    width: 400px;
    margin: 200px auto 0;
    order: 1;
  }

  .levis__itemimage.item02__04 {
    width: 400px;
    margin: 40px auto 0;
  }

  .levis__itemtext {
    width: 600px;
    margin: 40px auto 0;
  }
}

/* =====================================================
    ALL ITEM
===================================================== */
.all-item__inner {
  width: 100%;
  max-width: 700px;
  margin: 100px auto 0;
  padding: 75px 0;
  background: #000000;
}

.all-item__btn {
  position: relative;
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
}

.all-item__btn a {
  display: block;
  padding: 15px 0;
  background: #ffffff;
  border: 1px solid #000000;
  font-size: var(--font-size-14);
  line-height: 2;
  color: #000000;
  text-align: center;
  margin-block: var(--leading-trim);
  transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
}

.all-item__btn:hover a {
  background: #000000;
  border: 1px solid #ffffff;
  color: #ffffff;
}

.all-item__btn svg {
  width: 11px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  cursor: pointer;;
}

.all-item__btn svg path {
  fill: none;
  stroke: #000000;
  stroke-linecap: round;
  stroke-width: 1;
}

.all-item__btn:hover svg path {
  stroke: #ffffff;
}

@media only screen and (min-width: 768px) {
  .all-item__inner {
    padding: 100px 0;
  }

  .all-item__btn {
    max-width: 400px;
  }
}

/* =====================================================
    SWIPER
===================================================== */
.swiper-area {
  position: relative;
}

.js-swiper-pagination {
  position: absolute;
  left: auto;
  right: 30px;
  bottom: 30px;
  z-index: 10;
  width: auto;
  font-family: "times-new-roman", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: var(--font-size-20);
  line-height: 2;
  color: #ffffff;
  margin-block: var(--leading-trim);
}

/* =====================================================
    ANIMATION
===================================================== */
.kv {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease, transform 1s ease;
}

.kv.is-show {
  opacity: 1;
  transform: translateY(0);
}

.js-fade {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease, transform 1s ease;
}

.js-fade.is-active {
  opacity: 1;
  transform: translateY(0);
}