@charset "UTF-8";
body {
  font-size: 1rem;
  font-family: "Meiryo", -apple-system, BlinkMacSystemFont, ".SFNSDisplay-Regular", "Hiragino Kaku Gothic Pro", "Yu Gothic", "MS PGothic", "Segoe UI", "Verdana", "Helvetica", "Arial", sans-serif;
  margin: 0;
  color: #000000 !important;
}

*,
*::before,
*::after {
  margin: 0;
}

#wrapper {
  width: 100%;
  overflow: hidden;
  background: #fff;
}

.width {
  padding: 0px 10px;
  background: #fff;
  border: 1px solid #ddd;
  max-width: 612px;
  margin: 0 auto;
  padding-top: 1.3em;
  box-sizing: border-box;
}

@media screen and (max-width: 1300px) {
  .width {
    max-width: 472px;
  }
}
video {
  display: block;
  margin: 0 auto;
  width: 100%;
}

img {
  width: 100%;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
  margin-bottom: 1.3em;
}

p {
  text-align: center;
  display: block;
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.8;
  margin-bottom: 1.3em;
}

.hover:hover {
  opacity: 0.8;
}

.small {
  text-align: right;
  font-size: 10px;
  margin-bottom: 1.3rem;
  color: #111;
}

.gray {
  color: #999999;
}

.border a {
  color: #0000ff;
  font-size: 14px;
}
.border a:hover {
  border-bottom: none;
  color: #0000ff;
}

.text_left {
  display: block;
}
.text_left p {
  text-align: left;
}

.bottom {
  margin-bottom: 1.3em;
}

.bottom_none {
  margin-bottom: 0px;
}

header {
  background-color: rgba(255, 105, 180, 0.5);
  width: 100%;
  top: 0;
  z-index: 5;
  text-align: center;
  border-top: 3px solid #f98ec3;
  box-shadow: 0 1px 1em rgba(255, 105, 180, 0.5);
  padding: 3px 0;
}
header img {
  max-height: 41px;
  width: auto;
  display: block;
  margin: 0 auto;
}

.big {
  font-size: 20px;
}

.picture_text {
  font-size: 14px;
}

.blue {
  color: rgb(0, 0, 255);
}

.pink {
  color: #eb175e;
}

.under_line {
  text-decoration: underline;
  display: inline-block;
}

.red {
  color: rgb(255, 0, 0);
}

.marker_yellow {
  background: linear-gradient(transparent 60%, #ff9 60%);
}

.marker_blue {
  background: linear-gradient(transparent 60%, #a8dafb 60%);
}

.back_yellow {
  background-color: #ffff99;
}

.marker_red {
  background: linear-gradient(transparent 60%, #ffd0d1 60%);
}

.potupotu {
  font-size: 14px;
}

.coupon {
  text-align: right;
}
.coupon a {
  color: #4169e1;
  font-size: 14px;
}
.coupon a:hover {
  text-decoration: none;
  color: #dc143c;
}

a {
  color: #4169e1;
  font-size: 14px;
}
a:hover {
  text-decoration: none;
  color: #dc143c;
}

.left {
  text-align: left;
  display: block;
  font-size: 14px;
}

.bold {
  font-weight: bold;
}

.bottom {
  margin-bottom: 35px;
}

.buruburu {
  display: block;
  -webkit-animation: hurueru 0.1s infinite;
          animation: hurueru 0.1s infinite;
  margin: 0 auto;
  margin-bottom: 1.3em;
}

.left_border {
  font-size: 1.2rem;
  padding: 0 12px;
  border: 0;
  border-left: solid 12px #999;
  text-align: left;
  margin-top: 25px;
  margin-bottom: 25px;
}

@-webkit-keyframes hurueru {
  0% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  25% {
    transform: translate(2px, 2px) rotateZ(1deg);
  }
  50% {
    transform: translate(0px, 2px) rotateZ(0deg);
  }
  75% {
    transform: translate(2px, 0px) rotateZ(-1deg);
  }
  100% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
}

@keyframes hurueru {
  0% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  25% {
    transform: translate(2px, 2px) rotateZ(1deg);
  }
  50% {
    transform: translate(0px, 2px) rotateZ(0deg);
  }
  75% {
    transform: translate(2px, 0px) rotateZ(-1deg);
  }
  100% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
}
h2 {
  margin: 1.4em 0;
  border-bottom: 3px dashed #f29c9f;
  border-left: 4mm ridge #f29c9f;
  padding-left: 10px;
  font-weight: 700;
}
h2 p {
  margin-bottom: 0;
  text-align: left;
}

.text_box {
  padding: 1em 1.5em;
  margin: 2em 0px;
  background-color: #ffffe0;
  border: 6px dotted orange;
  color: #000000;
  text-align: center;
}
.text_box p {
  margin-bottom: 0px;
}

.list p {
  text-align: left;
  margin: 1.3em 0;
}
.list .small {
  text-align: right;
}

.link {
  text-align: left;
  line-height: 1.9;
  margin-bottom: 1.3em;
}
.link a {
  color: #999999;
  font-size: 8pt;
  margin-bottom: 10px;
}
.link ahover {
  text-decoration: none;
}

footer {
  border-top: 1px solid #ddd;
  margin-top: 30px;
  padding-top: 30px;
  font-size: 1.2rem;
  padding-bottom: 30px;
}
footer p {
  font-size: 9pt;
  margin-bottom: 10px;
}
footer p:nth-last-of-type(1) {
  margin-bottom: 0px;
}

/*会社概要, 特定商取引に関する法律に基づく表記のcss*/
.block {
  width: 100%;
  float: left;
  position: relative;
  margin-top: 10px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
}

.block-regist h1 {
  font-weight: 100;
}

.regist-main-title {
  font-size: 24px;
  text-align: center;
}

.block {
  width: 100%;
  float: left;
  position: relative;
  margin-top: 10px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
}

.regist-box {
  padding: 10px;
}

.block-content, .block-footer {
  padding: 20px;
  border-radius: 5px;
  position: relative;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table {
  border-collapse: collapse !important;
}

.table-bordered {
  border: 1px solid #ddd !important;
}

.tokutei_table_font {
  font-size: 12px;
}

table td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-bottom: 1px solid #ddd !important;
  border: 1px solid #dddddd;
}

/*プライバシーポリシーのcss*/
p.privacy_desc {
  font-size: 12px;
}

.regist-title {
  border: 1px solid #ddd;
  border-bottom: 3px solid #000;
  font-weight: bold;
  padding: 10px;
  font-size: 120%;
  margin: 0 0 10px 0;
}

.regist-title-p {
  margin: 0px;
  text-align: left;
  line-height: 1.4rem;
}

pre {
  padding: 10px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  white-space: pre-line;
}
pre a {
  color: #0000ee;
  font-size: 12px;
}
pre a:hover {
  color: #0000ee;
  text-decoration: underline;
}/*# sourceMappingURL=style.css.map */