<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  word-break: normal;
  word-wrap: break-word;
}
*:focus {
  outline: none;
}

html {
  font-size: 20px;
  line-height: 1.6;
}

body {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Meiryo, YuGothic, "游ゴシック", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  /* font-family:   ヒラギノ明朝 Pro W3,Hiragino Mincho Pro,HiraMinProN-W3,游明朝,
  Yu Mincho,游明朝体,YuMincho,HGS明朝E,HG明朝E,ＭＳ Ｐ明朝,MS PMincho,
  "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","游明朝",
  "Yu Mincho","游明朝体","YuMincho","HGS明朝E","HG明朝E",    
  "Hiragino Mincho Pro W3", "Hiragino Mincho Pro",
  "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
  background-color: #fff;
  color: #000;
}

img {
  vertical-align: bottom;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: 100%;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

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

td,
th {
  padding: 0;
}

table {
  background-color: transparent;
}

table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}

table td[class*=col-],
table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}

ul li {
  list-style: none;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0px;
}

.fixedcontainer {
  max-width: 1030px;
  margin: 0 auto;
  padding: 0px;
}

a:visited,
a:link,
a:hover,
a:active,
a:focus {
  outline: none;
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
  transition: opacity 0.5s ease;
}

.red {
  color: #ed1c24;
}

.yellow {
  color: #e58e55;
}

.bkyellow {
  background-color: #fff100;
}

.bold {
  font-weight: bold;
}

.btline {
  text-decoration: underline;
}

.underline {
  text-decoration: underline;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.visible-sp {
  display: none;
}

.hidden-sp {
  display: block;
}

.visible-xs {
  display: none;
}

.hidden-xs {
  display: block;
}

.visible-500 {
  display: none;
}

.hidden-500 {
  display: block;
}

.flex_part .flex_img_left {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.flex_part .flex_img_left &gt; img {
  -o-object-fit: contain;
     object-fit: contain;
}
.flex_part .flex_body {
  flex: 1;
}
.flex_part .flex_img_right {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.flex_part .flex_img_right &gt; img {
  -o-object-fit: contain;
     object-fit: contain;
}

/* slick */
.slick-next::before {
  content: "";
  background: url(../images/slick_next.png) no-repeat;
}

.slick-prev::after {
  content: "";
  background: url(../images/slick_prev.png) no-repeat;
}

.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 50px;
  height: 50px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 100;
}

.slick-prev::after, .slick-next::before {
  font-family: initial;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  opacity: 1;
}

.slick-dots {
  bottom: -60px;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 32px;
  line-height: 45px;
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  content: "•";
  text-align: center;
  opacity: 1;
  color: #c9caca;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #00a0e9;
}

.hover_anim {
  position: relative;
  overflow: hidden;
}

.hover_anim::after {
  background: #fff;
  content: "";
  height: 400px;
  left: -300px;
  opacity: 0.2;
  position: absolute;
  top: -80px;
  transform: rotate(35deg);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  width: 150px;
  z-index: 100;
}

.hover_anim:hover::after {
  left: 120%;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.fade-top {
  opacity: 0.1;
  transform: translate(0, 80px);
  transition: all 300ms ease-out 0s;
}

.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.custom_checkbox {
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  position: relative;
}
.custom_checkbox input[type=checkbox] {
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  left: 0;
  top: 0;
}
.custom_checkbox input[type=checkbox]:focus {
  outline: none;
}
.custom_checkbox input[type=checkbox]:checked {
  background: #036eb8;
  z-index: 0;
}
.custom_checkbox input[type=checkbox]:checked + span {
  color: white;
}
.custom_checkbox span {
  z-index: 100;
}

#header .g_nav {
  display: none;
}

/* loading
------------------------------------------------- */
#loading {
  width: 100vw;
  height: 100vh;
  background: #fff;
  left: 0;
  top: 0;
  position: fixed;
  z-index: 9999;
}

#line {
  margin: 50vh auto 0;
  width: 100%;
  height: 1px;
  background: #ddd;
  position: relative;
}

.fullwidth .expand {
  width: 100%;
  height: 1px;
  margin: 0;
  background: #333;
  left: 0;
  top: 0;
  position: absolute;
  -webkit-animation: fullexpand 1s ease-out;
  animation: fullexpand 1s ease-out;
}

