@charset "UTF-8";

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

  曜日別特価 LP — PC共通スタイル（2026/06/22リニューアル版）

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


/* SP専用要素をPCでは非表示 **********/
.SpOnly{
  display: none;
}

/* パンくずリストの左インデント調整 */
.BreadCrumb--Adjustment{
  padding: 0 0 0.8rem 0.8rem;
}


/* MV **********/

.SaledayMv {
  background: #fdfadd;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}

.SaledayMv__Inner {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px 24px;
  box-sizing: border-box;
  min-height: 180px;
  padding: 24px;
  min-width: 1100px;
  max-width: 1100px;
  margin: 0 auto;
}

/* MV左部分 *****/

.SaledayMv__Left {
  flex: 0 1 407px;
  min-width: 0;
  max-width: 100%;
  text-align: center;
}

.SaledayMv__Head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.SaledayMv__Title {
  padding: 0 0 8px;
  margin: 0 0 24px;
  font-size: 4.2rem;
  font-weight: bold;
  line-height: 1.1;
  color: #333;
  letter-spacing: 0.07em;
  text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff, 2px 0 0 #fff;
  background: url(//jp.images-monotaro.com/main/news/saleday/img/saleday-mv-titleunder.png) no-repeat left bottom;
}

.SaledayMv__TitleEmphasis {
  color: #d51b28;
}

.SaledayMv__TitleSmall {
  font-size: 3.2rem;
}

.SaledayMv__Lead {
  margin: 0;
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #333;
}

.SaledayMv__LeadGroup {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}


/* カート画像 *****/

.SaledayMv__Cart {
  position: absolute;
  bottom: 24px;
  right: 24px;
  width: 104px;
  height: auto;
}


/* MV右部分 *****/

.SaledayMv__Right {
  margin: 0 128px 0 0;
}

.SaledayMv__Cards {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  flex: 0 0 auto;
  align-items: stretch;
  justify-content: center;
  gap: 16px;
  min-width: 0;
}

.SaledayMvCard {
  box-sizing: border-box;
  flex: 0 0 224px;
  width: 224px;
  min-height: 140px;
  padding: 16px;
  background: #fff;
  border-radius: 8px;
}

.SaledayMvCard__Head {
  margin: 0 0 16px;
  padding-bottom: 4px;
  border-bottom: 2px dashed #999;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 2.2rem;
}

.SaledayMvCard__Body {
  display: flex;
  gap: 6px;
  align-items: flex-start;
  position: relative;
  min-height: 58px;
}

.SaledayMvCard__Catch {
  margin: 0 0 8px;
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 2.4rem;
  color: #d51b28;
}
.SaledayMvCard__Catch--Weekend {
  margin: 8px 0 0;
  width: calc(100% - 80px);
  word-break: break-all;
}

.SaledayMvCard__Sub {
  margin: 0;
  font-size: 1.3rem;
  line-height: 1.6rem;
}

.SaledayMvCard__SubLine {
  display: inline;
}

.SaledayMvCard__Icon {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 64px;
  height: auto;
  object-fit: contain;
}
.SaledayMvCard__Icon--Campaign {
  width: 80px;
}


/* メインコンテンツエリア（タブ・商品一覧） **********/

.SaledayArticle {
  width: 100%;
  max-width: 100%;
  margin: 32px 0 0;
}


/* 本日の特価 *****/

.TodayRibbon {
  grid-row: 1;
  justify-self: center;
  align-self: end;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 170px;
  margin: 0 0 4px;
  pointer-events: none;
}

.TodayRibbon__Label {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 170px;
  min-height: 23px;
  margin: 0;
  padding: 0 8px;
  background: #d51b28;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 2.2rem;
  color: #fff;
  white-space: nowrap;
}

.TodayRibbon__Caret {
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 15px solid #d51b28;
}


/* 曜日タブ  **********/

.DaySection {
  margin-bottom: 0;
  max-width: 100%;
}

.DaySection__Grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: auto auto;
  align-items: end;
  width: 100%;
  max-width: 100%;
  column-gap: 12px;
}

/* display:contents でグリッドの透過ラッパーとして機能。DayTab が直接グリッドセルとして配置される */
.DayStrip {
  display: contents;
}


/* 各曜日タブ *****/

.DayTab {
  grid-row: 2;
  align-self: end;
  width: 100%;
  max-width: none;
  justify-self: stretch;
  padding: 0;
  border: none;
  border-radius: 8px 8px 0 0;
  background: transparent;
  color: #fff;
  font: inherit;
  text-align: center;
  cursor: pointer;
  appearance: none;
}

.DayTab[data-day="mon"] {
  grid-column: 1;
}
.DayTab[data-day="tue"] {
  grid-column: 2;
}
.DayTab[data-day="wed"] {
  grid-column: 3;
}
.DayTab[data-day="thu"] {
  grid-column: 4;
}
.DayTab[data-day="fri"] {
  grid-column: 5;
}
.DayTab[data-day="hol"] {
  grid-column: 6;
}

.DayTab--Active::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  margin-top: -4px;
  border-radius: 0 0 2px 2px;
}

