@charset "UTF-8";
@font-face {
  font-family: "MyYuGothic";
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regurar"); }
@font-face {
  font-family: "MyYuGothic";
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic"); }
/*------------------------------------------------------------------

BASE

--------------------------------------------------------------------*/
/*Easing*/
/*Screen*/
html, body, div, article, section, span, p, ul, ol, li, table, tr, td, th, hr, h1, h2, h3, h4, h5, h6, a, em, strong, b, img, input, textarea, svg, button, fieldset, figure, header, footer, label {
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  font-size: 100%;
  vertical-align: baseline;
  list-style-type: none;
  -webkit-text-size-adjust: none;
  box-sizing: border-box;
  line-height: 1em;
  border-collapse: collapse;
  -webkit-tap-highlight-color: transparent; }

*:before,
*:after {
  box-sizing: border-box; }

html {
  font-size: 16px;
  overflow-x: hidden;
  height: 100%; }

body {
  color: #232323;
  background-color: #d6d6d5;
  font-family: -apple-system, "BlinkMacSystemFont", "Segoe UI", sans-serif;
  font-weight: normal;
  position: relative;
  word-break: normal;
  word-wrap: break-word;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  transition: background-color 1s ease 0s;
  min-height: 100%; }
  body.dark {
    background-color: #000; }

html, body {
  zoom: 1; }

.serif {
  font-family: kinuta-maruminyoshino-stdn, serif; }

.sans-serif {
  font-family: -apple-system, "BlinkMacSystemFont", "Segoe UI", sans-serif;
  font-weight: 400;
  font-style: normal; }

.mono {
  font-family: "Courier", "Osaka－等幅", Osaka-mono, "ＭＳ ゴシック", "MS Gothic", monospace; }

input[type=text],
input[type=url],
input[type=tel],
input[type=email],
input[type=radio],
input[type=checkbox],
input[type=submit],
input[type=search],
select,
textarea {
  -webkit-appearance: none;
  outline: none;
  font-family: -apple-system, "BlinkMacSystemFont", "Segoe UI", sans-serif; }

input[type=submit]:hover {
  cursor: pointer; }

::placeholder {
  color: #787878; }

strong, b,
h1, h2, h3, h4, h5, h6 {
  font-weight: bold; }

a {
  color: #232323;
  outline: none;
  text-decoration: none; }

@media screen and (min-width: 813px) {
  a[href^="tel:"] {
    pointer-events: none; } }
p {
  margin: 0;
  padding: 0 0 2em;
  line-height: 2.12em;
  line-break: strict;
  font-size: 1.0625rem; }
  p a {
    color: #1f84ff; }
  p a:hover {
    text-decoration: underline; }
  p:last-child {
    padding-bottom: 0; }
  @media screen and (max-width: 812px) {
    p {
      line-height: 1.85em;
      padding: 0 0 2em; } }

img {
  display: inline-block;
  outline: none;
  -moz-user-select: none;
  /* These user-select properties are inheritable, used to prevent text selection */
  -webkit-user-select: none;
  -ms-user-select: none;
  /* From IE10 only */
  user-select: none;
  /* Not valid CSS yet, as of July 2012 */
  -webkit-user-drag: none;
  /* Prevents dragging of images/divs etc */
  user-drag: none; }

.clear {
  width: 100%;
  font-size: 0px;
  height: 1px;
  overflow: hidden;
  clear: both;
  float: none;
  margin: 0 0 -1px 0;
  display: block; }

.clear_after:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin: 0 0 -1px 0;
  clear: both;
  float: none; }

.l {
  float: left; }

.alignleft {
  text-align: left; }

.r {
  float: right; }

.alignright {
  text-align: right; }

.c,
.aligncenter {
  text-align: center;
  margin-left: auto;
  margin-right: auto; }

.has-text-align-left {
  text-align: left; }

.has-text-align-center {
  text-align: center; }

.has-text-align-right {
  text-align: right; }

.tsume_lr {
  margin: 0 -0.1em; }

.none {
  display: none; }

.hidden {
  visibility: hidden; }

.nopc {
  display: none;
  visibility: hidden; }
  @media screen and (max-width: 812px) {
    .nopc {
      display: inherit;
      visibility: visible; } }

@media screen and (max-width: 812px) {
  .nosp {
    display: none;
    visibility: hidden; } }

.sp320 {
  display: none;
  visibility: hidden; }
  @media screen and (max-width: 320px) {
    .sp320 {
      display: inherit;
      visibility: visible; } }

#container {
  position: relative; }

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

ANIMATION

--------------------------------------------------------------------*/
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeInText {
  0% {
    color: rgba(35, 35, 35, 0); }
  100% {
    color: #232323; } }
@keyframes fadeInTextBG {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/*------------------------------------------------------------------

HEADER

--------------------------------------------------------------------*/
#header {
  width: 100%;
  height: 58px;
  border-bottom: 1px solid #e9e9e9;
  background-color: #FFFFFF;
  position: fixed;
  z-index: 1000;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.075);
  font-size: 0;
  line-height: 0; }

#h_logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 248px;
  height: 100%; }

#h_page {
  position: absolute;
  top: 0;
  left: 248px;
  width: 150px;
  height: 100%;
  display: flex;
  align-items: center; }

.pulldown_wrapper_page {
  position: relative;
  background: #595959;
  border-radius: 5px; }
  .pulldown_wrapper_page:after {
    content: "";
    background: url("../images/icon_pulldown_w16x16.svg") no-repeat center center;
    background-size: 16px 16px;
    width: 22px;
    height: 100%;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1001; }

#select_pages {
  position: relative;
  font-size: 16px;
  color: #FFFFFF;
  padding: 7px 25px 7px 10px;
  background-color: transparent;
  border: none;
  z-index: 1002; }
  #select_pages option {
    background-color: #595959; }

#h_tools {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  background-color: #FFFFFF;
  z-index: 1510; }
  #h_tools > div {
    height: 100%;
    border-left: 1px dotted #d0d0d0;
    padding: 0 9px;
    position: relative;
    display: inline-flex; }
    #h_tools > div:last-child {
      padding: 0 5px 0 9px; }

