<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* フォント */
.ffjp-futogo {
  font-family: "太ゴB101";
}
.ffjp-yugo-m {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.ffjp-yugo-b {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.ffen-lato {
  font-family: "Lato", serif;
  font-weight: 700;
  font-style: normal;
}
.ffen-classico-r {
  font-family: classico-urw, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.ffen-classico-ri {
  font-family: classico-urw, sans-serif;
  font-weight: 400;
  font-style: italic;
}
.ffen-classico-b {
  font-family: classico-urw, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.ffen-classico-bl {
  font-family: classico-urw, sans-serif;
  font-weight: 900;
  font-style: normal;
}


/* イメージサイズ調整 */
img {
  width: 100%;
}


/* ヘッダー */
.header {
  background-color: #fff;
  width: 100%;
  height: 63px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}

.header__inner {
  width: 100%;
  height: 63px;
  position: relative;
  z-index: 999;
}


/* ヘッダーのロゴ部分 */
.header__title {
  width: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
}


/* ヘッダーのナビ部分 */
.header__nav {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  transform: translateX(100%);
  background-color: #fff;
  transition: ease .4s;
  overflow: auto;
  /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
  -ms-overflow-style: none;
  /*Firefoxへの対応*/
  scrollbar-width: none;
}

/*Google Chrome、Safariへの対応*/
.header__nav::-webkit-scrollbar{
  display: none;
}


/* ナビのリンク */
.nav__items {
  margin: 63px 0 60px;
  padding: 40px 30px;
}

.nav__title {
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 40px;
  border-bottom: 1px solid #002f51;
}

.nav__title span {
  display: block;
  color: #002f51;
}

.nav__title span:nth-child(1) {
  font-size: 20px;
}

.nav__title span:nth-child(2) {
  font-size: 30px;
}

.nav__title span:nth-child(3) {
  font-size: 15px;
}

.nav__item {
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #002f51;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.nav__item a {
  font-size: 20px;
  color: #002f51;
}

.nav__item .item__column a {
  font-size: 16px;
  color: #002f51;
}

.nav__item span {
  margin-left: 10px;
  font-size: 10px;
  color: #002f51;
}

.nav__items li:nth-child(3), 
.nav__items li:nth-child(5) {
  padding-bottom: 0;
  border: none;
}

.nav__items li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

.nav__items .item__category, 
.nav__items .item__column {
  margin-left: 20px;
}

.nav__items .item__category li, 
.nav__items .item__column li {
  margin-bottom: 10px;
}

.nav__items .item__category li:last-child, 
.nav__items .item__column li:last-child {
  margin-bottom: 0;
}

.nav__items .item__category li:nth-child(1) a {
  color: #191F60;
}

.nav__items .item__category li:nth-child(2) a {
  color: #C30D23;
}

.nav__items .item__category li:nth-child(3) a {
  color: #C3BC0D;
}

.nav__items .disable {
  pointer-events: none;
}


/* ハンバーガーメニュー */
.header__hamburger {
  position: absolute;
  top: 0;
  right: 30px;
  width: 24px;
  height: 100%;
  background-color: transparent;
  border-color: transparent;
  z-index: 9999;
}


/* ハンバーガーメニューの線 */
.header__hamburger span {
  width: 100%;
  height: 3px;
  background-color: #002f51;
  position: relative;
  transition: ease .4s;
  display: block;
  border-radius: 50px;
}
.header__hamburger span:nth-child(1) {
  top: 0;
}
.header__hamburger span:nth-child(2) {
  margin: 7px 0;
}
.header__hamburger span:nth-child(3) {
  top: 0;
}


/* ハンバーガーメニュークリック後 */
.header__inner.active {
  background-color: #ffffff;
  border-bottom: 1px solid #002f51;
}
.header__nav.active {
  transform: translateX(0);
}
.header__hamburger.active span:nth-child(1) {
  top: 10px;
  transform: rotate(45deg);
}
.header__hamburger.active span:nth-child(2) {
  opacity: 0;
}
.header__hamburger.active span:nth-child(3) {
  top: -10px;
  transform: rotate(-45deg);
}


/* バナー */
.bnr__wrapper {
  width: 100%;
  padding: 0 30px 60px;
}

@media only screen and (min-width: 768px) {
  .all_bnr {
    max-width: 900px;
    margin: 0 auto 60px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;  
  }

  .bnr__wrapper {
    padding: 0;
  } 
}


/* 限定アイテム */
.limited__bg {
  background-image: url(/campaign/2025/50th/0207/images/bg_item_sp.jpg);
  background-repeat: repeat-y;
  background-position: center top;
  background-size: cover;
}

.limited__wrapper {
  width: 100%;
  padding: 130px 30px 60px;
}

@media only screen and (min-width: 768px) {
  .limited__bg {
    background-image: url(/campaign/2025/50th/0207/images/bg_item_pc.jpg);
}
  
  .limited__wrapper {
    max-width: 1120px;
    padding: 130px 0 60px;
    margin: 0 auto;
  }  
}

.limited__wrapper h2 {
  margin-bottom: 20px;
  font-size: 34px;
  color: #ffffff;
}

.limited__wrapper p.lead {
  margin-bottom: 60px;
  font-size: 14px;
  line-height: 1.8;
  color: #ffffff;
  text-align: justify;
}

.limited__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 20px;
}

@media only screen and (min-width: 768px) {
  .limited__inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 60px 40px;
  }  
}

.limited__inner section {
  display: flex;
  flex-direction: column; 
}

.limited__inner .item__img {
  width: 100%;
  margin-bottom: 15px;
}

.limited__inner .item__body {
  width: 100%;
}

.limited__inner .item__body .icon {
  margin-bottom: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.limited__inner .item__body .icon span {
  width: 60px;
  height: 20px;
  font-size: 10px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
}

.limited__inner .item__body .icon .men {
  background-color: #191F60;
  border: 1px solid #191F60;
}

.limited__inner .item__body .icon .women {
  background-color: #C30D23;
  border: 1px solid #C30D23;
}

.limited__inner .item__body .icon .kids {
  background-color: #C3BC0D;
  border: 1px solid #C3BC0D;
}

.limited__inner .item__body .icon .sale {
  margin-left: 10px;
  border: 1px solid #ffffff;
}

.limited__inner .item__body h4 {
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-size: 12px;
  color: #ffffff;
  border-bottom: 1px dotted #ffffff;
}

.limited__inner .item__body .credit {
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.limited__inner .item__body .credit .price p:nth-of-type(1) {
  font-size: 12px;
  color: #ffffff;
}

.limited__inner .item__body .credit .price p:nth-of-type(2) {
  margin-top: 5px;
  font-size: 10px;
  color: #ffffff;
}

.limited__inner .item__body .credit .btn a {
  display: block;
  padding: 4px 15px;
  font-size: 10px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 20px;
  transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
}

.limited__inner .item__body .credit .btn a:hover {
  color: #002F51;
  border: 1px solid #ffffff;
  background-color: #ffffff;
}

.limited__inner .item__btn {
  margin-top: auto;
}

.limited__inner .item__btn .modal-open a {
  width: 100%;
  display: block;
  padding: 7px;
  font-size: 10px;
  color: #002F51;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 20px;
  transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
}

.limited__inner .item__btn .modal-open a:hover {
  color: #ffffff;
  background-color: transparent;
}


/* カテゴリリンク */
.category__wrapper {
  width: 100%;
  padding: 0 30px 60px;
}

.category__wrapper ul {
  display: grid;
  place-items: center;
}  

.category__wrapper ul.col3 {
  grid-template-columns: repeat(3, 1fr);
}

.category__wrapper ul.col4 {
  grid-template-columns: repeat(4, 1fr);
}

.category__wrapper li img {
  width: 78px;
}

@media only screen and (min-width: 768px) {
  .category__wrapper {
    max-width: 600px;
    margin: 0 auto;
  }

  .category__wrapper li img {
    width: 105px;
  }
}


/* ボトムナビ */
.footer__nav {
  width: 100%;
  padding: 0 30px;
  position: fixed;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
}

@media only screen and (min-width: 768px) {
  .footer__nav {
    max-width: 600px;
  }  
}

.footer__nav ul {
  background-color:rgba(255,255,255,0.8);
  border-radius: 10px;
  display: flex;
}

.footer__nav li {
  width: 33.33%;
}

.footer__nav li a {
  display: block;
  padding: 15px 0;
  font-size: 14px;
  color: #002f51;
  text-align: center;
}

.footer__nav li:nth-child(n+2) a::after {
  content: '';
  background-color: #002f51;
  display: block;
  width: 1px;
  height: 30%;
  position: absolute;
  top: calc(70% - 35%);
}

.footer__nav li a.selected {
  color: #ffffff;
  background: #002F51;
  border-radius: 10px;
}


/* ページトップ */
#pagetop {
  width: 30px;
  position: fixed;
  bottom: 10px;
  right: 10px;
}

#pagetop a {
  background: #ffffff;
  border: 1px solid #002f51;
  border-radius: 50%;
  display: block;
  width: 30px;
  height: 30px;
  position: relative;
  text-indent: -9999px;
}

#pagetop a::after {
  content: '';
  border-top: solid 2px #002f51;
  border-left: solid 2px #002f51;
  display: inline-block;
  margin-top: 3px;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) rotate(45deg);
}


