@charset "UTF-8";
/* CSS Document */
main {
  background: linear-gradient(90deg, #fff 15%, #fff 50%, #fff 85%);
  max-width: 780px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  position: relative;
  left: 50%;
  margin-left: -390px;
}
.section-button_fix {
  z-index: 999;
  position: fixed;
  width: 100%;
  padding: 0;
  max-width: 780px;
  margin: 0 auto;
  bottom: 20px;
}
.section-button_fix a img {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px 0;
  display: block;
}
.hidden {
 animation: fade .2s ease-in-out forwards;
 pointer-events: none;
}

@keyframes fade {
 from {
  opacity: 1;
 }

 to {
  opacity: 0;
 }
}

.visible {
 animation: fadeOut .2s ease-in-out forwards;
 pointer-events:all;
}

@keyframes fadeOut {
 from {
  opacity: 0;
 }

 to {
  opacity: 1;
 }
}
.section-top {
  margin: 60px auto 0;
  width: 100%;
  max-width: 780px;
}
.section-top img {
  width: 100%;
	vertical-align:top;
}

.section-dis1 {
  margin: 0 auto 0;
  width: 100%;
  max-width: 780px;
}
.section-dis1 img {
  width: 100%;
	vertical-align:top;
}
.section-dis2 {
  margin: 0 auto 0;
  width: 100%;
  max-width: 780px;
}
.section-dis2 img {
  width: 100%;
	vertical-align:top;
}
.section-dis3 {
  margin: 0 auto 0;
  width: 100%;
  max-width: 780px;
}
.section-dis3 img {
  width: 100%;
	vertical-align:top;
}
.section-dis4 {
  margin: 0 auto 0;
  width: 100%;
  max-width: 780px;
}
.section-dis4 img {
  width: 100%;
	vertical-align:top;
}
.section-dis5 {
  margin: 0 auto 0;
  width: 100%;
  max-width: 780px;
}
.section-dis5 img {
  width: 100%;
	vertical-align:top;
}
.section-dis6 {
  margin: 0 auto 0;
  width: 100%;
  max-width: 780px;
}
.section-dis6 img {
  width: 100%;
	vertical-align:top;
}
.section-dis7 {
  margin: 0 auto 0;
  width: 100%;
  max-width: 780px;
}
.section-dis7 img {
  width: 100%;
	vertical-align:top;
}
.section-dis8 {
  margin: 0 auto 0;
  width: 100%;
  max-width: 780px;
}
.section-dis8 img {
  width: 100%;
	vertical-align:top;
}
.section-top2 {
  margin: 0 auto 0;
  width: 100%;
  max-width: 780px;
}
.section-top2 img {
  width: 100%;
	vertical-align:top;
}
.section-dism1 {
  margin: 0 auto 0;
  width: 100%;
  max-width: 780px;
  position: relative;
}
.section-dism1_main {
  width: 100%;
	vertical-align:top;
  position: relative;
  z-index: 1;
}
.section-dism1_button {
  width: 82.05128205%;
    position: absolute;
    right: 8.974358975%;
    bottom: 4%;
    height: auto;
  z-index: 10;
}
.section-dism1_button img {
  width: 100%;
	vertical-align:top;
}
.section-dism2 {
  margin: 0 auto 0;
  width: 100%;
  max-width: 780px;
  position: relative;
}
.section-dism2_main {
  width: 100%;
	vertical-align:top;
  position: relative;
  z-index: 1;
}
.section-dism2_button {
  width: 82.05128205%;
    position: absolute;
    right: 8.974358975%;
    bottom: 7.4%;
    height: auto;
  z-index: 10;
}
.section-dism2_button img {
  width: 100%;
	vertical-align:top;
}
.section-dism3 {
  margin: 0 auto 0;
  width: 100%;
  max-width: 780px;
}
.section-dism3 img {
  width: 100%;
	vertical-align:top;
}
.section-dism4 {
  margin: 0 auto 0;
  width: 100%;
  max-width: 780px;
}
.section-dism4 img {
  width: 100%;
	vertical-align:top;
}
.section-dism5 {
  margin: 0 auto 0;
  width: 100%;
  max-width: 780px;
}
.section-dism5 img {
  width: 100%;
	vertical-align:top;
}
.section-dism6 {
  margin: 0 auto 0;
  width: 100%;
  max-width: 780px;
  position: relative;
}
.section-dism6_main {
  width: 100%;
	vertical-align:top;
  position: relative;
  z-index: 1;
}
.section-dism6_button {
  width: 84%;
  position: absolute;
  right: 8%;
  bottom: 13.5%;
  height: auto;
  z-index: 10;
}
.section-dism6_button img {
  width: 100%;
	vertical-align:top;
}


@media(max-width: 780px){
  main {
  left: 0%;
  margin-left: auto;
  }
}