@charset "UTF-8";
/*--------------------
ブレイクポイント
--------------------*/
/*--------------------
メディアクエリ
--------------------*/
/*--------------------
矢印アイコン
--------------------*/
/*--------------------------------------
index
----------------------------------------*/
.c_hero {
  position: relative;
  z-index: 0;
}
.c_hero img {
  width: 100%;
}
.c_hero_ttl {
  background: url(/library/images/syuttyou-kaitori/hero_ttl_deco.svg) center/100% no-repeat;
  color: rgb(255, 255, 255);
  display: grid;
  font-family: var(--font_jp_serif);
  font-weight: var(--font_weight_bold);
  height: 236px;
  line-height: var(--line_height_headline);
  margin-left: 8%;
  place-content: center;
  text-align: center;
  white-space: nowrap;
  width: 466px;
}
@media screen and (max-width: 1080px) {
  .c_hero_ttl {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .c_hero_ttl {
    height: 108px;
    width: 213px;
  }
}
.c_hero_ttl_top {
  display: block;
  font-size: 3.3rem;
}
@media screen and (max-width: 768px) {
  .c_hero_ttl_top {
    font-size: 1.6rem;
  }
}
.c_hero_ttl_top_lg {
  font-size: 4.5rem;
}
@media screen and (max-width: 768px) {
  .c_hero_ttl_top_lg {
    font-size: 2.15rem;
  }
}
.c_hero_ttl_bottom {
  display: block;
  font-size: 6.1rem;
}
@media screen and (max-width: 768px) {
  .c_hero_ttl_bottom {
    font-size: 2.95rem;
  }
}
.c_hero_bg {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.c_point_lists {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 30px;
}
@media screen and (max-width: 1080px) {
  .c_point_lists {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px) {
  .c_point_lists {
    gap: 10px;
    margin-top: 15px;
  }
}
.c_point_list {
  display: grid;
}
.c_point_item {
  background-color: rgb(255, 255, 255);
  padding-bottom: 20px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .c_point_item {
    padding-bottom: 0;
  }
}
.c_point_item_num {
  background-color: var(--main_color);
  color: rgb(255, 255, 255);
  font-family: var(--font_jp_serif);
  font-size: 5rem;
  font-weight: var(--font_weight_bold);
  height: 100px;
  left: 0;
  letter-spacing: 0.025em;
  line-height: 1.05;
  padding-top: 12px;
  position: absolute;
  text-align: center;
  top: 0;
  white-space: nowrap;
  width: 100px;
}
@media screen and (max-width: 768px) {
  .c_point_item_num {
    font-size: 3rem;
    height: 75px;
    width: 75px;
  }
}
.c_point_item_num::before {
  content: "Point";
  font-size: 2.4rem;
  display: block;
}
@media screen and (max-width: 768px) {
  .c_point_item_num::before {
    font-size: 1.5rem;
  }
}
.c_point_item_ttl {
  align-items: center;
  display: flex;
  font-size: 1.8rem;
  font-weight: var(--font_weight_bold);
  min-height: 100px;
  line-height: 1.6;
  padding: 10px 10px 10px 124px;
}
@media screen and (max-width: 1080px) {
  .c_point_item_ttl {
    padding-left: 244px;
  }
}
@media screen and (max-width: 768px) {
  .c_point_item_ttl {
    font-size: 1.4rem;
    min-height: 75px;
    padding-left: 165px;
  }
}
.c_point_item_img {
  margin-top: 10px;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .c_point_item_img {
    bottom: 0;
    left: 120px;
    margin-block: auto;
    position: absolute;
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  .c_point_item_img {
    height: 60px;
    left: 90px;
    width: 60px;
  }
}

.c_buyable_lists {
  display: grid;
  gap: 20px 15px;
  grid-template-columns: repeat(5, 1fr);
}
@media screen and (max-width: 1080px) {
  .c_buyable_lists {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .c_buyable_lists {
    gap: 20px 6px;
  }
}
.c_buyable_list {
  display: grid;
}
.c_buyable_item {
  width: 100%;
}
.c_buyable_item_img img {
  aspect-ratio: 216/160;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.c_buyable_item_ttl {
  font-size: 1.8rem;
  font-weight: var(--font_weight_bold);
  line-height: var(--line_height_headline);
  margin-top: 15px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c_buyable_item_ttl {
    font-size: 1.4rem;
    margin-top: 10px;
  }
}
.c_buyable_nobox {
  max-width: 720px;
  margin-inline: auto;
  padding-block: 60px 40px;
}
@media screen and (max-width: 768px) {
  .c_buyable_nobox {
    padding-block: 45px 15px;
  }
}
.c_buyable_nobox_ttl {
  font-size: 1.8rem;
  font-weight: var(--font_weight_bold);
  line-height: var(--line_height_headline);
  margin-bottom: 20px;
  padding-top: 30px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c_buyable_nobox_ttl {
    font-size: 1.6rem;
    margin-bottom: 10px;
    padding-top: 10px;
  }
}
.c_buyable_nobox_ttl::before, .c_buyable_nobox_ttl::after {
  background-color: var(--main_color);
  bottom: 100%;
  content: "";
  display: block;
  height: 30px;
  left: 0;
  margin-inline: auto;
  pointer-events: none;
  position: absolute;
  right: 0;
  width: 2px;
}
.c_buyable_nobox_ttl::before {
  transform: rotate(45deg);
}
.c_buyable_nobox_ttl::after {
  transform: rotate(-45deg);
}
.c_buyable_nobox_txt {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c_buyable_nobox_txt {
    font-size: 1.4rem;
    text-align: left;
  }
}

.c_syuttyou_lists {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 40px;
}
@media screen and (max-width: 1080px) {
  .c_syuttyou_lists {
    gap: 40px;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px) {
  .c_syuttyou_lists {
    margin-top: 30px;
  }
}
.c_syuttyou_list {
  display: grid;
}
.c_syuttyou_item {
  background-color: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
  width: 100%;
}
.c_syuttyou_item_head {
  background-color: var(--main_color);
  color: rgb(255, 255, 255);
  font-family: var(--font_jp_serif);
  font-size: 2.4rem;
  font-weight: var(--font_weight_bold);
  line-height: var(--line_height_headline);
  padding: 15px;
}
@media screen and (max-width: 768px) {
  .c_syuttyou_item_head {
    font-size: 1.8rem;
    padding-block: 10px;
  }
}
.c_syuttyou_item_body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 15px 20px 20px;
}
.c_syuttyou_user {
  align-items: center;
  display: grid;
  gap: 10px 20px;
  grid-template-columns: 90px 1fr;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .c_syuttyou_user {
    grid-template-columns: 72px 1fr;
    padding-left: 16px;
  }
}
.c_syuttyou_user_total {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 15px;
  line-height: 1;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .c_syuttyou_user_total {
    gap: 5px 10px;
  }
}
.c_syuttyou_user_total_ttl {
  font-size: 1.8rem;
  font-weight: var(--font_weight_bold);
}
@media screen and (max-width: 768px) {
  .c_syuttyou_user_total_ttl {
    font-size: 1.6rem;
  }
}
.c_syuttyou_user_total_txt {
  color: var(--main_color);
  font-size: 2rem;
  font-weight: var(--font_weight_bold);
}
.c_syuttyou_user_total_num {
  font-size: 3.6rem;
}
@media screen and (max-width: 768px) {
  .c_syuttyou_user_total_num {
    font-size: 3rem;
  }
}
.c_syuttyou_user_name {
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .c_syuttyou_user_name {
    font-size: 1.4rem;
    margin-top: 4px;
  }
}
.c_syuttyou_purchase {
  margin-top: 20px;
}
.c_syuttyou_purchase_label {
  background-color: var(--body_color);
  border: 1px solid var(--border_color);
  color: rgb(255, 255, 255);
  font-weight: var(--font_weight_bold);
  padding: 3px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c_syuttyou_purchase_label {
    font-size: 1.4rem;
    padding: 2px;
  }
}
.c_syuttyou_purchase_price {
  align-items: baseline;
  color: var(--orange);
  display: flex;
  justify-content: center;
  line-height: 1.15;
  margin-top: -5px;
}
.c_syuttyou_purchase_price_num {
  font-family: var(--font_en_serif);
  font-size: 5rem;
  font-weight: var(--font_weight_semibold);
}
@media screen and (max-width: 768px) {
  .c_syuttyou_purchase_price_num {
    font-size: 4.6rem;
  }
}
.c_syuttyou_purchase_price_en {
  font-weight: var(--font_weight_bold);
}
.c_syuttyou_txt {
  margin-top: 20px;
  flex: 1;
}
.c_syuttyou_gallery {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .c_syuttyou_gallery {
    margin: 20px -20px -20px;
  }
}
.c_syuttyou_gallery img {
  width: 100%;
}/*# sourceMappingURL=index.css.map */