@charset "UTF-8";
/*
** Main
*/
.main__headline {
  padding-bottom: 45px;
}

@media screen and (max-width: 896px) {
  .main__headline {
    padding: 25px 0 20px;
  }
}

@media screen and (max-width: 896px) {
  .main__headline .jp {
    line-height: 32px;
  }
}

.userName {
  font-family: "Noto Serif JP", serif;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: .11em;
  text-indent: .11em;
  text-align: center;
  margin-bottom: 25px;
}

@media screen and (max-width: 896px) {
  .userName {
    font-size: 16px;
    margin-bottom: 19px;
  }
}

.userPoint {
  text-align: center;
  font-size: 14px;
  letter-spacing: .02em;
  text-indent: .02em;
  color: #daae67;
  padding: 35px 0;
  margin-bottom: 30px;
  background: #f9f9f9;
}

@media screen and (max-width: 896px) {
  .userPoint {
    padding: 25px 0;
    margin-bottom: 20px;
  }
}

.userPoint span {
  font-family: "Work Sans", sans-serif;
  display: block;
  font-size: 43px;
  letter-spacing: .06em;
  text-indent: .06em;
  font-weight: 500;
  margin-top: 13px;
}

@media screen and (max-width: 896px) {
  .userPoint span {
    font-size: 40px;
    margin-top: 9px;
  }
}

.userPoint span small {
  font-size: 30px;
}

@media screen and (max-width: 896px) {
  .userPoint span small {
    font-size: 28px;
  }
}

.mypageNav {
  width: 1000px;
  margin: 0 auto;
}

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

.mypageNav__list {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 896px) {
  .mypageNav__list {
    display: block;
    padding: 0 15px;
  }
}

.mypageNav__item {
  width: 325px;
}

@media screen and (max-width: 896px) {
  .mypageNav__item {
    width: 100%;
    margin-bottom: 10px;
  }
}

.mypageNav__item a {
  display: block;
  line-height: 71px;
  letter-spacing: .12em;
  text-indent: .12em;
  font-weight: 500;
  text-align: center;
  color: #333;
  padding-left: 85px;
  border: 1px solid #eee;
  border-radius: 3px;
  position: relative;
  transition: .3s;
}

@media screen and (max-width: 896px) {
  .mypageNav__item a {
    font-size: 15px;
    line-height: 55px;
    padding-left: 78px;
  }
}

.mypageNav__item a::after {
  content: "";
  display: block;
  width: 85px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 896px) {
  .mypageNav__item a::after {
    width: 78px;
  }
}

.mypageNav__item a:hover {
  opacity: .7;
}

.mypageNav__item--01 a::after {
  background: #eee url(/common/img/mypage/icon_change.png) center/55px no-repeat;
}

@media screen and (max-width: 896px) {
  .mypageNav__item--01 a::after {
    background: #eee url(/common/img/mypage/icon_change.png) center/45px no-repeat;
  }
}

.mypageNav__item--02 a::after {
  background: #eee url(/common/img/mypage/icon_addressee.png) center/49px no-repeat;
}

@media screen and (max-width: 896px) {
  .mypageNav__item--02 a::after {
    background: #eee url(/common/img/mypage/icon_addressee.png) center/40px no-repeat;
  }
}

@media screen and (max-width: 896px) {
  .mypageNav__item--03 {
    margin-bottom: 0;
  }
}

.mypageNav__item--03 a::after {
  background: #eee url(/common/img/mypage/icon_logout.png) center/45px no-repeat;
}

@media screen and (max-width: 896px) {
  .mypageNav__item--03 a::after {
    background: #eee url(/common/img/mypage/icon_logout.png) center/36px no-repeat;
  }
}

.favorite {
  margin-top: 75px;
  padding: 60px 0;
  background: #fafafa;
}

@media screen and (max-width: 896px) {
  .favorite {
    margin-top: 40px;
    padding: 40px 0 50px;
  }
}

.favorite__headline {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  letter-spacing: .05em;
  text-indent: .05em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 896px) {
  .favorite__headline {
    font-size: 21px;
    margin-bottom: 30px;
  }
}

.favoriteList {
  display: flex;
  flex-wrap: wrap;
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 896px) {
  .favoriteList {
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
  }
}

.favoriteList__item {
  width: 240px;
  margin: 0 13px 13px 0;
}

@media screen and (max-width: 896px) {
  .favoriteList__item {
    width: 47%;
    margin: 0 6% 6% 0;
  }
}

@media screen and (max-width: 896px) {
  .favoriteList__item:nth-child(2n) {
    margin-right: 0;
  }
}

.favoriteList__item:nth-child(4n) {
  margin-right: 0;
}

.favoriteList__item > a {
  display: block;
  transition: .3s;
}

.favoriteList__item > a:hover {
  opacity: .7;
}

.favoriteList__item > a img {
  width: 100%;
}

.favorite__delete {
  margin-top: 6px;
}

@media screen and (max-width: 896px) {
  .favorite__delete {
    margin-top: 5px;
  }
}

.favorite__delete a {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 13px;
  line-height: 37px;
  font-weight: 700;
  letter-spacing: .05em;
  text-indent: .05em;
  text-align: center;
  color: #404040;
  background: #eaeaea;
  border-radius: 3px;
  transition: .3s;
}

@media screen and (max-width: 896px) {
  .favorite__delete a {
    font-size: 12px;
    line-height: 31px;
  }
}

.favorite__delete a:hover {
  opacity: .7;
}

.btnArea {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}

@media screen and (max-width: 896px) {
  .btnArea {
    flex-wrap: wrap;
    margin: 25px 15px 0;
  }
}

.btnArea .btn__top, .btnArea .btn__prev, .btnArea .btn__cancel {
  margin-right: 40px;
}

@media screen and (max-width: 896px) {
  .btnArea .btn__top, .btnArea .btn__prev, .btnArea .btn__cancel {
    width: 100%;
    margin-right: 0;
    order: 2;
  }
}

.btnArea .btn__top a, .btnArea .btn__prev a, .btnArea .btn__cancel a {
  font-family: "Noto Serif JP", serif;
  display: block;
  width: 330px;
  line-height: 71px;
  font-weight: 700;
  color: #333;
  letter-spacing: .05em;
  text-indent: .05em;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #eee;
  border-radius: 3px;
  background: #eee;
  transition: .3s;
}

@media screen and (max-width: 896px) {
  .btnArea .btn__top a, .btnArea .btn__prev a, .btnArea .btn__cancel a {
    width: 100%;
    font-size: 14px;
    line-height: 58px;
  }
}

.btnArea .btn__top a:hover, .btnArea .btn__prev a:hover, .btnArea .btn__cancel a:hover {
  opacity: .7;
}

@media screen and (max-width: 896px) {
  .btnArea .btn__conf, .btnArea .btn__send, .btnArea .btn__refusal {
    order: 1;
    width: 100%;
    margin-bottom: 10px;
  }
}

.btnArea .btn__conf input, .btnArea .btn__send input, .btnArea .btn__refusal input {
  font-family: "Noto Serif JP", serif;
  width: 330px;
  height: 73px;
  font-size: 16px;
  box-sizing: border-box;
  border: 1px solid #eee;
  font-weight: 700;
  color: #fff;
  background: #333;
  letter-spacing: .05em;
  text-indent: .05em;
  border-radius: 3px;
  cursor: pointer;
  transition: .3s;
}

@media screen and (max-width: 896px) {
  .btnArea .btn__conf input, .btnArea .btn__send input, .btnArea .btn__refusal input {
    width: 100%;
    height: 60px;
    font-size: 14px;
  }
}

