@charset "UTF-8";
.win main {
  font-size: .94rem;
}

.mypage-flow .content {
  padding-top: 10px !important;
}

.cart-flow #bread-crumb + article > #page-title h1 {
  padding-top: 0;
}

@media screen and (max-width: 767px) {
  .cart-flow #bread-crumb + article > #page-title h1 {
    padding-top: 25px;
  }
}

/* キャンペーン用 */
section.mypage-news ul {
  height: 120px;
  overflow: auto;
}

section.mypage-news ul::-webkit-scrollbar {
  width: 5px;
}

section.mypage-news ul::-webkit-scrollbar-track {
  background-color: #f7f3ed;
  -webkit-border-radius: 100px;
}

section.mypage-news ul::-webkit-scrollbar-thumb {
  background-color: #8b7f78;
  -webkit-border-radius: 100px;
}

section.mypage-news ul li {
  margin-right: 3px;
}

#slideArea li {
  display: none;
}

@media screen and (max-width: 767px) {
  section.mypage-news ul {
    margin: 5px 0;
  }
}

/*　購入履歴改修　*/
#mypage-info dl dd dl {
  /* width: calc(100% - 450px);　*/
	width: 100%;
  margin: 0;
  padding: 0 25px 0 0;
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#mypage-info dl dd dl dt {
  width: 67px !important;
  margin-bottom: 0;
  padding: 0;
}

#mypage-info dl dd dl dd {
  width: calc(100% - 97px) !important;
  padding-bottom: 0;
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  font-weight: bold;
}

#mypage-info dl dd dl dd a {
  text-decoration: none;
  font-weight: bold;
}

@media screen and (max-width: 959px) {
  #mypage-info dl dd dl {
    /* width: calc(100% - 390px);*/
		width: 100%;
  }
}

@media screen and (max-width: 767px) {
  #mypage-info dl dd dl {
    width: 100%;
  }
}

/* ----- サイドバー　----- */
#category-nav nav > ul > .mypage-nav > a {
  padding: 1.5vh 2vw;
  height: auto;
  min-height: 0;
  max-height: none;
}

#category-nav nav > ul > .mypage-nav a:before {
  display: none;
}

#category-nav nav > ul > .mypage-nav > a:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: auto;
  right: 1vw;
  margin: -12px 0 0;
  display: block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  background-image: url(/assets/images/icon_link.png);
  background-repeat: no-repeat;
  background-position: 0 -48px;
  background-color: transparent;
  background-size: 480px 240px;
  -webkit-transition: -webkit-transform .2s linear;
  transition: -webkit-transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear, -webkit-transform .2s linear;
  opacity: 1;
}

html:not(.mobile) #category-nav nav > ul > .mypage-nav:hover > a {
  background-color: transparent;
}

html:not(.mobile) #category-nav nav > ul > .mypage-nav:hover > a:after {
  opacity: 1;
  -webkit-transform: translate3d(3px, 0, 0);
  transform: translate3d(3px, 0, 0);
}

@media screen and (max-width: 1199px) and (min-width: 768px), print {
  #btn-category button:before {
    border-bottom: solid 15px #eae4d1;
  }
}

/* ----- ページタイトル　----- */
#mypage-info {
  padding-top: 0;
}

.mypage-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 130px;
  margin: 0 0 30px;
  padding: 20px 0;
  background-color: #e6e1db;
}

.customer-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(50% + 15px);
  padding: 0 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.customer-name h1 {
  padding: 0;
  font-size: 1.5rem;
  font-weight: normal;
}

.customer-info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(50% - 15px);
  padding: 0 30px;
  -webkit-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.customer-info:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #cbc3bd;
  content: "";
}

.customer-info dl {
  width: 100%;
  margin-bottom: 0;
  color: #000;
}

.customer-info dt {
  width: 35%;
  padding: 0;
  font-size: 0.88rem;
  color: #555;
  line-height: 30px;
}

.customer-info dd {
  width: 65%;
  padding: 0;
  line-height: 30px;
}

.customer-num {
  font-family: Arial, Helvetica, san-serif;
  letter-spacing: 0;
}

.win .customer-num {
  font-size: 1.06382979rem;
}

.customer-info .link-icon {
  position: relative;
  padding-left: 35%;
  margin: 0;
  line-height: 30px;
}

.customer-info .customer-stage {
  font-size: 1.25rem;
  font-weight: bold;
}

span.receipt {
  display: block !important;
  position: relative !important;
  top: 0 !important;
  padding: 0;
  margin: 0;
  right: 0 !important;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}

/* ----- お知らせ ----- */
.col-set .mypage-news {
  padding: 30px 30px 15px;
}

.col-set .mypage-news > .bar-heading:first-of-type {
  margin: -30px -30px 15px;
  padding: 15px 30px;
}

.mypage-news ul {
  margin: 0;
}

.mypage-news li {
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px solid #e6e1db;
}

.mypage-news li:last-child {
  border: none;
}

.mypage-news li:before {
  display: none;
}

.mypage-news li a {
  text-decoration: none;
}

html:not(.mobile) .mypage-news li a:hover {
  text-decoration: underline;
}

.mypage-news li p {
  overflow: hidden;
}

.mypage-news .thumb-set .img.right {
  margin: 0 0 0 30px;
  padding: 0;
}

/* ----- ポイント / お届け状況 / クーポン ----- */
.col-set .mypage-point {
  padding: 0 30px;
}

.nonbreak {
  padding-top: 0px !important; 
  padding-bottom: 0px !important;
  width: 100% !important;
}


.mypage-point div {
  margin-top: 20px;
}

.web-point dl > dt {
  border-bottom: none;
}

.web-point dl > dd {
  border-bottom: none;
}

.web-point .mb0 {
  font-weight: normal !important;
  padding-top: 0px;
  padding-bottom: 0px;
  color:rgb(85, 85, 85);
}


.mypage-point dl {
  margin-bottom: 0;
}

.mypage-point dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  padding: 20px 0 18px;
  font-weight: bold;
  border-bottom: 1px solid #e6e1db;
  line-height: 1.5;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mypage-point dd {
  width: 65%;
  padding: 15px 0 13px;
  border-bottom: 1px solid #e6e1db;
}

.mypage-point dt:nth-last-child(2),
.mypage-point dd:last-child {
  border-bottom: none;
}

.mypage-point dd > dl dt {
  width: calc(100% - 110px);
  margin: 0;
  padding: 0;
  font-size: 0.88rem;
  font-weight: normal;
  color: #555;
  border-bottom: none;
}

.mypage-point dd > dl dd {
  width: 110px;
  padding: 0;
  border-bottom: none;
  font-size: 0.88rem;
  text-align: right;
}

.mypage-point dd .num {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
}

.win .mypage-point dd span {
  font-size: 1.6rem;
}

.mypage-point dd p {
  margin: 5px 0 0;
  line-height: 1.4;
}

.mypage-point dd.delivery-status span {
  font-size: 1rem;
  font-weight: normal;
}

/* ポイント履歴追加に伴う修正 */
.mypage-point .bar-heading {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.mypage-point .bar-heading p {
  margin-left:auto;
}

/* クーポン */
.web-coupon {
  padding-bottom: 20px!important;
  font-size: .94rem;
}
.web-coupon h3 {
  color: #000;
  padding-bottom: 18px!important;
}
.web-coupon dl {
  margin-bottom: 20px;
}
.web-coupon dl:last-child {
  margin-bottom: 0;
}
.web-coupon dt {
  font-weight: normal;
  display: block;
  color: rgb(85, 85, 85);
  font-weight: bold;
}
.web-coupon dd {
  display: flex;
  color: rgb(85, 85, 85);
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .web-coupon dt {
    border-bottom: 1px solid #e6e1db!important;
  }
}



/* ----- SYS-1533_VIP/SP特典ポイント対応 -----[23/12/08]:[S] */
.mypage-point dd .num_r {
  font-size: 1rem !important;
  line-height: 1;
  font-weight: bold;
  color: #f2646e ;
}

.nonbreak_r {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  color: #f2646e  !important;
  margin-bottom: 0 !important;
}

.right_r{
  text-align: right !important;
  padding: 0 0.2em !important;
}

@media screen and ( max-width:767px) {
  .nonbreak_r {
    float: left;
  }
  .left{
    float: left;
    padding: 0px 0 5px !important;
  }
  .mypage-point h3 {
    padding-bottom:15px;
  }
	.link-horizontal{
			margin-top: 20px;
	}
}
/* ----- SYS-1533_VIP/SP特典ポイント対応 -----[23/12/08]:[E] */


/* ----- レビューを書くについて ----- */
.hs_about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute !important;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 310px;
}

