@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700|Kosugi+Maru|Roboto&display=swap&subset=japanese");
@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 400;
  src: url("NotoSerifJP-Regular.woff") format("woff");
}
@font-face {
  font-family: "GenJyuuGothic";
  font-style: normal;
  font-weight: 400;
  src: url("GenJyuuGothic-Normal.woff") format("woff");
}
@font-face {
  font-family: "ChuKaiSho";
  font-style: normal;
  font-weight: 400;
  src: url("DF-ChuKaiShoN-W5J3.woff") format("woff");
}
html, body {
  font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
  width: 100%;
  height: 100%;
  line-height: 1.5;
  color: #752c00;
  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: 0.2s;
          transition-duration: 0.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: 0.2s;
          transition-duration: 0.2s;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.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: #4E2727;
}
header .shopname {
  display: block;
  position: relative;
  padding: 0.5em 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 {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 0.5em 0;
}
header .inner p {
  color: #d74a8c;
  background: #fff;
  display: inline-block;
  font-size: 0.8em;
  font-weight: bold;
  line-height: 1;
  padding: 0.8em 1em;
  border-radius: 1.2em;
  margin-bottom: 0.8em;
}
header .inner h1 {
  text-align: center;
  font-size: 0.9em;
  color: #fff;
  font-weight: normal;
}
header .headbtn {
  position: absolute;
  top: -3px;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-transform: translate(195px, 0);
          transform: translate(195px, 0);
  width: 50px;
  height: 50px;
  z-index: 1000;
  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);
            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: -3px;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-transform: translate(250px, 0);
          transform: translate(250px, 0);
  width: 50px;
  height: 50px;
  z-index: 1000;
  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);
            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: 0.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: 0.03em;
  white-space: nowrap;
}
@media screen and (max-width: 479px) {
  nav ul li a {
    font-size: 0.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: 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: 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: 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: 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: 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: 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: 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: linear-gradient(to bottom, #ff8431 50%, #ff7e27 50%);
  z-index: 1;
}
nav ul li a.c6 {
  background: deepskyblue;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #0ac2ff), color-stop(50%, deepskyblue));
  background: linear-gradient(to bottom, #0ac2ff 50%, deepskyblue 50%);
  z-index: 1;
}
nav ul li a.c9 {
  background: #8197c4;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #889dc7), color-stop(50%, #8197c4));
  background: linear-gradient(to bottom, #889dc7 50%, #8197c4 50%);
  z-index: 1;
}
nav ul li a.c8 {
  background: #3941b1;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #3b44b9), color-stop(50%, #3941b1));
  background: linear-gradient(to bottom, #3b44b9 50%, #3941b1 50%);
  z-index: 1;
}
nav ul li a#-on {
  padding: 0.6em 1em;
  top: -4px;
  z-index: 10;
}
nav ul li#-on {
  z-index: 10;
}
nav ul li#-on a {
  padding: 0.6em 1em;
  top: -4px;
}

#main {
  width: 100%;
  padding: 0;
  margin: 0 auto;
}
#main > h1 {
  text-align: center;
  font-size: 0.75em;
  font-weight: normal;
  padding: 0.5em;
  margin-bottom: 0.8em;
}
#main > h1 span {
  display: block;
}
#main > h1 span a {
  margin-top: 0.5em;
  display: inline-block;
  border-radius: 0.3em;
  color: #fff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #fe7fa5), to(#ff92b3));
  background: linear-gradient(to top, #fe7fa5 50%, #ff92b3 100%);
  padding: 0.5em 1em;
  -webkit-box-shadow: inset 0 0 1px #fff;
          box-shadow: inset 0 0 1px #fff;
  border: solid 1px #ff79a1;
}
#main .screen {
  padding: 1em 0 0 0;
}
@media screen and (max-width: 479px) {
  #main .screen {
    padding: 0px;
  }
}
#main .heading03 {
  background: url(../img/cardicon.png) no-repeat 1em center;
  background-size: 28px;
  background-color: #ffe8ef;
  padding: 0.6em 1.5em 0.6em 3.5em;
}
@media screen and (max-width: 700px) {
  #main .heading03 {
    font-size: 0.9em;
  }
}
#main .heading04 {
  background-color: #ff7da3;
  padding: 0.6em 1.5em;
  margin-bottom: 0.3em;
}
@media screen and (max-width: 700px) {
  #main .heading04 {
    font-size: 0.9em;
    margin-bottom: 0.7em;
  }
}

