@charset "UTF-8";
/* --------------------------------------------------------
-----------------------------------------------------------
 Font
-----------------------------------------------------------
----------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap&subset=japanese");
/* --------------------------------------------------------
-----------------------------------------------------------
common
-----------------------------------------------------------
----------------------------------------------------------- */
::-webkit-scrollbar {
  width: 8px;
  background-color: transparent;
}

* {
  /* IE 10+ */
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

p {
  margin: 0;
}

.No-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.container {
  width: 1200px;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

.panel,
.btn,
.alert,
.modal-content,
.nav-tabs > li > a {
  border-radius: 0;
  padding: 10px 20px;
}

.tooltip > .tooltip-inner {
  border-radius: 0;
  padding: 10px 5px;
}

label,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
}

iframe {
  max-width: 100%;
}

/*
---------------------------------------------------------
input
--------------------------------------------------------- */
input[type="text"],
textarea {
  padding: 10px;
  font-size: 16px;
}

input::placeholder,
textarea::placeholder {
  color: #ccc;
}

/*
-----------------------------------------------------------
 transition
----------------------------------------------------------- */
a {
  -webkit-transition: all 0.12s;
  transition: all 0.12s;
}

a:link,
a:visited {
  color: #df7c7d;
  text-decoration: underline;
}

a:hover,
a:active {
  text-decoration: none;
}

/*
-----------------------------------------------------------
 img
----------------------------------------------------------- */
img {
  max-width: 100%;
  height: auto !important;
}

/* --------------------------------------------------------
-----------------------------------------------------------
other
-----------------------------------------------------------
----------------------------------------------------------- */
body {
  background: #fff;
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 15px;
  color: #444;
}

.Attention {
  color: #EE4176;
}

.hidden_components {
  width: 0;
  height: 0;
}

.hidden_components > * {
  display: none;
}

.edit_parts {
  padding: 10px;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  z-index: 100;
}

.edit_parts > form > div.clear {
  margin-top: 5px;
}

.edit_parts > form > div {
  float: left;
  margin-right: 5px;
}

.edit_parts > form > div:last-child {
  margin-right: 0;
}

.edit_parts input,
.edit_parts textarea,
.edit_parts select {
  height: 26px;
  color: #000;
}

.edit_parts select {
  max-width: 160px;
}

.edit_parts input[data-pd-role="text"] {
  width: 200px;
}

.color_palet {
  position: relative;
  max-width: 200px;
}

.color_palet ul {
  position: absolute;
  display: none;
  list-style: none;
  width: 300px;
  left: 0;
  margin: 0;
  top: 30px;
  background: #fff;
  padding: 12px;
  border-radius: 4px;
  border: 1px solid #ccc;
  box-shadow: 1px 1px 6px #666;
  z-index: 1000;
}

.color_palet span,
.color_palet li {
  display: inline-block;
  border: 1px solid #ccc;
  cursor: pointer;
  text-indent: -9999999px;
  margin: 0 2px 0 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.color_palet li {
  margin: 0 2px 4px 0;
}

div.viewBtnBoxObj {
  bottom: 340px !important;
}

div.viewBtnBoxObj div {
  cursor: pointer;
  text-align: center;
  margin-bottom: 10px;
}

div.viewBtnBoxObj div::before {
  content: attr(title);
  font-size: 13px;
  margin-bottom: 4px;
  display: block;
  color: #888;
  font-weight: bold;
}

div.viewBtnBoxObj div span {
  display: inline-block;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  width: 73px;
  min-height: 50px;
  border: 1px solid #ccc;
  background-size: cover;
  border: 1px solid #eab7ae;
}

div.viewBtnBoxObj div.selected span {
  border-color: #eab7ae;
}

div.viewBtnBoxObj div img {
  max-width: 73px;
  max-height: 73px;
}

.modal .tile {
  width: 130px;
  height: 155px;
  padding: 10px;
  margin-top: 10px;
  margin-right: 10px;
  cursor: pointer;
  float: left;
  border: 1px solid #ccc;
  position: relative;
}

.modal .tile .tile-image {
  text-align: center;
}

.modal .tile .tile-image img {
  max-width: 120px;
  max-height: 120px;
  padding: 5px;
  text-align: center;
}

.modal .tile .tile-name {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  text-align: center;
}

.modal-header .close {
  font-size: 30px;
  padding: 8px;
}

.modal .modal-left {
  width: 240px;
  float: left;
}

.modal .modal-right {
  width: calc(100% - 270px);
  float: right;
}

.preview-area {
  margin: 0 auto;
  z-index: 200;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  min-height: 100%;
}

.pickr {
  float: left;
  margin: 0 5px 5px 0;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
  z-index: 2;
  outline: none;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 pager
-----------------------------------------------------------
----------------------------------------------------------- */
.pager-wrap {
  padding: 30px 0;
  text-align: center;
}

.pager-wrap .gul-pager-content {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
}

.pager-wrap .gul-pager-content.gul-pager-nodata {
  display: none;
}

.pager-wrap ul {
  margin: 0;
  padding: 0;
  text-align: center;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}

.pager-wrap ul + ul li:first-child::before {
  content: '...';
  padding-right: 1px;
  font-size: 11px;
}

.pager-wrap ul li {
  margin: 0 1px;
  padding: 0;
}

.pager-wrap ul li span.now,
.pager-wrap ul li.gul-pager-active a,
.pager-wrap ul li a:hover {
  background-color: #FFEAA4;
}

.pager-wrap ul li a {
  background: none;
  text-decoration: none;
  color: #333;
  border: none;
  box-shadow: none;
}

.pager-wrap a,
.pager-wrap span {
  display: inline-block;
  vertical-align: middle;
  font-size: 17px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  line-height: 32px;
}

.pager-wrap ul li.gul-pager-prev-page a {
  text-indent: -9999px;
  background-image: url("../img/pager_arrow_next.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px auto;
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  overflow: hidden;
}

.pager-wrap ul li.gul-pager-next-page a {
  text-indent: -9999px;
  background-image: url("../img/pager_arrow_next.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px auto;
}

.pager-wrap ul li.gul-pager-prev-page a:hover {
  background-color: #fff;
}

.pager-wrap ul li.gul-pager-next-page a:hover {
  background-color: #fff;
}

/* --------------------------------------------------------
-----------------------------------------------------------
Btn
-----------------------------------------------------------
----------------------------------------------------------- */
.Btn-main {
  display: block;
  width: 100%;
  background-color: #F15E0E;
  text-align: center;
  color: #fff !important;
  font-weight: bold;
  font-size: 16px;
  padding: 8px 0;
  border-radius: 50px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  text-decoration: none !important;
  border: none;
  transition: 0.5s all;
}
.Btn-main[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}

.Btn-main:hover,
.Btn-main:active {
  text-decoration: none;
  background-color: #F15E0E;
  transform: translateY(1px);
  transition: 0.2s all;
  box-shadow: none;
}

.Btn-sub {
  display: block;
  width: 100%;
  text-align: center;
  padding: 10px;
  font-size: 16px;
  color: #F15E0E !important;
  font-weight: bold;
  padding: 8px 0;
  text-decoration: none !important;
}

.Btn-sub:hover,
.Btn-sub:active {
  text-decoration: none;
  opacity: 0.7;
  transition: 0.2s all;
  box-shadow: none;
}

.Link-text {
  text-decoration: underline;
  font-weight: bold;
}

.Link-text:hover,
.Link-text:active {
  text-decoration: none;
}

/*
---------------------------------------------------------
 design-edit-font-style-area
--------------------------------------------------------- */
.font-style-select-wrap .select-btn {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40px auto;
  text-indent: -9999px;
  display: block;
}

.font-style-normal {
  background-image: url("../img/select_btn/select_btn_font_style_normal.svg");
}

.font-style-frame {
  background-image: url("../img/select_btn/select_btn_font_style_frame.svg");
}

.font-style-double-frame {
  background-image: url("../img/select_btn/select_btn_font_style_double_frame.svg");
}

/* --------------------------------------------------------
-----------------------------------------------------------
design-slider
-----------------------------------------------------------
----------------------------------------------------------- */
.design-slider .bx-wrapper {
  height: auto !important;
  margin: 0 auto;
  text-align: center;
}

.design-slider .bx-wrapper img {
  margin: 0 auto;
  max-width: 100% !important;
  max-height: 450px;
}

.design-slider .bx-viewport li {
  background-color: #fff;
}

.design-slider .bx-viewport li .bx-caption {
  display: none;
  position: absolute;
  top: 16px;
  left: 16px;
}

.design-slider .design-bx-slider-pager {
  text-align: center;
}

.design-slider .design-bx-slider-pager li {
  display: inline-block;
  width: 18.4%;
  margin-bottom: 2%;
  margin-left: 2%;
  border-radius: 4px;
}

.design-slider .design-bx-slider-pager li a {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid #efefef;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.design-slider .design-bx-slider-pager li:nth-of-type(5n+1) {
  margin-left: 0;
}

/*
---------------------------------------------------------
 bxSliderPreset
--------------------------------------------------------- */
/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.design-slider .bx-wrapper {
  position: relative;
  -ms-touch-action: pan-y;
  margin-bottom: 20px;
  min-height: 300px;
}

.design-slider .bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}

/** THEME
===================================*/
/* LOADER */
.design-slider .bx-wrapper .bx-loading {
  min-height: 50px;
  background: rgba(255, 255, 255, 0.8) url("//cdn.jsdelivr.net/bxslider/4.2.12/images/bx_loader.gif") center center no-repeat;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/*
---------------------------------------------------------
 bx-controls-direction
--------------------------------------------------------- */
.design-slider .bx-wrapper .bx-controls-direction .bx-prev,
.design-slider .bx-wrapper .bx-controls-direction .bx-next {
  position: absolute;
  top: calc(50% - 22px);
  display: block;
  width: 22px;
  height: 44px;
  background: #FFF;
  text-indent: -9999px;
  outline: none;
  opacity: 0.6;
}

.design-slider .bx-wrapper .bx-controls-direction .bx-prev:hover,
.design-slider .bx-wrapper .bx-controls-direction .bx-next:hover {
  opacity: 0.9;
}

.design-slider .bx-wrapper .bx-controls-direction .bx-prev {
  left: 20px;
  background: url("../img/slider_controls_prev.svg") no-repeat center center;
}

.design-slider .bx-wrapper .bx-controls-direction .bx-next {
  right: 20px;
  background: url("../img/slider_controls_next.svg") no-repeat center center;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 header
-----------------------------------------------------------
----------------------------------------------------------- */
.header {
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 5px 0px;
  /* position: fixed;
  top: 0;
  left: 0;
  right: 0; */
  z-index: 100;
  min-width: 1190px;
  height: 68px;
}

.header .header-wrap {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  align-content: center;
  justify-content: flex-start;
  height: 100%;
  padding: 0;
  padding-right: 120px;
  padding-left: 10px;
}

.header .btn-exit a {
  display: block;
  transition: 0.2s all ease-in-out;
}
.header .btn-exit a:hover {
  transform: translateY(1px);
  opacity: 0.8;
}

.header .Logo {
  /*width: 190px;
  margin: 0 10px;*/
  margin: 0 20px 0 0;
}

.header .Logo a {
  display: block;
  transition: 0.2s all ease-in-out;
}
.header .Logo a:hover {
  opacity: 0.8;
}

.header .Logo img {
  height: 40px !important;
}

.Editor-top {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 638px);
  max-width: 520px;
}

.Editor-top .btn-group-config {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}

.Editor-top .card-type {
  width: 255px;
  font-size: 16px;
  margin: 18px 0 0;
}

.Editor-top .card-type p {
  margin: 0 6px 0 0;
  float: left;
}

.Editor-top .btn-group-end {
  float: right;
}

/*
.btn-group {
    margin-right: 4px;
}
*/
.Editor-top.btn-group-config {
  margin-top: 17px;
}

.btn-group-config .btn-group button {
  background: none;
  border: none;
  color: #999;
  border-radius: 0;
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: center 17px;
  padding: 47px 2px 0;
  font-size: 10px;
  background-size: 22px auto;
  height: 68px;
  min-width: 46px;
  line-height: 1.2;
  display: flex;
  flex-wrap: wrap;
  justify-content: stretch;
  align-items: center;
  align-content: center;
  flex-direction: column;
}

.btn-group-config .btn-group button:hover,
.btn-group-config .btn-group button:active {
  outline: none;
  opacity: 0.5;
  background-color: inherit;
  box-shadow: none;
  color: inherit;
}

.Editor-top button.undo-btn {
  border: none;
  color: #999;
  border-radius: 0;
  font-weight: bold;
  background-image: url(../img/icon_undo.svg);
  background-repeat: no-repeat;
}

.Editor-top button.redo-btn {
  border: none;
  color: #999;
  border-radius: 0;
  font-weight: bold;
  background-image: url(../img/icon_redo.svg);
  background-repeat: no-repeat;
}

.Editor-top .atten-btn-wrap button:hover {
  opacity: 0.5;
}

.zoom-btn-wrap button.zoom-btn {
  background-image: url(../img/icon_zoom.svg);
}

.zoom-btn-wrap button.zoom-out-btn {
  background-image: url(../img/icon_zoomout.svg);
}

.btn-group.zoom-btn-select select {
  border: none;
  background-color: #f1f1f1;
  padding: 8px 20px 8px 8px;
  border-radius: 6px;
  font-weight: bold;
  font-size: 15px;
  position: absolute;
  top: -14px;
  left: 0;
  z-index: 70;
  width: 100%;
}

.btn-group.zoom-btn-select input {
  position: absolute;
  background-color: #f1f1f1;
  font-weight: bold;
  font-size: 15px;
  width: 64px;
  border: none;
  left: 0;
  box-shadow: none;
  top: -14px;
  padding: 8px 8px;
  border-radius: 6px;
  z-index: 80;
}

.zoom-btn-select {
  position: relative;
  width: 96px;
}

.header .btn-group.all-select-btn-wrap button {
  background-image: url(../img/icon_allselect.svg);
}

.header .btn-group.grid-btn-wrap button {
  background-image: url(../img/icon_grid.svg);
}

.btn-group.grid-btn-wrap {
  position: relative;
}

.grid-menu {
  position: absolute;
  top: 69px;
  display: block;
  width: 140px;
  text-align: center;
  left: calc(50% - 70px);
}

.grid-menu:before {
  content: '';
  display: block;
  position: absolute;
  top: -10px;
  left: calc(50% - 9px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 9px 10px 9px;
  border-color: transparent transparent #707070 transparent;
  z-index: 2;
}

.grid-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.grid-menu li a {
  font-size: 14px;
  font-weight: bold;
  padding: 8px;
  display: block;
  color: #fff;
  background: #707070;
  text-decoration: none;
}

.grid-menu li a:hover {
  background: #999;
  text-decoration: none;
}

/*
---------------------------------------------------------
Utility-menu
--------------------------------------------------------- */
.header .Utility-menu {
  display: flex;
  justify-content: space-between;
  height: 68px;
  align-items: center;
  margin-left: 10px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}

.header .Utility-menu ul {
  display: inline-block;
  margin-right: 12px;
}

.header .Utility-menu li {
  display: inline-block;
  padding: 0 5px;
  text-decoration: underline;
}

.header .Utility-menu li a {
  color: #f99700;
}

.header .Utility-menu button:hover {
  opacity: 0.5;
  box-shadow: none;
}

.header .preview-btn-wrap button {
  font-size: 10px;
  padding-top: 40px;
  background-image: url(../img/icon_preview.svg);
  background-position: center 13px;
  background-size: 28px auto;
  letter-spacing: 0;
}

.header .folder-btn-wrap {
  margin-right: 10px;
}

.header .folder-btn-wrap button {
  background: none;
  color: #999;
  font-size: 10px;
  font-weight: bold;
  padding-top: 40px;
  background-image: url(../img/icon_folder.svg);
  background-position: center 16px;
  background-repeat: no-repeat;
  background-size: 25px auto;
  padding-left: 3px;
  padding-right: 3px;
  letter-spacing: 0;
  height: 68px;
}

.Utility-menu .btn-group-end {
  display: inline-block;
  float: right;
  margin-left: 30px;
}

.header .save-btn-wrap {
  margin-right: 10px;
}

.header .design-folder-wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}

.header .load-btn,
.header .save-btn {
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  padding: 7px 12px 8px;
  border-radius: 19px;
  font-size: 12px;
  letter-spacing: 0;
  background: #eab7ae;
  color: #fff;
  margin: 2px 0;
}

.header .save-btn {
  margin-left: 6px;
}

.header .load-btn:hover,
.header .load-btn:active,
.header .save-btn:hover,
.header .save-btn:active {
  transform: translateY(1px);
  transition: 0.2s all ease-in-out;
  box-shadow: none;
  opacity: 1;
}

.Utility-menu .order-btn-wrap {
  height: 100%;
}

button.btn-designatten {
  background-color: #ffffff;
  border-color: #999999;
  background-size: 21px;
  background-repeat: no-repeat;
  background-position: center 8px;
  width: 210px;
  font-size: 14px;
  font-weight: bold;
  padding: 6px 6px;
  color: #484848;
  border-radius: 30px;
  box-shadow: rgba(0, 0, 0, 0.18) 1px 1px 3.5px 1px;
  height: 45px;
}

.Utility-menu button.btn-success {
  color: #fff;
  background-color: #f15e0d;
  border-color: #f15e0d;
  font-size: 17px;
  font-weight: bold;
  border-radius: 0;
  padding: 6px 10px 6px 10px;
  height: 100%;
}

.Utility-menu button.btn-success a {
  /* 開発メモ：実装後削除願います */
  color: #fff;
  text-decoration: none;
}

.Utility-menu button.btn-success span {
  background-image: url(../img/icon_next.svg);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 17px;
  background-size: 13px auto;
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .dropdown-toggle.btn-success.focus,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success,
.Utility-menu button.btn-success:hover,
.Utility-menu button.btn-success:active {
  background-color: #f1810d;
  border-color: #f1810d;
  color: #fff;
  opacity: 1;
}

button:not(.btn-xs) > .fa:before,
button:not(.btn-xs) > .fas:before,
button:not(.btn-xs) > .far:before,
button:not(.btn-xs) > .fal:before,
button:not(.btn-xs) > .fab:before,
button:not(.btn-xs) > [class*="icon-"]:before {
  font-size: 2.1em;
}

/* --------------------------------------------------------
-----------------------------------------------------------
Contents
-----------------------------------------------------------
----------------------------------------------------------- */
.Contents {
  /*     min-height: 620px;
  max-height: 880px; */
  padding-top: 68px;
  height: 100%;
}

.Contents .Main {
  margin-bottom: 0;
}

.Contents .Side {
  width: 90px;
  min-width: 90px;
  margin: 0;
  padding: 0;
  background-color: #555;
  position: fixed;
  left: 0;
  top: 68px;
  height: calc(100vh - 68px);
  z-index: 4;
}

.Contents .Side2 {
  z-index: 3;
}

/* --------------------------------------------------------
-----------------------------------------------------------
Editor
-----------------------------------------------------------
----------------------------------------------------------- */
#Editor {
  position: absolute;
  left: 500px;
  right: 0;
  top: 90px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
nav
-----------------------------------------------------------
----------------------------------------------------------- */
.Contents .Side .navbar-nav {
  display: block !important;
  float: none;
}

.Contents .Side .navbar-nav > li {
  background-color: #555;
  text-align: center;
  display: block;
  position: relative;
  border: none;
  float: none;
}

.Contents .Side .navbar-nav > li.active {
  background-color: #eab7ae;
}

.Contents .Side .navbar-nav > li:hover,
.Contents .Side .navbar-nav > li.selected {
  background-color: #eab7ae;
}

.Contents .Side .navbar-nav > li > a:hover,
.Contents .Side .navbar-nav > li > a:focus,
.Contents .Side .navbar-nav > li.selected a {
  background-color: #eab7ae;
  color: #ffffff;
}

.navbar-nav > li > a {
  color: #fff;
  font-weight: bold;
  letter-spacing: 0;
  font-size: 11px;
  padding: 0;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  text-decoration: none;
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a.active {
  color: #ffffff;
  background-color: #888;
}

.navbar-nav > li span {
  background-repeat: no-repeat;
  padding-top: 50px;
  padding-bottom: 10px;
  width: 100%;
}

.navbar-nav > li.nav-item-wrap span {
  background-image: url(../img/nav_item.svg);
  background-position: center 16px;
}

.navbar-nav > li.nav-text-wrap span {
  background-image: url(../img/nav_text.svg);
  background-position: center 21px;
}

.navbar-nav > li.nav-stamp-wrap span {
  background-image: url(../img/nav_stamp.svg);
  background-position: center 21px;
}

.navbar-nav > li.nav-template-wrap span {
  background-image: url(../img/nav_template.svg);
  background-position: center 20px;
}

.navbar-nav > li.nav-photo-wrap span {
  background-image: url(../img/nav_photo.svg);
  background-position: center 21px;
}

.navbar-nav > li.nav-upload-wrap span {
  background-image: url(../img/nav_upload.svg);
  background-position: center 21px;
}

.navbar-nav > li.nav-cutline-block span {
  background-image: url(../img/nav_cut.svg);
  background-position: center 16px;
}

.navbar-nav > li.nav-clippath-block span {
  background-image: url(../img/nav_clippath.svg);
  background-position: center 16px;
}

.navbar-nav > li.nav-folder-wrap span {
  background-image: url(../img/nav_folder.svg);
  background-position: center 23px;
}

.navbar-nav > li span:focus {
  outline: none;
}

.Contents .Side2 {
  /* min-width: 90px;
  padding-left: 20px;
  margin: 0;
position:relative; */
}

.Contents .Side2 .change-side-botton {
  position: fixed;
  right: 150px;
  top: 83px;
  z-index: 2;
}

/* --------------------------------------------------------
-----------------------------------------------------------
mypalet-area
-----------------------------------------------------------
----------------------------------------------------------- */
.mypalet-area {
  background-color: #888;
  padding: 20px;
  color: #fff;
  width: 350px;
  padding: 16px 20px;
  position: fixed;
  top: 68px;
  left: 90px;
  min-width: 340px;
  display: flex;
  align-items: center;
  height: 76px;
  z-index: 4;
}

.mypalet-area .mypalet-title {
  margin-right: 20px;
  width: 40px;
}

.mypalet-area .mypalet-title span {
  font-size: 12px;
  padding-top: 27px;
  display: inline-block;
  background: url(../img/icon_palet.svg) no-repeat center top;
  background-size: 31px auto;
}

.mypalet-area ul.mypalet-color-list {
  width: 240px;
  display: flex;
  flex-wrap: wrap;
}

.mypalet-area ul.mypalet-color-list li {
  position: relative;
}

.mypalet-area ul.mypalet-color-list li + li {
  margin-left: 10px;
}

.mypalet-area ul.mypalet-color-list li div {
  position: absolute;
  visibility: hidden;
  left: 0;
  top: 5px;
}

.mypalet-area span.mypalet-color {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #fff;
  display: block;
}

.mypalet-area span.mypalet-color:hover {
  border-color: #E7003C;
}

.mypalet-area span.mypalet-color.color-select-btn {
  border-style: dotted;
  background: url("../img/icon_add.svg") no-repeat center center;
  background-size: 12px auto;
}

.mypalet-area span.mypalet-color.color-select-btn:hover,
.mypalet-area span.mypalet-color.color-select-btn:active {
  background: url("../img/icon_add_red.svg") no-repeat center center;
  background-size: 12px auto;
}

.mypalet-area span.mypalet-color-name {
  display: none;
}

/*
---------------------------------------------------------
 .select2-container
--------------------------------------------------------- */
.select2-container.mypalet-color-select .select2-results ul {
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: flex-start;
  width: 240px;
}

.select2-container.mypalet-color-select .select2-results li {
  padding: 0;
  background: none;
  width: calc(100% / 10);
}

.select2-container.mypalet-color-select .select2-results li .bg-box {
  margin: 0;
  width: 100%;
  display: block;
  box-shadow: 1px 1px 0px 0px #eaeaea, inset 1px 1px 0px 0px #eaeaea;
  border: none;
  height: 0;
  padding-bottom: 98%;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 design-edit-area
-----------------------------------------------------------
----------------------------------------------------------- */
.design-edit-area {
  width: 350px;
  padding: 30px 20px;
  position: fixed;
  top: 68px;
  left: 90px;
  z-index: 4;
  background-color: rgba(255, 255, 255, 0.5);
  height: calc(100vh - 68px);
  background: #f3f3f3;
}

body.mypalet .design-edit-area {
  top: 142px;
  height: calc(100vh - 142px);
}

.design-edit-area.text-area, .design-edit-area.upload-area {
  overflow-y: auto;
}

.design-edit-title {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 15px;
  text-align: center;
  position: relative;
}

.design-edit-content-block-title {
  display: none;
}

.design-edit-area.item-area .design-edit-body.item-change-wrap {
  text-align: right;
}

.design-edit-area.item-area .design-edit-body.item-change-wrap a {
  font-weight: bold;
  font-size: 17px;
  text-decoration: underline;
}

.design-edit-area.item-area .design-edit-body.item-change-wrap a:hover,
.design-edit-body.item-change-wrap a:active {
  text-decoration: none;
}

/*
---------------------------------------------------------
design-nav-area
--------------------------------------------------------- */
.design-nav-area .design-edit-title span {
  background: url(../img/design_nav_title_icon.svg) no-repeat left center;
  background-size: 18px auto;
  padding-left: 30px;
}

.design-nav-area .design-edit-content-block ul.design-nav-list {
  display: flex;
  padding: 0;
  justify-content: space-evenly;
}

.design-nav-area .design-edit-content-block ul.design-nav-list li {
  list-style: none;
  width: 48%;
}

.design-nav-area .design-edit-content-block ul.design-nav-list li + li {
  margin-left: 24px;
}

.design-nav-tips {
  display: none;
  background-color: #707070;
  width: 130%;
  padding: 10px 5px;
  position: absolute;
  text-align: left;
  font-size: 14px;
  font-weight: normal;
  z-index: 3;
  left: -15%;
  letter-spacing: 0;
  color: #fff;
  top: 110%;
}

.design-nav-tips:before {
  content: '';
  display: block;
  position: absolute;
  top: -10px;
  left: calc(50% - 9px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 9px 10px 9px;
  border-color: transparent transparent #707070 transparent;
  -webkit-transition: all 0.12s;
  transition: all 0.12s;
}

a:hover .design-nav-tips {
  display: block;
}

.design-nav-area a {
  position: relative;
  color: #333;
  font-size: 14px;
  font-weight: bold;
  display: block;
  text-decoration: none;
}

.design-nav-area a:hover {
  text-decoration: none;
}

.design-nav-tips-btn {
  position: relative;
}

.design-nav-tips-btn:before {
  content: "";
  width: 80px;
  height: 80px;
  display: block;
  margin: 0 auto 10px;
  background-repeat: no-repeat;
  background-position: center 20px;
}

.design-nav-item-color .design-nav-tips-btn:before {
  background-image: url(../img/design_nav_item.svg);
  background-size: 42px auto;
}

.design-nav-side .design-nav-tips-btn:before {
  background-image: url(../img/design_nav_side.svg);
  background-position-y: 31px;
}

.design-nav-template .design-nav-tips-btn:before {
  background-image: url(../img/design_nav_template.svg);
  background-size: 62px auto;
}

.design-nav-upload .design-nav-tips-btn:before {
  background-image: url(../img/design_nav_upload.svg);
  background-size: 76px auto;
  background-position-y: 22px;
}

.design-nav-text .design-nav-tips-btn:before {
  background-image: url(../img/design_nav_text.svg);
  background-size: 53px auto;
  width: 54px;
  height: 54px;
  background-position: center 12px;
}

.design-nav-photo .design-nav-tips-btn:before {
  background-image: url(../img/design_nav_photo.svg);
  width: 54px;
  height: 54px;
  background-position: center 12px;
}

.design-nav-stamp .design-nav-tips-btn:before {
  background-image: url(../img/design_nav_stamp.svg);
  width: 54px;
  height: 54px;
  background-position: center 12px;
  background-size: 42px auto;
}

.design-nav-area a:hover,
.design-nav-area a:active {
  text-decoration: none;
}

.design-nav-body.bgclr-btn-wrap span.select2.select2-container.select2-container--default {
  width: 63% !important;
  font-size: 17px;
  text-align: left;
}

/*
---------------------------------------------------------
design-nav-change-wrap
--------------------------------------------------------- */
.design-edit-content-block.design-nav-change-wrap {
  background-color: #f1f1f1;
  padding: 20px 20px 4px;
  display: none;
}

.design-nav-change-wrap .design-nav-body {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}

.design-nav-change-wrap .design-nav-change-title {
  font-size: 15px;
  font-weight: bold;
  margin-right: 10px;
  width: 35%;
  text-align: left;
}

.design-nav-change-wrap .design-nav-body.bgclr-btn-wrap .design-nav-change-title {
  background: url(../img/design_nav_item_color.svg) no-repeat left center;
  display: block;
  background-size: 20px auto;
  padding-left: 25px;
}

.design-nav-change-wrap .design-nav-body.baseclr-btn-wrap .design-nav-change-title {
  background: url(../img/design_nav_print_color.svg) no-repeat left center;
  display: block;
  background-size: 20px auto;
  padding-left: 25px;
}

/*
---------------------------------------------------------
item-area design-edit-area
--------------------------------------------------------- */
.design-edit-area.item-area .content-list-title {
  color: #919191;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.3;
  position: relative;
  padding-left: 12px;
  margin-bottom: 7px;
}
.design-edit-area.item-area .content-list-title::before {
  border-color: transparent transparent transparent #F15E0E;
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  left: 2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
}

.design-edit-area.item-area .content-list + .content-list {
  margin-top: 35px;
}

/* item-color-content
---------------------------------------------------------- */
.design-edit-area.item-area .content-list.item-color-content .content-list-body {
  padding-left: 12px;
}

.design-edit-area.item-area .content-list.item-color-content .item-color-title {
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
  line-height: 1.3;
}

.design-edit-area.item-area ul.color-edit.item-color-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  flex-direction: row;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  width: 270px;
}

.design-edit-area.item-area ul.color-edit.item-color-list li {
  width: 36px;
  height: 36px;
  display: block;
  margin-left: 10px;
  text-indent: -9999px;
  border: 2px solid #e0e0e0;
  cursor: pointer;
  position: relative;
}
.design-edit-area.item-area ul.color-edit.item-color-list li:nth-of-type(6n+1) {
  margin-left: 0;
}
.design-edit-area.item-area ul.color-edit.item-color-list li:nth-of-type(n+7) {
  margin-top: 8px;
}

.design-edit-area.item-area ul.color-edit.item-color-list li.active {
  border-color: #EE4176;
}

.design-edit-area.item-area ul.color-edit.item-color-list li.active:before {
  content: "";
  width: 15px;
  height: 10px;
  border-left: 3px solid #EE4176;
  position: absolute;
  top: calc(50% - 7px);
  left: calc(50% - 7px);
  display: block;
  border-bottom: 3px solid #EE4176;
  transform: rotate(-48deg);
}

/* item-information-content
---------------------------------------------------------- */
.design-edit-area.item-area .content-list.item-information-content .content-list-body {
  background: #FFF;
  padding: 10px 14px;
}

.design-edit-area.item-area .content-list.item-information-content .information-list li + li {
  margin-top: 15px;
}

.design-edit-area.item-area .content-list.item-information-content .information-list .information-title {
  font-size: 12px;
  line-height: 1.3;
  margin-bottom: 5px;
  color: #919191;
}

.design-edit-area.item-area .content-list.item-information-content .information-list .information-body {
  font-weight: bold;
  color: #6a6a6a;
}

.design-edit-area.item-area .content-list.item-information-content .item-change-wrap {
  margin-top: 12px;
  text-align: center;
}

.design-edit-area.item-area .content-list.item-information-content .item-change-wrap a {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
}

.design-edit-area.item-area .content-list.item-information-content .item-change-wrap a span {
  color: #F15E0E;
  border: 1px solid #F15E0E;
  transition: 0.2s all;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-width: 236px;
  min-height: 34px;
  padding: 0 15px;
  font-size: 13px;
  font-weight: bold;
  border-radius: 17px;
  line-height: 1.3;
}

.design-edit-area.item-area .content-list.item-information-content .item-change-wrap a:hover span {
  transform: translateY(1px);
  opacity: 0.8;
}

/*
--------------------------------------------------------
-----------------------------------------------------------
element-edit
-----------------------------------------------------------
----------------------------------------------------------- */
.element-edit {
  background-color: #f3f3f3;
  width: 130px;
  height: calc(100vh - 68px);
  position: fixed !important;
  left: auto !important;
  right: 0px !important;
  top: 68px !important;
  z-index: 2;
}

.element-edit-title {
  text-align: center;
  color: #666;
  font-size: 15px;
  font-weight: bold;
  padding: 8px 0px;
}

.element-edit-list {
  padding: 0 16px 8px;
  overflow-y: auto;
  position: relative;
  height: calc(100% - 59px);
}

.element-edit-list-item .img-box {
  position: relative;
  margin-bottom: 20px;
  min-height: 80px;
  display: flex;
  align-items: center;
}

.element-edit-list-item .element-edit-next {
  top: -29px;
  left: 25px;
  color: #f15e0e;
  font-size: 24px;
}

.element-edit-list-item .element-edit-prev {
  bottom: -29px;
  left: 25px;
  color: #f15e0e;
  font-size: 24px;
  z-index: 3;
}

.img-box:hover > img,
.img-box:hover > svg {
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.5);
  border: 1px solid #f99700;
}

.element-edit-list-item .img-box.selected img,
.element-edit-list-item .img-box.selected svg {
  border: 1px solid #f99700;
  background-color: rgba(249, 151, 0, 0.15);
}

.element-edit-list-item img,
.element-edit-list-item svg {
  border: 1px solid #ccc;
  padding: 6px;
  width: 73px;
  height: 73px;
  cursor: pointer;
  background: linear-gradient(45deg, #ccc 25%, transparent 25%, transparent 75%, #ccc 75%), linear-gradient(45deg, #ccc 25%, transparent 25%, transparent 75%, #ccc 75%);
  background-color: #eee;
  background-size: 20px 20px;
  background-position: 0 0, 10px 10px;
}

.element-edit-list-item div {
  position: absolute;
  font-size: 15px;
  cursor: pointer;
  color: #aaa;
}

.element-edit-list-item div:hover {
  color: #f79713;
}

.element-edit-list-item div.element-edit-lock {
  color: #d4be23;
}

.element-edit-list-item div:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.element-edit-next {
  display: none;
  top: 10px;
  left: 78px;
}

.element-edit-prev {
  display: none;
  bottom: -10px;
  left: 78px;
}

.element-edit-dust {
  top: 55px;
  left: 80px;
}

.element-edit-dust:before {
  content: "\f1f8";
}

.element-edit-copy {
  top: 28px;
  left: 80px;
}

.element-edit-copy:before {
  content: "\f0c5";
}

.element-edit-lock {
  top: 6px;
  left: 80px;
}

.element-edit-lock:before {
  content: "\f023";
}

.element-edit-unlock {
  top: 0px;
  left: 80px;
}

.element-edit-unlock:before {
  content: "\f09c";
}

.element-edit-list-item .img-box:hover .element-edit-next,
.element-edit-list-item .img-box:hover .element-edit-prev {
  display: block;
}

/* --------------------------------------------------------
-----------------------------------------------------------
container-bottom
-----------------------------------------------------------
----------------------------------------------------------- */
.container-bottom {
  padding-right: 60px;
  padding-left: 60px;
  margin-right: auto;
  margin-left: auto;
  font-size: 14px;
  position: fixed;
  bottom: 0;
  left: 440px;
  right: 130px;
  z-index: 2;
}
.container-bottom .note {
  padding: 0 10px 40px;
}

.container-bottom .change-side-botton {
  /* float: left; */
  display: table-cell;
  text-align: left;
}

.container-bottom ul {
  list-style: none;
}

.container-bottom .side-image {
  width: 149px;
  height: 92px;
  background: #ffffff;
}

.container-bottom .change-side img {
  box-shadow: 0px 0px 2px #484848;
}

.container-bottom .change-side-botton > ul > li {
  display: inline-block;
  float: left;
  text-align: center;
  margin: 0 20px 0 0;
}

.container-bottom .editor-line-wrap {
  /* float: right; */
  /* margin-top: 20px; */
  display: table-cell;
  vertical-align: bottom;
}

.container-bottom .editor-line-wrap li {
  height: 32px;
}

.container-bottom .editor-line-wrap ul > li > div {
  position: relative;
}

.container-bottom .change-side span {
  font-size: 16px;
  margin-bottom: 7px;
  display: block;
}

div.line-discript + span {
  background: #ffffff;
  width: 71px;
  height: 31px;
  display: inline-block;
}

.container-bottom .editor-line-wrap .line-discript:before {
  content: "";
  width: 52px;
  height: 25px;
  position: absolute;
  top: 0;
  background-color: #ffffff;
  border: 1px dotted #FF0000;
}

.container-bottom .editor-line-wrap .line02:before {
  border: 1px solid #4A4A4A;
}

.container-bottom .editor-line-wrap .line03:before {
  border: 1px solid #9E9E9E;
}

.container-bottom .line-discript span {
  margin-left: 60px;
}

/*--------------------------

--------------------------*/
.category-menu-wrap {
  background-color: #7F7F7F;
  clear: both;
  margin-right: 4px;
  padding: 15px;
  font-size: 14px;
}

.word-search input[type="text"] {
  width: -webkit-fill-available;
  padding: 4px 3px 4px 26px;
  background-image: url(../img/search.svg);
  background-color: #ffffff;
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: 4px center;
  width: 100%;
}

.category-menu-wrap ul {
  list-style: none;
  padding: 0;
  color: #ffffff;
  margin-top: 5px;
}

.category-menu {
  margin-top: 5px;
}

.category-sub-menu li,
.category-menu {
  border-bottom: 1px solid;
  padding: 7px 0 7px 6px;
  position: relative;
}

.category-menu-list:not(.no-open) > li .category-menu:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto 0;
  top: 0;
  bottom: 8px;
  right: 8px;
  width: 12px;
  height: 12px;
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.category-menu-list > li.category-menu-open .category-menu:after {
  top: 8px;
  bottom: 0;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  border-bottom: none;
  border-right: none;
}

.category-menu-list .category-menu :last-child {
  border-bottom: none;
}

.category-menu:hover,
.category-sub-menu li:hover {
  background-color: #F8960C;
}

.category-menu-wrap ul li a {
  color: #ffffff;
}

.category-menu-wrap ul li a:hover {
  text-decoration: none;
}

ul.category-sub-menu {
  margin-left: 21px;
  display: none;
}

.category-menu-list > li > .category-menu {
  cursor: pointer;
}

.category-menu-list > li.category-menu-open .category-sub-menu {
  display: block;
}

.category-menu-list > li .category-sub-menu li {
  position: relative;
}

.category-menu-list > li .category-sub-menu li .preview-image {
  display: none;
}

.category-menu-list > li .category-sub-menu li:hover .preview-image {
  position: absolute;
  display: block;
  left: 210px;
  top: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.3);
  padding: 20px;
  text-align: center;
}

.category-menu-list > li .category-sub-menu li:hover .preview-image img {
  max-width: 130px;
  max-height: 130px;
}

/*--------------------------

--------------------------*/
.modal-lg {
  width: 1050px;
}

.modal-header {
  border-bottom: none;
  padding: 0;
}

h2.modal-title {
  color: #484848;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 25px;
  border-bottom: 1px solid;
  text-shadow: none;
  margin-bottom: 10px;
}

.modal-content .categorypath {
  padding: 15px 20px 0px;
}

ul.categorypath-list {
  padding: 0;
  margin: 0;
}

ul.categorypath-list li {
  display: inline-block;
  padding: 0;
  font-size: 14px;
  position: relative;
  margin-right: 25px;
}

ul.categorypath-list li:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto 0;
  top: 2px;
  bottom: 0;
  right: -14px;
  width: 10px;
  height: 10px;
  border-top: 1px solid;
  border-right: 1px solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

ul.categorypath-list li:last-child:after {
  display: none;
}

.modal .tile {
  width: 134px;
  height: 140px;
  margin-top: 8px;
  margin-right: 8px;
}

.modal .tile .tile-name {
  display: none;
}

.modal-body {
  padding: 0 0 15px;
}

.Content-block {
  margin-bottom: 35px;
}

/*--------------------------

--------------------------*/
/*div#modal_designname {
    width: 537px;
    margin: 30px auto;
    color: #484848;
    font-size: 16px;
}

div#modal_designname .modal-body {
    overflow-y: hidden;
}

.designname_content {
    width: 470px;
    margin: 0px auto 20px;
}

.modal_designname_tiele {
    font-size: 14px;
    margin-bottom: 10px;
}

.designname_content table {
  width: 100%;
}

.designname_content table td{
  padding:0px 0px 10px;
}

.designname_content table td.list_title {
  width: 25%;
  font-weight: bold;
}

.designname_content table td input[type="text"] {
    width: 100%;

  padding: 5px;
}

.text_End {
    text-align: end;
    font-size: 12px;
    text-decoration: underline;
}

#modal_designname .order_btn_wrap {
    text-align: center;
  margin: 25px 0
}

#modal_designname .order_btn_wrap_login_pass {
    text-align: center;
  margin: 0 0 16px 0;
}


#modal_designname .order_btn_wrap a.order_Btn_check {
    background-image: url(/img/common/btn_check.svg);
    background-repeat: no-repeat;
    background-position: 17px 11px;
    padding-left: 18px;
}

.modal a.order_Btn {
    background-color: #F05B12;
    border: 2px solid #F05B12;
    color: #ffffff;
    border-radius: 30px;
    width: 218px;
    display: inline-block;
    padding: 6px 10px 6px 10px;
  font-size: 18px;
    font-weight: bold;
  box-shadow: rgba(0, 0, 0, 0.18) 1px 1px 3.5px 1px;
  cursor:pointer;
}

.modal a.order_Btn2 {
    background-color: #FFFFFF;
    border: 2px solid #F05B12;
    color: #F05B12;
    border-radius: 30px;
    width: 218px;
    display: inline-block;
    padding: 6px 10px 6px 10px;
  font-size: 18px;
    font-weight: bold;
  box-shadow: rgba(0, 0, 0, 0.18) 1px 1px 3.5px 1px;
  cursor:pointer
}
--------------------------------------------------------- */
/* .order_btn_wrap a#login {
    background-image: url(/img/common/btn_login.svg);
    background-repeat: no-repeat;
    background-position: 15px 5px;
  padding-left: 17px;
}

.order_btn_wrap a#new_account {
    background-image: url(/img/common/btn_newaccount.svg);
    background-repeat: no-repeat;
    background-position: 21px 6px;
  padding-left: 17px;
}

--------------------------------------------------------- */
.modal a:hover {
  opacity: 0.5;
  text-decoration: none;
  cursor: pointer;
}

/*
select2
*/
.select2-selection__rendered img {
  display: none;
}

.select2-results__option img {
  height: 25px;
}

span.bg-box {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  border: 1px solid #ccc;
}

/* --------------------------------------------------------
-----------------------------------------------------------
.editer-box.fix
-----------------------------------------------------------
----------------------------------------------------------- */
.editer-box.fix {
  background-color: #fff;
  border-radius: 3px;
  border: 2px dashed #f26623;
  margin: 40px auto 0;
  padding: 8px;
}

.editer-box.fix .box-title {
  background: none;
  color: #f26623;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}

.editer-box.fix input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.editer-box.fix .box-title-btn a {
  text-indent: -9999px;
  display: block;
  width: 20px;
  height: 20px;
  background-color: #f26623;
  border-radius: 50%;
  background-image: url("./img/icn_help.svg");
  background-repeat: no-repeat;
  background-position: center;
}

/* fix-top-wrap
--------------------------------------------------------- */
.editer-box.fix .fix-top-wrap {
  margin-bottom: 8px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.editer-box.fix .fix-top-wrap .size-title {
  font-size: 12px;
  padding: 0px 0 2px;
}

.editer-box.fix .fix-top-wrap .size-wrap .size-left-wrap,
.editer-box.fix .fix-top-wrap .size-wrap .size-center-wrap,
.editer-box.fix .fix-top-wrap .size-wrap .size-rignt-wrap,
.editer-box.fix .fix-top-wrap .size-wrap .size-right-wrap {
  display: table-cell;
  vertical-align: bottom;
}

.editer-box.fix .fix-top-wrap .size-wrap .size-center-wrap {
  width: 15px;
  margin: 0 5px;
}

.editer-box.fix .fix-top-wrap .size-wrap .size-left-wrap,
.editer-box.fix .fix-top-wrap .size-wrap .size-rignt-wrap,
.editer-box.fix .fix-top-wrap .size-wrap .size-right-wrap {
  width: 76px;
  font-size: 12px;
}

.editer-box.fix .fix-top-wrap input {
  pointer-events: none;
}

.editer-box.fix .fix-top-wrap .size-wrap input {
  width: 48px;
  border: 0;
  border-bottom: 1px solid #999;
  font-size: 18px;
  background: #fff;
  box-shadow: none;
  border-radius: 0;
}

.editer-box.fix .fix-top-wrap .print-size-wrap {
  width: 34%;
  float: right;
  /* background-color:#fdf4d9; */
  text-align: center;
}

.editer-box.fix .fix-top-wrap .print-size-wrap .size-content {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.editer-box.fix .fix-top-wrap .print-size-wrap .size-content input {
  font-size: 25px;
  color: #f93e3e;
  font-weight: bold;
  border: 0;
  width: 57px;
  background: none !important;
  text-align: right;
  box-shadow: none;
  line-height: 0.5em;
  padding: 0;
  margin-right: 2px;
}

.editer-box.fix .fix-top-wrap .print-size-wrap .print-size {
  font-size: 12px;
}

.editer-box.fix .fix-top-wrap .print-size-wrap .size-content .help-wrap {
  position: absolute;
  bottom: 6px;
  right: 4px;
}

.editer-box.fix .fix-top-wrap .print-size-wrap .size-content .help-wrap a {
  text-indent: -9999px;
  display: block;
  width: 20px;
  height: 20px;
  background-color: #f26623;
  border-radius: 50%;
  background-image: url("/pd/img/icn_help.svg");
  background-repeat: no-repeat;
  background-position: center;
}

/* bottom-wrap
--------------------------------------------------------*/
.editer-box.fix .fix-bottom-wrap .fix-bottom-right-comment {
  display: block;
}

.editer-box.fix .fix-bottom-wrap.active .fix-bottom-right-comment {
  display: none;
}

.editer-box.fix .fix-bottom-wrap .fix-sum-wrap {
  display: none;
}

.editer-box.fix .fix-bottom-wrap.active .fix-sum-wrap {
  display: block;
}

.editer-box.fix .fix-bottom-wrap {
  background-color: #fdf4d9;
  padding: 8px;
}

.editer-box.fix .fix-bottom-wrap .fix-bottom-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.editer-box.fix .fix-bottom-wrap .fix-bottom-title {
  color: #f26623;
  font-weight: bold;
  margin-bottom: 8px;
  font-size: 14px;
}

.editer-box.fix .fix-bottom-wrap .fix-bottom-left-wrap {
  width: 45%;
}

.editer-box.fix .fix-bottom-right-wrap {
  width: 64%;
}

.editer-box.fix .fix-bottom-switch-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.editer-box.fix .fix-bottom-switch-wrap span {
  font-size: 12px;
}

.editer-box.fix .fix-bottom-switch-wrap .fix-bottom-switch {
  margin: 0 4px;
}

.editer-box.fix .fix-bottom-wrap.active .fix-bottom-switch-on {
  color: #f93e3e;
  font-weight: bold;
}

.editer-box.fix .fix-bottom-right-comment {
  font-size: 11px;
}

.editer-box.fix .fix-bottom-right-comment span.fix-bottom-comment-area {
  padding-right: 15px;
  background: url(../img/icn_print_area.svg) no-repeat right center;
  margin-right: 4px;
}

.editer-box.fix .fix-bottom-wrap span.fix-attention {
  font-size: 11px;
  line-height: 1.1;
  display: block;
}

/*tgl
--------------------------------------------------------- */
.tgl-switch {
  display: none;
}

.tgl-switch::selection,
.tgl-switch:after::selection,
.tgl-switch:before::selection,
.tgl-switch *::selection,
.tgl-switch *:after::selection,
.tgl-switch-btn *:before::selection,
.tgl-switch + .tgl-switch-btn::selection {
  background: none;
}

.tgl-switch + .tgl-switch-btn {
  outline: 0;
  display: block;
  width: 53px;
  height: 28px;
  position: relative;
  cursor: pointer;
  user-select: none;
}

.tgl-switch + .tgl-switch-btn:after,
.tgl-switch + .tgl-switch-btn:before {
  position: relative;
  display: block;
  content: "";
  width: 22px;
  height: 22px;
}

.tgl-switch + .tgl-switch-btn:after {
  left: 0;
}

.tgl-switch + .tgl-switch-btn:before {
  display: none;
}

.tgl-switch:checked + .tgl-switch-btn:after {
  left: 53%;
}

.tgl-switch + .tgl-switch-btn {
  background: #fbfbfb;
  border-radius: 2em;
  padding: 2px;
  transition: all .4s ease;
  border: 1px solid #e8eae9;
}

.tgl-switch + .tgl-switch-btn:after {
  border-radius: 2em;
  background: #fbfbfb;
  transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 4px 0 rgba(0, 0, 0, 0.08);
}

.tgl-switch + .tgl-switch-btn:hover:after {
  will-change: padding;
}

.tgl-switch + .tgl-switch-btn:active {
  box-shadow: inset 0 0 0 2em #e8eae9;
}

.tgl-switch + .tgl-switch-btn:active:after {
  padding-right: .8em;
}

.tgl-switch:checked + .tgl-switch-btn {
  background: #ffa776;
}

.tgl-switch:checked + .tgl-switch-btn:active {
  box-shadow: none;
}

.tgl-switch:checked + .tgl-switch-btn:active:after {
  margin-left: -.8em;
}

/* checkbox
--------------------------------------------------------- */
.editer-box.fix .fix-bottom-wrap label.fix-sum-btn {
  display: block;
  text-align: left;
  /*border: 1px solid #9b9b9b;*/
  padding: 0;
  border-radius: 3px;
}

.editer-box.fix .fix-bottom-wrap td label > input {
  display: none;
}

.editer-box.fix .fix-bottom-wrap label.fix-sum-btn span.check-text {
  position: relative;
  padding: 0 0 0 22px;
  display: block;
  font-weight: bold;
  font-size: 15px;
  cursor: pointer;
  line-height: 1;
  margin-bottom: 8px;
}

.editer-box.fix .fix-bottom-wrap label.fix-sum-btn span.check-text::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #a9a9a9;
  background: #fff;
}

.editer-box.fix .fix-bottom-wrap label.fix-sum-btn span.check-text .fix-attention {
  font-size: 11px;
  display: block;
}

.editer-box.fix .fix-bottom-wrap input:checked + label.fix-sum-btn span.check-text::after {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 4px;
  width: 8px;
  height: 13px;
  transform: rotate(40deg);
  border-bottom: 2px solid #ff5050;
  border-right: 2px solid #ff5050;
}

/* price
--------------------------------------------------------- */
.price-wrap-box {
  margin: auto;
  text-align: center;
}

.header .price-wrap-box {
  margin: 0;
  display: flex;
  align-items: center;
}

.price-wrap-box .price-box {
  text-align: left;
  font-weight: bold;
  margin: 0;
  line-height: 1.1;
  color: #888;
  /*max-width: 110px;*/
}

.price-wrap-box .price-box dl {
  margin: 0 0 2px;
}

.price-wrap-box .price-box dl dt {
  font-weight: normal;
}

.price-wrap-box .price-box dl dd {
  line-height: 1.1;
  letter-spacing: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: baseline;
}

.price-wrap-box span.price-yen {
  color: #f10e0e;
  font-size: 18px;
}

.price-wrap-box .price-box span.price {
  font-weight: bold;
  font-size: 24px;
  color: #f10e0e;
  padding: 0;
}

.price-wrap-box .price-box span.tax {
  font-size: 11px;
  display: inline;
  margin-right: 5px;
}

.price-wrap-box .price-box span.per-one,
.price-wrap-box .price-box span.size-one {
  display: none;
  font-size: 11px;
  font-weight: normal;
}

.price-wrap-box .price-box span.per-one .price {
  font-size: 14px;
  font-weight: normal;
}

/* ----- .size-quantity ----- */
.size-quantity {
  /*margin-right: 12px;*/
}

.header .size-quantity {
  display: none;
}

.size-quantity dl {
  /*display: flex;
  align-items: center;*/
  margin: 0;
  overflow: hidden;
}

.size-quantity-edit dt {
  font-weight: bold;
  margin-right: 5px;
  color: #888;
  float: left;
  display: flex;
  width: 100px;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  height: 40px;
}

.size-quantity-edit dt.firstChild {
  padding-left: 0;
}

.size-quantity-edit dd {
  float: left;
  margin-bottom: 10px;
}

.size-quantity-edit dd + dt {
  /*margin-left: 15px;*/
}

.size-quantity input[type="number"] {
  text-align: right;
  background: #f1f1f1;
  border: 0;
  border-radius: 5px;
  width: 60px;
  font-size: 15px;
  padding: 8px 5px;
  font-weight: bold;
}

.size-quantity input[type="number"]:focus {
  outline: none;
}

input.design-key-input {
  width: 100%;
  height: 40px;
  font-size: 20px;
  display: inline-block;
  margin: 10px 0;
  cursor: pointer;
}

select[data-pd-role=useColors].selected + span .select2-selection {
  border-color: #f99700;
  border-width: 1px;
  box-shadow: 0px 0px 11px #f99700;
}

li[data-pd-role=useColors] {
  list-style: none;
  float: left;
  margin-right: 5px;
  border: 2px solid #ccc;
  cursor: pointer;
  width: 30px;
  height: 30px;
}

li[data-pd-role=useColors].selected,
.pickr.selected {
  /*
border-color: #f99700;
border-width: 2px;
*/
}

.pickr .pcr-button {
  border-radius: 50%;
  border: 2px solid #ECECEC;
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.16);
  text-indent: -999px;
}

.pickr .pcr-button:hover {
  border: 2px solid #E7003C;
}

.pickr .pcr-button:focus {
  box-shadow: none;
}

.pickr .pcr-button:after,
.pickr .pcr-button:before {
  border-radius: 50%;
}

.text-font-wrap .select2-container,
.text-effect-link-wrap .select2-container {
  width: 100%;
  background-color: #fff;
  padding: 9px;
  display: block;
  border: 1px solid #eaeaea;
  border-radius: 6px;
  text-align: left;
  color: #333;
  font-weight: bold;
  position: relative;
}

.text-font-wrap .select2-container .select2-selection--single,
.text-effect-link-wrap .select2-container .select2-selection--single {
  background-color: transparent;
  border: none;
  border-radius: 0;
  height: auto;
}

.text-font-wrap .select2-container .select2-selection--single .select2-selection__rendered,
.text-effect-link-wrap .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0px;
  line-height: 20px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
design-edit-area common
-----------------------------------------------------------
----------------------------------------------------------- */
.design-edit-area .design-edit-block {
  margin-bottom: 12px;
}
.design-edit-area .design-edit-block:last-child {
  margin-bottom: 0;
}

.design-edit-area .design-edit-article {
  text-align: left;
}

/*
---------------------------------------------------------
select-btn
--------------------------------------------------------- */
.design-edit-area .select-btn-wrap {
  display: flex;
}

.design-edit-area .select-btn {
  align-items: center;
  justify-content: center;
  display: flex;
  width: 44px;
  height: 44px;
  padding: 5px;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #eaeaea;
  display: block;
  cursor: pointer;
}

.design-edit-area .select-btn:hover,
.design-edit-area .select-btn:active,
.design-edit-area .select-btn.active,
.design-edit-area .select-btn:focus {
  background-color: #FFEAA4;
}

.design-edit-area .select-btn + .select-btn {
  margin-left: 6px;
}

.design-edit-area .select-btn-wrap input {
  display: none;
}

.design-edit-area .select-btn-wrap input + label {
  width: 44px;
}

.design-edit-area .select-btn-wrap input:checked + label {
  background-color: #FFEAA4;
}

.design-edit-area .select-btn-wrap input + label:nth-of-type(n+2) {
  margin-left: 5px;
}

.design-edit-area .select-btn-list {
  display: flex;
  justify-content: space-between;
}

.design-edit-area .select-btn-list.col02 li {
  width: 48%;
}

.design-edit-area .select-btn-list.col03 li {
  width: 30%;
}

.design-edit-area .select-btn.selected,
.design-edit-area .select-btn:hover,
.design-edit-area .select-btn:active {
  background-color: #FFEAA4;
}

.design-edit-area .Flex-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.design-edit-area .Flex-block > div {
  width: 48%;
}

.design-edit-area .simple-bar-select a {
  text-decoration: none;
}

.design-edit-area .simple-bar-select a:hover,
.design-edit-area .simple-bar-select a:active {
  background-color: #FFEAA4;
}

.design-edit-area input[type="text"] {
  width: 100%;
  padding: 8px;
  font-size: 15px;
  box-shadow: none;
  border: 1px solid #eaeaea;
  border-radius: 6px;
}

.design-edit-area select {
  width: 100%;
  padding: 8px;
  border: 1px solid #eaeaea;
  box-shadow: none;
  font-size: 15px;
  border-radius: 6px;
}

.design-edit-area .design-edit-area-back {
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -9999px;
  display: block;
  background: url(../img/icon_back.svg) no-repeat center center;
  width: 30px;
  height: 30px;
  background-size: 13px auto;
}

.design-edit-area .design-edit-area-close {
  position: absolute;
  top: 0;
  right: 0;
  text-indent: -9999px;
  display: block;
  background: url(../img/icon_close.svg) no-repeat center center;
  width: 30px;
  height: 30px;
  background-size: 22px auto;
}

.design-edit-area .design-edit-body-title {
  text-align: left;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1.3;
  font-size: 14px;
}

/*
---------------------------------------------------------
spinner_area
--------------------------------------------------------- */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.spinner_area {
  display: flex;
  border: 1px solid #eaeaea;
  border-radius: 4px;
  align-items: center;
  background-color: #fff;
}

.scale-bar-wrap .spinner_area {
  width: 30%;
}

.scale-bar-wrap .spinner_area span.counter-unit {
  font-weight: bold;
}

.btnspinner {
  -ms-user-select: none;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.btnspinner-wrap {
  width: 22px;
  background: #fff;
  border-radius: 0 4px 4px 0;
}

.spinner_area input[type="number"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  border: none;
  background: none;
  box-shadow: none;
  font-size: 17px;
  width: calc(100% - 22px);
  padding: 3px 5px;
  border-radius: 4px 0 0 4px;
  height: 40px;
}

.spinner_area input[type="button"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  outline: none;
  font-weight: bold;
  border: none;
  background: none;
  cursor: pointer;
  font-size: 10px;
  height: 20px;
  padding: 7px 0 0;
  width: 100%;
  line-height: 10px;
}

.spinner_area input[type="button"] + input[type="button"] {
  padding: 0 0 7px;
}

/*
---------------------------------------------------------
 .color-edit
--------------------------------------------------------- */
.design-edit-area .color-edit {
  overflow: hidden;
  padding: 1px;
}

.design-edit-area .color-edit li {
  width: 10%;
  height: 17px;
  overflow: hidden;
  text-indent: -9999px;
  float: left;
  cursor: pointer;
  border: 2px solid #ECECEC;
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.16);
}

.design-edit-area .color-edit li:hover {
  border: 2px solid #E7003C;
}

/*
---------------------------------------------------------
edit-search-box
--------------------------------------------------------- */
.design-edit-area .edit-search-box {
  position: relative;
}

.design-edit-area .edit-search-box .search-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  display: block;
}

.design-edit-area .edit-search-box .search-btn a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/icon_search.svg) no-repeat center center;
  text-indent: -9999px;
  background-size: 20px auto;
}

.design-edit-area .font-search-block {
  margin-bottom: 20px;
}

.design-edit-area .design-edit-body.font-form-wrap {
  margin-bottom: 20px;
}

.design-edit-area .design-edit-body.font-categ-wrap .design-edit-body-title span {
  font-size: 16px;
}

.item-search-area .design-edit-body-title span {
  background: url(../img/icon_filter.svg) no-repeat left center;
  background-size: 19px auto;
  padding-left: 25px;
}

.design-edit-area .design-edit-body.font-categ-wrap .design-edit-body-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.design-edit-area .design-edit-body.font-categ-wrap .design-edit-body-title .reset-link {
  text-decoration: none;
}

/*
---------------------------------------------------------
scale-bar
--------------------------------------------------------- */
.design-edit-area .scale-bar-wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  padding-left: 10px;
}

.design-edit-area .scale-bar {
  position: relative;
  background-color: #ef3a6e;
  height: 5px;
  border-radius: 3px;
  position: relative;
  z-index: 2;
  background-color: #F15E0E;
  width: 66%;
  border-radius: 14px;
}

.design-edit-area .scale-bar:before {
  width: 2px;
  content: "";
  height: 20px;
  display: block;
  background-color: #999;
  position: absolute;
  top: -7px;
  left: calc(50% - 1px);
  z-index: 1;
}

.design-edit-area .scale-bar .pointer {
  position: absolute;
  top: -10px;
  left: 0;
  display: block;
  width: 24px;
  height: 24px;
  z-index: 2;
  background: #F15E0E;
  border-radius: 50%;
  border: 3px solid #f1f1f1;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  cursor: col-resize;
}

.design-edit-area .scale-bar + input[type="number"] {
  width: 24%;
  padding: 9px 10px;
  border: 1px solid #eaeaea;
  border-radius: 4px;
}

.design-edit-area .scale-bar-wrap.noinput {
  height: 50px;
}
.design-edit-area .scale-bar-wrap.noinput .scale-bar {
  width: 92%;
}
.design-edit-area .scale-bar-wrap.noinput .spinner_area {
  display: none;
}

/* --------------------------------------------------------
-----------------------------------------------------------
.text-area
-----------------------------------------------------------
----------------------------------------------------------- */
.design-edit-area .textarea-block textarea {
  font-size: 17px;
  padding: 8px;
  border: 1px solid #eaeaea;
  box-shadow: none;
  border-radius: 6px;
  height: 72px;
  vertical-align: top;
}

.design-edit-area ul.btn-list.form--text--element--style {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

/*
---------------------------------------------------------
text-align-form-block
--------------------------------------------------------- */
.design-edit-area ul.btn-list.form--text--element--style li img {
  border-radius: 4px;
  width: 42px;
}

.design-edit-area ul.btn-list.form--text--element--style li {
  margin-left: 5%;
  width: 30%;
  border: 1px solid #eaeaea;
  border-radius: 6px;
}

.design-edit-area ul.btn-list.form--text--element--style li:nth-of-type(3n+1) {
  margin-left: 0;
}

.design-edit-area .design-edit-body.text-font-wrap {
  width: 66%;
}

.design-edit-area .design-edit-body.text-size-wrap {
  width: 29%;
}

.design-edit-area .simple-bar-select a {
  width: 100%;
  background-color: #fff;
  padding: 9px;
  display: block;
  border: 1px solid #eaeaea;
  border-radius: 6px;
  text-align: left;
  color: #333;
  position: relative;
}

.design-edit-area .simple-bar-select a:before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #929292;
  border-right: 1px solid #929292;
  display: block;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 5.6px);
  right: 12px;
}

.design-edit-area .simple-bar-select a:hover {
  text-decoration: none;
}

.text-align-wrap .select-btn {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40px auto;
  text-indent: -9999px;
  display: block;
}

.text-align-wrap .align-left {
  background-image: url("../img/select_btn/select_btn_text_align_left.svg");
}

.text-align-wrap .align-center {
  background-image: url("../img/select_btn/select_btn_text_align_center.svg");
}

.text-align-wrap .align-right {
  background-image: url("../img/select_btn/select_btn_text_align_right.svg");
}

/*
---------------------------------------------------------
object-size
--------------------------------------------------------- */
.object-size {
  color: #888;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0;
}

.object-size span.times {
  padding: 0 0px;
}

/*
---------------------------------------------------------
text-color-framecolor-block
--------------------------------------------------------- */
.design-edit-area .color-edit li {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

/*
---------------------------------------------------------
text-color-framecolor-block
--------------------------------------------------------- */
.design-edit-area .Flex-block.text-color-framecolor-block {
  justify-content: flex-start;
  padding: 5px 0;
}

.design-edit-area .text-color-framecolor-block .design-edit-body {
  width: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: flex-start;
  flex-direction: row;
}

.design-edit-area .text-color-framecolor-block .design-edit-body > div {
  float: none;
  margin: 0;
}

.design-edit-area .text-color-framecolor-block .design-edit-body .design-edit-body-title {
  margin-right: 4px;
}

.design-edit-area .design-edit-body.text-framecolor-wrap {
  margin-left: 22px;
}

.design-edit-area .text-color-framecolor-block .design-edit-body.text-color-wrap span {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: block;
  border: 1px solid #ccc;
}

.design-edit-area .text-color-framecolor-block .design-edit-body.text-framecolor-wrap span {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: block;
  border: 1px solid #ccc;
}

/*
---------------------------------------------------------
 text-boxsize-lock-block
--------------------------------------------------------- */
.design-edit-area .text-boxsize-lock-block .design-edit-body.text-boxsize-wrap {
  width: 59%;
}

.design-edit-area .text-boxsize-lock-block .design-edit-body.check-box-wrap {
  width: 39%;
}

.design-edit-area .Flex-block.text-boxsize-lock-block {
  align-items: flex-end;
}

.design-edit-body.text-boxsize-wrap .design-edit-article {
  color: #888888;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0;
}

/* checkbox
--------------------------------------------------------- */
.design-edit-area .check-box-wrap input {
  display: none;
}

.design-edit-area .check-box-wrap label {
  text-align: right;
  padding: 0;
  margin-bottom: 0;
  display: block;
  cursor: pointer;
}

.design-edit-area .check-box-wrap label span {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 4px 0 4px 30px;
  font-size: 14px;
}

.design-edit-area .check-box-wrap label span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
  border: 1px solid #eaeaea;
  background: #fff;
  border-radius: 4px;
  margin: auto 0;
  bottom: 0;
}

.design-edit-area .check-box-wrap input:checked + label span::after {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  left: 8px;
  width: 10px;
  height: 16px;
  transform: rotate(40deg);
  border-bottom: 4px solid #ff5050;
  border-right: 4px solid #ff5050;
  bottom: 0;
  margin: auto 0;
}

/*
---------------------------------------------------------
.text-detail-link-block
--------------------------------------------------------- */
.design-edit-area .text-detail-link-block .link-wrap a {
  font-weight: bold;
  font-size: 17px;
  text-decoration: underline;
}

.design-edit-area .text-detail-link-block {
  text-align: right;
}

/*
---------------------------------------------------------
 text-effect-block
--------------------------------------------------------- */
.design-edit-area .design-edit-block.text-effect-block .text-effect-wrap {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.design-edit-area .design-edit-block.text-effect-block .text-effect-wrap > div {
  display: table-cell;
  vertical-align: middle;
}

.design-edit-area .design-edit-block.text-effect-block .design-edit-body-title {
  margin-bottom: 0;
  width: 48px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
detail
-----------------------------------------------------------
----------------------------------------------------------- */
/* scaling-list */
/* .scaling-list {
  clear: both;
  padding: 0 0 3px;
  zoom: 1;
}
.scaling-list:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}
.scaling-list dt {
  font-size: 10px;
  float: left;
  width: 30px;
} */
/*
---------------------------------------------------------
 design-edit-text-direction-area
--------------------------------------------------------- */
.design-edit-area .design-edit-block.image-edit-block li,
.design-edit-area .design-edit-block.text-direction-block li {
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  padding: 8px 20px;
  width: 50%;
  background: #fff;
  text-align: center;
  cursor: pointer;
}

.design-edit-area .design-edit-block.image-edit-block input:checked + label,
.design-edit-area .design-edit-block.text-direction-block input:checked + label {
  background-color: #FFEAA4;
}

.design-edit-area .design-edit-block.image-edit-block ul,
.design-edit-area .design-edit-block.text-direction-block ul {
  display: flex;
}

.design-edit-area .design-edit-block.image-edit-block label {
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  padding: 8px 12px;
  width: 50%;
  background: #fff;
  text-align: center;
  cursor: pointer;
}
.design-edit-area .design-edit-block.image-edit-block label:first-of-type {
  border-left: 1px solid #eaeaea;
  border-radius: 6px 0 0 6px;
}
.design-edit-area .design-edit-block.image-edit-block label:last-of-type {
  border-right: 1px solid #eaeaea;
  border-radius: 0 6px 6px 0;
}

.design-edit-area .design-edit-block.text-direction-block .text-direction-horizontal {
  border-left: 1px solid #eaeaea;
  border-radius: 6px 0 0 6px;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  padding: 8px 20px;
  width: 50%;
  background: #fff;
  text-align: center;
  cursor: pointer;
}

.design-edit-area .design-edit-block.text-direction-block .text-direction-vertical {
  border-right: 1px solid #eaeaea;
  border-radius: 0 6px 6px 0;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  padding: 8px 20px;
  width: 50%;
  background: #fff;
  text-align: center;
  cursor: pointer;
}

.design-edit-area .design-edit-block.image-edit-block label span,
.design-edit-area .design-edit-block.text-direction-block label span {
  font-size: 16px;
  font-weight: bold;
}

.design-edit-area .design-edit-block.image-edit-block label span:before,
.design-edit-area .design-edit-block.image-edit-block label span:after,
.design-edit-area .design-edit-block.text-direction-block label span:before,
.design-edit-area .design-edit-block.text-direction-block label span:after {
  display: none;
}

.design-edit-area .design-edit-block.text-direction-block label span {
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 25px auto;
  padding-left: 33px;
}

.design-edit-area .design-edit-block.text-direction-block .text-direction-horizontal span {
  background-image: url("../img/select_btn/select_btn_text_direction_horizontal.svg");
}

.design-edit-area .design-edit-block.text-direction-block .text-direction-vertical span {
  background-image: url("../img/select_btn/select_btn_text_direction_vertical.svg");
}

/*
---------------------------------------------------------
.flip-layer-block
--------------------------------------------------------- */
.design-edit-area .design-edit-block.flip-layer-block {
  justify-content: start;
}

.design-edit-area .design-edit-body.flip-wrap {
  width: 32%;
}

.design-edit-area .design-edit-body.layer-wrap {
  width: 32%;
  margin-left: 5%;
}

/*
---------------------------------------------------------
flip-wrap
--------------------------------------------------------- */
.design-edit-area .flip-wrap .flip-select-wrap .select-btn {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 36px auto;
  text-indent: -9999px;
  display: block;
}

.design-edit-area .flip-wrap .flip-vertical {
  background-image: url("../img/select_btn/select_btn_flip_vertical.svg");
}

.design-edit-area .flip-wrap .flip-horizontal {
  background-image: url("../img/select_btn/select_btn_flip_horizontal.svg");
}

/*
---------------------------------------------------------
layer-wrap
--------------------------------------------------------- */
.design-edit-area .layer-wrap .layer-select-wrap .select-btn {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 36px auto;
  text-indent: -9999px;
  display: block;
}

.design-edit-area .layer-wrap .layer-select-wrap .layer-next {
  background-image: url("../img/select_btn/select_btn_layer_next.svg");
}

.design-edit-area .layer-wrap .layer-select-wrap .layer-prev {
  background-image: url("../img/select_btn/select_btn_layer_prev.svg");
}

/* --------------------------------------------------------
-----------------------------------------------------------
font
-----------------------------------------------------------
----------------------------------------------------------- */
.design-edit-area ul.font-list.No-list li {
  margin-bottom: 8px;
}

.design-edit-area .font-list-wrap {
  overflow-y: scroll;
  height: calc(100vh - 350px);
}

body.mypalet .design-edit-area .font-list-wrap {
  height: calc(100vh - 418px);
}

.design-edit-area ul.font-list.No-list li img {
  max-width: 180px;
  max-height: 26px;
}

.design-edit-area ul.font-list.No-list li span {
  font-size: 13px;
}

.design-edit-area ul.font-list.No-list li a {
  display: flex;
  justify-content: space-between;
  text-decoration: none;
  color: #444;
  width: 100%;
  padding: 8px;
  border-radius: 6px;
}

.design-edit-area ul.font-list li a:hover,
.design-edit-area ul.font-list li a:active,
.design-edit-area ul.font-list li a.active,
.design-edit-area ul.font-list li.selected a {
  background-color: #FFEAA4;
}

.design-edit-area ul.font-effect-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: flex-start;
  flex-direction: row;
}

.design-edit-area ul.font-effect-list li {
  text-align: center;
  height: 100%;
  margin-left: 8px;
  width: calc((100% - 16px) / 3);
}
.design-edit-area ul.font-effect-list li:nth-of-type(3n+1) {
  margin-left: 0;
}
.design-edit-area ul.font-effect-list li:nth-of-type(n+4) {
  margin-top: 8px;
}

.design-edit-area ul.font-effect-list li a {
  height: 100%;
  display: block;
  text-decoration: none;
  color: #666;
  font-size: 13px;
  letter-spacing: 0;
  font-weight: bold;
  padding: 3px;
  background: #FFF;
}

.design-edit-area ul.font-effect-list li a.selected,
.design-edit-area ul.font-effect-list li a:hover {
  background-color: #FFEAA4;
}

.design-edit-area ul.font-effect-list li a .font-effect-name {
  color: #666;
  font-size: 10px;
  line-height: 1.3;
  margin-top: -2px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
stamp common
-----------------------------------------------------------
----------------------------------------------------------- */
.item-result-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 14px;
}

ul.item-list {
  display: flex;
  flex-wrap: wrap;
  max-height: calc(100vh - 300px);
  overflow-y: scroll;
}

body.mypalet ul.item-list {
  max-height: calc(100vh - 368px);
}

ul.item-list li {
  margin-bottom: 5%;
  margin-left: 2%;
}

ul.item-list li:nth-of-type(3n+1) {
  margin-left: 0;
}

ul.item-list li a {
  background-color: #fff;
  border-radius: 4px;
  display: block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-indent: -999px;
  width: 100%;
  height: 100%;
}

/* --------------------------------------------------------
-----------------------------------------------------------
stamp
-----------------------------------------------------------
----------------------------------------------------------- */
.design-edit-area.stamp-area ul.item-list li {
  width: 22%;
}

/* .pager-wrap ul {
    display: flex;
    justify-content: center;
}
.pager-wrap ul li {
    margin: 0 0 0 5px;
    align-items: center;
}
.pager-wrap ul li a,
.pager-wrap ul li span {
  width: 28px;
  height: 28px;
  display: block;
  border-radius: 50%;
  font-weight: bold;
  color: #444;
  text-decoration: none;
  font-size: 19px;
  text-align: center;
  line-height: 1.4;
}
.pager-wrap ul li a:hover,
.pager-wrap ul li span.pager-now {
    background-color: #FFEAA4;
} */
/* line-block
--------------------------------------------------------- */
.design-edit-area .design-edit-body.line-width-wrap {
  width: 32%;
}

.design-edit-area .design-edit-body.line-style-wrap {
  width: 64%;
}

/* dashed-line-block
--------------------------------------------------------- */
.design-edit-area .design-edit-block.dashed-line-block {
  justify-content: start;
}

.design-edit-area .design-edit-body.line-length-wrap {
  width: 32%;
}

.design-edit-area .design-edit-body.line-spacing-wrap {
  width: 32%;
  margin-left: 4%;
}

/*
---------------------------------------------------------
item-search-area
--------------------------------------------------------- */
.item-search-area {
  position: absolute;
  top: 0;
  width: 300px;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 20px;
  left: 100%;
  height: 100%;
}

.item-search-area:before {
  content: "";
  display: block;
  position: absolute;
  top: 36px;
  left: -22px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 22px 10px 0;
  border-color: transparent #ccc transparent transparent;
}

.item-categ-list > li {
  border-radius: 4px;
}

.item-categ-list li {
  background-color: #fff;
  position: relative;
}

.item-categ-list li:hover {
  background-color: #FFEAA4;
}

.item-categ-list a {
  width: 100%;
  display: block;
  padding: 10px 16px;
  color: #444;
  text-decoration: none;
  font-weight: bold;
}

.item-categ-list > li {
  margin-bottom: 20px;
}

.item-categ-list li.categ-popular-wrap a span {
  background: url("../img/icon_ranking.svg") no-repeat left center;
  background-size: 20px auto;
  padding-left: 27px;
}

.item-categ-list .list-acc-btn:before {
  content: '';
  display: block;
  position: absolute;
  top: 18px;
  right: 14px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #444 transparent transparent transparent;
}

.item-categ-list .list-acc-btn.active:before {
  transform: rotate(180deg);
}

/* .dropmenu li a{
  background-color:#fff;
}
.dropmenu li a:hover{
  background-color:#FFEAA4;
} */
.dropmenu {
  display: none;
}

.dropmenu li:last-child {
  border-radius: 0 0 6px 6px;
}

.design-edit-block.font-list-block {
  overflow-y: auto;
  height: calc(100% - 205px);
  margin-bottom: 0;
}

.design-edit-body.font-categ-wrap {
  overflow: auto;
}

.item-search-wrap {
  height: 100%;
  overflow: hidden;
}
.item-search-wrap ul.item-categ-list {
  height: calc(100vh - 150px);
  overflow-y: scroll;
}

.item-search-area .edit-search-box {
  margin-bottom: 30px;
}

.item-search-area .design-edit-body-title {
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.item-search-area .design-edit-body-title .reset-link {
  text-decoration: none;
}

/* --------------------------------------------------------
-----------------------------------------------------------
template-area
-----------------------------------------------------------
----------------------------------------------------------- */
.design-edit-area.template-area ul.item-list li,
.design-edit-area.stamp-area ul.item-list li {
  width: 90px;
  height: 90px;
  background-color: #ffffff;
  padding: 5px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
upload-area
-----------------------------------------------------------
----------------------------------------------------------- */
/* info-block
--------------------------------------------------------- */
.design-edit-area.upload-area .upload-block .design-edit-body {
  background-color: #fbfbfb;
  padding: 33px 8px 15px;
  text-align: center;
  border: 1px dashed #ccc;
  transition: all .3s;
}
.design-edit-area.upload-area .upload-block .design-edit-body:hover {
  border-color: #ee4176;
  background: #fff9fb;
}

.design-edit-area.upload-area .upload-file {
  font-size: 17px;
  font-weight: bold;
  margin: 0 0 4px;
  padding-top: 75px;
  background: url(../img/icon_upload.svg) no-repeat center top;
  background-size: auto 65px;
  color: #ee4176;
}

.design-edit-area.upload-area .upload-file02 {
  color: #999;
  font-size: 90%;
  margin: 0;
}

.design-edit-area.upload-area .upload-file-extension {
  color: #999;
  margin: 9px 0 0;
  font-size: 90%;
}

.design-edit-area.upload-area .upload-note-block {
  text-align: center;
}

.design-edit-area.upload-area .upload-note-block .design-edit-body-title {
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  color: #EE4176;
  display: inline-block;
  background: url(../img/icon_attention.svg) no-repeat left center;
  background-size: 21px auto;
  padding-left: 26px;
}

.design-edit-area.upload-area .upload-note-block p {
  margin-bottom: 30px;
}
.design-edit-area.upload-area .upload-note-block p:last-child {
  margin-bottom: 0;
}

.design-edit-area.upload-area .upload-note {
  text-align: left;
}

.design-edit-area.upload-area .upload-note-title {
  font-weight: bold;
  text-align: left;
}

/* resolution-block
--------------------------------------------------------- */
.design-edit-area.upload-area .resolution-err-wrap {
  background-color: #FFD1DF;
  padding: 10px;
  border-radius: 6px;
  margin-top: 20px;
  position: relative;
  letter-spacing: 0;
}

.design-edit-area.upload-area .resolution-err-wrap:before {
  content: "";
  display: block;
  position: absolute;
  top: -14px;
  left: 70px;
  height: 0;
  border-style: solid;
  border-width: 0 9px 14px 9px;
  border-color: transparent transparent #FFD1DF transparent;
}

.design-edit-area.upload-area .resolution-attention-title {
  color: #EE4176;
  font-weight: bold;
  margin-bottom: 5px;
  padding-left: 20px;
  font-size: 16px;
}

.design-edit-area.upload-area .resolution-attention-body strong {
  font-size: 17px;
  font-weight: bold;
  color: #EE4176;
  padding: 0 3px;
}

.design-edit-area.upload-area .resolution-body {
  color: #888;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0;
  margin-right: 6px;
  display: flex;
}

.design-edit-area.upload-area .resolution-err {
  color: #EE4176;
  position: relative;
}

.design-edit-area.upload-area .resolution-body span.times {
  padding: 0 2px;
}

.design-edit-area.upload-area .img-size {
  color: #888;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0;
}

.design-edit-area.upload-area .resolution-wrap {
  display: flex;
  align-items: baseline;
}

.design-edit-area.upload-area .design-edit-body.resolution-wrap .design-edit-body-title {
  font-size: 15px;
  margin-right: 8px;
  margin-bottom: 0;
}

/* --------------------------------------------------------
-----------------------------------------------------------
multi-area
-----------------------------------------------------------
----------------------------------------------------------- */
/*
---------------------------------------------------------
 align-select-wrap
--------------------------------------------------------- */
.multi-area .design-edit-body.align-wrap {
  width: 100%;
}

.multi-area .align-select-wrap {
  width: 50%;
  flex-wrap: wrap;
}

.multi-area .align-select-wrap .select-btn:nth-of-type(-n+3) {
  margin-bottom: 7%;
}

.multi-area .align-select-wrap .select-btn:nth-of-type(3n+1) {
  margin-left: 0;
}

.multi-area .align-select-wrap .select-btn {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  display: block;
}

.multi-area .align-select-wrap .align-left {
  background-image: url("../img/select_btn/select_btn_align_left.svg");
}

.multi-area .align-select-wrap .align-center {
  background-image: url("../img/select_btn/select_btn_align_center.svg");
}

.multi-area .align-select-wrap .align-right {
  background-image: url("../img/select_btn/select_btn_align_right.svg");
}

.multi-area .align-select-wrap .align-top {
  background-image: url("../img/select_btn/select_btn_align_top.svg");
}

.multi-area .align-select-wrap .align-middle {
  background-image: url("../img/select_btn/select_btn_align_middle.svg");
}

.multi-area .align-select-wrap .align-bottom {
  background-image: url("../img/select_btn/select_btn_align_bottom.svg");
}

/* --------------------------------------------------------
-----------------------------------------------------------
popup-box
-----------------------------------------------------------
----------------------------------------------------------- */
.popup-box {
  margin: 0 auto;
  border-radius: 12px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  padding: 40px;
}

.popup-box .box-title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}

/* --------------------------------------------------------
-----------------------------------------------------------
iZimodal
-----------------------------------------------------------
----------------------------------------------------------- */
.iziModal {
  border-radius: 10px !important;
}

.Modal-content {
  padding: 40px;
  border-radius: 10px;
}

.Modal-title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}

.Modal-content .Modal-title a.Modal-close {
  position: absolute;
  top: 0;
  right: 0;
  color: #929292;
  text-decoration: none;
  font-size: 24px;
}

.Modal-content .Modal-title a.Modal-back {
  background: url(../img/icon_back.svg) no-repeat left center;
  background-size: 12px auto;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  position: absolute;
  top: 0;
  left: 0;
}

.Modal-content .design-note-wrap {
  text-align: center;
}

.Modal-content .design-note-wrap p {
  font-size: 14px;
  margin-bottom: 16px;
}

.Modal-content .design-note-wrap .btn-box ul {
  list-style: none;
}

.Modal-content .design-note-wrap a {
  width: 36%;
  margin: 0 auto;
}

/* --------------------------------------------------------
-----------------------------------------------------------
myfolder modal-user-design
-----------------------------------------------------------
----------------------------------------------------------- */
.modal-user-design .design--list {
  display: flex;
  flex-wrap: wrap;
}

.modal-user-design .img-box {
  width: 22%;
  margin-left: 4%;
  margin-bottom: 4%;
  text-align: center;
}

.modal-user-design .img-box:nth-of-type(4n+1) {
  margin-left: 0;
}

.modal-user-design .img-box a {
  text-decoration: none;
  color: #444;
}

.modal-user-design .item--list--name span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  color: #666;
  font-weight: bold;
}

.modal-user-design .item-list-img {
  margin-bottom: 6px;
  border: 1px solid #efefef;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  padding: 8px;
  transition: 0.2s all;
  width: 246px;
  height: 246px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1ch;
}

.modal-user-design .img-box a:hover .item-list-img,
.modal-user-design .img-box a:active .item-list-img {
  background-color: #FFEAA4;
  box-shadow: none;
}

.modal-user-design .item-list-img img {
  border-radius: 6px;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  max-width: 226px;
  max-height: 226px;
}

.modal-user-design .item--list--name {
  margin-bottom: 4px;
  text-align: center;
}

.modal-user-design .item--list--date {
  color: #bbb;
  font-weight: normal;
  font-size: 13px;
  text-align: center;
}

/*
---------------------------------------------------------
detail
--------------------------------------------------------- */
.design--detail {
  display: flex;
  justify-content: space-between;
}

.design--detail .design-detail-img-wrap {
  width: 48%;
}

.design-slider .design-bx-slider-pager li a:hover,
.design-slider .design-bx-slider-pager li a:active {
  background-color: #FFEAA4;
  box-shadow: none;
  transition: 0.2s all;
}

.design--detail .design-detail-info-wrap {
  width: 48%;
}

.modal-user-design .detail--design--name {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 16px;
}

.modal-user-design .detail--design--memo {
  margin-bottom: 16px;
}

.modal-user-design .detail-info-bottom {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}

.modal-user-design .detail--design--regdate {
  color: #888;
}

.modal-user-design a.detail--delete {
  color: #EE4176;
  font-weight: bold;
  background: url(../img/icon_delete.svg) no-repeat left center;
  padding-left: 26px;
  background-size: 18px auto;
  font-size: 16px;
  text-decoration: none;
}

.modal-user-design a.detail--edit--reorder span {
  background: url(../img/icon_copy.svg) no-repeat left center;
  background-size: 20px auto;
  padding-left: 27px;
}

.btn-box-wrap .btn-wrap + .btn-wrap {
  margin-top: 20px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
.modal-save-design
-----------------------------------------------------------
----------------------------------------------------------- */
.modal-save-design .save-design-wrapper {
  display: flex;
  justify-content: space-between;
}

.modal-save-design .save-design-img-wrap {
  width: 47%;
}

.modal-save-design .save-design-img-wrap .save-design-bx-slider img {
  max-height: 280px;
}

.modal-save-design .save-design-img-wrap.design-bx-slider li {
  position: relative;
}

.modal-save-design .save-design-img-wrap .design-bx-slider li::before {
  content: attr(title);
  font-size: 13px;
  margin-bottom: 4px;
  display: block;
  color: #888;
  font-weight: bold;
}

.modal-save-design .save-design-form-wrap {
  width: 48%;
}

.modal-save-design .save-design-form-wrap dt {
  margin-bottom: 8px;
}

.modal-save-design .save-design-form-wrap dt label {
  font-weight: bold;
}

.modal-save-design .save-design-form-wrap input,
.save-design-wrapper textarea {
  background: #f1f1f1;
  border: none;
  width: 100%;
  padding: 8px;
  border-radius: 4px;
}

.modal-save-design .btn-box-wrap {
  width: 50%;
  margin: 0 auto;
}

.modal-save-design .btn-box-wrap.col02 {
  display: flex;
}

.modal-save-design .btn-box-wrap.col02 .btn-wrap {
  width: 48%;
}

.modal-save-design .btn-box-wrap.col02 .btn-wrap + .btn-wrap {
  margin-top: 0;
  margin-left: 20px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
preview
-----------------------------------------------------------
----------------------------------------------------------- */
.preview-area-content {
  display: flex;
  justify-content: space-between;
  padding-bottom: 80px;
  width: 1200px;
  margin: auto;
}

.preview-img-block {
  width: 44%;
}

.preview-body-block {
  width: 51%;
}

.preview-area-header {
  padding: 20px 0 10px;
  margin-bottom: 50px;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 5px 0px;
}

.preview-area-logo-wrap {
  width: 30%;
  margin: 0 auto;
  height: 38px;
}

/*
---------------------------------------------------------
preview-area-attention-wrap
--------------------------------------------------------- */
.preview-attention-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px;
  text-align: center;
}

.preview-attention-list-wrap {
  border: 1px solid #ddd;
  padding: 18px 16px;
  background: #f9f9f9;
}
.preview-attention-list-wrap .preview-attention-list-wrap-title {
    color: #f10e0e;
    font-size: 22px;
    padding-top: 10px;
    margin-bottom: 25px;
}
.preview-attention-list-wrap .preview-attention-list:not(.hide) ~ .preview-attention-list {
  margin-top: 20px;
}

.preview-attention-list-wrap .preview-attention-list-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}

.preview-attention-list-wrap .preview-attention-list p {
  padding-left: 18px;
  font-size: 14px;
}

.save-design-btn span {
  background: url(../img/icon_folder02.svg) no-repeat left center;
  background-size: 27px auto;
  padding-left: 40px;
}

/*
---------------------------------------------------------
preview-err-wrap
--------------------------------------------------------- */
.preview-err-wrap {
  background: #FFD1DF;
  padding: 20px;
  border-radius: 6px;
  align-items: center;
  text-align: left;
  position: relative;
  margin-bottom: 40px;
}

.preview-err-wrap:before {
  content: "";
  display: block;
  position: absolute;
  top: 23px;
  left: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 22px 10px 0;
  border-color: transparent #FFD1DF transparent transparent;
}

.preview-err-wrap li {
  background-color: #fff;
  padding: 10px;
  display: flex;
  align-items: center;
}

.preview-err-wrap li + li {
  margin-top: 20px;
}

.preview-err-wrap li a {
  color: #EE4176;
  font-weight: bold;
}

.preview-err-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
}

.preview-err-wrap li .preview-err-main {
  padding-left: 64px;
  background: url(../img/icon_attention02.svg) no-repeat 10px center;
  background-size: 37px auto;
  width: calc(100% - 92px);
}

.preview-err-wrap li .preview-err-link {
  margin-left: auto;
  width: 88px;
  text-align: right;
}

.preview-err-wrap li .preview-err-main-title {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 5px;
}

/* preview-area-check-wrap
--------------------------------------------------------- */
.preview-area-check-wrap {
  margin: 0 auto;
  text-align: center;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  margin-bottom: 30px;
}

.preview-area-check-wrap label {
  cursor: pointer;
  line-height: 40px;
  font-size: 17px;
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
}

.preview-area-check-wrap label span {
  position: relative;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.8;
}

.preview-area-check-wrap label span:before {
  position: absolute;
  z-index: 1;
  top: 5px;
  left: 5px;
  width: 18px;
  height: 12px;
  content: '';
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  -webkit-transform: rotate(-45deg) scale(0, 0);
  transform: rotate(-45deg) scale(0, 0);
  border: 4px solid #EE4176;
  border-top-style: none;
  border-right-style: none;
}

.preview-area-check-wrap .confirm:checked + label span:before {
  -webkit-transform: rotate(-45deg) scale(1, 1);
  transform: rotate(-45deg) scale(1, 1);
}

.preview-area-check-wrap label span:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  height: 28px;
  content: '';
  cursor: pointer;
  background: #f1f1f1;
  border-radius: 4px;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.preview-area-check-wrap input[type=checkbox] {
  position: relative;
  left: auto;
  height: 40px;
  width: 40px;
  -moz-appearance: none;
  -webkit-appearance: none;
  margin-right: 7px;
  border: none;
  box-shadow: none;
  display: none;
}

.preview-area-check-wrap input[type=checkbox]:focus {
  outline: none;
}

/* price-wrap-box
--------------------------------------------------------- */
.size-quantity .spinner_area {
  width: 80px;
  background: #f1f1f1;
}

.size-quantity .spinner_area input[type="number"] {
  background: transparent;
}

.size-quantity .spinner_area .btnspinner-wrap {
  background: transparent;
}

.preview-area .price-wrap-box {
  /*display: flex;
  align-items: center;
  justify-content: center;*/
  margin-bottom: 28px;
}

.preview-area .price-box dl {
  	/* display: flex; 
      align-items: center; */
  margin: 0;
  text-align: center;
}

.preview-area .price-wrap-box dt {
  color: #444;
  margin-right: 10px;
  margin-bottom: 5px;
}

.preview-area .price-wrap-box dt:nth-of-type(3n+1) {
  clear: both;
}

.preview-area .price-box dd {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: baseline;
}

.preview-area .price-box dd span.price {
  font-size: 30px;
}

.preview-area .price-box dd .yen {
  font-weight: bold;
  font-size: 26px;
  color: #f10e0e;
  padding: 0 5px 0 0;
  letter-spacing: 0;
}

.preview-area .size-quantity {
  /* margin-right: 30px;*/
  margin-bottom: 15px;
}

/* btn-box-wrap
--------------------------------------------------------- */
.preview-area-body.btn-box-wrap {
  text-align: center;
}

.preview-area-body.btn-box-wrap .btn-wrap button {
  width: 52%;
  text-align: center;
  margin: 0 auto;
  font-size: 22px;
}

.preview-area .order-sub-buton.back_btn {
  font-weight: normal;
  color: #444444;
  font-size: 16px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
preview key
-----------------------------------------------------------
----------------------------------------------------------- */
/*
---------------------------------------------------------
preview-key-wrap
--------------------------------------------------------- */
.preview-area-body.preview-key-wrap input.key--box {
  width: 100%;
  background: #f1f1f1;
  border: 0;
  padding: 10px;
  font-size: 16px;
  border-radius: 6px;
}

.preview-area-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 16px;
}

.preview-area-body.preview-key-wrap .preview-btn-wrap {
  text-align: right;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 40px;
  height: 100%;
}

.preview-btn-wrap a.key-copy-btn {
  font-size: 12px;
  font-weight: bold;
  background: url(../img/icon_copy02.svg) no-repeat center center;
  color: #33AB9F;
  background-size: 26px auto;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.preview-btn-wrap a.key-copy-btn:hover,
.preview-btn-wrap a.key-copy-btn:active {
  opacity: 0.8;
}

.preview-area-body.preview-key-wrap {
  margin-bottom: 40px;
  position: relative;
}

.preview-area_order_buton_wrap button {
  display: inline-block;
  width: 57%;
}

.preview-area-body.preview-key-note-wrap {
  margin-bottom: 60px;
}

/*
---------------------------------------------------------
preview-btn-wrap
--------------------------------------------------------- */
/* share-btn-wrap
--------------------------------------------------------- */
.share-btn-list-wrap {
  display: flex;
}

.preview-area-body.share-btn-list-wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.preview-area-body.share-btn-list-wrap .share-btn-wrap + .share-btn-wrap {
  margin-left: 50px;
}

.preview-area-body.share-btn-list-wrap .share-btn-wrap a {
  color: #444;
  font-size: 15px;
  padding-top: 40px;
  display: block;
  font-weight: bold;
  text-decoration: none;
  backface-visibility: hidden;
}

.preview-area-body.share-btn-list-wrap .share-btn-wrap a.pdf-btn {
  background: url(../img/share_btn_download.svg) no-repeat center top;
  background-size: 30px auto;
}

.preview-area-body.share-btn-list-wrap .share-btn-wrap a.mail-btn {
  background: url(../img/share_btn_mail.svg) no-repeat center top;
  background-size: 40px auto;
}

.preview-area-body.share-btn-list-wrap .share-btn-wrap a:hover,
.preview-area-body.share-btn-list-wrap .share-btn-wrap a:active {
  transform: translateY(2px);
  transition: 0.2s all;
  opacity: 0.8;
}

/*
---------------------------------------------------------
[Modal] mail-area
--------------------------------------------------------- */
.preview-area-body.mail-note-wrap p {
  margin-bottom: 30px;
}

.preview-area-body.mail-form-wrap dt {
  margin-bottom: 8px;
}

.preview-area-body.mail-form-wrap dt label {
  font-size: 16px;
  font-weight: bold;
}

.preview-area-body.mail-form-wrap dd input,
.preview-area-body.mail-form-wrap dd textarea {
  width: 100%;
  background: #f1f1f1;
  font-size: 16px;
  padding: 8px;
  border: none;
  border-radius: 6px;
}

.preview-area-block.mail-form-block {
  margin-bottom: 40px;
}

.mail-form-attention {
  margin-top: 8px;
  margin-bottom: 0;
}

.preview-area-body.mail-form-wrap .img-wrap {
  margin-bottom: 16px;
}

dl.preview-key-form-security-wrap {
  background-color: #dedede;
  padding: 20px;
}

dl.preview-key-form-security-wrap input[type="text"] {
  background-color: #fff;
}

.preview-key-form-security-body {
  display: flex;
  justify-content: space-between;
}

.preview-key-form-security-body .img-wrap {
  width: 50%;
}

.preview-key-form-security-body .input-wrap {
  width: 48%;
}

.preview-area-block.mail-form-block .btn-box-wrap .btn-wrap {
  width: 50%;
  margin: 0 auto;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 .cutline-area
-----------------------------------------------------------
----------------------------------------------------------- */
.cutline-area .cutline-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: flex-start;
}

.cutline-area .cutline-list .tile {
  cursor: pointer;
  width: calc((100% - 21px) / 3);
  margin-left: 10px;
}

.cutline-area .cutline-list .tile:nth-of-type(3n+1) {
  margin-left: 0;
}

.cutline-area .cutline-list .tile:nth-of-type(n+4) {
  margin-top: 10px;
}

.cutline-area .cutline-list .tile .tile-image {
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #eaeaea;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}

.cutline-area .cutline-list .tile .tile-image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: calc(100% - 5px);
  max-height: calc(100% - 5px);
}

.cutline-area .cutline-list .tile .tile-name {
  font-size: 12px;
  text-align: center;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 .cutline-modal
-----------------------------------------------------------
----------------------------------------------------------- */
.cutline-modal .modal-body {
  overflow: auto;
  padding: 5px 0;
}

.cutline-modal .modal-title {
  font-size: 22px;
}

.cutline-modal .modal-header .close {
  font-size: 28px;
  padding: 7px;
}

.cutline-modal .order_Btn {
  background: #f99700;
  color: #FFF;
  display: inline-block;
  padding: 6px 12px;
  line-height: 1.3;
  font-size: 14px;
  border-radius: 4px;
  margin: 0 0 0 4px !important;
}

.btn-transparent {
  background-color: #fff !important;
  background-image: linear-gradient(to bottom left, transparent, transparent 49%, #cc0000 49%, #cc0000 51%, transparent 51%, transparent) !important;
  cursor: pointer;
  background-position: center !important;
}

[data-chat="body"] .sg-chat-wrap .sg-chat-body .sg-chat-message-balloon .sg-chat-message-body .sg-chat-plugin-choice-list > li {
  padding: 3px;
  font-size: 12px;
}

[data-chat="body"] .sg-chat-footer {
  display: none !important;
}

[data-chat="body"] .sg-chat-wrap .sg-chat-body {
  border-bottom: 2px solid #254461;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 .design-edit-area.upload02-area
-----------------------------------------------------------
----------------------------------------------------------- */
.design-edit-area.upload02-area p {
  margin: 0;
}

.design-edit-area.upload02-area .image-edit-radio {
  padding-top: 10px;
}

.design-edit-area.upload02-area .image-edit-radio li + li {
  border-top: 1px solid #e3e3e3;
  margin-top: 8px;
  padding-top: 8px;
}

.design-edit-area.upload02-area .image-edit-radio li .select-area {
  margin-left: -5px;
  width: calc(100% + 10px);
}

.design-edit-area.upload02-area .image-edit-radio li label {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: flex-start;
  flex-direction: row;
  line-height: 1.3;
  padding: 5px;
  border-radius: 4px;
  transition: background-color .3s;
}
.design-edit-area.upload02-area .image-edit-radio li label:hover {
  background-color: #FFEAA4;
}

.design-edit-area.upload02-area .image-edit-radio li input[type="radio"] {
  display: none;
}

.design-edit-area.upload02-area .image-edit-radio li .check-dummy {
  position: relative;
  display: block;
  font-weight: bold;
  font-size: 14px;
  width: 30px;
  height: 30px;
  border: 1px solid #eaeaea;
  background: #fff;
  margin-right: 8px;
}
.design-edit-area.upload02-area .image-edit-radio li .check-dummy::after {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 9px;
  width: 11px;
  height: 18px;
  transform: rotate(40deg);
  border-bottom: 4px solid;
  border-right: 4px solid;
  border-color: #e7e7e7;
  bottom: 0;
  margin: auto 0;
}

.design-edit-area.upload02-area .image-edit-radio li input[type="radio"]:checked ~ .select-area .check-dummy::after {
  border-color: #ff5050;
}

.design-edit-area.upload02-area .image-edit-radio li .image-edit-name {
  font-size: 19px;
  font-weight: bold;
}

.design-edit-area.upload02-area .image-edit-radio li .image-edit-summary {
  margin-left: 12px;
  font-size: 12px;
}

.design-edit-area.upload02-area .image-edit-radio li .image-edit-body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: flex-start;
  flex-direction: row;
  margin-top: 5px;
  padding-bottom: 5px;
}

.design-edit-area.upload02-area .image-edit-radio li .image-edit-body .img-wrap {
  width: 110px;
}

.design-edit-area.upload02-area .image-edit-radio li .image-edit-body .detail-wrap {
  width: calc(100% - 120px);
}

/*
-----------------------------------------------------------
 .image-edit-transparent
----------------------------------------------------------- */
.design-edit-area.upload02-area .image-edit-radio li.image-edit-transparent .detail-wrap {
  opacity: 0.5;
  position: relative;
}
.design-edit-area.upload02-area .image-edit-radio li.image-edit-transparent .detail-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.design-edit-area.upload02-area .image-edit-radio li.image-edit-transparent input[type="radio"]:checked ~ .image-edit-body .detail-wrap {
  opacity: 1;
}
.design-edit-area.upload02-area .image-edit-radio li.image-edit-transparent input[type="radio"]:checked ~ .image-edit-body .detail-wrap::before {
  display: none;
}

.design-edit-area.upload02-area .image-edit-radio li.image-edit-transparent .detail02 {
  margin-top: 16px;
}

.design-edit-area.upload02-area .image-edit-radio li.image-edit-transparent .pickr {
  float: none;
  margin: 0;
  border: none;
}

.design-edit-area.upload02-area .image-edit-radio li.image-edit-transparent .scale-bar {
  width: calc(100% - 70px);
}

.design-edit-area.upload02-area .image-edit-radio li.image-edit-transparent .scale-bar-wrap .spinner_area {
  width: 62px;
}

/*
-----------------------------------------------------------
 image-edit-removebg
----------------------------------------------------------- */
.design-edit-area.upload02-area .image-edit-radio li.image-edit-removebg .image-edit-body {
  width: calc(100% + 10px);
}

.design-edit-area.upload02-area .image-edit-radio li.image-edit-removebg .detail-title {
  color: #F15E0E;
  font-weight: bold;
  margin-bottom: 3px;
  line-height: 1.3;
}

.design-edit-area.upload02-area .image-edit-radio li.image-edit-removebg .detail-body {
  font-size: 13px;
  letter-spacing: 0.04em;
}


