@charset "utf-8";

/* RESET */
#event-contents-wrapper {
  overflow: auto;
  width: auto;
}


/* BASE */
#starrysky {
  --theme-color: #091948;
  --theme-font: 'Cochin', 'Palatino Linotype', 'Palatino', 'Book Antiqua', Georgia, serif;
  background-color: #fff;
}
#starrysky img {
  max-width: 100%;
  vertical-align: bottom;
}


/* MV */
#starrysky .mv-inner {
  margin-inline: auto;
  max-width: 1000px;
  width: 100%;
}
#starrysky .mv-img {
  position: static;
  margin: 0;
}
#starrysky .mv-btm {
  padding-top: 60px;
  padding-bottom: 120px;
}
#starrysky .mv-btm-inner {
  margin-inline: auto;
  max-width: 1000px;
  width: 100%;
}
#starrysky .mv-lead {
  color: var(--theme-color);
  font-family: var(--theme-font);
  font-size: 22px;
  font-weight: bold;
  letter-spacing: .09em;
  line-height: calc(32 / 22);
  text-align: center;
  margin: 0 0 8px;
}
#starrysky .mv-txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  text-align: center;
  margin: 0;
}
#starrysky .mv-asof {
  font-size: 15px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  margin: 25px 0 0 30px;
}
#starrysky .mv-btn-wrap {
  margin-top: 30px;
}
#starrysky .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;
}
#starrysky .mv-btn:hover {
  opacity: .7;
}
#starrysky .mv-btn::after {
  content: '';
  background-image: url('/img/usr/event/feature-starrysky/arrow.png');
  background-size: 100%;
  position: absolute;
  top: calc(50% - 7px);
  right: 20px;
  width: 14px;
  height: 13px;
}
#starrysky .mv-btn-main {
  color: inherit;
  font-size: 18px;
  font-weight: bold;
}
#starrysky .mv-btn-sub {
  color: inherit;
  font-size: 16px;
  font-weight: bold;
}
#starrysky .mv-btn-btm-txt {
  font-size: 16px;
  margin-block: 20px 0;
  text-align: center;
}


/* アイテム紹介 */
#starrysky .block-starrysky-item {
  padding-block: 70px 80px;
}
#starrysky .block-starrysky-item.-bg-main-item {
  background-image: linear-gradient(to left, rgba(233, 252, 255, 0.8) 0%, rgba(233, 238, 255, 0.8) 48.53%, rgba(243, 235, 255, 0.8) 100%);
}
#starrysky .block-starrysky-item-inner {
  margin-inline: auto;
  max-width: 960px;
  width: 100%;
}
#starrysky .block-starrysky-item-title {
  color: var(--theme-color);
  font-family: var(--theme-font);
  font-size: 60px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  margin: 0 0 50px;
}
#starrysky .starrysky-items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 80px;
}
#starrysky .starrysky-item > *:last-child {
  margin-bottom: 0;
}
#starrysky .starrysky-item-img {
  margin-bottom: 28px;
}
#starrysky .starrysky-item-txt {
  font-size: 16px;
  line-height: calc(24 / 16);
  margin: 0 0 24px;
}
#starrysky .starrysky-item-txt sup {
  font-size: .6em;
  line-height: 1;
}
#starrysky .starrysky-item-note {
  font-size: 12px;
  line-height: 1.85;
  margin-bottom: 14px;
}
#starrysky .starrysky-price-list {
  color: #333;
  font-size: 14px;
  line-height: calc(24 / 14);
  padding: 0;
  margin: 0 0 14px;
}
#starrysky .starrysky-price-list * {
  color: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}
#starrysky .starrysky-price-list a:not(:hover) {
  text-decoration: underline;
}


/* Swiper調整 */
#starrysky .starrysky-item-swiper-wrap {
  position: relative;
  margin-bottom: 26px;
}
#starrysky .starrysky-item-swiper {
  overflow: hidden;
}
#starrysky .swiper-button-prev,
#starrysky .swiper-button-next {
  background-image: url('/img/usr/event/feature-starrysky/next.png');
  background-size: 100%;
  margin-top: -30px;
  height: 60px;
  width: 30px;
}
#starrysky .swiper-button-prev {
  left: -1px;
  rotate: 180deg;
}
#starrysky .swiper-button-next {
  right: -1px;
}


/* STAFF */
#starrysky .block-staff {
  background-color: #E6E7F2;
  padding-block: 80px 100px;
}
#starrysky .block-staff-inner {
  margin-inline: auto;
  width: 1000px;
}
#starrysky .block-staff-title {
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 20px;
  text-align: center;
  margin-bottom: 30px;
}
#starrysky .block-staff-title-main {
  color: var(--theme-color);
  font-family: var(--theme-font);
  font-size: 46px;
  font-weight: 400;
  line-height: 1;
  margin: 0;
}
#starrysky .block-staff-title-sub {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}
#starrysky #staffpickup {
  margin-bottom: 50px;
}
#starrysky #staffpickup .hacobune-app-container {
  background-color: transparent;
  padding: 0;
}
#starrysky #staffpickup .hacobune-layout-base-top-html {
  display: none;
}
#starrysky #staffpickup .hacobune-media-post-list-item {
  background-color: transparent;
  border: none;
}


/* もっと見る */
#starrysky .more-btn-wrap {
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 40px;
}
#starrysky .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: 16px;
  font-weight: bold;
  line-height: calc(26 / 16);
  max-width: 780px;
  padding: 18px 40px 16px;
  position: relative;
  text-align: center;
  width: 100%;
  transition: opacity .3s;
}
#starrysky .more-btn:hover {
  opacity: .7;
}
#starrysky .more-btn::after {
  content: '';
  background-image: url('/img/usr/event/feature-starrysky/arrow.png');
  background-size: 100%;
  position: absolute;
  top: calc(50% - 6px);
  right: 20px;
  width: 14px;
  height: 13px;
}


/* PICK UP */
#starrysky .block-pickup {
  padding-block: 60px;
}
#starrysky .block-pickup-inner {
  margin-inline: auto;
  max-width: 880px;
  width: 100%;
}
#starrysky .block-pickup-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 15px;
  text-align: center;
  margin-bottom: 34px;
}
#starrysky .block-pickup-title-main {
  color: var(--theme-color);
  font-family: var(--theme-font);
  font-size: 46px;
  font-weight: 400;
  line-height: 1;
  margin: 0;
}
#starrysky .block-pickup-title-sub {
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0;
}
#starrysky .pickup-list {
  display: flex;
  gap: 20px;
  justify-content: center;
  padding: 0;
  margin: 0;
}
#starrysky .pickup-list > * {
  width: 320px;
}
#starrysky a.pickup {
  transition: opacity .3s;
}
#starrysky a.pickup:hover {
  opacity: .7;
}


/* LP下部注釈 */
#starrysky .price-note {
  font-size: 16px;
  text-align: center;
  margin-top: 117px;
}


/* アイテムはこちら */
#starrysky .btn_item_lp_ {
  display: none;
  position: fixed;
  right: 20px;
  z-index: 20;
}
#starrysky .btn_item_lp_ a img {
  transition: opacity .3s;
}
#starrysky .btn_item_lp_ a:hover img {
  opacity: .7;
}


/* フリースペース外側 関連商品用 */
#StyleT-list-wrapper {
  width: 1000px;
  margin: 0 auto;
}