@charset "utf-8";

/* リセット
---------------------------------------------------------------------------- */
html {
  width: 100%;
  height:100%;
}
h1, h2, h3, h4, h5, h6, p, div,address,
dl, dt, dd, a,
table, caption, th, td, img, form {
  margin: 0;
  padding: 0;
  border: none;
  font-style: normal;
  font-weight: normal;
  list-style-type: none;
  zoom:1;
  line-height: 1.0;
}
ul,li,ol {
  margin: 0;
  padding: 0;
  border: none;
  font-style: normal;
  font-weight: normal;
  list-style-type: none;
  text-align: left;
}
img {
  max-width: 100%;
  vertical-align: bottom;
  line-height:1.0;
}
table {
  border-collapse: collapse;
}

/* Body
---------------------------------------------------------------------------- */
body,#FS2_layout_body {
  width: 100%;
  height:100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: #FFF;
  line-height: 1.6;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 'YuGothic', 'Yu Gothic', '游ゴシック', '游ゴシック体', "メイリオ", Meiryo,  Verdana,Geneva, sans-serif;
  font-size: 14px;
  color: #222;
  -webkit-text-size-adjust: 100%;
}
#FS2_layout_body {
  position: relative;
}

*::selection {
  background: #FFE1EB;
  color: #222;
}
@media screen and (min-width:769px){
  .sp_only {
    display: none !important;
  }
}
@media screen and (max-width:768px){
  body {
    min-width: 1px;
  }
  .pc_only {
    display: none !important;
  }
  .sp_only {
    display: block!important;
  }
  .dd_menu ul.visible {
    display: block!important;
  }
}
.r_only {
  width: 0;
  height: 0;
  display: block;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
.hidden {
  overflow: hidden;
}
.none {
  opacity: 0;
}
a {
  color: #222;
  text-decoration: underline;
  outline: none;
  transition: 0.3s;
}
a:hover {
  color: #E76572;
  text-decoration: none;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
p {
  line-height: 1.8;
  margin: 0 0 20px 0;
}
img {
  transition: 0.3s all ease;
}
a:hover img {
  opacity: 0.8;
}
.layout_content a:hover img,
#contents a:hover img {
  background: #FFF;
}

.layout_content input[type="text"],
.layout_content input[type="tel"],
.layout_content input[type="password"],
.layout_content input[type="email"],
.layout_content select {
  width: auto;
  font-size: 15px;
  border: solid 1px #CCCCCC;
  border-radius: 3px;
  padding: 3px;
}
input::-webkit-input-placeholder {
    color: #BBB;
    font-weight: normal;
}
input:-ms-input-placeholder {
    color: #BBB;
    font-weight: normal;
}
input::-moz-placeholder {
    color: #BBB;
    font-weight: normal;
}

/* 見出し
---------------------------------------------------------------------------- */
.page_title {
  margin: 0 0 50px 0;
  padding: 0 0 10px 0;
  text-align: center;
  line-height: 1.6;
  font-size: 30px;
  color: #000;
  position: relative;
  letter-spacing: 0.05em;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 'YuMincho', 'Yu Mincho', '游明朝', '游明朝体',  "メイリオ", Meiryo,  Verdana,Geneva, sans-serif;
}
.page_title::after {
  display: block;
  content: "";
  width: 40px;
  height: 1px;
  background: #000;
  position: absolute;
  margin: auto;
  bottom: 0;
  left: 0;
  right: 0;
}

h4 {
  font-size: 14px;
  text-align: left;
  border: none;
  background: none;
  padding: 0 0 0 20px;
  margin: 0 0 20px 0;
  line-height: 1.6;
  position: relative;
}
h4::before {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  width: 12px;
  height: 3px;
  background: #000;
}
.cat_head {
  margin: 0 0 40px 0;
  padding: 0 0 10px 0;
  text-align: center;
  line-height: 1.6;
  font-size: 25px;
  color: #000;
  position: relative;
  border: none;
  letter-spacing: 0.05em;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 'YuMincho', 'Yu Mincho', '游明朝', '游明朝体',  "メイリオ", Meiryo,  Verdana,Geneva, sans-serif;
}
.cat_head::after {
  display: block;
  content: "";
  width: 40px;
  height: 1px;
  background: #000;
  border: none;
  position: absolute;
  margin: auto;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
}
.cat_head::before {
  display: none;
}
h2,
h2.crosshead,
.crosshead {
  margin: 0 0 40px 0;
  padding: 0 0 0 20px;
  background: none;
  border: none;
  font-size: 22px;
  text-align: left;
  line-height: 1.6;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 'YuMincho', 'Yu Mincho', '游明朝', '游明朝体',  "メイリオ", Meiryo,  Verdana,Geneva, sans-serif;
  position: relative;
  overflow: hidden;
}
h2::before,
h2.crosshead::before,
.crosshead::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 3px;
  background: #000;
  border: none;
  vertical-align: middle;
  margin: 0 10px 0 0;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 0;
  right: auto;
  right: auto;
}
h2::after,
h2.crosshead::after,
.crosshead::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 1px;
  border-bottom: #CCC 1px dashed;
  background: none;
  margin: 0 0 0 20px;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: auto;
}
.crosshead .sub {
  display: inline-block;
  font-size: 11px;
  margin: 0 0 0 15px;
  vertical-align: middle;
}
h3,
.subhead {
  margin: 0 0 30px 0;
  padding: 12px 0;
  border-top: #000 2px solid;
  border-bottom: #000 1px dotted;
  line-height: 1.6;
  font-size: 18px;
  text-align: left;
}
h3::before,
.subhead::before,
.subhead::after {
  display: none;
}

@media screen and (max-width:768px){
  .page_title {
    margin: 30px 0;
    font-size: 24px;
  }
  .cat_head {
    margin: 0 0 30px 0;
    padding: 0 0 10px 0;
    font-size: 20px;
    letter-spacing: 0.05em;
  }
  h2,
  h2.crosshead,
  .crosshead {
    margin: 0 0 30px 0;
    padding: 0 0 0 20px;
    font-size: 18px;
  }
  .crosshead .sub {
    display: none;
  }
  h3,
  .subhead {
    margin: 0 0 20px 0;
    padding: 10px 0;
    font-size: 16px;
  }

}


/* ボタン
---------------------------------------------------------------------------- */
.btn {
  margin: 0 0 15px 0;
  text-align: center;
}
.btn a {
  display: block;
  position: relative;
  padding: 13px 0;
  border: #000 1px solid;
  border-radius: 3px;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
}
.btn.btn_ib a {
  display: inline-block;
  padding: 13px 60px;
}
.btn a::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 40%;
  box-sizing: border-box;
  width: 5px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 5px solid #000;
}
.btn a:hover {
  background: #000;
  color: #FFF;
}
.btn a:hover::after {
  border-left: 5px solid #FFF;
}

.btn_newwindow a::after {
  width: 12px;
  height: 10px;
  border: none;
  background: url(/shop/item/sakata/design/img01/icon_window.png) no-repeat 0;
}
.btn_newwindow a:hover::after {
  width: 12px;
  height: 10px;
  border: none;
  background: url(/shop/item/sakata/design/img01/icon_window_wt.png) no-repeat 0;
}
.btns {
  margin: 30px auto;
  overflow: hidden;
}
.btn_l {
  width: 48%;
  float: left;
}
.btn_r {
  width: 48%;
  float: right;
}

@media screen and (max-width:768px){
  .btn.btn_ib a {
    display: block;
    padding: 13px 0;
  }
  .btn_l,
  .btn_r {
    width: 100%;
    float: none;
  }
}

.link a {
  position: relative;
}
.link a::before {
  content: "";
  display: inline-block;
  margin: 0 8px 0 0;
  box-sizing: border-box;
  width: 6px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 6px solid #000;
}
.link.link_wt a {
  color: #FFF;
}
.link.link_wt a::before {
  border-left: 6px solid #FFF;
}



/* ヘッダ
---------------------------------------------------------------------------- */
#header_wrap {
  width: 100%;
  height: 80px;
  text-align: center;
  position: fixed;
  z-index: 120;
  background: #000;
}
#header {
  width: 1080px;
  margin: 0 auto;
  padding: 0 10px;
  height: 80px;
  overflow: hidden;
  position: relative;
}
#header_text {
  text-align: left;
  position: relative;
}
#header_text h1,
#header_text div {
  margin: 10px 0 5px 0;
  padding: 0;
  font-size: 11px;
  font-weight: normal;
  line-height: 1.2;
  text-align: left;
  color: #FFF;
}
#header_logo {
  float: left;
  position: relative;
}
#header_info {
  float: left;
  margin: 6px 0 0 20px;
  padding: 3px 8px;
  border: #8E7E60 1px solid;
  color: #CBB489;
  text-align: center;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  position: relative;
}

#gnavi {
  position: absolute;
  right: 30px;
  top: 18px;
}
#gnavi ul {
  float: right;
}
#gnavi li {
  display: inline-block;
  margin: 0 0 0 20px;
  vertical-align: middle;
  text-align: center;
}
#gnavi li img {
  width: 26px;
}
#gnavi li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 10px;
  text-align: center;
  text-decoration: none;
  position: relative;
  color: #FFF;
}
#gnavi .sub {
  display: block;
  margin: 3px 0 0 0;
  font-size: 10px;
  line-height: 1.6;
  text-align: center;
}
#gnavi a:hover {
  color: #FFE1EB;
  text-decoration: none;
}
#gnavi_btn {
  display: none;
}



@media screen and (max-width:768px){
  #header_wrap {
    width: 100%;
    height: 90px;
  }
  #header_info {
    display: none;
  }
  #header {
    width: auto;
    margin: 0 auto;
    padding: 0;
  }
  #header_logo {
    max-width: 180px;
    float: left;
    position: relative;
    margin: 20px 0 0 10px;
  }
  #header_text {
    width: auto;
    padding: 0;
    border-bottom: #666 1px solid;
    text-align: left;
    position: relative;
    font-size: 10px;
  }
  #header_text h1,
  #header_text div {
    margin: 5px 0;
    padding: 0 0 0 10px;
    font-size: 10px;
  }
  #gnavi {
    position: absolute;
    right: 10px;
    top: 32px;
  }
  #gnavi li img {
    width: 26px;
  }
  #gnavi #btn_menu {
    position: absolute;
    right: 0;
  }
  #gnavi #btn_cart {
    position: absolute;
    right: 50px;
  }

}


