@charset "UTF-8";
/* CSS Document */
@media screen and (min-width: 767px) {
  .sp {
    display: none !important;
  }
}
.slicker_part {
  pointer-events: none;
}

* {
  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;
  width: 100%;
  overflow-x: hidden;
}

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: white;
  color: #000;
  overflow-x: hidden;
}

img {
  vertical-align: bottom;
  margin: 0;
  padding: 0;
  border: 0;
}

.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: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 10% 0;
}

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: #f1db82;
}

.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;
}

.flex_part .flex_img_left > 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 > 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;
}

#fade {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 99999;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
#loader {
  width: 20px;
  height: 20px;
  position: fixed;
  _position: absolute;
  top: 50%;
  left: 50%;
  text-align: left;
  margin-top: -16px;
  margin-left: -16px;
  z-index: 100;
}

#loader img {
  width: auto;
  animation: spin 2s infinite linear;
}

/* 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;
  animation: fullexpand 1s ease-out;
}

@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;
}

.slick-vertical .slick-slide {
  border: none !important;
}

.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 > 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, 0);
  -webkit-transform: translate(0, 8px);
  transition: 0.6s;
}
.inviewfadeInUp.fromRight {
  transform: translate(100%, 0);
  -webkit-transform: translate(100%, 0);
}
.inviewfadeInUp.fromLeft {
  transform: translate(-100%, 0);
  -webkit-transform: translate(-100%, 0);
}

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

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

.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);
}

a {
  color: black;
}

.pricing a {
  text-decoration: underline;
}

.pricing_wrapper {
  position: relative;
}

.spec_btn {
  cursor: pointer;
  pointer-events: none;
  z-index: 9;
  position: absolute;
  bottom: 17.6870748299px;
  right: 17.6870748299px;
  width: 17.6870748299px;
  z-index: 10;
}

.spec_close {
  cursor: pointer;
}

.spec_close img {
  width: 17px;
}

.spec_main {
  opacity: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4000;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
  background: rgba(136, 128, 109, 0.8);
}

.spec_main a {
  text-decoration: underline;
}

.active .spec_main {
  opacity: 1;
  pointer-events: all;
  transition: all 0.4s ease-in-out;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
}

.spec_image {
  cursor: pointer;
}

.spec_main_box {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  font-size: 0.6rem;
  line-height: 2;
}

.spec_main_box a {
  text-decoration: underline;
}

.spec_close {
  z-index: 9;
  margin-top: 10px;
}

.spec_box {
  vertical-align: middle;
  display: flex;
  width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}

.spec_box_img_group {
  display: flex;
  width: 60%;
}

.spec_box_img {
  width: 48%;
}

.spec_box_text {
  width: 45%;
  margin-left: 4%;
  margin-bottom: 20px;
}
.spec_box_text p {
  color: white;
  text-align: left;
}
.spec_box_text a {
  color: white;
}

figure {
  line-height: 0;
  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(197, 187, 166, 0.82);
  opacity: 0;
  color: #333;
  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: 10px;
}

figure.hover-parent .hover-mask .mask_block p.spec_close {
  display: none;
}

figure.hover-parent .hover-mask .mask_block p a {
  cursor: pointer;
  color: #333;
  text-decoration: underline;
}

figure.hover-parent .hover-mask .mask_block p a:visited,
figure.hover-parent .hover-mask .mask_block p a:hover {
  color: #333;
  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: 100%;
  bottom: 25px;
  display: block;
  z-index: 1;
}

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

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

.anipart {
  position: relative;
}

@keyframes customFade {
  0% {
    opacity: 1;
  }
  15% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  65% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
/*
img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
*/

.slicker_part img {
  width: 100%;
}

#spec_main_modal {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(127, 139, 148, 0.9);
  z-index: 4000;
  overflow-y: scroll;
}

