@charset "utf-8";
/* CSS Document */
/*----------------------
	デフォルトスタイル
-----------------------*/
body, p, h1, h2, h3, h4, h5, h6, span, small, strong, div, ul, li, dl, dd, figure, img, header, footer, nav, section {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
}
body {
  font-family: 'Noto Sans JP', sans-serif;
}
li {
  list-style: none;
}
img {
  vertical-align: bottom;
}
div {
  vertical-align: bottom;
}
.wrapper {}
.top {
    background-image: url(../img/01bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
	height: auto; /* 自動で縦横比を維持 */
}
@media only screen and (max-width: 750px) {
.top {
    background-image: url(../img/01bgsm.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    /* [disabled]background-attachment: fixed; */
    /* [disabled]background-size: cover; */
	height: auto; /* 自動で縦横比を維持 */
}	
}
.top2 {
    background-image: url(../img/02bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
}
.top3 {
    background-image: url(../img/03bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
}
.top4 {
    background-image: url(../img/04bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
}
.top5 {
    background-image: url(../img/05bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
}
.top6 {
    background-image: url(../img/06bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
}
.top7 {
    background-image: url(../img/07bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
}
.top8 {
    background-image: url(../img/08bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.contents {
    padding: 0px;
    width: 750px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}
.contents p {
  /* [disabled]padding: 0 10px; */
  line-height: 2em;
}
@media only screen and (max-width: 750px) {
.contents {
    padding: 0px;
    width: 100%;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}
.contents p {
  /* [disabled]padding: 0 10px; */
  line-height: 1.5em;
}
}

.text {
  width: 95%;
  margin: 0 auto;
}
.text p {
  font-size: 150%;
}
@media only screen and (max-width: 750px) {
.text2 {
	font-size: 80%;
	line-height: 150%;
	padding-left: 1em;
	padding-right: 1em;
}
}

a:hover img.overwhite {
  cursor: pointer;
  filter: alpha(opacity=60); /* ie lt 8 */
  -ms-filter: "alpha(opacity=60)"; /* ie 8 */
  -moz-opacity: 0.6; /* FF lt 1.5, Netscape */
  -khtml-opacity: 0.6; /* Safari 1.x */
  opacity: 0.6;
  zoom: 1;
}
.movie-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  /* [disabled]border: 10px solid #FFF; */
  margin-left: auto;
}
.movie-wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.form {
    background-image: url(../img/08bg.jpg);
    background-position: center top; /* 画像を常に天地左右の中央に配置 */
    background-repeat: no-repeat;
    background-attachment: fixed; /* 背景画像の位置を固定し、スクロールしても動かないようにする */
    background-size: cover; /*縦横比を保持したまま、背景領域を覆う最小サイズになるように画像を拡大縮小する */
}
form {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
@media only screen and (max-width: 750px) {
  form {
    width: 90%;
    margin: 0 auto;
  }
}
.formbg {
  background-image: url(../img/formbg.jpg);
  background-position: center top; /* 画像を常に天地左右の中央に配置 */
  background-repeat: repeat-x;
  /* [disabled]background-attachment: fixed; */ /* 背景画像の位置を固定し、スクロールしても動かないようにする */
  /* [disabled]background-size: cover; */ /*縦横比を保持したまま、背景領域を覆う最小サイズになるように画像を拡大縮小する */
}
.f_t {
  border: 1px solid #000;
  padding: 10px;
  width: 680px;
  margin: 0 auto;
  font-size: 20px;
}
.f_t2 {
    border: 1px solid #000;
    padding: 10px;
    width: 500px;
    /* [disabled]margin-top: 1em; */
    margin-right: auto;
    margin-left: 115px;
    margin-bottom: 20px;
    font-size: 20px;
    text-align: center;
}
@media only screen and (max-width: 750px) {
  .f_t {
    border: 1px solid #000;
    padding: 5%;
    width: 90%;
    margin: 0 auto;
    font-size: 20px;
  }
  .f_t2 {
    border: 1px solid #000;
    padding: 5%;
    width: 90%;
    /* [disabled]margin-top: 1em; */
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 1em;
    font-size: 20px;
  }
}
.btn {
    /* [disabled]margin-top: 20px; */
    margin-right: auto;
    margin-left: auto;
    /* [disabled]margin-bottom: 20px; */
    /* [disabled]width: 60%; */
}
@media only screen and (max-width: 750px) {
.btn {
    /* [disabled]margin-top: 20px; */
    margin-right: auto;
    margin-left: auto;
    /* [disabled]margin-bottom: 20px; */
    width: 90%;
}
}

.puru {
  animation-duration: 1.4s;
  animation-name: purupuru;
  animation-iteration-count: infinite;
}
@keyframes purupuru {
  0% {
    transform: translateX(0)
  }
  7% {
    transform: translateX(-10px)
  }
  14% {
    transform: translateX(10px)
  }
  20% {
    transform: translateX(-10px)
  }
  32% {
    transform: translateX(10px)
  }
  40% {
    transform: translateX(0px)
  }
}
.ft01 {
    background-color: #FFE74B;
    font-weight: bold;
    color: #000;
}
.ft02 {
  font-weight: bold;
  color: #FF292C;
}
.ft03 {
  font-weight: bold;
  text-decoration: underline;
}
.pc {
	display: block;
}
@media only screen and (max-width: 750px) {
  .pc {
    display: none;
  }
}
.sp {
	display: none;
}
@media only screen and (max-width: 750px) {
  .sp {
    display: block;
  }
}
