@charset "UTF-8";
.popupContent {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 94%;
  max-width: 500px;
  min-height: 80px;
  max-height: 100%;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 4px;
}

.popupContent__title {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  width: 100%;
  height: 32px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  background-color: #7cb80a;
  border-radius: 3px 3px 0 0 / 3px 3px 0 0;
}

.popupContent__title > span {
  display: none;
}

.popupContent__contentArea {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-items: stretch;
  justify-items: stretch;
  min-height: 60px;
  max-height: 100%;
  padding: 0 10px;
}

.popupContent__contentArea__topMsg {
  margin: 10px 0;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.popupContent__contentArea__topMsg .emphasis {
  color: #dd621c;
  font-weight: bold;
}

.popupContent__contentArea__frame {
  pointer-events: none;
  width: 100%;
  text-align: center;
  border: 1px dashed #e2e2e2;
  padding: 10px;
  box-sizing: border-box;
}

.popupContent__contentArea__frame > img {
  display: block;
  max-width: 100%;
  max-height: 160px;
  margin: auto;
}

.popupContent__contentArea__bottomMsg {
  margin: 10px 0 0 0;
  font-size: 13px;
  line-height: 15px;
  text-align: left;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.popupContent__contentArea__iframeFrame {
  width: 100%;
  height: 275px;
  margin: 20px 0 0 0;
  text-align: center;
  border: 1px dashed #e2e2e2;
  padding: 10px;
  box-sizing: border-box;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  display: inline-block;
}

.popupContent__contentArea__iframeFrame > iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

.popupContent__contentArea__saveBtnArea {
  text-align: right;
}

.popupContent__contentArea__saveBtnArea > button {
  margin-top: 10px;
  border-radius: 4px;
  background-color: #7cb80a;
  border: none;
  font-size: 16px;
  width: 160px;
  color: #fff;
}

.popupContent__contentArea__saveBtnArea > button:hover {
  background-color: #5b8807;
}

.popupContent__contentArea__buttonArea {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 50px 0 10px;
}

.popupContent__contentArea__buttonArea > button {
  width: 200px;
  height: 70px;
  margin-top: 10px;
  margin-left: 30px;
  margin-right: 30px;
  border-radius: 8px;
  background-color: #7cb80a;
  border: none;
  font-size: 20px;
  color: #fff;
}

.popupContent__contentArea__buttonArea > button:hover {
  background-color: #5b8807;
}

.popupContent__contentArea__buttonArea > button.batchObjectFit_contain, .popupContent__contentArea__buttonArea > button.batchObjectFit_cover {
  background-position: center 10px;
  background-repeat: no-repeat;
  background-size: auto 130px;
  height: 200px;
  box-sizing: border-box;
  padding: 130px 0 0 0;
  line-height: 20px;
}

.popupContent__contentArea__buttonArea > button.batchObjectFit_contain.selected, .popupContent__contentArea__buttonArea > button.batchObjectFit_cover.selected {
  background-color: #dd621c;
}

.popupContent__contentArea__buttonArea > button.batchObjectFit_contain > span, .popupContent__contentArea__buttonArea > button.batchObjectFit_cover > span {
  font-size: 14px;
}

.popupContent__contentArea__buttonArea > button.allEffect_OFF.selected, .popupContent__contentArea__buttonArea > button.allEffect_ON.selected {
  background-color: #dd621c;
}

.popupContent__buttonsArea {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-top: 20px;
  border-top: 1px solid #eaeaea;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  padding: 14px 0;
}

.popupContent__buttonsArea__button {
  width: 122px;
  height: 40px;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 3px;
}

.popupContent__buttonsArea__button:hover {
  background-color: #e6e6e6;
}

.popupContent__loginArea {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-items: stretch;
  justify-items: stretch;
  min-height: 60px;
  max-height: 100%;
  padding: 0 16px;
  overflow-x: hidden;
  overflow-y: auto;
}

.popupContent__loginArea .userAuthenticationOperationArea {
  width: 100%;
  padding: 16px;
  padding-top: 3px;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: 0px 0px 2px 2px #eee;
  display: table;
}

.popupContent__loginArea .userAuthenticationOperationArea .inputLabelText {
  display: inline-block;
  font-size: 11px;
  margin-top: 12px;
}

.popupContent__loginArea .userAuthenticationOperationArea .nomenuHeaderText {
  display: inline-block;
  width: 100%;
  height: 40px;
  padding: 3px 6px;
  margin-top: 3px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-sizing: border-box;
}

.popupContent__loginArea .userAuthenticationOperationArea .forgotPasswordZone {
  margin-top: 16px;
}

.popupContent__loginArea .userAuthenticationOperationArea .forgotPasswordZone #forgotPasswordButton {
  font-size: 11px;
  color: #2271e8;
}

.popupContent__loginArea .userAuthenticationOperationArea .loginButtonZone {
  width: 228px;
  height: 40px;
  margin: 10px auto 0;
}

.popupContent__loginArea .userAuthenticationOperationArea .loginButtonZone .loginButton {
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 16px;
  background-color: #3177E0;
  border-radius: 4px;
}

.popupContent__loginArea .firstUseOperationArea {
  width: 100%;
  padding: 16px;
  padding-top: 3px;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: 0px 0px 2px 2px #eee;
  display: table;
}

.popupContent__loginArea .firstUseOperationArea .firstUseCaptionZone {
  font-size: 13px;
  font-weight: normal;
  text-align: center;
  margin-top: 10px;
}

.popupContent__loginArea .firstUseOperationArea .firstUseMessageZone {
  font-size: 11px;
  margin-top: 10px;
  line-height: 1.4;
}

.popupContent__loginArea .firstUseOperationArea .firstUseMessageZone .firstUseOperationText {
  margin: 14px auto 0;
}

.popupContent__loginArea .firstUseOperationArea .firstUseMessageZone .firstUseOperationText .firstUseOperationButton {
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 16px;
  background-color: #DD621C;
  border-radius: 4px;
}

.popupContent__loginArea .firstUseOperationArea .firstUseButtonZone {
  width: 228px;
  height: 40px;
  margin: 10px auto 0;
}

.popupContent__loginArea .firstUseOperationArea .firstUseButtonZone .firstUseButton {
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 16px;
  background-color: #DD621C;
  border-radius: 4px;
}

.saveDataSelectArea {
  width: 100%;
  max-height: 260px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.saveDataSelectArea > ul {
  margin: auto;
  width: 280px;
  list-style: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.saveDataSelectArea > ul > li {
  position: relative;
  margin: 5px;
  background-color: #fff;
  width: 270px;
  height: 120px;
  box-sizing: border-box;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  border: solid 1px #cccccc;
  border-radius: 4px;
  cursor: pointer;
}

.saveDataSelectArea > ul > li:hover {
  background-color: #e6e6e6;
}

.saveDataSelectArea__tmbArea {
  width: 100px;
  height: 80px;
  margin: 5px auto 5px;
}

.saveDataSelectArea__tmbArea__tmb {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.saveDataSelectArea__date {
  display: block;
  width: 100%;
  margin: 5px auto;
  height: 30px;
}

.saveDataSelectArea__date > p {
  text-align: center;
  font-size: 12px;
}

@media screen and (min-width: 1024px) {
  .popupContent {
    max-width: 800px;
    border-radius: 10px;
  }
  .popupContent__title {
    margin-top: 14px;
    padding: 0 0 0 54px;
    box-sizing: border-box;
    height: 30px;
    line-height: 34px;
    font-size: 24px;
    font-weight: normal;
    color: #444444;
    text-align: left;
    background-color: #fff;
  }
  .popupContent__title > span {
    position: absolute;
    top: 0;
    left: 14px;
    display: block;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
  }
  .popupContent__contentArea {
    width: calc(100% - 68px);
    min-height: 200px;
    margin: 10px 16px;
    background-color: rgba(186, 241, 248, 0.3);
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding-bottom: 8px;
  }
  .popupContent__contentArea__topMsg {
    font-size: 20px;
    line-height: 24px;
    text-align: left;
    margin: 20px 14px 0 14px;
  }
  .popupContent__contentArea__frame {
    margin: 10px 0 10px 14px;
    width: calc(100% - 28px);
    min-height: 150px;
    background-color: white;
  }
  .popupContent__contentArea__frame > img {
    max-height: 200px;
    background-color: white;
  }
  .popupContent__contentArea__bottomMsg {
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    margin: 0px 14px 0 14px;
  }
  .popupContent__contentArea__iframeFrame {
    margin: 10px 0 10px 14px;
    width: calc(100% - 28px);
  }
  .popupContent__contentArea__saveBtnArea {
    margin: 0px 0 0px 14px;
    width: calc(100% - 28px);
  }
  .popupContent__contentArea__saveBtnArea > button {
    border-radius: 8px;
    border: 2px solid rgba(0, 0, 0, 0.2);
    font-size: 20px;
    width: 220px;
  }
  .popupContent__buttonsArea {
    border-radius: 0 0 10px 10px / 0 0 10px 10px;
    background-color: #7cb80a;
  }
  .popupContent__buttonsArea__button {
    font-size: 20px;
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 8px;
  }
  .popupContent__buttonsArea__button:hover {
    background-color: #5b8807;
  }
  .popupContent__loginArea {
    width: calc(100% - 68px);
    min-height: 200px;
    margin: 10px 16px;
    background-color: rgba(186, 241, 248, 0.3);
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-radius: 10px;
  }
  .popupContent__loginArea .userAuthenticationOperationArea .inputLabelText {
    font-size: 16px;
  }
  .popupContent__loginArea .firstUseOperationArea .firstUseCaptionZone {
    font-size: 16px;
    text-align: left;
  }
  .popupContent__loginArea .firstUseOperationArea .firstUseMessageZone {
    font-size: 13px;
  }
  .saveDataSelectArea > ul {
    width: 580px;
  }
}

@media screen and (max-height: 600px) {
  .popupContent__contentArea__iframeFrame {
    height: 275px;
  }
}

@media screen and (min-height: 601px) and (max-height: 700px) {
  .popupContent__contentArea__iframeFrame {
    height: 375px;
  }
}

@media screen and (min-height: 701px) {
  .popupContent__contentArea__iframeFrame {
    height: 475px;
  }
}

.popupContent.typeDesignConfirmPopupContent {
  max-width: 94%;
}

.popupContent__typeDesignConfirmTopArea {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 16px 16px 10px 16px;
}

.popupContent__typeDesignConfirmTopArea__typeName {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  display: block;
  width: 100%;
  min-height: 20px;
  height: auto;
  line-height: 20px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.popupContent__typeDesignConfirmTopArea__typeName > span {
  font-size: 12px;
  font-weight: normal;
}

.popupContent__typeDesignConfirmTopArea__price {
  display: -webkit-inline-flex;
  display: inline-flex;
  width: auto;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #dd621c;
}

.popupContent__typeDesignConfirmTopArea__price.discount {
  color: #444444;
  font-weight: normal;
  text-decoration: line-through;
  font-size: 12px;
}

.popupContent__typeDesignConfirmTopArea__price.discount::after {
  content: "→";
  display: block;
  width: 20px;
  height: 20px;
  font-size: 10px;
}

.popupContent__typeDesignConfirmTopArea__discountPrice {
  display: inline-block;
  width: auto;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #dd621c;
}

.popupContent__typeDesignConfirmContentArea {
  display: block;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 0 16px;
}

.popupContent__typeDesignConfirmContentArea__designNameArea {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
  height: 24px;
  line-height: 24px;
}

.popupContent__typeDesignConfirmContentArea__designNameArea__label {
  font-size: 10px;
}

.popupContent__typeDesignConfirmContentArea__designNameArea__designName {
  font-size: 14px;
  font-weight: bold;
}

.popupContent__typeDesignConfirmContentArea__frame {
  position: relative;
  display: block;
  width: 100%;
  height: 320px;
  border: 1px dashed #e2e2e2;
  box-sizing: border-box;
  overflow: hidden;
}

.popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea {
  position: absolute;
  bottom: 5px;
  display: block;
  width: 100%;
  height: 20px;
  pointer-events: none;
}

.popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.2);
}

.popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul {
  list-style: none;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li {
  display: block;
  width: 16px;
  height: 12px;
  box-sizing: border-box;
  padding: 1px 3px;
}

.popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:first-of-type .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #7cb80a;
}

.popupContent__typeDesignConfirmContentArea__frame > ul {
  position: absolute;
  top: 0;
  list-style: none;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  /*スワイプイメージ切替*/
}

.popupContent__typeDesignConfirmContentArea__frame > ul + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: rgba(0, 0, 0, 0.2);
}

.popupContent__typeDesignConfirmContentArea__frame > ul.page1 {
  left: 0%;
}

.popupContent__typeDesignConfirmContentArea__frame > ul.page1 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(1) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #7cb80a;
}

.popupContent__typeDesignConfirmContentArea__frame > ul.page2 {
  left: -100%;
}

.popupContent__typeDesignConfirmContentArea__frame > ul.page2 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(2) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #7cb80a;
}

.popupContent__typeDesignConfirmContentArea__frame > ul.page3 {
  left: -200%;
}

.popupContent__typeDesignConfirmContentArea__frame > ul.page3 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(3) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #7cb80a;
}

.popupContent__typeDesignConfirmContentArea__frame > ul.page4 {
  left: -300%;
}

.popupContent__typeDesignConfirmContentArea__frame > ul.page4 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(4) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #7cb80a;
}

.popupContent__typeDesignConfirmContentArea__frame > ul.page5 {
  left: -400%;
}

.popupContent__typeDesignConfirmContentArea__frame > ul.page5 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(5) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #7cb80a;
}

.popupContent__typeDesignConfirmContentArea__frame > ul.page6 {
  left: -500%;
}

.popupContent__typeDesignConfirmContentArea__frame > ul.page6 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(6) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #7cb80a;
}

.popupContent__typeDesignConfirmContentArea__frame > ul.page7 {
  left: -600%;
}

.popupContent__typeDesignConfirmContentArea__frame > ul.page7 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(7) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #7cb80a;
}

.popupContent__typeDesignConfirmContentArea__frame > ul.page8 {
  left: -700%;
}

.popupContent__typeDesignConfirmContentArea__frame > ul.page8 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(8) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #7cb80a;
}

.popupContent__typeDesignConfirmContentArea__frame > ul.page9 {
  left: -800%;
}

.popupContent__typeDesignConfirmContentArea__frame > ul.page9 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(9) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #7cb80a;
}

.popupContent__typeDesignConfirmContentArea__frame > ul.page10 {
  left: -900%;
}

.popupContent__typeDesignConfirmContentArea__frame > ul.page10 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(10) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #7cb80a;
}

.popupContent__typeDesignConfirmContentArea__frame > ul.page11 {
  left: -1000%;
}

.popupContent__typeDesignConfirmContentArea__frame > ul.page11 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(11) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #7cb80a;
}

.popupContent__typeDesignConfirmContentArea__frame > ul.page12 {
  left: -1100%;
}

.popupContent__typeDesignConfirmContentArea__frame > ul.page12 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(12) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #7cb80a;
}

.popupContent__typeDesignConfirmContentArea__frame > ul.page13 {
  left: -1200%;
}

.popupContent__typeDesignConfirmContentArea__frame > ul.page13 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(13) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #7cb80a;
}

.popupContent__typeDesignConfirmContentArea__frame > ul.page14 {
  left: -1300%;
}

.popupContent__typeDesignConfirmContentArea__frame > ul.page14 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(14) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #7cb80a;
}

.popupContent__typeDesignConfirmContentArea__frame > ul.page15 {
  left: -1400%;
}

.popupContent__typeDesignConfirmContentArea__frame > ul.page15 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(15) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #7cb80a;
}

.popupContent__typeDesignConfirmContentArea__frame > ul.page16 {
  left: -1500%;
}

.popupContent__typeDesignConfirmContentArea__frame > ul.page16 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(16) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #7cb80a;
}

.popupContent__typeDesignConfirmContentArea__frame > ul.page17 {
  left: -1600%;
}

.popupContent__typeDesignConfirmContentArea__frame > ul.page17 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(17) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #7cb80a;
}

.popupContent__typeDesignConfirmContentArea__frame > ul.page18 {
  left: -1700%;
}

.popupContent__typeDesignConfirmContentArea__frame > ul.page18 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(18) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #7cb80a;
}

.popupContent__typeDesignConfirmContentArea__frame > ul.page19 {
  left: -1800%;
}

.popupContent__typeDesignConfirmContentArea__frame > ul.page19 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(19) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #7cb80a;
}

.popupContent__typeDesignConfirmContentArea__frame > ul.page20 {
  left: -1900%;
}

.popupContent__typeDesignConfirmContentArea__frame > ul.page20 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(20) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #7cb80a;
}

.popupContent__typeDesignConfirmContentArea__frame > ul.page21 {
  left: -2000%;
}

.popupContent__typeDesignConfirmContentArea__frame > ul.page21 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(21) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #7cb80a;
}

.popupContent__typeDesignConfirmContentArea__frame > ul.page22 {
  left: -2100%;
}

.popupContent__typeDesignConfirmContentArea__frame > ul.page22 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(22) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #7cb80a;
}

.popupContent__typeDesignConfirmContentArea__frame > ul.page23 {
  left: -2200%;
}

.popupContent__typeDesignConfirmContentArea__frame > ul.page23 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(23) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #7cb80a;
}

.popupContent__typeDesignConfirmContentArea__frame > ul.page24 {
  left: -2300%;
}

.popupContent__typeDesignConfirmContentArea__frame > ul.page24 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(24) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #7cb80a;
}

.popupContent__typeDesignConfirmContentArea__frame > ul.page25 {
  left: -2400%;
}

.popupContent__typeDesignConfirmContentArea__frame > ul.page25 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(25) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #7cb80a;
}

.popupContent__typeDesignConfirmContentArea__frame > ul.page26 {
  left: -2500%;
}

.popupContent__typeDesignConfirmContentArea__frame > ul.page26 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(26) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #7cb80a;
}

.popupContent__typeDesignConfirmContentArea__frame > ul.page27 {
  left: -2600%;
}

