@charset "UTF-8";
html, body {
  width: 100%;
  height: 100%;
  min-height: 700px;
  min-width: 1200px;
}

body {
  font-family: "tbchibirgothicplusk-pro";
  font-size: 16px;
  background-color: #FFF;
  color: #2c1e1a;
  line-height: 1.5;
}

.contact_btn a {
  display: none;
  position: fixed;
  bottom: 0px;
  right: 0;
  height: 150px;
  width: 200px;
  overflow: hidden;
  z-index: 101;
}
.contact_btn a.active {
  display: block;
  opacity: 1;
  animation: fade-in 2s ease;
}
.contact_btn a:hover img:first-child {
  margin-top: -160px;
  vertical-align: middle;
}

.content_wrap {
  position: relative;
  width: 1200px;
  margin: auto;
}

.content {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 700px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transition: all 200ms 0s ease-out;
}

.etc_contents,
.ani_contents,
.uni_contents {
  background-repeat: no-repeat;
  background-attachment: fixed;
  transition: all 200ms 0s ease-out;
  background-position: center center;
}

.logo_area h1 {
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 99;
}

#content_1 {
  background-image: url(../img/bg01.jpg);
}

#content_2 {
  background-image: url(../img/bg02.jpg);
}

#content_2 .catchcopy {
  padding-top: 12%;
  text-align: center;
}
#content_2 .catchcopy h1 {
  font-size: 2.2rem;
  letter-spacing: -2px;
  margin-bottom: 30px;
}
#content_2 .catchcopy p {
  line-height: 1.75;
}

.ani_contents {
  position: relative;
}
.ani_contents .title_area {
  position: fixed;
  top: 50%;
  margin-top: -50px;
  right: 50%;
  margin-right: 150px;
  z-index: 99;
  display: none;
  opacity: 0;
}
.ani_contents .title_area.active {
  display: block;
  opacity: 1;
  animation: fade-in 2s ease;
}
.ani_contents .title_area h1 {
  font-size: 2.2rem;
  margin-bottom: 20px;
}
.ani_contents .title_area h1 img {
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 10px;
}
.ani_contents .title_area p {
  margin-left: 50px;
}
.ani_contents .html5_area {
  position: absolute;
  top: 8%;
  left: 48%;
  z-index: 99;
  display: none;
  opacity: 0;
}
.ani_contents .html5_area.active {
  display: block;
  opacity: 1;
  animation: fade-in 2s ease;
}
.ani_contents .html5_area h2 {
  font-size: 2rem;
  margin-bottom: 20px;
  font-weight: normal;
}
.ani_contents .gif_area {
  position: absolute;
  top: 40%;
  left: 70%;
  z-index: 99;
  display: none;
  opacity: 0;
}
.ani_contents .gif_area.active {
  display: block;
  opacity: 1;
  animation: fade-in 2s ease;
}
.ani_contents .gif_area.active {
  display: block;
  opacity: 1;
  animation: fade-in 2s ease;
}
.ani_contents .gif_area h2 {
  font-size: 2rem;
  margin-bottom: 20px;
  font-weight: normal;
}
.ani_contents .movie_area {
  position: absolute;
  top: 70%;
  left: 43%;
  z-index: 99;
  display: none;
  opacity: 0;
}
.ani_contents .movie_area.active {
  display: block;
  opacity: 1;
  animation: fade-in 2s ease;
}
.ani_contents .movie_area h2 {
  font-size: 2rem;
  margin-bottom: 20px;
  font-weight: normal;
}

.uni_contents {
  position: relative;
}
.uni_contents .unique_area {
  position: absolute;
  top: 27%;
  width: 100%;
  z-index: 99;
  text-align: center;
  display: none;
  opacity: 0;
}
.uni_contents .unique_area.active {
  display: block;
  opacity: 1;
  animation: fade-in 2s ease;
}
.uni_contents .unique_area h1 {
  font-size: 2.2rem;
  margin-bottom: 30px;
}
.uni_contents .unique_area p {
  font-size: 21px;
}
.uni_contents .uni_result_title_area {
  position: absolute;
  bottom: 35%;
  left: 50%;
  margin-left: -490px;
  z-index: 99;
  display: none;
  opacity: 0;
}
.uni_contents .uni_result_title_area.active {
  display: block;
  opacity: 1;
  animation: fade-in 2s ease;
}
.uni_contents .uni_result_title_area h1 {
  font-size: 1.75rem;
}
.uni_contents .uni_result_read_area {
  position: absolute;
  top: 29%;
  left: 60%;
  width: 25%;
  z-index: 99;
  display: none;
  opacity: 0;
}
.uni_contents .uni_result_read_area.active {
  display: block;
  opacity: 1;
  animation: fade-in 2s ease;
}

