.pane-header-body .block-header-logo {
  margin: 0 auto;
}

.block-footernav--bottom {
  position: relative;
}

.seal {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1142px;
  margin: 30px auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.seal .param {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 500px;
  background: rgba(0, 0, 0, .2);
}

.seal .debug {
  display: none;
}

.seal .font-loader-mincho {
  font-family: 'TsukuMinPr5-B';
  /* font-size: 53px;
    display:none; */;
}

.seal .font-loader-gothic {
  font-family: 'IwaRGoPro-Md';
}

.seal .font-loader-mincho2 {
  font-family: 'TsukuMinPr5-B';
}

.seal .font-loader-gothic2 {
  font-family: 'IwaRGoPro-Md';
}

.seal .canvasblock {
  position: relative;
  width: 629px;
  background: #fff;
}

.seal .canvasblock:after {
  position: absolute;
  bottom: -45px;
  left: 0;
  width: 100%;
  height: 45px;
  content: '';
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(80, 121, 180, 0)), to(white));
  background: -webkit-linear-gradient(bottom, rgba(80, 121, 180, 0) 0%, white 100%);
  background: linear-gradient(0deg, rgba(80, 121, 180, 0) 0%, white 100%);
}

.seal .canvasblock.fixed {
  position: fixed;
  top: 0;
  padding-top: 29px;
}

.seal .canvasblock.fixed + .seal__atwrap {
  margin-top: 508px;
}

.seal .canvaswrap {
  position: relative;
  width: 428px;
  height: 428px;
  margin: 0 auto 80px;
  //background: url(../../img/usr/seal/base.png) no-repeat center center;
  background-size: contain;
}

.seal #canvas2wrap {
  display: none;
}

.seal #canvas {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(.518);
  transform: translate(-50%, -50%) scale(.518);
}

.seal .framewrap {
  position: relative;
}

.seal .framewrap:after {
  position: absolute;
  top: 14px;
  right: 10px;
  width: 10px;
  height: 10px;
  content: '';
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: solid 2px #000;
  border-bottom: solid 2px #000;
}

.seal .framewrap.active:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.seal select {
  position: relative;
  width: 100%;
  padding: 10px;
}

.seal select option {
  line-height: 2;
  margin: 20px 0;
}

.seal select:focus {
  outline: 0;
}

.seal textarea {
  width: 100%;
  min-height: 140px;
  padding: 10px;
  resize: vertical;
}

.seal textarea:focus {
  outline: 0;
}

.seal__ttl {
  font-weight: bold;
  position: relative;
}

.seal__at {
  font-size: 16px;
  max-width: 630px;
  margin: 0 auto;
  text-align: left;
}

.seal__at + .seal__at {
  margin-top: 40px;
}

.seal__completion_box + .seal__completion_box {
  margin-top: 40px;
}

.seal__at .seal__at_inner {
  position: relative;
}

.seal__at .seal__at_inner + .seal__at_inner {
  margin-top: 13px;
}

.seal__at .seal__at_inner + .seal__at_inner::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: -1px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  border-top: 11px solid #CCCCCC;
  border-bottom: 11px solid transparent;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
}

.seal__at_inner .seal__ttl {
  padding-left: 18px;
}

.seal__text_ttl {
  margin-bottom: 10px;
}

.seal__wide_txt {
  line-height: 2;
}

.seal__completion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -8px;
}

.seal__completion li {
  font-size: 10px;
  width: 157px;
  text-align: center;
}

.seal__completion li + li {
  margin-left: 3px;
}

.seal__completion li figure {
  display: flex;
  align-items: center;
  width: 100%;
  height: 157px;
}

.seal__completion li img {
  width: 100%;
}

.seal__section:first-child {
  width: 629px;
}

.seal__section:last-child {
  width: 453px;
}

.seal__stepbtn {
  font-size: 24px;
  position: relative;
  padding: 20px 0;
  cursor: pointer;
  border-top: 1px solid #ddd;
  font-weight: 300;
  font-style: normal;
}

.seal__stepbtn:nth-of-type(1) {
  border: none;
}

.seal__stepbtn:nth-of-type(1):after {
  display: none;
}

