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

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

blockquote,
q {
  quotes: none;
}

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

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

input, select {
  vertical-align: middle;
}

a, p, h1, h2, h3, h4, h5, h6, li, dt, dd, th, td, aside, span, small, address {
  display: block;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #6b4242;
  text-decoration: none;
  cursor: -moz-text;
  cursor: -webkit-text;
  cursor: text;
}

h1, h2, h3, h4, h5, h6 {
  display: block;
  text-align: center;
  position: relative;
}

ul, li, ol {
  list-style: none;
}

a {
  display: inline-block;
}

p {
  display: block;
}

span {
  display: inline-block;
}

img {
  display: block;
  width: 100%;
  height: auto;
  cursor: -moz-default;
  cursor: -webkit-default;
  cursor: default;
}

a, a > img, h1 > img {
  cursor: -moz-pointer;
  cursor: -webkit-pointer;
  cursor: pointer;
}

address {
  font-style: normal;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
}

html {
  font-size: 10px;
}

body {
  width: 100%;
  max-width: 430px;
  font-family: "zen-old-mincho", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, メイリオ, Meiryo, sans-serif;
  font-style: normal;
  position: relative;
  z-index: 0;
  font-size: 1.45rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 1.6px;
  color: #000;
  font-style: normal;
  font-feature-settings: "pwid";
  -webkit-font-smoothing: antialiased;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  /*Chrome,Safari*/
  -ms-text-size-adjust: 100%;
  /*EgdeMobile*/
  -moz-text-size-adjust: 100%;
  /*firefox*/
  margin: 0 auto;
  padding: 0;
  /*   background: rgb(255 255 253);
    background: linear-gradient(90deg, rgb(255 255 253) 0%, rgb(255 241 248) 100%); */
}

.visuallyhidden {
  width: 1px;
  height: 0;
  visibility: collapse;
}

/*
  ヘッダー
------------------------------------------------*/
header {
  background: rgb(180, 144, 83);
  background: linear-gradient(100deg, rgb(180, 144, 83) 0%, rgb(186, 94, 143) 100%);
  padding: 7px 0 7px 1.5rem;
  position: relative;
}

header img {
  width: auto;
  height: 50px;
}

.header_btn {
  height: 3.8rem;
  line-height: 3.8rem;
  font-weight: bold;
  background-color: #fff;
  border-radius: 4rem 0 0 4rem;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 0 1.5rem 0 2rem;
}

/*
  フッター
------------------------------------------------*/
footer {
  text-align: center;
  background: rgb(180, 144, 83);
  background: linear-gradient(100deg, rgb(180, 144, 83) 0%, rgb(186, 94, 143) 100%);
  padding-bottom: 1rem;
}

.footer_contents {
  padding: 4rem 0 3rem;
}

footer .txt {
  margin: 0 2rem 3rem;
}

footer .txt p {
  color: #fff;
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
}

footer .txt p::before {
  content: "※";
}

footer .txt p:not(:last-child) {
  margin-bottom: 1rem;
}

.footer_sns {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3rem;
}

.footer_sns li {
  margin: 0 1.8rem;
}

.footer_sns img {
  width: auto;
  height: 3rem;
}

.footer_links {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer_links a {
  font-size: 1.1rem;
  color: #fff;
  padding: 0 7px;
}

.footer_links li:not(:last-child) a {
  border-right: 1px solid #fff;
}

footer .notify {
  margin-bottom: 1rem;
}

footer small {
  font-size: 1.1rem;
  color: #fff;
}

/*
  利用規約・特定商法・プラポリ
------------------------------------------------*/
.law .header_inner, .privacy .header_inner, .terms .header_inner {
  text-align: center;
}

.law main, .privacy main, .terms main {
  margin: 0 20px;
  padding-bottom: 4rem;
}

.law h2, .privacy h2, .terms h2 {
  font-size: 1.6rem;
  padding: 2.5rem 0;
}

.law table {
  display: table;
  width: 100%;
  max-width: 940px;
  border-collapse: collapse;
  border: 1px solid #6b4242;
  margin: auto;
}

.law tr {
  display: flex;
}

.law tr:not(:last-of-type) {
  border-bottom: 1px solid #6b4242;
}

.law th, .law td {
  font-size: 1.3rem;
  font-weight: normal;
  border-collapse: collapse;
  padding: 1rem;
}

.law th {
  width: 35%;
  border-right: 1px solid #6b4242;
  background-color: #fffcf4;
  padding: 1rem 0.5rem;
}

.law td {
  width: 65%;
  padding: 1rem;
}

.privacy h3, .terms h3 {
  background-color: #f7f3e6;
  margin-bottom: 1rem;
  padding: 1rem 0;
}

.privacy p, .terms p {
  margin-bottom: 2.5rem;
}

/* トップページに戻るボタン */
.top-btn {
  display: block;
  width: 70%;
  max-width: 250px;
  color: #fff;
  background: #cf8b8b;
  text-align: center;
  letter-spacing: 2px;
  border-radius: 5px;
  margin: 4rem auto 0;
  padding: 1rem 0;
}

.media_coverage {
  color: white;
  margin-top: 1.6em;
  margin-bottom: 0.7em;
}
.media_coverage * {
  color: inherit;
}
.media_coverage .title {
  color: gold;
  font-weight: 700;
  font-size: 1.1em;
}
.media_coverage .media-link {
  text-decoration: underline;
  font-size: 0.9em;
}/*# sourceMappingURL=common.css.map */