.tool_button {
  font-size: 11px;
  color: #595959;
  display: inline-block;
  height: 100%;
  min-width: 50px;
  text-align: center;
  padding: 38px 5px 0 5px;
  background-position: center 4px;
  background-repeat: no-repeat;
  background-size: 32px 32px;
  position: relative; }
  .tool_button:hover {
    background-color: rgba(35, 35, 35, 0.03); }
  .tool_button:active {
    background-color: rgba(35, 35, 35, 0.07); }
  .tool_button.off {
    opacity: 0.25; }
  .tool_button.disabled {
    opacity: 0.25;
    cursor: default; }
    .tool_button.disabled:hover {
      background-color: transparent; }
    .tool_button.disabled:active {
      background-color: transparent; }
  .tool_button.selected {
    color: #1f84ff; }
    .tool_button.selected .btn_bg {
      fill: #1f84ff; }
  .tool_button > .btn_bg {
    position: absolute;
    height: 32px;
    width: 32px;
    margin: 0 0 0 -16px;
    top: 4px;
    left: 50%;
    fill: #595959; }
    .tool_button > .btn_bg img {
      object-fit: contain;
      width: 100%;
      height: 100%; }

#h_undo {
  background-image: url("../images/icon_undo_32x32.svg");
  min-width: 42px; }

#h_redo {
  background-image: url("../images/icon_redo_32x32.svg");
  min-width: 42px; }

#h_photo {
  /*background-image: url("../images/icon_photo_32x32.svg");*/
  min-width: 54px; }

#h_title {
  min-width: 58px; }
  #h_title > .btn_bg {
    width: 44px;
    margin: 0 0 0 -22px; }

#h_namecsv {
  padding: 38px 8px 0 8px; }

#h_frame {
  background-image: url("../images/icon_frame_44x32.svg");
  background-size: 44px 32px; }

#h_background {
  background-image: url("../images/icon_background_44x32.svg");
  background-size: 44px 32px; }

#h_grid {
  background-image: url("../images/icon_grid_32x32.svg"); }

#h_magnet {
  background-image: url("../images/icon_magnet_32x32.svg"); }

#h_scroll {
  background-image: url("../images/icon_scroll_32x32.svg"); }

#h_autosize {
  background-image: url("../images/icon_autosize_32x32.svg"); }

#h_zoom {
  height: 100%;
  display: inline-flex;
  position: relative;
  align-items: center; }

.h_zoom_button {
  display: inline-block;
  height: 30px;
  width: 30px;
  text-align: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 26px 30px;
  margin: 0 2px;
  border-radius: 50% 50%; }
  .h_zoom_button:hover {
    background-color: rgba(35, 35, 35, 0.03); }
  .h_zoom_button:active {
    background-color: rgba(35, 35, 35, 0.07); }