.etc_contents {
  position: relative;
}
.etc_contents .etc_area {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: 50px;
  margin-top: -200px;
  text-align: center;
  z-index: 99;
  display: none;
  opacity: 0;
}
.etc_contents .etc_area.active {
  display: block;
  opacity: 1;
  animation: fade-in .5s ease;
}
.etc_contents .etc_area h1 {
  font-size: 2.2rem;
  margin-bottom: 30px;
  text-indent: -1em;
  vertical-align: middle;
}
.etc_contents .etc_area h1 span img {
  padding-bottom: 18px;
  margin-right: -4px;
}
.etc_contents .etc_area p {
  font-size: 21px;
}
.etc_contents .etc_result_area {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: 0;
  margin-top: -360px;
  z-index: 99;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 30px 50px 30px 40px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  display: none;
  width: 460px;
  opacity: 0;
}
.etc_contents .etc_result_area.active {
  display: block;
  opacity: 1;
  animation: fade-in .5s ease;
}
.etc_contents .etc_result_area h1 {
  font-size: 2.2rem;
  margin-bottom: 30px;
}
.etc_contents .etc_result_area dl dt {
  font-weight: bold;
}
.etc_contents .etc_result_area dl dt:before {
  content: '・';
}
.etc_contents .etc_result_area dl dd {
  margin-left: 1rem;
  font-size: 0.95rem;
  margin-bottom: 20px;
}

.contact_area {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #DFD7CC;
}
.contact_area .left {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -500px;
  margin-top: -340px;
  z-index: 99;
  width: 400px;
}
.contact_area .left h1 {
  font-size: 2.2rem;
  margin-bottom: 30px;
}
.contact_area .left .tel_area {
  position: relative;
  border: 3px solid #FFF;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 30px;
}
.contact_area .left .tel_area:after {
  position: absolute;
  bottom: -22px;
  left: 203px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 1px;
  border-color: #DFD7CC transparent transparent transparent;
}
.contact_area .left .tel_area:before {
  position: absolute;
  bottom: -30px;
  left: 200px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 1px;
  border-color: #FFF transparent transparent transparent;
}
.contact_area .left .tel_area h2 {
  font-size: 2.5rem;
  color: #cb281d;
}
.contact_area .left .tel_area p {
  font-size: 1rem;
}
.contact_area .left .tel_area strong {
  font-size: 2.2rem;
  color: #cb281d;
}
.contact_area .right {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -500px;
  margin-top: -320px;
  z-index: 99;
  width: 500px;
}
.contact_area .right li {
  list-style-type: none;
  margin-bottom: 20px;
}
.contact_area .right li label {
  display: block;
  margin-bottom: 5px;
}
.contact_area .right li input,
.contact_area .right li textarea {
  font-size: 18px;
  font-family: "tbchibirgothicplusk-pro";
  padding: 5px 10px;
  border-radius: 5px;
  border: none;
  width: 100%;
}
.contact_area .right li textarea {
  height: 5rem;
}
.contact_area .right li span {
  color: #cb281d;
  font-size: 0.95rem;
}
.contact_area .right li .alert {
  display: none;
}
.contact_area .right .check_area {
  text-align: center;
  font-size: 0.95rem;
  margin-bottom: 30px;
}
.contact_area .right .btnSubmit {
  text-align: center;
  margin-bottom: 30px;
}
.contact_area .right .btnSubmit input {
  display: block;
  margin: auto !important;
  border: none;
  border-radius: 30px;
  width: 200px;
  padding: 10px 0 !important;
  background-color: #de473d;
  color: #FFF;
  font-size: 18px;
  cursor: pointer;
  font-family: "tbchibirgothicplusk-pro";
}
.contact_area .right .alert.success {
  display: none;
  text-align: center;
  color: #cb281d;
}

#content_11 {
  background-image: url(../img/bg10.jpg);
}

.corporate_area {
  position: relative;
  width: 100%;
  height: 100%;
}
.corporate_area .left {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -500px;
  margin-top: -350px;
  z-index: 99;
  width: 550px;
}
.corporate_area .left h1 {
  font-size: 2.2rem;
  margin-bottom: 30px;
}
.corporate_area .left table {
  font-size: 16px;
  width: 100%;
}
.corporate_area .left table tr {
  border-bottom: 2px solid #e2e2e2;
}
.corporate_area .left table th,
.corporate_area .left table td {
  padding: 20px 20px;
}
.corporate_area .left table th {
  width: 100px;
  text-align: left;
}
.corporate_area .right {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: 100px;
  margin-top: -250px;
  z-index: 99;
  width: 500px;
}

.footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  background-color: #e9453a;
  padding: 20px 0;
  color: #FFF;
  font-size: 14px;
  text-align: center;
}
.footer .to_top {
  position: absolute;
  right: 30px;
  top: -61px;
}

@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
.loaderBg {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: white;
  z-index: 10000;
}

.loader {
  color: #008C8C;
  font-size: 20px;
  margin: 100px auto;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load4 1.3s infinite linear;
  animation: load4 1.3s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -75px;
}

/*# sourceMappingURL=index.css.map */