/* ドロップダウンメニュー */
#overlay {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  position: fixed;
  z-index: 99;
}
.navi_open #overlay {
  display: block;
}


#dd_navi {
  display: none;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 30px 10px;
  margin: auto;
  position: fixed;
  z-index: 100;
  top: 80px;
  left: 0;
  right: 0;
  overflow-y: auto;
}
.navi_open #dd_navi {
  display: block;
}
#dd_menus {
  width: 1080px;
  margin: 0 auto;
  padding: 0 0 80px 0;
  position: relative;
}
.dd_menu_head {
  margin: 0 0 10px 0;
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  text-align: left;
  line-height: 1.4;
}
.dd_menu_head::before {
  display: inline-block;
  content: "";
  vertical-align: middle;
  width: 12px;
  height: 2px;
  background: #FFF;
  margin: -3px 8px 0 0;
  position: relative;
}
.dd_menu {
  margin: 0 0 20px 0;
  overflow: hidden;
}
.dd_menu ul{
  background: #FFF;
  overflow: hidden;
}
.dd_menu li {
  width: 359px;
  float: left;
  margin: 0;
  border-right: #DDD 1px solid;
  border-bottom: #DDD 1px solid;
}
.dd_menu li a {
  display: block;
  padding: 15px 20px;
  font-size: 14px;
  line-height: 1.6;
  text-decoration: none;
  position: relative;
}
.dd_menu li a:hover {
  color: #BE344C;
}
.dd_menu li a::after {
  display: inline-block;
  content: "";
  position: absolute;
  right: 20px;
  top: 40%;
  width: 6px;
  height: 6px;
  border-top: #CCC 2px solid;
  border-right: #CCC 2px solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: 0.3s all ease;
}
.dd_menu li a:hover::after {
  border-top: #F1A5AC 2px solid;
  border-right: #F1A5AC 2px solid;
}

.dd_menu_cat .sub {
  display: inline-block;
  margin: 0 0 0 10px;
  font-weight: normal;
  font-size: 13px;
}
.dd_menu_cat {
  position: relative;
}
.dd_menu_cat.riscol a {
  display: block;
  padding: 10px 20px;
  background: #F1A5AC;
  color: #FFF;
  text-align: left;
  line-height: 1.6;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  position: relative;
}
.dd_menu_cat.riscol a::after {
  display: inline-block;
  content: "";
  position: absolute;
  right: 20px;
  top: 40%;
  width: 6px;
  height: 6px;
  border-top: #FFF 2px solid;
  border-right: #FFF 2px solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: 0.3s all ease;
}
.dd_menu_cat.landh a {
  display: block;
  padding: 10px 20px;
  background: #FAAC01;
  color: #FFF;
  text-align: left;
  line-height: 1.6;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  position: relative;
}
.dd_menu_cat.landh a::after {
  display: inline-block;
  content: "";
  position: absolute;
  right: 20px;
  top: 40%;
  width: 6px;
  height: 6px;
  border-top: #FFF 2px solid;
  border-right: #FFF 2px solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: 0.3s all ease;
}
.dd_menu3 {
  width: 33%;
  float: left;
  margin: 0 0.5% 0 0;
}
.dd_menu3:nth-child(3n){
  margin: 0;
}
.dd_menu3 ul {
  background: #FFF;
}
.dd_menu3 li {
  width: 100%;
  float: none;
  margin: 0;
}
.dd_top_btn {
  text-align: right;
  margin: 20px 0 10px 0;
  padding: 0 0 20px 0;
  border-bottom: #888 1px solid;
}
.btn.dd_top_btn a {
  display: inline-block;
  padding: 13px 60px;
  border: #888 1px solid;
  border-radius: 3px;
  color: #FFF;
  font-size: 13px;
}
.btn.dd_top_btn a::after {
  border-left: 5px solid #FFF;
}
.btn.dd_top_btn a:hover {
  border: #FFF 1px solid;
  border-radius: 3px;
  color: #FFF;
  font-size: 13px;
  background: none;
}
.dd_close_btn {
  text-align: center;
  color: #AAA;
  line-height: 1.6;
  font-size: 14px;
  position: relative;
  display: inline-block;
  padding: 5px 5px 5px 15px;
  cursor: pointer;
  transition: 0.3s all ease;
}
.dd_close_btn:hover {
  color: #FFF;
}
.icon_close {
  display: inline-block;
  position: relative;
}
.icon_close:before,.icon_close:after{
  display: inline-block;
  content: '';
  width: 3px;
  height: 16px;
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #FFF;
  border-radius: 10px;
  position: absolute;
  top: -12px;
  left: -20px;
}
.icon_close:after{
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}


@media screen and (max-width:768px){
  #dd_navi {
    width: auto;
    top: 90px;
  }
  #dd_menus {
    width: auto;
    padding: 0 0 90px 0;
  }
  .dd_menu {
    margin: 0;
  }
  .dd_menu:first-of-type {
    margin: 0 0 40px 0;
  }
  .dd_menu ul {
    display: none;
  }
  .dd_menu li {
    width: 100%;
    border-right: none;
  }
  .dd_menu li a {
    font-size: 13px;
    position: relative;
    padding: 10px 15px;
  }
  .dd_menu_cat.riscol a ,
  .dd_menu_cat.landh a {
    padding: 10px 15px;
  }
  .dd_menu_cat a::after,
  .dd_menu_cat.riscol a::after,
  .dd_menu_cat.landh a::after {
    display: none;
  }
  .btn_menu_open {
    display: block;
    position: absolute;
    width: 45px;
    height: 45px;
    right: 0px;
    top: 0px;
    z-index: 10;
    text-align: center;
  }
  .btn_menu_open::after {
    content: "+";
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    line-height: 45px;
    position: relative;
    width: 45px;
    height: 45px;
    text-align: center;
    color: #222;
    font-weight: bold;
  }
  .btn_menu_open.active::after {
    content: "-";
  }


  .dd_menu_cat .sub {
    margin: 0 0 0 5px;
    font-size: 10px;
  }
  .dd_menu3 {
    width: 100%;
    float: none;
    margin: 0;
  }
  .dd_menu3:nth-child(3n){
    margin: 0;
  }
  .dd_menu3 .dd_menu_head {
    margin: 0;
    font-size: 14px;
    padding: 12px 15px;
    font-weight: normal;
    color: #222;
    background: #F5F5F5;
    text-align: left;
    line-height: 1.4;
    border-bottom: #DDD 1px solid;
    position: relative;
  }
  .dd_menu3 .dd_menu_head::before {
    display: none;
  }
  .dd_menu3 ul {
    background: #FFF;
  }
  .dd_menu3 li {
    width: 100%;
    float: none;
    margin: 0;
  }
  .dd_top_btn {
    text-align: center;
    margin: 20px 0 10px 0;
    padding: 0 0 20px 0;
    border-bottom: none;
  }
  .btn.dd_top_btn a {
    display: block;
    padding: 13px 0;
  }
}

/* ヘッダお知らせ */
#header_note {
  width: 100%;
  min-width: 1080px;
  margin: 0 auto;
  padding: 3px 0;
  font-size: 14px;
  text-align: center;
  color: #FFF;
  background: #000;
  position: relative;
}
#header_note p {
  margin: 0;
}
@media screen and (max-width:768px){
  #header_note {
    width: 100%;
    min-width: 100px;
    top: 80px;
  }
}

/* カテゴリ別ヘッダ */
.category_line {
  display: none;
  width: 100%;
  height: 40px;
  padding: 5px 0;
  top: 90px;
  position: relative;
  background: #F1A5AC;
  color: #FFF;
  text-align: left;
  line-height: 1.6;
  font-size: 22px;
}
.category_line.current_cat {
  display: block;
}
.category_line.cat_riscol {
  background: #F1A5AC;
  color: #FFF;
}
.category_line.cat_lah {
  background: #FAAC01;
  color: #FFF;
}
.category_line p {
  width: 1080px;
  margin: 0 auto;
  padding: 0 10px;
}
@media screen and (max-width:768px){
  .category_line {
    width: 100%;
    top: 90px;
    margin: 0;
    font-size: 20px;
  }
  .category_line.cat_riscol {
    background: #F1A5AC;
    color: #FFF;
  }
  .category_line.cat_lah {
    background: #FAAC01;
    color: #FFF;
  }

  .category_line p {
    width: 100%;
    box-sizing: border-box;
  }
}

/* slider */
#slider {
    width: 100%;
    margin: 0 0 55px 0;
    padding: 0 0 35px 0;
    text-align: left;
    position: relative;
    overflow: hidden;
}
#slider ul {
    display: inline-block;
    overflow: hidden;
    float: left;
    text-align: center;
}
#slider ul li {
    display: inline-block;
    overflow: hidden;
    text-align: center;
    float: left;
}
#slider ul li a {
  display: block;
}
#slider ul li img {
  width: 100%;
  margin: 0;
}

.wideslider_base {
    top: 0;
    position: absolute;
}
.wideslider_wrap {
    top: 0;
    position: absolute;
    overflow: hidden;

}
.slider_prev,
.slider_next {
    top: 0;
    overflow: hidden;
    position: absolute;
    z-index: 50;
    cursor: pointer;
    background: rgba(255,255,255,0.7);
    opacity: 1 !important;
}
.slider_prev {
}
.slider_next {
}
#slider .pagination {
}
#slider .pagination {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 15px;
    text-align: center;
    position: absolute;
    z-index: 50;
}

#slider .pagination a {
    margin: 0 10px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    overflow: hidden;
    background: #E4E4E4;
    opacity: 1 !important;
}
#slider .pagination a.active {
    background: #ECC7BF;
}



/* フッター
---------------------------------------------------------------------------- */
#pagetop {
  width: 56px;
  height: 56px;
  position: fixed;
  z-index: 40;
  right: 5px;
  bottom: 5px;
  text-align: center;
}
#pagetop a {
  display: block;
  width: 56px;
  height: 36px;
  padding: 20px 0 0 0;
  border: #222 1px solid;
  background: #000;
  color: #FFF;
  text-align: center;
  font-size: 11px;
  text-decoration: none;
  line-height: 1.3;
  position: relative;
  border-radius: 3px;
}
#pagetop a::before{
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  top: -24px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}


.sp_footer_category {
  position: relative;
  overflow: hidden;
  font-size: 22px;
}
.sp_footer_category p {
  color: #FFF;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
  padding: 0;
  text-align: left;
}
.sp_footer_category p.link {
  color: #FFF;
  font-size: 13px;
}