@-webkit-keyframes fullexpand {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes fullexpand {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.font16 {
  font-size: 0.8rem;
}
.font17 {
  font-size: 0.85rem;
}
.font18 {
  font-size: 0.9rem;
}
.font19 {
  font-size: 0.95rem;
}
.font20 {
  font-size: 1rem;
}
.font21 {
  font-size: 1.05rem;
}
.font22 {
  font-size: 1.1rem;
}
.font23 {
  font-size: 1.15rem;
}
.font24 {
  font-size: 1.2rem;
}
.font25 {
  font-size: 1.25rem;
}
.font26 {
  font-size: 1.3rem;
}
.font27 {
  font-size: 1.35rem;
}
.font28 {
  font-size: 1.4rem;
}
.font29 {
  font-size: 1.45rem;
}
.font30 {
  font-size: 1.5rem;
}
.font31 {
  font-size: 1.55rem;
}
.font32 {
  font-size: 1.6rem;
}
.font33 {
  font-size: 1.65rem;
}
.font34 {
  font-size: 1.7rem;
}
.font35 {
  font-size: 1.75rem;
}
.font36 {
  font-size: 1.8rem;
}
.font37 {
  font-size: 1.85rem;
}
.font38 {
  font-size: 1.9rem;
}
.font39 {
  font-size: 1.95rem;
}
.font40 {
  font-size: 2rem;
}

#pc_menu1 {
  width: 100%;
  text-align: center;
  height: 120px;
  background: #fff;
}
#pc_menu1 .menu_area {
  width: 100%;
  max-width: 1600px;
  min-width: 1200px;
  padding: 0 0 0 5px;
  margin: 0 auto;
  text-align: left;
  display: flex;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
#pc_menu1 .header_logo1 {
  display: inline-block;
  padding-top: 0;
}
#pc_menu1 .header_btnarea1 {
  padding-top: 0;
  display: flex;
  align-items: center;
}
#pc_menu1 .header_tel {
  width: 501px;
}
#pc_menu1 .header_btn1 {
  display: inline-block;
  width: 134px;
}

#pc_menu2 {
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
  padding: 35px 0;
  background: #f6f6f6;
  text-align: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
#pc_menu2 .top_menu_link {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.4;
  font-size: 16px;
  color: #814900;
  padding: 0 30px;
  border-right: 1px solid #ccc;
}
#pc_menu2 .top_menu_link span {
  font-size: 22px;
  font-weight: bold;
  color: #444;
}
#pc_menu2 .top_menu_link:last-child {
  border-right: 0px solid #ccc;
}
#pc_menu2 .top_menu_link:hover {
  opacity: 0.3;
}

#drag_menu {
  position: fixed;
  top: -100px;
  left: 0;
  z-index: 101;
  width: 100%;
  text-align: center;
  height: 78px;
  background: #fff;
  border-bottom: 1px solid #e1e1e2;
}
#drag_menu .menu_area {
  width: 100%;
  max-width: 1600px;
  min-width: 1200px;
  padding: 0 10px;
  margin: 0 auto;
  text-align: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
#drag_menu .header_logo1 {
  display: inline-block;
  width: 270px;
  padding-top: 15px;
  margin: 0 auto 0 0;
}

.drag_nav {
  float: right;
  width: 780px;
  padding: 20px 0 0;
}
.drag_nav ul {
  width: 100%;
  line-height: 1.2em;
  list-style: none;
}
.drag_nav ul &gt; li {
  float: left;
  margin-left: 35px;
  text-align: center;
  position: relative;
}
.drag_nav .top_menu_link {
  display: inline-block;
  vertical-align: top;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 12px;
  color: #814900;
  line-height: 1.4;
}
.drag_nav .top_menu_link span {
  font-size: 16px;
  font-weight: bold;
  color: #444;
}
.drag_nav .top_menu_link:hover {
  opacity: 0.3;
}

#drag_side {
  display: block;
  position: fixed;
  z-index: 101;
  right: -200px;
  top: 200px;
  width: 7%;
  max-width: 140px;
}

