@charset "utf-8";
/* ■■■■■■■■■■共通■■■■■■■■■■ */
/* フッタ付近 */
.g-guide{
  padding-top: var(--sec-spc);
}
/*----------------- ヘッダー動きスムース ------------------*/
@media screen and (min-width: 768px){
  :root{
    --HEADER_NOTICE_HEIGHT: 54px;
		--HEADER_UPR_HEIGHT: 60px;
	}
	#headerarea{
    height: 60px;
    display: flex;
    align-items: flex-end;
	}
  #headerarea{
		top: var(--HEADER_NOTICE_HEIGHT);
	}
}
/* g-heading */
h1.g-heading{
	padding: var(--sec-spc-half) 0;
}
/* s-txt */
.s-txt{
	display: grid;
}
.s-txt mark{
	background: linear-gradient(transparent 70%, #fff799 30%);
}
.s-txt__list > li{
	position: relative;
	margin-left: 10px;
}
.s-txt__list > li::before{
	content: '';
	display: inline-block;
	background: var(--c-black);
	aspect-ratio: 1/1;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.s-txt__note li{
	position: relative;
	color: var(--txt-c-addon);
}
.s-txt__note li::before{
	content: '※';
	position: absolute;
	top: 0;
	left: 0;
}
.s-txt__order{
	counter-reset: original-counter;
}
.s-txt__order > li::before{
	content: counter(original-counter)'.';
	counter-increment: original-counter;
}
@media screen and (min-width: 768px){
	.s-txt *:not(small){
		font-size: var(--fz-14);
	}
	.s-txt p:has(mark){
		line-height: 2.5;
	}
	.s-txt > p:not(:first-child){
		margin-top: var(--spc-20);
	}
	.s-txt > *+.s-txt__list{
		margin-top: var(--spc-20);
	}
	.s-txt mark{
		padding: 2px 5px 3px;
	}
	.s-txt__list > li{
		padding-left: 10px;
	}
	.s-txt__list > li::before{
		width: 4px;
		top: 13px;
	}
	.s-txt__note li{
		font-size: var(--fz-12);
		padding-left: 15px;
	}
}
@media screen and (max-width: 767px){
	.s-txt *:not(small){
		font-size: var(--fz-16);
	}
	.s-txt p:has(mark){
		line-height: 2.5;
	}
	.s-txt > p:not(:first-child){
		margin-top: var(--spc-20);
	}
	.s-txt > *+.s-txt__list{
		margin-top: var(--spc-20);
	}
	.s-txt mark{
		padding: 2px 5px 3px;
	}
	.s-txt__list > li{
		padding-left: 12px;
	}
	.s-txt__list > li::before{
		width: 5px;
		top: 13px;
	}
	.s-txt__note li{
		font-size: var(--fz-12);
		padding-left: 15px;
	}
}
/* s-descWithImg */
.s-descWithImg{
	display: grid;
	gap: var(--sec-spc);
}
.s-descWithImg__desc{
	display: grid;
}
@media screen and (min-width: 768px){
	.s-descWithImg li{
		display: flex;
		gap: var(--spc-40);
		align-items: flex-start;
	}
	.s-descWithImg--crossList li:nth-child(even){
		flex-direction: row-reverse;
	}
	.s-descWithImg li > *{
		flex: 1;
	}
	.s-descWithImg__desc{
		gap: var(--spc-30);
	}
}
@media screen and (max-width: 767px){
	.s-descWithImg li{
		display: grid;
		gap: var(--spc-20);
	}
	.s-descWithImg__desc{
		gap: var(--spc-30);
	}
}
/* ■■■■■■■■■■よくある質問■■■■■■■■■■ */
.s-faq dd:not(:last-child){
	border-bottom: 1px solid var(--bd-c-gray);
}
.s-faq dt,
.s-faq dd{
	position: relative;
}
.s-faq:last-child dd{
	padding-bottom: 0;
}
.s-faq dt::before,
.s-faq dd::before {
	font-family: var(--ff-en);
	position: absolute;
}
.s-faq dt::before{
	content: 'Q';
  color: var(--fs-btn-bg-c-primary);
}
.s-faq dd::before {
	content: 'A';
  color: var(--c-red);
}
@media screen and (min-width: 768px){
	.s-faq{
		margin-top: 20px;
	}
	.s-faq dd:not(:last-child){
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
	.s-faq dt{
		font-size: var(--fz-16);
		padding: 2px 50px 20px 35px;
	}
	.s-faq dd{
		padding: 10px 40px 40px 40px;
	}
	.s-faq dt::before,
	.s-faq dd::before{
		font-size: var(--fz-25);
	}
	.s-faq dt::before{
		left: 10px;
		top: -6px;
	}
	.s-faq dd::before{
		left: 12px;
		top: 0px;
	}
}
@media screen and (max-width: 767px){
	.s-faq{
		margin-top: 20px;
	}
	.s-faq dd:not(:last-child){
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.s-faq dt{
		font-size: var(--fz-16);
		padding: 0 10px 10px 35px;
	}
	.s-faq dd{
		padding: 8px 30px 30px 35px;
	}
	.s-faq dt::before,
	.s-faq dd::before{
		font-size: 20px;
	}
	.s-faq dt::before{
		left: 15px;
		top: -5px;
	}
	.s-faq dd::before{
		left: 16px;
		top: 5px;
	}
	.s-faq dd .s-txt{
		line-height: 1.7;
	}
}

/* アコーディオン 矢印 */
.s-faq--acc dt{
	position: relative;
}
.s-faq--acc dt span{
	display: inline-block;
	position: relative;
	aspect-ratio: 1/1;
	position: absolute;
}
.s-faq--acc dt span::before{
	font-family: 'Font Awesome 5 Pro';
	font-weight: 500;
	content: '\f107';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: .3s;
}
.s-faq--acc dt.active span::before{
	transform: translate(-50%, -50%) rotate(180deg);
}
.s-faq--acc dd{
	display: none;
}
@media (hover: hover){
	.s-faq--acc dt:hover{
		cursor: pointer;
	}
}
@media screen and (min-width: 768px){
	.s-faq--acc dt:not(:first-child){
		margin-top: 20px;
	}
	.s-faq--acc dt span{
		width: 30px;
		right: 10px;
		top: 10px;
	}
	.s-faq--acc dt span::before{
		font-size: 20px;
	}
}
@media screen and (max-width: 767px){
	.s-faq dt{
		padding-right: 30px;
	}
	.s-faq--acc dt:not(:first-child){
		margin-top: 10px;
	}
	.s-faq--acc dt span{
		width: 20px;
		right: 5px;
		top: 5px;
	}
	.s-faq--acc dt span::before{
		font-size: 15px;
	}
}
/* 時間 */
.s-guideContents__time{
  display: grid;
  grid-template-columns: repeat(5,1fr);
  padding-top: var(--spc-20);
  max-width: 700px;
}
.s-guideContents__timeImg{
  margin-bottom: 5px;
}
.s-guideContents__timeTxt{
  text-align: center;
  line-height: 1.4;
}
@media screen and (min-width: 768px){
  .s-guideContents__time{
    gap: var(--spc-30);
  }
  .s-guideContents__timeTxt{
    font-size: var(--fz-13);
  }
}
@media screen and (max-width: 767px){
  .s-guideContents__time{
    gap: 10px;
  }
  .s-guideContents__timeTxt{
    font-size: var(--fz-12);
  }
}
/* ■■■■■■■■■■お買い物ガイド■■■■■■■■■■ */
.s-guideContents{
	--h3-bgcolor: #F5F5F5;
	--h2-bdcolor: #E5E5E5;
	margin-top: 3px;
	display: grid;
	gap: var(--sec-spc);
}
.s-guideColumn__heading{
	font-weight: 500;
	border-bottom: 1px solid var(--c-gray-200);
}
.s-guideColumn__ttl{
	font-weight: 600;
	background-color: var(--h3-bgcolor);
}
.s-guideCredit{
	display: flex;
	align-items: center;
	margin: var(--spc-20) 0;
}
.s-guideCredit li{
	flex: 1;
}
.s-guidePaymentLogo{
	margin: var(--spc-30) 0 var(--spc-20);
}
.s-guideColumn__subttl{
	font-size: var(--fz-14);
	font-weight: 400;
}
.s-guideColumn__subttl::before{
	content: '【';
}
.s-guideColumn__subttl::after{
	content: '】';
}
.s-guideNav__item li.is-current a {
	color: #ff0000;
}
@media screen and (min-width: 768px){
	.s-guideContainer{
		display: grid;
		grid-template-columns: 200px 1fr;
		align-items: flex-start;
		gap: clamp( 80px, 8.5vw, 100px);
	}
	.s-guideNav{
		position: sticky;
		top: 60px;
		left: 0;
	}
	.s-guideNav__item li {
		border-bottom: 1px solid var(--c-gray-200);
	}
	.s-guideNav__item li a{
		font-size: var(--fz-13);
		display: block;
		padding: 10px 0;
	}
	.s-guideColumn__heading{
		font-size: var(--fz-18);
		padding-bottom: 10px;
		margin-bottom: var(--spc-10);
	}
	.s-guideColumn__ttl{
		font-size: var(--fz-16);
		padding: 4px 15px;
		margin: var(--spc-50) 0 var(--spc-15);
	}
	.s-guideCredit{
		max-width: 280px;
    gap: var(--spc-20);
	}
	.s-guidePaymentLogo--AmazonPay{
		width: 180px;
	}
	.s-guidePaymentLogo--PayPay{
		width: 130px;
	}
	.s-guidePaymentLogo--rakutenPay{
		width: 150px;
	}
	.s-guideTable{
		margin-top: var(--spc-20);
	}
	.s-guideTable tbody th,
	.s-guideTable tbody td{
		padding: 7px 20px;
		font-size: var(--fz-12);
	}
	.s-guideColumn__subttl{
		margin-top: var(--spc-20);
	}
}
@media screen and (max-width: 767px){
	.s-guideNav{
		--guide-nav-sp-box: 300px;
		--guide-nav-sp-box-trigger: 40px;
		position: fixed;
		right: calc(0px - var(--guide-nav-sp-box) + var(--guide-nav-sp-box-trigger));
		top: 150px;
		display: flex;
		width: var(--guide-nav-sp-box);
		transition: .5s;
		z-index: 99;
		opacity: 0;
	}
	body.scroll .s-guideNav{
		opacity: 0;
		animation: var(--anime-fade-in);
	}
	body.scroll.returnTop .s-guideNav{
		opacity: 1;
		animation: var(--anime-fade-out);
	}
	.s-guideNav.active{
		right: 0;
	}
	.s-guideNav__spTrigger{
		width: var(--guide-nav-sp-box-trigger);
		height: 100px;
		background-color: var(--c-yellow);
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 5px 0 0 5px;
		border: 1px solid var(--bd-c-gray);
		border-right: none;
	}
	.s-guideNav__spTrigger::after{
		content: '目次';
		writing-mode: vertical-rl;
	}
	.s-guideNav.active .s-guideNav__spTrigger::after{
		content: '閉じる';
	}
	.s-guideNav__item{
		flex: 1;
		background-color: var(--c-white);
		border: 1px solid var(--bd-c-gray);
	}
	.s-guideNav__item li:not(:last-child){
		border-bottom: 1px solid var(--c-gray-200);
	}
	.s-guideNav__item li a{
		display: block;
		padding: 8px 15px;
		font-size: 13px;
	}
	.s-guideColumn__heading{
		font-size: var(--fz-20);
		padding-bottom: 5px;
		margin-bottom: var(--spc-20);
	}
	.s-guideColumn__ttl{
		font-size: var(--fz-16);
		padding: 7px 15px;
		margin: var(--spc-50) 0 var(--spc-10);
	}
	.s-guidePaymentLogo--AmazonPay{
		width: 150px;
	}
	.s-guidePaymentLogo--PayPay{
		width: 120px;
	}
	.s-guidePaymentLogo--rakutenPay{
		width: 120px;
	}
	.s-guideTable{
		margin-top: var(--spc-20);
	}
	.s-guideTable tbody th,
	.s-guideTable tbody td{
		padding: 5px 15px;
		font-size: var(--fz-12);
	}
	.s-guideColumn__subttl{
		margin-top: var(--spc-10);
	}
  .s-guideCredit{
    gap: var(--spc-30);
	}
}
/* ------------------ 作り込みフリーページ -------------------- */
/* --------------- 私たちの想い --------------- */
.s-aboutMind{
  background-color: var(--c-white);
}
@media screen and (min-width: 768px){

}
@media screen and (max-width: 767px){

}
/* --------------- 選ばれる理由 --------------- */
.s-aboutValue{
  background-color: unset;
}
.s-aboutValue__list li{
  background-color: var(--c-white);
  padding: var(--spc-40) var(--spc-30);
}
.s-aboutValue__img{
  max-width: 250px;
  margin-inline: auto;
  margin-bottom: var(--spc-20);
}
.s-aboutValue__img img{
  border-radius: 50%;
}
.s-aboutValue__ttl{
  font-size: var(--fz-20);
  font-weight: bold;
  margin-bottom: var(--spc-20);
}
.s-aboutValue__txt{
  font-size: var(--fz-14);
}
@media screen and (min-width: 768px){
  .s-aboutValue__ttl{
    text-align: center;
  }
  .s-aboutValue__img{
    width: 60%;
  }
}
@media screen and (max-width: 767px){
  .s-aboutValue__list{
    --grid-cols-sp: 1;
    --grid-gap-sp: 15px;
  }
  .s-aboutValue__list li{
    display: grid;
    grid-template: auto 1fr / 0.5fr 1fr;
    padding-left: var(--spc-10);
    margin-bottom: var(--spc-10);
  }
  .s-aboutValue__list li .s-aboutValue__img{
    grid-row: span 2;
  }
  .s-aboutValue__img{
    width: 70%;
  }
}
/* --------------- これまでの歩み --------------- */
.tab-wrap--history{
  display: flex;
  gap: var(--spc-30);
  margin-top: var(--spc-60);
}
.tab-contents-wrap{
  flex: 1;
}
.tab-wrap--history .tab-nav{
  margin-bottom: 0;
}
.tab-wrap--history .tab-btn{
  background-color: unset;
  color: var(--c-brown);
  justify-content: flex-start;
  text-align: left;
  font-size: var(--fz-18);
  padding-bottom: var(--spc-15);
  background-image : linear-gradient(to right, var(--c-brown) 3px, transparent 3px);
  background-size: 6px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
  min-height: unset;
}
.s-aboutHistory .slick-list article {
  position: relative;
}
.s-aboutHistory .slick-slide{
  height: 100%;
}
.s-aboutHistory__img {
  position: absolute;
}
.s-aboutHistory .slick-list article{
  padding: var(--spc-80) var(--spc-30) var(--spc-50);
}
.s-aboutHistory__num{
  font-family: var(--ff-en);
  color: var(--c-brown);
  line-height: 1.2;
  font-weight: 200;
  display: inline-block;
  padding-inline: 10px;
  border-bottom: 1px solid var(--c-brown);
  margin-bottom: var(--spc-40);
}
.s-aboutHistory__ttl{
  color: var(--c-brown);
  font-weight: bold;
  margin-bottom: var(--spc-20);
}
.s-aboutHistory__txt{
  font-size: var(--fz-14);
  color:  var(--txt-c-base);
  line-height: 2;
}
@media screen and (min-width: 768px){
  .l-freeList--num{
    width: 30%;
    max-width: 350px;
    min-width: 240px;
  }
  .tab-wrap--history .tab-nav{
    flex-direction: column;
  }
  .s-aboutHistory__img{
    top: 0%;
    right: 5%;
    width: 45%;
    min-width: 250px;
    max-width: 350px;
  }
  .tab-wrap--history .tab-btn{
    align-items: flex-start;
  }
  .s-aboutHistory__num{
    font-size: 80px;
    margin-top: 40px;
  }
  .s-aboutHistory__ttl{
    font-size: var(--fz-25);
  }
  .s-aboutHistory .slick-list article {
    height: 500px;
    background: linear-gradient(to bottom, #fff 60px, var(--c-yellow) 60px);
  }
}
@media screen and (max-width: 767px){
  .tab-wrap--history{
    flex-direction: column;
  }
  .l-freeList--num{
    display: flex;
  }
  .tab-wrap--history .tab-nav{
    overflow-x: scroll;
  }
  .tab-wrap--history .tab-nav li:last-child::after{
    display: none;
  }
  .tab-wrap--history .tab-nav li{
    margin-bottom: clamp( 10px, 1.3vw, 15px);
  }
  .tab-wrap--history .tab-btn{
    min-width: fit-content;
    padding-right: 20px;
    align-items: center;
  }
  .s-aboutHistory__img{
    top: 5%;
    right: 20px;
    width: 52%;
    max-width: 200px;
  }
  .s-aboutHistory__num{
    font-size: 60px;
  }
  .s-aboutHistory__ttl{
    font-size: var(--fz-20);
  }
  .s-aboutHistory .slick-list article {
    height: 460px;
    background: var(--c-yellow);
  }
  .s-aboutHistory [class*="g-slickArrow--"]{
    background-color: var(--c-brown);
    top: 50%;
    transform: translateY(-50%);
  }
  .s-aboutHistory [class*="g-slickArrow--"]::before{
    background-color: var(--c-white);
  }
  .s-aboutHistory [class*="g-slickArrow--next"]::before{
    transform: rotate(180deg);
  }
  .s-aboutHistory .g-slickArrow--prev{
    left: -20px;
  }
  .s-aboutHistory .g-slickArrow--next{
    right: -20px;
  }
}
/* --------------- 秀岳荘とは　店舗一覧 --------------- */
.s-aboutShop .g-shop__headingWrap{
  display: none;
}
/* --------------- 店舗一覧 --------------- */
/* アンカーリンク */
.s-shopLink__card {
  position: relative;
  display: block;
  overflow: hidden;
  color: var(--c-white);
  text-decoration: none;
}
.s-shopLink__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  aspect-ratio: 3 / 2;
}
.s-shopLink__card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.s-shopLink__txt {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: var(--fz-16);
  line-height: 1.3;
}
.s-shopLink__txt  span{
  font-family: var(--ff-en);
  font-size: var(--fz-40);
  display: block;
}
.s-shopLink__card:visited,
.s-shopLink__card:hover,
.s-shopLink__card:active {
  color: #fff;
  text-decoration: none;
}
@media screen and (min-width: 768px){
  .s-shopLink__list {
    --grid-cols-sp: 1;
  }
}
@media screen and (max-width: 767px){
  .s-shopLink__list {
    display: flex;
    flex-direction: column;
  }
  .s-shopLink__card{
    max-height: 120px;
  }
}
/* 店舗情報 */
.s-shopPlace__wrap{
  display: flex;
  gap: var(--spc-20);
}
.s-shopPlace__wrap--reverse{
  flex-direction: row-reverse;
}
.s-shopPlace__img{
  flex: 1;
}
.grid-4col.s-shopPlace__img4col{
  --grid-cols-sp: 4;
  --grid-gap-pc: var(--spc-10);
  --grid-gap-sp: var(--spc-10);
  margin-top: var(--spc-10);
}
.s-shopPlace__about {
  margin-bottom: var(--spc-20);
}
.s-shopPlace__about dt,
.s-shopPlace__about dd {
  font-size: var(--fz-14);
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0.3em 0;
}
.s-shopPlace__about dt {
  font-weight: bold;
}
.s-shopPlace__list{
  display: grid;
}
.s-shopPlace__list{
  background-color: var(--c-yellow);
  padding: var(--spc-30);
}
.s-shopPlace__list li{
  font-size: var(--fz-14);
}
.s-shopPlace__list li:not(:last-child) {
  padding-bottom: var(--spc-10);
  margin-bottom: var(--spc-15);
  background-image : linear-gradient(to right, var(--c-brown) 3px, transparent 3px);
  background-size: 6px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
.s-shopPlace__list li span{
  font-weight: bold;
  margin-right: 15%;
}
.s-shopPlace__intro{
  max-width: 1000px;
  margin-inline: auto;
}
.s-shopPlace__intro > p{
  font-size: var(--fz-14);
  line-height: 2;
}
.s-shopPlace__map iframe {
  width: 100%;
  border: 0;
}
.s-shopProduct__wrap{
  background-color: var(--c-yellow);
  padding: var(--spc-30);
}
.s-shopProduct__ttl{
  font-weight: bold;
  margin-bottom: var(--spc-10);
}
.s-shopProduct__list{
  display: grid;
  grid-template-columns: 1fr 1.8fr;
}
.s-shopProduct__list li{
  font-size: var(--fz-14);
  list-style: disc !important;
  margin-left: 20px;
}
@media screen and (min-width: 768px){
  .s-shopPlace__wrap{
    margin-bottom: var(--spc-40);
  }
  .s-shopPlace__txt{
    width: 33%;
    /* max-width: 380px; */
    min-width: 270px;
  }
  .s-shopPlace__about dt {
    width: 23%;
  }
  .s-shopPlace__about dd {
    width: calc(100% - 30%);
  }
  .s-shopPlace__map iframe {
    height: 300px;
  }
  .s-shopPlace__intro > p{
    margin-bottom: var(--spc-30);
  }
}
@media screen and (max-width: 767px){
  .s-shopPlace__wrap{
    flex-direction: column-reverse;
    margin-bottom: var(--spc-20);
  }
  .s-shopPlace__map iframe {
    height: 150px;
  }
  .grid-4col.s-shopPlace__img4col{
    overflow-x: scroll;
    display: flex;
  }
  .grid-4col.s-shopPlace__img4col li{
    min-width: 120px;
  }
  .s-shopPlace__intro > p{
    margin-bottom: var(--spc-20);
  }
}
@media screen and (min-width: 560px) and (max-width: 767px){
  .s-shopPlace__txt{
    flex: 1;
    display: flex;
  }
  .s-shopPlace__about{
    flex: 1;
  }
  .s-shopPlace__list{
    flex: 0.7;
  }
  .s-shopPlace__about dt {
    width: 28%;
  }
  .s-shopPlace__about dd {
    width: calc(100% - 30%);
  }
}
@media screen and (max-width: 559px){
  .s-shopPlace__about dt {
    width: 23%;
  }
  .s-shopPlace__about dd {
    width: calc(100% - 25%);
  }
}

/* --------------- 商品リクエスト --------------- */
.s-request__ttl{
  font-weight: bold;
}
.s-requestFlow .l-figure img{
  border: 1px solid var(--c-gray-200);
}
@media screen and (min-width: 768px){
  .s-request__ttl{
    font-size: var(--fz-25) !important;
  }
}
@media screen and (max-width: 767px){
  .s-request__ttl{
    font-size: var(--fz-22) !important;
  }
}
/* --------------- 商品リクエストとは --------------- */
@media screen and (max-width: 767px){
  .s-requestAbout .l-cols__item .l-paragraph{
    font-size: var(--fz-16);
  }
}
/* --------------- こんな時に ---------------*/
.s-requestSeen__list{
  --grid-cols-sp: 1;
  --grid-gap-pc: var(--spc-60);
  --grid-gap-sp: 10px;
  padding-inline: var(--spc-30);
  margin-bottom: var(--spc-50);
}
.s-requestSeen__list li{
  background-color: var(--c-yellow);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (min-width: 768px){
  .s-requestSeen__list{
    padding-inline: var(--spc-30);
  }
  .s-requestSeen__list li{
    border-radius: 50%;
    aspect-ratio: 1/1;
    font-size: var(--fz-20);
  }
  .s-requestSeen__txt{
    font-size: var(--fz-14);
  }
}
@media screen and (max-width: 767px){
  .s-requestSeen__list{
    padding-inline: 0;
    margin-inline: auto;
    max-width: 200px;
  }
  .s-requestSeen__list li{
    border-radius: 20px;
    padding: 10px;
    font-size: var(--fz-20);
  }
  .s-requestSeen__txt{
    font-size: var(--fz-16);
  }
}
/* --------------- ATTENTION --------------- */
.s-requestAttention{
  background-color: unset;
}
.s-requestAttention__list{
  display: grid;
  gap: var(--spc-20);
  padding-left: 20px;
}
.s-requestAttention__list li{
  list-style: disc;
  font-size: var(--fz-18);
}
/* --------------- 商品リクエストの流れ --------------- */
.s-requestFlow__list{
  margin-bottom: 0;
}
.s-requestFlow__list .l-cols{
  align-items: flex-start;
}
.s-requestFlow__list .l-cols:last-child{
  margin-bottom: 0;
}
.s-requestFlow__num{
  color: var(--c-red);
  border-bottom: 1px solid var(--c-red);
  font-family: var(--ff-en);
  font-size: var(--fz-40);
  font-weight: 400;
  margin-bottom: var(--spc-20);
}
.s-requestFlow .g-heading{
  line-height: 1.6;
}
.s-requestFlow .l-mediaTxt{
  margin-bottom: 0;
}
@media screen and (min-width: 768px){
  
}
@media screen and (max-width: 767px){
  .s-requestFlow__list .l-cols{
    flex-direction: column;
  }
  .s-requestFlow__list .l-cols__item:has(.l-figure){
    margin-inline: auto;
  }
}

/* ■■■■■■■■■■　■■■■■■■■■■ */
/* ------------------  -------------------- */
/* ------------------  -------------------- */
/* ------------------  -------------------- */
/* ------------------  -------------------- */
/* ------------------  -------------------- */
/* ------------------  -------------------- */