@charset "UTF-8";
@import url("//fonts.googleapis.com/css?family=Rokkitt:400,700");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section, menu,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background-color: transparent;
}

body {
  line-height: 1;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

ins {
  background-color: #ffff99;
  color: black;
  text-decoration: none;
}

mark {
  background-color: #ffff99;
  color: black;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

input:focus {
  outline: none;
}

img {
  vertical-align: bottom;
}

img, a img {
  border-style: none;
}

.mb0 {
  margin-bottom: 0px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb65 {
  margin-bottom: 65px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb75 {
  margin-bottom: 75px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb85 {
  margin-bottom: 85px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb95 {
  margin-bottom: 95px;
}

.mb100 {
  margin-bottom: 100px;
}

.mr0 {
  margin-right: 0px;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr25 {
  margin-right: 25px;
}

.mr30 {
  margin-right: 30px;
}

.mr35 {
  margin-right: 35px;
}

.mr40 {
  margin-right: 40px;
}

.mr45 {
  margin-right: 45px;
}

.mr50 {
  margin-right: 50px;
}

.mr55 {
  margin-right: 55px;
}

.mr60 {
  margin-right: 60px;
}

.mr65 {
  margin-right: 65px;
}

.mr70 {
  margin-right: 70px;
}

.mr75 {
  margin-right: 75px;
}

.mr80 {
  margin-right: 80px;
}

.mr85 {
  margin-right: 85px;
}

.mr90 {
  margin-right: 90px;
}

.mr95 {
  margin-right: 95px;
}

.mr100 {
  margin-right: 100px;
}

.ml0 {
  margin-left: 0px;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml25 {
  margin-left: 25px;
}

.ml30 {
  margin-left: 30px;
}

.ml35 {
  margin-left: 35px;
}

.ml40 {
  margin-left: 40px;
}

.ml45 {
  margin-left: 45px;
}

.ml50 {
  margin-left: 50px;
}

.ml55 {
  margin-left: 55px;
}

.ml60 {
  margin-left: 60px;
}

.ml65 {
  margin-left: 65px;
}

.ml70 {
  margin-left: 70px;
}

.ml75 {
  margin-left: 75px;
}

.ml80 {
  margin-left: 80px;
}

.ml85 {
  margin-left: 85px;
}

.ml90 {
  margin-left: 90px;
}

.ml95 {
  margin-left: 95px;
}

.ml100 {
  margin-left: 100px;
}

body a img,
.op a img,
.op2 {
  -webkit-transition: opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0;
  -moz-transition: opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0;
  -o-transition: opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0;
  transition: opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0;
}

body a img:hover,
.op a img:hover,
.op2:hover {
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.tar {
  text-align: right;
}

.tac {
  text-align: center !important;
}
.dib{
  display: block;
}

.flL {
  float: left;
}

.flR {
  float: right;
}

.clearfix:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

.clearfix {
  overflow: hidden;
  zoom: 1;
}

.show_pc {
  display: block;
}
@media only screen and (max-width: 979px) {
  .show_pc {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .show_pc {
    display: none;
  }
}

.show_pctb {
  display: block;
}
@media only screen and (max-width: 979px) {
  .show_pctb {
    display: block;
  }
}
@media only screen and (max-width: 479px) {
  .show_pctb {
    display: none;
  }
}

.show_tbsp {
  display: none;
}
@media only screen and (max-width: 979px) {
  .show_tbsp {
    display: block;
  }
}
@media only screen and (max-width: 479px) {
  .show_tbsp {
    display: block;
  }
}

.show_tb {
  display: none;
}
@media only screen and (max-width: 979px) {
  .show_tb {
    display: block;
  }
}
@media only screen and (max-width: 479px) {
  .show_tb {
    display: none;
  }
}

.show_sp {
  display: none;
}
@media only screen and (max-width: 979px) {
  .show_sp {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .show_sp {
    display: block;
  }
}

html, body {
  height: 100%;
  text-align: center;
}

body, th, td, h1, h2, h3, h4, h5, h6, pre, input, textarea, option, div, p, dt, dd, li, address {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  color: #5b5454;
}

a {
  color: #433b3b;
  text-decoration: none;
}

a:visited {
  color: #433b3b;
  text-decoration: none;
}

a:hover {
  color: #433b3b;
  text-decoration: none;
}

article {
  text-align: left;
}

.c-link {
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  margin-inline: auto;
  padding: calc(16px - (20px - 12px) / 2) 40px;
  border: 1px solid #dcdada;
  width: fit-content;
  min-width: 120px;
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 12px;
  line-height: calc(20 / 12);
  letter-spacing: 0.08em;
  background: #fafafa;
  color: #433b3b;
  transition: opacity 0.25s ease-out;
}

.c-link--white {
  background: #fff;
}

.c-link:is(:hover, :focus-visible) {
  opacity: 0.8;
}

.FS2_bottom_btn_info {
  margin-top: 50px;
}

.FS2_bottom_btn_center_1 {
  margin-top: 20px!important;
}

.userTable_01, .userTable_02 {
  border-left: none !important;
  border-right: none !important;
}
.userTable_01 td, .userTable_01 th, .userTable_02 td, .userTable_02 th {
  border-left: none !important;
  border-right: none !important;
  color: #5b5454 !important;
  text-align: left;
}
.userTable_01 th, .userTable_02 th {
  padding: 13px 0px;
}
.userTable_01 td, .userTable_02 td {
  padding: 6px 9px;
  vertical-align: middle;
}

#FS2_body_Login, #FS2_body_Member, #FS2_body_MyPage, #FS2_body_Config, #FS2_body_Cart, .FS2_body_Common_Information, #FS2_body_MailMagazine, #FS2_body_Password, #FS2_body_ArrivalInfomation {
  min-width: 1000px;
}
#FS2_body_Login .layout_table, #FS2_body_Member .layout_table, #FS2_body_MyPage .layout_table, #FS2_body_Config .layout_table, #FS2_body_Cart .layout_table, .FS2_body_Common_Information .layout_table, #FS2_body_MailMagazine .layout_table, #FS2_body_Password .layout_table, #FS2_body_ArrivalInfomation .layout_table {
  width: 920px;
  margin: 0 auto;
}
#FS2_body_Login .layout_table .breadcrumb-auto, #FS2_body_Member .layout_table .breadcrumb-auto, #FS2_body_MyPage .layout_table .breadcrumb-auto, #FS2_body_Config .layout_table .breadcrumb-auto, #FS2_body_Cart .layout_table .breadcrumb-auto, .FS2_body_Common_Information .layout_table .breadcrumb-auto, #FS2_body_MailMagazine .layout_table .breadcrumb-auto, #FS2_body_Password .layout_table .breadcrumb-auto, #FS2_body_ArrivalInfomation .layout_table .breadcrumb-auto {
  margin-top: 100px;
}

#FS2_body_Config .Definition {
  padding-left: 0;
}

.pageTitle {
  margin-bottom: 32px;
  background: transparent;
  font-size: 16px;
  font-weight: bold;
  padding: 0;
}

.error_content {
  line-height: 20px;
}

.layout_body .layout_table .layout_content .utility {
  display: none;
}

#FS2_body_Cart .layout_content .system_content h2.pageTitle {
  padding: 10px 0;
  background-color: #f3f3f3;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 39px;
}
#FS2_body_Cart .layout_content .system_content h3.CrossHead {
  font-size: 14px;
  border-bottom: none;
  margin-bottom: 20px;
}

#FS2_body_Login .layout_content .system_content .FS2_login_layout_table, .FS2_body_Cart_GuestLogin .layout_content .system_content .FS2_login_layout_table {
  margin-bottom: 44px;
}
#FS2_body_Login .layout_content .system_content .FS2_login_layout_table tr, .FS2_body_Cart_GuestLogin .layout_content .system_content .FS2_login_layout_table tr {
  overflow: hidden;
}
#FS2_body_Login .layout_content .system_content .FS2_login_layout_table tr h3.CrossHead, .FS2_body_Cart_GuestLogin .layout_content .system_content .FS2_login_layout_table tr h3.CrossHead {
  padding: 31px 0 0 0;
  margin: 0 auto 25px auto;
  border: none;
}
#FS2_body_Login .layout_content .system_content .FS2_login_layout_table tr .FS2_login_layout_table_td_left, .FS2_body_Cart_GuestLogin .layout_content .system_content .FS2_login_layout_table tr .FS2_login_layout_table_td_left {
  width: 453px;
  height: 291px;
  display: block;
  float: left;
  border: solid 1px #e8e8e8;
}
#FS2_body_Cart.FS2_body_Cart_GuestLogin .layout_content .system_content .FS2_login_layout_table tr .FS2_login_layout_table_td_left{
  height: 315px;
}
#FS2_body_Login .layout_content .system_content .FS2_login_layout_table tr .FS2_login_layout_table_td_left .inputTableArea, .FS2_body_Cart_GuestLogin .layout_content .system_content .FS2_login_layout_table tr .FS2_login_layout_table_td_left .inputTableArea {
  width: 298px;
  margin: 0 auto;
}
#FS2_body_Login .layout_content .system_content .FS2_login_layout_table tr .FS2_login_layout_table_td_left .inputTableArea table.userTable_01, .FS2_body_Cart_GuestLogin .layout_content .system_content .FS2_login_layout_table tr .FS2_login_layout_table_td_left .inputTableArea table.userTable_01 {
  border: none;
  margin-bottom: 13px;
}
#FS2_body_Login .layout_content .system_content .FS2_login_layout_table tr .FS2_login_layout_table_td_left .inputTableArea table.userTable_01 caption, .FS2_body_Cart_GuestLogin .layout_content .system_content .FS2_login_layout_table tr .FS2_login_layout_table_td_left .inputTableArea table.userTable_01 caption {
  display: none;
}
#FS2_body_Login .layout_content .system_content .FS2_login_layout_table tr .FS2_login_layout_table_td_left .inputTableArea table.userTable_01 tr th, #FS2_body_Login .layout_content .system_content .FS2_login_layout_table tr .FS2_login_layout_table_td_left .inputTableArea table.userTable_01 tr td, .FS2_body_Cart_GuestLogin .layout_content .system_content .FS2_login_layout_table tr .FS2_login_layout_table_td_left .inputTableArea table.userTable_01 tr th, .FS2_body_Cart_GuestLogin .layout_content .system_content .FS2_login_layout_table tr .FS2_login_layout_table_td_left .inputTableArea table.userTable_01 tr td {
  border: none;
  padding: 3px 10px;
}
#FS2_body_Login .layout_content .system_content .FS2_login_layout_table tr .FS2_login_layout_table_td_left .inputTableArea table.userTable_01 tr th input, #FS2_body_Login .layout_content .system_content .FS2_login_layout_table tr .FS2_login_layout_table_td_left .inputTableArea table.userTable_01 tr td input, .FS2_body_Cart_GuestLogin .layout_content .system_content .FS2_login_layout_table tr .FS2_login_layout_table_td_left .inputTableArea table.userTable_01 tr th input, .FS2_body_Cart_GuestLogin .layout_content .system_content .FS2_login_layout_table tr .FS2_login_layout_table_td_left .inputTableArea table.userTable_01 tr td input {
  max-width: 170px;
}
#FS2_body_Login .layout_content .system_content .FS2_login_layout_table tr .FS2_login_layout_table_td_left .inputTableArea .itemCenter, .FS2_body_Cart_GuestLogin .layout_content .system_content .FS2_login_layout_table tr .FS2_login_layout_table_td_left .inputTableArea .itemCenter {
  margin-bottom: 11px;
}
#FS2_body_Cart .layout_content .system_content .FS2_login_layout_table tr .FS2_login_layout_table_td_left .inputTableArea .itemCenter{
  margin-top: 45px;
}
#FS2_body_Login .layout_content .system_content .FS2_login_layout_table tr .FS2_login_layout_table_td_left .inputTableArea div, .FS2_body_Cart_GuestLogin .layout_content .system_content .FS2_login_layout_table tr .FS2_login_layout_table_td_left .inputTableArea div {
  text-align: center;
}
#FS2_body_Login .layout_content .system_content .FS2_login_layout_table tr .FS2_login_layout_table_td_right, .FS2_body_Cart_GuestLogin .layout_content .system_content .FS2_login_layout_table tr .FS2_login_layout_table_td_right {
  width: 453px;
  height: 291px;
  display: block;
  float: right;
  border: solid 1px #e8e8e8;
}
#FS2_body_Cart.FS2_body_Cart_GuestLogin .layout_content .system_content .FS2_login_layout_table tr .FS2_login_layout_table_td_right{
  height: 315px;
}
#FS2_body_Login .layout_content .system_content .FS2_login_layout_table tr .FS2_login_layout_table_td_right p, .FS2_body_Cart_GuestLogin .layout_content .system_content .FS2_login_layout_table tr .FS2_login_layout_table_td_right p {
  width: 370px;
  margin: 0px auto 74px;
  line-height: 24px;
}

.FS2_body_WishListLogin_Login h3.CrossHead {
  padding: 0;
  margin: 0 0 20px 0;
  border: none;
}
.FS2_body_WishListLogin_Login .FS2_Login_comment_area {
  display: none;
}
.FS2_body_WishListLogin_Login .FS2_login_layout_table_td_left {
  padding-top: 40px;
  height: 236px !important;
}
.FS2_body_WishListLogin_Login .FS2_login_layout_table_td_right {
  padding-top: 40px;
  height: 236px !important;
}
.FS2_body_WishListLogin_Login h4.Definition {
  padding: 0;
  margin: 0px 0px 73px;
  border: none;
}

.FS2_body_Cart_GuestLogin h3.CrossHead {
  font-size: 12px !important;
  padding: 31px 0 0 0 !important;
  margin: 0 auto 25px auto !important;
  border: none !important;
}

.FS2_body_Member_MemberAgreement .layout_table .pageTitle {
  margin-bottom: 50px;
}
.FS2_body_Member_MemberAgreement .layout_table .inputTableArea {
  width: 900px;
  margin: 0 auto 7px auto;
  border: solid 1px #d9d9d9;
}
.FS2_body_Member_MemberAgreement .layout_table .inputTableArea .frameArea {
  margin: 0;
  padding: 35px 50px;
  height: 330px;
  line-height: 24px;
}
.FS2_body_Member_MemberAgreement .layout_table .inputTableArea .frameArea span {
  font-weight: bold;
}
.FS2_body_Member_MemberAgreement .layout_table .userTable_02 th, .FS2_body_Member_MemberAgreement .layout_table .userTable_02 td {
  text-align: center;
}
.FS2_body_Member_MemberAgreement .layout_table .userTable_02 th {
  padding: 30px 0;
}
.FS2_body_Member_MemberAgreement .layout_table .userTable_02 {
  border: none;
}
.FS2_body_Member_MemberAgreement .layout_table .userTable_02 tr th {
  border: none;
}
.FS2_body_Member_MemberAgreement .layout_table .userTable_02 tr td {
  border: none;
}
.FS2_body_Member_MemberAgreement .layout_table .userTable_02 tr #submit {
  width: 138px;
  height: 47px;
  border: none;
  background: url("/img/ec/system/agree.gif") no-repeat top left;
  cursor: pointer;
  text-indent: -9999px;
}
.FS2_body_Member_MemberAgreement .layout_table .userTable_02 tr #submit_0 {
  width: 138px;
  height: 47px;
  border: none;
  background: url("/img/ec/system/disagree.gif") no-repeat top left;
  cursor: pointer;
  text-indent: -9999px;
}

.FS2_body_Member_MemberReAgreement .caution {
  margin-bottom: 30px !important;
}
.FS2_body_Member_MemberReAgreement .FS2_bottom_btn_center_1 #submit {
  width: 138px;
  height: 47px;
  text-indent: 104%;
  padding: 0px;
  border: medium none;
  background-repeat: no-repeat;
  text-indent: 104%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  cursor: pointer;
  background-image: url("/img/ec/system/btn-read.gif");
  display: inline-block;
}
.FS2_body_Member_MemberReAgreement .FS2_bottom_btn_center_1 #submit_0 {
  width: 138px;
  height: 47px;
  text-indent: 104%;
  padding: 0px;
  border: medium none;
  background-repeat: no-repeat;
  text-indent: 104%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  cursor: pointer;
  background-image: url("/img/ec/system/btn-not_enter.gif");
  display: inline-block;
}

.FS2_body_Member_MemberEntryEdit .layout_body .layout_table .layout_content p, .FS2_body_Member_MemberEntryConfirm .layout_body .layout_table .layout_content p, .FS2_body_MyPage_EntryEdit .layout_body .layout_table .layout_content p {
  margin-bottom: 60px;
}
.FS2_body_Member_MemberEntryEdit .layout_body .layout_table .layout_content .inputTableArea, .FS2_body_Member_MemberEntryConfirm .layout_body .layout_table .layout_content .inputTableArea, .FS2_body_MyPage_EntryEdit .layout_body .layout_table .layout_content .inputTableArea {
  margin-bottom: 60px;
}
.FS2_body_Member_MemberEntryEdit .layout_body .layout_table .layout_content .inputTableArea .userTable_01 tr th:first-child, .FS2_body_Member_MemberEntryConfirm .layout_body .layout_table .layout_content .inputTableArea .userTable_01 tr th:first-child, .FS2_body_MyPage_EntryEdit .layout_body .layout_table .layout_content .inputTableArea .userTable_01 tr th:first-child {
  background-color: white;
  border-right: none;
}
.FS2_body_Member_MemberEntryEdit .layout_body .layout_table .layout_content .inputTableArea .userTable_01 tr td #mainMail, .FS2_body_Member_MemberEntryEdit .layout_body .layout_table .layout_content .inputTableArea .userTable_01 tr td #pass, .FS2_body_Member_MemberEntryConfirm .layout_body .layout_table .layout_content .inputTableArea .userTable_01 tr td #mainMail, .FS2_body_Member_MemberEntryConfirm .layout_body .layout_table .layout_content .inputTableArea .userTable_01 tr td #pass, .FS2_body_MyPage_EntryEdit .layout_body .layout_table .layout_content .inputTableArea .userTable_01 tr td #mainMail, .FS2_body_MyPage_EntryEdit .layout_body .layout_table .layout_content .inputTableArea .userTable_01 tr td #pass {
  margin-bottom: 5px;
}
.FS2_body_Member_MemberEntryEdit .layout_body .layout_table .layout_content .FS2_bottom_btn_center_1, .FS2_body_Member_MemberEntryEdit .layout_body .layout_table .layout_content .FS2_bottom_btn_left_2, .FS2_body_Member_MemberEntryConfirm .layout_body .layout_table .layout_content .FS2_bottom_btn_center_1, .FS2_body_Member_MemberEntryConfirm .layout_body .layout_table .layout_content .FS2_bottom_btn_left_2, .FS2_body_MyPage_EntryEdit .layout_body .layout_table .layout_content .FS2_bottom_btn_center_1, .FS2_body_MyPage_EntryEdit .layout_body .layout_table .layout_content .FS2_bottom_btn_left_2 {
  display: inline-block;
  margin: 0 10px;
}

