@charset 'UTF-8';

/* ------------------------------------------------
fs打ち消し
------------------------------------------------ */
.fs-l-pageMain {
  width: 100% !important;
}

.fs-c-breadcrumb__list {
  width: 78% !important;
  margin: 0 auto;
}

@media screen and (max-width: 599px) {
  .fs-c-breadcrumb__list {
    width: 100% !important;
    margin: 0 0 0 5px;
  }
}

.fs-c-heading--page {
  width: 78% !important;
  margin: 0 auto 24px auto;
}

@media screen and (max-width: 599px) {
  .fs-c-heading--page {
    width: 100% !important;
    margin: 0 0 24px 0;
  }
}

.fs-c-productList {
  width: 78% !important;
  margin: 24px auto 0 auto;
}

@media screen and (max-width: 599px) {
  .fs-c-productList {
    width: 100% !important;
  }
}

/* --------------------------------------------- */
main {
  overflow: hidden;
  color: #000;
  font-size: 62.5%;
}

.main-space {
  width: 1280px;
  margin: 65px auto 0 auto;
}

@media screen and (max-width: 1024px) {
  .main-space {
    width: 740px;
    margin: 65px auto 0 auto;
  }
}

@media screen and (max-width: 599px) {
  .main-space {
    width: 100vw;
    margin: 0 auto 50px auto;
  }
}

.space {
  width: 1024px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .space {
    width: 600px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 599px) {
  .space {
    width: 100vw;
    margin: 0 auto;
  }
}

.apparel-h1 {
  color: #fff;
  font-size: 5rem;
  line-height: 7rem;
}

@media screen and (max-width: 1023px) {
  .apparel-h1 {
    font-size: 3rem;
    line-height: 5rem;
  }
}

@media screen and (max-width: 599px) {
  .apparel-h1 {
    font-size: 2.4rem;
  }
}

.apparel-h2 {
  font-size: 3rem;
}

@media screen and (max-width: 1023px) {
  .apparel-h2 {
    font-size: 2.5rem;
  }
}

.apparel-h3 {
  font-size: 1.7rem;
  line-height: 2.2rem;
}

@media screen and (max-width: 1023px) {
  .apparel-h3 {
    font-size: 1.4rem;
  }
}

.apparel-p {
  font-size: 1.1rem;
  line-height: 2.5rem;
}

.apparel-p2 {
  font-weight: bold;
  font-size: 1.4rem;
}

/* ------------------------------------------------
Swiperの設定
------------------------------------------------ */
/* 全スライド共通スタイル ---------------------------*/
.swiper-slide {
  width: 100%;
  height: 100%;
}

/* 下部ボタンの設定 --------------------------------*/
.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: unset;
  left: unset;
  width: unset;
  margin: 20px 0 0 -5px;
}

@media screen and (max-width: 599px) {
  .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    margin: 20px 0 0 17px;
  }
}

.swiper-pagination-bullet {
  opacity: 1;
  width: 32px;
  height: 32px;
  background: #fff;
  color: #000;
  font-size: 2.5rem;
  line-height: 30px;
  letter-spacing: .1rem;
}

@media screen and (max-width: 599px) {
  .swiper-pagination-bullet {
    line-height: 32px;
  }
}

/* 選択されているスライドのスタイル */
.swiper-pagination-bullet-active {
  background-color: #0c5973;
  color: #fff;
}

/* ------------------------------------------------
タイピング表示の設定
------------------------------------------------ */
typewritten-text {
  /* Prevent double-copying */
      -ms-user-select: none;
  -webkit-user-select: none;
          user-select: none;
}

typewritten-text-mirror {
      -ms-user-select: text;
  -webkit-user-select: text;
          user-select: text;
}

.typewritten-text_character {
  color: transparent;
}

.typewritten-text_word {
  white-space: nowrap;
}

.typewritten-text_character, .typewritten-text_start {
  position: relative;
}

.typewritten-text_character.typewritten-text_revealed {
  color: inherit;
}