#h_zoomout {
  background-image: url("../images/icon_zoomout_26x30.svg"); }

#h_zoomin {
  background-image: url("../images/icon_zoomin_26x30.svg"); }

#zoom_level {
  border: none;
  background-color: transparent;
  font-size: 13px;
  line-height: 1em;
  padding: 4px 14px 4px 4px;
  z-index: 1012;
  position: relative; }

.pulldown_wrapper_zoom {
  position: relative;
  border: 1px solid #d0d0d0;
  border-radius: 3px; }
  .pulldown_wrapper_zoom:after {
    content: "";
    background: url("../images/icon_pulldown_12x12.svg") no-repeat center center;
    background-size: 12px 12px;
    width: 14px;
    height: 100%;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1011; }

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

FOOTER

--------------------------------------------------------------------*/
#footer {
  width: calc(100% - 250px);
  height: 58px;
  background-color: #e6e6e5;
  border-top: 1px solid #FFFFFF;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 500; }

#f_tools {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: flex;
  justify-content: flex-end; }
  #f_tools > div {
    height: 100%;
    border-left: 1px dotted #d0d0d0;
    padding: 0 9px;
    position: relative;
    display: inline-flex; }
    #f_tools > div:last-child {
      padding: 0 5px 0 9px; }

#f_frontend {
  background-image: url("../images/icon_frontend_32x32.svg"); }

#f_front {
  background-image: url("../images/icon_front_32x32.svg"); }

#f_rear {
  background-image: url("../images/icon_rear_32x32.svg"); }

#f_rearend {
  background-image: url("../images/icon_rearend_32x32.svg"); }

#f_sortleft {
  background-image: url("../images/icon_sort_left_32x32.svg"); }

#f_sortcenter {
  background-image: url("../images/icon_sort_center_32x32.svg"); }

#f_sortright {
  background-image: url("../images/icon_sort_right_32x32.svg"); }

#f_sorttop {
  background-image: url("../images/icon_sort_top_32x32.svg"); }

#f_sortmiddle {
  background-image: url("../images/icon_sort_middle_32x32.svg"); }

#f_sortbottom {
  background-image: url("../images/icon_sort_bottom_32x32.svg"); }

#f_copy {
  background-image: url("../images/icon_copy_32x32.svg"); }

#f_delete {
  background-image: url("../images/icon_delete_32x32.svg"); }

.f_itemdetail {
  font-size: 12px;
  display: flex;
  flex-direction: column;
  padding: 5px 0 0 4px;
  position: relative; }
  .f_itemdetail input[type=text] {
    margin: 2px 5px 1px;
    border: 1px solid #d0d0d0;
    padding: 2px 5px;
    border-radius: 3px;
    width: 4em; }

#item_size {
  padding-right: 16px; }
  #item_size label {
    position: relative; }
    #item_size label:after {
      content: "";
      display: block;
      border-bottom: 1px solid #595959;
      border-right: 1px solid #595959;
      width: 8px;
      height: 5px;
      position: absolute;
      top: 9px;
      right: -5px; }
    #item_size label:first-child:after {
      border-top: 1px solid #595959;
      border-bottom: none;
      top: 8px; }

#item_sizelock {
  background-image: url("../images/icon_lock_16x16.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px 16px;
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: -2px;
  margin: -13px 0 0 0; }
  #item_sizelock.off {
    background-image: url("../images/icon_lockoff_16x16.svg"); }

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

LEFT PANEL

--------------------------------------------------------------------*/
#left_panel {
  width: 250px;
  height: calc(100% - 58px);
  background-color: #FFFFFF;
  border-right: 1px solid #e9e9e9;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1500;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.075);
  padding: 0;
  overflow-y: auto;
  overflow-x: hidden; }

.panels {
  display: none;
  visibility: hidden;
  position: relative; }
  .panels.show {
    display: block;
    visibility: visible; }
  .panels.disabled {
    overflow: hidden; }
    .panels.disabled:after {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-color: rgba(255, 255, 255, 0.5);
      z-index: 2000; }