.FS2_body_MyPage_MyPageTop .layout_body .layout_table .layout_content .FS2_mypagetop_list {
  width: 600px;
  margin: 0 auto;
}
.FS2_body_MyPage_MyPageTop .layout_body .layout_table .layout_content .FS2_mypagetop_list h3.CrossHead {
  padding: 0 0 10px 0 !important;
  margin-bottom: 10px;
  border-bottom: 1px solid #dcdada;
}
.FS2_body_MyPage_MyPageTop .layout_body .layout_table .layout_content .FS2_mypagetop_list p {
  margin-bottom: 30px !important;
}

.FS2_body_Common_Information .system_content #MemberEntryTxt {
  width: 420px;
  margin: 0 auto 15px auto;
}
.FS2_body_Common_Information .system_content p {
  text-align: left;
  line-height: 24px;
  margin-bottom: 15px !important;
}

.FS2_body_Cart_ShoppingCart .system_content p {
  text-align: center;
  line-height: 24px;
  margin-bottom: 30px !important;
}
.FS2_body_Cart_ShoppingCart .system_content .itemLeft50 {
  padding-top: 20px;
}
.FS2_body_Cart_ShoppingCart .system_content .itemLeft50 p {
  text-align: right;
}
.FS2_body_Cart_ShoppingCart .system_content .FS2_bottom_btn_right_and_left_2 {
  text-align: right;
}
.FS2_body_Cart_ShoppingCart .system_content .FS2_bottom_btn_right_and_left_2 #submit_4 {
  margin-right: 5px;
}

.FS2_body_Cart_ShoppingCart .layout_body .layout_table .system_content h2.pageTitle {
  margin-bottom: 32px !important;
  background: none repeat scroll 0% 0% transparent !important;
  font-size: 16px !important;
  font-weight: bold !important;
  padding: 0 !important;
  line-height: 1 !important;
}
.FS2_body_Cart_ShoppingCart .layout_body .layout_table .system_content .cartTable {
  margin-bottom: 30px;
}
.FS2_body_Cart_ShoppingCart .layout_body .layout_table .system_content .itemLeft50 {
  width: auto;
  float: none;
}
.FS2_body_Cart_ShoppingCart .layout_body .layout_table .system_content .itemLeft50 p {
  margin-bottom: 30px;
}
.FS2_body_Cart_ShoppingCart .layout_body .layout_table .system_content .itemLeft50 p span.cartInfor {
  color: #9a5260;
  font-weight: bold;
}
.FS2_body_Cart_ShoppingCart .layout_body .layout_table .system_content .itemRight50 {
  margin-bottom: 20px;
}

.FS2_body_Cart_DeliveryEdit .system_content .itemRight50 {
  margin-bottom: 40px;
}
.FS2_body_Cart_DeliveryEdit .system_content form .inputTableArea {
  margin-bottom: 40px;
}
.FS2_body_Cart_DeliveryEdit .system_content form .inputTableArea .userTable_01 tr th:first-child {
  background-color: white;
  border-right: none;
}
.FS2_body_Cart_DeliveryEdit .system_content form .inputTableArea .userTable_01 tr td label + br {
  display: none;
}
.FS2_body_Cart_DeliveryEdit .system_content form .inputTableArea .userTable_01:first-child tr td br {
  display: none;
}
.FS2_body_Cart_DeliveryEdit .system_content form .inputTableArea .FS2_DeliveryMethod_table tr th:first-child {
  background-color: white !important;
  border-right: none !important;
}
.FS2_body_Cart_DeliveryEdit .system_content form .inputTableArea .FS2_DeliveryMethod_table .FS2_Delivery_table02 tr th {
  width: 144px;
  background-color: white !important;
  border-right: none !important;
}
.FS2_body_Cart_DeliveryEdit .system_content form .inputTableArea .FS2_DeliveryMethod_table .FS2_Delivery_table02 tr th.FS2_Delivery_table_caution {
  border-right: none !important;
}
.FS2_body_Cart_DeliveryEdit .system_content form .inputTableArea .FS2_DeliveryMethod_table .FS2_Delivery_table02 tr:first-child th {
  background-color: white !important;
  border-right: none !important;
}

.FS2_body_Cart_DeliveryEdit .system_content form .inputTableArea .FS2_DeliveryMethod_table .FS2_Delivery_table02 tr:first-child th.FS2_Delivery_table_caution {
  border-right: none !important;
}

.FS2_body_Cart_OrderConfirm .layout_content .system_content h3.CrossHead {
  clear: both;
}
.FS2_body_Cart_OrderConfirm .layout_content .system_content table th, .FS2_body_Cart_OrderConfirm .layout_content .system_content table td {
  vertical-align: middle;
}
.FS2_body_Cart_OrderConfirm .layout_content .system_content table th br, .FS2_body_Cart_OrderConfirm .layout_content .system_content table td br {
  display: inline;
}
.FS2_body_Cart_OrderConfirm .layout_content .system_content .itemRight50 {
  height: auto;
  margin-bottom: 40px;
}
.FS2_body_Cart_OrderConfirm .layout_content .system_content form .inputTableArea {
  margin-bottom: 40px;
}
.FS2_body_Cart_OrderConfirm .layout_content .system_content form .inputTableArea .userTable_01 tr th:first-child {
  background-color: white;
  border-right: none;
}
.FS2_body_Cart_OrderConfirm .layout_content .system_content form .inputTableArea .userTable_02 caption {
  display: none;
}
.FS2_body_Cart_OrderConfirm .layout_content .system_content form .inputTableArea .userTable_02 tr th:first-child {
  background-color: white;
}
.FS2_body_Cart_OrderConfirm .layout_content .system_content form .inputTableArea .userTable_02 td .userTable_02 th {
  background-color: white !important;
}
.FS2_body_Cart_OrderConfirm .layout_content .system_content form .inputTableArea .userTable_02 .userTable_02 {
  border-top: none;
}
.FS2_body_Cart_OrderConfirm .layout_content .system_content form .inputTableArea .userTable_02 .userTable_02 tr td {
  border-bottom: none;
}
.FS2_body_Cart_OrderConfirm .layout_content .system_content form .inputTableArea .userTable_02 .userTable_02 tr:first-child td {
  border-bottom: 1px solid #dddddd;
}

.FS2_body_Cart_OrderComplete .layout_content .system_content blockquote {
  line-height: 24px;
}

.FS2_body_MyPage_OrderHistoryList .layout_content form .FS2_mypage_Entry_table, .FS2_body_MyPage_PointHistory .layout_content form .FS2_mypage_Entry_table {
  margin-bottom: 20px;
}
.FS2_body_MyPage_OrderHistoryList .layout_content form .FS2_mypage_Entry_table tr td, .FS2_body_MyPage_PointHistory .layout_content form .FS2_mypage_Entry_table tr td {
  vertical-align: bottom;
  line-height: 20px;
}
.FS2_body_MyPage_OrderHistoryList .layout_content form .FS2_mypage_Entry_table tr td select, .FS2_body_MyPage_PointHistory .layout_content form .FS2_mypage_Entry_table tr td select {
  margin-right: 5px;
}
.FS2_body_MyPage_OrderHistoryList .layout_content form .FS2_mypage_Entry_table tr td input, .FS2_body_MyPage_PointHistory .layout_content form .FS2_mypage_Entry_table tr td input {
  position: static !important;
}
.FS2_body_MyPage_OrderHistoryList .layout_content form .FS2_mypage_Entry_table tr td:first-child, .FS2_body_MyPage_PointHistory .layout_content form .FS2_mypage_Entry_table tr td:first-child {
  text-align: left;
}
.FS2_body_MyPage_OrderHistoryList .layout_content form .FS2_pagerTable_area .tableSummary, .FS2_body_MyPage_PointHistory .layout_content form .FS2_pagerTable_area .tableSummary {
  margin-bottom: 10px;
}
.FS2_body_MyPage_OrderHistoryList .layout_content form .FS2_pagerTable_area .tableSummary tr td, .FS2_body_MyPage_PointHistory .layout_content form .FS2_pagerTable_area .tableSummary tr td {
  vertical-align: middle;
}
.FS2_body_MyPage_OrderHistoryList .layout_content form .FS2_pagerTable_area .tableSummary tr td select, .FS2_body_MyPage_PointHistory .layout_content form .FS2_pagerTable_area .tableSummary tr td select {
  margin-right: 10px;
}
.FS2_body_MyPage_OrderHistoryList .layout_content form .FS2_pagerTable_area .tableSummary tr td input, .FS2_body_MyPage_PointHistory .layout_content form .FS2_pagerTable_area .tableSummary tr td input {
  position: static;
}
.FS2_body_MyPage_OrderHistoryList .layout_content form .FS2_pagerTable_area .cartTable, .FS2_body_MyPage_PointHistory .layout_content form .FS2_pagerTable_area .cartTable {
  margin-bottom: 30px;
}
.FS2_body_MyPage_OrderHistoryList .layout_content form .FS2_pagerTable_area .cartTable tr th, .FS2_body_MyPage_OrderHistoryList .layout_content form .FS2_pagerTable_area .cartTable tr td, .FS2_body_MyPage_PointHistory .layout_content form .FS2_pagerTable_area .cartTable tr th, .FS2_body_MyPage_PointHistory .layout_content form .FS2_pagerTable_area .cartTable tr td {
  vertical-align: middle;
}
.FS2_body_MyPage_OrderHistoryList .layout_content form .FS2_pagerTable_area .cartTable tr:first-child th, .FS2_body_MyPage_PointHistory .layout_content form .FS2_pagerTable_area .cartTable tr:first-child th {
  background-color: white;
}

.FS2_body_MyPage_PointHistory .FS2_pagerTable_area {
  position: relative;
  padding-top: 30px;
}
.FS2_body_MyPage_PointHistory .FS2_pagerTable_area > select {
  position: absolute;
  top: 0px;
  left: 0px;
}
.FS2_body_MyPage_PointHistory .FS2_pagerTable_area .FS2_pagerTable_area_input {
  position: absolute;
  top: -1px;
  left: 60px;
}

.FS2_body_WishList #form {
  margin-bottom: 30px;
}
.FS2_body_WishList #form .FS2_WishList_table {
  margin: 20px 0;
}
.FS2_body_WishList #form .FS2_WishList_table .FS2_WishListCheck_td {
  vertical-align: middle;
}
.FS2_body_WishList #form .FS2_WishList_table .FS2_WishListGoodsImage_td {
  vertical-align: middle;
  width: 100px;
}
.FS2_body_WishList #form .FS2_WishList_table .FS2_WishListGoodsImage_td img {
  width: 80px;
  height: auto;
}
.FS2_body_WishList #form .FS2_WishList_table .FS2_WishListDetail_td {
  vertical-align: middle;
}
.FS2_body_WishList .FS2_special_price {
  display: none;
}

.FS2_body_MyPage_AddressList .layout_content form .FS2_mypage_Entry_table {
  margin-bottom: 20px;
}
.FS2_body_MyPage_AddressList .layout_content form .FS2_mypage_Entry_table tr td {
  vertical-align: middle;
  line-height: 20px;
}
.FS2_body_MyPage_AddressList .layout_content form .FS2_mypage_Entry_table tr td:first-child {
  text-align: left;
}
.FS2_body_MyPage_AddressList .layout_content form br {
  display: none;
}
.FS2_body_MyPage_AddressList .layout_content form table tr th br, .FS2_body_MyPage_AddressList .layout_content form table tr td br {
  display: inline;
}
.FS2_body_MyPage_AddressList .layout_content form .FS2_Address_list_btn {
  margin-bottom: 10px;
}
.FS2_body_MyPage_AddressList .layout_content form .cartTable {
  margin-bottom: 30px;
}
.FS2_body_MyPage_AddressList .layout_content form .cartTable tr th {
  background-color: white;
}
.FS2_body_MyPage_AddressList .layout_content form .cartTable tr td {
  vertical-align: middle;
}

.FS2_body_MyPage_PasswordEdit .layout_content .system_content p {
  margin-bottom: 20px;
}
.FS2_body_MyPage_PasswordEdit .layout_content .system_content form .inputTableArea .userTable_01 {
  margin-bottom: 10px;
}
.FS2_body_MyPage_PasswordEdit .layout_content .system_content form .inputTableArea .userTable_01 tr th, .FS2_body_MyPage_PasswordEdit .layout_content .system_content form .inputTableArea .userTable_01 tr td {
  vertical-align: middle;
  text-align: left;
}
.FS2_body_MyPage_PasswordEdit .layout_content .system_content form .inputTableArea .userTable_01 tr th:first-child {
  background-color: white;
  border-right: none;
}

.FS2_body_MyPage_AddressEdit .layout_content .system_content p, .FS2_body_MyPage_AddressEntry .layout_content .system_content p, .FS2_body_MyPage_AddressDelete .layout_content .system_content p {
  margin-bottom: 20px;
}
.FS2_body_MyPage_AddressEdit .layout_content .system_content form .inputTableArea .userTable_01 tr th, .FS2_body_MyPage_AddressEdit .layout_content .system_content form .inputTableArea .userTable_01 tr td, .FS2_body_MyPage_AddressEntry .layout_content .system_content form .inputTableArea .userTable_01 tr th, .FS2_body_MyPage_AddressEntry .layout_content .system_content form .inputTableArea .userTable_01 tr td, .FS2_body_MyPage_AddressDelete .layout_content .system_content form .inputTableArea .userTable_01 tr th, .FS2_body_MyPage_AddressDelete .layout_content .system_content form .inputTableArea .userTable_01 tr td {
  vertical-align: middle;
}
.FS2_body_MyPage_AddressEdit .layout_content .system_content form .inputTableArea .userTable_01 tr th:first-child, .FS2_body_MyPage_AddressEntry .layout_content .system_content form .inputTableArea .userTable_01 tr th:first-child, .FS2_body_MyPage_AddressDelete .layout_content .system_content form .inputTableArea .userTable_01 tr th:first-child {
  background-color: white;
  border-right: none;
  text-align: left;
  padding: 13px 0;
}

.FS2_body_MyPage_EntryDetail .layout_content .system_content p, .FS2_body_MyPage_EntryEditConfirm .layout_content .system_content p, .FS2_body_MyPage_EntryCancelConfirm .layout_content .system_content p {
  margin-bottom: 20px !important;
}
.FS2_body_MyPage_EntryDetail .layout_content .system_content form .inputTableArea, .FS2_body_MyPage_EntryEditConfirm .layout_content .system_content form .inputTableArea, .FS2_body_MyPage_EntryCancelConfirm .layout_content .system_content form .inputTableArea {
  margin-bottom: 30px;
}
.FS2_body_MyPage_EntryDetail .layout_content .system_content form .userTable_01 tr th, .FS2_body_MyPage_EntryEditConfirm .layout_content .system_content form .userTable_01 tr th, .FS2_body_MyPage_EntryCancelConfirm .layout_content .system_content form .userTable_01 tr th {
  vertical-align: middle;
  background-color: white;
  border-right: none;
}
.FS2_body_MyPage_EntryDetail .layout_content .system_content form .userTable_01 tr td, .FS2_body_MyPage_EntryEditConfirm .layout_content .system_content form .userTable_01 tr td, .FS2_body_MyPage_EntryCancelConfirm .layout_content .system_content form .userTable_01 tr td {
  vertical-align: middle;
  text-align: left;
  padding: 6px 9px;
}

.FS2_body_MyPage_EntryDetail .layout_content .system_content p, .FS2_body_MyPage_EntryEditConfirm .layout_content .system_content p, .FS2_body_MyPage_EntryCancelConfirm .layout_content .system_content p {
  margin-bottom: 20px !important;
}
.FS2_body_MyPage_EntryDetail .layout_content .system_content form .inputTableArea, .FS2_body_MyPage_EntryEditConfirm .layout_content .system_content form .inputTableArea, .FS2_body_MyPage_EntryCancelConfirm .layout_content .system_content form .inputTableArea {
  margin-bottom: 30px;
}
.FS2_body_MyPage_EntryDetail .layout_content .system_content form .userTable_01 tr th, .FS2_body_MyPage_EntryEditConfirm .layout_content .system_content form .userTable_01 tr th, .FS2_body_MyPage_EntryCancelConfirm .layout_content .system_content form .userTable_01 tr th {
  vertical-align: middle;
  background-color: white;
  border-right: none;
  text-align: left;
  padding: 13px 0;
}
.FS2_body_MyPage_EntryDetail .layout_content .system_content form .userTable_01 tr td, .FS2_body_MyPage_EntryEditConfirm .layout_content .system_content form .userTable_01 tr td, .FS2_body_MyPage_EntryCancelConfirm .layout_content .system_content form .userTable_01 tr td {
  vertical-align: middle;
  text-align: left;
  padding: 6px 9px;
}