.typewritten-text_character::after, .typewritten-text_start::after {
  visibility: hidden;
  position: absolute;
  top: 0;
  right: -.5ch;
  bottom: 0;
  border-right: var(--typewritten-text_cursor-width, .05em) var(--typewritten-text_cursor-style, solid) var(--typewritten-text_cursor-color, currentColor);
  box-sizing: border-box;
  content: '';
  animation: typewritten-text_blink var(--typewriten-text_cursor-interval, 700ms) infinite steps(1);
}

.typewritten-text_start::after {
  right: 0;
}

.typewritten-text_current.typewritten-text_character::after, .typewritten-text_current.typewritten-text_start::after {
  visibility: visible;
}

@keyframes typewritten-text_blink {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
}

@media (prefers-reduced-motion) {
  .typewritten-text_character::after, .typewritten-text_start::after {
    animation: none;
  }
}

/* ------------------------------------------------
メインビジュアル
------------------------------------------------ */
.main-swiper {
  position: relative;
}

.main-wrapper {
  width: auto;
}

.main-slide:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .2);
  content: '';
  /*半透明のフィルターをかける*/
}

.apparel-main-text {
  position: absolute;
  top: 250px;
  left: 350px;
  z-index: 1;
}

@media screen and (max-width: 1023px) {
  .apparel-main-text {
    top: 120px;
    left: 150px;
  }
}

@media screen and (max-width: 599px) {
  .apparel-main-text {
    top: 350px;
    left: 20px;
  }
}

/* ------------------------------------------------
商品
------------------------------------------------ */
.apparel-item {
  padding: 100px 0;
}

@media screen and (max-width: 599px) {
  .apparel-item {
    padding: 50px 0;
  }
}

.end {
  text-align: end;
}

.apparel-hidden {
  overflow: hidden;
}

.apparel-sub {
  display: flex;

  gap: 80px;
}

@media screen and (max-width: 1023px) {
  .apparel-sub {
    gap: 40px;
  }
}

@media screen and (max-width: 599px) {
  .apparel-sub {
    display: unset;
  }
}

.apparel-number {
  padding: 30px 0 30px 5px;
}

@media screen and (max-width: 599px) {
  .apparel-number {
    padding: 0 0 15px 25px;
  }
}

.sub-swiper {
  width: 550px;
  height: auto;
}

@media screen and (max-width: 1023px) {
  .sub-swiper {
    width: 300px;
  }
}

@media screen and (max-width: 599px) {
  .sub-swiper {
    width: 100%;
  }
}

.apparel-textbox {
  width: 394px;
  margin: -6px 0 0 0;
}

@media screen and (max-width: 599px) {
  .apparel-textbox {
    width: 85vw;
    margin: 80px auto 0 auto;
  }
}

.apparel-td {
  width: 85%;
  height: 120px;
  vertical-align: top;
}

@media screen and (max-width: 599px) {
  .apparel-td {
    width: 80%;
  }
}

.apparel-td2 {
  width: 44px;
  height: 120px;
  padding: 9px 0 0 0;
  vertical-align: top;
}

@media screen and (max-width: 599px) {
  .apparel-td2 {
    padding: 7px 0 0 0;
  }
}

.apparel-link {
  padding: 1px 5px;
  border: 1px solid #0c5973;
  background: #0c5973;
  color: #fff !important;
  transition: color 1s;
}

@media screen and (max-width: 599px) {
  .apparel-link {
    padding: 3px 5px;
  }
}

.apparel-link:hover {
  padding: 1px 5px;
  background: #feffff;
  color: #0c5973 !important;
}

.unby-product-link-container > a {
  display: block;
  margin: 1em 0 0 0;
  padding: 1em;
  border: 1px solid #a5855c;
  box-sizing: border-box;
  /*background: rgba(66, 174, 56, 1);
		border: 1px solid rgba(66, 174, 56, 1);*/
  background: #a5855c;
  color: #feffff;
  font-weight: bold;
  font-size: 1.333em;
  text-align: center;
}

.unby-product-link-container > .link-bottom {
  border: 1px solid #000;
  background: #000;
}

.unby-product-link-container > .link-bottom:hover {
  background: #feffff;
  color: #000;
}

.apparel-back {
  margin: 50px auto 100px auto;
}

@media screen and (max-width: 599px) {
  .apparel-back {
    width: 90vw;
  }
}