.panel_section {
  padding: 15px;
  font-size: 0;
  line-height: 0;
  border-bottom: 1px solid #e9e9e9; }
  .panel_section:last-child {
    border-bottom: none; }
  .panel_section.noborder {
    border-bottom: none;
    padding-bottom: 0; }

.panel_section_item {
  padding: 0 0 15px 0; }
  .panel_section_item:last-child {
    padding: 0; }

.panel_item_title {
  font-size: 12px;
  color: #787878;
  font-weight: normal;
  margin: 0 0 5px 0; }

.section_flex,
.item_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.pulldown_wrapper_1 {
  position: relative;
  border: 1px solid #d0d0d0;
  border-radius: 5px;
  z-index: auto;
  cursor: pointer; }
  .pulldown_wrapper_1:after {
    content: "";
    width: 7px;
    height: 7px;
    display: block;
    position: absolute;
    right: 7px;
    top: 50%;
    margin: -5px 0 0 0;
    transform: rotate(45deg);
    border-right: 2px solid #232323;
    border-bottom: 2px solid #232323; }
  .pulldown_wrapper_1 select {
    width: 100%;
    background: transparent;
    padding: 4px 0 4px 8px;
    height: 28px;
    font-size: 15px;
    border: none;
    position: relative;
    z-index: 1501; }

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

PANEL: TEXT EDIT

--------------------------------------------------------------------*/
#text_input {
  border: 1px solid #d0d0d0;
  width: 100%;
  height: 80px;
  font-size: 15px;
  line-height: 1.25em;
  border-radius: 3px;
  resize: none;
  padding: 8px;
  margin: 0 auto 6px; }

.btn_return_1 {
  background-color: #1f84ff;
  font-size: 15px;
  color: #FFFFFF;
  padding: 7px 15px;
  border-radius: 3px;
  cursor: pointer;
  -webkit-appearance: none; }
  .btn_return_1:active {
    background-color: #006aeb; }

#font_select_section {
  width: calc(100% - 44px - 15px); }

#text_color_section {
  width: 44px; }

#text_color {
  width: 100%;
  height: 28px;
  cursor: pointer;
  background-color: orange; }

.slide_item {
  display: flex; }
  .slide_item .ui-widget.ui-widget-content {
    border: none; }
  .slide_item .ui-state-default {
    width: 16px;
    height: 16px;
    border: 1px solid #FFFFFF;
    border-radius: 50% 50%;
    background-color: #1f84ff;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
    top: -6px; }

.slide_item + .slide_item {
  margin-top: 7px; }

.slide_name {
  width: 55px;
  font-size: 12px;
  color: #787878;
  padding: 8px 0 0 0; }
  .slide_name:before {
    content: "- "; }

.slide_bar {
  height: 4px;
  width: calc(100% - 90px);
  font-size: 15px;
  background-color: #e9e9e9;
  border-radius: 2px;
  margin: 12px 4px 0 6px; }

.slide_name + .slide_bar {
  width: calc(100% - 90px - 55px); }

.slide_value {
  width: 90px;
  padding: 0 0 0 15px;
  font-size: 12px;
  color: #787878;
  line-height: 1em;
  white-space: nowrap; }

.slide_input {
  border: 1px solid #d0d0d0;
  width: 46px;
  height: 100%;
  font-size: 15px;
  line-height: 1em;
  border-radius: 3px;
  padding: 5px 4px;
  margin: 0 5px 0 0; }

.select_button {
  border-radius: 5px;
  border: 1px solid #e9e9e9;
  width: 30px;
  height: 30px;
  display: block;
  margin: 0 0 0 5px;
  font-size: 15px;
  line-height: 1em;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat; }
  .select_button:first-child {
    margin: 0; }
  .select_button.selected {
    background-color: #1f84ff;
    border-color: #b8d8ff;
    color: #FFFFFF; }

#textalign_left {
  background-image: url("../images/icon_textalign_left_off_30x30.svg"); }
  #textalign_left.selected {
    background-image: url("../images/icon_textalign_left_on_30x30.svg"); }

#textalign_center {
  background-image: url("../images/icon_textalign_center_off_30x30.svg"); }
  #textalign_center.selected {
    background-image: url("../images/icon_textalign_center_on_30x30.svg"); }

#textalign_right {
  background-image: url("../images/icon_textalign_right_off_30x30.svg"); }
  #textalign_right.selected {
    background-image: url("../images/icon_textalign_right_on_30x30.svg"); }

#textalign_equality {
  background-image: url("../images/icon_textalign_equality_off_30x30.svg"); }
  #textalign_equality.selected {
    background-image: url("../images/icon_textalign_equality_on_30x30.svg"); }

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