#main .screen .preview {
  width: 100%;
  max-width: 650px;
  max-height: 650px;
  position: relative;
  border-radius: 0.5em 0.5em 0 0;
  background-color: #efeeee;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 20px 15px 20px;
  margin: 0 auto;
}
@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 .note {
  display: block;
  position: absolute;
  top: 100%;
  right: 0;
  font-size: 11px;
}
@media screen and (max-width: 767px) {
  #main .screen .preview > .canvas .note {
    font-size: 10px;
  }
}

#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 .profile-2 {
  display: none;
}
.operation .profile-2.show {
  display: block;
}
.operation .btns {
  max-width: 650px;
  margin: auto;
  padding: 1em;
  text-align: center;
  border-radius: 0.5em;
  overflow: hidden;
}
@media screen and (max-width: 479px) {
  .operation .btns {
    margin: 0 auto;
    border-radius: 0;
  }
}
.operation .btns p {
  font-size: 12px;
  font-weight: 200;
  text-align: center;
  margin-bottom: 0.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: linear-gradient(to bottom, #eaaa43 50%, #e8a231 50%);
  cursor: pointer;
  padding: 1em 1em;
  line-height: 1;
  border-radius: 0.2em;
  font-size: 0.9em;
}
@media screen and (max-width: 479px) {
  .operation .btns > a {
    padding: 1em;
  }
}
.operation .btns > a:hover {
  opacity: 0.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: linear-gradient(to bottom, #b4b4b4 50%, #aaa 50%);
  width: 6em;
  margin-right: 1em;
}
.operation .btns > a.close {
  border-radius: 0 0 0.3em 0.3em;
  border-top: none;
  position: absolute;
  width: 100%;
  height: 25px;
  line-height: 25px;
  bottom: 0;
  left: 0;
  font-size: 1em;
  cursor: pointer;
  background: #ffb0c7;
}
.operation .btns > a.next {
  float: right;
  width: 6em;
}

#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:nth-child(even) {
  background-color: #FAF9F3;
}
#main.page1 .cardlist .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  margin: auto;
  height: 100%;
}
#main.page1 .cardlist h2.type {
  position: relative;
  width: 215px;
  background: #f6af52;
  min-height: 28em;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #f7b35c), color-stop(50%, #f6af52));
  background: linear-gradient(to right, #f7b35c 50%, #f6af52 50%);
}
#main.page1 .cardlist h2.type.c1 {
  background: #ff7e27;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #ff8431), color-stop(50%, #ff7e27));
  background: linear-gradient(to right, #ff8431 50%, #ff7e27 50%);
}
#main.page1 .cardlist h2.type.c3-3 {
  background: #ff7e27;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #ff8431), color-stop(50%, #ff7e27));
  background: linear-gradient(to right, #ff8431 50%, #ff7e27 50%);
}
#main.page1 .cardlist h2.type.c2 {
  background: #60b8b0;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #67bbb4), color-stop(50%, #60b8b0));
  background: linear-gradient(to right, #67bbb4 50%, #60b8b0 50%);
}
#main.page1 .cardlist h2.type.c3-2 {
  background: #60b8b0;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #67bbb4), color-stop(50%, #60b8b0));
  background: linear-gradient(to right, #67bbb4 50%, #60b8b0 50%);
}
#main.page1 .cardlist h2.type.c3 {
  background: #f19cac;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #ef89a3), color-stop(50%, #ee859f));
  background: linear-gradient(to right, #ef89a3 50%, #ee859f 50%);
}
#main.page1 .cardlist h2.type.c3-1 {
  background: #f19cac;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #ef89a3), color-stop(50%, #ee859f));
  background: linear-gradient(to right, #ef89a3 50%, #ee859f 50%);
}
#main.page1 .cardlist h2.type.c6 {
  background: deepskyblue;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #0ac2ff), color-stop(50%, deepskyblue));
  background: linear-gradient(to right, #0ac2ff 50%, deepskyblue 50%);
}
#main.page1 .cardlist h2.type.c8 {
  background: #3941b1;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #3b44b9), color-stop(50%, #3941b1));
  background: linear-gradient(to right, #3b44b9 50%, #3941b1 50%);
}
#main.page1 .cardlist h2.type.c9 {
  background: #7c92bc;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #8398bf), color-stop(50%, #7c92bc));
  background: linear-gradient(to right, #8398bf 50%, #7c92bc 50%);
}
@media screen and (max-width: 767px) {
  #main.page1 .cardlist h2.type {
    width: 20%;
  }
}
@media screen and (max-width: 479px) {
  #main.page1 .cardlist h2.type {
    width: 4.3em;
    min-height: 13em;
  }
}
#main.page1 .cardlist h2.type span {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 50%;
  padding: 2em 1em;
  height: 100%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  color: #fff;
  font-size: 30px;
  letter-spacing: 0.15em;
  white-space: nowrap;
}
@media screen and (max-width: 479px) {
  #main.page1 .cardlist h2.type span {
    padding: 1em 1em 2em 1em;
    font-size: 5vw;
  }
}
#main.page1 .cardlist h2.type span b {
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
  display: inline-block;
  padding: 1em 0 0 0;
  margin: auto;
  text-align: center;
}
#main.page1 .cardlist h2.type span b i {
  margin: auto;
  display: block;
  font-size: 10px;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.2;
  padding: 0.8em 0;
  font-style: normal;
}
@media screen and (max-width: 479px) {
  #main.page1 .cardlist h2.type span b i {
    font-size: 5px;
  }
}
@media screen and (max-width: 767px) {
  #main.page1 .cardlist h2.type span b {
    padding: 0.5em 0 0 0;
  }
}
@media screen and (max-width: 479px) {
  #main.page1 .cardlist h2.type span b {
    padding: 0.5em 0 0 0;
  }
}
#main.page1 .cardlist h2.type span b img {
  width: 50px;
}
@media screen and (max-width: 479px) {
  #main.page1 .cardlist h2.type span b img {
    width: 8.5vw;
  }
}
#main.page1 .cardlist ul.inner {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  margin: auto;
  padding: 5vw 4vw;
  /*
  &:before{
  	content:"";
  	display:block;
  	width:21%;
  	order:1;

  	@include mqS{
  		width:45%;
  	}
  }
  &:after{
  	content:"";
  	display:block;
  	width:21%;

  	@include mqS{
  		width:45%;
  	}
  }
  */
}
@media screen and (max-width: 479px) {
  #main.page1 .cardlist ul.inner {
    padding: 1em 0.5em;
  }
}
#main.page1 .cardlist ul.inner li {
  width: 21%;
  padding: 0;
  position: relative;
  margin: 0 2% 6em 2%;
  /*
  &:before, &:after{
  	position:absolute;
  	content:"";
  	display:block;
  	width:8px;
  	height:8px;
  	z-index:10;
  }
  &:before{
  	top:0;
  	left:0;
  	border-top:dotted 1px #666;
  	border-left:dotted 1px #666;
  }
  &:after{
  	top:0;
  	right:0;
  	border-top:dotted 1px #666;
  	border-right:dotted 1px #666;
  }
  */
}
@media screen and (max-width: 900px) {
  #main.page1 .cardlist ul.inner li {
    width: 29%;
    margin-bottom: 4em;
  }
}
@media screen and (max-width: 767px) {
  #main.page1 .cardlist ul.inner li {
    width: 46%;
    margin-bottom: 4em;
  }
}
@media screen and (max-width: 767px) {
  #main.page1 .cardlist ul.inner li {
    margin-bottom: 5em;
  }
}
#main.page1 .cardlist ul.inner li a {
  background-color: #eee;
  display: block;
  border-radius: 0.2em;
  /*&:before, &:after{
  	position:absolute;
  	content:"";
  	display:block;
  	width:8px;
  	height:8px;
  }
  &:before{
  	bottom:0;
  	left:0;
  	border-bottom:dotted 1px #666;
  	border-left:dotted 1px #666;
  }*/
}
#main.page1 .cardlist ul.inner li a:hover {
  cursor: pointer;
  opacity: 0.8;
}
#main.page1 .cardlist ul.inner li a:after {
  content: "";
  display: block;
  padding-top: 100%;
}
#main.page1 .cardlist ul.inner li a span {
  display: block;
  text-align: center;
  margin-bottom: 1em;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  padding: 1em 0 0 0;
  font-size: 12px;
  height: 1.5em;
  font-family: sans-serif;
}
@media screen and (max-width: 900px) {
  #main.page1 .cardlist ul.inner li a span {
    font-size: 10px;
  }
}
@media screen and (max-width: 479px) {
  #main.page1 .cardlist ul.inner li a span {
    padding: 0.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 ul.inner li a span h3 {
  font-weight: normal;
  letter-spacing: 0.05em;
  margin-bottom: 0.3em;
}
@media screen and (max-width: 479px) {
  #main.page1 .cardlist ul.inner li a span h3 {
    width: 100%;
  }
}
#main.page1 .cardlist ul.inner li a span b {
  display: inline-block;
  background: #fff;
  padding: 0.3em 0.5em;
  border: solid 1px #ccc;
  font-weight: 100;
  line-height: 1;
  color: #888;
}
@media screen and (max-width: 479px) {
  #main.page1 .cardlist ul.inner li a span b {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
#main.page1 .cardlist ul.inner li a span em {
  font-weight: normal;
  display: inline-block;
  background: #09C;
  border: solid 1px #09C;
  padding: 0.3em 0.5em;
  color: #fff;
  line-height: 1;
  font-style: normal;
}
@media screen and (max-width: 479px) {
  #main.page1 .cardlist ul.inner li a span em {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
#main.page1 .cardlist ul.inner li a img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
#main.page1 .cardlist ul.inner li a img:hover {
  -webkit-transform: translate(0, -10px);
          transform: translate(0, -10px);
}