.sp_footer_category.category_line {
  top: 0;
  margin: 0;
  height: auto;
}
.sp_footer_category.category_line .category_line_inner{
  width: 1080px;
  margin: 0 auto;
  padding: 0 10px;
  font-size: 14px;
}

.sp_footer_category.category_line p {
  display: inline-block;
  width: auto;
}
@media screen and (max-width:768px){
  .sp_footer_category.category_line .category_line_inner{
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
  }
}


#footer_wrap {
  width: 100%;
  min-width: 1100px;
  padding: 60px 0;
  background: #000;
  position: relative;
  overflow: hidden;
  color: #FFF;
}
#footer {
  width: 1080px;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
  text-align: center;
}
#footer_logo {
  position: relative;
  margin: 0 auto 20px auto;
}
#footer_logo p {
  margin: 0 0 5px 0;
}
#footer_logo .produced_by {
  margin: 0;
}
#contact_area {
  width: 1040px;
  padding: 15px 20px;
  margin: 0 0 30px 0;
  display: table;
  background: #FFF;
  overflow: hidden;
}
.contact_head {
  width: 33%;
  display: table-cell;
  padding: 5px 0;
  border-right: #E9E9E9 1px solid;
  vertical-align: middle;
  line-height: 1.6;
  color: #222;
  font-size: 14px;
}
.contact_head:last-child {
  border-right: none;
}
.contact_head p {
  text-align: center;
  margin: 0;
}
#contact_area .tel {
  font-size: 30px;
  font-weight: bold;
  padding: 0;
  line-height: 40px;
}
#contact_area .tel::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 37px;
  height: 30px;
  margin: 5px 10px 0 0;
  background: url(/shop/item/sakata/design/img01/icon_tel.png) no-repeat 0;
}
#contact_area .tel_time {
  font-size: 12px;
}
.contact_btn a {
  display: inline-block;
  background: #BC9D62;
  color: #FFF;
  text-align: center;
  line-height: 1.4;
  text-decoration: none;
  position: relative;
  padding: 15px 80px;
}
.contact_btn a::before {
  content: "";
  display: inline-block;
  position: absolute;
  right: 50px;
  top: 25%;
  width: 1px;
  height: 50%;
  background: #FFF;
}
.contact_btn a::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 40%;
  box-sizing: border-box;
  width: 5px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 5px solid #FFF;
}
.contact_btn a:hover {
  background: #D0B176;
}

#footer_navi {
  display: table;
  width: 100%;
  overflow: hidden;
  margin: 0 0 50px 0;
}
#footer_navi a {
  color: #FFF;
  text-decoration: none;
}
#footer_navi a:hover {
  color: #FFF;
  text-decoration: underline;
}
#footer_navi li {
  display: table-cell;
  text-align: center;
  padding: 2px 25px;
  line-height: 1.6;
  border-right: #666 1px solid;
}
#footer_navi li:first-child {
  border-left: #666 1px solid;
}
#footer_guides {
  overflow: hidden;
}
.footer_guide {
  width: 330px;
  margin: 0 45px 0 0;
  float: left;
  text-align: left;
  font-size: 13px;
}
.footer_guide:last-child {
  margin: 0;
}
.footer_guide_head {
  padding: 0 0 10px 0;
  margin: 0 ;
  background: none;
  border-bottom: #666 1px solid;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.6;
  text-align: left;
}
.footer_guide_head::before {
  display: none;
}
.footer_guide h5 {
  margin: 25px 0 10px 0;
  padding: 0;
  background: none;
  border: none;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.6;
  text-align: left;
}
.footer_guide p {
  line-height: 1.5;
}
.footer_guide .box {
  padding: 10px;
  border: #666 1px solid;
}
#footer_links_area {
  width: 1080px;
  padding: 0 10px;
  margin: 30px auto;
}
#footer_links {
  overflow: hidden;
}
#footer_links li {
  width: 204px;
  float: left;
  margin: 0 15px 0 0;
}
#footer_links li:last-child {
  margin: 0;
}
#sp_footer_navi {
  display: none;
}

#copyright {
  margin: 0;
  padding: 10px 0;
  width: 100%;
  border-top: #E9E9E9 1px solid;
  font-size: 13px;
  line-height: 1.6;
  text-align: center;
}


@media screen and (max-width:768px){
  #footer_wrap {
    width: 100%;
    min-width: 100px;
    padding: 30px 0 15px 0;
  }
  #footer {
    width: auto;
    margin: 0 10px;
    padding: 0;
  }
  #footer_logo {
    width: 80%;
  }
  #footer_logo .produced_by {
  }
  #contact_area {
    width: auto;
    padding: 0 10px;
    margin: 0 0 15px 0;
    display: block;
    background: #FFF;
    overflow: hidden;
  }
  .contact_head {
    width: 100%;
    display: block;
    padding: 15px 0;
    border-right: none;
    border-bottom: #E9E9E9 1px dotted;
    font-size: 13px;
  }
  .contact_head p {
    text-align: center;
    margin: 0;
  }
  #contact_area .tel {
    font-size: 24px;
  }
  #contact_area .tel::before {
    width: 24px;
    height: 20px;
    margin: 10px 10px 0 0;
    background-size: 24px;
  }
  #contact_area .tel_time {
    font-size: 12px;
  }
  .contact_btn a {
    display: block;
    padding: 15px 0;
  }

  #footer_navi {
    display: none;
  }
  #sp_footer_navi {
    display: block;
    border-top: #CCC 3px solid;
    width: 100%;
    background: #FFF;
    margin: 0;
  }
  #sp_footer_navi li {
    display: block;
    text-align: left;
    padding: 0;
    line-height: 1.6;
    border-right: none;
    border-bottom: #E9E9E9 1px solid;
  }
  #sp_footer_navi li:first-child {
    border-left: none;
  }
  #sp_footer_navi li a {
    display: block;
    padding: 12px 20px;
    font-size: 13px;
    color: #222;
    line-height: 1.6;
    text-decoration: none;
    position: relative;
  }
  #sp_footer_navi li a:hover {
    color: #BE344C;
  }
  #sp_footer_navi li a::after {
    display: inline-block;
    content: "";
    position: absolute;
    right: 20px;
    top: 40%;
    width: 6px;
    height: 6px;
    border-top: #CCC 2px solid;
    border-right: #CCC 2px solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: 0.3s all ease;
  }
  #footer_guides {
    display: none;
  }
  #footer_links_area {
    display: none;
  }
  #footer_coname {
    padding: 15px 0 0 0;
    border-top: #666 1px solid;
    font-size: 13px;
  }
  #copyright {
    margin: 0;
    padding: 10px 0;
    width: 100%;
    border: none;
    background: #333;
    color: #FFF;
    font-size: 12px;
    line-height: 1.6;
    text-align: center;
  }

}



/* ぱんくず
---------------------------------------------------------------------------- */
#crumb {
  margin: 0 0 10px 0;
}
#crumb ul {
  width: 1080px;
  margin: 0 auto;
  padding: 0 10px;
  overflow: hidden;
}
#crumb li {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 0 0;
  padding: 0 10px 0 0;
  line-height: 1.6;
  text-align: left;
  font-size: 11px;
  position: relative;
}
#crumb li::after {
  display: inline-block;
  content: "";
  position: absolute;
  right: 0px;
  top: 30%;
  width: 4px;
  height: 4px;
  border-top: #777 1px solid;
  border-right: #777 1px solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#crumb li:last-child {
  padding: 0;
}
#crumb li:last-child::after {
  display: none;
}
@media screen and (max-width:768px){
  #crumb ul {
    width: auto;
    padding: 10px 10px 0 10px;
    overflow: hidden;
  }
}



/* セクション
---------------------------------------------------------------------------- */
#contents_wrap {
  width: 100%;
  position: relative;
  padding: 0 0 90px 0;
  margin: 0 auto 150px auto;
  top: 90px;
  overflow: hidden;
}
#contents {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.sec_wrap {
  width: 1080px;
  margin: 0 auto 55px auto;
  padding: 55px 10px 0 10px;
  overflow: hidden;
}
.sec {
  overflow: hidden;
  margin: 0 auto 30px auto;
}
.border_t {
  border-top: #E9E9E9 1px solid;
}
.sec_l {
  width: 500px;
  float: left;
  border-right: #E9E9E9 1px solid;
  padding: 0 39px 0 0;
  margin: 0 40px 0 0;
}
.sec_r {
  width: 500px;
  float: right;
}

@media screen and (max-width:768px){
  #contents_wrap {
    margin: 0 auto 80px auto;
  }
  #contents {
    width: auto;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  .sec_wrap {
    box-sizing: border-box;
    width: 100%;
    padding: 0 10px;
    margin: 0 0 50px 0;
    border-top: none;
  }
  .system_content .sec_wrap,
  .user_content .sec_wrap {
    padding: 0;
  }
  .sec_l {
    width: auto;
    float: none;
    border-right: none;
    padding: 0;
    margin: 0 0 30px 0;
  }
  .sec_r {
    width: auto;
    float: none;
    margin: 0 0 30px 0
  }
}



/* 商品カテゴリページ
---------------------------------------------------------------------------- */
.cat_main {
  width: 100%;
  border-bottom: #E9E9E9 1px solid;
}
.cat_title {
  margin: 0 0 30px 0;
  padding: 0 0 10px 0;
  text-align: center;
  line-height: 1.6;
  font-size: 38px;
  color: #000;
  position: relative;
  letter-spacing: 0.05em;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 'YuMincho', 'Yu Mincho', '游明朝', '游明朝体',  "メイリオ", Meiryo,  Verdana,Geneva, sans-serif;
}
.cat_title::after {
  display: block;
  content: "";
  width: 40px;
  height: 1px;
  background: #000;
  position: absolute;
  margin: auto;
  bottom: 0;
  left: 0;
  right: 0;
}
.cat_title .sub {
  display: block;
  font-size: 14px;
  text-align: center;
  line-height: 1.6;
}
.cat_copy {
  margin: 0 0 40px 0;
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
  color: #E76572;
  font-weight: bold;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 'YuMincho', 'Yu Mincho', '游明朝', '游明朝体',  "メイリオ", Meiryo,  Verdana,Geneva, sans-serif;
}
.FS2_body_Goods_landh .cat_copy {
  color: #FAAC01;
}
.copy {
  margin: 0 0 40px 0;
  font-size: 22px;
  line-height: 1.6;
  text-align: center;
  color: #E76572;
  padding: 0;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 'YuMincho', 'Yu Mincho', '游明朝', '游明朝体',  "メイリオ", Meiryo,  Verdana,Geneva, sans-serif;
  position: relative;
}
.copy span {
  display: inline-block;
  position: relative;
}
.copy::before {
  content: '\00201c';
  display: inline-block;
  margin: 0 0 0 0;
  font-size: 90px;
  line-height: 20px;
  vertical-align: bottom;
  color: #F8D0D3;
  position: relative;
  top: 10px;
  left: -30px;
}
.copy span::after {
  content: '\00201d';
  display: inline-block;
  margin: 0 ;
  font-size: 90px;
  line-height: 20px;
  vertical-align: bottom;
  color: #F8D0D3;
  position: relative;
  top: 10px;
  right: -30px;
}
.subcopy {
  margin: 0 0 20px 0;
  font-size: 20px;
  line-height: 1.6;
  text-align: left;
  color: #E76572;
  padding: 0;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 'YuMincho', 'Yu Mincho', '游明朝', '游明朝体',  "メイリオ", Meiryo,  Verdana,Geneva, sans-serif;
  position: relative;
}

