@charset "UTF-8";
/* CSS Document */

/* ============================================================
   シェア支援リンクナビゲーションタブ
============================================================ */

.tab_user_investment {
  display: none;
  margin-left: auto;
}

.tab_user_investment_button {
  align-items: center;
  cursor: pointer;
  display: flex;
  gap: 8px;
  height: 100%;
  justify-content: center;
}

.tab_user_investment_button:hover {
  opacity: 0.8;
  text-decoration: none;
}

.tab_user_investment_arrow {
  height: 20px;
  width: 20px;
}

.tab_user_investment_title {
  font-size: 16px;
  line-height: 28px;
  margin: -6px 0;
  user-select: none;
}

.tab_user_investment_contents {
  background-color: #fff;
  border-radius: 2px;
  box-shadow: rgba(12, 3, 7, 0.14902) 0 0 13px 0;
  display: none;
  padding: 40px 32px;
  position: absolute;
  right: 50px;
  top: 50px;
  transition-duration: 0.2s;
  transition-property: all;
  transition-timing-function: ease;
  width: 380px;
  z-index: 10;
}

.tab_user_investment_contents.active {
  display: block;
  top: 60px;
}

.tab_user_investment_return_container {
  border-bottom: 1px solid #ededed;
  padding-bottom: 20px;
}

.tab_user_investment_return_title,
.tab_user_investment_share_title {
  color: #333;
  font-size: 20px;
  padding-bottom: 22px;
  text-align: center;
}

.tab_user_investment_share_title {
  padding-top: 28px;
}

.tab_user_investment_return_content {
  display: flex;
  justify-content: center;
  margin: 21px 0 12px;
}

.tab_user_investment_return_price {
  align-items: center;
  color: #333;
  display: flex;
  font-size: 20px;
  font-weight: bold;
  justify-content: center;
}

.tab_user_investment_return_price p {
  margin-left: 6px;
}

.tab_user_investment_return_price span {
  align-self: flex-end;
  font-size: 14px;
  margin-left: 3px;
  position: relative;
  top: -2px;
}

.tab_user_investment_return_image {
  border-radius: 4px;
  flex-basis: 136px;
  height: 76.5px;
  overflow: hidden;
}

.tab_user_investment_return_image--hidden {
  display: none;
}

.tab_user_investment_return_detail_title {
  color: #808080;
  font-size: 12px;
  margin-bottom: 9px;
  text-align: center;
}

.tab_user_investment_return_detail {
  display: flex;
  flex-basis: 178px;
  flex-direction: column;
  justify-content: center;
  margin-left: 16px;
}

.tab_user_investment_return_detail_name {
  color: #4d4d4d;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 9px;
  text-align: start;
}

.tab_user_investment_return_shipping_date {
  color: #666;
  font-size: 11px;
}

.tab_user_investment_return_detail_no_image_title {
  text-align: center;
}

.tab_user_investment_return_no_image_shipping_date {
  text-align: center;
}

.invested_return_etc {
  color: #333;
  display: none;
  font-size: 12px;
  margin-bottom: -1px;
  margin-top: 4px;
  text-align: center;
}

.tab_user_investment_share_detail {
  display: flex;
  justify-content: center;
}

.tab_user_investment_share_detail > div {
  padding: 0 8px;
}

.tab_user_investment_share_detail_title {
  color: #808080;
  display: flex;
  font-size: 12px;
  justify-content: center;
  margin-bottom: 11px;
}

.icon-people {
  margin-right: 7px;
}

.tab_user_investment_share_detail_count {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 22px;
}

.tab_user_investment_share_detail_count > p {
  font-size: 18px;
  font-weight: bold;
}

.tab_user_investment_share_button {
  align-items: center;
  background: #f7c600;
  border: none;
  border-radius: 2px;
  -webkit-box-flex: 1;
  -webkit-box-pack: center;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 13px;
  font-weight: bold;
  height: 46px;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
  width: 175px;
}

.tab_user_investment_share_button:hover {
  opacity: 0.8;
}

.tab_user_investment_share_button:focus {
  outline: none;
}

.tab_user_investment_share_button.activating {
  background-color: #aaa;
  cursor: default;
  transition-duration: 0.2s;
  transition-property: width;
  transition-timing-function: ease;
  width: 90%;
}