.DayTab--Active[data-day="mon"]::after {
  background: #2461d1;
}
.DayTab--Active[data-day="tue"]::after {
  background: #e55f05;
}
.DayTab--Active[data-day="wed"]::after {
  background-color: #d92e7e;
}
.DayTab--Active[data-day="thu"]::after {
  background-color: #8f1876;
}
.DayTab--Active[data-day="fri"]::after {
  background: #3f8906;
}
.DayTab--Active[data-day="hol"]::after {
  background: #099;
}

.DayTab__Inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 8px 8px 0 0;
}

[data-day="mon"] .DayTab__Inner {
  background: #2461d1;
}
[data-day="tue"] .DayTab__Inner {
  background: #e55f05;
}
[data-day="wed"] .DayTab__Inner {
  background-color: #d92e7e;
}
[data-day="thu"] .DayTab__Inner {
  background-color: #8f1876;
}
[data-day="fri"] .DayTab__Inner {
  background: #3f8906;
}
[data-day="hol"] .DayTab__Inner {
  background: #099;
}

.DayTab--Active .DayTab__Inner {
  box-sizing: border-box;
  height: 15.4rem;
  padding: 16px 8px 24px;
  gap: 8px;
}

.DayTab:not(.DayTab--Active) .DayTab__Inner {
  box-sizing: border-box;
  height: 12.6rem;
  padding: 16px 8px;
  gap: 4px;
}

.DayTab__Top {
  display: flex;
  align-items: center;
  gap: 16px;
}

/* 各曜日 */

.DayTab__Badge {
  position: relative;
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: #fff;
}

.DayTab__Week {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #333;
  font-size: 3.2rem;
  line-height: 3.3rem;
}

.DayTab__Week--Weekend {
  flex-direction: column;
  font-size: 1.8rem;
  line-height: 1.9rem;
}

/* 曜日画像 */
.DayTab__Icon {
  width: 64px;
  height: 51px;
  object-fit: contain;
}

/* 曜日説明大文字 */
.DayTab__Title {
  margin: 0;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2rem;
}

[data-day="hol"] .DayTab__Title {
  font-size: 1.4rem;
  line-height: 2.2rem;
}

/* 曜日説明小文字 */
.DayTab__Sub {
  margin: 0;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.9rem;
}
.DayTab__Sub--Weekend {
  font-size: 1.4rem;
}


/* 曜日タブ切り替え：JavaScriptが hidden 属性を付与/除去してパネルを表示制御する */
.ProductArea[hidden],
.WeekendPanel[hidden] {
  display: none !important;
}

.ProductArea:not([hidden]),
.WeekendPanel:not([hidden]) {
  display: block;
}


/* 土日祝 **********/

.WeekendPanel {
  box-sizing: border-box;
  min-width: 950px;
  padding: 16px;
  background: #fff;
  border: 8px solid #099;
}

.WeekendCampaign {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  padding: 0 0 8px;
  border: none;
  background: transparent;
}


/* 緑ラインの上まで *****/

