@charset "UTF-8";
.sp {
  display: none;
}

.pc {
  display: block;
}

@media only screen and (max-width: 750px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

/*****************************************/
.wrapper {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.wrapper p {
  max-height: 999999px;
}

@media only screen and (min-width: 751px) {
  .wrapper {
    min-width: 1200px;
  }
}

/*****************************************/
.header {
  position: relative;
  text-align: center;
  letter-spacing: -0.4em;
  font-size: 0;
}

.header .bg {
  width: 100%;
  height: 490px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

.header .logo {
  font-size: 0;
  z-index: 10;
}

.header h1 {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 1200px;
}

@media only screen and (min-width: 751px) {
  .header {
    background: url("../img/pc/bg_main_repeat.jpg");
  }
  .header .bg {
    background: url("../img/pc/pattern.png") center no-repeat;
    height: 490px;
  }
  .header .logo {
    background: url("../img/pc/logo.png") center no-repeat;
    width: 148px;
    height: 236px;
    position: absolute;
    top: 0;
    right: 0;
  }
}

@media only screen and (max-width: 750px) {
  .header {
    background: url("../img/sp/bg_main.jpg");
    -webkit-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
  }
  .header .bg {
    background: url("../img/sp/pattern.png") center top no-repeat;
    -webkit-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    height: 100%;
  }
  .header .logo {
    background: url("../img/sp/logo.png") center top no-repeat;
    -webkit-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    width: 16%;
    padding-top: 28.5%;
    position: absolute;
    top: 0;
    right: 0;
  }
}

/*****************************************/
.contents {
  background: url("../../../assets/img/bg_repeat.jpg");
  padding-bottom: 180px;
}

@media only screen and (min-width: 751px) {
  .contents {
    padding-top: 65px;
  }
  .contents .lead {
    position: relative;
    z-index: 5;
    width: 1000px;
    margin: 0 auto 90px;
  }
  .contents .lead .badge {
    width: 170px;
    margin: -30px 0 0 40px;
  }
}

@media only screen and (max-width: 750px) {
  .contents {
    padding-top: 8.5%;
    padding-bottom: 150px;
    background-size: 24px auto;
  }
  .contents .lead {
    position: relative;
    margin-bottom: 15%;
  }
  .contents .lead .badge {
    width: 36%;
    margin: 0 0 0 3%;
  }
}

/*********編集上部と全体********************************/
.maker_wrap .notouch_wrap {
  display: none;
  opacity: 0;
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
}

.maker_wrap .make_area {
  position: relative;
  background: #e4fff4;
}

.maker_wrap .make_area:after {
  content: "";
  display: block;
  background: url("../img/bg_wp-area.png") repeat-x;
  width: 100%;
  height: 10px;
  position: absolute;
  z-index: 1100;
  bottom: -10px;
  left: 0;
}

.maker_wrap .make_area .stage {
  position: relative;
}

.maker_wrap .make_area .stage .icon_delete {
  position: absolute;
  z-index: 500;
}

.maker_wrap .make_area .stage .catch_active {
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}

.maker_wrap .make_area .stage .catch_active .catch_active_close {
  position: absolute;
  z-index: 500;
}

.maker_wrap .make_area .btn_area {
  position: absolute;
}

.maker_wrap .make_area .btn_area div {
  position: relative;
  cursor: pointer;
}

.maker_wrap .make_area .btn_area div:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -4px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  z-index: 1;
}

.maker_wrap .make_area .btn_area div.none {
  opacity: 0.3;
}

.maker_wrap .make_area .btn_area div.none:before {
  content: "";
  display: block;
  width: 100%;
  height: 110%;
  position: absolute;
  z-index: 1100;
  top: 0;
  left: 0;
}

.maker_wrap .make_area .btn_area div p {
  position: relative;
  z-index: 2;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}

.maker_wrap .make_area .btn_area .complete:after {
  background: #349BA2;
}

.maker_wrap .make_area .btn_area .complete p {
  background: url("../img/bg_btn01.gif");
}

.maker_wrap .make_area .btn_area .undo, .maker_wrap .make_area .btn_area .reset {
  position: absolute;
  bottom: 0;
}

.maker_wrap .make_area .btn_area .undo:after, .maker_wrap .make_area .btn_area .reset:after {
  background: #949492;
}

.maker_wrap .make_area .btn_area .undo p, .maker_wrap .make_area .btn_area .reset p {
  background: url("../img/bg_btn03.gif");
}

@media only screen and (min-width: 751px) {
  .maker_wrap {
    border: 5px solid #634e3b;
    width: 990px;
    margin: 0 auto;
    background: #684E37;
    -webkit-border-radius: 8px;
    border-radius: 8px;
  }
  .maker_wrap .make_area {
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    padding: 40px 40px 45px;
  }
  .maker_wrap .make_area .stage {
    width: 450px;
    margin: 0 auto;
  }
  .maker_wrap .make_area .stage .icon_delete {
    cursor: pointer;
    right: 18px;
    bottom: 18px;
    width: 32px;
    height: 32px;
  }
  .maker_wrap .make_area .stage .icon_delete img {
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
  }
  .maker_wrap .make_area .stage .icon_delete:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  .maker_wrap .make_area .stage .catch_active .catch_active_close {
    cursor: pointer;
    right: 25px;
    top: 25px;
    width: 25px;
    height: 25px;
  }
  .maker_wrap .make_area .stage .catch_active .catch_active_close img {
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
  }
  .maker_wrap .make_area .stage .catch_active .catch_active_close:hover img {
    opacity: 0.5;
  }
  .maker_wrap .make_area .btn_area {
    width: 200px;
    right: 40px;
    top: 40px;
    height: calc(100% - 85px);
  }
  .maker_wrap .make_area .btn_area.btn_area_l {
    left: 40px;
  }
  .maker_wrap .make_area .btn_area div p {
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
  }
  .maker_wrap .make_area .btn_area div.none {
    cursor: default;
  }
  .maker_wrap .make_area .btn_area div:not(.none):hover p {
    -webkit-transform: translateY(4px);
    -moz-transform: translateY(4px);
    -ms-transform: translateY(4px);
    -o-transform: translateY(4px);
    transform: translateY(4px);
  }
  .maker_wrap .make_area .btn_area .complete:after {
    height: 60px;
  }
  .maker_wrap .make_area .btn_area .undo {
    width: 90px;
    right: 0;
  }
  .maker_wrap .make_area .btn_area .undo:after {
    height: 90px;
  }
  .maker_wrap .make_area .btn_area .reset {
    width: 90px;
    left: 0;
  }
  .maker_wrap .make_area .btn_area .reset:after {
    height: 90px;
  }
}

@media only screen and (max-width: 750px) {
  .maker_wrap {
    border-top: 4px solid #634e3b;
    border-bottom: 4px solid #634e3b;
  }
  .maker_wrap .make_area {
    padding: 6.5% 0;
  }
  .maker_wrap .make_area:after {
    -webkit-background-size: auto 100%;
    -o-background-size: auto 100%;
    background-size: auto 100%;
    height: 5px;
    bottom: -5px;
  }
  .maker_wrap .make_area .stage {
    width: 60%;
    margin: 0 auto;
  }
  .maker_wrap .make_area .stage .icon_delete {
    width: 24px;
    height: 24px;
    right: 3%;
    bottom: 3%;
  }
  .maker_wrap .make_area .stage .catch_active .catch_active_close {
    width: 12px;
    height: 12px;
    right: 4%;
    top: 2%;
  }
  .maker_wrap .make_area .btn_area {
    width: 14.6%;
    top: 6.5%;
    right: 2.5%;
    height: calc(100% - 13%);
  }
  .maker_wrap .make_area .btn_area.btn_area_l {
    left: 2.5%;
  }
}

/*********編集下部********************************/
.maker_wrap .select_area {
  position: relative;
}

.maker_wrap .select_area .type_list {
  font-size: 0;
}

.maker_wrap .select_area .type_list li {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.maker_wrap .select_area .type_list li:not(.current_type):after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -4px;
  background: #349CA5;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  z-index: 1;
}

.maker_wrap .select_area .type_list li p {
  position: relative;
  z-index: 2;
  background: url("../img/bg_btn01.gif");
  -webkit-border-radius: 50px;
  border-radius: 50px;
}

.maker_wrap .select_area .type_list li.current_type {
  padding-top: 4px;
}

.maker_wrap .select_area .type_list li.current_type p {
  background: url("../img/bg_btn02.gif");
}

.maker_wrap .select_area .type_list li.current_type p:after {
  content: "";
  display: block;
  position: absolute;
  border-right: 4px solid transparent;
  border-top: 6px solid #f596b6;
  border-left: 4px solid transparent;
  width: 0;
  height: 0;
  bottom: -6px;
  left: 50%;
  margin-left: -4px;
}

.maker_wrap .select_area .item_area {
  position: relative;
}

.maker_wrap .select_area .item_area .select_list:after {
  content: "";
  display: block;
  clear: both;
}

.maker_wrap .select_area .item_area .select_list li {
  float: left;
  position: relative;
}

.maker_wrap .select_area .item_area .slide_pager p {
  position: absolute;
  z-index: 300;
  top: 50%;
}

.maker_wrap .select_area .item_area.cut .cut_list li.new:after {
  content: "";
  display: block;
  background: url("../img/maker/icon_new.png") no-repeat;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  position: absolute;
  z-index: 20;
}

.maker_wrap .select_area .item_area.cut .cut_list li.current:before {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.5) url("../img/maker/icon_select01.png") center center no-repeat;
  width: 100%;
  height: 100%;
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
}

.maker_wrap .select_area .item_area.cut .cut_list li img {
  position: relative;
  z-index: 2;
}

.maker_wrap .select_area .item_area.bg .bg_list li {
  border: 3px solid #634e3b;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.maker_wrap .select_area .item_area.bg .bg_list li.current {
  border-color: #27201A;
}

.maker_wrap .select_area .item_area.bg .bg_list li.current:before {
  content: "";
  display: block;
  background: url("../img/maker/icon_select01.png") center center no-repeat;
  width: 100%;
  height: 100%;
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
}

.maker_wrap .select_area .item_area.bg .bg_list li.current.g_color:before {
  background: url("../img/maker/icon_select01_g.png") center center no-repeat;
}

.maker_wrap .select_area .item_area.logo .logo_list li.current:before {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.5) url("../img/maker/icon_select01.png") center center no-repeat;
  width: 100%;
  height: 100%;
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
}

