@charset "UTF-8";
* {
  box-sizing: border-box;
  min-height: 0vw;
  white-space: nowrap;
}

html {
  overflow-y: scroll;
  touch-action: manipulation;
  box-sizing: border-box;
  height: 100%;
}

body {
  font-style: normal;
  background: #fff;
  color: #595757;
  font-family: Noto Serif JP, sans-serif;
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
  height: auto;
  margin: 0;
  overflow-x: hidden;
  font-feature-settings: "palt" 1;
  font-size: 16px;
  background-color: #f7f7f5;
}
body a,
body a:visited,
body a:hover,
body a:active {
  color: inherit;
  text-decoration: none;
}
body .container {
  width: 100vw;
}
body h1 {
  font-family: Noto Serif JP, sans-serif;
  font-size: clamp(20px, 2vw, 32px);
  color: #595757;
  font-weight: 500;
  font-feature-settings: "palt" 1;
  margin: 0;
  white-space: initial;
  padding: 0;
}
body h2 {
  font-family: Noto Serif JP, sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
  white-space: initial;
  font-size: clamp(19px, 1.8vw, 32px);
  color: #595757;
}
body h3 {
  font-size: clamp(18px, 1.67vw, 32px);
  font-family: Noto Serif JP, sans-serif;
  color: #000000;
  font-weight: 300;
  font-feature-settings: "palt" 1;
  white-space: initial;
  color: #595757;
}
body ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: Noto Serif JP, sans-serif;
  font-feature-settings: "palt" 1;
}
body li {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: Noto Serif JP, sans-serif;
  font-feature-settings: "palt" 1;
}
body p {
  font-family: Noto Serif JP, sans-serif;
  font-size: 16px;
  line-height: normal;
  color: #595757;
  white-space: initial;
  font-weight: 300;
}

footer {
  height: 200px;
  background-color: #a5a8b2;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .top_footer_logo {
  width: 162px;
}
@media screen and (max-width: 1020px) {
  footer .top_footer_logo {
    width: 120px;
  }
}
@media screen and (max-width: 768px) {
  footer .top_footer_logo {
    width: 100px;
  }
}

header {
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
}
header .top_logo {
  width: 280px;
}
@media screen and (max-width: 1020px) {
  header .top_logo {
    width: 200px;
  }
}

.menu_btn {
  position: relative;
  background: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  width: 34px;
  height: 21px;
  transition: all 1s;
  position: fixed;
  right: 20px;
  top: 55px;
  z-index: 99;
}

.menu_btn span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #222;
  transition: all 0.4s;
}

.menu_btn span:nth-of-type(1) {
  top: 0;
}

.menu_btn span:nth-of-type(2) {
  top: 10px;
}

.menu_btn span:nth-of-type(3) {
  bottom: 0;
}

.menu_btn::after {
  content: "MENU";
  font-size: 11px;
  position: absolute;
  bottom: -20px;
}

.menu_btn.active::after {
  content: "CLOSE";
  left: -2px;
}

.menu_btn.active span:nth-of-type(1) {
  transform: translateY(10px) rotate(45deg);
}

.menu_btn.active span:nth-of-type(2) {
  opacity: 0;
}

.menu_btn.active span:nth-of-type(3) {
  transform: translateY(-9px) rotate(-45deg);
}

.menu_content {
  position: fixed;
  background-color: #fff;
  top: 0;
  right: 0;
  width: 60%;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  z-index: 1;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
}

.menu_content.visible {
  opacity: 1;
  visibility: visible;
}

.menu_content ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 100px;
}

.menu_content ul li {
  padding: 12px 16px;
  border-bottom: 1px solid #ddd;
}

.menu_content ul li:last-child {
  border-bottom: none;
}

.menu_content ul li a {
  text-decoration: none;
  color: #333;
  display: block;
  height: 2em;
  text-align: center;
  line-height: 2em;
}

.fade {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.5s, transform 1.5s;
}

.fade.active {
  opacity: 1;
  transform: translateY(0px);
}