@media screen and (max-width:768px){
  .cat_main {
    padding-top: 30px;
  }
  .cat_title {
    margin: 0 0 20px 0;
    padding: 0 0 10px 0;
    font-size: 24px;
  }
  .cat_title .sub {
    display: block;
    font-size: 14px;
    text-align: center;
    line-height: 1.6;
  }
  .cat_copy {
    font-size: 15px;
    margin: 0 0 20px 0;
  }
  .copy {
    margin: 0 0 20px 0;
    font-size: 16px;
  }
  .copy::before {
    display: none;
  }
  .copy span::after {
    display: none;
  }
  .subcopy {
    font-size: 16px;
  }

  .copy::before {
    font-size: 40px;
    margin: 0;
    position: absolute;
    top: 10px;
    left: 0px;
  }
  .copy span::after {
    font-size: 40px;
    margin: 0;
    line-height: 20px;
    position: absolute;
    top: 10px;
    right: 0px;
  }
  .sp_toggle_btn {
    display: block;
    width: auto;
    border: #222 1px solid;
    margin: 0 0 15px 0;
    padding: 10px 0;
    background: #FFF;
    text-align: center;
    line-height: 1.6;
    font-size: 15px;
    position: relative;
    transition: 0.3s all ease;
  }
  .sp_toggle_btn::after {
    display: inline-block;
    content: "";
    position: absolute;
    right: 20px;
    top: 40%;
    width: 6px;
    height: 6px;
    border-top: #333 2px solid;
    border-right: #333 2px solid;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    visibility: visible;
  }
  .sp_toggle_btn.open::before,
  .sp_toggle_btn.open::after{
    display: inline-block;
    content: '';
    position: absolute;
    width: 3px;
    height: 16px;
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #333;
    border-radius: 10px;
    border: none;
    position: absolute;
    top: 32%;
    right: 20px;
    visibility: visible;
  }
  .sp_toggle_btn.open::after{
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    visibility: visible;
  }


  .sp_toggle {
    height: 0;
  }
  .sec_wrap.sp_toggle {
    margin: 0;
  }
  .sec_wrap.sp_toggle.open {
    height: auto;
    margin: 0 0 30px 0;
  }
}

.cat_image {
  margin: 0 auto 40px auto;
  text-align: center;
}
.cat_head.gothic {
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width:768px){
  .cat_head.gothic {
    font-weight: bold;
    font-size: 16px;
  }
}

.page_link {
  width: 100%;
  display: table;
  margin: 0 auto;
}
.page_link li {
  display: table-cell;
  border-left: #CCC 1px solid;
  text-align: center;
  vertical-align: middle;
}
.page_link li:last-child {
  border-right: #CCC 1px solid;
}
.page_link a {
  display: block;
  padding: 4px 15px 10px 15px;
  text-decoration: none;
  position: relative;
  font-size: 13px;
  line-height: 1.6;
}
.page_link a::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 2px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #666;
  border-right: 2px solid #666;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  transition: 0.3s all ease;
  visibility: visible;
}
.page_link a:hover::after {
  border-top: 2px solid #E66572;
  border-right: 2px solid #E66572;
}
.page_link .linkto_item a {
  font-weight: bold;
}
.page_link .linkto_item a::before {
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
  background: url(/shop/item/sakata/design/img01/icon_cart.png) no-repeat 0;
  background-size: 100%;
}
@media screen and (max-width:768px){
  .crosshead.gothic {
    font-weight: bold;
    font-size:15px;
  }
  .page_link {
    display: block;
  }
  .page_link li {
    display: block;
    width: auto;
    border: #222 1px solid;
    margin: 0 10px 15px 10px;
    padding: 0;
    position: relative;
  }
  .page_link li:last-child {
    border: #222 1px solid;
  }
  .page_link li a {
    display: block;
    width: auto;
    border: none;
    margin: 0;
    padding: 10px 0;
    background: #FFF;
    text-align: center;
    line-height: 1.6;
    font-size: 15px;
    position: relative;
    transition: 0.3s all ease;
  }
  .page_link li a::after {
    display: inline-block;
    content: "";
    position: absolute;
    left: auto;
    right: 20px;
    top: 40%;
    bottom: auto;
    width: 6px;
    height: 6px;
    border-top: #333 2px solid;
    border-right: #333 2px solid;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    visibility: visible;
  }


}
.text {
  overflow: hidden;
  margin: 0 0 20px 0;
}
.image_r {
  width: 420px;
  text-align: center;
  float: right;
}
.text_l {
  width: 620px;
  float: left;
}
.box {
  margin: 0 0 50px 0;
  border: #E9E9E9 1px solid;
  padding: 30px 9px;
}
.item_spec {
  overflow: hidden;
  text-align: left;
  letter-spacing: -0.4em;
}
.item_spec li {
  width: 300px;
  margin: 0 25px 20px 25px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  font-size: 13px;
  letter-spacing: normal;
}
.item_spec li .thumb {
  margin: 0 0 10px 0;
  text-align: center;
}
.bg_pink {
  padding: 20px;
  margin: 0 auto 30px auto;
  background: #FCF1F3;
}

.ya_hoo {
  margin: 0 0 30px 0;
  padding: 0;
  background: none;
  border: none;
  text-align: center;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
}
.ya_hoo span {
  display: inline-block;
  padding: 20px 30px;
  background: #FFF;
  z-index: 10;
  position: relative;
}
.ya_hoo::before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 1px;
  border-bottom: #DDD 1px solid;
  background: none;
  margin: 0 ;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 5;
}
.ya_hoo::after {
  display: none;
}
.ya_hoo span::before {
  content: "";
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 1px;
  background: #000;
  transform: rotate(-120deg);
  left: -10px;
}
.ya_hoo span::after {
  content: "";
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 1px;
  background: #000;
  transform: rotate(120deg);
  right: -10px;
  visibility: visible;
}
.variation_4 {
  padding: 30px 10px;
  margin: 0 0 30px 0;
  background: #FCF1F3;
}
.variation_4 ul {
  overflow: hidden;
  padding: 0 0 0 10px;
}
.variation_4 li {
  width: 240px;
  margin: 0 10px;
  float: left;
}

.user_voices {
  padding: 30px 10px 0 10px;
  margin: 0 0 30px 0;
  background: #FCF1F3;
  text-align: left;
  letter-spacing: -0.4em;
}
.user_voice {
  width: 460px;
  padding: 20px;
  margin: 0 15px 30px 15px;
  background: #FFF;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  font-size: 13px;
}
.user_voice h6 {
  background: none;
  border-bottom: #CCC 1px dotted;
  padding: 0 0 10px 0;
  margin: 0 0 15px 0;
  text-align: left;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.6;
}
.user_voice .number {
  display: inline-block;
  padding: 0 10px 0 0;
  margin: 0 10px 0 0;
  border-right: #333 1px dotted;
  font-size: 12px;
  font-weight: normal;
}

.bx-wrapper {
  width: 100%;
  margin: 0 auto 50px auto;
  text-align: center;
  overflow: hidden;
}
.bx-wrapper li {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}
.bx-wrapper li img {
  width: 100%;
}
#bx-pager {
  overflow: hidden;
}
#bx-pager li {
  float: left;
}
#bx-pager li:last-child {
  margin: 0;
}
.bx-viewport {
  width: 100% !important;
  margin: 0 auto 20px auto;
}
.bx-viewport li {
}
.styling_gallery .bx-prev {
  display: none;
}
.styling_gallery .bx-next {
  display: none;
}
.bx-pager-item {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 8px;
  border-radius: 50%;
  overflow: hidden;
  line-height: 1.4;
}
.bx-pager-link {
  display: block;
  overflow: hidden;
  text-indent: -100px;
  background: #DDD;
  padding: 2px 0;
  bottom: 20px;
}
.bx-pager-link:hover,
.bx-pager-link.active {
  background: #ECC7BF;
}
.scene_list {
  margin: 0 0 -15px 10px;
  letter-spacing: -0.4em;
  overflow: hidden;
  text-align: left;
}
.scene_list li {
  width: 240px;
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 20px 10px;
  letter-spacing: normal;
  text-align: center;
}
.scene_list li {
  margin-bottom: 15px;
}
.cat_lineup_head {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  text-align: left;
  position: relative;
}
.cat_lineup_head::before {
  display: inline-block;
  content: "";
  width: 12px;
  height: 12px;
  margin: 0 12px 0 0;
  padding: 0;
  border: none;
  background: #A48449;
  vertical-align: middle;
  transform: rotate(45deg);
  position: relative;
  top: 30%;
  left: 3px;
  bottom: auto;
  right: auto;
}

.cat_lineup {
  overflow: hidden;
  margin: 0 0 30px 0;
}
.cat_lineup li {
  width: 250px;
  margin: 0 25px 20px 0;
  float: left;
}
.cat_lineup li:nth-child(4n) {
  margin: 0 0 25px 0;
}