@-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: 0.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%);
          transform: translate(0, -50%);
  margin: auto;
  width: 85%;
  max-width: 400px;
  border-radius: 0.5em;
  overflow: auto;
  overflow-x: hidden;
  padding: 0.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: 0.1em;
  overflow: hidden;
  width: 90%;
  margin: 0 auto 0.4em auto;
  padding: 0.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: 0.9em;
  font-weight: normal;
  text-align: center;
  padding: 0.7em;
  color: #fff;
  letter-spacing: 0.1em;
}
.t-card-pop .t-card-pop-inner h4 b {
  position: relative;
  display: block;
  background: #fff;
  width: 10em;
  text-align: center;
  color: #cc0000;
  margin: 0.2em auto 0 auto;
  font-size: 1.5em;
  border-radius: 0.3em;
  line-height: 1;
  padding: 0.4em;
}
.t-card-pop .t-card-pop-inner h4 b button {
  border: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.3em;
  margin: auto;
  width: 3.2em;
  height: 3.2em;
  display: block;
  background: #666;
  color: #fff;
  font-size: 0.45em;
  font-weight: normal;
  text-align: center;
  padding: 0;
  letter-spacing: normal;
  line-height: 3.2;
  border-radius: 0.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 JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
  text-align: center;
  border: solid 1px #ddd;
  padding: 0.4em;
  font-size: 1.6em;
  letter-spacing: 0.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: 0.8em;
  }
}
.t-card-pop .t-card-pop-inner .desc p {
  font-size: 0.8em;
  margin-bottom: 1em;
}
@media screen and (max-width: 479px) {
  .t-card-pop .t-card-pop-inner .desc p {
    font-size: 0.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: 0.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: 0.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: 0.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: 0.7em 1em;
  border-radius: 0.3em;
  text-align: center;
}
#main.page2 .imgup .body label:hover {
  cursor: pointer;
  opacity: 0.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: 0.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 0.5em 0.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: 0.8em;
}
@media screen and (max-width: 700px) {
  #main.page2 .ctrl .picture-params {
    font-size: 0.75em;
    padding: 5px;
  }
}
#main.page2 .ctrl .picture-params h2 {
  font-weight: 100;
  color: #6e6361;
  letter-spacing: 0.1em;
  margin-bottom: 0.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: 0.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: 0.3em 0 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 0.3em 0.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 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 0.3em 0.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: 0.3em 0 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 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: 0.3em 0 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 0.3em 0.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: 0.8em;
  background: #eee;
  padding: 0 20px;
  border-radius: 0 0 0.5em 0.5em;
}
#main.page3 .operation form .input_launcher {
  padding: 0.3em 0 1em 0;
}
@media screen and (max-width: 479px) {
  #main.page3 .operation form .input_launcher {
    padding: 1.2em 0 0.8em 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: #9c8d88;
  font-size: 1.2em;
  font-weight: 100;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.1em;
  border-radius: 0.2em;
  cursor: pointer;
  margin-bottom: 0.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: 0.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 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 .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: 0.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: 0.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: 2.2em;
  letter-spacing: -0.4em;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 479px) {
  #main.page3 .operation form .profile {
    padding: 1em;
  }
}
#main.page3 .operation form .profile label {
  display: block;
  letter-spacing: 0;
  margin: 0 0 0.8em 0;
}
#main.page3 .operation form .profile span {
  display: inline-block;
}
#main.page3 .operation form .profile input {
  border-radius: 0.3em;
  border-top: solid 1px #aaa;
  border-left: solid 1px #aaa;
  padding: 0.3em 0.5em;
  font-size: 1.2em;
  font-family: "Noto Sans JP", sans-serif;
}
#main.page3 .operation form .profile input::-webkit-input-placeholder {
  color: #ccc;
  font-size: 0.8em;
}
#main.page3 .operation form .profile input::-moz-placeholder {
  color: #ccc;
  font-size: 0.8em;
}
#main.page3 .operation form .profile input:-ms-input-placeholder {
  color: #ccc;
  font-size: 0.8em;
}
#main.page3 .operation form .profile input::-ms-input-placeholder {
  color: #ccc;
  font-size: 0.8em;
}
#main.page3 .operation form .profile input::placeholder {
  color: #ccc;
  font-size: 0.8em;
}
#main.page3 .operation form .profile input[type=text] {
  width: 100%;
  font-size: 1.5em;
  padding: 0.4em 0.7em;
}
@media screen and (max-width: 479px) {
  #main.page3 .operation form .profile input[type=text] {
    font-size: 1.3em;
  }
}
#main.page3 .operation form .profile .close {
  display: block;
  text-align: center;
  margin: 0.5em 0 0 0;
  padding: 0.7em;
  background: #9c8d88;
  cursor: pointer;
  color: #fff;
  letter-spacing: 0.2em;
  border-radius: 0.2em;
}
#main.page3 .operation form .twins {
  display: inline-block;
  padding: 0.5em 1em;
  margin: 1.2em 0 0 1.2em;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ffaac3), color-stop(50%, #ff96b5));
  background: linear-gradient(to bottom, #ffaac3 50%, #ff96b5 50%);
  border-radius: 0.5em;
  cursor: pointer;
}
#main.page3 .operation form .twins:hover {
  opacity: 0.8;
}
#main.page3 .operation form .twins input[type=checkbox] {
  margin-right: 0.3em;
}
#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: 0.3em;
}
#main.page3 .operation form .byear, #main.page3 .operation form .bmonth, #main.page3 .operation form .bdate {
  margin-right: 0.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: 0.3em;
  border-radius: 0.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: 0.5em 0 0 0;
  padding: 0.7em;
  background: #9c8d88;
  cursor: pointer;
  color: #fff;
  letter-spacing: 0.2em;
  border-radius: 0.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: 0.5em 1em 0.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 0.2em 0;
  margin-bottom: 0.2em;
}
#main.page3 .operation form .msg textarea {
  font-family: "notosansjapanese", sans-serif;
  font-size: 1.25em;
  padding: 0.4em 0.7em;
  line-height: 1.3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 100%;
  height: 9em;
  border-radius: 0.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: 0.3em;
  background: rgb(255, 255, 255);
  -webkit-box-shadow: 1px 1px 5px #999;
          box-shadow: 1px 1px 5px #999;
  padding: 0;
  -webkit-transition-duration: 2s;
          transition-duration: 2s;
}
#main.page3 .operation form .msg .message-phrase .close {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #b4b4b4), color-stop(50%, #aaa));
  background: linear-gradient(to bottom, #b4b4b4 50%, #aaa 50%);
  color: #fff;
  padding: 0.5em;
  border-radius: 0.2em;
  cursor: pointer;
  width: 5em;
  text-align: center;
  font-size: 0.9em;
}
#main.page3 .operation form .msg .message-phrase .close:hover {
  opacity: 0.8;
}
#main.page3 .operation form .msg .message-phrase h2 {
  font-size: 1.2em;
  padding: 0.7em;
}
#main.page3 .operation form .msg .message-phrase .note {
  font-size: 0.9em;
  padding: 0 1em 0.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: 0.5em 1em 0.5em 2em;
}
#main.page3 .operation form .msg .message-phrase .messages a:nth-child(odd) {
  background: #fff2f6;
}
#main.page3 .operation form .msg .message-phrase .messages a:hover {
  background: #ffc9d9;
}
#main.page3 .operation form .msg .message-phrase .messages a .number {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.9em;
}

