@charset "EUC-JP";

:root {
	--WHITE: #FFFFFF;
	--WHITE_OP50: rgba(255, 255, 255, 0.5);
	--BLACK: #000000;

	--GRAY01: #F5F5F5;
	--GRAY02: #DEDEDE;
	--GRAY03: #A7A7A7;

	--DARK01: #2E2E2E;

	--RED01: #dc3b3b;
	--RED02: #E57F07;
	--PINK01: #8069CE;
	--BROWN: #5F2C15;
	--GOLD01: #8E710C;
	--ORANGE01: #7C69B9;

	--TXT_COLOR_BASE: var(--DARK01);
	--TXT_COLOR_WHITE: var(--WHITE);

	--BDCOLOR_GRAY_1: var(--GRAY02);

	--BGCOLOR_GRAY_1: var(--GRAY01);

	--RANKING_1ST: #BA9700;
	--RANKING_2ND: #A7A7A7;
	--RANKING_3RD: #B75400;
	--RANKING_OTHER: #002C1B;

	--COMMON_BDRS_S: 5px;
	--COMMON_BDRS_M: 10px;
	--COMMON_BDRS_L: 20px;

	--COMMON_BXSD: 0px 0px 15px -5px var(--GRAY03);
	--COMMON_BXSD_BTM: 0px 5px 15px -5px var(--GRAY03);

	--LETTER_SPACING: 0.1em;

	--FF_BASE: "Noto Sans JP", sans-serif;
	--FF_SHIPPORI: "Shippori Mincho B1", serif;

	--FF_EN: var(--FF_BASE);
	--FF_NUM: var(--FF_BASE);

	--FF_WEIGHT_BASE: 400;
	
	--ANIME_FADEIN: fadeIn .5s ease-in-out 0s forwards;
	--ANIME_FADEOUT: fadeOut .5s ease-in-out 0s forwards;

	--FZ_9: clamp(8px, 0.8vw, 9px);
	--FZ_10: clamp(8px, 0.8vw, 10px);
	--FZ_11: clamp(10px, 1.1vw, 11px);
	--FZ_12: clamp(10px, 1.1vw, 12px);
	--FZ_13: clamp(11px, 1vw, 13px);
	--FZ_14: clamp(12px, 1.2vw, 14px);
	--FZ_15: clamp(13px, 1.4vw, 15px);
	--FZ_16: clamp(14px, 1.5vw, 16px);
	--FZ_18: clamp(15px, 1.6vw, 18px);
	--FZ_20: clamp(16px, 1.8vw, 20px);
  --FZ_21: clamp(17px, 1.9vw, 21px);
	--FZ_22: clamp(18px, 2vw, 22px);
  --FZ_23: clamp(18px, 2vw, 23px);
  --FZ_24: clamp(19px, 2vw, 24px);
	--FZ_25: clamp(20px, 2vw, 25px);
  --FZ_26: clamp(21px, 2vw, 26px);
	--FZ_28: clamp(22px, 2.5vw, 28px);
	--FZ_30: clamp(25px, 3vw, 30px);
  --FZ_32: clamp(25px, 3vw, 32px);
	--FZ_35: clamp(25px, 3vw, 35px);
	--FZ_38: clamp(30px, 3.5vw, 38px);
	--FZ_40: clamp(30px, 3.5vw, 40px);
	--FZ_43: clamp(30px, 4vw, 43px);
	--FZ_50: clamp(30px, 4vw, 50px);
	--FZ_60: clamp(40px, 5vw, 60px);
	--FZ_70: clamp(50px, 6vw, 70px);
	--FZ_10_CONST: 10px;
	--FZ_12_CONST: 12px;
	--FZ_14_CONST: 14px;
	--FZ_15_CONST: 15px;
	--FZ_16_CONST: 16px;
	--FZ_18_CONST: 18px;
	--FZ_20_CONST: 20px;

	/* ?????鐃緒申???????? */
	--GAP_10: clamp( 5px, 1.1vw, 10px);
	--GAP_15: clamp( 10px, 1.2vw, 15px);
	--GAP_20: clamp( 15px, 1.7vw, 20px);
	--GAP_25: clamp( 15px, 1.7vw, 25px);
	--GAP_35: clamp( 20px, 2.5vw, 35px);
	--GAP_30: clamp( 20px, 2.5vw, 30px);
	--GAP_40: clamp( 30px, 3.5vw, 40px);
	--GAP_50: clamp( 30px, 3.5vw, 50px);
	--GAP_60: clamp( 40px, 4.5vw, 60px);
	--GAP_65: clamp( 50px, 5.5vw, 65px);
	--GAP_75: clamp( 60px, 6.5vw, 75px);
	--GAP_80: clamp( 50px, 5.5vw, 80px);
	--GAP_90: clamp( 60px, 6.5vw, 90px);
	--GAP_100: clamp( 70px, 7.5vw, 100px);
  --GAP_150: clamp(100px, 8.5vw, 150px);
	--GAP_5_CONST: 5px;
	--GAP_10_CONST: 10px;
	--GAP_15_CONST: 15px;
	--GAP_20_CONST: 20px;
	--GAP_30_CONST: 30px;
	--GAP_40_CONST: 40px;

	--PC_MAX_WIDTH: var(--PC_MAX_WIDTH_M);
	--PC_MAX_WIDTH_SS: 800px;
	--PC_MAX_WIDTH_S: 1000px;
	--PC_MAX_WIDTH_M: 1200px;
	--PC_MAX_WIDTH_L: 1440px;


	--FULL_WIDTH: calc(50% - 50vw);

	--GENERALSEC_HALF: calc(var(--GENERALSEC) / 2);
}

