@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap&subset=japanese");
@font-face {
  font-family: 'ChuKaiSho';
  font-style: normal;
  font-weight: 400;
  src: url("DF-ChuKaiShoN-W5J3.woff") format("woff");
}

@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 400;
  src: url("NotoSerifJP-Regular.woff") format("woff");
}

html, body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ" , sans-serif;
  width: 100%;
  height: 100%;
  line-height: 1.5;
  color: #444;
  font-weight: normal;
  font-style: normal;
}

body {
  overflow-x: hidden;
  min-width: 100%;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

fieldset, img {
  border: 0;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s;
  transition-duration: .2s;
}

img {
  -webkit-backface-visibility: hidden;
}

address, caption, cite, code, dfn, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

q:before, q:after {
  content: '';
}

a {
  outline: none;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s;
  transition-duration: .2s;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s;
  transition-duration: .2s;
}

a:active {
  text-decoration: none;
}

img {
  border: 0;
  vertical-align: bottom;
}

figure {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  margin: 0;
}

object {
  pointer-events: none;
}

input[type="text"], input[type="email"] {
  line-height: 1.2;
}

input[type="text"], input[type="email"], input[type="button"], input[type="submit"] {
  border-radius: 0;
  -webkit-appearance: none;
}

html, body {
  width: 100%;
  height: 100%;
  position: relative;
}

#wrapper {
  width: 100%;
  height: 100%;
}

header {
  background: #4a4a84;
}

header .shopname {
  display: block;
  position: relative;
  padding: 0;
  color: #fff;
  font-size: 12px;
}

@media screen and (max-width: 700px) {
  header .shopname {
    position: relative;
    top: auto;
    left: auto;
    font-size: 10px;
  }
}

header .inner {
  max-width: 1000px;
  text-align: center;
  margin: 0 auto;
  padding: .5em 0;
  position: relative;
}

header .inner p {
  background: #fff;
  display: inline-block;
  font-size: .8em;
  font-weight: bold;
  line-height: 1;
  padding: .8em 1em;
  border-radius: 1.2em;
  margin-bottom: .8em;
}

header .inner h1 {
  text-align: center;
  font-size: .9em;
  color: #fff;
  font-weight: normal;
}

header .inner .p1_title {
  font-size: 22px;
  font-weight: bold;
  padding: 1em;
}

@media screen and (max-width: 767px) {
  header .inner .p1_title {
    font-size: 1em;
    padding: .6em;
  }
}

