﻿@charset "UTF-8";

/* =============================================================

   サイトジャック・CK用 CSS

============================================================= */

/* HEADER
============================================================= */

.header_sso_logo {
  border-bottom-color: #eeeeca;
}


/* PC用*/
@media (min-width: 769px) {

  #header.sp_open .header_sso_logo a {
    background-position: center center;
  }
}

/* SP用*/
@media (max-width: 768px) {

  #header .header_inner {
    background-color: var(--color-sightjack-bg_header) !important;
  }

}


/* コンテンツ
============================================================= */


/* サイトジャックコンテンツエリア
---------------------------------- */
.special_section {
  padding: 3rem 0 5rem;
  background: #FEFEEC;
  background: #f9f9e5;
  font-family: var(--font_eng_01) !important;
}

.special_section .special_banner_area {
  margin-bottom: 4rem;
  text-align: center;
}

.special_section .special_banner_area img {
  width: 96rem !important;
  max-width: 100%;
}

.special_section .special_links {
  padding: 3rem 0 0;
}

.special_section .special_links ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  width: 80rem;
  max-width: 100%;
  margin: auto;
}

.special_section .special_links ul li {
  width: 26rem;
  width: 100%;
  max-width: 100%;
}

.special_section .special_links a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  gap: 0.6rem;
  width: 100%;
  height: 7rem;
  border-radius: 0.6rem;
  background: #DC8543;
  box-shadow: 2px 3px 8px rgba(000, 000, 000, 0.1);
  text-align: center;
  color: #fff;
}

.special_section .special_links a span {
  display: block;
}

.special_section .special_links a .txt_lg {
  font-size: 1.8rem;
  font-weight: 600;
}

.special_section .special_links a .txt_sm {
  margin-bottom: -0.4rem;
  padding: 0.6rem 0 0;
  transform: scale(0.95);
  font-size: 1rem;
  line-height: 1;
}

.special_section .special_links li.links_04 {
  grid-column: 1 / -1;
  width: 36rem;
  max-width: 100%;
  height: 8rem;
  margin: 0.8rem auto 0;
}

.special_section .special_links li.links_04 a  {
  background: #66B876;
  border-radius: 200px;
}

.special_section .special_links li.links_04 a .txt_sm {
  margin-bottom: 0.6rem;
  padding: 0;
  font-size: 1.5rem;
  font-weight: 500;
}

.special_section .special_links li.links_04 a .txt_lg {
  font-size: 1.7rem;
}

.special_section .btn_viewmore_link {
  width: 100% !important;
  margin-top: 3.5rem !important;
  padding-top: 4rem !important;
  border-top: 1.5px solid #efefb6;
}

.special_section .btn_viewmore_link a {
  width: 36rem !important;
  max-width: 100%;
  margin: auto;
}

.special_section .btn_viewmore_link a::before {
  opacity: 1 !important;
  border-color: #000 !important;
}

.special_section .btn_viewmore_link a:hover {
  opacity: 0.8 !important;
}

.special_section .special_contents {
}

.special_section .special_contents .txt_caption_sub {
  margin-top: -1.5rem;
  margin-bottom: 3rem;
  font-size: 1.7rem;
  font-weight: 700;
  text-align: center;
}

.special_section .special_contents .txt_caption_sub .txt_week_left {
  margin-left: -0.6rem;
}

.special_section .special_contents .txt_caption_sub .txt_week_right {
  margin-right: -0.6rem;
}

.special_section .special_contents_inner {
}

.special_section .special_contents .ttl_section {
  margin-bottom: 3rem;
  font-size: 3.8rem;
  font-weight: 700;
  text-align: center;
}

.special_section .cam_list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 3rem;
}

.special_section .cam_list li {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}

