@charset "UTF-8";
/*@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);*/

/*∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴
    display
∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴*/
.aem-elem,
#cmnfoot_button_help, #panel_preorder_productlist .bskhead_productlist .bskcap_catano,
#panel_preorder_productlist .bskbody_productlist .bskitem_catano {
  display: none !important;
}

/*∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴
    form
∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴*/
input,
select,
textare {
  font-size: 16px;
}

input + input {
  margin-top: -1px;
}

a.link_def,
a.link_ec {
  color: #00dabd;
}

#OrderAddress3,
#OrderAddress4 {
  margin-top: -1px;
}

.login_data {
  width: 100%;
}

.login_data input:not([type="radio"]):not([type="checkbox"]),
.table_control input:not([type="radio"]):not([type="checkbox"]) {
  width: 100%;
}

.login_data input[type="radio"], .login_data input[type="checkbox"],
.table_control input[type="radio"],
.table_control input[type="checkbox"] {
  margin-right: 5px;
}

span#accountRequired,
span#passwordRequired {
  text-align: center;
  display: inherit;
}

.table_control input,
.table_control select,
.table_control textarea {
  font-family: inherit;
  line-height: inherit;
  padding: 5px;
  border: 1px solid #ccc;
}

.table_control select {
  border-radius: 4px !important;
}

.table_control textarea {
  border-radius: 2px !important;
}

/*∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴
    message
∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴*/
.alert-danger {
  background: #fff;
  color: #a94442;
  border: 2px dotted #a94442;
  text-align: center;
  margin-bottom: 30px;
  display: block;
}

#ShoppingCart .alert-danger {
  color: #FF2D84;
  border: 2px dotted #FF2D84;
  margin-top: 40px;
}

.alert-danger:empty {
  display: none;
}

.alert-warning {
  margin: 10px;
  background: #fff;
  color: #8a6d3b;
  border: 2px dotted #8a6d3b;
  font-size: 1.1em;
}

.alert-warning:empty {
  display: none;
}

.alert-success {
  background: #fff;
  color: #3c763d;
  border: 2px dotted #3c763d;
  text-align: center;
  font-size: 1.1em;
  margin-bottom: 100px;
}

.alert-success a {
  color: #3c763d;
  text-decoration: underline;
}

/*∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴
    txt
∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴*/
#cmnhead_button_cart::after {
  content: "CART";
}

#cmnhead_button_login::after {
  content: "ログイン";
}

#cmnhead_button_fchelp::after,
#cmnhead_button_help::after {
  content: "Q&A";
}

#cmnhead_button_top::after {
  content: "トップへ";
}

#RegisterLink:after {
  content: "無料会員登録";
}

#OrderBtnZip,
#btnZip, .btn-default,
.fc_sinki_button,
.guest_button,
.login_button,
.sinki_button, #orderRikeki_lnk, #orderDetail_lnk,
#orderList_lnk, #btnBack_lnk, #rtnurl_lnk1 {
  display: block;
  width: 100%;
  margin: 10px auto;
  text-align: center;
  line-height: 38px;
  height: 50px;
  font-size: 18px;
}

@media screen and (min-width: 768px) {
  #OrderBtnZip,
  #btnZip, .btn-default,
  .fc_sinki_button,
  .guest_button,
  .login_button,
  .sinki_button, #orderRikeki_lnk, #orderDetail_lnk,
  #orderList_lnk, #btnBack_lnk, #rtnurl_lnk1 {
    width: auto;
    min-width: 200px;
    max-width: 300px;
    font-size: 18px;
  }

  #CheckOut #btnZip {
    min-width: 150px;
  }
}

#OrderBtnZip,
#btnZip, .btn-default,
.fc_sinki_button,
.guest_button,
.login_button,
.sinki_button {
  color: #fff;
  background-color: #00dabd;
  border-color: transparent;
}

.btn-default {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1.4px;
}

#OrderBtnZip:active,
#btnZip:active, .btn-default:active,
.fc_sinki_button:active,
.guest_button:active,
.login_button:active,
.sinki_button:active, #OrderBtnZip:hover,
#btnZip:hover, .btn-default:hover,
.fc_sinki_button:hover,
.guest_button:hover,
.login_button:hover,
.sinki_button:hover, #OrderBtnZip:active:hover,
#btnZip:active:hover, .btn-default:active:hover,
.fc_sinki_button:active:hover,
.guest_button:active:hover,
.login_button:active:hover,
.sinki_button:active:hover {
  color: #fff;
  background-color: #33e1ca;
  border-color: transparent;
}

#orderRikeki_lnk, #orderDetail_lnk,
#orderList_lnk, #btnBack_lnk {
  background-color: #ddd;
  border-radius: 4px;
  color: #666;
}

#orderRikeki_lnk:hover, #orderDetail_lnk:hover,
#orderList_lnk:hover, #btnBack_lnk:hover {
  opacity: .8;
}

#rtnurl_lnk1 {
  background-color: #555;
  color: #fff;
}

#rtnurl_lnk1:hover {
  opacity: .8;
}

a[id$="_basket_pro_SetDelete"] {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #ccc;
}

#rtnurl_lnk1 {
  margin-top: 0;
}

.basket_panel .bskbody_basketitem {
  margin-bottom: -1px;
  border-bottom: none;
}

.basket_panel .bskbody_basketitem #panel_basketitem .basket_item_num {
  font-size: 1.5em;
  padding: 0 10px 0 26px !important;
}

.basket_panel .bskitem_proinfo {
  font-size: 1.1em;
}

#GuestCheckOut .table_panel,
#CheckOut .table_panel {
  border: 1px solid #ccc;
}

#GuestCheckOut .table_panel .table_body:last-child,
#CheckOut .table_panel .table_body:last-child {
  margin-bottom: -1px;
}

#GuestCheckOut a[href*="/v2/help/help04.aspx?ccode="],
#GuestCheckOut a[href*="/v2/help/help05.aspx?ccode="] {
  display: none;
}

#GuestCheckOut a[href*="/v2/help/help04.aspx?ccode="] + br {
  display: none;
}

#step_a03:after {
  display: block;
  content: "ご注文内容、合計金額をご確認のうえ注文を確定してください。";
  margin-top: 15px;
}

#step_a03:after {
  font-weight: bold;
  text-align: left;
}

#btnBack_lnk {
  min-width: 0;
  padding-right: 20px;
  padding-left: 20px;
}

.table_control_paytype {
  padding-bottom: 20px;
  padding-top: 20px;
  border-top: 1px solid #ccc;
}

.table_control_paytype .cardsecuritycode_help,
.table_control_paytype .row {
  margin-top: 5px;
}

/*.table_control_pay .table_control_paytype:last-of-type:not([id="rshop_paytype_daibiki"]) {*/
  /*border-bottom: none;*/
/*}*/

#payDaibiki_Display + .tblpay_type_conv {
  border-bottom: none;
}

#OrderConfBtn_lnk {
  width: auto;
  height: 50px;
  padding: 0;
  padding-right: 20px;
  padding-left: 20px;
  line-height: 51px;
}

#GuestOrderChange .table_panel,
#OrderChange .table_panel,
#GuestOrderDetail .table_panel,
#OrderDetail .table_panel {
  border: none;
}

#GuestOrderChange .table_panel .table_body:last-of-type,
#OrderChange .table_panel .table_body:last-of-type,
#GuestOrderDetail .table_panel .table_body:last-of-type,
#OrderDetail .table_panel .table_body:last-of-type {
  margin-bottom: -1px;
}

#GuestOrderChange .tblhead_convoption,
#OrderChange .tblhead_convoption,
#GuestOrderDetail .tblhead_convoption,
#OrderDetail .tblhead_convoption {
  padding: 10px;
  background: #EBEBEB;
  border-bottom: 1px solid #ccc;
}