.FS2_body_Config_PrivacyPolicy {
  text-align: center !important;
}
.FS2_body_Config_PrivacyPolicy #nav_buy {
  opacity: 1 !important;
}
.FS2_body_Config_PrivacyPolicy .layout_content {
  text-align: left;
}
.FS2_body_Config_PrivacyPolicy .layout_content .system_content {
  width: 792px !important;
  margin: 0 auto;
}
.FS2_body_Config_PrivacyPolicy .layout_content .system_content h3.Definition {
  border-bottom: 1px solid #e7e6e6 !important;
  padding: 0 0 10px 0 !important;
}
.FS2_body_Config_PrivacyPolicy .layout_content .system_content p {
  margin: 0 0 30px 0 !important;
}

.FS2_body_Config_BusinessDeal {
  text-align: center !important;
}
.FS2_body_Config_BusinessDeal #nav_buy {
  opacity: 1 !important;
}
.FS2_body_Config_BusinessDeal .layout_content {
  text-align: left;
}
.FS2_body_Config_BusinessDeal .layout_content .system_content {
  width: 792px !important;
  margin: 0 auto;
}
.FS2_body_Config_BusinessDeal .layout_content .system_content h3.CrossHead {
  margin-bottom: 25px !important;
  font-size: 14px !important;
}
.FS2_body_Config_BusinessDeal .layout_content .system_content h4.Definition {
  border-bottom: 1px solid #e7e6e6 !important;
  padding: 0 0 10px 0 !important;
}
.FS2_body_Config_BusinessDeal .layout_content .system_content p {
  margin: 0 0 30px 0 !important;
  a: hover;
  a-text-decoration: none;
}
.FS2_body_Config_BusinessDeal .layout_content .system_content p a {
  text-decoration: underline;
}
.FS2_body_Config_BusinessDeal .layout_table {
  margin: 0 auto !important;
}
.FS2_body_Config_BusinessDeal #top_ec_btn {
  display: block !important;
  overflow: hidden;
  width: 350px;
  margin: 0 auto 50px;
}
.FS2_body_Config_BusinessDeal #top_ec_btn li {
  float: left;
  margin-left: 30px;
}
.FS2_body_Config_BusinessDeal #top_ec_btn li:first-child {
  margin-left: 0;
}

.FS2_body_Password_PasswordReminderEdit .layout_content .system_content ol {
  list-style-type: none;
  margin-bottom: 30px;
}
.FS2_body_Password_PasswordReminderEdit .layout_content .system_content ol li {
  line-height: 22px;
}
.FS2_body_Password_PasswordReminderEdit .layout_content .system_content ol li:last-child {
  padding-top: 22px;
}
.FS2_body_Password_PasswordReminderEdit .layout_content .system_content table {
  width: auto;
  margin: 0 auto 30px auto;
}
.FS2_body_Password_PasswordReminderEdit .layout_content .system_content table th, .FS2_body_Password_PasswordReminderEdit .layout_content .system_content table td {
  vertical-align: middle;
}

#recommended_ttl p img {
  margin-bottom: 0;
}

.error_content {
  display: none;
}

#error_txt {
  margin-bottom: 10px;
}
#error_txt p {
  color: #9a5260;
  line-height: 22px;
}

.FS2_body_MailMagazine_MailMagazineEntry .userTable_01 {
  width: 640px;
  margin: 0 auto 20px;
}
.FS2_body_MailMagazine_MailMagazineEntry .userTable_01 tr th, .FS2_body_MailMagazine_MailMagazineEntry .userTable_01 tr td {
  vertical-align: middle;
}

#FS2_body_MailMagazine #entryForm {
  margin-bottom: 60px;
}
#FS2_body_MailMagazine #entryForm .userTable_01 tr:first-child {
  display: none;
}
#FS2_body_MailMagazine .FS_mailFilter_container {
  margin-bottom: 20px;
}
#FS2_body_MailMagazine .itemCenter, #FS2_body_MailMagazine .FS2_bottom_btn_center_1 {
  margin: 0 auto;
}
#FS2_body_MailMagazine .FS_mailFilter_container {
  margin-bottom: 20px;
}
#FS2_body_MailMagazine .FS_mailFilter_container p {
  font-size: 10px;
}

.FS2_body_Common_Information .layout_content {
  line-height: 22px;
}
.FS2_body_Common_Information .layout_content span {
  display: block;
  text-align: center;
  margin-bottom: 30px;
}

.FS2_Address_list_btn td {
  display: none;
}
.FS2_Address_list_btn td:first-child {
  display: table-cell;
  *display: block;
}

body.FS2_body_Goods_membersclub .user_content {
  width: 792px;
  margin: 0 auto;
}
body.FS2_body_Goods_membersclub .user_content p {
  text-align: left;
  line-height: 1.5;
  margin-bottom: 15px !important;
}
body.FS2_body_Goods_membersclub#FS2_body_Goods #middle_nav {
  display: none !important;
}

.FS2_body_Cart_DeliveryEdit .userTable_01 tr th, .FS2_body_MyPage_EntryEdit .userTable_01 tr th, .FS2_body_MyPage_AddressEdit .userTable_01 tr th, .FS2_body_Member_MemberEntryConfirm .userTable_01 tr th,
.FS2_body_MyPage_PasswordEdit .userTable_01 tr th, .FS2_body_Password_PasswordReminderEdit .userTable_01 tr th, .FS2_body_Member_MemberEntryEdit .userTable_01 tr th, .FS2_body_Inquiry_InquiryEdit .userTable_01 tr th,
.FS2_body_MailMagazine_MailMagazineEntry .userTable_01 tr th {
  background-color: white !important;
  text-align: left;
}
.FS2_body_Cart_DeliveryEdit .userTable_01 tr th:first-child, .FS2_body_MyPage_EntryEdit .userTable_01 tr th:first-child, .FS2_body_MyPage_AddressEdit .userTable_01 tr th:first-child, .FS2_body_Member_MemberEntryConfirm .userTable_01 tr th:first-child,
.FS2_body_MyPage_PasswordEdit .userTable_01 tr th:first-child, .FS2_body_Password_PasswordReminderEdit .userTable_01 tr th:first-child, .FS2_body_Member_MemberEntryEdit .userTable_01 tr th:first-child, .FS2_body_Inquiry_InquiryEdit .userTable_01 tr th:first-child,
.FS2_body_MailMagazine_MailMagazineEntry .userTable_01 tr th:first-child {
  padding: 13px 0px !important;
  border-right: none !important;
}
.FS2_body_Cart_DeliveryEdit .userTable_01 tr td, .FS2_body_MyPage_EntryEdit .userTable_01 tr td, .FS2_body_MyPage_AddressEdit .userTable_01 tr td, .FS2_body_Member_MemberEntryConfirm .userTable_01 tr td,
.FS2_body_MyPage_PasswordEdit .userTable_01 tr td, .FS2_body_Password_PasswordReminderEdit .userTable_01 tr td, .FS2_body_Member_MemberEntryEdit .userTable_01 tr td, .FS2_body_Inquiry_InquiryEdit .userTable_01 tr td,
.FS2_body_MailMagazine_MailMagazineEntry .userTable_01 tr td {
  padding: 6px 9px !important;
}
.FS2_body_Cart_DeliveryEdit .FS2_DeliveryMethod_table tr td, .FS2_body_MyPage_EntryEdit .FS2_DeliveryMethod_table tr td, .FS2_body_MyPage_AddressEdit .FS2_DeliveryMethod_table tr td, .FS2_body_Member_MemberEntryConfirm .FS2_DeliveryMethod_table tr td,
.FS2_body_MyPage_PasswordEdit .FS2_DeliveryMethod_table tr td, .FS2_body_Password_PasswordReminderEdit .FS2_DeliveryMethod_table tr td, .FS2_body_Member_MemberEntryEdit .FS2_DeliveryMethod_table tr td, .FS2_body_Inquiry_InquiryEdit .FS2_DeliveryMethod_table tr td,
.FS2_body_MailMagazine_MailMagazineEntry .FS2_DeliveryMethod_table tr td {
  width: auto;
  border-left: none !important;
}
.FS2_body_Cart_DeliveryEdit .FS2_DeliveryMethod_table tr td table, .FS2_body_MyPage_EntryEdit .FS2_DeliveryMethod_table tr td table, .FS2_body_MyPage_AddressEdit .FS2_DeliveryMethod_table tr td table, .FS2_body_Member_MemberEntryConfirm .FS2_DeliveryMethod_table tr td table,
.FS2_body_MyPage_PasswordEdit .FS2_DeliveryMethod_table tr td table, .FS2_body_Password_PasswordReminderEdit .FS2_DeliveryMethod_table tr td table, .FS2_body_Member_MemberEntryEdit .FS2_DeliveryMethod_table tr td table, .FS2_body_Inquiry_InquiryEdit .FS2_DeliveryMethod_table tr td table,
.FS2_body_MailMagazine_MailMagazineEntry .FS2_DeliveryMethod_table tr td table {
  width: 576px;
}
.FS2_body_Cart_DeliveryEdit .FS2_DeliveryMethod_table tr td table tr td, .FS2_body_MyPage_EntryEdit .FS2_DeliveryMethod_table tr td table tr td, .FS2_body_MyPage_AddressEdit .FS2_DeliveryMethod_table tr td table tr td, .FS2_body_Member_MemberEntryConfirm .FS2_DeliveryMethod_table tr td table tr td,
.FS2_body_MyPage_PasswordEdit .FS2_DeliveryMethod_table tr td table tr td, .FS2_body_Password_PasswordReminderEdit .FS2_DeliveryMethod_table tr td table tr td, .FS2_body_Member_MemberEntryEdit .FS2_DeliveryMethod_table tr td table tr td, .FS2_body_Inquiry_InquiryEdit .FS2_DeliveryMethod_table tr td table tr td,
.FS2_body_MailMagazine_MailMagazineEntry .FS2_DeliveryMethod_table tr td table tr td {
  width: 75%;
}
.FS2_body_Cart_DeliveryEdit .FS2_DeliveryMethod_table tr td table tr td table, .FS2_body_MyPage_EntryEdit .FS2_DeliveryMethod_table tr td table tr td table, .FS2_body_MyPage_AddressEdit .FS2_DeliveryMethod_table tr td table tr td table, .FS2_body_Member_MemberEntryConfirm .FS2_DeliveryMethod_table tr td table tr td table,
.FS2_body_MyPage_PasswordEdit .FS2_DeliveryMethod_table tr td table tr td table, .FS2_body_Password_PasswordReminderEdit .FS2_DeliveryMethod_table tr td table tr td table, .FS2_body_Member_MemberEntryEdit .FS2_DeliveryMethod_table tr td table tr td table, .FS2_body_Inquiry_InquiryEdit .FS2_DeliveryMethod_table tr td table tr td table,
.FS2_body_MailMagazine_MailMagazineEntry .FS2_DeliveryMethod_table tr td table tr td table {
  width: auto;
}
.FS2_body_Cart_DeliveryEdit .FS2_DeliveryMethod_table tr td table tr td table tr td, .FS2_body_MyPage_EntryEdit .FS2_DeliveryMethod_table tr td table tr td table tr td, .FS2_body_MyPage_AddressEdit .FS2_DeliveryMethod_table tr td table tr td table tr td, .FS2_body_Member_MemberEntryConfirm .FS2_DeliveryMethod_table tr td table tr td table tr td,
.FS2_body_MyPage_PasswordEdit .FS2_DeliveryMethod_table tr td table tr td table tr td, .FS2_body_Password_PasswordReminderEdit .FS2_DeliveryMethod_table tr td table tr td table tr td, .FS2_body_Member_MemberEntryEdit .FS2_DeliveryMethod_table tr td table tr td table tr td, .FS2_body_Inquiry_InquiryEdit .FS2_DeliveryMethod_table tr td table tr td table tr td,
.FS2_body_MailMagazine_MailMagazineEntry .FS2_DeliveryMethod_table tr td table tr td table tr td {
  padding: 0;
  width: auto !important;
}
.FS2_body_Cart_DeliveryEdit .FS2_DeliveryMethod_table tr td table tr td:first-child, .FS2_body_MyPage_EntryEdit .FS2_DeliveryMethod_table tr td table tr td:first-child, .FS2_body_MyPage_AddressEdit .FS2_DeliveryMethod_table tr td table tr td:first-child, .FS2_body_Member_MemberEntryConfirm .FS2_DeliveryMethod_table tr td table tr td:first-child,
.FS2_body_MyPage_PasswordEdit .FS2_DeliveryMethod_table tr td table tr td:first-child, .FS2_body_Password_PasswordReminderEdit .FS2_DeliveryMethod_table tr td table tr td:first-child, .FS2_body_Member_MemberEntryEdit .FS2_DeliveryMethod_table tr td table tr td:first-child, .FS2_body_Inquiry_InquiryEdit .FS2_DeliveryMethod_table tr td table tr td:first-child,
.FS2_body_MailMagazine_MailMagazineEntry .FS2_DeliveryMethod_table tr td table tr td:first-child {
  width: 25%;
}

.FS2_body_Inquiry_InquiryEdit .pageTitle + p {
  margin-bottom: 20px !important;
}
.FS2_body_Inquiry_InquiryEdit .FS2_inqury_table {
  width: 270px;
  margin: 0 auto 20px;
}
.FS2_body_Inquiry_InquiryEdit .FS2_inqury_table tr td {
  vertical-align: middle;
}

#FS2_body_Inquiry .itemTitle {
  line-height: 1.8;
}
#FS2_body_Inquiry .userTable_01 th {
  vertical-align: top;
}
#FS2_body_Inquiry .userTable_01 #content {
  border: solid 1px #d9d9d9;
}

.FS2_body_Login_Login .pageTitle + #error_txt {
  display: none;
}
.FS2_body_Login_Login .error_content {
  margin-top: 30px;
  display: block;
  border: none;
  text-align: center;
  padding: 0;
  margin-bottom: 10px;
  background: transparent;
  color: #9a5260;
  line-height: 22px;
}

.FS2_body_Cart_GuestLogin #error_txt {
  display: none;
}
.FS2_body_Cart_GuestLogin .FS2_login_layout_table_td_left .error_content {
  margin-top: 30px;
  display: block;
  border: none;
  text-align: center;
  padding: 0;
  margin-bottom: 10px;
  background: transparent;
  color: #9a5260;
  line-height: 22px;
}

input[type="email"], input[type="password"], input[type="text"], input[type="tel"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

.FS2_body_Password_PasswordReminderEditComplete p {
  line-height: 22px;
}

.FS2_body_Member_MemberEntryEdit .inputTableArea {
  margin-top: 20px;
}
.FS2_body_Member_MemberEntryEdit #FS2_MembershipCardConfirm_container .FS2_bottom_btn_center_1 {
  display: block;
  padding-top: 50px;
}

input[type="text"], input[type="password"], input[type="email"], input[type="tel"] {
  background-color: #f6f5f5;
  border: solid 1px #f6f5f5;
  padding: 7px 10px;
}

#fs2_password,
#fs2_email {
  margin-bottom: 5px;
}

#FS2_body_ArrivalInfomation .system_content h2.CrossHead {
  border: none;
}
#FS2_body_ArrivalInfomation .system_content h2.CrossHead + p {
  display: none;
}
#FS2_body_ArrivalInfomation .system_content .FS2_arrival_information_table {
  width: 400px;
  margin: 0 auto 20px;
}
#FS2_body_ArrivalInfomation .system_content .FS2_arrival_information_table .FS2_arrival_information_td01 {
  vertical-align: middle;
}
#FS2_body_ArrivalInfomation .system_content .FS2_arrival_information_table .FS2_arrival_information_td02 {
  vertical-align: middle;
  text-align: left;
  font-size: 12px;
  line-height: 16px;
}
#FS2_body_ArrivalInfomation .system_content #entryForm {
  margin-bottom: 50px;
}
#FS2_body_ArrivalInfomation .system_content #entryForm .FS2_AdditionalImage_ArrivalInformation_Entry_Container {
  border-top: 1px solid #dddddd;
  margin: 0;
}
#FS2_body_ArrivalInfomation .system_content #entryForm .FS2_AdditionalImage_ArrivalInformation_Entry_Container .FS2_ArrivalInformation_Entry_List {
  background-color: white;
  vertical-align: middle;
}
#FS2_body_ArrivalInfomation .system_content #entryForm .FS2_AdditionalImage_ArrivalInformation_Entry_Container .FS2_ArrivalInformation_Entry_List select {
  height: 80px;
}
#FS2_body_ArrivalInfomation .system_content #entryForm .FS2_AdditionalImage_ArrivalInformation_Entry_Container .FS2_ArrivalInformation_Entry_Comment {
  width: 600px;
  background-color: white;
  text-align: left;
  vertical-align: middle;
}

.FS2_body_Common_Information .system_content p {
  text-align: center;
}

.FS2_body_Password_PasswordReminderEditComplete .FS2_bottom_btn_info {
  display: none;
}

.FS2_body_MyPage_MemberMergeEntry #FS2_MergeComment {
  margin-bottom: 10px;
}

body#FS2_body_Cart.FS2_body_Cart_OrderConfirm .ssl_box, body#FS2_body_Cart.FS2_body_Cart_SettleEdit .ssl_box, body#FS2_body_Cart.FS2_body_Cart_DeliveryEdit .ssl_box {
  margin-top: 40px;
}

input[type="submit"], input[type="image"] {
  -webkit-transition: opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0;
  -moz-transition: opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0;
  -o-transition: opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0;
  transition: opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0;
}

input[type="submit"]:hover, input[type="image"]:hover {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.FS2_body_Cart_SettleEdit .itemRight50 {
  margin-bottom: 30px;
}
.FS2_body_Cart_SettleEdit .userTable_02 {
  border-top: none;
}

.inputTableArea #lastName, .inputTableArea #firstName, .inputTableArea #lastNameKana, .inputTableArea #firstNameKana {
  width: 268px;
}
.inputTableArea #lastName, .inputTableArea #lastNameKana {
  margin-right: 6px;
}
.inputTableArea #mainMail, .inputTableArea #mainMailComfirm, .inputTableArea #pass, .inputTableArea #passComfirm {
  width: 518px;
}
.inputTableArea #zipcodefront {
  width: 63px;
  margin-right: 6px;
}
.inputTableArea #zipcodeback {
  width: 93px;
  margin-left: 6px;
}
.inputTableArea #C13, .inputTableArea #C14, .inputTableArea #C15 {
  width: 577px;
}
.inputTableArea #numberPublic, .inputTableArea #numberLocal, .inputTableArea #numberMember {
  width: 117px;
}
.inputTableArea #numberPublic {
  margin-right: 6px;
}
.inputTableArea #numberLocal {
  margin-left: 6px;
  margin-right: 6px;
}
.inputTableArea #numberMember {
  margin-left: 6px;
}
.inputTableArea td > .sel_box {
  width: 217px;
}
.inputTableArea .FS2_birthdayDateYear .sel_box {
  width: 80px;
}
.inputTableArea .FS2_birthdayDateYear .sel_box .js-sel_txt {
  padding: 0px 24px 0px 8px;
  background-position: 61px 12px;
}