.confirm-dialog {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.4);
  font-size: 14px;
  color: tomato;
  opacity: 0;
}
.confirm-dialog.show {
  display: block;
  opacity: 1;
  -webkit-animation: fadein 0.2s ease-in-out;
          animation: fadein 0.2s ease-in-out;
}
.confirm-dialog .inner {
  background: #fff;
  width: 300px;
  margin: 0 auto;
  text-align: center;
  padding: 2.2em 0;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  transform: translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -webkit-box-shadow: 1px 1px 10px -5px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 10px -5px rgba(0, 0, 0, 0.1);
}
.confirm-dialog p {
  margin-bottom: 1em;
  font-size: 1.1em;
}
.confirm-dialog .confirmbtn a {
  display: inline-block;
  background: #333;
  color: #fff;
  padding: 0.8em 0;
  width: 9em;
  margin: 0 0.3em;
  border-radius: 0.2em;
  cursor: pointer;
}
.confirm-dialog .confirmbtn a:hover {
  opacity: 0.8;
}
.confirm-dialog .confirmbtn a.con-next {
  background: #555;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#main.page4 .confirm_preview {
  max-width: 550px;
  margin: 0 auto 1em auto;
}
#main.page4 .confirm_preview a {
  display: block;
  width: 12em;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #893400), color-stop(50%, #752c00));
  background: linear-gradient(to bottom, #893400 50%, #752c00 50%);
  margin: auto;
  text-align: center;
  border-radius: 0.2em;
  padding: 0.5em;
  color: #fff;
  cursor: pointer;
}
#main.page4 .confirm_preview a:hover {
  opacity: 0.8;
}
#main.page4 form {
  display: none;
}
#main.page4 .bottom-note {
  max-width: 650px;
  margin: auto auto 0em auto;
  font-size: 0.8em;
  background: #eee;
  padding: 0 20px 10px 20px;
  border-radius: 0 0 0.5em 0.5em;
}

