@charset "UTF-8";
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

html {
  background: #fff;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: "“" "”" "‘" "’";
}

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

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

.__visible-pc {
  display: none;
}
@media screen and (min-width: 1200px) {
  .__visible-pc {
    display: block;
  }
}

.__visible-sp {
  display: block;
}
@media screen and (min-width: 1200px) {
  .__visible-sp {
    display: none;
  }
}

.Beginner-content, .Common-contact {
  margin: 0 auto;
  padding: 2rem 0 1.5rem;
  width: 100%;
}

.Beginner-content__ttl, .Common-contact__ttl {
  padding: 0.25rem 0 0;
  background: url("/static/img/common/sec__ttl-deco.svg") top center/250px auto no-repeat;
  font-size: 24px;
  letter-spacing: 1px;
  text-align: center;
  margin: 0 auto 1.25rem;
}
.Beginner-content__ttl > span, .Common-contact__ttl > span {
  display: block;
  font-size: 16px;
}

* {
  border: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}

html {
  overflow: auto;
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
dt,
th {
  font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li {
  margin: 0;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

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

hr {
  border: 0;
  height: 0;
  margin: 0;
  padding: 0;
}

blockquote,
q {
  quotes: none;
}

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

input,
select {
  vertical-align: middle;
}

ol,
ul {
  list-style: none;
  padding: 0;
}

li {
  padding: 0;
}

dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #000;
  display: block;
}

a:hover {
  text-decoration: none;
}

p em,
dd strong,
dd em,
li strong,
li em {
  font-weight: normal;
  font-style: normal;
}

img {
  width: 100%;
  height: auto;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

.Container {
  min-width: 320px;
  -webkit-transition: 0.5s -webkit-filter ease;
  transition: 0.5s -webkit-filter ease;
  transition: 0.5s filter ease;
  transition: 0.5s filter ease, 0.5s -webkit-filter ease;
  -webkit-filter: blur(0);
          filter: blur(0);
}
@media screen and (min-width: 1200px) {
  .Container {
    width: 580px;
    margin: 0 auto;
    border-radius: 50px;
    overflow: hidden;
    background: #fff;
    border: 2px solid #ffe3e3;
    -webkit-filter: drop-shadow(0 0 5px #ffe3e3);
            filter: drop-shadow(0 0 5px #ffe3e3);
  }
}
.Container__ttl {
  margin: 0 auto 45px;
  margin: -15px auto 0;
  font-size: 10px;
  text-align: center;
  color: transparent;
}
@media screen and (min-width: 1200px) {
  .Container__ttl {
    margin: 0 auto -2rem;
    padding: 1rem 0 0;
    color: #000;
    z-index: 1;
    position: relative;
  }
}

@media screen and (min-width: 1200px) {
  .body {
    padding: 4rem 0;
    margin: 0;
    background: url("/static/img/common/common_bg_pc.jpg") top center/cover fixed no-repeat, url("/static/img/common/common_bg_gal.png") left center/auto 100% fixed no-repeat;
    background-blend-mode: color-burn;
  }
}

common-btn {
  display: block;
  width: 90%;
  max-width: 400px;
  margin: 0 auto;
}

.Common-contact {
  padding: 2rem 0 4rem;
}
.Common-contact common-contact {
  display: block;
}

common-header,
common-footer,
common-contact,
common-btn {
  opacity: 1;
  -webkit-transition: 0.3s opacity 0.3s ease;
  transition: 0.3s opacity 0.3s ease;
}
common-header:not(:defined),
common-footer:not(:defined),
common-contact:not(:defined),
common-btn:not(:defined) {
  display: block;
  opacity: 0;
  visibility: hidden;
}

@media screen and (min-width: 1200px) {
  common-header:not(:defined) {
    height: 100vh;
  }
}

common-footer:not(:defined) {
  height: 473px;
}

common-contact:not(:defined) {
  height: 166px;
}

common-btn:not(:defined) {
  height: 44px;
}

common-global-menu:not(:defined) {
  height: 60px;
}

.Beginner-content {
  max-width: 580px;
  overflow-x: hidden;
  padding: 3rem 0 0;
}
.Beginner-content__ttl {
  margin: 1rem auto 2.5rem;
}
.Beginner-content__heading {
  width: 90%;
  margin: 0 auto;
  aspect-ratio: 800/1213;
  background: url("/static/img/beginner/heading.jpg") center/100% auto no-repeat;
  position: relative;
}
.Beginner-content__heading-link {
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 2px #F36A6A33;
          box-shadow: 0 2px 2px #F36A6A33;
  position: absolute;
  bottom: 5%;
  left: 0;
  right: 0;
  margin: auto;
  width: 85%;
  font-size: 0;
  overflow: hidden;
}
.Beginner-content__image {
  width: 100%;
}
.Beginner-content__other {
  margin: 2.5rem auto 0;
  width: 90%;
  font-size: 0;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 2px #F36A6A33;
          box-shadow: 0 2px 2px #F36A6A33;
  overflow: hidden;
}
/*# sourceMappingURL=index-beginner.css.map */