@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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
html {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
q,
blockquote {
  quotes: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}
a img {
  border: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
img {
  vertical-align: bottom;
  border: none;
}
button,
input,
select,
textarea {
  vertical-align: middle;
}
input {
  outline: 0;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}
textarea {
  overflow: auto;
  vertical-align: top;
  font-family: sans-serif;
}
br.brPc {
  display: block;
}
@media screen and (max-width: 1024px) {
  br.brPc {
    display: none;
  }
}
br.brPcNone {
  display: none;
}
@media screen and (max-width: 1024px) {
  br.brPcNone {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  br.brTb {
    display: none;
  }
}
br.brTbNone {
  display: block;
}
@media screen and (max-width: 1024px) {
  br.brTbNone {
    display: none;
  }
}
br.brSp {
  display: none;
}
@media screen and (max-width: 767px) {
  br.brSp {
    display: block;
  }
}
.fadeIn {
  transform: translate3d(0, 40px, 0);
  transition: 0.8s;
  opacity: 0;
}
.fadeInShop {
  transform: translate3d(0, 80px, 0);
  transition: 1.4s;
  opacity: 0;
}
.s_fadeInShop {
  transform: translate3d(0, 20px, 0);
  transition: 0.8s;
  transition-delay: 0.4s;
  opacity: 0;
}
.fadeIn.animated,
.fadeInShop.animated,
.s_fadeInShop.animated,
.fadeIn.animatedShop,
.fadeInShop.animatedShop,
.s_fadeInShop.animatedShop {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
html {
  height: 100%;
  font-size: 62.5%;
}
body {
  -webkit-text-size-adjust: 100%;
  min-height: 100%;
  height: 100%;
  color: #000;
  font-family: "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", 'Hiragino Kaku Gothic ProN', "メイリオ", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
body input[type="text"],
body input[type="button"],
body button,
body textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
}
body input[type="text"],
body select,
body textarea {
  width: 100%;
}
body input[type="radio"],
body input[type="checkbox"] {
  margin: 0;
}
body input,
body select,
body textarea,
body button {
  font-family: "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", 'Hiragino Kaku Gothic ProN', "メイリオ", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  body input,
  body select,
  body textarea,
  body button {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
body ::selection {
  background-color: #a78a6d;
  color: #fff;
}
@media screen and (max-width: 767px) {
  body {
    min-width: 320px;
    width: 100%;
  }
}
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}
@media screen and (max-width: 767px) {
  body.scroll_fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
  }
}
a:link,
a:visited {
  color: #337fc5;
  text-decoration: underline;
}
a:active {
  text-decoration: none;
}
a:focus {
  outline: none;
}
sup {
  font-size: 60%;
  vertical-align: top;
}
body {
  position: relative;
  display: flex;
  align-items: center;
}
main {
  width: 100%;
  padding: 6.25% 6.25% 3%;
  box-sizing: border-box;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 767px) {
  main {
    padding: 15px 10% 5%;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.logo {
  position: relative;
  display: inline-block;
  border: 1px solid #eee;
  width: 160px;
  height: 160px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .logo {
    width: 113px;
    height: 113px;
    margin-bottom: 0;
  }
}
.logo .image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .logo .image {
    width: auto;
  }
}
.logo .image img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.name {
  margin: 0 auto 6.25vh;
}
@media screen and (max-width: 767px) {
  .name {
    margin-bottom: 4vh;
  }
}
@media screen and (max-width: 767px) {
  .name {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
.title {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 6.25vh;
}
@media screen and (max-width: 767px) {
  .title {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 4vh;
  }
}
.text {
  line-height: 2;
  margin-bottom: 3vh;
}
@media screen and (max-width: 767px) {
  .text {
    margin-bottom: 3vh;
    text-align: left;
  }
}
.link {
  margin-bottom: 12.5vh;
}
@media screen and (max-width: 767px) {
  .link {
    margin-bottom: 8vh;
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 0;
  }
}
.link a {
  color: #a78a6d;
  text-decoration: none;
  font-family: 'Karla', sans-serif;
}
.link a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .note {
    font-size: 11px;
    font-size: 1.1rem;
    letter-spacing: 0.07em;
  }
}
.note span {
  color: #f00;
}