@charset "utf-8";

/* RESET */
#event-contents-wrapper {
  overflow: auto;
  width: auto;
}


/* BASE */
#fernanda-yuzu {
  --theme-color: #B59914;
  background-color: #fff;
}
#fernanda-yuzu img {
  max-width: 100%;
  vertical-align: bottom;
}


/* MV */
#fernanda-yuzu .mv-inner {
  margin-inline: auto;
  max-width: 1000px;
  width: 100%;
}
#fernanda-yuzu .mv-img {
  position: static;
  margin: 0;
}
#fernanda-yuzu .mv-btm {
  padding-top: 75px;
  padding-bottom: 24px;
}
#fernanda-yuzu .mv-btm-inner {
  margin-inline: auto;
  max-width: 1000px;
  width: 100%;
}
#fernanda-yuzu .mv-lead {
  color: var(--theme-color);
  font-size: 22px;
  font-weight: bold;
  letter-spacing: .09em;
  line-height: calc(32 / 22);
  text-align: center;
  margin: 0 0 8px;
}
#fernanda-yuzu .mv-txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  text-align: center;
  margin: 0;
}
#fernanda-yuzu .mv-release {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  text-align: center;
  margin-top: 50px;
}
#fernanda-yuzu .mv-release-date {
  color: var(--theme-color);
  font-size: 22px;
  font-weight: bold;
  padding: 0;
  margin: 0;
}
#fernanda-yuzu .mv-release-note {
  font-size: 16px;
  font-weight: 500;
  padding: 0;
  margin: 0;
}
#fernanda-yuzu .mv-asof {
  font-size: 15px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  margin: 25px 0 0 30px;
}
#fernanda-yuzu .mv-btn-wrap {
  margin-top: 30px;
}
#fernanda-yuzu .mv-btn {
  background-color: var(--theme-color);
  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: 600px;
  min-height: 80px;
  padding: 14px 40px;
  position: relative;
  text-align: center;
  width: 100%;
  transition: opacity .3s;
}
#fernanda-yuzu .mv-btn:hover {
  opacity: .7;
}
#fernanda-yuzu .mv-btn::after {
  content: '';
  background-image: url('/img/usr/event/feature-fernanda-yuzu/arrow.png');
  background-size: 100%;
  position: absolute;
  top: calc(50% - 7px);
  right: 20px;
  width: 14px;
  height: 13px;
}
#fernanda-yuzu .mv-btn-main {
  color: inherit;
  font-size: 18px;
  font-weight: bold;
}
#fernanda-yuzu .mv-btn-sub {
  color: inherit;
  font-size: 16px;
  font-weight: bold;
}
#fernanda-yuzu .mv-btn-btm-txt {
  font-size: 16px;
  margin-block: 20px 0;
  text-align: center;
}


/* アイテム紹介 */
#fernanda-yuzu .block-fernanda-yuzu-item {
  padding-bottom: 80px;
}
#fernanda-yuzu .block-fernanda-yuzu-item-inner {
  margin-inline: auto;
  max-width: 960px;
  width: 100%;
}
#fernanda-yuzu .block-fernanda-yuzu-item-title {
  color: var(--theme-color);
  font-size: 60px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  margin: 0 0 80px;
}
#fernanda-yuzu .fernanda-yuzu-items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 80px;
  margin-bottom: 80px;
}
#fernanda-yuzu .fernanda-yuzu-item > *:last-child {
  margin-bottom: 0;
}
#fernanda-yuzu .fernanda-yuzu-item-img {
  margin-bottom: 28px;
}
#fernanda-yuzu .fernanda-yuzu-item-txt {
  font-size: 16px;
  line-height: calc(24 / 16);
  margin: 0 0 24px;
}
#fernanda-yuzu .fernanda-yuzu-item-txt sup {
  font-size: .6em;
  line-height: 1;
}
#fernanda-yuzu .fernanda-yuzu-item-note {
  font-size: 12px;
  line-height: 1.85;
  margin-bottom: 14px;
}
#fernanda-yuzu .fernanda-yuzu-price-list {
  color: #333;
  font-size: 14px;
  line-height: calc(24 / 14);
  padding: 0;
  margin: 0 0 14px;
}
#fernanda-yuzu .fernanda-yuzu-price-list * {
  color: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}
