#fs_MyLinkedAccounts .l-header-content__menu--sp {
    opacity: 0;
    cursor: default;
}

.fs-c-otherServiceLoginCompleted {
    text-align: center;
    margin-bottom: 30px!important;
    font-size: 15px;
}

h2.p-login-register__heading {
    text-align: center;
}

.fs-c-panelContainer {
    font-size: 15px;
    margin: 0 auto;
    box-sizing: border-box;
}
#fs_CheckoutWithAmazon .fs-c-checkout-paymentInfo__body.fs-c-checkout-preview__body {
    font-size: 15px;
}

#fs_CheckoutWithAmazon div#fs-amazonPaymentInfo-container {
    margin-bottom: 20px;
    font-size: 18px;
    margin-top: 10px;
}

#fs_CheckoutWithAmazon .fs-c-checkout-destination__message.fs-c-checkout-destination__message--amazon {
    font-size: 15px;
}

#fs_CheckoutWithAmazon li.fs-c-checkout-destination__address {
    font-size: 1.5rem;
}

#fs_CheckoutWithAmazon li.fs-c-checkout-destination__tel.fs-u-tel {
    font-size: 1.5rem;
}

#fs_CheckoutWithAmazon #fs_orderTotalContainer form {
    padding: 0 20px;
    box-sizing: border-box;
}

#fs_CheckoutWithAmazon span.fs-c-checkbox__labelText {
    font-size: 12px;
    line-height: 1.5;
}

#fs_CheckoutWithAmazon span.fs-c-checkbox__labelText a {
    font-size: 12px;
    line-height: 1.5;
}

#fs_CheckoutWithAmazon .fs-c-checkout-loginGuidance {
    max-width: 1024px;
    margin: 0 auto;
    text-align: center;
    font-size: 15px;
    border: 1px solid #ddd;
    padding: 20px;
    margin-bottom: 25px;
}

@media screen and (max-width:768px) {
    #fs_CheckoutWithAmazon .fs-c-checkout-loginGuidance {
        max-width: 1024px;
        margin: 0 auto;
        text-align: center;
        font-size: 15px;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        border-left:none!important;
        border-right:none!important;
        padding: 20px;
        margin-bottom: 25px;
    }
}

.fs-c-checkout-loginGuidance__button a {
    display: block;
    max-width: 240px;
    font-size: 15px;
    padding: 16px;
    background-color: #201e1d;
    text-align: center;
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
    cursor: pointer;
    /* padding: 0 105px; */
    color: #fff;
    margin:0 auto;
}

.fs-c-checkout-loginGuidance__message {
    margin-bottom: 12px;
}




/*レビュー入力欄チェック項目幅*/
.fs-c-checkbox__label{
    max-width: 300px;
}


/*お届け先注意事項*/
.fs-c-checkout-destination__message--amazon {
  border: 1px solid #aaa;
  padding: 2em;
  margin-bottom: 5px;
}

@media screen and (min-width:769px) {
	/*amazon注文手続きページ*/
	.fs-l-checkout{
	    display: flex;
	    justify-content: center;
	}
	.fs-l-checkout__sideColumn{
	    margin-left: 10px;
	}
}




amazonログインボタン
#AmazonPayButton{
    margin: 10px auto 0;
}

/*レビューログイン会員登録ボタン*/
.p-login-register__btn {
    max-width: 300px;
    margin: auto;
    margin-bottom: 10px;
}

/*レビューログインボタン*/
.fs-c-inputInformation__button {
    max-width: 300px;
    margin: auto;
}

/*レビューログイン会員登録*/
.fs-c-buttonContainer--memberRegister{
    display: none;
}

/*ゲストでレビューを書く*/
.fs-c-buttonContainer--addReview--guest{
    text-align: center;
    background: #000000;
    color: #ffffff;
    padding: 10px;
    max-width: 300px;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 30px;
    font-size: medium;
}

/*トップページレビュー一覧*/
.review_display_wrap{
    width: 50%;
    margin: 0 auto;
}
ul.toprevilist{
    display: flex;
    list-style: none;
    justify-content: space-between;
    margin-left: 10%;
    margin-right: 10%;
}
ul.toprevilist li{
    display:inline-block; 
    width: 70%;
    box-sizing: border-box;
    padding: 10px;
    margin: 0 30px 0 30px;
}
/*トップページレビュー商品名*/
.fs-c-productName{
   font-size: medium;
}

/*　画面サイズが768pxまではここを読み込む　*/
@media screen and (max-width:768px) { 

/*トップページレビュー一覧*/
.review_display_wrap{
    width: 100%;
    margin: 0 auto;
}
ul.toprevilist{
    display: block;
    list-style: none;
    justify-content: space-between;
}
ul.toprevilist li{
    display:inline-block; 
    width: 90%;
    box-sizing: border-box;
    padding: 5px;
    margin: 5px;
}
}



