@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&family=Red+Hat+Display:wght@400;500;600;700&display=swap);
@import url(https://vatomce.com/official/wp-content/uploads/css/reset.css?20220924-0002);
@import url(https://1piu1uguale3.itembox.design/item/assets/css/common_vatomce_05.css);
@import url(https://vatomce.com/official/wp-content/uploads/css/top.css?20220924-0009);
@import url(https://vatomce.com/official/wp-content/uploads/css/product.css?20250328);
@import url(https://vatomce.com/official/wp-content/uploads/css/page.css?20220924-0001);
body {
background: #fefefe;
}
.fs-c-checkout-preview {
background: #fefefe;
}
/************************************************************************************
下層ページ
************************************************************************************/
@media screen and (max-width: 767px) {
  .group_comment {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-top: 3rem;
    margin-bottom: -3rem;
    padding: 0 4vw;
    text-align: center;
    box-sizing: border-box;
  }
  .group_comment h2 {
    font-size: 3.2vw;
    font-weight: bold;
  }
  .group_comment p {
    margin-top: 1em;
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  .group_comment {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-top: 5rem;
    padding: 0 10%;
    text-align: center;
    box-sizing: border-box;    
  }
  .group_comment h2 {
    font-size: 1.5em;
    font-weight: bold;
  }
  .group_comment p {
    margin-top: 1em;
  }
}
.h_nav_menu ul li {
  padding-left: 15px
}
/************************************************************************************
カート
************************************************************************************/
#fs_ShoppingCart .fs-c-cartTable__salesPeriod {
  display: none;  
}
@media screen and (min-width:768px) {
  #fs_ShoppingCart .fs-l-cart__contentsArea {
    display: block;
  }
  #fs_ShoppingCart .fs-l-cart__mainColumn {
    margin-bottom: 5rem!important;
  }
  #fs_ShoppingCart .fs-c-cartTableContainer {
    padding: 0;
    border: none;
  }
  #fs_ShoppingCart .fs-c-cartTable__headerCell, .fs-c-cartTable__dataCell {
    border: none;
  }
  #fs_ShoppingCart .fs-c-price {
    justify-content: center;
  }
  #fs_ShoppingCart .fs-c-cartTable {
    table-layout: fixed;
  }
  #fs_ShoppingCart .fs-c-cartTable th {
    width: 15%;
  }
  #fs_ShoppingCart .fs-c-cartTable th:first-child {
    width: 40%;
  }
  #fs_ShoppingCart .fs-c-cartTable td {
    padding: 2rem;
  }
  #fs_ShoppingCart .fs-c-cartTable td:first-child {
    padding-left: 0;
  }
  #fs_ShoppingCart .fs-c-cartTable__quantity {
    position: relative;
  }
  #fs_ShoppingCart .fs-c-quantity__message {
    position: absolute;
    top: 100%;
    left: 0;
  }
  #fs_ShoppingCart .fs-c-quantity select {
    width: 80px;
    margin: 0 auto;
  }
  /* フォント調整 */
  #fs_ShoppingCart .fs-c-cartTable .fs-c-cartTable__productName__name {
    font-size: 1.2em;
  }
  #fs_ShoppingCart .fs-c-cartTable .fs-c-listedProductName__variation {
    margin: .5em 0;
    font-size: 1.2em;
    font-weight: 500;
  }
  #fs_ShoppingCart .fs-c-cartTable .fs-c-listedProductName__variation:before {
    content: "サイズ";
    margin-right: .5em;
  }
  #fs_ShoppingCart .fs-c-cartTable .fs-c-listedProductName__variation:after {
    display: none;
  }
  #fs_ShoppingCart .fs-c-cartTable .fs-c-cartTable__unitPrice .fs-c-price__currencyMark,
  #fs_ShoppingCart .fs-c-cartTable .fs-c-cartTable__unitPrice .fs-c-price__value,
  #fs_ShoppingCart .fs-c-cartTable .fs-c-cartTable__unitPrice .fs-c-productPrice__addon {
    color: #afafaf!important;
  }
  #fs_ShoppingCart .fs-c-cartTable .fs-c-cartTable__dataCell--subtotal,
  #fs_ShoppingCart .fs-c-cartTable .fs-c-cartTable__dataCell--point {
    font-size: 1.2em;
  }
  

  #fs_ShoppingCart .fs-c-cartTable__row {
    border-bottom: 1px solid #707070;
  }
  
  #fs_ShoppingCart .fs-c-cartTable__actionButton__container + .fs-c-cartTable__actionButton__container {
    border: none;
    margin: 0;
    padding: 0;
    margin-top: 1rem;
  }
  #fs_ShoppingCart .fs-c-cartTable__actionButton button {
    padding: 1rem 0;
    border: 1px solid #707070;
  }
  .fs-c-cartTable__dataCell--point, .fs-c-cartTable__dataCell--quantity, .fs-c-cartTable__dataCell--subtotal {
    text-align: center;
  }
  #fs_ShoppingCart #fs-cartTotals-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-bottom: 10rem;
  }
  #fs_ShoppingCart #fs-cartTotals-container .fs-c-orderTotalTable {
    width: 50%;
    border-right: 1px solid #b2b2b2;
    border-left: 1px solid #b2b2b2;
    background: #f6f6f6;
  }
  #fs_ShoppingCart #fs-cartTotals-container .fs-c-orderTotalTable th {
  }
  #fs_ShoppingCart #fs-cartTotals-container .fs-c-orderTotalTable .fs-c-price {
    justify-content: flex-end;
  }
  #fs_ShoppingCart #fs-totalsArea-wrapper {
    padding: 0;
    border: none;
  }
  #fs_ShoppingCart .cart_cash_cover {
    padding: 5rem;
    background: #f6f6f6;
  }
  
  .cart_cash_cover .fs-c-purchaseHere,
  .cart_cash_cover .fs-c-cartPayment{
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }
  .fs-c-checkoutServiceDisabled__button {
    display: inline-block;
  }  
  .cart_cash_cover .fs-c-payWithAmazon__button {
    margin: 0;
  }
  .or_comment {
    position: relative;
    margin: 3rem 0;
    text-align: center;
  }
  .or_comment span {
    display: inline-block;
    padding: 0 1em;
    background: #f6f6f6;
  }
  .or_comment span:after {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    content: "";
    width: calc(50% - 3em);
    height: 1px;
    background: #707070;
  }
  .or_comment span:before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    content: "";
    width: calc(50% - 3em);
    height: 1px;
    background: #707070;
  }
  .cart_flow {
    width: 75%;
    margin: 0 auto 2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .cart_flow span {
    position: relative;
    width: calc(100% / 3);
    text-align: center;
  }
  .cart_flow span:after {
    position: absolute;
    top: calc(100% + 1.3rem);
    left: 50%;
    margin-left: -8px;
    display: block;
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #707070;
    box-sizing: border-box;
  }
  #fs_ShoppingCart .cart_flow span:nth-child(-n+1):after {
    background: #707070;
    border: 1px solid #707070;
  }
  #fs_Checkout .cart_flow span:nth-child(-n+2):after {
    background: #707070;
    border: 1px solid #707070;
  }
  #fs_CheckoutSuccess .cart_flow span:nth-child(-n+3):after {
    background: #707070;
    border: 1px solid #707070;
  }
  .cart_line {
    width: 100%;
    margin-bottom: 10rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .cart_line span {
    width: 25%;
    height: 1px;
    background: #707070;
  }
  #fs_ShoppingCart .cart_line span:nth-child(-n+1) {
    height: 3px;
    background: #707070;
  }
  #fs_Checkout .cart_line span:nth-child(-n+2) {
    height: 3px;
    background: #707070;
  }
  #fs_CheckoutSuccess .cart_line span {
    height: 3px;
    background: #707070;
  }
}
@media screen and (max-width:767px) {
  .fs-l-cart__contentsArea {
    display: block;
  }
  .fs-l-cart__mainColumn {
    margin-bottom: 5rem!important;
  }
  .fs-c-cartTableContainer {
    padding: 0;
    border: none;
  }
  .fs-c-cartTable__headerCell,
  .fs-c-cartTable__dataCell {
    border: none;
  }
  #fs_ShoppingCart .fs-c-price {
    justify-content: center;
  }
  .fs-c-cartTable {
    table-layout: fixed;
  }
  .fs-c-cartTable th {
    width: 100%;
  }
  .fs-c-cartTable .fs-c-cartTable__row {
    display: block;
    width: 100%;
    margin-bottom: 4.8vw;
    border: none;
    border-bottom: 1px solid #b2b2b2;
  }
  .fs-c-cartTable .fs-c-cartTable__dataCell,
  .fs-c-cartTable__dataCell .fs-c-cartTable__dataCell--point {
    padding: 0;
    padding-top: .5rem;
    font-size: 3.2vw;
  }
  .fs-c-cartTable td:first-child {
    padding: 0;
  }
  .fs-c-cartTable__quantity {
    position: relative;
  }
  .fs-c-quantity__message {
    position: absolute;
    top: 100%;
    left: 0;
  }
  .fs-c-cartTable__dataCell--quantity,
  .fs-c-cartTable__dataCell--subtotal,
  .fs-c-cartTable__dataCell--point {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    /*border-bottom: 1px solid #b2b2b2;*/
  }
  .fs-c-cartTable__dataCell--point::before,
  .fs-c-cartTable__dataCell--quantity::before,
  .fs-c-cartTable__dataCell--subtotal::before {
    font-size: 1em;
    font-weight: normal;
  }
  .fs-c-cartTable__dataCell--subtotal,
  .fs-c-cartTable__dataCell--unitPrice {
    font-size: 1em;
  }
  .fs-c-quantity select {
    width: 60px;
    margin: 0 auto;
    padding: .5rem;
  }
  /* フォント調整 */
  .fs-c-cartTable .fs-c-cartTable__productName__name {
    font-size: 3.2vw;
  }
  .fs-c-cartTable .fs-c-listedProductName__variation {
    margin: 0;
    font-size: 3.2vw;
  }
  .fs-c-cartTable .fs-c-listedProductName__variation:before {
    content: "サイズ";
    margin-right: .5em;
  }
  .fs-c-cartTable .fs-c-listedProductName__variation:after {
    display: none;
  }
  .fs-c-cartTable .fs-c-cartTable__unitPrice .fs-c-price__currencyMark,
  .fs-c-cartTable .fs-c-cartTable__unitPrice .fs-c-price__value,
  .fs-c-cartTable .fs-c-cartTable__unitPrice .fs-c-productPrice__addon {
    color: #afafaf!important;
  }
  .fs-c-cartTable .fs-c-cartTable__dataCell--subtotal,
  .fs-c-cartTable .fs-c-cartTable__dataCell--point {}
  .fs-c-cartTable__actionButton__container {
    width: initial;
  }
  .fs-c-cartTable__actionButton__container + .fs-c-cartTable__actionButton__container {
    border: none;
    margin: 0;
    padding: 0;
    display: flex;
  }
  .fs-c-cartTable__actionButton__container + .fs-c-cartTable__actionButton__container:before {
    content: "|";
    margin: 0 .5em;
  }
  .fs-c-cartTable__actionButton {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .fs-c-cartTable__actionButton button {}
  .fs-c-cartTable__dataCell--point, .fs-c-cartTable__dataCell--quantity, .fs-c-cartTable__dataCell--subtotal {
    text-align: center;
  }
  #fs_ShoppingCart #fs-cartTotals-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-bottom: 5rem;
  }
  #fs_ShoppingCart #fs-cartTotals-container .fs-c-orderTotalTable {
    background: #f6f6f6;
  }
  #fs_ShoppingCart #fs-cartTotals-container .fs-c-orderTotalTable th {
  }
  #fs_ShoppingCart #fs-cartTotals-container .fs-c-orderTotalTable .fs-c-price {
    justify-content: flex-end;
  }
  #fs_ShoppingCart #fs-totalsArea-wrapper {
    padding: 0;
    border: none;
  }
  #fs_ShoppingCart .cart_cash_cover {
    padding: 2em;
    background: #f6f6f6;
  }
  #fs_ShoppingCart .cart_cash_cover .fs-c-button--primary,
  #fs_ShoppingCart .cart_cash_cover .fs-c-button--secondary {
    width: 100%;
  }
  .cart_cash_cover .fs-c-purchaseHere,
  .cart_cash_cover .fs-c-cartPayment{

  }
  .cart_cash_cover .fs-c-payWithAmazon__button {
    margin: 0;
  }
  .or_comment {
    position: relative;
    margin: 3rem 0;
    text-align: center;
  }
  .or_comment span {
    display: inline-block;
    padding: 0 1em;
    background: #f6f6f6;
  }
  .or_comment span:after {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    content: "";
    width: calc(50% - 3em);
    height: 1px;

    background: #707070;
  }
  .or_comment span:before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    content: "";
    width: calc(50% - 3em);
    height: 1px;
    background: #707070;
  }
  .cart_flow_cover {
    margin: 0 4vw;
  }
  .cart_flow {
    width: 100%;
    margin: 0 auto 2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .cart_flow span {
    position: relative;
    width: calc(100% / 2);
    text-align: center;
    margin: 0 0 1rem;
  }
  .cart_flow span:nth-child(2) {
    margin: 3.4rem 0 0;
    order: 3;
  }
  .cart_flow span:nth-child(1):after,
  .cart_flow span:nth-child(3):after {
    position: absolute;
    top: calc(100% + 1.4rem);
    left: 50%;
    margin-left: -8px;
    display: block;
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #707070;
    box-sizing: border-box;
  }
  .cart_flow span:nth-child(2):after {
    position: absolute;
    bottom: calc(100% + 1.4rem);
    left: 50%;
    margin-left: -8px;
    display: block;
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #707070;
    box-sizing: border-box;    
  }
  #fs_ShoppingCart .cart_flow span:nth-child(-n+1):after {
    background: #707070;
    border: 1px solid #707070;
  }
  #fs_Checkout .cart_flow span:nth-child(-n+2):after {
    background: #707070;
    border: 1px solid #707070;
  }
  #fs_CheckoutSuccess .cart_flow span:nth-child(-n+3):after {
    background: #707070;
    border: 1px solid #707070;
  }
  .cart_line {
    width: 100%;
    margin-top: -6.4rem;
    margin-bottom: 10rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .cart_line span {
    width: 25%;
    height: 1px;
    background: #707070;
  }
  #fs_ShoppingCart .cart_line span:nth-child(-n+1) {
    height: 3px;
    background: #707070;
  }
  #fs_Checkout .cart_line span:nth-child(-n+2) {
    height: 3px;
    background: #707070;
  }
  #fs_CheckoutSuccess .cart_line span {
    height: 3px;
    background: #707070;
  }
}
.fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--point:after,
.fs-c-orderTotalTable__getPoint td:after {
  content: "Pt";
  margin-left: .5em;
}
@media screen and (max-width: 767px) {
  #h_nav {
    max-width: calc(100% - 10px);
  }
  .fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--point,
  .fs-c-orderTotalTable__getPoint td {
    position: relative;
    /*padding-right: 1.5em!important;*/
  }
  .fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--point:after,
  .fs-c-orderTotalTable__getPoint td:after {
    /*
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -.5em;
    */
    line-height: 1.2;
    content: "Pt";
    margin-left: .5em;
  }
  .fs-c-orderTotalTable__getPoint td:after {
    right: 8px;
  }
}
.fs-c-button--guestPurchase.fs-c-button--plain {
  background: #2e2e2e;
  border: 1px solid #2e2e2e;
  border-radius: 0px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  padding: 0.8em 1.6em 0.6em;
  box-shadow: 0 0 2px #b2b2b2;
  min-width: 240px;
}
/************************************************************************************
商品詳細
************************************************************************************/
@media screen and (min-width:768px) {
  .product_line_btn {
order: 9;
    margin-top: 1.5rem;
    text-align: left;
  }
  .product_line_btn img {
    width: 40%;
  }
}
@media screen and (max-width:767px) {
  .product_line_btn {
order: 9;
    padding: 4vw;
    text-align: right;
  }
  .product_line_btn img {
    width: 60%;
  }
}
/************************************************************************************
SP商品グループ
************************************************************************************/
@media screen and (max-width:767px) {
  #group_category .image {
    display: none;
  }
  #group_category .group_category_list .list a 
}
.fs-c-productList .fs-c-productPrice--member {
display: none!important;
}
/************************************************************************************
カテゴリーページ　動画
************************************************************************************/
.cat_movie {
  max-width: 960px;
  margin: 0 auto 5rem;
}
.cat_movie .movie {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.cat_movie .movie video {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: none;
}
.fs-c-productListItem__salesPeriod.fs-c-salesPeriod {
display: none;
}
@media screen and (max-width:767px) {
.model_size {
padding: 0 3.2vw;
font-size: 3.2vw;
}
}
/************************************************************************************
トップ　パララックス無効 20230331
************************************************************************************/
#top_collection .collection {
  position: relative;
  bottom: 0!important;
}
@media screen and (min-width:768px) {
  #top_collection {
    display: flex;
    flex-wrap: wrap;
  }
  #top_collection .collection_1,
  #top_collection .collection_2,
  #top_collection .collection_3,
  #top_collection .collection_4,
  #top_collection .collection_5,
  #top_collection .collection_6,
  #top_collection .collection_7 {
    height: 35vh;
    float: none;
  }
  #top_collection .collection_1 {
    height: 50vh;
  }
}
/************************************************************************************
ヘッダー　高さ変更 20230403
************************************************************************************/
@media screen and (max-width: 1099px) {
  #h_cover {
    padding: .5rem;
  }
}
/************************************************************************************
トップページ　スライダー　スマホボタン設置
************************************************************************************/
@media screen and (max-width: 767px) {
  #top_item .item_list .list .name,
  #top_golf_item .item_list .list .name {
    font-size: 0;
  }
  #top_item .item_list .list .name:after,
  #top_golf_item .item_list .list .name:after {
    content: "商品詳細へ";
    display: inline-block;
    width: 210px;
    color: #fff;
    font-size: 13.2px;
    text-align: center;
    line-height: 48px;
    background: #2e2e2e;
    border-radius: 24px;
  }
}
/************************************************************************************
会員ステージ
************************************************************************************/
@media screen and (min-width:1480px) {
  .stage_cover .stage {
    margin: 0!important;
    padding-right: 10rem;
  }
}
@media screen and (min-width:768px) {
  .stage_cover .stage {
    margin: 0!important;
    text-align: left;
  }
}
@media screen and (max-width:767px) {
  .stage_cover {
    margin: 0!important;
    overflow-x: scroll;
  }
  .stage_cover .stage {
    margin: 0!important;
    width: 768px;
  }
}
/************************************************************************************
商品詳細　AIレコメンド
************************************************************************************/
@media screen and (max-width:1024px) {
  .product_box .fs-p-heading--lv2 {
    margin: 0;
    margin-bottom: 2rem;
    padding: 0;
    padding-bottom: 0.5rem;
    font-size: 0;
    border-bottom: 1px solid #707070;
  }
  .product_box .flywheel-recommend__frame[data-frame-id="ai_1"] .fs-p-heading--lv2 {}
  .product_box .flywheel-recommend__frame[data-frame-id="ai_1"] .fs-p-heading--lv2:before {
    content: "お客様におすすめの商品";
    font-size: 4.8vw;
  }    
  .product_box .fr3-productListCarousel.fr3-productListCarousel__responsive_1 {
    display: block;
  }
  .product_box .fr3-productListCarousel .fr3-productListCarousel__ButtonContainer {
    display: none!important;
  }
  .product_box .fr3-productListCarousel__responsive_1 .fr3-productListCarousel__slides {
    gap: 10px;
  }
  .product_box .fr3-productListCarousel__responsive_1 .fr3-productListCarousel__slide {
    flex: 0 0 calc((100% / 2.5) - 10px);
  }
  .product_box .fr3-productListCarousel__responsive_1 .fr3-productListCarousel__slide .fr3-item__productPrice {
    display: none;
  }
}
@media screen and (min-width:1025px) {
  .product_box .fs-p-heading--lv2 {
    margin: 0;
    margin-bottom: 2rem;
    padding: 0;
    padding-bottom: 0.5rem;
    font-size: 0;
    border-bottom: 1px solid #707070;
  }
  .product_box .flywheel-recommend__frame {
    padding: 0 4rem;
  }
  .product_box .flywheel-recommend__frame[data-frame-id="ai_1"] .fs-p-heading--lv2 {}
  .product_box .flywheel-recommend__frame[data-frame-id="ai_1"] .fs-p-heading--lv2:before {
    content: "お客様におすすめの商品";
    font-size: 1.14583333333333vw;
  }  
  .product_box .fr3-productListCarousel.fr3-productListCarousel__responsive_1 {
    position: relative;
    display: block;
  }
  .product_box .fr3-productListCarousel .fr3-productListCarousel__ButtonContainer {
    width: auto;
    height: auto;
  }
  .product_box .fr3-productListCarousel .fr3-productListCarousel__ButtonContainer .fr3-productListCarousel__Button {
    position: absolute;
    width: 50px;
    height: 50px;
    margin-top: -20px;
  }   
  .product_box .fr3-productListCarousel .fr3-productListCarousel__ButtonContainer .fr3-productListCarousel__Button:disabled {
    opacity: .5;
  }
  .product_box .fr3-productListCarousel .fr3-productListCarousel__ButtonContainer .fr3-productListCarousel__Button.fr3-productListCarousel__prevButton {
    top: 50%;
    left: -30px;
  }
  .product_box .fr3-productListCarousel .fr3-productListCarousel__ButtonContainer .fr3-productListCarousel__Button.fr3-productListCarousel__prevButton:before {
    display: block;
    content: "";
    width: 25px;
    height: 25px;
    border: 2px solid;
    border-color:  transparent transparent #b7b7b7 #b7b7b7;
    transform: rotate(45deg);
  }  
  .product_box .fr3-productListCarousel .fr3-productListCarousel__ButtonContainer .fr3-productListCarousel__Button.fr3-productListCarousel__nextButton {
    top: 50%;
    right: -50px;
  }
  .product_box .fr3-productListCarousel .fr3-productListCarousel__ButtonContainer .fr3-productListCarousel__Button.fr3-productListCarousel__nextButton:before {
    display: block;
    content: "";
    width: 25px;
    height: 25px;
    border: 2px solid;
    border-color:  #b7b7b7 #b7b7b7 transparent transparent;
    transform: rotate(45deg);
  }  
  .product_box .fr3-productListCarousel .fr3-productListCarousel__ButtonContainer img {
    display: none;
  }
  
  .product_box .fr3-productListCarousel__responsive_1 .fr3-productListCarousel__slides {
    gap: 10px;
  }
  .product_box .fr3-productListCarousel__responsive_1 .fr3-productListCarousel__slide {
    flex: 0 0 calc((100% / 6) - 10px);
  }
  .product_box .fr3-productListCarousel__responsive_1 .fr3-productListCarousel__slide .fr3-item__productPrice {
    display: none;
  }
}