#fs2_email,
#fs2_emailConfirmation,
#fs2_addressLine1,
#fs2_addressLine2 {
  width: 60% !important;
}

#fs2_lastName,
#fs2_firstName,
#fs2_lastNameKana,
#fs2_firstNameKana {
  width: 32% !important;
}

body.page-home .nav-home,
body.page-news .nav-news,
body.page-concept .nav-concept,
body.page-collection .nav-collection,
body.page-article .nav-article,
body.page-store .nav-store,
body.page-online_store .nav-online_store,
body.page-af .nav-after_care,
body.page-guide-6 .nav-gift_guide,
body.page-om .nav-order_made,
body.page-om .nav-pattern_order,
body.page-remake .nav-remake,
body#FS2_body_Goods .nav-online_store,
body#FS2_body_Cart .nav-online_store,
body#FS2_body_MyPage .nav-online_store {
  opacity: 0.5;
}
body.page-home .nav-home a,
body.page-news .nav-news a,
body.page-concept .nav-concept a,
body.page-collection .nav-collection a,
body.page-article .nav-article a,
body.page-store .nav-store a,
body.page-online_store .nav-online_store a,
body.page-af .nav-after_care a,
body.page-guide-6 .nav-gift_guide a,
body.page-om .nav-order_made a,
body.page-om .nav-pattern_order a,
body.page-remake .nav-remake a,
body#FS2_body_Goods .nav-online_store a,
body#FS2_body_Cart .nav-online_store a,
body#FS2_body_MyPage .nav-online_store a {
  cursor: default;
}

body.page-home header.relative {
  height: 257px;
}
body.page-home header.relative nav, body.page-home header.relative .nav-shop {
  display: none !important;
}
body.page-home header.relative p {
  width: 92px;
  height: 120px;
  position: absolute;
  left: 50%;
  margin-left: -46px;
  top: 78px;
  background-image: url(/img/common/logo.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 92px auto;
  overflow: hidden;
  text-align: left;
  width: 89px;
}

header.relative {
  width: 900px;
  height: 223px;
  position: relative;
  margin: 0 auto;
}
header.relative .logo {
  width: 74px;
  height: 100px;
  position: absolute;
  left: 0;
  top: 60px;
/*  background: url(/img/common/logo.svg) no-repeat left top;*/
  background-size: 74px;
  overflow: hidden;
  text-align: left;
}
header.relative .logo a {
  display: block;
  width: 100%;
  height: 100%;
/*  text-indent: -999px;
*/}
header .logo a,
header nav ul li a{
  transition:opacity 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0;
}
header .logo a:hover,
header .logo a:hover img,
header .logo_home a:hover,
header .logo_home a:hover img{
  opacity: 1;
}

header.relative .logo a img{
  position: absolute;
  top:0;
  left:0;
}
header.relative nav {
  position: absolute;
  right: 0;
  top: 80px;
  padding-bottom: 2px;
  border-bottom: 1px solid #dcdada;
}
header.relative nav ul li {
  float: left;
}
header.relative nav ul li a {
  display: block;
  padding: 10px 11px 10px 10px;
  font-size: 11px;
  letter-spacing: 0.04em;
  line-height: 16px;
  font-family: "Rokkitt", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
header.relative nav ul li.nav-concept a {
  padding-left: 0;
}
header.relative nav ul li:last-of-type a, header.relative nav ul li:last-of-type a {
  padding-right: 0;
}
header.relative .nav-shop {
  position: absolute;
  right: 0;
  top: 128px;
}
header.relative .nav-shop li {
  float: left;
}
header.relative .nav-shop li a {
  display: block;
  padding: 12px 14px 18px 10px;
}
header.relative .nav-shop li a span {
  display: flex;
  align-items: center;
  -webkit-transition: width 0.8s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s;
  -moz-transition: width 0.8s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s;
  -o-transition: width 0.8s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s;
  transition: width 0.8s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s;
  font-size: 11px;
  letter-spacing: 0.04em;
  line-height: 16px;
  font-family: "Rokkitt", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  white-space: nowrap;
}
header.relative .nav-shop li a span img {
  height: 16px;
  margin-right: 9px;
  width: auto;
  margin-top: -4px;
}
header.relative .nav-shop li.nav-cart a {
  padding-right: 0px;
  padding-left: 5px;
}
header.relative .nav-shop li.nav-search {
  -webkit-transition: background 0.25s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -moz-transition: background 0.25s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -o-transition: background 0.25s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: background 0.25s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}
header.relative .nav-shop li.nav-search a span {
  -webkit-transition: width 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -moz-transition: width 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -o-transition: width 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: width 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}
header.relative .nav-shop li.nav-search.open {
  background: #140a0a;
}
header.relative .nav-shop li.nav-register a span {
}
header.relative .nav-shop li.nav-login a span {
}
header.relative .nav-shop li.nav-mypage a span {
}
header.relative .nav-shop li.nav-logout a span {
}
header.relative .nav-shop li.nav-cart a span {
}

header.relative .nav-language {
  position: absolute;
  top: 40px;
  right: -156px;
  display: flex;
  align-items: center;
}
@media screen and (max-width:1212px) { 
  header.relative .nav-language {
    right: calc((100vw - 900px) / 2  * -1);
  }
}
@media screen and (max-width:1001px) { 
  header.relative .nav-language {
    right: -16px;
  }
}
@media screen and (max-width:950px) { 
  header.relative .nav-language {
    width: 100vw;
    justify-content: flex-end;
    right: 0;
    left: -50px;
  }
}
.page-home header.relative .nav-language {
  display: none;
}
header.relative .nav-language .jp {
  position: relative;
}
header.relative .nav-language .jp::after {
  position: absolute;
  content: '';
  width: 1px;
  height: 13px;
  top: 0;
  right: 0;
  background: #e8e6e6;
}
header.relative .nav-language .jp img {
  width: 53px;
}
header.relative .nav-language .en img {
  width: 53px;
}

header.fixed {
  min-width: 900px;
  width: 100%;
  height: 41px;
  position: fixed;
  margin: 0 auto;
  top: -90px;
  display: none;
  background: white;
  z-index: 100000;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
}
header.fixed.active {
  display: block;
}
header.fixed nav {
  position: absolute;
  left: 22px;
  top: 0;
}
header.fixed nav ul li {
  float: left;
}
header.fixed nav ul li a {
  display: block;
  padding: 13px 8px;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.04em;
  font-family: "Rokkitt", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
header.fixed nav ul li.nav-home a {
  padding-left: 0;
}
header.fixed nav ul li:last-of-type a, header.fixed nav ul li:last-of-type a {
  padding-right: 0;
}
header.fixed .nav-shop {
  position: absolute;
  right: 0;
  top: 0;
  background: #f6f5f5;
}
header.fixed .nav-shop li {
  float: left;
  border-left: 1px solid #dcdada;
}
header.fixed .nav-shop li a {
  display: block;
  padding: 13px 10px 12px 10px;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.04em;
  font-family: "Rokkitt", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
header.fixed .nav-shop li a span {
  display: flex;
  align-items: center;
  -webkit-transition: width 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -moz-transition: width 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -o-transition: width 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: width 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  white-space: nowrap;
}
header.fixed .nav-shop li a span img {
  height: 16px;
  margin-right: 9px;
  width: auto;
  margin-top: -4px;
}
header.fixed .nav-shop li.nav-search {
  -webkit-transition: background 0.25s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -moz-transition: background 0.25s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -o-transition: background 0.25s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: background 0.25s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}
header.fixed .nav-shop li.nav-search a span {
  -webkit-transition: width 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -moz-transition: width 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -o-transition: width 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: width 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}
header.fixed .nav-shop li.nav-search.open {
  background: #140a0a;
}
header.fixed .nav-shop li.nav-register a span {
}
header.fixed .nav-shop li.nav-login a span {
}
header.fixed .nav-shop li.nav-mypage a span {
}
header.fixed .nav-shop li.nav-logout a span {
}
header.fixed .nav-shop li.nav-cart a span {
}
header.fixed .nav-shop li.nav-pswd a span {
}
header.relative nav ul li .nav-group-button,
header.fixed nav ul li .nav-group-button {
  -webkit-appearance: none;
  appearance: none;
  display: block;
  padding: 10px 20px 10px 10px;
  font-family: "Rokkitt", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 11px;
  letter-spacing: 0.04em;
  line-height: 16px;
  color: #5b5454;
  vertical-align: baseline;
  cursor: pointer;
  border: none;
  position: relative;
  background: #ffffff;
  will-change: background-color;
  transition: background 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  margin: 0;
}
header.fixed nav ul li .nav-group-button {
  padding: 13px 20px 12px 8px;
}
.nav-group-button::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  right: 8px;
  top: 13px;
  border-width: 6px 3.5px 0 3.5px;
  border-color: #5b5454 transparent transparent transparent;
  transition: border 0s;
}
header.fixed nav ul li .nav-group-button::after {
  top: 16px;
}
/* :hoverと:focus-withinを一緒に設定すると、polyfill入れてもEdge/IEで:hoverの指定が効かないため、別々に指定する。 */
header.relative nav ul li.nav-group:hover .nav-group-button,
header.fixed nav ul li.nav-group:hover .nav-group-button {
  background: #e5e3e3;
  transition: background 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
header.relative nav ul li.nav-group:focus-within .nav-group-button,
header.fixed nav ul li.nav-group:focus-within .nav-group-button{
  background: #e5e3e3;
  transition: background 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
header.relative nav ul li.nav-group:hover .nav-group-button::after,
header.fixed nav ul li.nav-group:hover .nav-group-button::after {
  border-width: 0 3.5px 6px 3.5px;
  border-color: transparent transparent #5b5454 transparent;
  transition: border 0s;
}
header.relative nav ul li.nav-group:focus-within .nav-group-button::after,
header.fixed nav ul li.nav-group:focus-within .nav-group-button::after{
  border-width: 0 3.5px 6px 3.5px;
  border-color: transparent transparent #5b5454 transparent;
  transition: border 0s;
}
.nav-group-menu {
  z-index: 0;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s .15s, z-index 0s .15s;
  position: absolute;
  background: #e5e3e3;
  width: 120px;
  will-change: background-color;
  padding: 10px 8px 5px;
}
header.relative nav ul li.nav-group:hover .nav-group-menu,
header.fixed nav ul li.nav-group:hover .nav-group-menu{
  z-index: 2;
  visibility: visible;
  opacity: 1;
  transition: opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s, z-index 0s;
}
header.relative nav ul li.nav-group:focus-within .nav-group-menu,
header.fixed nav ul li.nav-group:focus-within .nav-group-menu{
  z-index: 2;
  visibility: visible;
  opacity: 1;
  transition: opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s, z-index 0s;
}
header.relative nav ul li .nav-group-menu > li,
header.fixed nav ul li .nav-group-menu > li{
  float: none;
}
header.relative nav ul li .nav-group-menu > li a,
header.fixed nav ul li .nav-group-menu > li a {
  display: block;
  padding: 4px 11px 4px 10px;
  text-align: left;
}

#box-search {
  display: none;
  background: #140a0a;
  position: absolute;
  left: 0;
  top: 162px;
  width: 100%;
  z-index: 10000;
  text-align: left;
}
#box-search.box-search2 {
  top: 40px;
  position: fixed;
}
#box-search.box-search3 {
  top: -5px;
  position: fixed;
}
#box-search.box-search3 .box-search-in dl {
  margin-bottom: 25px;
}
#box-search.box-search3 .box-search-in dl dt {
  margin-bottom: 15px;
}
#box-search.box-search3 .box-search-in dl dt img {
  height: 12px;
}
#box-search.box-search3 .box-search-in dl dd {
  font-size: 11px;
  line-height: 19px;
}
#box-search.box-search3 .box-search-in .search-search input {
  font-size: 14px;
}
#box-search .box-search-in {
  width: 1000px;
  margin: 0 auto;
  padding: 80px 0 80px 104px;
  box-sizing: border-box;
  position: relative;
}
#box-search .box-search-in .close {
  position: absolute;
  top: 46px;
  right: 33px;
}
#box-search .box-search-in dl {
  width: 220px;
  float: left;
  margin-right: 65px;
  margin-bottom: 60px;
}
#box-search .box-search-in dl.search-price {
  margin-right: 0;
}
#box-search .box-search-in dl.search-price dd {
  font-size: 14px;
}
#box-search .box-search-in dl dt {
  padding-bottom: 15px;
  margin-bottom: 25px;
  border-bottom: 1px solid #484141;
}
#box-search .box-search-in dl dd {
  line-height: 24px;
  font-size: 12px;
  font-family: "Rokkitt", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#box-search .box-search-in dl dd a {
  color: #d0cece;
  letter-spacing: 0.1em;
  font-family: "Rokkitt", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-transition: all 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -o-transition: all 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
    transition: all 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
}
#box-search .box-search-in .search-search {
  clear: both;
  width: 500px;
  height: 50px;
  border-bottom: 1px solid #494141;
  margin-bottom: 68px;
  margin-top: -15px;
}
#box-search .box-search-in dl dd a:hover{
  opacity: 0.6;
}
#box-search .box-search-in dl dd.s_subnav{
  position: relative;
}
#box-search .box-search-in dl dd.s_subnav:before,
#box-search .box-search-in dl dd.s_subnav:after{
  content:"";
  display: block;
  position: absolute;
  top:5px;
  left:100px;
  left: calc(8em + 8px);
  background-color: #d0cece;
  width:2px;
  height: 10px;
  opacity: 1;
    -webkit-transition: opacity 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000); 
   -moz-transition: opacity 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000); 
     -o-transition: opacity 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000); 
        transition: opacity 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
}
#box-search .box-search-in dl dd.s_subnav.wide:before, #box-search .box-search-in dl dd.s_subnav.wide:after{
  left:132px;
  left:calc(10em + 8px);
}
#box-search .box-search-in dl dd.s_subnav:hover:before,
#box-search .box-search-in dl dd.s_subnav:hover:after{
  opacity: 0;
}
#box-search .box-search-in dl dd.s_subnav:after{
  width:10px;
  height: 2px;
  top:12px;
  margin-top:-3px;
  margin-left: -4px;
}

#box-search .box-search-in dl dd.s_subnav:hover .s_sublist{
  height: 104px;
}
#box-search .box-search-in dl dd.s_subnav.wide:hover .s_sublist{
  height: 82px;
}
#box-search .box-search-in dl dd.s_subnav .s_sublist{
  padding-left: 1em;
  overflow: hidden;
  height: 0;
  -webkit-transition: height 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000); 
   -moz-transition: height 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000); 
     -o-transition: height 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000); 
        transition: height 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000); 
}
#box-search .box-search-in form{
  display: table;
  height: 50px;
}
#box-search .box-search-in form .search-search a {
  display: table-cell;
  vertical-align: middle;
  width: 40px;
  text-align: right;
}
#box-search .box-search-in form .search-search input.search_area {
  font-family: "Rokkitt", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  width: 460px;
  height: 48px;
  font-size: 20px;
  background: transparent;
  border: none;
  line-height: 50px;
  color: #d0cece;
  letter-spacing: 0.1em;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  padding: 0;
}
#box-search .box-search-in form .search-search input.search_btn {
  padding: 6px;
  margin-bottom: 4px;
  background-color: #282323;
  -webkit-transition: background-color 200ms cubic-bezier(0.77, 0, 0.175, 1) 0s;
  -moz-transition: background-color 200ms cubic-bezier(0.77, 0, 0.175, 1) 0s;
  -o-transition: background-color 200ms cubic-bezier(0.77, 0, 0.175, 1) 0s;
  transition: background-color 200ms cubic-bezier(0.77, 0, 0.175, 1) 0s;
}
#box-search .box-search-in form .search-search input.search_btn:hover {
  background-color: #352f2f;
}

.stock_input {
  margin-bottom: 44px;
  font-size: 12px;
  line-height: 24px;
  color: #d0cece;
}

.mb16 {
  margin-bottom: 16px !important;
}

input[type=radio], input[type=checkbox] {
  display: none;
}

.stock_input .checkbox {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0 20px 8px 0;
  padding: 0 0 0 21px;
  vertical-align: middle;
  cursor: pointer;
}

.stock_input .checkbox:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  margin-top: -6px;
  width: 12px;
  height: 12px;
  background-color: #d0cece;
  content: "";
}

.stock_input .checkbox:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 3px;
  display: block;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  content: "";
  opacity: 0;
  background-color: #140a0a;
  z-index: 1000;
}

input[type=checkbox]:checked + .checkbox:before {
  opacity: 1;
}