@keyframes slide {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.horizontal_scroll {
  position: absolute;
  z-index: 100;
  top: 50%;
  bottom: 50%;
  transform: translateY(-50%);
}

.horizontal_scroll img {
  height: 52px;
  width: auto;
}

.horizontal_scroll li {
  margin-right: 30px;
}

img {
  -o-object-fit: cover;
  object-fit: cover;
}

@keyframes anim-item-photo-show-top {
  0% {
    transform: translate(0, -130%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes anim-item-photo-show-down {
  0% {
    transform: translate(0, 130%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes moveX {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(25%);
  }
}
@keyframes moveY {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(25%);
  }
}
@keyframes moveGradient {
  0%, 100% {
    background-position: 25% 0%;
  }
  50% {
    background-position: 0% 50%;
  }
}
@keyframes moveGradient1 {
  0%, 100% {
    background-position: -25% 0%;
  }
  50% {
    background-position: 0% 50%;
  }
}
@keyframes moveGradient2 {
  0%, 100% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 25% 25%;
  }
}
@keyframes scaleGradient {
  0% {
    transform: scale(1) rotate(0deg) translate(0, 0);
  }
  50% {
    transform: scale(1.2) rotate(180deg) translate(-10%, 30%);
  }
  100% {
    transform: scale(1) rotate(360deg) translate(0, 0%);
  }
}
@keyframes scaleGradient2 {
  0% {
    transform: scale(1) rotate(360deg);
  }
  50% {
    transform: scale(1.5) rotate(180deg);
  }
  100% {
    transform: scale(1) rotate(0deg);
  }
}
#gradient1 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: -13.744%;
  background: radial-gradient(circle at 50% 50%, rgba(184, 233, 242, 0.4) 0%, rgba(184, 233, 242, 0.4) 40%, rgba(253, 244, 242, 0.6) 50%, rgba(253, 244, 242, 0) 100%);
  animation: moveGradient 72s linear infinite, scaleGradient 10s linear infinite;
  border-radius: 50%;
}

#gradient2 {
  width: 200%;
  height: 200%;
  position: absolute;
  top: 0%;
  left: 9.00483%;
  background: radial-gradient(circle at 50% 50%, rgba(255, 231, 239, 0.8) 0%, rgba(253, 244, 242, 0) 50%, rgba(253, 244, 242, 0) 100%);
  animation: moveGradient1 52s linear infinite, scaleGradient 12s linear infinite;
  border-radius: 50%;
}

#gradient3 {
  width: 200%;
  height: 200%;
  position: absolute;
  top: 0%;
  left: -2.17916%;
  background: radial-gradient(circle at 50% 50%, rgba(253, 244, 242, 0.8) 0%, rgba(253, 244, 242, 0) 50%, rgba(253, 244, 242, 0) 100%);
  animation: moveGradient2 46s linear infinite, scaleGradient2 17s linear infinite;
  border-radius: 50%;
}

#footerGradient1 {
  width: 200%;
  height: 200%;
  position: absolute;
  top: 0%;
  left: -13.744%;
  background: radial-gradient(circle at 50% 50%, rgba(184, 233, 242, 0.4) 0%, rgba(184, 233, 242, 0.4) 40%, rgba(253, 244, 242, 0.6) 50%, rgba(253, 244, 242, 0) 100%);
  animation: moveGradient 72s linear infinite, scaleGradient 10s linear infinite;
  border-radius: 50%;
}

#footerGradient2 {
  width: 200%;
  height: 200%;
  position: absolute;
  top: 0%;
  left: 9.00483%;
  background: radial-gradient(circle at 50% 50%, rgba(255, 231, 239, 0.8) 0%, rgba(253, 244, 242, 0) 50%, rgba(253, 244, 242, 0) 100%);
  animation: moveGradient1 52s linear infinite, scaleGradient 12s linear infinite;
  border-radius: 50%;
}

#footerGradient3 {
  width: 200%;
  height: 200%;
  position: absolute;
  top: 0%;
  left: -2.17916%;
  background: radial-gradient(circle at 50% 50%, rgba(253, 244, 242, 0.8) 0%, rgba(253, 244, 242, 0) 50%, rgba(253, 244, 242, 0) 100%);
  animation: moveGradient2 46s linear infinite, scaleGradient2 17s linear infinite;
  border-radius: 50%;
}

@keyframes bg {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 10000px;
  }
}
.fv {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100vh;
  position: relative;
  overflow: hidden;
  border-bottom: 7px solid #767a49;
}
.fv .infiniteslide_wrap {
  flex: 1;
  height: 100vh !important;
}
.fv .infinite_slide1 {
  flex: 1;
  height: 100vh;
}
.fv .infinite_slide1 img {
  width: 100%;
  transform: translateY(-37.5%);
}
.fv .infinite_slide2 {
  flex: 1;
  height: 100vh;
}
.fv .infinite_slide2 img {
  width: 100%;
}
.fv .infinite_slide3 {
  flex: 1;
  height: 100vh;
}
.fv .infinite_slide3 img {
  width: 100%;
}
.fv .infinite_slide4 {
  flex: 1;
  height: 100vh;
}
.fv .infinite_slide4 img {
  width: 100%;
  transform: translateY(-37.5%);
}

.logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 37%;
  max-width: 1060px;
  transition: all 0.6s ease;
  z-index: 999;
  pointer-events: none;
}

.logo.js_active {
  width: 6%;
  min-width: 100px;
  top: 120%;
  pointer-events: painted;
}
.logo.fixed_position {
  transition: ease;
  position: fixed;
  top: 3%;
  /*transform: translate(-50%, 0);*/
}
.mv_slide:first-of-type::before {
  content: "";
  display: block;
  width: 407px;
  height: 156px;
  background-image: url(../images/mv_ttl_01.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 17%;
  background-size: 70%;
  background-position: right top;
  z-index: 110;
  pointer-events: none;
}
.mv_slide:nth-of-type(2)::after {
  content: "";
  display: block;
  width: 268px;
  height: 150px;
  background-image: url(../images/mv_ttl_02.png);
  background-repeat: no-repeat;
  position: absolute;
  background-size: 70%;
  background-position: left bottom;
  bottom: 40%;
  left: 16%;
  z-index: 110;
  pointer-events: none;
}

#sec1 {
  width: 100%;
  left: 0;
  top: 0;
  position: relative;
  background-color: #f2f2f1;
  background-size: cover;
  background-position: top center;
  padding-top: 10%;
}
#sec1 .part1 .block {
  align-items: center;
  justify-content: center;
}
#sec1 .part1 .block.block1 {
  /*padding-top: 20%;*/
  margin-bottom: 3%;
  position: relative;
  z-index: 1;
}
#sec1 .part1 .img1 {
  width: 55%;
  padding: 5%;
}
#sec1 .part1 .img2 {
  width: 100%;
}
#sec1 .part1 .img3 {
  width: 34%;
}

#sec1 .part1 .block.block2.flex_img_left {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 5%;
}
#sec1 .part1 .block.block2 .img4 {
  width: 35%;
}
#sec1 .part1 .block.block2 .img5 {
  max-width: 46.5%;
  padding-top: 5%;
}
#sec1 .part1 .block.block3 {
  justify-content: space-between;
  flex-direction: row-reverse;
  gap: 5%; 
  margin-bottom: 5%;
}
#sec1 .part1 .block.block3.img7_bg {
  margin-bottom: 10%;  
}
#sec1 .part1 .block.block3.img7_bg > div {
  width: 100vw;
  margin: calc(50% - 50vw);
}
#sec1 .part1 .block.block3 .img6 {
  /*  width: 50%;*/
}
#sec1 .part1 .block.block3 .img7 {
  /*max-width: 48.5%;*/
}

/*
#sec1 .part1 .block.block3 .img5 {
  width: 440.8163265306px;
  margin-top: -130.612244898px;
}
#sec1 .part1 .block.block3 .img5 .spec_image {
  border: 1px solid #dfcd83;
}
#sec1 .part1 .block.block3 .img6 {
  margin-left: 38.0952380952px;
  width: 559.1836734694px;
  margin-top: -462.5850340136px;
}
*/
#sec1 .part1 .block.block4 {
/*
  padding-bottom: 693.8775510204px;
  position: relative;
  */
  gap: 3%;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 10%;
}
/*
#sec1 .part1 .block.block4 .img7 {
  width: 738.7755102041px;
  margin-top: 91.156462585px;
  position: relative;
  z-index: 2;
}
*/
#sec1 .part1 .block.block4 .img8 {
/*
  width: 502.0408163265px;
  position: absolute;
  top: 738.7755102041px;
  left: 244.8979591837px;
  */
  width: 40%;
}
/*
#sec1 .part1 .block.block4 .img8 .spec_image {
  border: 1px solid #dfcd83;
}
*/

#sec1 .part1 .block.block4 > div{
  width: 50%;
}
#sec1 .part1 .block.block4 .img8 img {
  /*max-width: 410px; */
    max-height: 580px;
}
#sec1 .part1 .block.block4 .img9 {
/*
  width: 549.6598639456px;
  margin-left: -91.156462585px;
  margin-top: -34.0136054422px;
  */
}
#sec1 .part1 .block.block4 .img10 {
/*
  width: 337.4149659864px;
  position: absolute;
  top: 489.7959183673px;
  left: 680.2721088435px;
  z-index: 2;
  */
}
#sec1 .part1 .block.block5 .img11 {
  /*  width: 416.3265306122px;*/
}
#sec1 .part1 .block.block5 .img12 {
/*
  width: 416.3265306122px;
  margin-left: 24.4897959184px;
  */
}
#sec1 .part1 .block.block6 {
  /*  padding-bottom: 179.5918367347px;*/
  flex-wrap: wrap;
  justify-content: center;
  gap: 1%;
  width: 90%;
  margin: 0 auto 10%;
}
#sec1 .part1 .block.block6 > div{
	width: 35%;
	margin-top: 1%;
}
#sec1 .part1 .block.block6 .img13 {
/*
  width: 326.5306122449px;
  margin-top: 306.1224489796px;
  */
}
#sec1 .part1 .block.block6 .img14 {
/*
  width: 503.4013605442px;
  margin-left: 43.537414966px;
  margin-top: 95.2380952381px;
  */
}