.maker_wrap .select_area .item_area.logo .logo_list li img {
  position: relative;
  z-index: 2;
}

.maker_wrap .select_area .item_area.catch {
  font-size: 0;
}

.maker_wrap .select_area .item_area.catch .catch_txt {
  display: inline-block;
  vertical-align: middle;
}

.maker_wrap .select_area .item_area.catch .catch_txt input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: 3px solid #634e3b;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

.maker_wrap .select_area .item_area.catch .btn_fix {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: center;
}

.maker_wrap .select_area .item_area.catch .btn_fix:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -4px;
  background: #349CA5;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  z-index: 1;
}

.maker_wrap .select_area .item_area.catch .btn_fix span {
  position: relative;
  z-index: 2;
  background: url("../img/bg_btn01.gif");
  -webkit-border-radius: 50px;
  border-radius: 50px;
  display: block;
}

.maker_wrap .select_area .item_area.catch .btn_fix span img {
  width: auto;
  height: 100%;
}

.maker_wrap .select_area .item_area.catch .font_color_wrap {
  position: relative;
}

.maker_wrap .select_area .item_area.catch .font_color_wrap .fontcolor_list li {
  border: 2px solid #634e3b;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

.maker_wrap .select_area .item_area.catch .font_color_wrap .fontcolor_list li.current {
  border-color: #27201A;
}

.maker_wrap .select_area .item_area.catch .font_color_wrap .fontcolor_list li.current:before {
  content: "";
  display: block;
  background: url("../img/maker/icon_select02.png") center center no-repeat;
  width: 100%;
  height: 100%;
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
}

.maker_wrap .select_area .item_area.catch .font_color_wrap .fontcolor_list li.current.g_color:before {
  background: url("../img/maker/icon_select02_g.png") center center no-repeat;
}

.maker_wrap .select_area .item_area.catch .font_type {
  position: relative;
}

.maker_wrap .select_area .item_area.catch .font_type:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -4px;
  background: #85b5b9;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  width: 100%;
  height: 100%;
}

.maker_wrap .select_area .item_area.catch .font_type span {
  position: relative;
  z-index: 10;
  display: block;
  background: #c2e4d6;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  color: #2C9BAE;
}

.maker_wrap .select_area .item_area.catch .catch_foot .btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.maker_wrap .select_area .item_area.catch .catch_foot .btn:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -4px;
  background: #d87f9f;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  z-index: 1;
}

.maker_wrap .select_area .item_area.catch .catch_foot .btn .btn_body {
  position: relative;
  z-index: 10;
  border-radius: 40px;
  display: block;
  overflow: hidden;
}

.maker_wrap .select_area .item_area.catch .catch_foot .btn.on {
  z-index: 2000;
}

.maker_wrap .select_area .item_area.catch .catch_foot .font_weight .btn_body span {
  display: block;
  width: 100%;
  height: 100%;
}

.maker_wrap .select_area .item_area.catch .catch_foot .font_weight .btn_body.right span {
  background: #F49ABD url("../img/maker/catch/btn_t-weight.png") top center no-repeat;
  -webkit-background-size: auto 300%;
  -o-background-size: auto 300%;
  background-size: auto 300%;
}