.hs_about a {
  margin: 0;
}

.hs_about > * {
  padding: 9px 0 5px !important;
  min-height: 36px;
}

.hs_about .ghost {
  background: #ffffff !important;
}

.hs_about [class*="icon-"] span {
  padding: 0 40px 0 20px !important;
}

.hs_about .show-mb {
  display: none;
}

/* ----- 買い物履歴　----- */
.mypage-shopping-history .box {
  margin: 0;
  background: none;
  padding: 0;
}

.mypage-shopping-history .box > .bar-heading:first-of-type {
  margin-bottom: 10px;
}

.mypage-shopping-history .box>.bar-heading:first-of-type {
  margin: 0;
}

.mypage-shopping-history dl + .pagination {
  margin: 0 0 30px;
}

.mypage-shopping-history .pagination {
  margin: 0;
  background: #fff;
  padding: 16px;
  margin-bottom: 8px;
  padding: 16px 24px;
}

.mypage-shopping-history .pagination:last-child {
  box-shadow: none;
}

.mypage-shopping-history .pagination p:not(.txt) {
  margin-bottom: 0;
}

.mypage-shopping-history dl {
  display: block;
  margin: 0;
}

.mypage-shopping-history dl dt {
  width: auto;
  padding: 8px 0;
  margin-top: 8px;
}

.mypage-shopping-history dl dd {
  display: flex;
  flex-wrap: wrap;
  row-gap: 8px;
  margin-bottom: 8px;
  padding: 20px 24px 24px;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.04);
  background: #fff;
  border-radius: 4px;
  width: 100%;
}
  


.mypage-shopping-history dl p {
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 1.6;
}

.mypage-shopping-history dl p a {
  font-weight: bold;
  text-decoration: none;
  line-height: 1.4;
}

html:not(.mobile) .mypage-shopping-history dl p a:hover {
  text-decoration: underline;
}

.mypage-shopping-history .history-btn {
  position: relative;
  display: flex;
  font-size: 0.75rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: auto;
}

.mypage-shopping-history .history-btn li {
  padding: 0 0 0 5px;
}

.mypage-shopping-history .history-btn li:before {
  display: none;
}

.mypage-shopping-history .history-btn .btn > a {
  display: flex;
  min-width: 160px;
  min-height: 40px;
  margin: 0;
  padding: 5px 10px 4px;
  text-align: center;
  line-height: 1.4;
  justify-content: center;
  align-items: center;
}

.mypage-shopping-history .history-btn .btn > a:after {
  content: "";
  display: block;
  width: 0;
}

.mypage-shopping-history ul {
  margin: 0;
}

.mypage-shopping-history .shopping-history-empty {
  padding: 10px 30px;
  background-color: #fff;
}

/*---------------------------------------------
	頒布会の子データ
  ---------------------------------------------*/

.hanpukai-child  {
    padding: 8px 0 0 0;
    width: 100%;
  }

  
.hanpukai-child .history-btn {
  gap:8px;
  font-size: inherit;
  justify-content: flex-start;
  flex-direction: column;
}

.hanpukai-child .history-btn .btn {
  border: solid #E9E5DF 1px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  padding: 16px;
  word-wrap: break-word;
  background: #fff;
  gap: 4px;
}

.hanpukai-child .history-btn .btn > a {
  display: flex;
  max-width: 160px;
  min-height: 40px;
  margin: 0;
  padding: 5px 10px 4px;
  text-align: center;
  line-height: 1.4;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 499px) {
  .hanpukai-child .history-btn .btn {
    flex-direction: column;
  }

  .hanpukai-child .history-btn .btn {
    width: 100%;
    max-width: 100%;
    align-items: flex-start;
  }

  .hanpukai-child .history-btn .btn {
    flex-direction: column;
  }

  .hanpukai-child .history-btn .btn > a {
    max-width: none;
  }
}


/*---------------------------------------------
	[DB01][ADD] 登録住所・氏名の変更
  ---------------------------------------------*/
.form-cmp-efo input,
.form-add-num input {
  max-width: 200px;
}

.form-add-num input + .btn {
  display: inline-block;
}

.input-tel input {
  max-width: 100px;
}

.input-tel input:nth-child(n+2) {
  margin-left: 10px;
}

.add-list-panel li {
  padding-left: 0;
}

.add-list-panel li:before {
  display: none;
}