.popupContent__typeDesignConfirmContentArea__frame > ul.page27 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(27) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #7cb80a;
}

.popupContent__typeDesignConfirmContentArea__frame > ul.page28 {
  left: -2700%;
}

.popupContent__typeDesignConfirmContentArea__frame > ul.page28 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(28) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #7cb80a;
}

.popupContent__typeDesignConfirmContentArea__frame > ul.page29 {
  left: -2800%;
}

.popupContent__typeDesignConfirmContentArea__frame > ul.page29 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(29) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #7cb80a;
}

.popupContent__typeDesignConfirmContentArea__frame > ul.page30 {
  left: -2900%;
}

.popupContent__typeDesignConfirmContentArea__frame > ul.page30 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(30) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #7cb80a;
}

.popupContent__typeDesignConfirmContentArea__frame > ul.page31 {
  left: -3000%;
}

.popupContent__typeDesignConfirmContentArea__frame > ul.page31 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(31) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #7cb80a;
}

.popupContent__typeDesignConfirmContentArea__frame > ul.page32 {
  left: -3100%;
}

.popupContent__typeDesignConfirmContentArea__frame > ul.page32 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(32) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #7cb80a;
}

.popupContent__typeDesignConfirmContentArea__frame > ul > li {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}

.popupContent__typeDesignConfirmContentArea__frame__img {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.popupContent__typeDesignConfirmContentArea__frameNumberArea {
  -webkit-text-size-adjust: 100%;
  width: 100%;
  text-align: center;
  margin: 3px 0px 0px 0px;
}

@media screen and (max-width: 360px) {
  .popupContent__typeDesignConfirmTopArea {
    padding: 10px 16px 5px 16px;
  }
  .popupContent__typeDesignConfirmTopArea__typeName {
    min-height: 16px;
    height: auto;
    line-height: 16px;
    font-size: 12px;
  }
  .popupContent__typeDesignConfirmTopArea__typeName > span {
    font-size: 10px;
  }
  .popupContent__typeDesignConfirmTopArea__price {
    height: 16px;
    line-height: 16px;
    font-size: 12px;
  }
  .popupContent__typeDesignConfirmTopArea__price.discount {
    font-size: 10px;
  }
  .popupContent__typeDesignConfirmTopArea__price.discount::after {
    height: 16px;
  }
  .popupContent__typeDesignConfirmTopArea__discountPrice {
    height: 16px;
    line-height: 16px;
    font-size: 12px;
  }
  .popupContent__typeDesignConfirmContentArea__designNameArea {
    height: 20px;
    line-height: 20px;
  }
  .popupContent__typeDesignConfirmContentArea__designNameArea__designName {
    font-size: 12px;
  }
  .popupContent__typeDesignConfirmContentArea__frame {
    height: 220px;
  }
  .popupContent__typeDesignConfirmContentArea__frameNumberArea {
    -webkit-text-size-adjust: 100%;
    font-size: 10px;
  }
}

@media screen and (min-device-width: 320px) and (orientation: landscape) {
  .popupContent__typeDesignConfirmContentArea__frame {
    height: 100px;
  }
}

@media screen and (min-width: 1024px) {
  .popupContent.typeDesignConfirmPopupContent {
    width: 80%;
    max-width: 1600px;
  }
  .popupContent__typeDesignConfirmTopArea__typeName {
    height: 24px;
    line-height: 24px;
    font-size: 18px;
  }
  .popupContent__typeDesignConfirmTopArea__typeName > span {
    font-size: 14px;
  }
  .popupContent__typeDesignConfirmTopArea__price {
    height: 24px;
    line-height: 24px;
    font-size: 18px;
  }
  .popupContent__typeDesignConfirmTopArea__price.discount {
    font-size: 14px;
  }
  .popupContent__typeDesignConfirmTopArea__price.discount::after {
    width: 24px;
    height: 24px;
  }
  .popupContent__typeDesignConfirmTopArea__discountPrice {
    height: 24px;
    line-height: 24px;
    font-size: 18px;
  }
  .popupContent__typeDesignConfirmContentArea__designNameArea {
    height: 24px;
    line-height: 24px;
  }
  .popupContent__typeDesignConfirmContentArea__designNameArea__label {
    font-size: 14px;
  }
  .popupContent__typeDesignConfirmContentArea__designNameArea__designName {
    font-size: 18px;
  }
  .popupContent__typeDesignConfirmContentArea__frame {
    overflow-x: hidden;
    overflow-y: auto;
  }
  .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea {
    display: none;
  }
  .popupContent__typeDesignConfirmContentArea__frame > ul {
    display: block;
  }
  .popupContent__typeDesignConfirmContentArea__frameNumberArea {
    font-size: 14px;
  }
}

@media screen and (min-height: 470px) {
  .popupContent__typeDesignConfirmContentArea__frame {
    height: 220px;
  }
}

@media screen and (min-height: 570px) {
  .popupContent__typeDesignConfirmContentArea__frame {
    height: 320px;
  }
}

@media screen and (min-height: 670px) {
  .popupContent__typeDesignConfirmContentArea__frame {
    height: 420px;
  }
}

@media screen and (min-height: 770px) {
  .popupContent__typeDesignConfirmContentArea__frame {
    height: 520px;
  }
}

@media screen and (min-height: 870px) {
  .popupContent__typeDesignConfirmContentArea__frame {
    height: 620px;
  }
}

@media screen and (min-height: 970px) {
  .popupContent__typeDesignConfirmContentArea__frame {
    height: 720px;
  }
}

@media screen and (min-height: 1070px) {
  .popupContent__typeDesignConfirmContentArea__frame {
    height: 820px;
  }
}

@media screen and (min-height: 1170px) {
  .popupContent__typeDesignConfirmContentArea__frame {
    height: 920px;
  }
}

.progressPop-layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  opacity: 0;
  transition: all .2s ease;
  z-index: 2000;
  visibility: hidden;
}

.progressPop-layer.progressPop-visible {
  opacity: 1;
  visibility: visible;
}

.progressDisplay {
  width: 83%;
  max-width: 500px;
  text-align: center;
  position: absolute;
  top: 42%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.progressDisplay__text {
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 10px;
}

.progressDisplay__value {
  font-size: 16px;
  font-weight: bold;
}

.progressDisplay__barArea {
  position: relative;
  margin: 20px auto;
  width: 100%;
  height: 15px;
  background-color: rgba(0, 0, 0, 0.2);
}

.progressDisplay__barArea__receive {
  background-color: #7cb80a;
  position: absolute;
  top: 0;
  width: 0;
  height: 15px;
  bottom: 0;
  margin: auto;
  transition: width 100ms;
}

.progressDisplay__uploadCancel {
  margin-top: 50px;
  width: 128px;
  height: 40px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background-color: #b3b3b3;
  border: none;
  border-radius: 4px;
}

.progressDisplay__uploadCancel:hover {
  background-color: #999999;
}

.uploadCancelDisplay {
  display: none;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

[data-uploading-display="cancel"] .progressDisplay {
  display: none;
}

[data-uploading-display="cancel"] .uploadCancelDisplay {
  display: block;
}

.header {
  background-color: #7cb80a;
}

.header__button:active {
  background-color: #6ca009;
}

.footer {
  background-color: #7cb80a;
}

.footer__infoArea > hr {
  background-color: #7cb80a;
}

@media screen and (min-width: 1024px) {
  .header {
    box-shadow: 0px 1px 1px 0px #7cb80a;
  }
  .header__button {
    background-color: #7cb80a;
  }
  .header__button:hover {
    background-color: #6ca009;
  }
  .footer__button:hover {
    background-color: #6ca009;
  }
  .logoImg {
    background-image: url("../../img/0/retailerlogo_bk.png");
  }
}

body[data-photocollab-src='LOFT'] .popupContent {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 94%;
  max-width: 500px;
  min-height: 80px;
  max-height: 100%;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 4px;
}

body[data-photocollab-src='LOFT'] .popupContent__title {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  width: 100%;
  height: 32px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  background-color: #ffce2e;
  border-radius: 3px 3px 0 0 / 3px 3px 0 0;
}

body[data-photocollab-src='LOFT'] .popupContent__title > span {
  display: none;
}

body[data-photocollab-src='LOFT'] .popupContent__contentArea {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-items: stretch;
  justify-items: stretch;
  min-height: 60px;
  max-height: 100%;
  padding: 0 10px;
}

body[data-photocollab-src='LOFT'] .popupContent__contentArea__topMsg {
  margin: 10px 0;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body[data-photocollab-src='LOFT'] .popupContent__contentArea__topMsg .emphasis {
  color: #dd621c;
  font-weight: bold;
}

body[data-photocollab-src='LOFT'] .popupContent__contentArea__frame {
  pointer-events: none;
  width: 100%;
  text-align: center;
  border: 1px dashed #e2e2e2;
  padding: 10px;
  box-sizing: border-box;
}

body[data-photocollab-src='LOFT'] .popupContent__contentArea__frame > img {
  display: block;
  max-width: 100%;
  max-height: 160px;
  margin: auto;
}

body[data-photocollab-src='LOFT'] .popupContent__contentArea__bottomMsg {
  margin: 10px 0 0 0;
  font-size: 13px;
  line-height: 15px;
  text-align: left;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body[data-photocollab-src='LOFT'] .popupContent__contentArea__iframeFrame {
  width: 100%;
  height: 275px;
  margin: 20px 0 0 0;
  text-align: center;
  border: 1px dashed #e2e2e2;
  padding: 10px;
  box-sizing: border-box;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  display: inline-block;
}

body[data-photocollab-src='LOFT'] .popupContent__contentArea__iframeFrame > iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

body[data-photocollab-src='LOFT'] .popupContent__contentArea__saveBtnArea {
  text-align: right;
}

body[data-photocollab-src='LOFT'] .popupContent__contentArea__saveBtnArea > button {
  margin-top: 10px;
  border-radius: 4px;
  background-color: #ffce2e;
  border: none;
  font-size: 16px;
  width: 160px;
  color: #fff;
}

body[data-photocollab-src='LOFT'] .popupContent__contentArea__saveBtnArea > button:hover {
  background-color: #fabf00;
}

body[data-photocollab-src='LOFT'] .popupContent__contentArea__buttonArea {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 50px 0 10px;
}

body[data-photocollab-src='LOFT'] .popupContent__contentArea__buttonArea > button {
  width: 200px;
  height: 70px;
  margin-top: 10px;
  margin-left: 30px;
  margin-right: 30px;
  border-radius: 8px;
  background-color: #ffce2e;
  border: none;
  font-size: 20px;
  color: #fff;
}

body[data-photocollab-src='LOFT'] .popupContent__contentArea__buttonArea > button:hover {
  background-color: #fabf00;
}

body[data-photocollab-src='LOFT'] .popupContent__contentArea__buttonArea > button.batchObjectFit_contain, body[data-photocollab-src='LOFT'] .popupContent__contentArea__buttonArea > button.batchObjectFit_cover {
  background-position: center 10px;
  background-repeat: no-repeat;
  background-size: auto 130px;
  height: 200px;
  box-sizing: border-box;
  padding: 130px 0 0 0;
  line-height: 20px;
}

body[data-photocollab-src='LOFT'] .popupContent__contentArea__buttonArea > button.batchObjectFit_contain.selected, body[data-photocollab-src='LOFT'] .popupContent__contentArea__buttonArea > button.batchObjectFit_cover.selected {
  background-color: #dd621c;
}

body[data-photocollab-src='LOFT'] .popupContent__contentArea__buttonArea > button.batchObjectFit_contain > span, body[data-photocollab-src='LOFT'] .popupContent__contentArea__buttonArea > button.batchObjectFit_cover > span {
  font-size: 14px;
}

body[data-photocollab-src='LOFT'] .popupContent__contentArea__buttonArea > button.allEffect_OFF.selected, body[data-photocollab-src='LOFT'] .popupContent__contentArea__buttonArea > button.allEffect_ON.selected {
  background-color: #dd621c;
}

body[data-photocollab-src='LOFT'] .popupContent__buttonsArea {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-top: 20px;
  border-top: 1px solid #eaeaea;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  padding: 14px 0;
}

body[data-photocollab-src='LOFT'] .popupContent__buttonsArea__button {
  width: 122px;
  height: 40px;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 3px;
}

body[data-photocollab-src='LOFT'] .popupContent__buttonsArea__button:hover {
  background-color: #e6e6e6;
}

body[data-photocollab-src='LOFT'] .popupContent__loginArea {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-items: stretch;
  justify-items: stretch;
  min-height: 60px;
  max-height: 100%;
  padding: 0 16px;
  overflow-x: hidden;
  overflow-y: auto;
}

body[data-photocollab-src='LOFT'] .popupContent__loginArea .userAuthenticationOperationArea {
  width: 100%;
  padding: 16px;
  padding-top: 3px;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: 0px 0px 2px 2px #eee;
  display: table;
}

body[data-photocollab-src='LOFT'] .popupContent__loginArea .userAuthenticationOperationArea .inputLabelText {
  display: inline-block;
  font-size: 11px;
  margin-top: 12px;
}

body[data-photocollab-src='LOFT'] .popupContent__loginArea .userAuthenticationOperationArea .nomenuHeaderText {
  display: inline-block;
  width: 100%;
  height: 40px;
  padding: 3px 6px;
  margin-top: 3px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-sizing: border-box;
}

body[data-photocollab-src='LOFT'] .popupContent__loginArea .userAuthenticationOperationArea .forgotPasswordZone {
  margin-top: 16px;
}

body[data-photocollab-src='LOFT'] .popupContent__loginArea .userAuthenticationOperationArea .forgotPasswordZone #forgotPasswordButton {
  font-size: 11px;
  color: #2271e8;
}

body[data-photocollab-src='LOFT'] .popupContent__loginArea .userAuthenticationOperationArea .loginButtonZone {
  width: 228px;
  height: 40px;
  margin: 10px auto 0;
}

body[data-photocollab-src='LOFT'] .popupContent__loginArea .userAuthenticationOperationArea .loginButtonZone .loginButton {
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 16px;
  background-color: #3177E0;
  border-radius: 4px;
}

body[data-photocollab-src='LOFT'] .popupContent__loginArea .firstUseOperationArea {
  width: 100%;
  padding: 16px;
  padding-top: 3px;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: 0px 0px 2px 2px #eee;
  display: table;
}

body[data-photocollab-src='LOFT'] .popupContent__loginArea .firstUseOperationArea .firstUseCaptionZone {
  font-size: 13px;
  font-weight: normal;
  text-align: center;
  margin-top: 10px;
}

body[data-photocollab-src='LOFT'] .popupContent__loginArea .firstUseOperationArea .firstUseMessageZone {
  font-size: 11px;
  margin-top: 10px;
  line-height: 1.4;
}

body[data-photocollab-src='LOFT'] .popupContent__loginArea .firstUseOperationArea .firstUseMessageZone .firstUseOperationText {
  margin: 14px auto 0;
}

body[data-photocollab-src='LOFT'] .popupContent__loginArea .firstUseOperationArea .firstUseMessageZone .firstUseOperationText .firstUseOperationButton {
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 16px;
  background-color: #DD621C;
  border-radius: 4px;
}

body[data-photocollab-src='LOFT'] .popupContent__loginArea .firstUseOperationArea .firstUseButtonZone {
  width: 228px;
  height: 40px;
  margin: 10px auto 0;
}

body[data-photocollab-src='LOFT'] .popupContent__loginArea .firstUseOperationArea .firstUseButtonZone .firstUseButton {
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 16px;
  background-color: #DD621C;
  border-radius: 4px;
}

body[data-photocollab-src='LOFT'] .saveDataSelectArea {
  width: 100%;
  max-height: 260px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

body[data-photocollab-src='LOFT'] .saveDataSelectArea > ul {
  margin: auto;
  width: 280px;
  list-style: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

body[data-photocollab-src='LOFT'] .saveDataSelectArea > ul > li {
  position: relative;
  margin: 5px;
  background-color: #fff;
  width: 270px;
  height: 120px;
  box-sizing: border-box;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  border: solid 1px #cccccc;
  border-radius: 4px;
  cursor: pointer;
}

body[data-photocollab-src='LOFT'] .saveDataSelectArea > ul > li:hover {
  background-color: #e6e6e6;
}

body[data-photocollab-src='LOFT'] .saveDataSelectArea__tmbArea {
  width: 100px;
  height: 80px;
  margin: 5px auto 5px;
}

body[data-photocollab-src='LOFT'] .saveDataSelectArea__tmbArea__tmb {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

body[data-photocollab-src='LOFT'] .saveDataSelectArea__date {
  display: block;
  width: 100%;
  margin: 5px auto;
  height: 30px;
}

body[data-photocollab-src='LOFT'] .saveDataSelectArea__date > p {
  text-align: center;
  font-size: 12px;
}

@media screen and (min-width: 1024px) {
  body[data-photocollab-src='LOFT'] .popupContent {
    max-width: 800px;
    border-radius: 10px;
  }
  body[data-photocollab-src='LOFT'] .popupContent__title {
    margin-top: 14px;
    padding: 0 0 0 54px;
    box-sizing: border-box;
    height: 30px;
    line-height: 34px;
    font-size: 24px;
    font-weight: normal;
    color: #444444;
    text-align: left;
    background-color: #fff;
  }
  body[data-photocollab-src='LOFT'] .popupContent__title > span {
    position: absolute;
    top: 0;
    left: 14px;
    display: block;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
  }
  body[data-photocollab-src='LOFT'] .popupContent__contentArea {
    width: calc(100% - 68px);
    min-height: 200px;
    margin: 10px 16px;
    background-color: rgba(186, 241, 248, 0.3);
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding-bottom: 8px;
  }
  body[data-photocollab-src='LOFT'] .popupContent__contentArea__topMsg {
    font-size: 20px;
    line-height: 24px;
    text-align: left;
    margin: 20px 14px 0 14px;
  }
  body[data-photocollab-src='LOFT'] .popupContent__contentArea__frame {
    margin: 10px 0 10px 14px;
    width: calc(100% - 28px);
    min-height: 150px;
    background-color: white;
  }
  body[data-photocollab-src='LOFT'] .popupContent__contentArea__frame > img {
    max-height: 200px;
    background-color: white;
  }
  body[data-photocollab-src='LOFT'] .popupContent__contentArea__bottomMsg {
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    margin: 0px 14px 0 14px;
  }
  body[data-photocollab-src='LOFT'] .popupContent__contentArea__iframeFrame {
    margin: 10px 0 10px 14px;
    width: calc(100% - 28px);
  }
  body[data-photocollab-src='LOFT'] .popupContent__contentArea__saveBtnArea {
    margin: 0px 0 0px 14px;
    width: calc(100% - 28px);
  }
  body[data-photocollab-src='LOFT'] .popupContent__contentArea__saveBtnArea > button {
    border-radius: 8px;
    border: 2px solid rgba(0, 0, 0, 0.2);
    font-size: 20px;
    width: 220px;
  }
  body[data-photocollab-src='LOFT'] .popupContent__buttonsArea {
    border-radius: 0 0 10px 10px / 0 0 10px 10px;
    background-color: #ffce2e;
  }
  body[data-photocollab-src='LOFT'] .popupContent__buttonsArea__button {
    font-size: 20px;
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 8px;
  }
  body[data-photocollab-src='LOFT'] .popupContent__buttonsArea__button:hover {
    background-color: #fabf00;
  }
  body[data-photocollab-src='LOFT'] .popupContent__loginArea {
    width: calc(100% - 68px);
    min-height: 200px;
    margin: 10px 16px;
    background-color: rgba(186, 241, 248, 0.3);
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-radius: 10px;
  }
  body[data-photocollab-src='LOFT'] .popupContent__loginArea .userAuthenticationOperationArea .inputLabelText {
    font-size: 16px;
  }
  body[data-photocollab-src='LOFT'] .popupContent__loginArea .firstUseOperationArea .firstUseCaptionZone {
    font-size: 16px;
    text-align: left;
  }
  body[data-photocollab-src='LOFT'] .popupContent__loginArea .firstUseOperationArea .firstUseMessageZone {
    font-size: 13px;
  }
  body[data-photocollab-src='LOFT'] .saveDataSelectArea > ul {
    width: 580px;
  }
}

@media screen and (max-height: 600px) {
  body[data-photocollab-src='LOFT'] .popupContent__contentArea__iframeFrame {
    height: 275px;
  }
}

@media screen and (min-height: 601px) and (max-height: 700px) {
  body[data-photocollab-src='LOFT'] .popupContent__contentArea__iframeFrame {
    height: 375px;
  }
}

@media screen and (min-height: 701px) {
  body[data-photocollab-src='LOFT'] .popupContent__contentArea__iframeFrame {
    height: 475px;
  }
}

body[data-photocollab-src='LOFT'] .popupContent.typeDesignConfirmPopupContent {
  max-width: 94%;
}

body[data-photocollab-src='LOFT'] .popupContent__typeDesignConfirmTopArea {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 16px 16px 10px 16px;
}

body[data-photocollab-src='LOFT'] .popupContent__typeDesignConfirmTopArea__typeName {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  display: block;
  width: 100%;
  min-height: 20px;
  height: auto;
  line-height: 20px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

body[data-photocollab-src='LOFT'] .popupContent__typeDesignConfirmTopArea__typeName > span {
  font-size: 12px;
  font-weight: normal;
}

body[data-photocollab-src='LOFT'] .popupContent__typeDesignConfirmTopArea__price {
  display: -webkit-inline-flex;
  display: inline-flex;
  width: auto;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #dd621c;
}

body[data-photocollab-src='LOFT'] .popupContent__typeDesignConfirmTopArea__price.discount {
  color: #444444;
  font-weight: normal;
  text-decoration: line-through;
  font-size: 12px;
}

body[data-photocollab-src='LOFT'] .popupContent__typeDesignConfirmTopArea__price.discount::after {
  content: "→";
  display: block;
  width: 20px;
  height: 20px;
  font-size: 10px;
}

body[data-photocollab-src='LOFT'] .popupContent__typeDesignConfirmTopArea__discountPrice {
  display: inline-block;
  width: auto;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #dd621c;
}

body[data-photocollab-src='LOFT'] .popupContent__typeDesignConfirmContentArea {
  display: block;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 0 16px;
}

body[data-photocollab-src='LOFT'] .popupContent__typeDesignConfirmContentArea__designNameArea {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
  height: 24px;
  line-height: 24px;
}

body[data-photocollab-src='LOFT'] .popupContent__typeDesignConfirmContentArea__designNameArea__label {
  font-size: 10px;
}

body[data-photocollab-src='LOFT'] .popupContent__typeDesignConfirmContentArea__designNameArea__designName {
  font-size: 14px;
  font-weight: bold;
}

body[data-photocollab-src='LOFT'] .popupContent__typeDesignConfirmContentArea__frame {
  position: relative;
  display: block;
  width: 100%;
  height: 320px;
  border: 1px dashed #e2e2e2;
  box-sizing: border-box;
  overflow: hidden;
}

body[data-photocollab-src='LOFT'] .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea {
  position: absolute;
  bottom: 5px;
  display: block;
  width: 100%;
  height: 20px;
  pointer-events: none;
}

body[data-photocollab-src='LOFT'] .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.2);
}

body[data-photocollab-src='LOFT'] .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul {
  list-style: none;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

body[data-photocollab-src='LOFT'] .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li {
  display: block;
  width: 16px;
  height: 12px;
  box-sizing: border-box;
  padding: 1px 3px;
}

body[data-photocollab-src='LOFT'] .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:first-of-type .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #ffce2e;
}

body[data-photocollab-src='LOFT'] .popupContent__typeDesignConfirmContentArea__frame > ul {
  position: absolute;
  top: 0;
  list-style: none;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  /*スワイプイメージ切替*/
}

body[data-photocollab-src='LOFT'] .popupContent__typeDesignConfirmContentArea__frame > ul + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: rgba(0, 0, 0, 0.2);
}

body[data-photocollab-src='LOFT'] .popupContent__typeDesignConfirmContentArea__frame > ul.page1 {
  left: 0%;
}

body[data-photocollab-src='LOFT'] .popupContent__typeDesignConfirmContentArea__frame > ul.page1 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(1) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #ffce2e;
}

body[data-photocollab-src='LOFT'] .popupContent__typeDesignConfirmContentArea__frame > ul.page2 {
  left: -100%;
}

body[data-photocollab-src='LOFT'] .popupContent__typeDesignConfirmContentArea__frame > ul.page2 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(2) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #ffce2e;
}

body[data-photocollab-src='LOFT'] .popupContent__typeDesignConfirmContentArea__frame > ul.page3 {
  left: -200%;
}

body[data-photocollab-src='LOFT'] .popupContent__typeDesignConfirmContentArea__frame > ul.page3 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(3) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #ffce2e;
}

body[data-photocollab-src='LOFT'] .popupContent__typeDesignConfirmContentArea__frame > ul.page4 {
  left: -300%;
}

body[data-photocollab-src='LOFT'] .popupContent__typeDesignConfirmContentArea__frame > ul.page4 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(4) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #ffce2e;
}