a.anchor{
    display: block;
    padding-top: 120px;
    margin-top: -120px;
}
/* line連携用css */
.p-line-text__wrap {

}
.p-line-text {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.6px;
}
.p-line-text > span {
  font-weight: bold;
}
.p-line-text > a{
  color: #1D658E;
  text-decoration: underline;
}
.c-btn-mypage-wrap {
  width: 288px;
  margin: 24px auto 0;
}
.c-btn-mypage-wrap > .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop > a {
  display: inline-block;
  width: 100%;
  height: 44px;
  padding: 12px 24px;
  border: 1px solid #201e1d;
  background-color: #fff;
  color: #201e1d;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.75px;
  text-align: center;
  transition: .8s;
  cursor: pointer;
}
.fs-c-buttonContainer--lineIdLink {
  margin: 20px auto 0;
}
.fs-c-buttonContainer--lineIdLink > a {
  display: block;
  width: 288px;
  height: 58px;
  margin: auto;
  background-image: url(https://butz.itembox.design/item/assets/images/common/img_line_btn.jpg?t=20250306191950);
  background-size: cover;
}
.fs-c-buttonContainer--lineIdLink > a > img {
  display: none;
}
.fs-c-otherServiceLoginCompleted {
  width: calc(100% - 32px);
  margin: auto;
}
.fs-c-anotherLogin__button--line {
  margin: 20px auto 0;
}
.fs-c-anotherLogin__button--line > a {
  display: block;
  max-width: 288px;
  height: 58px;
  margin: auto;
  background-image: url(https://butz.itembox.design/item/assets/images/common/img_line_login_btn.jpg?t=20250306191950);
  background-size: cover;
  background-position: center;
}
.fs-c-anotherLogin__button--line > a > img {
  display: none;
}
.fs-c-lineIdLinkCompleteMessage {
  padding: 0 16px;
}



/*レビュー入力画面商品画像*/
.fs-c-productReviewed__image {
/*    display: block; */
/*    max-width: 50%; */
}

/*レビュー入力画面商品画像・商品番号*/
.fs-c-productReviewed {
/*    width: 80%; */
/*    margin: auto; */
/*    display: block; */
/*    text-align: center; */
}
/*レビュー入力画面商品価格*/
.fs-c-productPrice{
/*    justify-content: center; */
}

/*レビュー入力画面評価表示*/
.fs-c-aggregateRating__rating{
/*    justify-content: center; */
}

/*レビュー入力画面件数表示*/
.fs-c-aggregateRating__count{
/*   text-align: center; */
}

/*レビュー入力欄横幅指定*/
.fs-l-pageMain{
/*  width:100%; */
}

@media screen and (max-width:768px) { 
    /*　画面サイズが768pxまではここを読み込む　*/

/*レビュー入力欄横幅指定*/
.fs-l-pageMain{
/*    width: 90%; */
/*    margin: auto; */
  }
}


/*レビュー登録ボタン位置*/
.fs-c-buttonContainer--submitReview {
/*  text-align: center; */
}

/*レビュー本文入力エリア*/
.fs-c-textarea {
/*    border: 1px solid #ccc; */
}

/*ドロップダウンボタン*/
.fs-c-dropdown:after {
/*    display:none */
}

/*レビューチェック欄*/
.fs-c-inputTable__headerCell{
/*    width:135px; */
}

/*レビュー戻るボタン*/
.back-button fs-c-button--back fs-c-button--standard{
/*  font-size:150%; */
}
.fs-c-buttonContainer--back{
/*    border: 1px solid #aaa; */
/*    padding: 0.5em; */
/*    text-align: center; */
/*    width: max-content; */
/*    margin: 2% auto; */
}

/*レビュー一覧ページ画像*/
.fs-c-productImage__image{
/*    width:80%; */
/*    margin: auto; */
/*    display: block; */
}

/*レビュー一覧ページマージン*/
.fs-c-reviewList__item{
/*   margin-bottom: 30px; */
}

/*レビュー一覧ページ評価*/
.fs-c-aggregateRating{
/*   font-size: large; */
}
.fs-c-history{
/*   font-size: large; */
}

/*レビュー本文表示*/
.fs-c-history{
/*    margin-left: 20%; */
/*    margin-right: 20%; */
}

/*商品ページレビュー表示*/
.fs-c-reviewer__profile{
/*    font-size: large; */
}
.fs-c-reviewInfo__stars{
/*    font-size: 1.2em; */
}
.fs-c-reviewBody{
/*    font-size: medium; */
}

/*レビューログイン画面ウエルカムメッセージ*/
.fs-c-buttonContainer .fs-c-buttonContainer--addReview--guest{
/*    text-align: center; */
/*    font-size: large; */
}


/*レビューログイン会員登録*/
.fs-c-buttonContainer{
    /* text-align: center; */
    /* display: table-cell; */
}


/*　画面サイズが768pxまではここを読み込む　*/
@media screen and (max-width:768px) { 

/*amazon注文手続きページ*/
.fs-l-checkout{
/*    justify-content: center; */
}

/*レビュー入力画面商品画像*/
.fs-c-productReviewed__image__image {
/*    display: block; */
/*    max-width: 100%; */
  }
/*レビュー入力画面商品画像・商品番号*/
.fs-c-productReviewed{
/*    margin: auto; */
/*    display: block; */
  }
}

@media screen and (min-width:769px) {
	.fs-c-otherServiceLogin {
		margin: 0 auto;
		width: 1280px;
		padding: 0 120px;
	}

	h2.fs-c-linkedServiceLogin__title font {
		font-size: 20px;
		font-weight: 500;
		line-height: 40px;
		letter-spacing: 1px;
	}

	.fs-c-anotherLogin__message.fs-c-anotherLogin__message--amazon font {
		font-size: 15px;
		font-weight: 500;
		line-height: 20px;
		letter-spacing: .75px;
		margin-bottom: 30px;
		margin-top: 20px;
		display: block;
	}

	.fs-c-linkedServiceLogin {
		border: 1px solid #ddd;
		padding: 20px 32px;
	}

	div#AmazonPayButton {
		margin:0 auto;
	}
}


@media screen and (max-width:768px) {
	.l-header-menu {
		position: fixed;  /* ← これ重要！固定化する */
		top: 80px;   /* ← ヘッダー高さ分に合わせて */
		left: 0; right: 0; bottom: 0;
		overflow: hidden; /* メニュー全体はスクロールしない */
		z-index: 9999;
	}

	.l-header-menu_wrap  {
		position: absolute;
		top: 0; left: 0; right: 0; bottom: 0;
	}

	.l-header-menu-scroll {
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		padding-bottom: 100px;
		scroll-padding-bottom: 100px;
	}

	.fs-c-otherServiceLogin {
		margin: 0 auto;
		width: 100%;
		padding: 0 16px;
	}

	h2.fs-c-linkedServiceLogin__title font {
		font-size: 20px;
		font-weight: 500;
		line-height: 25px;
		letter-spacing:1px;
		margin-bottom:10px;
		display:block;
	}

	.fs-c-anotherLogin__message.fs-c-anotherLogin__message--amazon font {
		display: block;
		margin-bottom:10px;
	}

	.fs-c-linkedServiceLogin {
		border: 1px solid #ddd;
		width: 100%;
		padding: 20px 16px;
		margin-bottom:10px;
	}

	div#AmazonPayButton {
		margin:0 auto;
	}
	.l-footer-navi{
		padding: 20px 0px 24px 0px;
	}
}