.special_section .cam_list .txt_lg {
  background: linear-gradient(transparent 50%, #fff 0%);
  color: #b7282e;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-indent: 0.12em;
  text-align: center;
}

.special_section .cam_list .txt_sm {
  font-size: 1.1rem;
}

.special_section .cam_list .txt_note {
  margin: 2rem 0 0;
  font-size: 1.2rem;
  line-height: 1.6;
  text-align: center;
}

/* ---- EVENT CALENDAR ---- */
.event_calendar {
  margin-top: 6rem;
  text-align: center;
}

.event_calendar .ttl_section {
  margin-bottom: 3rem;
  font-size: 3.8rem;
  font-weight: 700;
  text-align: center;
}

.event_calendar .ttl_section .txt_ja {
  display: block;
  padding-top: 1rem;
  font-size: 2rem;
}

.event_calendar .event_calendar_cont {
  max-width: 110rem;
  margin: 0 auto 4rem;
}

.event_calendar_list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.event_calendar_item {
  display: grid;
  grid-template-columns: 14rem minmax(0, 1fr);
  gap: 1.5rem;
  min-width: 0;
  min-height: 16rem;
  padding: 1.2rem;
  overflow: hidden;
  border-radius: 0.9rem;
  background: #fff;
  box-shadow: 0 0.8rem 1.8rem rgba(93, 73, 26, 0.12);
  text-align: left;
  background: #fff url(../img/bg_01.png) no-repeat top right / auto 100%;
}

.event_calendar_item.item2 {
  background-image: url(../img/bg_02.png);
}

.event_calendar_item.item3 {
  background-image: url(../img/bg_03.png);
}

.event_calendar_item.item4 {
  background-image: url(../img/bg_04.png);
}

.event_calendar_date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 14.4rem;
  border-radius: 0.7rem;
  background: #fde8d5;
  color: #eda66f;
}

.event_calendar_month {
  margin-bottom: 0.3rem;
  font-size: 1.45rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1;
}
/* .event_calendar_month は LP に無いため削除。以下は日付カラム全体の指定 */
.event_calendar_day {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.9rem;
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 1;
}

.event_calendar_day * {
  letter-spacing: 0em !important;
}

/* 各段は「数字＋回転バッジ」の横並び */
.event_calendar_day > span {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.4rem;
  line-height: 1;
}

/* 回転後は width が縦の長さ、padding込みの高さが横幅になる。
   左右にはみ出す分をマイナスマージンで詰めて数字の真横に置く */
.event_calendar_dow {
  width: 3.6rem;
  margin: 0 -1rem;
  padding: 0.25rem 0;
  border-radius: 2rem;
  background: #eda66f;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  transform: rotate(90deg);
}

/* 段間の縦線 */
.event_calendar_day i {
  width: 0.1rem;
  height: 1.6rem;
  margin: 0;
  background: currentColor;
}

/* item3/4: 単独日付。数字を大きくし、バッジは回転せず下に横向き */
.event_calendar_day--single {
  gap: 0;
  font-size: 5.6rem;
}

.event_calendar_day--single > span {
  flex-direction: column;
  gap: 0.3rem;
}

.event_calendar_day--single .event_calendar_dow {
  width: auto;
  margin: 0;
  padding: 0.4rem 2rem 0.3rem;
  font-size: 1.3rem;
  transform: none;
}

.event_calendar_day .time {
  display: block;
  font-size: 2.3rem;
  padding-top: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.05em !important;
}

.event_calendar_body {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  min-width: 0;
  padding-right: 0.2rem;
  text-align: left;
}

.event_calendar_info {
  flex: 1;
  min-width: 0;
}

.event_calendar_title {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.45 !important;
  white-space: normal;
  color: #dc8543;
}

.event_calendar_info--app .event_calendar_title {
  font-size: 1.5rem;
}

.event_calendar_info--app a {
  display: block;
  width: fit-content;
  color: #222;
  margin: 0;
  margin-bottom: 0.4rem;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.7;
  text-decoration: none;
}