#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: 0.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: 0.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: 0.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 0.5em;
  font-size: 2.2em;
  margin: 0;
  color: #000;
  font-weight: 200;
  letter-spacing: 0.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 JP", sans-serif;
  font-weight: 200;
  font-size: 1em;
  background: #9c8d88;
  color: #fff;
  border-radius: 1.5em;
  padding: 0.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: 0.5em;
}
#main.complete .note li {
  font-size: 12px;
  margin-left: 1em;
}
#main.complete .note .id_annai {
  padding: 0.5em;
}
#main.complete .note .id_annai img {
  width: 100%;
  border: solid 1px #ddd;
  border-radius: 0.3em;
}
#main.complete .note .linktoshop {
  display: block;
  background: #872121;
  color: #fff;
  text-align: center;
  padding: 1em 2em;
  margin: 0.7em 0.5em;
  border-radius: 0.3em;
  border-bottom: solid 2px #521414;
}
#main.complete .note .linktoshop:hover {
  cursor: pointer;
  background: #bc2e2e;
}
#main.complete .operation {
  padding: 0.5em;
}
#main.complete .operation p {
  font-size: 0.8em;
  text-align: center;
  margin-bottom: 0.5em;
  color: #666;
  font-weight: 100;
}
#main.complete .operation .btns .next {
  background: #999;
  float: none;
  width: 14em;
  font-size: 0.9em;
  margin-bottom: 0.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: linear-gradient(to bottom, #a6a6a6 50%, #999 50%);
  width: 11em;
  font-size: 0.8em;
}

