/* Scss Document */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
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;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

ul, ol {
  list-style: none;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

/* change border colour to suit your needs
*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans Japanese", sans-serif;
  line-height: 1.5;
  font-size: 1.6rem;
  background: -webkit-gradient(linear, left top, right top, from(#ee7a2d), to(#f9be2c));
  background: linear-gradient(to right, #ee7a2d 0%, #f9be2c 100%);
}

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

.btn {
  display: block;
  text-align: center;
  color: #303766;
  background: #f9be2c;
  width: 300px;
  padding: 15px 10px;
  margin: 20px auto 15px;
  text-decoration: none;
  font-weight: 600;
  border-radius: 100px;
  font-size: 1.8rem;
}
.btn:hover {
  background: #FFF100;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.main-area {
  background: url(../images/bg_MV@2x.png) no-repeat 50% 50%;
  background-size: 100%;
  height: 100vh;
}
@media screen and (max-width: 1700px) {
  .main-area {
    background-size: 120%;
  }
}
@media screen and (max-width: 1200px) {
  .main-area {
    background-size: 140%;
  }
}
@media screen and (max-width: 1024px) {
  .main-area {
    background-size: 160%;
  }
}
@media screen and (max-width: 800px) {
  .main-area {
    background-size: 180%;
  }
}
@media screen and (max-width: 600px) {
  .main-area {
    background: url(../images/bg_MV@2x.png) no-repeat 55% 50%;
    background-size: 200%;
    height: 50vh;
  }
}

@media screen and (max-width: 600px) {
  h1 {
    font-size: 1.8rem;
  }
    .pc{
        display: none;
    }
}

.lead {
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#2c305f), color-stop(50%, #374c98), to(#4369b2));
  background: linear-gradient(to right, #2c305f 0%, #374c98 50%, #4369b2 100%);
  padding: 5%;
  color: #fff;
}
.lead p {
  margin: 10px auto;
}

.hado {
  background: rgba(255, 255, 255, 0.9);
  padding: 10% 5%;
  color: #303766;
  margin: 6rem auto;
}
@media screen and (max-width: 600px) {
  .hado {
    margin: 0 auto;
  }
	.jr{font-size: 12px;height: 110px; width: 110px;}
}
.hado h2.default {
  text-align: center;
  font-size: 1.8rem;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .hado {
    padding: 4% 5%;
    width: 80%;
    max-width: 1000px;
    margin-bottom: 10rem;
    border-radius: 6px;
  }
}

.youtube {
  idth: 100%;
  aspect-ratio: 16/9;
  margin: 20px auto;
}

.youtube iframe {
  width: 100%;
  height: 100%;
}

footer {
  background: #200b45;
  text-align: center;
  color: #fff;
  padding: 10px 0;
}
/*# sourceMappingURL=style.css.map */