#GuestOrderChange #panel_basketitem .bskfoot_total:after,
#OrderChange #panel_basketitem .bskfoot_total:after,
#GuestOrderDetail #panel_basketitem .bskfoot_total:after,
#OrderDetail #panel_basketitem .bskfoot_total:after {
  margin-top: 40px;
  text-align: left;
  font-weight: normal;
}

#GuestOrderDetail .tblhead_convoption {
  background-color: transparent;
}

#order_id_lbl {
  font-size: 1.5em;
  font-weight: bold;
}

#panel_order .table_bar {
  padding: 5px 10px;
}

@media screen and (max-width: 767px) {
  #panel_order .table_bar {
    padding-left: 0;
  }
}


#panel_order .table_bar .table_bar_col2 {
  padding-top: 5px;
}

@media screen and (min-width: 768px) {
  #panel_order .table_bar {
    background: none;
    border-bottom: 1px solid #ccc;
  }
  #panel_order .table_bar .table_bar_col2 {
    text-align: right;
  }
}

#panel_order > .table_header {
  padding: 10px;
  text-align: left;
}

@media screen and (min-width: 768px) {
  #panel_order > .table_header {
    background: #EBEBEB;
    /* border-bottom: 1px solid #ccc; */
  }
  #panel_order > .table_header .table_bar_col2 {
    text-align: right;
  }
}

#orderDetail_lnk,
#orderList_lnk {
  width: auto;
  color: #000;
}

#panel_change_ship input[type="text"] {
  margin-bottom: 10px;
}

#GuestOrderChange input[name="zip"],
#OrderChange input[name="zip"] {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  #GuestOrderChange input[name="zip"],
  #OrderChange input[name="zip"] {
    margin-bottom: 10px;
  }
}

#GuestOrderChange .cart_button_center,
#OrderChange .cart_button_center {
  margin-bottom: 40px;
}

#GuestOrderChange #Form1 .btn-default,
#OrderChange #Form1 .btn-default {
  margin-right: 0;
}

.col-xs-6.col-sm-3.col-md-2.basket_itemlabel {
  padding: 0 10px;
}

#panel_basketitem .basket_item_num {
  font-size: 1.25em;
  padding: 0 10px 0 12px;
}

.col-xs-6.col-sm-2.col-md-2.basket_item.bskitem_status {
  padding-left: 12px;
}

.col-xs-6.col-sm-2.col-md-2.basket_item.basket_item_num.bskitem_price {
  padding-left: 14px !important;
}

.col-sm-offset-5.col-md-offset-7.col-xs-6.col-sm-3.col-md-2.basket_footerlabel {
  padding-left: 12px;
}

#OrderBtnZip,
#btnZip {
  display: inline-block;
  margin-bottom: 10px;
  margin-top: 0;
  padding: 4px 0;
  font-size: .83em;
}

@media screen and (min-width: 768px) {
  #OrderBtnZip,
  #btnZip {
    margin-top: 10px;
  }
}

#GuestOrderDetail .message_area {
  padding-top: 10px;
  padding-bottom: 10px;
}

#GuestOrderDetail .message_area a {
  display: inline-block;
  padding: 5px 0px;
}

#GuestOrderAuth #panel_sendmail .table_control {
  border-top: 1px solid #ccc;
}

#GuestOrderAuth #email + br {
  display: none;
}

#GuestOrderAuth .tblhead_sendmail {
  display: none;
}

#GuestOrderAuth #emailRequired {
  display: none;
}

#GuestOrderAuth #emailRequired[isvalid="False"] {
  display: inline-block;
}

/*∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴
    - common
    - title
    - panel
    - btn
    - flow
    - table
    - guide
    - contact
    - step
    - order list
    - header
    - OrderDetail
∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴*/
/*∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴
    common
∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴*/
body,
html {
  font-family: sans-serif;
  line-height: normal;
  font-size: 14px;
  color: #1c1c1c;
  background-color: #fff;
}

.row {
  margin-right: 0;
  margin-left: 0;
}

.align-right {
  text-align: right;
}

.sp-elem {
  display: none;
}

/*∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴
    link
∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴*/
a {
  color: #00B1B2;
  text-decoration: none;
}

a:hover {
  color: #00B1B2;
  text-decoration: underline;
}

#cardhold_add_lnk,
#cmnfoot_button_help,
#cmnfoot_button_kiyaku,
#cmnfoot_button_privacy,
#cmnfoot_button_unreg,
#custedit_lnk,
#orderhistory_lnk,
#preorderhistory_lnk {
  color: #00B1B2;
}

#cardhold_add_lnk:hover,
#cmnfoot_button_help:hover,
#cmnfoot_button_kiyaku:hover,
#cmnfoot_button_privacy:hover,
#cmnfoot_button_unreg:hover,
#custedit_lnk:hover,
#orderhistory_lnk:hover,
#preorderhistory_lnk:hover {
  color: #00B1B2;
}

#PassforgotLink,
.about-axelpass-link {
  text-align: center;
  display: block;
  margin-top: 15px;
  text-decoration: underline;
}

.CheckOut_CustomerEditLink a {
  text-decoration: underline;
}

/*∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴
    title
∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴*/
.title_bar > .t_title {
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-bottom: 8px;
  padding: 3px 0;
  line-height: 1.5em;
  position: relative;
  z-index: 1;
  color: #1c1c1c;
  font-weight: bold;
  border: none;
  background: none;
}

/*∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴
    panel
∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴*/
.panel {
  background-color: #fff;
  border-radius: 0;
}

.panel-default {
  border-color: #1c1c1c;
}

.panel-default > .panel-heading {
  color: #333;
  background-color: #EBEBEB;
  border: none;
}

/*∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴
    btn
∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴*/
.row.cart_button_center > div {
  float: none;
  display: flex;
  width: 100%;
  padding: 20px 0 0;
}

.row.cart_button_center > div:last-child {
  padding-top: 0;
}

.tblitem_detail .tbllst_link {
  display: inline-block;
  width: auto;
}

.tblitem_detail .tbllst_link a {
  display: inline-block;
  background: #00dabd;
  color: #fff;
  border: solid 1px transparent;
  padding: 10px;
  margin-bottom: 10px;
  text-align: center;
  margin-bottom: 5px;
  border-radius: 5px;
}

.tblitem_detail .tbllst_link a:active, .tblitem_detail .tbllst_link a:hover {
  color: #fff;
  background-color: #33e1ca;
  border-color: transparent;
}

/*∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴
    flow
∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴*/
.flow_guide {
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .flow_guide {
    margin-top: 30px;
  }
}

.flow_guide ul {
  display: flex;
  list-style: none;
  margin: 0 auto 20px;
  margin-right: -4px;
  margin-left: 0;
  padding: 0;
  border-collapse: collapse;
  background-color: transparent;
  justify-content: space-between;
  align-items: center;
}

.flow_guide ul .current_action {
  background-color: #1c1c1c;
  color: #fff;
}

.flow_guide li {
  position: relative;
  width: 25%;
  padding: 15px 5px;
  border-style: solid;
  border-color: #1c1c1c;
  border-width: 0;
  text-align: center;
  color: #1c1c1c;
  border-collapse: collapse;
  background-color: #ccc;
}

.flow_guide li span:nth-of-type(1) {
  display: inline-block;
  color: black;
  background-color: white;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  line-height: 1.8;
  text-align: center;
  margin-right: 4px;
  letter-spacing: -1px;
}

.flow_guide li:nth-of-type(1) {
  z-index: 4;
}
.flow_guide li:nth-of-type(2) {
  z-index: 3;
}
.flow_guide li:nth-of-type(3) {
  z-index: 2;
}
.flow_guide li:nth-of-type(4) {
  z-index: 1;
}

.flow_guide li:not(:first-child) {
  margin-left: 10px;
}

