/* 項目選択肢タイトル */
.fs-c-productSelection__name {
    background: rgba(255, 255, 255, 0);
    font-size: 1em;
    padding: 0px;
}

/* 項目選択肢アスタリスク */
.fs-c-requiredMark::before {
    content: "*";
    display: none;
    font-size: 1.2em;
    text-indent: 0;
}

/* 項目選択肢プルダウンマージン */
.fs-c-productSelection__selection {
    margin: 0 0 10px 0;
    padding: 0px;
}

/* 商品ページ画像サイズ指定 */
.resizeimage {
   max-width: 740px; /* 最大幅 */
   min-width: 240px; /* 最小幅 */
   margin: 0 auto; /* マージン */
}
.resizeimage img { width: 100%; }


/* 動画レスポンシブ */
.youtube2 {
  position: relative;
   max-width: 740px; /* 最大幅 */
   min-width: 240px; /* 最小幅 */
   padding-top: 56.25%;
   margin:0 auto;
}
.youtube2 iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


/* 全囲み */
.kakomi-box1 {
 margin: 1em auto;
 padding: 0.8em;
 width: 70%;
 border: 1px solid #ccc; /* 枠線 */
 text-align:center;
}

/* 横囲み */
div.sidebar {
	width:90%;
        padding:0;
	margin: auto;
	border-left :1px solid #ccc;
	border-right:1px solid #ccc;
	}

/* リスト */
div.sidebar > ul {
    list-style: disc;     /* アイコンの種類指定 */
    padding: 0 30px ;     /* アイコンの種類指定 */
    text-align:left;
}



/* カテゴリページキャッチ消去 */
.fs-c-productName__copy, .fs-c-productName__variation {
    font-size: 0em;
}


/* SNSエリアの表示調整 */
div.fs-p-snsArea {
    align-items: flex-start;
    padding-top: 10px;
}



/* ログインページAmazonpayボタン調整 */

@media screen and (max-width: 960px) { 
    #AmazonPayButton { 
         width: 290px!important; 
         margin-top: 12px!important; 
    } 
} 
/*PC*/
@media screen and (min-width: 961px) { 
    #AmazonPayButton { 
         width: 290px!important; 
         margin-top: 12px!important; 
    } 
} 



/* ログインページ連携ログイン順番 */
.fs-c-loginForm .fs-c-anotherLogin--amazon {
order: 1;
}
.fs-c-loginForm .fs-c-anotherLogin--google {
order: 3;
}
.fs-c-loginForm .fs-c-anotherLogin--apple {
order: 2;
}


/* マイページログイン連携順番 */
.fs-c-linkService--amazon {
  order: 1;
}
.fs-c-linkService--google {
  order: 3;
}
.fs-c-linkService--line {
  order: 4;
}
.fs-c-linkService--apple {
  order: 2;
}