@charset "UTF-8";
*, *:before, *:after {
  box-sizing: border-box; }

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

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

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

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

button, input, optgroup, select, textarea {
  margin: 0; }

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  display: inline-block;
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
          appearance: button;
  font: inherit; }

summary {
  display: list-item; }

canvas, time {
  display: inline-block; }

[hidden] {
  display: none; }

html {
  font-size: calc(0.75em + 0.5vw);
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  letter-spacing: 0.1rem; }

body {
  width: 100%;
  color: #000;
  font-family: '小塚ゴシック Pro','Kozuka Gothic Pro',sans-serif;
  line-height: 1.5;
  text-align: center;
  margin: 0; }

img {
  border-style: none;
  vertical-align: bottom; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
          text-decoration-skip: objects;
  color: #000;
  text-decoration: none;
  transition: 0.5s cubic-bezier(0.4, 0, 0.5, 1); }
  a:hover {
    opacity: 0.7;
    transition: 0.3s cubic-bezier(0.4, 0, 0.5, 1);
    text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  margin: 0; }

ul, ol, li, table, p, img {
  margin: 0; }

p {
  line-height: 1.7; }

p, dt, dd, th, td, li, input, textarea, select {
  font-size: 1rem; }

.frame {
  width: 100%;
  padding-left: 1rem !important;
  padding-right: 1rem !important; }

img{
  max-width: 100%;
}

#section3{
  background-color: #ffe7e0;
  padding: 5rem 1rem;
  position: relative;
}
#section3 .titleSection{
  width: 100%;
  position: absolute;
  top: -4rem;
  left: 0;
}
#section3 .titleSection img{
  width: 232px;
}
#section3 .txt{
  padding: 2rem 3rem 15rem;
  background-color: #fff;
  text-align: left;
  line-height: 2;
}
#section3 .youtube{
  position: relative;
  width: 94%;
  margin: auto;
  padding-top: 56.25%;
}
#section3 .youtube iframe{
  position: absolute;
  top: -2rem;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 1rem 0 rgba(0,0,0,.3);
}
#section3 .movie{
  position: relative;
}
#section3 .movie1{
  margin-bottom: 11rem;
}
#section3 .movie .title{
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
#section3 .movie1 .title{
  width: 120px;
  top: -13rem;
}
#section3 .movie2 .title{
  width: 144px;
  top: -10rem;
}
@media screen and (min-width: 768px) {
  .frame {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #section3{
    padding-top: 8rem;
  }
  #section3 .titleSection{
    top: -111px;
  }
  #section3 .txt{
    padding: 4rem 6rem 9rem;
    font-size: 16px;
  }
  #section3 .txt{
    width: 900px;
    margin: 0 auto;
  }
  #section3 .movie{
    width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  #section3 .youtube{
    width: 100%;
  }
  #section3 .youtube iframe{
    top: -6rem;
  }
  #section3 .titleSection img,
  #section3 .movie .title{
    width: auto;
    top: -8rem;
    left: auto;
    right: auto;
  }
  #section3 .movie1{
    margin-bottom: 6rem;
  }
  #section3 .movie1 .title{
    left: -6rem;
  }
  #section3 .movie2 .title{
    right: -6rem;
  }
}
