@charset "UTF-8";
/* hover
=================================================================== */
/* ================================================ vw */
/* ================================================ vh */
/* common
=================================================================== */
/* layout
=================================================================== */
/* imgCover
=================================================================== */
/* mask
=================================================================== */
/* background
=================================================================== */
/* flex
=================================================================== */
/* animation delay
=================================================================== */
/* 3d
=================================================================== */
/* font
=================================================================== */
/* textTate
=================================================================== */
/* vw
=================================================================== */
/* form
=================================================================== */
/* ============================================================================================ mypage */
.mypage .tabSection {
  min-height: 48.682284041vw;
}
.mypage .tabSection .tabSection--caution {
  text-align: right;
  line-height: 1.5;
  font-size: 14px;
  font-size: 1.0248901903vw;
  margin-bottom: 1.0980966325vw;
  padding-left: 2.5622254758vw;
  padding-right: 2.5622254758vw;
}

/* ====================================================================== mypageSection */
.mypageSection {
  position: relative;
  margin-bottom: 2.9282576867vw;
  border-bottom: 1px dashed rgba(var(--color-text), 1);
}

.mypageSection--item {
  border-bottom: none;
  margin-bottom: 0;
}

.mypageSection__title {
  font-size: 23px;
  font-size: 1.6837481698vw;
  line-height: 1;
  margin-bottom: 2.5622254758vw;
}

/* ====================================================================== mypage__profile */
.mypage__profile {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 1.6105417277vw;
}

/* --------------------------------------- mypage__profile img */
.mypage__profile--img {
  position: relative;
  width: 6.0029282577vw;
  height: 6.0029282577vw;
  border-radius: 50%;
  overflow: hidden;
}

.mypage__profile--imgThum {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/common/profile--thum.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-size: 3.7335285505vw auto;
  background-color: #fff;
}

/* --------------------------------------- mypage__profile detail */
.mypage__profile--detail {
  align-self: center;
  width: calc(100% - 7.6866764275vw);
  text-align: left;
}

.mypage__profile--name {
  font-size: 15px;
  font-size: 1.0980966325vw;
  line-height: 1.3;
  margin-bottom: 0.5856515373vw;
}

/* --------------------------------------- logoutBtn */
.logoutBtn .btnLink, .logoutBtn a.btnLink {
  display: inline-block;
  background-color: rgba(var(--color-text), 1);
}
.logoutBtn .btnText {
  height: 2.196193265vw;
  line-height: 2.196193265vw;
  font-size: 11.5px;
  font-size: 0.8418740849vw;
  padding-left: 2vw;
  padding-right: 2vw;
  color: rgba(var(--keyColor-base), 1);
}

/* ====================================================================== mypage__newMessage */
.mypage__newMessage--link, a.mypage__newMessage--link {
  position: relative;
  border-width: 2px;
  border-style: dashed;
  border-color: rgba(var(--color-red), 1);
  border-radius: 1.4641288433vw;
  background-color: #fff;
  display: flex;
  justify-content: center;
  padding: 1.1713030747vw 0;
  margin-bottom: 2.196193265vw;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0.4, 0, 1);
  -ms-transition-duration: 0.2s;
  -ms-transition-timing-function: cubic-bezier(0.4, 0.4, 0, 1);
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0.4, 0, 1);
  -moz-transition-duration: 0.2s;
  -moz-transition-timing-function: cubic-bezier(0.4, 0.4, 0, 1);
}

/* --------------------------------------- icon--excl */
.icon.icon--excl {
  align-self: center;
  background-color: rgba(var(--color-yellow), 1);
  border-radius: 50%;
}

/* --------------------------------------- mypage__newMessage--text */
.mypage__newMessage--text {
  align-self: center;
  font-size: 17px;
  font-size: 1.2445095168vw;
  line-height: 1;
  margin-left: 0.5856515373vw;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0.4, 0, 1);
  -ms-transition-duration: 0.2s;
  -ms-transition-timing-function: cubic-bezier(0.4, 0.4, 0, 1);
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0.4, 0, 1);
  -moz-transition-duration: 0.2s;
  -moz-transition-timing-function: cubic-bezier(0.4, 0.4, 0, 1);
}

/* ============================================================================================ objPagesNav */
.objPagesNav__target {
  border-bottom: 1px dashed rgba(var(--color-text), 1);
}
.objPagesNav__target:last-child {
  border-bottom: none;
}