header .headbtn {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 45px;
  margin: auto;
  width: 40px;
  height: 40px;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 700px) {
  header .headbtn {
    width: 45px;
    right: 5px;
    left: auto;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

header .headbtn a {
  display: block;
  width: 50px;
  -webkit-box-shadow: 1px 1px 3px #222;
  box-shadow: 1px 1px 3px #222;
}

@media screen and (max-width: 700px) {
  header .headbtn a {
    width: 45px;
    height: 45px;
  }
}

header .headbtn img {
  width: 100%;
}

header .headbtn2 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 700px) {
  header .headbtn2 {
    width: 45px;
    left: 5px;
    right: auto;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

header .headbtn2 a {
  display: block;
  width: 50px;
  -webkit-box-shadow: 1px 1px 3px #222;
  box-shadow: 1px 1px 3px #222;
}

@media screen and (max-width: 700px) {
  header .headbtn2 a {
    width: 45px;
    height: 45px;
  }
}

header .headbtn2 img {
  width: 100%;
}

footer {
  display: none;
}

.gnav {
  position: absolute;
  width: 100%;
  background: #4E2727;
  z-index: 100;
}

nav {
  position: relative;
  padding: 5px 0 0 0;
  border-top: solid 1px #4E2727;
}

nav .line {
  position: absolute;
  width: 100%;
  height: 4px;
  background: #ea5956;
  bottom: 0;
  left: 0;
  z-index: 20;
}

nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 479px) {
  nav ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

nav ul li {
  width: auto !important;
}

nav ul li a {
  position: relative;
  display: block;
  padding: .5em 1em;
  color: #fff;
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.8);
  top: -1px;
  font-weight: 500;
  letter-spacing: .03em;
  white-space: nowrap;
}

@media screen and (max-width: 479px) {
  nav ul li a {
    font-size: .8em;
  }
}

nav ul li a.c99 {
  background: #ea5956;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eb625f), color-stop(50%, #ea5956));
  background: -webkit-linear-gradient(top, #eb625f 50%, #ea5956 50%);
  background: -o-linear-gradient(top, #eb625f 50%, #ea5956 50%);
  background: linear-gradient(to bottom, #eb625f 50%, #ea5956 50%);
  z-index: 4;
}

nav ul li a.c0 {
  background: #f6af52;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #f7b35c), color-stop(50%, #f6af52));
  background: -webkit-linear-gradient(top, #f7b35c 50%, #f6af52 50%);
  background: -o-linear-gradient(top, #f7b35c 50%, #f6af52 50%);
  background: linear-gradient(to bottom, #f7b35c 50%, #f6af52 50%);
  z-index: 3;
}

nav ul li a.c3 {
  background: #ee859f;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ef8ea6), color-stop(50%, #ee859f));
  background: -webkit-linear-gradient(top, #ef8ea6 50%, #ee859f 50%);
  background: -o-linear-gradient(top, #ef8ea6 50%, #ee859f 50%);
  background: linear-gradient(to bottom, #ef8ea6 50%, #ee859f 50%);
  z-index: 2;
}

nav ul li a.c3-1 {
  background: #ee859f;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ef8ea6), color-stop(50%, #ee859f));
  background: -webkit-linear-gradient(top, #ef8ea6 50%, #ee859f 50%);
  background: -o-linear-gradient(top, #ef8ea6 50%, #ee859f 50%);
  background: linear-gradient(to bottom, #ef8ea6 50%, #ee859f 50%);
  z-index: 2;
}

nav ul li a.c2 {
  background: #60b8b0;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #67bbb4), color-stop(50%, #60b8b0));
  background: -webkit-linear-gradient(top, #67bbb4 50%, #60b8b0 50%);
  background: -o-linear-gradient(top, #67bbb4 50%, #60b8b0 50%);
  background: linear-gradient(to bottom, #67bbb4 50%, #60b8b0 50%);
  z-index: 1;
}

nav ul li a.c3-2 {
  background: #60b8b0;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #67bbb4), color-stop(50%, #60b8b0));
  background: -webkit-linear-gradient(top, #67bbb4 50%, #60b8b0 50%);
  background: -o-linear-gradient(top, #67bbb4 50%, #60b8b0 50%);
  background: linear-gradient(to bottom, #67bbb4 50%, #60b8b0 50%);
  z-index: 1;
}

nav ul li a.c1 {
  background: #ff7e27;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ff8431), color-stop(50%, #ff7e27));
  background: -webkit-linear-gradient(top, #ff8431 50%, #ff7e27 50%);
  background: -o-linear-gradient(top, #ff8431 50%, #ff7e27 50%);
  background: linear-gradient(to bottom, #ff8431 50%, #ff7e27 50%);
  z-index: 1;
}

nav ul li a.c3-3 {
  background: #ff7e27;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ff8431), color-stop(50%, #ff7e27));
  background: -webkit-linear-gradient(top, #ff8431 50%, #ff7e27 50%);
  background: -o-linear-gradient(top, #ff8431 50%, #ff7e27 50%);
  background: linear-gradient(to bottom, #ff8431 50%, #ff7e27 50%);
  z-index: 1;
}

nav ul li a.c4 {
  background: #8197c4;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #889dc7), color-stop(50%, #8197c4));
  background: -webkit-linear-gradient(top, #889dc7 50%, #8197c4 50%);
  background: -o-linear-gradient(top, #889dc7 50%, #8197c4 50%);
  background: linear-gradient(to bottom, #889dc7 50%, #8197c4 50%);
  z-index: 1;
}

nav ul li a#-on {
  padding: .6em 1em;
  top: -4px;
  z-index: 10;
}

nav ul li#-on {
  z-index: 10;
}

nav ul li#-on a {
  padding: .6em 1em;
  top: -4px;
}

.p1_desc .inner {
  max-width: 800px;
  margin: auto;
  padding: 2em;
}

@media screen and (max-width: 767px) {
  .p1_desc .inner {
    padding: 1em .5em;
  }
}

.p1_desc p {
  font-size: 16px;
  text-align: center;
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .p1_desc p {
    font-size: 11px;
  }
}

.p1_desc p img {
  max-width: 100%;
}

#main {
  width: 100%;
  padding: 0;
  margin: 0 auto;
}

#main > h1 {
  text-align: center;
  font-size: .75em;
  font-weight: normal;
  padding: .5em;
  margin-bottom: .8em;
}

#main > h1 span {
  display: block;
}

#main > h1 span a {
  margin-top: .5em;
  display: inline-block;
  border-radius: .3em;
  color: #fff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #fe7fa5), to(#ff92b3));
  background: -webkit-linear-gradient(bottom, #fe7fa5 50%, #ff92b3 100%);
  background: -o-linear-gradient(bottom, #fe7fa5 50%, #ff92b3 100%);
  background: linear-gradient(to top, #fe7fa5 50%, #ff92b3 100%);
  padding: .5em 1em;
  -webkit-box-shadow: inset 0 0 1px #fff;
  box-shadow: inset 0 0 1px #fff;
  border: solid 1px #ff79a1;
}

#main .screen {
  width: 1000px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1em 0 0 0;
}

@media screen and (max-width: 767px) {
  #main .screen {
    width: 100%;
    display: block;
    padding: 0px;
  }
}

#main .heading03 {
  background: url(../img/cardicon.png) no-repeat 1em center;
  background-size: 28px;
  padding: .6em 1.5em .6em 3.5em;
}

@media screen and (max-width: 700px) {
  #main .heading03 {
    font-size: .9em;
  }
}

#main .heading04 {
  padding: .6em 1.5em;
  margin-bottom: .3em;
}

@media screen and (max-width: 700px) {
  #main .heading04 {
    font-size: .9em;
    margin-bottom: .7em;
  }
}

#main .screen .preview {
  width: 100%;
  max-width: 650px;
  max-height: 650px;
  position: relative;
  border-radius: .5em;
  background-color: #efeeee;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  margin: 0;
}

@media screen and (max-width: 479px) {
  #main .screen .preview {
    padding: 5px;
    margin: 0 auto;
    border-radius: 0;
  }
}

#main .msg_rakuten {
  padding: 1em;
  font-size: 12px;
}

#main.page1 .screen .preview {
  display: none;
}

#main .screen .preview > .canvas {
  width: 100%;
  position: relative;
  background: url(../img/mcbg_whstripe.png);
  text-align: center;
  vertical-align: middle;
}

#main .screen .preview > .canvas:after {
  content: "";
  display: block;
  padding-top: 100%;
}

#main .screen .preview > .canvas > .canvas-container > canvas {
  width: auto !important;
  height: auto !important;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.operation {
  max-width: 340px;
  border-radius: .5em;
  overflow: hidden;
  background: #eee;
}

@media screen and (max-width: 767px) {
  .operation {
    max-width: 650px;
    background: #fff;
    border-radius: 0;
  }
}

.operation .profile-2 {
  display: none;
}

.operation .profile-2.show {
  display: block;
}

.operation .btns {
  max-width: 650px;
  margin: auto;
  padding: 1em;
  text-align: center;
  border-radius: .5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 479px) {
  .operation .btns {
    padding: .5em;
    margin: 0 auto;
    border-radius: 0;
  }
}

.operation .btns p {
  font-size: 12px;
  font-weight: 200;
  text-align: center;
  margin-bottom: .6em;
}

.operation .btns > a {
  display: inline-block;
  color: #fff;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eaaa43), color-stop(50%, #e8a231));
  background: -webkit-linear-gradient(top, #eaaa43 50%, #e8a231 50%);
  background: -o-linear-gradient(top, #eaaa43 50%, #e8a231 50%);
  background: linear-gradient(to bottom, #eaaa43 50%, #e8a231 50%);
  cursor: pointer;
  padding: 1.5em 1em;
  line-height: 1;
  border-radius: .2em;
  font-size: .9em;
}

@media screen and (max-width: 479px) {
  .operation .btns > a {
    padding: 1.5em 1em;
  }
}

.operation .btns > a:hover {
  opacity: .7;
}

.operation .btns > a.disabled {
  background-color: grey;
  cursor: default;
}

.operation .btns > a.prev {
  float: left;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #b4b4b4), color-stop(50%, #aaa));
  background: -webkit-linear-gradient(top, #b4b4b4 50%, #aaa 50%);
  background: -o-linear-gradient(top, #b4b4b4 50%, #aaa 50%);
  background: linear-gradient(to bottom, #b4b4b4 50%, #aaa 50%);
  width: 4em;
  margin-right: 1em;
}

.operation .btns > a.close {
  border-radius: 0 0 .3em .3em;
  border-top: none;
  position: absolute;
  width: 100%;
  height: 25px;
  line-height: 25px;
  bottom: 0;
  left: 0;
  font-size: 1em;
  cursor: pointer;
}

.operation .btns > a.next {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

#loading {
  padding: 0px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1000;
  width: 100px;
  height: 100px;
  background-color: #FFF;
  border-radius: 5px;
}

#loading .loadingMsg {
  text-align: center;
  padding-top: 60px;
  width: 100px;
  background-image: url(../img/loading.gif);
  background-position: center center;
  background-repeat: no-repeat;
  font-size: 12px;
}

#main.page1 .cardlist .inner {
  text-align: center;
  margin: auto;
  background: #dddde8;
  padding: 3em 2em;
}

@media screen and (max-width: 767px) {
  #main.page1 .cardlist .inner {
    padding: 1em .5em;
  }
}

#main.page1 .cardlist .inner h2 {
  font-size: 20px;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  #main.page1 .cardlist .inner h2 {
    font-size: .9em;
  }
}

#main.page1 .cardlist .inner .note {
  background: #fff;
  padding: 1em;
  max-width: 800px;
  margin: 2em auto 0 auto;
}

#main.page1 .cardlist .inner .note h3 {
  font-size: 16px;
  text-align: center;
}

#main.page1 .cardlist .inner .note p {
  font-size: 14px;
  text-align: left;
  padding: 1em;
}

#main.page1 .cardlist .listinner {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1300px;
  margin: auto;
  padding: 4vw 4vw;
}

@media screen and (max-width: 900px) {
  #main.page1 .cardlist .listinner {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  #main.page1 .cardlist .listinner {
    padding: 2em .5em;
  }
}

#main.page1 .cardlist .listinner li {
  width: 30%;
  padding: 0;
  position: relative;
  margin: 0 1% 6em 1%;
}

@media screen and (max-width: 900px) {
  #main.page1 .cardlist .listinner li {
    width: 29%;
    margin-bottom: 4em;
  }
}

@media screen and (max-width: 767px) {
  #main.page1 .cardlist .listinner li {
    width: 46%;
    margin-bottom: 4em;
  }
}

@media screen and (max-width: 479px) {
  #main.page1 .cardlist .listinner li {
    margin-bottom: 2em;
  }
}

#main.page1 .cardlist .listinner li a {
  color: #333;
}

#main.page1 .cardlist .listinner li .img {
  position: relative;
  margin-bottom: 1em;
}

#main.page1 .cardlist .listinner li .img:after {
  content: "";
  display: block;
  padding-top: 100%;
}

#main.page1 .cardlist .listinner li .img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: auto;
  height: 100%;
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
  border-top: solid 1px #eee;
  border-left: solid 1px #eee;
}

#main.page1 .cardlist .listinner li .desc {
  margin-bottom: 1em;
  padding: 1em 0 0 0;
  font-size: 12px;
}

