  img {
  outline: none;
  border-style: none;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

a:visited {
　 color: #ffffff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

a:hover {
  color: #F5A862;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}


/* ここまでテンプレ */

/* 見出し */
.fs-p-heading--lv2 {
    text-align: center;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 3px;
}

.fs-p-headerNavBar {

    color: #333333;
}


/* クイックアクセスボタン */

.top_btn {
  width: 100%;
  text-align: center; //padding-top: 10px;
  //padding-bottom: 10px;
  //margin-left: 10%;
  //background-color: #eeeeee;
}

.btn_low {
  margin-top: 5px;
  width: 100%;
}

#qmbtn:visited {	 	 
 color: #ffffff;	 	 
}	 

.l1xc1 {}

.l2xc4 {
  display: flex;
  flex-wrap: wrap;
}

.l4_8 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.l1xc3 {
  display: flex;
  width: auto;
}

.l1xc2 {
  display: flex;
}

@media screen and (min-width:10px) {
  /*　画面サイズが10pxからはここを読み込む　*/
  .btn1_1 {
    font-size: 3rem;
  }
  .btn1_2 {
    font-size: 1.5rem;
  }
  .btn1_3 {
    font-size: 1.5rem;
  }
  .btn1_8 {
    font-size: 1.5rem;
  }
  @media screen and (min-width:1200px) {
    /*　画面サイズが1024pxからはここを読み込む　*/
    .btn1_1 {
      font-size: 5rem;
    }
    .btn1_2 {
      font-size: 4rem;
    }
    .btn1_3 {
      font-size: 4rem;
    }
    .btn1_8 {
      font-size: 4rem;
    }
  }
  .btn1_1 {
    display: flex;
    height: 60px;
    margin: 2px;
    justify-content: center;
    align-items: center; //display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #646464;
    color: #ffffff;
    /*文字色*/
    font-weight: bold;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  }
  .btn1_1:active {
    box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
    transform: translateY(2px);
  }
  .btn1_1:hover {
    text-decoration: none;
    background-color: #eeeeee;
    color: #646464;
  }
  .btn1_2 {
    width: 100%;
    display: flex;
    height: 60px;
    margin: 2px;
    justify-content: center;
    align-items: center; //display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #646464; //border: solid 2px #ff7c5c;
    //border-right: solid 6px #ff7c5c;/*右線*/
    //border-left: solid 6px #ff7c5c;/*左線*/
    color: #ffffff;
    /*文字色*/
    font-weight: bold;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  }
  .btn1_2:active {
    box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
    transform: translateY(2px);
  }
  .btn1_2:hover {
    text-decoration: none;
    background-color: #eeeeee;
    color: #646464;
  }
  .btn1_3 {
    width: 80%;
    display: flex;
    height: 60px;
    margin: 2px;
    justify-content: center;
    align-items: center; //display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #646464; //border: solid 2px #ff7c5c;
    color: #ffffff;
    /*文字色*/
    font-weight: bold;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  }
  .btn1_3:active {
    box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
    transform: translateY(2px);
  }
  .btn1_3:hover {
    text-decoration: none;
    background-color: #eeeeee;
    color: #646464;
  }
  .btn1_8 {
    width: 22%;
    display: flex;
    height: 60px;
    margin: 2px;
    flex-grow: 2;
    justify-content: center;
    align-items: center; //display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #646464; //border: solid 2px #ff7c5c;
    color: #ffffff;
    /*文字色*/
    font-weight: bold;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  }
  .btn1_8:active {
    box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
    transform: translateY(2px);
  }
  .btn1_8:hover {
    text-decoration: none;
    background-color: #eeeeee;
    color: #646464;
  }

  .fs-l-main {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
  }


  /* クイックアクセスボタンここまで */

  /* TOPバナー群ここから */

  /*　画面サイズが1024pxからはここを読み込む　*/
  .topitemlist_pc {
   display: block !important;
   margin-top: 10px;
　　witdh: 100%;
  }
  .topitemlist_sp {
    display: none !important;
  }
  /*　画面サイズが750pxからはここを読み込む　*/
  @media only screen and (max-width: 750px) {
    .topitemlist_pc {
      display: none !important;
      margin-top: 10px;
    }
    .topitemlist_sp {
     display: block !important;
     margin-top: 3px;
　　  witdh: 100%;
    }
  }

.topitem_pc{
 width:100%;
 padding:3px;

}

.topitem_sp{
 width:100%;
 padding-top:5px;

}
  /* TOPバナー群ここまで */


  /* TOPyoutubeここから */

.top_youtube{
 margin:0 auto;
}
.top_youtube_contents{
 margin: 5px;
 float: left;
 text-align: center;
 text-decoration: underline;
}

.top_youtube_contents iframe{
    width:450px;
    height:250px;
}

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

.top_youtube{
display: inline-grid;
}
.top_youtube_contents{
 margin: 5px;
 text-align: center;
 text-decoration: underline;
}

.top_youtube_contents iframe{
    width:400px;
    height:223px;
}

}

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

.top_youtube{
display: inline-grid;
}
.top_youtube_contents{
 margin: 5px;
 text-align: center;
 text-decoration: underline;
}

.top_youtube_contents iframe{
    width:350px;
    height:200px;
}

}

  .item {
    border-radius: 10px;
    background: #edf;
    padding: 15px;
    margin: 5px;
    text-align: center;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  p {
    text-align: left;
  }
  @media ( min-width: 600px) {
    .flexbox {
      display: flex;
      flex-wrap: wrap;
      width: 50%;
    }
    .item {
      width: 15%;
    }
  }

  .productSearch_form {
    width: 100%;
    margin-top: 20px;
    background-color: #dadada;
    padding: 10px;
  }
  /* TOPyoutubeここまで */



  /* ランキングここから */

#ranking_top {
    position: relative;
    background-color: #eeeeee;
    margin-bottom: 0px;
}

#ranking_page_results {
    position: relative;
}