#btn-menu {
  z-index: 1000;
  outline: none;
  background-color: transparent;
  overflow: hidden;
  border: 0;
  width: 38px;
  height: 38px;
  position: fixed;
  right: 36px;
  top: 24px;
  cursor: pointer;
}
#btn-menu span {
  display: block;
  position: absolute;
  width: 38px;
  height: 1px;
  background: #b8b5b5;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1.2);
  left: 0;
  top: 0;
  top: 18.5px;
}
@media only screen and (max-width: 479px) {
  #btn-menu span {
    top: 11.5px;
  }
}
#btn-menu span:before {
  content: " ";
  display: block;
  position: absolute;
  width: 38px;
  height: 1px;
  background: #b8b5b5;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1.2);
  left: 0;
  top: 0;
  transform: translateY(-7px);
}
@media only screen and (max-width: 479px) {
  #btn-menu span:before {
    transform: translateY(-6px);
  }
}
#btn-menu span:after {
  content: " ";
  display: block;
  position: absolute;
  width: 38px;
  height: 1px;
  background: #b8b5b5;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1.2);
  left: 0;
  top: 0;
  transform: translateY(7px);
}
@media only screen and (max-width: 479px) {
  #btn-menu span:after {
    transform: translateY(6px);
  }
}
#btn-menu:hover span {
  background: #b8b5b5;
}
#btn-menu:hover span:before {
  background: #b8b5b5;
  transform: translateY(-10px);
}
@media only screen and (max-width: 479px) {
  #btn-menu:hover span:before {
    transform: translateY(-6px);
  }
}
#btn-menu:hover span:after {
  background: #b8b5b5;
  transform: translateY(10px);
}
@media only screen and (max-width: 479px) {
  #btn-menu:hover span:after {
    transform: translateY(6px);
  }
}
#btn-menu.open span {
  background: transparent;
}
#btn-menu.open span:before {
  background: #b8b5b5;
  transform: rotate(-45deg) translateY(0);
}
#btn-menu.open span:after {
  background: #b8b5b5;
  transform: rotate(45deg) translateY(0);
}

.cover {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.96);
  display: none;
  z-index: 100;
}

.cover .nav li {
  opacity: 0.6;
}
.cover .nav li:after {
  opacity: 0.4;
}

.top-main-menu li {
  -webkit-transition: opacity 3s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  -moz-transition: opacity 3s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  -o-transition: opacity 3s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  transition: opacity 3s cubic-bezier(0.77, 0, 0.175, 1) 0s;
}

.top-main-menu.op1 li {
  opacity: 0.9;
}
.top-main-menu.op1 li:after {
  opacity: 0.4;
}

.top-main-menu.op2 li {
  opacity: 1;
}
.top-main-menu.op2 li:after {
  opacity: 0.5;
}

.top-main-menu.op3 li {
  opacity: 0.8;
}
.top-main-menu.op3 li:after {
  opacity: 0.3;
}

.nav {
  text-align: left;
  z-index: 11;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -88.5px;
  margin-top: -229px;
}
.nav li {
  width: 145px;
  height: 30px;
  margin-bottom: 31px;
  position: relative;
}
.nav li:before {
  position: absolute;
  top: 15px;
  background: white;
  content: " ";
  display: block;
  pointer-events: none;
  transform: scale(0, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0.3;
  height: 1px;
}
.nav li:hover:before, .nav li.current:before, .nav li:active:before {
  -webkit-transition: all 0.1s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  -moz-transition: all 0.1s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  -o-transition: all 0.1s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  transition: all 0.1s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  transform: scale(1, 1);
}
.nav li:after {
  content: " ";
  display: block;
  position: absolute;
  top: 45px;
  left: 61px;
  width: 24.4px;
  height: 1px;
  line-height: 0;
  font-size: 0;
  border-top: 1px solid white;
  transform: rotate(-55deg);
  background-size: 100%;
  -webkit-transition: opacity, border-top 3s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  -moz-transition: opacity, border-top 3s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  -o-transition: opacity, border-top 3s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  transition: opacity, border-top 3s cubic-bezier(0.77, 0, 0.175, 1) 0s;
}
.nav li a {
  display: block;
  width: 100%;
  height: 100%;
  background-position: left top;
  background-repeat: no-repeat;
  overflow: hidden;
}
.nav li a span {
  display: block;
  text-indent: -500px;
}
.nav li.nav-news {
  background: url(/img/common/nav2/nav-news.svg);
}
.nav li.nav-news:before {
  width: calc(52px + 40px);
  left: 26.5px;
}
.nav li.nav-concept {
  background: url(/img/common/nav2/nav-concept.svg);
}
.nav li.nav-concept:before {
  width: calc(86px + 40px);
  left: 9.5px;
}
.nav li.nav-collection {
  background: url(/img/common/nav2/nav-collection.svg);
}
.nav li.nav-collection:before {
  width: calc(118px + 40px);
  left: -6.5px;
}
.nav li.nav-story {
  background: url(/img/common/nav2/nav-article.svg);
}
.nav li.nav-story:before {
  width: calc(58px + 40px);
  left: 23.5px;
}
.nav li.nav-store {
  background: url(/img/common/nav2/nav-store.svg);
}
.nav li.nav-store:before {
  width: calc(58px + 40px);
  left: 23.5px;
}
.nav li.nav-online_store {
  background: url(/img/common/nav2/nav-online_store.svg);
}
.nav li.nav-online_store:before {
  width: calc(136px + 40px);
  left: -15.5px;
}
.nav li.nav-after_care {
  background: url(/img/common/nav2/nav-after_care.svg);
}
.nav li.nav-after_care:before {
  width: calc(116px + 40px);
  left: -5.5px;
}
.nav li.nav-order_made {
  background: url(/img/common/nav2/nav-order_made.svg);
  margin-bottom: 0;
}
.nav li.nav-order_made:before {
  width: calc(124px + 40px);
  left: -9.5px;
}
.nav li.nav-order_made:after {
  background: none;
  border: none;
}

#nav-pswd-fixed-shadow {
  position: absolute;
  right: 0px;
  bottom: -41px;
  width: 158px;
  height: 82px;
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
  z-index: 100001;
}

#nav-pswd-fixed {
  position: absolute;
  right: 0px;
  bottom: -41px;
  background: none repeat scroll 0% 0% white;
  z-index: 100002;
}

.utility {
  display: none;
}

.status_login {
  display: none;
}

.FS2_breadcrumbs {
  display: none;
}

.sel_box {
  width: 140px;
  height: 32px;
  position: relative;
  display: inline-block;
}
.sel_box .js-sel_txt {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 11px;
  line-height: 32px;
  background-color: white;
  border: 1px solid #dcdada;
  cursor: pointer;
  padding: 0px 12% 0px 13px;
  background-image: url("/img/ec/detail/icon_selectarrow.gif");
  background-repeat: no-repeat;
  background-position: 95% 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
  text-align: left;
}
.sel_box select {
  opacity: 0.01;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  zoom: 1.1;
}

.FS2_upper_comment .ttl {
  background: url("/img/common/sub/bg-ttl.png") repeat-x scroll left top transparent;
  display: block;
  height: 47px;
  text-align: center;
  margin: 0 auto;
}
.FS2_upper_comment .ttl span {
  padding-top: 15px;
  display: block;
}
.FS2_upper_comment #sub-ttl {
  font-size: 14px;
  line-height: 1;
  color: #433b3b;
  padding: 28px 0 5px;
}
.FS2_upper_comment #item-comment {
  width: 900px;
  font-size: 12px;
  line-height: 26px;
  color: #5b5454;
  border-bottom: solid 1px #dcdada;
  padding: 0 0 18px;
  margin: 0 auto;
}

.FS2_body_Goods_top header.relative {
  max-width: 1000px;
  min-width: 900px;
  width: 87%;
}
.FS2_body_Goods_top #main-pic {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 70px;
  position: relative;
}
.FS2_body_Goods_top #main-pic ul.slides {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.FS2_body_Goods_top #main-pic ul.slides li {
  width: 100%;
  top: 0;
  left: 0;
  display: none;
}
.FS2_body_Goods_top #main-pic ul.slides li:first-child {
  display: block;
}
.FS2_body_Goods_top #main-pic ul.slides li img {
  width: 100%;
}
.FS2_body_Goods_top #main-pic .flex-direction-nav li a {
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
  width: 100px !important;
  height: 400px !important;
  top: 50px !important;
  margin-top: 0 !important;
}
.FS2_body_Goods_top #main-pic .flex-direction-nav li .flex-prev {
  width: 20px;
  height: 38px;
  text-indent: -9999px;
  background: url("/img/ec/top/arrow-l.png") no-repeat 39px center;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -19px;
  cursor: pointer;
  z-index: 3;
}
.FS2_body_Goods_top #main-pic .flex-direction-nav li .flex-next {
  width: 20px;
  height: 38px;
  text-indent: -9999px;
  background: url("/img/ec/top/arrow-r.png") no-repeat 39px center;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -19px;
  cursor: pointer;
  z-index: 3;
}
.FS2_body_Goods_top #main-pic .flex-control-nav {
  z-index: 99;
  position: absolute;
  right: 19px;
  bottom: 22px;
  text-align: center;
}
.FS2_body_Goods_top #main-pic .flex-control-nav li {
  margin-right: 15px;
  display: inline-block;
}
.FS2_body_Goods_top #main-pic .flex-control-nav li a {
  width: 5px;
  height: 5px;
  display: block;
  background: none repeat scroll 0% 0% white;
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 2px;
}
.FS2_body_Goods_top #main-pic .flex-control-nav li a.flex-active {
  background: none repeat scroll 0% 0% #c9cbca;
  cursor: default;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.FS2_body_Goods_top #main-pic.mode2 a.flex-active {
  background-color: #818181;
}
.FS2_body_Goods_top .ttl {
  max-width: 1000px;
}
.FS2_body_Goods_top #top-bnr {
  display: none;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 90px;
  padding: 46px 0 43px;
  background-color: #f6f5f5;
  border-bottom: solid 1px #e7e5e5;
}
.FS2_body_Goods_top #top-bnr #top-bnr-main {
  width: 900px;
  margin: 0 auto;
  overflow: hidden;
}
.FS2_body_Goods_top #footer-collection {
  margin: 0 auto;
}

.FS2_body_Goods_top #main-pic .flex-direction-nav li a {
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
  width: 100px !important;
  height: 400px !important;
  top: 50px !important;
  margin-top: 0 !important;
}
.FS2_body_Goods_top #main-pic .flex-direction-nav.off li a {
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
}
.FS2_body_Goods_top #main-pic .flex-direction-nav.on li a {
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
}
.FS2_body_Goods_top #main-pic .flex-direction-nav.mode2 li .flex-prev {
  background-image: url(https://www.ganzo.pro/img/ec/top/arrow-l2.png);
}
.FS2_body_Goods_top #main-pic .flex-direction-nav.mode2 li .flex-next {
  background-image: url(https://www.ganzo.pro/img/ec/top/arrow-r2.png);
}

#collection-box #collection-pic {
  width: 1000px;
  height: 520px;
  margin: 0 auto 76px;
  position: relative;
}
#collection-box #collection-pic ul {
  width: 1000px;
  height: 520px;
}
#collection-box #collection-pic ul li {
  width: 1000px;
  height: 520px;
  display: none;
}
#collection-box #collection-pic ul li:first-child {
  display: block;
}
#collection-box #collection-pic ul li img {
  width: 100%;
}
#collection-box #collection-pic .flex-direction-nav {
  display: none;
}
#collection-box #collection-pic .flex-control-nav {
  z-index: 99;
  position: absolute;
  right: 19px;
  bottom: 22px;
  text-align: center;
}
#collection-box #collection-pic .flex-control-nav li {
  margin-right: 15px;
  display: inline-block;
}
#collection-box #collection-pic .flex-control-nav li a {
  width: 5px;
  height: 5px;
  display: block;
  background: none repeat scroll 0% 0% white;
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 2px;
}
#collection-box #collection-pic .flex-control-nav li a.flex-active {
  background: none repeat scroll 0% 0% #c9cbca;
  cursor: default;
}
#collection-box h1 {
  margin-bottom: 40px;
}
#collection-box h1 img {
  width: auto;
  height: 57px;
}
#collection-box p {
  width: 564px;
  margin: 0 auto 73px;
  font-size: 13px;
  line-height: 27px;
  color: #433b3b;
  text-align: left;
}
#collection-box #collection-item {
  width: 900px;
  margin: 0px auto;
  border-bottom: 1px solid #e7e6e6;
  border-top: 1px solid #e7e6e6;
}
#collection-box #collection-item dl {
  padding-top: 11px;
  padding-bottom: 12px;
  text-align: center;
}
#collection-box #collection-item dl dt, #collection-box #collection-item dl dd {
  line-height: 24px;
  font-size: 11px;
  display: inline-block;
  color: #726c6c;
  letter-spacing: 0.06em;
}
#collection-box #collection-item dl dt span, #collection-box #collection-item dl dd span {
  display: inline-block;
  padding-left: 8px;
  padding-right: 8px;
}
#collection-box #collection-item dl dd {
  color: #433b3b;
}

.FS2_body_Goods_GoodsDetail .system_content #FS2_itemlayout_IH1 {
  position: relative;
  margin-bottom: 0;
}
.FS2_body_Goods_GoodsDetail .system_content #FS2_itemlayout_IH1 .FS2_additional_image_container {
  width: 100%;
  float: none;
  position: absolute;
  top: 488px;
  left: 0;
}
.FS2_body_Goods_GoodsDetail .system_content #FS2_itemlayout_IH1 .FS2_additional_image_container .FS2_additional_image_container_main {
  margin-bottom: 0;
}
.FS2_body_Goods_GoodsDetail .system_content #FS2_itemlayout_IH1 .FS2_additional_image_container .FS2_additional_image_container_main .FS2_additional_image_container_title {
  display: none;
}
.FS2_body_Goods_GoodsDetail .system_content #FS2_itemlayout_IH1 .FS2_additional_image_container .FS2_additional_image_container_main .FS2_additional_image_thumbnail_container {
  width: 100px;
  height: auto;
  margin-right: 10px;
}
.FS2_body_Goods_GoodsDetail .system_content #FS2_itemlayout_IH1 .FS2_additional_image_container .FS2_additional_image_container_main .FS2_additional_image_thumbnail_container:last-child {
  margin-right: 0;
}
.FS2_body_Goods_GoodsDetail .system_content #FS2_itemlayout_IH1 .FS2_additional_image_container .FS2_additional_image_container_main .FS2_additional_image_thumbnail_container img {
  width: 100px;
  height: auto;
  margin: 0;
  border: none;
  -webkit-transition: opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0;
  -moz-transition: opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0;
  -o-transition: opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0;
  transition: opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0;
  cursor: pointer;
}
.FS2_body_Goods_GoodsDetail .system_content #FS2_itemlayout_IH1 .FS2_additional_image_container .FS2_additional_image_container_main .FS2_additional_image_thumbnail_container img.FS2_AdditionalImage_switcher_thumbnail_selected {
  opacity: 0.2;
  -moz-opacity: 0.2;
  filter: alpha(opacity=20);
  -ms-filter: "alpha(opacity=20)";
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.FS2_body_Goods_GoodsDetail .system_content #FS2_itemlayout_IH1 .FS2_additional_image_container .FS2_additional_image_container_sub {
  display: none;
}
.FS2_body_Goods_GoodsDetail .system_content #FS2_itemlayout_IH1 .FS2_additional_image_btn_thumbnail_container {
  width: 680px;
  height: 480px;
  margin: -65px auto 0;
}
.FS2_body_Goods_GoodsDetail .system_content #FS2_itemlayout_IH1 .FS2_additional_image_btn_thumbnail_container .FS2_thumbnail_container {
  width: 680px;
  border: none;
  margin: 0;
  padding: 0;
}
.FS2_body_Goods_GoodsDetail .system_content #FS2_itemlayout_IH1 .FS2_additional_image_btn_thumbnail_container .FS2_thumbnail_container img {
  width: 680px;
}
.FS2_body_Goods_GoodsDetail .system_content #FS2_itemlayout_IH1 .FS2_additional_image_btn_thumbnail_container .FS2_additional_image_btn_container {
  display: none;
}
.FS2_body_Goods_GoodsDetail .system_content #FS2_itemlayout_IH1 .FS2_additional_image_itemdetail_container {
  display: none;
}
.FS2_body_Goods_GoodsDetail .system_content #FS2_itemlayout_IH1 .item-alt {
  width: 100%;
  display: block;
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: 0;
}
.FS2_body_Goods_GoodsDetail .system_content #FS2_itemlayout_IH1 .item-alt p {
  display: inline-block;
  color: #433b3b;
  line-height: 1;
  padding-bottom: 4px;
  border-bottom: solid 1px #dcdada;
  font-size: 11px;
}