body[data-photocollab-src='LOFT'] .popupContent__typeDesignConfirmContentArea__frame > ul.page5 {
  left: -400%;
}

body[data-photocollab-src='LOFT'] .popupContent__typeDesignConfirmContentArea__frame > ul.page5 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(5) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #ffce2e;
}

body[data-photocollab-src='LOFT'] .popupContent__typeDesignConfirmContentArea__frame > ul.page6 {
  left: -500%;
}

body[data-photocollab-src='LOFT'] .popupContent__typeDesignConfirmContentArea__frame > ul.page6 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(6) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #ffce2e;
}

body[data-photocollab-src='LOFT'] .popupContent__typeDesignConfirmContentArea__frame > ul.page7 {
  left: -600%;
}

body[data-photocollab-src='LOFT'] .popupContent__typeDesignConfirmContentArea__frame > ul.page7 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(7) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #ffce2e;
}

body[data-photocollab-src='LOFT'] .popupContent__typeDesignConfirmContentArea__frame > ul.page8 {
  left: -700%;
}

body[data-photocollab-src='LOFT'] .popupContent__typeDesignConfirmContentArea__frame > ul.page8 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(8) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #ffce2e;
}

body[data-photocollab-src='LOFT'] .popupContent__typeDesignConfirmContentArea__frame > ul.page9 {
  left: -800%;
}

body[data-photocollab-src='LOFT'] .popupContent__typeDesignConfirmContentArea__frame > ul.page9 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(9) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #ffce2e;
}

body[data-photocollab-src='LOFT'] .popupContent__typeDesignConfirmContentArea__frame > ul.page10 {
  left: -900%;
}

body[data-photocollab-src='LOFT'] .popupContent__typeDesignConfirmContentArea__frame > ul.page10 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(10) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #ffce2e;
}

body[data-photocollab-src='LOFT'] .popupContent__typeDesignConfirmContentArea__frame > ul.page11 {
  left: -1000%;
}

body[data-photocollab-src='LOFT'] .popupContent__typeDesignConfirmContentArea__frame > ul.page11 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(11) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #ffce2e;
}

body[data-photocollab-src='LOFT'] .popupContent__typeDesignConfirmContentArea__frame > ul.page12 {
  left: -1100%;
}

body[data-photocollab-src='LOFT'] .popupContent__typeDesignConfirmContentArea__frame > ul.page12 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(12) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #ffce2e;
}

body[data-photocollab-src='LOFT'] .popupContent__typeDesignConfirmContentArea__frame > ul.page13 {
  left: -1200%;
}

body[data-photocollab-src='LOFT'] .popupContent__typeDesignConfirmContentArea__frame > ul.page13 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(13) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #ffce2e;
}

body[data-photocollab-src='LOFT'] .popupContent__typeDesignConfirmContentArea__frame > ul.page14 {
  left: -1300%;
}

body[data-photocollab-src='LOFT'] .popupContent__typeDesignConfirmContentArea__frame > ul.page14 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(14) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #ffce2e;
}

body[data-photocollab-src='LOFT'] .popupContent__typeDesignConfirmContentArea__frame > ul.page15 {
  left: -1400%;
}

body[data-photocollab-src='LOFT'] .popupContent__typeDesignConfirmContentArea__frame > ul.page15 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(15) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #ffce2e;
}

body[data-photocollab-src='LOFT'] .popupContent__typeDesignConfirmContentArea__frame > ul.page16 {
  left: -1500%;
}

body[data-photocollab-src='LOFT'] .popupContent__typeDesignConfirmContentArea__frame > ul.page16 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(16) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #ffce2e;
}

body[data-photocollab-src='LOFT'] .popupContent__typeDesignConfirmContentArea__frame > ul.page17 {
  left: -1600%;
}

body[data-photocollab-src='LOFT'] .popupContent__typeDesignConfirmContentArea__frame > ul.page17 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(17) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #ffce2e;
}

body[data-photocollab-src='LOFT'] .popupContent__typeDesignConfirmContentArea__frame > ul.page18 {
  left: -1700%;
}

body[data-photocollab-src='LOFT'] .popupContent__typeDesignConfirmContentArea__frame > ul.page18 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(18) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #ffce2e;
}

body[data-photocollab-src='LOFT'] .popupContent__typeDesignConfirmContentArea__frame > ul.page19 {
  left: -1800%;
}

body[data-photocollab-src='LOFT'] .popupContent__typeDesignConfirmContentArea__frame > ul.page19 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(19) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #ffce2e;
}

body[data-photocollab-src='LOFT'] .popupContent__typeDesignConfirmContentArea__frame > ul.page20 {
  left: -1900%;
}

body[data-photocollab-src='LOFT'] .popupContent__typeDesignConfirmContentArea__frame > ul.page20 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(20) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #ffce2e;
}

body[data-photocollab-src='LOFT'] .popupContent__typeDesignConfirmContentArea__frame > ul.page21 {
  left: -2000%;
}

body[data-photocollab-src='LOFT'] .popupContent__typeDesignConfirmContentArea__frame > ul.page21 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(21) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #ffce2e;
}

body[data-photocollab-src='LOFT'] .popupContent__typeDesignConfirmContentArea__frame > ul.page22 {
  left: -2100%;
}

body[data-photocollab-src='LOFT'] .popupContent__typeDesignConfirmContentArea__frame > ul.page22 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(22) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #ffce2e;
}

body[data-photocollab-src='LOFT'] .popupContent__typeDesignConfirmContentArea__frame > ul.page23 {
  left: -2200%;
}

body[data-photocollab-src='LOFT'] .popupContent__typeDesignConfirmContentArea__frame > ul.page23 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(23) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #ffce2e;
}

body[data-photocollab-src='LOFT'] .popupContent__typeDesignConfirmContentArea__frame > ul.page24 {
  left: -2300%;
}

body[data-photocollab-src='LOFT'] .popupContent__typeDesignConfirmContentArea__frame > ul.page24 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(24) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #ffce2e;
}

body[data-photocollab-src='LOFT'] .popupContent__typeDesignConfirmContentArea__frame > ul.page25 {
  left: -2400%;
}

body[data-photocollab-src='LOFT'] .popupContent__typeDesignConfirmContentArea__frame > ul.page25 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(25) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #ffce2e;
}

body[data-photocollab-src='LOFT'] .popupContent__typeDesignConfirmContentArea__frame > ul.page26 {
  left: -2500%;
}

body[data-photocollab-src='LOFT'] .popupContent__typeDesignConfirmContentArea__frame > ul.page26 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(26) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #ffce2e;
}

body[data-photocollab-src='LOFT'] .popupContent__typeDesignConfirmContentArea__frame > ul.page27 {
  left: -2600%;
}

body[data-photocollab-src='LOFT'] .popupContent__typeDesignConfirmContentArea__frame > ul.page27 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(27) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #ffce2e;
}

body[data-photocollab-src='LOFT'] .popupContent__typeDesignConfirmContentArea__frame > ul.page28 {
  left: -2700%;
}

body[data-photocollab-src='LOFT'] .popupContent__typeDesignConfirmContentArea__frame > ul.page28 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(28) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #ffce2e;
}

body[data-photocollab-src='LOFT'] .popupContent__typeDesignConfirmContentArea__frame > ul.page29 {
  left: -2800%;
}

body[data-photocollab-src='LOFT'] .popupContent__typeDesignConfirmContentArea__frame > ul.page29 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(29) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #ffce2e;
}

body[data-photocollab-src='LOFT'] .popupContent__typeDesignConfirmContentArea__frame > ul.page30 {
  left: -2900%;
}

body[data-photocollab-src='LOFT'] .popupContent__typeDesignConfirmContentArea__frame > ul.page30 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(30) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #ffce2e;
}

body[data-photocollab-src='LOFT'] .popupContent__typeDesignConfirmContentArea__frame > ul.page31 {
  left: -3000%;
}

body[data-photocollab-src='LOFT'] .popupContent__typeDesignConfirmContentArea__frame > ul.page31 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(31) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #ffce2e;
}

body[data-photocollab-src='LOFT'] .popupContent__typeDesignConfirmContentArea__frame > ul.page32 {
  left: -3100%;
}

body[data-photocollab-src='LOFT'] .popupContent__typeDesignConfirmContentArea__frame > ul.page32 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(32) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #ffce2e;
}

body[data-photocollab-src='LOFT'] .popupContent__typeDesignConfirmContentArea__frame > ul > li {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}