.hidden {
  display: none;
}

.clearfix, #main .screen, #main .screen .preview .message-phrase .messages > .inner > a, .operation .btns, .operation .picture-params, #main.page1 .screen .operation .designs > div > .inner {
  zoom: 1;
}

.clearfix:after, #main .screen:after, #main .screen .preview .message-phrase .messages > .inner > a:after, .operation .btns:after, .operation .picture-params:after, #main.page1 .screen .operation .designs > div > .inner:after {
  content: "";
  display: block;
  clear: both;
}

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

/* ***************************************************************************
 * ■ step4-1 スタンプで追加したもの
 * ***************************************************************************/
#main.page4-1 form {
  display: none;
}

/* ***************************************************************************
 * 制御ボタン
 * ***************************************************************************/
#ctrl.aside-section {
  width: 100%;
  max-width: 650px;
  height: 156px;
  position: relative;
  border-radius: 0 0 0.5em 0.5em;
  background-color: #efeeee;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 15px 0;
  margin: 0 auto;
  /* ※ 上に移動する動作追加 */
}
#ctrl.aside-section > h2 {
  color: white;
  background-color: black;
  padding: 0.5em 1em;
}
#ctrl.aside-section > .body {
  background: #efeeee;
  padding: 0;
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
  border-radius: 0 0 0.5em 0.5em;
}
@media screen and (max-width: 479px) {
  #ctrl.aside-section > .body {
    padding: 0 0 0 0;
  }
}
#ctrl.aside-section > .open.body {
  position: absolute;
  top: 144px;
  left: calc(50% - 325px);
  width: 100%;
  border-radius: 0.5em;
}
#ctrl.aside-section .picture-params {
  width: 100%;
  max-width: 610px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  font-size: 0.8em;
  /* 上下左右移動ボタン */
  /* 拡大縮小ボタン */
  /* 回転ボタン */
  /* 新規追加ボタン */
  /* 削除ボタン */
  /* 前面・背面（表示順序変更） */
}
@media screen and (max-width: 700px) {
  #ctrl.aside-section .picture-params {
    font-size: 0.75em;
    padding: 5px;
  }
}
#ctrl.aside-section .picture-params h2 {
  font-weight: 100;
  color: #6e6361;
  letter-spacing: 0.1em;
  margin-top: 4px;
  font-size: 11px;
}
@media screen and (max-width: 479px) {
  #ctrl.aside-section .picture-params h2 {
    font-size: 11px;
  }
}
#ctrl.aside-section .picture-params a:hover {
  opacity: 0.7;
}
#ctrl.aside-section .picture-params .position-menu {
  width: 57%;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
