@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
/* ========================================================= RESET / BASE */
@media screen and (max-width: 767px) {
  .pcOnly {
    display: none !important;
  }

  .spOnly {
    display: block;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

body {
  font-family: 'Noto Sans JP', 'Noto Sans', 'Gill Sans MT', Calibri, sans-serif;
  font-size: 3.2vw;
  color: #1a1a1a;
  margin: 0;
  padding: 0;
  position: relative;
  font-feature-settings: "pwid";
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

video {
  height: 100vh;
  width: 100%;
  margin: 0 auto;
  object-fit: cover;
}

/* popup overlay */
#popupOverlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 19;
}

#popupOverlay.active {
  display: block;
}

/* popup */
.popup {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #FFF;
  color: #000;
  box-shadow: none;
  z-index: 20;
  transform: translateY(100%);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 75.13vw;
  height: min(170vw, 90vh);
  overflow-y: auto;
  margin: auto;
}

.popup>div {

  padding: 12.49vw 13.85vw 0;

}

.popup.active {
  transform: translateY(0);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
  display: block;
}

.popup i.closeTabId {
  background-color: #000;
  position: absolute;
  top: 0;
  right: 0;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 10.51vw;
  height: 10.51vw;
  width: 10vw;
  height: 10vw;
  font-style: normal;
  color: #FFF;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  cursor: pointer;
  font-size: 8vw;
}

.popup img {
  display: block;
  width: auto;
  margin: auto;
  max-height: 50vw;
}

#mapWrap .popup img {
  width: 100%;
  height: auto;
  margin-bottom: 10vw;
}

.popup .popupTtl {
  font-family: 'Oswald', sans-serif;
  width: 100%;
  padding: 0 0 5.38vw;
  font-size: 5.13vw;
  line-height: 7.44vw;
  text-align: center;
}

.popup p {
  font-size: 3.65vw;
  line-height: 6.41vw;
}

.popup p.productName {
  font-weight: 200;
  font-size: 3.2vw;
}

.popup p.popupName {
  border-bottom: 1px solid;
  border-image: linear-gradient(to right, transparent 30%, rgba(0, 0, 0, 1) 30%, rgba(0, 0, 0, 1) 70%, transparent 70%);
  border-image-slice: 1;
  padding-bottom: 5vw;
  margin-bottom: 5vw;
  text-align: center;
}

.popupDesc {
  padding: 0 0 6.15vw;
}

/* リストに保存ボタン */
.saveToListBtn {
  display: block;
  width: 100%;
  padding: 3.2vw 0;
  border-radius: 5px;
  background-color: #000;
  font-size: 3.65vw;
  color: #fff;
  cursor: pointer;
  margin-bottom: 6.15vw;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.saveToListBtn img {
  margin: 0 4vw 0 0;
}

.saveToListBtn.saved {
  background: #1a1a1a;
  color: #fff;
}

.popupBtn {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.popupBtn a {
  padding: 3vw;
  text-align: center;
  width: 100%;
  color: #FFF;
}

.popupBtn a:last-child {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #969181;
  height: 11.67vw;
  border-radius: 5px;
  font-size: 3.65vw;
}

.close {
  position: absolute;
  display: block;
  width: 5.13vw;
  height: 5.13vw;
  z-index: 5;
  opacity: 1;
  right: 2vw;
  top: 7vw;
}

.close i,
.close b {
  width: 72%;
  height: 2px;
  background: #FFF;
  display: block;
  position: absolute;
  top: 50%;
  left: 14%;
  margin-top: -1px;
}

.close i {
  transform: rotate(45deg);
}

.close b {
  transform: rotate(-45deg);
}

/* ========================================================= HEADER */
header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  padding: 8.46vw 9.49vw;
}

.headerLogo img {
  width: 35.38vw;
  height: auto;
  filter: brightness(0) invert(1);
}

/* ========================================================= FV */
#fv {
  position: relative;
  width: 100%;
  height: 100svh;
  overflow: hidden;
  background-color: #0d0d0d;
  z-index: 60;
}

.fvBg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.fvBg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.65;
}

/* テキストブロック：FV左下に絶対配置 */
.fvText {
  position: absolute;
  width: 81.54vw;
  bottom: 6svh;
  left: 9.49vw;
  z-index: 2;
  color: #fff;
}