/* ----- お問い合わせ ----- */
@media screen and (min-width: 1200px), print {
  .mypage-contact .box {
    padding: 30px 30px 10px;
  }
  .mypage-contact .box > .bar-heading:first-of-type {
    margin: -30px -30px 30px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.mypage-contact .box > .bar-heading:first-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 65px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mypage-contact .heading {
  font-size: 1.13rem;
  line-height: 1.5;
}

.mypage-contact p {
  line-height: 1.5;
  margin: 0;
}

.mypage-contact .box > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mypage-contact .box > p:before {
  content: "";
  display: block;
  width: 0;
  height: 45px;
}

.mypage-contact dl {
  margin-bottom: 20px;
}

.mypage-contact dt,
.mypage-contact dd {
  width: 100%;
  padding: 0;
}

.mypage-contact dd:first-of-type {
  display: table;
  width: auto;
  margin: 0 auto;
}

.mypage-contact dt {
  margin-bottom: 5px;
  font-weight: bold;
}

.mypage-contact .tel {
  display: table;
  margin: auto;
  padding: 5px 0 6px 60px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 2.25rem;
  letter-spacing: .02em;
  line-height: 1;
  background-image: url(/assets/mypage/images/contact-icon-freedial.png);
  background-repeat: no-repeat;
  background-position: 0 9px;
  background-size: 50px 28px;
  color: #8b7f78;
}

.win .mypage-contact .tel {
  font-size: 2.4rem;
}

html:not(.phone) .mypage-contact .tel a,
.phone .mypage-contact .tel span {
  display: none;
}

.phone .mypage-contact .tel a {
  text-decoration: none;
  color: #8b7f78;
}

.mypage-contact .note {
  display: table;
  margin: 0 0 15px;
}

.mypage-contact .btn > a {
  width: 100%;
  min-height: 41px;
  max-width: 285px;
  margin: 0 auto;
}

/*---------------------------------------------
	1450px未満
  ---------------------------------------------*/
@media screen and (min-width: 1200px) and (max-width: 1449px), print {
  .mypage-contact .box {
    padding-left: 20px;
    padding-right: 20px;
  }
  .mypage-contact .box > .bar-heading:first-of-type {
    margin: -30px -20px 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .mypage-contact .tel,
  .win .mypage-contact .tel {
    padding-left: 4.2vw;
    font-size: 2.4vw;
    background-position: 0 .6vw;
    background-size: 3.5vw 2vw;
  }
}

/*---------------------------------------------
	1200px未満
  ---------------------------------------------*/
@media screen and (max-width: 1199px), print {
  .mypage-title {
    margin: 0 0 20px;
  }
  .customer-name {
    width: calc(50% + 10px);
    padding: 0 20px;
  }
  .customer-info {
    width: calc(50% - 10px);
    padding: 0 20px;
  }
  .col-set .mypage-news {
    padding: 20px 20px 10px;
  }
  .col-set .mypage-news > .bar-heading:first-of-type {
    margin: -20px -20px 5px;
    padding: 15px 20px;
  }
  .mypage-news .thumb-set .img.right {
    margin: 0 0 0 20px;
  }
  .col-set .mypage-point {
    padding: 0 20px;
  }
  .mypage-shopping-history .pagination {
    margin:0 0 8px 0;
  }
  .mypage-shopping-history dl + .pagination {
    margin: 0 0 20px;
  }
  .mypage-shopping-history dl p {
    padding: 0 15px 0 0;
  }
  .mypage-contact dl {
    margin-bottom: 30px;
  }
}

/*---------------------------------------------
	1100px未満
  ---------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1099px), print {
  .mypage-contact .tel,
  .win .mypage-contact .tel {
    padding-left: 5.5vw;
    font-size: 2.9vw;
    background-position: 0 .8vw;
    background-size: 4.5vw 2.5vw;
  }
  .mypage-contact br {
    display: none;
  }
}

/*---------------------------------------------
	960px未満
  ---------------------------------------------*/
@media screen and (max-width: 959px) {
  .mypage-point dt {
    font-size: .94rem;
  }
  .mypage-shopping-history table th,
  .mypage-shopping-history table td {
    padding-right: 20px;
    font-size: .94rem;
  }
  .mypage-shopping-history dl p {
    width: 100%;
  }
  .mypage-shopping-history .history-btn {
    width: auto;
  }
  .mypage-shopping-history .history-btn li.btn > a {
    font-size: 0.75rem;
  }
  .mypage-shopping-history .history-btn li br {
    display: none;
  }
}

/*---------------------------------------------
	768px未満
  ---------------------------------------------*/
@media screen and (max-width: 767px) {
  .address-name-cg {
    min-height: 0;
  }
  /* ----- サイドバー　----- */
  #category-nav nav > ul > .mypage-nav > a {
    width: 100%;
    height: 55px;
    padding: 10px 6vw 10px 3vw;
  }
  html:not(.mobile) #category-nav nav > ul > .mypage-nav > a:hover {
    background-color: #e6e1db;
  }
  #category-nav nav > ul > .mypage-nav > a br {
    display: none;
  }
  /* ----- ページタイトル　----- */
  .mypage-title {
    display: block;
    height: auto;
    margin: 15px 0;
    padding: 15px;
  }
  .customer-name,
  .customer-info {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .customer-name {
    padding: 5px 0 15px;
  }
  .customer-name h1 {
    font-size: 1.25rem;
  }
  .customer-info {
    padding-top: 15px;
  }
  .customer-info:before {
    left: 0;
    width: 100%;
    height: 1px;
  }
  .customer-info dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .customer-info dt {
    width: 32% !important;
  }
  .customer-info dd {
    width: calc(100% - 32%) !important;
  }
  .customer-info .customer-stage {
    font-size: 1.13rem;
  }
  .customer-info .link-icon {
    padding-left: 32%;
  }
  /* ----- お知らせ　----- */
  .col-set .mypage-news {
    padding: 15px 15px 0;
  }
  .col-set .mypage-news > .bar-heading:first-of-type {
    margin: -15px -15px 0;
    padding: 10px 15px;
  }
  .mypage-news li a {
    font-size: .88rem;
  }
  .mypage-news .thumb-set .img.right {
    margin: 0 0 0 15px;
  }
  /* ----- ポイント / お届け状況 ----- */
  .col-set .mypage-point {
    padding: 0 15px;
  }
  .mypage-point dt {
    padding: 15px 0 5px;
    font-size: 1rem;
    border-bottom: 0 none;
  }
  .mypage-point dt br {
    display: none;
  }
  .mypage-point dd {
    padding: 0 0 15px;
  }
  .mypage-point dd > dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mypage-point dd > dl dt {
    width: calc(100% - 110px) !important;
  }
  .mypage-point dd > dl dd {
    width: 110px !important;
  }
  /* ----- レビューを書くについて ----- */
  .hs_about {
    top: 5px;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    right: 0;
    margin: 0 5px 0 0 !important;
  }
  /* ----- 買い物履歴 ----- */
  .mypage-shopping-history .box > .bar-heading:first-of-type {
    margin-bottom: 0;
    padding-bottom: 50px;
  }
  .mypage-shopping-history .box > .bar-heading:first-of-type .right {
    top: 65px;
    right: auto;
    -moz-transtion: none;
    -webkit-transtion: none;
    transtion: none;
  }
  .mypage-shopping-history .box > .bar-heading:first-of-type .right select {
    max-width: 270px;
  }
  .mypage-shopping-history .pagination {
    margin: 0 0 8px 0;
  }
  .mypage-shopping-history dl + .pagination {
    margin: 0 0 15px;
  }
  .mypage-shopping-history dl p {
    width: 100%;
    margin-bottom: 10px;
    font-size: .94rem;
  }
  .mypage-shopping-history .history-btn {
    width: 100%;
    margin: 0 -1.5vw 0 0;
  }
  .mypage-shopping-history .history-btn li {
    padding: 0 1.5vw 0 0;
  }
  .mypage-shopping-history .history-btn li.btn-order:empty {
    display: block;
  }
  .mypage-shopping-history .history-btn li.btn > a {
    padding: 5px 2vw 4px;
  }
  .mypage-shopping-history .history-btn.sub_history {
    gap: 10px 0;
    margin: 10px -1.5vw 0 0;
  }
  .mypage-shopping-history .shopping-history-empty {
    padding: 5px 15px;
  }

  /* ----- お問い合わせ ----- */
  .mypage-contact .box > p {
    display: block;
    font-size: .88rem;
  }
  .mypage-contact .box > p:before {
    display: none;
  }
  .mypage-contact .tel {
    font-size: 2rem;
  }
  .win .mypage-contact .tel {
    font-size: 2.125rem;
  }
  .phone .mypage-contact .tel {
    display: block;
    margin: 10px auto;
    padding: 0;
    font-size: 1.69rem;
    border: solid 1px #c5bfbc;
    background-position: calc(50% - 83px) 8px;
    overflow: hidden;
    border-radius: 30px;
  }
  .phone .mypage-contact .tel a {
    display: block;
    padding: 8px 10px 8px 70px;
    text-align: center;
  }

  
  /*---------------------------------------------
		[DB02][ADD] 登録住所・氏名の変更
	  ---------------------------------------------*/
  table.mypage-cnf-tb tbody {
    display: block;
  }
  table .mypage-cnf-tb,
  .mypage-cnf-tb th,
  .mypage-cnf-tb td {
    width: 100% !important;
  }
}

/*---------------------------------------------
	500px以下
  ---------------------------------------------*/

  /* お買い物履歴 */

@media screen and (max-width: 500px) {
  .mypage-shopping-history .history-btn {
    gap: 10px 0;
  }

  .mypage-shopping-history .history-btn li {
    flex: auto;
  }

  .mypage-shopping-history .history-btn .btn-inquiry,
  .mypage-shopping-history .history-btn .btn > * {
    width: 100%;
  }

  .mypage-shopping-history .history-btn .btn-order:first-child {
    width: 100%;
  }

  .mypage-shopping-history .history-btn li.btn-confirm {
    width: 100%;
    padding-top: 2vw;
  }

  .mypage-shopping-history .history-btn li.btn-confirm a {
    font-size: .81rem;
  }

  .mypage-shopping-history .history-btn.sub_history {
    margin-bottom: 16px;
  }

  .mypage-shopping-history dl dd {
    flex-direction: column;
  }

  .mypage-shopping-history .history-btn.sub_history {
    gap: 0;
    margin: 8px 0;
    display: flex;
    border-bottom: 1px solid #E9E5DF;
    flex-direction: column;
  }

  .mypage-shopping-history .history-btn.sub_history .btn a {
    justify-content: flex-start;
  }

  .mypage-shopping-history .history-btn.sub_history .btn .ghost {
    border: none;
    border-top: 1px solid #E9E5DF;
    color: #1c89a6;
    border-radius: 0;
  }

  .mypage-shopping-history .history-btn.sub_history li {
    padding: 0; 
  }

  .mypage-shopping-history .history-btn.sub_history .btn .ghost:before {
    border: none;
  }

  .mypage-shopping-history dl dd {
    border-bottom: none;
  }

  .mypage-shopping-history dl p {
    font-size: 1.2rem;
    line-height: 1.2;
    padding: 0;
  }

  .mypage-shopping-history .history-btn li.btn > a {
    font-size: 1rem;
  }

}

/*---------------------------------------------
	371px未満
  ---------------------------------------------*/
/* ----- レビューを書くについて ----- */
@media screen and (max-width: 370px) {
  .hs_about {
    line-height: 1.3;
  }
  .hs_about .show-mb {
    display: block;
  }
  .hs_about > * {
    min-width: inherit;
  }
}

/*---------------------------------------------
	印刷用
  ---------------------------------------------*/
/*---------------------------------------------
	[AD01] お届け先の変更
	[DT01] お届け先の一覧
  ---------------------------------------------*/
.panel-addcg {
  display: none;
  position: relative;
  top: -70px;
  margin-bottom: -70px;
}

@media screen and (max-width: 1199px), print {
  .panel-addcg {
    top: -45px;
    margin-bottom: -45px;
  }
}

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

.panel-addcg-open {
  display: block;
  position: static;
  margin-bottom: 0;
}

.panel-addcg .content {
  background: #EFEAE3;
}

.panel-addcg-arr {
  display: block;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 25px 27px 25px;
  border-color: transparent transparent #EFEAE3 transparent;
}

.panel-addcg .box .btn {
  max-width: 220px;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .panel-addcg .box .btn {
    max-width: 100%;
  }
}

.panel-addcg .box .btn > * {
  margin-right: 0;
}

.panel-addcg .link-horizontal {
  max-width: 160px;
  margin-left: auto;
  margin-right: auto;
}

.panel-addcg .new-add {
  padding: 0;
  position: relative;
  background: none;
}

.panel-addcg .new-add .btn {
  max-width: 100%;
  height: 100%;
  font-size: 18px;
}

.panel-addcg .new-add .btn a {
  width: 100%;
  height: 100%;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.panel-addcg .new-add .btn a:before {
  width: 100%;
  height: 100%;
  border-radius: 0;
}

.panel-addcg .link-horizontal a + a {
  margin-right: 0 !important;
}

.web-info-box.col-set {
  width: 100%;
}

.web-info-box .col3-4 {
  margin-right: 0;
  width: 75%;
}

@media screen and (max-width: 767px) {
  .web-info-box .col3-4 {
    float: none;
    width: 100%;
  }
}

.web-info-box .web-info-box-cel1 {
  float: left;
  width: 70%;
}

@media screen and (max-width: 767px) {
  .web-info-box .web-info-box-cel1 {
    float: none;
    width: 100%;
  }
}

.web-info-box .btn {
  float: right;
  width: 25%;
}

@media screen and (max-width: 767px) {
  .web-info-box .btn {
    float: none;
    width: 100%;
  }
}

.web-info-box.col-set + .btn {
  margin-left: 90px;
}

@media screen and (max-width: 767px) {
  .web-info-box.col-set + .btn {
    margin-left: 0;
  }
}

/*---------------------------------------------
[DR01][ADD] 定期お届け変更
---------------------------------------------*/
.form-table-short th {
  width: 23%;
  min-width: 220px;
}

@media screen and (max-width: 767px) {
  .form-table-short th {
    width: 100%;
  }
}

.mypage-stock-number dt {
  font-weight: bold;
}

.stock-box:last-child {
  margin-bottom: 0;
}

.stock-box th.img {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .stock-box th.img {
    text-align: center;
    padding-right: 15px;
  }
}

.stock-box td dl {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.stock-box td dl + p {
  margin-bottom: 0px;
}

.stock-box td dd {
  padding-left: 0;
}

.stock-box dl.number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.stock-box dl.number dt {
  width: 105px !important;
}

.stock-box dl.number dd {
  font-weight: bold;
  width: calc(100% - 105px) !important;
}

.stock-box .delivery td {
  position: relative;
}

.stock-box .delivery .validation {
  position: static;
}

.stock-box .delivery .label-circle {
  top: 40px;
  right: 30px;
  margin-top: 0;
}

.stock-box .delivery dl {
  margin-bottom: 0;
}

@media screen and (max-width: 499px) {
  .stock-box .delivery dl {
    margin-bottom: 5px;
  }
}

@media screen and (min-width: 768px), print {
  .stock-box .delivery dl {
    margin-bottom: 5px;
  }
  .stock-box .delivery dl dt, .stock-box .delivery dl dd {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

.stock-box .delivery dt {
  font-weight: bold;
}

.stock-box .delivery dd:last-child {
  padding-bottom: 0;
}

.stock-box .delivery .label-circle.pos-top {
  top: 30px;
}

.stock-box .no-select {
  opacity: 0.5;
  pointer-events: none;
}

/*---------------------------------------------
[DR07][ADD] 「定期コース」の変更や中止(解約）の手続き
---------------------------------------------*/
.mypage-regularly-change {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.iwashi-sousa>.mypage-regularly-change {
	justify-content: space-between!important;
	align-items: stretch;
	padding: 30px;
}
.iwashi-sousa h2 { 
	font-size: 18px;
	font-weight: bold;
	color: #F2646E;
}
.iwashi-sousa .btn a {
	margin: 0;
}

@media screen and (max-width: 767px) {
  .mypage-regularly-change {
    padding-top: 10px;
  }
}

.mypage-regularly-change .list {
  width: calc(100% - 160px);
}

@media screen and (max-width: 767px) {
  .mypage-regularly-change .list {
    width: 100%;
    font-size: .88em;
  }
}

@media screen and (max-width: 767px) {
  .mypage-regularly-change .list dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.mypage-regularly-change .list dt {
  width: 145px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .mypage-regularly-change .list dt {
    width: 120px !important;
  }
}

.mypage-regularly-change .list dd {
  color: #000;
}

@media screen and (max-width: 767px) {
  .mypage-regularly-change .list dd {
    width: calc(100% - 120px) !important;
  }
}

.mypage-regularly-change .button {
  width: 160px;
  padding-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .mypage-regularly-change .button {
    width: 100%;
  }
}

.mypage-regularly-change .button button,
.mypage-regularly-change .button a {
  margin-bottom: 10px;
}

.mypage-regularly-change .txt {
  width: 100%;
  margin-bottom: 10px;
}

.mypage-regularly-change .txt:last-child {
  margin-bottom: 0;
}

/*---------------------------------------------
[EB01]口座振替ご利用明細
---------------------------------------------*/
.mypage-date-select {
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e6e1db;
  padding: 15px 30px;
  margin-bottom: 30px;
  background: #e6e1db;
}

@media screen and (max-width: 767px) {
  .mypage-date-select {
    padding: 15px 10px;
  }
}

.mypage-date-select dt, .mypage-date-select dd {
  padding-bottom: 0;
}

@media screen and (max-width: 991px) {
  .mypage-date-select dt, .mypage-date-select dd {
    width: 100%;
  }
}

.mypage-date-select dt {
  font-weight: bold;
}

@media screen and (max-width: 991px) {
  .mypage-date-select dt {
    position: relative;
  }
}

.mypage-date-select dt .heading {
  display: block;
  width: 250px;
}

.mypage-date-select dt .right {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 30px;
  font-weight: normal;
  font-size: .88em;
}

@media screen and (max-width: 767px) {
  .mypage-date-select dt .right {
    position: static;
    top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    display: block;
    text-align: left !important;
    padding: 10px 0;
  }
}

@media screen and (max-width: 991px) {
  .mypage-date-select dd {
    padding-left: 0;
  }
}

.mypage-date-select dd .select,
.mypage-date-select dd .btn {
  display: inline-block;
  vertical-align: middle;
}

.mypage-date-select dd .select > *,
.mypage-date-select dd .btn > * {
  margin-bottom: 0;
}

.mypage-date-select dd .btn {
  padding-left: 10px;
}

@media screen and (max-width: 767px) {
  .mypage-date-select dd .btn span {
    padding: 0 20px;
  }
}

.mypage-use-wrap {
  padding-bottom: 10px;
}

.mypage-use-wrap dl dt {
  font-weight: bold;
}

.mypage-use-dl {
  overflow: visible;
}

@media screen and (max-width: 959px) and (min-width: 768px), print {
  .mypage-use-dl {
    display: block;
  }
  .mypage-use-dl dd {
    width: 100%;
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .mypage-use-table {
    display: block;
    background: none;
  }
}

@media screen and (max-width: 767px) {
  .mypage-use-table thead {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .mypage-use-table tbody {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .mypage-use-table tfoot {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .mypage-use-table tr {
    display: block;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .mypage-use-table th,
  .mypage-use-table td {
    display: block;
    background: #fff;
  }
}

@media screen and (max-width: 767px) {
  .mypage-use-table td {
    border-top: none;
    padding-top: 0;
  }
  .mypage-use-table td:not(:last-child) {
    border-bottom: none;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .mypage-use-table td.td-data {
    background: #e6e1db;
    text-align: center;
    padding: 10px;
  }
}

@media screen and (max-width: 767px) {
  .mypage-use-table td.td-name {
    padding-top: 15px;
  }
}

.mypage-use-table td.td-quantity {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .mypage-use-table td.td-quantity {
    text-align: left;
  }
}

.mypage-use-table td.td-price1 {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .mypage-use-table td.td-price1 {
    text-align: left;
  }
}

.mypage-use-table td.td-price2 {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .mypage-use-table td.td-price2 {
    text-align: left;
  }
}

.mypage-use-table td.td-price3 {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .mypage-use-table td.td-price3 {
    text-align: left;
  }
}

.mypage-use-table td.td-total {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .mypage-use-table td.td-total {
    background: #e6e1db;
    text-align: center;
    padding: 10px;
  }
}

@media screen and (max-width: 767px) {
  .mypage-use-table td.td-total-price1 {
    padding-top: 15px;
  }
}

.mypage-use-table .form-caption {
  display: none;
}

@media screen and (max-width: 767px) {
  .mypage-use-table .form-caption {
    display: inline;
    font-weight: bold;
    color: #000;
  }
}

@media screen and (max-width: 767px) {
  .mypage-use-table {
    border-top: solid 1px #e6e1db;
  }
  .mypage-use-table tr {
    display: block;
    margin-bottom: 0;
  }
  .mypage-use-table td.td-data {
    background: none;
    font-weight: bold;
    text-align: center;
    padding: 10px;
  }
}

.mypage-use-dl2 .w100 {
  margin-left: 20px;
}

.mypage-use-dl2 .w100~dd {
  padding-left: 10px;
  width: calc(100% - 120px);
}

.col1618-2618 dt,
.col1618-2618 dd {
  padding-bottom: 0;
}

.col1618-2618 .number~dd{
  width: 200px;
}

.col1618-2618 .w200 {
  margin: 0 0 0 auto;
}

@media screen and (max-width: 1270px) {
  .col1618-2618 .w200 {
    margin: 0 0 0 0 !important;
  }
}

/* 印刷時の表示 */
@media print {
  article {
    position: relative;
    margin-left:  -150px;
  }
  main h1{
    padding: 0 0 20px;
  }
  main p,
  .mypage-date-select {
    margin-bottom: 0;
  }
  .col-set .box {
    margin-bottom: 0;
    padding-left: 0;
  }
  .mypage-use-dl {
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .mypage-use-dl .w110,
  .mypage-use-dl .w110~dd {
    width: 50%;
    padding: 0;
  }
  .mypage-use-dl2 {
    margin-top:  -10px;
  }
  .mypage-use-dl2 .w100 {
    margin-left: 0;
  }
  .mypage-use-dl2 .w100~dd {
    width: calc(100% - 100px);
  }
  @media all and (orientation: landscape) {
    .mypage-use-dl2 .w100~dd {
      padding-left:  65px;
    }
  }
  main dd{
    padding: 0 0 10px 20px;
  }
  .col1618-2618 .w200 {
    margin: 0 0 0 0;
  }
  article .contant {
    position: absolute;
  }
  .mypage-use-table thead,
  .mypage-use-table tbody, 
  .mypage-use-table tfoot {
    display: table-row-group;
    border: solid 1px #e6e1db;
  }
  .center {
    font-size: 0.8rem;
  }
  .mypage-use-table .w160 {
    padding: 15px 0 15px 0;
  }
  .mypage-use-table tbody .td-data {
    width: 16%;
    text-align: center;
  }
  .mypage-use-table tbody .td-quantity {
    width: 10%;
  }
  .mypage-use-table tbody .td-price1,
  .mypage-use-table tbody .td-price2,
  .mypage-use-table tbody .td-price3 {
    width: 0%;
    padding: 15px 10px 15px 10px;
  }
  .mypage-use-table tfoot .td-price1,
  .mypage-use-table tfoot .td-price2,
  .mypage-use-table tfoot .td-price3 {
    padding: 15px 5px 15px 0;
  }
  .mypage-use-table tbody tr {
    break-inside: avoid-page;
  }
}

/*---------------------------------------------
[DH01]商品レビュー
---------------------------------------------*/
/*	クラス名変換前	*/
.name-panel {
  margin-bottom: 30px;
}

.btnArea-namecg {
  border-left: 1px solid #E5E0DA;
  padding-left: 20px;
  display: inline-block;
  vertical-align: middle;
}

.btnArea-namecg .btn-namecg {
  margin-bottom: 0;
  min-width: 80px;
}

.btn-namecg {
  cursor: pointer;
  color: #1c89a6;
}

.txt-namecg {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.44rem;
  margin: 0 10px 0 0;
  font-weight: bold;
  word-break: break-all;
  color: #000;
}

.namecg.active input {
  display: inline-block;
}

.namecg input,
.namecg.active .txt-namecg {
  display: none;
}

/*	総合評価のボタン	*/
.btn-evaluation {
  position: relative;
  display: inline-block;
  min-width: 180px;
  margin: 0 20px 20px 0;
  padding: 11px 0 10px;
  font-size: inherit;
  text-align: center;
  text-decoration: none;
  border: 0 none;
  cursor: pointer;
  outline: none;
  text-align: center;
  border-radius: 100px;
  -webkit-transition: color .2s linear;
  transition: color .2s linear;
}

@media screen and (max-width: 499px) {
  .btn-evaluation {
    width: 100%;
  }
}

.btn-evaluation:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .5;
  border-radius: 100px;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}

.btn-evaluation > span {
  display: none !important;
}

.btn-evaluation.on {
  cursor: auto;
}

.btn-evaluation-1 {
  color: #f2646e;
}

.btn-evaluation-1:before {
  border: 1px solid #f2646e;
}

.btn-evaluation-1.on, .btn-evaluation-1:hover, .btn-evaluation-1.checked {
  background: #f2646e;
  color: #fff;
}

.btn-evaluation-2 {
  color: #f98f2a;
}

.btn-evaluation-2:before {
  border: 1px solid #f98f2a;
}

.btn-evaluation-2.on, .btn-evaluation-2:hover, .btn-evaluation-2.checked {
  background: #f98f2a;
  color: #fff;
}

.btn-evaluation-3 {
  color: #1c89a6;
}

.btn-evaluation-3:before {
  border: 1px solid #1c89a6;
}

.btn-evaluation-3.on, .btn-evaluation-3:hover, .btn-evaluation-3.checked {
  background: #1c89a6;
  color: #fff;
}

/* SYS-1677 */
.form-table .review_cmt {
  white-space: pre;
}
/*---------------------------------------------
	[DG02] ご注文内容の確認
  ---------------------------------------------*/
.mypage-product-step li {
  width: 20%;
}

@media screen and (max-width: 767px) {
  .mypage-product-step li {
    width: 33.33333333%;
  }
}

.mypage-product-cart {
  padding-top: 0;
}

@media screen and (max-width: 767px) {
  .mypage-product-cart-action {
    width: 100% !important;
    border-bottom: none;
    background: #fff !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.mypage-product-cart-action .mypage-shopping-history .history-btn {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .mypage-product-cart-action .mypage-shopping-history .history-btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
  }
}

.mypage-product-cart-action .mypage-shopping-history .history-btn li {
  justify-content: center;
  width: 100%;
  margin-bottom: 10px;
}
.mypage-product-cart-action .mypage-shopping-history .history-btn li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 959px) and (min-width: 768px), print {
  .mypage-product-cart-action .mypage-shopping-history .history-btn li {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .mypage-product-cart-action .mypage-shopping-history .history-btn li {
    width: unset;
    margin-bottom: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 499px) {
  .mypage-product-cart-action .mypage-shopping-history .history-btn li {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .mypage-product-cart-num {
    background: #EFEAE3 !important;
  }
}

@media screen and (max-width: 767px) {
  .mypage-product-cart-price {
    background: #EFEAE3 !important;
  }
}

.mypage-product-cart-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e6e1db;
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .mypage-product-cart-head {
    display: block;
  }
}

.mypage-product-cart-head .date {
  font-size: 1.1rem;
}

.mypage-product-cart-head .date span {
  margin-right: 10px;
}

.mypage-product-cart-head .status {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .mypage-product-cart-head .status {
    margin-top: 10px;
    text-align: left;
  }
}

.mypage-product-cart-head .status:before {
  content: "";
  background-color: #cbc3bd;
  width: 1px;
  height: 14px;
  display: inline-block;
  display: inline;
  zoom: 1;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .mypage-product-cart-head .status:before {
    width: 20px;
    height: 1px;
    display: block;
    margin-right: 0;
    margin-bottom: 5px;
  }
}

.mypage-product-cart-head .status span {
  margin-left: 20px;
  font-size: 1.35rem;
}

@media screen and (max-width: 499px) {
  .mypage-product-cart-head .status span {
    font-size: 1.2rem;
  }
}

.mypage-product-cart-head .status .receptionist {
  font-size: 1rem;
}

@media screen and (max-width: 767px) {
  .mypage-product-cart-head .status .receptionist {
    display: block;
    margin-left: 0;
  }
}

.mypage-product-cart-item-price {
  background-color: #e6e1db !important;
  padding-bottom: 15px;
}

.mypage-product-cart-item-price dl {
  max-width: 320px;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mypage-product-cart-item-price dl:not(:first-child) {
  border-top: 1px solid #CAC3BD;
  padding-top: 8px;
}

.mypage-product-cart-item-price dl:not(:last-child) {
  padding-bottom: 8px;
}

.mypage-product-cart-item-price dt {
  width: 60%;
  padding: 0;
  font-size: 0.95rem;
}

.mypage-product-cart-item-price dd {
  width: 40%;
  padding: 0;
  line-height: 1.5;
  text-align: right;
}

.mypage-product-mm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .mypage-product-mm {
    display: block;
  }
}

.mypage-product-mm-change {
  width: 150px;
}

.mypage-product-mm-change > * {
  margin-bottom: 0;
}

.mypage-product-mm-inner {
  background-color: #f7f3ed;
  position: relative;
  padding: 20px 25px;
}

.mypage-product-mm-inner:after {
  content: "";
  position: absolute;
  top: -36px;
  right: 50px;
  height: 0;
  width: 0px;
  margin: auto;
  border: 20px solid transparent;
  border-bottom: 16px solid #f7f3ed;
}

@media screen and (max-width: 767px) {
  .mypage-product-mm-inner:after {
    right: auto;
    left: 50px;
  }
}

.mypage-product-mm-inner .required {
  margin-right: 70px;
}

@media screen and (max-width: 767px) {
  .mypage-product-mm-inner .required {
    margin-right: 0;
  }
}

.mypage-product-mm-contents {
  display: none;
  max-width: 511px;
  margin-left: auto;
  padding-top: 30px;
}

.mypage-product-mm-contents .btn {
  margin-top: 10px;
}

.mypage-product-mm-contents .btn + * {
  margin-top: 20px;
}

.mypage-product-mm-contents .btn > * {
  min-width: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .mypage-product-mm-contents .btn > * + * {
    margin-top: 10px;
  }
}

.mypage-product-table-delivery {
  padding-right: 0 !important;
}

.mypage-product-table-delivery .step-mypage {
  margin: 16px 0 16px -50px;
}

@media screen and (max-width: 767px) {
  .mypage-product-table-delivery .step-mypage {
    margin: 16px 0 16px -35px;
  }
}

.mypage-product-table-inlist > li:not(:last-child) {
  margin-bottom: 15px;
}


/*---------------------------------------------
	メルマガ500ポイントキャンペーン追加スタイル 2024.01.16
  ---------------------------------------------*/

  .mailpoint-campaign,
  .mail-benefits {
    position: relative;
  }
  
  .mail-benefits img {
    width: 100%;
    height: auto;
    border: solid 16px #fff;
  }
  
  .spOnly {
    display: none;
    }
  .pcOnly {
    display: block;
  }
  
  @media screen and (max-width: 520px) {
    .pcOnly {
      display: none;
    }
    .spOnly {
      display: block;
    }
  }
  
  @media screen and (min-width: 1200px) {
    .mailpoint-campaign {
      max-width: 1000px !important;
      height: auto;
      margin: 0 auto;
    }
  
  }


  /*---------------------------------------------
	SPメニュー
  ---------------------------------------------*/
@media (min-width: 851px) {
  .mypage-menu {
    display: none;
  }
 }

@media screen and (max-width: 850px) {
  .mypage-menu .menu-box {
    background: #fff;
  }

  .mypage-menu .menu-box ul {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    grid-template-rows:  repeat(3, 105px);
    grid-gap: 1px;
    background: #e6e1db;
  }

  .mypage-menu .menu-box li {
    padding: 0; 
    margin-bottom: 0;
  }

  .mypage-menu .menu-box li:before {
    content: none;
  }

  .mypage-menu .menu-box li a {
    text-decoration: none;
    color: #000;
    font-size: 0.75rem;
    text-align: center;
    font-feature-settings: 'palt' on;
    height: 100%;
    display: block;
    background: #fff;
    text-align: center;
    padding: 8px;
  }

  .mypage-menu .menu-box li a:before {
    display: flex;
    justify-content: center;
  }

  .mypage-menu .menu-box li.menu-subscription a:before {
    content: url(/assets/mypage/images/icon_subscription.svg);
  }

  .mypage-menu .menu-box li.menu-information a:before {
    content: url(/assets/mypage/images/icon_information.svg);
  }

  .mypage-menu .menu-box li.menu-mailmagazin a:before {
    content: url(/assets/mypage/images/icon_mailmagazine.svg);
  }

  .mypage-menu .menu-box li.menu-addresslist a:before {
    content: url(/assets/mypage/images/icon_addresslist.svg);
  }

  .mypage-menu .menu-box li.menu-favorite a:before {
    content: url(/assets/mypage/images/icon_favorite.svg);
  }

  .mypage-menu .menu-box li.menu-mailaddress a:before {
    content: url(/assets/mypage/images/icon_mailaddress.svg);
  }

  .mypage-menu .menu-box li.menu-password a:before {
    content: url(/assets/mypage/images/icon_password.svg);
  }

  .mypage-menu .menu-box li.menu-secret a:before {
    content: url(/assets/mypage/images/icon_secret.svg);
  }

  .mypage-menu .menu-box li.menu-guide a:before {
    content: url(/assets/mypage/images/icon_guide.svg);
  }
}

/* 371px未満　*/
@media screen and (max-width: 370px) {
  .mypage-menu .menu-box li a {
    font-size: 0.64rem;
  }
}

.history-Container {
  display: flex;
  flex-direction: row;
}


  /*---------------------------------------------
	アコーディオン追加
  ---------------------------------------------*/

.history-btn-block {
  display: flex;
}

.history-block {
  width: 100%;
  margin-top: 8px;
}

.history-block .tsIndexList {
  margin-bottom: 0;
  width: 100%;
  background: #f7f3ed;
  padding: 4px 8px 8px;
  border-radius: 4px;
}

.history-block .tsIndexList-item {
  padding: 0;
  margin-bottom: 0;
}

.history-block .tsIndexList-item:before {
  display: none;
}

.history-block .tsIndexList-item:not(:first-child) {
  border-top: 1px solid #e6e1db;
}

.history-block .tsIndexList-summary {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.history-block .tsIndexList-summary:before {
  content: "";
  position: absolute;
  display: block !important;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  opacity: 0;
  border-radius: 0;
  transition: opacity .2s linear;
}

.history-block .tsIndexList-summary-txt {
  position: relative;
  width: 100%;
  padding: 4px 48px 4px 8px;
  box-sizing: border-box;
}

.history-block .tsIndexList-summary-txt .title span {
  position: static;
  padding: 0;
  font-size: 0.88rem;
  color: #303030;
  line-height: 1.5;
}

.history-block .tsIndexList-summary.btn-more {
  cursor: pointer;
}

.history-block .tsIndexList-subList {
  background: #e6e1db;
  margin: 0;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 499px) {

  .history-block {
    margin-top: 0;
  }

  .history-block .tsIndexList-subList {
    padding: 10px;
  }
  .history-btn-block {
    display: block;
  }

  .history-block .tsIndexList-summary:hover {
    text-decoration: none;
  }

  .tsIndexList-detail .history-btn.sub_history {
    margin: 16px 0;
  }

  .history-block .tsIndexList-summary-txt .title span {
    font-size: 1rem;
  }

  .history-block .tsIndexList {
    padding: 8px;
  }
  

}

/* ---------- お友だち紹介クーポン ---------- */

.coupon-banner {
  display: flex;
  height: auto;
  margin: 0 0 30px;
}

.coupon_wrapper {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
  background: #fff;
  padding: 40px;
  text-align: center;
}


.coupon_wrapper .form-table {
  margin-bottom: 0;
  border-top: solid 1px #e6e1db;
  border-bottom: solid 1px #e6e1db;
  padding: 24px 0 0 0;
  margin-bottom: 40px;
  text-align: left;
}

.coupon_wrapper .form-table td {
  padding: 0 30px 0 30px;
  vertical-align: middle;
  border: 0 none;
}

.coupon_wrapper .form-table .label-circle {
  position: absolute;
  top: 50%;
  right: -30px;
  margin: -20px 0 0;
}

.coupon_wrapper .form-table th .label-inline {
  position: absolute;
  top: 0;
  right: 0;
  margin: 10px 0 0;
}

.coupon_wrapper .coupon_step {
  text-align: left;
}

.coupon_wrapper .form-table th {
  position: relative;
  padding: 10px 40px 0 0;
  font-weight: bold;
  border: 0 none;
  background-color: transparent;
}

.coupon_wrapper .btn {
  margin-top: 10px;
}

.coupon_wrapper .coupon-illustration img {
  width: 64%;
  margin-bottom: 16px;
}

.coupon_wrapper .introduction_url {
  border-top: solid 1px #e6e1db;
  border-bottom: solid 1px #e6e1db;
}


.coupon_wrapper .introduction_url {
  margin: 40px 0;
  padding: 24px 0;
}

.coupon_wrapper p.introduction_title {
  font-weight: bold;
  font-size: 20px;
}


/* コピー */

.coupon_wrapper main input[type="text"]:focus-visible,
.select:focus-visible {
	outline: auto;
	outline-color: #333;
}

.coupon_wrapper .copy-link {
    position: relative;
    background: #fff;
    display: flex;
    width: 100%;
    justify-content: center;
}

.coupon_wrapper .copy-link input {
    padding: 10px;
    font-size: 16px;
    color: #333;
    border: 1px solid #ddd;
    border-radius: 4px;
    outline: auto;
    max-width: 80%;
    box-sizing: border-box;
}

.coupon_wrapper .copy-link button {
    padding: 10px;
    background: #C8161E;
    font-size: 14px;
    border-radius: 4px;
    color: #fff;
    outline: none;
    border: none;
    cursor: pointer;
    width: 20%;
}

.coupon_wrapper .copy-link button:active {
    background: #ddd;   
}

.coupon_wrapper .copy-link button::before {
    content: "コピーしました！";
    position: absolute;
    top: -48px;
    right: 0px;
    background: #666;
    border-radius: 10px;
    padding: 9px 15px;
    font-size: 14px;
    display: none;
}

.coupon_wrapper .copy-link button::after {
    content: "";
    position: absolute;
    top: -20px;
    right: 25px;
    width: 10px;
    height: 10px;
    background: #666;
    transform: rotate(45deg);
    display: none;
}

.coupon_wrapper .copy-link.active button::after,
.coupon_wrapper .copy-link.active button::before {
    display: block;
}





@media screen and (max-width: 767px) {

  .coupon-banner {
    margin: 0 0 16px;
  }

  .coupon_wrapper {
    padding: 16px;
  }

  .coupon_wrapper .form-table td {
    padding: 0;
  }
  
  .coupon_wrapper .form-table {
    padding: 8px 0 0 0;
  }
  
  .coupon_wrapper .form-table .label-circle {
    position: absolute;
    top: 50%;
    right: 0;
    margin: -20px 0 0;
  }

  .coupon_wrapper .form-table td input {
    width: calc(100% - 50px);
  }

  .coupon_wrapper .form-table th .label-inline {
    position: relative;
    top: 0;
    left: 0;
    margin:0 0 0 8px;
  }

  main .coupon_wrapper  h1 {
    padding: 8px 0 0 0;
  }

  .coupon_wrapper .copy-link input {
    max-width: 60%;
}

.coupon_wrapper .copy-link button {
    width: 40%;
}
  

}

/*---------------------------------------------
[LB01][ADD] お友達に通販生活を紹介しませんか
---------------------------------------------*/
.mp-coupon {
  background-color: #fdf797;
  background-image: url("/assets/mypage/images/coupon-bg-illust.svg");
  background-repeat: repeat;
}

.mp-coupon_wrapper.coupon_wrapper {
  width: 100%;
  max-width: 640px;
  background: none;
  margin: 0 auto;
  padding: 40px 0;
}

.mp-coupon_wrapper.coupon_wrapper .coupon_step {
  color: #000000;
  font-size: 15px;
  line-height: 1.7;
}

.mp-coupon_wrapper sup {
  font-size: .75em;
  vertical-align: super;
  line-height: 0;
  position: relative;
  top: .1em
}

.mp-coupon_wrapper .mp-coupon_contents {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.mp-coupon_wrapper .mp-coupon_heading {
  color: #000000;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
}

.mp-coupon_wrapper .mp-coupon_step {
  border-radius: 3px;
  border: 1px solid #D7D2CC;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 24px;
}

.mp-coupon_wrapper .mp-coupon_step-list {
  text-align: left;
  counter-reset: my-counter;
  list-style-type: none;
  margin: 0;
}

.mp-coupon_wrapper .mp-coupon_step-item {
  color: #000000;
  font-size: 15px;
  line-height: 1.4;
  margin: 0 0 12px 0;
  position: relative;
  padding: 0 0 0 28px;
}

.mp-coupon_wrapper .mp-coupon_step-item:last-child {
  margin-bottom: 0;
}

.mp-coupon_wrapper .mp-coupon_step-item::before {
  counter-increment: my-counter;
  content: counter(my-counter);
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background-color: #C8161E;
  border-radius: 50%;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center
}

.mp-coupon_wrapper .introduction_url {
  border: none;
  margin: 0;
  padding: 0;
}

.mp-coupon_wrapper .introduction_url textarea {
  font-size: 15px;
  max-width: 100%;
  padding: 10px 24px;
}

@media screen and (min-width: 768px) {
  .mp-coupon_wrapper.coupon_wrapper h1 {
    padding: 0 0 40px;
  }

  .mp-coupon_wrapper .mp-coupon_heading {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 767px) {
  .mp-coupon_wrapper.coupon_wrapper h1 {
    padding: 0 0 16px;
  }

  .mp-coupon_wrapper .mp-coupon_contents {
    gap: 16px;
    width: 100%;
    max-width: calc(320/375*100vw);
    margin: 0 auto;
  }

  .mp-coupon_wrapper .introduction_url textarea {
    padding: 10px;
  }
}


/* ---------- マイページ-クーポン-ポップアップ ---------- */
.coupon-fixed {
position: fixed !important;
    z-index: 10043;
    width: 100%;
    height: 100% !important;
    top: 0 !important;
    left: 0;
    outline: none !important;
}

.coupon-popup-bg{
    position: absolute;
    display: flex;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    padding: 0 3vw;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mypage-coupon-popup__block{
    position: relative;
    z-index: 10045;
    display: inline-block;
    vertical-align: middle;
    margin: 20px auto;
    text-align: left;
    opacity: 1;
    
    cursor: auto;
    letter-spacing: .05rem;
    font-size: .94rem;
    color: #555;
    text-align: left;
    line-height: 1.8;
    text-size-adjust: 100%;
    
    width: 100%;
    padding: 40px 0;
    word-break: break-all;
}

.cpnpop-close {
	position: absolute;
	width: 30px;
	height: 30px;
 right: 0;
 top: 0;
	text-indent: -9999px;
	cursor: pointer;
	overflow: hidden;
	border: solid 1px rgba(255, 255, 255, 0.5);
	background: none;
	outline: none;
	opacity: .5;
	border-radius: 15px;
	user-select: none;
}

.cpnpop-close:hover {
    opacity: 1;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.cpnpop-close:focus-visible {
	outline: auto;
	outline-color: #000;
}

.cpnpop-close:before,
.cpnpop-close:after {
	content: "";
	position: absolute;
	display: block;
	width: 2px;
	height: 18px;
	right: 13px;
	top: 5px;
	background-color: #fff;
	border-radius: 2px;
}

.cpnpop-close:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.cpnpop-close:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.mypage-coupon-popup.mypage-coupon-popup--acquired {
  background-color: #F7F3ED;
}
.mypage-coupon-popup p {
  margin-bottom: 0;
}
.mypage-coupon-popup .num, .mypage-coupon-popup .date {
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: calc(16/375*100vw);
}
.mypage-coupon-popup__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: calc(8/375*100vw);
  padding: calc(24/375*100vw) 0;
}
.mypage-coupon-popup__head {
  color: #C9151E;
  font-feature-settings: 'palt' on;
  font-size: calc(20/375*100vw);
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  display: flex;
	justify-content: center;
	align-items: center;
}
.mypage-coupon-popup__head::before,
.mypage-coupon-popup__head::after {
	content: '';
	width: calc(2/375*100vw);
	height: calc(47/375*100vw);
	background-color: #C9151E;
}
.mypage-coupon-popup__head::before {
	margin-right: calc(10/375*100vw);
	transform: rotate(-20deg)
}
.mypage-coupon-popup__head::after {
	margin-left: calc(10/375*100vw);
	transform: rotate(20deg)
}
.mypage-coupon-popup__card {
  background-image: url("/assets/mypage/images/coupon-bg.png");
  background-repeat: no-repeat;
  background-size: calc(304/375*100vw) auto;
  background-position: center;
  width: calc(304/375*100vw);
  height: calc(99/375*100vw);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.mypage-coupon-popup__name {
  color: #303030;
  font-size: calc(16/375*100vw);
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.mypage-coupon-popup__discount .unit {
  color: #303030;
  font-size: calc(24/375*100vw);
  font-weight: bold;
  line-height: 1;
}
.mypage-coupon-popup__discount .num {
  color: #C9151E;
  font-size: calc(56/375*100vw);
  font-weight: bold;
  line-height: 1;
}
.mypage-coupon-popup__desc {
  color: #000;
  text-align: center;
  font-feature-settings: 'palt' on;
  font-size: calc(16/375*100vw);
  font-weight: bold;
  line-height: 1.6;
}
.mypage-coupon-popup__expiry {
  background-color: #000000;
  border-radius: 50px;
  color: #FFFFFF;
  font-feature-settings: 'palt' on;
  font-size: calc(16/375*100vw);
  font-weight: bold;
  line-height: 1;
  padding: calc(8/375*100vw) calc(16/375*100vw);
  text-align: center;
}
.mypage-coupon-popup__paragraph {
  color: #303030;
  text-align: center;
  font-size: calc(16/375*100vw);
  line-height: 1.6;
}
@media screen and (min-width: 501px) {
  .mypage-coupon-popup__block:has(> .mypage-coupon-popup) {
    width: 100%;
    max-width: 640px;
  }
  .mypage-coupon-popup .num, .mypage-coupon-popup .date {
    font-size: 16px;
  }
  .mypage-coupon-popup__inner {
    gap: 8px;
    padding: 24px 0;
  }
  .mypage-coupon-popup__head {
    font-size: 20px;
  }
  .mypage-coupon-popup__head::before,
  .mypage-coupon-popup__head::after {
    width: 2px;
    height: 47px;
  }
  .mypage-coupon-popup__head::before {
    margin-right: 10px;
  }
  .mypage-coupon-popup__head::after {
    margin-left: 10px;
  }
  .mypage-coupon-popup__card {
    background-size: 304px auto;
    width: 304px;
    height: 99px;
  }
  .mypage-coupon-popup__name {
    font-size: 16px;
  }
  .mypage-coupon-popup__discount .unit {
    font-size: 24px;
  }
  .mypage-coupon-popup__discount .num {
    font-size: 56px;
  }
  .mypage-coupon-popup__desc {
    font-size: 16px;
  }
  .mypage-coupon-popup__expiry {
    font-size: 16px;
    padding: 8px 16px;
  }
  .mypage-coupon-popup__paragraph {
    font-size: 16px;
  }
}

/* expired */
.mypage-coupon-popup.mypage-coupon-popup--expired {
  background-color: #FFFFFF;
}
.mypage-coupon-popup.mypage-coupon-popup--expired .mypage-coupon-popup__inner {
  min-height: calc(281/375*100vw);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: calc(8/375*100vw);
  padding: calc(24/375*100vw) 0;
}
@media screen and (min-width: 501px) {
  .mypage-coupon-popup.mypage-coupon-popup--expired .mypage-coupon-popup__inner {
    min-height: 281px;
    gap: 8px;
    padding: 24px 0;
  }
}