.fs-c-accountService__page--linkedAccounts:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 24px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 32px;
	height: 32px;
	background-image: url(https://butz.itembox.design/item/img_mypage_11.png);
	background-size: cover;
}


.fs-c-accountService__page--linkedAccounts:after {
	content: "LINE,Amazon連携、\A停止はこちら";
	position: absolute;
	top: 46px;
	left: 80px;
	white-space: pre;
	pointer-events: none;
	font-size: 12px;
	font-weight: 500;
	line-height: 18px;
	letter-spacing: .6px;
}



@media screen and (min-width:769px) {
	.fs-c-inputInformation{
		margin: 0 auto;
	}
	#fs_MyLinkedAccounts .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop {
		width: 1280px;
		margin: 32px auto 120px auto;
	}

	.fs-c-linkService {
		display: table;
		width: 600px;
		margin:0 auto;
		justify-content: center;
		border: 1px solid #ddd;
		padding: 20px;
		margin-bottom:40px;
	}
	.fs-c-linkService__service {
		font-size: 20px;
		display: table-cell;
		padding-right: 15px;
		width: 50%;
		text-align: left;
		box-sizing: border-box;
	}

	.fs-c-inputInformation__field {
		text-align: center;
		font-size: 20px;
	}


	.fs-c-linkService__status {
		font-size: 15px;
		padding-right: 15px;
		display: table-cell;
		width: 25%;
		box-sizing: border-box;
	}

	.fs-c-linkService__button button {
		font-size: 15px;
		/* display: table-cell; */
		display: inline-block;
		padding: 10px 24px;
		background-color: #f3f3f3;
		color: #666;
		text-align: center;
		-webkit-transition: .8s;
		width: 100%;
		-o-transition: .8s;
		transition: .8s;
		cursor: pointer;
	}


	.fs-c-linkService__button button:hover {opacity:0.6;}

	.fs-c-linkService__button {
		width: 25%;
		box-sizing: border-box;
		display: table-cell;
	}
}