#ranking_page_relate_result {
    box-sizing: border-box;
    /* clear: both; */
}

.productranking {
    clear: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 1px;
    box-sizing: border-box;
}

#logrecom_placeholder_rank2 .logrecom_title, #ranking_page_relate_result .logrecom_title {
    width: 100%;
    margin: 5px 0 3px;
    font-size: 100%;
    font-weight: normal;
    border-bottom: 0px solid #cccccc;
    border-left: 5px solid #777777;
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-left: 10px;
    word-break: keep-all;
}

.productrank {
    float: none;
    padding: 6px 4px;
    width: 20%;
    height: auto;
    flex-basis: 20%;
    max-width: 20%;
    border: rgba(128,128,128,0) 1px solid;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 2px;
    background-size: 32px;
    position: relative;
    box-sizing: border-box;
    transition: 0.2s;
}

.ranking_to_all {
    float: none;
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
    text-align: right;
    font-size: 80%;
    padding: 3px 5px;
    margin: 6px 0px 1px 0px;
}

.productrank .image img {
    margin: auto;
    width: 100%;
    display: block;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    opacity: 1.0;
    transition: 0.2s;
}

.productrank a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.productrank .rank {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.productrank .rank img {
    height: 6vw;
    max-height: 50px;
    vertical-align: top;
}

  /* ランキングここまで */


/* instagramここから */
.top_instagram{
    position:relative;
    width:100%;
    height:0;
    padding-top:100%;
}

.top_instagram iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
/* instagramここまで */

/* TOPお知らせバナー（下）ここから */
.top_info_banner_under{
  text-align: center;
  width: 100%;
  margin-top: 3px;
  margin-bottom: 3px;
}
/* TOPお知らせバナー（下）ここまで */


  /*画面マージン調整*/

.fs-l-productLayout {

    margin-left: 5px;
    margin-right: 5px;
 }

.fs-c-productMainImage__image {
    margin-top: 5px;
}

.fs-c-productPrice {
    float: right;
}

.fs-c-productPostage{
    margin: 0 0 0 auto;
}
  /*画面マージン調整ここまで*/


 /*お気に入りページ*/

.fs-c-productListItem__productDescription{
    clear: both;
}


 /*お気に入りページここまで*/

 /*カテゴリページ*/
.fs-c-heading--page{
   padding: 10px;
}

.fs-c-productListItem__productName {
    margin: 0px;
}

.fs-c-productName__copy {
    display: none;
  }

  .fs-c-productName__name {
    display: none;
  }

.fs-c-salesPeriod__date {
    display: none;
  }

.fs-c-productPrice fs-c-productPrice--listed{
    display: none;
  }

.fs-c-productListItem__salesPeriodNotice {
    clear: both;
}

.fs-c-productListItem__control{
    clear: both;
}

.fs-c-salesPeriod__date{
    clear: both;
}

.fs-c-productListItem__outOfStock{
    clear: both;
}

.fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
    font-size: 2rem;
}

.fs-c-productListItem__image__image {

border: 1px solid #999999;

}

/*カテゴリページここまで*/


/*商品詳細画面*/

.fs-c-productPrices--productDetail .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
    font-size: 4rem;
}

.fs-c-productPrices--productDetail{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.fs-c-variationList__item__title{
    background: #555555;
    text-align: center;
    color: #ffffff;
    margin-top: 50px;
}

/*商品詳細画面ここまで*/


/* フッター */
 .fs-p-footerNavigationItem__dataList>*:nth-child(11) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 6;
    grid-row: 6;
  }
  .fs-p-footerNavigationItem__dataList>*:nth-child(12) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 6;
    grid-row: 6;
  }
  .fs-p-footerNavigationItem__dataList>*:nth-child(13) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 7;
    grid-row: 7;
  }
  .fs-p-footerNavigationItem__dataList>*:nth-child(14) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 7;
    grid-row: 7;
  }
  .fs-p-footerCopyright__text {
    margin: 0;
    font-size: 1.2rem;
    text-align: center;
  }
/* フッターここまで */