#detail-box {
  width: 100%;
  padding-top: 109px;
  margin-bottom: 90px;
}
#detail-box #ttl {
  width: 900px;
  margin: 0 auto 15px;
  padding: 14px 0;
  border-top: solid 1px #dcdada;
  border-bottom: solid 1px #dcdada;
  text-align: left;
  overflow: hidden;
}
#detail-box #ttl h1 {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  color: #201616;
  float: left;
  padding-top: 9px;
  margin-right: 11px;
}
#detail-box #ttl h1 span {
  font-size: 20px;
  font-family: "Rokkitt", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#detail-box #ttl #ttl-number {
  display: none;
  color: #a19d9d;
  line-height: 1;
  float: left;
  padding-top: 15px;
  font-family: "Rokkitt", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#detail-box #ttl #ttl-price {
  float: right;
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  color: #201616;
  padding-top: 9px;
}
#detail-box #ttl #ttl-price span {
  font-size: 20px;
  line-height: 1;
  font-family: "Rokkitt", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#detail-box #detail-breadcrumb {
  width: 900px;
  margin: 0 auto 55px;
}
#detail-box #detail-breadcrumb ul {
  overflow: hidden;
  text-align: left;
}
#detail-box #detail-breadcrumb ul li {
  line-height: 16px;
  font-size: 11px;
  display: inline-block;
  color: #a19d9d;
  letter-spacing: 0.06em;
}
#detail-box #detail-breadcrumb ul li a {
  display: inline-block;
  font-size: 11px;
  line-height: 16px;
  color: #433b3b;
}
#detail-box #detail-breadcrumb ul li a:hover {
  text-decoration: underline;
}
#detail-box #detail-breadcrumb ul li span {
  display: inline-block;
  padding-left: 8px;
  padding-right: 8px;
}
#detail-box #detail-main {
  width: 900px;
  margin: 0 auto 91px;
  overflow: hidden;
}
#detail-box #detail-main #detail-left {
  width: 444px;
  float: left;
}
#detail-box #detail-main #detail-left #detail-txt {
  padding-bottom: 53px;
  margin-bottom: 15px;
  border-bottom: solid 1px #dcdada;
  text-align: left;
}
#detail-box #detail-main #detail-left #detail-txt p, #detail-box #detail-main #detail-left #detail-txt div, #detail-box #detail-main #detail-left #detail-txt h2 {
  font-size: 12px;
  line-height: 21px;
  color: #433b3b;
  text-align: left;
}
#detail-box #detail-main #detail-left #detail-txt p {
  margin-bottom: 21px;
}
#detail-box #detail-main #detail-left #detail-txt p:last-child {
  margin-bottom: 0;
}
#detail-box #detail-main #detail-left #detail-txt a {
  text-decoration: underline;
}
#detail-box #detail-main #detail-left #detail-txt a:hover {
  text-decoration: none;
}
#detail-box #detail-main #detail-left ul#detail-left-link {
  float: left;
  overflow: hidden;
  padding-top: 4px;
}
#detail-box #detail-main #detail-left ul#detail-left-link li {
  float: left;
  margin-right: 29px;
}
#detail-box #detail-main #detail-left ul#detail-left-link li a {
  font-size: 11px;
  line-height: 14px;
  color: #433b3b;
  background-repeat: no-repeat;
  background-position: 0 -1px;
  padding: 2px 0 2px 19px;
}
#detail-box #detail-main #detail-left ul#detail-left-link li#favo a {
  background-image: url("/img/ec/detail/ico-favo.svg");
}
#detail-box #detail-main #detail-left ul#detail-left-link li#restock a {
  background-image: url("/img/ec/detail/ico-restock.svg");
}
#detail-box #detail-main #detail-left ul#detail-left-link li#mail a {
  background-image: url("/img/ec/detail/ico-mail.svg");
}
#detail-box #detail-main #detail-left ul#detail-left-sns {
  float: right;
  overflow: hidden;
}
#detail-box #detail-main #detail-left ul#detail-left-sns li {
  float: left;
}
#detail-box #detail-main #detail-left ul#detail-left-sns li:first-child {
  margin-right: 23px;
}
#detail-box #detail-main #detail-right {
  width: 396px;
  float: right;
}
#detail-box #detail-main #detail-right #detail-table table {
  width: 100%;
}
#detail-box #detail-main #detail-right #detail-table table tr th, #detail-box #detail-main #detail-right #detail-table table tr td {
  border: solid 1px #dcdada;
  text-align: left;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 16px;
  color: #433b3b;
}
#detail-box #detail-main #detail-right #detail-table table tr td.tit {
  width: 86px;
  background-color: #fafafa;
  padding: 12px 13px 12px 13px;
  box-sizing: border-box;
}
#detail-box #detail-main #detail-right #detail-table table tr td.txt {
  width: 218px;
  padding: 12px 16px 12px 16px;
  box-sizing: border-box;
}
#detail-box #detail-main #detail-right #detail-table #btn_anc a{
  text-decoration: underline;
}
#detail-box #detail-main #detail-right #detail-table #btn_anc a:hover{
  text-decoration: none;
}
#detail-box #detail-main #detail-right .supplementaryWrapper {
  margin: 30px 0 0 0;
}
#detail-box #detail-main #detail-right .supplementaryWrapper #supplementary img {
  display: block;
  width: 100%;
  height: auto;
}
#detail-box #grey-box {
  width: 100%;
  background-color: #f6f5f5;
  border-top: solid 1px #eae9e9;
  border-bottom: solid 1px #eae9e9;
  padding: 72px 0 75px;
}
#detail-box #grey-box #photo-detail h3, #detail-box #grey-box #photo-cv h3 {
  margin-bottom: 70px;
}
#detail-box #grey-box #photo-detail ul, #detail-box #grey-box #photo-cv ul {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
  border-top: solid 1px #dcdada;
  border-left: solid 1px #dcdada;
}
#detail-box #grey-box #photo-detail ul li, #detail-box #grey-box #photo-cv ul li {
  width: 499px;
  height: 329px;
  border-right: solid 1px #dcdada;
  border-bottom: solid 1px #dcdada;
  float: left;
  overflow: hidden;
  position: relative;
  background-color: white;
}
#detail-box #grey-box #photo-detail ul li img, #detail-box #grey-box #photo-cv ul li img {
  width: 499px;
  height: auto;
  cursor: default !important;
}
#detail-box #grey-box #photo-detail ul li span, #detail-box #grey-box #photo-cv ul li span {
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-size: 11px;
  color: #898484;
}
#detail-box #grey-box #photo-detail #supplementary, #detail-box #grey-box #photo-cv #supplementary {
  width: 998px;
  margin: 0 auto;
  background-color: white;
  border-left: solid 1px #dcdada;
  border-right: solid 1px #dcdada;
  border-bottom: solid 1px #dcdada;
  text-align: center;
  padding: 50px 0 50px;
  font-size: 12px;
  line-height: 18px;
}
#detail-box #grey-box #photo-detail #supplementary img, #detail-box #grey-box #photo-cv #supplementary img {
  margin: 20px 0;
}
#detail-box #grey-box #photo-detail {
  margin-bottom: 73px;
}
#detail-box #grey-box #photo-cv {
  margin-bottom: 59px;
}
#detail-box #grey-box #grey-box-cart {
  width: 300px;
  margin: 0 auto 54px;
}
#detail-box #grey-box #grey-box-cart dl#color {
  margin-bottom: 19px;
}
#detail-box #grey-box #attention {
  width: 820px;
  margin: 0 auto 0;
  background-color: white;
  overflow: hidden;
  padding-right: 30px;
}
#detail-box #grey-box #attention h3 {
  float: left;
}
#detail-box #grey-box #attention ul {
  width: 659px;
  float: right;
  border-left: solid 1px #dcdada;
}
#detail-box #grey-box #attention ul li {
  font-size: 11px;
  text-align: left;
  color: #433b3b;
  line-height: 18px;
  text-indent: -1em;
  padding-left: 1em;
}
#detail-box #grey-box #aftercare {
  text-align: center;
}
#detail-box #grey-box #aftercare a {
  display: inline-block;
  margin: 0 6px;
}
#detail-box #grey-box #aftercare a.btn_aftercare {
  display: none;
}
#detail-box dl#color {
  overflow: hidden;
  margin-bottom: 29px;
}
#detail-box dl#color dt {
  width: 61px;
  height: 32px;
  line-height: 32px;
  display: block;
  float: left;
  font-size: 11px;
  text-align: left;
  font-family: "Rokkitt", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#detail-box dl#color dd {
  width: 238px;
  height: 32px;
  line-height: 32px;
  display: block;
  float: left;
}
#detail-box dl#color dd .sel_box {
  width: 238px;
  height: 32px;
}
#detail-box dl#color dd .FS2_additional_image_itemdetail_container_left {
  display: none;
}

#btn-addcart {
  margin-bottom: 29px;
}
#btn-addcart input {
  width: 300px;
  height: 54px;
  padding: 0px;
  border: medium none;
  background-repeat: no-repeat;
  text-indent: 104%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  cursor: pointer;
  transition: opacity 0.5s ease 0s;
  background-image: url("/img/ec/detail/btn-addcart.svg");
  -webkit-transition: opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0;
  -moz-transition: opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0;
  -o-transition: opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0;
  transition: opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0;
}
#btn-addcart input.soldout {
  background-image: url("/img/ec/detail/btn-sold_out.svg") !important;
  background-size: 300px 54px;
  cursor: pointer;
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
}
#btn-addcart input.soldout_end {
  background-image: url("/img/ec/detail/btn-sold_out_end.svg") !important;
  background-size: 300px 54px;
  cursor: default;
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
}
#btn-addcart input.empty {
  background-image: url("/img/ec/detail/btn-empty.svg") !important;
  cursor: default;
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
}

/*2015-09-07*/
#detail_matrix{margin-bottom: 28px;}
#detail_matrix dl.cart_box,
#detail_matrix_bottom dl.cart_box{
  width: 100%;
  min-height: 54px;
  display: table;
  background-color: #f8f8f8;
  margin-bottom: 2px;
}

#detail_matrix dl.cart_box dt,
#detail_matrix dl.cart_box dd,
#detail_matrix_bottom dl.cart_box dt,
#detail_matrix_bottom dl.cart_box dd{
  min-height: 54px;
  height: 100%;
  vertical-align: middle;
  display: table-cell;
  font-size: 11px;
  line-height: 16px;
}
#detail_matrix dl.cart_box dd.cell1,
#detail_matrix_bottom dl.cart_box dd.cell1{
  width: 54px;
  text-align: center;
}
#detail_matrix dl.cart_box dt.cell2,
#detail_matrix_bottom dl.cart_box dt.cell2{text-align: left;}
#detail_matrix dl.cart_box dd.cell3,
#detail_matrix_bottom dl.cart_box dd.cell3{width: 54px;}
#detail_matrix dl.cart_box dd input,
#detail_matrix_bottom dl.cart_box dd input{
  width: 147px;
  height: 54px;
  background-color: transparent;
  border: none;
  padding: 0;
  text-indent: 201%;
  white-space: nowrap;
  overflow: hidden;
  display:block;
  cursor: pointer;
}
#detail_matrix dl.cart_box dd.btn_buy input,
#detail_matrix_bottom dl.cart_box dd.btn_buy input{background-image: url(/img/ec/detail/btn_addcart.gif) !important;}

#detail_matrix dl.cart_box dd.btn_soldout input,
#detail_matrix_bottom dl.cart_box dd.btn_soldout input{
  background-image: url(/img/ec/detail/btn_soldout.gif) !important;
  cursor: default;
  pointer-events: none;
}

#detail_matrix dl.cart_box dd.btn_nostock input,
#detail_matrix_bottom dl.cart_box dd.btn_nostock input{background-image: url(/img/ec/detail/btn_nostock.gif) !important;}

#detail_bottom{
  width: 796px;
  overflow: hidden;
  margin: 0 auto 54px auto;
  padding: 51px 52px;
  background-color: #ffffff;
}

#detail_bottom #detail_bottom_cart{
  width: 396px;
  float: right;
}
#detail_bottom #attention{
  width: 350px !important;
  float: left !important;
}
#detail_bottom #attention h3{
  width: 100%;
  padding-bottom: 21px;
  margin-bottom: 23px;
  border-bottom: solid 1px #dcdada;
  text-align: left;
}
#detail_bottom #attention ul{
  width: 100% !important;
}
#detail_bottom #attention ul li{
  padding-left: 2em !important;
  text-indent: -2em !important;
}

#FS2_body_Goods .system_content .pager {
  display: none;
}
#FS2_body_Goods .system_content .pager .FS2_pager_text, #FS2_body_Goods .system_content .pager .FS2_pager_link_first, #FS2_body_Goods .system_content .pager .FS2_pager_link_last {
  display: none;
}
#FS2_body_Goods .system_content .pager .FS2_pager_stay {
  font-size: 16px;
  line-height: 13px;
  color: #a19d9d;
  padding: 0 5px;
  display: block;
  float: left;
  margin: 0 10px;
}
#FS2_body_Goods .system_content .pager .FS2_pager_link {
  font-size: 16px;
  line-height: 13px;
  color: #433b3b;
  padding: 0 5px;
  display: block;
  float: left;
  margin: 0 10px;
}
#FS2_body_Goods .system_content .pager .FS2_pager_link_prev {
  display: block;
  float: left;
  width: 57px;
  height: 13px;
  background-image: url("/img/ec/common/btn-prev.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  margin-right: 40px;
}
#FS2_body_Goods .system_content .pager .FS2_pager_link_prev img {
  display: none;
}
#FS2_body_Goods .system_content .pager .FS2_pager_link_next {
  display: block;
  float: left;
  width: 57px;
  height: 13px;
  background-image: url("/img/ec/common/btn-next.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  margin-left: 40px;
}
#FS2_body_Goods .system_content .pager .FS2_pager_link_next img {
  display: none;
}
#FS2_body_Goods .system_content .pager .FS2_pager_text + .FS2_pager_stay {
  font-size: 16px;
  line-height: 13px;
  color: #a19d9d;
  padding: 0 5px 0 102px;
  display: block;
  float: left;
  margin: 0 10px;
}
#FS2_body_Goods .system_content .pager .FS2_pager_stay:last-child {
  font-size: 16px;
  line-height: 13px;
  color: #a19d9d;
  padding: 0 102px 0 5px;
  display: block;
  float: left;
  margin: 0 10px;
}
#FS2_body_Goods .system_content br + .pager {
  display: inline-block;
  border: none;
  padding: 0 0 108px 0;
  margin: 0;
}
#FS2_body_Goods .groupLayout {
  width: 900px;
  margin: 0 auto;
  padding-bottom: 30px;
}
#FS2_body_Goods .groupLayout > div {
  width: 944px;
  padding-top: 70px;
}
#FS2_body_Goods .groupLayout > div .FS2_AdditionalImage_Balloon_Tip_RollOver {
  background-color: white;
}
#FS2_body_Goods .groupLayout > div #FS2_itemlayout_IHL2 {
  border: none;
  width: 192px;
  padding: 0;
  margin: 0 44px 50px 0;
  position: relative;
}
#FS2_body_Goods .groupLayout > div #FS2_itemlayout_IHL2 .FS2_thumbnail_container {
  margin-bottom: 28px;
}
#FS2_body_Goods .groupLayout > div #FS2_itemlayout_IHL2 .FS2_thumbnail_container a img {
  width: 192px;
  height: auto;
}
#FS2_body_Goods .groupLayout > div #FS2_itemlayout_IHL2 .FS2_AdditionalImageEnlargementSsize_Button {
  display: none;
}
#FS2_body_Goods .groupLayout > div #FS2_itemlayout_IHL2 .FS2_WishListButton_area {
  display: none;
}
#FS2_body_Goods .groupLayout > div #FS2_itemlayout_IHL2 .itemGroup {
  padding: 0;
  margin: 0;
}
#FS2_body_Goods .groupLayout > div #FS2_itemlayout_IHL2 .itemGroup a {
  color: #433b3b;
  font-size: 11px;
  line-height: 16px;
}
#FS2_body_Goods .groupLayout > div #FS2_itemlayout_IHL2 .FS2_itemPrice_area .FS2_itemPrice_text {
  margin: 0;
  font-size: 11px;
  line-height: 16px;
  color: #433b3b;
}
#FS2_body_Goods .groupLayout > div #FS2_itemlayout_IHL2 .FS2_itemPrice_area .FS2_itemPrice_text .FS2_special_price {
  display: none;
}
#FS2_body_Goods .groupLayout > div #FS2_itemlayout_IHL2 .FS2_itemPrice_area .FS2_itemPrice_text .itemPrice {
  color: #433b3b;
  font-weight: normal;
}
#FS2_body_Goods .groupLayout > div #FS2_itemlayout_IHL2 .FS2_itemPrice_area .itemStock {
  display: none;
}
#FS2_body_Goods .groupLayout > div #FS2_itemlayout_IHL2 .FS2_itemPrice_area .FS2_noStockText {
  display: none;
}
#FS2_body_Goods .groupLayout > div #FS2_itemlayout_IHL2 .FS2_AdditionalImage_Balloon_Tip {
  border: none;
  border-bottom: solid 1px #e7e6e6;
  width: 62px;
  height: auto;
  position: absolute;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: -38px !important;
  left: 180px !important;
  z-index: 100;
}
#FS2_body_Goods .groupLayout > div #FS2_itemlayout_IHL2 .FS2_AdditionalImage_Balloon_Tip a {
  width: 60px;
  height: 60px;
  border-top: solid 1px #e7e6e6;
  border-left: solid 1px #e7e6e6;
  border-right: solid 1px #e7e6e6;
  display: block;
  text-align: center;
}
#FS2_body_Goods .groupLayout > div #FS2_itemlayout_IHL2 .FS2_AdditionalImage_Balloon_Tip a img {
  width: 58px;
  height: auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.FS2_body_Goods_GoodsSearchList h2.pageTitle {
  display: none;
}
.FS2_body_Goods_GoodsSearchList #error_txt {
  padding-top: 150px;
  padding-bottom: 160px;
}

#Recommend2 {
  margin-bottom: 100px;
}

.FS2_body_Goods_top #_rcmdjp_display_1 {
  padding-top: 60px;
  margin-bottom: 60px;
}
.FS2_body_Goods_top #_rcmdjp_display_1 .Recommend2 ul li {
  margin-bottom: 44px;
}
.FS2_body_Goods_top #_rcmdjp_display_2 {
  margin-bottom: 60px;
}
.FS2_body_Goods_top #_rcmdjp_display_2 li {
  margin-bottom: 50px;
}

.FS2_body_Goods_GoodsDetail #_rcmdjp_display_1 {
  margin-bottom: 60px;
}

.FS2_body_Goods_GoodsDetail #_rcmdjp_display_3 {
  margin-top: 60px;
}

.Recommend2 {
  width: 900px;
  margin: 0 auto;
}
.Recommend2 h2 {
  width: 900px;
  text-align: left;
  padding-bottom: 17px;
  border-bottom: solid 1px #dcdada;
}
.Recommend2 ul {
  width: 944px;
  padding-top: 60px;
  overflow: hidden;
}
.Recommend2 ul li {
  width: 192px;
  float: left;
  margin-right: 44px;
  position: relative;
}
.Recommend2 ul li .rank {
  position: absolute;
  top: -40px;
  left: 0;
}
.Recommend2 ul li span.img {
  display: block;
  margin-bottom: 28px;
}
.Recommend2 ul li span.img img {
  width: 192px;
  height: auto;
}
.Recommend2 ul li span.txt {
  font-size: 11px;
  line-height: 16px;
  color: #433b3b;
}

.inbox {
  margin-right: auto;
  margin-left: auto;
}

