@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #f4eadd;
  color: #333;
}

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

.header {
  background-color: #fff;
  background-image: url(../img/main_bg.png);
  background-repeat: repeat-x;
  background-position: center bottom -1px;
  background-size: 95px auto;
  padding: 20px 10% 30px;
}

.header .logo {
  background-image: url(../img/logo.png);
  background-repeat: no-repeat;
  display: block;
  margin: 0 auto;
  background-size: contain;
  height: 200px;
  background-position: center center;
}

.header h1 {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.header h1 a {
  display: block;
  height: 200px;
}

.content {
  padding: 20px 10px 0;
  text-align: center;
}

.content p {
  font-size: 16px;
  color: #7d5f46;
  line-height: 1.6;
  margin-bottom: 14px;
  display: inline-block;
}

.content .select-button, .content .conversion-button, .content .more-img-button {
  font-size: 20px;
  font-weight: bold;
  color: #ffc;
  background-color: #7cc523;
  border: 2px solid #a7e25f;
  padding: 10px;
  min-width: 250px;
  border-radius: 10px;
  display: block;
  cursor: pointer;
  margin: 0 auto 30px;
}

.content .cselect-button:active, .content .conversion-button:active, .content .more-img-button:active {
  color: #fff;
  background: #666;
}

.content button:hover {
  transition: all 0.3s;
  opacity: 0.6;
}

.content .caution-txt {
  display: block;
  font-size: 12px;
  color: #c69;
  margin-bottom: 12px;
}

.content .other-button {
  font-size: 20px;
  font-weight: bold;
  color: #ffc;
  line-height: 1.2;
  background-color: #888;
  border: 2px solid #a7e25f;
  padding: 13px 10px;
  max-width: 250px;
  border-radius: 10px;
  display: block;
  margin: 0 auto 30px;
}

.content .other-button a {
  color: #ffc;
  text-decoration: none;
}

.content .other-button:hover {
  transition: all 0.3s;
  opacity: 0.6;
}

.content .other-button:active {
  color: #fff;
  background: #666;
}

.report-link {
  font-size: 14px;
  margin: 10px;
  text-align: center;
}

.report-link a {
  text-decoration: none;
  color: #d89951;
}

.report-link:before {
  content: '▶';
  color: #d89951;
}

.ad-img {
  margin: 5px auto;
}

.footer {
  text-align: center;
  background-image: url(../img/foot_bg.png);
  background-repeat: repeat-x;
  background-size: 25px auto;
  background-position: center center;
  height: 45px;
  background-color: #fff;
  margin-bottom: 20px;
  display: block;
  overflow: hidden;
  padding-top: 14px;
}

.footer small {
  font-size: 14px;
}

.footer a {
  text-decoration: none;
  color: #d76767;
}

@media screen and (min-width: 768px) {
  .spbr {
    display: none;
  }
}

@media screen and (max-width: 364px) {
  .content p {
    font-size: 15px;
  }
}

.content .how-to-btn {
  background-image: url(../img/how_to_btn.png);
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  margin: 0 auto 40px;
  width: 157px;
  height: 34px;
}

.content .how-to-btn:hover {
  transition: all 0.3s;
  opacity: 0.6;
}

.content .update-info {
  background-color: #fcf9f5;
  border-radius: 10px;
  padding: 4px;
  margin: 0 auto 5px;
  max-width: 500px;
}

.content .update-info p {
  font-size: 14px;
  display: block;
  border-bottom: solid 1px #efe0cd;
  margin: 4px;
}

.content .update-info dl {
  color: #666;
  font-size: 12px;
  line-height: 1.6;
  margin: 4px;
}

.content .update-info dl dd {
  -webkit-text-size-adjust: 100%;
}

.content form select {
  padding: 4px;
  border: 2px solid #e4d3ad;
  border-radius: 5px;
  margin: 10px;
  padding-right: 38px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

::-ms-expand {
  display: none;
}

.content form .wid, .content form .heig {
  position: relative;
}

.content form .wid::after, .content form .heig::after {
  font-size: 10px;
  color: #b7a575;
  content: "▼";
  position: absolute;
  top: 7px;
  right: 18px;
  pointer-events: none;
}

.content form select {
  color: #7d5f46;
  background-color: #fff;
  font-size: 16px;
}

.content .select-range form .yoko-txt {
  background-image: url(../img/width_txt.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 22px;
  height: 22px;
  display: inline-block;
  margin-bottom: -5px;
}

.content .select-range form .tate-txt {
  background-image: url(../img/height_txt.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 22px;
  height: 22px;
  display: inline-block;
  margin-bottom: -5px;
}

.content .select-range form img {
  max-width: 320px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 20px;
}

.content .select-range form p {
  font-size: 14px;
  line-height: 1.3;
  color: #c8954d;
}

.content .select-range form input[type=checkbox] {
  display: none;
}

.content .select-range form .img-alpha {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 7px;
  position: relative;
  width: auto;
}

.content .select-range form .img-alpha:before {
  content: '';
  position: absolute;
  display: block;
  border: 1px solid #e4d3ad;
  background-color: #fff;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  top: 0;
  left: 5px;
  margin-top: -4px;
}

.content .select-range form .img-alpha:after {
  content: '';
  border-right: 3px solid #6cc62b;
  border-bottom: 3px solid #6cc62b;
  content: '';
  display: block;
  height: 9px;
  left: 11px;
  margin-top: -5px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 5px;
}

.content .select-range form input[type=checkbox]:checked + .img-alpha:after {
  opacity: 1;
}

.cropper-div {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.mydesign-title p {
  font-size: 14px;
}

.mydesign-title input {
  border-radius: 6px;
  border: solid 1px #efe0cd;
  padding: 4px;
  color: #666;
}

.content .how-to-qr-btn {
  background-image: url(../img/how_to_qr_btn.png);
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  margin: 0 auto 20px;
  width: 157px;
  height: 34px;
}

.content .how-to-qr-btn:hover {
  transition: all 0.3s;
  opacity: 0.6;
}

.content .tell-friend {
  margin: auto;
  display: block;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
}

.content .tell-friend li {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 38px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 7px 28px;
}

.content .tell-friend li a {
  width: 38px;
  height: 40px;
  display: block;
}

.content .tell-friend li:hover {
  transition: all 0.3s;
  opacity: 0.6;
}

.content .tell-friend .tw {
  background-image: url(../img/twitter_icon.png);
}

.content .tell-friend .fb {
  background-image: url(../img/facebook_icon.png);
}

.content .tell-friend .line {
  background-image: url(../img/line_icon.png);
}

.content .end-conversion img {
  max-width: 300px;
  width: 100%;
  height: auto;
  display: block;
  margin: auto auto;
  border: solid 1px #ad9e7c;
}

.content .end-conversion img.org-img {
  margin: 0 auto 20px;
}

.content .end-conversion img.dot-img {
  width: 128px;
  height: 128px;
  image-rendering: pixelated;
}

.content .end-conversion > div {
  margin-bottom: 20px;
}

.content .star-icon {
  display: block;
}

.content .star-icon p {
  background-image: url(../img/star_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 32px;
  display: inline-block;
}

.conv-result-img-set {
  display: inline-block;
}

.conv-result-img-set .dot-img-container {
  display: flex;
}

.conv-result-qr-set {
  display: inline-block;
}

.conv-result-qr-set img {
  min-width: 298px;
  height: auto;
}

.conv-result-qr-set .dot-img-container {
  display: block;
}

.conv-result-qr-set .dot-img-container img {
  margin: 2px;
}

@media screen and (min-width: 768px) {
  .conv-result-qr-set .dot-img-container {
    display: flex;
  }
}

.content textarea {
  font-size: 16px;
  border: solid 1px #e4d3ad;
  padding: 5px;
  margin: 10px 0;
  border-radius: 4px;
  max-width: 600px;
}