@media screen and (max-width: 479px) {
  #main.page1 .cardlist .listinner li .desc {
    padding: .5em 0 0 0;
    font-size: 9px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

#main.page1 .cardlist .listinner li .desc h3 {
  font-size: 18px;
  color: #222;
  text-align: center;
  letter-spacing: .05em;
  margin-bottom: .3em;
}

@media screen and (max-width: 767px) {
  #main.page1 .cardlist .listinner li .desc h3 {
    font-size: 16px;
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  #main.page1 .cardlist .listinner li .desc h3 {
    font-size: 14px;
  }
}

#main.page1 .cardlist .listinner li .desc b {
  display: inline-block;
  background: #fff;
  padding: .3em .5em;
  border: solid 1px #ccc;
  font-weight: 100;
  line-height: 1;
  color: #888;
}

@media screen and (max-width: 479px) {
  #main.page1 .cardlist .listinner li .desc b {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}

#main.page1 .cardlist .listinner li .desc p {
  font-size: 12px;
  color: #4a4a84;
  line-height: 1.5;
}

@media screen and (max-width: 479px) {
  #main.page1 .cardlist .listinner li .desc p {
    font-size: 11px;
    text-align: left;
  }
}

@-webkit-keyframes cardpick {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
  }
  75% {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes cardpick {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
  }
  75% {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.t-card-pop {
  display: none;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: 10000;
}

.t-card-pop .close {
  display: block;
  position: absolute;
  bottom: 0;
  z-index: 1000000;
  background: #000;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  padding: .7em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #ccc;
  font-size: 12px;
}

.t-card-pop .close:hover {
  cursor: pointer;
}

.t-card-pop .t-card-pop-inner {
  background: #f6f6f6;
  position: relative;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin: auto;
  width: 85%;
  max-width: 400px;
  border-radius: .5em;
  overflow: auto;
  overflow-x: hidden;
  padding: .2em 0 2.1em 0;
  -webkit-box-shadow: 0 0 5px #444;
  box-shadow: 0 0 5px #444;
}

.t-card-pop .t-card-pop-inner .img {
  border-radius: .1em;
  overflow: hidden;
  width: 90%;
  margin: 0 auto .4em auto;
  padding: .3em;
  position: relative;
}

.t-card-pop .t-card-pop-inner .img:after {
  content: "";
  display: block;
  padding-top: 100%;
}

@media screen and (max-width: 479px) {
  .t-card-pop .t-card-pop-inner .img {
    width: 70%;
  }
}

.t-card-pop .t-card-pop-inner .img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  -webkit-box-shadow: 1px 1px 4px #ddd;
  box-shadow: 1px 1px 4px #ddd;
}

.t-card-pop .t-card-pop-inner h4 {
  background: #444;
  border-bottom: none;
  font-size: .9em;
  font-weight: normal;
  text-align: center;
  padding: .7em;
  color: #fff;
  letter-spacing: .1em;
}

.t-card-pop .t-card-pop-inner h4 b {
  position: relative;
  display: block;
  background: #fff;
  width: 10em;
  text-align: center;
  color: #cc0000;
  margin: .2em auto 0 auto;
  font-size: 1.5em;
  border-radius: .3em;
  line-height: 1;
  padding: .4em;
}

.t-card-pop .t-card-pop-inner h4 b button {
  border: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: .3em;
  margin: auto;
  width: 3.2em;
  height: 3.2em;
  display: block;
  background: #666;
  color: #fff;
  font-size: .45em;
  font-weight: normal;
  text-align: center;
  padding: 0;
  letter-spacing: normal;
  line-height: 3.2;
  border-radius: .4em;
  border-right: solid 1px #444;
  border-bottom: solid 1px #444;
  cursor: pointer;
}

.t-card-pop .t-card-pop-inner .card-id {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ" , sans-serif;
  text-align: center;
  border: solid 1px #ddd;
  padding: .4em;
  font-size: 1.6em;
  letter-spacing: .12em;
  font-weight: bold;
  color: #CC0000;
  line-height: 1;
}

.t-card-pop .t-card-pop-inner .desc {
  padding: 1em;
}

@media screen and (max-width: 479px) {
  .t-card-pop .t-card-pop-inner .desc {
    padding: .8em;
  }
}

.t-card-pop .t-card-pop-inner .desc p {
  font-size: .8em;
  margin-bottom: 1em;
}

@media screen and (max-width: 479px) {
  .t-card-pop .t-card-pop-inner .desc p {
    font-size: .7em;
  }
}

.t-card-pop .t-card-pop-inner .desc .id_annai {
  padding: 1em;
  text-align: center;
  display: none;
}

.t-card-pop .t-card-pop-inner .desc .id_annai img {
  width: 100%;
  border: solid 1px #ddd;
  border-radius: .3em;
  margin: auto;
}

.t-card-pop .t-card-pop-inner .linktoshop {
  display: block;
  background: #872121 !important;
  color: #fff;
  text-align: center;
  padding: 1em 1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}

@media screen and (max-width: 479px) {
  .t-card-pop .t-card-pop-inner .linktoshop {
    padding: .7em;
    font-size: 12px;
  }
}

.t-card-pop .t-card-pop-inner .linktoshop:hover {
  background: #bc2e2e !important;
}

.t-card-pop .t-card-pop-inner .linktoshop:after {
  display: none !important;
}

#main.page1 .fbtn_howto {
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 80px;
  height: 80px;
  background: #fff;
}