.flow_guide li:last-child {
  margin-right: 24px;
}

.flow_guide li::after {
  content: "";
  display: block;
  background: none;
  border-style: solid;
  border-width: 24px 20px;
  border-color: transparent transparent transparent #ccc;
  position: absolute;
  right: -40px;
  width: 0;
  height: 0;
  top: 0;
}

.flow_guide li.current_action::after {
  content: "";
  display: block;
  background: none;
  border-style: solid;
  border-width: 24px 20px;
  border-color: transparent transparent transparent #1c1c1c;
  position: absolute;
  right: -40px;
  width: 0;
  height: 0;
  top: 0;
}

.flow_guide li:not(:first-child)::before {
  content: "";
  display: block;
  background: none;
  border-style: solid;
  border-width: 24px 20px;
  border-color: transparent transparent transparent white;
  position: absolute;
  left: -24px;
  width: 0;
  height: 0;
  left: 0;
  top: 0;
}

.flow_guide li:not(lats-of-type):after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  right: -40px;
  width: 4px;
  height: 100%;
  background-color: transparent;
}


/*∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴
    table
∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴*/
#panel_costomer .collapse,
.table_fcbox_CMNF .collapse,
[id*="fc_collapse_FMNF_"],
div#fc_collapse_FMNF_1,
div#fc_collapse_FMNF_2 {
  display: block !important;
}

#panel_costomer #customer_collapse,
[id*="fc_collapse_FMNF_"],
div#fc_collapse_FMNF_1,
div#fc_collapse_FMNF_2 {
  height: auto !important;
}

#panel_costomer .table_collapse_link {
  text-decoration: none;
  cursor: default;
}

.glyphicon-chevron-down:before,
.glyphicon-chevron-left:before {
  content: "" !important;
}

#panel_costomer {
  margin-top: 50px;
  margin-bottom: 50px;
}

.table_panel {
  margin: 15px auto;
}

.table_header.tblhead_costomer,
.table_header.tblhead_fanclub.vct_fanclub,
.table_header.tblhead_history,
.table_header.tblhead_preorder {
  margin-bottom: 20px;
  background-color: #ededed;
  padding: 15px 20px;
  color: #1c1c1c;
  font-size: 1em;
}

.table_header {
  background-color: transparent;
  border-style: none;
  border-color: #ccc;
  border-width: 1px;
  font-size: initial;
  font-weight: 100;
}

.table_collapse .table_body:last-child {
  margin-bottom: -1px;
}

a.table_collapse_link {
  display: block;
  color: #1c1c1c;
}

#panel_costomer #customer_collapse,
[id*="fc_collapse_FMNF_"],
div#fc_collapse_FMNF_1,
div#fc_collapse_FMNF_2 {
  height: auto !important;
}

body.mypage #customer_collapse {
  padding-top: 0;
  padding-bottom: 0;
}

@media screen and (min-width: 767px) {
  .table_body {
    border-left: none;
    border-bottom: 1px solid #ccc;
    border-right: none;
  }
}

.table_body .table_label {
  background: transparent;
  color: #1c1c1c;
  padding: 10px;
  border-width: 1px;
}

@media screen and (max-width:767px) {
  .table_body .table_label {
    background: #eee;
  }

  #panel_order .tblbody_order_address .table_label {
    padding: 10px 5px;
  }
}

.table_body .table_control {
  padding: 10px;
  color: #1c1c1c;
  border-right: #ccc;
}

#CheckOut .table_body .table_control {
  position: relative;
}

#panel_orderaddress .table_body.tblbody_order_name, #panel_orderaddress .table_body.tblbody_order_address, #panel_orderaddress .table_body.tblbody_order_tel, #panel_orderaddress .table_body.tblbody_order_email, #panel_orderaddress .table_body.tblbody_ship_name {
  border-left: none;
  border-right: none;
}

#panel_Orderaddress3 .table_body.tblbody_order_email {
  border-left: none;
  border-right: none;
}


#panel_convoption .table_header {
  border: 5px;
}

@media screen and (min-width:767px) {
  #panel_convoption .tblbody_conveniname {
    border-top: 1px solid #ccc;
  }
}

#panel_convoption .tblbody_convaraikomiurl a {
  text-decoration: underline;
}

.tblbody_order_status,
.tblbody_order_datetime {
  border-top: 1px solid #ccc;
}

#OrderDetail .tblhead_convoption {
  background: none;
}

#GuestCheckOut .message_area.rshop_payhelp a,
#CheckOut .message_area.rshop_payhelp a {
  text-decoration: underline;
}

#GuestCheckOut .cardsecuritycode_help a,
#GuestCheckOut .table_control_paydetail a,
#GuestCheckOut .table_control_payparam a,
#CheckOut .cardsecuritycode_help a,
#CheckOut .table_control_paydetail a,
#CheckOut .table_control_payparam a {
  margin: 10px 0;
  text-decoration: underline;
  display: inline-block;
}

@media screen and (min-width: 767px) {
  #GuestCheckOutThk .table_body.tblbody_conveniname,
  #CheckOutThk .table_body.tblbody_conveniname {
    border-top: 1px solid #ccc;
  }
}

#GuestCheckOutThk #orderRikeki_lnk a,
#CheckOutThk #orderRikeki_lnk a {
  border-radius: 5px;
}

#GuestCheckOutThk .alert-success,
#CheckOutThk .alert-success {
  margin-bottom: 0px;
}

#panel_basketitem .basket_footer {
  padding: 10px;
  font-size: 1em;
  font-weight: bold;
  border-top: none;
}

#panel_basketitem .basket_itemlabel {
  width: 17.1%;
}

#panel_basketitem .basket_item_num {
  font-size: 1.25em;
}

#panel_preorder_product {
  display: inline-block;
  margin-bottom: 30px;
}

.basket_header {
  background: #EBEBEB;
  padding: 10px;
  line-height: 1.5em;
  font-weight: bold;
}

.basket_body_upper {
  padding: 10px 0;
}

.basket_body_lower {
  padding-bottom: 10px;
  border-bottom: solid 1px #d0d0d0;
}

@media screen and (max-width:767px) {
  .basket_body_upper {
    padding: 0;
  }

  .basket_body_lower {
    border-bottom: none;
  }

  .basket_footer {
    border-top: solid 1px #d0d0d0!important;
  }
}


.basket_body_upper > div {
  text-align: left;
}

.basket_body_upper .bskitem_title {
  width: 100%;
}

/* @media screen and (min-width:767px) {
  .basket_panel .basket_body {
    padding: 10px 0;
  }
} */

#panel_shipaddress .table_body {
  border-left: none;
  border-right: none;
}

#panel_shipaddress input#address2,
#panel_shipaddress input#address3 {
  margin-bottom: -1px;
}

#panel_shipaddress input#address2 + br,
#panel_shipaddress input#address3 + br {
  display: none;
}

#preProductsPanel .preOrder_head_txt {
  border-bottom: 3px solid #ccc;
  font-size: 130%;
  font-weight: bold;
  margin-bottom: 15px;
  padding: 0;
}

#preProductsPanel .preProducts_note {
  padding: 0;
  margin-bottom: 30px;
}

#preProductsPanel .preProducts_note {
  border-bottom: solid 1px #ccc;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

#preProductsPanel .bskitemlbl_price {
  display: none;
}

#OrderDetail .tblbody_convaraikomiurl a {
  text-decoration: underline;
}

.basket_caption br {
  display: none;
}

#panel_basketitem .basket_caption, #panel_basketitem .basket_item, #panel_basketitem .basket_itemlabel {
  padding: 0 10px;
}

#CheckOutConf #panel_basketitem .basket_caption {
  padding: 0;
}

