@charset "UTF-8";
/* Scss Document */
@keyframes show {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* =============================================================================
 RESET
============================================================================= */
/*
YUI 3.17.2 (build 9c3c78e)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
/*
	TODO will need to remove settings on HTML since we can't namespace it.
	TODO with the prefix, should I group by selector or property for weight savings?
*/
html {
  color: #000;
  background: #FFF; }

/*
	TODO remove settings on BODY since we can't namespace it.
*/
/*
	TODO test putting a class on HEAD.
		- Fails on FF. 
*/
body,
.rs div, .rs dl, .rs dt, .rs dd, .rs ul, .rs ol, .rs li, .rs h1, .rs h2, .rs h3, .rs h4, .rs h5, .rs h6, .rs pre, .rs code, .rs form, .rs fieldset, .rs legend, .rs input, .rs textarea, .rs p, .rs blockquote, .rs th, .rs td {
  margin: 0;
  padding: 0; }

.rs table {
  border-collapse: collapse;
  border-spacing: 0; }

.rs fieldset, .rs img {
  border: 0; }

/*
	TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
.rs address, .rs caption, .rs cite, .rs code, .rs dfn, .rs em, .rs strong, .rs th, .rs var {
  font-style: normal;
  font-weight: normal; }

.rs ol, .rs ul {
  list-style: none; }

.rs caption, .rs th {
  text-align: left; }

.rs h1, .rs h2, .rs h3, .rs h4, .rs h5, .rs h6 {
  font-size: 100%;
  font-weight: normal; }

.rs q:before, .rs q:after {
  content: ''; }

.rs abbr, .rs acronym {
  border: 0;
  font-variant: normal; }

/* to preserve line-height and selector appearance */
.rs sup {
  vertical-align: text-top; }

.rs sub {
  vertical-align: text-bottom; }

.rs input, .rs textarea, .rs select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
  /*to enable resizing for IE*/ }

/*because legend doesn't inherit in IE */
.rs legend {
  color: #000; }

/* -----------------------------------------------------------------------------
 ADD RESET STYLE
----------------------------------------------------------------------------- */
a {
  outline: none; }

img {
  vertical-align: bottom;
  max-width: 100%; }

/*.rs img {
  max-width: 100%;
}*/
.FS2_trial, .FS2_preview {
  display: none; }

/* =============================================================================
 Base
============================================================================= */
/* ========== based HTML5 Boilerplate(Revised) ========== */
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1; }

/* ==========  based HTML5 Boilerplate(Revised)  ========== */
/* -----------------------------------------------------------------------------
 Custom Helper
----------------------------------------------------------------------------- */
.op a:hover,
.op a:hover img,
a.op:hover,
.on img:hover {
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }

.wrapper {
  overflow: hidden;
  width: 100%; }

/* =============================================================================
 Elements
============================================================================= */
html {
  /*  min-width: 1200px;*/ }

body {
  color: #000;
  background-color: transparent; }

a {
  color: #333;
  text-decoration: none; }

a:hover {
  color: #999;
  text-decoration: none; }

img {
  border: 0; }

/* =============================================================================
 Fonts
============================================================================= */
html {
  font-size: 62.5%; }

body {
  font-family: sans-serif;
  /*  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "sans-serif";*/
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "sans-serif";
  font-size: 1.4rem;
  line-height: 1.857; }

h1 {
  font-size: 3.4rem; }

h2 {
  font-size: 2.4rem; }

h3 {
  font-size: 1.6rem; }

h4 {
  font-size: 1.4rem; }

h5 {
  font-size: 1.2rem; }

h6 {
  font-size: 1.0rem; }

h1, h2 {
  font-weight: normal; }

h3, h4, h5, h6 {
  font-weight: bold; }

.light {
  font-weight: 300; }

.bold {
  font-weight: 700; }

.italic {
  font-style: italic; }

.oswa {
  -family: 'Oswald', sans-serif; }

.mont {
  font-family: 'Montserrat', sans-serif; }

/* =============================================================================
 Page Layout
============================================================================= */
.layout_body {
  width: 100%;
  min-width: 1160px; }

.layout_header {
  padding-bottom: 100px;
  margin-bottom: 20px; }

.layout_table {
  margin: 0 auto;
  padding: 0 50px;
  width: 1160px; }

td.layout_menu {
  width: 220px; }

td.layout_content {
  /*  padding: 0 50px 20px;*/
  padding: 0 0 20px;
  width: auto; }

.system_content {
  margin: 0 auto;
  width: 756px; }

.FS2_body_Goods_GoodsGroupList .system_content,
.FS2_body_Goods_GoodsGroupList_0 .system_content,
.FS2_body_Goods_GoodsGroupList_0 .system_content,
.FS2_body_Goods_GoodsGroupList_1 .system_content,
.FS2_body_Goods_GoodsGroupList_2 .system_content,
.FS2_body_Goods_GoodsGroupList_3 .system_content,
.FS2_body_Goods_GoodsGroupList_4 .system_content,
.FS2_body_Goods_GoodsGroupList_5 .system_content,
.FS2_body_Goods_GoodsSearchList .system_content,
.FS2_body_Goods_GoodsDetail .system_content {
  width: auto; }

/* =============================================================================
 Area Style
============================================================================= */
/* -----------------------------------------------------------------------------
 Header
----------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
 Sidebar
----------------------------------------------------------------------------- */
body .aside {
  padding-right: 30px; }
  body .aside .c_sidemenu {
    margin-bottom: 30px;
    border-top: 2px #000 solid; }
    body .aside .c_sidemenu .c_sidemenu__menuitem {
      border-bottom: 1px #ccc solid; }
      body .aside .c_sidemenu .c_sidemenu__menuitem a {
        display: block;
        padding: 10px 5px 10px 0;
        background: url(../images/arrow.png) right center no-repeat; }

/* -----------------------------------------------------------------------------
 Footer
----------------------------------------------------------------------------- */
body .footer {
  border-top: 2px #ddd solid; }
  body .footer .footerline {
    padding: 10px 0;
    color: #fff;
    background: #000; }
    body .footer .footerline a {
      color: #fff; }
  body .footer .c_footernav {
    padding: 70px 0 20px; }
    body .footer .c_footernav > .row {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex; }
      body .footer .c_footernav > .row > .col {
        width: 210px; }
    body .footer .c_footernav .menuLabel {
      font-size: 1.3rem;
      font-weight: bold;
      margin-bottom: 1.5em; }
    body .footer .c_footernav .c_footernav_navmenu {
      margin-bottom: 40px; }
    body .footer .c_footernav .c_navlist li {
      margin-bottom: 1em;
      font-size: 1.2rem; }
    body .footer .c_footernav .col.linkcol {
      flex: 1; }
    body .footer .c_footernav .col.linkcol .row {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      width: 100%; }
      body .footer .c_footernav .col.linkcol .row > .col {
        width: 50%; }
    body .footer .c_footernav .c_sitelist--footernav {
      margin-bottom: 10px; }
      body .footer .c_footernav .c_sitelist--footernav dt {
        margin-bottom: 5px; }
    body .footer .c_footernav .c_iconlist--footernav li {
      /*        margin-right: 10px;*/
      width: 40px;
      display: inline-block; }
      body .footer .c_footernav .c_iconlist--footernav li img {
        height: 30px;
        max-width: 40px;
        vertical-align: middle; }
  body .footer .c_navlist--footerline {
    float: left;
    line-height: 2rem; }
    body .footer .c_navlist--footerline li {
      margin-right: 1em;
      display: inline-block;
      font-size: 1.1rem; }
  body .footer .c_copyright {
    text-align: right;
    font-size: 1.1rem;
    line-height: 2rem; }

.FS2_body_Goods_GoodsDetail .layout_footer {
  margin-top: -40px; }

/* -----------------------------------------------------------------------------
 module
----------------------------------------------------------------------------- */
.mr0 {
  margin-right: 0 !important; }

.mb0 {
  margin-bottom: 0 !important; }

.ml0 {
  margin-left: 0 !important; }

.mt0 {
  margin-top: 0 !important; }

/* =============================================================================
 COPY BEFORE STYLE
============================================================================= */
/*=========================================================
INFO
=========================================================*/
.info_content .pageTitle,
.info_content .contentTitle {
  margin: 0 0 10px;
  padding: 0 0 2px;
  font-size: 105%;
  font-weight: bold;
  line-height: 1.3;
  border-bottom: 1px #231f20 solid; }

.info_content .infoContentBlock dl {
  margin: 0 0 10px;
  padding: 0;
  list-style: none; }

.info_content .infoContentBlock dt {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: bold; }

.info_content .infoContentBlock dd {
  margin: 0;
  padding: 0;
  list-style: none; }

/*=========================================================
C2-2
=========================================================*/
.guide_content .aboutBlock {
  margin-bottom: 20px; }

.guide_content .aboutBlock p {
  margin: 0; }

.guide_content .brandListBlock ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  overflow: hidden; }

.guide_content .brandListBlock ul li {
  margin: 0 5px 10px;
  padding: 0;
  display: inline;
  float: left;
  width: 160px; }

.guide_content .brandListBlock ul li span {
  display: block;
  text-align: center; }

.guide_content .brandListBlock ul li a:hover span {
  text-decoration: underline; }

/*=========================================================
C2-3
=========================================================*/
.ctm_guidecontent .flowBlockItem {
  margin-bottom: 20px; }

.ctm_guidecontent .flowBlockItem .imgBox {
  margin-right: 20px;
  display: inline;
  float: left;
  width: 160px; }

.ctm_guidecontent .flowBlockItem .txtBox {
  display: inline;
  float: left;
  width: 330px; }

/*=========================================================
C2-4
=========================================================*/
.ctm_guidecontent .shippingBlockItem {
  margin-bottom: 20px; }

.ctm_guidecontent .shippingBlockItem .imgBox {
  margin-right: 20px;
  display: inline;
  float: left;
  width: 160px; }

.ctm_guidecontent .shippingBlockItem .txtBox {
  display: inline;
  float: left;
  width: 330px; }

/*=========================================================
C3-1
=========================================================*/
.ctm_guidecontent .tokutoriBlockItem dl {
  margin: 0 0 10px;
  padding: 0;
  list-style: none; }

.ctm_guidecontent .tokutoriBlockItem dt {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: bold; }

.ctm_guidecontent .tokutoriBlockItem dd {
  margin: 0;
  padding: 0;
  list-style: none; }

.ctm_guidecontent .tokutoriBlockItem table {
  margin: 0 0 10px;
  width: 100%;
  border: none;
  border-collapse: collapse; }

.ctm_guidecontent .tokutoriBlockItem table th {
  padding: 2px 5px;
  border: 1px #231F20 solid;
  width: 130px;
  vertical-align: top;
  text-align: left;
  font-weight: normal; }

.ctm_guidecontent .tokutoriBlockItem table td {
  padding: 2px 5px;
  border: 1px #231F20 solid;
  vertical-align: top;
  text-align: left; }

/*=========================================================
C3-2
=========================================================*/
.ctm_guidecontent .privacyBlockItem {
  margin: 0 0 20px; }

.ctm_guidecontent .privacyBlockItem dl {
  margin: 0 0 10px;
  padding: 0;
  list-style: none; }

.ctm_guidecontent .privacyBlockItem dt {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: bold; }

.ctm_guidecontent .privacyBlockItem dd {
  margin: 0;
  padding: 0;
  list-style: none; }

/*=========================================================
C3-3
=========================================================*/
.contact_content .privacyBlockItem {
  margin: 0 0 20px; }

.contact_content .privacyBlockItem ul {
  margin: 0 0 10px;
  padding: 0;
  list-style: none; }

.contact_content .privacyBlockItem li {
  margin: 0;
  padding: 0;
  list-style: none; }

.contact_content input, .contact_content textarea {
  width: 100%; }

.contact_content li input {
  width: auto; }

.contact_content .form_table th {
  line-height: 1.66;
  padding: 5px 5px 5px 0;
  text-align: left;
  vertical-align: top; }

.contact_content .form_table td {
  padding: 5px; }

.contact_content .form_control {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  text-align: center; }

.contact_content .form_control li {
  display: inline;
  padding: 0 5px; }

.contact_content .form_table {
  margin: 0 auto; }

/* =============================================================================
 Common Style
============================================================================= */
/* -----------------------------------------------------------------------------
 l
----------------------------------------------------------------------------- */
.layout_body .l_container {
  margin: 0 auto;
  padding: 0 50px;
  width: 1060px; }

.layout_body .l_container__fluid {
  margin: 0 auto;
  width: auto;
  min-width: 1160px;
  max-width: 1450px; }

/* layouted
--------------------------------------------- */
body .layouted p {
  margin-bottom: 1.5em; }

/* -----------------------------------------------------------------------------
 c
----------------------------------------------------------------------------- */
/* c_article
--------------------------------------------- */
body .c_article--newsdetail {
  margin: 0 auto 60px;
  width: 660px; }

/* c_articlemeta
--------------------------------------------- */
body .c_articlemeta {
  text-align: center; }
  body .c_articlemeta .date {
    font-size: 1.2rem; }
  body .c_articlemeta .title {
    margin: 10px 0 30px;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 2.6rem; }

/* c_articlebody
--------------------------------------------- */
/* c_articlectrl
--------------------------------------------- */
/* c_bannerlist
--------------------------------------------- */
body .c_bannerlist {
  margin: 50px 0 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap; }
  body .c_bannerlist .c_bannerlist__listitem {
    margin-bottom: 50px;
    margin-right: 20px;
    width: 250px;
    text-align: center; }
    body .c_bannerlist .c_bannerlist__listitem:nth-of-type(4n) {
      margin-right: 0; }
    body .c_bannerlist .c_bannerlist__listitem .image {
      margin-bottom: 10px; }

/* c_brandlabel
--------------------------------------------- */
body .c_brandlabel {
  margin-bottom: 25px;
  border-color: #000;
  border-width: 1px 0;
  border-style: solid;
  padding: 10px 0;
  line-height: 1.5; }
  body .c_brandlabel .label {
    font-family: 'Oswald', sans-serif;
    font-size: 2rem; }
  body .c_brandlabel .sub {
    padding-left: .2em;
    display: inline-block; }

/* c_brandtable
--------------------------------------------- */
.c_section--guide .c_brandtable {
  border-collapse: collapse;
  width: 100%; }
  .c_section--guide .c_brandtable td {
    border: 1px #000 solid;
    text-align: center;
    vertical-align: middle;
    height: 120px;
    width: 33.333%; }
  .c_section--guide .c_brandtable .logo {
    display: block; }
  .c_section--guide .c_brandtable a {
    text-decoration: underline; }
  .c_section--guide .c_brandtable td:first-of-type .logo {
    padding: 7px 0; }

/* c_btn
--------------------------------------------- */
body .c_btnblock {
  text-align: center; }

body .c_btn {
  padding: 5px 10px;
  border: 2px #000 solid;
  width: 240px;
  margin: 0 auto;
  display: inline-block;
  font-weight: bold; }
  body .c_btn:hover {
    border-color: #999; }

.c_section--index .c_btnblock {
  margin-top: 10px;
  margin-bottom: 50px; }

/* c_datatable
--------------------------------------------- */
body table.c_datatable {
  border-collapse: collapse;
  border: 1px  solid; }
  body table.c_datatable th, body table.c_datatable td {
    padding: 14px 10px;
    text-align: center;
    border: 1px #cecdcd solid; }
  body table.c_datatable tr:first-of-type th,
  body table.c_datatable tr:first-of-type td {
    border-top-color: #0e0e0e; }
  body table.c_datatable tr:last-of-type th,
  body table.c_datatable tr:last-of-type td {
    border-bottom-color: #0e0e0e; }
  body table.c_datatable th:last-of-type,
  body table.c_datatable td:last-of-type {
    border-right-color: #0e0e0e; }
  body table.c_datatable th:first-of-type,
  body table.c_datatable td:first-of-type {
    border-right-color: #cecdcd;
    border-left-color: #0e0e0e; }
  body table.c_datatable th {
    background: #f2f2f2;
    font-size: 1.2rem;
    font-weight: normal; }
  body table.c_datatable td {
    font-weight: bold; }
  body table.c_datatable .unit {
    font-size: 1.2rem; }

/* c_iconlist
--------------------------------------------- */
body .c_iconlist {
  text-align: center; }
  body .c_iconlist .c_iconitem {
    margin: 0 25px;
    display: inline-block;
    height: 45px; }
    body .c_iconlist .c_iconitem img {
      height: 100%; }

body .p_index_linklist {
  margin-bottom: 70px; }
  body .p_index_linklist .c_iconlist {
    margin-top: -10px;
    margin-bottom: 50px; }

/* c_itemlists
--------------------------------------------- */
body .c_itemlists--tab .c_itemlists--tab__menu ul {
  border-bottom: 1px #cccccc solid;
  display: table;
  width: 100%; }
  body .c_itemlists--tab .c_itemlists--tab__menu ul li {
    display: table-cell;
    text-align: center; }
    body .c_itemlists--tab .c_itemlists--tab__menu ul li:first-of-type {
      text-align: left; }
    body .c_itemlists--tab .c_itemlists--tab__menu ul li:last-of-type {
      text-align: right; }
    body .c_itemlists--tab .c_itemlists--tab__menu ul li a {
      display: inline-block;
      margin: 0  35px;
      padding: 15px 0 13px;
      border-bottom-width: 2px;
      border-bottom-color: transparent;
      border-bottom-style: solid; }
    body .c_itemlists--tab .c_itemlists--tab__menu ul li:first-of-type a {
      margin-left: 0; }
    body .c_itemlists--tab .c_itemlists--tab__menu ul li:last-of-type a {
      margin-right: 0; }
    body .c_itemlists--tab .c_itemlists--tab__menu ul li .current {
      border-bottom-color: #000; }
body .c_itemlists--tab .c_itemlists--tab__content {
  display: none; }
body .c_itemlists--tab .c_itemlists--tab__content:nth-of-type(1) {
  display: block; }

/* c_itemlist
--------------------------------------------- */
body .c_itemlist {
  margin: 50px 0 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex; }
  body .c_itemlist .c_itemlist__listitem {
    margin-bottom: 50px;
    margin-right: 30px;
    width: 188px;
    text-align: center;
    line-height: 1.5;
    position: relative; }
    body .c_itemlist .c_itemlist__listitem:last-of-type {
      margin-right: 0; }
    body .c_itemlist .c_itemlist__listitem .num:before {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 50px 50px 0 0;
      border-color: #999999 transparent transparent transparent;
      content: '';
      position: absolute;
      top: 0;
      left: 0; }
    body .c_itemlist .c_itemlist__listitem .num span {
      position: absolute;
      top: 0;
      left: 0;
      font-size: 1.8rem;
      color: #fff;
      display: inline-block;
      padding: 3px 6px; }
    body .c_itemlist .c_itemlist__listitem .image {
      margin-bottom: 10px; }

/* c_mvblock
--------------------------------------------- */
body .c_mvblock--index {
  margin-top: -40px;
  margin-bottom: 90px; }

/* c_mainvisual__item
--------------------------------------------- */
body .c_mainvisual__item {
  width: 100%; }
  body .c_mainvisual__item img {
    width: 100%; }

/* c_newsitemlist
--------------------------------------------- */
body .c_newsitemlist {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap; }

.c_section--index .c_newsitemlist {
  margin-bottom: 40px; }

/* c_newsitem
--------------------------------------------- */
body .c_newsitem {
  margin-bottom: 20px;
  box-sizing: border-box;
  width: 50%; }
  body .c_newsitem .row {
    display: table;
    width: 100%; }
  body .c_newsitem .imgbox {
    display: table-cell;
    width: 225px;
    vertical-align: top; }
  body .c_newsitem .txtbox {
    padding-left: 20px;
    display: table-cell;
    vertical-align: top; }
  body .c_newsitem .date {
    font-size: 1.3rem; }
  body .c_newsitem .title {
    margin-bottom: 10px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5; }

.c_newsitemlist .c_newsitem:nth-last-of-type(odd) {
  padding-left: 20px; }
.c_newsitemlist .c_newsitem:nth-last-of-type(even) {
  padding-right: 20px; }

/* c_pagehead
--------------------------------------------- */
body .c_pagehead {
  margin: 40px 0;
  text-align: center; }
  body .c_pagehead .c_pagehead_caption {
    margin: -3px 0 3px; }

.ctm_guidecontent .c_pagehead--line {
  margin-top: 0;
  text-align: left; }
  .ctm_guidecontent .c_pagehead--line .c_pagetitle {
    display: inline-block; }
  .ctm_guidecontent .c_pagehead--line .c_pagehead_caption {
    display: inline-block;
    margin: 0 0 0 10px; }

/* c_pagetitle
--------------------------------------------- */
body .c_pagetitle {
  font-family: 'Oswald', sans-serif;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 5rem; }

/* c_pagectrl
--------------------------------------------- */
body .c_pagectrl {
  margin: 20px 0;
  position: relative;
  min-height: 25px;
  font-weight: bold; }
  body .c_pagectrl .prev {
    position: absolute;
    left: 0; }
    body .c_pagectrl .prev:before {
      content: '< '; }
  body .c_pagectrl .next {
    position: absolute;
    right: 0; }
    body .c_pagectrl .next:after {
      content: ' >'; }

/* c_sectionhead
--------------------------------------------- */
body .c_sectionhead {
  margin: 55px 0 60px;
  text-align: center; }
  body .c_sectionhead .c_sectionhead__label {
    font-family: 'Oswald', sans-serif;
    font-size: 3.2rem;
    font-weight: bold; }

/* c_section
--------------------------------------------- */
body .c_section--home {
  padding-bottom: 70px;
  border-bottom: 2px #ddd solid; }

body .c_section--index {
  padding-bottom: 20px;
  border-bottom: 2px #ddd solid; }

.indexcontent .c_section--index:last-of-type {
  margin-bottom: 0;
  border-bottom: none; }

body .c_section--history {
  border-top: 2px #ddd solid; }

.FS2_body_Goods_GoodsDetail .c_section--history {
  border-top: none; }

body .c_section--guide {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px #cccccc solid;
  line-height: 2; }
  body .c_section--guide:last-of-type {
    padding-bottom: 0px;
    border-bottom: none; }

body .c_sectionlabel .c_sectionlabel__label {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 5px; }

body .c_storelist {
  margin-bottom: 10px; }
  body .c_storelist .c_storelist__label {
    margin-bottom: 10px;
    padding: 6px 0;
    border-top: 1px #000 solid;
    border-bottom: 1px #000 solid;
    font-size: 1.4rem;
    font-weight: bold; }
  body .c_storelist .c_storelist__listitem {
    margin-bottom: 10px;
    position: relative; }
    body .c_storelist .c_storelist__listitem .label {
      font-size: 1.4rem;
      font-weight: bold; }
    body .c_storelist .c_storelist__listitem .address {
      padding-right: 80px; }
    body .c_storelist .c_storelist__listitem .map {
      position: absolute;
      bottom: 5px;
      right: 0; }
      body .c_storelist .c_storelist__listitem .map a {
        padding: 2px 20px;
        border: 1px #000 solid;
        display: inline-block; }
        body .c_storelist .c_storelist__listitem .map a:hover {
          opacity: 0.7; }

/* m_extendlist
--------------------------------------------- */
body .m_extendlist .m_extendlistHead {
  margin-top: 20px;
  padding: 10px 15px;
  background: #e5e5e5; }
  body .m_extendlist .m_extendlistHead .listLabel {
    font-weight: bold; }
body .m_extendlist .m_extendlistCont {
  display: none;
  padding: 10px 15px; }

/* -----------------------------------------------------------------------------
 p
----------------------------------------------------------------------------- */
/* p_catitemblock
--------------------------------------------- */
body .p_home_mvblock {
  width: 100%;
  min-width: 1160px; }
  body .p_home_mvblock .mvlist_2col,
  body .p_home_mvblock .mvlist_4col {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: nowrap; }
  body .p_home_mvblock img {
    width: 100%; }
  body .p_home_mvblock a {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    body .p_home_mvblock a:hover {
      opacity: 0.7; }
  body .p_home_mvblock .mvlist_2col li {
    width: 50%; }
  body .p_home_mvblock .mvlist_4col li {
    width: 25%; }

/* -----------------------------------------------------------------------------
 FS Common
----------------------------------------------------------------------------- */
.itemPrice {
  color: #000; }

.layout_body .orderFlow {
  margin: 0 0 50px;
  padding: 0; }

.pageTitle {
  margin: 24px 0;
  padding: 0 0 12px;
  border-bottom: 4px #000 solid;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center; }

.CrossHead {
  padding: 5px 0;
  border-bottom: none;
  font-size: 1.8rem;
  font-weight: bold; }

/**/
.cartTable {
  margin-bottom: 20px;
  border-color: #ccc; }
  .cartTable caption {
    padding: 4px 8px;
    border: 1px solid #ccc;
    border-bottom: none;
    color: #333;
    background: #fff;
    font-weight: bold; }
  .cartTable th {
    padding: 4px 8px;
    border-color: #ccc;
    background: #fff;
    font-weight: normal; }
  .cartTable td {
    padding: 5px;
    border-color: #ccc;
    text-align: center; }
    .cartTable td.FS2_GoodsName_td {
      text-align: left; }
  .cartTable .FS2_GoodsImage_td {
    width: 50px; }

.FS2_total_area .cartTable {
  margin: 0 0 20px auto;
  width: 250px;
  border-top: 3px #000 solid;
  border-left: none;
  border-right: none; }
  .FS2_total_area .cartTable th {
    padding: 4px 8px;
    border-color: #ccc;
    border-left: none;
    border-right: none;
    background: #fff;
    font-size: 1.4rem;
    font-weight: normal;
    text-align: left; }
  .FS2_total_area .cartTable td {
    padding: 5px;
    border-color: #ccc;
    border-left: none;
    border-right: none;
    text-align: right; }

/*  */
.userTable_01 {
  margin-bottom: 20px;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  width: 100%; }
  .userTable_01 caption {
    padding: 8px;
    color: #333;
    background: #ccc;
    font-size: 1.6rem;
    font-weight: normal; }
  .userTable_01 th {
    padding: 10px 25px;
    border-bottom: 1px solid #fff;
    font-weight: normal;
    color: #333;
    background: #f4f4f4;
    text-align: left; }
  .userTable_01 tr:last-child th {
    border-bottom-color: #ccc; }
  .userTable_01 td {
    padding: 10px 15px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc; }

/*  */
.userTable_02 {
  margin-bottom: 10px;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  width: 100%; }
  .userTable_02 caption {
    padding: 8px;
    color: #333;
    background: #ccc;
    font-size: 1.6rem;
    font-weight: normal; }
  .userTable_02 th {
    padding: 10px 25px;
    border-bottom: 1px solid #fff;
    font-weight: normal;
    background: #f4f4f4;
    text-align: left; }
  .userTable_02 td {
    padding: 10px 15px;
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5; }

/*  */
.panWrapper {
  margin-bottom: 40px;
  min-width: 1160px;
  color: #fff;
  background: #0e0e0e; }
  .panWrapper a {
    color: #fff; }
  .panWrapper .pan {
    padding: 10px 50px;
    width: 1060px; }

.p_ctm_home .panWrapper {
  display: none; }

.pan {
  margin: 0 auto;
  font-size: 1.2rem;
  background-color: inherit; }

.FS2_sort_menu_bg {
  margin-top: 20px;
  border-right-color: #ddd; }
  .FS2_sort_menu_bg li:last-of-type {
    border-right: none; }

/* -----------------------------------------------------------------------------
 Custom Pager
----------------------------------------------------------------------------- */
.pager {
  padding: 10px 0;
  border: 0;
  min-height: 30px;
  border-width: 1px 0;
  border-color: #ddd;
  border-style: solid; }

/*　00 件中 0-0 件表示　*/
.FS2_pager_text {
  display: inline-block;
  margin: 7px 5px 3px 5px;
  /*　float:right;　表示方法：右寄せを使用する場合、コメントアウトを外してください　*/ }

/*　緑色の矢印の画像を表示しない　*/
.FS2_pager_link_first img {
  display: none; }

.FS2_pager_link_prev img {
  display: none; }

.FS2_pager_link_next img {
  display: none; }

.FS2_pager_link_last img {
  display: none; }

/*　最初に戻る　*/
.FS2_pager_link_first {
  display: inline-block;
  vertical-align: bottom;
  width: 30px;
  height: 30px;
  background: url(/common/img/pager_top.png) no-repeat;
  position: relative;
  top: -1px;
  margin: 0 1px; }

/*　前へ　*/
.FS2_pager_link_prev {
  display: inline-block;
  vertical-align: bottom;
  width: 30px;
  height: 30px;
  background: url(/common/img/pager_prev.png) no-repeat 0 0;
  position: relative;
  top: -1px;
  margin: 0 1px; }

/*　次へ　*/
.FS2_pager_link_next {
  display: inline-block;
  vertical-align: bottom;
  width: 30px;
  height: 30px;
  background: url(/common/img/pager_next.png) no-repeat 0 0;
  position: relative;
  top: -1px;
  margin: 0 1px; }

/*　最後へ　*/
.FS2_pager_link_last {
  display: inline-block;
  vertical-align: bottom;
  width: 30px;
  height: 30px;
  background: url(/common/img/pager_last.png) no-repeat 0 0;
  position: relative;
  top: -1px;
  margin: 0 1px; }

/*　ページ別リンク　*/
.FS2_pager_link {
  text-decoration: none;
  display: inline-block; }

.FS2_pager_link {
  margin: 0 2px;
  padding: 5px 10px;
  border: 1px #000 solid; }

a:hover.FS2_pager_link {
  text-decoration: none; }

/*　現在表示中のページ　*/
.FS2_pager_stay {
  padding: 5px 10px;
  border: 1px #000 solid;
  display: inline-block;
  color: #fff;
  background: #000; }

/*　システムコンテンツ：並び替え（並び替え｜価格が安い｜価格が高い｜新着順｜）　*/
/*　システムコンテンツ：並び替え：コンテナ　*/
.FS2_sort_menu_bg {
  margin: 0px;
  padding: 0 5px; }

.FS2_sort_menu_bg ul {
  margin: 0px 0px 0px auto;
  padding: 0;
  text-align: center;
  display: table;
  border-collapse: collapse; }

.FS2_sort_menu_bg li {
  margin: 0;
  padding: 0 1em;
  border: 1px #000 solid;
  display: table-cell;
  border-right: none;
  color: #fff;
  background: #000; }

.FS2_sort_menu_bg li.link {
  color: #000;
  background: #fff; }

.FS2_sort_menu_bg li a {
  margin: 0;
  padding: 6px 0;
  display: block;
  /*  color: #000;
    background: #fff;*/ }

.FS2_sort_menu_bg li:last-of-type {
  border-right: 1px #000 solid; }

.FS2_sort_menu_title {
  display: none !important; }

/* -----------------------------------------------------------------------------
 FS List
----------------------------------------------------------------------------- */
body .ctm_itemlistHeader .title {
  margin-bottom: 5px;
  font-family: 'Oswald', sans-serif;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 3rem; }
body .ctm_itemlistHeader .sub {
  margin-bottom: 1em;
  font-size: 1.6rem; }

.FS2_GroupLayout .alignItem_04 .gl_Item,
#FS2_itemlayout_IHL2 {
  margin: 0 30px 30px 0;
  padding: 0;
  border: none;
  float: left;
  width: 187px; }
  .FS2_GroupLayout .alignItem_04 .gl_Item:nth-of-type(4n),
  #FS2_itemlayout_IHL2:nth-of-type(4n) {
    margin-right: 0; }
  .FS2_GroupLayout .alignItem_04 .gl_Item:nth-of-type(4n+1),
  #FS2_itemlayout_IHL2:nth-of-type(4n+1) {
    clear: left; }
  .FS2_GroupLayout .alignItem_04 .gl_Item .itemGroup,
  #FS2_itemlayout_IHL2 .itemGroup {
    margin: 0;
    text-align: center;
    font-size: 1.2rem; }
  .FS2_GroupLayout .alignItem_04 .gl_Item .FS2_itemPrice_area,
  #FS2_itemlayout_IHL2 .FS2_itemPrice_area {
    text-align: center; }
    .FS2_GroupLayout .alignItem_04 .gl_Item .FS2_itemPrice_area .FS2_itemPrice_text,
    #FS2_itemlayout_IHL2 .FS2_itemPrice_area .FS2_itemPrice_text {
      margin: 0;
      font-size: 1.2rem; }
    .FS2_GroupLayout .alignItem_04 .gl_Item .FS2_itemPrice_area .itemPrice,
    #FS2_itemlayout_IHL2 .FS2_itemPrice_area .itemPrice {
      color: inherit;
      font-weight: normal; }
  .FS2_GroupLayout .alignItem_04 .gl_Item .FS2_AdditionalImageEnlargementSsize_Button,
  .FS2_GroupLayout .alignItem_04 .gl_Item .FS2_WishListButton_area,
  #FS2_itemlayout_IHL2 .FS2_AdditionalImageEnlargementSsize_Button,
  #FS2_itemlayout_IHL2 .FS2_WishListButton_area {
    display: none; }

.FS2_body_Goods_GoodsSearchList .FS2_GroupLayout .alignItem_04 .gl_Item,
.FS2_body_Goods_GoodsSearchList #FS2_itemlayout_IHL2 {
  width: 242px; }

/*　商品画面：商品一覧：画像ホスティングオプション：バルーンチップ　*/
/*　商品画面：商品一覧：画像ホスティングオプション：バルーンチップ：コンテナ　*/
.FS2_AdditionalImage_Balloon_Tip {
/*  width: 385px;
  height: 255px;*/
  width: 186px;
  height: 120px;
  box-sizing: border-box;
  display: none;
  position: absolute;
  color: gray;
  background-color: white;
  border: 1px solid #000;
  overflow: hidden;
/*  padding: 15px 0 15px 15px;*/
  padding: 6px 0 6px 6px;
  }

#FS2_AdditionalImage_Balloon_Tip_container {
  width: 186px;
  left: 10px;
  top: 10px;
  display: block;
  position: fixed;
  color: gray;
  background-color: white;
  border: 1px solid #000; }

#FS2_AdditionalImage_Balloon_Tip_container {
  display: none; }

/*　商品画面：商品一覧：画像ホスティングオプション：バルーンチップ：
左側に表示時　*/
.FS2_AdditionalImage_Balloon_Tip_left {
  border-right: 1px solid #000;
  border-bottom: 1px solid #000; }

/*　商品画面：商品一覧：画像ホスティングオプション：バルーンチップ：
右側に表示時　*/
.FS2_AdditionalImage_Balloon_Tip_right {
  border-left: 1px solid #000;
  border-bottom: 1px solid #000; }

/*　商品画面：商品一覧：画像ホスティングオプション：バルーンチップ：
画像共通設定　*/
.FS2_AdditionalImage_Balloon_Tip img {
/*  padding: 0 6px 10px 0 !important;
  border: 0;
  width: 80px;*/
  padding: 0 3px 5px 0 !important;
  border: 0;
  width: 38px;
  }

/*　商品画面：商品一覧：画像ホスティングオプション：バルーンチップ：
ロールオーバー時背景色　*/
.FS2_AdditionalImage_Balloon_Tip_RollOver {
  background-color: #fff; }

/* -----------------------------------------------------------------------------
 FS Detail
----------------------------------------------------------------------------- */
/*  */
#FS2_itemlayout_IH3 .FS2_upper_comment.FS2_SeniorDesign_comment {
  display: none; }

#FS2_itemlayout_IH3 .FS2_additional_image_btn_thumbnail_container {
  position: relative;
  width: 550px;
  margin-bottom: 2rem; }

#FS2_itemlayout_IH3 .FS2_thumbnail_container {
  margin-bottom: 20px;
  padding: 0;
  border: none;
  width: 550px; }
  #FS2_itemlayout_IH3 .FS2_thumbnail_container img {
    width: 100%; }

#FS2_itemlayout_IH3 .FS2_additional_image_btn_container {
  margin-top: -12px;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%; }

#FS2_itemlayout_IH3 .FS2_additional_image_btn_container table {
  width: 100%; }

#FS2_itemlayout_IH3 .FS2_additional_image_btn_container .FS2_additional_image_btn_incart {
  display: none; }

#FS2_itemlayout_IH3 .FS2_additional_image_btn_container .FS2_additional_image_btn_prev {
  padding-left: 20px;
  box-sizing: border-box;
  width: 50%;
  text-align: left; }

#FS2_itemlayout_IH3 .FS2_additional_image_btn_container .FS2_additional_image_btn_next {
  padding-right: 20px;
  box-sizing: border-box;
  width: 50%;
  text-align: right; }

#FS2_itemlayout_IH3 .FS2_additional_image_container_main {
  float: right;
  width: 96px; }
  #FS2_itemlayout_IH3 .FS2_additional_image_container_main .FS2_ImgLabel {
    font-size: 1rem; }
  #FS2_itemlayout_IH3 .FS2_additional_image_container_main .FS2_additional_image_thumbnail_container {
    padding-bottom: 18px; }
  #FS2_itemlayout_IH3 .FS2_additional_image_container_main img {
    margin: 0;
    width: 94px; }
  #FS2_itemlayout_IH3 .FS2_additional_image_container_main .FS2_additional_image_container_title {
    text-align: center;
    border-bottom: none; }

#FS2_itemlayout_IH3 .FS2_additional_image_container_sub {
  width: 560px; }
  #FS2_itemlayout_IH3 .FS2_additional_image_container_sub img {
    margin: 0 8px 8px 0;
    width: 60px; }
  #FS2_itemlayout_IH3 .FS2_additional_image_container_sub .FS2_additional_image_container_title {
    border-bottom: none; }

#FS2_itemlayout_IH3 .FS2_additional_image_itemdetail_container {
  margin: 0;
  border-top: 1px #000 solid; }
  #FS2_itemlayout_IH3 .FS2_additional_image_itemdetail_container > p {
    margin: 0; }

#FS2_itemlayout_IH3 .FS2_additional_image_itemdetail_container_right {
  width: 340px;
  margin-left: 40px; }

#FS2_itemlayout_IH3 .FS2_additional_image_itemdetail_container_right .itemTitle {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.458; }

#FS2_itemlayout_IH3 .FS2_additional_image_itemdetail_container_right .itemNumber {
  display: none; }

#FS2_itemlayout_IH3 .FS2_additional_image_itemdetail_container_right .itemPrice {
  color: #000;
  font-size: 2.2rem; }

#FS2_itemlayout_IH3 .FS2_TweetButton_area {
  margin-bottom: 15px; }
  #FS2_itemlayout_IH3 .FS2_TweetButton_area > div {
    padding-right: 5px;
    padding-left: 20px;
    display: inline-block;
    vertical-align: bottom; }
  #FS2_itemlayout_IH3 .FS2_TweetButton_area .btn {
    padding-right: 5px;
    padding-left: 0;
    display: inline-block; }