@media screen and (min-width:768px) {
.product_box h2 img {
width: 60%;
height: auto;
}
}


#f_customer .f_logo {
  width: 200px;
  margin-bottom: 2rem;
}
#f_customer .f_logo img {
  width: 200px;
  height: auto;
}


.btn {
  width: 250px;
  padding: 30px;
  margin: 0 auto 50px;
  color: #fff;
  background: #000;
  display: block;
  text-align: center;
}



@media screen and (min-width: 768px) {
#footer_category .category_list .list h3 {
    margin-bottom: 3em;
}
}





/************************************************************************************
商品詳細　AIレコメンド
************************************************************************************/
@media screen and (max-width:1024px) {
  .product_box .fs-p-heading--lv2 {
    margin: 0;
    margin-bottom: 2rem;
    padding: 0;
    padding-bottom: 0.5rem;
    font-size: 0;
    border-bottom: 1px solid #707070;
  }
  .product_box .flywheel-recommend__frame[data-frame-id="ai_1"] .fs-p-heading--lv2 {}
  .product_box .flywheel-recommend__frame[data-frame-id="ai_1"] .fs-p-heading--lv2:before {
    content: "お客様におすすめの商品";
    font-size: 4.8vw;
  }
  .product_box .flywheel-recommend__frame[data-frame-id="checked_item"] .fs-p-heading--lv2:before {
    content: "最近見たアイテム";
    font-size: 4.8vw;
  }      
  .product_box .fr3-productListCarousel.fr3-productListCarousel__responsive_1 {
    display: block;
  }
  .product_box .fr3-productListCarousel .fr3-productListCarousel__ButtonContainer {
    display: none!important;
  }
  .product_box .fr3-productListCarousel__responsive_1 .fr3-productListCarousel__slides {
    gap: 10px;
  }
  .product_box .fr3-productListCarousel__responsive_1 .fr3-productListCarousel__slide {
    flex: 0 0 calc((100% / 2.5) - 10px);
  }
  .product_box .fr3-productListCarousel__responsive_1 .fr3-productListCarousel__slide .fr3-item__productPrice {
    display: none;
  }
}
@media screen and (min-width:1025px) {
  .product_box .fs-p-heading--lv2 {
    margin: 0;
    margin-bottom: 2rem;
    padding: 0;
    padding-bottom: 0.5rem;
    font-size: 0;
    border-bottom: 1px solid #707070;
  }
  .product_box .flywheel-recommend__frame {
    padding: 0 4rem;
  }
  .product_box .flywheel-recommend__frame[data-frame-id="ai_1"] .fs-p-heading--lv2 {}
  .product_box .flywheel-recommend__frame[data-frame-id="ai_1"] .fs-p-heading--lv2:before {
    content: "お客様におすすめの商品";
    font-size: 1.14583333333333vw;
  }  
  .product_box .flywheel-recommend__frame[data-frame-id="checked_item"] .fs-p-heading--lv2:before {
    content: "最近見たアイテム";
    font-size: 1.14583333333333vw;
  }      
  .product_box .fr3-productListCarousel.fr3-productListCarousel__responsive_1 {
    position: relative;
    display: block;
  }
  .product_box .fr3-productListCarousel .fr3-productListCarousel__ButtonContainer {
    width: auto;
    height: auto;
  }
  .product_box .fr3-productListCarousel .fr3-productListCarousel__ButtonContainer .fr3-productListCarousel__Button {
    position: absolute;
    width: 50px;
    height: 50px;
    margin-top: -70px;
  }   
  .product_box .fr3-productListCarousel .fr3-productListCarousel__ButtonContainer .fr3-productListCarousel__Button:disabled {
    opacity: .2;
  }
  .product_box .fr3-productListCarousel .fr3-productListCarousel__ButtonContainer .fr3-productListCarousel__Button.fr3-productListCarousel__prevButton {
    top: 11.8vw;
    left: -2.6vw;
  }
  .product_box .fr3-productListCarousel .fr3-productListCarousel__ButtonContainer .fr3-productListCarousel__Button.fr3-productListCarousel__prevButton:before {
    display: block;
    content: "";
    width: 25px;
    height: 25px;
    border: 2px solid;
    border-color:  transparent transparent #7C7E80 #7C7E80;
    transform: rotate(45deg);
  }  
  .product_box .fr3-productListCarousel .fr3-productListCarousel__ButtonContainer .fr3-productListCarousel__Button.fr3-productListCarousel__nextButton {
    top: 11.8vw;
    right: -3vw;
  }
  .product_box .fr3-productListCarousel .fr3-productListCarousel__ButtonContainer .fr3-productListCarousel__Button.fr3-productListCarousel__nextButton:before {
    display: block;
    content: "";
    width: 25px;
    height: 25px;
    border: 2px solid;
    border-color:  #7C7E80 #7C7E80 transparent transparent;
    transform: rotate(45deg);
  }  
  .product_box .fr3-productListCarousel .fr3-productListCarousel__ButtonContainer img {
    display: none;
  }
  
  .product_box .fr3-productListCarousel__responsive_1 .fr3-productListCarousel__slides {
    gap: 10px;
    overflow: hidden;
  }
  .product_box .fr3-productListCarousel__responsive_1 .fr3-productListCarousel__slide {
    flex: 0 0 calc((100% / 6) - 10px);
  }
  .product_box .fr3-productListCarousel__responsive_1 .fr3-productListCarousel__slide .fr3-item__productPrice {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  #top_service .service_list .list .image {
    transition: all .3s linear;
  }
  #top_service .service_list .list .image:hover {
    opacity: .7;
  }
}