@media screen and (min-width: 768px) {
  #OrderCancel #panel_basketitem .bskitem_price,
  #GuestOrderCancel #panel_basketitem .bskitem_price,
  #OrderDetail #panel_basketitem .bskitem_price,
  #GuestOrderDetail #panel_basketitem .bskitem_price {
    text-align: left;
  }
}

#GuestCheckOutConf .table_panel,
#CheckOutConf .table_panel {
  border: none;
}

#GuestCheckOutConf .table_body.tblbody_pay_method,
#CheckOutConf .table_body.tblbody_pay_method {
  border-left: none;
  border-right: none;
  border-bottom: none;
}

#GuestCheckOutConf .basket_body_upper .bskitem_title,
#CheckOutConf .basket_body_upper .bskitem_title {
  width: 75%;
}

#GuestCheckOutConf #btnBack_lnk,
#CheckOutConf #btnBack_lnk {
  width: auto;
  min-width: 200px;
  max-width: 300px;
  font-size: 18px;
}

#GuestCheckOutConf #deliv_date_txt {
  position: relative;
  overflow: hidden;
  display: block;
  text-indent: -1000px;
}

#GuestCheckOutConf #deliv_date_txt:after {
  display: block;
  content: "ご注文の各商品ページをご確認ください。";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%); ;
  text-indent: 0;
}


#GuestOrderCancel a#OrderCancelBtn_lnk,
#OrderCancel a#OrderCancelBtn_lnk {
  width: 210px;
}

#GuestOrderCancel #panel_order,
#OrderCancel #panel_order {
  border: none;
}

#GuestOrderCancel .col-xs-12,
#OrderCancel .col-xs-12 {
  padding-left: 0;
  padding-right: 0;
}

#GuestOrderCancel .table_bar,
#OrderCancel .table_bar {
  border-top: none;
}

#GuestOrderCancel #orderList_lnk,
#OrderCancel #orderList_lnk {
  margin: 0 auto;
}

.tbllst_body,
#year_orderlistPanel {
  margin-top: 20px;
}

.tbllst_body_left .row {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px #ccc;
}

@media screen and (min-width: 767px) {
  #CustCard #panel_change_card .tblbody_card_number,
  #panel_change_card .table_body {
    border-bottom: solid 1px #ccc;
  }
}

#CustCard #panel_change_card .tblbody_card_securitycode a {
  margin: 10px 0 0;
  text-decoration: underline;
  display: inline-block;
}

#CustCardDel #panel_delete_card {
  border-top: solid 1px #ccc;
}

#CustCardDel .t_message {
  background: #fff;
}

#CustCard .title_bar {
  margin-bottom: 20px;
}

#MyPage .table_body {
  border-left: none;
  border-right: none;
}

#CheckOut #card_cav2 {
  width: 44%;
}

#CustCard #card_cav2 {
  width: 15%;
}

@media screen and (max-width:767px) {
  #CheckOut #card_exp_date1 {
    width: 60px;
  }

  #CheckOut #card_exp_date2 {
    width: 80px;
  }

  #CustCard #card_cav2 {
    width: 60px;
  }
}

/*∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴
    guide
∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴*/
.t_message,
.t_message_center {
  color: #1c1c1c;
  font-weight: bold;
  font-size: 100%;
  padding: 15px 20px;
  background: #EBEBEB;
}

.t_message a,
.t_message_center a {
  text-decoration: underline;
}

.help_panel {
  margin-top: 5px;
  text-align: left;
}

.panel-default {
  border: 1px solid #ccc !important;
  line-height: 1.8em;
  font-size: 0.9em;
}

.help_panel .help_list ul {
  padding-left: 0;
}

/*∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴
    contact
∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴*/
.info_panel {
  margin-top: 5px;
  padding: 0;
}

.info_panel .panel {
  margin-left: 20px;
  box-shadow: none;
}

.panel-info {
  border: none;
}

.panel {
  margin-bottom: 20px;
  border: none;
  background: #fff;
}

@media screen and (max-width:767px) {
  .panel {
    margin-bottom: 0;
  }
}

.panel-info .panel-heading,
.panel-primary > .panel-heading {
  color: #1c1c1c;
  background: #fff;
  border: none;
  font-weight: bold;
  padding: 17px;
}

.panel-info .panel-body {
  padding: 15px 0;
}

#panel_orderaddress .table_body,
#panel_shipoption .table_body {
  border-right: none;
  border-left: none;
}

#panel_shipoption .tblbody_delivery_name.vis_shipment,
#panel_shipoption .tblbody_ship_deliv_date.vis_shipment,
#panel_shipoption .tblbody_ship_deliv_time.vis_shipment,
#panel_shipoption .tblbody_amount_hide.vis_shipment {
  border-right: none;
  border-left: none;
}

.tblbody_pay_method {
  border-right: none;
  border-left: none;
}

#ShoppingCartForm .message_area {
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 15px;
}

#panel_orderlist > .tbllst_body {
  margin-bottom: 30px;
}

#GuestOrderChange .col-xs-12,
#OrderChange .col-xs-12 {
  padding-left: 0;
  padding-right: 0;
}

#GuestOrderChange #panel_change_ship,
#GuestOrderChange #panel_change_date,
#OrderChange #panel_change_ship,
#OrderChange #panel_change_date {
  border-top: none;
}

#GuestOrderChange #panel_basketitem,
#OrderChange #panel_basketitem {
  width: 980px;
  margin: 0 auto;
}

#GuestOrderChange .table_control a,
#OrderChange .table_control a {
  text-decoration: underline;
}

#GuestOrderChange #btnZip,
#OrderChange #btnZip {
  border-radius: 4px;
}

#CheckOut input#name1,
#CheckOut input#name2,
#CheckOut input#name1_kana,
#CheckOut input#zip,
#CheckOut select#address1,
#CheckOut input#address2,
#CheckOut input#address3,
#GuestOrderChange input#name1,
#GuestOrderChange input#name2,
#GuestOrderChange input#name1_kana,
#GuestOrderChange input#zip,
#GuestOrderChange select#address1,
#GuestOrderChange input#address2,
#GuestOrderChange input#address3,
#OrderChange input#name1,
#OrderChange input#name2,
#OrderChange input#name1_kana,
#OrderChange input#zip,
#OrderChange select#address1,
#OrderChange input#address2,
#OrderChange input#address3 {
  margin-bottom: 10px;
}

@media screen and (min-width:767px) {
  #CheckOut input#zip,
  #panel_shipaddress #btnZip {
    margin-bottom: 0;
  }
}

#GuestOrderChange input,
#OrderChange input {
  max-width: 30%;
}

#cart_header {
  padding: 10px 0;
  text-align: center;
  border-bottom: 2px solid #ccc;
}

#cartHeader {
  text-align: center;
}

.homelink {
  display: inline-block;
  height: 32px;
}

.homelink img {
  width: 240px;
}
/*
#OrderDetailForm .bskbody_feeamount .basket_item_num,
#OrderDetailForm .bskbody_shippingamount .basket_item_num,
#OrderDetailForm .bskbody_itemtotal .basket_item_num {
  padding-right: 10px;
  text-align: right;
}*/

#OrderDetailForm .bskfoot_total .basket_item_num {
  padding-right: 0;
}

/*∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴
    logo
∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴*/
.aem_header-logo {
  text-align: center;
}

.aem_header-logo img {
  width: 300px;
}

/*∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴
    header
∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴*/
#header {
  background-color: #fff;
}

.navbar-default {
  background-color: #fff;
}

.navbar-default .navbar-toggle {
  background-color: #fff;
  border: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #333;
}

@media screen and (min-width:767px) {
  .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #333;
    border-color: #333;
  }
}


.navbar-nav {
  width: 100%;
  margin: 0;
  padding: 0;
}

.navbar-toggle {
  margin-right: 0;
}

.navbar-nav > li > a {
  color: #00B1B2;
}