@media screen and (max-width: 767px) {
  #main.page1 .fbtn_howto {
    right: 5px;
    bottom: 5px;
    width: 50px;
    height: 50px;
  }
}

#main.page1 .fbtn_howto a {
  display: block;
}

#main.page1 .fbtn_howto a:hover {
  opacity: .7;
}

#main.page1 .fbtn_howto a img {
  width: 100%;
}

#main.page2 .imgup {
  padding: 1em 1em 0 1em;
}

@media screen and (max-width: 479px) {
  #main.page2 .imgup {
    padding: 1em;
  }
}

#main.page2 .imgup .body {
  max-width: 650px;
  margin: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#main.page2 .imgup .body label {
  display: block;
  background: #60b8b0;
  color: #fff;
  padding: .7em 1em;
  border-radius: .3em;
  text-align: center;
}

#main.page2 .imgup .body label:hover {
  cursor: pointer;
  opacity: .9;
}

#main.page2 .imgup .body label span {
  background: url(../img/plus_circle.png) no-repeat 0 50%;
  background-size: contain;
  padding: 0 0 0 2em;
}

#main.page2 .imgup .body label input {
  display: none;
}

#main.page2 .imgup em {
  display: block;
  font-size: 11px;
  line-height: 1.3;
  padding: .4em 0 0 0;
  text-align: center;
  font-style: normal;
}

