.subTitleArea.cart {
  background: url(/video/common/images/line_common01.svg) repeat-x bottom, url(/video/shop/cart/images/bg_index01.png) no-repeat center right;
  background-size: 21px 5px, cover;
}
@media screen and (max-width: 767px) {
  .subTitleArea.cart {
    background-size: 13px 3px, cover;
  }
}

.progress {
  width: 640px;
  margin: 40px auto 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .progress {
    width: 300px;
    margin: 30px auto 0;
  }
}
.progress li {
  text-align: center;
  width: 30%;
  height: 85px;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media screen and (max-width: 767px) {
  .progress li {
    height: 50px;
  }
}
.progress li:not(:last-child)::after {
  content: "";
  background: #f7d7d7;
  width: 120px;
  height: 2px;
  display: block;
  position: absolute;
  top: 28px;
  right: -40%;
}
@media screen and (max-width: 767px) {
  .progress li:not(:last-child)::after {
    width: 60px;
    top: 16px;
    right: inherit;
    left: 74%;
  }
}
.progress .num {
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  width: 27px;
  height: 27px;
  margin: auto;
  background: #f7d7d7;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .progress .num {
    font-size: 0.9rem;
    width: 17px;
    height: 17px;
  }
}
.progress .txt {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .progress .txt {
    font-size: 1.1rem;
  }
}
.progress .active .num {
  font-size: 1.6rem;
  width: 56px;
  height: 56px;
  background: #de0031;
}
@media screen and (max-width: 767px) {
  .progress .active .num {
    font-size: 1.1rem;
    width: 23px;
    height: 23px;
  }
}
.progress .active .txt {
  font-weight: bold;
}

.btnArea {
  width: 100%;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .btnArea {
    margin-bottom: 40px;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 767px) {
  .btnArea li {
    width: 100%;
  }
  .btnArea li:last-child {
    margin-bottom: 5px;
  }
}
.btnArea .generalBtn a {
  width: 320px;
}
@media screen and (max-width: 767px) {
  .btnArea .generalBtn a {
    width: 100%;
  }
}

.cartArea {
  margin: 40px 0 30px;
}
@media screen and (max-width: 767px) {
  .cartArea {
    margin: 30px 0 20px;
  }
}

.cartTable {
  width: 100%;
}
.cartTable tr:not(.set) {
  border-bottom: 1px solid #ddd;
}
.cartTable th {
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  padding: 10px;
  background: #004da0;
}
.cartTable th:not(:last-of-type) {
  border-right: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .cartTable th {
    font-size: 1.4rem;
    padding: 10px 0;
  }
}
.cartTable .productHead {
  width: auto;
}
.cartTable .priceHead {
  width: 260px;
}
@media screen and (max-width: 767px) {
  .cartTable .priceHead {
    width: 80px;
  }
}
.cartTable .deleteHead {
  width: 80px;
}
@media screen and (max-width: 767px) {
  .cartTable .deleteHead {
    width: 40px;
  }
}
.cartTable td {
  font-size: 1.8rem;
  padding: 20px 0;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .cartTable td {
    font-size: 1.4rem;
    padding: 10px 0;
  }
}
.cartTable .product {
  font-weight: bold;
}
.cartTable .price {
  text-align: right;
}
.cartTable .delete {
  width: 18px;
  height: 18px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .cartTable .delete {
    width: 20px;
    height: 20px;
  }
}
.cartTable .setContents {
  padding-top: 0;
}
.cartTable .setContentsBox {
  font-size: 1.6rem;
  margin-left: 15px;
  padding: 20px;
  background: #f2f2f2;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .cartTable .setContentsBox {
    font-size: 1.2rem;
    margin-left: 24px;
    padding: 10px;
  }
}
.cartTable .setContentsBox .setContentsTitle {
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .cartTable .setContentsBox .setContentsTitle {
    margin-bottom: 5px;
  }
}

.totalPrice {
  width: 100%;
  border-bottom: 1px solid #ddd;
  display: flex;
  justify-content: flex-end;
}
.totalPrice .inner {
  width: 340px;
}
@media screen and (max-width: 767px) {
  .totalPrice .inner {
    width: 100%;
  }
}
.totalPrice .breakdown,
.totalPrice .total {
  padding: 20px 80px 20px 0;
}
@media screen and (max-width: 767px) {
  .totalPrice .breakdown,
.totalPrice .total {
    padding: 10px 40px 10px 0;
  }
}
.totalPrice .breakdown {
  border-bottom: 1px dashed #ddd;
}
.totalPrice .breakdown li:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .totalPrice .breakdown li:not(:last-child) {
    margin-bottom: 5px;
  }
}
.totalPrice .subtotal,
.totalPrice .total {
  font-size: 1.6rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .totalPrice .subtotal,
.totalPrice .total {
    font-size: 1.4rem;
  }
}
.totalPrice .subtotal .price {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .totalPrice .subtotal .price {
    font-size: 1.4rem;
  }
}
.totalPrice .total {
  font-weight: bold;
}
.totalPrice .total .price {
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  .totalPrice .total .price {
    font-size: 1.8rem;
  }
}

.txtLink {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .txtLink {
    font-size: 1.3rem;
  }
}
.txtLink a {
  color: #004da0;
  text-decoration: underline;
  position: relative;
}
.txtLink a::after {
  content: "";
  margin: auto;
  width: 4px;
  height: 4px;
  vertical-align: middle;
  border-top: 1px solid #004da0;
  border-right: 1px solid #004da0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  transform: rotate(45deg);
}

.alert01,
.alert02 {
  font-size: 1.7rem;
  padding: 20px;
  border-radius: 5px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .alert01,
.alert02 {
    font-size: 1.4rem;
    padding: 10px;
    align-items: flex-start;
  }
}
.alert01 .ico,
.alert02 .ico {
  width: 25px;
  margin-right: 10px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .alert01 .ico,
.alert02 .ico {
    width: 21px;
    margin-right: 5px;
  }
}