.fvSeason {
  font-family: 'Oswald', sans-serif;
  font-weight: 200;
  font-size: 9.57vw;
  text-align-last: justify;
  margin: 0 0 1.6vw;
  line-height: 1;
  letter-spacing: 7%;
  text-transform: uppercase;
}

.fvStyle {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 22.4vw;
  line-height: 26vw;
  letter-spacing: 1vw;
  margin: 0;
  display: block;
}

/* WARM / ACTIVE：STYLEの右端あたりからズレて配置 */
.fvLabels {
  position: absolute;
  right: 1vw;
  top: min(16vw, 29svh);
  width: 16.75vw;
  display: flex;
  flex-flow: column;
  gap: 1.7vw;
  padding-bottom: 4.87vw;
  margin: 0;
  align-items: baseline;
  border-bottom: 1px solid #fff;
}

.fvWarm {
  font-family: 'Oswald', sans-serif;
  font-weight: 00;
  font-size: 6.44vw;
  letter-spacing: 0.08em;
  line-height: 1;
}

.fvActive {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 6.2vw;
  letter-spacing: .1vw;
  line-height: 1;
}

.fvLayering {
  font-family: 'Oswald', sans-serif;
  font-weight: 200;
  font-size: 22.4vw;
  line-height: 24vw;
  text-align-last: justify;
  letter-spacing: .8vw;
  margin: 0;
  display: block;
  color: #fff;
}

/* 右側の縦書きテキスト */
.fvVertical {
  position: absolute;
  top: 50%;
  right: 3.5vw;
  transform: translateY(-50%);
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 2.1vw;
  font-weight: 100;
  color: #fff;
  letter-spacing: 0.2em;
  line-height: 1.6;
  z-index: 3;
}



/* ========================================================= SECTION LABEL (縦ラベル) */
.sectionLabel {
  position: relative;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  /* border-right: 0.1vw solid #ccc; */
  z-index: 2;
}

.sectionLabel span {
  display: inline;
  text-orientation: mixed;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 5.41vw;
  letter-spacing: 0.6vw;
  white-space: nowrap;
  padding: 0 0 13.08vw;
}

.select02Content .sectionLabel span {
  padding: 0;
}

#introduction .sectionLabel span {
  padding: 0 0 4.08vw;
}




/* ========================================================= INTRODUCTION */
#introduction {
  position: relative;
  padding: 11.3vw 15.64vw 13.3vw 15.64vw;
  overflow: hidden;
}

.introInner {
  display: flex;
  flex-direction: column;
  gap: 6vw;
  margin-top: 7vw;
}

.introBody {
  flex: 1;
  letter-spacing: .3vw;
  font-weight: 300;
}

.introText {
  font-size: 3.7vw;
  line-height: 7.69vw;
  font-weight: 300;
  margin: 0;
}

.introIcons {
  display: flex;
  justify-content: center;
  gap: 5.3vw;
  align-items: center;
}


.introPhoto img {
  width: 80.77vw;
  height: auto;
  max-width: none;
  margin-left: -4vw;
}

/* ========================================================= KNOWLEDGE */
#knowledge {
  position: relative;
  padding: 13.3vw 0 0 0;

}

#knowledge .sectionLabel span {
  padding: 0;

}

.knowledgeHead .sectionLabel {
  margin-bottom: 13.5vw;
  border: none;
}

.knowledgeHead {
  height: 123.08vw;
  padding: 15.8vw 15.64vw 0;
  background-image: url(../img/knowledgeBg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #FFF;
}

.knowledgeTitle {
  font-size: 6.15vw;
  line-height: 10.26vw;
  text-align: center;
  font-weight: 500;
  margin: 0 0 0;
  letter-spacing: 0.05em;
}

.knowledgeLead {
  font-size: 3.75vw;
  line-height: 7.69vw;
  margin: 4vw 0 0;
  font-weight: 300;
}

/* .knowledgeInner #layeringImage {
  overflow-x: scroll;
} */

/* knowledgeContentWrap：開閉 */
.knowledgeContentWrap {
  max-height: 75.9vw;
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
  transition: max-height 0.5s ease;
  overflow-x: scroll;
  padding: 9.4vw 0 0;
  scrollbar-width: none;
  -ms-overflow-style: none;
  cursor: grab;
  user-select: none;

}

.knowledgeContentWrap.dragging {
  cursor: grabbing;
}

.knowledgeContentWrap::-webkit-scrollbar {
  display: none;
}

.knowledgeContentWrap::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30vw;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
  pointer-events: none;
  transition: opacity 0.3s;
  width: 187vw;
  z-index: 5;
}