@media screen and (max-width: 479px) {
  #main.page2 .imgup em {
    text-align: left;
  }
}

#main.page2 .ctrl .aside-section > h2 {
  color: white;
  background-color: black;
  padding: 0.5em 1em;
}

#main.page2 .ctrl .aside-section > .body {
  background: #efeeee;
  padding: 0 0 20px 0;
  max-width: 650px;
  margin: 0 auto;
  border-radius: 0 0 .5em .5em;
}

@media screen and (max-width: 479px) {
  #main.page2 .ctrl .aside-section > .body {
    padding: 0 0 10px 0;
  }
}

#main.page2 .ctrl .picture-params {
  max-width: 610px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  font-size: .8em;
}

@media screen and (max-width: 700px) {
  #main.page2 .ctrl .picture-params {
    font-size: .75em;
    padding: 5px;
  }
}

#main.page2 .ctrl .picture-params h2 {
  font-weight: 100;
  color: #6e6361;
  letter-spacing: .1em;
  margin-bottom: .2em;
  font-size: 11px;
}

@media screen and (max-width: 479px) {
  #main.page2 .ctrl .picture-params h2 {
    font-size: 11px;
  }
}

#main.page2 .ctrl .picture-params a:hover {
  opacity: .7;
}

#main.page2 .ctrl .picture-params .position {
  width: 46%;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

@media screen and (max-width: 479px) {
  #main.page2 .ctrl .picture-params .position {
    padding: 0;
  }
}

#main.page2 .ctrl .picture-params .position .inner {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#main.page2 .ctrl .picture-params .position .inner .up, #main.page2 .ctrl .picture-params .position .inner .right, #main.page2 .ctrl .picture-params .position .inner .down, #main.page2 .ctrl .picture-params .position .inner .left {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  background: #9c8d88;
  cursor: pointer;
  width: 25%;
  height: 3rem;
}

#main.page2 .ctrl .picture-params .position .inner .up {
  border-radius: .3em 0 0 .3em;
}

#main.page2 .ctrl .picture-params .position .inner .up span {
  background: url(../img/mcbtn_ctrl_up.png) no-repeat center center;
  display: block;
  background-size: auto 30%;
  height: 100%;
}

#main.page2 .ctrl .picture-params .position .inner .right {
  border-radius: 0 .3em .3em 0;
}

#main.page2 .ctrl .picture-params .position .inner .right span {
  background: url(../img/mcbtn_ctrl_right.png) no-repeat center center;
  display: block;
  background-size: auto 30%;
  height: 100%;
}

#main.page2 .ctrl .picture-params .position .inner .down span {
  background: url(../img/mcbtn_ctrl_down.png) no-repeat center center;
  display: block;
  background-size: auto 30%;
  height: 100%;
}

#main.page2 .ctrl .picture-params .position .inner .left span {
  background: url(../img/mcbtn_ctrl_left.png) no-repeat center center;
  display: block;
  background-size: auto 30%;
  height: 100%;
}

#main.page2 .ctrl .picture-params .scale {
  width: 27%;
  padding: 0;
  text-align: center;
}

#main.page2 .ctrl .picture-params .scale .inner {
  margin: auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 0 0 .5em;
}

#main.page2 .ctrl .picture-params .scale a {
  display: block;
  width: 50%;
  height: 3rem;
  color: #fff;
  cursor: pointer;
}

#main.page2 .ctrl .picture-params .scale .plus {
  background: #9c8d88 url(../img/mcbtn_ctrl_plus_wh.png) no-repeat center center;
  right: 5%;
  background-size: 28%;
  border-radius: 0 .3em .3em 0;
}

@media screen and (max-width: 479px) {
  #main.page2 .ctrl .picture-params .scale .plus {
    background-size: 40%;
  }
}

#main.page2 .ctrl .picture-params .scale .minus {
  background: #9c8d88 url(../img/mcbtn_ctrl_minus_wh.png) no-repeat center center;
  left: 5%;
  background-size: 28%;
  border-radius: .3em 0 0 .3em;
}

@media screen and (max-width: 479px) {
  #main.page2 .ctrl .picture-params .scale .minus {
    background-size: 40%;
  }
}

#main.page2 .ctrl .picture-params .rotation {
  width: 27%;
  padding: 0;
  text-align: center;
}

#main.page2 .ctrl .picture-params .rotation .inner {
  margin: auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 0 0 .5em;
}

#main.page2 .ctrl .picture-params .rotation a {
  display: block;
  width: 50%;
  height: 3rem;
  color: #fff;
  cursor: pointer;
}

#main.page2 .ctrl .picture-params .rotation a.rotate-clockwise {
  background: #9c8d88 url(../img/mcbtn_ctrl_rotate_right.png) no-repeat center center;
  background-size: 28%;
  border-radius: .3em 0 0 .3em;
}

@media screen and (max-width: 479px) {
  #main.page2 .ctrl .picture-params .rotation a.rotate-clockwise {
    background-size: 40%;
  }
}

#main.page2 .ctrl .picture-params .rotation a.rotate-anticlockwise {
  background: #9c8d88 url(../img/mcbtn_ctrl_rotate_left.png) no-repeat center center;
  background-size: 28%;
  border-radius: 0 .3em .3em 0;
}

@media screen and (max-width: 479px) {
  #main.page2 .ctrl .picture-params .rotation a.rotate-anticlockwise {
    background-size: 40%;
  }
}

#main.page3 .operation form {
  max-width: 650px;
  margin: auto auto 0em auto;
  font-size: .8em;
  background: #eee;
  padding: 10px;
  border-radius: 0;
}