@media screen and (max-width:768px){
  .text {
    overflow: hidden;
    margin: 0 0 20px 0;
  }
  .image_r,
  .text_l,
  .image_size,
  .text_size {
    width: 100%;
    float: none;
    margin: 0 0 15px 0;
  }
  .box {
    margin: 0 0 30px 0;
    border: none;
    padding: 0;
  }
  .item_spec {
    overflow: hidden;
    text-align: left;
    letter-spacing: -0.4em;
    margin: 0;
    padding: 0;
  }
  .item_spec li {
    box-sizing: border-box;
    width: 50%;
    padding: 0 5px 0 0;
    margin: 0 0 5px 0;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    font-size: 12px;
    letter-spacing: normal;
  }
  .item_spec p {
    line-height: 1.3;
  }
  .item_spec li:nth-child(2n) {
    padding: 0 0 0 5px;
  }
  .item_spec li .thumb {
    margin: 0 0 10px 0;
    text-align: center;
  }
  .bg_pink {
    padding: 15px;
    background: #FCF1F3;
  }

  .ya_hoo {
    margin: 0 0 20px 0;
    padding: 0 0 6px 0;
    background: none;
    border-bottom: #333 1px dotted;
    text-align: center;
    position: relative;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.6;
  }
  .ya_hoo span {
    display: inline-block;
    padding: 0;
  }
  .ya_hoo::before {
    display: none;
  }
  .ya_hoo::after {
    display: none;
  }
  .ya_hoo span::before {
    display: none;
  }
  .ya_hoo span::after {
    display: none;
  }
  .variation_4 {
    padding: 10px 0 1px 0;
    margin: 0 0 30px 0;
  }
  .variation_4 ul {
    overflow: hidden;
    padding: 0;
  }
  .variation_4 li {
    box-sizing: border-box;
    width: 50%;
    margin: 0 0 20px 0;
    padding: 0 5px 0 10px;
    float: left;
  }
  .variation_4 li:nth-child(2n) {
    margin: 0 0 20px 0;
    padding: 0 10px 0 5px;
  }
  .variation_4 li p {
    margin: 5px 0;
    font-size: 12px;
    line-height: 1.4;
  }
  .user_voices {
    padding: 15px 0 5px 0;
    margin: 0;
    background: #FCF1F3;
    text-align: left;
    letter-spacing: -0.4em;
  }
  .user_voice {
    width: auto;
    padding: 15px;
    margin: 0 15px 15px 15px;
    background: #FFF;
    display: block;
    font-size: 13px;
  }
  .user_voice h6 {
    font-size: 14px;
  }

  .scene_list {
    margin: 0;
  }
  .scene_list li {
    box-sizing: border-box;
    width: 50%;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 20px 0;
    padding: 0 5px 0 0;
    letter-spacing: normal;
    text-align: left;
    font-size: 12px;
  }
  .scene_list li:nth-child(2n) {
    margin: 0 0 20px 0;
    padding: 0 0 0 5px;
  }
  .scene_list li p {
    margin: 5px 0;
    font-size: 12px;
    line-height: 1.4;
  }
  .cat_lineup_head {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
    text-align: left;
    position: relative;
  }
  .cat_lineup_head::before {
    display: inline-block;
    content: "";
    width: 12px;
    height: 12px;
    margin: 0 12px 0 0;
    padding: 0;
    border: none;
    background: #A48449;
    vertical-align: middle;
    transform: rotate(45deg);
    position: relative;
    top: 30%;
    left: 3px;
    bottom: auto;
    right: auto;
  }

  .cat_lineup {
    overflow: hidden;
    margin: 0 0 30px 0;
  }
  .cat_lineup li {
    box-sizing: border-box;
    width: 50%;
    margin: 0 0 10px 0;
    padding: 0 5px 0 0;
    float: left;
  }
  .cat_lineup li:nth-child(2n),
  .cat_lineup li:nth-child(4n) {
    margin: 0 0 10px 0;
    padding: 0 0 0 5px;
  }
}
.col2_bnr {
  overflow: hidden;
  margin: 0 auto 20px auto;
}
.col2_bnr li {
  width: 520px;
  float: left;
  margin: 0 0 30px 0;
  text-align: center;
}
.col2_bnr li:nth-child(2n) {
  width: 520px;
  float: right;
  margin: 0 0 30px 0;
}
@media screen and (max-width:768px){
  .col2_bnr {
    overflow: hidden;
    margin: 0 auto 20px auto;
  }
  .col2_bnr li,
  .col2_bnr li:nth-child(2n) {
    width: 100%;
    float: none;
    margin: 0 0 20px 0;
  }

}

/*=========================================================
CSS基本設定
FutureShop2
=========================================================*/
.pan {
  position: relative;
  padding: 0 10px;
}

/*  入力
-------------------------------------------------------------*/
.FS2_contents_container input[type="text"],
.FS2_contents_container input[type="tel"],
.FS2_contents_container input[type="password"],
.FS2_contents_container textarea,
.FS2_contents_container select {
  padding: 8px 3% 8px 1%;
  width: 95%;
  border: #CCC 1px solid;
  border-radius: 3px;
  font-size: 16px !important;
}
.FS2_birthdayDateYear select,
.input_w_auto input,
.input_w_auto select {
  width: auto !important;
}

input[type="button"],
input[type="submit"] {
  cursor: pointer;
}
input[type="text"],
input[type="tel"],
input[type="password"],
textarea,
input[type="submit"],
select,
button {
  -webkit-appearance: none;
}
select {
  background: #FFF url(/shop/item/diadora/design/img01/select_bg.png) no-repeat right 50%;
  background-size: 14px;
}

/*  テーブル table
-------------------------------------------------------------*/
.table {
  width: 100%;
  margin: 0 0 30px 0;
}
.table th {
  padding: 8px 12px;
  border: #CCC 1px solid;
  background: #F6F7F9 ;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.6;
}
.table td {
  padding: 8px 12px;
  border: #CCC 1px solid;
  background: #FFF;
  text-align: left;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.6;
}
.must {
  display: inline-block;
  margin: 0 2px;
  padding: 1px 3px;
  background: #F00;
  border-radius: 3px;
  font-size: 12px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  line-height: 1.2;
}
.top_recommend .cat_icon.recommend_lah {
  color: #FFF;
  background: #FAAC01;
}
.table th.td_title ,
.table td.td_title {
  min-width: 120px;
}

/* テーブルを横スクロールする際のラッパー （内包するtd等にはwidthを指定すること） */
.table_scroll {
  overflow: auto;
  -webkit-overflow-scrolling:touch;
  -moz-overflow-scrolling:touch;
}
.table_scroll::-webkit-scrollbar{
  height: 5px;
}
.table_scroll::-webkit-scrollbar-track{
  background: #F1F1F1;
}
.table_scroll::-webkit-scrollbar-thumb {
  background: #BCBCBC;
}
.table td.td_160,
.table th.td_160 {
  width: 160px !important;
}


/* =================================================================
3.コンテナ・サイドバー・メインコンテンツ
=================================================================*/
#FS2_layout_body {
  background: #FFF;
}
#FS2_header {
  position: relative;
  margin: 0 0 60px 0;
  top: 0px;
  min-height: 90px;
}
div::after {
  display: none;
}


/* container - サイドバー・メインコンテンツを格納するコンテナ
-------------------------------------------------------------*/
#container {
  width:100%;
  margin:auto;
  overflow: hidden;
  position: relative;
}



/* main - コンテナ内メインコンテンツ
-------------------------------------------------------------*/
#main {
  width:100%;
  padding: 0;
}


/* footer - フッタ
-------------------------------------------------------------*/
#FS2_footer {
  margin:40px 0 0 0;
}
#FS2_SystemNav {
  display: none;
}

/* category - 商品カテゴリ
-------------------------------------------------------------*/
#FS2_groupList li {
  margin: 0;
  padding: 0;
  position: relative;
  border: none;
}
#FS2_groupList li a {
  display: block;
  padding: 10px 20px 10px 10px;
  background-color: #FFF;
  background-size: 11px;
  background-repeat: no-repeat;
  background-position: right 20px top 50%;
  border-bottom: #CCC 1px dotted;
  text-align: left;
  font-size: 16px;
  line-height: 1.4;
  text-decoration: none;
}

/* =================================================================
見出し テキスト
=================================================================*/
/*  基本の見出し
-------------------------------------------------------------*/
.h_bold {
  margin: 0 0 10px 0;
  font-size: 15px;
  font-weight: bold;
  text-align: left;
  line-height: 1.6;
}

/*=========================================================
ページ共通設定：見出し
=========================================================*/
.pageTitle,
h1.FS2_PageTitle,
h2.FS2_PageTitle {
  margin: 0 0 30px 0;
  padding: 0 0 10px 0;
  text-align: center;
  line-height: 1.6;
  font-size: 20px;
  color: #000;
  position: relative;
  border: none;
  letter-spacing: 0.05em;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 'YuMincho', 'Yu Mincho', '游明朝', '游明朝体',  "メイリオ", Meiryo,  Verdana,Geneva, sans-serif;
}
.pageTitle::after,
h1.FS2_PageTitle::after,
h2.FS2_PageTitle::after {
  display: block;
  content: "";
  width: 40px;
  height: 1px;
  background: #000;
  border: none;
  position: absolute;
  margin: auto;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
}
.pageTitle::before,
h1.FS2_PageTitle::before,
h2.FS2_PageTitle::before {
  display: none;
}


.CrossHead,
h1.FS2_accordion_btn,
h2.FS2_CrossHead {
  margin: 0 0 30px 0;
  padding: 0 0 0 20px;
  background: none;
  border: none;
  font-size: 16px;
  text-align: left;
  line-height: 1.6;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 'YuMincho', 'Yu Mincho', '游明朝', '游明朝体',  "メイリオ", Meiryo,  Verdana,Geneva, sans-serif;
  position: relative;
  overflow: hidden;
}

.CrossHead::before,
h1.FS2_accordion_btn::before,
h2.FS2_CrossHead::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 3px;
  background: #000;
  border: none;
  vertical-align: middle;
  margin: 0 10px 0 0;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 0;
  right: auto;
  right: auto;
}
.CrossHead::after,
h1.FS2_accordion_btn::after,
h2.FS2_CrossHead::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 1px;
  border-bottom: #CCC 1px dashed;
  background: none;
  margin: 0 0 0 20px;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: auto;
}
.Definition {
  margin: 0 0 20px 0;
  padding: 12px 0;
  border-top: #000 2px solid;
  border-bottom: #000 1px dotted;
  line-height: 1.6;
  font-size: 15px;
  text-align: left;
}
.Definition::before,
.Definition::after {
  display: none;
}

.FS2_note {
  font-size: 14px;
  padding: 0;
  text-indent: 0;
}
.FS2_noteList li {
  font-size: 14px;
  margin: 0 0 5px 0;
  padding: 0;
  text-indent: 0;
  line-height: 1.6;
}
dl dt,
dl dd,
.FS2_subContents_container dl dt {
  font-size: 14px;
  margin: 0 0 10px 0;
  border: none;
  line-height: 1.6;
}




