@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/*==================================================
 * extends
 * ================================================*/
.main-banners {
  display: -webkit-flex;
  display: flex; }

.main-banners {
  -webkit-justify-content: space-around;
  justify-content: space-around; }

/*==================================================
 * mixins
 * ================================================*/
html {
  font-size: 62.5%; }

body {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  color: #333333;
  line-height: 1.3;
  background-color: #ffffff;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

div, p, section, button, a, h1, footer, span, li {
  word-break: break-all;
  box-sizing: border-box; }

ul {
  list-style: none; }

img {

  vertical-align: middle; }

a {
  color: #333333;
  text-decoration: none; }
  a:visited {
    text-decoration: underline; }

input:focus {
  outline: 0; }

/*==================================================
 * header
 * ================================================*/
.header {
  position: relative;
  padding: 0 10px 10px; }
  .header__menu {
    position: absolute;
    top: 10px;
    left: 15px;
    width: 44px; }
  .header__logo {
    display: inline-block;
    margin: 24px 0 0;
    padding-left: 0px; }
    .header__logo img {
      width: 74px; }
  .header__buttons {
    position: absolute;
    display: inline-block;
    top: 15px;
    right: 15px; }
    .header__buttons-search {
      display: inline-block;
      font-size: 8px;
      font-size: 0.8rem; }
      .header__buttons-search img {
        margin-bottom: 4px;
        width: 23px; }
    .header__buttons-cart {
      display: inline-block;
      margin-left: 15px;
      font-size: 8px;
      font-size: 0.8rem; }
      .header__buttons-cart img {
        width: 32px; }
  .header__search {
    display: none;
    padding: 27px 0 0; }
    .header__search-form {
      margin-bottom: 10px; }
      .header__search-form input[type="text"] {
        padding: 0 0 0 38px;
        width: 87%;
        height: 40px;
        border: 1px solid #999999;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        background: url("../images/icon_search.png") no-repeat 5px center;
        background-size: 23px auto;
        box-sizing: border-box; }
      .header__search-form input[type="submit"] {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        padding: 0;
        color: #ffffff;
        width: 11%;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background-color: #313131;
        border: none;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px; }
    .header__search-links li {
      display: inline-block;
      margin-right: 15px; }
      .header__search-links li a {
        font-size: 10px;
        font-size: 1rem; }

.header-menu {
  margin-top: 10px;
  background-color: #000000; }
  .header-menu::after {
    content: "";
    display: table;
    clear: both; }
  .header-menu li {
    display: block;
    float: left;
    width: 25%;
    text-align: center;
    border-right: 1px solid #ffffff; }
    .header-menu li:last-of-type {
      border-right: none; }
    .header-menu li a {
      display: block;
      padding: 10px 0;
      font-size: 10px;
      font-size: 1rem;
      color: #ffffff; }

.header-sale img {
  width: 100%; }

.main-image {
  position: relative; }
  .main-image__slider {
    border-bottom: 1px solid #000; }
  .main-image__movie {
    margin-bottom: 20px;
    border-bottom: 1px solid #000; }
  .main-image .slick-arrow {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    border: none;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    z-index: 100; }
  .main-image .slick-prev {
    left: 15px; }
    .main-image .slick-prev::after {
      content: "";
      position: absolute;
      top: 5px;
      left: 7px;
      width: 8px;
      height: 8px;
      border-left: 2px solid #FB285B;
      border-bottom: 2px solid #FB285B;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
  .main-image .slick-next {
    right: 15px; }
    .main-image .slick-next::after {
      content: "";
      position: absolute;
      top: 5px;
      right: 7px;
      width: 8px;
      height: 8px;
      border-right: 2px solid #FB285B;
      border-bottom: 2px solid #FB285B;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }

.main-banners {
  border-bottom: 1px solid #000; }
  .main-banners > li {
    border-right: 2px solid #000; }
    .main-banners > li:last-of-type {
      border-right: none; }
    .main-banners > li img {
      width: 100%; }

/*==================================================
 * menu
 * ================================================*/
.menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 96%;
  height: 100%;
  background-color: #ffffff;
  -webkit-transform: translateX(-105%);
  -ms-transform: translateX(-105%);
  transform: translateX(-105%);
  box-shadow: 5px 0 5px -1px rgba(0, 0, 0, 0.1);
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  transition: transform 0.3s;
  z-index: 1000; }
  .menu.active {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  .menu__top {
    position: relative; }
    .menu__top-postage {
      padding: 15px;
      font-size: 13px;
      font-size: 1.3rem;
      color: #ff0033; }
    .menu__top-close {
      position: absolute;
      top: 5px;
      right: 8px;
      width: 60px;
      height: 32px;
      font-size: 10px;
      font-size: 1rem;
      line-height: 32px;
      text-align: center;
      color: #ffffff;
      background-color: #000000;
      border-radius: 32px;
      -webkit-border-radius: 32px;
      -moz-border-radius: 32px;
      -ms-border-radius: 32px; }
  .menu li {
    padding: 15px;
    border-bottom: 1px solid #999999; }
    .menu li a {
      display: block; }
    .menu li:first-of-type {
      border-top: 1px solid #999999; }

/*==================================================
 * footer
 * ================================================*/
.footer {
  margin-top: 20px;
  background: #333333; }
  .footer__social {
    padding: 35px 15px; }
    .footer__social ul {
      display: flex;
      justify-content: center; }
      .footer__social ul li {
        margin: 0 4%;
        width: 19%; }
        .footer__social ul li:last-of-type {
          margin-right: 0; }
  .footer__links {
    font-size: 11px;
    font-size: 1.1rem;
    border-bottom: 1px solid #929292; }
    .footer__links::after {
      content: "";
      display: table;
      clear: both; }
    .footer__links li {
      display: block;
      float: left;
      width: 50%;
      border-top: 1px solid #929292;
      border-right: 1px solid #929292;
      box-sizing: border-box; }
      .footer__links li:nth-child(2n) {
        border-right: none;
        border-bottom: 1px solid #929292; }
      .footer__links li a {
	display: block;
	padding: 20px;
	color: #ffffff;
	text-align: center;
	width: 100%;
}
  .footer__copyright {
    padding: 20px 0;
    text-align: center;
    background-color: #ffffff; }
    .footer__copyright small {
      font-size: 11px;
      font-size: 1.1rem; }

/*==================================================
 * 上書き
 * ================================================*/
#FS2_layout_body {
  background-color: #ffffff; }

.FS2_breadcrumbs {
  margin: 15px;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.8; }

.FS2_contents_container {
  margin: 0;
  padding: 15px 0;
  box-shadow: none;
  border: none; }

h1.FS2_PageTitle {
  margin-bottom: 0;
  padding: 0 15px 5px;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: bold;
  border-bottom: 1px solid #929292; }

.FS2_contents_container li.FS2_iconArrow {
  padding: 15px 30px 15px 15px;
  font-size: 12px;
  font-size: 1.2rem;
  border-bottom: 1px solid #929292;
  position: relative; }
  .FS2_contents_container li.FS2_iconArrow::after {
    content: "";
    position: absolute;
    right: 15px;
    top: 15px;
    height: 15px;
    width: 15px;
    border-top: 1px solid #999999;
    border-right: 1px solid #999999;
    transform: rotate(45deg); }
  .FS2_contents_container li.FS2_iconArrow a {
    background: none; }
  .FS2_contents_container li.FS2_iconArrow:last-child {
    border-bottom: 1px solid #929292; }

.FS2_MoreList_btn {
  display: none; }

.FS2_CategoryItemList {
  padding: 10px 0 0; }

.FS2_Sort {
  margin-bottom: 15px;
  padding: 0;
  background-color: #ffffff; }

.FS2_Sort_btn {
  padding: 10px 35px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 13px;
  box-shadow: none;
  text-shadow: none;
  border-radius: 0;
  background: #ffffff; }

table.FS2_container_ItemList {
  margin: 0 auto;
  width: 92%; }
  table.FS2_container_ItemList tr {
    float: left;
    display: block;
    margin-right: 4.34%;
    padding-bottom: 20px;
    width: 30.4%; }
    table.FS2_container_ItemList tr:nth-of-type(3n) {
      margin-right: 0; }
    table.FS2_container_ItemList tr:nth-of-type(3n+1) {
      clear: left; }
  table.FS2_container_ItemList th, table.FS2_container_ItemList td {
    display: block;
    width: 100%; }
  table.FS2_container_ItemList th {
    padding: 0 0 2px; }
  table.FS2_container_ItemList td {
    padding: 0; }
  table.FS2_container_ItemList .itemPrice {
    font-size: 13px;
    font-size: 1.3rem; }

.fs_goods_container td {
  font-size: 8px;
  font-size: 0.8rem; }

.FS2_itemPrice_text {
  margin-bottom: 8px; }

.FS2_WishListButton_area {
  display: none;
  text-align: center; }

.FS2_WishListButton_area div {
  position: relative;
  margin: 0; }
  .FS2_WishListButton_area div::before {
    content: "";
    position: absolute;
    left: 6px;
    top: 9px;
    border-top: 1px solid #000000;
    width: 5px; }
  .FS2_WishListButton_area div::after {
    content: "";
    position: absolute;
    border-left: 1px solid #000000;
    height: 5px;
    left: 8px;
    top: 7px;
    visibility: visible; }

.FS2_Alternateness_bg {
  background: #ffffff; }

.FS2_WishListButton_area .FS2_Button_N {
  margin: 0;
  padding: 2px 3px 2px 12px;
  font-size: 7px;
  font-size: 0.7rem;
  color: #000000;
  background: #ffffff;
  border-radius: 0;
  text-shadow: none;
  box-shadow: none;
  border: 1px solid #000000; }

.FS2_Search {
  padding: 0 15px; }
  .FS2_Search::after {
    content: "";
    display: table;
    clear: both; }
  .FS2_Search .search-links {
    display: none;
    font-size: 9px;
    font-size: 0.9rem;
    text-align: left; }
    .FS2_Search .search-links li {
      float: left;
      margin-right: 10px; }

.FS2_Search_text {
  display: none; }

.FS2_Search_textarea {
  float: left;
  margin: 0 0 10px 0;
  padding: 0 0 0 38px;
  width: 87%;
  height: 40px;
  line-height: 40px;
  border: 1px solid #999999;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  background: url("../images/icon_search.png") no-repeat 5px center;
  background-size: 23px auto;
  box-sizing: border-box; }

.FS2_Search_btn_D {
  float: right;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  color: #ffffff;
  padding: 0;
  width: 11%;
  height: 40px;
  font-size: 10px;
  font-size: 1rem;
  background: #313131;
  box-shadow: none;
  text-shadow: none;
  border: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px; }

.FS2_Utility1_container,
.FS2_Utility2_container {
  display: none; }

.FS2_pagination .FS2_pagenationList li {
  margin: 0 8px 0 0 !important;
  width: 24px;
  height: 24px;
  min-width: inherit;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: normal;
  text-align: center;
  background: #ffffff;
  border: 1px solid #000000; }
  .FS2_pagination .FS2_pagenationList li a, .FS2_pagination .FS2_pagenationList li span {
    padding: 5px; }
  .FS2_pagination .FS2_pagenationList li.FS2_pagination_current {
    font-weight: normal;
    color: #929292;
    background: #ffffff;
    border-color: #929292; }

.FS2_pagination .FS2_paginationArrows li {
  padding: 2px; }

.FS2_pagination .FS2_paginationArrows .FS2_pagination_arrow_right a {
  display: block;
  margin-right: 15px;
  width: 24px;
  height: 24px;
  border: 1px solid #000000;
  position: relative; }
  .FS2_pagination .FS2_paginationArrows .FS2_pagination_arrow_right a::after {
    content: "";
    position: absolute;
    right: 8px;
    top: 7px;
    height: 9px;
    width: 9px;
    border-top: 1px solid #999999;
    border-right: 1px solid #999999;
    transform: rotate(45deg); }

.FS2_pagination .FS2_paginationArrows .FS2_pagination_arrow_left a {
  display: block;
  margin-left: 15px;
  width: 24px;
  height: 24px;
  border: 1px solid #000000;
  position: relative; }
  .FS2_pagination .FS2_paginationArrows .FS2_pagination_arrow_left a::before {
    content: "";
    position: absolute;
    left: 8px;
    top: 7px;
    height: 9px;
    width: 9px;
    border-top: 1px solid #999999;
    border-left: 1px solid #999999;
    transform: rotate(-45deg); }

.FS2_lower_comment {
  box-shadow: none;
  margin: 0;
  padding: 0; }

.FS2_Name_and_Price li {
  padding: 0 15px;
  font-size: 8px;
  font-size: 0.8rem;
  font-weight: normal;
  border: none; }
  .FS2_Name_and_Price li .itemTitle {
    margin: 0 0 10px;
    padding: 0; }
  .FS2_Name_and_Price li .FS2_original_icons {
    margin: 0; }
  .FS2_Name_and_Price li.itemNumber {
    margin-bottom: 10px;
    font-size: 12px;
    font-size: 1.2rem;
    border: none; }
  .FS2_Name_and_Price li.FS2_itemPrice_area {
    font-size: 12px;
    font-size: 1.2rem; }
    .FS2_Name_and_Price li.FS2_itemPrice_area .FS2_special_price {
      display: none; }
    .FS2_Name_and_Price li.FS2_itemPrice_area .itemPrice {
      font-size: 32px;
      font-size: 3.2rem;
      color: #000000; }
      .FS2_Name_and_Price li.FS2_itemPrice_area .itemPrice span {
        font-size: 12px;
        font-size: 1.2rem;
        font-weight: normal; }

.FS2_Figure {
  padding: 0 15px; }
  .FS2_Figure .FS2_VariationLabel {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: bold;
    color: #000000; }
  .FS2_Figure li {
    padding: 0;
    border: none; }
  .FS2_Figure select {
    position: relative;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    margin-bottom: 30px;
    padding: 0 15px;
    width: 100%;
    height: 50px;
    font-size: 18px;
    font-size: 1.8rem;
    border: 1px solid #000000; }

#FS2_Variation_select {
  position: relative; }
  #FS2_Variation_select::after {
    content: "";
    position: absolute;
    top: 33px;
    right: 15px;
    width: 12px;
    height: 12px;
    border-right: 3px solid #000000;
    border-bottom: 3px solid #000000;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  #FS2_Variation_select .FS2_VariationList {
    float: right;
    margin: 0 0 15px 0;
    padding: 0;
    background-color: #ffffff; }
    #FS2_Variation_select .FS2_VariationList > li {
      padding: 10px 0;
      margin: 0 -15px;
      border-bottom: 1px solid #929292; }
      #FS2_Variation_select .FS2_VariationList > li label {
        position: relative;
        display: block;
        padding: 0 23px;
        line-height: 20px; }
        #FS2_Variation_select .FS2_VariationList > li label::after {
          content: "";
          position: absolute;
          top: 5px;
          left: 28px;
          width: 10px;
          height: 10px;
          background-color: #ffffff;
          border-radius: 50%;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          box-sizing: border-box;
          -webkit-transition: background-color 0.3s;
          -moz-transition: background-color 0.3s;
          -ms-transition: background-color 0.3s;
          transition: background-color 0.3s; }
        #FS2_Variation_select .FS2_VariationList > li label::before {
          content: "";
          position: absolute;
          top: 0;
          left: 23px;
          width: 20px;
          height: 20px;
          border: 1px solid #000000;
          border-radius: 50%;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          box-sizing: border-box; }
        #FS2_Variation_select .FS2_VariationList > li label input[type="radio"] {
          visibility: hidden; }
      #FS2_Variation_select .FS2_VariationList > li.FS2_selectedItem {
        background: #ffffff; }
      #FS2_Variation_select .FS2_VariationList > li .FS2_Variation_label {
        padding-left: 30px; }
      #FS2_Variation_select .FS2_VariationList > li .FS2_OutOfStock {
        padding: 0 23px; }
        #FS2_Variation_select .FS2_VariationList > li .FS2_OutOfStock_mark {
          padding-right: 5px; }
      #FS2_Variation_select .FS2_VariationList > li:first-child {
        border-radius: 0;
        border-top: 1px solid #929292; }
      #FS2_Variation_select .FS2_VariationList > li:last-child {
        border-radius: 0; }

.FS2_selectedItem label::after {
  background-color: #f8283b !important; }

.FS2_CartButton_area {
  margin-bottom: 50px; }
  .FS2_CartButton_area .FS2_figure_text {
    display: inline-block;
    font-size: 11px;
    font-size: 1.1rem;
    width: 10%; }
  .FS2_CartButton_area input[type="text"] {
    width: 21%;
    height: 53px;
    font-size: 18px;
    font-size: 1.8rem;
    text-align: right;
    border: 1px solid #000000;
    box-sizing: border-box;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px; }
  .FS2_CartButton_area .FS2_InCartButton_D {
    margin: 0;
    padding-left: 68px;
    width: 65%;
    height: 53px;
    text-align: left;
    border: none;
    background: #000 url(../images/icon_shopping_cart_white.png) no-repeat 14px center;
    background-size: 35px auto;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px; }

.FS2_ItemComment {
  padding: 0; }
  .FS2_ItemComment .FS2_PageTitle {
    padding: 0 15px 5px;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: bold;
    border-bottom: 1px solid #929292; }
  .FS2_ItemComment .comment-text {
    padding: 15px 15px 50px; }

.FS2_Button li {
  padding: 10px 25px;
  font-size: 12px;
  font-size: 1.2rem;
  border-bottom: 1px solid #929292;
  position: relative; }
  .FS2_Button li:first-child {
    border-top: 1px solid #929292; }
  .FS2_Button li.FS2_WishListEntry {
    border-bottom: 1px solid #929292; }
  .FS2_Button li a {
    background: none; }
  .FS2_Button li::after {
    content: "";
    position: absolute;
    right: 15px;
    top: 15px;
    height: 15px;
    width: 15px;
    border-top: 1px solid #999999;
    border-right: 1px solid #999999;
    transform: rotate(45deg); }

.FS2_ItemThumbnails {
  position: relative; }

.FS2_thumbnail_flick_btn_container {
  position: absolute;
  top: 100px;
  width: 100%;
  overflow: hidden; }
  .FS2_thumbnail_flick_btn_container .fs_sp_flick_btn_right {
    position: absolute;
    right: -15px;
    width: 67px;
    height: 67px;
    background: #ffffff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    position: relative;
    opacity: 0.7; }
    .FS2_thumbnail_flick_btn_container .fs_sp_flick_btn_right::after {
      content: "";
      position: absolute;
      right: 28px;
      top: 26px;
      height: 14px;
      width: 14px;
      border-top: 2px solid #929292;
      border-right: 2px solid #929292;
      transform: rotate(45deg); }
    .FS2_thumbnail_flick_btn_container .fs_sp_flick_btn_right::after {
      visibility: visible; }
  .FS2_thumbnail_flick_btn_container .fs_sp_flick_btn_left {
    position: absolute;
    left: -15px;
    width: 67px;
    height: 67px;
    background: #ffffff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    position: relative;
    opacity: 0.7; }
    .FS2_thumbnail_flick_btn_container .fs_sp_flick_btn_left::before {
      content: "";
      position: absolute;
      left: 28px;
      top: 26px;
      height: 14px;
      width: 14px;
      border-top: 2px solid #929292;
      border-left: 2px solid #929292;
      transform: rotate(-45deg); }
    .FS2_thumbnail_flick_btn_container .fs_sp_flick_btn_left::after {
      visibility: visible; }

.FS2_additional_image_thumbnail_main {
  display: block;
  padding: 0 15px; }
  .FS2_additional_image_thumbnail_main::after {
    content: "";
    display: table;
    clear: both; }
  .FS2_additional_image_thumbnail_main a {
    display: block;
    float: left;
    margin: 0 11px 11px 0;
    height: 50px;
    overflow: hidden; }
    .FS2_additional_image_thumbnail_main a img {
      height: 100%;
      width: auto; }

.FS2_additional_image_thumbnail_sub {
  display: block;
  padding: 0 15px; }
  .FS2_additional_image_thumbnail_sub a {
    display: block;
    margin-bottom: 15px; }

.FS2_TweetButton_area {
  display: none; }

.FS2_Cart_container {
  padding: 15px; }
  .FS2_Cart_container .FS2_PageTitle {
    margin-bottom: 15px; }

.FS2_Cart_Item_table .FS2_Cart_Item_Name {
  padding-bottom: 10px; }

.FS2_table th,
.FS2_table td {
  padding: 8px; }

.FS_mailFilter_container {
  margin-bottom: 15px; }

.FS2_GuestLogin_container1 .FS2_MemberRegistration_comment,
.FS2_GuestLogin_container2 .FS2_MemberRegistration_comment {
  margin-bottom: 15px; }

.FS2_ModifyButton_container {
  margin-top: 10px 0 20px 0; }

.FS2_contents_container {
  padding: 15px; }
  .FS2_contents_container .FS2_PageTitle {
    margin-bottom: 15px; }

/*==================================================
 * list
 * ================================================*/
.item-list {
	position: relative;
	padding-top: 30px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 15px;
}
  .item-list__title {
    text-align: center; }
    .item-list__title img {
      width: 86%; }
  .item-list__more {
    display: block;
    margin: 5px auto 0;
    width: 125px;
    height: 35px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 35px;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #999999; }
  .item-list ul {
    margin-bottom: 15px;
    width: 100%; }
    .item-list ul::after {
      content: "";
      display: table;
      clear: both; }
    .item-list ul > li {
      float: left;
      width: 30%;
      margin-right: 5%; }
      .item-list ul > li:nth-child(3n) {
        margin-right: 0; }
      .item-list ul > li img {
        margin-bottom: 5px; }
  .item-list__rank {
    margin-bottom: 5px;
    padding-left: 30px;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    background: url("../images/icon_ranking.png") no-repeat left center; }
    .item-list__rank span {
      padding-right: 2px;
      font-size: 18px;
      font-size: 1.8rem; }
  .item-list__free-postage {
    margin-bottom: 5px;
    font-size: 10px;
    font-size: 1rem;
    color: #d70326; }
  .item-list__name {
    margin-bottom: 5px;
    font-size: 10px;
    font-size: 1rem; }
  .item-list__price {
    font-size: 10px;
    font-size: 1rem; }
    .item-list__price span {
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: bold;
      color: #000000; }

.category-list {
  position: relative;
  padding: 20px 0; }
  .category-list__title {
    margin-bottom: 15px;
    text-align: center; }
    .category-list__title img {
      width: 78.86%; }
  .category-list ul {
    border-bottom: 1px solid #999999; }
    .category-list ul::after {
      content: "";
      display: table;
      clear: both; }
    .category-list ul li {
      display: block;
      float: left;
      padding: 15px;
      width: 50%;
      font-size: 12px;
      font-size: 1.2rem;
      text-align: center;
      border-top: 1px solid #999999;
      border-right: 1px solid #999999;
      box-sizing: border-box;
      position: relative; }
      .category-list ul li::after {
        content: "";
        position: absolute;
        right: 15px;
        top: 15px;
        height: 15px;
        width: 15px;
        border-top: 1px solid #999999;
        border-right: 1px solid #999999;
        transform: rotate(45deg); }
      .category-list ul li:nth-child(2n) {
        border-right: none; }

/*==================================================
 * top
 * ================================================*/
.main-image img {
  width: 100%; }

.main-movie img {
  width: 100%; }
.top-content .new_items li {
	display: inline-block;
	width: 46%;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#new_items li {
	width: 49%;
	float: left;
	padding-left: 10px;
}
#new_items li .title {
	font-size: 0.7em;
	padding-top: 5px;
}
.top-content .new_items {
	width: 100%;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-table;
}
#ranking li {
	width: 33%;
	float: left;
	margin-right: auto;
	margin-left: auto;
	padding-left: 5px;
}
#ranking li .price {
	font-size: 0.4em;
}

#ranking li .title {
	font-size: 0.6em;
	padding-top: 5px;
}
.contents_item1 {
	margin-top: px;
	padding-top: 0px;
	padding-bottom: 30px;
}
.contents {
	margin-top: 25px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #999999;
	padding-top: 35px;
	margin-bottom: 0px;
	padding-bottom: 20px;
}
.headline {
	width: 30%;
}




.main_wrap {
	width: 100%;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
.s_header {
	text-align: center;
}
.s_header_textimg  {
	text-align: center;
}
.s_contents .main_img {
	text-align: center;
}

.s_contents {
	margin-top: 50px;
	margin-bottom: 50px;
}
.c_text   {
	width: 100%;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	color: #000000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
}
.c_text .t {
	color: #000000;
	font-size: 1.0em;
	font-weight: 700;
	border-bottom: 1px solid #000000;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-bottom: 5px;
}
.c_text .t_1 {
	color: #000000;
	font-size: 1.0em;
	font-weight: 500;
	margin-top: 20px;
	margin-bottom: 10px;
}
.c_text .t_2 {
	font-size: 0.8em;
	padding-bottom: 10px;
}

.s_item {
	display: -webkit-box;/*--- Androidブラウザ用 ---*/
	display: -ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.s_item1 {
	display: -webkit-box;/*--- Androidブラウザ用 ---*/
	display: -ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	display: flex;
justify-content: center;
}


li {
	list-style: none;