#main.page3 .operation form .input_launcher {
  padding: .3em 0 1em 0;
}

@media screen and (max-width: 479px) {
  #main.page3 .operation form .input_launcher {
    padding: 0;
  }
}

#main.page3 .operation form .input_launcher .open-babyinfo, #main.page3 .operation form .input_launcher .open-msg, #main.page3 .operation form .input_launcher .open-postcard {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  width: 100%;
  background: #444;
  font-size: 1.3em;
  font-weight: 100;
  line-height: 1;
  color: #fff;
  letter-spacing: .1em;
  border-radius: .2em;
  cursor: pointer;
  margin-bottom: .8em;
}

#main.page3 .operation form .input_launcher .open-babyinfo:hover, #main.page3 .operation form .input_launcher .open-msg:hover, #main.page3 .operation form .input_launcher .open-postcard:hover {
  opacity: .8;
}

#main.page3 .operation form .input_launcher .open-babyinfo span {
  display: inline-block;
  background: url(../img/icon_syussanutiiwai.png) no-repeat 0 center;
  background-size: auto 50%;
  padding: 1em 1em 1em 3em;
}

#main.page3 .operation form .input_launcher .open-msg span {
  display: inline-block;
  background: url(../img/icon_inputmsg.png) no-repeat 0 center;
  background-size: auto 50%;
  padding: 1em 1em 1em 3em;
}

#main.page3 .operation form .input_launcher .open-postcard {
  display: none;
}

@media screen and (max-width: 767px) {
  #main.page3 .operation form .input_launcher .open-postcard {
    display: block;
  }
}

#main.page3 .operation form .input_launcher .open-postcard span {
  display: inline-block;
  background: url(../img/icon_inputmsg.png) no-repeat 0 center;
  background-size: auto 50%;
  padding: 1.3em 1em 1.3em 3em;
}

#main.page3 .operation form .modal-default, #main.page3 .operation form .modal-babyinfo, #main.page3 .operation form .modal-msg {
  width: 100%;
}

@media screen and (max-width: 767px) {
  #main.page3 .operation form .modal-default, #main.page3 .operation form .modal-babyinfo, #main.page3 .operation form .modal-msg {
    width: 95%;
  }
}

#main.page3 .operation form .modal-default .modal-close, #main.page3 .operation form .modal-babyinfo .modal-close, #main.page3 .operation form .modal-msg .modal-close {
  display: block;
  position: absolute;
  top: -2em;
  right: .5em;
  width: 1.5em;
  height: 1.5em;
}

#main.page3 .operation form .modal-default .modal-close:hover, #main.page3 .operation form .modal-babyinfo .modal-close:hover, #main.page3 .operation form .modal-msg .modal-close:hover {
  cursor: pointer;
}

#main.page3 .operation form .modal-default .modal-close a, #main.page3 .operation form .modal-babyinfo .modal-close a, #main.page3 .operation form .modal-msg .modal-close a {
  display: block;
  line-height: 1;
}

#main.page3 .operation form .modal-default .modal-close img, #main.page3 .operation form .modal-babyinfo .modal-close img, #main.page3 .operation form .modal-msg .modal-close img {
  width: 100%;
  margin: auto;
  opacity: .4;
}

#main.page3 .operation form .modal-default .modal-close img:hover, #main.page3 .operation form .modal-babyinfo .modal-close img:hover, #main.page3 .operation form .modal-msg .modal-close img:hover {
  opacity: 1;
}

#main.page3 .operation form .modal-msg {
  width: 95%;
}

#main.page3 .operation form .profile {
  padding: 0;
  letter-spacing: -.4em;
  font-family: "Noto Sans Japanese", sans-serif;
}

@media screen and (max-width: 767px) {
  #main.page3 .operation form .profile {
    padding: 1em;
  }
}

#main.page3 .operation form .profile label {
  display: block;
  letter-spacing: 0;
  margin: 0 0 .8em 0;
}

#main.page3 .operation form .profile span {
  display: block;
}

#main.page3 .operation form .profile span b {
  display: inline-block;
  background: red;
  line-height: 1;
  padding: .2em .4em;
  color: #fff;
  font-size: 11px;
  font-weight: normal;
}

#main.page3 .operation form .profile input {
  border-radius: .3em;
  border-top: solid 1px #aaa;
  border-left: solid 1px #aaa;
  padding: .3em .5em;
  font-size: 1.2em;
  font-family: "Noto Sans Japanese", sans-serif;
}

#main.page3 .operation form .profile input::-webkit-input-placeholder {
  color: #777;
  font-size: .8em;
}

#main.page3 .operation form .profile input:-ms-input-placeholder {
  color: #777;
  font-size: .8em;
}

#main.page3 .operation form .profile input::-ms-input-placeholder {
  color: #777;
  font-size: .8em;
}

#main.page3 .operation form .profile input::placeholder {
  color: #777;
  font-size: .8em;
}

#main.page3 .operation form .profile input[type="text"] {
  width: 100%;
  font-size: 1.5em;
  padding: .2em .5em;
}

@media screen and (max-width: 479px) {
  #main.page3 .operation form .profile input[type="text"] {
    font-size: 1.3em;
  }
}

#main.page3 .operation form .profile select {
  font-family: "Noto Sans Japanese", sans-serif;
  width: 100%;
  font-size: 1.5em;
  padding: 0 .3em;
  border-radius: .3em;
  border-top: solid 1px #aaa;
  border-left: solid 1px #aaa;
}

@media screen and (max-width: 479px) {
  #main.page3 .operation form .profile select {
    font-size: 1.3em;
  }
}

#main.page3 .operation form .profile select.sashidashi_date1 {
  width: 9em;
}