a.objPagesNav__link {
  position: relative;
  height: 4.7584187408vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
a.objPagesNav__link:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  width: calc(100% - 1.0248901903vw);
  height: calc(100% - 1.0248901903vw);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  border-radius: 0.9516837482vw;
  background-color: rgba(var(--keyColor-base), 1);
  z-index: 1;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0.4, 0, 1);
  -ms-transition-duration: 0.2s;
  -ms-transition-timing-function: cubic-bezier(0.4, 0.4, 0, 1);
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0.4, 0, 1);
  -moz-transition-duration: 0.2s;
  -moz-transition-timing-function: cubic-bezier(0.4, 0.4, 0, 1);
  opacity: 0;
}

.objPagesNav__linkText {
  position: relative;
  font-size: 24px;
  font-size: 1.756954612vw;
  line-height: 1;
  white-space: nowrap;
  z-index: 2;
}

.mypage__pagesNav.mypage__pagesNav--sub a.objPagesNav__link {
  height: 3.6603221083vw;
}
.mypage__pagesNav.mypage__pagesNav--sub .objPagesNav__linkText {
  font-size: 17px;
  font-size: 1.2445095168vw;
}

/* --------------------------------------- selected */
.mypageTop a.objPagesNav__link[href="/mypage/"]::after {
  opacity: 1;
}

.mypage-history a.objPagesNav__link[href="/mypage/history/"]::after {
  opacity: 1;
}

.mypage-chat a.objPagesNav__link[href="/mypage/chat/"]::after {
  opacity: 1;
}

/* --------------------------------------- mypage__profile img */
.navChatText--wrapper {
  display: flex;
}
.navChatText--wrapper .icon--excl {
  position: relative;
  display: none;
  margin-left: 0.5856515373vw;
  z-index: 3;
}

.objPagesNav__target--chat.chat--active .navChatText--wrapper .icon--excl {
  display: block;
}

/* ============================================================================================ history */
.historyBlock {
  position: relative;
  padding-bottom: 2.196193265vw;
  margin-bottom: 2.196193265vw;
  min-height: 11.7130307467vw;
}
.historyBlock::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  width: calc(100% + 5.1244509517vw);
  left: -2.5622254758vw;
  height: 0;
  top: auto;
  bottom: 0;
  border-bottom: 1px dashed rgba(var(--color-text), 1);
}
.historyBlock:last-child::after {
  display: none;
}

/* --------------------------------------- historyBlock */
.historyBlock {
  /* --------------------------------------- historyBlock objBlock */
  /* --------------------------------------- historyBlock specialBlock */
  /* --------------------------------------- historyBlock itemBlock */
}
.historyBlock .thumImgWrapper {
  position: absolute;
  width: 9.5168374817vw;
  height: 9.5168374817vw;
  left: -10.980966325vw;
  top: 0;
  padding-top: 0;
}
.historyBlock .objBlock {
  padding-left: 10.980966325vw;
}
.historyBlock .objBlock .areaList {
  justify-content: flex-start;
  margin-top: 0.3660322108vw;
}
.historyBlock .objBlock .areaDate__text {
  font-size: 11.5px;
  font-size: 0.8418740849vw;
}
.historyBlock .specialBlock .specialBlock__link {
  border: none;
}
.historyBlock .specialBlock .specialBlock__info {
  padding: 0;
  padding-left: 10.980966325vw;
}
.historyBlock .specialBlock .thumImgWrapper {
  left: 0;
}
.historyBlock .specialBlock .special__infoCate {
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  transform: translate(0, 0);
  margin-top: 1.0980966325vw;
}
.historyBlock .itemBlock {
  padding-left: 10.980966325vw;
}

/* ============================================================================================ chat */
/* --------------------------------------- chatBlock */
.chatBlock {
  position: relative;
  padding-bottom: 2.196193265vw;
  padding-top: 2.196193265vw;
}
.chatBlock::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  width: calc(100% + 5.1244509517vw);
  left: -2.5622254758vw;
  height: 0;
  top: auto;
  bottom: 0;
  border-bottom: 1px dashed rgba(var(--color-text), 1);
}
.chatBlock:last-child::after {
  display: none;
}

/* --------------------------------------- chatBlock link */
.chatBlock__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

/* --------------------------------------- chatBlock inner */
.chatBlock__inner {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  z-index: 2;
}

/* --------------------------------------- chatBlock logo */
.chatBlock__inner .shopBlock__logo {
  align-self: flex-start;
  margin: 0;
}

/* --------------------------------------- chatBlock info */
.chatBlock__inner--info {
  width: calc(100% - 5.4904831625vw);
}

.chatBlock__innerInfo--name {
  font-size: 25px;
  font-size: 1.8301610542vw;
  line-height: 1.2;
  text-align: left;
  margin-bottom: 0.5856515373vw;
}