#FS2_itemlayout_IH3 .FS2_InquiryButton_area,
#FS2_itemlayout_IH3 .FS2_WishListButton_area,
#FS2_itemlayout_IH3 .FS2_ReviewEditButton_area {
  margin-bottom: 10px; }

#FS2_itemlayout_IH3 .ctm_fsdatail_btnblock {
  margin-top: 20px; }

.FS2_additional_image_tableVariation_table {
  margin-bottom: 30px;
  border-bottom: 1px #ddd solid;
  width: 100%; }

.FS2_additional_image_tableVariation_table th,
.FS2_additional_image_tableVariation_table td {
  padding-top: 0px;
  padding-bottom: 15px;
  font-size: 1.2rem; }

.FS2_additional_image_tableVariation_table td {
  min-height: 40px; }

.FS2_additional_image_tableVariation_table tr td:last-of-type {
  text-align: right; }

.FS2_additional_image_tableVariation_bg {
  background-color: transparent; }

.FS2_additional_image_tableVariation_border th {
  padding-top: 15px;
  border-color: #ddd;
  vertical-align: middle;
  
/*  ADD 180918  */
  padding-right: 0.5em;
  width: 3.5em;
  box-sizing:border-box;
  word-break: break-all;
  
  }

.FS2_additional_image_tableVariation_border td {
  padding-top: 15px;
  border-color: #ddd;
  vertical-align: middle; }