/************************************************************************************
カート画面　予約商品　タグ色変更　20231227
************************************************************************************/

.fs-c-cartTable__message {
  background: #6644aa;
  color: #ffffff;
  display: inline-block;
  font-size: 0.8rem;
  margin-bottom: 3px;
  padding: 3px 5px 0;
}


/************************************************************************************
ボタン　ボーダー
************************************************************************************/
@media screen and (max-width:767px) {
  .c_border_btn_cover {
    text-align: center;
margin: 0.5rem 0 2rem;
    font-size: 4vw;
  }

#top_blog h2 {
margin-bottom: 0.5rem;
}
}
a.c_border_btn {
  position: relative;
  display: inline-block;
  border-bottom: none!important;
}
a.c_border_btn:before {    
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -1px;
  background: currentColor;
  transform: scale(1);
  transform-origin: left center;
  transition: transform .3s ease-in-out;
}
@media screen and (min-width:768px) {
  .c_border_btn_cover {
    margin-top: -2rem;
    margin-bottom: 3rem;
  }
  a.c_border_btn.large {
    font-size: 1.3vw;
  }    
  a.c_border_btn:hover:before {
    transform: scale(0, 1);
    opacity: 1!important;
  }
}
#f_customer .mail a:hover {
  color: #b7b7b7!important;
}