body[data-photocollab-src='LOFT'] .popupContent__typeDesignConfirmContentArea__frame__img {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

body[data-photocollab-src='LOFT'] .popupContent__typeDesignConfirmContentArea__frameNumberArea {
  -webkit-text-size-adjust: 100%;
  width: 100%;
  text-align: center;
  margin: 3px 0px 0px 0px;
}

@media screen and (max-width: 360px) {
  body[data-photocollab-src='LOFT'] .popupContent__typeDesignConfirmTopArea {
    padding: 10px 16px 5px 16px;
  }
  body[data-photocollab-src='LOFT'] .popupContent__typeDesignConfirmTopArea__typeName {
    min-height: 16px;
    height: auto;
    line-height: 16px;
    font-size: 12px;
  }
  body[data-photocollab-src='LOFT'] .popupContent__typeDesignConfirmTopArea__typeName > span {
    font-size: 10px;
  }
  body[data-photocollab-src='LOFT'] .popupContent__typeDesignConfirmTopArea__price {
    height: 16px;
    line-height: 16px;
    font-size: 12px;
  }
  body[data-photocollab-src='LOFT'] .popupContent__typeDesignConfirmTopArea__price.discount {
    font-size: 10px;
  }
  body[data-photocollab-src='LOFT'] .popupContent__typeDesignConfirmTopArea__price.discount::after {
    height: 16px;
  }
  body[data-photocollab-src='LOFT'] .popupContent__typeDesignConfirmTopArea__discountPrice {
    height: 16px;
    line-height: 16px;
    font-size: 12px;
  }
  body[data-photocollab-src='LOFT'] .popupContent__typeDesignConfirmContentArea__designNameArea {
    height: 20px;
    line-height: 20px;
  }
  body[data-photocollab-src='LOFT'] .popupContent__typeDesignConfirmContentArea__designNameArea__designName {
    font-size: 12px;
  }
  body[data-photocollab-src='LOFT'] .popupContent__typeDesignConfirmContentArea__frame {
    height: 220px;
  }
  body[data-photocollab-src='LOFT'] .popupContent__typeDesignConfirmContentArea__frameNumberArea {
    -webkit-text-size-adjust: 100%;
    font-size: 10px;
  }
}

@media screen and (min-device-width: 320px) and (orientation: landscape) {
  body[data-photocollab-src='LOFT'] .popupContent__typeDesignConfirmContentArea__frame {
    height: 100px;
  }
}

@media screen and (min-width: 1024px) {
  body[data-photocollab-src='LOFT'] .popupContent.typeDesignConfirmPopupContent {
    width: 80%;
    max-width: 1600px;
  }
  body[data-photocollab-src='LOFT'] .popupContent__typeDesignConfirmTopArea__typeName {
    height: 24px;
    line-height: 24px;
    font-size: 18px;
  }
  body[data-photocollab-src='LOFT'] .popupContent__typeDesignConfirmTopArea__typeName > span {
    font-size: 14px;
  }
  body[data-photocollab-src='LOFT'] .popupContent__typeDesignConfirmTopArea__price {
    height: 24px;
    line-height: 24px;
    font-size: 18px;
  }
  body[data-photocollab-src='LOFT'] .popupContent__typeDesignConfirmTopArea__price.discount {
    font-size: 14px;
  }
  body[data-photocollab-src='LOFT'] .popupContent__typeDesignConfirmTopArea__price.discount::after {
    width: 24px;
    height: 24px;
  }
  body[data-photocollab-src='LOFT'] .popupContent__typeDesignConfirmTopArea__discountPrice {
    height: 24px;
    line-height: 24px;
    font-size: 18px;
  }
  body[data-photocollab-src='LOFT'] .popupContent__typeDesignConfirmContentArea__designNameArea {
    height: 24px;
    line-height: 24px;
  }
  body[data-photocollab-src='LOFT'] .popupContent__typeDesignConfirmContentArea__designNameArea__label {
    font-size: 14px;
  }
  body[data-photocollab-src='LOFT'] .popupContent__typeDesignConfirmContentArea__designNameArea__designName {
    font-size: 18px;
  }
  body[data-photocollab-src='LOFT'] .popupContent__typeDesignConfirmContentArea__frame {
    overflow-x: hidden;
    overflow-y: auto;
  }
  body[data-photocollab-src='LOFT'] .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea {
    display: none;
  }
  body[data-photocollab-src='LOFT'] .popupContent__typeDesignConfirmContentArea__frame > ul {
    display: block;
  }
  body[data-photocollab-src='LOFT'] .popupContent__typeDesignConfirmContentArea__frameNumberArea {
    font-size: 14px;
  }
}

@media screen and (min-height: 470px) {
  body[data-photocollab-src='LOFT'] .popupContent__typeDesignConfirmContentArea__frame {
    height: 220px;
  }
}

@media screen and (min-height: 570px) {
  body[data-photocollab-src='LOFT'] .popupContent__typeDesignConfirmContentArea__frame {
    height: 320px;
  }
}

@media screen and (min-height: 670px) {
  body[data-photocollab-src='LOFT'] .popupContent__typeDesignConfirmContentArea__frame {
    height: 420px;
  }
}

@media screen and (min-height: 770px) {
  body[data-photocollab-src='LOFT'] .popupContent__typeDesignConfirmContentArea__frame {
    height: 520px;
  }
}

@media screen and (min-height: 870px) {
  body[data-photocollab-src='LOFT'] .popupContent__typeDesignConfirmContentArea__frame {
    height: 620px;
  }
}

@media screen and (min-height: 970px) {
  body[data-photocollab-src='LOFT'] .popupContent__typeDesignConfirmContentArea__frame {
    height: 720px;
  }
}

@media screen and (min-height: 1070px) {
  body[data-photocollab-src='LOFT'] .popupContent__typeDesignConfirmContentArea__frame {
    height: 820px;
  }
}

@media screen and (min-height: 1170px) {
  body[data-photocollab-src='LOFT'] .popupContent__typeDesignConfirmContentArea__frame {
    height: 920px;
  }
}

body[data-photocollab-src='LOFT'] .progressPop-layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  opacity: 0;
  transition: all .2s ease;
  z-index: 2000;
  visibility: hidden;
}

body[data-photocollab-src='LOFT'] .progressPop-layer.progressPop-visible {
  opacity: 1;
  visibility: visible;
}

body[data-photocollab-src='LOFT'] .progressDisplay {
  width: 83%;
  max-width: 500px;
  text-align: center;
  position: absolute;
  top: 42%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

body[data-photocollab-src='LOFT'] .progressDisplay__text {
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 10px;
}

body[data-photocollab-src='LOFT'] .progressDisplay__value {
  font-size: 16px;
  font-weight: bold;
}

body[data-photocollab-src='LOFT'] .progressDisplay__barArea {
  position: relative;
  margin: 20px auto;
  width: 100%;
  height: 15px;
  background-color: rgba(0, 0, 0, 0.2);
}

body[data-photocollab-src='LOFT'] .progressDisplay__barArea__receive {
  background-color: #ffce2e;
  position: absolute;
  top: 0;
  width: 0;
  height: 15px;
  bottom: 0;
  margin: auto;
  transition: width 100ms;
}

body[data-photocollab-src='LOFT'] .progressDisplay__uploadCancel {
  margin-top: 50px;
  width: 128px;
  height: 40px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background-color: #b3b3b3;
  border: none;
  border-radius: 4px;
}

body[data-photocollab-src='LOFT'] .progressDisplay__uploadCancel:hover {
  background-color: #999999;
}

body[data-photocollab-src='LOFT'] .uploadCancelDisplay {
  display: none;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

body[data-photocollab-src='LOFT'] [data-uploading-display="cancel"] .progressDisplay {
  display: none;
}

body[data-photocollab-src='LOFT'] [data-uploading-display="cancel"] .uploadCancelDisplay {
  display: block;
}

body[data-photocollab-src='LOFT'] .header {
  background-color: #ffce2e;
}

body[data-photocollab-src='LOFT'] .header__button:active {
  background-color: #ffc815;
}

body[data-photocollab-src='LOFT'] .footer {
  background-color: #ffce2e;
}

body[data-photocollab-src='LOFT'] .footer__infoArea > hr {
  background-color: #ffce2e;
}

@media screen and (min-width: 1024px) {
  body[data-photocollab-src='LOFT'] .header {
    box-shadow: 0px 1px 1px 0px #ffce2e;
  }
  body[data-photocollab-src='LOFT'] .header__button {
    background-color: #ffce2e;
  }
  body[data-photocollab-src='LOFT'] .header__button:hover {
    background-color: #ffc815;
  }
  body[data-photocollab-src='LOFT'] .footer__button:hover {
    background-color: #ffc815;
  }
  body[data-photocollab-src='LOFT'] .logoImg {
    background-image: url("../../img/0/retailerlogo_bk.png");
  }
}

body[data-photocollab-src='PBK'] .popupContent {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 94%;
  max-width: 500px;
  min-height: 80px;
  max-height: 100%;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 4px;
}

body[data-photocollab-src='PBK'] .popupContent__title {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  width: 100%;
  height: 32px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  background-color: #3cbee1;
  border-radius: 3px 3px 0 0 / 3px 3px 0 0;
}

body[data-photocollab-src='PBK'] .popupContent__title > span {
  display: none;
}

body[data-photocollab-src='PBK'] .popupContent__contentArea {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-items: stretch;
  justify-items: stretch;
  min-height: 60px;
  max-height: 100%;
  padding: 0 10px;
}

body[data-photocollab-src='PBK'] .popupContent__contentArea__topMsg {
  margin: 10px 0;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body[data-photocollab-src='PBK'] .popupContent__contentArea__topMsg .emphasis {
  color: #dd621c;
  font-weight: bold;
}

body[data-photocollab-src='PBK'] .popupContent__contentArea__frame {
  pointer-events: none;
  width: 100%;
  text-align: center;
  border: 1px dashed #e2e2e2;
  padding: 10px;
  box-sizing: border-box;
}

body[data-photocollab-src='PBK'] .popupContent__contentArea__frame > img {
  display: block;
  max-width: 100%;
  max-height: 160px;
  margin: auto;
}

body[data-photocollab-src='PBK'] .popupContent__contentArea__bottomMsg {
  margin: 10px 0 0 0;
  font-size: 13px;
  line-height: 15px;
  text-align: left;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body[data-photocollab-src='PBK'] .popupContent__contentArea__iframeFrame {
  width: 100%;
  height: 275px;
  margin: 20px 0 0 0;
  text-align: center;
  border: 1px dashed #e2e2e2;
  padding: 10px;
  box-sizing: border-box;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  display: inline-block;
}

body[data-photocollab-src='PBK'] .popupContent__contentArea__iframeFrame > iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

body[data-photocollab-src='PBK'] .popupContent__contentArea__saveBtnArea {
  text-align: right;
}

body[data-photocollab-src='PBK'] .popupContent__contentArea__saveBtnArea > button {
  margin-top: 10px;
  border-radius: 4px;
  background-color: #3cbee1;
  border: none;
  font-size: 16px;
  width: 160px;
  color: #fff;
}

body[data-photocollab-src='PBK'] .popupContent__contentArea__saveBtnArea > button:hover {
  background-color: #1fa6cb;
}

body[data-photocollab-src='PBK'] .popupContent__contentArea__buttonArea {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 50px 0 10px;
}

body[data-photocollab-src='PBK'] .popupContent__contentArea__buttonArea > button {
  width: 200px;
  height: 70px;
  margin-top: 10px;
  margin-left: 30px;
  margin-right: 30px;
  border-radius: 8px;
  background-color: #3cbee1;
  border: none;
  font-size: 20px;
  color: #fff;
}

body[data-photocollab-src='PBK'] .popupContent__contentArea__buttonArea > button:hover {
  background-color: #1fa6cb;
}

body[data-photocollab-src='PBK'] .popupContent__contentArea__buttonArea > button.batchObjectFit_contain, body[data-photocollab-src='PBK'] .popupContent__contentArea__buttonArea > button.batchObjectFit_cover {
  background-position: center 10px;
  background-repeat: no-repeat;
  background-size: auto 130px;
  height: 200px;
  box-sizing: border-box;
  padding: 130px 0 0 0;
  line-height: 20px;
}

body[data-photocollab-src='PBK'] .popupContent__contentArea__buttonArea > button.batchObjectFit_contain.selected, body[data-photocollab-src='PBK'] .popupContent__contentArea__buttonArea > button.batchObjectFit_cover.selected {
  background-color: #dd621c;
}

body[data-photocollab-src='PBK'] .popupContent__contentArea__buttonArea > button.batchObjectFit_contain > span, body[data-photocollab-src='PBK'] .popupContent__contentArea__buttonArea > button.batchObjectFit_cover > span {
  font-size: 14px;
}

body[data-photocollab-src='PBK'] .popupContent__contentArea__buttonArea > button.allEffect_OFF.selected, body[data-photocollab-src='PBK'] .popupContent__contentArea__buttonArea > button.allEffect_ON.selected {
  background-color: #dd621c;
}

body[data-photocollab-src='PBK'] .popupContent__buttonsArea {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-top: 20px;
  border-top: 1px solid #eaeaea;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  padding: 14px 0;
}

body[data-photocollab-src='PBK'] .popupContent__buttonsArea__button {
  width: 122px;
  height: 40px;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 3px;
}

body[data-photocollab-src='PBK'] .popupContent__buttonsArea__button:hover {
  background-color: #e6e6e6;
}

body[data-photocollab-src='PBK'] .popupContent__loginArea {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-items: stretch;
  justify-items: stretch;
  min-height: 60px;
  max-height: 100%;
  padding: 0 16px;
  overflow-x: hidden;
  overflow-y: auto;
}

body[data-photocollab-src='PBK'] .popupContent__loginArea .userAuthenticationOperationArea {
  width: 100%;
  padding: 16px;
  padding-top: 3px;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: 0px 0px 2px 2px #eee;
  display: table;
}

body[data-photocollab-src='PBK'] .popupContent__loginArea .userAuthenticationOperationArea .inputLabelText {
  display: inline-block;
  font-size: 11px;
  margin-top: 12px;
}

body[data-photocollab-src='PBK'] .popupContent__loginArea .userAuthenticationOperationArea .nomenuHeaderText {
  display: inline-block;
  width: 100%;
  height: 40px;
  padding: 3px 6px;
  margin-top: 3px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-sizing: border-box;
}

body[data-photocollab-src='PBK'] .popupContent__loginArea .userAuthenticationOperationArea .forgotPasswordZone {
  margin-top: 16px;
}

body[data-photocollab-src='PBK'] .popupContent__loginArea .userAuthenticationOperationArea .forgotPasswordZone #forgotPasswordButton {
  font-size: 11px;
  color: #2271e8;
}

body[data-photocollab-src='PBK'] .popupContent__loginArea .userAuthenticationOperationArea .loginButtonZone {
  width: 228px;
  height: 40px;
  margin: 10px auto 0;
}

body[data-photocollab-src='PBK'] .popupContent__loginArea .userAuthenticationOperationArea .loginButtonZone .loginButton {
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 16px;
  background-color: #3177E0;
  border-radius: 4px;
}

body[data-photocollab-src='PBK'] .popupContent__loginArea .firstUseOperationArea {
  width: 100%;
  padding: 16px;
  padding-top: 3px;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: 0px 0px 2px 2px #eee;
  display: table;
}

body[data-photocollab-src='PBK'] .popupContent__loginArea .firstUseOperationArea .firstUseCaptionZone {
  font-size: 13px;
  font-weight: normal;
  text-align: center;
  margin-top: 10px;
}

body[data-photocollab-src='PBK'] .popupContent__loginArea .firstUseOperationArea .firstUseMessageZone {
  font-size: 11px;
  margin-top: 10px;
  line-height: 1.4;
}

body[data-photocollab-src='PBK'] .popupContent__loginArea .firstUseOperationArea .firstUseMessageZone .firstUseOperationText {
  margin: 14px auto 0;
}

body[data-photocollab-src='PBK'] .popupContent__loginArea .firstUseOperationArea .firstUseMessageZone .firstUseOperationText .firstUseOperationButton {
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 16px;
  background-color: #DD621C;
  border-radius: 4px;
}

body[data-photocollab-src='PBK'] .popupContent__loginArea .firstUseOperationArea .firstUseButtonZone {
  width: 228px;
  height: 40px;
  margin: 10px auto 0;
}

body[data-photocollab-src='PBK'] .popupContent__loginArea .firstUseOperationArea .firstUseButtonZone .firstUseButton {
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 16px;
  background-color: #DD621C;
  border-radius: 4px;
}

body[data-photocollab-src='PBK'] .saveDataSelectArea {
  width: 100%;
  max-height: 260px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

body[data-photocollab-src='PBK'] .saveDataSelectArea > ul {
  margin: auto;
  width: 280px;
  list-style: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

body[data-photocollab-src='PBK'] .saveDataSelectArea > ul > li {
  position: relative;
  margin: 5px;
  background-color: #fff;
  width: 270px;
  height: 120px;
  box-sizing: border-box;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  border: solid 1px #cccccc;
  border-radius: 4px;
  cursor: pointer;
}

body[data-photocollab-src='PBK'] .saveDataSelectArea > ul > li:hover {
  background-color: #e6e6e6;
}

body[data-photocollab-src='PBK'] .saveDataSelectArea__tmbArea {
  width: 100px;
  height: 80px;
  margin: 5px auto 5px;
}

body[data-photocollab-src='PBK'] .saveDataSelectArea__tmbArea__tmb {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

body[data-photocollab-src='PBK'] .saveDataSelectArea__date {
  display: block;
  width: 100%;
  margin: 5px auto;
  height: 30px;
}

body[data-photocollab-src='PBK'] .saveDataSelectArea__date > p {
  text-align: center;
  font-size: 12px;
}

@media screen and (min-width: 1024px) {
  body[data-photocollab-src='PBK'] .popupContent {
    max-width: 800px;
    border-radius: 10px;
  }
  body[data-photocollab-src='PBK'] .popupContent__title {
    margin-top: 14px;
    padding: 0 0 0 54px;
    box-sizing: border-box;
    height: 30px;
    line-height: 34px;
    font-size: 24px;
    font-weight: normal;
    color: #444444;
    text-align: left;
    background-color: #fff;
  }
  body[data-photocollab-src='PBK'] .popupContent__title > span {
    position: absolute;
    top: 0;
    left: 14px;
    display: block;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
  }
  body[data-photocollab-src='PBK'] .popupContent__contentArea {
    width: calc(100% - 68px);
    min-height: 200px;
    margin: 10px 16px;
    background-color: rgba(186, 241, 248, 0.3);
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding-bottom: 8px;
  }
  body[data-photocollab-src='PBK'] .popupContent__contentArea__topMsg {
    font-size: 20px;
    line-height: 24px;
    text-align: left;
    margin: 20px 14px 0 14px;
  }
  body[data-photocollab-src='PBK'] .popupContent__contentArea__frame {
    margin: 10px 0 10px 14px;
    width: calc(100% - 28px);
    min-height: 150px;
    background-color: white;
  }
  body[data-photocollab-src='PBK'] .popupContent__contentArea__frame > img {
    max-height: 200px;
    background-color: white;
  }
  body[data-photocollab-src='PBK'] .popupContent__contentArea__bottomMsg {
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    margin: 0px 14px 0 14px;
  }
  body[data-photocollab-src='PBK'] .popupContent__contentArea__iframeFrame {
    margin: 10px 0 10px 14px;
    width: calc(100% - 28px);
  }
  body[data-photocollab-src='PBK'] .popupContent__contentArea__saveBtnArea {
    margin: 0px 0 0px 14px;
    width: calc(100% - 28px);
  }
  body[data-photocollab-src='PBK'] .popupContent__contentArea__saveBtnArea > button {
    border-radius: 8px;
    border: 2px solid rgba(0, 0, 0, 0.2);
    font-size: 20px;
    width: 220px;
  }
  body[data-photocollab-src='PBK'] .popupContent__buttonsArea {
    border-radius: 0 0 10px 10px / 0 0 10px 10px;
    background-color: #3cbee1;
  }
  body[data-photocollab-src='PBK'] .popupContent__buttonsArea__button {
    font-size: 20px;
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 8px;
  }
  body[data-photocollab-src='PBK'] .popupContent__buttonsArea__button:hover {
    background-color: #1fa6cb;
  }
  body[data-photocollab-src='PBK'] .popupContent__loginArea {
    width: calc(100% - 68px);
    min-height: 200px;
    margin: 10px 16px;
    background-color: rgba(186, 241, 248, 0.3);
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-radius: 10px;
  }
  body[data-photocollab-src='PBK'] .popupContent__loginArea .userAuthenticationOperationArea .inputLabelText {
    font-size: 16px;
  }
  body[data-photocollab-src='PBK'] .popupContent__loginArea .firstUseOperationArea .firstUseCaptionZone {
    font-size: 16px;
    text-align: left;
  }
  body[data-photocollab-src='PBK'] .popupContent__loginArea .firstUseOperationArea .firstUseMessageZone {
    font-size: 13px;
  }
  body[data-photocollab-src='PBK'] .saveDataSelectArea > ul {
    width: 580px;
  }
}

@media screen and (max-height: 600px) {
  body[data-photocollab-src='PBK'] .popupContent__contentArea__iframeFrame {
    height: 275px;
  }
}

@media screen and (min-height: 601px) and (max-height: 700px) {
  body[data-photocollab-src='PBK'] .popupContent__contentArea__iframeFrame {
    height: 375px;
  }
}

@media screen and (min-height: 701px) {
  body[data-photocollab-src='PBK'] .popupContent__contentArea__iframeFrame {
    height: 475px;
  }
}

body[data-photocollab-src='PBK'] .popupContent.typeDesignConfirmPopupContent {
  max-width: 94%;
}

body[data-photocollab-src='PBK'] .popupContent__typeDesignConfirmTopArea {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 16px 16px 10px 16px;
}

body[data-photocollab-src='PBK'] .popupContent__typeDesignConfirmTopArea__typeName {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  display: block;
  width: 100%;
  min-height: 20px;
  height: auto;
  line-height: 20px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

body[data-photocollab-src='PBK'] .popupContent__typeDesignConfirmTopArea__typeName > span {
  font-size: 12px;
  font-weight: normal;
}

body[data-photocollab-src='PBK'] .popupContent__typeDesignConfirmTopArea__price {
  display: -webkit-inline-flex;
  display: inline-flex;
  width: auto;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #dd621c;
}

body[data-photocollab-src='PBK'] .popupContent__typeDesignConfirmTopArea__price.discount {
  color: #444444;
  font-weight: normal;
  text-decoration: line-through;
  font-size: 12px;
}

body[data-photocollab-src='PBK'] .popupContent__typeDesignConfirmTopArea__price.discount::after {
  content: "→";
  display: block;
  width: 20px;
  height: 20px;
  font-size: 10px;
}

body[data-photocollab-src='PBK'] .popupContent__typeDesignConfirmTopArea__discountPrice {
  display: inline-block;
  width: auto;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #dd621c;
}

body[data-photocollab-src='PBK'] .popupContent__typeDesignConfirmContentArea {
  display: block;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 0 16px;
}

body[data-photocollab-src='PBK'] .popupContent__typeDesignConfirmContentArea__designNameArea {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
  height: 24px;
  line-height: 24px;
}

body[data-photocollab-src='PBK'] .popupContent__typeDesignConfirmContentArea__designNameArea__label {
  font-size: 10px;
}

body[data-photocollab-src='PBK'] .popupContent__typeDesignConfirmContentArea__designNameArea__designName {
  font-size: 14px;
  font-weight: bold;
}

body[data-photocollab-src='PBK'] .popupContent__typeDesignConfirmContentArea__frame {
  position: relative;
  display: block;
  width: 100%;
  height: 320px;
  border: 1px dashed #e2e2e2;
  box-sizing: border-box;
  overflow: hidden;
}

body[data-photocollab-src='PBK'] .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea {
  position: absolute;
  bottom: 5px;
  display: block;
  width: 100%;
  height: 20px;
  pointer-events: none;
}

body[data-photocollab-src='PBK'] .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.2);
}

body[data-photocollab-src='PBK'] .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul {
  list-style: none;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

body[data-photocollab-src='PBK'] .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li {
  display: block;
  width: 16px;
  height: 12px;
  box-sizing: border-box;
  padding: 1px 3px;
}

body[data-photocollab-src='PBK'] .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:first-of-type .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #3cbee1;
}

body[data-photocollab-src='PBK'] .popupContent__typeDesignConfirmContentArea__frame > ul {
  position: absolute;
  top: 0;
  list-style: none;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  /*スワイプイメージ切替*/
}

body[data-photocollab-src='PBK'] .popupContent__typeDesignConfirmContentArea__frame > ul + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: rgba(0, 0, 0, 0.2);
}

body[data-photocollab-src='PBK'] .popupContent__typeDesignConfirmContentArea__frame > ul.page1 {
  left: 0%;
}

body[data-photocollab-src='PBK'] .popupContent__typeDesignConfirmContentArea__frame > ul.page1 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(1) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #3cbee1;
}

body[data-photocollab-src='PBK'] .popupContent__typeDesignConfirmContentArea__frame > ul.page2 {
  left: -100%;
}

body[data-photocollab-src='PBK'] .popupContent__typeDesignConfirmContentArea__frame > ul.page2 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(2) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #3cbee1;
}

body[data-photocollab-src='PBK'] .popupContent__typeDesignConfirmContentArea__frame > ul.page3 {
  left: -200%;
}

body[data-photocollab-src='PBK'] .popupContent__typeDesignConfirmContentArea__frame > ul.page3 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(3) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #3cbee1;
}

body[data-photocollab-src='PBK'] .popupContent__typeDesignConfirmContentArea__frame > ul.page4 {
  left: -300%;
}

body[data-photocollab-src='PBK'] .popupContent__typeDesignConfirmContentArea__frame > ul.page4 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(4) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #3cbee1;
}