/* 送料、特商等 */
.FS2_PostageSettleList_header div,
#FS2_contactInformation div,
.FS2_contactInformation div {
  line-height: 1.6 !important;
}
.FS2_special_price {
  font-size: 12px;
  padding: 0 10px 0 0;
  display: none;
}
.FS2_itemPrice_addition {
  font-size: 11px;
}



/* =================================================================
ボタン
=================================================================*/
.FS2_Button_container {
  margin: 0 auto 20px auto;
  text-align: center;
}
.FS2_Button_P,
.FS2_InCartButton_D,
.InCartButton  {
  display: block;
  padding: 10px 20px;
  margin: 0 auto 20px auto;
  background: #BC9D62;
  border: #BC9D62 1px solid;
  border-radius: 3px;
  color: #FFF;
  text-align: center;
  line-height: 1.2;
  text-decoration: none;
  text-shadow: none;
  box-shadow: none;
  font-size: 16px;
}
.FS2_Button_N {
  display: block;
  padding: 8px 12px;
  margin: 0 auto 20px auto;
  background: #FFF;
  border: #BC9D62 1px solid;
  border-radius: 3px;
  color: #BC9D62;
  text-align: center;
  line-height: 1.2;
  text-decoration: none;
  text-shadow: none;
  box-shadow: none;
  font-size: 13px;
}
.FS2_WishListButton_area .FS2_Button_N {
  display: block;
  padding: 8px 12px;
  margin: 0 auto;
  background: none;
  border: #BC9D62 1px solid;
  border-radius: 3px;
  color: #BC9D62;
  text-align: center;
  line-height: 1.2;
  text-decoration: none;
  text-shadow: none;
  box-shadow: none;
  font-size: 12px;
}

.FS2_ModifyButton,
.FS2_RecalculateButton {
  padding: 10px 15px;
  margin: 0 auto;
  background: #FFF;
  border: #BC9D62 1px solid;
  border-radius: 3px;
  color: #BC9D62;
  text-align: center;
  line-height: 1.2;
  text-decoration: none;
  text-shadow: none;
  box-shadow: none;
  font-size: 14px;
}
.FS2_DeleteButton,
.FS2_CancelButton {
  padding: 10px 15px;
  margin: 0 auto;
  background: #F9F9F9;
  border: #CCC 1px solid;
  border-radius: 3px;
  color: #222;
  text-align: center;
  line-height: 1.2;
  text-decoration: none;
  text-shadow: none;
  box-shadow: none;
  font-size: 14px;
}
.FS2_CancelButton {
  font-size: 13px;
}

div.FS2_ReviewEdit {
  box-shadow: none;
  margin: 0 auto 10px auto;
  background: none;
  text-align: center;
}
div.FS2_ReviewEdit a {
  display: block;
  width:90%;
  padding: 12px 60px;
  margin: 0 auto;
  background: none;
  border: #BC9D62 1px solid;
  border-radius: 3px;
  color: #222;
  text-align: center;
  line-height: 1.2;
  text-decoration: none;
  text-shadow: none;
  box-shadow: none;
  font-size: 12px;
  box-sizing:border-box;
}

.FS2_ReviewContents {
  line-height: 1.6;
}
.FS2_Review_Detail_Prof_Date {
  padding: 5px 0 0 0;
}


/* =================================================================
商品一覧
=================================================================*/
.FS2_Sort_btn {
  padding: 5px 10px;
}
#FS2_CategoryList .FS2_PageTitle {
  margin-top: 30px;
}
#FS2_CategoryList .FS2_CategoryItemList .FS2_PageTitle {
  display: none;
}


.fs_goods_container,
.fs_sp_read_more_item {
  display: block;
  padding: 10px;
  border-bottom: #CCC 1px dotted;
}
.fs_goods_container .FS2_original_icons {
  display: none;
}
th.FS2_thumb {
  width: 32%;
  padding: 10px 0;
  text-align: center;
}
.FS2_tagPrice {
  font-size: 11px;
}
.FS2_thumb img {
  max-width: 100%;
}
.fs_goods_container td {
  text-align: left;
}
.fs_goods_container td a,
.FS2_RecommendItemList td a {
  font-size: 16px;
  line-height: 1.6;
  color: #222;
  font-family:"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 'YuGothic', 'Yu Gothic', '游ゴシック', '游ゴシック体', "メイリオ", Meiryo,  sans-serif;
}
.FS2_RecommendItemList td a {
  display: block;
  margin-bottom: 20px;
}
.FS2_WishListButton_area {
}
.FS2_container_ItemList td {
  width: 44%;
  padding: 10px 0 10px 4%;
  text-align: left;
  font-size: 14px;
}
.FS2_container_ItemList td a {
  text-decoration: none;
}
.FS2_thumb img {
  max-width: 100%;
}
.itemPrice {
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  color: #BE344C;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.6;
  font-family:"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 'YuGothic', 'Yu Gothic', '游ゴシック', '游ゴシック体', "メイリオ", Meiryo,  sans-serif;
}
.itemCatchCopy{
  display: block;
  margin: 0 0 4px 0;
  text-align: left;
  line-height: 1.6;
  font-size: 13px;
  font-weight: normal;
  text-decoration: none !important;
  font-family:"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 'YuGothic', 'Yu Gothic', '游ゴシック', '游ゴシック体', "メイリオ", Meiryo,  sans-serif;
}
.FS2_container_ItemList td .itemCatchCopy {
  font-size: 12px;
  text-align: left;
  color: #333;
}
.FS2_container_ItemList .FS2_itemPrice_text{
  margin: 20px 0;
  font-size: 11px;
  text-align: left;
}
.FS2_container_ItemList .FS2_WishListButton_area {
  display: none;
}

.FS2_search_count {
  font-size: 13px;
  line-height: 1.2;
}
.FS2_pagination .FS2_pagenationList {
  text-align: left;
  padding: 0;
}
.FS2_pagination .FS2_pagenationList li {
  text-align: center;
  margin: 5px;
}
.FS2_pagination .FS2_paginationArrows li.FS2_pagination_arrow_left {
  margin: 0 5px 0 0;
}
.FS2_pagination .FS2_paginationArrows li.FS2_pagination_arrow_right {
  margin: 0 0 0 5px ;
}
.FS2_pagination .FS2_paginationArrows li a,
.FS2_pagination .FS2_pagenationList li a,
.FS2_pagination .FS2_pagenationList li span {
  display: block;
  padding: 5px;
  line-height: 1.4;
  text-decoration: none;
  border: #BC9D62 1px solid;
  color: #BC9D62;
}
.FS2_pagination .FS2_pagenationList li.FS2_pagination_current {
  background: #FFF;
  color: #333;
}
.FS2_Alternateness_bg {
  background: none;
}
.FS2_dialog_container {
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  margin: auto;
}
.FS2_sp_dialog_contents {
  box-sizing: border-box;
  width: 100% !important;
  position: fixed !important;
  top:40% !important;
  text-align: center;
}
.FS2_sort_menu_container {
  width: 70%;
  position: relative;
}
.FS2_sort_menu_container li {
  padding: 15px 7px;
  font-size: 16px;
}
.FS2_sort_menu_container .FS2_sort_menu_title {
  line-height: 1.6;
  font-size: 14px;
}


/* =================================================================
商品詳細
=================================================================*/
.FS2_ItemThumbnails {
  padding: 15px 0;
}
.FS2_additional_image_container_main a {
  display: inline-block;
  width: 80px;
  margin: 0 10px 0 0;
}
.FS2_TweetButton_area {
  padding: 0 10px 20px 10px;
  margin: 0;
  background: none;
  vertical-align: middle;
}
.fb_iframe_widget,
.twitter-share-button {
  margin: 0 5px;
}
.FS2_Name_and_Price.FS2_contents_container,
.FS2_Figure.FS2_contents_container {
  padding: 0 10px 15px 10px !important;
  margin: 0;
}
.FS2_Name_and_Price li {
  padding: 3px 0;
  text-align: left;
  border: none;
}
.FS2_Figure li {
  line-height: 1.6;
}

/* 商品説明文 */
.FS2_ItemComment.FS2_contents_container {
  margin: 15px 0;
  background: none;
  padding: 15px 10px !important;
  text-align: left;
  font-size: 13px;
}
.item_html {
}
.item_html h2 {
  margin: 30px 0 10px 0;
  padding: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
  text-align: left;
  position:relative;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 'YuGothic', 'Yu Gothic', '游ゴシック', '游ゴシック体', "メイリオ", Meiryo,  Verdana,Geneva, sans-serif;
}
.item_html h2::before {
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  margin: 0 12px 0 0;
  padding: 0;
  border: none;
  background: #A48449;
  vertical-align: middle;
  transform: rotate(45deg);
  position:relative;
  top: 30%;
  left: 3px;
  bottom: auto;
  right: auto;
}
.item_html h2::after {
  display: none;
}
.item_html h3 {
  margin: 0 0 10px 0;
  padding: 0 0 3px 0;
  border: none;
  background: none;
  border-bottom: #666 1px dotted;
  font-size: 13px;
  font-weight: bold;
  color: #A48449;
  line-height: 1.6;
  text-align: left;
  position:relative;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 'YuGothic', 'Yu Gothic', '游ゴシック', '游ゴシック体', "メイリオ", Meiryo,  Verdana,Geneva, sans-serif;
}
.item_html h3::before,
.item_html h3::after {
  display: none;
}

.item_html .size_table {
  width: 100%;
  border: none;
  border-top: #DDD 1px solid;
  margin: 0 auto 20px auto;
}
.item_html .size_table th {
  width: auto;
  min-width: 70px;
  padding: 8px 8px 8px 0;
  border: none;
  border-bottom: #DDD 1px solid;
  background: none;
  line-height: 1.6;
  font-size: 13px;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}
.item_html .size_table td {
  width: auto;
  padding: 8px 0 8px 8px;
  border: none;
  border-bottom: #DDD 1px solid;
  background: none;
  line-height: 1.6;
  font-size: 13px;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}