@media screen and (max-width:767px) {
#group_main_visual .title {
font-size: 4.2vw;
}
}

@media screen and (min-width:1100px) {
  .h_recommend_cover {
    margin: 0 -32px;
  }
  .h_recommend_cover .fs-p-heading--lv2 {
    font-size: 0;
    margin: 0;
    padding: 0 32px;
    border: none;
  }
  .h_recommend_cover .fs-p-heading--lv2:before {
    display: block;
    content: "最近見たアイテム";      
    width: 100%;
    margin: 0;
    margin-bottom: 2rem;
    padding: 0;
    padding-bottom: 0.5rem;
    font-size: 1.4rem;
    font-weight: 600;
    border-bottom: 1px solid #707070;
  }
  .fr3-item__productName,
  .fr3-item__productPrice {
    display: none!important;
  }
  .h_recommend_cover .fr3-productListCarousel__Button.fr3-productListCarousel__prevButton img,
  .h_recommend_cover .fr3-productListCarousel__Button.fr3-productListCarousel__nextButton img {
    display: none;
  }
  .h_recommend_cover .fr3-productListCarousel__Button.fr3-productListCarousel__prevButton:before {
    display: block;
    content: "";
    width: 18px;
    height: 18px;
    margin-left: 8px;
    border: 2px solid;
    border-color: #7C7E80 #7C7E80 transparent transparent;
    transform: rotate(-135deg);
  }    
  .h_recommend_cover .fr3-productListCarousel__Button.fr3-productListCarousel__nextButton:before {
    display: block;
    content: "";
    width: 18px;
    height: 18px;
    border: 2px solid;
    border-color: #7C7E80 #7C7E80 transparent transparent;
    transform: rotate(45deg);
  }
}
@media screen and (max-width:1099px) {
  .h_recommend_cover .fs-p-heading--lv2 {
    font-size: 0;
    margin: 0;
    padding: 0;
    border: none;
  }
  .h_recommend_cover .fs-p-heading--lv2:before {
    display: block;
    content: "最近見たアイテム";
    width: 100%;
    margin: 0;
    margin-bottom: 2rem;
    padding: 0;
    padding-bottom: 0.5rem;
    font-size: 1.2rem;
    font-weight: 600;
    border-bottom: 1px solid #707070;
  }
  .h_recommend_cover .fr3-productListCarousel__ButtonContainer,
  .h_recommend_cover .fr3-productListCarousel__ButtonContainer,
  .fr3-item__productName,
  .fr3-item__productPrice {
    display: none!important;
  }
  .h_recommend_cover .fr3-productListCarousel {
    display: block;
    width: 100%;
  }
  .h_recommend_cover .fr3-productListCarousel__slides {
    gap: 10px;
    overflow-x: scroll;
  }
  .h_recommend_cover .fr3-productListCarousel__slide {
    margin-bottom: 6px;
  }
  .h_recommend_cover .fr3-productListCarousel__slides::-webkit-scrollbar { 
    height: 6px; 
  } 
  .h_recommend_cover .fr3-productListCarousel__slides::-webkit-scrollbar-track { 
    margin: 0;
    background: #f2f2f2; 
    border-radius: 0; 
  } 
  .h_recommend_cover .fr3-productListCarousel__slides::-webkit-scrollbar-thumb { 
    border-radius: 0;
    background: #aaa; 
  }    
  .h_recommend_cover .fr3-productListCarousel__responsive_4 .fr3-productListCarousel__slide {
    flex: 0 0 calc((90% - 16px* 2) / 3);
  }      
}
@media screen and (min-width:1100px) {
  .h_recommend_cover .fr3-productListCarousel__slides {
    display: block;
    white-space: nowrap;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 1rem;      
  }
  .h_recommend_cover .fr3-productListCarousel__slide {
    display: inline-block;
    white-space: normal;
    width: 80px;
  }
  .h_recommend_cover .fr3-productListCarousel__slide:nth-child(n+2) {
    margin-left: 6px;
  }
  .h_recommend_cover .fr3-productListCarousel__slides::-webkit-scrollbar { 
    height: 6px; 
  } 
  .h_recommend_cover .fr3-productListCarousel__slides::-webkit-scrollbar-track { 
    margin: 0;
    background: #f2f2f2; 
    border-radius: 0; 
  } 
  .h_recommend_cover .fr3-productListCarousel__slides::-webkit-scrollbar-thumb { 
    border-radius: 0;
    background: #aaa; 
  }   
  .h_recommend_cover .fr3-productListCarousel {
    white-space: nowrap;
    overflow: auto;
    -webkit-overflow-scrolling: touch!important;
  }    
}