.maker_wrap .select_area .item_area.catch .catch_foot .font_weight .btn_body.regular span {
  background: #F49ABD url("../img/maker/catch/btn_t-weight.png") center center no-repeat;
  -webkit-background-size: auto 300%;
  -o-background-size: auto 300%;
  background-size: auto 300%;
}

.maker_wrap .select_area .item_area.catch .catch_foot .font_weight .btn_body.bold span {
  background: #F49ABD url("../img/maker/catch/btn_t-weight.png") bottom center no-repeat;
  -webkit-background-size: auto 300%;
  -o-background-size: auto 300%;
  background-size: auto 300%;
}

.maker_wrap .select_area .item_area.catch .catch_foot .font_frame .btn_body {
  background: #F49ABD url("../img/maker/catch/btn_t-frame.png") center center no-repeat;
  -webkit-background-size: auto 100%;
  -o-background-size: auto 100%;
  background-size: auto 100%;
}

.maker_wrap .select_area .item_area.catch .catch_foot .font_outline .btn_body {
  background: #F49ABD url("../img/maker/catch/btn_t-outline.png") center center no-repeat;
  -webkit-background-size: auto 100%;
  -o-background-size: auto 100%;
  background-size: auto 100%;
}

.maker_wrap .select_area .item_area.catch .catch_foot .font_frame .btn_body, .maker_wrap .select_area .item_area.catch .catch_foot .font_outline .btn_body {
  position: relative;
}

.maker_wrap .select_area .item_area.catch .catch_foot .font_frame .btn_body span, .maker_wrap .select_area .item_area.catch .catch_foot .font_outline .btn_body span {
  display: block;
  border: 2px solid #634e3b;
  width: 26px;
  height: 26px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 5px;
}

.maker_wrap .select_area .item_area.catch .catch_foot .palette {
  display: none;
  opacity: 0;
  position: absolute;
  z-index: 2000;
  background: #fff;
  border: 3px solid #634e3b;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  padding: 30px 40px;
}

.maker_wrap .select_area .item_area.catch .catch_foot .palette:before {
  content: "";
  display: block;
  position: absolute;
  border-right: 6px solid transparent;
  border-top: 7px solid #fff;
  border-left: 6px solid transparent;
  bottom: -6px;
  left: 50%;
  margin-left: -6px;
  z-index: 100;
}

.maker_wrap .select_area .item_area.catch .catch_foot .palette:after {
  content: "";
  display: block;
  position: absolute;
  border-right: 10px solid transparent;
  border-top: 10px solid #634e3b;
  border-left: 10px solid transparent;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  z-index: 50;
}

.maker_wrap .select_area .item_area.catch .catch_foot .palette .close_palette {
  background: #634e3b;
  -webkit-border-radius: 60px;
  border-radius: 60px;
  display: inline-block;
  position: absolute;
}

.maker_wrap .select_area .item_area.catch .catch_foot .palette .c_list li {
  position: relative;
  border: 2px solid #634e3b;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  display: inline-block;
}

.maker_wrap .select_area .item_area.catch .catch_foot .palette .c_list li.current {
  border-color: #27201A;
}

.maker_wrap .select_area .item_area.catch .catch_foot .palette .c_list li.current:before {
  content: "";
  display: block;
  background: url("../img/maker/icon_select02.png") center center no-repeat;
  width: 100%;
  height: 100%;
  z-index: 520;
  position: absolute;
  top: 0;
  left: 0;
}

.maker_wrap .select_area .item_area.catch .catch_foot .palette .c_list li.current.g_color:before {
  background: url("../img/maker/icon_select02_g.png") center center no-repeat;
}

.maker_wrap .select_area .item_area.catch .catch_foot .palette .c_list li.current.default:after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 510;
  position: absolute;
  top: 0;
  left: 0;
}

.maker_wrap .select_area .item_area.billing .bil_type_list {
  font-size: 0;
}

.maker_wrap .select_area .item_area.billing .bil_type_list li {
  position: relative;
  display: inline-block;
}

.maker_wrap .select_area .item_area.billing .bil_type_list li.copy_tab p {
  background: #c2e4d6 url("../img/maker/billing/btn_t-copy_off.png") center center no-repeat;
  -webkit-background-size: auto 100%;
  -o-background-size: auto 100%;
  background-size: auto 100%;
}

.maker_wrap .select_area .item_area.billing .bil_type_list li.copy_tab.current_bil p {
  background: #f6a6c3 url("../img/maker/billing/btn_t-copy_on.png") center center no-repeat;
  -webkit-background-size: auto 100%;
  -o-background-size: auto 100%;
  background-size: auto 100%;
}

.maker_wrap .select_area .item_area.billing .bil_type_list li.onair_tab p {
  background: #c2e4d6 url("../img/maker/billing/btn_t-onair_off.png") center center no-repeat;
  -webkit-background-size: auto 100%;
  -o-background-size: auto 100%;
  background-size: auto 100%;
}

.maker_wrap .select_area .item_area.billing .bil_type_list li.onair_tab.current_bil p {
  background: #f6a6c3 url("../img/maker/billing/btn_t-onair_on.png") center center no-repeat;
  -webkit-background-size: auto 100%;
  -o-background-size: auto 100%;
  background-size: auto 100%;
}

.maker_wrap .select_area .item_area.billing .bil_type_list li.bddvd_tab p {
  background: #c2e4d6 url("../img/maker/billing/btn_t-bddvd_off.png") center center no-repeat;
  -webkit-background-size: auto 100%;
  -o-background-size: auto 100%;
  background-size: auto 100%;
}

.maker_wrap .select_area .item_area.billing .bil_type_list li.bddvd_tab.current_bil p {
  background: #f6a6c3 url("../img/maker/billing/btn_t-bddvd_on.png") center center no-repeat;
  -webkit-background-size: auto 100%;
  -o-background-size: auto 100%;
  background-size: auto 100%;
}

.maker_wrap .select_area .item_area.billing .bil_type_list li.option_tab p {
  background: #c2e4d6 url("../img/maker/billing/btn_t-option_off.png") center center no-repeat;
  -webkit-background-size: auto 100%;
  -o-background-size: auto 100%;
  background-size: auto 100%;
}

.maker_wrap .select_area .item_area.billing .bil_type_list li.option_tab.current_bil p {
  background: #f6a6c3 url("../img/maker/billing/btn_t-option_on.png") center center no-repeat;
  -webkit-background-size: auto 100%;
  -o-background-size: auto 100%;
  background-size: auto 100%;
}

.maker_wrap .select_area .item_area.billing .bil_type_list li.staff_tab p {
  background: #c2e4d6 url("../img/maker/billing/btn_t-staff_off.png") center center no-repeat;
  -webkit-background-size: auto 100%;
  -o-background-size: auto 100%;
  background-size: auto 100%;
}