.alertSet {
  font-size: 1.7rem;
  padding: 20px;
  border-radius: 5px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .alertSet {
    font-size: 1.4rem;
    padding: 10px;
    align-items: flex-start;
  }
}
.alertSet li {
  width: 100%;
  display: flex;
  align-items: flex-start;
  margin-bottom: 1em;
}
.alertSet li .ico {
  width: 25px;
  margin-right: 10px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .alertSet li .ico {
    width: 21px;
    margin-right: 5px;
  }
}

.alert01,
.alertSet {
  border: 1px solid #DE0031;
}

.alert02 {
  border: 1px solid #F26A3B;
}

.mb5 {
  margin-bottom: 5px;
}

.loginTxt {
  font-size: 1.8rem;
  line-height: 1.75;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .loginTxt {
    font-size: 1.4rem;
  }
}
.loginTxt .marker {
  font-size: 2rem;
  color: #333;
}
@media screen and (max-width: 767px) {
  .loginTxt .marker {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 360px) {
  .loginTxt .marker {
    font-size: 1.4rem;
  }
}

.box {
  margin-bottom: 80px;
  padding: 40px;
  background: #f2f2f2;
  border: 1px solid #ddd;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .box {
    margin-bottom: 40px;
    padding: 20px 5px;
  }
}

.loginForm {
  width: 460px;
  margin: auto;
  padding-bottom: 40px;
  border-bottom: 1px dashed #ddd;
}
@media screen and (max-width: 767px) {
  .loginForm {
    width: 100%;
  }
}
.loginForm .mailaddress {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .loginForm .mailaddress {
    margin-bottom: 5px;
  }
}
.loginForm .mailaddress input {
  background: url(/video/shop/cart/images/ico_mail_login01.svg) no-repeat center right 15px, #fff;
  background-size: 15px, auto;
}
.loginForm .password input {
  background: url(/video/shop/cart/images/ico_lock_login01.svg) no-repeat center right 17px, #fff;
  background-size: 12px, auto;
}
.loginForm .txtLink {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .loginForm .txtLink {
    margin-top: 20px;
  }
}
.loginForm .checkbox {
  text-align: center;
  margin: 30px auto 15px;
}
@media screen and (max-width: 767px) {
  .loginForm .checkbox {
    margin: 20px auto 15px;
  }
}

.signUp {
  padding-top: 20px;
}
.signUp .txt {
  font-size: 1.8rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .signUp .txt {
    font-size: 1.2rem;
  }
}

.aboutSignUp .logoList {
  width: 600px;
  margin: 20px auto 50px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .aboutSignUp .logoList {
    width: 100%;
    margin: 20px auto 30px;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
  }
}
.aboutSignUp .logoList li {
  display: flex;
}
.aboutSignUp .logoList li:first-child {
  width: 255px;
}
@media screen and (max-width: 767px) {
  .aboutSignUp .logoList li:first-child {
    width: 208px;
    margin-bottom: 20px;
  }
}
.aboutSignUp .logoList li:last-child {
  width: 288px;
}
@media screen and (max-width: 767px) {
  .aboutSignUp .logoList li:last-child {
    width: 229px;
  }
}
.aboutSignUp .logoList li.frame {
  padding: 10px;
  background: #fff;
  border-radius: 5px;
}
.aboutSignUp .txt {
  font-size: 1.6rem;
  line-height: 1.75;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .aboutSignUp .txt {
    text-align: left;
    font-size: 1.4rem;
  }
}
.aboutSignUp .txt a {
  color: #004da0;
  font-weight: bold;
  text-decoration: underline;
}

.confirmArea {
  margin-bottom: 30px;
  padding-bottom: 80px;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
  .confirmArea {
    padding-bottom: 60px;
  }
}
.confirmArea .txt {
  font-size: 1.6rem;
  margin-bottom: 10px;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .confirmArea .txt {
    font-size: 1.4rem;
  }
}
.confirmArea .txtLink {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .confirmArea .txtLink {
    margin-bottom: 20px;
  }
}
.confirmArea .radioBtnList {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .confirmArea .radioBtnList {
    flex-wrap: wrap;
  }
}
.confirmArea .radioBtnList li {
  width: 49%;
}
@media screen and (max-width: 767px) {
  .confirmArea .radioBtnList li {
    width: 100%;
  }
  .confirmArea .radioBtnList li:not(:last-child) {
    margin-bottom: 5px;
  }
}

.completeArea .txt {
  font-size: 1.8rem;
  line-height: 1.75;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .completeArea .txt {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 360px) {
  .completeArea .txt {
    font-size: 1.3rem;
  }
}
.completeArea .img01 {
  width: 220px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 767px) {
  .completeArea .img01 {
    width: 142px;
    margin: 0 auto 10px;
  }
}
.completeArea .img02 {
  width: 208px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 767px) {
  .completeArea .img02 {
    width: 171px;
    margin: 0 auto 40px;
  }
}
.completeArea .presentTxt {
  font-size: 2rem;
  font-weight: bold;
  color: #ed7600;
  margin-bottom: 60px;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .completeArea .presentTxt {
    font-size: 1.4rem;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 360px) {
  .completeArea .presentTxt {
    font-size: 1.3rem;
  }
}
.completeArea .marker {
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  .completeArea .marker {
    font-size: 1.8rem;
  }
}
.completeArea .btnArea li:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .completeArea .btnArea li:not(:last-child) {
    margin-bottom: 5px;
  }
}

.alertArea {
  margin-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .alertArea {
    margin-bottom: 70px;
  }
}