.item_html .box {
  padding: 15px;
  border: #DDD 1px solid;
  margin: 0 0 20px 0;
}
.FS2_contents_container .item_html ul {
  width: auto;
  margin: 0 0 20px 0;
  padding: 0 0 0 20px;
  list-style: disc;
}
.FS2_contents_container .item_html ul li {
  width: auto;
  line-height: 1.6;
  margin: 0 0 10px 0;
  list-style: disc;
}
.FS2_contents_container .item_html ol {
  width: auto;
  margin: 0 0 20px 0;
  padding: 0 0 0 20px;
  list-style: decimal;
}
.FS2_contents_container .item_html ol li {
  width: auto;
  line-height: 1.6;
  margin: 0 0 10px 0;
  list-style: decimal;
}






p.FS2_PageTitle {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.6;
  text-align: left;
  border: none;
}
h1.itemTitle {
  font-size: 18px;
  line-height: 1.6;
  padding: 0 0 10px 0;
  margin: 0 0 20px 0;
  text-align: left;
  background: none;
  border-bottom: #CCC 1px dotted;
  font-family:"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 'YuGothic', 'Yu Gothic', '游ゴシック', '游ゴシック体', "メイリオ", Meiryo,  sans-serif;
}
.FS2_point {
  color:#F6728C;
  border: none;
  margin: 0;
}
.FS2_Figure_textarea {
  text-align: center;
}
.FS2_CartButton_area {
  text-align: right;
  padding: 0 0 15px 0;
}

.FS2_CartButton_area input[type="text"] {
  width: auto;
}
.FS2_CartButton_area .FS2_InCartButton {
  display: block;
  width: 100% !important;
  padding: 18px 0 !important;
  margin: 15px 0 0 0 !important;
}

.itemNumber {
  font-size: 13px;
  color: #666;
}
.FS2_Name_and_Price .itemPrice {
  font-size: 20px;
}
#FS2_Variation_select {
  text-align: left;
  margin: 0 0 10px 0;
}
.FS2_VariationList {
  padding: 5px !important;
}
#FS2_Variation_select .FS2_VariationList > li {
  padding: 5px !important;
}
.FS2_VariationLabel {
  width: auto;
  height: auto;
  border: none;
  background: none;
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  color: #222;
  text-align: left;
}
.FS2_Button {
  text-align: left;
  padding: 0 10px;
}
.FS2_Button li{
  border: none;
  margin: 0 auto;
}
.FS2_Button li a {
  display: block;
  width:93%;
  box-sizing:border-box;
  margin:0 auto 12px;
  padding: 10px;
  background: #FFF;
  line-height: 1.6;
  text-align: center;
  border: #BC9D62 1px solid;
  color: #222;
  border-radius: 3px;
  text-decoration: none;
  font-size: 13px;
}

.FS2_Item_Name {
  padding: 10px 0;
  text-align: left;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: normal;
  font-family:"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 'YuGothic', 'Yu Gothic', '游ゴシック', '游ゴシック体', "メイリオ", Meiryo,  sans-serif;
}


/* カートボタンへ */
#to_cart_btn {
  width: 56px;
  height: 56px;
  position: fixed !important;
  z-index: 40;
  right: 5px;
  bottom: 80px;
  text-align: center;
}
#to_cart_btn a {
  display: block;
  width: 56px;
  height: 36px;
  padding: 20px 0 0 0;
  border: #222 1px solid;
  background: #000;
  color: #FFF;
  text-align: center;
  font-size: 11px;
  text-decoration: none;
  line-height: 1.3;
  position: relative;
  border-radius: 3px;
}
#to_cart_btn a::before{
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  top: -24px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* =================================================================
FS2用修正
=================================================================*/
/* 自動生成起点ページ調整 */
#FS2_Top .FS2_contents_container {
  display: none;
}


.FS2_contents_container,
.user_content {
  background: #FFF;
  margin: 0 0 20px 0;
  border: none;
  padding: 0 10px;
  box-shadow: none;
  border-radius: 0;
  overflow: hidden;
  line-height: 1.6;
  position: relative;
}

.FS2_contents_container.FS2_OrderConfirm_container2 {
  background: #FFF;
  margin: 0 0 20px 0;
  border: none;
  padding: 15px 0;
  box-shadow: none;
  border-radius: 0;
  overflow: hidden;
  line-height: 1.6;
}
#FS2_body_MyPage .FS2_contents_container,
.FS2_body_MyPage_MyPageTop .FS2_contents_container {
  padding: 0 10px 30px 10px ;
}
.FS2_body_Config_PostageSettleList .FS2_contents_container,
.FS2_body_Config_ReturnedSpecialContract .FS2_contents_container,
.FS2_body_Config_PrivacyPolicy .FS2_contents_container{
  padding: 0;
}
#FS2_PrivacyPolicyDate_container {
  padding: 0 10px;
  text-align: right;
}
#FS2_PrivacyPolicyDate_container p {
  text-align: right;
}
.FS2_Login_container1,
.FS2_Login_container2,
.FS2_WishListLogin_container,
.FS2_GuestLogin_container1,
.FS2_GuestLogin_container2,
.FS2_MemberEntryEdit_container,
.FS2_OrderComplete_container {
  padding: 0;
  margin: 15px 10px 30px 10px;
}

.FS2_MemberRegistration_comment {
  line-height: 1.6;
  margin: 0 0 20px 0;
  text-align: left;
  font-size: 14px;
}
.FS2_Sort {
  background: #FFF;
  text-align: right;
}
.FS2_SystemNav_btnPC p {
  text-align: center;
  margin: 0;
}



.FS2_Utility1_container,
.FS2_Utility2_container,
.FS2_Search {
  display: none;
}
.FS2_subContents_container {
  text-align: left;
  padding: 0 10px;
}
.FS2_subContents_container dt {
  text-align: left;
  padding: 0 0 5px 0;
}
.FS2_subContents_container h2 {
  border: none;
}
.FS2_subContents_container .strong {
  margin: 0 0 8px 0;
  line-height: 1.6;
}

.FS2_table {
  width: 100%;
  margin: 0 auto 20px auto;
}
.FS2_table caption,
.userTable_02 caption,
.cartTable caption {
  padding: 5px;
  background: #222;
  color: #FFF;
}

.FS2_table th,
.userTable_02 th,
.cartTable th {
  font-weight: bold;
  text-align: left;
  white-space: nowrap;
  background-color: #F5F4F3;
  border: none;
  padding: 8px;
  font-size: 14px;
}
.FS2_table td ,
.userTable_02 td ,
.cartTable td {
  text-align: left;
  background-color: #FFF;
  border: none;
  padding: 15px 8px;
  font-size: 13px;
}
.cartTable td {
  text-align: center;
}
.FS2_MemberEntryEdit_table {
  display: block;
  width: 100%;
}
.FS2_PasswordEdit_table,
.FS2_InquiryEdit_table,
.FS2_FriendlyMailEdit {
  display: block;
  padding: 15px 0;
  margin: 0;
  width: 100%;
  border-bottom: #CCC 1px dotted;
}
.FS2_FriendlyMailEdit tbody,
.FS2_FriendlyMailEdit tr,
.FS2_InquiryEdit_table tbody,
.FS2_InquiryEdit_table tr,
.FS2_MemberEntryEdit_table tbody,
.FS2_MemberEntryEdit_table tr,
.FS2_PasswordEdit_table tbody,
.FS2_PasswordEdit_table tr {
  display: block;
  width: 100%;
  overflow: hidden;
}
.FS2_Login_table th,
.FS2_Login_table td,
.FS2_WishListLogin_table th,
.FS2_WishListLogin_table td,
.FS2_GuestLogin_table th,
.FS2_GuestLogin_table td {
  display: block;
  width: 100%;
  padding: 5px 0;
  background: none;
}
.FS2_FriendlyMailEdit th,
.FS2_FriendlyMailEdit td,
.FS2_InquiryEdit_table th,
.FS2_MemberEntryEdit_table th,
.FS2_PasswordEdit_table th {
  display: block;
  width: 100%;
  padding: 15px 0 5px 0;
  background: none;
}
.FS2_InquiryEdit_table td,
.FS2_MemberEntryEdit_table td{
  display: block;
  width: 100%;
  padding: 5px 0 15px 0;
  border-bottom: #EEE 1px solid;
  background: none;
}
.FS2_PasswordEdit_table td {
  display: block;
  width: 100%;
  padding: 5px 0 10px 0;
  border: none;
  background: none;
}

.FS2_LoginButton_container a {
  line-height: 1.8;
}

.cartTable .FS2_GoodsName_td {
  text-align: left;
}
.userTable_02.postage_table td {
  text-align: center;
}
.FS2_MemberEntryEdit_table th {
  text-align: left;
}
.FS2_icon_require {
  padding: 2px;
  font-size: 12px;
}
.FS2_PasswordReminderEdit_container ol {
  padding: 0;
  margin: 0 0 20px 0;
}
.FS2_PasswordReminderEdit_container ol li {
  text-align: left;
  font-size: 14px;
  line-height: 1.6;
}



/* アドレス帳 */
.FS2_AddressList li.FS2_AddressListContents{
  padding: 15px;
  line-height: 1.6;
  margin: 0 0 15px 0;
}
.FS2_AddressName {
  font-size: 16px;
}
.FS2_AddressDescription_area {
  margin: 0 0 15px 0;
}
.FS2_AddressDescription_area .FS2_AddressZipCode,
.FS2_AddressDescription_area .FS2_AddressDetail,
.FS2_AddressDescription_area .FS2_AddressTelNumber {
  font-size: 14px;
  line-height: 1.6;
}
.FS2_WishItemDeleteButton {
  padding: 10px 15px;
  margin: 0 auto;
  background: #F9F9F9;
  border: #CCC 1px solid;
  border-radius: 0;
  color: #222;
  text-align: center;
  line-height: 1.2;
  text-decoration: none;
  text-shadow: none;
  box-shadow: none;
  font-size: 14px;
  font-weight: bold;
}

.FS2_MyPageTopButton_container {
  margin: 30px 0 0 0;
}

/* お気に入り */
.FS2_WishListContents {
  padding: 15px 10px;
}
.FS2_WishListContents .FS2_Item_table {
  width: 100%;
  margin: 0 0 10px 0;
}
.FS2_WishListContents .FS2_Item_Thumbnail {
  width: 37%;
  padding: 5px 10px 0 10px;
  vertical-align: middle;
}
.FS2_WishListContents .FS2_Item_Thumbnail img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.FS2_WishListContents .FS2_Item_Name {
  width: 55%;
  line-height: 1.6;
  padding: 0 0 0 10px;
  vertical-align: middle;
  letter-spacing: normal;
}
.FS2_body_MyPage_WishList .FS2_itemPrice_text {
  text-align: right;
}
.FS2_WishListDate {
  text-align: right;
  font-size: 13px;
  margin: 0 0 20px 0;
}