#common_header {
  font-size: 12px;
}

#common_header .navbar .navbar-collapse {
  background: #ededed;
}

#common_header .navbar .nav > li a {
  border-bottom: solid 1px #fff;
  color: #1c1c1c;
  text-align: right;
}

#common_header .navbar .nav #cmnheaditem_logoff_mypage,
#common_header .navbar .nav #cmnheaditem_login_mypage,
#common_header .navbar .nav #cmnheaditem_help_contact_list {
  display: none;
}

/*∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴
    footer
∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴*/
#footer {
  margin-top: 50px;
}

#common_footer {
  color: #fff;
  text-align: center;
  background-color: #000;
}

#common_footer ul {
  padding-left: 0;
  margin-bottom: 0;
  text-align: left;
}

#common_footer ul > li {
  padding: 0;
  text-align: center;
}

#common_footer a {
  color: #fff;
  text-decoration: none;
}

#common_footer a:hover {
  color: #fff;
  text-decoration: underline;
}

#cart_footer {
  background-color: #000;
  color: #fff;
  padding-bottom: 10px;
  padding-top: 10px;
}

.common_footer_item {
  display: inline-block;
}

.common_footer_item a {
  padding: 12px;
  text-decoration: none;
  color: #1c1c1c;
  font-size: .83em;
}

.copy {
  text-align: center;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .sp-elem {
    display: block !important;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  .title-bar-elem {
    font-weight: bold;
    font-size: 100%;
    padding: 10.5px 0;
    background: #000;
    color: #fff;
    display: inline-block;
    width: 100%;
    margin-top: 50px;
  }
  .title-bar-elem .t_title {
    color: #fff;
  }
  .title_bar>.t_title {
    padding: 0;
    margin-bottom: 0;
    font-size: 16px;
  }

  #OrderList .title_bar>.t_title {
    height: 0;
  }
  /* .title_checkout {
    margin-left: 5px !important;
    font-weight: normal !important;
  } */
  #common_footer,
  #cart_footer {
    color: #1c1c1c;
    background-color: #fff;
  }
  #common_footer a,
  #cart_footer a {
    color: #00B1B2;
  }

  #common_footer a {
    padding: 5px;
  }
  #common_footer ul {
    text-align: center;
  }
  #common_footer ul > li {
    display: inline-block;
  }
  .flow_guide li {
    height: 48px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
  }
  .flow_guide li:not(:first-child) {
    margin-left: 4px;
  }
  .flow_guide li:not(:first-child) {
    padding-left: 24px;
  }
  .flow_guide li::after {
    border-width: 24px 15px;
    right: -30px;
  }

.flow_guide li.current_action::after {
  border-width: 24px 15px;
  right: -30px;
}

.flow_guide li:not(:first-child)::before {
  border-width: 24px 15px;
  right: -30px;
}

.flow_guide li:not(lats-of-type):after {
  right: -30px;
}
  #order_id_lbl {
    font-size: 1em;
  }
  .CheckOut_CustomerEditLink a,
  .cardsecuritycode_help a,
  .table_control_paytype a,
  .able_control_payparam a,
  .t_message_center a {
    text-decoration: underline;
  }
  #GuestCheckOutConf .basket_body_upper .bskitem_title,
  #CheckOutConf .basket_body_upper .bskitem_title {
    width: 100%;
  }
  #GuestCheckOutConf .tblbody_ship_name.vis_shipment,
  #CheckOutConf .tblbody_ship_name.vis_shipment {
    border-top: none;
  }
  #GuestCheckOutConf #btnBack_lnk,
  #CheckOutConf #btnBack_lnk {
    width: auto;
    width: 100%;
    min-width: 200px;
    max-width: 100%;
    font-size: 18px;
  }
  #GuestCheckOutConf .tblbody_order_name,
  #CheckOutConf .tblbody_order_name {
    border-bottom: none;
  }
  #GuestCheckOut #OrderConfBtn_lnk,
  #CheckOut #OrderConfBtn_lnk {
    width: auto;
    width: 100%;
    min-width: 200px;
    max-width: 100%;
    font-size: 18px;
    margin: 0 10px;
  }
  #GuestCheckOutThk .col-xs-12,
  #CheckOutThk .col-xs-12 {
    padding-right: 0;
    padding-left: 0;
  }
  #GuestCheckOutThk span#thk_lbl,
  #CheckOutThk span#thk_lbl {
    font-size: 0.7em;
  }
  .cardsecuritycode_help a,
  .table_control_paytype a,
  .able_control_payparam a {
    margin: 10px 0;
    display: inline-block;
  }
  #panel_order .table_bar_col1,
  #panel_order .table_bar_col2 {
    /*width: auto !important;
    padding-top: 0 !important;
    width: 50% !important;*/
  }

  #panel_order .table_bar_col2 {
    text-align: left;
  }

  #panel_orderaddress .table_body.tblbody_order_name {
    border-bottom: none;
  }
  #panel_orderaddress .tblbody_order_zip {
    margin-bottom: -1px;
  }

  #panel_orderaddress #OrderBtnZip,
  #panel_orderaddress input#btnZip,
  #panel_shipaddress #OrderBtnZip,
  #panel_shipaddress input#btnZip {
    width: 40%;
    margin-top: 10px;
  }

  #panel_basketitem .basket_body_upper .bskitem_title {
    padding: 0;
  }
  #panel_basketitem .basket_body_upper > .bskitem_title:before {
    display: block;
    content: "商品名";
    padding: 10px;
    margin-bottom: 5px;
    background-color: #EBEBEB;
  }
  #panel_basketitem .basket_body {
    padding-top: 0;
    padding-bottom: 0;
  }
  #panel_basketitem .basket_itemlabel {
    background-color: #EBEBEB;
  }
  #panel_basketitem .basket_item,
  #panel_basketitem .basket_itemlabel {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    width: 50%;
  }
  #panel_basketitem .basket_item.bskitem_title,
  #panel_basketitem .basket_itemlabel.bskitem_title {
    width: 100%;
  }
  #panel_basketitem .bskitem_status,
  #panel_basketitem .basket_itemlbl_price,
  #panel_basketitem .basket_itemlby_qty {
    text-align: left;
  }
  #panel_basketitem .bskbody_itemtotal .basket_item_num,
  #panel_basketitem .bskbody_itemtotal .bskitem_status,
  #panel_basketitem .bskbody_shippingamount .basket_item_num,
  #panel_basketitem .bskbody_shippingamount .bskitem_status,
  #panel_basketitem .bskbody_basketimg .basket_item_num,
  #panel_basketitem .bskbody_basketimg .bskitem_status,
  #panel_basketitem .bskbody_feeamount .basket_item_num,
  #panel_basketitem .bskbody_feeamount .bskitem_status {
    text-align: right;
  }
  #panel_basketitem .bskbody_itemtotal .bskitem_status,
  #panel_basketitem .bskbody_shippingamount .bskitem_status,
  #panel_basketitem .bskbody_basketimg .bskitem_status,
  #panel_basketitem .bskbody_feeamount .bskitem_status {
    padding: 10px 5px;
  }
  #panel_basketitem .bskitem_price,
  #panel_basketitem .bskitem_qty {
    text-align: right;
  }
  #panel_basketitem .bskitemlbl_status,
  #panel_basketitem .bskitem_status {
    margin-bottom: 5px;
  }
  #panel_basketitem .col-xs-12.basket_footer.bskfoot_total {
    padding: 5px !important;
    margin-bottom: 15px;
  }
  @media screen and (min-width:767px) {
    #panel_basketitem .bskbody_basketitem {
      margin-bottom: 30px;
      padding-bottom: 10px !important;
    }
  }
  #panel_basketitem .bskitem_proinfo {
    padding: 0 10px;
  }

  #ShoppingCart #panel_basketitem .bskbody_basketitem {
    margin-bottom: 0;
  }

  #panel_basketitem .bskfoot_total .basket_footerlabel {
    padding-left: 7px;
  }
  #panel_basketitem .bskfoot_total .basket_item_num {
    padding-right: 5px !important;
  }
  #panel_basketitem .bskfoot_total .basket_item_num,
  #panel_basketitem .bskbody_itemtotal .basket_item_num,
  #panel_basketitem .bskbody_shippingamount .basket_item_num,
  #panel_basketitem .bskbody_feeamount .basket_item_num {
    color: #11a18b;
  }
  .table_body.tblbody_order_address {
    border-top: none;
  }
  .table_body.tblbody_convaraikomiurl a {
    text-decoration: underline;
  }
  #MyPage .table_body.tblbody_cardhold, #MyPage .table_body.tblbody_custedit {
    float: none;
    width: 100%;
  }
  #MyPage .table_body .cardhold_lnk {
    float: none;
    width: 100%;
  }
  #MyPage .table_body #custedit_lnk {
    margin-bottom: 0;
  }
  #MyPage #orderhistory_lnk {
    float: none;
    width: 100%;
  }
  #MyPage #history_order.table_body,
  #MyPage #history_preorder.table_body {
    width: 100%;
    display: block;
  }
  #MyPage #history_order.table_body #orderhistory_lnk,
  #MyPage #history_preorder.table_body #orderhistory_lnk {
    margin-bottom: 0;
  }
  #MyPage #history_order.table_body #preorderhistory_lnk,
  #MyPage #history_preorder.table_body #preorderhistory_lnk {
    margin-top: 0;
  }
  #OrderList .tblitem_detail .tbllst_link {
    display: inline-block;
    text-align: center;
    width: 33%;
  }
  #OrderList .tblitem_detail .tbllst_link a {
    display: block;
    text-align: center;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 16px;
  }
  #orderDetail_lnk,
  #OrderConfBtn_lnk,
  #orderList_lnk {
    width: 100%;
  }
  #orderList_lnk {
    margin: 0 10px;
  }
  #GuestOrderChange .col-xs-12 input,
  #OrderChange .col-xs-12 input {
    max-width: 100%;
  }
  #GuestOrderChange .tblbody_ship_zip br,
  #OrderChange .tblbody_ship_zip br {
    display: none;
  }
  #GuestOrderChange input#zip,
  #OrderChange input#zip {
    margin-bottom: 0;
  }
  #GuestOrderChange input#btnZip,
  #OrderChange input#btnZip {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
  #GuestOrderChange input#address2,
  #GuestOrderChange input#address3,
  #GuestOrderChange input#address4,
  #GuestOrderChange input#tel,
  #GuestOrderChange input#email,
  #OrderChange input#address2,
  #OrderChange input#address3,
  #OrderChange input#address4,
  #OrderChange input#tel,
  #OrderChange input#email {
    width: 100%;
  }
  #GuestOrderChange .link_def,
  #OrderChange .link_def {
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    width: 100%;
  }
  #GuestOrderChange #panel_basketitem,
  #OrderChange #panel_basketitem {
    max-width: 100%;
    padding: 0 10px;
  }
  #GuestOrderChange #panel_basketitem .bskitem_status,
  #OrderChange #panel_basketitem .bskitem_status {
    text-align: right;
  }
  #GuestOrderChange input#zip {
    margin-bottom: 10px;
  }
  #GuestOrderChange #panel_basketitem {
    padding-right: 0;
    padding-left: 0;
  }
  #GuestOrderChange #panel_basketitem .basket_itemlabel {
    clear: both;
  }
  #GuestOrderChange .bskitemlbl_status br {
    display: none;
  }
  #GuestOrderCancel a#OrderCancelBtn_lnk,
  #OrderCancel a#OrderCancelBtn_lnk {
    width: 100%;
  }
  #GuestOrderCancel .bskitem_status,
  #OrderCancel .bskitem_status {
    text-align: right;
  }
  .cart-notice-login {
    margin-bottom: 10px;
  }
  .cart-notice-login .align-right {
    text-align: left;
  }
  #ShoppingCart #rejibtn_lnk {
    margin-bottom: 5px;
  }
}

