@charset "utf-8";
/* ■■■■■■■■■■共通■■■■■■■■■■ */
/* g-heading */
h1.g-heading{
	padding: var(--GENERALSEC_HALF) 0;
}
/* ■■■■■■■■■■よくある質問■■■■■■■■■■ */
.s-faq dt,
.s-faq dd{
	position: relative;
}
.s-faq:last-child dd{
	padding-bottom: 0;
}
.s-faq dt::before {
	font-family: var(--FF_EN);
	position: absolute;
}
@media screen and (min-width: 768px){
	.s-faq{
		margin-top: 20px;
	}
	.s-faq dd:not(:last-child){
		margin-bottom: 30px;
	}
	.s-faq dt{
		font-size: var(--FZ_16);
		padding: 7px 20px;
	}
	.s-faq dd{
		padding: 10px 15px 40px;
	}
	.s-faq dt::before {
		font-size: 17px;
	}
	.s-faq dt::before{
		left: 10px;
		top: -4px;
	}
	.s-faqA{
		font-size: var(--FZ_18);
	}
}
@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: 6px 30px 6px 15px;
	}
	.s-faq dd{
		padding: 8px 10px 30px 20px;
	}
	.s-faq dd .g-txt{
		line-height: 1.7;
	}
	.s-faqA{
		font-size: var(--FZ_16);
	}
}
/* アコーディオン プラスマイナス */

.s-faq--acc dt{
	position: relative;
	background-color: var(--GRAY01);
}
.s-faq--acc dt span{
	display: inline-block;
	position: relative;
	aspect-ratio: 1/1;
	position: absolute;
}
.s-faq--acc dt span::before,
.s-faq--acc dt span::after{
	content: "";
	display: inline-block;
	background: var(--GRAY03);
	width: 60%;
	height: 1px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.s-faq--acc dt span::after{
	transition: .3s;
	transform: translate(-50%, -50%) rotate(90deg);
}
.s-faq--acc dt.active span::after{
	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: 20px;
		right: 18px;
		position: absolute;
    top: 50%;
    transform: translateY(-50%);
	}
}
@media screen and (max-width: 767px){
	.s-faq--acc dt:not(:first-child){
		margin-top: 10px;
	}
	.s-faq--acc dt span{
		width: 17px;
		right: 12px;
		position: absolute;
    top: 50%;
    transform: translateY(-50%);
	}
}