.FS2_PointDescription {
  line-height: 1.6;
}

/* カート */
.FS2_Cart_container {
  padding: 0 10px 30px 10px;
}

.FS2_Cart_list li,
.FS2_Cart_list > li:first-child {
  padding: 20px 0;
  border-bottom: #CCC 2px solid;
}
.FS2_Cart_Item_Name {
  font-size: 16px;
  padding: 5px 0;
  text-align: left;
  line-height: 1.6;
  letter-spacing: normal;
  font-family:"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 'YuGothic', 'Yu Gothic', '游ゴシック', '游ゴシック体', "メイリオ", Meiryo,  sans-serif;
}
.FS2_Cart_list .FS2_textSmall {
  font-size: 13px;
}
.FS2_Cart_Detail_table th,
.FS2_Cart_Detail_table td {
  background: none;
  border-bottom: #EEE 1px solid;
}
.FS2_Cart_Detail_Count th {
  background: none !important;
}
.FS2_Cart_Detail_Count td {
  font-size: 16px;
  text-align: right !important;
}
.FS2_Cart_Detail_table input[type="text"] {
  width: auto !important;
}
.FS2_Cart_Detail_PieceRate td {
  text-align: right;
  font-size: 16px;
  letter-spacing: 0.1em;
  font-family:"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 'YuGothic', 'Yu Gothic', '游ゴシック', '游ゴシック体', "メイリオ", Meiryo,  sans-serif;
}
.FS2_Cart_Detail_Subtotal td {
  text-align: right;
  font-size: 16px;
  letter-spacing: 0.1em;
  font-family:"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 'YuGothic', 'Yu Gothic', '游ゴシック', '游ゴシック体', "メイリオ", Meiryo,  sans-serif;
}
.FS2_Cart_Detail_ItemPriceSummary td {
  font-size: 20px;
  line-height: 1.6;
  text-align: right;
  letter-spacing: 0.1em;
  border-top: #EEE 1px solid;
  font-family:"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 'YuGothic', 'Yu Gothic', '游ゴシック', '游ゴシック体', "メイリオ", Meiryo,  sans-serif;
}
.FS2_Cart_Detail_ItemPriceSummary th {
  background: none;
  border-top: #EEE 1px solid;
}
.FS2_body_Cart_OrderConfirm .FS2_Cart_Detail_ItemPriceSummary th,
.FS2_body_Cart_OrderConfirm .FS2_Cart_Detail_ItemPriceSummary td {
  border: none;
}

.FS2_Cart_Detail_InclusiveSum th {
  background: none;
}
.FS2_Cart_Detail_InclusiveSum td {
  font-size: 22px;
  line-height: 1.6;
  text-align: right;
  letter-spacing: 0.1em;
  font-family:"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 'YuGothic', 'Yu Gothic', '游ゴシック', '游ゴシック体', "メイリオ", Meiryo,  sans-serif;
}

.FS2_Cart_Detail_Postage th {
  background: no-repeat;
}
.FS2_Cart_Detail_Postage td {
  text-align: right;
}

.FS2_CartInformation {
  background: #FFF;
  text-align: center;
  margin: 15px auto;
  border: #B89663 1px dotted;
  padding: 15px;
}
.FS_mailFilter_container {
  background: #FFF;
  text-align: left;
  margin: 15px auto;
}
.error_content {
  line-height: 1.6;
}

.FS2_NoItemMessage {
  box-sizing: border-box;
  width: 90%;
  line-height: 1.6;
  margin: 40px auto 100px auto;
  padding: 30px 10px;
}

.FS_mailFilter_container {
  margin-bottom: 20px;
}
.FS2_orderFlow {
  margin: 0 0 20px 0;
}
.FS2_MessageContents_container {
  text-align: left;
  line-height: 1.6;
  font-size: 100%;
}
.FS2_SubMessageContents_container {
  margin: 0 0 20px 0;
}
.FS2_contents_container li.FS2_iconArrow {
  text-align: left;
  text-decoration: none;
}
.FS2_contents_container li.FS2_iconArrow a {
  padding: 10px 0;
  text-align: left;
  text-decoration: none;
  position: relative;
  background: none;
}
.FS2_contents_container li.FS2_iconArrow a::after {
  display: inline-block;
  content: "";
  position: absolute;
  right: 0;
  top: 40%;
  width: 8px;
  height: 8px;
  border-top: #CCC 3px solid;
  border-right: #CCC 3px solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.FS2_privacyPageLink_container label  {
  display: inline-block;
  margin: 0 0 15px 0;
}

.FS2_DeliveryAddress_list {
  box-sizing: border-box;
  padding: 15px;
  text-align: left;
}
.FS2_DeliveryAddress_list li{
  margin: 15px 0;
}
.FS2_DeliveryEdit_table,
.FS2_DeliveryEdit_table tbody,
.FS2_DeliveryEdit_table tr {
  display: block;
}
.FS2_DeliveryEdit_table {
  margin: 20px 0;
}
.FS2_DeliveryEdit_table th {
  display: block;
  width: 100%;
  padding: 5px 0;
  background: none;
  line-height: 1.6;
}
.FS2_DeliveryEdit_table td {
  display: block;
  width: 100%;
  padding: 5px 0 15px 0;
  background: none;
  line-height: 1.6;
}
.FS2_InquiryEdit_table td,
.FS2_MemberEntryEdit_table td{
  display: block;
  width: 100%;
  padding: 5px 0 15px 0;
  border-bottom: #EEE 1px solid;
  background: none;
}

.FS2_DeliveryAddress_list label {
  display: inline-block;
  line-height: 1.6;
  margin: 0 0 15px 0;
}
.FS2_DeliveryMethod_list {
  text-align: left;
}
.FS2_DeliveryMethod_detail,
.FS2_SettleExplainArea {
  margin: 15px 0;
  padding: 15px;
  background: #F9F9F9;
}
.FS2_SettleExplainArea p {
  font-size:12px;
}

.FS2_WrappingComment {
  font-size: 14px;
  line-height: 1.6;
}
.FS2_contents_container.FS2_DeliveryEdit_container2,
.FS2_contents_container.FS2_SettleEdit_container,
.FS2_OrderConfirm_container1 {
  margin: 15px 0;
  padding: 0 10px;
}
.FS2_SettleEdit_list {
  margin: 0 auto 30px auto;
}
.FS2_SettleEdit_list li {
  background: #FFF;
  text-align: left;
  padding: 10px 0;
  border: none;
  border-bottom: #CCC 1px dotted;
}
.FS2_SettleExplainArea {
  line-height: 1.6;
  font-size: 15px !important;
}

.FS2_table td.FS2_aR {
  text-align: right;
}

.FS2_OrderConfirm_container2 td {
  line-height: 1.6;
}

.FS2_OrderConfirm_list {
  margin: 0 0 30px 0;
}
.FS2_OrderConfirm_list li,
.FS2_OrderConfirm_list li:first-child {
  margin: 15px;
  padding: 10px 0;
}
.FS2_OrderConfirm_list li p {
  font-size: 16px;
}
.FS2_OrderConfirm_list th {
  padding: 0 0 5px 0;
  background: none !important;
}
.FS2_OrderConfirm_list td {
  padding: 0 0 15px 0;
  background: none !important;
}




/* 装飾
---------------------------------------------------------------------------- */
.mincho {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 'YuMincho', 'Yu Mincho', '游明朝', '游明朝体',  "メイリオ", Meiryo,  Verdana,Geneva, sans-serif;
}
.gothic {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 'YuGothic', 'Yu Gothic', '游ゴシック', '游ゴシック体', "メイリオ", Meiryo,  Verdana,Geneva, sans-serif;
}

em {
  font-style: normal;
  font-weight: bold;
  color: #E54C92;
}
.border_b {
  border-bottom: #DDD 1px dotted;
}
.mt0 {
  margin-top: 0px;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt60 {
  margin-top: 60px;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.pb0 {
  padding-bottom: 0px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pt0 {
  padding-top: 0px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml20 {
  margin-left: 20px;
}
.center {
  text-align: center !important;
}
.center p {
  text-align: center;
}
.left {
  text-align: left !important;
}
.right {
  text-align: right;
}
.float_l {
  float: left;
}
.float_r {
  float: right;
}
.pc_float_l {
  float: left;
}
.pc_float_r {
  float: right;
}
@media screen and (max-width:768px){
  .sp_mb0 {
    margin-bottom: 0 !important;
  }
  .pc_float_l ,
  .pc_float_r {
    float: none;
  }
}
.bold {
  font-weight: bold;
}
.large_text {
  font-size: 120%;
}
.small_text {
  font-size: 90%;
}


.item_col2 {
  display: block;
  width: 100%;
  margin: 0 0 40px 0;
}


/* 休暇文言 */

@media screen and (max-width:768px){
  .kyuka_top{
    width: calc(100% - 20px);
    height: auto;
    margin: 0 auto 55px;
    padding: 20px 10px 0;
    border: 1px solid #DA0C2B;
      box-sizing: border-box;
  }
  .kyuka_head{
    font-size: 18px;
    color: #DA0C2B;
    margin : 0 0 0 0;
  }
  .kyuka_head::after{
    display: none;
  }
  .kyuka_top p{
    text-align: center;
      font-size: 14px;
  }
  .kyuka_header {
      width: 95%;
      position: relative;
      top: 100px;
      font-size: 14px;
      color: #000;
      margin: 0 auto;
      padding: 10px 10px;
      box-sizing: border-box;
      border: 1px solid #DA0C2B;
    }

  .kyuka_header p {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 0px;
    color: #212121;
  }
  .kyuka_header a{
    display: block;
      line-height: 1.8;
      margin: 0 7px;
  }
  .kyuka_header a::before {
      content: "";
      display: inline-block;
      position: relative;
      left: -4px;
      top: -2px;
      box-sizing: border-box;
      width: 5px;
      height: 4px;
      border: 4px solid transparent;
      border-left: 5px solid #000;
  }
  #FS2_body_Goods .layout_table {
      margin: 165px auto 50px;
  }
}

#FS2_Variation_cartbutton .FS2_VariationValueList > h2,
#FS2_Variation_cartbutton .FS2_VariationLabel {
  display: none;
}
#FS2_Variation_cartbutton .FS2_VariationValueList > h2 + ul {
    border-top: 2px solid #ccc;
}