body[data-photocollab-src='PBK'] .popupContent__typeDesignConfirmContentArea__frame > ul.page5 {
  left: -400%;
}

body[data-photocollab-src='PBK'] .popupContent__typeDesignConfirmContentArea__frame > ul.page5 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(5) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #3cbee1;
}

body[data-photocollab-src='PBK'] .popupContent__typeDesignConfirmContentArea__frame > ul.page6 {
  left: -500%;
}

body[data-photocollab-src='PBK'] .popupContent__typeDesignConfirmContentArea__frame > ul.page6 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(6) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #3cbee1;
}

body[data-photocollab-src='PBK'] .popupContent__typeDesignConfirmContentArea__frame > ul.page7 {
  left: -600%;
}

body[data-photocollab-src='PBK'] .popupContent__typeDesignConfirmContentArea__frame > ul.page7 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(7) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #3cbee1;
}

body[data-photocollab-src='PBK'] .popupContent__typeDesignConfirmContentArea__frame > ul.page8 {
  left: -700%;
}

body[data-photocollab-src='PBK'] .popupContent__typeDesignConfirmContentArea__frame > ul.page8 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(8) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #3cbee1;
}

body[data-photocollab-src='PBK'] .popupContent__typeDesignConfirmContentArea__frame > ul.page9 {
  left: -800%;
}

body[data-photocollab-src='PBK'] .popupContent__typeDesignConfirmContentArea__frame > ul.page9 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(9) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #3cbee1;
}

body[data-photocollab-src='PBK'] .popupContent__typeDesignConfirmContentArea__frame > ul.page10 {
  left: -900%;
}

body[data-photocollab-src='PBK'] .popupContent__typeDesignConfirmContentArea__frame > ul.page10 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(10) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #3cbee1;
}

body[data-photocollab-src='PBK'] .popupContent__typeDesignConfirmContentArea__frame > ul.page11 {
  left: -1000%;
}

body[data-photocollab-src='PBK'] .popupContent__typeDesignConfirmContentArea__frame > ul.page11 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(11) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #3cbee1;
}

body[data-photocollab-src='PBK'] .popupContent__typeDesignConfirmContentArea__frame > ul.page12 {
  left: -1100%;
}

body[data-photocollab-src='PBK'] .popupContent__typeDesignConfirmContentArea__frame > ul.page12 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(12) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #3cbee1;
}

body[data-photocollab-src='PBK'] .popupContent__typeDesignConfirmContentArea__frame > ul.page13 {
  left: -1200%;
}

body[data-photocollab-src='PBK'] .popupContent__typeDesignConfirmContentArea__frame > ul.page13 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(13) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #3cbee1;
}

body[data-photocollab-src='PBK'] .popupContent__typeDesignConfirmContentArea__frame > ul.page14 {
  left: -1300%;
}

body[data-photocollab-src='PBK'] .popupContent__typeDesignConfirmContentArea__frame > ul.page14 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(14) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #3cbee1;
}

body[data-photocollab-src='PBK'] .popupContent__typeDesignConfirmContentArea__frame > ul.page15 {
  left: -1400%;
}

body[data-photocollab-src='PBK'] .popupContent__typeDesignConfirmContentArea__frame > ul.page15 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(15) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #3cbee1;
}

body[data-photocollab-src='PBK'] .popupContent__typeDesignConfirmContentArea__frame > ul.page16 {
  left: -1500%;
}

body[data-photocollab-src='PBK'] .popupContent__typeDesignConfirmContentArea__frame > ul.page16 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(16) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #3cbee1;
}

body[data-photocollab-src='PBK'] .popupContent__typeDesignConfirmContentArea__frame > ul.page17 {
  left: -1600%;
}

body[data-photocollab-src='PBK'] .popupContent__typeDesignConfirmContentArea__frame > ul.page17 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(17) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #3cbee1;
}

body[data-photocollab-src='PBK'] .popupContent__typeDesignConfirmContentArea__frame > ul.page18 {
  left: -1700%;
}

body[data-photocollab-src='PBK'] .popupContent__typeDesignConfirmContentArea__frame > ul.page18 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(18) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #3cbee1;
}

body[data-photocollab-src='PBK'] .popupContent__typeDesignConfirmContentArea__frame > ul.page19 {
  left: -1800%;
}

body[data-photocollab-src='PBK'] .popupContent__typeDesignConfirmContentArea__frame > ul.page19 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(19) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #3cbee1;
}

body[data-photocollab-src='PBK'] .popupContent__typeDesignConfirmContentArea__frame > ul.page20 {
  left: -1900%;
}

body[data-photocollab-src='PBK'] .popupContent__typeDesignConfirmContentArea__frame > ul.page20 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(20) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #3cbee1;
}

body[data-photocollab-src='PBK'] .popupContent__typeDesignConfirmContentArea__frame > ul.page21 {
  left: -2000%;
}

body[data-photocollab-src='PBK'] .popupContent__typeDesignConfirmContentArea__frame > ul.page21 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(21) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #3cbee1;
}

body[data-photocollab-src='PBK'] .popupContent__typeDesignConfirmContentArea__frame > ul.page22 {
  left: -2100%;
}

body[data-photocollab-src='PBK'] .popupContent__typeDesignConfirmContentArea__frame > ul.page22 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(22) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #3cbee1;
}

body[data-photocollab-src='PBK'] .popupContent__typeDesignConfirmContentArea__frame > ul.page23 {
  left: -2200%;
}

body[data-photocollab-src='PBK'] .popupContent__typeDesignConfirmContentArea__frame > ul.page23 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(23) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #3cbee1;
}

body[data-photocollab-src='PBK'] .popupContent__typeDesignConfirmContentArea__frame > ul.page24 {
  left: -2300%;
}

body[data-photocollab-src='PBK'] .popupContent__typeDesignConfirmContentArea__frame > ul.page24 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(24) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #3cbee1;
}

body[data-photocollab-src='PBK'] .popupContent__typeDesignConfirmContentArea__frame > ul.page25 {
  left: -2400%;
}

body[data-photocollab-src='PBK'] .popupContent__typeDesignConfirmContentArea__frame > ul.page25 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(25) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #3cbee1;
}

body[data-photocollab-src='PBK'] .popupContent__typeDesignConfirmContentArea__frame > ul.page26 {
  left: -2500%;
}

body[data-photocollab-src='PBK'] .popupContent__typeDesignConfirmContentArea__frame > ul.page26 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(26) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #3cbee1;
}

body[data-photocollab-src='PBK'] .popupContent__typeDesignConfirmContentArea__frame > ul.page27 {
  left: -2600%;
}

body[data-photocollab-src='PBK'] .popupContent__typeDesignConfirmContentArea__frame > ul.page27 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(27) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #3cbee1;
}

body[data-photocollab-src='PBK'] .popupContent__typeDesignConfirmContentArea__frame > ul.page28 {
  left: -2700%;
}

body[data-photocollab-src='PBK'] .popupContent__typeDesignConfirmContentArea__frame > ul.page28 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(28) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #3cbee1;
}

body[data-photocollab-src='PBK'] .popupContent__typeDesignConfirmContentArea__frame > ul.page29 {
  left: -2800%;
}

body[data-photocollab-src='PBK'] .popupContent__typeDesignConfirmContentArea__frame > ul.page29 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(29) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #3cbee1;
}

body[data-photocollab-src='PBK'] .popupContent__typeDesignConfirmContentArea__frame > ul.page30 {
  left: -2900%;
}

body[data-photocollab-src='PBK'] .popupContent__typeDesignConfirmContentArea__frame > ul.page30 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(30) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #3cbee1;
}

body[data-photocollab-src='PBK'] .popupContent__typeDesignConfirmContentArea__frame > ul.page31 {
  left: -3000%;
}

body[data-photocollab-src='PBK'] .popupContent__typeDesignConfirmContentArea__frame > ul.page31 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(31) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #3cbee1;
}

body[data-photocollab-src='PBK'] .popupContent__typeDesignConfirmContentArea__frame > ul.page32 {
  left: -3100%;
}

body[data-photocollab-src='PBK'] .popupContent__typeDesignConfirmContentArea__frame > ul.page32 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(32) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #3cbee1;
}

body[data-photocollab-src='PBK'] .popupContent__typeDesignConfirmContentArea__frame > ul > li {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}

body[data-photocollab-src='PBK'] .popupContent__typeDesignConfirmContentArea__frame__img {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

body[data-photocollab-src='PBK'] .popupContent__typeDesignConfirmContentArea__frameNumberArea {
  -webkit-text-size-adjust: 100%;
  width: 100%;
  text-align: center;
  margin: 3px 0px 0px 0px;
}

@media screen and (max-width: 360px) {
  body[data-photocollab-src='PBK'] .popupContent__typeDesignConfirmTopArea {
    padding: 10px 16px 5px 16px;
  }
  body[data-photocollab-src='PBK'] .popupContent__typeDesignConfirmTopArea__typeName {
    min-height: 16px;
    height: auto;
    line-height: 16px;
    font-size: 12px;
  }
  body[data-photocollab-src='PBK'] .popupContent__typeDesignConfirmTopArea__typeName > span {
    font-size: 10px;
  }
  body[data-photocollab-src='PBK'] .popupContent__typeDesignConfirmTopArea__price {
    height: 16px;
    line-height: 16px;
    font-size: 12px;
  }
  body[data-photocollab-src='PBK'] .popupContent__typeDesignConfirmTopArea__price.discount {
    font-size: 10px;
  }
  body[data-photocollab-src='PBK'] .popupContent__typeDesignConfirmTopArea__price.discount::after {
    height: 16px;
  }
  body[data-photocollab-src='PBK'] .popupContent__typeDesignConfirmTopArea__discountPrice {
    height: 16px;
    line-height: 16px;
    font-size: 12px;
  }
  body[data-photocollab-src='PBK'] .popupContent__typeDesignConfirmContentArea__designNameArea {
    height: 20px;
    line-height: 20px;
  }
  body[data-photocollab-src='PBK'] .popupContent__typeDesignConfirmContentArea__designNameArea__designName {
    font-size: 12px;
  }
  body[data-photocollab-src='PBK'] .popupContent__typeDesignConfirmContentArea__frame {
    height: 220px;
  }
  body[data-photocollab-src='PBK'] .popupContent__typeDesignConfirmContentArea__frameNumberArea {
    -webkit-text-size-adjust: 100%;
    font-size: 10px;
  }
}

@media screen and (min-device-width: 320px) and (orientation: landscape) {
  body[data-photocollab-src='PBK'] .popupContent__typeDesignConfirmContentArea__frame {
    height: 100px;
  }
}

@media screen and (min-width: 1024px) {
  body[data-photocollab-src='PBK'] .popupContent.typeDesignConfirmPopupContent {
    width: 80%;
    max-width: 1600px;
  }
  body[data-photocollab-src='PBK'] .popupContent__typeDesignConfirmTopArea__typeName {
    height: 24px;
    line-height: 24px;
    font-size: 18px;
  }
  body[data-photocollab-src='PBK'] .popupContent__typeDesignConfirmTopArea__typeName > span {
    font-size: 14px;
  }
  body[data-photocollab-src='PBK'] .popupContent__typeDesignConfirmTopArea__price {
    height: 24px;
    line-height: 24px;
    font-size: 18px;
  }
  body[data-photocollab-src='PBK'] .popupContent__typeDesignConfirmTopArea__price.discount {
    font-size: 14px;
  }
  body[data-photocollab-src='PBK'] .popupContent__typeDesignConfirmTopArea__price.discount::after {
    width: 24px;
    height: 24px;
  }
  body[data-photocollab-src='PBK'] .popupContent__typeDesignConfirmTopArea__discountPrice {
    height: 24px;
    line-height: 24px;
    font-size: 18px;
  }
  body[data-photocollab-src='PBK'] .popupContent__typeDesignConfirmContentArea__designNameArea {
    height: 24px;
    line-height: 24px;
  }
  body[data-photocollab-src='PBK'] .popupContent__typeDesignConfirmContentArea__designNameArea__label {
    font-size: 14px;
  }
  body[data-photocollab-src='PBK'] .popupContent__typeDesignConfirmContentArea__designNameArea__designName {
    font-size: 18px;
  }
  body[data-photocollab-src='PBK'] .popupContent__typeDesignConfirmContentArea__frame {
    overflow-x: hidden;
    overflow-y: auto;
  }
  body[data-photocollab-src='PBK'] .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea {
    display: none;
  }
  body[data-photocollab-src='PBK'] .popupContent__typeDesignConfirmContentArea__frame > ul {
    display: block;
  }
  body[data-photocollab-src='PBK'] .popupContent__typeDesignConfirmContentArea__frameNumberArea {
    font-size: 14px;
  }
}

@media screen and (min-height: 470px) {
  body[data-photocollab-src='PBK'] .popupContent__typeDesignConfirmContentArea__frame {
    height: 220px;
  }
}

@media screen and (min-height: 570px) {
  body[data-photocollab-src='PBK'] .popupContent__typeDesignConfirmContentArea__frame {
    height: 320px;
  }
}

@media screen and (min-height: 670px) {
  body[data-photocollab-src='PBK'] .popupContent__typeDesignConfirmContentArea__frame {
    height: 420px;
  }
}

@media screen and (min-height: 770px) {
  body[data-photocollab-src='PBK'] .popupContent__typeDesignConfirmContentArea__frame {
    height: 520px;
  }
}

@media screen and (min-height: 870px) {
  body[data-photocollab-src='PBK'] .popupContent__typeDesignConfirmContentArea__frame {
    height: 620px;
  }
}

@media screen and (min-height: 970px) {
  body[data-photocollab-src='PBK'] .popupContent__typeDesignConfirmContentArea__frame {
    height: 720px;
  }
}

@media screen and (min-height: 1070px) {
  body[data-photocollab-src='PBK'] .popupContent__typeDesignConfirmContentArea__frame {
    height: 820px;
  }
}

@media screen and (min-height: 1170px) {
  body[data-photocollab-src='PBK'] .popupContent__typeDesignConfirmContentArea__frame {
    height: 920px;
  }
}

body[data-photocollab-src='PBK'] .progressPop-layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  opacity: 0;
  transition: all .2s ease;
  z-index: 2000;
  visibility: hidden;
}