.maker_wrap .select_area .item_area.billing .bil_type_list li.staff_tab.current_bil p {
  background: #f6a6c3 url("../img/maker/billing/btn_t-staff_on.png") center center no-repeat;
  -webkit-background-size: auto 100%;
  -o-background-size: auto 100%;
  background-size: auto 100%;
}

.maker_wrap .select_area .item_area.billing .bil_type_list li.cast_tab p {
  background: #c2e4d6 url("../img/maker/billing/btn_t-cast_off.png") center center no-repeat;
  -webkit-background-size: auto 100%;
  -o-background-size: auto 100%;
  background-size: auto 100%;
}

.maker_wrap .select_area .item_area.billing .bil_type_list li.cast_tab.current_bil p {
  background: #f6a6c3 url("../img/maker/billing/btn_t-cast_on.png") center center no-repeat;
  -webkit-background-size: auto 100%;
  -o-background-size: auto 100%;
  background-size: auto 100%;
}

.maker_wrap .select_area .item_area.billing .bil_type_list li:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -4px;
  background: #84b5bc;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  z-index: 1;
}

.maker_wrap .select_area .item_area.billing .bil_type_list li.current_bil:after {
  background: #d980a0;
}

.maker_wrap .select_area .item_area.billing .bil_type_list li p {
  position: relative;
  z-index: 20;
  -webkit-border-radius: 60px;
  border-radius: 60px;
}

.maker_wrap .select_area .item_area.billing .bil_pallet {
  display: none;
  position: relative;
}