.top {
  width: 100%;
  position: relative;
  height: 740px;
}
.top .container {
  text-align: center;
}
.top .top_ttl {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.top .top_txt1 {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
}

.top .top_txt1 img {
  width: 100%;
}

.loopSlider1 {
  margin: 0;
  width: 100%;
  height: 740px;
  text-align: left;
  overflow: hidden;
  position: relative;
}
.loopSlider1 ul {
  margin: 0;
  width: 100%;
  height: 740px;
  float: left;
  display: inline-block;
  overflow: hidden;
  padding: 0;
}
.loopSlider1 ul li {
  float: left;
  width: 555px;
  height: 740px;
  display: inline;
  overflow: hidden;
}
.loopSlider1 ul li div {
  width: 555px;
  height: 740px;
  padding: 0;
  border: 0px solid #289cdc;
  text-align: center;
  margin: 0;
}
.loopSlider1 ul li img {
  width: 100%;
  height: auto;
  background: white;
}
.loopSlider1:after {
  content: "";
  display: none;
  clear: none;
}

.loopSliderWrap2 {
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  margin: 0;
  overflow: hidden;
  position: absolute;
}

.loopSlider2 {
  margin: 40px 0 0;
  width: 100%;
  height: 200px;
  text-align: left;
  overflow: hidden;
  position: relative;
}
.loopSlider2 ul {
  margin: 0;
  width: 100%;
  height: 200px;
  float: left;
  display: inline-block;
  overflow: hidden;
  padding: 0;
}
.loopSlider2 ul li {
  float: left;
  width: 300px;
  height: 200px;
  display: inline;
  overflow: hidden;
}
.loopSlider2 ul li div {
  width: 300px;
  height: 200px;
  padding: 0;
  border: 0px solid #289cdc;
  text-align: center;
  margin: 0;
}
.loopSlider2 ul li img {
  width: 100%;
  height: auto;
  background: white;
}

.loopSliderWrap2:after {
  content: "";
  display: none;
  clear: none;
}

.loopSliderWrap1 {
  top: 0;
  left: 0;
  width: 100%;
  height: 740px;
  margin: 0;
  overflow: hidden;
  position: absolute;
}

.loopSliderWrap2 {
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  margin: 0;
  overflow: hidden;
  position: absolute;
}

/*-------------header----------------------*/
/*-----------        -----------------*/
.inviewfadeInUp {
  opacity: 0;
  transform: translate(0, 8px);
  -webkit-transform: translate(0, 8px);
  transition: 0.6s;
}

.fadeInUp {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.inviewfadeInUp2 {
  opacity: 0;
  transform: translate(0, 8px);
  -webkit-transform: translate(0, 8px);
  transition: 0.6s;
  transition-delay: 0.4s;
}

.fadeInUp2 {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.inviewfadeInUp3 {
  opacity: 0;
  transform: translate(0, 8px);
  -webkit-transform: translate(0, 8px);
  transition: 0.8s;
  transition-delay: 0.8s;
}

.fadeInUp3 {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.inviewfadeInUp4 {
  opacity: 0;
  transform: translate(0, 8px);
  -webkit-transform: translate(0, 8px);
  transition: 1s;
  transition-delay: 1s;
}

.fadeInUp4 {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.inviewfadeInUp5 {
  opacity: 0;
  transform: translate(0, 8px);
  -webkit-transform: translate(0, 8px);
  transition: 1s;
  transition-delay: 1.3s;
}

.fadeInUp5 {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.inviewfadeInUp6 {
  opacity: 0;
  transform: translate(0, 8px);
  -webkit-transform: translate(0, 8px);
  transition: 1s;
  transition-delay: 1.6s;
}

.fadeInUp6 {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

figure {
  line-height: 0;
  width: 500px;
  margin: 0;
}
figure.hover-parent {
  position: relative;
}
figure.hover-parent .hover-mask {
  line-height: 2;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: rgba(149, 142, 119, 0.82);
  opacity: 0;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 45px;
  transition: all 0.6s ease;
  z-index: 2;
}
figure.hover-parent .hover-mask .mask_block {
  width: 100%;
}
figure.hover-parent .hover-mask .mask_block .img_block {
  margin-bottom: 20px;
}
figure.hover-parent .hover-mask .mask_block p {
  font-size: 12px;
  padding-bottom: 16px;
}
figure.hover-parent .hover-mask .mask_block p.spec_close {
  display: none;
}
figure.hover-parent .hover-mask .mask_block p a {
  cursor: pointer;
  color: white;
  text-decoration: underline;
}
figure.hover-parent .hover-mask .mask_block p a:visited, figure.hover-parent .hover-mask .mask_block p a:hover {
  color: white;
  text-decoration: underline;
}
figure.hover-parent:hover .hover-mask {
  opacity: 1;
  transition: all 0.6s ease;
}
figure.hover-parent .plus {
  position: absolute;
  right: 20px;
  width: 29px;
  bottom: 25px;
  display: block;
  z-index: 1;
}

body {
  background-color: #e1dfd8;
}

.flex_img_center {
  justify-content: center;
}

#sec1 .part0 {
  position: relative;
  margin: 0;
  line-height: 0;
}
#sec1 .part0::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 24px;
  background: #11215d;
  top: 0;
  left: 0;
}
#sec1 .part0 h2 {
  position: absolute;
  height: 320px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#sec1 .part0 h2 img {
  height: 100%;
}
#sec1 .part0 h3 {
  position: absolute;
  right: 50px;
  bottom: 80px;
  width: 44px;
}
#sec1 .part0 h3 img {
  width: 100%;
}
#sec1 .part0 img {
  width: 100%;
}
#sec1 .part1 {
  padding-top: 70px;
  padding-bottom: 90px;
}
#sec1 .part1 .block {
  padding-bottom: 66px;
}
#sec1 .part1 .piece1 a {
  font-size: 0.6rem;
  display: block;
  color: black;
  margin-bottom: 6px;
}
#sec1 .part1 .piece1 a.first_child {
  margin-top: 24px;
  color: black;
}
#sec1 .part1 .piece1 a span {
  border-bottom: 1px solid black;
}