#main.page3 .operation form .profile select.sashidashi_date2 {
  width: 9em;
}

#main.page3 .operation form .profile textarea {
  font-family: "Noto Sans Japanese", sans-serif;
  width: 100%;
  height: 5em;
  border-radius: .3em;
  border-top: solid 1px #aaa;
  border-left: solid 1px #aaa;
  font-size: 1.3em;
  padding: .2em .5em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 479px) {
  #main.page3 .operation form .profile textarea {
    font-size: 1.3em;
  }
}

#main.page3 .operation form .profile .close {
  display: block;
  text-align: center;
  margin: .5em 0 0 0;
  padding: 1em;
  background: #444;
  cursor: pointer;
  color: #fff;
  letter-spacing: .2em;
  border-radius: .2em;
  font-size: 1.2em;
}

#main.page3 .operation form .birthinfo {
  padding: 1.2em;
  border-top: solid 1px rgba(255, 255, 255, 0.3);
}

#main.page3 .operation form .birthinfo h2 {
  font-weight: normal;
  margin-bottom: .3em;
}

#main.page3 .operation form .byear, #main.page3 .operation form .bmonth, #main.page3 .operation form .bdate {
  margin-right: .5em;
  display: inline-block;
}

#main.page3 .operation form .byear select, #main.page3 .operation form .bmonth select, #main.page3 .operation form .bdate select {
  width: 5em;
  font-size: 1.2em;
  padding: .3em;
  border-radius: .3em;
  border-top: solid 1px #aaa;
  border-left: solid 1px #aaa;
}

#main.page3 .operation form .bmonth select, #main.page3 .operation form .bdate select {
  width: 3.8em;
}

#main.page3 .operation form .msg {
  padding: 0;
}

#main.page3 .operation form .msg span {
  display: block;
  overflow: hidden;
}

#main.page3 .operation form .msg span a {
  float: left;
  display: block;
  width: 50%;
  margin: 0;
  text-align: center;
  background: #ddd;
  color: #9c8d88;
  font-weight: 200;
  padding: 1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

#main.page3 .operation form .msg span a.-on {
  background: #fff;
}

#main.page3 .operation form .msg .inputmsg {
  padding: 1em;
}

#main.page3 .operation form .msg .inputmsg .close {
  display: block;
  text-align: center;
  margin: .5em 0 0 0;
  padding: .7em;
  background: #9c8d88;
  cursor: pointer;
  color: #fff;
  letter-spacing: .2em;
  border-radius: .2em;
}

#main.page3 .operation form .msg .samplemsg {
  display: none;
  padding: 1em;
  background: #fff;
}

#main.page3 .operation form .msg .samplemsg .inner {
  padding: 0;
  max-height: 400px;
  overflow: auto;
}

#main.page3 .operation form .msg .samplemsg .inner a {
  display: block;
  cursor: pointer;
  padding: .5em 1em .5em 2em;
  font-weight: 200;
}

#main.page3 .operation form .msg .samplemsg .inner a:nth-child(odd) {
  background: #f9f8f7;
}

#main.page3 .operation form .msg .samplemsg .inner a:hover {
  background: #e1dddc;
}

#main.page3 .operation form .msg .samplemsg .inner a .number {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.1em;
  font-weight: bold;
  border-bottom: solid 1px #edeae9;
  padding: 0 0 .2em 0;
  margin-bottom: .2em;
}

#main.page3 .operation form .msg textarea {
  font-family: "notosansjapanese", sans-serif;
  font-size: 1.25em;
  padding: .4em .7em;
  line-height: 1.3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 9em;
  border-radius: .3em;
  border-top: solid 1px #aaa;
  border-left: solid 1px #aaa;
  margin-bottom: 0;
}

@media screen and (max-width: 479px) {
  #main.page3 .operation form .msg textarea {
    font-size: 1.1em;
  }
}

#main.page3 .operation form .msg .message-phrase {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  width: 85%;
  max-width: 550px;
  height: 98%;
  max-height: 550px;
  margin: auto;
  overflow: auto;
  border-radius: .3em;
  background: white;
  -webkit-box-shadow: 1px 1px 5px #999;
  box-shadow: 1px 1px 5px #999;
  padding: 0;
  -webkit-transition-duration: 2s;
  -o-transition-duration: 2s;
  transition-duration: 2s;
}

#main.page3 .operation form .msg .message-phrase .close {
  position: absolute;
  top: .5em;
  right: .5em;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #b4b4b4), color-stop(50%, #aaa));
  background: -webkit-linear-gradient(top, #b4b4b4 50%, #aaa 50%);
  background: -o-linear-gradient(top, #b4b4b4 50%, #aaa 50%);
  background: linear-gradient(to bottom, #b4b4b4 50%, #aaa 50%);
  color: #fff;
  padding: .5em;
  border-radius: .2em;
  cursor: pointer;
  width: 5em;
  text-align: center;
  font-size: .9em;
}

#main.page3 .operation form .msg .message-phrase .close:hover {
  opacity: .8;
}

#main.page3 .operation form .msg .message-phrase h2 {
  font-size: 1.2em;
  padding: .7em;
}

#main.page3 .operation form .msg .message-phrase .note {
  font-size: .9em;
  padding: 0 1em .5em 1em;
}

#main.page3 .operation form .msg .message-phrase .messages {
  padding: 0;
}

#main.page3 .operation form .msg .message-phrase .messages a {
  position: relative;
  display: block;
  cursor: pointer;
  padding: .5em 1em .5em 2em;
}

#main.page3 .operation form .msg .message-phrase .messages a .number {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: .9em;
}

#main.page3 .error {
  border: solid 1px red !important;
}

#main.page3 .error_msg {
  color: #FF0000;
  display: block;
}