.knowledgeContentWrap.open {
  max-height: 9999vw;
}

.knowledgeContentWrap.open::after {
  opacity: 0;
}

.knowledgeContentWrap.open+.knowledgeClose {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
  margin-top: 0;
}

.knowledgeContentWrap.open+.knowledgeClose .knowledgeCloseBtn {
  color: #000;
}

/* タブナビ */
.knowledgeTab {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0;
}

.knowledgeTab li {
  flex: 1;
  text-align: center;
  padding: 2.7vw 1.6vw;
  font-size: 4.3vw;
  /* line-height: 7.69vw; */
  cursor: pointer;
  background-color: #F1F1F1;
  /* border-bottom: 0.3vw solid transparent; */
  transition: color 0.2s, border-color 0.2s;
  line-height: 1.2;
}

.knowledgeTab li.active {
  background-color: #fff;
  border-bottom: 2px solid;
  border-image: linear-gradient(to right, transparent 30%, rgba(0, 0, 0, 1) 30%, rgba(0, 0, 0, 1) 70%, transparent 70%);
  border-image-slice: 1;
}

.knowledgeTab li span {
  font-size: 85%;
}

/* タブコンテンツ */
.tabContent {
  display: none;
}

.tabContent.active {
  display: block;
}

#layeringImage {
  width: 190.62vw;
  margin-right: 5vw;
}

/* レイヤリング比較ヘッダー */
.layeringCompare {
  display: flex;
  justify-content: space-between;
  /* margin-bottom: 5.3vw; */
  margin-left: 15.64vw;
}

.layeringCompareWarm,
.layeringCompareActive {
  padding: 0;
  width: auto;
}

.layeringCompareDesc {
  font-size: 3.08vw;
  letter-spacing: .2vw;
  line-height: 1.5;
}

.layeringCompareName {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 3.1vw;
  margin: 0;
  padding-bottom: 1.1vw;
}

.warmLabel {
  display: inline-block;
}

.activeLabel {
  display: inline-block;
}

/* 商品リスト画像 */
.knowledgeInner>.layeringImageWrap:first-of-type,
.tabContent>.layeringImageWrap:first-of-type {
  margin: 0;
}

.layeringImageWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* height: 1.03vw; */
  margin-left: 15.64vw;
}

#layeringMapping {
  width: 184.62vw;
}

.layeringImageWrap img {
  display: block;
  width: 100%;
  height: 1.03vw;
}