@media screen and (min-width: 768px) {
  /*∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴
    - common
    - header
    - title
    - panel
    - flow
    - table
    - CheckOut
        - CheckOutConf
    - footer
∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴*/
  /*∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴
    common
∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴*/
  #footer,
  #header,
  #wrapper {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
  }
  .container {
    min-width: 750px !important;
  }

  #footer.container {
    padding-right: 0;
    padding-left: 0;
    overflow: hidden;
  }
  #common_body {
    margin: 0 auto;
    padding: 0 10px;
    max-width: 980px;
  }
  /*∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴
    logo
∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴*/
  .aem_header-logo {
    margin: 0 auto 20px;
    max-width: 980px;
  }
  .aem_header-logo img {
    width: 300px;
  }
  /*∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴
    header
∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴*/
  #common_header {
    margin-bottom: 40px;
  }
  #common_header .navbar {
    float: none;
    border: none;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  #common_header .navbar .navbar-collapse {
    background: #000;
  }
  #common_header .navbar .nav {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }
  #cmnheaditem_logoff_mypage > ul,
  #common_header .navbar .nav > li {
    width: 16%;
  }
  #common_header .navbar .nav > li a {
    background-color: #000;
    border-right: none;
    border-bottom: none;
    color: #fff;
    display: block;
    padding: 10px 0;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    line-height: 31px;
  }
  #common_header .navbar .nav > li a:hover {
    background-color: #333;
    opacity: 0.8;
    color: #fff;
  }
  #cart_header {
    border-bottom: none;
  }
  .homelink {
    height: 61px;
    line-height: 61px;
  }
  .homelink img {
    width: auto;
    vertical-align: middle;
  }
  /*∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴
    title
∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴*/
  .title_bar > .t_title {
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
    font-size: 25px;
  }

  @media screen and (max-width:767px) {
    #CheckOut .t_title {
      margin-bottom: 10px;
    }
  }
  /*∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴
    panel
∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴*/
  .panel-info .panel-heading,
  .panel-primary > .panel-heading {
    padding: 0;
  }
  /*∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴
    btn
∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴*/
  .tblitem_detail {
    margin-top: 0;
  }
  .tblitem_detail .tbllst_link {
    width: 100%;
  }
  .tblitem_detail .tbllst_link a {
    width: 100%;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 4px;
  }
  /*∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴
    table
∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴*/
  .bskhead_preorder_product {
    margin-bottom: 10px;
  }
  .bskhead_preorder_product .basket_caption_no {
    width: 140px;
  }
  .bskhead_preorder_product .bskcap_title {
    width: 740px;
  }
  .bskhead_preorder_product .bskcap_qty {
    width: 100px;
  }
  .basket_body_upper .bskitem_priority {
    width: 140px;
  }
  .basket_body_upper .bskitem_title {
    width: 58%;
  }
  .basket_body_upper .bskitem_price {
    text-align: right;
  }
  #OrderChange .basket_body_upper .bskitem_price {
    text-align: left;
  }
  .basket_body_upper .bskitem_qty {
    width: 100px;
    text-align: right;
  }
  #GuestCheckOut .basket_header .bskcap_price,
  #CheckOut .basket_header .bskcap_price {
    min-width: 180px;
  }
  #GuestCheckOut .basket_header .bskcap_qty,
  #CheckOut .basket_header .bskcap_qty {
    min-width: 139px;
    text-align: left;
  }
  #GuestCheckOutConf .basket_body_upper .bskitem_price,
  #CheckOutConf .basket_body_upper .bskitem_price {
    text-align: left;
  }
  #GuestCheckOutConf .basket_body_upper .bskitem_qty,
  #CheckOutConf .basket_body_upper .bskitem_qty {
    text-align: left;
  }
  #preProductsPanel .bskcap_title {
    background: #EBEBEB;
    padding: 5px;
    border: solid 1px #ccc;
    width: 70%;
  }
  #preProductsPanel .bskcap_price {
    background: #EBEBEB;
    border: solid 1px #ccc;
    padding: 5px;
    width: 30%;
  }
  #preProductsPanel .bskitem_title {
    border: solid 1px #ccc;
    padding: 5px;
    width: 70%;
  }
  #preProductsPanel .bskitem_price {
    border: solid 1px #ccc;
    padding: 5px;
    width: 30%;
  }
  .preOrder_head_txt {
    margin-top: 40px;
  }

  .add-myartist-list input {
    margin: 0;
  }

  /*∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴
    footer
∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴*/
  #common_footer {
    padding-top: 15px;
  }
  #common_footer a {
    position: relative;
    padding-left: 15px;
  }
  #common_footer ul {
    text-align: center;
  }
  #common_footer ul > li {
    padding: 12px;
    text-align: left;
  }
  #cart_footer {
    font-weight: normal;
    text-align: center;
  }
}