.maker_wrap .select_area .item_area.billing .select_list li {
  border: 2px solid #634e3b;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

.maker_wrap .select_area .item_area.billing .select_list li.current {
  border-color: #27201A;
}

.maker_wrap .select_area .item_area.billing .select_list li.current:before {
  content: "";
  display: block;
  background: url("../img/maker/icon_select02.png") center center no-repeat;
  width: 100%;
  height: 100%;
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
}

.maker_wrap .select_area .item_area.billing .select_list li.current.g_color:before {
  background: url("../img/maker/icon_select02_g.png") center center no-repeat;
}

@media only screen and (min-width: 751px) {
  .maker_wrap .select_area {
    background: url("../../../assets/img/bg_repeat.jpg");
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    padding: 45px 33px 40px;
  }
  .maker_wrap .select_area .type_list li {
    width: 177px;
    margin-left: 9px;
  }
  .maker_wrap .select_area .type_list li:not(.current_type) {
    cursor: pointer;
  }
  .maker_wrap .select_area .type_list li:not(.current_type) p {
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
  }
  .maker_wrap .select_area .type_list li:not(.current_type):hover p {
    -webkit-transform: translateY(4px);
    -moz-transform: translateY(4px);
    -ms-transform: translateY(4px);
    -o-transform: translateY(4px);
    transform: translateY(4px);
  }
  .maker_wrap .select_area .type_list li:first-of-type {
    margin-left: 0;
  }
  .maker_wrap .select_area .item_area {
    margin-top: 23px;
  }
  .maker_wrap .select_area .item_area .select_list li {
    margin-right: 10px;
  }
  .maker_wrap .select_area .item_area .select_list li:last-of-type {
    margin-right: 0;
  }
  .maker_wrap .select_area .item_area .slide_area {
    width: 820px;
    margin: 0 auto;
    overflow: hidden;
  }
  .maker_wrap .select_area .item_area .slide_pager p {
    width: 36px;
    margin-top: -18px;
    cursor: pointer;
  }
  .maker_wrap .select_area .item_area .slide_pager p img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .maker_wrap .select_area .item_area .slide_pager p.prev {
    left: 0;
  }
  .maker_wrap .select_area .item_area .slide_pager p.prev:not(.none):hover img {
    -webkit-transform: translate(-10px, 0);
    -moz-transform: translate(-10px, 0);
    -ms-transform: translate(-10px, 0);
    -o-transform: translate(-10px, 0);
    transform: translate(-10px, 0);
  }
  .maker_wrap .select_area .item_area .slide_pager p.next {
    right: 0;
  }
  .maker_wrap .select_area .item_area .slide_pager p.next:not(.none):hover img {
    -webkit-transform: translate(10px, 0);
    -moz-transform: translate(10px, 0);
    -ms-transform: translate(10px, 0);
    -o-transform: translate(10px, 0);
    transform: translate(10px, 0);
  }
  .maker_wrap .select_area .item_area.cut .slide_area {
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .maker_wrap .select_area .item_area.cut .cut_list {
    text-align: left;
    width: 2101px;
  }
  .maker_wrap .select_area .item_area.cut .cut_list:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
  }
  .maker_wrap .select_area .item_area.cut .cut_list li {
    width: 152px;
    cursor: pointer;
  }
  .maker_wrap .select_area .item_area.cut .cut_list li.new:after {
    width: 52px;
    height: 52px;
    top: -15px;
    left: -15px;
  }
  .maker_wrap .select_area .item_area.cut .cut_list li.current:before {
    -webkit-background-size: 36px auto;
    -o-background-size: 36px auto;
    background-size: 36px auto;
  }
  .maker_wrap .select_area .item_area.bg .bg_list li {
    width: 64px;
    height: 64px;
    cursor: pointer;
  }
  .maker_wrap .select_area .item_area.bg .bg_list li.current:before {
    -webkit-background-size: 36px auto;
    -o-background-size: 36px auto;
    background-size: 36px auto;
  }
  .maker_wrap .select_area .item_area.bg .bg_list li.current.g_color:before {
    -webkit-background-size: 36px auto;
    -o-background-size: 36px auto;
    background-size: 36px auto;
  }
  .maker_wrap .select_area .item_area.logo .slide_area {
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .maker_wrap .select_area .item_area.logo .logo_list {
    text-align: left;
  }
  .maker_wrap .select_area .item_area.logo .logo_list:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
  }
  .maker_wrap .select_area .item_area.logo .logo_list li {
    width: 170px;
    cursor: pointer;
  }
  .maker_wrap .select_area .item_area.logo .logo_list li.current:before {
    -webkit-background-size: 36px auto;
    -o-background-size: 36px auto;
    background-size: 36px auto;
  }
  .maker_wrap .select_area .item_area.catch {
    text-align: left;
  }
  .maker_wrap .select_area .item_area.catch .catch_txt {
    margin-left: 12px;
    width: 702px;
  }
  .maker_wrap .select_area .item_area.catch .catch_txt input {
    font-size: 18px;
    padding: 10px 15px;
  }
  .maker_wrap .select_area .item_area.catch .btn_fix {
    width: 170px;
    margin-left: 14px;
    cursor: pointer;
  }
  .maker_wrap .select_area .item_area.catch .btn_fix span {
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    height: 56px;
    line-height: 56px;
    padding: 0 18px;
    font-size: 15px;
  }
  .maker_wrap .select_area .item_area.catch .btn_fix:hover span {
    -webkit-transform: translateY(4px);
    -moz-transform: translateY(4px);
    -ms-transform: translateY(4px);
    -o-transform: translateY(4px);
    transform: translateY(4px);
  }
  .maker_wrap .select_area .item_area.catch .font_color_wrap {
    margin: 25px 0 20px;
  }
  .maker_wrap .select_area .item_area.catch .font_color_wrap .fontcolor_list li {
    width: 34px;
    height: 34px;
    cursor: pointer;
    margin-right: 4px;
  }
  .maker_wrap .select_area .item_area.catch .font_color_wrap .fontcolor_list li.current:before {
    -webkit-background-size: 18px auto;
    -o-background-size: 18px auto;
    background-size: 18px auto;
  }
  .maker_wrap .select_area .item_area.catch .font_color_wrap .fontcolor_list li.current.g_color:before {
    -webkit-background-size: 18px auto;
    -o-background-size: 18px auto;
    background-size: 18px auto;
  }
  .maker_wrap .select_area .item_area.catch .font_type {
    display: inline-block;
    vertical-align: middle;
    width: 442px;
    margin-left: 11px;
    cursor: pointer;
  }
  .maker_wrap .select_area .item_area.catch .font_type span {
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    height: 40px;
    line-height: 40px;
    padding: 0 18px;
    font-size: 15px;
  }
  .maker_wrap .select_area .item_area.catch .font_type:hover span {
    -webkit-transform: translateY(4px);
    -moz-transform: translateY(4px);
    -ms-transform: translateY(4px);
    -o-transform: translateY(4px);
    transform: translateY(4px);
  }
  .maker_wrap .select_area .item_area.catch .catch_foot {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
  }
  .maker_wrap .select_area .item_area.catch .catch_foot .btn {
    cursor: pointer;
  }
  .maker_wrap .select_area .item_area.catch .catch_foot .btn .btn_body {
    height: 40px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
  }
  .maker_wrap .select_area .item_area.catch .catch_foot .btn .btn_body:hover {
    -webkit-transform: translateY(4px);
    -moz-transform: translateY(4px);
    -ms-transform: translateY(4px);
    -o-transform: translateY(4px);
    transform: translateY(4px);
  }
  .maker_wrap .select_area .item_area.catch .catch_foot .font_weight {
    width: 145px;
    height: 40px;
  }
  .maker_wrap .select_area .item_area.catch .catch_foot .font_frame {
    width: 130px;
    margin: 0 10px;
  }
  .maker_wrap .select_area .item_area.catch .catch_foot .font_frame .btn_body {
    background-position: 73px center;
  }
  .maker_wrap .select_area .item_area.catch .catch_foot .font_frame .btn_body span {
    left: 34px;
  }
  .maker_wrap .select_area .item_area.catch .catch_foot .font_outline {
    width: 130px;
  }
  .maker_wrap .select_area .item_area.catch .catch_foot .font_outline .btn_body {
    background-position: 64px center;
  }
  .maker_wrap .select_area .item_area.catch .catch_foot .font_outline .btn_body span {
    left: 23px;
  }
  .maker_wrap .select_area .item_area.catch .catch_foot .palette {
    cursor: default;
    top: -305px;
    left: 50%;
    margin-left: -137px;
  }
  .maker_wrap .select_area .item_area.catch .catch_foot .palette .close_palette {
    top: -30px;
    right: -30px;
    cursor: pointer;
  }
  .maker_wrap .select_area .item_area.catch .catch_foot .palette .close_palette img {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .maker_wrap .select_area .item_area.catch .catch_foot .palette .close_palette:hover img {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  .maker_wrap .select_area .item_area.catch .catch_foot .palette .c_list {
    width: 188px;
  }
  .maker_wrap .select_area .item_area.catch .catch_foot .palette .c_list li {
    width: 30px;
    height: 30px;
    cursor: pointer;
    margin-right: 4px;
  }
  .maker_wrap .select_area .item_area.catch .catch_foot .palette .c_list li:nth-of-type(5n) {
    margin-right: 0;
  }
  .maker_wrap .select_area .item_area.catch .catch_foot .palette .c_list li:nth-of-type(n+6) {
    margin-top: 4px;
  }
  .maker_wrap .select_area .item_area.catch .catch_foot .palette .c_list li.current:before {
    -webkit-background-size: 18px auto;
    -o-background-size: 18px auto;
    background-size: 18px auto;
  }
  .maker_wrap .select_area .item_area.catch .catch_foot .palette .c_list li.current.g_color:before {
    -webkit-background-size: 18px auto;
    -o-background-size: 18px auto;
    background-size: 18px auto;
  }
  .maker_wrap .select_area .item_area.billing .bil_type_list li {
    width: 145px;
    margin-right: 10px;
  }
  .maker_wrap .select_area .item_area.billing .bil_type_list li:last-of-type {
    margin-right: 0;
  }
  .maker_wrap .select_area .item_area.billing .bil_type_list li p {
    height: 40px;
  }
  .maker_wrap .select_area .item_area.billing .bil_type_list li:not(.current_bil) {
    cursor: pointer;
  }
  .maker_wrap .select_area .item_area.billing .bil_type_list li:not(.current_bil) p {
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
  }
  .maker_wrap .select_area .item_area.billing .bil_type_list li:not(.current_bil):hover p {
    -webkit-transform: translateY(4px);
    -moz-transform: translateY(4px);
    -ms-transform: translateY(4px);
    -o-transform: translateY(4px);
    transform: translateY(4px);
  }
  .maker_wrap .select_area .item_area.billing .bil_pallet {
    margin-top: 25px;
  }
  .maker_wrap .select_area .item_area.billing .bil_pallet .select_list li {
    width: 34px;
    height: 34px;
    cursor: pointer;
    margin-right: 4px;
  }
  .maker_wrap .select_area .item_area.billing .bil_pallet .select_list li.current:before {
    -webkit-background-size: 18px auto;
    -o-background-size: 18px auto;
    background-size: 18px auto;
  }
  .maker_wrap .select_area .item_area.billing .bil_pallet .select_list li.current.g_color:before {
    -webkit-background-size: 18px auto;
    -o-background-size: 18px auto;
    background-size: 18px auto;
  }
}

@media only screen and (max-width: 750px) {
  .maker_wrap .select_area {
    padding: 7% 0;
  }
  .maker_wrap .select_area .type_list {
    width: 140%;
  }
  .maker_wrap .select_area .type_list:after {
    content: "";
    display: block;
    clear: both;
  }
  .maker_wrap .select_area .type_list li {
    width: 100px;
    margin-left: 5px;
    float: left;
  }
  .maker_wrap .select_area .type_list li:first-of-type {
    margin-left: 15px;
  }
  .maker_wrap .select_area .item_area {
    margin-top: 30px;
  }
  .maker_wrap .select_area .item_area .select_list li {
    margin-right: 5px;
  }
  .maker_wrap .select_area .item_area .select_list li:last-of-type {
    margin-right: 0;
  }
  .maker_wrap .select_area .item_area .slide_area {
    width: 820px;
    margin: 0 auto;
    overflow: hidden;
  }
  .maker_wrap .select_area .item_area .slide_pager {
    display: none;
  }
  .maker_wrap .select_area .item_area.cut {
    margin-top: 25px;
  }
  .maker_wrap .select_area .item_area.cut .slide_area {
    padding: 10px 15px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .maker_wrap .select_area .item_area.cut .cut_list {
    text-align: left;
  }
  .maker_wrap .select_area .item_area.cut .cut_list:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
  }
  .maker_wrap .select_area .item_area.cut .cut_list li {
    width: 124px;
  }
  .maker_wrap .select_area .item_area.cut .cut_list li.new:after {
    width: 34px;
    height: 34px;
    top: -10px;
    left: -10px;
  }
  .maker_wrap .select_area .item_area.cut .cut_list li.current:before {
    -webkit-background-size: 30px auto;
    -o-background-size: 30px auto;
    background-size: 30px auto;
  }
  .maker_wrap .select_area .item_area.bg .bg_list li {
    width: 46px;
    height: 46px;
    margin-right: 5px;
    border-width: 2px;
  }
  .maker_wrap .select_area .item_area.bg .bg_list li:first-of-type {
    margin-left: 15px;
  }
  .maker_wrap .select_area .item_area.bg .bg_list li.current:before {
    -webkit-background-size: 30px auto;
    -o-background-size: 30px auto;
    background-size: 30px auto;
  }
  .maker_wrap .select_area .item_area.bg .bg_list li.current.g_color:before {
    -webkit-background-size: 30px auto;
    -o-background-size: 30px auto;
    background-size: 30px auto;
  }
  .maker_wrap .select_area .item_area.logo .slide_area {
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .maker_wrap .select_area .item_area.logo .logo_list {
    text-align: left;
  }
  .maker_wrap .select_area .item_area.logo .logo_list:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
  }
  .maker_wrap .select_area .item_area.logo .logo_list li {
    width: 130px;
  }
  .maker_wrap .select_area .item_area.logo .logo_list li.current:before {
    -webkit-background-size: 30px auto;
    -o-background-size: 30px auto;
    background-size: 30px auto;
  }
  .maker_wrap .select_area .item_area.catch {
    text-align: left;
    margin-top: 25px;
  }
  .maker_wrap .select_area .item_area.catch .catch_top {
    width: 90%;
    margin: 0 auto;
    font-size: 0;
  }
  .maker_wrap .select_area .item_area.catch .catch_txt {
    width: 71.2%;
  }
  .maker_wrap .select_area .item_area.catch .catch_txt input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    padding: 3.4% 2%;
    border-width: 2px;
  }
  .maker_wrap .select_area .item_area.catch .btn_fix {
    width: 26%;
    margin-left: 2.5%;
  }
  .maker_wrap .select_area .item_area.catch .btn_fix span img {
    width: 28%;
  }
  .maker_wrap .select_area .item_area.catch .font_color_wrap {
    margin: 25px 0 20px;
  }
  .maker_wrap .select_area .item_area.catch .font_color_wrap .fontcolor_list {
    margin-left: 2.5%;
  }
  .maker_wrap .select_area .item_area.catch .font_color_wrap .fontcolor_list li {
    width: 46px;
    height: 22px;
  }
  .maker_wrap .select_area .item_area.catch .font_color_wrap .fontcolor_list li:first-of-type {
    margin-left: 0;
  }
  .maker_wrap .select_area .item_area.catch .font_color_wrap .fontcolor_list li.current:before {
    -webkit-background-size: 12px auto;
    -o-background-size: 12px auto;
    background-size: 12px auto;
  }
  .maker_wrap .select_area .item_area.catch .font_color_wrap .fontcolor_list li.current.g_color:before {
    -webkit-background-size: 12px auto;
    -o-background-size: 12px auto;
    background-size: 12px auto;
  }
  .maker_wrap .select_area .item_area.catch .font_type {
    display: inline-block;
    width: 90%;
    margin-left: 5%;
  }
  .maker_wrap .select_area .item_area.catch .font_type span {
    height: 32px;
    line-height: 32px;
    padding: 0 18px;
    font-size: 14px;
  }
  .maker_wrap .select_area .item_area.catch .catch_foot {
    width: 90%;
    margin: 7% 0 0 5%;
    font-size: 0;
  }
  .maker_wrap .select_area .item_area.catch .catch_foot .btn {
    cursor: pointer;
  }
  .maker_wrap .select_area .item_area.catch .catch_foot .btn .btn_body {
    height: 32px;
  }
  .maker_wrap .select_area .item_area.catch .catch_foot .font_weight {
    width: 32%;
    height: 32px;
  }
  .maker_wrap .select_area .item_area.catch .catch_foot .font_frame {
    width: 31.5%;
    margin: 0 2.5%;
  }
  .maker_wrap .select_area .item_area.catch .catch_foot .font_frame .btn_body {
    background-position-x: 52%;
  }
  .maker_wrap .select_area .item_area.catch .catch_foot .font_frame .btn_body span {
    top: 6px;
    left: 14%;
  }
  .maker_wrap .select_area .item_area.catch .catch_foot .font_outline {
    width: 31.5%;
  }
  .maker_wrap .select_area .item_area.catch .catch_foot .font_outline .btn_body {
    background-position-x: 66%;
  }
  .maker_wrap .select_area .item_area.catch .catch_foot .font_outline .btn_body span {
    top: 6px;
    left: 10%;
  }
  .maker_wrap .select_area .item_area.catch .catch_foot .btn_palette .btn_body span {
    top: 6px;
    left: 10%;
    width: 18px;
    height: 18px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-size: 250% 250% !important;
  }
  .maker_wrap .select_area .item_area.catch .catch_foot .palette {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    width: 290%;
    border-width: 2px;
    padding: 15%;
    top: 0;
  }
  .maker_wrap .select_area .item_area.catch .catch_foot .palette:before {
    border-right: 8px solid transparent;
    border-top: 9px solid #fff;
    border-left: 8px solid transparent;
    bottom: -7px;
    margin-left: -8px;
  }
  .maker_wrap .select_area .item_area.catch .catch_foot .palette:after {
    border-right: 8px solid transparent;
    border-top: 9px solid #634e3b;
    border-left: 8px solid transparent;
    margin-left: -8px;
  }
  .maker_wrap .select_area .item_area.catch .catch_foot .palette .close_palette {
    top: -19px;
    right: -19px;
    width: 38px;
  }
  .maker_wrap .select_area .item_area.catch .catch_foot .palette .c_list li {
    width: 12%;
    padding-top: 7.8%;
    margin-right: 4%;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
  .maker_wrap .select_area .item_area.catch .catch_foot .palette .c_list li:nth-of-type(6n) {
    margin-right: 0;
  }
  .maker_wrap .select_area .item_area.catch .catch_foot .palette .c_list li:nth-of-type(n+7) {
    margin-top: 4%;
  }
  .maker_wrap .select_area .item_area.catch .catch_foot .palette .c_list li.default {
    background-size: 150% 150% !important;
  }
  .maker_wrap .select_area .item_area.catch .catch_foot .palette .c_list li.current:before {
    -webkit-background-size: 18px auto;
    -o-background-size: 18px auto;
    background-size: 18px auto;
  }
  .maker_wrap .select_area .item_area.catch .catch_foot .palette .c_list li.current.g_color:before {
    -webkit-background-size: 18px auto;
    -o-background-size: 18px auto;
    background-size: 18px auto;
  }
  .maker_wrap .select_area .item_area.catch .catch_foot .font_frame .palette {
    left: 50%;
    -webkit-transform: translate(-50%, -105%);
    -moz-transform: translate(-50%, -105%);
    -ms-transform: translate(-50%, -105%);
    -o-transform: translate(-50%, -105%);
    transform: translate(-50%, -105%);
  }
  .maker_wrap .select_area .item_area.catch .catch_foot .font_outline .palette {
    left: -220%;
    -webkit-transform: translate(0, -105%);
    -moz-transform: translate(0, -105%);
    -ms-transform: translate(0, -105%);
    -o-transform: translate(0, -105%);
    transform: translate(0, -105%);
  }
  .maker_wrap .select_area .item_area.catch .catch_foot .font_outline .palette:after {
    left: 85%;
  }
  .maker_wrap .select_area .item_area.catch .catch_foot .font_outline .palette:before {
    left: 85%;
  }
  .maker_wrap .select_area .item_area.billing {
    margin-top: 25px;
  }
  .maker_wrap .select_area .item_area.billing .bil_type_list {
    margin-left: 15px;
  }
  .maker_wrap .select_area .item_area.billing .bil_type_list li {
    width: 94px;
    margin-right: 5px;
  }
  .maker_wrap .select_area .item_area.billing .bil_type_list li:last-of-type {
    margin-right: 0;
  }
  .maker_wrap .select_area .item_area.billing .bil_type_list li p {
    height: 30px;
  }
  .maker_wrap .select_area .item_area.billing .bil_pallet {
    margin-top: 20px;
  }
  .maker_wrap .select_area .item_area.billing .bil_pallet .select_list li {
    width: 46px;
    height: 46px;
    margin-right: 5px;
    border-width: 2px;
  }
  .maker_wrap .select_area .item_area.billing .bil_pallet .select_list li:first-of-type {
    margin-left: 15px;
  }
  .maker_wrap .select_area .item_area.billing .bil_pallet .select_list li.current:before {
    background: url("../img/maker/icon_select01.png") center center no-repeat;
    -webkit-background-size: 30px auto;
    -o-background-size: 30px auto;
    background-size: 30px auto;
  }
  .maker_wrap .select_area .item_area.billing .bil_pallet .select_list li.current.g_color:before {
    background: url("../img/maker/icon_select01_g.png") center center no-repeat;
    -webkit-background-size: 30px auto;
    -o-background-size: 30px auto;
    background-size: 30px auto;
  }
}

@media only screen and (max-width: 370px) {
  .maker_wrap .select_area .item_area.catch .catch_foot .palette .close_palette {
    top: -14px;
    right: -13px;
    width: 30px;
  }
  .maker_wrap .select_area .item_area.catch .catch_foot .palette .c_list li {
    margin-right: 3.6%;
  }
}

/*********確認画面********************************/
.maker_wrap .confirm_txt {
  display: none;
}

.maker_wrap .confirm_btn {
  display: none;
}

.maker_wrap .confirm_btn .confirm_btn_list {
  font-size: 0;
}

.maker_wrap .confirm_btn .confirm_btn_list li {
  position: relative;
  display: inline-block;
}

.maker_wrap .confirm_btn .confirm_btn_list li:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -4px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  z-index: 1;
}

.maker_wrap .confirm_btn .confirm_btn_list li p {
  position: relative;
  z-index: 10;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}

.maker_wrap .confirm_btn .confirm_btn_list li:first-of-type:after {
  background: #949494;
}

.maker_wrap .confirm_btn .confirm_btn_list li:first-of-type p {
  background: url("../img/bg_btn03.gif");
}

.maker_wrap .confirm_btn .confirm_btn_list li:nth-of-type(2):after {
  background: #349CA5;
}

.maker_wrap .confirm_btn .confirm_btn_list li:nth-of-type(2) p {
  background: url("../img/bg_btn01.gif");
}

.maker_wrap .confirm_btn .confirm_btn_list li img {
  width: auto;
  height: 100%;
}

@media only screen and (min-width: 751px) {
  .maker_wrap .confirm_txt {
    width: 430px;
    margin: 0 auto 40px;
  }
  .maker_wrap .confirm_btn .confirm_btn_list li {
    width: 270px;
  }
  .maker_wrap .confirm_btn .confirm_btn_list li:first-of-type {
    margin-right: 20px;
  }
  .maker_wrap .confirm_btn .confirm_btn_list li p {
    height: 80px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
  }
  .maker_wrap .confirm_btn .confirm_btn_list li:hover p {
    -webkit-transform: translateY(4px);
    -moz-transform: translateY(4px);
    -ms-transform: translateY(4px);
    -o-transform: translateY(4px);
    transform: translateY(4px);
  }
}

@media only screen and (max-width: 750px) {
  .maker_wrap .confirm_txt {
    width: 72%;
    margin: 1.5% auto 8%;
  }
  .maker_wrap .confirm_btn .confirm_btn_list li {
    width: 36%;
  }
  .maker_wrap .confirm_btn .confirm_btn_list li:first-of-type {
    margin-right: 2.6%;
  }
  .maker_wrap .confirm_btn .confirm_btn_list li p {
    height: 45px;
  }
}

/*********シェア********************************/
.maker_wrap .make_area .dl_btn {
  position: relative;
}

.maker_wrap .make_area .dl_btn:after {
  content: "";
  display: block;
  background: #319CA2;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -4px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  z-index: 1;
}

.maker_wrap .make_area .dl_btn span {
  position: relative;
  z-index: 10;
  display: block;
  background: url("../img/bg_btn01.gif");
  -webkit-border-radius: 50px;
  border-radius: 50px;
}

.maker_wrap .select_area .share_btn_list {
  font-size: 0;
  border-bottom: 4px solid #C0BFBB;
}

.maker_wrap .select_area .share_btn_list .share_btn {
  position: relative;
  display: inline-block;
}

.maker_wrap .select_area .share_btn_list .share_btn:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -4px;
  -webkit-border-radius: 80px;
  border-radius: 80px;
  z-index: 1;
}

.maker_wrap .select_area .share_btn_list .share_btn p {
  position: relative;
  z-index: 10;
  display: block;
  -webkit-border-radius: 80px;
  border-radius: 80px;
}

.maker_wrap .select_area .share_btn_list .share_btn.tw:after {
  background: #317CB5;
}

.maker_wrap .select_area .share_btn_list .share_btn.tw p {
  background: url("../img/end/bg_btn-twitter.gif");
}

.maker_wrap .select_area .share_btn_list .share_btn.line:after {
  background: #51BA29;
}

.maker_wrap .select_area .share_btn_list .share_btn.line p {
  background: url("../img/end/bg_btn-line.gif");
}

.maker_wrap .select_area .next_btn {
  position: relative;
}

.maker_wrap .select_area .next_btn:after {
  content: "";
  display: block;
  background: #319CA2;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -4px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  z-index: 1;
}

.maker_wrap .select_area .next_btn span {
  position: relative;
  z-index: 10;
  display: block;
  background: url("../img/bg_btn01.gif");
  -webkit-border-radius: 50px;
  border-radius: 50px;
}

@media only screen and (min-width: 751px) {
  .maker_wrap .make_area .end_txt {
    width: 620px;
    margin: 0 auto 40px;
  }
  .maker_wrap .make_area .dl_btn {
    width: 420px;
    margin: 40px auto 0;
    cursor: pointer;
  }
  .maker_wrap .make_area .dl_btn span {
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
  }
  .maker_wrap .make_area .dl_btn:hover span {
    -webkit-transform: translateY(4px);
    -moz-transform: translateY(4px);
    -ms-transform: translateY(4px);
    -o-transform: translateY(4px);
    transform: translateY(4px);
  }
  .maker_wrap .select_area .share_txt {
    width: 544px;
    margin: 0 auto;
  }
  .maker_wrap .select_area .share_btn_list {
    margin-top: 35px;
    padding-bottom: 40px;
  }
  .maker_wrap .select_area .share_btn_list .share_btn {
    width: 270px;
    cursor: pointer;
  }
  .maker_wrap .select_area .share_btn_list .share_btn p {
    height: 80px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
  }
  .maker_wrap .select_area .share_btn_list .share_btn:hover p {
    -webkit-transform: translateY(4px);
    -moz-transform: translateY(4px);
    -ms-transform: translateY(4px);
    -o-transform: translateY(4px);
    transform: translateY(4px);
  }
  .maker_wrap .select_area .share_btn_list .share_btn.tw {
    margin-right: 20px;
  }
  .maker_wrap .select_area .next_btn {
    margin: 40px auto 0;
    width: 420px;
  }
  .maker_wrap .select_area .next_btn span {
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
  }
  .maker_wrap .select_area .next_btn:hover span {
    -webkit-transform: translateY(4px);
    -moz-transform: translateY(4px);
    -ms-transform: translateY(4px);
    -o-transform: translateY(4px);
    transform: translateY(4px);
  }
}

@media only screen and (max-width: 750px) {
  .maker_wrap .make_area .end_txt {
    width: 66.6%;
    margin: 2% auto 5.5%;
  }
  .maker_wrap .make_area .dl_btn {
    width: 66%;
    margin: 5.5% auto 0;
  }
  .maker_wrap .make_area .dl_btn img {
    width: 54.7%;
  }
  .maker_wrap .select_area .share_txt {
    width: 72.5%;
    margin: 0 auto;
  }
  .maker_wrap .select_area .share_btn_list {
    margin-top: 4.6%;
    padding-bottom: 6.5%;
    border-width: 3px;
  }
  .maker_wrap .select_area .share_btn_list .share_btn {
    width: 40%;
  }
  .maker_wrap .select_area .share_btn_list .share_btn p img {
    width: 74%;
  }
  .maker_wrap .select_area .share_btn_list .share_btn.tw {
    margin-right: 2.5%;
  }
  .maker_wrap .select_area .next_btn {
    margin: 6.5% auto 0;
    width: 66%;
  }
  .maker_wrap .select_area .next_btn img {
    width: 73.2%;
  }
}

/*********アーカイブ********************************/


/*****************************************/


@media only screen and (min-width: 751px) {
  .contents .works {
    padding-top: 175px;
  }
  .contents .works h2 {
    width: 100%;
    max-width: 660px;
    margin: 0 auto 20px;
  }
  .contents .works .works_box {
    width: 100%;
    max-width: 660px;
    margin: 0 auto;
  }
  .contents .works .works_box ul li {
    margin-bottom: 60px;
    padding-bottom: 30px;
    position: relative;
  }
  .contents .works .works_box ul li::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: -110px;
    background: url("../img/bg.png") top left no-repeat;
    background-size: contain;
    width: 330px;
    height: 94px;
  }
  .contents .works .works_box ul li .works_name {
    position: relative;
    font-weight: bold;
    font-size: 40px;
    display: inline-block;
    padding: 0 5px 5px;
    margin-bottom: 25px;
  }
  .contents .works .works_box ul li .works_name span {
    position: relative;
  }
  .contents .works .works_box ul li .works_name::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 40%;
    background: #f0f86f;
  }
  .contents .works .works_box ul li .works_catch {
    font-weight: bold;
    font-size: 32px;
    margin-bottom: 25px;
    line-height: 1.4;
  }
  .contents .works .works_box ul li .works_img {
    position: relative;
    margin: 0 40px;
  }
  .contents .works .works_box ul li:last-child {
    margin-bottom: 50px;
  }
  .contents .works .works_thanks {
    width: 100%;
    max-width: 610px;
    margin: 0 auto;
  }
}