#sec1 .part1 .block.block7 {
  /*    padding-bottom: 15%;*/
  justify-content: space-between;
}
#sec1 .part1 .block.block7 .img16 {
  margin-right: 15%;
}

.fadeInUp .color-change-item, .fadeInUp2 .color-change-item {
  opacity: 0;
  transition: all 0.3s ease-in;
  transition-delay: 0.6s;
}
.fadeInUp .color-change-item img, .fadeInUp2 .color-change-item img {
  filter: blur(0);
  transition: all 0.4s ease-out;
  transition-delay: 0.15s;
}

#mv{
  position: relative;
  height: 100vh;
  background-color: #F2F3F3;
}
#mv .infinite_slide5 ,
#mv .infinite_slide6{
  align-items: flex-start!important;
}
#mv .mv_slide{
  width: 85%;
  margin: 0 0 0 auto;
  position: relative;
}
#mv .mv_slide:nth-of-type(2){
  margin: 0;
}
#mv .mv_slide img{
	height: 50vh;
	/*width: 100%;*/
	object-fit: cover;
}


/*#sec2 .infinite_slide5 img {
  width: 45%;
  }*/

  #sec2 {
    background-color: #f0ede6;
    /*  padding-top: 15%;*/
  }
  #sec2 .part1 {
    background-size: cover;
    padding: 15% 0 10%;
  }
  #sec2 .part1 .block {
    position: relative;
    align-items: flex-start;
    justify-content: center;
  }
  #sec2 .part1 .block.block8 .img18 {
    width: 20%;
  }
  #sec2 .part1 .block.block8 .img19 {
    width: 70%;
  }
/*#sec2 .part1 .block.block1 .img15 {
  margin-top: 306.1224489796px;
  width: 590.4761904762px;
}
#sec2 .part1 .block.block2 .img16 {
  width: 590.4761904762px;
}
#sec2 .part1 .block.block2 .img16 .spec_image {
  border: 1px solid #7f7772;
}
#sec2 .part1 .block.block3 .img17 {
  margin-top: 223.1292517007px;
  width: 299.3197278912px;
}
#sec2 .part1 .block.block3 .img18 {
  margin-top: 42.1768707483px;
  margin-left: 40.8163265306px;
  width: 438.0952380952px;
}
#sec2 .part1 .block.block3 .img19 {
  margin-left: 40.8163265306px;
  margin-top: 304.7619047619px;
  width: 376.8707482993px;
}
#sec2 .part1 .block.block4 {
  justify-content: flex-start;
}
#sec2 .part1 .block.block4 .img20 {
  margin-top: 200px;
  width: 600px;
}
#sec2 .part1 .block.block4 .img21 {
  margin-top: 334.693877551px;
  width: 476.1904761905px;
  margin-left: 16.3265306122px;
  position: relative;
  z-index: 2;
}
#sec2 .part1 .block.block5 {
  justify-content: flex-end;
}
#sec2 .part1 .block.block5 .img22 {
  margin-top: -165.9863945578px;
  width: 632.6530612245px;
}
#sec2 .part1 .block.block5 .img22 .spec_image {
  border: 1px solid #7f7772;
}
#sec2 .part1 .block.block5 .img22 .spec_btn {
  left: 17.6870748299px;
}
#sec2 .part1 .block.block5 .img23 {
  margin-top: 385.0340136054px;
  width: 613.6054421769px;
  margin-left: -155.1020408163px;
}
#sec2 .part1 .block.block6 {
  justify-content: flex-start;
}
#sec2 .part1 .block.block6 .img24 {
  margin-top: -258.5034013605px;
  width: 540.1360544218px;
  margin-left: 258.5034013605px;
}
#sec2 .part1 .block.block7 {
  position: relative;
  padding-bottom: 342.8571428571px;
}
#sec2 .part1 .block.block7 .img25 {
  margin-top: 118.3673469388px;
  width: 613.6054421769px;
}
#sec2 .part1 .block.block7 .img26 {
  margin-top: 521.0884353741px;
  width: 344.2176870748px;
  margin-left: 112.925170068px;
  position: relative;
  z-index: 2;
}
#sec2 .part1 .block.block7 .img27 {
  position: absolute;
  top: 829.9319727891px;
  width: 438.0952380952px;
  left: 443.537414966px;
}
#sec2 .part1 .block.block7 .img27 .spec_image {
  border: 1px solid #7f7772;
  }*/
  #sec2 .part1 .block.block8 {
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 15%;
  }