body[data-photocollab-src='PBK'] .progressPop-layer.progressPop-visible {
  opacity: 1;
  visibility: visible;
}

body[data-photocollab-src='PBK'] .progressDisplay {
  width: 83%;
  max-width: 500px;
  text-align: center;
  position: absolute;
  top: 42%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

body[data-photocollab-src='PBK'] .progressDisplay__text {
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 10px;
}

body[data-photocollab-src='PBK'] .progressDisplay__value {
  font-size: 16px;
  font-weight: bold;
}

body[data-photocollab-src='PBK'] .progressDisplay__barArea {
  position: relative;
  margin: 20px auto;
  width: 100%;
  height: 15px;
  background-color: rgba(0, 0, 0, 0.2);
}

body[data-photocollab-src='PBK'] .progressDisplay__barArea__receive {
  background-color: #3cbee1;
  position: absolute;
  top: 0;
  width: 0;
  height: 15px;
  bottom: 0;
  margin: auto;
  transition: width 100ms;
}

body[data-photocollab-src='PBK'] .progressDisplay__uploadCancel {
  margin-top: 50px;
  width: 128px;
  height: 40px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background-color: #b3b3b3;
  border: none;
  border-radius: 4px;
}

body[data-photocollab-src='PBK'] .progressDisplay__uploadCancel:hover {
  background-color: #999999;
}

body[data-photocollab-src='PBK'] .uploadCancelDisplay {
  display: none;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

body[data-photocollab-src='PBK'] [data-uploading-display="cancel"] .progressDisplay {
  display: none;
}

body[data-photocollab-src='PBK'] [data-uploading-display="cancel"] .uploadCancelDisplay {
  display: block;
}

body[data-photocollab-src='PBK'] .header {
  background-color: #3cbee1;
}

body[data-photocollab-src='PBK'] .header__button:active {
  background-color: #26b7de;
}

body[data-photocollab-src='PBK'] .footer {
  background-color: #3cbee1;
}

body[data-photocollab-src='PBK'] .footer__infoArea > hr {
  background-color: #3cbee1;
}

@media screen and (min-width: 1024px) {
  body[data-photocollab-src='PBK'] .header {
    box-shadow: 0px 1px 1px 0px #3cbee1;
  }
  body[data-photocollab-src='PBK'] .header__button {
    background-color: #3cbee1;
  }
  body[data-photocollab-src='PBK'] .header__button:hover {
    background-color: #26b7de;
  }
  body[data-photocollab-src='PBK'] .footer__button:hover {
    background-color: #26b7de;
  }
  body[data-photocollab-src='PBK'] .logoImg {
    background-image: url("../../img/0/retailerlogo_bk.png");
  }
}

body[data-photocollab-src='NOHANA'] .popupContent {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 94%;
  max-width: 500px;
  min-height: 80px;
  max-height: 100%;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 4px;
}

body[data-photocollab-src='NOHANA'] .popupContent__title {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  width: 100%;
  height: 32px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  background-color: #179F88;
  border-radius: 3px 3px 0 0 / 3px 3px 0 0;
}

body[data-photocollab-src='NOHANA'] .popupContent__title > span {
  display: none;
}

body[data-photocollab-src='NOHANA'] .popupContent__contentArea {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-items: stretch;
  justify-items: stretch;
  min-height: 60px;
  max-height: 100%;
  padding: 0 10px;
}

body[data-photocollab-src='NOHANA'] .popupContent__contentArea__topMsg {
  margin: 10px 0;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body[data-photocollab-src='NOHANA'] .popupContent__contentArea__topMsg .emphasis {
  color: #dd621c;
  font-weight: bold;
}

body[data-photocollab-src='NOHANA'] .popupContent__contentArea__frame {
  pointer-events: none;
  width: 100%;
  text-align: center;
  border: 1px dashed #e2e2e2;
  padding: 10px;
  box-sizing: border-box;
}

body[data-photocollab-src='NOHANA'] .popupContent__contentArea__frame > img {
  display: block;
  max-width: 100%;
  max-height: 160px;
  margin: auto;
}

body[data-photocollab-src='NOHANA'] .popupContent__contentArea__bottomMsg {
  margin: 10px 0 0 0;
  font-size: 13px;
  line-height: 15px;
  text-align: left;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body[data-photocollab-src='NOHANA'] .popupContent__contentArea__iframeFrame {
  width: 100%;
  height: 275px;
  margin: 20px 0 0 0;
  text-align: center;
  border: 1px dashed #e2e2e2;
  padding: 10px;
  box-sizing: border-box;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  display: inline-block;
}

body[data-photocollab-src='NOHANA'] .popupContent__contentArea__iframeFrame > iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

body[data-photocollab-src='NOHANA'] .popupContent__contentArea__saveBtnArea {
  text-align: right;
}

body[data-photocollab-src='NOHANA'] .popupContent__contentArea__saveBtnArea > button {
  margin-top: 10px;
  border-radius: 4px;
  background-color: #179F88;
  border: none;
  font-size: 16px;
  width: 160px;
  color: #fff;
}

body[data-photocollab-src='NOHANA'] .popupContent__contentArea__saveBtnArea > button:hover {
  background-color: #117262;
}

body[data-photocollab-src='NOHANA'] .popupContent__contentArea__buttonArea {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 50px 0 10px;
}

body[data-photocollab-src='NOHANA'] .popupContent__contentArea__buttonArea > button {
  width: 200px;
  height: 70px;
  margin-top: 10px;
  margin-left: 30px;
  margin-right: 30px;
  border-radius: 8px;
  background-color: #179F88;
  border: none;
  font-size: 20px;
  color: #fff;
}

body[data-photocollab-src='NOHANA'] .popupContent__contentArea__buttonArea > button:hover {
  background-color: #117262;
}

body[data-photocollab-src='NOHANA'] .popupContent__contentArea__buttonArea > button.batchObjectFit_contain, body[data-photocollab-src='NOHANA'] .popupContent__contentArea__buttonArea > button.batchObjectFit_cover {
  background-position: center 10px;
  background-repeat: no-repeat;
  background-size: auto 130px;
  height: 200px;
  box-sizing: border-box;
  padding: 130px 0 0 0;
  line-height: 20px;
}

body[data-photocollab-src='NOHANA'] .popupContent__contentArea__buttonArea > button.batchObjectFit_contain.selected, body[data-photocollab-src='NOHANA'] .popupContent__contentArea__buttonArea > button.batchObjectFit_cover.selected {
  background-color: #dd621c;
}

body[data-photocollab-src='NOHANA'] .popupContent__contentArea__buttonArea > button.batchObjectFit_contain > span, body[data-photocollab-src='NOHANA'] .popupContent__contentArea__buttonArea > button.batchObjectFit_cover > span {
  font-size: 14px;
}

body[data-photocollab-src='NOHANA'] .popupContent__contentArea__buttonArea > button.allEffect_OFF.selected, body[data-photocollab-src='NOHANA'] .popupContent__contentArea__buttonArea > button.allEffect_ON.selected {
  background-color: #dd621c;
}

body[data-photocollab-src='NOHANA'] .popupContent__buttonsArea {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-top: 20px;
  border-top: 1px solid #eaeaea;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  padding: 14px 0;
}

body[data-photocollab-src='NOHANA'] .popupContent__buttonsArea__button {
  width: 122px;
  height: 40px;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 3px;
}

body[data-photocollab-src='NOHANA'] .popupContent__buttonsArea__button:hover {
  background-color: #e6e6e6;
}

body[data-photocollab-src='NOHANA'] .popupContent__loginArea {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-items: stretch;
  justify-items: stretch;
  min-height: 60px;
  max-height: 100%;
  padding: 0 16px;
  overflow-x: hidden;
  overflow-y: auto;
}

body[data-photocollab-src='NOHANA'] .popupContent__loginArea .userAuthenticationOperationArea {
  width: 100%;
  padding: 16px;
  padding-top: 3px;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: 0px 0px 2px 2px #eee;
  display: table;
}

body[data-photocollab-src='NOHANA'] .popupContent__loginArea .userAuthenticationOperationArea .inputLabelText {
  display: inline-block;
  font-size: 11px;
  margin-top: 12px;
}

body[data-photocollab-src='NOHANA'] .popupContent__loginArea .userAuthenticationOperationArea .nomenuHeaderText {
  display: inline-block;
  width: 100%;
  height: 40px;
  padding: 3px 6px;
  margin-top: 3px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-sizing: border-box;
}

body[data-photocollab-src='NOHANA'] .popupContent__loginArea .userAuthenticationOperationArea .forgotPasswordZone {
  margin-top: 16px;
}

body[data-photocollab-src='NOHANA'] .popupContent__loginArea .userAuthenticationOperationArea .forgotPasswordZone #forgotPasswordButton {
  font-size: 11px;
  color: #2271e8;
}

body[data-photocollab-src='NOHANA'] .popupContent__loginArea .userAuthenticationOperationArea .loginButtonZone {
  width: 228px;
  height: 40px;
  margin: 10px auto 0;
}

body[data-photocollab-src='NOHANA'] .popupContent__loginArea .userAuthenticationOperationArea .loginButtonZone .loginButton {
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 16px;
  background-color: #3177E0;
  border-radius: 4px;
}

body[data-photocollab-src='NOHANA'] .popupContent__loginArea .firstUseOperationArea {
  width: 100%;
  padding: 16px;
  padding-top: 3px;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: 0px 0px 2px 2px #eee;
  display: table;
}

body[data-photocollab-src='NOHANA'] .popupContent__loginArea .firstUseOperationArea .firstUseCaptionZone {
  font-size: 13px;
  font-weight: normal;
  text-align: center;
  margin-top: 10px;
}

body[data-photocollab-src='NOHANA'] .popupContent__loginArea .firstUseOperationArea .firstUseMessageZone {
  font-size: 11px;
  margin-top: 10px;
  line-height: 1.4;
}

body[data-photocollab-src='NOHANA'] .popupContent__loginArea .firstUseOperationArea .firstUseMessageZone .firstUseOperationText {
  margin: 14px auto 0;
}

body[data-photocollab-src='NOHANA'] .popupContent__loginArea .firstUseOperationArea .firstUseMessageZone .firstUseOperationText .firstUseOperationButton {
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 16px;
  background-color: #DD621C;
  border-radius: 4px;
}

body[data-photocollab-src='NOHANA'] .popupContent__loginArea .firstUseOperationArea .firstUseButtonZone {
  width: 228px;
  height: 40px;
  margin: 10px auto 0;
}

body[data-photocollab-src='NOHANA'] .popupContent__loginArea .firstUseOperationArea .firstUseButtonZone .firstUseButton {
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 16px;
  background-color: #DD621C;
  border-radius: 4px;
}

body[data-photocollab-src='NOHANA'] .saveDataSelectArea {
  width: 100%;
  max-height: 260px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

body[data-photocollab-src='NOHANA'] .saveDataSelectArea > ul {
  margin: auto;
  width: 280px;
  list-style: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

body[data-photocollab-src='NOHANA'] .saveDataSelectArea > ul > li {
  position: relative;
  margin: 5px;
  background-color: #fff;
  width: 270px;
  height: 120px;
  box-sizing: border-box;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  border: solid 1px #cccccc;
  border-radius: 4px;
  cursor: pointer;
}

body[data-photocollab-src='NOHANA'] .saveDataSelectArea > ul > li:hover {
  background-color: #e6e6e6;
}

body[data-photocollab-src='NOHANA'] .saveDataSelectArea__tmbArea {
  width: 100px;
  height: 80px;
  margin: 5px auto 5px;
}

body[data-photocollab-src='NOHANA'] .saveDataSelectArea__tmbArea__tmb {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

body[data-photocollab-src='NOHANA'] .saveDataSelectArea__date {
  display: block;
  width: 100%;
  margin: 5px auto;
  height: 30px;
}

body[data-photocollab-src='NOHANA'] .saveDataSelectArea__date > p {
  text-align: center;
  font-size: 12px;
}

@media screen and (min-width: 1024px) {
  body[data-photocollab-src='NOHANA'] .popupContent {
    max-width: 800px;
    border-radius: 10px;
  }
  body[data-photocollab-src='NOHANA'] .popupContent__title {
    margin-top: 14px;
    padding: 0 0 0 54px;
    box-sizing: border-box;
    height: 30px;
    line-height: 34px;
    font-size: 24px;
    font-weight: normal;
    color: #444444;
    text-align: left;
    background-color: #fff;
  }
  body[data-photocollab-src='NOHANA'] .popupContent__title > span {
    position: absolute;
    top: 0;
    left: 14px;
    display: block;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
  }
  body[data-photocollab-src='NOHANA'] .popupContent__contentArea {
    width: calc(100% - 68px);
    min-height: 200px;
    margin: 10px 16px;
    background-color: rgba(186, 241, 248, 0.3);
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding-bottom: 8px;
  }
  body[data-photocollab-src='NOHANA'] .popupContent__contentArea__topMsg {
    font-size: 20px;
    line-height: 24px;
    text-align: left;
    margin: 20px 14px 0 14px;
  }
  body[data-photocollab-src='NOHANA'] .popupContent__contentArea__frame {
    margin: 10px 0 10px 14px;
    width: calc(100% - 28px);
    min-height: 150px;
    background-color: white;
  }
  body[data-photocollab-src='NOHANA'] .popupContent__contentArea__frame > img {
    max-height: 200px;
    background-color: white;
  }
  body[data-photocollab-src='NOHANA'] .popupContent__contentArea__bottomMsg {
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    margin: 0px 14px 0 14px;
  }
  body[data-photocollab-src='NOHANA'] .popupContent__contentArea__iframeFrame {
    margin: 10px 0 10px 14px;
    width: calc(100% - 28px);
  }
  body[data-photocollab-src='NOHANA'] .popupContent__contentArea__saveBtnArea {
    margin: 0px 0 0px 14px;
    width: calc(100% - 28px);
  }
  body[data-photocollab-src='NOHANA'] .popupContent__contentArea__saveBtnArea > button {
    border-radius: 8px;
    border: 2px solid rgba(0, 0, 0, 0.2);
    font-size: 20px;
    width: 220px;
  }
  body[data-photocollab-src='NOHANA'] .popupContent__buttonsArea {
    border-radius: 0 0 10px 10px / 0 0 10px 10px;
    background-color: #179F88;
  }
  body[data-photocollab-src='NOHANA'] .popupContent__buttonsArea__button {
    font-size: 20px;
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 8px;
  }
  body[data-photocollab-src='NOHANA'] .popupContent__buttonsArea__button:hover {
    background-color: #117262;
  }
  body[data-photocollab-src='NOHANA'] .popupContent__loginArea {
    width: calc(100% - 68px);
    min-height: 200px;
    margin: 10px 16px;
    background-color: rgba(186, 241, 248, 0.3);
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-radius: 10px;
  }
  body[data-photocollab-src='NOHANA'] .popupContent__loginArea .userAuthenticationOperationArea .inputLabelText {
    font-size: 16px;
  }
  body[data-photocollab-src='NOHANA'] .popupContent__loginArea .firstUseOperationArea .firstUseCaptionZone {
    font-size: 16px;
    text-align: left;
  }
  body[data-photocollab-src='NOHANA'] .popupContent__loginArea .firstUseOperationArea .firstUseMessageZone {
    font-size: 13px;
  }
  body[data-photocollab-src='NOHANA'] .saveDataSelectArea > ul {
    width: 580px;
  }
}

@media screen and (max-height: 600px) {
  body[data-photocollab-src='NOHANA'] .popupContent__contentArea__iframeFrame {
    height: 275px;
  }
}

@media screen and (min-height: 601px) and (max-height: 700px) {
  body[data-photocollab-src='NOHANA'] .popupContent__contentArea__iframeFrame {
    height: 375px;
  }
}

@media screen and (min-height: 701px) {
  body[data-photocollab-src='NOHANA'] .popupContent__contentArea__iframeFrame {
    height: 475px;
  }
}

body[data-photocollab-src='NOHANA'] .popupContent.typeDesignConfirmPopupContent {
  max-width: 94%;
}

body[data-photocollab-src='NOHANA'] .popupContent__typeDesignConfirmTopArea {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 16px 16px 10px 16px;
}

body[data-photocollab-src='NOHANA'] .popupContent__typeDesignConfirmTopArea__typeName {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  display: block;
  width: 100%;
  min-height: 20px;
  height: auto;
  line-height: 20px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

body[data-photocollab-src='NOHANA'] .popupContent__typeDesignConfirmTopArea__typeName > span {
  font-size: 12px;
  font-weight: normal;
}

body[data-photocollab-src='NOHANA'] .popupContent__typeDesignConfirmTopArea__price {
  display: -webkit-inline-flex;
  display: inline-flex;
  width: auto;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #dd621c;
}

body[data-photocollab-src='NOHANA'] .popupContent__typeDesignConfirmTopArea__price.discount {
  color: #444444;
  font-weight: normal;
  text-decoration: line-through;
  font-size: 12px;
}

body[data-photocollab-src='NOHANA'] .popupContent__typeDesignConfirmTopArea__price.discount::after {
  content: "→";
  display: block;
  width: 20px;
  height: 20px;
  font-size: 10px;
}

body[data-photocollab-src='NOHANA'] .popupContent__typeDesignConfirmTopArea__discountPrice {
  display: inline-block;
  width: auto;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #dd621c;
}

body[data-photocollab-src='NOHANA'] .popupContent__typeDesignConfirmContentArea {
  display: block;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 0 16px;
}

body[data-photocollab-src='NOHANA'] .popupContent__typeDesignConfirmContentArea__designNameArea {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
  height: 24px;
  line-height: 24px;
}

body[data-photocollab-src='NOHANA'] .popupContent__typeDesignConfirmContentArea__designNameArea__label {
  font-size: 10px;
}

body[data-photocollab-src='NOHANA'] .popupContent__typeDesignConfirmContentArea__designNameArea__designName {
  font-size: 14px;
  font-weight: bold;
}

body[data-photocollab-src='NOHANA'] .popupContent__typeDesignConfirmContentArea__frame {
  position: relative;
  display: block;
  width: 100%;
  height: 320px;
  border: 1px dashed #e2e2e2;
  box-sizing: border-box;
  overflow: hidden;
}

body[data-photocollab-src='NOHANA'] .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea {
  position: absolute;
  bottom: 5px;
  display: block;
  width: 100%;
  height: 20px;
  pointer-events: none;
}

body[data-photocollab-src='NOHANA'] .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.2);
}

body[data-photocollab-src='NOHANA'] .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul {
  list-style: none;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

body[data-photocollab-src='NOHANA'] .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li {
  display: block;
  width: 16px;
  height: 12px;
  box-sizing: border-box;
  padding: 1px 3px;
}

body[data-photocollab-src='NOHANA'] .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:first-of-type .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #179F88;
}

body[data-photocollab-src='NOHANA'] .popupContent__typeDesignConfirmContentArea__frame > ul {
  position: absolute;
  top: 0;
  list-style: none;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  /*スワイプイメージ切替*/
}

body[data-photocollab-src='NOHANA'] .popupContent__typeDesignConfirmContentArea__frame > ul + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: rgba(0, 0, 0, 0.2);
}

body[data-photocollab-src='NOHANA'] .popupContent__typeDesignConfirmContentArea__frame > ul.page1 {
  left: 0%;
}

body[data-photocollab-src='NOHANA'] .popupContent__typeDesignConfirmContentArea__frame > ul.page1 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(1) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #179F88;
}

body[data-photocollab-src='NOHANA'] .popupContent__typeDesignConfirmContentArea__frame > ul.page2 {
  left: -100%;
}

body[data-photocollab-src='NOHANA'] .popupContent__typeDesignConfirmContentArea__frame > ul.page2 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(2) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #179F88;
}

body[data-photocollab-src='NOHANA'] .popupContent__typeDesignConfirmContentArea__frame > ul.page3 {
  left: -200%;
}

body[data-photocollab-src='NOHANA'] .popupContent__typeDesignConfirmContentArea__frame > ul.page3 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(3) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #179F88;
}

body[data-photocollab-src='NOHANA'] .popupContent__typeDesignConfirmContentArea__frame > ul.page4 {
  left: -300%;
}

body[data-photocollab-src='NOHANA'] .popupContent__typeDesignConfirmContentArea__frame > ul.page4 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(4) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #179F88;
}