#fernanda-yuzu .fernanda-yuzu-price-list a:not(:hover) {
  text-decoration: underline;
}


/* プロフィール */
#fernanda-yuzu .fernanda-profile {
  background-color: #F7F4F0;
  display: grid;
  align-items: center;
  grid-template-columns: 150px 1fr;
  column-gap: 55px;
  padding-inline: 64px;
  padding-block: 40px 30px;
}
#fernanda-yuzu .fernanda-profile-head {
}
#fernanda-yuzu .fernanda-profile-logo {
}
#fernanda-yuzu .fernanda-profile-body {
}
#fernanda-yuzu .fernanda-profile-text {
  font-size: 16px;
  line-height: calc(32 / 16);
  padding: 0;
  margin: 0;
}
#fernanda-yuzu .fernanda-profile-text > span {
  font-size: 14px;
  line-height: inherit;
  padding: 0;
  margin: 0;
}
#fernanda-yuzu .fernanda-profile-link {
}
#fernanda-yuzu .fernanda-profile-link a {
  font-size: 16px;
  transition: opacity .3s;
}
#fernanda-yuzu .fernanda-profile-link a:hover {
  opacity: .7;
}


/* もっと見る */
#fernanda-yuzu .more-btn-wrap {
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 40px;
  margin-bottom: 80px;
}
#fernanda-yuzu .more-btn {
  background-color: var(--theme-color);
  border-radius: 9999px;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  max-width: 780px;
  padding: 27px 40px 23px;
  position: relative;
  text-align: center;
  width: 100%;
  transition: opacity .3s;
}
#fernanda-yuzu .more-btn:hover {
  opacity: .7;
}
#fernanda-yuzu .more-btn::after {
  content: '';
  background-image: url('/img/usr/event/feature-fernanda-yuzu/arrow.png');
  background-size: 100%;
  position: absolute;
  top: calc(50% - 6px);
  right: 30px;
  width: 14px;
  height: 13px;
}


/* PICK UP */
#fernanda-yuzu .block-pickup {
  background-color: #F5F5F5;
  padding-block: 50px;
}
#fernanda-yuzu .block-pickup-inner {
  margin-inline: auto;
  max-width: 880px;
  width: 100%;
}
#fernanda-yuzu .block-pickup-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 15px;
  text-align: center;
  margin-bottom: 40px;
}
#fernanda-yuzu .block-pickup-title-main {
  color: var(--theme-color);
  font-size: 46px;
  font-weight: 400;
  line-height: 1;
  margin: 0;
}
#fernanda-yuzu .block-pickup-title-sub {
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0;
}
#fernanda-yuzu .pickup-list {
  display: flex;
  gap: 20px;
  justify-content: center;
  padding: 0;
  margin: 0;
}
#fernanda-yuzu .pickup-list > * {
  width: 320px;
}
#fernanda-yuzu a.pickup {
  transition: opacity .3s;
}
#fernanda-yuzu a.pickup:hover {
  opacity: .7;
}


/* LP下部注釈 */
#fernanda-yuzu .price-note {
  font-size: 16px;
  text-align: center;
  margin-top: 117px;
}


/* アイテムはこちら */
#fernanda-yuzu .btn_item_lp_ {
  display: none;
  position: fixed;
  right: 20px;
  z-index: 20;
}
#fernanda-yuzu .btn_item_lp_ a img {
  transition: opacity .3s;
}
#fernanda-yuzu .btn_item_lp_ a:hover img {
  opacity: .7;
}


/* フリースペース外側 関連商品用 */
#StyleT-list-wrapper {
  width: 1000px;
  margin: 0 auto;
}