.event_calendar_info--app a span {
  margin-left: 0.5rem;
  font-size: 1.9rem;
  font-weight: 400;
  line-height: 0;
}

.event_calendar_icon {
  overflow: hidden;
  position: relative;
  display: flex;
  flex: 0 0 12rem;
  align-items: center;
  justify-content: center;
  height: 12rem;
  margin-right: 0.5rem;
  border-radius: 0.8rem;
  background: #d5d5d5;
  color: #fff;
  font-size: 1.45rem;
  font-weight: 500;
  text-align: center;
}

.event_calendar_icon .project-limited-campaign__zoom {
  position: absolute;
  bottom: 0.5rem;
  right: 0.6rem;
  width: 2.4rem;
  transform: rotate(-45deg);
  border: none;
  background: none;
  cursor: pointer;
}

.event_calendar_icon--green,
.event_calendar_icon--line {
  background: none;
}

.event_calendar_icon--green {
  flex-basis: 7rem;
  height: 7rem;
}

.event_calendar_icon--line {
  flex-basis: 7rem;
  height: 7rem;
}
.event_calendar_text {
  margin: 0.7rem 0 0;
  font-size: 1.15rem;
  font-weight: 500;
  line-height: 1.6 !important;
}

.event_calendar_info--app .event_calendar_text {
  margin-bottom: 0.9rem;
}

.item1 .event_calendar_info,
.item2 .event_calendar_info {
  padding-right: .5rem;
}

.event_calendar_line_btn {
  display: block;
  width: 8.5rem;
  margin: 0.9rem 0 0 auto;
}

.event_calendar_line_btn img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.event_calendar_note {
  display: block;
  margin-top: 2rem;
  color: #606060;
  font-size: 1.2rem;
  line-height: 1.6 !important;
  text-align: left;
}

/* ピックアップアイテム
---------------------------------- */

.special_section02 {
  margin-top: 0 !important;
  padding: 6rem 0 4rem !important;
  background:
    url("../img/img_01.png") 100% 0% / 12rem auto no-repeat,
    url("../img/img_02.png") right 47% / 9rem auto no-repeat,
    url("../img/img_03.png") left 50% / 7rem auto no-repeat !important;
  font-family: var(--font_eng_01) !important;
}

.special_section02 .ttl_section {
  margin-bottom: 3rem;
  font-weight: 600;
  text-align: center;
}

.special_section02 .ttl_section span {
  display: block;
}

.special_section02 .ttl_section .txt_lg {
  margin-bottom: 1rem;
  font-size: 3.7rem;
  font-weight: 700;
}

.special_section02 .ttl_section .txt_sm {
  font-size: 1.6rem;
}

.special_section .coupon_end {
  position: relative;
  z-index: 0;
}

.special_section .coupon_end::before {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(220 133 67 / 0.9);
  content: "ご好評につき、終了しました。";
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  z-index: 2;
}

/*　スペシャルコンテンツ
---------------------------------- */

.special_section03 {
  position: relative;
  z-index: 0;
  background: #F7F7CF;
  padding: 5rem 0 6rem;
  border-bottom: 8px solid #e9e9aa;
  font-family: var(--font_eng_01) !important;
  text-align: center;
}

.special_section03::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background:
    url("../img/bg_maru.svg") no-repeat
      calc(100% + 11rem) calc(100% + 23rem) / 59rem,

    url("../img/bg_maru.svg") no-repeat
      -8rem -20rem / 63rem;
  content: "";
}

.special_section03 .ttl_section {
  margin-bottom: 4rem;
  font-weight: 600;
  text-align: center;
}

.special_section03 .ttl_section span {
  display: block;
}

.special_section03 .ttl_section .txt_lg {
  margin-bottom: 1rem;
  font-size: 4.2rem;
  font-weight: 700;
}

.special_section03 .ttl_section .txt_sm {
  font-size: 1.6rem;
}