.page-law .breadcrumb {
  margin-top: 93px;
}
.page-law section.ttl_box p {
  padding-top: 70px;
  width: 600px;
  margin: 0 auto 76px;
  line-height: 26px;
  font-size: 12px;
  color: #5b5454;
  text-align: left;
}
.page-law section.detail_box {
  margin-bottom: 49px;
}
.page-law .inbox {
  width: 900px !important;
  overflow: hidden;
  background: #f6f5f5 url(/img/common/sub/bg-wborder.png);
  background-repeat: repeat-x;
  background-position: left top;
  padding-top: 70px;
  padding-bottom: 70px;
  border-bottom: 1px solid #e7e5e5;
}
.page-law .inbox div {
  width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.page-law .inbox table th {
  width: 106px;
  background-color: #797373;
  color: #f3f3f3;
  padding: 17px 17px 14px;
  font-size: 12px;
  line-height: 21px;
  border-bottom: solid 1px #898484;
  border-left: solid 1px #666060;
  text-align: left;
}
.page-law .inbox table th:last-child {
  border-bottom: solid 1px #666060;
}
.page-law .inbox table th:first-child {
  border-top: solid 1px #666060;
}
.page-law .inbox table td {
  background-color: white;
  color: #433b3b;
  font-size: 12px;
  line-height: 21px;
  padding: 17px 22px 14px;
  border-bottom: solid 1px #dcdada;
  border-right: solid 1px #dcdada;
  border-top: solid 1px #dcdada;
  text-align: left;
}
.page-law .inbox table td li {
  text-indent: -1.2em;
  padding-left: 1.2em;
  font-size: 12px;
  line-height: 21px;
}

.page-guide .breadcrumb {
  margin-top: 93px;
}
.page-guide section.ttl_box {
  margin-bottom: 80px;
}
.page-guide section.detail_box {
  margin-bottom: 49px;
}
.page-guide section.detail_box #guide-nav {
  width: 893px;
  height: 12px;
  margin: 0 auto 25px;
}
.page-guide section.detail_box #guide-nav li {
  float: left;
  font-size: 12px;
  line-height: 1;
  color: #5b5454;
  border-left: solid 1px #d0cece;
  /*padding-left: 24px;
  margin-left: 24px;*/
  padding-left: 12px;
  margin-left: 12px;
  letter-spacing: 0.08em;
}
.page-guide section.detail_box #guide-nav li a:hover {
  text-decoration: underline;
}
.page-guide section.detail_box #guide-nav li:first-child {
  padding-left: 0;
  margin-left: 0;
  border-left: none;
}
.page-guide section.detail_box .inbox {
  width: 900px !important;
  overflow: hidden;
  background: #f6f5f5 url(/img/common/sub/bg-wborder.png);
  background-repeat: repeat-x;
  background-position: left top;
  padding-top: 73px;
  padding-bottom: 73px;
  border-bottom: 1px solid #e7e5e5;
  clear: both;
}
.page-guide section.detail_box .inbox a {
  text-decoration: underline;
}
.page-guide section.detail_box .inbox a:hover {
  text-decoration: none;
}
.page-guide section.detail_box .inbox > div {
  width: 700px;
  margin: 0 auto;
  text-align: center;
}
.page-guide section.detail_box .inbox>div h3,
.page-guide section.detail_box .inbox #guide-2 h1,
.page-guide section.detail_box .inbox #guide-3 h1,
.page-guide section.detail_box .inbox #guide-4 h1,
.page-guide section.detail_box .inbox #guide-5 h1,
.page-guide section.detail_box .inbox #guide-6 h1,
.page-guide section.detail_box .inbox #guide-7 h1
 {
  margin-bottom: 44px;
}

.page-guide section.detail_box .inbox>div h3 span, 
.page-guide section.detail_box .inbox #guide-2 h1 span, 
.page-guide section.detail_box .inbox #guide-3 h1 span, 
.page-guide section.detail_box .inbox #guide-4 h1 span, 
.page-guide section.detail_box .inbox #guide-5 h1 span, 
.page-guide section.detail_box .inbox #guide-6 h1 span,
.page-guide section.detail_box .inbox #guide-7 h1 span {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  color: #201616;
  padding-bottom: 7px;
  border-bottom: solid 1px #726c6c;
}
.page-guide section.detail_box .inbox > div p.sub-txt {
  margin: 0 auto 60px;
  text-align: left;
  font-size: 12px;
  line-height: 26px;
  display: inline-block;
}
.page-guide section.detail_box .inbox > div p.sub-txt.mb_mente{
  margin-bottom: 10px;
}
.page-guide section.detail_box .inbox > div p.ano_txt{
  background-color: #fff;
  width: 100%;
  padding: 16px 16px 16px 27px;
  box-sizing: border-box;
}
.page-guide section.detail_box .inbox > div p.ano_txt span{
  margin-left: -11px;
}
.page-guide section.detail_box .inbox #guide-1-3 p.sub-txt{
  margin-bottom: 0!important;
}
.page-guide section.detail_box .inbox > div > table {
  width: 700px;
}
.page-guide section.detail_box .inbox > div > table tr th {
  vertical-align: top;
  text-align: left;
  border-top: solid 1px #d0cece;
  width: 212px;
  font-size: 12px;
  line-height: 21px;
  padding: 18px 0;
}
.page-guide section.detail_box .inbox > div > table tr td {
  vertical-align: top;
  text-align: left;
  border-top: solid 1px #d0cece;
  width: 488px;
  font-size: 12px;
  line-height: 21px;
  padding: 18px 0;
}
.page-guide section.detail_box .inbox > div > table tr td table tr th {
  text-align: left;
  border-top: none;
  width: auto;
  font-size: 12px;
  line-height: 1;
  padding: 0;
}
.page-guide section.detail_box .inbox > div > table tr td table tr td {
  text-align: left;
  border-top: none;
  width: auto;
  font-size: 12px;
  line-height: 1;
  padding: 0;
}
.page-guide section.detail_box .inbox > div span.red {
  color: #9a5260;
}
.page-guide section.detail_box .inbox > div span.bold {
  font-weight: bold;
}
.page-guide section.detail_box .inbox > div span.fs10 {
  font-size: 11px;
  line-height: 1;
}
.page-guide section.detail_box .inbox + .inbox {
  margin-top: 15px;
}
.page-guide section.detail_box .inbox #guide-1-1 .crossborder {
  width: 596px;
  margin-bottom: 45px;
  border: solid 1px #d0cece;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: calc(22px - ((19.2px - 12px) / 2));
  padding-bottom: calc(22px - ((19.2px - 12px) / 2));
}
.page-guide section.detail_box .inbox #guide-1-1 .sub-txt + .crossborder {
  margin-top: -40px;
}
.page-guide section.detail_box .inbox #guide-1-1 .crossborder .txt {
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: left;
}
.page-guide section.detail_box .inbox #guide-1-1 .souryo {
  border: solid 1px #d0cece;
  background-color: white;
  text-align: center;
  font-size: 12px;
  line-height: 46px;
  margin-bottom: 12px;
}
.page-guide section.detail_box .inbox #guide-1-1 .jikan tr td {
  width: 96.4px;
  /*width: 80px;*/
  height: 51px;
  border: solid 1px #d0cece;
  background-color: white;
  font-size: 11px;
  line-height: 15px;
  text-align: center;
  vertical-align: middle;
  color: #5b5454;
  margin-top: 10px;
}
.page-guide section.detail_box .inbox #guide-1-2 .card {
  margin: 10px 0;
  background-color: #eae9e9;
  border: solid 1px #d0cece;
}
.page-guide section.detail_box .inbox #guide-1-2 .card tr td {
  width: 121px;
  height: 48px;
  background-color: white;
  border: solid 1px #d0cece;
  line-height: 20px;
  font-size: 11px;
  vertical-align: middle;
  text-align: center;
}
.page-guide section.detail_box .inbox #guide-1-2 .card tr td img {
  height: 20px;
  margin-right: 3px;
}
.page-guide section.detail_box .inbox #guide-1-2 .bank {
  margin: 10px 0;
}
.page-guide section.detail_box .inbox #guide-1-2 .bank tr th {
  width: 93px;
  height: 45px;
  border: solid 1px #d0cece;
  background-color: #eae9e9;
  box-sizing: border-box;
  vertical-align: middle;
  padding-left: 15px;
  color: #5b5454;
}
.page-guide section.detail_box .inbox #guide-1-2 .bank tr td {
  width: 395px;
  height: 45px;
  border: solid 1px #d0cece;
  background-color: white;
  box-sizing: border-box;
  vertical-align: middle;
  padding-left: 17px;
  color: #5b5454;
}
.page-guide section.detail_box .inbox #guide-1-2 .daibiki {
  margin: 10px 0;
}
.page-guide section.detail_box .inbox #guide-1-2 .daibiki tr th {
  width: 190px;
  height: 45px;
  border: solid 1px #d0cece;
  background-color: #eae9e9;
  box-sizing: border-box;
  vertical-align: middle;
  padding-left: 15px;
  color: #5b5454;
}
.page-guide section.detail_box .inbox #guide-1-2 .daibiki tr td {
  width: 298px;
  height: 45px;
  border: solid 1px #d0cece;
  background-color: white;
  box-sizing: border-box;
  vertical-align: middle;
  padding-left: 17px;
  color: #5b5454;
}
.page-guide section.detail_box .inbox #guide-2 .contact, .page-guide section.detail_box .inbox #guide-3 .contact {
  margin-bottom: 10px;
}
.page-guide section.detail_box .inbox #guide-2 .contact tr th, .page-guide section.detail_box .inbox #guide-3 .contact tr th {
  width: 93px;
  height: 45px;
  border: solid 1px #d0cece;
  background-color: #eae9e9;
  box-sizing: border-box;
  vertical-align: middle;
  padding-left: 15px;
  color: #5b5454;
}
.page-guide section.detail_box .inbox #guide-2 .contact tr td, .page-guide section.detail_box .inbox #guide-3 .contact tr td {
  width: 395px;
  height: 45px;
  border: solid 1px #d0cece;
  background-color: white;
  box-sizing: border-box;
  vertical-align: middle;
  padding-left: 17px;
  color: #5b5454;
}
.page-guide section.detail_box .inbox #guide-4 .sub-txt {
  margin-bottom: 0;
}
.page-guide section.detail_box .inbox #guide-5 table tr th {
  text-align: left;
  border-top: none;
  width: auto;
  font-size: 12px;
  line-height: 1;
  padding: 0;
}
.page-guide section.detail_box .inbox #guide-5 table tr td {
  text-align: left;
  border-top: none;
  width: auto;
  font-size: 12px;
  line-height: 1;
  padding: 0;
}
.page-guide section.detail_box .inbox #guide-5 table {
  margin-bottom: 70px;
}
.page-guide section.detail_box .inbox #guide-5 table tr th {
  width: 106px;
  background-color: #797373;
  color: #f3f3f3;
  padding: 17px 17px 14px;
  font-size: 12px;
  line-height: 21px;
  border-bottom: solid 1px #898484;
  border-left: solid 1px #666060;
}
.page-guide section.detail_box .inbox #guide-5 table tr th:last-child {
  border-bottom: solid 1px #666060;
}
.page-guide section.detail_box .inbox #guide-5 table tr th:first-child {
  border-top: solid 1px #666060;
}
.page-guide section.detail_box .inbox #guide-5 table tr td {
  width: 514px;
  background-color: white;
  color: #433b3b;
  font-size: 12px;
  line-height: 21px;
  padding: 17px 22px 14px;
  border-bottom: solid 1px #dcdada;
  border-right: solid 1px #dcdada;
  border-top: solid 1px #dcdada;
}

.page-guide-1 li#guide-1 a {
  opacity: 0.4;
  -moz-opacity: 0.4;
  filter: alpha(opacity=40);
  -ms-filter: "alpha(opacity=40)";
}

.page-guide-2 li#guide-2 a {
  opacity: 0.4;
  -moz-opacity: 0.4;
  filter: alpha(opacity=40);
  -ms-filter: "alpha(opacity=40)";
}

.page-guide-3 li#guide-3 a {
  opacity: 0.4;
  -moz-opacity: 0.4;
  filter: alpha(opacity=40);
  -ms-filter: "alpha(opacity=40)";
}

.page-guide-4 li#guide-4 a {
  opacity: 0.4;
  -moz-opacity: 0.4;
  filter: alpha(opacity=40);
  -ms-filter: "alpha(opacity=40)";
}

.page-guide-5 li#guide-5 a {
  opacity: 0.4;
  -moz-opacity: 0.4;
  filter: alpha(opacity=40);
  -ms-filter: "alpha(opacity=40)";
}
.page-guide-5 h4 {
  text-align: center;
  font-size: 14px;
  line-height: 1;
  color: #201616;
  margin-bottom: 20px;
}
.page-guide-5 h4 span {
  display: block;
  width: 22px;
  height: 1px;
  border-bottom: solid 1px #d0cece;
  margin: 0 auto;
  padding-top: 13px;
}
.page-guide-5 .tac {
  margin-bottom: 40px;
}
.page-guide-5 #white-box {
  width: 700px;
  height: 844px;
  margin: 0 auto 66px;
  padding: 78px 67px 70px;
  background-image: url("/img/guide/guide-5-bg.gif");
}
.page-guide-5 #white-box img {
  margin-bottom: 23px;
}
.page-guide-5 #white-box p {
  font-size: 12px;
  line-height: 21px;
  color: #5b5454;
  text-align: left;
}
.page-guide-5 #attention {
  width: 600px;
  margin: 0 auto;
}
.page-guide-5 #attention h5 {
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 26px;
}
.page-guide-5 #attention p {
  text-align: left;
  font-size: 12px;
  line-height: 26px;
  color: #5b5454;
}

.page-guide-6 .main-table td img {
  width: 480px;
  height: auto;
  margin-top: 10px;
}

.page-guide-6 li#guide-6 a {
  opacity: 0.4;
}

.page-guide-6 .letterSetAnnotation {
  display: block;
  margin-top: calc(23px - (21px - 12px) / 2);
}

.page-guide-6 .letterSetLink {
  display: block;
  margin-top: calc(23px - (21px - 12px));
  margin-left: auto;
  width: fit-content;
}

.page-guide-7 ul.accordion{
  padding-left: 15px;
}
.page-guide-7 ul.accordion li{
  margin-top: 5px;
}
.page-guide-7 ul.accordion li:first-child{
  margin-top: 0;
}
.page-guide-7 ul.accordion li .h2{
  cursor:pointer;
  position: relative;
}
.page-guide-7 ul.accordion li .h2:before{
  content: '';
  position: absolute;
  top: 50%;
  left: -15px;
  margin-top: -5.5px;
  background-image: url(/img/guide/icon_plus_pc.png);
  background-repeat: no-repeat;
  -webkit-background-size: 11px 11px;
  background-size: 11px 11px;
  background-position: left center;
  width: 11px;
  height: 11px;
}
.page-guide-7 ul.accordion li .h2.act:before{
  background-image: url(/img/guide/icon_minus_pc.png);
}
.page-guide-7 ul.accordion li .accordionBox{
  display: none;
  background-color: #fff;
  box-sizing: border-box;
  padding: 13px;
    margin-top: 8px;
    margin-bottom: 12px;
    font-size: 12px;
    line-height: 23px;
}
.page-guide-7 ul.accordion li:last-child .accordionBox{
  margin-bottom: 0;
}
.page-guide-7 li#guide-7 a{
      opacity: 0.4;
    -moz-opacity: 0.4;
    filter: alpha(opacity=40);
    -ms-filter: "alpha(opacity=40)";
}

.FS2_body_Goods_cordovan li#nav-coll-1 img {
  opacity: 0.2;
  -moz-opacity: 0.2;
  filter: alpha(opacity=20);
  -ms-filter: "alpha(opacity=20)";
}

.FS2_body_Goods_shell_cordovan_2 li#nav-coll-2 img {
  opacity: 0.2;
  -moz-opacity: 0.2;
  filter: alpha(opacity=20);
  -ms-filter: "alpha(opacity=20)";
}

.FS2_body_Goods_cordovano li#nav-coll-3 img {
  opacity: 0.2;
  -moz-opacity: 0.2;
  filter: alpha(opacity=20);
  -ms-filter: "alpha(opacity=20)";
}

.FS2_body_Goods_thin_bridle li#nav-coll-4 img {
  opacity: 0.2;
  -moz-opacity: 0.2;
  filter: alpha(opacity=20);
  -ms-filter: "alpha(opacity=20)";
}

.FS2_body_Goods_bridle_casual li#nav-coll-5 img {
  opacity: 0.2;
  -moz-opacity: 0.2;
  filter: alpha(opacity=20);
  -ms-filter: "alpha(opacity=20)";
}

.FS2_body_Goods_lizard5 li#nav-coll-6 img {
  opacity: 0.2;
  -moz-opacity: 0.2;
  filter: alpha(opacity=20);
  -ms-filter: "alpha(opacity=20)";
}

.FS2_body_Goods_calf_nume_2 li#nav-coll-7 img {
  opacity: 0.2;
  -moz-opacity: 0.2;
  filter: alpha(opacity=20);
  -ms-filter: "alpha(opacity=20)";
}

.FS2_body_Goods_calf_deer_2 li#nav-coll-8 img {
  opacity: 0.2;
  -moz-opacity: 0.2;
  filter: alpha(opacity=20);
  -ms-filter: "alpha(opacity=20)";
}

.FS2_body_Goods_minerva_natural li#nav-coll-9 img {
  opacity: 0.2;
  -moz-opacity: 0.2;
  filter: alpha(opacity=20);
  -ms-filter: "alpha(opacity=20)";
}

.FS2_body_Goods_buttero li#nav-coll-10 img {
  opacity: 0.2;
  -moz-opacity: 0.2;
  filter: alpha(opacity=20);
  -ms-filter: "alpha(opacity=20)";
}

.FS2_body_Goods_gh li#nav-coll-11 img {
  opacity: 0.2;
  -moz-opacity: 0.2;
  filter: alpha(opacity=20);
  -ms-filter: "alpha(opacity=20)";
}

.FS2_body_Goods_gr li#nav-coll-12 img {
  opacity: 0.2;
  -moz-opacity: 0.2;
  filter: alpha(opacity=20);
  -ms-filter: "alpha(opacity=20)";
}