.flex_column {
  display: flex;
  flex-direction: column;
}
.flex_column img {
  margin-bottom: 30px;
}

#sec2 h2 {
  text-align: center;
  margin-bottom: 116px;
}
#sec2 .part1 .flex_img_left {
  padding-bottom: 70px;
  align-items: flex-start;
}
#sec2 .part1 .flex_img_left .block1 {
  position: relative;
}
#sec2 .part1 .flex_img_left .block1 img:first-child {
  margin-bottom: 32px;
}
#sec2 .part1 .flex_img_left .block1 img:last-child {
  margin-bottom: 0;
}
#sec2 .part1 .flex_img_left .block1 a {
  display: block;
  margin-bottom: 6px;
  color: black;
  font-size: 0.6rem;
}
#sec2 .part1 .flex_img_left .block1 a.first_child {
  margin-top: 24px;
}
#sec2 .part1 .flex_img_left .block1 a span {
  border-bottom: 1px solid black;
}
#sec2 .part1 .flex_img_left .block2 a {
  display: block;
  margin-bottom: 6px;
  color: black;
  font-size: 0.6rem;
}
#sec2 .part1 .flex_img_left .block2 a.first_child {
  margin-top: 24px;
}
#sec2 .part1 .flex_img_left .block2 a span {
  border-bottom: 1px solid black;
}
#sec2 .part1 .block {
  padding-bottom: 66px;
}
#sec2 .part1 .block3 {
  margin: auto;
  max-width: 869px;
}
#sec2 .part1 .block3 a {
  display: block;
  margin-bottom: 6px;
  color: black;
  font-size: 0.6rem;
}
#sec2 .part1 .block3 a.first_child {
  margin-top: 24px;
}
#sec2 .part1 .block3 a span {
  border-bottom: 1px solid black;
}
#sec2 .part2 {
  padding-bottom: 76px;
  text-align: center;
}
#sec2 .part2 .block1 {
  text-align: center;
  display: inline-block;
}
#sec2 .part2 .block1 img {
  margin-bottom: 24px;
}
#sec2 .part2 .block1 a {
  display: block;
  margin-bottom: 5px;
  font-size: 0.6rem;
  text-align: left;
  color: black;
}
#sec2 .part2 .block1 a span {
  border-bottom: 1px solid black;
}