/* 商品セクション */
.productSection {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.layerRow {
  display: flex;
  align-items: flex-start;
  padding: 0;
  gap: 3.2vw;
}

.layerRow:first-child {
  border-top: none;
}

.layerLabel {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 6.15vw;
  margin: 0 1.79vw 0 7.69vw;
  padding-top: 2.82vw;
  flex-shrink: 0;
  gap: 1.6vw;

}


.layerIconWrap {
  display: none;
  /* width: 8.5vw;
  height: 8.5vw;
  display: flex;
  align-items: center;
  justify-content: center; */
}

.layerIconWrap img {
  width: 100%;
  height: auto;
}

.layerNameWrap {
  display: flex;
  align-items: center;
  font-family: 'Oswald', sans-serif;
  writing-mode: vertical-lr;
  font-weight: 400;
  font-size: 3.62vw;
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-align: center;
  padding-right: 8vw;
  gap: 2vw;
}

.layerNameWrap em {
  font-style: normal;
  font-size: 3.2vw;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  margin-top: 0.5vw;
  color: #666;
}

/* 2列比較グリッド */
.productGrid.twoCol {
  width: 100%;
  /* flex: 1; */
  display: flex;
  padding: 8.21vw 0;
  justify-content: start;
}

.productColWarm,
.productColActive {
  width: 31.24vw;
  /* flex: 1; */
  display: flex;
  flex-wrap: wrap;
  gap: 2.1vw;
  align-content: flex-start;
}

/* 1列グリッド */
.productGrid.singleCol {
  flex: 1;
  display: flex;
  flex-flow: column;
  flex-wrap: wrap;
  gap: 2.1vw;
  align-content: flex-start;
}

/* 商品カード */
.productCard {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  height: auto;
}

.productColActive .productCard {
  width: auto;
}

.productImgWrap {
  aspect-ratio: 1;
  overflow: hidden;
  margin-bottom: 1.6vw;
  width: 15.64vw;
  display: flex;
  justify-content: center;
  align-items: start;
  cursor: pointer;
}

.productImgWrap img {
  min-width: 16.09vw;
  height: 100%;
  max-width: 70%;
  max-height: 47vw;
  object-fit: cover;
}

.productCode {
  font-family: 'Oswald', sans-serif;
  font-size: 4.1vw;
  text-align: center;
  font-weight: 400;
  margin: 0 0 3.08vw;
  color: #1a1a1a;
  cursor: pointer;
}

.productName {
  display: none;
  /* font-size: 2.4vw;
  line-height: 1.5;
  margin: 0 0 1.6vw;
  color: #333;
  flex: 1; */
}

.readMore {
  display: inline-block;
  font-size: 3.21vw;
  width: 15.12vw;
  height: 5.09vw;
  border-radius: 5px;
  background-color: #969181;
  color: #fff;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  text-align: center;
  /* transition: background 0.2s, color 0.2s; */
  cursor: pointer;
  align-self: flex-start;
}

.readMore:hover {
  background-color: #1a1a1a;
  color: #fff;
}

/* レイヤー別 readMore 色 */
.outer-layer .readMore {
  background-color: #969181;
}

.midler-layer .readMore {
  background-color: #A9B7A9;
}

.inner-layer .readMore {
  background-color: #A3A3A3;
}

/* 閉じるボタン */
.knowledgeClose {
  text-align: left;
  background-color: #000;
  color: #fff;
  width: 68.97vw;
  height: 15.38vw;
  margin: -7vw auto 0;
  border-radius: 5px;
  border: 1px solid transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 6;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}

.knowledgeCloseBtn {
  background: none;
  border: none;
  font-size: 3.65vw;
  color: #fff;
  cursor: pointer;
  text-align: left;
  padding: 0 4.1vw;
  display: flex;
  align-items: center;
  gap: 1.1vw;

}

.knowledgeCloseBtnIcon {
  font-size: 9.1vw;
  line-height: 1;
  font-weight: 300;
}

/* ========================================================= SELECT01 */
#select01 {
  position: relative;
  padding: 13.3vw 0 13.3vw 0;
}


.select01Inner {
  display: flex;
  flex-wrap: wrap;
}

.select01Lead {
  width: 100%;
}

.select01Lead {
  font-size: 3.65vw;
  line-height: 7.69vw;
  color: #333;
  letter-spacing: .2vw;
  margin: 0 0 11.4vw;
  padding: 0 15.64vw;
}

.select01Cards {
  display: flex;
}

/* select01CardArea: タブli + selectCardContent の共通背景エリア */
.select01CardArea {
  position: relative;
  background-size: cover;
  background-position: center;
  transition: background-image 0.3s;
}

/* WARM タブ選択時の背景 */
.select01CardArea.bg-warm {
  background-image: url(../img/selectWarmSp.png);
}

/* ACTIVE タブ選択時の背景 */
.select01CardArea.bg-active {
  background-image: url(../img/selectActiveSp.png);
}

.select01CardArea .tab.select01Tab {
  display: flex;
  justify-content: space-between;
}

.select01CardArea .tab.select01Tab li {
  display: flex;
  flex-flow: column;
  font-family: 'Oswald', sans-serif;
  font-size: 9.49vw;
  font-weight: 100;
  background-color: #fff;
  color: #000;
  flex: 1;
  height: 28.72vw;
  text-align: center;
  justify-content: center;
  align-items: center;
  letter-spacing: 4%;
}

.select01CardArea .tab.select01Tab li p {
  border-bottom: 1px solid;
  border-image: linear-gradient(to right, transparent 5%, rgba(255, 255, 255, 1) 5%, rgba(255, 255, 255, 1) 100%, transparent 100%);
  border-image-slice: 1;
  font-size: 8.5vw;
}

.select01CardArea .tab.select01Tab li span {
  font-size: 6.1vw;
  padding-bottom: 2vw;
  display: block;
}

.select01CardArea .tab.select01Tab li:first-child span {
  letter-spacing: -1%;
}

.select01CardArea .tab.select01Tab li.active {
  background-color: transparent;
  color: #fff;
}