@media screen and (max-width:767px) {
  .cart_title {
    margin-bottom: 2rem;
    padding: 0 4vw;
    font-size: 4.8vw;
  }
  .fs-c-cartTableContainer {
    margin-top: 3rem;
    padding-top: 3rem;
    border-top: 1px solid #dadada;
  }
  .fs-c-cartTable .fs-c-cartTable__row {
    padding: 0 4vw;
  }
  .fs-c-cartTable .fs-c-cartTable__row td:last-child {
    margin-bottom: 9.6vw;
  }
  .fs-c-cartTable__product {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .fs-c-cartTable__product .fs-c-cartTable__productImage {
    width: 100px;
    margin: 0;
    padding: 0;
    border: none;
    box-sizing: border-box;
  }
  .fs-c-cartTable__product .fs-c-cartTable__productImage img {
    width: 100%;
    height: auto;
  }
  .fs-c-cartTable__product .fs-c-cartTable__productImage__image {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border: none;
  }
  
  .fs-c-cartTable__product .fs-c-cartTable__productInfo {
    width: calc(100% - 130px);
    margin: 0;
    padding: 0;
    border: none;
    box-sizing: border-box;
  }
  .fs-c-cartTable .fs-c-cartTable__dataCell {
    padding-left: 130px;
    justify-content: flex-start;
  }
  .fs-c-cartTable .fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--product {
    width: 100%;
  }
  .fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--point:after {
    position: static;
    margin-top: 0;
    margin-left: .5em;
    line-height: 1.5;
  }
  .fs-c-cartTable__dataCell {
    display: flex;
  }
  .fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--quantity {
    flex-direction: column;
  }
  
  .fs-c-cartTable__quantity {
    margin: .8em 0;
  }  
  .fs-c-cartTable__dataCell--point::before,
  .fs-c-cartTable__dataCell--quantity::before,
  .fs-c-cartTable__dataCell--subtotal::before {
    display: block;
    margin-bottom: 1em;
    font-size: .8em;
  }
  .fs-c-cartTable__productName.fs-c-listedProductName,
  .fs-c-cartTable .fs-c-cartTable__productName__name,
  .fs-c-cartTable .fs-c-listedProductName__variation {
    font-size: 4vw;
    font-weight: 600;
  }
  
  .fs-c-cartTable__dataCell--point::before,
  .fs-c-cartTable__dataCell--quantity::before,
  .fs-c-cartTable__dataCell--subtotal::before {
    margin-bottom: 0;
    font-size: 1em;
  }
  
  .fs-c-cartTable .fs-c-cartTable__dataCell {
    color: #454545;
    font-size: .8em;
  }
  
  .fs-c-cartTable__actionButton__container.fs-c-cartTable__actionButton__container--cancel--cart {
    margin-right: 2em;
  }
  .fs-c-cartTable__actionButton__container.fs-c-cartTable__actionButton__container--cancel--cart button,
  .fs-c-cartTable__actionButton__container.fs-c-cartTable__actionButton__container--buyItLater button {
    font-size: .8em;
    border-bottom: 1px solid #000;
  }
  .fs-c-cartTable__actionButton__container + .fs-c-cartTable__actionButton__container:before {
    display: none;
  }
  #fs_ShoppingCart #fs-cartTotals-container {
    margin-bottom: 0;
  }
  .fs-c-orderTotalTable > thead > tr:last-of-type, .fs-c-orderTotalTable > tfoot > tr:last-of-type, .fs-c-orderTotalTable > tbody > tr:last-of-type {
    border: none;
  }
  
  
  .fs-c-purchaseHere.fs-c-cartPayment {
    display: flex;
    flex-direction: column;
  }
  .fs-c-purchaseHere.fs-c-cartPayment .fs-c-purchaseHere__message {
    order: 2;
  }
  .fs-c-purchaseHere.fs-c-cartPayment .fs-c-button--primary {
    padding: 1em;
  }
  .fs-c-cartTable .fs-c-cartTable__row {
    margin-bottom: 9.6vw;
  }
  .fs-c-payWithAmazon__button {
    height: 60px;
  }
  .fs-c-purchaseHere.fs-c-cartPayment .fs-c-button--primary {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 1em;
    height: 52px;
  }
  .fs-c-totalAndActions button:where(:not(.fs-c-button--image)) {
    font-size: 14px;
    min-height: 52px;
  }
  .fs-c-checkout-orderInfo__title.fs-c-checkout-preview__title {
    margin-bottom: 4.8vw;
  }
  .fs-c-orderTotalTable__earnPoints td:after {
    content: "Pt";
    margin-left: .5em;
  }

}