.seal__stepbtn_indent {
  text-indent: 1em;
}

.seal__stepbtn:after {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 10px;
  height: 10px;
  content: '';
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-right: solid 2px #000;
  border-bottom: solid 2px #000;
}

.seal__stepbtn.active:after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.seal .sec {
  padding-bottom: 20px;
}

.seal .sec1 select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.seal .sec2 {
  padding: 0 20px 30px;
  background: #f2f2f2;
}

.seal .selectphoto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.seal .selectphoto > div {
  width: 48%;
}

.seal .selectphoto button {
  display: block;
  width: 100%;
  padding: 10px 0;
  cursor: pointer;
  text-align: center;
  border: none;
  border: 1px solid #ddd;
  border-radius: 0;
  background: #fff;
}

.seal .selectphototxt {
  overflow: hidden;
  width: 100%;
  margin-bottom: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.seal .selectphotoinput {
  display: block;
  padding: 10px 0;
  cursor: pointer;
  text-align: center;
  color: #fff;
  background-color: #f66;
}

.seal .selectphotoinput input {
  display: none;
}

.seal .selectphotonote {
  width: 100%;
  font-size: 12px;
  text-align: right;
}

.seal .selectphoto .selectphotonote {
  margin-top: 1em;
}

.seal .seal_textinput .selectphotonote {
  padding-top: 20px;
}

.seal .range {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.seal .range + .range {
  margin-top: 20px;
}

.seal .range > div:first-child {
  width: 325px;
  margin-right: 20px;
}

.seal .range > div:last-child {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.seal .range button {
  display: block;
  width: 100%;
  padding: 5px 0 3px;
  cursor: pointer;
  text-align: center;
  border: none;
  border: 1px solid #ddd;
  border-radius: 0;
  background: #fff;
}

.seal .range--02 {
  margin-bottom: 30px;
}

.seal .radiobtn label {
  position: relative;
  margin-right: 20px;
  padding-left: 25px;
}

.seal .radiobtn input[type=radio] {
  display: none;
}

.seal .radiobtn input[type=radio]:checked + label:before {
  border: 2px solid #f66;
}

.seal .radiobtn input[type=radio]:checked + label:after {
  opacity: 1;
}

.seal .radiobtn input[type=radio] + label:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  content: '';
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 2px solid #989898;
  border-radius: 50%;
  background: #fff;
}

.seal .radiobtn input[type=radio] + label:after {
  position: absolute;
  top: 50%;
  left: 4px;
  display: block;
  width: 12px;
  height: 12px;
  content: '';
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  border-radius: 50%;
  background: #f66;
}

.seal .col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.seal .sec3 {
  padding: 0 20px 30px;
  background: #f2f2f2;
}

.seal .sec4 {
  margin-bottom: 20px;
  padding: 0 20px 30px;
  background: #f2f2f2;
}

.seal .txtwrap {
  margin-bottom: 20px;
  padding: 10px 0 0;
}

.seal .font__size {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.seal .font__size > div:first-child {
  width: 150px;
}

.seal .font__size .fontsize {
  width: 60px;
  padding: 5px;
}

.seal .font__size .hack {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.seal .fontcol__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.seal .fontcol__block > div:first-child {
  position: relative;
  width: 174px;
  padding-right: 18px;
}

.seal .fontcol__block > div:first-child p {
  font-size: 11px;
  line-height: 1.2;
  position: absolute;
  bottom: -26px;
  color: #f66;
  width: 156px;
  text-indent: -1em;
  margin-left: 1em;
}

.seal .fontcol__block ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  width: 206px;
  justify-content: space-between;
}

.seal .fontcol__block ul li {
  position: relative;
  width: 30px;
  height: 30px;
  list-style: none;
  cursor: pointer;
  border-radius: 3px;
  background: #000;
}

.seal .fontcol__block ul li.active:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13px;
  height: 8px;
  margin-top: -2px;
  content: '';
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}

.seal .fontcol__block .fontcol2 li {
  position: relative;
  cursor: auto;
}

.seal .fontcol__block .fontcol2 li:before {
  position: absolute;
  top: -15px;
  left: 10px;
  content: '';
  border-top: 10px solid #d2d2d2;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

.seal .fontcol__block .fontcol2 li:after {
  position: absolute;
  top: -50px;
  right: -15px;
  width: 1px;
  height: 80px;
  content: '';
  background: #d2d2d2;
}

.seal .fontcol__block .fontcol2 li:last-child:after {
  display: none;
}

.seal__frame ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10px 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.seal__frame ul:after {
  display: block;
  width: 30%;
  content: '';
}

.seal__frame ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  margin-top: 20px;
  cursor: pointer;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.seal__frame ul li img {
  width: 100%;
  -webkit-transform: scale(.9);
  transform: scale(.9);
}

.seal__frame ul li.active {
  position: relative;
}

.seal__frame ul li.active:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  border: 5px solid #f66;
}

.seal__btn {
  font-size: 1.2rem;
  display: block;
  width: 100%;
  padding: 10px 0;
  cursor: pointer;
  text-align: center;
  border: none;
  background: #f2f2f2;
}

.seal__btn .seal__btn_note {
  display: block;
  font-size: 12px;
}


.seal__btn_red {
  background: #FFF6F6;
  border: 1px solid #FF6666;
  color: #FF6666;
}

.seal__btn--wh {
  border: 1px solid #ddd;
  background: #fff;
}

.seal__btn--update {
  margin: 20px 0;
  color: #fff;
  background: #d25555;
}

.confirmalert .seal__btn {
  width: 265px;
  margin-left: auto;
  margin-right: auto;
}

.seal__btn--confirm {
  margin: 20px 0;
  color: #fff;
  background: #f66;
}

.cofirmalerttxt {
  font-size: 0.99rem;
}

.seal #removeFrame {
  display: none;
  margin: 20px 0 0;
}

.seal .rangeslider,
.seal .rangeslider__fill {
  height: 10px;
  background: #fff;
}

.seal .rangeslider__handle {
  top: -10px;
  width: 30px;
  height: 30px;
  border: none;
  background: #f66;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .1);
  box-shadow: 0 0 8px rgba(0, 0, 0, .1);
}

.seal .rangeslider__fill {
  display: none;
  background: none;
}

.seal .rangeslider__handle:after {
  display: none;
}

.seal .kijyun {
  position: relative;
  top: -5px;
  width: 20px;
  height: 20px;
  margin: 0 auto;
  background: #fff;
  background: url(../../img/usr/seal/kijyun.png) no-repeat left top;
  background-size: contain;
}

.remodal {
  max-width: 1200px;
  padding-top: 65px;
  padding-bottom: 65px;
}

.remodal-close {
  right: 0;
  left: inherit;
}

.remodal-close:before {
  z-index: 1;
}

.remodal-close:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  height: 35px;
  content: '';
  border-radius: 50%;
  background: #fff;
}

