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

/* RESET */
#section-title p span {
  all: unset;
}
#event-contents-wrapper {
  overflow: auto;
  width: auto;
}
#sajou * {
  padding: unset;
  margin: unset;
}

/* BASE */
#sajou {
  background-color: #fff;
  font-feature-settings: "palt";
}
#sajou img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

/* MV */
#sajou .mv-inner {
  margin-inline: auto;
  max-width: 1000px;
  width: 100%;
}
#sajou .mv-img {
  position: static;
}
#sajou .mv-btm {
  padding-top: 80px;
  padding-bottom: 76px;
}
#sajou .mv-btm-inner {
  margin-inline: auto;
  max-width: 1000px;
  width: 100%;
}
#sajou .mv-lead {
  color: #0073dd;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: .074em;
  line-height: 1.067;
  text-align: center;
  margin-bottom: 20px;
}
#sajou .mv-txt {
  font-size: 16px;
  letter-spacing: .05em;
  line-height: 2;
  text-align: center;
}
#sajou .mv-date {
  color: #0075bf;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: .05em;
  line-height: 1.455;
  text-align: center;
  margin-top: 13px;
}
#sajou .mv-note {
  font-size: 14px;
  letter-spacing: .05em;
  text-align: center;
  margin-top: 2px;
}
#sajou .mv-asof {
  font-size: 15px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  letter-spacing: .06em;
  margin-top: 25px;
  margin-left: 80px;
}
#sajou .mv-btn-wrap {
  margin-top: 58px;
}
#sajou .mv-btn {
  background-color: #0073dd;
  border-radius: 10px;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin-inline: auto;
  max-width: 540px;
  min-height: 80px;
  padding: 14px 40px;
  position: relative;
  text-align: center;
  width: 100%;
  transition: opacity .3s;
}
#sajou .mv-btn:hover {
  opacity: .7;
}
#sajou .mv-btn::after {
  content: '';
  background-image: url('/img/usr/event/feature-sajou/pc/arrow.png');
  background-size: 100%;
  position: absolute;
  top: calc(50% - 7px);
  right: 20px;
  width: 14px;
  height: 13px;
}
#sajou .mv-btn-main {
  color: inherit;
  font-size: 20px;
}
#sajou .mv-btn-sub {
  color: inherit;
  font-size: 16px;
}
#sajou .mv-btn-btm-txt {
  font-size: 16px;
  margin-top: 19px;
  text-align: center;
}

/* アイテム紹介 */
#sajou .sec-items {
  padding-bottom: 60px;
}
#sajou .sec-items-inner {
  margin-inline: auto;
  max-width: 1000px;
  width: 100%;
}
#sajou .sajou-items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 77px 8%;
}
#sajou .sajou-item &gt; *:last-child {
  margin-bottom: 0;
}
#sajou .sajou-item-img {
  margin-bottom: 26px;
}
#sajou .sajou-item-hdg {
  color: #0073dd;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: .07em;
  line-height: 1.2;
  margin-block: 23px 9px;
}
#sajou .sajou-item-txt {
  font-size: 16px;
  letter-spacing: .06em;
  line-height: 1.75;
  margin-bottom: 20px;
}
#sajou .sajou-item-txt sup {
  font-size: .6em;
  line-height: 1;
}
#sajou .sajou-item-note {
  font-size: 12px;
  line-height: 1.85;
  margin-bottom: 14px;
}
#sajou .sajou-price-list {
  color: #333;
  font-size: 14px;
  letter-spacing: .06em;
  line-height: 1.786;
  margin-bottom: 14px;
}
#sajou .sajou-price-list * {
  color: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}
#sajou .sajou-price-list a:not(:hover) {
  text-decoration: underline;
}
#sajou .sajou-feature-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

/* Swiper調整 */
#sajou .sajou-item-swiper-wrap {
  position: relative;
  margin-bottom: 26px;
}
#sajou .sajou-item-swiper {
  overflow: hidden;
}
#sajou .swiper-button-prev,
#sajou .swiper-button-next {
  background-size: 100%;
  margin-top: -42px;
  height: 87px;
  width: 44px;
}
#sajou .swiper-button-prev {
  background-image: url('/img/usr/event/feature-sajou/pc/prev.png');
  left: -1px;
}
#sajou .swiper-button-next {
  background-image: url('/img/usr/event/feature-sajou/pc/next.png');
  right: -1px;
}

/* profile */
#sajou .sec-profile {
  padding-block: 60px;
}
#sajou .sec-profile-inner {
  margin-inline: auto;
  max-width: 1000px;
  width: 100%;
}
#sajou .profile {
  background-color: #f2f2f2;
  padding: 60px 60px 56px;
}
#sajou .profile-title {
  margin-bottom: 19px;
  position: relative;
}
#sajou .profile-title::after {
  content: '';
  background-color: #0075bf;
  height: 1px;
  width: calc(100% - 77px);
  position: absolute;
  top: calc(50% - 1px);
  left: 77px;
}
#sajou .profile-name {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .075em;
  line-height: 1.333;
  margin-bottom: 2px;
}
#sajou .profile-txt {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .075em;
  line-height: 1.5;
}

/* もっと見る */
#sajou .sec-more {
  padding-block: 60px;
}
#sajou .sec-more-inner {
  margin-inline: auto;
  max-width: 1000px;
  width: 100%;
}
#sajou .more-btn-wrap {
  display: flex;
  justify-content: center;
}
#sajou .more-btn {
  background-color: #0073dd;
  border-radius: 35px;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .05em;
  max-width: 780px;
  padding: 24px 40px 21px;
  position: relative;
  text-align: center;
  width: 100%;
  transition: opacity .3s;
}
#sajou .more-btn:hover {
  opacity: .7;
}
#sajou .more-btn::after {
  content: '';
  background-image: url('/img/usr/event/feature-sajou/pc/arrow.png');
  background-size: 100%;
  position: absolute;
  top: calc(50% - 5px);
  right: 30px;
  width: 14px;
  height: 13px;
}

/* PICK UP */
#sajou .sec-pickup {
  padding-block: 60px;
}
#sajou .sec-pickup-inner {
  margin-inline: auto;
  max-width: 880px;
  width: 100%;
}
#sajou .sec-pickup-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
  margin-bottom: 26px;
}
#sajou .sec-pickup-title-sub {
  color: #000000;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: .05em;
  line-height: 1.4;
}
#sajou .pickup-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}
#sajou a.pickup {
  transition: opacity .3s;
}
#sajou a.pickup:hover {
  opacity: .7;
}

/* LP下部注釈 */
#sajou .price-note {
  font-size: 16px;
  text-align: center;
  margin-top: 117px;
}

/* アイテムはこちら */
#sajou .btn_item_lp_ {
  display: none;
  position: fixed;
  right: 20px;
  z-index: 20;
}
#sajou .btn_item_lp_ a:hover img {
  opacity: .7;
}
#sajou .btn_item_lp_ img {
  transition: opacity .3s;
}

/* フリースペース外側 関連商品用 */
#StyleT-list-wrapper {
  width: 1000px;
  margin: 0 auto;
}</pre></body></html>