#h_point a .num,
#h_nav_account_list .list .num {
color: #99824b;
font-weight: bold;
}


#top_brand .brand_list .list:after {
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        transition: all .3s linear;
}






@media screen and (max-width:767px) {
  .category_toggle {
    margin: 0 3.5rem;
    color: #fff;
    background: #2e2e2e;
    display: none;
  }
  .category_toggle_btn {
    position: relative;
    margin: 0 2rem;
    font-size: 3.2vw;
    line-height: 3.5;
  }
  .category_toggle_btn:after {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -.5em;
    line-height: 1;
    content: "\f107";
    font-family: "FontAwesome";
  }
  .category_toggle_btn.active:after {
    content: "\f106";
  }
  #group_category {
    display: none;
  }
  .group_category_list {
    margin: 0 2rem;
    padding: 2rem 0;
    font-size: 3.2vw;
    border-top: 1px solid #fff;
  }
  .group_category_list .list:nth-child(n+2) {
    margin-top: 1em;
  }
  .group_category_list a {
    position: relative;
    display: block;
    color: #fff;
  }
  .group_category_list a:after {
    position: absolute;
    top: 50%;
    right: 0;
    content: "\f105";
    font-family: "FontAwesome";
    margin-top: -.5em;
    line-height: 1;
  }

  #h_nav_search_form,
  .h_recommend_cover .fs-p-heading--lv2:before,
  .menu_cover,
  #h_nav .nav_title span,
  #h_nav .h_nav_menu ul a,
  #h_nav .h_nav_menu ul span,
  #h_nav .guide_title a,
  #h_nav .guide_title span,
  #h_nav .guide_menu_list ul a {
    font-size: 1.3rem;
  }

}