@media screen and (max-width: 479px) {
  #ctrl.aside-section .picture-params .position-menu {
    padding: 0;
  }
}
#ctrl.aside-section .picture-params .position-menu .inner {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#ctrl.aside-section .picture-params .position-menu .inner a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  background: #9c8d88;
  cursor: pointer;
  width: 25%;
  height: 3rem;
}
#ctrl.aside-section .picture-params .position-menu .inner a.up-btn {
  border-radius: 0.3em 0 0 0.3em;
}
#ctrl.aside-section .picture-params .position-menu .inner a.up-btn span {
  background: url(../img/mcbtn_ctrl_up.png) no-repeat center calc(50% + 4px);
  display: block;
  background-size: auto 30%;
  height: 100%;
  padding-top: 3px;
}
#ctrl.aside-section .picture-params .position-menu .inner a.right-btn {
  border-radius: 0 0.3em 0.3em 0;
}
#ctrl.aside-section .picture-params .position-menu .inner a.right-btn span {
  background: url(../img/mcbtn_ctrl_right.png) no-repeat center calc(50% + 4px);
  display: block;
  background-size: auto 30%;
  height: 100%;
  padding-top: 3px;
}
#ctrl.aside-section .picture-params .position-menu .inner a.down-btn span {
  background: url(../img/mcbtn_ctrl_down.png) no-repeat center calc(50% + 4px);
  display: block;
  background-size: auto 30%;
  height: 100%;
  padding-top: 3px;
}
#ctrl.aside-section .picture-params .position-menu .inner a.left-btn span {
  background: url(../img/mcbtn_ctrl_left.png) no-repeat center calc(50% + 4px);
  display: block;
  background-size: auto 30%;
  height: 100%;
  padding-top: 3px;
}
#ctrl.aside-section .picture-params .scale-menu {
  width: 28%;
  padding: 0;
  text-align: center;
}
#ctrl.aside-section .picture-params .scale-menu .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 0.5em;
}
#ctrl.aside-section .picture-params .scale-menu a {
  display: block;
  width: 50%;
  height: 3rem;
  color: #fff;
  cursor: pointer;
}
#ctrl.aside-section .picture-params .scale-menu a.plus-btn {
  background: #9c8d88 url(../img/mcbtn_ctrl_plus_wh.png) no-repeat center center;
  right: 5%;
  background-size: 28%;
  border-radius: 0 0.3em 0.3em 0;
}
@media screen and (max-width: 479px) {
  #ctrl.aside-section .picture-params .scale-menu a.plus-btn {
    background-size: 40%;
  }
}
#ctrl.aside-section .picture-params .scale-menu a.minus-btn {
  background: #9c8d88 url(../img/mcbtn_ctrl_minus_wh.png) no-repeat center center;
  left: 5%;
  background-size: 28%;
  border-radius: 0.3em 0 0 0.3em;
}
@media screen and (max-width: 479px) {
  #ctrl.aside-section .picture-params .scale-menu a.minus-btn {
    background-size: 40%;
  }
}
#ctrl.aside-section .picture-params .rotation-menu {
  width: 28%;
  padding: 0;
  text-align: center;
}
#ctrl.aside-section .picture-params .rotation-menu .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 0.5em;
}
#ctrl.aside-section .picture-params .rotation-menu a {
  display: block;
  width: 50%;
  height: 3rem;
  color: #fff;
  cursor: pointer;
}
#ctrl.aside-section .picture-params .rotation-menu a.rotateL-btn {
  background: #9c8d88 url(../img/mcbtn_ctrl_rotate_right.png) no-repeat center center;
  background-size: 28%;
  border-radius: 0.3em 0 0 0.3em;
}
@media screen and (max-width: 479px) {
  #ctrl.aside-section .picture-params .rotation-menu a.rotateL-btn {
    background-size: 40%;
  }
}
#ctrl.aside-section .picture-params .rotation-menu a.rotateR-btn {
  background: #9c8d88 url(../img/mcbtn_ctrl_rotate_left.png) no-repeat center center;
  background-size: 28%;
  border-radius: 0 0.3em 0.3em 0;
}
@media screen and (max-width: 479px) {
  #ctrl.aside-section .picture-params .rotation-menu a.rotateR-btn {
    background-size: 40%;
  }
}
#ctrl.aside-section .picture-params .insert-menu {
  width: 14%;
  padding: 0;
  text-align: center;
}
#ctrl.aside-section .picture-params .insert-menu .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 0.5em;
}
#ctrl.aside-section .picture-params .insert-menu a.insert-btn {
  background: #9c8d88 url(../img/icon_stamp.svg) no-repeat center center;
  background-size: 45%;
  border-radius: 0.3em;
  display: block;
  width: 100%;
  height: 3rem;
  color: #fff;
  cursor: pointer;
}
@media screen and (max-width: 479px) {
  #ctrl.aside-section .picture-params .insert-menu a.insert-btn {
    background-size: 75%;
  }
}
#ctrl.aside-section .picture-params .remove-menu {
  width: 14%;
  padding: 0;
  text-align: center;
}
#ctrl.aside-section .picture-params .remove-menu .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 0.5em;
}
#ctrl.aside-section .picture-params .remove-menu a.remove-btn {
  background: #9c8d88 url(../img/icon_remove.svg) no-repeat center center;
  background-size: 45%;
  border-radius: 0.3em;
  display: block;
  width: 100%;
  height: 3rem;
  color: #fff;
  cursor: pointer;
}
@media screen and (max-width: 479px) {
  #ctrl.aside-section .picture-params .remove-menu a.remove-btn {
    background-size: 75%;
  }
}
#ctrl.aside-section .picture-params .overlap-menu {
  width: 57%;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