.tab_user_investment_share_button.activating > img {
  height: 14px;
  margin-right: 6px;
  width: 14px;
}

.tab_user_investment_share_button > img {
  display: none;
}

.button_activating_text {
  display: none;
  font-size: 13px;
}

.tab_uesr_investment_share_button_disabled {
  background-color: #aaa;
  border-radius: 2px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  height: 46px;
  line-height: 46px;
  margin: 0 auto;
  text-align: center;
  width: 90%;
}

/* モーダル */
.lean_overlay {
  background: #000;
  display: none;
  height: 100%;
  left: 0;
  opacity: 0.8;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1100;
}

.user_share_activated {
  display: none;
  left: calc((100vw - 412px) / 2);
  position: fixed;
  top: calc((100vh - 367px) / 2);
  z-index: 1200;
}

/*共通閉じるボタン*/
.user_share_popup_wrapper .modal_close_global-icon {
  display: none;
  fill: #fff;
  height: 15px;
  opacity: 0.8;
  overflow: visible;
  position: absolute;
  right: 16px;
  top: -32px;
  width: 16px;
  z-index: 9999;
}

.user-share-box {
  background-color: #fff;
  border-radius: 2px;
  margin: 0 auto;
  padding: 60px 24px 37px;
  width: 412px;
}

.background_dots {
  left: calc(50% - 2px);
  margin: 0 auto;
  position: absolute;
  top: 33px;
  transform: translate(-50%, 0);
  width: 354px;
}

.user-share-copy {
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  text-align: center;
}

.user-share-copy-emphasized {
  color: #f7c600;
}

.user-share-activated-sns-list {
  display: flex;
  justify-content: center;
  margin: 46px auto 30px;
}

.user-share-activated-sns-list > li:hover {
  opacity: 0.8;
}

.user-share-activated-sns-list > li > a > div {
  align-items: center;
  border-radius: 500px;
  display: flex;
  height: 44px;
  justify-content: center;
  margin: 0 18px;
  width: 44px;
}

.user-share-activated-sns-list > li > a > p {
  font-size: 10px;
  font-weight: bold;
  margin-top: 7px;
  text-align: center;
}

.user-share-icon-facebook-background {
  background: #3b5998;
}

.user-share-icon-twitter-background {
  background: #55acee;
}

.user-share-activated-icon {
  fill: #fff;
  height: 22px;
  width: 22px;
}

.user-share-activated-facebook-action {
  color: #3b5998;
}

.user-share-activated-twitter-action {
  color: #55acee;
}

.user-share-activated-url-title {
  color: #525252;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  text-align: center;
}

.user-share-activated-url-copy {
  display: block;
  margin: 10px 0 20px;
  text-align: center;
}

.user-share-activated-url-copy-form {
  border: 2px solid #dbdbdb;
  border-radius: 2px;
  color: #8c8c8c;
  font-size: 11px;
  height: 38px;
  margin-right: 2px;
  padding: 10px 0 10px 10px;
  text-overflow: ellipsis;
  vertical-align: middle;
  width: 200px;
}

.user-share-activated-url-copy-button {
  background-color: #f7c600;
  border: none;
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  height: 38px;
  line-height: 38px;
  vertical-align: middle;
  width: 64px;
}

.user-share-activated-url-copy-button:hover {
  cursor: pointer;
  opacity: 0.8;
}

.user-share-activated-url-copy-button.disabled {
  background: #dadada;
  cursor: default;
}

.user-share-activated-url-copy-button.disabled:hover {
  opacity: 1;
}

.user-share-message {
  color: #595959;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}

/* コピー時のフィードバック */
.user-share-copy-feedback {
  align-items: center;
  background-color: #f7c600;
  bottom: -52px;
  color: #fff;
  display: flex;
  font-size: 16px;
  height: 52px;
  justify-content: center;
  left: 0;
  position: fixed;
  transition: bottom 0.3s;
  width: 100%;
  z-index: 1200;
}

.user-share-copy-feedback.user-share-copy-feedback-activating {
  bottom: 0;
}

.user-share-copy-feedback .user-share-icon-url {
  fill: #fff;
  height: 16px;
  margin-right: 7px;
  width: 16px;
}