.selectCard {
  flex: 1;
  position: relative;
  overflow: hidden;
  cursor: default;
  display: block;
  min-height: 117.44vw;
  pointer-events: none;
}

.selectCardBg {
  position: absolute;
  inset: 0;
}

.selectCardBg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: #2a3040;
}



.selectCardContent {
  position: relative;
  z-index: 1;
  padding: 14.3vw 4vw 0;
  color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.selectTypeName {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 6.4vw;
  line-height: 1;
  margin: 0 0 1.6vw;
  letter-spacing: 0.05em;
}

.selectTypeSubtitle {
  writing-mode: vertical-rl;
  font-size: 3.65vw;
  line-height: 7.69vw;
  margin: 0 0 4.3vw;
  display: flex;
  align-items: center;
  letter-spacing: 11%;
}

.selectTypeCopy {
  background-image: url(../img/bgKakko.png);
  background-size: 59.36vw auto;
  background-repeat: no-repeat;
  background-position: center 4vw;
  text-align: center;
  font-size: 4.87vw;
  line-height: 6.41vw;
  letter-spacing: .2vw;
  font-weight: 300;
  padding: 8.2vw 0 4.7vw;
}

.selectTypeDesc {
  text-align: left;
  font-size: 3.65vw;
  line-height: 1.7;
  margin: 4.5vw auto 5.2vw;
  padding: 0 0 4vw;
  width: 43.85vw;
  border-bottom: 1px solid #fff;
  letter-spacing: .3vw;

}

.selectTypeFish {
  text-align: center;
  font-size: 4.1vw;
  margin: 0;
  font-weight: 300;
}

.selectBtn {
  display: inline-block;
  border: 0.2vw solid #fff;
  padding: 1.6vw 5.3vw;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 3.2vw;
  letter-spacing: 0.2em;
  text-align: center;
  margin-top: auto;
  align-self: flex-start;
  cursor: pointer;
}

/* ========================================================= SELECT02 */
/* #select02 {
  border-top: 0.1vw solid #ddd;
} */

/* SELECT02 切り替えバナー */
.select02TabBanner {
  display: flex;
}

.s2BannerItem {
  flex: 1;
  padding: 5.3vw;
  cursor: pointer;
  transition: opacity 0.3s;
}

.s2BannerWarm {
  background-color: #2a3a4a;
}

.s2BannerActive {
  background-color: #3a2a28;
}

.s2BannerItem:not(.active) {
  opacity: 0.55;
}

.s2BannerType {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 5.3vw;
  color: #fff;
  line-height: 1.1;
  margin: 0 0 1.1vw;
  letter-spacing: 0.05em;
}

.s2BannerSub {
  font-size: 3.65vw;
  line-height: 7.69vw;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
  letter-spacing: 0.05em;
}

/* SELECT02 コンテンツ */
.select02Content {
  display: none;
  position: relative;
}

.select02Content.active {
  display: block;
}

.select02Content .sectionLabel {
  width: 100%;
  height: 37.44vw;
  background-color: #000;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  transition: background-image 0.3s;
}

/* scenarioTab の選択に連動する背景画像 */
.select02Content .sectionLabel.bg-warmScene01 {
  background-image: url(../img/bgWarmScene01.png);
}

.select02Content .sectionLabel.bg-warmScene02 {
  background-image: url(../img/bgWarmScene02.png);
}

.select02Content .sectionLabel.bg-activeScene01 {
  background-image: url(../img/bgActiveScene02.png);
}

.select02Content .sectionLabel.bg-activeScene02 {
  background-image: url(../img/bgActiveScene01.png);
}

.select02TypeName {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 8.5vw;
  line-height: 1;
  margin: 0 0 1.6vw;
  letter-spacing: 0.03em;
}

.warmType {
  color: #2a6080;
}

.activeType {
  color: #c8001e;
}

.select02TypeSub {
  font-size: 2.9vw;
  color: #555;
  margin: 0;
  letter-spacing: 0.05em;
}

/* シナリオタブ */
.scenarioTab {
  display: flex;
  list-style: none;
  margin: 0 0 9.4vw;
  padding: 0;
}

.scenarioTab li {
  display: flex;
  font-size: 4.1vw;
  line-height: 4.87vw;
  height: 21.03vw;
  flex: 1;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-color: #F1F1F1;
  color: #666;
  transition: background 0.2s, color 0.2s;
  line-height: 1.4;
  border-radius: 0.5vw;
  text-align: center;
}

.scenarioTab li.active {
  background-color: #fff;
  color: #000;
}

.scenarioTab li.active .tabLiInner {
  height: 100%;
  border-bottom: 2px solid #000;
  padding-bottom: 0;
  align-items: center;
  display: flex;
}

.select02ScenarioLabel {
  display: none;
}

.select02ScenarioWrap .productCard {
  flex-flow: column-reverse;
  width: 100%;
  height: auto;
  align-items: center;
}

.select02ScenarioWrap .productCard .productImgWrap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: start;
  aspect-ratio: 5 / 6;
  overflow: hidden;
  margin: 2vw 0 0;
}