body[data-photocollab-src='NOHANA'] .popupContent__typeDesignConfirmContentArea__frame > ul.page5 {
  left: -400%;
}

body[data-photocollab-src='NOHANA'] .popupContent__typeDesignConfirmContentArea__frame > ul.page5 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(5) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #179F88;
}

body[data-photocollab-src='NOHANA'] .popupContent__typeDesignConfirmContentArea__frame > ul.page6 {
  left: -500%;
}

body[data-photocollab-src='NOHANA'] .popupContent__typeDesignConfirmContentArea__frame > ul.page6 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(6) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #179F88;
}

body[data-photocollab-src='NOHANA'] .popupContent__typeDesignConfirmContentArea__frame > ul.page7 {
  left: -600%;
}

body[data-photocollab-src='NOHANA'] .popupContent__typeDesignConfirmContentArea__frame > ul.page7 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(7) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #179F88;
}

body[data-photocollab-src='NOHANA'] .popupContent__typeDesignConfirmContentArea__frame > ul.page8 {
  left: -700%;
}

body[data-photocollab-src='NOHANA'] .popupContent__typeDesignConfirmContentArea__frame > ul.page8 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(8) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #179F88;
}

body[data-photocollab-src='NOHANA'] .popupContent__typeDesignConfirmContentArea__frame > ul.page9 {
  left: -800%;
}

body[data-photocollab-src='NOHANA'] .popupContent__typeDesignConfirmContentArea__frame > ul.page9 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(9) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #179F88;
}

body[data-photocollab-src='NOHANA'] .popupContent__typeDesignConfirmContentArea__frame > ul.page10 {
  left: -900%;
}

body[data-photocollab-src='NOHANA'] .popupContent__typeDesignConfirmContentArea__frame > ul.page10 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(10) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #179F88;
}

body[data-photocollab-src='NOHANA'] .popupContent__typeDesignConfirmContentArea__frame > ul.page11 {
  left: -1000%;
}

body[data-photocollab-src='NOHANA'] .popupContent__typeDesignConfirmContentArea__frame > ul.page11 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(11) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #179F88;
}

body[data-photocollab-src='NOHANA'] .popupContent__typeDesignConfirmContentArea__frame > ul.page12 {
  left: -1100%;
}

body[data-photocollab-src='NOHANA'] .popupContent__typeDesignConfirmContentArea__frame > ul.page12 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(12) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #179F88;
}

body[data-photocollab-src='NOHANA'] .popupContent__typeDesignConfirmContentArea__frame > ul.page13 {
  left: -1200%;
}

body[data-photocollab-src='NOHANA'] .popupContent__typeDesignConfirmContentArea__frame > ul.page13 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(13) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #179F88;
}

body[data-photocollab-src='NOHANA'] .popupContent__typeDesignConfirmContentArea__frame > ul.page14 {
  left: -1300%;
}

body[data-photocollab-src='NOHANA'] .popupContent__typeDesignConfirmContentArea__frame > ul.page14 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(14) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #179F88;
}

body[data-photocollab-src='NOHANA'] .popupContent__typeDesignConfirmContentArea__frame > ul.page15 {
  left: -1400%;
}

body[data-photocollab-src='NOHANA'] .popupContent__typeDesignConfirmContentArea__frame > ul.page15 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(15) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #179F88;
}

body[data-photocollab-src='NOHANA'] .popupContent__typeDesignConfirmContentArea__frame > ul.page16 {
  left: -1500%;
}

body[data-photocollab-src='NOHANA'] .popupContent__typeDesignConfirmContentArea__frame > ul.page16 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(16) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #179F88;
}

body[data-photocollab-src='NOHANA'] .popupContent__typeDesignConfirmContentArea__frame > ul.page17 {
  left: -1600%;
}

body[data-photocollab-src='NOHANA'] .popupContent__typeDesignConfirmContentArea__frame > ul.page17 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(17) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #179F88;
}

body[data-photocollab-src='NOHANA'] .popupContent__typeDesignConfirmContentArea__frame > ul.page18 {
  left: -1700%;
}

body[data-photocollab-src='NOHANA'] .popupContent__typeDesignConfirmContentArea__frame > ul.page18 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(18) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #179F88;
}

body[data-photocollab-src='NOHANA'] .popupContent__typeDesignConfirmContentArea__frame > ul.page19 {
  left: -1800%;
}

body[data-photocollab-src='NOHANA'] .popupContent__typeDesignConfirmContentArea__frame > ul.page19 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(19) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #179F88;
}

body[data-photocollab-src='NOHANA'] .popupContent__typeDesignConfirmContentArea__frame > ul.page20 {
  left: -1900%;
}

body[data-photocollab-src='NOHANA'] .popupContent__typeDesignConfirmContentArea__frame > ul.page20 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(20) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #179F88;
}

body[data-photocollab-src='NOHANA'] .popupContent__typeDesignConfirmContentArea__frame > ul.page21 {
  left: -2000%;
}

body[data-photocollab-src='NOHANA'] .popupContent__typeDesignConfirmContentArea__frame > ul.page21 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(21) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #179F88;
}

body[data-photocollab-src='NOHANA'] .popupContent__typeDesignConfirmContentArea__frame > ul.page22 {
  left: -2100%;
}

body[data-photocollab-src='NOHANA'] .popupContent__typeDesignConfirmContentArea__frame > ul.page22 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(22) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #179F88;
}

body[data-photocollab-src='NOHANA'] .popupContent__typeDesignConfirmContentArea__frame > ul.page23 {
  left: -2200%;
}

body[data-photocollab-src='NOHANA'] .popupContent__typeDesignConfirmContentArea__frame > ul.page23 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(23) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #179F88;
}

body[data-photocollab-src='NOHANA'] .popupContent__typeDesignConfirmContentArea__frame > ul.page24 {
  left: -2300%;
}

body[data-photocollab-src='NOHANA'] .popupContent__typeDesignConfirmContentArea__frame > ul.page24 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(24) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #179F88;
}

body[data-photocollab-src='NOHANA'] .popupContent__typeDesignConfirmContentArea__frame > ul.page25 {
  left: -2400%;
}

body[data-photocollab-src='NOHANA'] .popupContent__typeDesignConfirmContentArea__frame > ul.page25 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(25) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #179F88;
}

body[data-photocollab-src='NOHANA'] .popupContent__typeDesignConfirmContentArea__frame > ul.page26 {
  left: -2500%;
}

body[data-photocollab-src='NOHANA'] .popupContent__typeDesignConfirmContentArea__frame > ul.page26 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(26) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #179F88;
}

body[data-photocollab-src='NOHANA'] .popupContent__typeDesignConfirmContentArea__frame > ul.page27 {
  left: -2600%;
}

body[data-photocollab-src='NOHANA'] .popupContent__typeDesignConfirmContentArea__frame > ul.page27 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(27) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #179F88;
}

body[data-photocollab-src='NOHANA'] .popupContent__typeDesignConfirmContentArea__frame > ul.page28 {
  left: -2700%;
}

body[data-photocollab-src='NOHANA'] .popupContent__typeDesignConfirmContentArea__frame > ul.page28 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(28) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #179F88;
}

body[data-photocollab-src='NOHANA'] .popupContent__typeDesignConfirmContentArea__frame > ul.page29 {
  left: -2800%;
}

body[data-photocollab-src='NOHANA'] .popupContent__typeDesignConfirmContentArea__frame > ul.page29 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(29) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #179F88;
}

body[data-photocollab-src='NOHANA'] .popupContent__typeDesignConfirmContentArea__frame > ul.page30 {
  left: -2900%;
}

body[data-photocollab-src='NOHANA'] .popupContent__typeDesignConfirmContentArea__frame > ul.page30 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(30) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #179F88;
}

body[data-photocollab-src='NOHANA'] .popupContent__typeDesignConfirmContentArea__frame > ul.page31 {
  left: -3000%;
}

body[data-photocollab-src='NOHANA'] .popupContent__typeDesignConfirmContentArea__frame > ul.page31 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(31) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #179F88;
}

body[data-photocollab-src='NOHANA'] .popupContent__typeDesignConfirmContentArea__frame > ul.page32 {
  left: -3100%;
}

body[data-photocollab-src='NOHANA'] .popupContent__typeDesignConfirmContentArea__frame > ul.page32 + .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea > ul > li:nth-child(32) .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea__position {
  background-color: #179F88;
}

body[data-photocollab-src='NOHANA'] .popupContent__typeDesignConfirmContentArea__frame > ul > li {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}

body[data-photocollab-src='NOHANA'] .popupContent__typeDesignConfirmContentArea__frame__img {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

body[data-photocollab-src='NOHANA'] .popupContent__typeDesignConfirmContentArea__frameNumberArea {
  -webkit-text-size-adjust: 100%;
  width: 100%;
  text-align: center;
  margin: 3px 0px 0px 0px;
}

@media screen and (max-width: 360px) {
  body[data-photocollab-src='NOHANA'] .popupContent__typeDesignConfirmTopArea {
    padding: 10px 16px 5px 16px;
  }
  body[data-photocollab-src='NOHANA'] .popupContent__typeDesignConfirmTopArea__typeName {
    min-height: 16px;
    height: auto;
    line-height: 16px;
    font-size: 12px;
  }
  body[data-photocollab-src='NOHANA'] .popupContent__typeDesignConfirmTopArea__typeName > span {
    font-size: 10px;
  }
  body[data-photocollab-src='NOHANA'] .popupContent__typeDesignConfirmTopArea__price {
    height: 16px;
    line-height: 16px;
    font-size: 12px;
  }
  body[data-photocollab-src='NOHANA'] .popupContent__typeDesignConfirmTopArea__price.discount {
    font-size: 10px;
  }
  body[data-photocollab-src='NOHANA'] .popupContent__typeDesignConfirmTopArea__price.discount::after {
    height: 16px;
  }
  body[data-photocollab-src='NOHANA'] .popupContent__typeDesignConfirmTopArea__discountPrice {
    height: 16px;
    line-height: 16px;
    font-size: 12px;
  }
  body[data-photocollab-src='NOHANA'] .popupContent__typeDesignConfirmContentArea__designNameArea {
    height: 20px;
    line-height: 20px;
  }
  body[data-photocollab-src='NOHANA'] .popupContent__typeDesignConfirmContentArea__designNameArea__designName {
    font-size: 12px;
  }
  body[data-photocollab-src='NOHANA'] .popupContent__typeDesignConfirmContentArea__frame {
    height: 220px;
  }
  body[data-photocollab-src='NOHANA'] .popupContent__typeDesignConfirmContentArea__frameNumberArea {
    -webkit-text-size-adjust: 100%;
    font-size: 10px;
  }
}

@media screen and (min-device-width: 320px) and (orientation: landscape) {
  body[data-photocollab-src='NOHANA'] .popupContent__typeDesignConfirmContentArea__frame {
    height: 100px;
  }
}

@media screen and (min-width: 1024px) {
  body[data-photocollab-src='NOHANA'] .popupContent.typeDesignConfirmPopupContent {
    width: 80%;
    max-width: 1600px;
  }
  body[data-photocollab-src='NOHANA'] .popupContent__typeDesignConfirmTopArea__typeName {
    height: 24px;
    line-height: 24px;
    font-size: 18px;
  }
  body[data-photocollab-src='NOHANA'] .popupContent__typeDesignConfirmTopArea__typeName > span {
    font-size: 14px;
  }
  body[data-photocollab-src='NOHANA'] .popupContent__typeDesignConfirmTopArea__price {
    height: 24px;
    line-height: 24px;
    font-size: 18px;
  }
  body[data-photocollab-src='NOHANA'] .popupContent__typeDesignConfirmTopArea__price.discount {
    font-size: 14px;
  }
  body[data-photocollab-src='NOHANA'] .popupContent__typeDesignConfirmTopArea__price.discount::after {
    width: 24px;
    height: 24px;
  }
  body[data-photocollab-src='NOHANA'] .popupContent__typeDesignConfirmTopArea__discountPrice {
    height: 24px;
    line-height: 24px;
    font-size: 18px;
  }
  body[data-photocollab-src='NOHANA'] .popupContent__typeDesignConfirmContentArea__designNameArea {
    height: 24px;
    line-height: 24px;
  }
  body[data-photocollab-src='NOHANA'] .popupContent__typeDesignConfirmContentArea__designNameArea__label {
    font-size: 14px;
  }
  body[data-photocollab-src='NOHANA'] .popupContent__typeDesignConfirmContentArea__designNameArea__designName {
    font-size: 18px;
  }
  body[data-photocollab-src='NOHANA'] .popupContent__typeDesignConfirmContentArea__frame {
    overflow-x: hidden;
    overflow-y: auto;
  }
  body[data-photocollab-src='NOHANA'] .popupContent__typeDesignConfirmContentArea__frame__positionDisplayArea {
    display: none;
  }
  body[data-photocollab-src='NOHANA'] .popupContent__typeDesignConfirmContentArea__frame > ul {
    display: block;
  }
  body[data-photocollab-src='NOHANA'] .popupContent__typeDesignConfirmContentArea__frameNumberArea {
    font-size: 14px;
  }
}

@media screen and (min-height: 470px) {
  body[data-photocollab-src='NOHANA'] .popupContent__typeDesignConfirmContentArea__frame {
    height: 220px;
  }
}

@media screen and (min-height: 570px) {
  body[data-photocollab-src='NOHANA'] .popupContent__typeDesignConfirmContentArea__frame {
    height: 320px;
  }
}

@media screen and (min-height: 670px) {
  body[data-photocollab-src='NOHANA'] .popupContent__typeDesignConfirmContentArea__frame {
    height: 420px;
  }
}

@media screen and (min-height: 770px) {
  body[data-photocollab-src='NOHANA'] .popupContent__typeDesignConfirmContentArea__frame {
    height: 520px;
  }
}

@media screen and (min-height: 870px) {
  body[data-photocollab-src='NOHANA'] .popupContent__typeDesignConfirmContentArea__frame {
    height: 620px;
  }
}

@media screen and (min-height: 970px) {
  body[data-photocollab-src='NOHANA'] .popupContent__typeDesignConfirmContentArea__frame {
    height: 720px;
  }
}

@media screen and (min-height: 1070px) {
  body[data-photocollab-src='NOHANA'] .popupContent__typeDesignConfirmContentArea__frame {
    height: 820px;
  }
}

@media screen and (min-height: 1170px) {
  body[data-photocollab-src='NOHANA'] .popupContent__typeDesignConfirmContentArea__frame {
    height: 920px;
  }
}

body[data-photocollab-src='NOHANA'] .progressPop-layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  opacity: 0;
  transition: all .2s ease;
  z-index: 2000;
  visibility: hidden;
}