.remodal #exportcanvas {
  display: none;
}

.remodal .btnwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 460px;
  margin: 0 auto 60px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.remodal .btnwrap button {
  width: 49%;
  margin: 20px 0;
}

.remodal .seal__btn {
  font-size: 16px;
  border-radius: 4px;
}

.remodal ul li {
  margin: 5px 0;
}

.remodal .messagetxt {
  font-size: 16px;
  width: 730px;
  margin: 50px auto 0;
  text-align: left;
}

.remodal .confirmalert {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background: rgba(0, 0, 0, .2);
}

.remodal .confirmalert > div {
  position: absolute;
  top: calc(50vh - 125px);
  right: 0;
  left: 0;
  width: 600px;
  height: 250px;
  margin: auto;
  padding: 50px 145px;
  background: #fff;
}

.remodal .confirmalert > div .remodal-close {
  top: -34px;
  left: 605px;
}

.remodal .confirmalert > div .remodal-close:before {
  z-index: 1;
}

.limit {
  width: 600px;
  margin: 0 auto;
  padding: 50px 0;
  background: #fff;
}

.limit .remodal-close {
  top: -34px;
  left: 605px;
}

.limit .remodal-close:before {
  z-index: 1;
}

.fade-enter-active,
.fade-leave-active {
  opacity: 0;
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
}