.special_section03 .ttl_tag {
  display: inline-block;
  margin: -2rem auto 4.5rem;
  padding: 0.6rem 2rem;
  background: #66B876;
  border-radius: 200px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
}

.special_section03 .contents_list {
  padding: 0;
}

.special_section03 .contents_list ul {
  display: flex;
  gap: 4rem;
}

.special_section03 .contents_list li {
  position: relative;
  overflow: hidden;
  width: calc(50% - 3rem);
  box-shadow: 0 0 1.5rem rgba(93, 73, 26, 0.2);
  border-radius: 0.8rem;
}

.special_section03 .contents_list li.coming_soon::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ccc;
  opacity: 0.9;
  content: "";
}

.special_section03 .contents_list li.coming_soon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 100%;
  height: 100%;
  font-size: 3.4rem;
  font-weight: 500;
  content: "COMING SOON";
  letter-spacing: 0.06em;
}

.special_section03 .contents_list li img {
  width: 100%;
}

#shopTop_BP .top_mainVisual_section {
  padding-top: 5rem;
  padding-bottom: 0;
  background: none !important;
}

/* サンプルセットモーダル
----------------------------------- */
#shopTop_BP .modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100dvh;
  padding: 5rem 2rem;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.7);
}

#shopTop_BP .modal.is-open {
  display: flex;
}

#shopTop_BP .modal--container_inner {
  position: relative;
  width: 50rem;
  max-width: calc(100vw - 4rem);
}

#shopTop_BP .project-modal-sample__body {
  width: 100%;
  max-height: calc(100dvh - 18rem);
  padding: 2rem;
  overflow-x: hidden;
  overflow-y: auto;
  border-radius: 1rem;
  background: #fff;
  color: #222;
  text-align: center;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

#shopTop_BP .project-modal-sample__close {
  position: absolute;
  top: -3.8rem;
  right: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.8rem;
  height: 2.8rem;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
}

#shopTop_BP .project-modal-sample__close img {
  display: block;
  width: 100%;
  height: 100%;
}

#shopTop_BP .project-modal-sample__title {
  margin: 0 0 1.3rem;
  color: #dc8543;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

#shopTop_BP .project-modal-sample__image {
  width: 100%;
  margin: 0;
  overflow: hidden;
  border-radius: 0.6rem;
}

#shopTop_BP .project-modal-sample__image img {
  display: block;
  width: 100%;
  height: auto;
}

#shopTop_BP .project-modal-sample__items_ttl {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  width: 100%;
  margin: 1.8rem 0 0;
  color: #222;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  white-space: nowrap;
}

#shopTop_BP .project-modal-sample__items_ttl::before,
#shopTop_BP .project-modal-sample__items_ttl::after {
  flex: 1 1 auto;
  height: 1px;
  background: #b7b7b7;
  content: "";
}

#shopTop_BP .project-modal-sample__items_blk {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 1.4rem 0 0;
  padding: 0;
  list-style: none;
}

#shopTop_BP .project-modal-sample__items {
  margin: 0;
  color: #222;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.55;
  text-align: left;
}


/*//////////////////////////////////////////////////

　　　　　　　　　　PC ONLY SETTING

//////////////////////////////////////////////////*/

@media (min-width: 769px) {
  #shopTop_CK .special_section .section_ttl .txt_L.txt_eng {
    font-size: 3.4rem;
  }

  .special_section .top_section__inner::after {
    bottom: -12rem;
  }
}


/*//////////////////////////////////////////////////

　　　　　　　　　　SP ONLY SETTING

//////////////////////////////////////////////////*/