@media screen and (min-width:768px) {
  #exchange_box .pc_none {
    display: none;
  }
  #exchange_box .exchange_image {
    margin-bottom: 3rem;
  }
  #exchange_box .exchange_comment {
    margin-bottom: 3rem;
  }
  #exchange_box .exchange_comment p:nth-child(n+2) {
    margin-top: 1.2em;
  }
  #exchange_box .exchange_comment a {
    text-decoration: underline;
  }
  #exchange_box .exchange_comment a:hover {
    text-decoration: none;
  }
  #exchange_box .t_large {
    font-size: 1.1em;
    font-weight: 600;
  }
  #exchange_box .t_center {
    text-align: center;
  }
  #exchange_box .t_small {
    font-size: .9em;
  }
  #exchange_box .exchange_title {
    margin-bottom: 3rem;
    padding: .8em;
    font-size: 1.2em;
    text-align: center;
    line-height: 1;
    font-weight: 600;
    border: 1px solid #000;
  }
  #exchange_box .exchange_list_flow {
    margin-bottom: 3rem;
  }
  #exchange_box .exchange_list_flow li {
    position: relative;
    padding-left: 1.5em;
    list-style: none;
  }
  #exchange_box .exchange_list_flow li:nth-child(n+2) {
    margin-top: 1.2em;
  }
  #exchange_box .exchange_list_flow li:before {
    position: absolute;
    top: 0;
    left: 0;
  }
  #exchange_box .exchange_list_flow li:nth-child(1):before {
    content: "①";
  }
  #exchange_box .exchange_list_flow li:nth-child(2):before {
    content: "②";
  }
  #exchange_box .exchange_list_flow li:nth-child(3):before {
    content: "③";
  }
  #exchange_box .exchange_list_flow li:nth-child(4):before {
    content: "④";
  }
  #exchange_box .exchange_list_flow li:nth-child(5):before {
    content: "⑤";
  }
  #exchange_box .exchange_list_flow li .title {
    margin-bottom: .6em;
    font-weight: 600;
  }
  #exchange_box .exchange_list_flow li .comment p:nth-child(n+2) {
    margin-top: 1.2em;
  }
  #exchange_box .exchange_list_flow li .comment span {
    margin: 0 2em;
  }
  #exchange_box .exhange_list_caution {
    margin-bottom: 3rem;
  }
  #exchange_box .exhange_list_caution li {
    position: relative;
    padding-left: 1.5em;
    list-style: none;
  }
  #exchange_box .exhange_list_caution li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "●";
  }
  #exchange_box .exhange_list_caution li span {
    color: #c00;
    font-weight: 600;
  }
  #exchange_box .exchange_list_image {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 3rem;
  }
  #exchange_box .exchange_list_image .list {
    width: 50%;
  }
  #exchange_box .exchange_list_image .list a {
    display: block;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;      
  }
  #exchange_box .exchange_list_image .list a:hover {
    opacity: .7;
  }
  #exchange_box .exchange_list_image .list .title {
    padding: 1.2em;
    font-size: 2em;
    text-align: center;
  }
  #exchange_box .exchange_btn {
    text-align: center;
  }
  #exchange_box .exchange_btn a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 210px;
    height: 50px;
    margin: 0 auto;
    color: #fff;
    line-height: 1;
    font-weight: 600;
    text-align: center;
    border-radius: 25px;
    background: #2e2e2e;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear; 
  }
  #exchange_box .exchange_btn a:hover {
    opacity: .7;
  }
}
@media screen and (max-width:767px) {
  #exchange_box .exchange_image {
    margin-bottom: 3rem;
  }
  #exchange_box .exchange_comment {
    margin-bottom: 3rem;
  }
  #exchange_box .exchange_comment p:nth-child(n+2) {
    margin-top: 1.2em;
  }
  #exchange_box .exchange_comment a {
    text-decoration: underline;
  }
  #exchange_box .exchange_comment a:hover {
    text-decoration: none;
  }
  #exchange_box .t_large {
    font-size: 1.1em;
    font-weight: 600;
  }
  #exchange_box .t_center {
    text-align: center;
  }
  #exchange_box .t_small {
    font-size: .9em;
  }
  #exchange_box .exchange_title {
    margin-bottom: 3rem;
    padding: .8em;
    font-size: 1.2em;
    text-align: center;
    line-height: 1;
    font-weight: 600;
    border: 1px solid #000;
  }
  #exchange_box .exchange_list_flow {
    margin-bottom: 3rem;
  }
  #exchange_box .exchange_list_flow li {
    position: relative;
    padding-left: 1.5em;
    list-style: none;
  }
  #exchange_box .exchange_list_flow li:nth-child(n+2) {
    margin-top: 1.2em;
  }
  #exchange_box .exchange_list_flow li:before {
    position: absolute;
    top: 0;
    left: 0;
  }
  #exchange_box .exchange_list_flow li:nth-child(1):before {
    content: "①";
  }
  #exchange_box .exchange_list_flow li:nth-child(2):before {
    content: "②";
  }
  #exchange_box .exchange_list_flow li:nth-child(3):before {
    content: "③";
  }
  #exchange_box .exchange_list_flow li:nth-child(4):before {
    content: "④";
  }
  #exchange_box .exchange_list_flow li:nth-child(5):before {
    content: "⑤";
  }
  #exchange_box .exchange_list_flow li .title {
    margin-bottom: .6em;
    font-weight: 600;
  }
  #exchange_box .exchange_list_flow li .comment p:nth-child(n+2) {
    margin-top: 1.2em;
  }
  #exchange_box .exchange_list_flow li .comment span {
    margin: 0 2em;
  }
  #exchange_box .exhange_list_caution {
    margin-bottom: 3rem;
  }
  #exchange_box .exhange_list_caution li {
    position: relative;
    padding-left: 1.5em;
    list-style: none;
  }
  #exchange_box .exhange_list_caution li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "●";
  }
  #exchange_box .exhange_list_caution li span {
    color: #c00;
    font-weight: 600;
  }
  #exchange_box .exchange_list_image {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 3rem;
  }
  #exchange_box .exchange_list_image .list {
    width: 50%;
  }
  #exchange_box .exchange_list_image .list a {
    display: block;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;      
  }
  #exchange_box .exchange_list_image .list a:hover {
    opacity: .7;
  }
  #exchange_box .exchange_list_image .list .title {
    padding: 1.2em;
    text-align: center;
  }
  #exchange_box .exchange_btn {
    text-align: center;
  }
  #exchange_box .exchange_btn a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 210px;
    height: 50px;
    margin: 0 auto;
    color: #fff;
    line-height: 1;
    font-weight: 600;
    text-align: center;
    border-radius: 25px;
    background: #2e2e2e;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear; 
  }
  #exchange_box .exchange_btn a:hover {
    opacity: .7;
  }
}