@media only screen and (max-width: 750px) {
  .contents .works {
    padding-bottom: 100px;
  }
  .contents .works h2 {
    width: 100%;
    margin: 0 auto 1.5%;
  }
  .contents .works .works_box {
    width: 100%;
    margin: 0 auto;
  }
  .contents .works .works_box ul li {
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 22.5px;
  }
  .contents .works .works_box ul li::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    background: url("../img/bg.png") top left no-repeat;
    background-size: contain;
    width: 165px;
    height: 47px;
  }
  .contents .works .works_box ul li .works_name {
    position: relative;
    font-weight: bold;
    font-size: 20px;
    display: inline-block;
    padding: 0 5px 2px;
    margin-bottom: 3%;
  }
  .contents .works .works_box ul li .works_name span {
    position: relative;
  }
  .contents .works .works_box ul li .works_name::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 40%;
    background: #f0f86f;
  }
  .contents .works .works_box ul li .works_catch {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 3%;
    line-height: 1.4;
  }
  .contents .works .works_box ul li .works_img {
    position: relative;
    width: 76%;
    margin: 0 auto;
    border: 1px solid #ccc;
  }
  .contents .works .works_box ul li:last-child {
    margin-bottom: 30px;
  }
  .contents .works .works_thnks {
    width: 100%;
    margin: 0 auto;
  }
}
}