/*#sec2 .part1 .block.block8 .img28 {
  width: 420.4081632653px;
  margin-top: 197.2789115646px;
}
#sec2 .part1 .block.block8 .img29 {
  margin-left: 46.2585034014px;
  width: 432.6530612245px;
  margin-top: 197.2789115646px;
  }*/
  #sec2 .part1 .block.block8 .img29 .spec_image {
    border: 1px solid #7f7772;
  }

  #sec2 .part1 .block.block9 > div {
    width: 40%;
    margin-top: 1%;
  }
  #sec2 .part1 .block.block9 {
    justify-content: center;
    flex-wrap: wrap;
    gap: 1%;
    width: 80%;
    margin: 0 auto 2%;
  }
  #sec2 .part1 .block.block10 {
    justify-content: space-between;
    margin-bottom: 10%;
  }
  #sec2 .part1 .block.block10 .img24 {
    width: 40%;
    margin-top: 8%;
  }
  #sec2 .part1 .block.block10 .img25 {
    width: 40%;
  }
  #sec2 .part1 .block.block11 .img26 {
    width: 50%;
  }
  #sec2 .part1 .block.block11 {
    justify-content: space-between;
    margin-bottom: 10%;
  }
  #sec2 .part1 .block.block11 .img27 {
    width: 40%;
  }
  #sec2 .part1 .block.block11 .img27 img {
    max-width: 456px;
  }
  #sec2 .part1 .block.block12 {
    width: 70%;
    margin: 0 auto 1%;
  }
  #sec2 .part1 .block.block13 {
    margin-bottom: 15%;
  }
  #sec2 .part1 .block.block13 .block13_img{
    display: flex;
  }
  #sec2 .part1 .block.block14 {
    justify-content: space-between;
    margin-bottom: 3%;
    grid-gap: 2%;
  }
/*#sec2 .part1 .block.block9 .img30 {
  margin-top: -238.0952380952px;
  width: 751.0204081633px;
}
#sec2 .part1 .block.block9 .img31 {
  margin-top: 89.7959183673px;
  width: 348.2993197279px;
  margin-left: -136.0544217687px;
  }*/

  #sec2 .part1 .block.block15 {
    /*    padding-bottom: 15%;*/
  }
  #sec2 .part1 .block.block15 #grid > div {
    width: 30%;
    margin-bottom: 1%;
  }
  #sec2 .part1 .block.block15 #grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1%;
  }
/*#grid >div {
  width: calc(30% - 30px);
  height: auto;
  }*/

  #sec3 {
    background-color: #d5bda8;
  }
  #sec3 .part1 .block.block16 .img47 {
    width: 60%;
    margin: 0 auto 5%;
  }
  #sec3 .part1 .block.block17 {
    justify-content: space-between;
    /*padding-bottom: 10%;*/
    gap: 2%;
  }

  .slicker_part {
    -webkit-transform: translate3d(0, 0, 0);
  }

  img {
    max-width: 100%;
  }

  #wrapper {
    position: relative;
  }

  footer {
    position: relative;
    z-index: 100;
    padding-top: 68.0272108844px;
  }
  footer .bg {
    position: absolute;
    background: #fdf4f2;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
  }
  footer .bg2 {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    background: linear-gradient(to right, #b8e9f2 0%, #f6d3df 25%, #f9f3ec 50%, #f6d3df 75%, #b8e9f2 100%);
    animation: bg 25s linear infinite;
  }
  footer .bg3 {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(./../img/bg.png) no-repeat;
    background-size: cover;
    z-index: -1;
  }

  footer .part1 {
    padding-top: 50px;
    width: 457px;
    margin: auto;
    padding-bottom: 66px;
    text-align: center;
  }

  footer .part1 img {
    width: 100%;
  }

  footer .part2 {
    padding-bottom: 40px;
    text-align: center;
    font-size: 10px;
  }

  footer .part3 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 50px;
  }

  footer .part3 a {
    width: 20px;
    margin-left: 12px;
    margin-right: 12px;
}/*# sourceMappingURL=style.css.map */