PANEL: PHOTO EDIT

--------------------------------------------------------------------*/
#frameselect_square {
  background-image: url("../images/icon_frame_square_off_30x30.svg"); }
  #frameselect_square.selected {
    background-image: url("../images/icon_frame_square_on_30x30.svg"); }

#frameselect_roundsquare {
  background-image: url("../images/icon_frame_roundsquare_off_30x30.svg"); }
  #frameselect_roundsquare.selected {
    background-image: url("../images/icon_frame_roundsquare_on_30x30.svg"); }

#frameselect_circle {
  background-image: url("../images/icon_frame_circle_off_30x30.svg"); }
  #frameselect_circle.selected {
    background-image: url("../images/icon_frame_circle_on_30x30.svg"); }

#btn_frame_join {
  width: 100%;
  margin: 10px auto 12px;
  text-align: center; }
  #btn_frame_join > span {
    display: inline-block;
    background: url("../images/icon_frame_join_16x16.svg") no-repeat left center;
    background-size: 16px 16px;
    padding: 0 0 0 21px; }

#btn_frame_vdivide,
#btn_frame_hdivide {
  width: calc(50% - 5px);
  margin: 0 0 15px;
  text-align: center; }
  #btn_frame_vdivide > span,
  #btn_frame_hdivide > span {
    display: inline-block;
    background-size: 16px 16px;
    padding: 0 0 0 19px; }

#btn_frame_vdivide > span {
  background: url("../images/icon_frame_v_divide_16x16.svg") no-repeat left center; }

#btn_frame_hdivide > span {
  background: url("../images/icon_frame_h_divide_16x16.svg") no-repeat left center; }

#divide_space_select_section {
  width: 88px; }

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

PANEL: PHOTO UPLOAD

--------------------------------------------------------------------*/
#photo_dd_area {
  height: 88px;
  background-color: rgba(31, 132, 255, 0.12);
  border-radius: 5px;
  font-size: 15px;
  font-weight: bold;
  color: #1f84ff;
  display: flex;
  align-items: center;
  line-height: 1em;
  position: relative;
  padding: 0 0 0 53px;
  cursor: pointer; }
  #photo_dd_area:before {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    left: 20px;
    top: 50%;
    margin: -18px 0 0 0;
    background: url("../images/add_image_30x30.svg") no-repeat center center;
    background-size: 30px 30px;
    opacity: 0.5; }
  #photo_dd_area:hover {
    background-color: rgba(31, 132, 255, 0.2); }
  #photo_dd_area:active {
    background-color: rgba(31, 132, 255, 0.3); }

.pulldown_wrapper_sort {
  position: relative;
  padding: 3px 16px 3px 3px; }
  .pulldown_wrapper_sort:after {
    content: "";
    background: url("../images/icon_pulldown_12x12.svg") no-repeat center center;
    background-size: 12px 12px;
    width: 14px;
    height: 100%;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1011; }

#file_sort {
  border: none;
  font-size: 12px;
  text-align: right;
  font-weight: bold; }

#page_photo_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 50px; }

.photo_item {
  width: calc((100% - 14px) * 0.5);
  font-size: 12px;
  margin-bottom: 15px;
  cursor: pointer;
  position: relative;
  padding-bottom: 18px; }
  .photo_item figcaption {
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 0; }
  .photo_item:hover .photo_thumb {
    opacity: 0.75; }

[one_count]::after,
[over_count]::after {
  content: attr(one_count);
  font-size: 14px;
  display: block;
  width: 22px;
  height: 22px;
  background-color: #595959;
  border-radius: 50% 50%;
  text-align: center;
  color: #FFF;
  position: absolute;
  bottom: 14px;
  right: -5px;
  padding: 5px 0 0; }

[over_count]::after {
  content: attr(over_count);
  background-color: #f5433d; }

.photo_thumb {
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
  transition: opacity 0.2s ease 0s; }
  .photo_thumb img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    max-height: 100px; }

.panel_close {
  width: 200px;
  color: #FFF;
  font-size: 13px;
  line-height: 1em;
  padding: 9px 8px 7px;
  text-align: center;
  position: fixed;
  left: 25px;
  bottom: 5px;
  border-radius: 15px;
  background: #595959; }
  .panel_close:before {
    content: "";
    width: 14px;
    height: 14px;
    background: #FFF url("../images/icon_close_16x16.svg") no-repeat center center;
    background-size: 16px 16px;
    border-radius: 50% 50%;
    margin: 0 5px 0 0;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    top: -2px; }

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

PANEL: TITLE SEARCH

--------------------------------------------------------------------*/
#panel_titleselect.slide #title_list {
  left: -100%; }