#sec3 .part1 {
  position: relative;
  z-index: 1;
}
#sec3 .part1 .block1 {
  text-align: center;
  padding-bottom: 60px;
}
#sec3 .part1 .block1 video {
  width: 600px;
}
#sec3 .part3 {
  padding-bottom: 76px;
}
#sec3 .part3 .block1 .piece1 {
  flex: 1;
}
#sec3 .part3 .block1 .piece1 img {
  margin-bottom: 24px;
}
#sec3 .part3 .block1 .piece1 a {
  display: block;
  margin-bottom: 5px;
  font-size: 0.6rem;
  color: black;
}
#sec3 .part3 .block1 .piece1 a span {
  border-bottom: 1px solid black;
}
#sec3 .part3 .block2 {
  padding-top: 60px;
}
#sec3 .part3 .block3 {
  padding-top: 60px;
  padding-bottom: 60px;
}
#sec3 .part2 {
  padding-bottom: 76px;
  text-align: center;
}
#sec3 .part2 .block1 {
  text-align: center;
  display: inline-block;
}
#sec3 .part2 .block1 img {
  margin-bottom: 24px;
}
#sec3 .part2 .block1 a {
  display: block;
  margin-bottom: 5px;
  font-size: 0.6rem;
  text-align: left;
  color: black;
}
#sec3 .part2 .block1 a span {
  border-bottom: 1px solid black;
}

#sec4 .part1 {
  text-align: center;
}
#sec4 .part1 a {
  margin-bottom: 70px;
  color: white;
  font-weight: bold;
  background: #11215d;
  width: 340px;
  height: 67px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  outline: none;
}
#sec4 .part2 {
  text-align: center;
  padding-bottom: 100px;
}
#sec4 .part2 a {
  display: inline-block;
  width: 26px;
  height: 26px;
  color: black;
  margin-bottom: 32px;
}
#sec4 .part2 a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#sec4 .part2 p {
  text-align: center;
  font-size: 0.6rem;
}

.animation1 {
  -webkit-animation: customFade ease 8000ms infinite;
          animation: customFade ease 8000ms infinite;
  position: relative;
}

.animation2 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.anipart {
  position: relative;
}

@-webkit-keyframes customFade {
  0% {
    opacity: 1;
  }
  15% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  65% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes customFade {
  0% {
    opacity: 1;
  }
  15% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  65% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
footer {
  background: #958e77;
}
footer .part1 {
  padding-top: 66px;
  width: 200px;
  margin: auto;
  padding-bottom: 28px;
  border-bottom: 1px solid white;
  text-align: center;
}
footer .part1 img {
  width: 136px;
}
footer .part2 {
  padding-top: 35px;
  padding-bottom: 40px;
  text-align: center;
}
footer .part2 img {
  width: 102px;
}
footer .part3 {
  text-align: center;
  padding-bottom: 97px;
}
footer .part3 a {
  display: inline-block;
  text-align: center;
  margin: 0 12px;
  color: black;
}
footer .part3 a img {
  width: 22px;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #e1dfd8;
  width: 100%;
  height: 100%;
  z-index: 100015;
  display: none;
  cursor: pointer;
}

.overlayContent {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  height: 300px;
  transform: translate(-50%, -50%);
}
.overlayContent.loadingEnd {
  visibility: hidden;
  transition: visibility 0 linear 4000;
}
.overlayContent .loadingImg {
  -webkit-animation: fadeIn 2200ms cubic-bezier(0.47, 0, 0.745, 0.715) 1;
          animation: fadeIn 2200ms cubic-bezier(0.47, 0, 0.745, 0.715) 1;
  height: 100%;
}
.overlayContent .loadingImg img {
  height: 100%;
}
.overlayContent .loadingImg.loadingTop {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  transform: translate(-70%, 0);
  transition: opacity 420ms cubic-bezier(0.25, 0.25, 0.75, 0.75) 150ms, transform 2000ms cubic-bezier(0.215, 0.61, 0.355, 1), visibility 0ms linear 1800ms;
}

.overlayBg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #e1dfd8;
}
.overlayBg.overlayBg.loadingTop {
  transition: transform 1700ms cubic-bezier(0.92, 0, 0.07, 1), opacity 700ms cubic-bezier(0, 0, 0.58, 1) 1300ms, visibility 0ms linear 1700ms;
  transform: translate(-97%, 0);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}/*# sourceMappingURL=style.css.map */</pre></body></html>