#FS2_itemlayout_IH3 .FS2_eye_catch_icon > img {
  padding: 0 2px; }

#FS2_itemlayout_IH3 .FS2_point {
  margin-bottom: 5px;
  border: none;
  color: #000;
  font-size: 1.4rem; }

#FS2_itemlayout_IH3 .FS2_ReviewButton_area {
  background: #f2f2f2; }

/*　POPUP　*/
.FS2_additional_image_popup_container {
  padding-bottom: 50px;
  width: 1200px; }

#FS2_additional_image_popup .FS2_thumbnail_container {
  margin: 0;
  padding: 0;
  border: none;
  width: 1000px; }

.FS2_additional_image_popup_container .FS2_additional_image_container {
  width: 190px; }

#FS2_additional_image_popup .FS2_additional_image_popup_footer {
  position: fixed; }

.ctm_fsdatail_reviewBlock .FS2_ReviewButton_area {
  margin-top: 50px;
  padding: 25px 30px; }
.ctm_fsdatail_reviewBlock .reviewHead {
  margin: 0;
  padding: 0 0 20px;
  float: left;
  width: 50%; }
.ctm_fsdatail_reviewBlock .FS2_ReviewEditAverage {
  padding: 0 0 20px;
  float: right;
  width: 50%;
  text-align: right;
  vertical-align: middle; }
  .ctm_fsdatail_reviewBlock .FS2_ReviewEditAverage img {
    vertical-align: middle; }
  .ctm_fsdatail_reviewBlock .FS2_ReviewEditAverage .caution {
    padding-left: 10px;
    vertical-align: middle;
    color: #000; }
.ctm_fsdatail_reviewBlock .FS2_ReviewTextLink_area {
  padding-top: 20px;
  border-top: 1px #000 solid;
  clear: both;
  text-align: center; }
  .ctm_fsdatail_reviewBlock .FS2_ReviewTextLink_area a {
    padding-right: 20px;
    background: url(../images/arrow_btm.png) right center no-repeat;
    background-size: 12px auto; }

/* -----------------------------------------------------------------------------
 FS Detail Content
----------------------------------------------------------------------------- */
.ctm_fsdatail_itemCommentArea {
  line-height: 2.14285; }
  .ctm_fsdatail_itemCommentArea .m_accordionHead {
    position: relative; }
  .ctm_fsdatail_itemCommentArea .sectionLabel, .ctm_fsdatail_itemCommentArea .dataLabel {
    margin: 0;
    padding: 20px 0;
    font-size: 1.8rem;
    font-weight: normal;
    line-height: 1.5; }
  .ctm_fsdatail_itemCommentArea .ctm_itemDetailExpBlock {
    border-bottom: 1px #000 solid; }
    .ctm_fsdatail_itemCommentArea .ctm_itemDetailExpBlock .m_accordionCont {
      padding-bottom: 30px; }
    .ctm_fsdatail_itemCommentArea .ctm_itemDetailExpBlock .p_itemExp {
      margin-top: -5px; }
  .ctm_fsdatail_itemCommentArea .ctm_itemDetailDataBlock {
    border-bottom: 1px #000 solid; }
    .ctm_fsdatail_itemCommentArea .ctm_itemDetailDataBlock .row {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      flex-wrap: nowrap; }
    .ctm_fsdatail_itemCommentArea .ctm_itemDetailDataBlock .col {
      box-sizing: border-box; }
    .ctm_fsdatail_itemCommentArea .ctm_itemDetailDataBlock .col:nth-of-type(1) {
      padding-right: 40px;
      width: 600px; }
    .ctm_fsdatail_itemCommentArea .ctm_itemDetailDataBlock .col:nth-of-type(2) {
      width: 460px; }
    .ctm_fsdatail_itemCommentArea .ctm_itemDetailDataBlock .p_itemDataInfo {
      margin-bottom: 25px; }
    .ctm_fsdatail_itemCommentArea .ctm_itemDetailDataBlock .p_sizedata {
      margin-bottom: 20px; }
      .ctm_fsdatail_itemCommentArea .ctm_itemDetailDataBlock .p_sizedata .caption {
        margin-top: 1em;
        font-size: 1.2rem;
        line-height: 1.5; }
  .ctm_fsdatail_itemCommentArea .sizetable {
    width: 100%; }
    .ctm_fsdatail_itemCommentArea .sizetable th {
      padding-left: 4px;
      padding-right: 4px; }
  .ctm_fsdatail_itemCommentArea .c_modeldata .m_dropHead {
    margin: 0 0 1em; }
  .ctm_fsdatail_itemCommentArea .c_modellist {
    margin: 0;
    padding: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap; }
    .ctm_fsdatail_itemCommentArea .c_modellist .c_modellist_item {
      margin: 0 0 40px;
      padding: 0;
      width: 50%;
      display: table; }
      .ctm_fsdatail_itemCommentArea .c_modellist .c_modellist_item .img, .ctm_fsdatail_itemCommentArea .c_modellist .c_modellist_item .data {
        display: table-cell;
        width: 50%;
        box-sizing: border-box;
        vertical-align: top; }
      .ctm_fsdatail_itemCommentArea .c_modellist .c_modellist_item .data {
        padding-left: 20px; }
      .ctm_fsdatail_itemCommentArea .c_modellist .c_modellist_item .data dt {
        margin-bottom: 10px;
        line-height: 1.2; }
      .ctm_fsdatail_itemCommentArea .c_modellist .c_modellist_item .data dd {
        margin: 0;
        padding: 0;
        font-size: 1.2rem;
        line-height: 2; }

.ctm_fsdatail_btnblock .c_imgbtn {
  margin-bottom: 20px; }

.m_accordion .accordionIcon {
  margin: 0; }

/* -----------------------------------------------------------------------------
 slick
----------------------------------------------------------------------------- */
body .slick-dots {
  position: absolute;
  bottom: -30px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  body .slick-dots li {
    position: relative;
    display: inline-block;
    height: 10px;
    width: 10px;
    margin: 0 10px;
    padding: 0;
    cursor: pointer; }
    body .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 10px;
      width: 10px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      body .slick-dots li button:hover, body .slick-dots li button:focus {
        outline: none; }
        body .slick-dots li button:hover:before, body .slick-dots li button:focus:before {
          /*                      opacity: $op;*/ }
      body .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        width: 8px;
        height: 8px;
        line-height: 8px;
        text-align: center;
        border-radius: 50%;
        border: 1px #000 solid;
        /*                  background: $clr_panel;*/
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    body .slick-dots li.slick-active button:before {
      background: #000; }

.ctm_guidecontent#store {
  margin: 0 auto;
  width: 550px; }

.ctm_guidecontent .flowitem {
  margin: 40px 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex; }
  .ctm_guidecontent .flowitem a {
    text-decoration: underline; }
    .ctm_guidecontent .flowitem a:hover {
      text-decoration: none; }
  .ctm_guidecontent .flowitem .textbox {
    margin-right: 20px;
    width: auto;
    flex: 1; }
  .ctm_guidecontent .flowitem .imagebox {
    width: 300px; }
    .ctm_guidecontent .flowitem .imagebox img {
      width: 100%; }
  .ctm_guidecontent .flowitem dt {
    margin-bottom: 10px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5; }

/* -----------------------------------------------------------------------------
 CART &more
----------------------------------------------------------------------------- */
.t_center {
  text-align: center !important; }

.t_left {
  text-align: left !important; }

.t_right {
  text-align: right !important; }

a.link-uLine {
  text-decoration: underline; }

a:hover.link-uLine {
  text-decoration: none; }

.rs .c_comment_wrap {
  margin-top: 40px;
  margin-bottom: 40px;
  width: 100%; }

.rs .c_comment_wrap.bdrTop {
  border-top: #ccc 1px solid; }

.rs .c_comment_wrap.bdrBtm {
  padding-bottom: 40px;
  border-bottom: #ccc 1px solid; }

.rs .c_comment_wrap .c_comment_wrapInner {
  width: 756px;
  margin: 0 auto; }

.rs .c_comment_wrap_Title {
  text-align: center;
  font-size: 2rem;
  line-height: 1.5;
  padding: 0;
  font-weight: bold;
  border-bottom: none;
  margin-top: 40px;
  margin-bottom: 10px; }

.rs .redLead, .redLead {
  color: #ff0000;
  font-size: 1.6rem; }

.rs .c_comment_wrap ul.clm3 {
  margin-top: 16px;
  display: flex;
  justify-content: space-between; }

.rs .c_comment_wrap ul.clm3 li {
  width: 30%; }

.rs .c_comment_wrap ul li {
  margin-bottom: 10px;
  list-style: none;
  text-align: center;}

.rs .c_comment_wrap ul li .image {
  margin-bottom: 6px; }

.rs .c_comment_wrap ul li .text {
  text-align: center; }

.rs .c_morebuy .image {
  width: 100%;
  margin: 30px auto 0;
  padding-bottom: 30px; }

.rs .c_bnrs .c_comment_wrap_Title {
  margin-bottom: 30px; }

.rs .c_bnrs ul.clm3 {
  margin-bottom: 12px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-left: #ccc 1px solid;
  border-top: #ccc 1px solid; }

.rs .c_bnrs ul.clm3 li {
  margin-bottom: 0;
  flex: 0 1 16.5%;
  border-right: #ccc 1px solid;
  border-bottom: #ccc 1px solid; }

.rs .c_bnrs ul.clm3 li a,
.rs .c_bnrs ul.clm3 li img {
  width: 100%;
  display: block; }

.rs.c_bnrsWrap .c_comment_wrap {
  margin-bottom: 0; }

.FS2_body_Cart_ShoppingCart .rs .c_comment_wrap .c_comment_wrapInner {
  width: 1060px; }

.FS2_body_Cart_ShoppingCart .rs .c_comment_wrap {
  padding-bottom: 20px; }

.FS2_body_Cart_ShoppingCart .pageTitle {
  margin: 40px 0 16px;
  padding: 16px 0 0;
  border-bottom: none;
  border-top: 4px #000 solid;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: left; }

.FS2_body_Cart_ShoppingCart .c_cartHand .c_comment_wrap_Title {
  font-size: 2.2rem; }

.rs .c_memberSpecial .c_comment_wrap_Title {
  font-size: 2.7rem; }

.rs .c_comment_wrap .c_comment_wrapInner.c_memberSpecial {
  width: 1060px; }

.rs .c_memberSpecial .image {
  margin: 40px auto 30px; }

.rs .c_memberSpecial .t_right {
  margin-right: 60px; }

#FS2_itemlayout_IHL2 .FS2_eye_catch_icon img {
  padding-right: 0.5em; }

.FS2_SelectCheckoutService_area {
  margin: 40px 0 40px;
  padding: 20px;
  border: 10px solid #eee; }

.rs .c_morebuy .image {
  width: auto;
  display: table; }
  .rs .c_morebuy .image div {
    display: table-cell;
    padding: 0 7px; }

.FS2_login_layout_table_td_right .FS2_Login_btn_position input {
  margin-bottom: 20px; }

.FS2_body_Cart_OrderConfirm .inputTableArea > .alignRight input {
  width: 60px; }

.FS2_body_Cart_ShoppingCart .c_recommendblock {
  border-top: 2px #ddd solid;
  margin-left: -152px;
  margin-right: -152px;
  width: 1060px; }

.snow2015_content .topVisualBlock {
  overflow: hidden;
  height: 358px; }
  .snow2015_content .topVisualBlock ul, .snow2015_content .topVisualBlock li {
    list-style: none;
    margin: 0;
    padding: 0; }

.FS2_login_layout_table .FS2_login_layout_table_td_left {
  padding-right: 30px;
  width: 50%;
  box-sizing: border-box; }
.FS2_login_layout_table .FS2_login_layout_table_td_left .inputTableArea {
  margin-right: 0; }
  .FS2_login_layout_table .FS2_login_layout_table_td_left .inputTableArea .userTable_01 {
    border: none; }
    .FS2_login_layout_table .FS2_login_layout_table_td_left .inputTableArea .userTable_01 th, .FS2_login_layout_table .FS2_login_layout_table_td_left .inputTableArea .userTable_01 td {
      padding: 10px 0;
      border: none;
      background: #fff;
      box-sizing: border-box; }
    .FS2_login_layout_table .FS2_login_layout_table_td_left .inputTableArea .userTable_01 th {
      padding-right: 20px; }
.FS2_login_layout_table .FS2_login_layout_table_td_right {
  width: 50%;
  box-sizing: border-box; }
.FS2_login_layout_table .userTable_01 caption {
  margin-top: -5px;
  font-weight: bold;
  background: #fff; }
.FS2_login_layout_table .FS2_OtherServiceLoginAreaDivider_container {
  margin: 20px 0 20px; }
.FS2_login_layout_table .FS2_login_layout_table_td_right .CrossHead,
.FS2_login_layout_table .FS2_login_layout_table_td_left .CrossHead {
  margin: 0 0 30px;
  padding: 5px 10px;
  line-height: 1.5;
  border: 1px #000 solid;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem; }

.FS2_login_layout_table_td_right .CrossHead,
.FS2_login_layout_table_td_left .CrossHead {
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative; }

.FS2_login_layout_table_td_right .CrossHead:before,
.FS2_login_layout_table_td_left .CrossHead:before {
  content: "";
  border: 12px solid transparent;
  border-top: 12px solid #fff;
  position: absolute;
  right: 48%;
  bottom: -23px;
  z-index: 2; }

.FS2_login_layout_table_td_right .CrossHead:after,
.FS2_login_layout_table_td_left .CrossHead:after {
  content: "";
  border: 12px solid transparent;
  border-top: 12px solid #000;
  position: absolute;
  right: 48%;
  bottom: -24px; }

.FS2_body_amazon .system_content {
  width: auto; }

  .FS2_body_Cart_OrderConfirm .FS2_ReturnedSpecialContract {
    display: none;
  }
 /* -----------------------------------------------------------------------------
PC入荷お知らせボタン非表示化
----------------------------------------------------------------------------- */ 
.FS2_ArrivalInformationButton_area {
    display: none;
}

 /* -----------------------------------------------------------------------------
18-11-09 会員価格を赤に
----------------------------------------------------------------------------- */ 

.FS2_body_Goods_GoodsDetail .FS2_special_members_price{
	color: #ff0000;
}
.FS2_body_Goods_GoodsDetail .FS2_special_members_price .itemPrice{
	color: #ff0000;
}
#FS2_itemlayout_IH3 .FS2_additional_image_itemdetail_container_right .FS2_special_members_price .itemPrice {
	color: #ff0000;
}
.FS2_body_Goods_GoodsGroupList_1 .FS2_special_members_price,
.FS2_body_Goods_GoodsGroupList_2 .FS2_special_members_price,
.FS2_body_Goods_GoodsGroupList_3 .FS2_special_members_price,
.FS2_body_Goods_GoodsSearchList .FS2_special_members_price
{
	color: #ff0000;
}
.FS2_body_Goods_GoodsGroupList_1 .FS2_special_members_price .itemPrice,
.FS2_body_Goods_GoodsGroupList_2 .FS2_special_members_price .itemPrice,
.FS2_body_Goods_GoodsGroupList_3 .FS2_special_members_price .itemPrice,
.FS2_body_Goods_GoodsSearchList .FS2_special_members_price .itemPrice
{
	color: #ff0000;
}
.FS2_body_Goods_GoodsSearchList .FS2_special_members_price .itemPrice{
	color: #ff0000;
}
  

 /* -----------------------------------------------------------------------------
19-01-11 Adjust table style
----------------------------------------------------------------------------- */ 
body table.c_datatable tr :last-child {
    border-right-color: #0e0e0e !important;
}


 /* -----------------------------------------------------------------------------
19-03-11 for header
----------------------------------------------------------------------------- */ 
.logo .logoInner {
	position: relative;
}
.logo .logoInner .logoSex {
	position: absolute;
	left: calc(50% + 100px - 24px);
	top: 8px;
	bottom: 0;
	margin: auto 0;
}
.logo .logoInner .logoSex ul li {
	display: inline-block;
	margin-right: 40px;
	height: 32px;
	line-height: 32px;
	vertical-align: middle;
	box-sizing: border-box;
}
.logo .logoInner .logoSex ul li.current,
.logo .logoInner .logoSex ul li:hover {
	border-bottom: #000 1px solid;
}
.logo .logoInner .logoSex ul li a {
	padding: 0 0.4em;
	color: #b3b3b3;
	text-decoration: none;
}
.logo .logoInner .logoSex ul li.current a,
.logo .logoInner .logoSex ul li:hover a {
	color: #000000;
	text-decoration: none;
}

 /* -----------------------------------------------------------------------------
19-03-13 
----------------------------------------------------------------------------- */ 

.ctm_fsdatail_itemCommentArea .ctm_itemDetailExpBlock .p_itemExp a{
	text-decoration: underline;
}

 /* -----------------------------------------------------------------------------
19-03-15 for news riderPage
----------------------------------------------------------------------------- */ 
.t_center {text-align: center;}
.t_left {text-align: left;}
.t_right {text-align: right;}

.rs .movie {
  margin-bottom: 1.5em;
}

.rs .frame {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.rs .frame-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.rs .image {
  width: 100%;
  text-align: center;
}
.rs .image.max100 img {
  width: auto;
  max-width: 100%;
}

body .c_sectionhead .c_sectionhead__subLink {
  margin-top: 1em;
}
body .c_sectionhead .c_sectionhead__subLink ul {
  text-align: center;
}
body .c_sectionhead .c_sectionhead__subLink ul li {
  text-align: center;
  display: inline-block;
  padding: 0 2em;
  font-size: 1.6rem;
  font-weight: bold;
}

.rs .teamListCont {
  padding-top: 76px;
  margin-top: -76px;
  margin-bottom: 60px;
}
.rs .teamListCont .c_teamList_lead {
  margin-bottom: 1.64em;
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
}
.rs .teamListCont ul.teamList {
  text-align: left;
  display: block;
  line-height: 0;
  font-size: 0;
}
.rs .teamListCont ul.teamList li {
  width: calc((100% - 70px)/3);
  margin-right: 35px;
  margin-bottom: 70px;
  text-align: left;
  display: inline-block;
  line-height: 1;
  font-size: 1.4rem;
  vertical-align: top;
}
.rs .teamListCont ul.teamList li:nth-child(3n) {
  margin-right: 0;
}
.rs .teamListCont ul.teamList li .img {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
  display: block;
}
.rs .teamListCont ul.teamList li .img img {
  width: 100%;
  display: block;
}
.rs .teamListCont ul.teamList li .name {
  margin-bottom: 20px;
  text-align: left;
  font-size: 1.8rem;
  font-weight: bold;
}
.rs .teamListCont ul.teamList li .text {
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.64;
}
.rs .gotoTopLinkArea {
  width: 100%;
  padding-bottom: 4px;
  display: block;
  text-align: right;
  border-bottom: #ccc 1px solid;
}
.rs .gotoTopLinkArea.bottom {
  padding-bottom: 0;
  border-bottom: none;
}
.rs .gotoTopLinkArea a {
  padding-right: 20px;
  display: inline-block;
  font-size: 1.3rem;
  font-weight: bold;
  position: relative;
}
.rs .gotoTopLinkArea a:after {
  content: "";
  display: block;
  position: absolute;
  right: 3px;
  top: 40%;
  width: 4px;
  height: 4px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.rs .gotoTopLinkArea a:hover:after {
  border-top: 1px solid #999;
  border-right: 1px solid #009990;
}


 /* -----------------------------------------------------------------------------
19-07-23 セールカテゴリ上部
----------------------------------------------------------------------------- */ 


.ctm_itemlistUpperArea .sale-submenu {
}
.ctm_itemlistUpperArea .sale-submenu ul{
	list-style:none;
	padding-left:0;
	margin-right: -20px;
	margin-bottom:20px;
}
.ctm_itemlistUpperArea .sale-submenu ul li{
	margin-right: 20px;
	margin-bottom: 20px;
	width: 263px;
	display:inline-block;
}


