@media screen and (max-width:768px) {
	.fs-c-inputInformation{
		width: 100%px;
		margin: 0 auto;
	}
	#fs_MyLinkedAccounts .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop {
		width: 90%;
		margin: 32px auto 40px auto;
	}

	.fs-c-linkService {
		display: table;
		width: 90%;
		margin:0 auto;
		justify-content: center;
		border: 1px solid #ddd;
		padding: 20px;
		margin-bottom:40px;
	}
	.fs-c-linkService__service {
		font-size: 20px;
		display: table-cell;
		padding-right: 15px;
		width: 25%;
		text-align: left;
		box-sizing: border-box;
	}

	.fs-c-inputInformation__field {
		text-align: center;
		font-size: 20px;
	}


	.fs-c-linkService__status {
		font-size: 15px;
		padding-right: 15px;
		display: table-cell;
		width: 25%;
		box-sizing: border-box;
	}

	.fs-c-linkService__button button {
		font-size: 15px;
		/* display: table-cell; */
		display: inline-block;
		padding: 10px 24px;
		background-color: #f3f3f3;
		color: #666;
		text-align: center;
		-webkit-transition: .8s;
		width: 100%;
		-o-transition: .8s;
		transition: .8s;
		cursor: pointer;
	}


	.fs-c-linkService__button button:hover {opacity:0.6;}

	.fs-c-linkService__button {
		width: 50%;
		box-sizing: border-box;
		display: table-cell;
	}
}






#fs_LinkRegisterConfirm .fs-p-logo {
	width: 90%;
	margin:0 auto;
}

#fs_LinkRegisterConfirm img.fs-p-logo__image {max-width: 200px;margin:0 auto;display: block;padding: 0!important;}

#fs_LinkRegisterConfirm p.fs-p-logo__lead {
	text-align: center;
}

#fs_LinkRegisterConfirm nav.fs-c-breadcrumb {
	padding: 0 !important;
}











#fs_LinkRegisterConfirm h1.fs-c-heading.fs-c-heading--page {
	font-size: 20px;
	font-weight: 500;
	text-align: center;
}

#fs_LinkRegisterConfirm button.fs-c-button--continueAccountLinking.fs-c-button--primary {
	display: inline-block;
	width: 100%;
	padding: 16px;
	background-color: #201e1d;
	text-align: center;
	color: #fff;
	display: block;
	margin-right: 15px;
	font-size: 15px;
	-o-transition: .8s;
	transition: .8s;
	cursor: pointer;
}

#fs_LinkRegisterConfirm a.fs-c-button--cancelAccountLinking.fs-c-button--standard {
	/* font-size: 15px; */
	/* display: inline-block; */
	width: 100%;
	padding: 16px;
	background-color: #ddd;
	text-align: center;
	color: #000;
	display: block;
	font-size: 15px;
	-o-transition: .8s;
	transition: .8s;
	cursor: pointer;
}

#fs_LinkRegisterConfirm .fs-c-agreementConfirmation__message{
	margin-top: 30px;
}


@media screen and (max-width:768px) {
	#fs_LinkRegisterConfirm .fs-l-header__logo {
		border-bottom: 1px solid #ddd;
		padding-bottom: 30px;
		padding-top: 30px;
	}
	#fs_LinkRegisterConfirm .fs-c-buttonContainer.fs-c-buttonContainer--pair.fs-c-inputInformation__button {
		display: flex;
		width: 90%;
		max-width:640px!important;
		margin:30px auto 40px auto;
	}
	#fs_LinkRegisterConfirm fieldset.fs-c-linkedAccountInfoField {
		border: 1px solid #ddd;
		max-width: 500px;
		width:90%;
		margin: 10px auto;
		padding: 20px;
		box-sizing: border-box;
	}
}

@media screen and (min-width:769px) {
	#fs_LinkRegisterConfirm .fs-l-main{
		min-width: 1280px;
		margin:0 auto;
		display:block;
	}
	#fs_LinkRegisterConfirm .fs-l-header__logo {
		border-bottom: 1px solid #ddd;
		padding-bottom: 30px;
		padding-top: 30px;
		min-width: 1280px;
	}
	#fs_LinkRegisterConfirm .fs-c-buttonContainer.fs-c-buttonContainer--pair.fs-c-inputInformation__button {
		margin-top: 30px;
		display: flex;
		max-width: 500px;
		margin-bottom: 120px;
	}
	#fs_LinkRegisterConfirm fieldset.fs-c-linkedAccountInfoField {
		border: 1px solid #ddd;
		max-width: 500px;
		margin: 10px auto;
		padding: 20px;
		box-sizing: border-box;
	}
}