#main.page3 .msg_none {
  display: none !important;
}

#main.page4 .confirm_preview {
  max-width: 550px;
  margin: 0 auto 1em auto;
}

#main.page4 .confirm_preview a {
  display: block;
  width: 12em;
  margin: auto;
  text-align: center;
  border-radius: .2em;
  padding: .5em;
  color: #fff;
  cursor: pointer;
}

#main.page4 .confirm_preview a:hover {
  opacity: .8;
}

#main.page4 form {
  display: none;
}

#main.page4 .bottom-note {
  padding: 1em;
}

#main.page4 .bottom-note p {
  font-size: 13px;
}

@media screen and (max-width: 767px) {
  #main.page4 .bottom-note p {
    font-size: 12px;
  }
}

#main.page4 .bottom-note p span {
  color: red;
  display: block;
  margin-bottom: 1em;
  font-size: 1.2em;
}

#main.complete {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

@media screen and (max-width: 767px) {
  #main.complete {
    display: block;
  }
}

#main.complete .screen {
  width: 50%;
  max-width: 450px;
  padding: 0;
}

@media screen and (max-width: 767px) {
  #main.complete .screen {
    width: 100%;
    max-width: 100%;
  }
}

#main.complete .preview {
  background: #fff;
  max-width: 450px;
  margin: auto;
  border-radius: .5em;
}

@media screen and (max-width: 767px) {
  #main.complete .preview {
    max-width: 450px;
  }
}

@media screen and (max-width: 479px) {
  #main.complete .preview {
    padding: 10px;
    width: 90%;
  }
}

#main.complete .preview .canvas {
  background: transparent;
}

#main.complete .preview img {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  width: auto !important;
  height: auto !important;
  max-width: 100%;
  max-height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-box-shadow: 1px 1px 3px #aaa;
  box-shadow: 1px 1px 3px #aaa;
  border: solid 7px #fff;
}

#main.complete h1 span {
  padding-bottom: 0;
}

#main.complete .cardid_desc {
  background: #efebea;
  padding: 2em 1em;
  width: 50%;
  max-width: 550px;
}

@media screen and (max-width: 767px) {
  #main.complete .cardid_desc {
    width: 100%;
    max-width: 100%;
    padding: 1em;
  }
}

#main.complete .cardid_desc p {
  font-weight: 200;
  text-align: center;
  font-size: .9em;
  color: #222;
}

#main.complete .cardid_desc .thankyou {
  font-size: 1em;
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  #main.complete .cardid_desc .thankyou {
    font-size: 1em;
  }
}

#main.complete .cardid {
  width: 100%;
  max-width: 420px;
  margin: 0 auto 1em auto;
  background: #fff;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: .3em;
  overflow: hidden;
}

#main.complete .cardid b {
  display: table-cell;
  width: 7em;
  font-weight: 200;
  background: #df9d34;
  line-height: 3em;
  color: #fff;
  font-size: 1.5em;
}

@media screen and (max-width: 479px) {
  #main.complete .cardid b {
    font-size: 1.3em;
  }
}

#main.complete .cardid span {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: block;
  background: #fff;
  padding: 0 .5em;
  font-size: 2.2em;
  margin: 0;
  color: #000;
  font-weight: 200;
  letter-spacing: .04em;
}

@media screen and (max-width: 479px) {
  #main.complete .cardid span {
    font-size: 1.9em;
  }
}

#main.complete .copy {
  max-width: 650px;
  margin: 0 auto 2em auto;
  text-align: center;
}

#main.complete .copy button {
  border: none;
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 200;
  font-size: 1.0em;
  background: #9c8d88;
  color: #fff;
  border-radius: 1.5em;
  padding: .7em 3em;
}

#main.complete .copy button:hover {
  cursor: pointer;
  background: #b3a8a4;
}

#main.complete .note {
  max-width: 420px;
  margin: 0 auto 1em auto;
  list-style: disc;
  padding: 1em;
  background: #fff;
  border-radius: .5em;
}

#main.complete .note li {
  font-size: 12px;
  margin-left: 1em;
}

#main.complete .note .id_annai {
  padding: .5em;
}

#main.complete .note .id_annai img {
  width: 100%;
  border: solid 1px #ddd;
  border-radius: .3em;
}

#main.complete .note .linktoshop {
  display: block;
  background: #872121;
  color: #fff;
  text-align: center;
  padding: 1em 2em;
  margin: .7em .5em;
  border-radius: .3em;
  border-bottom: solid 2px #521414;
}

#main.complete .note .linktoshop:hover {
  cursor: pointer;
  background: #bc2e2e;
}

#main.complete .operation {
  padding: .5em;
}

#main.complete .operation p {
  font-size: .8em;
  text-align: center;
  margin-bottom: .5em;
  color: #666;
  font-weight: 100;
}

#main.complete .operation .btns .next {
  background: #999;
  float: none;
  width: 14em;
  font-size: .9em;
  margin-bottom: .5em;
  font-weight: 100;
}

#main.complete .operation .btns .winclose {
  display: block;
  margin: auto;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #a6a6a6), color-stop(50%, #999));
  background: -webkit-linear-gradient(top, #a6a6a6 50%, #999 50%);
  background: -o-linear-gradient(top, #a6a6a6 50%, #999 50%);
  background: linear-gradient(to bottom, #a6a6a6 50%, #999 50%);
  width: 11em;
  font-size: .8em;
}

.hidden {
  display: none;
}

.basic-btn {
  background-color: black;
  color: white;
  padding: 1em;
  display: inline-block;
  margin: 1em;
  cursor: pointer;
}

.webfontload {
  position: absolute;
  display: block;
  font-family: ChuKaiSho;
}

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