.WeekendCampaign__Intro {
  position: relative;
  display: inline-block;
  margin: 0 0 40px;
  padding: 0 0 24px;
  border-bottom: solid 2px #099;
  box-sizing: border-box;
  align-items: center;
  width: 100%;
}
.WeekendCampaign__Intro::before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #fff;
  z-index: 2;
}
.WeekendCampaign__Intro::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -18px;
  border: 15px solid transparent;
  border-top: 15px solid #099;
  z-index: 1;
}

/* 冒頭のコメント */

.WeekendCampaign__Bar {
  padding: 8px 16px;
  background: #099;
  box-sizing: border-box;
  margin: 0 0 32px;
  width: 100%;
}

.WeekendCampaign__BarText {
  margin: 0;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 3.3rem;
  text-align: center;
  color: #fff;
}

/* キャンペーンコード */

.WeekendCampaign__CodeBlock {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

/* 対象商品を見る */

.Button--WeekendCampaign{
  width: 90%;
  max-width: 800px;
  margin: 40px auto 0;
}

/* キャンペーンコード（スタイルガイド上書き） */

.SpecialPriceInformation__CodeMessage--Saleday {
  font-weight: normal;
  font-size: 2.2rem;
  line-height: 2.3rem;
}

.SpecialPriceInformation__CodeInfo--Saleday {
  height: 4rem;
  padding: 0 16px;
  font-weight: bold;
  line-height: 2;
}

.SpecialPriceInformation--TextStrong {
  color: #ab1620;
}

/* ※ご注文の際にご入力ください */

.WeekendCampaign__CodeNote {
  margin: 0;
  font-size: 1.5rem;
  line-height: 2.2rem;
  text-align: center;
  color: #333;
}


/* モノタロウブランド商品が10％OFF～説明 **********/

.WeekendCampaignPromo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

/* モノタロウブランド商品が10％OFF *****/

.WeekendCampaignPromo__Left {
  text-align: center;
}

.WeekendCampaignPromo__Line {
  margin: 0 0 24px;
  font-size: 3rem;
  font-weight: bold;
  line-height: 3.3rem;
  color: #333;
}

.WeekendCampaignPromo__Point {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  gap: 0 0.8rem;
  margin: 0;
  font-weight: bold;
  color: #d51b28;
}

.WeekendCampaignPromo__All {
  font-size: 4rem;
  line-height: 3.3rem;
}

.WeekendCampaignPromo__Number {
  font-size: 9.6rem;
  line-height: 0.9;
}

.WeekendCampaignPromo__Off {
  font-size: 4rem;
  line-height: 3.3rem;
}

.WeekendCampaignPromo__OffLine {
  display: inline;
}

.WeekendCampaignPromo__Last {
  font-size: 2.2rem;
  line-height: 3.3rem;
  color: #333;
}


/* 説明 *****/

.WeekendCampaignPromo__Right {
  max-width: 42rem;
  font-size: 1.5rem;
  color: #333;
}

.WeekendCampaignPromo__Legal {
  margin: 0 0 16px;
}

/* 注意 */

.WeekendCampaign__Note {
  margin: 0;
  padding-left: 0;
  list-style: none;
  font-size: 1.3rem;
  line-height: 1.9rem;
}

.WeekendCampaign__NoteItem {
  margin: 0;
}

.WeekendCampaign__NoteItem::before {
  content: "・";
}


/* 商品情報（曜日ごと） **********/

.ProductArea {
  box-sizing: border-box;
  padding: 32px 24px;
  background: #fff;
  border: 8px solid #d92e7e;
}

.ProductArea[data-day="mon"] {
  border-color: #2461d1;
}

.ProductArea[data-day="tue"] {
  border-color: #e55f05;
}

.ProductArea[data-day="wed"] {
  border-color: #d92e7e;
}

.ProductArea[data-day="thu"] {
  border-color: #8f1876;
}

.ProductArea[data-day="fri"] {
  border-color: #3f8906;
}

.ProductAreaList {
  display: flex;
  flex-direction: column;
  gap: 56px;
  margin: 0;
  padding: 0;
  list-style: none;
}


/* 1商品ごとの情報 **********/

.ProductItem {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 100%;
  min-width: 0;
}


/* テーブルの上の部分 *****/

.ProductUpper {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

/* 商品情報（画像） */
.ProductUpper__ImageWrap {
  flex: 0 0 152px;
  width: 152px;
  height: 152px;
  padding: 8px;
  border: 0.6px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ProductUpper__Image {
  width: 136px;
  height: 136px;
}

/* 商品情報（テキスト） */

.ProductUpper__Info {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ProductUpper__Brand {
  width: 100px;
  height: auto;
}

.ProductUpper__Title {
  margin: 0;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 3.3rem;
  color: #333;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.ProductUpper__Lead {
  margin: 0;
  font-size: 1.5rem;
  line-height: 2.2rem;
}


/* 商品情報（属性） */

.ProductMeta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.ProductMeta__Item {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 1.3rem;
  line-height: 1.9rem;
}

.ProductMeta__Label {
  padding: 2.5px 6px;
  background: #fafafa;
  border: 1px solid #e6e6e6;
}


/* 商品情報テーブル **********/

.ProductTable {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
}

.Table--ProductTable {
  width: 100%;
  min-width: 1000px;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 1.3rem;
  line-height: 1.9rem;
}


/* 列幅：合計100%（注文コード/サイズ/内容量/通常価格/特価(税別)/特価(税込)/数量） *****/

.Table--ProductTable .Table__HeadCell:nth-child(1) { width: 10%; } /* 注文コード */
.Table--ProductTable .Table__HeadCell:nth-child(2) { width: 10%; } 
.Table--ProductTable .Table__HeadCell:nth-child(3) { width: 10%; } 
.Table--ProductTable .Table__HeadCell:nth-child(4) { width: 10%; } 
.Table--ProductTable .Table__HeadCell:nth-child(5) { width: 10%; } 
.Table--ProductTable .Table__HeadCell:nth-child(6) { width: 20%; } 
.Table--ProductTable .Table__HeadCell:nth-child(7) { width: 30%; } 

/* 外寸列を持つテーブルの列幅調整 */

.ProductTable--WithSize .Table__HeadCell:nth-child(2) {
  width: 14%;
}
.ProductTable--WithSize .Table__HeadCell:nth-child(3) {
  width: 10%;
}
/* Table--ProductTable が table.bt クラスを付与された場合に ::before が挿入されるのを防ぐ */

.Table--ProductTable .Table__TbodyCell::before {
  content: none;
}


/* 通常価格(税別) */

.ProductTable__PriceRegular {
  text-decoration: line-through;
}

/* 特価(税別) */

.ProductTable__PriceSale {
  margin: 0;
  font-weight: bold;
  color: #d51b28;
  white-space: normal;
}

.ProductTable__PriceSaleYen {
  font-size: 1.3rem;
  line-height: 1.9rem;
}

.ProductTable__PriceSaleNumber {
  font-size: 1.9rem;
  line-height: 2.4rem;
}

/* 数量入力行：テキストボックスとカートボタンを横並び・折り返し可 */
.ProductTable__QuantityRow {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 100%;
}

.ProductTable__QuantityInput {
  width: 62px;
  padding: 8.5px 7px;
  border: 1px solid #999;
  font: inherit;
  font-size: 1.5rem;
  vertical-align: top;
  margin: 0;
}


/* 注意以下 **********/

.SaledayBottom {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
  max-width: 816px;
  margin: 48px auto 0;
}


/* カテゴリ全品ページへ（スタイルガイド上書き） *****/

.Button--ToCalendar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 53px;
  padding: 8px 16px;
  border: 1px solid #b3b3b3;
  border-radius: 4px;
  background: #f1f1f1;
  box-shadow: 0 1px 0 #b3b3b3;
  font: inherit;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 2.2rem;
  text-align: center;
  color: #333;
  cursor: pointer;
}


/* ProductAreaList：2200px以上では2カラムグリッドに切り替え（超大型モニター対応） **********/

@media (min-width: 2200px) {
  .ProductAreaList {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 56px 40px;
  }
}