#panel_titleselect.slide #title_items {
  left: 0;
  height: auto; }

.search_wrapper {
  width: 100%;
  background: #FFF url("../images/icon_search_16x16.svg") no-repeat 8px center;
  background-size: 16px 16px; }
  .search_wrapper input[type=text] {
    border: 1px solid #d0d0d0;
    width: 100%;
    font-size: 14px;
    line-height: 1em;
    border-radius: 3px;
    padding: 8px 8px 8px 26px;
    background-color: transparent; }

.title_list_item {
  position: relative;
  transition: opacity 0.2s ease 0s;
  margin: 5px auto 25px; }
  .title_list_item a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .title_list_item figure {
    text-align: center; }
  .title_list_item img {
    max-width: calc(100% - 54px);
    max-height: 70px;
    width: auto;
    height: auto;
    margin: 0 auto 8px; }
  .title_list_item .title_info {
    display: flex;
    justify-content: flex-start;
    font-size: 13px;
    line-height: 1em;
    background: url("../images/icon_right_arrow_12x12.svg") no-repeat right center;
    background-size: 12px 12px; }
    .title_list_item .title_info h5 {
      font-weight: normal;
      padding: 0 5px 0 0; }
  .title_list_item:hover {
    opacity: 0.5; }

.color_list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end; }
  .color_list .color_thumb {
    width: 12px;
    height: 12px;
    margin-right: 3px; }

#title_list {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-bottom: 50px; }

#title_items {
  width: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  height: 0;
  overflow: hidden; }

#title_list,
#title_items {
  transition: left 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s; }

.panel_back {
  font-weight: bold;
  font-size: 15px;
  display: block;
  line-height: 1em;
  position: relative;
  padding: 5px 0 5px 18px; }
  .panel_back:before {
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    border-top: 2px solid #232323;
    border-left: 2px solid #232323;
    position: absolute;
    left: 0;
    top: 50%;
    margin: -6px 0 0;
    transform: rotate(-45deg); }

#title_item_wrapper {
  padding: 14px 0 80px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
  align-content: flex-start; }
  #title_item_wrapper img {
    max-width: 190px;
    max-height: 190px;
    height: auto;
    width: auto;
    margin: 0 5px 30px 0; }

#title_colors {
  width: 100%;
  display: flex;
  justify-content: space-between; }

.title_color_select {
  width: calc(100% / 3);
  font-size: 12px;
  text-align: center;
  border: 1px solid #e9e9e9;
  margin: 0 0 30px 0 !important;
  padding: 10px 0; }

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

MAIN CANVAS

--------------------------------------------------------------------*/
#add_button_group {
  position: fixed;
  right: 15px;
  bottom: 80px;
  width: 55px;
  z-index: 10000; }
  #add_button_group.opened #add_plus {
    background-color: #FFFFFF;
    transform: rotate(45deg) scale(0.86, 0.86);
    fill: #1f84ff; }
  #add_button_group.opened .add_button {
    transform: scale(1, 1); }
  #add_button_group.opened #add_frame {
    bottom: 113px; }
  #add_button_group.opened #add_text {
    bottom: 48px; }

.add_button {
  display: block;
  height: 55px;
  width: 55px;
  position: absolute;
  bottom: -7px;
  right: 0;
  border-radius: 50% 50%;
  background-color: #1f84ff;
  background-repeat: no-repeat;
  background-position: center 6px;
  background-size: 30px 30px;
  padding: 37px 0 0 0;
  font-size: 12px;
  color: #FFFFFF;
  text-align: center;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  z-index: auto;
  transform: scale(0.7, 0.7);
  transform-origin: center center;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.15); }
  .add_button:active {
    background-color: #006aeb; }

#add_plus {
  display: block;
  height: 40px;
  width: 40px;
  right: 50%;
  bottom: 0;
  margin-right: -20px;
  transform: none;
  border: 1px solid #1f84ff;
  z-index: 10001;
  fill: #FFFFFF;
  transition: all 0.1s ease-out 0s; }
  #add_plus svg {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: contain; }

#add_frame {
  background-image: url("../images/icon_add_frame_30x30.svg"); }