/* アコーディオン 矢印 */
/* .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{
	--H3_BGCOLOR: #F5F5F5;
	--H2_BDCOLOR: #E5E5E5;
	display: grid;
	gap: var(--GENERALSEC);
}
.s-guideColumn__heading{
	font-weight: 400;
}
.s-guideColumn__heading::before{
	font-weight: 800;
	content: 'ー';
  color: var(--GOLD01);
	padding-right: 7px;
}
.s-guideColumn__ttl{
	font-weight: 500;
	background-color: var(--H3_BGCOLOR);
}
.s-guideCredit{
	display: flex;
	align-items: center;
	gap: var(--GAP_5_CONST);
	margin: var(--GAP_20) 0;
}
.s-guideCredit li{
	flex: 1;
}
.s-guidePaymentLogo{
	margin: var(--GAP_30) 0 var(--GAP_20);
}
.s-guideTable{
	width: 100%;
	max-width: 800px;
	border-collapse: collapse;
}
.s-guideTable--bank{
	max-width: 300px;
}
.s-guideTable th,
.s-guideTable td{
	border: 1px solid var(--H2_BDCOLOR);
}
.s-guideTable th{
	font-weight: normal;
}
.s-guideTable thead th{
	background-color: var(--H2_BDCOLOR);
	padding: 5px 0;
	font-size: var(--FZ_12_CONST);
}
.s-guideTable tbody th,
.s-guideTable tbody td{
	text-align: center;
}
.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 a::before{
	content: 'ー';
  color: var(--GOLD01);
	padding-right: 7px;
}
.g-txt__tableBox,.g-txt__tableBox02,.g-txt__box{
	border: 1px solid var(--GOLD01);
	margin-top: 30px;
}
.g-txt__tableBox td{
	text-align: center;
}
.g-txt__tableBox02 td{
	text-align: left;
} 
/* .g-txt__noteMargin{
	margin-top: 20px;
} */
.timeImage-yamato{
	padding: 20px 0;
	width: 400px;
}
.g-txt__underline{
	text-decoration: underline;
}
.g-txt__contact{
	text-align: center;
}
.g-txt__contact-p{
	font-size: var(--FZ_12);
	color: var(--GRAY03);
}
.s-guideNav__ttl{
	font-size: var(--FZ_18);
	font-weight: 500;
	padding: 20px 0;
}
@media screen and (min-width: 768px){
	.s-guideContainer{
		display: grid;
		grid-template-columns: 250px 1fr;
		align-items: flex-start;
		gap: clamp( 40px, 5vw, 100px);
	}
	.s-guideNav{
		position: sticky;
		left: 0;
		top: 10px;
	}
	.s-guideNav__item li a{
		font-size: var(--FZ_13);
		display: block;
		padding: 15px 0;
	}
	.s-guideColumn__heading{
		font-size: var(--FZ_18);
		padding-bottom: 10px;
		margin-bottom: var(--MG_10);
	}
	.s-guideColumn__ttl{
		font-size: var(--FZ_14);
		padding: 4px 15px;
		margin: 0 0 var(--MG_15);
	}
	.s-guideColumn .g-txt:not(:last-of-type),.s-guideColumn .g-btnContainer:not(:last-of-type){
		margin-bottom: var(--MG_50);
	}
	.s-guideCredit{
		max-width: 200px;
	}
	.s-guidePaymentLogo--AmazonPay{
		width: 180px;
	}
	.s-guidePaymentLogo--PayPay{
		width: 130px;
	}
	.s-guidePaymentLogo--rakutenPay{
		width: 150px;
	}
	.s-guideTable{
		margin-top: var(--MG_20);
	}
	.s-guideTable tbody th,
	.s-guideTable tbody td{
		padding: 7px 20px;
		font-size: var(--FZ_12);
	}
	.s-guideColumn__subttl{
		margin-top: var(--MG_20);
	}
	.g-txt__tableBox,.g-txt__tableBox02{
		padding: 10px 15px;
		width: 400px;
	}
	.g-txt__box{
		padding: 10px 15px;
		width: 480px;
	}
	.s-guideContents{
		margin-top: 23px;
	}
}
@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_FADEIN);
	}
	body.scroll.returnTop .s-guideNav{
		opacity: 1;
		animation: var(--ANIME_FADEOUT);
	}
	.s-guideNav.active{
		right: 0;
	}
	.s-guideNav__spTrigger{
		width: var(--GUIDE_NAV_SP_BOX_TRIGGER);
		height: 200px;
		background-color: var(--GRAY01);
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 5px 0 0 5px;
		border: 1px solid var(--GRAY03);
		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(--WHITE);
		border: 1px solid var(--GRAY03);
	}
	.s-guideNav__item li a{
		display: block;
		padding: 8px 15px;
		font-size: 13px;
	}
	.s-guideColumn__heading{
		font-size: var(--FZ_18_CONST);
		padding-bottom: 5px;
		margin-bottom: var(--MG_5);
	}
	.s-guideColumn__ttl{
		font-size: var(--FZ_15_CONST);
		padding: 7px 15px;
		margin: 0 0 var(--MG_10);
	}
	.s-guideColumn .g-txt,.s-guideColumn .g-btnContainer{
		margin-bottom: var(--MG_50);
	}
	.s-guidePaymentLogo--AmazonPay{
		width: 150px;
	}
	.s-guidePaymentLogo--PayPay{
		width: 120px;
	}
	.s-guidePaymentLogo--rakutenPay{
		width: 120px;
	}
	.s-guideTable{
		margin-top: var(--MG_20);
	}
	.s-guideTable tbody th,
	.s-guideTable tbody td{
		padding: 5px 15px;
		font-size: var(--FZ_12_CONST);
	}
	.s-guideColumn__subttl{
		margin-top: var(--MG_10);
	}
	.g-txt__tableBox,.g-txt__tableBox02{
		padding: 15px;
		width: 90%;
	}
	.g-txt__box{
		padding: 15px;
	}
	.s-guideContents{
		margin-top: 3px;
	}
	.timeImage-yamato{
		width: 100%;
	}
}
@media screen and (min-width: 768px){
	/* s-guideNav__ttl--hasChild */
	.s-guideNav__ttl--hasChild{
		display: flex;
		align-items: center;
		gap: 10px;
	}
	.s-guideNav__ttl__open{
		display: inline-block;
		aspect-ratio: 1/1;
		position: relative;
		width: 10px;
	}
	.s-guideNav__ttl__open::before,
	.s-guideNav__ttl__open::after{
		content: "";
		display: inline-block;
		background: var(--TXT_COLOR_BASE);
		width: 100%;
		height: 1px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		transition: .3s;
	} 
	.active .s-guideNav__ttl__open--startOpen::before{
		transform: translate(-50%, -50%) rotate(-90deg);
	}
	.s-guideNav__ttl__open--startClose::after{
		transform: translate(-50%, -50%) rotate(90deg);
	}
	.active .s-guideNav__ttl__open--startClose::after{
		transform: translate(-50%, -50%) rotate(180deg);
	}
}
/* ■■■■■■■■■■会社概要■■■■■■■■■■ */
.s-company{
	border-collapse: collapse;
}
.s-company tr:not(:last-child) th,
.s-company tr:not(:last-child) td{
	border-bottom: 1px solid var(--GOLD03_OP50);
}
.s-company tr:first-child th,
.s-company tr:first-child td{
	padding-top: 0;
}
.s-company th{
	color: var(--GOLD02);
	font-weight: 500;
	text-align: left;
	vertical-align: middle;
}
.s-company td{
	font-weight: 400;
}
@media screen and (min-width: 768px){
	.s-company{
		margin-bottom: 200px;
	}
	.s-company th{
		width: 170px;
	}
	.s-company th,
	.s-company td{
		padding: 30px;
		font-size: var(--FZ_16);
	}
}
@media screen and (max-width: 767px){
	.s-company{
		margin-bottom: 100px;
	}
	.s-company th{
		width: 100px;
	}
	.s-company th,
	.s-company td{
		padding: 20px 0;
	}
}
/* ■■■■■■■■■■lp3ページ■■■■■■■■■■ */
/* 共通 */
.s-lp-container{
  width: 95%;
  max-width: 1200px;
  margin:  0 auto;
}
.s-lpHeading2{
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
}
.s-lpHeading3{
  border-left: 3px var(--BGCOLOR_GOLD_1) solid;
  padding: 5px 0px 5px 10px;
  font-weight: bold;
}
.s-guideColumn__heading {
	font-weight: 400;
}
@media screen and (min-width: 768px){
  .s-lpHeading2{
    font-size: 24px;
  }
  .s-lpHeading3{
    font-size: 20px;
  }
	.s-guideColumn__heading {
		font-size: var(--FZ_18);
		padding-bottom: 10px;
		margin-bottom: var(--MG_10);
	}
}
@media screen and (max-width: 767px){
  .s-lpHeading2{
    font-size: 20px;
  }
  .s-lpHeading3{
    font-size: 18px;
  }
	.s-guideColumn__heading {
		font-size: var(--FZ_18_CONST);
		padding-bottom: 5px;
		margin-bottom: var(--MG_5);
	}
}
/* =============  ギフトページ  =============== */
/* top */
.s-giftTop{
  margin-bottom: 40px;
}
/* ギフトラッピングサービス */
.s-giftWrappingServiceMsg{
  text-align: center;
  margin-bottom: 40px;
}
.g-txt--rjk__gold{
	color: var(--GOLD02);
}
@media screen and (min-width: 768px){
	.s-giftWrappingService {
		margin-bottom: var(--GENERALSEC);
	}
  .s-giftWrappingServiceMsg{
    font-size: 18px;
  }
  .g-descWithImg__desc .g-txt--rjk *{
    font-size: 15px;
		line-height: 1.7;
  }
}
@media screen and (max-width: 767px){
	.s-giftWrappingService {
		margin-bottom: 80px;
	}
  .s-giftWrappingServiceMsg{
		text-align: left;
  }
  .g-descWithImg__desc .g-txt--rjk * {
    font-size: 14px;
		line-height: 1.6;
  }
}
/* ギフトラッピングのお申込み方法 */
.s-applicationDetail {
  display: grid;
  gap: var(--GAP_30);
}
.s-applicationDetail:first-child{
  margin-bottom: 50px;
}
.s-applicationDetail__texts > p:not(:first-child) {
  margin-top: var(--GAP_20);
}
.s-applicationImg__item{
	margin-top: 20px;
}
.s-applicationImg__item:first-child{
	margin-top: 0px;
}
@media screen and (min-width: 768px){
	.s-applicationMethod{
		margin-bottom: var(--GENERALSEC);
	}
  .s-applicationMain{
    display: flex;
    gap: var(--GAP_40);
    align-items: flex-start;
  }
  .s-applicationMain > *{
    flex: 1;
  }
}
@media screen and (max-width: 767px){
  .s-applicationMain {
    display: grid;
    gap: 20px;
	}
	.s-applicationMethod{
		margin-bottom: 80px;
	}
}
/* お仕立券について */
.s-tailoringTicketMsg{
  text-align: center;
  margin-bottom: 40px;
}
.s-tailoringTicketMsg__gold{
	color: var(--GOLD02);
}
.s-tailoringContents__detail{
  display: grid;
  gap: var(--GAP_30);
}
.s-tailoringContents__detail__texts > p:not(:first-child) {
  margin-top: var(--GAP_20);
}
.s-tailoringContents{
  margin-bottom: var(--GENERALSEC);
}
@media screen and (min-width: 768px){
  .s-tailoringTicketMsg{
    font-size: 18px;
  }
  .s-tailoringContents{
    display: flex;
    gap: var(--GAP_40);
    align-items: flex-start;
  }
  .s-tailoringContents > *{
    flex: 1;
  }
}
@media screen and (max-width: 767px){
  .s-tailoringTicketMsg{
    font-size: 16px;
		text-align: left;
  }
  .s-tailoringContents{
    display: grid;
    gap: 20px;
  }
  .s-tailoringContentsImg {
    order: -1;
  }
}
/* お問い合わせはこちらより */
.s-contactUs{
  width: 75%;
  margin: 0 auto;
  background: #666;
  text-align: center;
  border-radius: 10px;
}
.s-contactUs a{
  color: #fff;
  font-weight: bold;
  display: block;
  padding: 30px 20px;
}
@media screen and (min-width: 768px){
  .s-contactUs a{
    font-size: 18px;
  }
}
@media screen and (max-width: 767px){
  .s-contactUs a{
    font-size: 16px;
  }
}