/*∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴
    cart
∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴∵∴*/
#panel_orderaddress input {
  margin-bottom: 10px;
}

  #panel_shipaddress #zip,
  #panel_orderaddress #OrderZip {
    width: 8em;
  }

  #panel_shipaddress #btnZip,
  #panel_orderaddress #OrderBtnZip {
    margin-top: 0;
    padding-top: 1px;
    padding-bottom: 1px;
  }

  #panel_shipaddress #btnZip {
    float: none;
    position: absolute;
    top: 10px;
  }

  #CheckOut #panel_shipaddress #btnZip {
    height: 36px;
    padding: 0;
  }

  @media screen and (max-width: 767px) {
    #panel_shipaddress #btnZip {
      top: 0;
    }
  }

  @media screen and (max-width: 767px) {
    #panel_orderaddress #OrderBtnZip {
      margin-top: 0;
    }
  }



/* ========================================
  step
======================================== */
#step_a02 .t_title {
  border-bottom: none;
}

.col-xs-12.link_guide.CheckOut_CustomerEditLink .link_cust {
  color: #00dabd;
  text-decoration: none;
  border: 1px solid #00dabd;
  padding: 10px 13px;
  border-radius: 4px;
  position: relative;
  top: -40px;
  right: -16px;
  z-index: 10;
  font-weight: bold;
}

#step2,#step4 {
  margin-top: 30px;
  margin-bottom: 10px;
}

#step3 {
  margin-bottom: 0;
}

#step_a03 {
  margin: 0px 0 25px;
}

/* ========================================
  CheckOut.aspx
======================================== */
#wrapper {
  overflow: hidden;
}

#cart_header {
  visibility: hidden;
}

@media screen and (max-width: 767px) {
  #cart_header {
    display: none;
  }
}

#GuestCheckOut .table_panel,
#CheckOut .table_panel {
  border: none;
}

.table_panel {
  margin: 0;
}

#OrderList .table_panel {
  margin-bottom: 30px;
}

.table_label {
  vertical-align: middle !important;
}

.col-xs-12.t_message {
  margin-top: 50px;
  margin-bottom: 10px;
}

.col-xs-12.table_panel.table_ec_panel .table_body:first-child {
  border-top: 1px solid #ccc;
}

#btnZip {
  border-radius: 4px;
}

#panel_shipaddress .table_body.tblbody_ship_name .table_control br:not(:nth-of-type(2)) {
  display: none;
}

@media screen and (min-width: 767px) {
  #name1,
  #name2,
  #name1_kana,
  #name2_kana {
    display: inline-block;
    width: 200px;
  }
}

@media screen and (max-width: 767px) {
  #name1,
  #name2,
  #name1_kana,
  #name2_kana {
    display: inline-block;
    width: 48%;
  }
}

#name2,
#name2_kana {
  margin-left: 15px;
}

#panel_basketitem {
  padding: 0;
}

#panel_basketitem .basket_header {
  background: transparent;
  line-height: 1.5em;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding: 15px 3px;
}

#GuestCheckOut .basket_header .bskcap_qty,
#CheckOut .basket_header .bskcap_qty {
  text-align: right;
}

@media (min-width: 992px) {
  .bskfoot_total .col-md-offset-7 {
    margin-left: 63.333333%;
  }
  .bskfoot_total .basket_item_num {
    width: 20%;
    color: #ff2d84;
  }
}

.text-danger {
  color: #ff2d84;
}

.col-xs-12.t_message_center {
  width: 70%;
  display: block;
  margin: 30px auto 20px;
  border: 3px solid #ffc6de;
  background-color: #fdf1f6;
  margin-left: 15%;
}


input[type="text"],
input[type="number"],
input[type="email"],
textarea,
select {
  border-radius: 5px;
  box-shadow: 3px 3px 2px 0px #eee inset;
}

select {
  height: 31px;
  min-width: 44px;
  background-color: white;
  border: 1px solid #ccc;
}

@media screen and (max-width: 767px) {
  #CheckOut #cart_header {
    display: none;
  }

  .flow_guide li span:nth-of-type(1) {
    display: inline-block;
    color: black;
    background-color: white;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    line-height: 1.6;
    text-align: center;
    margin-right: 0;
  }

  .flow_guide li:not(:first-child) span:nth-of-type(2) {
    width: calc(100% - 16px);
    display: block;
  }

  .flow_guide li:not(:first-child) {
    padding-left: 15px;
  }

  .col-xs-12.t_message {
    position: relative;
    padding: 15px 7px;
    z-index: 2;
    color: white;
  }

  .col-xs-12.t_message:before {
    content: "";
    width: 150%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -25%;
    background-color: black;
    z-index: -1;
  }

  .col-xs-12.link_guide.CheckOut_CustomerEditLink .link_cust.link_autorep {
    top: -29px;
  }

  .col-xs-12.table_panel.table_ec_panel .table_body:first-child {
    border-top: none;
  }

  .text-danger {
    font-size: 12px;
  }

  #panel_shipaddress .table_body.tblbody_ship_name .table_control br:not(:nth-of-type(2)) {
    display: block;
  }

  #CheckOut #panel_orderaddress .table_body,
  #CheckOut #panel_shipaddress .table_body,
  #CheckOut #panel_shipoption .table_body
   {
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: none;
  }

  #address2,
  #address3,
  #address4 {
    display: block;
  }

  #common_footer,
  #cart_footer {
    background-color: #000;
  }

  #common_footer a {
    color: white !important;
  }

  #common_footer {
    padding-top: 20px;
  }

  .basket_body_upper,
  .basket_body_lower {
    text-align: right;
  }

  #panel_basketitem .basket_item.bskitem_title,
  #panel_basketitem .basket_itemlabel.bskitem_title {
    text-align: left;
  }

  #panel_basketitem .basket_item, #panel_basketitem .basket_itemlabel {
    background-color: transparent;
    width: auto;
    font-size: 12px;
    display: inline-block;
    float: initial;
  }

  .col-sm-offset-5.col-md-offset-7.col-xs-6.col-sm-3.col-md-2.basket_footerlabel {
    text-align: left;
  }

  #panel_basketitem .bskfoot_total .basket_item_num,
  #panel_basketitem .bskbody_itemtotal .basket_item_num,
  #panel_basketitem .bskbody_shippingamount .basket_item_num,
  #panel_basketitem .bskbody_feeamount .basket_item_num {
    color: #ff2d84;
  }

  #CheckOut .basket_panel .bskbody_basketitem {
    border-bottom: 1px;
  }

  #CheckOut .table_control_paytype {
    border-bottom: none;
  }

  #CheckOut .table_body {
    border-bottom: none;
  }

  #CheckOut .col-xs-12.t_message {
    margin-top: 30px;
    margin-bottom: 10px;
  }

  #CheckOut .col-xs-12.t_message_center {
    width: 76%;
    display: block;
    margin: 30px auto 20px;
    border: 3px solid #ffc6de;
    background-color: #fdf1f6;
    margin-left: 12%;
  }

  select {
    width: 134px;
    height: 40px;
  }

  #CustCard #card_exp_date2 {
    width: 100px;
  }

  #CustCard #card_exp_date1 {
    width: 60px;
  }

  #ShoppingCart select {
    width: 70px;
  }
}