@media screen and (min-width: 768px){
	:root{
		--INNER_WIDTH: 95%;
		--GENERALSEC: clamp(70px, 8vw, 100px);
	}
}
@media screen and (max-width: 767px){
	:root{
	--INNER_WIDTH: 87.201%;
	--GENERALSEC: 50px;
	}
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
html {height:100%;scroll-behavior: smooth;}
.motherDay{
	font-family: var(--FF_BASE) !important;
	font-weight: var(--FF_WEIGHT_BASE);
	font-feature-settings: "palt" 1;
	letter-spacing: var(--LETTER_SPACING);
	width:100%;
	color: var(--TXT_COLOR_BASE);
	position:relative;
	z-index: 0;
	overflow-x: clip;
}

@media screen and (min-width: 768px){
	html{
		scroll-padding-top: 120px;
	}
	.motherDay{
		font-size: var(--FZ_15_CONST);
		line-height: 1.7;
		-ms-text-size-adjust: 100%;
		-webkit-text-size-adjust: 100%;
	}
}
@media screen and (max-width: 767px){
	html{
		scroll-padding-top: 50px;
	}
	.motherDay{
		font-size: var(--FZ_14_CONST);
		line-height: 1.6;
	}
}
.motherDay {
  /* youtube */
}
.motherDay * {
  margin: 0;
  padding: 0;
  min-height: 0;
  min-width: 0;
  box-sizing: border-box;
}
.motherDay ul li, .motherDay ol li {
  list-style: none;
}
.motherDay h1, .motherDay h2, .motherDay h3, .motherDay h4, .motherDay h5, .motherDay h6 {
  font-weight: var(--FF_WEIGHT_BASE);
  font-size: 100%;
  margin: 0;
}
.motherDay p {
  margin: 0;
}
.motherDay strong {
  font-weight: inherit;
}
.motherDay a:focus, .motherDay *:focus {
  outline: none;
}
.motherDay article, .motherDay header, .motherDay footer, .motherDay aside, .motherDay figure, .motherDay figcaption, .motherDay nav, .motherDay section, .motherDay main {
  display: block;
}
.motherDay a {
  text-decoration: none;
  outline: none;
  word-wrap: break-word;
  color: var(--TXT_COLOR_BASE);
}
.motherDay a img, .motherDay a {
  transition: all 0.5s;
}
.motherDay img {
  height: auto;
  max-width: 100%;
  box-sizing: unset;
  vertical-align: bottom;
}
.motherDay iframe {
  vertical-align: bottom;
}
.motherDay .formReset button,
.motherDay .formReset input[type=button],
.motherDay .formReset input[type=submit],
.motherDay .formReset input[type=text],
.motherDay .formReset input[type=image],
.motherDay .formReset select {
  background-color: unset;
  color: var(--TXT_COLOR_BASE);
  -webkit-appearance: none;
  border-radius: 0;
  border: none;
}
.motherDay .formReset input[type=text]::-moz-placeholder {
  font-family: var(--FF_BASE);
}
.motherDay .formReset input[type=text],
.motherDay .formReset input[type=text]::placeholder {
  font-family: var(--FF_BASE);
}
.motherDay .formReset input[type=text] {
  color: var(--TXT_COLOR_BASE);
}
.motherDay .formReset input[type=text]::-moz-placeholder {
  color: var(--GRAY03);
}
.motherDay .formReset input[type=text]::placeholder {
  color: var(--GRAY03);
}
.motherDay time {
  font-family: var(--FF_NOTO);
}
.motherDay .imgauto {
  height: auto;
  width: 100%;
  box-sizing: unset;
  line-height: 1rem;
  display: block;
}
.motherDay .grid {
  display: grid;
}
.motherDay .flex {
  display: flex;
}
.motherDay .slick {
  opacity: 0;
  transition: opacity 0.3s linear;
}
.motherDay .slick.slick-initialized {
  opacity: 1;
}
.motherDay .swiper {
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.3s linear;
}
.motherDay .swiper.swiper-initialized {
  opacity: 1;
}
.motherDay .tategaki {
  writing-mode: vertical-rl;
}
.motherDay ::-moz-placeholder {
  letter-spacing: var(--LETTER_SPACING);
}
.motherDay ::placeholder,
.motherDay input[type=text],
.motherDay [class*=ttl],
.motherDay [class*=lead],
.motherDay [class*=heading],
.motherDay a {
  letter-spacing: var(--LETTER_SPACING);
}
.motherDay [class*=txt] {
  letter-spacing: var(--LETTER_SPACING);
}
.motherDay .noscrollbar,
.motherDay .noscrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.motherDay .noscrollbar::-webkit-scrollbar,
.motherDay .noscrollbar::-webkit-scrollbar {
  display: none;
}
.motherDay .youtubeContainer iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.motherDay .dib {
  display: inline-block;
}
.motherDay .displaynone {
  display: none;
}
.motherDay .widthOverParent {
  width: 100vw;
  --OYA: calc(50% - 50vw);
  margin-left: var(--OYA);
  margin-right: var(--OYA);
}
@media (hover: hover) {
  .motherDay .formReset button:hover,
  .motherDay .formReset input[type=button]:hover,
  .motherDay .formReset input[type=submit]:hover,
  .motherDay .formReset input[type=image]:hover,
  .motherDay .formReset select:hover {
    cursor: pointer;
  }
  .motherDay a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
  .motherDay a:hover img {
    opacity: 0.75 !important;
  }
}
.motherDay html.no-smooth-scroll {
  scroll-behavior: auto;
}
.motherDay .g-inner,
.motherDay .g-inner--l,
.motherDay .g-inner--m,
.motherDay .g-inner--s,
.motherDay .g-inner--ss {
  width: var(--INNER_WIDTH);
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .motherDay a[href^="tel:"] {
    pointer-events: none;
  }
  .motherDay .g-inner--pc {
    width: var(--INNER_WIDTH);
    margin-inline: auto;
  }
  .motherDay .g-inner,
  .motherDay .g-inner--m,
  .motherDay .g-inner--pc {
    max-width: var(--PC_MAX_WIDTH_M);
  }
  .motherDay .g-inner--l {
    max-width: var(--PC_MAX_WIDTH_L);
  }
  .motherDay .g-inner--s {
    max-width: var(--PC_MAX_WIDTH_S);
  }
  .motherDay .g-inner--ss {
    max-width: var(--PC_MAX_WIDTH_SS);
  }
  .motherDay .g-inner--pcHasSlickGap {
    --INNER_ADJUST: calc(var(--SLICK_GAP) * 2);
    width: calc(var(--INNER_WIDTH) + var(--INNER_ADJUST));
    max-width: calc(var(--PC_MAX_WIDTH_M) + var(--INNER_ADJUST));
    margin-inline: auto;
  }
  .motherDay .g-pd--halfPcOnly {
    padding-block: var(--GENERALSEC_HALF);
  }
  .motherDay .sp {
    display: none !important;
  }
  .motherDay .hamburger {
    display: none !important;
  }
  .motherDay .tategaki--pc {
    writing-mode: vertical-rl;
  }
}
@media screen and (max-width: 767px) {
  .motherDay .g-inner--sp {
    width: var(--INNER_WIDTH);
    margin-inline: auto;
  }
  .motherDay .g-pd--halfPcOnly {
    padding-block: var(--GENERALSEC);
  }
  .motherDay .pc {
    display: none !important;
  }
  .motherDay .sp-scroll--y {
    overflow-y: scroll;
    overflow-x: auto;
  }
  .motherDay .sp-scroll--x {
    overflow-x: scroll;
    overflow-y: auto;
    padding-inline: calc((100% - var(--INNER_WIDTH)) / 2);
  }
  .motherDay .tategaki--sp {
    writing-mode: vertical-rl;
  }
  .motherDay .formReset input[type=text]::-moz-placeholder {
    font-size: 16px;
  }
  .motherDay .formReset input[type=text],
  .motherDay .formReset input[type=text]::placeholder {
    font-size: 16px;
  }
}

/* ======================共通===================== */
.motherDay{
  overflow-x: hidden;
}
.motherDay .motherDay-inner{
  width: 94%;
  max-width: 1200px;
  margin-inline: auto;
}
.motherDay .motherDay-inner--s{
  width: 94%;
  max-width: 1080px;
  margin-inline: auto;
}
ul li a:link{
  text-decoration: none;
}


/* ======================motherDay-guide===================== */
.motherDay .motherDay-guide{
  background: url(https://tcmart.itembox.design/item/freepage/keirounohi/2025/images/back-intro.jpg) no-repeat top center;
  background-size: cover;
  padding: var(--GAP_80) 0;
}
.motherDay .motherDay-guide__bnr{
  width: 100%;
  max-width: 720px;
  margin-inline: auto;
  margin-bottom: var(--GAP_40);
}
.motherDay .motherDay-guide__delivery{
  width: 100%;
  max-width: 870px;
  margin-inline: auto;
  border: 3px solid var(--PINK01);
  border-radius: 30px;
  padding: 0 var(--GAP_30) var(--GAP_20) var(--GAP_30);
  position: relative;
  background-color: var(--WHITE);
}
.motherDay .motherDay-guide__delivery::after{
  content: "";
  position: absolute;
  background: url(https://tcmart.itembox.design/item/freepage/keirounohi/2025/images/illust-delivery.jpg) no-repeat center / contain;
  right: 5%;
  height: auto;
  aspect-ratio: 1/1;
}
.motherDay .motherDay-guide__deliveryTitle{
  text-align: center;
  width: 80%;
  max-width: 440px;
  margin-inline: auto;
  background-color: var(--PINK01);
  color: var(--WHITE);
  font-weight: 700;
  border-radius: 0 0 30px 30px;
  line-height: 2;
}
.motherDay .motherDay-guide__deliverytext--main{
  text-align: center;
  padding-top: var(--GAP_20);
  font-weight: 600;
}
.motherDay .motherDay-guide__deliverytext--sub{
  font-weight: 600;
  padding-top: var(--GAP_10);
}
.motherDay .motherDay-guide__deliverytext--small{
  font-weight: 600;
  margin-top: var(--GAP_10);
}
.motherDay .motherDay-guide__deliveryLiner{
  font-weight: bold;
  background: linear-gradient(transparent 60%, #FFF8A2 60%);
}
.motherDay .motherDay-guide__deliveryRed{
  color: #DD6262;
}
@media screen and (min-width: 768px){
  .motherDay .motherDay-guide__deliveryTitle{
    font-size: var(--FZ_24);
  }
  .motherDay .motherDay-guide__deliveryLiner{
    font-size: var(--FZ_25);
  }
  .motherDay .motherDay-guide__deliverytext--main{
    font-size: var(--FZ_18);
  }
  .motherDay .motherDay-guide__deliveryRed{
    font-size: var(--FZ_26);
  }
  .motherDay .motherDay-guide__deliverytext--sub{
    text-align: center;
    font-size: var(--FZ_18);
  }
  .motherDay .motherDay-guide__deliverytext--small{
    text-align: center;
    font-size: var(--FZ_14);
  }
  .motherDay .motherDay-guide__delivery::after{
    bottom: 2%;
    width: 10%;
  }
}
@media screen and (max-width: 767px){
  .motherDay .motherDay-guide__deliveryTitle{
    font-size: var(--FZ_20);
    padding-block: 5px;
  }
  .motherDay .motherDay-guide__deliveryLiner{
    font-size: var(--FZ_20);
  }
  .motherDay .motherDay-guide__deliverytext--main{
    font-size: var(--FZ_16);
  }
  .motherDay .motherDay-guide__deliveryRed{
    font-size: var(--FZ_23);
  }
  .motherDay .motherDay-guide__deliverytext--sub{
    text-align: left;
    font-size: var(--FZ_14);
    padding-left: 10%;
  }
  .motherDay .motherDay-guide__deliverytext--small{
    text-align: left;
    font-size: var(--FZ_12);
    padding-left: 10%;
  }
  .motherDay .motherDay-guide__delivery::after{
    bottom: -2%;
    width: 25%;
    max-width: 100px;
  }
}

/* ======================motherDay-recommend===================== */
.motherDay .motherDay-recommend{
  background-color: #FFF4EB;
}
.motherDay .motherDay-recommend--hat{
  padding-bottom: var(--GAP_100);
}
.motherDay .motherDay-recommend__cntWrap{
  background-color: #FFFEFA;
  border: 2px solid var(--GOLD01);
  padding: 5px;
  position: relative;
  z-index: 2;
}
.motherDay .motherDay-recommend__cnt{
  background-color: #FFFEFA;
  border: 1px solid var(--GOLD01);
  position: relative;
}
.motherDay .motherDay-recommend__cnt::after{
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 2.2px;
  height: auto;
  aspect-ratio: 2/74;
  z-index: 3;
}
.motherDay h2.motherDay-recommend__title{
  font-family: var(--FF_SHIPPORI);
  font-size: var(--FZ_32);
  color: var(--GOLD01);
  text-align: center;
  margin-bottom: var(--GAP_50);
  position: relative;
  z-index: 2;
}
.motherDay h2.motherDay-recommend__title::before{
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 40%;
  min-width: 300px;
  height: auto;
  aspect-ratio: 1/1;
  background-color: var(--WHITE);
  border-radius: 50%;
  z-index: -1;
}
.motherDay .motherDay-recommend__headTitle{
  font-family: var(--FF_SHIPPORI);
  font-size: var(--FZ_24);
  width: fit-content;
  margin-inline: auto;
  padding-bottom: var(--GAP_20);
  position: relative;
  z-index: 1;
}
.motherDay .motherDay-recommend__headTitle::before{
  content: "";
  position: absolute;
  background: url(https://tcmart.itembox.design/item/freepage/keirounohi/2025/images/line-pk02.svg) no-repeat center / contain;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
  width: 135%;
  height: auto;
  aspect-ratio: 358 / 23;
  z-index: -1;
}
.motherDay .motherDay-recommend__headTitle::after {
  content: "!";
  transform: rotate(20deg);
  display: inline-block;
  padding-left: 5px;
  position: relative;
}
.motherDay .motherDay-recommend__Title{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--GAP_30);
}
.motherDay .motherDay-recommend__TitleCmnt{
  font-family: var(--FF_SHIPPORI);
  font-size: var(--FZ_23);
  font-weight: 500;
  color: var(--BROWN);
  position: relative;
  z-index: 1;
}
.motherDay .motherDay-recommend__TitleCmnt::before{
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%,-50%);
  height: auto;
  z-index: -1;
}
.motherDay .motherDay-recommend__TitleProduct{
  font-family: var(--FF_SHIPPORI);
  font-size: var(--FZ_30);
  color: var(--RED02);
}
.motherDay .motherDay-recommend__product{
  display: grid;
}
.motherDay .motherDay-recommend__productMainImg img{
  border-radius: 30px;
  box-shadow: 0px 0px 3px rgba(93, 93, 93, 0.471);
}
.motherDay .motherDay-recommend__productPointLIst{
display: grid;
}
.motherDay .motherDay-recommend__productPointImg img{
  border-radius: 50%;
}
.motherDay .motherDay-recommend__productPointText{
  margin-top: 5px;
}
.motherDay .motherDay-recommend__productPointLIst li{
  position: relative;
}
.motherDay .motherDay-recommend__productPointLIst li:nth-child(1)::after{
  content: "";
  position: absolute;
  background: url(https://tcmart.itembox.design/item/freepage/keirounohi/2025/images/point01.png) no-repeat center / contain;
  height: 50px;
  aspect-ratio: 102 / 51;
  z-index: 1;
}
.motherDay .motherDay-recommend__productPointLIst li:nth-child(2)::after{
  content: "";
  position: absolute;
  background: url(https://tcmart.itembox.design/item/freepage/keirounohi/2025/images/point02.png) no-repeat center / contain;
  height: 50px;
  aspect-ratio: 102 / 51;
  z-index: 1;
}
.motherDay .motherDay-recommend__productPointLIst li:nth-child(3)::after{
  content: "";
  position: absolute;
  background: url(https://tcmart.itembox.design/item/freepage/keirounohi/2025/images/point03.png) no-repeat center / contain;
  height: 50px;
  aspect-ratio: 102 / 51;
  z-index: 1;
}
.motherDay .motherDay-recommend__productColorTitle{
  font-family: var(--FF_SHIPPORI);
  color: var(--GOLD01);
  font-weight: 500;
  text-align: center;
  margin-inline: auto;
  position: relative;
  z-index: 1;
  position: relative;
}
.motherDay .motherDay-recommend__productColorTitle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #FFFEFA;
  width: 40%;
  min-width: 180px;
  height: 100%;
  z-index: -1;
}
.motherDay .motherDay-recommend__productColorTitle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: var(--GOLD01);
  z-index: -2;
}
.motherDay .motherDay-recommend__productColorList{
  display: grid;
  max-width: 500px;
  margin-inline: auto;
}
.motherDay .motherDay-recommend__productColorList2{
  display: grid;
  max-width: 500px;
  margin-inline: auto;
}
.motherDay .motherDay-recommend__productColorText{
  font-size: var(--FZ_14);
  text-align: center;
  padding-top: 5px;
}
.motherDay .motherDay-recommend__productPrice{
  display: grid;
  margin-inline: auto;
  margin-top: var(--GAP_30);
}
.motherDay .motherDay-btnArea{
  text-align: center;
  max-width: 300px;
  width: 100%;
}
.motherDay a.motherDay-btn{
  display: block;
  background-color: var(--RED02);
  border-radius: 63px;
  padding: 10px 0;
  font-weight: 500;
  color: var(--WHITE);
  font-size: var(--FZ_16);
  position: relative;
  text-decoration: none;
}
.motherDay .motherDay-btn::after{
  content: "";
  position: absolute;
  right: 8%;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 7px;
  height: 7px;
  border-right: 1.5px solid var(--WHITE);
  border-top: 1.5px solid var(--WHITE);
}
.motherDay .motherDay-price{
  font-weight: 500;
  color:#503418;
}
.motherDay .motherDay-price::after{
  content: "(税込)";
  font-size: 0.5em;
  margin-left: -2px;
}
.motherDay .motherDay-price span{
  padding-right: 5px;
  font-size: 0.9em;
}


/* PC用 */
@media screen and (min-width: 768px){
  .motherDay .motherDay-recommend__TitleCmnt::before{
    background: url(https://tcmart.itembox.design/item/freepage/keirounohi/2025/images/speech-bubble.svg) no-repeat center / contain;
    width: 130%;
    aspect-ratio: 226 / 50;
    top: 50%;
  }
  .motherDay .motherDay-recommend{
    padding-top: var(--GAP_50);
  }
  .motherDay .motherDay-recommend__title::before{
    top: -20%;
  }
  .motherDay .motherDay-recommend__cnt::after{
    background: url(https://tcmart.itembox.design/item/freepage/keirounohi/2025/images/parts-line.png) no-repeat center / contain;
    top: -5%;
  }
  .motherDay .motherDay-recommend__cnt{
    padding: 5%;
  }
  .motherDay .motherDay-recommend__product{
    grid-template-columns: 1fr 1.5fr;
    gap: var(--GAP_60);
  }
  .motherDay .motherDay-recommend__productPointLIst{
    grid-template-columns: repeat(3,1fr);
    gap: var(--GAP_20);
  }
  .motherDay .motherDay-recommend__Title{
    margin-block: var(--GAP_20) var(--GAP_50);
  }
  .motherDay .motherDay-recommend__productPointLIst li:nth-child(1)::after,
  .motherDay .motherDay-recommend__productPointLIst li:nth-child(2)::after,
  .motherDay .motherDay-recommend__productPointLIst li:nth-child(3)::after{
    top: 0;
    left: -10%;
    width: 60%;
  }
  .motherDay .motherDay-recommend__productPointLIst li{
    padding-top: 15%;
  }
/* ↓↓↓１つめ商品の「カラバリ」３項目↓↓↓ */
  .motherDay .motherDay-recommend__productColorList{
    grid-template-columns: repeat(3,1fr);
    gap: var(--GAP_10);
  }
/* ↑↑↑１つめ商品の「カラバリ」３項目↑↑↑ */
  .motherDay .motherDay-recommend__productColorTitle{
    font-size: var(--FZ_18);
    margin-block: var(--GAP_20);
  }
  .motherDay .motherDay-recommend__productPrice{
    max-width: 450px;
    grid-template-columns: 1fr 1.3fr;
  }
  .motherDay .motherDay-price{
    font-size: var(--FZ_28);
    text-align: center;
  }
  
  .motherDay .motherDay-recommend--hat .motherDay-recommend__productColorList{
    grid-template-columns: repeat(4,1fr);
    max-width: unset;
  }
  .motherDay .motherDay-recommend--hat .motherDay-recommend__productColorTitle{
    margin-block: var(--GAP_40);
  }
  .motherDay .motherDay-recommend--hat .motherDay-recommend__productColorText{
    padding-top: 10px;
  }
  .motherDay .motherDay-recommend--hat .motherDay-recommend{
    margin-top: 0;
    padding-top: var(--GAP_100);
  }
  .motherDay .motherDay-recommend__productPointText{
    text-align: center;
  }
  .motherDay .motherDay-recommend--hat{
    padding-top: var(--GAP_100);
  }
}

/* スマホ用 */
@media screen and (max-width: 767px){
  .motherDay .motherDay-recommend__Title{
    flex-direction: column;
    margin-block: var(--GAP_20) var(--GAP_30);
  }
  .motherDay .motherDay-recommend__TitleCmnt::before{
    background: url(https://tcmart.itembox.design/item/freepage/keirounohi/2025/images/speech-bubble-sp.svg) no-repeat center / contain;
    width: 130%;
    aspect-ratio: 140 / 42;
    top: 68%;
  }
  .motherDay .motherDay-recommend{
    padding-top: 0;
    margin-top: -30px;
  }
  .motherDay .motherDay-recommend__title::before{
    top: 0%;
  }
  .motherDay .motherDay-recommend__cnt::after{
    background: url(https://tcmart.itembox.design/item/freepage/keirounohi/2025/images/parts-line.png) no-repeat center / contain;
    top: -40px;
  }
  .motherDay .motherDay-recommend__cnt{
    padding: 10% 5% 5%;
  }
  .motherDay .motherDay-recommend__product{
    grid-template-columns: 1fr;
    gap: var(--GAP_40);
    max-width: 370px;
    margin-inline: auto;
  }
  .motherDay .motherDay-recommend__productPointLIst{
    grid-template-columns: 1fr;
    gap: var(--GAP_20);
  }
  .motherDay .motherDay-recommend__productPointLIst li{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
  .motherDay .motherDay-recommend__productPointText{
    width: 50%;
  }
  .motherDay .motherDay-recommend__productPointImg{
    width: 50%;
  }
  .motherDay .motherDay-recommend__productPointLIst li:nth-child(1)::after,
  .motherDay .motherDay-recommend__productPointLIst li:nth-child(2)::after,
  .motherDay .motherDay-recommend__productPointLIst li:nth-child(3)::after{
    top: 0;
    left: 0;
    width: 35%;
  }
  .motherDay .motherDay-recommend__productColorList {
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
  }
  .motherDay .motherDay-recommend__productColorList li {
    width: 100%;
  }
  
  .motherDay .motherDay-recommend__productColorList li:first-child {
    grid-column: span 2;
    justify-self: center;
  }
  
  .motherDay .motherDay-recommend__productColorList2 {
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
  }
  .motherDay .motherDay-recommend__productColorList2 li {
    width: 100%;
  }
  
  /*
  .motherDay .motherDay-recommend__productColorList2 li:first-child {
    grid-column: span 2;
    justify-self: center;
  }
  */
  .motherDay .motherDay-recommend__productColorImg{
    width: 100%;
    height: auto;
    max-width: 150px;
    margin-inline: auto;
  }
  .motherDay .motherDay-recommend__productColorTitle{
    font-size: var(--FZ_20);
    margin-block: var(--GAP_40);
  }
  .motherDay .motherDay-recommend__productPrice{
    max-width: 300px;
    grid-template-columns: 1fr;
  }
  .motherDay .motherDay-price{
    font-size: 26px;
    text-align: left;
    margin-bottom: 10px;
  }
  .motherDay .motherDay-btnArea{
    margin-inline: auto;
  }
  .motherDay .motherDay-recommend--hat .motherDay-recommend__productColorList li:first-child{
    grid-column: unset;
  }
  .motherDay .motherDay-recommend--hat .motherDay-recommend__productColorList{
    gap: 30px 0;
  }
  .motherDay .motherDay-recommend--hat .motherDay-recommend{
    margin-top: 0;
    padding-top: 60px;
  }
  .motherDay .motherDay-recommend__TitleProduct{
    text-align: center;
  }
  .motherDay .motherDay-recommend__productPointText{
    text-align: left;
  }
  .motherDay .motherDay-recommend--hat{
    padding-top: var(--GAP_100);
  }


}


/* ======================motherDay-ranking===================== */
.motherDay .motherDay-ranking{
  background-size: cover;
}
.motherDay .motherDay-ranking__headTitle{
  text-align: center;
  color: var(--RED02);
  font-family: var(--FF_SHIPPORI);
  font-size: var(--FZ_38);
  font-weight: 500;
}
.motherDay .motherDay-ranking__linkList{
  display: grid;
  grid-template-columns: 57% 43%;
  grid-template-rows: repeat(2, auto); 
  gap: var(--GAP_30);
}
.motherDay .motherDay-ranking__linkList li{
  width: 100%;
  text-align: center;
}
.motherDay .motherDay-ranking__linkList li a{
  display: block;
  padding: 18px 0;
  font-family: var(--FF_SHIPPORI);
  font-size: clamp(14px, 2vw, 22px);
  font-weight: 500;
  color: var(--WHITE);
  position: relative;
}
.motherDay .motherDay-ranking__linkList li a::after{
  content: "";
  position: absolute;
}
.motherDay .motherDay-ranking__linkList li:nth-child(1) a{
  background-color:#EB9BBD;
}
.motherDay .motherDay-ranking__linkList li:nth-child(2) a{
  background-color: #CD95D9;
}
.motherDay .motherDay-ranking__linkList li:nth-child(3) a{
  background-color: var(--ORANGE01);
}
.motherDay .motherDay-ranking__linkList li:nth-child(4) a{
  background-color: #6F8BD8;
}

/* 【LinkListの表示をgridにしたので、無効化】 */
/* 
.motherDay .motherDay-ranking__linkList li:nth-child(1){
  flex: 0.7;
}
.motherDay .motherDay-ranking__linkList li:nth-child(2){
  flex: 0.7;
}
.motherDay .motherDay-ranking__linkList li:nth-child(3){
  flex: 1.3;
}
.motherDay .motherDay-ranking__linkList li:nth-child(4){
  flex: 1.3;
}
*/
/* 【LinkListの表示をgridにしたので、無効化】ここまで */

.motherDay .motherDay-ranking__personList>li{
  border: 3px solid #EB9BBD;
  overflow: hidden;
}
.motherDay .motherDay-ranking__personList>li:nth-child(2) .motherDay-ranking__personTitle{
  background-color: #CD95D9;
}
.motherDay .motherDay-ranking__personList>li:nth-child(2){
  border: 3px solid #CD95D9;
}
.motherDay .motherDay-ranking__personList>li:nth-child(3) .motherDay-ranking__personTitle{
  background-color: var(--ORANGE01);
}
.motherDay .motherDay-ranking__personList>li:nth-child(3){
  border: 3px solid var(--ORANGE01);
}
.motherDay .motherDay-ranking__personList>li:nth-child(4) .motherDay-ranking__personTitle{
  background-color: #6F8BD8;
}
.motherDay .motherDay-ranking__personList>li:nth-child(4){
  border: 3px solid #6F8BD8;
}

.motherDay .motherDay-ranking__personTitle{
  text-align: center;
  background-color: #EB9BBD;
  color: var(--WHITE);
  font-family: var(--FF_SHIPPORI);
  font-size: var(--FZ_28);
  font-weight: 500;
  padding-block: var(--GAP_10);
  line-height: 2;
}
.motherDay .motherDay-ranking__personText{
  text-align: center;
  font-size: clamp(16px, 2vw, 22px);
  color: #5A392D;
}
.motherDay .motherDay-ranking__productList{
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
.motherDay .motherDay-ranking__productList>li{
  display: flex;
  flex-direction: column;
}
.motherDay .motherDay-ranking__productRank{
  width: 80%;
  max-width: 90px;
  margin-inline: auto;
  margin-bottom: 10px;
}
.motherDay .motherDay-ranking__productImg img{
  border-radius: 25px;
}
.motherDay .motherDay-ranking__productImg{
  position: relative;
}
.motherDay .motherDay-ranking__productImg::after{
  content: "";
  position: absolute;
  background: url(https://tcmart.itembox.design/item/freepage/keirounohi/2025/images/icon-fd.png) no-repeat center / contain;
  top: 0;
  right: 2%;
  height: auto;
  width: 22%;
  aspect-ratio: 52 / 59;
}

/* 【送料がかかる商品】ここから */
.motherDay .motherDay-ranking__productImg2 img{
  border-radius: 25px;
}
.motherDay .motherDay-ranking__productImg2{
  position: relative;
}
/* 【送料がかかる商品】ここまで */

.motherDay .motherDay-ranking__productName{
  padding-top: var(--GAP_10);
  flex: 1;
  color: var(--BROWN);
  font-weight: 600;
  text-align: left;
}
.motherDay .motherDay-ranking__productPrice .motherDay-price{
  font-size: var(--FZ_20);
  text-align: left;
  margin-block: var(--GAP_10);
  color: #534C4F;
}
.motherDay .motherDay-ranking__personCnt{
  background-color: #FFFEF8;
}

/* PC用 */
@media screen and (min-width: 768px){
  .motherDay .motherDay-ranking{
    background: url(https://tcmart.itembox.design/item/freepage/keirounohi/2025/images/back-ranking.jpg) no-repeat top center;
  }
  .motherDay .motherDay-ranking__linkList li a::after{
    right: 8%;
    top: 50%;
    transform: translateY(-50%) rotate(135deg);
    width: 8px;
    height: 8px;
    border-right: 3px solid var(--WHITE);
    border-top: 3px solid var(--WHITE);
  }
  .motherDay .motherDay-ranking__linkList li a{
    padding-right: 20px;
    border-radius: 20px;
  }
  .motherDay .motherDay-ranking__personCnt{
    padding: 0 var(--GAP_60) var(--GAP_60);
  }
  .motherDay .motherDay-ranking__personText{
    padding-top: var(--GAP_40);
    margin-bottom: var(--GAP_40);
  }
  .motherDay .motherDay-ranking__productList{
    gap: var(--GAP_30);
  }
  .motherDay .motherDay-ranking__linkList{
    margin-block: var(--GAP_60) var(--GAP_80);
  }
  .motherDay .motherDay-ranking__personList>li + li{
    margin-top: var(--GAP_80);
  }
  .motherDay .motherDay-ranking{
    padding-block: var(--GAP_100);
  }
  .motherDay .motherDay-ranking__personList>li{
    border-radius: 40px;
  }
}

/* スマホ用 */
@media screen and (max-width: 767px){
  .motherDay .motherDay-ranking{
    background: url(https://tcmart.itembox.design/item/freepage/keirounohi/2025/images/back-ranking-sp.jpg) no-repeat top center;
  }
  .motherDay .motherDay-ranking__linkList {
    display: grid;
    grid-template-columns:  57% 43%;
    grid-template-rows: auto auto;
    gap: 10px var(--GAP_20);
    justify-content: center;
    max-width: 700px;
    margin-inline: auto;
  }
  .motherDay .motherDay-ranking__linkList li {
    width: 100%;
  }
  
/* 【各ランキングへ飛ぶリンクボタン設定】ここから */

  .motherDay .motherDay-ranking__linkList li:nth-child(1),
  .motherDay .motherDay-ranking__linkList li:nth-child(2) {
    width: 100%;
  }
  .motherDay .motherDay-ranking__linkList li:nth-child(3),
  .motherDay .motherDay-ranking__linkList li:nth-child(4) {
    width: 100%;
  }

/* 【各ランキングへ飛ぶリンクボタン設定】ここまで */

  .motherDay .motherDay-ranking__linkList li a::after{
    right: 50%;
    bottom: 15%;
    transform: translateY(-50%) rotate(135deg);
    width: 6px;
    height: 6px;
    border-right: 1.5px solid var(--WHITE);
    border-top: 1.5px solid var(--WHITE);
  }
  .motherDay .motherDay-ranking__linkList li a{
    padding-right: 0;
    padding-block: 15px 23px;
    border-radius: 15px;
  }
  .motherDay .motherDay-ranking__productList{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--GAP_20);
    overflow-x: unset; /* 横スクロールを無効化 */
  }
  .motherDay .motherDay-ranking__productList>li{
    min-width: unset; /* 固定幅を解除 */
  }
  .motherDay .motherDay-ranking__personCnt{
    padding: 0 var(--GAP_20) var(--GAP_60);
  }
  .motherDay .motherDay-ranking__personText{
    padding-top: var(--GAP_30);
    margin-bottom: var(--GAP_20);
  }
  .motherDay .motherDay-ranking__productList{
    gap: var(--GAP_20);
  }
  .motherDay .motherDay-ranking__linkList{
    margin-block: var(--GAP_60) var(--GAP_40);
  }
  .motherDay .motherDay-ranking__personList>li + li{
    margin-top: var(--GAP_50);
  }
  .motherDay .motherDay-ranking{
    padding-block: var(--GAP_80);
  }
  .motherDay .motherDay-ranking__personList>li{
    border-radius: 20px;
  }
}
/* ======================motherDay-gift===================== */
.motherDay .motherDay-gift{
  background-size: cover;
  padding-block: var(--GAP_100);
  overflow: hidden;
}
.motherDay .motherDay-gift .motherDay-recommend__cntWrap{
  border: 1px solid #CABA80;
}
.motherDay .motherDay-gift .motherDay-recommend__cnt{
  border: 1px solid #E2D7AE;
}
.motherDay .motherDay-gift__title{
  text-align: center;
  margin-bottom: var(--GAP_80);
  position: relative;
}
.motherDay .motherDay-gift__title::before{
  content: "";
  position: absolute;
  background: url(https://tcmart.itembox.design/item/freepage/keirounohi/2025/images/premium-gl03.png) no-repeat center / contain;
  height: auto;
  aspect-ratio: 600 / 212;
}
.motherDay .motherDay-gift__title::after{
  content: "";
  position: absolute;
  background: url(https://tcmart.itembox.design/item/freepage/keirounohi/2025/images/premium-gl02.png) no-repeat center / contain;
  height: auto;
  aspect-ratio: 600 / 212;
}
.motherDay .motherDay-gift__title span{
  font-family: var(--FF_SHIPPORI);
  font-size: clamp(16px, 2vw, 24px);
  color: #534C4F;
  font-weight: 500;
}
.motherDay .motherDay-gift__titleImg{
  width: 40%;
  min-width: 270px;
  margin-inline: auto;
  padding-top: var(--GAP_30);
}
.motherDay .motherDay-gift__intro{
  display: grid;
}
.motherDay .motherDay-gift__introImg{
  position: relative;
  z-index: 3;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}
.motherDay .motherDay-gift__introImg::after{
  content: "";
  position: absolute;
  background: url(https://tcmart.itembox.design/item/freepage/keirounohi/2025/images/english-text.svg) no-repeat center / contain;
  height: auto;
  aspect-ratio: 495/44;
  z-index: 5;
}
.motherDay .motherDay-gift__introImg::before{
  content: "";
  position: absolute;
  background: url(https://tcmart.itembox.design/item/freepage/keirounohi/2025/images/premium-gl01.png) no-repeat center / contain;
  height: auto;
  aspect-ratio: 600/201;
  z-index: -1;
}
.motherDay .motherDay-gift__introText{
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  font-family: var(--FF_SHIPPORI);
}
.motherDay .motherDay-gift__introText::before{
  content: "";
  position: absolute;
  background: url(https://tcmart.itembox.design/item/freepage/keirounohi/2025/images/back-white.png) no-repeat center / contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  height: auto;
  aspect-ratio: 717 / 363;
  z-index: -1;
}
.motherDay .motherDay-gift__introText::after{
  content: "";
  position: absolute;
  background: url(https://tcmart.itembox.design/item/freepage/keirounohi/2025/images/premium-gl04.png) no-repeat center / contain;
  height: auto;
  aspect-ratio: 600/201;
  z-index: -1;
}
.motherDay .motherDay-recommend--gift .motherDay-recommend__cnt::after{
  background: none;
}
.motherDay .motherDay-recommend--gift{
  margin-block: var(--GAP_80) var(--GAP_60);
  background-color: unset;
}
.motherDay .motherDay-recommend--gift .motherDay-recommend__headTitle::before,
.motherDay .motherDay-recommend--gift .motherDay-recommend__headTitle::after{
  display: none;
}
.motherDay .motherDay-recommend--gift .motherDay-recommend__TitleProduct{
  color: #4E275C;
}
.motherDay .motherDay-recommend--gift .motherDay-recommend__TitleCmnt::before{
  display: none;
}
.motherDay .motherDay-recommend--gift .motherDay-recommend__TitleCmnt{
  background: linear-gradient(transparent 60%, #E3D6A9 60%);
}
.motherDay .motherDay-recommend--gift .motherDay-recommend__productColorList{
  max-width:unset;
}

.motherDay .motherDay-recommend--gift .motherDay-recommend__productColorList{
  grid-template-columns: repeat(3, 1fr);
}

.motherDay .motherDay-recommend--gift .motherDay-recommend__productColorList2{
  max-width:unset;
}

/* ↓↓↓プレミアムギフト商品２の「カラバリ」を２項目に↓↓↓ */
.motherDay .motherDay-recommend--gift .motherDay-recommend__productColorList2{
  grid-template-columns: repeat(2, 1fr);
}
/* ↑↑↑プレミアムギフト商品２の「カラバリ」を２項目に↑↑↑ */

.motherDay .motherDay-recommend--gift .motherDay-price{
  text-align: left;
}
.motherDay .motherDay-gift__productPointList{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--GAP_20);
}
.motherDay .motherDay-gift__productPointImg img{
  border-radius: 15px;
}
.motherDay .motherDay-gift__productPointText{
  padding-top: 5px;
}
.motherDay .motherDay-gift .motherDay-btn{
  background-color: var(--GOLD01);
}
.motherDay .motherDay-recommend--socksWrap{
  display: grid;
  gap: var(--GAP_30);
}
.motherDay .motherDay-recommend__productTitle{
  font-family: var(--FF_SHIPPORI);
  font-size: 20px;
  color: #4E275C;
  margin-top: var(--GAP_30);
  flex: 1;
  text-align: left;
}
.motherDay .motherDay-recommend--socks .motherDay-recommend__cnt::after{
  display: none;
}
.motherDay .motherDay-recommend--socks .motherDay-recommend__productPrice{
  margin-top: 10px;
}
.motherDay .motherDay-recommend--socks .motherDay-price{
  text-align: left;
}
.motherDay .motherDay-recommend--socks .motherDay-recommend__product{
  gap: var(--GAP_20);
}
.motherDay .motherDay-recommend__productAboutSocks{
  display: flex;
  align-items: center;
  gap: var(--GAP_10);
}
.motherDay .motherDay-recommend__productAboutSocksImg img{
  border-radius: 50%;
}
.motherDay .motherDay-recommend__productAboutSocksImg{
  flex: 1;
}
.motherDay .motherDay-recommend__productAboutSocksText{
  font-size: var(--FZ_14);
  flex: 0.8;
}
.motherDay .motherDay-recommend--socks .motherDay-recommend__productColorText{
  font-size: var(--FZ_12);
}
.motherDay .motherDay-recommend--socks .motherDay-recommend__productColorList{
  max-width: 150px;
}
.motherDay .motherDay-recommend__productColorText{
  white-space: nowrap;
}
.motherDay .motherDay-recommend--socks .motherDay-recommend__product{
  align-items: center;
}
.motherDay .motherDay-recommend--socks .motherDay-recommend__cnt{
  padding: 6%;
}
.motherDay .motherDay-recommend--socks .motherDay-recommend__productColorTitle{
  font-size: var(--FZ_16);
}
.motherDay .motherDay-recommend__productColorTitle{
  margin-block: var(--GAP_20);
}
.motherDay .motherDay-recommend--socksWrap .motherDay-recommend--socks{
  padding-top: 0;
}
.motherDay .motherDay-recommend--socks .motherDay-recommend__productColorList--legWarmer{
  max-width: 200px;
  gap: var(--GAP_20);
}
.motherDay .motherDay-recommend__productColorList--legWarmer>li{
  display: flex;
  flex-direction: column;
}
.motherDay .motherDay-recommend__productColorList--legWarmer>li .motherDay-recommend__productColorImg{
  aspect-ratio: 58/91;
}
.motherDay .motherDay-recommend__productColorList--legWarmer>li .motherDay-recommend__productColorText{
  flex: 1;
}

/* PC用 */
@media screen and (min-width: 768px){
  .motherDay .motherDay-gift{
    background: url(https://tcmart.itembox.design/item/freepage/keirounohi/2025/images/back-premium.jpg) no-repeat top center;
  }
  .motherDay .motherDay-gift__introText{
    transform: translateY(20%);
    text-align: left;
  }
  .motherDay .motherDay-gift__intro{
    grid-template-columns: 1fr 1fr;
  }
  .motherDay .motherDay-gift__title::before{
    top: -60px;
    left: -10%;
    width: 50%;
  }
  .motherDay .motherDay-gift__title::after{
    bottom: -80px;
    right: -10%;
    width: 50%;
  }
  .motherDay .motherDay-gift__introImg::after{
    top: 10%;
    left: 105%;
    width: 100%;
  }
  .motherDay .motherDay-gift__introText{
    font-size: clamp(13px, 1.6vw, 18px);
    justify-content: end;
  }
  .motherDay .motherDay-gift__introImg::before{
    bottom: -40%;
    left: 30%;
    transform: translateX(-50%);
    width: 100%;
  }
  .motherDay .motherDay-gift__introText::after{
    bottom: -10%;
    right: -30%;
    width: 100%;
  }
  .motherDay .motherDay-gift__introText::before{
    width: 120%;
  }
  .motherDay .motherDay-recommend--socksWrap{
    grid-template-columns: repeat(2,1fr);
  }
  .motherDay .motherDay-recommend__productAboutSocksText{
    text-align: left;
  }
}
/* スマホ用 */
@media screen and (max-width: 767px){
  .motherDay .motherDay-gift{
    background: url(https://tcmart.itembox.design/item/freepage/keirounohi/2025/images/back-premium-sp.jpg) repeat top center;
  }
  .motherDay .motherDay-gift__intro{
    grid-template-columns: 1fr;
    gap: 100px;
  }
  .motherDay .motherDay-gift__title::before{
    top: -60px;
    left: 0%;
    width: 70%;
  }
  .motherDay .motherDay-gift__title::after{
    bottom: -60px;
    right: 0;
    width: 70%;
  }
  .motherDay .motherDay-gift__introImg{
    width: 85%;
    max-width: 400px;
    margin-inline: auto;
  }
  .motherDay .motherDay-gift__introImg::after{
    top: 110%;
    left: -5%;
    width: 110%;
    max-width: 400px;
  }
  .motherDay .motherDay-gift__introText{
    font-size: 16px;
    text-align: center;
    justify-content: center;
  }
  .motherDay .motherDay-gift__introImg::before{
    bottom: -120px;
    right: -20%;
    width: 50%;
  }
  .motherDay .motherDay-gift__introText::after{
    bottom: -20%;
    left: -20%;
    width: 40%;
  }
  .motherDay .motherDay-gift__introText::before{
    width: 160%;
  }
  .motherDay .motherDay-recommend--gift .motherDay-recommend__product{
    gap: var(--GAP_20);
  }
  .motherDay .motherDay-recommend--gift .motherDay-recommend__headTitle{
    letter-spacing: .06em;
  }
  .motherDay .motherDay-recommend--gift .motherDay-recommend__headTitle{
    padding-bottom: 0;
  }
  .motherDay .motherDay-recommend--gift .motherDay-recommend__Title{
    gap: 10px;
  }
  
    .motherDay .motherDay-recommend--gift .motherDay-recommend__productColorList {
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
  }
  .motherDay .motherDay-recommend--gift .motherDay-recommend__productColorList li {
    width: 100%;
  }
  
  .motherDay .motherDay-recommend--gift .motherDay-recommend__productColorList li:first-child {
    grid-column: span 2;
    justify-self: center;
  }
  
  
  .motherDay .motherDay-recommend--socksWrap{
    grid-template-columns: 1fr;
  }
  .motherDay .motherDay-recommend--socks{
    margin-top: 1px;
  }
  .motherDay .motherDay-recommend--gift{
    margin-bottom: var(--GAP_30);
  }
  /*
  .motherDay .motherDay-recommend__product--sp .motherDay-recommend__productColorList{
    grid-template-columns: repeat(2,1fr);
    width: 50%;
    min-width: 180px;
  }
  */
  .motherDay .motherDay-recommend__product--sp .motherDay-recommend__productColorList--legWarmer{
    width: 75%;
    max-width: 250px;
  }
  .motherDay .motherDay-recommend__product--sp .motherDay-recommend__productColorTitle,
  .motherDay .motherDay-recommend--socks .motherDay-recommend__productTitle{
    max-width: 370px;
    margin-inline: auto;
  }
  .motherDay .motherDay-recommend__product--sp .motherDay-recommend__productColorList li:first-child{
    grid-column: unset;
  }
  .motherDay .motherDay-recommend__product--sp .motherDay-recommend__productColorTitle{
    margin-block: var(--GAP_20);
  }
  .motherDay .motherDay-recommend__productAboutSocksText{
    text-align: center;
  }
}
@media screen and (min-width: 1000px){
  .motherDay .motherDay-recommend__product--sp{
    display: none;
  }
  .motherDay .motherDay-recommend--socks .motherDay-recommend__product{
    grid-template-columns: 1fr 1fr;
  }
  .motherDay .motherDay-recommend--socks .motherDay-recommend__productColorTitle::before{
    width: 80%;
    min-width: 140px;
  }
}
@media screen and (max-width: 999px){
  .motherDay .motherDay-recommend__product--sp{
    display: block;
  }
  .motherDay .motherDay-recommend__product--pc .motherDay-recommend__productColorTitle,
  .motherDay .motherDay-recommend__product--pc .motherDay-recommend__productColorList{
    display: none;
  }
  .motherDay .motherDay-recommend__productAboutSocks{
    flex-direction: column;
  }
  .motherDay .motherDay-recommend--socks .motherDay-recommend__product{
    grid-template-columns: 1.5fr 1fr;
  }
  .motherDay .motherDay-recommend--socks .motherDay-recommend__productColorTitle::before{
    width: 60%;
    min-width: 140px;
  }
}


/* ======================motherDay-category===================== */
.motherDay .motherDay-category{
  background-color: #FDF7F7;
  padding-block: var(--GAP_100) var(--GAP_150);
}
.motherDay .motherDay-category .motherDay-inner--s{
  max-width: 970px;
}
.motherDay .motherDay-category__title{
  font-family: var(--FF_SHIPPORI);
  font-size: var(--FZ_32);
  color: var(--BROWN);
  text-align: center;
  font-weight: 500;
  margin-bottom: var(--GAP_60);
}
.motherDay .motherDay-category__list{
  display: grid;
}
.motherDay .motherDay-category__list>li{
  text-align: center;
}
.motherDay .motherDay-category__list>li a{
  font-family: var(--FF_SHIPPORI);
  color: #6F1E36;
  font-size: var(--FZ_20);
  font-weight: 500;
  display: block;
  border: 1px solid #6F1E36;
  padding: 20px 0;
  padding-right: 10px;
  font-weight: 500;
  position: relative;
  background: linear-gradient(to bottom, #FFFFFF 0%, #F0E9E6 100%);
}
.motherDay .motherDay-category__list>li a::after{
  content: "";
  position: absolute;
  right: 8%;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 7px;
  height: 7px;
  border-right: 1.5px solid #6F1E36;
  border-top: 1.5px solid #6F1E36;
}

@media screen and (min-width: 570px){
  .motherDay .motherDay-category__list{
    grid-template-columns: repeat(3,1fr);
    gap: var(--GAP_20);
  }
}
@media screen and (max-width: 569px){
  .motherDay .motherDay-category__list{
    grid-template-columns: repeat(2,1fr);
    gap: 8px;
  }
}


/* 鐃緒申鐃緒申鐃緒申鐃?? */
.motherDay .motherDay-preparation{
  background-color: #E3C9C9;
  color: #5F2C15;
  font-weight: 500;
  font-size: var(--FZ_16);
  display: flex;
  justify-content: center;
  align-items: center;
  padding-block: 15px;
}



/* 一番下のボタン(もっとたくさん見たい方はこちら)設定 */
.motherDay .motherDay-guide__more{
  width: 100%;
  max-width: 380px;
  margin-inline: auto;
  margin-bottom: var(--GAP_40);
}
.motherDay .motherDay-guide__more a.motherDay-btn{
  background-color: var(--GOLD01);
  display: inline-flex;
  justify-content: center; /* ← 横方向センター揃え！ */
  align-items: center;      /* ← 縦方向センター揃え！ */
  text-align: center;
  width: 380px;
}
/* ここまで */