@media screen and (max-width: 479px) {
  #ctrl.aside-section .picture-params .overlap-menu {
    padding: 0;
  }
}
#ctrl.aside-section .picture-params .overlap-menu .inner {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#ctrl.aside-section .picture-params .overlap-menu .inner a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  background: #9c8d88;
  cursor: pointer;
  width: 25%;
  height: 3rem;
}
#ctrl.aside-section .picture-params .overlap-menu .inner a.backL-btn {
  border-radius: 0.3em 0 0 0.3em;
}
#ctrl.aside-section .picture-params .overlap-menu .inner a.backL-btn span {
  background: url(../img/icon_backL.svg) no-repeat center calc(50% + 4px);
  display: block;
  background-size: auto 40%;
  height: 100%;
  padding-top: 3px;
}
#ctrl.aside-section .picture-params .overlap-menu .inner a.back-btn span {
  background: url(../img/icon_back.svg) no-repeat center calc(50% + 4px);
  display: block;
  background-size: auto 40%;
  height: 100%;
  padding-top: 3px;
}
#ctrl.aside-section .picture-params .overlap-menu .inner a.front-btn span {
  background: url(../img/icon_front.svg) no-repeat center calc(50% + 4px);
  display: block;
  background-size: auto 40%;
  height: 100%;
  padding-top: 3px;
}
#ctrl.aside-section .picture-params .overlap-menu .inner a.frontF-btn {
  border-radius: 0 0.3em 0.3em 0;
}
#ctrl.aside-section .picture-params .overlap-menu .inner a.frontF-btn span {
  background: url(../img/icon_frontF.svg) no-repeat center calc(50% + 4px);
  display: block;
  background-size: auto 40%;
  height: 100%;
  padding-top: 3px;
}/*# sourceMappingURL=style.css.map */