.select02ScenarioWrap .productCard .productImgWrap img {
  height: 100%;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}

/* シナリオコンテンツ */
.scenarioTabContent {
  display: none;
}

.scenarioTabContent.active {
  display: block;
}

.scenarioThemeBottom {
  font-size: 3.65vw;
  line-height: 7.69vw;
  line-height: 1.8;
  color: #444;
  margin: 0 0 9.3vw;
  padding: 0 15.64vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.scenarioThemeBottom span {
  font-family: 'Oswald', sans-serif;
}

.scenarioThemeBottom span:first-of-type {
  display: block;
  width: 11.79vw;
}

.scenarioThemeBottom span:last-of-type {
  display: block;
  width: 54.1vw;
  font-size: 4.1vw;
  line-height: 6.51vw;
}

.scenarioThemeTop {
  display: none;
}

.scenarioLayeringTitle {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 5.3vw;
  letter-spacing: 0.05em;
  margin: 0 0 5.3vw;
  padding-bottom: 2.1vw;
  border-bottom: 0.3vw solid #c8001e;
  display: inline-block;
}

.scenarioLayerList {
  display: flex;
  gap: 0;
  flex-wrap: nowrap;
  overflow-x: scroll;
  width: 100%;
  cursor: grab;
  user-select: none;
}

.scenarioLayerList.dragging {
  cursor: grabbing;
}

.scenarioLayerRow {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 43.59vw;
  flex-shrink: 0;
  /* height: 155.19vw; */
  border-right: 1px solid #000;
}

.scenarioLayerRow:first-child {
  border-top: none;
}

.scenarioLayerRow:last-of-type {
  border-right: none;
}

.scenarioLayerHead {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
  width: auto;
  flex-shrink: 0;
  gap: 1.6vw;
  text-align: center;
  min-height: 17vw;
  justify-content: start;
}

.scenarioLayerName {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 4.36vw;
  letter-spacing: 0.05em;
  line-height: 5.2vw;
  text-align: center;
}

.scenarioLayerName em {
  font-style: normal;
  font-size: 3.65vw;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  margin-top: 0.5vw;
}

/* ========================================================= KEEPLIST */
#keeplist {
  background-color: #1a1a1a;
  padding: 13.3vw 5.3vw;
  text-align: center;
  color: #fff;
}

.keeplistTitle {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 8.5vw;
  letter-spacing: 0.2em;
  margin: 0 0 2.1vw;
}

.keeplistSub {
  font-size: 3.2vw;
  margin: 0;
  opacity: 0.7;
  letter-spacing: 0.1em;
}

/* ========================================================= KEEPLIST パネル（SP） */

/* トリガーボタン */
#keeplistTrigger {
  display: flex;
  align-items: start;
  justify-content: space-between;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 50;
  background: #000;
  color: #fff;
  border: none;
  padding: 3vw 3vw 11vw 0;
  font-size: 3.2vw;
  letter-spacing: 0.1em;
  cursor: pointer;
  writing-mode: vertical-rl;
  border-radius: 0 5px 0 0;
  width: 12.82vw;
  height: 43.08vw;
  font-size: 3.6vw;
}

#keeplistTrigger img {
  width: 3.85vw;
}

/* オーバーレイ（背景暗幕） */
#keeplistOverlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 210;
}

#keeplistOverlay.open {
  display: block;
}

/* スライドパネル */
#keeplistPanel {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  background: #fff;
  z-index: 211;
  transform: translateX(-100%);
  transition: transform 0.35s ease;
  overflow-y: auto;
}

#keeplistPanel.open {
  transform: translateX(0);
}