.FS2_body_Goods_gud li#nav-coll-13 img {
  opacity: 0.2;
  -moz-opacity: 0.2;
  filter: alpha(opacity=20);
  -ms-filter: "alpha(opacity=20)";
}

.FS2_body_Goods_7qs li#nav-coll-14 img {
  opacity: 0.2;
  -moz-opacity: 0.2;
  filter: alpha(opacity=20);
  -ms-filter: "alpha(opacity=20)";
}

.FS2_body_Goods_sacchetto_2 li#nav-coll-15 img {
  opacity: 0.2;
  -moz-opacity: 0.2;
  filter: alpha(opacity=20);
  -ms-filter: "alpha(opacity=20)";
}

.FS2_body_Goods_maestro_2 li#nav-coll-16 img {
  opacity: 0.2;
  -moz-opacity: 0.2;
  filter: alpha(opacity=20);
  -ms-filter: "alpha(opacity=20)";
}

.FS2_body_Goods_ostrich li#nav-coll-17 img {
  opacity: 0.2;
  -moz-opacity: 0.2;
  filter: alpha(opacity=20);
  -ms-filter: "alpha(opacity=20)";
}

.FS2_body_Goods_ganzo_x_steven_alan li#nav-coll-18 img {
  opacity: 0.2;
  -moz-opacity: 0.2;
  filter: alpha(opacity=20);
  -ms-filter: "alpha(opacity=20)";
}

.FS2_body_Goods_monocle li#nav-coll-19 img {
  opacity: 0.2;
  -moz-opacity: 0.2;
  filter: alpha(opacity=20);
  -ms-filter: "alpha(opacity=20)";
}

.FS2_body_Goods_after_care li#nav-coll-20 img {
  opacity: 0.2;
  -moz-opacity: 0.2;
  filter: alpha(opacity=20);
  -ms-filter: "alpha(opacity=20)";
}

#FS2_body_ArrivalInfomation .system_content > span {
  display: block;
  line-height: 1.5;
}

#footer-sp {
  padding: 78px 0 74px;
  background-color: #f6f5f5;
  border-top: solid 1px #e7e5e5;
  border-bottom: solid 1px #e7e5e5;
  margin-bottom: 83px;
  text-align: center;
}
#footer-sp p.sp-ttl {
  margin-bottom: 22px;
  line-height: 1;
}
#footer-sp p.sp-txt {
  font-size: 12px;
  color: #433b3b;
  line-height: 1;
  margin-bottom: 60px;
}
#footer-sp .clearfix {
  width: 924px;
  margin: 0 auto 15px auto;
  padding-left: 24px;
}
#footer-sp .clearfix .flL {
  width: 207px;
  margin-right: 24px;
}
#footer-sp .clearfix .flL a {
  display: block;
}
#footer-sp .clearfix .flL a .pic {
  margin-bottom: 21px;
}
#footer-sp .clearfix .flL a .txt {
  border-bottom: solid 1px #b2aeae;
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 29px;
}
#footer-sp .clearfix .flL a .txt p {
  font-size: 11px;
  color: #5b5454;
  margin-bottom: 0 !important;
}
#footer-sp .clearfix .flL a .description p {
  font-size: 11px;
  line-height: 18px;
  text-align: left;
  margin-bottom: 0 !important;
}

#footer-collection {
  width: 905px;
  margin: 0 auto 83px;
  text-align: center;
}
#footer-collection h3 {
  margin-bottom: 57px;
}
#footer-collection .clearfix {
  width: 905px;
}
#footer-collection .clearfix ul {
  width: 181px;
  float: left;
}
#footer-collection .clearfix ul li {
  width: 184px;
  height: 33px;
}
#footer-collection .clearfix ul li img {
  width: auto;
  height: auto;
}
#footer-collection #category-nav-box {
  margin-bottom: 48px;
}
#footer-collection #category-nav-box h3 {
  margin-bottom: 40px;
}
#footer-collection #category-nav-box .warp-nav-ul {
  display: inline-block;
}
#footer-collection #category-nav-box .warp-nav-ul ul {
  display: inline-block;
  vertical-align: top;
}
#footer-collection #category-nav-box .warp-nav-ul ul.cell2 {
  margin-left: 95px;
}
#footer-collection #category-nav-box .warp-nav-ul ul.cell3 {
  margin-left: 77px;
}
#footer-collection #category-nav-box .warp-nav-ul ul.cell4 {
  margin-left: 95px;
}
#footer-collection #category-nav-box .warp-nav-ul ul li {
  font-size: 12px;
  line-height: 34px;
  text-align: left;
}
#footer-collection #collection-nav-box h3 {
  margin-bottom: 40px;
}
#footer-collection #collection-nav-box .warp-nav-ul {
  display: inline-block;
}
#footer-collection #collection-nav-box .warp-nav-ul ul {
  display: inline-block;
  vertical-align: top;
}
#footer-collection #collection-nav-box .warp-nav-ul ul.cell2 {
  margin-left: 93px;
}
#footer-collection #collection-nav-box .warp-nav-ul ul.cell3 {
  margin-left: 82px;
}
#footer-collection #collection-nav-box .warp-nav-ul ul.cell4 {
  margin-left: 88px;
}
#footer-collection #collection-nav-box .warp-nav-ul ul li {
  font-size: 12px;
  line-height: 34px;
  text-align: left;
}


.FS2_body_Goods_top .bt_line {
  width: 900px;
  margin: 0 auto;
  border-top: 1px solid #e7e6e6;
  padding: 16px 0;
  color: #433b3b;
  font-size: 10px;
}

.breadcrumb {
  width: 900px;
  margin: 0 auto 72px;
  border-bottom: 1px solid #e7e6e6;
  border-top: 1px solid #e7e6e6;
}
.breadcrumb ul,.breadcrumb ol {
  padding-top: 11px;
  padding-bottom: 12px;
  text-align: center;
}
.breadcrumb ul a,.breadcrumb ol a {
  display: inline-block;
  color: #433b3b;
  text-decoration: underline;
}
.breadcrumb ul a:hover,.breadcrumb ol a:hover {
  text-decoration: none;
}
.breadcrumb ul span,.breadcrumb ol span {
  display: inline-block !important;
  padding-left: 8px;
  padding-right: 8px;
  margin: 0 !important;
}
.breadcrumb ul li,.breadcrumb ol li {
  line-height: 24px;
  font-size: 11px;
  display: inline-block;
  color: #a19d9d;
  letter-spacing: 0.06em;
}
.breadcrumb ul li a,.breadcrumb ol li a {
  display: inline-block;
  font-size: 11px;
  line-height: 24px;
}

#nav-top {
  margin-bottom: 18px;
}

#nav-top ul {
  display: flex;
  margin: 0 auto;
  width: 900px;
}

#nav-top ul li {
  flex: 1 1 0;
}

#nav-top ul li + li {
  margin-left: 3px;
}

#nav-top a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 41px;
  font-size: 11px;
  letter-spacing: 0.05em;
  background: #2c2323;
  color: #b8b5b5;
}

#nav-top a:hover,
#nav-top a:focus {
  opacity: 0.8;
}

#nav-top a::before {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  border-color: transparent transparent transparent #b8b5b5;
  border-style: solid;
  border-width: 3px 0 3px 3px;
  content: '';
}

#nav-middle {
  margin-bottom: 64px;
}

#nav-middle ul {
  display: flex;
  box-sizing: border-box;
  margin: 0 auto;
  border: solid 1px #e7e6e6;
  width: 900px;
}

#nav-middle ul li {
  flex: 1 1 0;
  font-size: 11px;
  line-height: 1;
  text-align: center;
}

#nav-middle ul li + li {
  border-left: solid 1px #e7e6e6;
}

#nav-middle ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 8px 0;
  line-height: 17px;
  height: 100%;
  color: #5b5454;
}

#nav-bottom-1 ul {
  display: flex;
  justify-content: center;
  margin-bottom: 14px;
}

#nav-bottom-1 ul li {
  height: 24px;
  overflow: hidden;
  background-position: left top;
  background-repeat: no-repeat;
  margin: 0 2px;
}

#nav-bottom-1 ul li a {
  text-indent: -500px;
  display: block;
  width: 100%;
  height: 100%;
  background: url(/img/common/footer/bg-footer-divide.png) no-repeat right center;
}

#nav-bottom-1 ul li.footer-company {
  width: 103px;
  background: url(/img/common/footer/footer-company.svg);
}

#nav-bottom-1 ul li.footer-recruit {
  width: 99px;
  background: url(/img/common/footer/footer-recruit.svg);
}

#nav-bottom-1 ul li.footer-privacy {
  width: 96px;
  background: url(/img/common/footer/footer-privacy.svg);
}

#nav-bottom-1 ul li.footer-contact {
  width: 99px;
  background: url(/img/common/footer/footer-contact.svg);
}

#nav-bottom-1 ul li.footer-sitemap {
  width: 99px;
  background: url(/img/common/footer/footer-sitemap.svg);
}

/* #nav-bottom-1 ul li.footer-sitemap a {} */

#nav-bottom-1 ul li.footer-instagram {
  width: 35px;
  background: url(/img/common/footer/icon_insta.png);
  background-repeat: no-repeat;
  background-size: 13px auto;
  background-position: left center;
  margin-left: -3px;
  position: relative;
  top: -1px;
}

#nav-bottom-1 ul li.footer-instagram a {
  background: none;
}

#nav-bottom-1 ul li.footer-facebook {
  width: 46px;
  background: url(/img/common/footer/icon_fb.png);
  background-repeat: no-repeat;
  background-size: 13px auto;
  background-position: center center;
  position: relative;
  top: -1px;
}

#nav-bottom-1 ul li.footer-facebook a {
  background: none;
}

#nav-bottom-2 ul {
  display: flex;
  justify-content: center;
  width: 654px;
  margin: 0 auto 58px;
  padding-top: 20px;
  border-top: solid 1px #e7e6e6;
}

#nav-bottom-2 ul li {
  border-left: solid 1px #e7e6e6;
  padding-left: 24px;
  margin-left: 23px;
  line-height: 13px;
}

#nav-bottom-2 ul li:first-child {
  border: none;
  padding-left: 0;
  margin-left: 6px;
}

.mailMagazineRegistration {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}

.mailMagazineRegistration__title {
  font-family: "Rokkitt", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #5b5454;
}

.mailMagazineRegistration__form {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* 微調整する。 */
  /* margin-top: 20px; */
  margin-top: 16px;
}

/* 1. ec-style.css の input[type='email'] のスタイルを上書きする。 */
.mailMagazineRegistration__email.mailMagazineRegistration__email {
  box-sizing: border-box;
  border: 1px solid #dcdada; /* 1 */
  padding: 0 10px; /* 1 */
  width: 246px;
  height: 30px;
  background: transparent; /* 1 */
}

.mailMagazineRegistration__email::placeholder {
  font-size: 10px;
  letter-spacing: 0.14em;
  color: #a19d9d;
}

.mailMagazineRegistration__label {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 10px;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.12em;
  color: #433b3b;
}

.mailMagazineRegistration__label input[type='checkbox'] {
  /**
   * チェックボックスを display: none; すると、
   * タブフォーカスができなくなったり、読み上げがされなくなったりしてしまうので、
   * display: block; を指定しつつ（display: none; を上書きしつつ）、
   * visually hidden を指定して視覚的に非表示にする。
   */
  display: block;
  position: absolute;
  left: 7px; /* バリデーションエラーの表示位置のために指定する */
  bottom: 0; /* バリデーションエラーの表示位置のために指定する */
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.mailMagazineRegistration__label a {
  text-decoration: underline;
  text-underline-position: under;
  color: inherit;
}

.mailMagazineRegistration__checkbox {
  box-sizing: border-box;
  margin-right: 10px;
  border: 1px solid #959191;
  width: 15px;
  height: 15px;
}

.mailMagazineRegistration__label input[type='checkbox']:checked + .mailMagazineRegistration__checkbox {
  border-color: #201616;
  background: #201616;
}

.mailMagazineRegistration__submit {
  display: block;
  margin-top: 20px;
  border: 0;
  border-radius: 0;
  padding: 0;
  width: 123px;
  height: 28px;
  font-family: "Rokkitt", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.1em;
  background: #ecebeb;
  color: #7b6f6f;
  cursor: pointer;
}

.mailMagazineRegistration__notice {
  /* 微調整する。 */
  /* margin: calc(20px - (12px - 10px) / 2) 0 calc(-1 * (12px - 10px) / 2); */
  margin: 17px 0 calc(-1 * (12px - 10px) / 2);
  text-align: center;
}

.mailMagazineRegistration__notice p {
  font-size: 10px;
  line-height: 1.75;
  letter-spacing: 0.12em;
  color: #a19d9d;
}

footer .lang {
  width: 81px;
  margin: 0 auto 78px auto;
}
footer .lang ul {
  overflow: hidden;
  *zoom: 1;
  background: url(/img/common/footer/bg-footer-lang.svg) no-repeat center center;
}
footer .lang li.current {
  border-radius: 50%;
  background: #e7e6e6;
}
footer .lang li.jp {
  float: left;
}
footer .lang li.en {
  float: right;
}
footer .copyright {
  padding-bottom: 100px;
  color: #cdbec7;
  text-align: center;
  font-size: 11px;
  letter-spacing: 0.2em;
  font-family: "Rokkitt", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#totop {
  position: fixed;
  z-index: 5000;
  right: 30px;
  bottom: 32px;
  display: none;
}

.stock_input{
  margin-bottom: 44px;
  font-size: 12px;
  line-height: 24px;
  color: #d0cece;
}
.mb16{margin-bottom: 16px !important;}
  input.ds[type=radio], input.ds[type=checkbox] {
  display: none;
}

.radio, .checkbox {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0 20px 8px 0;
  padding: 0 0 0 21px;
  vertical-align: middle;
  cursor: pointer;
}
.radio:hover, .checkbox:hover {}
.radio:hover:after, .checkbox:hover:after {}
.radio:after, .checkbox:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  margin-top: -6px;
  width: 12px;
  height: 12px;
  background-color: #d0cece;
  content: '';
}

.radio:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 3px;
  display: block;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  background-color: #140a0a;
  content: '';
  opacity: 0;
  z-index: 1000;
}
input.ds[type=radio]:checked + .radio:before {
  opacity: 1;
}

.checkbox:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 3px;
  display: block;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  content: '';
  opacity: 0;
  background-color: #140a0a;
  z-index: 1000;
}
input.ds[type=checkbox]:checked + .checkbox:before {
  opacity: 1;
}
body#FS2_body_Cart.FS2_body_Cart_GuestLogin .FS2_MemberRegistration_comment{ 
    /*margin-bottom: 20px;*/
    line-height: 24px;
    text-align: left;
    width: 370px;
    margin: 0px auto 12px;
}

  .aftercare_rn2016{
    width: 896px;
    display: table;
    margin: 0 auto 54px auto;
  }
  .aftercare_rn2016 .fl_box_l{
    width: 250px;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    padding: 0 18px;
  }
  .aftercare_rn2016 .fl_box_l img{margin-bottom: 18px;}
  .aftercare_rn2016 .fl_box_l p{
    font-size: 11px;
    line-height: 18px;
    text-align: center;
  }
  .FS2_body_MyPage_PointHistory .layout_content form .FS2_mypage_Entry_table tr td input{
  background-image: url("https://www.ganzo.pro/img/common/btn_display.gif");
  background-repeat: no-repeat;
  height: 0;
  padding-top: 19px;
  width: 48px;
}



#footer-store {
    width: 100%;
    border-top: solid 1px #e7e5e5;
    padding-top: 97px;
    margin: 83px auto 78px auto;
    overflow: hidden;
    text-align: center;
}

#footer-store.nomt{
  border-top:none;
  padding-top: 0;
}

#footer-store .footer-store-inner{
  width: 924px;
  margin:auto;
}

#footer-store .flL,
#footer-store .flR {
  width: 230px;
}

#footer-store a:hover{
  opacity: 0.8;
}

#footer-store .flL a,
#footer-store .flR a {
    display: block;
}

#footer-store .flL a img,
#footer-store .flR a img {
    margin-bottom: 19px;
    margin-left: 10px;
    margin-right: 10px;
    width: 210px;
    height: auto;
}

#footer-store .flL a .store-ttl,
#footer-store .flR a .store-ttl {
    line-height: 1;
    font-size: 12px;
    margin-bottom: 15px;
    padding-bottom: 16px;
    border-bottom: solid 1px #e7e6e6;
    font-family:  "Hiragino Kaku Gothic Pro",  Meiryo, Osaka,  "MS PGothic", sans-serif;
}

#footer-store .flL a .store-ttl span {
    font-size: 10px!important;
    letter-spacing: 1px!important;
}

#footer-store .flL a .store-txt,
#footer-store .flR a .store-txt {
    font-size: 11px;
    line-height: 18px;
    display: inline-block;
    font-family:  "Hiragino Kaku Gothic Pro",  Meiryo, Osaka,  "MS PGothic", sans-serif;
}

/*20181122 PCカテゴリ レイアウト調整*/
/*商品検索*/
#box-search .box-search-in dl.search-category dd{
  letter-spacing: 0.06em;
  font-feature-settings: "palt";
  line-height: 32px;
}
#box-search .box-search-in dl dd.sub{
  color: #5a5757;
  position: relative;
  padding-left: 20px;
}
#box-search .box-search-in dl dd.sub:before{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #5a5757;
  width: 8px;
  height: 1px;
  margin-top: -3px;
}
#box-search .box-search-in dl dd.sub a{
  color: #5a5757;
}


/*////// アーカイブ改修20190319 //////*/

.new_black {
  /*display: flex;*/
  /*align-items: center;*/
  position: relative;
}
.new_black::after {
  content: "";
  width: 34px;
  height: 21px;
  margin-left: 8px;
  background-image: url(/img/common/new_icon_black2.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -10px;
}
.new_white {
  display: flex;
}
.new_white::after {
  content: "";
  width: 27px;
  height: 20px;
  margin-left: 8px;
  background-image: url(/img/common/new_icon_white.png);
}