/* =============  サイズガイド  =============== */
/* top */
.s-sizeGuideTop{
  margin-bottom: 40px;
}
/* サイズチャート */
.s-sizeChartMsg{
  text-align: center;
  margin-bottom: 40px;
}
.s-sizeChoose__heading{
	width: fit-content;
	margin: 0 auto;
  text-align: center;
  margin-bottom: 30px;
	border-bottom: 1px solid var(--GOLD02);
}
.s-sizeTable{
  border: 1px solid #eee;
    width: 100%;
    max-width: 800px;
    margin: 20px auto;
    border-collapse: collapse;
    border-spacing: 0;
}
.s-sizeTable td{
  padding: 10px 0;
  text-align: center;
  border: solid 1px #999;
  width: 10%;
}
.s-sizeTable th{
  padding: 10px 0;
  text-align: center;
  border: solid 1px #999;
  width: 10%;
  font-weight: bold;
}
.s-sizeChooseImg{
  display: grid;
  margin-top: 20px;
}

@media screen and (min-width: 768px){
	.s-sizeChart{
		margin-bottom: var(--GENERALSEC);
	}
  .s-sizeChartMsg{
    font-size: 18px;
  }
  .s-sizeChoose__heading{
    font-size: 20px;
  }
  .s-sizeChooseImg{
    gap: 40px;
    grid-template-columns: repeat(3,1fr);
  }
	.s-sizeChoose__text{
		text-align: center;
		font-size: 18px;
	}
}
@media screen and (max-width: 767px){
	.s-sizeChart{
		margin-bottom: 80px;
	}
  .s-sizeChartMsg{
    font-size: 16px;
		text-align: left;
  }
	.s-sizeChoose__text {
    text-align: left;
    font-size: 16px;
	}
  .s-sizeChoose__heading{
    font-size: 18px;
  }
  .s-sizeChooseImg{
    gap: 30px;
  }
  .s-sizeChooseImg__item {
    width: 70%;
    margin: 0 auto;
  }
  .s-sizeTable{
    font-size: 10px;
		letter-spacing: 0px;
  }
  .s-sizeTable th {
    width: 16%;
  }
}
/* トップス */
.s-sizeTops{
  margin-bottom: var(--GENERALSEC);
}
.s-sizeGuideHeading2{
  background: var(--BGCOLOR_GOLD_1);
  padding: 5px 0 5px 20px;
  margin: 0 0 40px 0;
  font-size: 24px;
}
@media screen and (min-width: 768px){
	.g-descWithImg .s-sizeTopsPants__contents {
    display: grid;
    grid-template-columns: 1fr 1fr;
		gap: 30px var(--GAP_40);
	}
	.g-descWithImg .s-sizeTopsPants__contents .g-descWithImg__img{
		grid-row: span 3;
	}
	.s-sizeTopsPants__contents .g-txt--rjk * {
		font-size: 15px;
		line-height: 1.7;
	}
}
@media screen and (max-width: 767px){
	.s-sizeTopsPants__contents .s-guideColumn__heading {
    order: -1;
	}
	.s-sizeTopsPants__contents .g-txt--rjk * {
		font-size: 14px;
		line-height: 1.6;
	}
}
/* パンツ */
@media screen and (min-width: 768px){
	.s-sizePants{
		margin-bottom: 150px;
	}
}
@media screen and (max-width: 767px){
	.s-sizePants{
		margin-bottom: var(--GENERALSEC);
	}
}

