/* Shared form, control, wishlist, login, radio, and checkbox components.
   Source order is preserved from legacy base.css to avoid layout drift. */
.s__form {
  background: #FFF;
}

.s__form__inner {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  padding: 00px 0 25px;
  color: #333;
}

@media screen and (max-width: 1280px) {
  .s__form__inner {
    padding: 20px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
  }
}

@media screen and (max-width: 800px) {
  .s__form__inner {
    max-width: none;
    padding: 20px 4%;
  }
}

.s__form__inner__area {
  margin-bottom: 60px;
  *zoom: 1;
}

.s__form__inner__area:before, .s__form__inner__area:after {
  content: "";
  display: table;
}

.s__form__inner__area:after {
  clear: both;
}

@media screen and (max-width: 800px) {
  .s__form__inner__area {
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 1050px) {
  .s__form__inner__area.tb_flex dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 800px) {
  .s__form__inner__area.tb_flex dl {
    display: block !important;
  }
}

@media screen and (max-width: 800px) {
  .s__form__inner__area.tb_flex dl dt {
    border-bottom: 1px solid #eee;
    width: 100%;
    padding-bottom: 5px;
  }
}

.s__form__inner__area.tb_flex p {
  font-size: 16px;
}

.s__form__inner.login {
  max-width: 1020px;
}

@media screen and (max-width: 1060px) {
  .s__form__inner.login {
    max-width: none;
    padding: 20px 4%;
  }
}

.s__login_as_customer__btn {
  width: 300px;
  height: 48px;
  text-align: center;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #c83227;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  font-family: 'Roboto',"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  margin-bottom: 25px;
  margin-top: 25px;
  margin-right: 10px;
  border-radius: 0;
}

.s__login_as_customer__back {
  background: #FFF;
  color: #333;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #000 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: 300px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 15px;
  height: 48px;
}

.s__form__inner__dl {
  border-bottom: 1px solid #eee;
  padding: 17px 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.s__form__inner__dl span.shipping_note{
  font-size: 12px;
  display:block;
  text-align: right;
}

.s__form__inner__dl span.shipping_note a{
  color: inherit;
  text-decoration: dotted;
}

.s__form__h2 {
  margin-bottom: 50px;
}

@media screen and (max-width: 800px) {
  .s__form__h2 {
    margin-bottom: 30px;
  }
}

.s__form__h2 h2 {
  font-size: 22px;
  font-weight: bold;
}

@media screen and (max-width: 800px) {
  .s__form__h2 h2 {
    font-size: 20px;
    margin-bottom: 5px;
  }
}

.s__form h3 {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}

@media screen and (max-width: 800px) {
  .s__form h3 {
    padding-bottom: 6px;
  }
}

.s__form h3 span {
  font-size: 14px;
  font-weight: normal;
}

@media screen and (max-width: 800px) {
  .s__form h3 span {
    line-height: 1.3;
    display: block;
    margin-top: -10px;
  }
}

.s__form h3 span.number {
  font-size: 26px;
  font-weight: bold;
}

@media screen and (max-width: 800px) {
  .s__form h3 span.number {
    display: inline-block;
  }
}

.s__form h3.no-line {
  border: none;
  padding-bottom: 10px;
}

@media screen and (max-width: 800px) {
  .s__form h3.no-line {
    border-bottom: 1px solid #CCC;
    margin-bottom: -1px;
  }
}

.s__form p {
  font-size: 14px;
  line-height: 1.8;
}

.s__form p.h3-line {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}

.s__form select {
  width: 72px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  padding: 5px 10px 5px 7px;
  border: 1px solid #ccc;
  height: 38px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  font-family: 'Roboto',"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  background: url(../images/s-arrow_down_bk.png) no-repeat right 10px top 13px;
  background-size: 14px 9px;
  font-size: 16px;
  border-radius: 0;
}

.s__form select:hover {
  cursor: pointer;
}

@supports (-ms-ime-align: auto) {
  .s__form select {
    padding: 10px 10px 3px 7px;
  }
}

.s__form select::-ms-expand {
  display: none;
}

.s__form select option {
  font-family: 'Roboto',"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  background: #FFF;
  color: #333;
  cursor: pointer;
  font-size: 16px;
}

.s__form input[type="text"], input[type="password"] {
  width: 400px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  padding: 5px 10px;
  height: 40px;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
  font-family: 'Roboto',"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.s__form input[type="text"]::-webkit-input-placeholder {
  line-height: 1.34;
}

.s__form input[type="text"]:focus {
  outline: 0;
}

.s__form input.long {
  width: 530px;
}

@media screen and (max-width: 1050px) {
  .s__form input.long {
    width: 100%;
  }
}

.s__form input.short {
  width: 190px;
}

@media screen and (max-width: 800px) {
  .s__form input.short {
    width: 100%;
  }
}

.s__form__label {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 1050px) {
  .s__form__label {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 800px) {
  .s__form__label {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.s__form__select01 select {
  width: 100px;
}

@supports (-ms-ime-align: auto) {
  .s__form__select01 select {
    padding-top: 3px;
  }
}

.s__form__select01.edge select {
  width: 100px;
}

@supports (-ms-ime-align: auto) {
  .s__form__select01.edge select {
    padding-top: 10px;
  }
}

@supports (-ms-ime-align: auto) {
  .s__form__select02 select {
    padding-top: 3px;
  }
}

.s__form__select03 select {
  width: 180px;
}

.s__form__cap {
  font-size: 12px !important;
  color: #eb3f32;
}

@media screen and (max-width: 800px) {
  .s__form__cap {
    width: 100%;
  }
}

.s__form dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding: 18px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.s__form dl.height {
  height: 76px;
}

@media screen and (max-width: 800px) {
  .s__form dl.height {
    height: auto;
  }
}

@media screen and (max-width: 1050px) {
  .s__form dl {
    display: block;
  }
}

.s__form dl input, .s__form dl label {
  margin-right: 20px;
  font-size: 16px;
}

.s__form dl input:last-child, .s__form dl label:last-child {
  margin-right: 0;
}

@media screen and (max-width: 800px) {
  .s__form dl input, .s__form dl label {
    margin-right: 0;
  }
}

.s__form dl select {
  margin-right: 20px;
}

@media screen and (max-width: 800px) {
  .s__form dl.short {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none !important;
    padding: 2px 0 !important;
  }
  .s__form dl.short.top {
    padding-top: 17px !important;
  }
}

.s__form dl.short dt {
  width: 120px;
}

@media screen and (max-width: 800px) {
  .s__form dl.short dt {
    font-size: 12px;
    width: 76px;
    position: relative;
    margin-bottom: 0;
  }
  .s__form dl.short dt:after {
    position: absolute;
    top: 0;
    right: 3px;
  }
}

@media screen and (max-width: 800px) {
  .s__form dl.short dd {
    font-size: 16px;
  }
}

@media screen and (max-width: 1050px) {
  .s__form dl.short02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .s__form dl.short02 dt {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 800px) {
  .s__form dl.short02 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.s__form dl.short02 dt {
  width: 120px;
}

@media screen and (max-width: 800px) {
  .s__form dl.short02 dt {
    width: 50%;
    margin-bottom: 0px;
    margin-right: auto;
  }
}

@media screen and (max-width: 500px) {
  .s__form dl.short02 dt {
    width: 30%;
  }
}

.s__form dl.short02 dt.short {
  width: 85px;
}

@media screen and (max-width: 800px) {
  .s__form dl.short02 dt.short {
    margin-bottom: 5px;
    margin-right: auto;
  }
}

@media screen and (max-width: 500px) {
  .s__form dl.short02 dt.short {
    width: 30%;
  }
}

@media screen and (max-width: 800px) {
  .s__form dl.short02 dd:last-child {
    margin-top: 10px;
  }
}

.s__form dl.short02 select {
  margin-right: 45px;
}

@supports (-ms-ime-align: auto) {
  .s__form dl.short02 select {
    padding: 6px 10px 0px 7px;
  }
}

@media screen and (max-width: 800px) {
  .s__form dl.short02 select {
    margin-right: 0;
  }
}

.s__form dt {
  width: 210px;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.s__form dt p {
  margin-right: auto;
  font-size: 16px;
}

@media screen and (max-width: 1050px) {
  .s__form dt p {
    margin-right: 5px;
    font-size: 14px;
  }
}

@media screen and (max-width: 1050px) {
  .s__form dt {
    margin-bottom: 10px;
  }
}

.s__form dt sup {
  color: #eb3f32;
  font-size: 12px;
  font-weight: bold;
  margin-left: 7px;
  display: block;
  padding: 3px 5px 3px;
  line-height: 1;
  border: 1px solid #eb3f32;
  margin-right: 12px;
  -ms-flex-item-align: center;
  align-self: center;
}

@media screen and (max-width: 1050px) {
  .s__form dt sup {
    border: none;
    font-size: 11px;
    margin-left: 0;
  }
}

.s__form__destination {
  max-width: 540px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1060px) {
  .s__form__destination {
    width: 100%;
    max-width: none;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 800px) {
  .s__form__destination {
    display: block;
  }
}

.s__form__destination p {
  font-size: 16px;
  line-height: 1.5;
  display: block;
  width: auto;
}
.form-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.form-row label {
  flex-shrink: 0;
  height: auto;
  line-height: normal;
}
.adress__name {
  margin-right: 10px;
  font-weight: bold;
}

.adress__s {
  flex-basis: 100%;
  width: 100%;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #eee;
}
.current_adress {
  display: inline-block;
  padding: 4px 12px;
  margin-left: 10px;
  font-size: 12px;
  font-weight: bold;
  color: #FFF;
  background-color: #c83227;
  border-radius: 15px;
  vertical-align: middle;
  line-height: 1.2;
}

@media screen and (max-width: 800px) {
  .current_adress {
    padding: 3px 10px;
    font-size: 11px;
  }
}

.s__form__destination__btn {
  max-width: 200px;
  text-align: right;
  -ms-flex-item-align: center;
  align-self: center;
}

@media screen and (max-width: 1050px) {
  .s__form__destination__btn {
    text-align: center;
    width: 100%;
    max-width: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 800px) {
  .s__form__destination__btn {
    display: block;
  }
}

.s__form__destination__btn a {
  float: right;
  clear: both;
}

@media screen and (max-width: 1050px) {
  .s__form__destination__btn a {
    float: none;
    margin-bottom: 0 !important;
  }
  .s__form__destination__btn a.mb1 {
    margin-right: 10px;
  }
}

@media screen and (max-width: 800px) {
  .s__form__destination__btn a {
    width: 100%;
  }
  .s__form__destination__btn a.mb1 {
    margin-right: auto;
    margin-bottom: 10px !important;
  }
}

.s__form__destination__btn p {
  font-size: 12px;
  clear: both;
}

@media screen and (max-width: 1050px) {
  .s__form__destination__btn p {
    display: none;
  }
}

.s__form__destination_label{
  max-width: 60px;
}

.shipping__wrap{
  margin-bottom: 40px;
}

@media screen and (max-width: 1050px) {
  .s__form__destination_label{
    max-width: 30px;
  }
  .shipping__wrap .s__form__destination{
    width: calc( 100% - 30px );
  }
}

.s__form__desti__p {
  display: none;
}

@media screen and (max-width: 1050px) {
  .s__form__desti__p {
    display: block;
    text-align: left;
    font-size: 12px !important;
    margin-top: 15px;
  }
}

.s__form__postage {
  font-size: 28px !important;
  font-weight: bold;
  line-height: 1 !important;
}

.s__form__postage .free {
  color: #ef1414;
}

.s__form__postage span {
  font-size: 16px !important;
  color: #333;
}


.s__form__btn {
  width: 220px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 667px) {
  .s__form__btn {
    margin: 0 auto;
  }
}

.s__form__btn input, .s__form__btn a,.s__form__btn button {
  width: 220px;
  height: 48px;
  text-align: center;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #c83227;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  font-family: 'Roboto',"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  margin: 0 auto 40px;
  border-radius: 0;
}

.s__form__btn input:hover, s__form__btn a:hover {
  opacity: 0.6;
}

.s__form__btn02 {
  border: 1px solid #ccc;
  width: 180px;
  padding: 9px 0px 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  display: block;
  line-height: 1;
  color: #333;
  font-size: 13.5px;
  letter-spacing: 0em;
}

.s__form__btn02:hover {
  opacity: 0.6;
}

@media screen and (max-width: 1060px) {
  .s__form__btn02 {
    width: 180px !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 800px) {
  .s__form__btn02 {
    margin: 0 auto;
  }
}

.s__form__btn03 {
  border: 1px solid #666666;
  padding: 9px 10px 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  display: block;
  line-height: 1;
  color: #333;
  font-size: 13.5px;
  font-weight: bold;
  letter-spacing: 0em;
}

.s__form__btn03:hover {
  opacity: 0.6;
}

.s__form__btn04 {
  border: 1px solid #666666;
  width: 220px;
  padding: 12px 0px 11px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  display: block;
  line-height: 1;
  color: #333;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0em;
  display: block;
  font-family: 'Roboto',"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

button.s__form__btn04{
  padding: 11px 0 11px !important;
  height: 48px;
  margin-left: auto;
  margin-right: auto;
}

.s__form__btn04:hover {
  opacity: 0.6;
}

@media screen and (max-width: 667px) {
  .s__form__btn04 {
    margin: 0 auto;
  }
}

.s__form__btn05 {
  width: 180px;
  padding: 8px 0px 7px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0em;
  display: block;
  background: #c83227;
}

.s__form__btn05:hover {
  opacity: 0.6;
}

.s__form__btn06 {
  width: 100%;
  padding: 12px 0px 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  display: block;
  line-height: 1;
  color: #333;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0em;
  display: block;
  border: 1px solid #cccccc;
  background: #fff;
}

.s__form__btn06:hover {
  opacity: 0.6;
}

.s__form textarea {
  width: 620px;
  height: 200px;
  border: 1px solid #ccc;
  padding: 10px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Roboto',"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  border-radius: 0;
  font-size: 16px;
  outline: 0;
}

@media screen and (max-width: 1050px) {
  .s__form textarea {
    width: 100%;
  }
}

.s__form .order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
  flex-wrap: wrap;
}

@media screen and (max-width: 800px) {
  .s__form .order {
    display: block;
  }
}

.s__form .order .photoArea {
  display: -webkit-box;
  display: -ms-flexbox;
  flex: 1;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 8px;
}

.s__form .order .photoAreaRetail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 8px;
}


@media screen and (max-width: 800px) {
  .s__form .order .photoArea {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 10px;
  }
}

.s__form .order .photo {
  width: 88px !important;
  border: 1px solid #ccc;
  margin-right: 10px;
}

.s__form .order .photo a:hover {
  opacity: 0.6;
}

.s__form .order .photo img {
  max-width: 100%;
}

.s__form .order .iconArea {
  width: 640px;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.s__form .order .iconAreaRetail {
  width: 470px;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.s__form .order .iconArea p,
.s__form .order .iconAreaRetail p {
  margin-right: 5px;
  display: inline-block;
}


.s__form .order .iconAreaRetail p.icon02,
.s__form .order .iconArea p.icon02{
  padding: 3px 10px 2px;
  line-height: 1.2;
}

@media screen and (max-width: 800px) {
  .s__form .order .iconAreaRetail,
  .s__form .order .iconArea {
    width: calc(100% - 98px);
  }
  .s__form .order .iconAreaRetail p.icon02,
  .s__form .order .iconArea p.icon02{
    font-size: 12px;
  }
}

.s__form .order .iconArea a {
  color: #333;
}

.s__form .order .iconArea a:hover {
  text-decoration: underline;
}

.s__form .order .iconArea .icon {
  padding: 5px 10px;
  line-height: 1;
  display: inline-block;
  margin-bottom: 10px;
}

@media screen and (max-width: 800px) {
  .s__form .order .iconArea .icon {
    margin-bottom: 6px;
    font-size: 12px;
  }
}

.s__form .order .numArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  width: 100%;
  background-color: #f8f8f8;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 8px;
}

.s__form .order .numAreaRetail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.s__form .order .numArea .item {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.s__form .order .numArea .label {
  font-size: 12px;
  color: #555;
  margin-bottom: 5px;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 0px;
  line-height: 1.2;
}

.s__form .order .subtotal_withtout_tax, .s__form .order .kakeritu, .s__form .order .baika_without_tax .total_baika_without_tax {
  width: 100%;
  text-align: right;
  font-size: 18px;
  font-weight: bolder;
  color: #333;
}

@media screen and (max-width: 800px) {
  .s__form .order .numArea {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.s__form .order .name {
  font-size: 16px;
  width: 470px;
  padding-right: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 800px) {
  .s__form .order .name {
    width: auto;
    padding-right: 0;
    font-size: 15px;
  }
}

.s__form .order .name.history {
  width: 567px;
}

@media screen and (max-width: 800px) {
  .s__form .order .name.history {
    width: auto;
  }
}

.s__form .order .num {
  width: 80px;
  font-size: 18px;
}

@media screen and (max-width: 800px) {
  .s__form .order .num {
    text-align: right;
  }
}

.s__form .order .price {
  width: 75px;
  text-align: right;
  font-size: 18px;
}

.s__form .order .price::after {
  content: " +税";
  font-size: 0.8em;
  color: #999;
  margin-left: 4px;
}

@media screen and (max-width: 800px) {
  .s__form .order.his .iconArea {
    width: 100%;
  }
}

.s__form .treasurer {
  width: 50%;
  float: right;
}

@media screen and (max-width: 800px) {
  .s__form .treasurer {
    width: 80%;
  }
}

.s__form .treasurer .subtotalArea {
  padding: 20px 0;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}

.s__form .treasurer .subtotalArea dl {
  border: none;
  padding: 5px 0;
}

@media screen and (max-width: 1060px) {
  .s__form .treasurer .subtotalArea dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.s__form .treasurer .subtotalArea dt {
  width: 160px;
  text-align: right;
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}

@media screen and (max-width: 800px) {
  .s__form .treasurer .subtotalArea dt {
    width: 35%;
    white-space: nowrap;
  }
}

.s__form .treasurer .subtotalArea dd {
  width: 210px;
  text-align: right;
  font-size: 18px;
}

@media screen and (max-width: 800px) {
  .s__form .treasurer .subtotalArea dd {
    width: 65%;
  }
}

.s__form .treasurer .total dl {
  padding: 0;
  border: none;
}

@media screen and (max-width: 1060px) {
  .s__form .treasurer .total dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.s__form .treasurer .total dt {
  width: 160px;
  text-align: right;
  display: block;
  font-weight: bold;
  margin-bottom: 0;
}

@media screen and (max-width: 800px) {
  .s__form .treasurer .total dt {
    width: 35%;
  }
}

.s__form .treasurer .total dd {
  width: 210px;
  text-align: right;
  font-size: 28px;
  font-weight: bold;
}

@media screen and (max-width: 800px) {
  .s__form .treasurer .total dd {
    width: 65%;
  }
}

.s__form .comfirm {
  margin-right: auto;
}

@media screen and (max-width: 800px) {
  .s__form .comfirm p {
    margin-bottom: 8px;
  }
}

.s__form .payment label {
  display: block;
  margin-bottom: 10px;
}

.s__form .payment label:last-child {
  margin-bottom: 0;
}

.s__form .advanced_search dt {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
 }
  .s__form__mypageHis .situ {
    width: 140px;
    text-align: center;
  }

  @media screen and (max-width: 800px) {
    .s__form__mypageHis .situ {
      width: 100%;
      text-align: left;
      margin-bottom: 5px;
    }
  }

  .s__form__mypageHis .price {
    width: 124px;
    margin-right: auto;
    text-align: center;
  }

  @media screen and (max-width: 800px) {
    .s__form__mypageHis .price {
      width: 100%;
      text-align: left;
      margin-bottom: 10px;
    }
  }

  @media screen and (max-width: 800px) {
    .s__form__mypageHis .btn a {
      text-align: center;
      margin: 0 auto;
    }
  }

  .s__form__mypageHis span.sp {
    font-size: 12px;
  }

  .s__form .half {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  @media screen and (max-width: 800px) {
    .s__form .half {
      display: block;
    }
  }

  .s__form .half div, .s__form .half dl {
    width: 48%;
    padding: 15px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }

  .s__form .half div.no-line, .s__form .half dl.no-line {
    border: none;
  }

  @media screen and (max-width: 800px) {
    .s__form .half div, .s__form .half dl {
      width: 100%;
      margin-top: -1px;
    }
  }

  .s__form .mypagePoint {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .s__form .mypagePoint p {
    line-height: 1;
  }

  .s__form .mypagePoint p:first-child {
    margin-right: auto;
  }

  .s__form .hisNumber {
    text-align: right;
    margin-bottom: 40px;
  }

  @media screen and (max-width: 800px) {
    .s__form .hisNumber {
      text-align: center;
    }
  }

  .s__form .status {
    padding: 10px 0 0px;
    border: none;
  }

  .s__form .status span {
    padding-left: 20px;
    color: grey;
    font-size: small;
  }

  .s__form .shipment dt {
    font-weight: bold;
  }

  .s__form .shipment dd {
    color: #c83227;
    font-weight: bold;
  }

  .s__form__aleat {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #c83227;
    padding: 15px 20px 13px;
    width: 100%;
    background: #ffe7e5;
    margin-bottom: 30px;
  }

  .s__form__aleat li {
    color: #c83227;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*&:before{
          content:"";
          background: url(../images/s-alert.png) no-repeat left center;
          background-size: 22px 22px !important;
          width: 22px !important;
          height: 22px !important;
          margin-right: 10px;
        }*/
  }

  @media screen and (max-width: 800px) {
    .s__form__aleat li {
      margin-bottom: 13px;
    }
  }

  .s__form__aleat li:last-child {
    margin-bottom: 0;
  }

  .s__form__aleat li figure {
    width: 22px;
    height: 22px;
    margin-right: 10px;
  }

  .s__form__aleat li figure img {
    width: 100%;
  }

  .s__form__aleat li span {
    width: calc(100% - 32px);
  }

  .s__form .alert {
    background: #ffe7e5;
  }

  .s__comfirm__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto 40px;
    max-width: 440px;
  }

  @media screen and (max-width: 800px) {
    .s__comfirm__btn {
      display: block;
    }
  }

  .s__comfirm__btn .s__form__btn input,
  .s__comfirm__btn .s__form__btn button {
    margin-bottom: 0;
    margin-left: 20px;
  }

  @media screen and (max-width: 800px) {
    .s__comfirm__btn .s__form__btn input,
    .s__comfirm__btn .s__form__btn button {
      margin-left: 0;
    }
  }

  .s__comfirm__btn .s__form__btn04 {
    font-size: 16px;
    padding-top: 16px;
    background: #fff;

  }

  .s__wish__table {
    max-width: 740px;
    margin-bottom: 20px;
  }

  @media screen and (max-width: 1060px) {
    .s__wish__table {
      margin-left: auto;
      margin-right: auto;
    }
  }

  .s__wish__table.small .s__wish__photo {
    width: 88px;
  }

  @media screen and (max-width: 800px) {
    .s__wish__table.small .s__wish__photo {
      width: 24%;
    }
  }

  .s__wish__table.small .s__wish__table__dl dt {
    max-width: 462px;
  }

  @media screen and (max-width: 800px) {
    .s__wish__table.small .s__wish__table__dl dt {
      width: 73%;
    }
  }

  .s__wish__table.large .s__wish__photo {
    width: 100%;
    margin-bottom: 20px;
    border: none;
  }

  .s__wish__table.large .s__wish__photo a {
    width: 480px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    border: 1px solid #ccc;
  }

  @media screen and (max-width: 800px) {
    .s__wish__table.large .s__wish__photo {
      width: 100%;
    }
  }

  .s__wish__table.large .s__wish__photo a {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    border: 1px solid #ccc;
    box-sizing: border-box;
  }

  .s__wish__table.large .s__wish__table__dl {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .s__wish__table.large .s__wish__table__dl dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: none;
    max-width: 550px;
  }

  @media screen and (max-width: 1060px) {
    .s__wish__table.large .s__wish__table__dl dt {
      width: 60%;
    }
  }

  @media screen and (max-width: 800px) {
    .s__wish__table.large .s__wish__table__dl dt {
      width: 100%;
    }
  }

  .s__wish__table.large .s__wish__table__dl dt p {
    margin-right: 10px;
    text-align: center;
  }

  .s__wish__table.large .s__wish__table__dl dt a {
    max-width: 480px;
  }

  @media screen and (max-width: 1060px) {
    .s__wish__table.large .s__wish__table__dl dt a {
      width: 100%;
      max-width: none;
    }
  }

  .s__wish__table__dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-bottom: none !important;
    padding: 20px 0 0 !important;
    position: relative;
    margin-bottom: 20px;
    border-top: 1px solid #ccc;
  }

  @media screen and (max-width: 1050px) {
    .s__wish__table__dl {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
    }
  }

  .s__wish__table__dl dt {
    width: auto;
    margin-right: auto;
    -ms-flex-item-align: start;
    align-self: flex-start;
    display: block;
    max-width: 300px;
  }

  @media screen and (max-width: 800px) {
    .s__wish__table__dl dt {
      max-width: none;
      width: 63%;
      margin-right: 0;
    }
  }

  .s__wish__table__dl dt div {
    clear: left;
    display: table;
  }

  .s__wish__table__dl dt p {
    padding: 5px 10px;
    float: left;
    margin-bottom: 20px;
    line-height: 1;
    margin-right: 5px;
  }

  .s__wish__table__dl dt p.icon02 {
    padding: 4px 10px 4px;
  }

  .s__wish__table__dl dt a {
    font-size: 16px;
    width: auto;
    color: #333;
    font-weight: bold;
  }

  .s__wish__table__dl dt a:hover {
    text-decoration: underline;
  }

  .s__wish__table__dl dd {
    text-align: center;
  }

  .s__wish__photo {
    width: 250px;
    border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 20px;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  @media screen and (max-width: 800px) {
    .s__wish__photo {
      width: 34%;
      margin-right: 0;
    }
  }

  .s__wish__photo img {
    max-width: 100%;
  }

  .s__wish__photo a:hover {
    opacity: 0.7;
  }

  .s__wish__price {
    width: 145px;
    font-size: 18px;
    padding-bottom: 7px;
    margin-left: 5px;
  }

  @media screen and (max-width: 1060px) {
    .s__wish__price {
      width: 80%;
      text-align: right !important;
      margin-left: 0;
      padding-bottom: 0;
    }
  }

  .s__wish__deleat {
    width: 36px;
  }

  @media screen and (max-width: 800px) {
    .s__wish__deleat {
      width: 20%;
      text-align: right !important;
    }

    .s__wish__deleat a {
      font-size: 12px;
      text-decoration: underline;
    }
  }

  .s__wish__deleat a:hover {
    opacity: 0.7;
  }

  .s__wish__deleat img {
    max-width: 100%;
  }

  .s__wish__table__form {
    background: #f7f7f7;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
  }

  .s__wish__table__form .form01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
  }

  @media screen and (max-width: 800px) {
    .s__wish__table__form .form01 {
      display: block;
      margin-bottom: 13px;
    }
  }

  .s__wish__table__form .form01__select {
    margin-right: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  @media screen and (max-width: 800px) {
    .s__wish__table__form .form01__select {
      margin-bottom: 10px;
    }
  }

  .s__wish__table__form .form01__select p {
    margin-right: 10px;
  }

  @media screen and (max-width: 800px) {
    .s__wish__table__form .form01__select p {
      width: 53px;
    }
  }

  .s__wish__table__form .form01__select select {
    background-color: #fff;
  }

  .s__wish__table__form .form01__select.second {
    margin-right: auto;
  }

  .s__wish__table__form .form01__select.second select {
    width: 125px;
  }

  .s__wish__table__form .form02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  @media screen and (max-width: 800px) {
    .s__wish__table__form .form02 {
      display: block;
    }
  }

  .s__wish__table__form .form02__input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: auto;
  }

  @media screen and (max-width: 800px) {
    .s__wish__table__form .form02__input {
      display: block;
      margin-bottom: 20px;
    }
  }

  .s__wish__table__form .form02__input input {
    width: 450px;
  }

  @media screen and (max-width: 1060px) {
    .s__wish__table__form .form02__input input {
      width: 370px;
    }
  }

  @media screen and (max-width: 800px) {
    .s__wish__table__form .form02__input input {
      width: 100%;
    }
  }

  .s__wish__table__form .form02__btn input {
    border: none;
    border-radius: 0;
    outline: none;
    width: 155px;
    padding: 12px 0px 11px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    display: block;
    line-height: 1;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0em;
    display: block;
    background: #c83227;
    font-family: 'Roboto', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    border: none;
    cursor: pointer;
  }

  @media screen and (max-width: 800px) {
    .s__wish__table__form .form02__btn input {
      margin: 0 auto;
      border: none;
      border-radius: 0;
      outline: none;
    }
  }

  .s__wish__table__form .form02__btn input:hover {
    opacity: 0.6;
  }

  .s__wish__selects {
    padding: 0px 0 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  @media screen and (max-width: 800px) {
    .s__wish__selects {
      display: block;
    }
  }

  .s__wish__selects .sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: auto;
  }

  @media screen and (max-width: 800px) {
    .s__wish__selects .sort {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
    }
  }

  @media screen and (max-width: 800px) {
    .s__wish__selects .sort p {
      width: 49%;
      text-align: right;
    }
  }

  .s__wish__selects .sort select {
    width: 170px;
  }

  @media screen and (max-width: 800px) {
    .s__wish__selects .sort select {
      width: 49%;
    }
  }

  @media screen and (max-width: 800px) {
    .s__wish__selects .sort {
      margin-bottom: 10px;
    }
  }

  .s__wish__selects .size {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  @media screen and (max-width: 800px) {
    .s__wish__selects .size {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
    }
  }

  @media screen and (max-width: 800px) {
    .s__wish__selects .size p {
      width: 105px;
    }
  }

  .s__wish__selects .size a.change {
    border-radius: 0;
    background: none;
    padding: 10px;
    border: 1px solid #ccc;
    font-size: 14px;
    cursor: pointer;
    margin-left: 15px;
    display: block;
    color: #333;
    font-family: 'Roboto', "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium";
  }

  @media screen and (max-width: 800px) {
    .s__wish__selects .size a.change {
      width: 49%;
      margin-left: 0;
      text-align: center;

    }
  }

  .s__wish__selects .size a.change:hover, .s__wish__selects .size a.change.current {
    background: #d2d2d2;
    color: #FFF;
  }

  .s__login {
    max-width: 630px;
    margin-bottom: 80px;
  }

  @media screen and (max-width: 1060px) {
    .s__login {
      width: 70%;
    }
  }

  @media screen and (max-width: 800px) {
    .s__login {
      width: 100%;
      max-width: none;
      margin-bottom: 40px;
    }

    .s__login dl {
      display: block !important;
    }
  }

  .s__login input.long {
    width: 430px;
  }

  @media screen and (max-width: 1060px) {
    .s__login input.long {
      max-width: 800px;
      width: 100%;
    }
  }

  .s__login__new {
    width: 350px;
    background: #e7e2da;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  @media screen and (max-width: 1060px) {
    .s__login__new {
      width: 28%;
    }

    .s__login__new .s__form__btn {
      width: auto;
    }

    .s__login__new .s__form__btn a {
      width: auto;

    }
  }

  @media screen and (max-width: 800px) {
    .s__login__new {
      width: 80%;
      margin: 0 auto 50px;
    }
  }

  .s__login__new h3 {
    font-size: 16px;
    text-align: center;
    border: none;
    padding: 0;
    margin-bottom: 15px;
  }

  .login__p {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 20px 0;
    margin-bottom: 40px;
  }

  .radio01 {
    display: none;
  }

  .radio01 + label {
    padding-left: 30px;
    position: relative;
    margin-right: 40px !important;
  }

  .radio01 + label::before {
    content: "";
    background: url(../images/radio.png) no-repeat;
    background-size: 18px 18px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
  }

  .radio01:checked + label::after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 18px;
    height: 18px;
    background: url(../images/radio_on.png) no-repeat;
    background-size: 18px 18px;
  }

  .checkbox01-input {
    display: none;
  }

  .checkbox01-parts {
    padding-left: 30px;
    position: relative;
  }

  .checkbox01-parts::before {
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    left: 0px;
    width: 18px;
    height: 18px;
    background: url(../images/check.png) no-repeat;
    background-size: 18px 18px;
  }

  .checkbox01-input:checked + .checkbox01-parts::after {
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    left: 0px;
    width: 18px;
    height: 18px;
    background: url(../images/check_on.png) no-repeat;
    background-size: 18px 18px;
  }

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

  /* Windows 用 Medium 指定の游ゴシック */