@media (max-width: 768px) {

  /* サイトジャックコンテンツエリア
  ---------------------------------- */
  .special_section {
    padding: 2rem 2rem 4rem;
  }

  .special_section .special_contents .ttl_section {
    margin-bottom: 2.5rem;
    font-size: 2.8rem;
  }

  .special_section .special_contents .txt_caption_sub {
    font-size: 1.4rem;
  }

  .special_section .special_contents_inner {
  }

  .special_section .special_banner_area {
    margin-bottom: 3.5rem;
  }

  .special_section .cam_list ul {
    flex-direction: column;
    gap: 2rem;
  }

  .special_section .cam_list .txt_lg {
    font-size: 2.3rem;
  }

  .special_section .special_links ul {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
  }

  .special_section .special_links ul li {
    width: 100%;
  }

  .special_section .special_links a {
    height: 6rem;
    padding: 0 0.4rem;
  }

  .special_section .special_links a .txt_lg {
    font-size: 1.25rem;
    line-height: 1.25 !important;
  }

  .special_section .special_links a .txt_sm {
    padding-top: 0.2rem;
    font-size: 0.8rem;
    line-height: 1.25 !important;
  }

  .special_section .special_links li.links_04 {
    margin-top: 0.8rem;
  }

  .special_section .special_links li.links_04 a {
    height: 6rem;
    gap: 0.4rem;
  }

  .special_section .special_links li.links_04 a .txt_sm {
    margin-bottom: 0.2rem;
    font-size: 1.3rem;
  }

  .special_section .special_links li.links_04 a .txt_lg {
    font-size: 1.5rem;
  }

  .special_section .btn_viewmore_link {
    margin-top: 1.5rem;
    padding-top: 3.2rem;
  }

  .special_section .btn_viewmore_link a {
    width: 36rem;
  }

  .special_section .special_contents {
    margin-bottom: 0;
  }

  .event_calendar {
    margin-top: 4rem;
  }

  .event_calendar .ttl_section {
    margin-bottom: 2.5rem;
    font-size: 2.8rem;
  }

  .event_calendar .ttl_section .txt_ja {
    padding-top: 1rem;
    font-size: 1.7rem;
  }

  .event_calendar .event_calendar_cont {
    width: 100%;
    margin-bottom: 3rem;
  }

  .event_calendar_list {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }

  .event_calendar_item {
    display: grid;
    grid-template-columns: 9.4rem 1fr;
    flex-direction: initial;
    gap: 1.5rem;
    min-height: 9.4rem;
    padding: 1rem;
    border-radius: 0.7rem;
    align-items: center;
  }

  .event_calendar_date {
    height: 9.4rem;
    border-radius: 0.5rem;
  }

  .event_calendar_month {
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
  }

  .event_calendar_day {
    gap: 0.6rem;
    font-size: 3.2rem;
  }

  .event_calendar_day > span {
    gap: 0.3rem;
  }

  .event_calendar_dow {
    width: 2.8rem;
    margin: 0 -0.75rem;
    padding: 0.2rem 0;
    font-size: 0.95rem;
  }

  .event_calendar_day i {
    height: 1.2rem;
  }

  .event_calendar_day--single {
    font-size: 4rem;
  }

  .event_calendar_day--single > span {
    gap: 0.3rem;
  }

  .event_calendar_day--single .event_calendar_dow {
    width: auto;
    margin: 0;
    padding: 0.3rem 1.2rem 0.2rem;
    font-size: 1.1rem;
  }

  .event_calendar_day .time {
    font-size: 2rem;
    padding-top: 0;
  }

  .event_calendar_body {
    flex-direction: row;
    justify-content: space-between;
    gap: 0.8rem;
    padding-right: 0.2rem;
    padding-bottom: 0;
    text-align: left;
  }

  .event_calendar_title {
  }

  .event_calendar_info--app .event_calendar_title {
    margin-bottom: 0;
    font-size: 1.4rem;
  }

  .event_calendar_info--app a {
    margin: 0;
    font-size: 1.1rem;
    line-height: 1.5 !important;
    white-space: nowrap;
  }

  .event_calendar_info--app a span {
    margin-left: 0.2rem;
    font-size: 1.35rem;
  }

  .event_calendar_icon {
    flex-basis: 7.5rem;
    height: 7.5rem;
    margin-right:  0.2rem;
    border-radius: 0.5rem;
    font-size: 1.5rem;
  }

  .event_calendar_icon .project-limited-campaign__zoom {
    bottom: 0.6rem;
    right: 0.6rem;
    width: 1.6rem;
    cursor: pointer;
  }

  .event_calendar_icon--green,
  .event_calendar_icon--line {
    flex-basis: 5rem;
    height: 5rem;
  }
  .event_calendar_item {
    min-height: 11rem;
  }

  .event_calendar_dow {
    margin-top: 0.5rem;
    font-size: 1rem;
  }

  .event_calendar_text {
    margin-top: 0.6rem;
    font-size: 1.05rem;
    line-height: 1.5 !important;
    letter-spacing: -0.02rem !important;
  }

  .event_calendar_info--app .event_calendar_text {
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
  }

 .item1 .event_calendar_info,
  .item2 .event_calendar_info {
    padding-right: 0;
  }

  .event_calendar_line_btn {
    width: 7.5rem;
    margin-top: 0.5rem;
    margin-bottom: 0.4rem;
  }


  /* ピックアップアイテム
  ---------------------------------- */

  .special_section02 {
    margin-top: 0 !important;
    padding: 5rem 0 0 !important;
    background:url("../img/img_01.png") 100% 0% / 7rem auto no-repeat,
      url("../img/img_02.png") right 100% / 7rem auto no-repeat,
      url("../img/img_03.png") left 17% / 5rem auto no-repeat !important;
    font-family: var(--font_eng_01) !important;
  }

  #shopTop_BP .special_section02 .top_section__inner {
    padding-bottom: 3rem;
  }

  .special_section02 .ttl_section {
    margin-bottom: 3rem;
  }

  .special_section02 .ttl_section .txt_lg {
    margin-bottom: 1rem;
    font-size: 2.4rem;
  }

  .special_section02 .ttl_section .txt_sm {
    font-size: 1.3rem;
  }

  /*　スペシャルコンテンツ
  ---------------------------------- */

  .special_section03 {
    padding: 4rem 0 4rem;
    border-bottom-width: 0.6rem;
  }

  .special_section03::before {
    background-size: 25rem, 36rem;
    background-position:
      left -5rem top -8rem,
      right -19rem bottom -18rem;
  }

  .special_section03 .ttl_section {
    margin-bottom: 3rem;
  }

  .special_section03 .ttl_section .txt_lg {
    margin-bottom: 1rem;
    font-size: 3rem;
  }

  .special_section03 .ttl_section .txt_sm {
    font-size: 1.3rem;
  }

  .special_section03 .ttl_tag {
    margin-bottom: 3rem;
    padding: 0.7rem 2rem 0.6rem;
    font-size: 1.3rem;
  }

  .special_section03 .contents_list {
    padding: 0 2rem;
  }

  .special_section03 .contents_list ul {
    flex-direction: column;
    gap: 2rem;
  }

  .special_section03 .contents_list li {
    /*width: calc(50% - 1rem);*/
    width: 100%;
  }

  .special_section03 .contents_list li.coming_soon::after {
    font-size: 1.8rem;
  }

  #shopTop_BP .top_mainVisual_section {
    padding-top: 4rem;
    padding-bottom: 0;
  }

  /* サンプルセットモーダル
  ----------------------------------- */

  #shopTop_BP .project-modal-sample__close {
    top: -3rem;
    width: 2rem;
    height: 2rem;
  }

  #shopTop_BP .project-modal-sample__title {
    margin-bottom: 1rem;
    font-size: 1.6rem;
  }

  #shopTop_BP .project-modal-sample__items_ttl {
    font-size: 1.3rem;
  }

  #shopTop_BP .project-modal-sample__items {
    font-size: 1.15rem;
    font-weight: normal;
  }


}