/* フッター */
.footer {
  width: 100%;
  padding: 60px 0 40px;
  text-align: center;
}

.footer .footer__logo {
  width: 100px;
  margin: 0 auto 60px;
}

.footer .copyright.navy {
  font-size: 12px;
  color: #002f51;
}

.footer .copyright.white {
  font-size: 12px;
  color: #ffffff;
}


/* 商品詳細モーダル */
/* 非表示 */
.modal__wrapper {
  display: none;
}

.modal__wrapper {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  background-color: #fff;
  z-index: 9999;
}

.modal__container {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .modal__container {
    max-width: 600px;
    margin: 0 auto;
  }
}

.modal__container section {
  margin-bottom: 60px;
}

.modal__container section:last-child {
  margin-bottom: 0;
}

.modal__container .item__img {
  width: 100%;
  margin-bottom: 15px;
}

.modal__container .item__img .pagenation {
  margin-top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.modal__container .item__img .pagenation li a {
  display: block;
  width: 10px;
  height: 10px;
  background-color: #999999;
  border: 1px solid #999999;
  border-radius: 50%;
}

.modal__container .item__img .pagenation li a.active {
  background-color: #ffffff;
  border: 1px solid #999999;
}

.modal__container .item__body {
  width: 100%;
  padding: 0 30px;
}

.modal__container .item__body .icon {
  margin-bottom: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.modal__container .item__body .icon span {
  width: 60px;
  height: 20px;
  font-size: 10px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
}

.modal__container .item__body .icon .men {
  background-color: #191F60;
  border: 1px solid #191F60;
}

.modal__container .item__body .icon .women {
  background-color: #C30D23;
  border: 1px solid #C30D23;
}

.modal__container .item__body .icon .kids {
  background-color: #C3BC0D;
  border: 1px solid #C3BC0D;
}

.modal__container .item__body .icon .sale {
  margin-left: 10px;
  color: #000000;
  border: 1px solid #000000;
}

.modal__container .item__body h4 {
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-size: 16px;
  color: #000000;
  border-bottom: 1px dotted #000000;
}

.modal__container .item__body .credit {
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal__container .item__body .credit .price p:nth-of-type(1) {
  font-size: 14px;
  color: #000000;
}

.modal__container .item__body .credit .price p:nth-of-type(2) {
  margin-top: 5px;
  font-size: 10px;
  color: #666666;
}

.modal__container .item__body .credit .btn a {
  display: block;
  padding: 7px 38px;
  font-size: 12px;
  color: #ffffff;
  border: 1px solid #000000;
  border-radius: 20px;
  background-color: #000000;
  transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
}

.modal__container .item__body .credit .btn a:hover {
  color: #000000;
  background-color: #ffffff;
  transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
}

.modal__container .item__body .contact {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal__container .item__body .contact .txt p {
  font-size: 10px;
  color: #000000;
}

.modal__container .item__body .contact .btn a {
  display: block;
  padding: 7px 38px;
  font-size: 12px;
  color: #000000;
  border: 1px solid #EEEEEE;
  border-radius: 20px;
  background-color: #EEEEEE;
  transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
}

.modal__container .item__body .contact .btn a:hover {
  background-color: #ffffff;
}

.modal__container .item__body .caption p {
  font-size: 14px;
  line-height: 1.8;
  color: #000000;
  text-align: justify;
}


/* アコーディオン */
.hide{
  display: none;
}

button.more {
  position: relative;
  width: 100%;
  height: 40px;
  font-size: 12px;
  color: #666666;
}
   
button.more::before {
  content: "VIEW MORE";
  font-family: "Lato", serif;
  font-weight: 700;
  font-style: normal;
}

button.more::after {
  content: '';
  border-bottom: solid 2px #666666;
  border-right: solid 2px #666666;
  display: inline-block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
}

button.more.on::before{
  content: "CLOSE";
  font-family: "Lato", serif;
  font-weight: 700;
  font-style: normal;
}

button.more.on::after{
  content: '';
  border-top: solid 2px #666666;
  border-left: solid 2px #666666;
  border-bottom: none;
  border-right: none;
  display: inline-block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
}


/* バナー */
.large__bnr .bnr__wrapper {
  width: 100%;
  padding: 0;
}

.small__bnr .bnr__wrapper {
  width: 100%;
  padding: 0 30px 30px;
}


/* モーダルクローズ */
.modal-close {
  position: fixed;
  top: 20px;
  right: 30px;
  width: 24px;
  height: 24px;
  background-color: transparent;
  border-color: transparent;
  z-index: 99999;
}

.modal-close span {
  width: 100%;
  height: 3px;
  background-color: #000000;
  position: relative;
  display: block;
  border-radius: 50px;
}
.modal-close span:nth-child(1) {
  top: 1px;
  transform: rotate(45deg);
}
.modal-close span:nth-child(2) {
  top: -2px;
  transform: rotate(-45deg);
}
</pre></body></html>