.chatBlock__innerInfo--desc {
  position: relative;
  padding-right: 6.588579795vw;
  line-height: 1;
}
.chatBlock__innerInfo--desc .date {
  position: absolute;
  white-space: nowrap;
  right: 0;
  bottom: 0;
}

.chatBlock__innerInfo--descText {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* --------------------------------------- chatBlock 既読 / 未読 */
.chatBlock__innerInfo--name {
  display: flex;
}
.chatBlock__innerInfo--name::before {
  align-self: center;
  display: block;
  content: "未読";
  width: 3.6603221083vw;
  height: 1.756954612vw;
  font-size: 13px;
  font-size: 0.9516837482vw;
  line-height: 1.756954612vw;
  text-align: center;
  background-color: rgba(var(--color-yellow), 1);
  border-radius: 0.2196193265vw;
  margin-right: 0.7320644217vw;
}

.chatBlock__innerInfo--name, .chatBlock__innerInfo--descText {
  font-weight: 700;
}

.chatBlock::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  width: calc(100% + 5.1244509517vw);
  left: -2.5622254758vw;
  background-color: rgba(var(--color-text), 0.05);
  pointer-events: none;
  z-index: 1;
  display: none;
}

.is--readed::before {
  display: block;
}
.is--readed .chatBlock__innerInfo--name::before {
  display: none;
}
.is--readed .chatBlock__innerInfo--name, .is--readed .chatBlock__innerInfo--descText {
  font-weight: 500;
}

/* ============================================================================================ chatDetail */
/* ====================================================================== chatMessage */
.chatMessage {
  width: calc(50% + 3.6603221083vw);
  margin-bottom: 1.8301610542vw;
}

.chatMessage__blockDetail {
  margin-top: 2.196193265vw;
  padding-bottom: 2.196193265vw;
}

/* --------------------------------------- vendor */
.chatMessage--vendor .chatMessage__text {
  border-radius: 1.4641288433vw 1.4641288433vw 1.4641288433vw 0;
}

/* --------------------------------------- customer */
.chatMessage--customer {
  margin-left: auto;
}
.chatMessage--customer .chatMessage__text {
  border-radius: 1.4641288433vw 1.4641288433vw 0 1.4641288433vw;
  background-color: rgba(var(--keyColor-base), 1);
}

/* --------------------------------------- chatMessage__text */
.chatMessage__text, .chatMessage__time {
  font-size: 16px;
  font-size: 1.1713030747vw;
}

.chatMessage__text {
  padding: 1.4641288433vw 2.196193265vw;
  border: 1px solid rgba(var(--color-text), 1);
}

.chatMessage__time {
  color: rgba(var(--color-text), 0.3);
  line-height: 1;
  margin-top: 0.7320644217vw;
}

/* ====================================================================== chatMessage__date */
.chatMessage__date--wrapper {
  position: sticky;
  top: 6.2225475842vw;
}
.chatMessage__date--wrapper::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  width: calc(100% + 5.1244509517vw);
  height: 1px;
  left: -2.5622254758vw;
  top: 50%;
  transform: translate(0, -50%);
  border-top: 1px dashed rgba(var(--color-text), 1);
}

.chatMessage__date {
  position: relative;
  width: 8.78477306vw;
  height: 2.196193265vw;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-size: 1.1713030747vw;
  line-height: 1.9765739385vw;
  text-align: center;
  border: 1px solid rgba(var(--color-text), 1);
  border-radius: 9999px;
  background-color: #fff;
  z-index: 2;
}

/* ====================================================================== sendMessage */
.sendMessage {
  min-height: 7.3206442167vw;
  background-color: rgba(var(--color-text), 1);
  border-radius: 1.4641288433vw;
  position: sticky;
  bottom: 0.7320644217vw;
  padding: 1.4641288433vw;
}

.sendMessage__body {
  position: relative;
  min-height: 4.39238653vw;
  background-color: #fff;
  border-radius: 1.0980966325vw;
}

/* --------------------------------------- sendMessage__btn */
.ql-editor {
  font-size: 17px;
  font-size: 1.2445095168vw;
  padding: 1.0980966325vw 1.8301610542vw;
  padding-right: 12vw;
  word-break: break-all;
}

.ql-editor.ql-blank::after {
  display: block;
  content: "メッセージを入力";
  color: rgba(var(--color-text), 0.6);
  pointer-events: none;
}
.is--forcus .ql-editor.ql-blank::after {
  display: none;
}