/* 閉じるボタン */
.keeplistPanelClose {
  position: absolute;
  top: 0;
  right: 0;
  width: 15.38vw;
  height: 15.38vw;
  background: #1a1a1a;
  border: none;
  cursor: pointer;
  padding: 0;
  border-bottom-left-radius: 10px;
}

.keeplistPanelClose i,
.keeplistPanelClose b {
  display: block;
  position: absolute;
  width: 60%;
  height: 2px;
  background: #fff;
  top: 50%;
  left: 20%;
  margin-top: -1px;
}

.keeplistPanelClose i {
  transform: rotate(45deg);
}

.keeplistPanelClose b {
  transform: rotate(-45deg);
}

/* パネル内コンテンツ */
.keeplistPanelInner {
  padding: 15.38vw 7vw 10.7vw;
  width: 100%;
  box-sizing: border-box;
}

.keeplistPanelTitle {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  letter-spacing: .8vw;
  font-size: 6.67vw;
  text-align: center;
  margin: 0 0 4.6vw;
}

.keeplistPanelSub {
  font-size: 5.13vw;
  margin: 0 0 8vw;
  text-align: center;
  letter-spacing: 0.1em;
  padding-bottom: 4.3vw;
  border-bottom: 2px solid #000;
  white-space: nowrap;
  text-indent: -1vw;
  width: 28.21vw;
  margin: 0 auto 3vw;
}

.keeplistEmpty {
  font-size: 3.2vw;
  color: #999;
  margin: 0;
}

.keeplistItem {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 4vw;
  padding: 7.69vw 0;
  width: 68.12vw;
  margin: 0 auto;
  border-bottom: 1px solid;
  border-image: linear-gradient(to right, transparent 2%, rgba(0, 0, 0, 1) 2%, rgba(0, 0, 0, 1) 98%, transparent 98%);
  border-image-slice: 1;
}

.keeplistItem img {
  /* width: 18vw; */
  max-width: 34.36vw;
  max-height: 46.33vw;
  height: auto;
  margin: auto;
  flex-shrink: 0;
}

.keeplistItemBody {
  width: 29.02vw;
}

.keeplistItemCode {
  font-size: 3.5vw;
  font-weight: bold;
  margin: 0 0 1vw;
}

.keeplistItemName {
  font-size: 3.2vw;
  color: #555;
  font-size: 3.2vw;
  line-height: 4.62vw;
  margin: 0 0 2vw;
  line-height: 1.5;
}

.keeplistItemDelete {
  background: none;
  border: 1px solid #000;
  color: #000;
  width: 29.02vw;
  height: 11.67vw;
  font-size: 3.2vw;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6vw;
  cursor: pointer;
  border-radius: 3px;
}

.keeplistItemDelete img {
  width: 4.27vw;
  margin: 0;
}

.keeplistItemDetail {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 29.02vw;
  height: 11.67vw;
  font-size: 3.2vw;
  background-color: #969181;
  color: #fff;
  border-radius: 3px;
  margin-top: 2vw;
  text-decoration: none;
}

/* ========================================================= FOOTER */
footer {
  background-image: linear-gradient(140deg, rgba(122, 122, 122, 1) 0%, rgba(0, 0, 0, 1) 80%);
  padding: 12.31vw 15.64vw 24.31vw;
  height: 128.04vw;
}

.footerInner {
  display: flex;
  flex-flow: column;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 100%;
}

.footerThermal {
  font-size: 2.4vw;
  color: #888;
  margin: 0 0 2.1vw;
}

.footerNav {
  display: flex;
  flex-flow: column;
  gap: 13vw;
}

.footerNavWarm,
.footerNavActive,
.footerNavWear {
  font-weight: 300;
  font-size: 4.87vw;
  color: #fff;
}

.footerLogoWrap img {
  width: 40.77vw;
  height: auto;
  margin-top: auto;
  filter: brightness(0) invert(1);
}

/* ========================================================= LAYERING MAPPING: SP 配置調整 */
/*
 * SP用座標は --xs / --ys で指定。省略時は PC値（--x / --y）にフォールバック。
 * 例: <div class="productCard" style="--x:9vw;--y:2vw;--xs:5vw;--ys:1vw">
 */