@media screen and (max-width: 768px) {
  .hidd {
    display: none;
  }
}

.app {
  display: none;
}
@media screen and (max-width: 768px) {
  .app {
    display: inline;
  }
}

@media screen and (max-width: 768px) {
  p {
    text-align: left;
  }
}

.top_main {
  position: relative;
  margin-bottom: 5vw;
}
.top_main .top_main_img {
  padding-left: 10%;
  width: 100%;
}
@media screen and (max-width: 1020px) {
  .top_main .top_main_img {
    height: 50vh;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 60% 50%;
       object-position: 60% 50%;
  }
}
@media screen and (max-width: 768px) {
  .top_main .top_main_img {
    padding-left: 0;
    height: 60vh;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 42% 50%;
       object-position: 42% 50%;
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 480px) {
  .top_main .top_main_img {
    height: 70vh;
    margin-bottom: 160px;
  }
}
.top_main .top_main_logo {
  position: absolute;
  z-index: 2;
  width: 300px;
  top: 50%;
  left: 53%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media screen and (max-width: 1200px) {
  .top_main .top_main_logo {
    width: 200px;
  }
}
@media screen and (max-width: 1020px) {
  .top_main .top_main_logo {
    top: 55%;
    width: 150px;
  }
}
@media screen and (max-width: 768px) {
  .top_main .top_main_logo {
    left: 50%;
    top: 42%;
    width: 150px;
  }
}

.side_nav {
  writing-mode: vertical-rl;
  display: flex;
  width: 10%;
  position: fixed;
  font-size: 20px;
  text-align: center;
  align-items: center;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  .side_nav {
    display: none;
  }
}
.side_nav li {
  display: inline;
  margin-bottom: 2vw;
}

.top_sub {
  margin-bottom: 5vw;
}
.top_sub_wrapper {
  width: 60vw;
  margin: 0 auto;
}
@media screen and (max-width: 1020px) {
  .top_sub_wrapper {
    margin: 0;
    margin-left: auto;
    margin-right: 3vw;
    width: 78%;
  }
}
@media screen and (max-width: 768px) {
  .top_sub_wrapper {
    margin-left: 0;
    margin-right: 0;
    margin: 0 auto;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .top_sub_wrapper {
    width: 100%;
  }
}

.top_sub_box {
  margin-bottom: 8vw;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .top_sub_box {
    margin-bottom: 0;
    width: 100%;
  }
}
.top_sub_box .top_sub_main {
  text-align: center;
  border-left: 10px solid #bfc0c0;
  padding-left: 30px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1020px) {
  .top_sub_box .top_sub_main {
    padding-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .top_sub_box .top_sub_main {
    border-left: none;
    padding-left: 0px;
    margin-bottom: 200px;
  }
}
@media screen and (max-width: 768px) {
  .top_sub_box .under_box {
    margin-bottom: 75px;
  }
}
.top_sub_box .top_sub_main_img {
  width: 678px;
}
@media screen and (max-width: 768px) {
  .top_sub_box .top_sub_main_img {
    width: 100%;
  }
}
.top_sub_box .top_sub_nav_num {
  position: absolute;
  left: -145px;
  top: 0;
  width: 120px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1200px) {
  .top_sub_box .top_sub_nav_num {
    width: 90px;
    left: -110px;
  }
}
@media screen and (max-width: 768px) {
  .top_sub_box .top_sub_nav_num {
    display: none;
  }
}
.top_sub_box .top_sub_nav_text {
  position: absolute;
  width: 34px;
  left: -70px;
  bottom: 0;
}
@media screen and (max-width: 1200px) {
  .top_sub_box .top_sub_nav_text {
    width: 25px;
    left: -50px;
  }
}
@media screen and (max-width: 768px) {
  .top_sub_box .top_sub_nav_text {
    width: 40px;
    top: -5%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
    -ms-transform: translate(-50%, -50%) rotate(-90deg);
  }
}
.top_sub_box h1 {
  margin-bottom: 3vw;
}
@media screen and (max-width: 768px) {
  .top_sub_box h1 {
    font-size: 22px;
    margin-top: 2vw;
    margin-bottom: 5vw;
  }
}
.top_sub_box h2 {
  margin-bottom: 2vw;
}
@media screen and (max-width: 768px) {
  .top_sub_box h2 {
    font-size: 20px;
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 768px) {
  .top_sub_box .eng {
    font-size: 25px;
    letter-spacing: 3px;
    margin-top: 20px;
  }
}
.top_sub_box h3 {
  margin-bottom: 2vw;
}
@media screen and (max-width: 768px) {
  .top_sub_box h3 {
    font-size: 19px;
  }
}
.top_sub_box .mini_text {
  font-size: 15px;
}
.top_sub_box p {
  font-size: 18px;
  margin-bottom: 2vw;
  line-height: 2.5em;
}
@media screen and (max-width: 768px) {
  .top_sub_box p {
    font-size: 16px;
    padding-left: 7%;
    padding-right: 7%;
    line-height: 2em;
  }
}

.top_nav {
  margin-bottom: 5vw;
}
.top_nav .top_nav_wrapper {
  width: 75%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: solid 10px #bfc0c0;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.top_nav .top_nav_wrapper img {
  width: 340px;
  margin-bottom: 20px;
}

.top_info {
  margin-bottom: 10vw;
}
@media screen and (max-width: 1200px) {
  .top_info {
    margin-bottom: 15vw;
  }
}
@media screen and (max-width: 768px) {
  .top_info {
    margin-bottom: 20vw;
  }
}
.top_info_wrapper {
  width: 1200px;
  display: flex;
  flex-direction: column; /* 追加: 子要素を縦方向に整列 */
  align-items: center; /* 追加: 子要素を中央揃え */
  margin: 0 auto;
  text-align: center; /* 追加: テキストコンテンツを中央揃え */
}
@media screen and (max-width: 1200px) {
  .top_info_wrapper {
    width: 85%;
  }
}
@media screen and (max-width: 768px) {
  .top_info_wrapper {
    width: 95%;
  }
}
.top_info h2 {
  font-size: 45px;
  margin-bottom: 4vw;
}
@media screen and (max-width: 1200px) {
  .top_info h2 {
    font-size: 34px;
    margin-bottom: 8vw;
  }
}
@media screen and (max-width: 768px) {
  .top_info h2 {
    margin-bottom: 10vw;
    font-size: 35px;
  }
}
.top_info .top_info_box {
  display: flex;
  width: 100%;
  margin: 0 auto; /* 水平方向の中央揃え */
  justify-content: space-between;
}
@media screen and (max-width: 1020px) {
  .top_info .top_info_box {
    flex-direction: column; /* 追加: 子要素を縦方向に整列 */
    align-items: center; /* 追加: 子要素を中央揃え */
    margin: 0 auto;
    text-align: center; /* 追加: テキストコンテンツを中央揃え */
  }
}
.top_info .top_info_box_left {
  background-color: white;
  padding: 20px;
  width: 50%;
  flex-direction: column;
  display: flex;
  align-items: center;
  text-align: left;
}
@media screen and (max-width: 1020px) {
  .top_info .top_info_box_left {
    height: 450px;
    width: 90%;
    padding: 40px;
  }
}
@media screen and (max-width: 768px) {
  .top_info .top_info_box_left {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .top_info .top_info_box_left {
    padding: 30px 10px;
    width: 100%;
  }
}
.top_info .top_info_box_right {
  width: 50%;
}
.top_info .top_info_box_right iframe {
  filter: grayscale(0.9);
}
@media screen and (max-width: 1020px) {
  .top_info .top_info_box_right {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .top_info .top_info_box_right {
    width: 100%;
  }
}
.top_info img {
  width: 280px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1020px) {
  .top_info img {
    width: 200px;
  }
}
.top_info tr {
  padding: 5px;
  font-size: 18px;
  margin-bottom: 30px;
}
.top_info table {
  width: 90%;
}
.top_info .table_right {
  padding-left: 20px;
  font-family: Noto Serif JP, sans-serif;
  padding-top: 5px;
  padding-bottom: 5px;
}
.top_info .table_left {
  padding-left: 20px;
  font-family: Noto Serif JP, sans-serif;
  font-weight: bold;
}

html {
  scroll-behavior: smooth;
}

.about_main {
  position: relative;
  margin-bottom: 5vw;
}
.about_main .about_main_img {
  padding-left: 10%;
  width: 100%;
}
@media screen and (max-width: 1020px) {
  .about_main .about_main_img {
    height: 50vh;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 60% 50%;
       object-position: 60% 50%;
  }
}
@media screen and (max-width: 768px) {
  .about_main .about_main_img {
    padding-left: 0;
    height: 60vh;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 60% 50%;
       object-position: 60% 50%;
  }
}
@media screen and (max-width: 768px) {
  .about_main .about_main_img {
    height: 70vh;
    margin-bottom: 60px;
  }
}
.about_main .about_main_logo {
  position: absolute;
  z-index: 2;
  width: 300px;
  top: 50%;
  left: 53%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media screen and (max-width: 1200px) {
  .about_main .about_main_logo {
    width: 200px;
  }
}
@media screen and (max-width: 1020px) {
  .about_main .about_main_logo {
    top: 55%;
    width: 150px;
  }
}
@media screen and (max-width: 768px) {
  .about_main .about_main_logo {
    top: 45%;
    top: 50%;
    width: 150px;
  }
}

.about_sub {
  margin-bottom: 5vw;
}
@media screen and (max-width: 768px) {
  .about_sub {
    margin-bottom: 150px;
  }
}
.about_sub_wrapper {
  width: 60%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .about_sub_wrapper {
    width: 100%;
  }
}
.about_sub_wrapper h1 {
  font-size: 30px;
  white-space: initial;
}
@media screen and (max-width: 768px) {
  .about_sub_wrapper h1 {
    font-size: 22px;
  }
}
.about_sub_wrapper p {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .about_sub_wrapper p {
    font-size: 18px;
    padding-left: 5%;
    padding-right: 5%;
  }
}

.about_nagare {
  margin-bottom: 5vw;
}
@media screen and (max-width: 768px) {
  .about_nagare {
    margin-bottom: 150px;
  }
}
.about_nagare_wrapper {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
.about_nagare_wrapper .about_nagare_pc {
  width: 100%;
  max-width: 950px;
}
@media screen and (max-width: 768px) {
  .about_nagare_wrapper .about_nagare_pc {
    display: none;
  }
}
.about_nagare_wrapper .about_nagare_sp {
  width: 100%;
  display: none;
}
@media screen and (max-width: 768px) {
  .about_nagare_wrapper .about_nagare_sp {
    display: inline;
    width: 80%;
  }
}
@media screen and (max-width: 480px) {
  .about_nagare_wrapper .about_nagare_sp {
    display: inline;
    width: 95%;
  }
}

.about_method {
  margin-bottom: 10vw;
}
@media screen and (max-width: 768px) {
  .about_method {
    margin-bottom: 80px;
  }
}
.about_method_wrapper {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .about_method_wrapper {
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 480px) {
  .about_method_wrapper {
    width: 80%;
  }
}
.about_method_wrapper .about_pc {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .about_method_wrapper .about_pc {
    display: none;
  }
}
.about_method_wrapper .about_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .about_method_wrapper .about_sp {
    display: inherit;
  }
}
@media screen and (max-width: 768px) {
  .about_method_wrapper .about_sp {
    display: inherit;
  }
}
.about_method_wrapper .title {
  width: 90%;
  margin-bottom: 15vw;
}
.about_method_wrapper .text {
  margin-bottom: 5vw;
}
@media screen and (max-width: 480px) {
  .about_method_wrapper .text {
    margin-bottom: 8vw;
  }
}
.about_method_wrapper .method {
  width: 80%;
  margin-bottom: 5vw;
}
@media screen and (max-width: 768px) {
  .about_method_wrapper .method {
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 480px) {
  .about_method_wrapper .method {
    width: 85%;
  }
}

.about_more {
  margin-bottom: 5vw;
}
@media screen and (max-width: 768px) {
  .about_more {
    margin-bottom: 150px;
  }
}
.about_more_wrapper {
  width: 50%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
}
@media screen and (max-width: 1020px) {
  .about_more_wrapper {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .about_more_wrapper {
    width: 85%;
  }
}
@media screen and (max-width: 480px) {
  .about_more_wrapper {
    width: 100%;
  }
}
.about_more .about_more_title {
  width: 270px;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .about_more .about_more_title {
    width: 200px;
  }
}
.about_more .about_more_box {
  width: 100%;
}
.about_more .about_more_box iframe {
  width: 100%;
}
.about_more .about_more_box img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .about_more .about_more_box p {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.about_price {
  margin-bottom: 10vw;
}
@media screen and (max-width: 768px) {
  .about_price {
    margin-bottom: 150px;
  }
}
.about_price_wrapper {
  margin: 0 auto;
  width: 60%;
}
@media screen and (max-width: 768px) {
  .about_price_wrapper {
    width: 90%;
  }
}
.about_price_wrapper img {
  width: 100%;
}

.contact_main {
  position: relative;
  margin-bottom: 5vw;
}
.contact_main .top_main_img {
  width: 100%;
}
@media screen and (max-width: 1020px) {
  .contact_main .top_main_img {
    height: 50vh;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 60% 50%;
       object-position: 60% 50%;
  }
}
@media screen and (max-width: 768px) {
  .contact_main .top_main_img {
    padding-left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 80% 50%;
       object-position: 80% 50%;
  }
}
@media screen and (max-width: 480px) {
  .contact_main .top_main_img {
    margin-bottom: 50px;
  }
}
.contact_main .top_main_logo {
  position: absolute;
  z-index: 2;
  width: 300px;
  top: 50%;
  left: 53%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media screen and (max-width: 1200px) {
  .contact_main .top_main_logo {
    width: 200px;
  }
}
@media screen and (max-width: 1020px) {
  .contact_main .top_main_logo {
    top: 55%;
    width: 150px;
  }
}
@media screen and (max-width: 768px) {
  .contact_main .top_main_logo {
    top: 42%;
    width: 150px;
  }
}

.contact_message {
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  .contact_message {
    margin-bottom: 50px;
  }
}

table.CF7_table {
  width: 60%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  table.CF7_table {
    width: 80%;
  }
}
@media screen and (max-width: 480px) {
  table.CF7_table {
    width: 95%;
  }
}

.CF7_table td {
  width: 100%;
}

.wpcf7-text {
  width: 100%;
  height: 30px;
}

.wpcf7-textarea {
  width: 100%;
}

table.CF7_table tr {
  border-top: 1px solid #e5e5e5;
}

.single .entry-content table.CF7_table,
.page .entry-content table.CF7_table {
  display: table;
}

.CF7_table input,
.CF7_table textarea {
  border: 1px solid #d8d8d8;
}

.CF7_table ::-moz-placeholder {
  color: #797979;
}

.CF7_table ::placeholder {
  color: #797979;
}

.CF7_req {
  font-size: 12px;
  padding: 2px 3px;
  background: #ee7a1c;
  color: #fff;
  border-radius: 3px;
  margin-right: 1em;
}

.CF7_table th {
  width: 30%; /*横幅*/
  text-align: left;
}

@media screen and (max-width: 1020px) {
  .CF7_table tr,
.CF7_table td,
.CF7_table th {
    display: block;
    width: 100%;
    line-height: 2.5em;
  }
}

.wpcf7 input.wpcf7-submit {
  background-color: #ee7a1c;
  padding: 1vw 2vw;
  border: 0;
  color: #fff;
  font-size: 1em;
  margin: 0 auto;
}

.wpcf7-response-output {
  border-color: #ee7a1c !important;
  white-space: initial;
}

.CF7_btn {
  text-align: center;
  margin-top: 20px;
}

.wpcf7-spinner {
  display: none !important;
}

.pp {
  margin: 0 auto;
  text-align: center;
  text-decoration: underline;
}

.p_text {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p_text {
    font-size: 15px;
  }
}

.modal-active {
  overflow: hidden;
}

#modal-container {
  position: fixed;
  display: table;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transform: scale(0);
  z-index: 1;
}
#modal-container.six {
  transform: scale(1);
}
#modal-container.six .modal-background {
  background: rgba(0, 0, 0, 0);
  -webkit-animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.six .modal-background .modal {
  background-color: transparent;
  -webkit-animation: modalFadeIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: modalFadeIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.six .modal-background .modal h2,
#modal-container.six .modal-background .modal p {
  opacity: 0;
  position: relative;
  -webkit-animation: modalContentFadeIn 0.5s 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: modalContentFadeIn 0.5s 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.six .modal-background .modal .modal-svg rect {
  -webkit-animation: sketchIn 0.5s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: sketchIn 0.5s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.six.out {
  -webkit-animation: quickScaleDown 0s 0.5s linear forwards;
          animation: quickScaleDown 0s 0.5s linear forwards;
}
#modal-container.six.out .modal-background {
  -webkit-animation: fadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: fadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.six.out .modal-background .modal {
  -webkit-animation: modalFadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: modalFadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.six.out .modal-background .modal h2,
#modal-container.six.out .modal-background .modal p {
  -webkit-animation: modalContentFadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: modalContentFadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.six.out .modal-background .modal .modal-svg rect {
  -webkit-animation: sketchOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: sketchOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container .modal-background {
  display: table-cell;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  vertical-align: middle;
}
#modal-container .modal-background .modal {
  background: white;
  padding: 50px;
  display: inline-block;
  border-radius: 3px;
  font-weight: 300;
  position: relative;
}
#modal-container .modal-background .modal h2 {
  font-size: 25px;
  line-height: 25px;
  margin-bottom: 15px;
}
#modal-container .modal-background .modal p {
  font-size: 18px;
  line-height: 22px;
}
#modal-container .modal-background .modal .modal-svg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 3px;
}
#modal-container .modal-background .modal .modal-svg rect {
  stroke: #fff;
  stroke-width: 2px;
  stroke-dasharray: 778;
  stroke-dashoffset: 778;
}

.content {
  min-height: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
  margin-bottom: 150px;
}
.content h1 {
  padding: 75px 0 30px 0;
  text-align: center;
  font-size: 30px;
  line-height: 30px;
}
.content .buttons {
  max-width: 800px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.content .buttons .button {
  display: inline-block;
  text-align: center;
  font-size: 16px;
  text-decoration: underline;
  cursor: pointer;
}
.content .buttons .button:hover {
  opacity: 0.6;
}

@-webkit-keyframes unfoldIn {
  0% {
    transform: scaleY(0.005) scaleX(0);
  }
  50% {
    transform: scaleY(0.005) scaleX(1);
  }
  100% {
    transform: scaleY(1) scaleX(1);
  }
}

@keyframes unfoldIn {
  0% {
    transform: scaleY(0.005) scaleX(0);
  }
  50% {
    transform: scaleY(0.005) scaleX(1);
  }
  100% {
    transform: scaleY(1) scaleX(1);
  }
}
@-webkit-keyframes unfoldOut {
  0% {
    transform: scaleY(1) scaleX(1);
  }
  50% {
    transform: scaleY(0.005) scaleX(1);
  }
  100% {
    transform: scaleY(0.005) scaleX(0);
  }
}
@keyframes unfoldOut {
  0% {
    transform: scaleY(1) scaleX(1);
  }
  50% {
    transform: scaleY(0.005) scaleX(1);
  }
  100% {
    transform: scaleY(0.005) scaleX(0);
  }
}
@-webkit-keyframes zoomIn {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes zoomOut {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes zoomOut {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    background: rgba(0, 0, 0, 0);
  }
  100% {
    background: rgba(0, 0, 0, 0.7);
  }
}
@keyframes fadeIn {
  0% {
    background: rgba(0, 0, 0, 0);
  }
  100% {
    background: rgba(0, 0, 0, 0.7);
  }
}
@-webkit-keyframes fadeOut {
  0% {
    background: rgba(0, 0, 0, 0.7);
  }
  100% {
    background: rgba(0, 0, 0, 0);
  }
}
@keyframes fadeOut {
  0% {
    background: rgba(0, 0, 0, 0.7);
  }
  100% {
    background: rgba(0, 0, 0, 0);
  }
}
@-webkit-keyframes scaleUp {
  0% {
    transform: scale(0.8) translateY(1000px);
    opacity: 0;
  }
  100% {
    transform: scale(1) translateY(0px);
    opacity: 1;
  }
}
@keyframes scaleUp {
  0% {
    transform: scale(0.8) translateY(1000px);
    opacity: 0;
  }
  100% {
    transform: scale(1) translateY(0px);
    opacity: 1;
  }
}
@-webkit-keyframes scaleDown {
  0% {
    transform: scale(1) translateY(0px);
    opacity: 1;
  }
  100% {
    transform: scale(0.8) translateY(1000px);
    opacity: 0;
  }
}
@keyframes scaleDown {
  0% {
    transform: scale(1) translateY(0px);
    opacity: 1;
  }
  100% {
    transform: scale(0.8) translateY(1000px);
    opacity: 0;
  }
}
@-webkit-keyframes scaleBack {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.85);
  }
}
@keyframes scaleBack {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.85);
  }
}
@-webkit-keyframes scaleForward {
  0% {
    transform: scale(0.85);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scaleForward {
  0% {
    transform: scale(0.85);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes quickScaleDown {
  0% {
    transform: scale(1);
  }
  99.9% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes quickScaleDown {
  0% {
    transform: scale(1);
  }
  99.9% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@-webkit-keyframes slideUpLarge {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-100%);
  }
}
@keyframes slideUpLarge {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-100%);
  }
}
@-webkit-keyframes slideDownLarge {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes slideDownLarge {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@-webkit-keyframes moveUp {
  0% {
    transform: translateY(150px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes moveUp {
  0% {
    transform: translateY(150px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes moveDown {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(150px);
  }
}
@keyframes moveDown {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(150px);
  }
}
@-webkit-keyframes blowUpContent {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  99.9% {
    transform: scale(2);
    opacity: 0;
  }
  100% {
    transform: scale(0);
  }
}
@keyframes blowUpContent {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  99.9% {
    transform: scale(2);
    opacity: 0;
  }
  100% {
    transform: scale(0);
  }
}
@-webkit-keyframes blowUpContentTwo {
  0% {
    transform: scale(2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes blowUpContentTwo {
  0% {
    transform: scale(2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes blowUpModal {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes blowUpModal {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes blowUpModalTwo {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0);
    opacity: 0;
  }
}
@keyframes blowUpModalTwo {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0);
    opacity: 0;
  }
}
@-webkit-keyframes roadRunnerIn {
  0% {
    transform: translateX(-1500px) skewX(30deg) scaleX(1.3);
  }
  70% {
    transform: translateX(30px) skewX(0deg) scaleX(0.9);
  }
  100% {
    transform: translateX(0px) skewX(0deg) scaleX(1);
  }
}
@keyframes roadRunnerIn {
  0% {
    transform: translateX(-1500px) skewX(30deg) scaleX(1.3);
  }
  70% {
    transform: translateX(30px) skewX(0deg) scaleX(0.9);
  }
  100% {
    transform: translateX(0px) skewX(0deg) scaleX(1);
  }
}
@-webkit-keyframes roadRunnerOut {
  0% {
    transform: translateX(0px) skewX(0deg) scaleX(1);
  }
  30% {
    transform: translateX(-30px) skewX(-5deg) scaleX(0.9);
  }
  100% {
    transform: translateX(1500px) skewX(30deg) scaleX(1.3);
  }
}
@keyframes roadRunnerOut {
  0% {
    transform: translateX(0px) skewX(0deg) scaleX(1);
  }
  30% {
    transform: translateX(-30px) skewX(-5deg) scaleX(0.9);
  }
  100% {
    transform: translateX(1500px) skewX(30deg) scaleX(1.3);
  }
}
@-webkit-keyframes sketchIn {
  0% {
    stroke-dashoffset: 778;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes sketchIn {
  0% {
    stroke-dashoffset: 778;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes sketchOut {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 778;
  }
}
@keyframes sketchOut {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 778;
  }
}
@-webkit-keyframes modalFadeIn {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: white;
  }
}
@keyframes modalFadeIn {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: white;
  }
}
@-webkit-keyframes modalFadeOut {
  0% {
    background-color: white;
  }
  100% {
    background-color: transparent;
  }
}
@keyframes modalFadeOut {
  0% {
    background-color: white;
  }
  100% {
    background-color: transparent;
  }
}
@-webkit-keyframes modalContentFadeIn {
  0% {
    opacity: 0;
    top: -20px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes modalContentFadeIn {
  0% {
    opacity: 0;
    top: -20px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@-webkit-keyframes modalContentFadeOut {
  0% {
    opacity: 1;
    top: 0px;
  }
  100% {
    opacity: 0;
    top: -20px;
  }
}
@keyframes modalContentFadeOut {
  0% {
    opacity: 1;
    top: 0px;
  }
  100% {
    opacity: 0;
    top: -20px;
  }
}
@-webkit-keyframes bondJamesBond {
  0% {
    transform: translateX(1000px);
  }
  80% {
    transform: translateX(0px);
    border-radius: 75px;
    height: 75px;
    width: 75px;
  }
  90% {
    border-radius: 3px;
    height: 182px;
    width: 247px;
  }
  100% {
    border-radius: 3px;
    height: 162px;
    width: 227px;
  }
}
@keyframes bondJamesBond {
  0% {
    transform: translateX(1000px);
  }
  80% {
    transform: translateX(0px);
    border-radius: 75px;
    height: 75px;
    width: 75px;
  }
  90% {
    border-radius: 3px;
    height: 182px;
    width: 247px;
  }
  100% {
    border-radius: 3px;
    height: 162px;
    width: 227px;
  }
}
@-webkit-keyframes killShot {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
  }
  100% {
    transform: translateY(300px) rotate(45deg);
    opacity: 0;
  }
}
@keyframes killShot {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
  }
  100% {
    transform: translateY(300px) rotate(45deg);
    opacity: 0;
  }
}
@-webkit-keyframes fadeToRed {
  0% {
    background-color: rgba(0, 0, 0, 0.6);
  }
  100% {
    background-color: rgba(255, 0, 0, 0.8);
  }
}
@keyframes fadeToRed {
  0% {
    background-color: rgba(0, 0, 0, 0.6);
  }
  100% {
    background-color: rgba(255, 0, 0, 0.8);
  }
}
@-webkit-keyframes slowFade {
  0% {
    opacity: 1;
  }
  99.9% {
    opacity: 0;
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes slowFade {
  0% {
    opacity: 1;
  }
  99.9% {
    opacity: 0;
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
.thanks_text {
  margin-top: 150px;
  margin-bottom: 150px;
}
.thanks_text .thanks_text_wrapper {
  text-align: center;
}
.thanks_text h2 {
  margin-bottom: 75px;
}
.thanks_text .thanks_link {
  text-decoration: underline;
}
/*# sourceMappingURL=index.css.map */