/* --------------------------------------- sendMessage__btn */
.sendMessage__btn--wrapper {
  position: absolute;
  width: 10.2489019034vw;
  height: 100%;
  top: 0;
  right: 0;
  background-color: rgba(var(--keyColor-base), 1);
  border-radius: 1.0980966325vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sendMessage__btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: transparent;
  cursor: pointer;
}

.sendMessage__btnInner {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.sendMessage__btnInner .contactBtn__icon {
  width: 2.5vw;
  margin-right: 0.6vw;
}

.sendMessage__btn--text {
  align-self: center;
  font-size: 17px;
  font-size: 1.2445095168vw;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0.4, 0, 1);
  -ms-transition-duration: 0.2s;
  -ms-transition-timing-function: cubic-bezier(0.4, 0.4, 0, 1);
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0.4, 0, 1);
  -moz-transition-duration: 0.2s;
  -moz-transition-timing-function: cubic-bezier(0.4, 0.4, 0, 1);
}

/* ============================================================================================ contact */
.contactAside {
  font-size: 15px;
  font-size: 1.0980966325vw;
  line-height: 1.6;
  text-align: left;
  color: rgba(var(--color-text), 0.4);
  margin-bottom: 1.8301610542vw;
}

/* --------------------------------------- textarea__wrapper */
.textarea__wrapper {
  margin-bottom: 1.0980966325vw;
}
.textarea__wrapper textarea {
  min-height: 33.3089311859vw;
  background-color: #f7f8f8;
  border: 1px solid #9fa0a0;
  border-radius: 0.7320644217vw;
  padding: 1.4641288433vw 2.196193265vw;
  font-size: 19px;
  font-size: 1.3909224012vw;
  line-height: 2;
  font-weight: 500;
}
.textarea__wrapper textarea:placeholder {
  color: rgba(var(--color-text), 0.4);
}

/* --------------------------------------- sendBtn */
.sendBtn {
  position: sticky;
  bottom: 0.7320644217vw;
}

.sendBtn__inner {
  font-size: 24px;
  font-size: 1.756954612vw;
  height: 5.8565153734vw;
  line-height: 5.8565153734vw;
  text-align: center;
  background-color: rgba(var(--keyColor-base), 1);
  border-radius: 0.7320644217vw;
  border-width: 2px;
  border-style: solid;
  border-color: rgba(var(--keyColor-base), 1);
  cursor: pointer;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0.4, 0, 1);
  -ms-transition-duration: 0.2s;
  -ms-transition-timing-function: cubic-bezier(0.4, 0.4, 0, 1);
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0.4, 0, 1);
  -moz-transition-duration: 0.2s;
  -moz-transition-timing-function: cubic-bezier(0.4, 0.4, 0, 1);
}

/* --------------------------------------- contactThanks__text */
.contactThanks__text {
  font-size: 20px;
  font-size: 1.4641288433vw;
  min-height: 40vw;
}

/* ============================================================================================ mypage__clipedBtn */
.mypage__clipedBtn {
  bottom: auto;
  top: 0;
  z-index: 5;
}
.mypage__clipedBtn .btnText {
  width: 7.88287vw;
}
.mypage__clipedBtn .btnText::after {
  display: none;
}

.objBlock {
  position: relative;
}

.mypageSection--obj .mypage__clipedBtn, .mypageSection--special .mypage__clipedBtn, .mypageSection--item .mypage__clipedBtn {
  right: -1.0980966325vw;
  transform: translate(0%, -50%);
}

.mypageSection--shop .mypage__clipedBtn {
  right: auto;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* ============================================================================================ hover pc */
@media (hover: hover) and (pointer: fine) {
  a.objPagesNav__link:hover::after, a.objPagesNav__link:active::after {
    opacity: 1;
  }
  .mypage__newMessage--link:hover, a.mypage__newMessage--link:hover {
    background-color: rgba(var(--color-red), 1);
  }
  .mypage__newMessage--link:hover .mypage__newMessage--text, a.mypage__newMessage--link:hover .mypage__newMessage--text {
    color: #fff;
  }
  .chatBlock__link:hover ~ .chatBlock__inner, .chatBlock__link:active ~ .chatBlock__inner {
    text-decoration: underline;
  }
  .sendMessage__btn--wrapper:hover .sendMessage__btn--text, .sendMessage__btn--wrapper:active .sendMessage__btn--text {
    color: #fff;
  }
  .sendBtn__inner:hover, .sendBtn__inner:active {
    border-color: rgba(var(--color-text), 1);
  }
}
.chatMessage__wrapper {
  min-height: 50vh;
}/*# sourceMappingURL=mypage.css.map */