/* お直し券 */
.s-sizeRepairTicket{
  margin-bottom: var(--GENERALSEC);
}
.s-sizeRepairTicketMsg{
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px){
  .s-sizeRepairTicketMsg{
    font-size: 18px;
  }
}
@media screen and (max-width: 767px){
  .s-sizeRepairTicketMsg{
    font-size: 16px;
		text-align: left;
  }
}

/* =============  ワールドショッピング  =============== */
.s-worldshopping{
  text-align: center;
}
.s-worldLogo {
  width: 200px;
  margin: 0 auto 50px;
}
.aboutWorld{
  font-weight: bold;
  text-decoration: underline;
}
.worldTxtMgl{
  margin-bottom: 50px;
}
.worldTxtMgs{
  margin-bottom: 30px;
}
.howToWorld{
  text-decoration: underline #222;
  font-weight: bold;
}
.howToWorld a{
  color: #0000FF;
}
.aboutTheSize{
  font-weight: bold;
  text-decoration: underline;
}
.worldTxtBold{
  font-weight: bold;
}
.s-payment{
  width: 250px;
  margin: 0 auto 50px;
}
.s-topPage{
  text-decoration: underline #222;
  font-weight: bold;
}
.s-topPage a{
  color: #0000FF;
}
@media screen and (max-width: 767px){
	.s-worldLogo {
    margin-top: 40px;
	}
}
/* ■■■■■■■■■■閲覧■■■■■■■■■■ */
.s-product__frame--slick .fr3-productListStatic{
	display: block;
}
@media screen and (min-width: 768px){
	.s-product__frame .fr3-productListStatic__responsive_1{
		grid-template-columns: repeat(5,1fr);
	}
}
/* ■■■■■■■■■■　■■■■■■■■■■ */
/* ------------------  -------------------- */
/* ------------------  -------------------- */
/* ------------------  -------------------- */
/* ------------------  -------------------- */
/* ------------------  -------------------- */
/* ------------------  -------------------- */
/* ■■■■■■■■■■　■■■■■■■■■■ */
/* ------------------  -------------------- */
/* ------------------  -------------------- */
/* ------------------  -------------------- */
/* ------------------  -------------------- */
/* ------------------  -------------------- */
/* ------------------  -------------------- */
/* ■■■■■■■■■■　■■■■■■■■■■ */
/* ------------------  -------------------- */
/* ------------------  -------------------- */
/* ------------------  -------------------- */
/* ------------------  -------------------- */
/* ------------------  -------------------- */
/* ------------------  -------------------- */
/* ■■■■■■■■■■　■■■■■■■■■■ */
/* ------------------  -------------------- */
/* ------------------  -------------------- */
/* ------------------  -------------------- */
/* ------------------  -------------------- */
/* ------------------  -------------------- */
/* ------------------  -------------------- */