body[data-photocollab-src='NOHANA'] .progressPop-layer.progressPop-visible {
  opacity: 1;
  visibility: visible;
}

body[data-photocollab-src='NOHANA'] .progressDisplay {
  width: 83%;
  max-width: 500px;
  text-align: center;
  position: absolute;
  top: 42%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

body[data-photocollab-src='NOHANA'] .progressDisplay__text {
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 10px;
}

body[data-photocollab-src='NOHANA'] .progressDisplay__value {
  font-size: 16px;
  font-weight: bold;
}

body[data-photocollab-src='NOHANA'] .progressDisplay__barArea {
  position: relative;
  margin: 20px auto;
  width: 100%;
  height: 15px;
  background-color: rgba(0, 0, 0, 0.2);
}

body[data-photocollab-src='NOHANA'] .progressDisplay__barArea__receive {
  background-color: #179F88;
  position: absolute;
  top: 0;
  width: 0;
  height: 15px;
  bottom: 0;
  margin: auto;
  transition: width 100ms;
}

body[data-photocollab-src='NOHANA'] .progressDisplay__uploadCancel {
  margin-top: 50px;
  width: 128px;
  height: 40px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background-color: #b3b3b3;
  border: none;
  border-radius: 4px;
}

body[data-photocollab-src='NOHANA'] .progressDisplay__uploadCancel:hover {
  background-color: #999999;
}

body[data-photocollab-src='NOHANA'] .uploadCancelDisplay {
  display: none;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

body[data-photocollab-src='NOHANA'] [data-uploading-display="cancel"] .progressDisplay {
  display: none;
}

body[data-photocollab-src='NOHANA'] [data-uploading-display="cancel"] .uploadCancelDisplay {
  display: block;
}

body[data-photocollab-src='NOHANA'] .header {
  background-color: #179F88;
}

body[data-photocollab-src='NOHANA'] .header__button:active {
  background-color: #148975;
}

body[data-photocollab-src='NOHANA'] .footer {
  background-color: #179f88;
}

body[data-photocollab-src='NOHANA'] .footer__infoArea > hr {
  background-color: #179F88;
}

@media screen and (min-width: 1024px) {
  body[data-photocollab-src='NOHANA'] .header {
    box-shadow: 0px 1px 1px 0px #179F88;
  }
  body[data-photocollab-src='NOHANA'] .header__button {
    background-color: #179F88;
  }
  body[data-photocollab-src='NOHANA'] .header__button:hover {
    background-color: #148975;
  }
  body[data-photocollab-src='NOHANA'] .footer__button:hover {
    background-color: #148975;
  }
  body[data-photocollab-src='NOHANA'] .logoImg {
    background-image: url("../../img/0/retailerlogo_bk.png");
  }
}

body[data-photocollab-option='Recomend'] [name="orderSaveButton"] {
  visibility: hidden;
}

body[data-photocollab-option='Recomend'] [name="prevScreenButton"] {
  visibility: hidden;
}

body[data-photocollab-option='Recomend'] [name="reEditButton"] {
  visibility: hidden;
}

.editSP__commentPop__footBtns__btn {
  background-color: #7cb80a;
}

.editSP__commentPop__footBtns__btn:hover {
  background-color: #6ca009;
}

body[data-photocollab-src='LOFT'] .editSP__commentPop__footBtns__btn {
  background-color: #ffce2e;
}

body[data-photocollab-src='LOFT'] .editSP__commentPop__footBtns__btn:hover {
  background-color: #ffc815;
}

body[data-photocollab-src='PBK'] .editSP__commentPop__footBtns__btn {
  background-color: #3cbee1;
}

body[data-photocollab-src='PBK'] .editSP__commentPop__footBtns__btn:hover {
  background-color: #26b7de;
}

body[data-photocollab-src='NOHANA'] .editSP__commentPop__footBtns__btn {
  background-color: #179F88;
}

body[data-photocollab-src='NOHANA'] .editSP__commentPop__footBtns__btn:hover {
  background-color: #148975;
}

.confirm__cartButtonArea__cartButton {
  background-color: #7cb80a;
}

.confirm__cartButtonArea__cartButton:hover {
  background-color: #6ca009;
}

body[data-photocollab-src='LOFT'] .confirm__cartButtonArea__cartButton {
  background-color: #ffce2e;
}

body[data-photocollab-src='LOFT'] .confirm__cartButtonArea__cartButton:hover {
  background-color: #ffc815;
}

body[data-photocollab-src='PBK'] .confirm__cartButtonArea__cartButton {
  background-color: #3cbee1;
}

body[data-photocollab-src='PBK'] .confirm__cartButtonArea__cartButton:hover {
  background-color: #26b7de;
}

body[data-photocollab-src='NOHANA'] .confirm__cartButtonArea__cartButton {
  background-color: #179F88;
}

body[data-photocollab-src='NOHANA'] .confirm__cartButtonArea__cartButton:hover {
  background-color: #148975;
}

body.editPCMode .footer__button:hover {
  background-color: #5b8807;
}

body[data-photocollab-src='LOFT'].editPCMode .footer__button:hover {
  background-color: #fabf00;
}

body[data-photocollab-src='PBK'].editPCMode .footer__button:hover {
  background-color: #1fa6cb;
}

body[data-photocollab-src='NOHANA'].editPCMode .footer__button:hover {
  background-color: #117262;
}

@media screen and (min-width: 1024px) {
  body.editSPMode .header {
    background-color: #7cb80a;
  }
}

@media screen and (min-width: 1024px) {
  body[data-photocollab-src='LOFT'].editSPMode .header {
    background-color: #ffce2e;
  }
}

@media screen and (min-width: 1024px) {
  body[data-photocollab-src='PBK'].editSPMode .header {
    background-color: #3cbee1;
  }
}

@media screen and (min-width: 1024px) {
  body[data-photocollab-src='NOHANA'].editSPMode .header {
    background-color: #179F88;
  }
}

.editPC__contentArea__leftTab__posArea__label {
  background-color: #7cb80a;
}

.editPC__contentArea__leftTab__posArea__label:hover {
  background-color: #6ca009;
}

body[data-photocollab-src='LOFT'] .editPC__contentArea__leftTab__posArea__label {
  background-color: #ffce2e;
}

body[data-photocollab-src='LOFT'] .editPC__contentArea__leftTab__posArea__label:hover {
  background-color: #ffc815;
}

body[data-photocollab-src='PBK'] .editPC__contentArea__leftTab__posArea__label {
  background-color: #3cbee1;
}

body[data-photocollab-src='PBK'] .editPC__contentArea__leftTab__posArea__label:hover {
  background-color: #26b7de;
}

body[data-photocollab-src='NOHANA'] .editPC__contentArea__leftTab__posArea__label {
  background-color: #179F88;
}

body[data-photocollab-src='NOHANA'] .editPC__contentArea__leftTab__posArea__label:hover {
  background-color: #148975;
}

.editPreview__messageArea__SP__nextBtn {
  background-color: #7cb80a;
}

.editPreview__messageArea__SP__nextBtn:hover {
  background-color: #6ca009;
}

body[data-photocollab-src='LOFT'] .editPreview__messageArea__SP__nextBtn {
  background-color: #ffce2e;
}

body[data-photocollab-src='LOFT'] .editPreview__messageArea__SP__nextBtn:hover {
  background-color: #ffc815;
}

body[data-photocollab-src='PBK'] .editPreview__messageArea__SP__nextBtn {
  background-color: #3cbee1;
}

body[data-photocollab-src='PBK'] .editPreview__messageArea__SP__nextBtn:hover {
  background-color: #26b7de;
}

body[data-photocollab-src='NOHANA'] .editPreview__messageArea__SP__nextBtn {
  background-color: #179F88;
}

body[data-photocollab-src='NOHANA'] .editPreview__messageArea__SP__nextBtn:hover {
  background-color: #148975;
}

.editSP__messageArea__nextBtn {
  background-color: #7cb80a;
}

.editSP__messageArea__nextBtn:hover {
  background-color: #6ca009;
}

body[data-photocollab-src='LOFT'] .editSP__messageArea__nextBtn {
  background-color: #ffce2e;
}

body[data-photocollab-src='LOFT'] .editSP__messageArea__nextBtn:hover {
  background-color: #ffc815;
}

body[data-photocollab-src='PBK'] .editSP__messageArea__nextBtn {
  background-color: #3cbee1;
}

body[data-photocollab-src='PBK'] .editSP__messageArea__nextBtn:hover {
  background-color: #26b7de;
}

body[data-photocollab-src='NOHANA'] .editSP__messageArea__nextBtn {
  background-color: #179F88;
}

body[data-photocollab-src='NOHANA'] .editSP__messageArea__nextBtn:hover {
  background-color: #148975;
}

.next-button {
  background-color: #7cb80a;
}

.next-button:hover {
  background-color: #6ca009;
}

body[data-photocollab-src='LOFT'] .next-button {
  background-color: #ffce2e;
}

body[data-photocollab-src='LOFT'] .next-button:hover {
  background-color: #ffc815;
}

body[data-photocollab-src='PBK'] .next-button {
  background-color: #3cbee1;
}

body[data-photocollab-src='PBK'] .next-button:hover {
  background-color: #26b7de;
}

body[data-photocollab-src='NOHANA'] .next-button {
  background-color: #179F88;
}

body[data-photocollab-src='NOHANA'] .next-button:hover {
  background-color: #148975;
}

.typeDesignSelect__categoryListArea > ul > li {
  background-color: #dee7d1;
}

.typeDesignSelect__categoryListArea > ul > li.selected {
  background-color: rgba(113, 168, 9, 0.8);
}

.typeDesignSelect__contentArea__categoryLabelArea__hr {
  background-color: rgba(113, 168, 9, 0.8);
}

.typeDesignSelect__contentArea__categorySeparatorArea__hr {
  background-color: rgba(113, 168, 9, 0.8);
}

.typeDesignSelect__contentArea__categoryItemArea__typeLabelArea__hr {
  background-color: rgba(113, 168, 9, 0.8);
}

.typeDesignSelect__scrollTopArea a {
  background-color: rgba(113, 168, 9, 0.8);
}

@media screen and (min-width: 1024px) {
  .typeDesignSelect__categoryListArea > ul > li:nth-of-type(odd) {
    background-color: #dee7d1;
  }
  .typeDesignSelect__categoryListArea > ul > li:nth-of-type(odd).selected {
    background-color: rgba(113, 168, 9, 0.8);
  }
  .typeDesignSelect__categoryListArea > ul > li:nth-of-type(even) {
    background-color: #eef3ea;
  }
  .typeDesignSelect__categoryListArea > ul > li:nth-of-type(even).selected {
    background-color: rgba(113, 168, 9, 0.8);
  }
  .typeDesignSelect__categoryListArea > ul > li:hover {
    background-color: rgba(113, 168, 9, 0.3);
  }
}

body[data-photocollab-src='LOFT'] .typeDesignSelect__categoryListArea > ul > li {
  background-color: #fff8e1;
}

body[data-photocollab-src='LOFT'] .typeDesignSelect__categoryListArea > ul > li.selected {
  background-color: #ffc815;
}

body[data-photocollab-src='LOFT'] .typeDesignSelect__contentArea__categoryLabelArea__hr {
  background-color: #ffc815;
}

body[data-photocollab-src='LOFT'] .typeDesignSelect__contentArea__categorySeparatorArea__hr {
  background-color: #ffc815;
}

body[data-photocollab-src='LOFT'] .typeDesignSelect__contentArea__categoryItemArea__typeLabelArea__hr {
  background-color: #ffc815;
}

body[data-photocollab-src='LOFT'] .typeDesignSelect__scrollTopArea a {
  background-color: #ffc815;
}

@media screen and (min-width: 1024px) {
  body[data-photocollab-src='LOFT'] .typeDesignSelect__categoryListArea > ul > li:nth-of-type(odd) {
    background-color: #fff8e1;
  }
  body[data-photocollab-src='LOFT'] .typeDesignSelect__categoryListArea > ul > li:nth-of-type(odd).selected {
    background-color: #ffc815;
  }
  body[data-photocollab-src='LOFT'] .typeDesignSelect__categoryListArea > ul > li:nth-of-type(even) {
    background-color: #fffefa;
  }
  body[data-photocollab-src='LOFT'] .typeDesignSelect__categoryListArea > ul > li:nth-of-type(even).selected {
    background-color: #ffc815;
  }
  body[data-photocollab-src='LOFT'] .typeDesignSelect__categoryListArea > ul > li:hover {
    background-color: rgba(255, 200, 21, 0.3);
  }
}

body[data-photocollab-src='PBK'] .typeDesignSelect__categoryListArea > ul > li {
  background-color: #d7f2f9;
}

body[data-photocollab-src='PBK'] .typeDesignSelect__categoryListArea > ul > li.selected {
  background-color: #26b7de;
}

body[data-photocollab-src='PBK'] .typeDesignSelect__contentArea__categoryLabelArea__hr {
  background-color: #26b7de;
}

body[data-photocollab-src='PBK'] .typeDesignSelect__contentArea__categorySeparatorArea__hr {
  background-color: #26b7de;
}

body[data-photocollab-src='PBK'] .typeDesignSelect__contentArea__categoryItemArea__typeLabelArea__hr {
  background-color: #26b7de;
}

body[data-photocollab-src='PBK'] .typeDesignSelect__scrollTopArea a {
  background-color: #26b7de;
}

@media screen and (min-width: 1024px) {
  body[data-photocollab-src='PBK'] .typeDesignSelect__categoryListArea > ul > li:nth-of-type(odd) {
    background-color: #d7f2f9;
  }
  body[data-photocollab-src='PBK'] .typeDesignSelect__categoryListArea > ul > li:nth-of-type(odd).selected {
    background-color: #26b7de;
  }
  body[data-photocollab-src='PBK'] .typeDesignSelect__categoryListArea > ul > li:nth-of-type(even) {
    background-color: #edf9fc;
  }
  body[data-photocollab-src='PBK'] .typeDesignSelect__categoryListArea > ul > li:nth-of-type(even).selected {
    background-color: #26b7de;
  }
  body[data-photocollab-src='PBK'] .typeDesignSelect__categoryListArea > ul > li:hover {
    background-color: rgba(38, 183, 222, 0.3);
  }
}

body[data-photocollab-src='NOHANA'] .typeDesignSelect__categoryListArea > ul > li {
  background-color: #7cecd9;
}

body[data-photocollab-src='NOHANA'] .typeDesignSelect__categoryListArea > ul > li.selected {
  background-color: #148975;
}

body[data-photocollab-src='NOHANA'] .typeDesignSelect__contentArea__categoryLabelArea__hr {
  background-color: #148975;
}

body[data-photocollab-src='NOHANA'] .typeDesignSelect__contentArea__categorySeparatorArea__hr {
  background-color: #148975;
}

body[data-photocollab-src='NOHANA'] .typeDesignSelect__contentArea__categoryItemArea__typeLabelArea__hr {
  background-color: #148975;
}

body[data-photocollab-src='NOHANA'] .typeDesignSelect__scrollTopArea a {
  background-color: #148975;
}

@media screen and (min-width: 1024px) {
  body[data-photocollab-src='NOHANA'] .typeDesignSelect__categoryListArea > ul > li:nth-of-type(odd) {
    background-color: #7cecd9;
  }
  body[data-photocollab-src='NOHANA'] .typeDesignSelect__categoryListArea > ul > li:nth-of-type(odd).selected {
    background-color: #148975;
  }
  body[data-photocollab-src='NOHANA'] .typeDesignSelect__categoryListArea > ul > li:nth-of-type(even) {
    background-color: #93efe0;
  }
  body[data-photocollab-src='NOHANA'] .typeDesignSelect__categoryListArea > ul > li:nth-of-type(even).selected {
    background-color: #148975;
  }
  body[data-photocollab-src='NOHANA'] .typeDesignSelect__categoryListArea > ul > li:hover {
    background-color: rgba(20, 137, 117, 0.3);
  }
}

body.trimPCMode .footer__button:hover {
  background-color: #5b8807;
}

body[data-photocollab-src='LOFT'].trimPCMode .footer__button:hover {
  background-color: #fabf00;
}

body[data-photocollab-src='PBK'].trimPCMode .footer__button:hover {
  background-color: #1fa6cb;
}

body[data-photocollab-src='NOHANA'].trimPCMode .footer__button:hover {
  background-color: #117262;
}

body.trimSPMode .header {
  background-color: #7cb80a;
}

body[data-photocollab-src='LOFT'].trimSPMode .header {
  background-color: #ffce2e;
}

body[data-photocollab-src='PBK'].trimSPMode .header {
  background-color: #3cbee1;
}

body[data-photocollab-src='NOHANA'].trimSPMode .header {
  background-color: #179F88;
}

.trimmingSP__decideArea__button {
  background-color: #7cb80a;
}

.trimmingSP__decideArea__button:hover {
  background-color: #5b8807;
}

body[data-photocollab-src='LOFT'] .trimmingSP__decideArea__button {
  background-color: #ffce2e;
}

body[data-photocollab-src='LOFT'] .trimmingSP__decideArea__button:hover {
  background-color: #fabf00;
}

body[data-photocollab-src='PBK'] .trimmingSP__decideArea__button {
  background-color: #3cbee1;
}

body[data-photocollab-src='PBK'] .trimmingSP__decideArea__button:hover {
  background-color: #1fa6cb;
}

body[data-photocollab-src='NOHANA'] .trimmingSP__decideArea__button {
  background-color: #179F88;
}

body[data-photocollab-src='NOHANA'] .trimmingSP__decideArea__button:hover {
  background-color: #117262;
}