#add_text {
  background-image: url("../images/icon_add_text_30x30.svg"); }

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

ALBUM CANVAS

--------------------------------------------------------------------*/
#album_canvas_wrapper {
  width: calc(100% - 250px);
  height: calc(100% - 58px - 58px);
  position: fixed;
  top: 58px;
  left: 250px;
  display: flex;
  justify-content: center;
  align-items: center; }

#album_canvas {
  width: 800px;
  height: 560px;
  background: #FFFFFF;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: auto; }

#album_canvas_editearea {
  position: relative;
  z-index: 2; }

#album_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }
  #album_bg.gridon {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/grid_20x20.png") repeat 0 0;
    background-size: 20px 20px; }

.bounding_box {
  display: none;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ff6bb4; }
  .bounding_box > div {
    position: absolute;
    width: 9px;
    height: 9px;
    border: 1px solid #ff6bb4;
    background-color: #FFF; }
    .bounding_box > div:nth-child(1) {
      top: -5px;
      left: -5px; }
    .bounding_box > div:nth-child(2) {
      top: -5px;
      right: -5px; }
    .bounding_box > div:nth-child(3) {
      bottom: -5px;
      right: -5px; }
    .bounding_box > div:nth-child(4) {
      bottom: -5px;
      left: -5px; }
    .bounding_box > div:nth-child(5) {
      top: -5px;
      left: 50%;
      margin-left: -4px; }
    .bounding_box > div:nth-child(6) {
      top: 50%;
      right: -5px;
      margin-top: -4px; }
    .bounding_box > div:nth-child(7) {
      bottom: -5px;
      left: 50%;
      margin-left: -4px; }
    .bounding_box > div:nth-child(8) {
      top: 50%;
      left: -5px;
      margin-top: -4px; }

.selected .bounding_box {
  display: block;
  visibility: visible;
  cursor: pointer; }
  .selected .bounding_box:active {
    cursor: move; }
  .selected .bounding_box > div:nth-child(1):before, .selected .bounding_box > div:nth-child(2):before, .selected .bounding_box > div:nth-child(3):before, .selected .bounding_box > div:nth-child(4):before {
    content: "";
    display: block;
    position: absolute;
    width: 24px;
    height: 24px; }
  .selected .bounding_box > div:nth-child(1) {
    cursor: nwse-resize; }
    .selected .bounding_box > div:nth-child(1):before {
      top: -15px;
      left: -15px;
      cursor: url("../images/icon_rotate_tl_26x26.png") 10 10, auto;
      z-index: -1; }
  .selected .bounding_box > div:nth-child(2) {
    cursor: nesw-resize; }
    .selected .bounding_box > div:nth-child(2):before {
      top: -15px;
      right: -15px;
      cursor: url("../images/icon_rotate_tr_26x26.png") 10 10, auto;
      z-index: -1; }
  .selected .bounding_box > div:nth-child(3) {
    cursor: nwse-resize; }
    .selected .bounding_box > div:nth-child(3):before {
      bottom: -15px;
      right: -15px;
      cursor: url("../images/icon_rotate_br_26x26.png") 10 10, auto;
      z-index: -1; }
  .selected .bounding_box > div:nth-child(4) {
    cursor: nesw-resize; }
    .selected .bounding_box > div:nth-child(4):before {
      bottom: -15px;
      left: -15px;
      cursor: url("../images/icon_rotate_bl_26x26.png") 10 10, auto;
      z-index: -1; }
  .selected .bounding_box > div:nth-child(5) {
    cursor: row-resize; }
  .selected .bounding_box > div:nth-child(6) {
    cursor: col-resize; }
  .selected .bounding_box > div:nth-child(7) {
    cursor: row-resize; }
  .selected .bounding_box > div:nth-child(8) {
    cursor: col-resize; }

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

Sample

--------------------------------------------------------------------*/
.item_text {
  display: inline-block;
  padding: 2px 8px;
  position: absolute;
  top: 50px;
  left: 50px;
  font-size: 20px;
  line-height: 1.75em; }

.item_photo {
  display: inline-block;
  position: absolute;
  top: 120px;
  left: 200px;
  font-size: 0;
  line-height: 0; }
  .item_photo:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 4px solid orange;
    box-sizing: border-box; }
  .item_photo.rounded {
    border-radius: 50% 50%; }

/*# sourceMappingURL=common.css.map */