.btnArea .btn__conf input:hover, .btnArea .btn__send input:hover, .btnArea .btn__refusal input:hover {
  opacity: .7;
}

@media screen and (max-width: 896px) {
  .btnArea .btn__cancel {
    order: 1;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 896px) {
  .btnArea .btn__refusal {
    order: 2;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 896px) {
  .btnArea .btn__newItem, .btnArea .btn__home, .btnArea .btn__mypage {
    width: 100%;
    margin-bottom: 10px;
    order: 1;
  }
}

.btnArea .btn__newItem a, .btnArea .btn__home a, .btnArea .btn__mypage a {
  font-family: "Noto Serif JP", serif;
  display: block;
  width: 330px;
  line-height: 71px;
  font-weight: 700;
  color: #fff;
  letter-spacing: .05em;
  text-indent: .05em;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #eee;
  border-radius: 3px;
  background: #333;
  transition: .3s;
}

@media screen and (max-width: 896px) {
  .btnArea .btn__newItem a, .btnArea .btn__home a, .btnArea .btn__mypage a {
    width: 100%;
    font-size: 14px;
    line-height: 58px;
  }
}

.btnArea .btn__newItem a:hover, .btnArea .btn__home a:hover, .btnArea .btn__mypage a:hover {
  opacity: .7;
}

.btnArea .btn__taikai {
  width: 100%;
  margin-top: 40px;
}

@media screen and (max-width: 896px) {
  .btnArea .btn__taikai {
    order: 3;
    margin-top: 10px;
  }
}

.btnArea .btn__taikai a {
  font-family: "Noto Serif JP", serif;
  display: block;
  width: 330px;
  margin: 0 auto;
  line-height: 71px;
  font-weight: 700;
  color: #b6b6b6;
  letter-spacing: .05em;
  text-indent: .05em;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #b6b6b6;
  border-radius: 3px;
  transition: .3s;
}

@media screen and (max-width: 896px) {
  .btnArea .btn__taikai a {
    width: 100%;
    font-size: 14px;
    line-height: 58px;
  }
}

.btnArea .btn__taikai a:hover {
  color: #fff;
  background: #333;
  border: 1px solid #333;
}

.snaShare {
  border-top: 1px solid #eee;
}

.section__mypage {
  margin-bottom: 50px;
}

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

.section__mypage .history {
  width: 1000px;
  margin: 75px auto 0;
}

@media screen and (max-width: 896px) {
  .section__mypage .history {
    width: 100%;
    margin: 30px auto 0;
    padding: 0 15px;
    box-sizing: border-box;
  }
}

.section__mypage .history__headline {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 896px) {
  .section__mypage .history__headline {
    font-size: 21px;
  }
}

.section__mypage .history__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 35px;
}

@media screen and (max-width: 896px) {
  .section__mypage .history__head {
    display: block;
    margin-top: 15px;
  }
}

.section__mypage .history__num {
  display: block;
  width: 60px;
  font-size: 15px;
  line-height: 33px;
  font-weight: 500;
  text-align: center;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
}

@media screen and (max-width: 896px) {
  .section__mypage .history__num {
    width: 50px;
    line-height: 23px;
    margin: 15px auto 10px;
  }
}

.section__mypage .history .pagination {
  margin: 0;
}

@media screen and (max-width: 896px) {
  .section__mypage .history .pagination {
    padding-top: 10px;
    border-top: 1px solid #e5e5e5;
  }
}

.section__mypage .history table {
  width: 100%;
  margin-top: 30px;
  border: 1px solid #e5e5e5;
  border-bottom: 0;
}

@media screen and (max-width: 896px) {
  .section__mypage .history table {
    display: block;
    margin-top: 20px;
    border: 0;
  }
}

.section__mypage .history table .retailer {
  width: 110px;
}

@media screen and (max-width: 896px) {
  .section__mypage .history table .retailer {
    display: none;
  }
}

.section__mypage .history table .item {
  width: 100px;
}

@media screen and (max-width: 896px) {
  .section__mypage .history table .item {
    width: 100%;
  }
}

.section__mypage .history table .date {
  width: 105px;
}

@media screen and (max-width: 896px) {
  .section__mypage .history table .date {
    width: 100%;
  }
}

.section__mypage .history table .num {
  width: 125px;
}

@media screen and (max-width: 896px) {
  .section__mypage .history table .num {
    width: 100%;
  }
}

.section__mypage .history table .pay {
  width: 134px;
}

@media screen and (max-width: 896px) {
  .section__mypage .history table .pay {
    display: none;
  }
}

.section__mypage .history table .all {
  width: 121px;
}

@media screen and (max-width: 896px) {
  .section__mypage .history table .all {
    display: none;
  }
}

.section__mypage .history table .state {
  width: 115px;
}

@media screen and (max-width: 896px) {
  .section__mypage .history table .state {
    display: none;
  }
}

.section__mypage .history table .detail {
  width: 95px;
}

@media screen and (max-width: 896px) {
  .section__mypage .history table .detail {
    width: 100%;
  }
}

.section__mypage .history table .receipt {
  width: 95px;
}

@media screen and (max-width: 896px) {
  .section__mypage .history table .receipt {
    width: 100%;
  }
}

.section__mypage .history table tr {
  border-bottom: 1px solid #e5e5e5;
}

@media screen and (max-width: 896px) {
  .section__mypage .history table tr {
    display: block;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}

.section__mypage .history table thead {
  background: #f9f9f9;
}

@media screen and (max-width: 896px) {
  .section__mypage .history table thead {
    display: none;
  }
}

.section__mypage .history table thead th {
  font-size: 15px;
  line-height: 51px;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 896px) {
  .section__mypage .history table tbody {
    display: block;
  }
}

.section__mypage .history table tbody td {
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  vertical-align: middle;
  padding: 23px 10px;
  box-sizing: border-box;
}

@media screen and (max-width: 896px) {
  .section__mypage .history table tbody td {
    display: flex;
    align-items: center;
    padding: 0;
    background: #f9f9f9;
    border: 1px solid #e5e5e5;
    border-bottom: 0;
    text-align: left;
  }
  .section__mypage .history table tbody td:last-child {
    border-bottom: 1px solid #e5e5e5;
  }
}

.section__mypage .history table tbody td .theme {
  display: none;
}

@media screen and (max-width: 896px) {
  .section__mypage .history table tbody td .theme {
    display: block;
    width: 120px;
    box-sizing: border-box;
    padding: 8px 12px;
  }
}

@media screen and (max-width: 896px) {
  .section__mypage .history table tbody td .description {
    width: calc(100% - 120px);
    background: #fff;
    box-sizing: border-box;
    padding: 8px 12px;
  }
}

.section__mypage .history table tbody td.item {
  padding: 23px 0;
}

@media screen and (max-width: 896px) {
  .section__mypage .history table tbody td.item {
    padding: 0;
  }
}

.section__mypage .history table tbody td.item img {
  width: 100px;
}

.section__mypage .history table tbody td .btn {
  display: block;
  width: 55px;
  margin: 0 auto;
  font-size: 13px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: .14em;
  text-indent: .14em;
  color: #fff;
  background: #333;
  border-radius: 3px;
  transition: .3s;
}

@media screen and (max-width: 896px) {
  .section__mypage .history table tbody td .btn {
    width: 60px;
    line-height: 23px;
    text-align: center;
    margin: 0;
  }
}

.section__mypage .history table tbody td .btn:hover {
  background: #707070;
}

.section__mypage .history .noHistory {
  padding: 67px 0;
  text-align: center;
  background: #f9f9f9;
  border-radius: 3px;
}

@media screen and (max-width: 896px) {
  .section__mypage .history .noHistory {
    width: auto;
    margin: 30px 0 0;
    padding: 43px 0;
    font-size: 14px;
  }
}

.section__history {
  margin-bottom: 50px;
}

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

.section__history .contents {
  width: 1000px;
  margin: 40px auto 0;
  border: 1px solid #e5e5e5;
}

@media screen and (max-width: 896px) {
  .section__history .contents {
    width: auto;
    box-sizing: border-box;
    margin: 25px 15px 0;
  }
}

.section__history .contents__inner {
  width: 800px;
  margin: 60px auto;
}

@media screen and (max-width: 896px) {
  .section__history .contents__inner {
    width: auto;
    margin: 30px 15px;
  }
}

.section__history .contentsBox {
  margin-bottom: 55px;
}

@media screen and (max-width: 896px) {
  .section__history .contentsBox {
    margin-bottom: 40px;
  }
}

.section__history .contentsBox__headline {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}

@media screen and (max-width: 896px) {
  .section__history .contentsBox__headline {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 10px;
  }
}

.section__history .contentsBox__txt {
  border: 1px solid #e5e5e5;
  letter-spacing: .06em;
  text-indent: .06em;
  padding: 18px 19px;
}

@media screen and (max-width: 896px) {
  .section__history .contentsBox__txt {
    font-size: 15px;
    padding: 16px 13px;
  }
}

.section__history .contentsBox__disp {
  border: 1px solid #e5e5e5;
  border-bottom: 0;
}

.section__history .contentsBox__disp .row {
  display: flex;
  border-bottom: 1px solid #e5e5e5;
}

@media screen and (max-width: 896px) {
  .section__history .contentsBox__disp .row {
    display: block;
  }
}

.section__history .contentsBox__disp .row .theme {
  width: 280px;
  font-size: 14px;
  line-height: 25px;
  font-weight: 500;
  background: #f9f9f9;
  box-sizing: border-box;
  padding: 7px 20px;
}

@media screen and (max-width: 896px) {
  .section__history .contentsBox__disp .row .theme {
    width: 100%;
    padding: 5px 14px;
  }
}

.section__history .contentsBox__disp .row .description {
  width: calc(100% - 280px);
  font-size: 14px;
  line-height: 25px;
  box-sizing: border-box;
  padding: 7px 20px;
}

@media screen and (max-width: 896px) {
  .section__history .contentsBox__disp .row .description {
    width: 100%;
    padding: 5px 14px;
  }
}

.section__history .contentsBox__disp--mail {
  display: flex;
}

@media screen and (max-width: 896px) {
  .section__history .contentsBox__disp--mail {
    display: block;
  }
}

.section__history .contentsBox__disp--mail .row {
  display: block;
  border-right: 1px solid #e5e5e5;
}

@media screen and (max-width: 896px) {
  .section__history .contentsBox__disp--mail .row {
    border-right: 0;
  }
}

.section__history .contentsBox__disp--mail .row:last-child {
  border-right: 0;
}

.section__history .contentsBox__disp--mail .row .theme {
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 896px) {
  .section__history .contentsBox__disp--mail .row .theme {
    text-align: left;
  }
}

.section__history .contentsBox__disp--mail .row .description {
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 896px) {
  .section__history .contentsBox__disp--mail .row .description {
    text-align: left;
  }
}

.section__history .contentsBox__disp--mail .row .description a {
  color: #4350b1;
  text-decoration: underline;
}

.section__history .contentsBox__disp--mail .row__date {
  width: 180px;
}

@media screen and (max-width: 896px) {
  .section__history .contentsBox__disp--mail .row__date {
    width: 100%;
  }
}

.section__history .contentsBox__disp--mail .row__notice {
  width: 280px;
}

@media screen and (max-width: 896px) {
  .section__history .contentsBox__disp--mail .row__notice {
    width: 100%;
  }
}

.section__history .contentsBox__disp--mail .row__subject {
  width: 340px;
}

@media screen and (max-width: 896px) {
  .section__history .contentsBox__disp--mail .row__subject {
    width: 100%;
  }
}

.section__history .contentsBox__disp--mail:nth-of-type(n + 2) {
  border-top: 0;
}

@media screen and (max-width: 896px) {
  .section__history .contentsBox__disp--mail:nth-of-type(n + 2) {
    border-top: 1px solid #e5e5e5;
    margin-top: 15px;
  }
}

.section__history .contentsBox__disp--mail:nth-of-type(n + 2) .row .theme {
  display: none;
}

@media screen and (max-width: 896px) {
  .section__history .contentsBox__disp--mail:nth-of-type(n + 2) .row .theme {
    display: block;
  }
}

.section__history .contents .cart {
  border: 1px solid #e5e5e5;
  padding: 15px 20px;
}

@media screen and (max-width: 896px) {
  .section__history .contents .cart {
    border: 0;
    border-top: 1px solid #e5e5e5;
    padding: 0;
  }
}

.section__history .contents .cart table {
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 896px) {
  .section__history .contents .cart table {
    display: block;
    width: 100%;
  }
}

.section__history .contents .cart table .name {
  width: 490px;
}

@media screen and (max-width: 896px) {
  .section__history .contents .cart table .name {
    width: 100%;
  }
}

.section__history .contents .cart table .price {
  width: 90px;
}

@media screen and (max-width: 896px) {
  .section__history .contents .cart table .price {
    width: 100%;
  }
}

.section__history .contents .cart table .subtotal {
  width: 110px;
}

@media screen and (max-width: 896px) {
  .section__history .contents .cart table .subtotal {
    width: 100%;
  }
}

.section__history .contents .cart table .num {
  width: 70px;
}

@media screen and (max-width: 896px) {
  .section__history .contents .cart table .num {
    width: 100%;
  }
}

.section__history .contents .cart table thead {
  border-bottom: 2px solid #dcdcdc;
}

@media screen and (max-width: 896px) {
  .section__history .contents .cart table thead {
    display: none;
  }
}

.section__history .contents .cart table th {
  font-size: 15px;
  letter-spacing: .03em;
  text-indent: .03em;
  font-weight: 700;
  text-align: center;
  padding: 15px 0;
}

@media screen and (max-width: 896px) {
  .section__history .contents .cart table tbody {
    display: block;
  }
}

.section__history .contents .cart table tbody tr {
  border-bottom: 1px solid #dcdcdc;
}

@media screen and (max-width: 896px) {
  .section__history .contents .cart table tbody tr {
    display: block;
    width: 100%;
    padding: 15px 0 5px;
  }
}

.section__history .contents .cart table tbody tr:last-child {
  border-bottom: 2px solid #dcdcdc;
}

.section__history .contents .cart table tbody td {
  font-size: 15px;
  letter-spacing: .03em;
  text-indent: .03em;
  vertical-align: middle;
  text-align: center;
  padding: 20px 0;
}

@media screen and (max-width: 896px) {
  .section__history .contents .cart table tbody td {
    display: flex;
    align-items: center;
    font-size: 14px;
    padding: 0 0 15px;
  }
}

.section__history .contents .cart table tbody td .theme {
  display: none;
  width: 138px;
  font-size: 15px;
  font-weight: 500;
  text-align: right;
}

@media screen and (max-width: 896px) {
  .section__history .contents .cart table tbody td .theme {
    display: block;
  }
}

.section__history .contents .cart table tbody td .description {
  display: block;
}

@media screen and (max-width: 896px) {
  .section__history .contents .cart table tbody td .description {
    width: calc(100% - 138px);
    text-align: right;
  }
}

.section__history .contents .cart table tbody .name {
  display: flex;
  align-items: center;
  text-align: left;
}

.section__history .contents .cart table tbody .name__pic {
  width: 150px;
  height: 175px;
}

@media screen and (max-width: 896px) {
  .section__history .contents .cart table tbody .name__pic {
    width: 95px;
    height: 111px;
  }
}

.section__history .contents .cart table tbody .name__pic img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.section__history .contents .cart table tbody .name__headline {
  width: calc(100% - 150px);
  font-size: 14px;
  line-height: 23px;
  box-sizing: border-box;
  padding: 0 23px 0 20px;
}

@media screen and (max-width: 896px) {
  .section__history .contents .cart table tbody .name__headline {
    width: calc(100% - 95px);
    font-size: 13px;
    line-height: 18px;
    padding: 0 0 0 10px;
  }
}

@media screen and (max-width: 896px) {
  .section__history .contents .cart table tbody .num .description {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

@media screen and (max-width: 896px) {
  .section__history .contents .cart table tfoot {
    display: block;
    margin: 10px 0 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #dcdcdc;
  }
}

@media screen and (max-width: 896px) {
  .section__history .contents .cart table tfoot tr {
    display: flex;
    align-items: center;
  }
}

.section__history .contents .cart table tfoot tr:first-child td {
  padding: 25px 0 12px;
}

@media screen and (max-width: 896px) {
  .section__history .contents .cart table tfoot tr:first-child td {
    padding: 12px 0;
  }
}

.section__history .contents .cart table tfoot tr:first-child td.theme {
  padding: 25px 0 12px;
}

@media screen and (max-width: 896px) {
  .section__history .contents .cart table tfoot tr:first-child td.theme {
    padding: 10px 0 8px;
  }
}

.section__history .contents .cart table tfoot tr:first-child td.description {
  padding: 25px 15px 12px 0;
}

@media screen and (max-width: 896px) {
  .section__history .contents .cart table tfoot tr:first-child td.description {
    padding: 10px 0 8px;
  }
}

.section__history .contents .cart table tfoot td {
  vertical-align: middle;
  padding: 12px 0;
}

@media screen and (max-width: 896px) {
  .section__history .contents .cart table tfoot td {
    display: block;
    padding: 8px 0;
  }
}

.section__history .contents .cart table tfoot .theme {
  font-size: 16px;
  text-align: right;
}

@media screen and (max-width: 896px) {
  .section__history .contents .cart table tfoot .theme {
    width: 50%;
    font-size: 15px;
    padding-left: 0;
  }
}

.section__history .contents .cart table tfoot .theme span {
  display: block;
  width: 170px;
  margin-left: 409px;
  text-align: left;
}

@media screen and (max-width: 896px) {
  .section__history .contents .cart table tfoot .theme span {
    width: 100%;
    margin-left: 0;
  }
}

.section__history .contents .cart table tfoot .description {
  letter-spacing: .04em;
  text-indent: .04em;
  text-align: right;
  padding-right: 15px;
}

@media screen and (max-width: 896px) {
  .section__history .contents .cart table tfoot .description {
    width: 50%;
    font-size: 15px;
    padding-right: 0;
  }
}

.section__history .contents .cart table tfoot .description__point {
  color: #daae67;
}

.section__history .contents .cart table tfoot .description__total {
  font-size: 19px;
}

@media screen and (max-width: 896px) {
  .section__history .contents .cart table tfoot .description__total {
    font-size: 17px;
  }
}

.section__change {
  margin-bottom: 50px;
}

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

.section__change .contents {
  width: 1000px;
  margin: 40px auto 0;
  border: 1px solid #e5e5e5;
}

@media screen and (max-width: 896px) {
  .section__change .contents {
    width: auto;
    box-sizing: border-box;
    margin: 25px 15px 0;
  }
}

.section__change .contents__inner {
  width: 800px;
  margin: 54px auto 60px;
}

@media screen and (max-width: 896px) {
  .section__change .contents__inner {
    width: auto;
    margin: 23px 15px 30px;
  }
}

.section__change .changeStep {
  margin: 55px auto;
}

@media screen and (max-width: 896px) {
  .section__change .changeStep {
    width: 290px;
    margin: 0 auto;
    padding: 35px 0 5px;
    position: relative;
  }
}

.section__change .changeStepList {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 896px) {
  .section__change .changeStepList__item {
    display: flex;
    flex-flow: column nowrap;
  }
}

.section__change .changeStepList__item .txt {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 13px;
  letter-spacing: .02em;
  text-indent: .02em;
  font-weight: 700;
  color: #dcdcdc;
}

@media screen and (max-width: 896px) {
  .section__change .changeStepList__item .txt {
    font-size: 12px;
    line-height: 17px;
    text-align: center;
  }
}

.section__change .changeStepList__item .point {
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
  margin: 15px auto 0;
  position: relative;
}

@media screen and (max-width: 896px) {
  .section__change .changeStepList__item .point {
    width: 11px;
    height: 11px;
    margin: 10px auto 0;
  }
}

.section__change .changeStepList__item .point::before {
  content: "";
  display: block;
  width: 170px;
  height: 1px;
  background: #dcdcdc;
  position: absolute;
  bottom: 6px;
  left: -180px;
}

@media screen and (max-width: 896px) {
  .section__change .changeStepList__item .point::before {
    width: 82px;
    bottom: 4px;
    left: -89px;
  }
}

.section__change .changeStepList__item--01 {
  margin-right: 115px;
}

@media screen and (max-width: 896px) {
  .section__change .changeStepList__item--01 {
    margin-right: 23px;
  }
}

.section__change .changeStepList__item--01 .point::before {
  display: none;
}

.section__change .changeStepList__item--02 {
  margin-right: 141px;
}

@media screen and (max-width: 896px) {
  .section__change .changeStepList__item--02 {
    margin-right: 52px;
  }
}

.section__change .changeStepList__item.active .txt {
  color: #333;
}

.section__change .changeStepList__item.active .point {
  border: 1px solid #333;
  background: #333;
}

.section__change .changeStepList__item.active .point::before {
  background: #333;
}

.section__change .deliveryStep {
  margin: 55px auto;
}

@media screen and (max-width: 896px) {
  .section__change .deliveryStep {
    margin: 0 auto;
    padding: 35px 0 5px;
    position: relative;
  }
}

.section__change .deliveryStepList {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 896px) {
  .section__change .deliveryStepList__item {
    display: flex;
    flex-flow: column nowrap;
  }
}

.section__change .deliveryStepList__item .txt {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 13px;
  letter-spacing: .02em;
  text-indent: .02em;
  font-weight: 700;
  color: #dcdcdc;
}

@media screen and (max-width: 896px) {
  .section__change .deliveryStepList__item .txt {
    font-size: 12px;
    line-height: 17px;
    text-align: center;
  }
}

.section__change .deliveryStepList__item .point {
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
  margin: 15px auto 0;
  position: relative;
}

@media screen and (max-width: 896px) {
  .section__change .deliveryStepList__item .point {
    width: 11px;
    height: 11px;
    margin: 10px auto 0;
  }
}

.section__change .deliveryStepList__item .point::before {
  content: "";
  display: block;
  width: 170px;
  height: 1px;
  background: #dcdcdc;
  position: absolute;
  bottom: 6px;
  left: -180px;
}

@media screen and (max-width: 896px) {
  .section__change .deliveryStepList__item .point::before {
    width: 72px;
    bottom: 4px;
    left: -79px;
  }
}

.section__change .deliveryStepList__item--01 {
  margin-right: 116px;
}

@media screen and (max-width: 896px) {
  .section__change .deliveryStepList__item--01 {
    margin-right: 15px;
  }
}

.section__change .deliveryStepList__item--01 .point::before {
  display: none;
}

.section__change .deliveryStepList__item--02 {
  margin-right: 169px;
}

@media screen and (max-width: 896px) {
  .section__change .deliveryStepList__item--02 {
    margin-right: 76px;
  }
}

@media screen and (max-width: 896px) {
  .section__change .deliveryStepList__item--03 {
    margin-right: 25px;
  }
  .section__change .deliveryStepList__item--03 .point::before {
    width: 87px;
    left: -93px;
  }
}

.section__change .deliveryStepList__item.active .txt {
  color: #333;
}

.section__change .deliveryStepList__item.active .point {
  border: 1px solid #333;
  background: #333;
}

.section__change .deliveryStepList__item.active .point::before {
  background: #333;
}

.section__refusal .refusal {
  width: 1000px;
  margin: 40px auto 75px;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  padding: 50px 100px 60px;
}

@media screen and (max-width: 896px) {
  .section__refusal .refusal {
    width: auto;
    margin: 25px 15px;
    padding: 20px 15px 30px;
  }
}

.section__refusal .refusal__description {
  font-size: 14px;
  line-height: 28px;
  letter-spacing: .02em;
  text-indent: .02em;
  text-align: center;
  border-bottom: 1px dotted #c1c1c1;
  padding-bottom: 25px;
  margin-bottom: 30px;
}

@media screen and (max-width: 896px) {
  .section__refusal .refusal__description {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}

.section__refusal .refusal__conf {
  text-align: center;
  font-weight: 500;
}

@media screen and (max-width: 896px) {
  .section__refusal .refusal__conf {
    font-size: 15px;
    line-height: 28px;
  }
}

.section__refusal .refusal__complete {
  width: 800px;
  margin: 0 auto 75px;
}

@media screen and (max-width: 896px) {
  .section__refusal .refusal__complete {
    width: auto;
    margin: 0 15px 25px;
    padding: 20px 15px 20px;
  }
}

.section__refusal .refusal__complete .refusal__description {
  font-size: 16px;
  line-height: 28px;
}

@media screen and (max-width: 896px) {
  .section__refusal .refusal__complete .refusal__description {
    font-size: 14px;
  }
}

.section__refusal .refusal__complete .refusal__description strong {
  display: block;
  font-weight: 500;
}

@media screen and (max-width: 896px) {
  .section__refusal .btnArea {
    margin: 20px 0 0;
  }
}

.form__inner {
  background: #fff;
}

.form__description {
  font-size: 14px;
  line-height: 28px;
  letter-spacing: .06em;
  text-indent: .06em;
  text-align: center;
  padding: 0 0 23px;
  border-bottom: 1px dotted #c8c8c8;
}

@media screen and (max-width: 896px) {
  .form__description {
    font-size: 13px;
    line-height: 22px;
    padding: 0 0 19px;
  }
}

.form__description em {
  color: #df4e4e;
}

.form .row {
  display: flex;
  align-items: center;
  padding: 30px 0;
  border-bottom: 1px dotted #c8c8c8;
}

@media screen and (max-width: 896px) {
  .form .row {
    display: block;
    padding: 21px 0;
  }
}

.form .row .theme {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 250px;
  font-weight: 500;
}

@media screen and (max-width: 896px) {
  .form .row .theme {
    width: 100%;
    justify-content: flex-start;
    margin-bottom: 16px;
  }
}

.form .row .description {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: calc(100% - 250px);
}

@media screen and (max-width: 896px) {
  .form .row .description {
    width: 100%;
  }
}

.form .row .description .notes {
  width: 100%;
  font-size: 14px;
  letter-spacing: .04em;
  text-indent: .04em;
  margin-bottom: 15px;
}

@media screen and (max-width: 896px) {
  .form .row .description .notes {
    margin-bottom: 11px;
  }
}

.form .row .description label {
  display: flex;
  align-items: center;
  margin-right: 34px;
}

.form .row .description label:last-child {
  margin-right: 0;
}

.form .row .description .input {
  display: flex;
  align-items: center;
  font-weight: 500;
}

@media screen and (max-width: 896px) {
  .form .row .description .input {
    width: 100%;
    font-size: 13px;
  }
  .form .row .description .input:first-child {
    margin-bottom: 10px;
  }
}

.form .row .description .input .txt {
  display: block;
  width: 45px;
}

@media screen and (max-width: 896px) {
  .form .row .description .input .txt {
    width: 38px;
    box-sizing: border-box;
  }
}

.form .row .description .input__txt {
  height: 45px;
  font-size: 14px;
  letter-spacing: .04em;
  text-indent: .04em;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  background: #fafafa;
  box-sizing: border-box;
  padding: 0 17px;
}

@media screen and (max-width: 896px) {
  .form .row .description .input__txt {
    height: 43px;
    padding: 0 10px;
  }
}

.form .row .description .input__txt:focus {
  background: #fff;
}

.form .row .description .input__txt::placeholder {
  color: #b6b6b6;
}

.form .row .description .input__select {
  height: 45px;
  font-size: 14px;
  letter-spacing: .04em;
  text-indent: .04em;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  background: #fafafa url(/common/img/icon_select_form.png) center right/22px no-repeat;
  box-sizing: border-box;
  padding: 0 39px 0 17px;
}

@media screen and (max-width: 896px) {
  .form .row .description .input__select {
    height: 43px;
    padding: 0 39px 0 10px;
  }
}

.form .row .description .input__radio {
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 1px solid #404040;
  border-radius: 50%;
  margin-right: 10px;
}

@media screen and (max-width: 896px) {
  .form .row .description .input__radio {
    margin-right: 6px;
  }
}

.form .row .description .input__radio:checked {
  background: url(/common/img/icon_radio_checked.png) center/14px no-repeat;
}

.form .row .description .input__radio:focus {
  outline: none;
}

.form .row.req .theme::after {
  content: "必須";
  display: block;
  width: 33px;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: .1em;
  text-indent: .1em;
  font-weight: 500;
  color: #fff;
  text-align: center;
  background: #404040;
  border-radius: 2px;
  margin-right: 62px;
}

@media screen and (max-width: 896px) {
  .form .row.req .theme::after {
    width: 32px;
    font-size: 11px;
    line-height: 17px;
    margin: 0 0 0 9px;
  }
}

.form .row__name .description {
  justify-content: space-between;
}

.form .row__name .input__txt {
  width: 210px;
}

@media screen and (max-width: 896px) {
  .form .row__name .input__txt {
    width: calc(100% - 38px);
  }
}

.form .row__mail {
  align-items: flex-start;
}

.form .row__mail .theme {
  line-height: 45px;
}

@media screen and (max-width: 896px) {
  .form .row__mail .theme {
    line-height: 1;
  }
}

.form .row__mail .input__txt {
  width: 100%;
}

.form .row__mail .input__txt:nth-of-type(1) {
  margin-bottom: 15px;
}

@media screen and (max-width: 896px) {
  .form .row__mail .input__txt:nth-of-type(1) {
    margin-bottom: 10px;
  }
}

.form .row__pass .theme {
  line-height: 45px;
}

@media screen and (max-width: 896px) {
  .form .row__pass .theme {
    line-height: 1;
  }
}

.form .row__pass .input__txt {
  width: 400px;
}

.form .row__pass .input__txt:nth-of-type(1) {
  margin-bottom: 15px;
}

@media screen and (max-width: 896px) {
  .form .row__pass .input__txt:nth-of-type(1) {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 896px) {
  .form .row__code .description {
    flex-wrap: unset;
  }
}

.form .row__code .description .txt {
  font-size: 18px;
  font-weight: 500;
  margin-right: 12px;
}

@media screen and (max-width: 896px) {
  .form .row__code .description .txt {
    font-size: 16px;
    margin-right: 1px;
  }
}

.form .row__code .description .hyphen {
  display: block;
  width: 10px;
  height: 2px;
  background: #333;
  margin: 0 10px;
}

@media screen and (max-width: 896px) {
  .form .row__code .description .hyphen {
    width: 8px;
    margin: 0 5px;
  }
}

.form .row__code .input__txt {
  width: 90px;
}

@media screen and (max-width: 896px) {
  .form .row__code .input__txt {
    width: 62px;
  }
}

.form .row__code .autoAddress {
  margin-left: 15px;
}

@media screen and (max-width: 896px) {
  .form .row__code .autoAddress {
    margin-left: 11px;
  }
}

.form .row__code .autoAddress__btn {
  width: 104px;
  height: 28px;
  font-size: 13px;
  color: #fff;
  background: #333;
  border-radius: 14px;
  transition: .3s;
  cursor: pointer;
}

@media screen and (max-width: 896px) {
  .form .row__code .autoAddress__btn {
    width: 90px;
    height: 33px;
    font-size: 11px;
    border-radius: 16px;
  }
}

.form .row__code .autoAddress__btn:hover {
  opacity: .7;
}

.form .row__address .input__select {
  width: 200px;
  margin-bottom: 15px;
}

@media screen and (max-width: 896px) {
  .form .row__address .input__select {
    width: 100%;
    margin-bottom: 10px;
  }
}

.form .row__address .input__txt {
  width: 100%;
}

.form .row__address .input__txt:nth-of-type(1) {
  margin-bottom: 15px;
}

@media screen and (max-width: 896px) {
  .form .row__address .input__txt:nth-of-type(1) {
    margin-bottom: 10px;
  }
}

.form .row__tel .description .hyphen {
  display: block;
  width: 10px;
  height: 2px;
  background: #333;
  margin: 0 10px;
}

@media screen and (max-width: 896px) {
  .form .row__tel .description .hyphen {
    width: 8px;
    margin: 0 5px;
  }
}

.form .row__tel .input__txt {
  width: 90px;
}

@media screen and (max-width: 896px) {
  .form .row__tel .input__txt {
    width: 73px;
  }
}

@media screen and (max-width: 896px) {
  .form .row__birthday .description {
    flex-wrap: unset;
  }
}

.form .row__birthday .description .txt {
  font-size: 14px;
  font-weight: 500;
  margin: 0 23px 0 10px;
}

@media screen and (max-width: 896px) {
  .form .row__birthday .description .txt {
    font-size: 13px;
    margin: 0 7px 0 6px;
  }
}

.form .row__birthday .description .input__select {
  width: 90px;
}

@media screen and (max-width: 896px) {
  .form .row__birthday .description .input__select {
    width: 57px;
    padding: 0 20px 0 10px;
    background: #fafafa url(/common/img/icon_select_form_sp.png) center right/16px no-repeat;
  }
}

.form .row__birthday .description .input__select:nth-of-type(1) {
  width: 100px;
}

@media screen and (max-width: 896px) {
  .form .row__birthday .description .input__select:nth-of-type(1) {
    width: 71px;
  }
}

.form .row__info .theme {
  line-height: 23px;
}

@media screen and (max-width: 896px) {
  .form .row__info .theme {
    line-height: 1;
  }
}

.form__designation {
  margin-top: 40px;
}

@media screen and (max-width: 896px) {
  .form__designation {
    margin-top: 15px;
  }
}

.form__designation .designation {
  background: #404040;
  padding: 40px 100px;
}

@media screen and (max-width: 896px) {
  .form__designation .designation {
    padding: 13px 15px 15px;
  }
}

.form__designation .designation label {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 896px) {
  .form__designation .designation label {
    display: block;
    position: relative;
    padding-left: 28px;
  }
}

.form__designation .designation__check {
  width: 20px;
  height: 20px;
  background: #fff;
}

@media screen and (max-width: 896px) {
  .form__designation .designation__check {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -9px;
  }
}

.form__designation .designation__check:checked {
  background: #fff url(/common/img/icon_checkbox_checked.png) center/18px no-repeat;
}

@media screen and (max-width: 896px) {
  .form__designation .designation__check:checked {
    background: #fff url(/common/img/icon_checkbox_checked.png) center/16px no-repeat;
  }
}

.form__designation .designation__check:focus {
  outline: none;
}

.form__designation .designation .txt {
  font-size: 17px;
  letter-spacing: .03em;
  text-indent: .03em;
  font-weight: 500;
  color: #fff;
  margin-left: 13px;
}

@media screen and (max-width: 896px) {
  .form__designation .designation .txt {
    display: block;
    font-size: 16px;
    margin: 0 0 7px;
  }
}

.form__designation .designation .notes {
  font-size: 14px;
  letter-spacing: .06em;
  text-indent: .06em;
  color: #fff;
  margin-left: 25px;
}

@media screen and (max-width: 896px) {
  .form__designation .designation .notes {
    display: block;
    font-size: 13px;
    line-height: 17px;
    margin-left: 0;
  }
}

.form__designation .form__inner {
  display: none;
}

.confirm {
  margin-top: 25px;
}

@media screen and (max-width: 896px) {
  .confirm {
    margin-top: 20px;
  }
}

.confirmBox {
  margin-bottom: 55px;
}

@media screen and (max-width: 896px) {
  .confirmBox {
    margin-bottom: 35px;
  }
}

.confirmBox:last-child {
  margin-bottom: 0;
}

.confirm__headline {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}

@media screen and (max-width: 896px) {
  .confirm__headline {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 10px;
  }
}

.confirmList {
  border: 1px solid #e5e5e5;
}

.confirmList__item {
  display: flex;
  border-bottom: 1px solid #e5e5e5;
}

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

.confirmList__item:last-child {
  border-bottom: 0;
}

.confirmList__theme {
  width: 280px;
  font-size: 14px;
  line-height: 25px;
  font-weight: 500;
  background: #f9f9f9;
  box-sizing: border-box;
  padding: 10px 20px;
}

@media screen and (max-width: 896px) {
  .confirmList__theme {
    width: 100%;
    padding: 5px 15px;
  }
}

.confirmList__description {
  width: calc(100% - 280px);
  font-size: 14px;
  line-height: 25px;
  box-sizing: border-box;
  padding: 10px 20px;
}

@media screen and (max-width: 896px) {
  .confirmList__description {
    width: 100%;
    padding: 5px 15px;
  }
}

.send__headline {
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
}

@media screen and (max-width: 896px) {
  .send__headline {
    font-size: 19px;
    line-height: 32px;
    margin-bottom: 10px;
  }
}

.send__description {
  font-size: 17px;
  text-align: center;
}

@media screen and (max-width: 896px) {
  .send__description {
    font-size: 16px;
    line-height: 32px;
  }
}

.delivery {
  margin-top: 49px;
}

@media screen and (max-width: 896px) {
  .delivery {
    margin-top: 29px;
  }
}

.delivery__headline {
  font-family: "Noto Serif JP", serif;
  font-size: 19px;
  font-weight: 700;
  padding-bottom: 20px;
  margin-bottom: 10px;
  border-bottom: 2px solid #dcdcdc;
}

@media screen and (max-width: 896px) {
  .delivery__headline {
    font-size: 17px;
    padding-bottom: 13px;
  }
}

.deliveryList__item {
  display: flex;
  align-items: center;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  padding: 22px 25px 22px 0;
  margin-bottom: 10px;
  background: #fafafa;
}

@media screen and (max-width: 896px) {
  .deliveryList__item {
    display: block;
    padding: 15px;
  }
}

.deliveryList__item.active {
  background: #fff;
}

.deliveryList__item .delivery__input {
  width: 24px;
  height: 24px;
  border: 1px solid #333;
  border-radius: 50%;
  box-sizing: border-box;
  background: #fff;
}

@media screen and (max-width: 896px) {
  .deliveryList__item .delivery__input {
    width: 20px;
    height: 20px;
  }
}

.deliveryList__item .delivery__input:checked {
  background: #fff url(/common/img/icon_radio_checked.png) center/18px no-repeat;
}

@media screen and (max-width: 896px) {
  .deliveryList__item .delivery__input:checked {
    background: #fff url(/common/img/icon_radio_checked.png) center/14px no-repeat;
  }
}

.deliveryList__item .delivery__input:focus {
  outline: none;
}

.deliveryList__num {
  width: 55px;
  text-align: center;
  font-family: "Work Sans", sans-serif;
  font-size: 30px;
  font-weight: 600;
}

@media screen and (max-width: 896px) {
  .deliveryList__num {
    width: 100%;
    font-size: 27px;
    text-align: left;
    padding-bottom: 5px;
    border-bottom: 1px solid #dcdcdc;
  }
}

.deliveryList__address {
  width: 615px;
  line-height: 28px;
  padding: 0 15px;
  box-sizing: border-box;
  border-left: 1px solid #dcdcdc;
}

@media screen and (max-width: 896px) {
  .deliveryList__address {
    width: 100%;
    font-size: 15px;
    line-height: 26px;
    padding: 0;
    margin: 3px 0 0;
    border-left: 0;
  }
}

@media screen and (max-width: 896px) {
  .deliveryList__btnArea {
    display: flex;
    margin-top: 10px;
    padding-bottom: 5px;
  }
}

@media screen and (max-width: 896px) {
  .deliveryList__btnArea .deliveryList__btn {
    width: 48%;
  }
}

.deliveryList__btnArea .deliveryList__btn:first-child {
  margin-bottom: 10px;
}

@media screen and (max-width: 896px) {
  .deliveryList__btnArea .deliveryList__btn:first-child {
    margin: 0 4% 0 0;
  }
}

.deliveryList__btnArea .deliveryList__btn a {
  display: block;
  width: 105px;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  line-height: 33px;
  letter-spacing: .06em;
  text-indent: .06em;
  font-weight: 700;
  color: #666;
  text-align: center;
  border: 1px solid #666;
  border-radius: 3px;
  box-sizing: border-box;
  transition: .3s;
}

@media screen and (max-width: 896px) {
  .deliveryList__btnArea .deliveryList__btn a {
    width: 100%;
    font-size: 13px;
  }
}

.deliveryList__btnArea .deliveryList__btn a:hover {
  color: #fff;
  background: #404040;
}

.deliveryAdd {
  padding: 28px 0;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
}

@media screen and (max-width: 896px) {
  .deliveryAdd {
    padding: 25px 20px;
  }
}

.deliveryAdd__btn {
  font-family: "Noto Serif JP", serif;
  display: block;
  width: 330px;
  margin: 0 auto;
  line-height: 71px;
  font-weight: 700;
  color: #fff;
  letter-spacing: .05em;
  text-indent: .05em;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #eee;
  border-radius: 3px;
  background: #404040;
  transition: .3s;
}

@media screen and (max-width: 896px) {
  .deliveryAdd__btn {
    width: 100%;
    font-size: 14px;
    line-height: 52px;
  }
}

.deliveryAdd__btn:hover {
  opacity: .7;
}

.section__login .login {
  background: #f9f9f9;
}

.section__login .login__inner {
  display: flex;
  width: 890px;
  margin: 0 auto;
  padding: 55px 0;
}

@media screen and (max-width: 896px) {
  .section__login .login__inner {
    display: block;
    width: 100%;
    padding: 0;
  }
}

.section__login .loginBox {
  width: 50%;
  box-sizing: border-box;
}

@media screen and (max-width: 896px) {
  .section__login .loginBox {
    width: 100%;
    padding: 35px 15px;
  }
}

.section__login .loginBox:first-child {
  border-right: 1px solid #dcdcdc;
  padding-right: 54px;
}

@media screen and (max-width: 896px) {
  .section__login .loginBox:first-child {
    border-right: 0;
    padding-right: 15px;
    border-bottom: 5px solid #fff;
  }
}

.section__login .loginBox:last-child {
  padding-left: 54px;
}

@media screen and (max-width: 896px) {
  .section__login .loginBox:last-child {
    padding-left: 15px;
  }
}

.section__login .login__headline {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  letter-spacing: .11em;
  text-indent: .11em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 896px) {
  .section__login .login__headline {
    font-size: 18px;
    letter-spacing: .05em;
    text-indent: .05em;
    margin-bottom: 30px;
  }
}

.section__login .login__description {
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
  line-height: 35px;
  text-align: center;
  border-top: 2px solid #dcdcdc;
  border-bottom: 2px solid #dcdcdc;
  padding: 18px 0 17px;
}

@media screen and (max-width: 896px) {
  .section__login .login__description {
    font-size: 14px;
    line-height: 28px;
    padding: 15px 0 22px;
  }
}

.section__login .login .row:first-child {
  margin-bottom: 25px;
}

@media screen and (max-width: 896px) {
  .section__login .login .row:first-child {
    margin-bottom: 30px;
  }
}

.section__login .login .row .theme {
  font-size: 15px;
  letter-spacing: .11em;
  text-indent: .11em;
  font-weight: 500;
  margin-bottom: 13px;
}

@media screen and (max-width: 896px) {
  .section__login .login .row .theme {
    font-size: 14px;
  }
}

.section__login .login .row .input__txt {
  width: 100%;
  font-size: 15px;
  letter-spacing: .02em;
  text-indent: .02em;
  box-sizing: border-box;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  padding: 18px 17px;
}

@media screen and (max-width: 896px) {
  .section__login .login .row .input__txt {
    padding: 15px;
  }
}

.section__login .login .row .input__check {
  width: 15px;
  height: 15px;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  box-sizing: border-box;
  background: #fff;
  margin-right: 5px;
}

.section__login .login .row .input__check:checked {
  border: 0;
  background: url(../img/icon_check_active.png) center/cover no-repeat;
}

.section__login .login .row .input__check:focus {
  outline: unset;
}

.section__login .login .row .input label {
  display: flex;
  align-items: center;
  font-size: 13px;
  margin-top: 6px;
}

.section__login .login .btn {
  margin-top: 41px;
}

@media screen and (max-width: 896px) {
  .section__login .login .btn {
    margin-top: 25px;
  }
}

.section__login .login .btn input {
  width: 100%;
  height: 65px;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  letter-spacing: .05em;
  text-indent: .05em;
  font-weight: 700;
  color: #fff;
  background: #333;
  text-align: center;
  border-radius: 3px;
  transition: .3s;
  cursor: pointer;
}

@media screen and (max-width: 896px) {
  .section__login .login .btn input {
    height: 60px;
    font-size: 14px;
  }
}

.section__login .login .btn input:hover {
  background: #6e6e6e;
}

.section__login .login .btn a {
  display: block;
  width: 100%;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  line-height: 65px;
  letter-spacing: .05em;
  text-indent: .05em;
  font-weight: 700;
  color: #fff;
  background: #333;
  text-align: center;
  border-radius: 3px;
  transition: .3s;
  cursor: pointer;
}

@media screen and (max-width: 896px) {
  .section__login .login .btn a {
    font-size: 14px;
  }
}

.section__login .login .btn a:hover {
  background: #6e6e6e;
}

.section__login .login .forgetPass {
  text-align: center;
  margin-top: 17px;
}

@media screen and (max-width: 896px) {
  .section__login .login .forgetPass {
    margin-top: 15px;
  }
}

.section__login .login .forgetPass a {
  font-family: "Noto Serif JP", serif;
  font-size: 13px;
  letter-spacing: .05em;
  text-indent: .05em;
  font-weight: 700;
  color: #333;
  text-decoration: underline;
  transition: .3s;
}

.section__login .login .forgetPass a:hover {
  opacity: .7;
}

.section__login .benefits {
  margin: 50px 0 0;
}

@media screen and (max-width: 896px) {
  .section__login .benefits {
    margin: 25px 0 0;
  }
}

.section__login .benefits__inner {
  width: 1000px;
  margin: 0 auto;
  background: #ededed;
  box-sizing: border-box;
  padding: 40px 0 75px;
}

@media screen and (max-width: 896px) {
  .section__login .benefits__inner {
    width: 100%;
    padding: 30px 15px;
    box-sizing: border-box;
  }
}

.section__login .benefits__headline {
  font-family: "Noto Serif JP", serif;
  font-size: 29px;
  font-weight: 700;
  letter-spacing: .1em;
  text-indent: .1em;
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 896px) {
  .section__login .benefits__headline {
    font-size: 23px;
  }
}

.section__login .benefits__headline small {
  display: block;
  font-size: 14px;
  margin-bottom: 17px;
  letter-spacing: .1em;
  text-indent: .1em;
}

@media screen and (max-width: 896px) {
  .section__login .benefits__headline small {
    margin-bottom: 13px;
  }
}

.section__login .benefits__headline small::after {
  content: "";
  display: block;
  width: 190px;
  height: 1px;
  margin: 6px auto 0;
  background: #333;
}

.section__login .benefitsList {
  width: 850px;
  margin: 0 auto;
  padding: 40px 75px;
  box-sizing: border-box;
  background: #fff;
}

@media screen and (max-width: 896px) {
  .section__login .benefitsList {
    width: 100%;
    padding: 30px 15px;
  }
}

.section__login .benefitsList__item {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 896px) {
  .section__login .benefitsList__item {
    display: block;
  }
}

.section__login .benefitsList__item--01 {
  padding-bottom: 40px;
  border-bottom: 1px solid #d2d2d2;
}

@media screen and (max-width: 896px) {
  .section__login .benefitsList__item--01 {
    padding-bottom: 30px;
  }
}

.section__login .benefitsList__item--01 .benefitsList__description {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  letter-spacing: .1em;
  text-indent: .1em;
  font-weight: 700;
  margin-left: 135px;
}

@media screen and (max-width: 896px) {
  .section__login .benefitsList__item--01 .benefitsList__description {
    font-size: 21px;
    margin: 20px 0 0;
    text-align: center;
  }
}

.section__login .benefitsList__item--01 .benefitsList__description span {
  display: flex;
  align-items: center;
  font-size: 15px;
  letter-spacing: .08em;
  text-indent: .08em;
  margin: 0 0 10px 30px;
}

@media screen and (max-width: 896px) {
  .section__login .benefitsList__item--01 .benefitsList__description span {
    font-size: 14px;
    margin: 0 0 12px;
    justify-content: center;
  }
}

.section__login .benefitsList__item--01 .benefitsList__description span::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 14px;
  background: url(../img/line_login_point-left.png) center/cover no-repeat;
  margin-right: 8px;
}

.section__login .benefitsList__item--01 .benefitsList__description span::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 14px;
  background: url(../img/line_login_point-right.png) center/cover no-repeat;
  margin-left: 8px;
}

.section__login .benefitsList__item--01 .benefitsList__description strong {
  font-size: 35px;
  letter-spacing: .1em;
  text-indent: .1em;
  color: #daae67;
}

@media screen and (max-width: 896px) {
  .section__login .benefitsList__item--01 .benefitsList__description strong {
    display: block;
    text-align: center;
    font-size: 32px;
    margin-bottom: 10px;
  }
}

.section__login .benefitsList__item--02 {
  padding-top: 40px;
}

@media screen and (max-width: 896px) {
  .section__login .benefitsList__item--02 {
    padding-top: 30px;
  }
}

.section__login .benefitsList__item--02 .benefitsList__description {
  font-family: "Noto Serif JP", serif;
  font-size: 23px;
  letter-spacing: .1em;
  text-indent: .1em;
  font-weight: 700;
  text-align: center;
  margin-left: 76px;
}

@media screen and (max-width: 896px) {
  .section__login .benefitsList__item--02 .benefitsList__description {
    font-size: 18px;
    margin: 13px 0 0;
  }
}

.section__login .benefitsList__item--02 .benefitsList__description span {
  display: block;
  font-size: 14px;
  letter-spacing: .08em;
  text-indent: .08em;
  margin-bottom: 12px;
}

@media screen and (max-width: 896px) {
  .section__login .benefitsList__item--02 .benefitsList__description span {
    font-size: 13px;
    line-height: 23px;
    margin-bottom: 10px;
  }
}

.section__login .benefitsList__item--02 .benefitsList__description span::before {
  content: "";
  display: none;
  width: 209px;
  margin: 0 auto;
  border-bottom: 1px dotted #333;
  position: relative;
  top: 23px;
}

@media screen and (max-width: 896px) {
  .section__login .benefitsList__item--02 .benefitsList__description span::before {
    display: block;
  }
}

.section__login .benefitsList__item--02 .benefitsList__description span::after {
  content: "";
  display: block;
  width: 332px;
  margin: 6px auto 0;
  border-bottom: 1px dotted #333;
}

@media screen and (max-width: 896px) {
  .section__login .benefitsList__item--02 .benefitsList__description span::after {
    margin: 0 auto;
    width: 209px;
  }
}

.section__login .benefitsList__item--02 .benefitsList__description strong {
  font-size: 31px;
  letter-spacing: .1em;
  text-indent: .1em;
}

@media screen and (max-width: 896px) {
  .section__login .benefitsList__item--02 .benefitsList__description strong {
    display: block;
    font-size: 24px;
    margin-top: 13px;
  }
}

.section__login .benefitsList__num {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column nowrap;
  width: 75px;
  height: 75px;
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  color: #fff;
  background: #333;
  border-radius: 50%;
}

@media screen and (max-width: 896px) {
  .section__login .benefitsList__num {
    align-items: flex-end;
    flex-flow: unset;
    height: auto;
    font-size: 20px;
    border-radius: 14px;
    padding: 4px 0;
    margin: 0 auto;
  }
}

.section__login .benefitsList__num small {
  display: block;
  font-size: 13px;
}

@media screen and (max-width: 896px) {
  .section__login .benefitsList__num small {
    margin-right: 3px;
  }
}

.section__login .noMember {
  margin: 50px 0 65px;
}

@media screen and (max-width: 896px) {
  .section__login .noMember {
    margin: 30px 15px;
  }
}

.section__login .noMember__headline {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  letter-spacing: .11em;
  text-indent: .11em;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 896px) {
  .section__login .noMember__headline {
    font-size: 18px;
    letter-spacing: .05em;
    text-indent: .05em;
  }
}

.section__login .noMember__description {
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
  text-align: center;
  margin: 38px 0 40px;
}

@media screen and (max-width: 896px) {
  .section__login .noMember__description {
    font-size: 14px;
    line-height: 28px;
    margin: 15px 0 20px;
  }
}

.section__login .noMember__btn a {
  display: block;
  width: 380px;
  margin: 0 auto;
  font-family: "Noto Serif JP", serif;
  line-height: 65px;
  letter-spacing: .05em;
  text-indent: .05em;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background: #333;
  border-radius: 3px;
  transition: .3s;
}

@media screen and (max-width: 896px) {
  .section__login .noMember__btn a {
    width: 100%;
    font-size: 14px;
  }
}

.section__login .noMember__btn a:hover {
  opacity: .7;
}