@media screen and (max-width: 767px) {
  .layerRow.map-row {
    position: relative;
    height: var(--row-hs, var(--row-h, 40vw));
    gap: 0;
    padding: 0;
  }

  .layerRow.map-row .layerLabel {
    position: sticky;
    /* left: 7.69vw; */
    left: 0;
    align-self: flex-start;
    margin: 0vw 0 0;
    padding-top: 2vw;
    z-index: 3;
    height: 100%;
    background: #fff;
    padding-left: 13.69vw;
  }

  .layerRow.map-row .layerLabel::before {
    content: "";
    position: absolute;
    top: 0;
    left: 7.3vw;
    width: 4.69vw;
    height: 100%;
    background-color: #fff;
    z-index: -1;
    border-top: 1px solid #000;
  }

  .layerRow.map-row .productGrid {
    position: absolute;
    inset: 0;
    right: 2vw;
    width: auto;
    gap: 0;
    padding: 0;
    border: none;
    display: block;
  }

  .layerRow.map-row .productColWarm,
  .layerRow.map-row .productColActive {
    display: contents;
  }

  .layerRow.map-row .productCard,
  .layerRow.map-row .productColWarm .productCard,
  .layerRow.map-row .productColActive .productCard {
    position: absolute;
    left: var(--xs, var(--x, 0));
    top: var(--ys, var(--y, 0));
    width: auto !important;
    height: auto !important;
    display: flex;
    flex-flow: row-reverse;
    align-items: flex-start;
    gap: 0;
  }

  .layerRow.map-row .productImgWrap {
    width: var(--img-ws, var(--img-w, 22vw));
    margin: 0;

    flex-shrink: 0;
    aspect-ratio: unset;
    overflow: visible;
  }

  .layerRow.map-row .productImgWrap img {
    height: auto;
    /* width: 100%; */
    width: 62%;
    max-height: 30vw;
    object-fit: contain;
  }

  .layerRow.map-row .productCardBody {
    order: unset;
    width: auto;
    height: auto;
    padding: 0;
    margin: auto;
  }

  #layeringMapping .layerRow.map-row .productCardBody {
    margin-top: 3vw;
  }

  /* .layerRow.map-row .productCode, */
  .layerRow.map-row .productName {
    display: none;
  }

  /* layeringImage を横スクロール時に左固定（layerLabelと同じタイミングでスライド） */
  .productSection>.layeringImageWrap.spOnly {
    position: sticky;
    left: 0;
    width: 100vw;
    width: 190.62vw;
    margin-left: 0;
    padding-left: 15.64vw;
    background: #fff;
    z-index: 2;
    margin-right: 5vw;
  }
}

/* ========================================================= HAMBURGER */
.hamburger {
  position: fixed;
  top: 9.49vw;
  right: 5.13vw;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  width: 7.69vw;
  height: 2.69vw;
  z-index: 202;
}

.hamburger span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  transition: top 0.3s ease, transform 0.3s ease, background 0.3s ease;
  transform-origin: center;
}

.hamburger.scrolled span {
  background: #000;
}

.hamburger span:first-child {
  top: 0;
}

.hamburger span:last-child {
  top: 2.9vw;
}

.hamburger.open span {
  background: #fff;
}

.hamburger.open span:first-child {
  top: 3.5px;
  transform: rotate(35deg);
}

.hamburger.open span:last-child {
  top: 3.5px;
  transform: rotate(-35deg);
}


/* ========================================================= NAV DRAWER */
.navDrawerOverlay {
  display: none;
  position: fixed;
  inset: 0;
  background-color: #747474;
  z-index: 200;
}

.navDrawerOverlay.open {
  display: block;
}

.navDrawer {
  overflow: scroll;
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100dvh;
  background-color: #747474;
  color: #fff;
  z-index: 201;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  padding: 23vw 16vw 0;
  box-sizing: border-box;
  gap: 19vh;
}

.navDrawer.open {
  transform: translateX(0);
}

.navDrawerClose {
  position: absolute;
  top: 8vw;
  right: 9vw;
  width: 8vw;
  height: 8vw;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.navDrawerClose span {
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
}

.navDrawerClose span:first-child {
  transform: rotate(45deg);
}

.navDrawerClose span:last-child {
  transform: rotate(-45deg);
}

.navDrawerNav {
  display: flex;
  flex-direction: column;
  gap: 22vw;
  margin-top: 8vw;
}

.navDrawerNav a {
  font-size: 4.9vw;
  color: #fff;
  letter-spacing: 0.05em;
}



.navDrawerLogo img {
  width: 41vw;
  filter: brightness(0) invert(1);
}