html {
  color: #000;
  background: #FFF;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, xmp {
  margin: 0;
  padding: 0;
}

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

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-size: 100%;
}

legend {
  color: #000;
}

#yui3-css-stamp.cssreset {
  display: none;
}

input, select, textarea, button {
  outline: none;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}
/*# sourceMappingURL=style.css.map */
body {
  line-height:1;
  background-color: #3FBDE0;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
  
.header_pc {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.h1 {
    width: 45vw;
    margin: 0 auto;
    padding-bottom: 70px;
    z-index: 100;
}
.h1 img {
  width: 100%;
}
.yellow_line {
  position: absolute;
  bottom: 30px;
  width: 100%;
  height: 65px;
  background-color:#FFEC00;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 96;
}
.img_yl {
  width: 55vw;
}
.img_yl img {
  width: 100%;
}
.sankaku {
  width: 60px;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 95;
}
.sankaku img {
  width: 100%;
}
.otoko {
  position: absolute;
  bottom: 80px;
  left: 6vw;
  width: 20vw;
  z-index: 94;
}
.otoko img {
  width: 100%;
}
.onna {
  position: absolute;
  bottom: 80px;
  right: 6vw;
  width: 20vw;
  z-index: 93;
}
.onna img {
  width: 100%;
}
.btn1_miya {
  display: block;
  width: 120px;
  position: fixed;
  bottom: 100px;
  right: 330px;
  transition-duration: .4s;
  z-index: 100;
}
.btn1_miya:hover {
  transform: scale(1.1);
}
.btn1_miya img {
  width: 100%;
}
.btn2_miyakono {
  display: block;
  width: 120px;
  position: fixed;
  bottom: 100px;
  right: 200px;
  filter: brightness(70%);
  z-index: 101;
  /*transition-duration: .4s;*/
}
.btn2_miyakono:hover {
  /*transform: scale(1.1);*/
}
.btn2_miyakono img {
  width: 100%;
}
.btn3_nobe {
  display: block;
  width: 120px;
  position: fixed;
  bottom: 100px;
  right: 70px;
  z-index: 102;
  filter: brightness(70%);
  /*transition-duration: .4s;*/
}
.btn3_nobe:hover {
  /*transform: scale(1.1);*/
}
.btn3_nobe img {
  width: 100%;
}
.nav_header {
  display: none;
}
.sec1 {
  width: 100%;
}
.wrapper {
  max-width: 800px;
  margin: 0 auto;
}
.pc_content {
  width: 100%;
}
.pc_content img {
  width: 100%;
}
.sp_content {
  display: none;
}
.wrapper2 {
  max-width: 700px;
  margin: 0 auto;
}
.btn {
  width: 100%;
  margin-bottom: 20px;
  display: block;
}
.btn:hover {
  opacity: 0.7;
}
.btn img {
  width: 100%;
}
.btn2 {
  width: 100%;
  margin-bottom: 20px;
  display: block;
  filter: brightness(70%);
}
.btn2 img {
  width: 100%;
}
.btn3 {
  width: 100%;
  margin-bottom: 20px;
  display: block;
  filter: brightness(70%);
}
.btn3 img {
  width: 100%;
}
.fuki {
  width: 100%;
  padding-top: 20px;
}
.fuki img {
  width: 100%;
}
.sec2 {
  width: 100%;
  padding: 50px 0;
  background-color: #FFF;
}
.pc_toi {
  width: 100%;
}
.pc_toi img {
  width: 100%;
}
.sp_toi {
  display: none;
}
.footer {
  width: 100%;
  padding: 50px 0;
  background-color: #AADDF8;
}
.syusai {
  width: 100%;
}
.syusai img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
.header_pc {
  padding-bottom: 8vh;
}
.nav_header {
  display: block;
  height: 8vh;
  width: 100%;
  position: fixed;
  bottom: 0;
  border: 1px solid #333;
  background-color: #FFEC00;
}
.list_nav_header {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 8vh;
  width: 100%;
}
li {
  width: 33%;
  height: 8vh;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: brightness(70%);
}
li:first-child {
  border-right: 1px solid #333;
  filter: brightness(0%);
}
li:last-child {
  border-left: 1px solid #333;
}
.menu {
  display: block;
  height: 95%;
}
.menu img {
  height: 100%;
}
.h1 {
    width: 60vw;
}
.yellow_line {
  position: absolute;
  bottom: calc(8vh + 30px);
}
.img_yl {
  width: 60vw;
}
.sankaku {
  bottom: 8vh;
}
.otoko {
  bottom: calc(8vh + 80px);
  left: 10vw;
}
.onna {
  bottom: calc(8vh + 80px);
  right: 10vw;
}
.btn1_miya {
  display: none;
}
.btn2_miyakono {
  display: none;
}
.btn3_nobe {
  display: none;
}
.sec1 {
  padding-bottom: 8vh;
}
.wrapper {
  margin: -8vh auto;
}
.footer {
  padding-bottom: 13vh;
}
}
@media screen and (max-width: 820px) {
.img_yl {
  width: 80vw;
}
.sec1 {
  padding: 0 5% 8vh 5%;
}
.pc_content {
  display: none;
}
.sp_content {
  display: block;
  width: 100%;
}
.sp_content img {
  width: 100%;
}
.sec2 {
  padding: 50px 5%;
}
.footer {
  padding: 50px 5% 13vh;
}
}