#panel_order .table_body,
#panel_convoption .table_body,
#panel_orderstatus .table_body,
#panel_shipment .table_body,
#customer_collapse .table_body,
#panel_change_ship .table_body,
#panel_change_date .table_body {
  border-left: none;
  border-bottom: 1px solid #ccc;
  border-right: none;
}

#OrderDetail #panel_convoption .tblbody_convexplanation,
#OrderCancel #panel_shipment .tblbody_ship_address {
  border-bottom: none;
}

@media screen and (max-width: 767px) {
  #panel_order .table_body,
  #panel_convoption .table_body,
  #panel_orderstatus .table_body,
  #panel_shipment .table_body,
  #customer_collapse .table_body,
  #panel_change_ship .table_body,
  #panel_change_date .table_body {
    border-left: none;
    border-bottom: none;
    border-right: none;
  }

  #MyPage #customer_collapse .table_body
}

#panel_order .table_header,
#panel_convoption .table_header,
#CheckOutConf #panel_basketitem .basket_header {
  color: #1c1c1c;
  font-weight: bold;
  font-size: 100%;
  padding: 12px 20px;
  background: #EBEBEB;
  margin-bottom: 10px;
}

#CheckOutConf #panel_basketitem .basket_header {
  border: none;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  #panel_order .table_header,
  #panel_convoption .table_header {
    color: #1c1c1c;
    font-weight: bold;
    font-size: 100%;
    padding: 12px 5px;
    background: #EBEBEB;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  #panel_order .table_header,
  #panel_order .tblbody_order_address .table_label,
  #panel_convoption .table_header,
  #customer_header,
  #tblbody_order_address .table_label,
  #panel_shipment+.col-xs-12 .t_message,
  .lang_jaonly.col-xs-12 .t_message,
  #panel_basketitem .t_message,
  #MyPage .tblhead_history {
    background: #000;
    color: #fff;
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
    font-weight: bold;
    font-size: 16px;
  }

  #CheckOut .title-bar-elem {
    margin-bottom: 10px;
  }

  #footer {
    overflow: hidden;
    z-index: 2;
  }

  #CheckOutThk #footer {
    overflow: visible;
  }

  #footer .row,
  #common_footer,
  .title-bar-elem {
    position: relative;
    z-index: 2;
  }

  #panel_order .table_header:before,
  #panel_order .tblbody_order_address .table_label:before,
  #panel_convoption .table_header:before,
  #customer_header:before,
  #tblbody_order_address .table_label:before,
  #panel_shipment+.col-xs-12 .t_message:before,
  .lang_jaonly.col-xs-12 .t_message:before,
  #panel_basketitem .t_message:before,
  .title-bar-elem:before,
  #MyPage .tblhead_history:before {
    content: "";
    width: 150%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -25%;
    background-color: black;
    z-index: -1;
  }

  #footer .row:before,
  #common_footer:before {
    content: "";
    width: 150%;
    height: 150%;
    position: absolute;
    top: 0;
    left: -25%;
    background-color: black;
    z-index: -1;
  }

  #customer_header a {
    color: #fff;
  }
}

.finmsg_panel {
  margin: 30px 0;
}

#orderRikeki_lnk {
  color: #000;
}

#CheckOutThk #orderRikeki_lnk {
  line-height: 50px;
  font-weight: bold;
}

#orderRikeki_lnk:hover {
  text-decoration: none;
}

#cboxLoadedContent input[type=submit]{
  color: #fff;
  background-color: #33e1ca;
  border-color: transparent;
  padding: 10px 0;
  border-radius: 5px;
  line-height: 24px;
}

#cboxLoadedContent input[type=checkbox] {
  position: relative;
}

.mac #cboxLoadedContent input[type=checkbox] {
  top: -1px;
}

.win #cboxLoadedContent input[type=checkbox] {
  top: 2px;
}

@media screen and (max-width: 767px) {
  #cboxLoadedContent input[type=checkbox] {
    top: 2px;
  }
}

#OrderList .nav-tabs>li.active>a {
  background: #fff;
  color: #000;
  margin-left: 10px;
}

#OrderList .nav-tabs>li.active>a:hover {
  background: #fff;
}

#customer_collapse {
  border: none;
}

#rshop_paytype_card.table_control_paytype {
  border-top: none;
}

.rshop_payhelp {
  display: none;
}

#OrderDetail #panel_basketitem .bskhead_basketitem,
#OrderCancel #panel_basketitem .bskhead_basketitem,
#OrderChange #panel_basketitem .bskhead_basketitem,
#CheckOutConf #panel_basketitem .bskhead_basketitem {
  margin-top: 40px;
}

#ShoppingCart #panel_basketitem .bskhead_basketitem {
  margin-top: 0;
  border-top: none;
}

@media screen and (max-width: 767px) {
  #panel_basketitem .bskhead_basketitem {
    margin-top: 30px;
  }
}

#panel_shipment {
  margin-bottom: 30px;
}

#panel_order .tblbody_oder_email,
#panel_orderstatus .tblbody_pay_method {
  border-bottom: none;
}

#step_c01+.col-xs-12 .t_message {
  background: #eee;
  color: #000;
}

@media screen and (max-width: 767px) {
  #name2,
  #name2_kana {
    margin-left: 0;
  }
}

@media screen and (min-width: 767px) {
  #panel_order .tblbody_ship_name.vis_shipment {
      border-top: solid 1px #ccc;
  }
}

#OrderCancelFin .table_bar,
#OrderChangeShipFin .table_bar,
#OrderChangeDateFin .table_bar {
  border-bottom: solid 1px #ccc;
}

@media screen and (max-width:767px) {
  #MyPage .tblbody_custedit .table_control,
  #MyPage .table_body .cardhold_lnk,
  #MyPage #history_order .table_control,
  #MyPage #history_preorder .table_control {
    border-bottom: solid 1px #ccc;
  }
}

#CheckOut #conv_tencode,
#CheckOut #address1 {
  width: 200px;
}

@media screen and (min-width:767px) {
  #customer_header,
  .tblhead_history {
    color: #1c1c1c;
    font-weight: bold;
    font-size: 100%;
    padding: 15px 20px;
    background: #EBEBEB;
  }
}

/* ========================================
  OrderList
======================================== */
#OrderList .tblitem_detail .tbllst_link a:active,
#OrderList .tblitem_detail .tbllst_link a:hover {
  text-decoration: none !important;
}

#OrderList .nav-tabs>li>a {
  background-color: #fff;
}

#OrderList .nav-tabs>li:not(.active)>a {
  border: 1px solid #ccc;
  background-color: #eaeaea;
  color: black;
  margin-left: 10px;
}

#OrderList .nav-tabs>li>a:hover {
  background-color: #eee;
}

#OrderList .row.tblitem_order_id {
  font-weight: bold;
}

#privacy .help_panel,
#kiyaku .help_panel {
  padding-left: 0;
  padding-right: 0;
}

#privacy .panel-default,
#kiyaku .panel-default {
  border:none !important;
}

#privacy .panel-body,
#kiyaku .panel-body {
  padding: 15px 0;
}

.bskitem_proimg img {
	max-width: 100px;
	margin-right: 10px;
}