@charset "UTF-8";
*, *::before, *::after {
  box-sizing: border-box;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img, picture {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

@font-face {
  font-family: "pref";
  font-display: swap;
  src: url("../fonts/pres.woff2") format("woff2");
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 86px;
}
@media all and (max-width: 767px) {
  html {
    scroll-padding-top: 60px;
  }
}

body {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  color: #111;
  line-height: 1.5;
  text-align: left;
  letter-spacing: 0;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media all and (max-width: 767px) {
  body {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}

body.fixed {
  overflow: hidden;
}

img {
  vertical-align: bottom;
  border: none;
}

li {
  list-style: none;
}

i, em {
  font-style: normal;
}

input {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media all and (max-width: 750px) {
  .pcbr {
    display: none;
  }
}

.spbr {
  display: none;
}
@media all and (max-width: 750px) {
  .spbr {
    display: block;
  }
}

/*------------------------------------------------------------
ラッパー
------------------------------------------------------------*/
#wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
@media all and (max-width: 767px) {
  .inner {
    width: 87.7%;
  }
}

/*------------------------------------------------------------
header
------------------------------------------------------------*/
.smenu {
  position: relative;
  top: 0;
  right: 0;
  z-index: 12;
  display: block;
  width: 100%;
  padding: 30px;
  transition: all 0.3s ease;
}
.smenu.is-active a {
  color: #333 !important;
}
@media all and (max-width: 767px) {
  .smenu {
    position: fixed !important;
    padding: 10px;
  }
  .smenu.is-active a {
    color: #333 !important;
  }
  .smenu:hover {
    background: unset;
  }
  .smenu:hover a {
    color: white !important;
  }
}

.smenu_scr {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 12;
  display: block;
  width: 100%;
  padding: 30px;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.6);
}
.smenu_scr #nav-content a {
  color: #454545;
}
.smenu_scr.is-active {
  visibility: visible;
  opacity: 1;
}
.smenu_scr.under_smenu .lgb {
  display: block;
}
.smenu_scr.under_smenu .lgw {
  display: none;
}
@media all and (max-width: 767px) {
  .smenu_scr {
    display: none;
  }
}

.smenu_ons.is-active #nav-open span, .smenu_ons.is-active #nav-open span:before, .smenu_ons.is-active #nav-open span:after {
  background: #454545;
}
.smenu_ons.opn #nav-open span, .smenu_ons.opn #nav-open span:before, .smenu_ons.opn #nav-open span:after {
  background: white;
}

.smenu_ons_sp.is-active #nav-open span, .smenu_ons_sp.is-active #nav-open span:before, .smenu_ons_sp.is-active #nav-open span:after {
  background: #454545;
}
.smenu_ons_sp.opn #nav-open span, .smenu_ons_sp.opn #nav-open span:before, .smenu_ons_sp.opn #nav-open span:after {
  background: white;
}
@media all and (max-width: 767px) {
  .smenu_ons_sp.under_smenu .logo {
    padding: 10px 0 0 10px;
  }
  .smenu_ons_sp.under_smenu .logo img {
    height: 18px;
    width: auto;
  }
  .smenu_ons_sp.under_smenu .logo .lgw {
    display: block;
  }
  .smenu_ons_sp.under_smenu.is-active .logo .lgw {
    display: none;
  }
  .smenu_ons_sp.under_smenu.is-active .logo .lgb {
    display: block;
  }
  .smenu_ons_sp.under_smenu.opn .logo .lgw {
    display: block;
  }
  .smenu_ons_sp.under_smenu.opn .logo .lgb {
    display: none;
  }
  .smenu_ons_sp.under_smenu.menu_law .lgw {
    display: none;
  }
  .smenu_ons_sp.under_smenu.menu_law .lgb {
    display: block;
  }
}

.under_smenu #nav-drawer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}
.under_smenu .logo img {
  height: 26px;
}
.under_smenu .lgb {
  display: none;
}
.under_smenu #nav-content a:before {
  background: #454545;
}
@media all and (max-width: 900px) {
  .under_smenu #nav-content {
    gap: 0 16px;
  }
}
@media all and (max-width: 767px) {
  .under_smenu #nav-open {
    top: 0;
  }
  .under_smenu {
    height: 60px;
  }
  .under_smenu .logo img {
    display: none;
  }
}

.under_smenu_top #nav-content a:before {
  background: white;
}

.under_smenu_top #nav-content a:before {
  background: white;
}

.top_menu {
  max-width: 680px;
  margin: 0 auto;
}

.logo {
  position: relative;
  z-index: 110;
}
.logo .ln {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}
.logo img {
  height: 50px;
  transition: all 0.3s ease;
}
@media all and (max-width: 767px) {
  .logo img {
    height: 30px;
    width: auto;
  }
}

#nav-drawer {
  position: relative;
  display: block;
  place-items: center;
}
@media all and (max-width: 767px) {
  #nav-drawer {
    align-items: center;
  }
}

#nav-open {
  display: none;
  width: 55px;
  height: 55px;
  vertical-align: middle;
  padding: 46px 31.5px;
  box-sizing: border-box;
  z-index: 10000;
  cursor: pointer;
  transition: all 0.5s ease;
  margin-left: 50px;
}
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 1px; /*線の太さ*/
  width: 36px; /*長さ*/
  border-radius: 10px;
  background: white;
  display: block;
  content: "";
  cursor: pointer;
  transition: all 0.3s ease;
}
#nav-open span:before {
  bottom: -10px;
}
#nav-open span:after {
  content: none;
}
#nav-open i {
  display: none;
}
@media all and (max-width: 767px) {
  #nav-open {
    position: absolute;
    right: 0;
    display: inline-block;
    margin-left: 0;
    padding: 13px 15.5px;
  }
  #nav-open span, #nav-open span:before, #nav-open span:after {
    width: 25px; /*長さ*/
  }
  #nav-open span:before {
    bottom: -8px;
  }
  #nav-open span:after {
    bottom: -16px;
  }
  #nav-open i {
    display: block;
    opacity: 0;
    color: white;
    font-size: 1.2rem;
    position: absolute;
    bottom: 9px;
    left: 0;
    width: 100%;
    text-align: center;
    transition: all 0.3s ease;
  }
}

#nav-close {
  display: block;
  position: fixed;
  z-index: 99;
  top: 0; /*全体に広がるように*/
  left: 0;
  width: 50%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
}

#nav-content {
  overflow: auto;
  top: 0;
  right: 0;
  z-index: 9999; /*最前面に*/
  width: auto; /*右側に隙間を作る（閉じるカバーを表示）*/
  max-width: none; /*最大幅（調整してください）*/
  height: 100%;
  transition: 0.3s ease-in-out; /*滑らかに表示*/
  -webkit-overflow-scrolling: touch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  gap: 0 32px;
}
#nav-content a {
  color: white;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
}
#nav-content a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  transition: all 0.3s ease;
  background: white;
}
#nav-content a:hover:before {
  width: 100%;
}
#nav-content .contact {
  font-size: 1.6rem;
  margin-right: 0;
  padding: 10px 25px;
  box-sizing: border-box;
  background: #DC3A86;
  border-radius: 5px;
  display: block;
  font-weight: bold;
  font-family: "pref", sans-serif;
}
#nav-content .contact:hover {
  color: white;
  background: #AD1D61;
}
#nav-content .sp_menu {
  display: none;
}
@media all and (max-width: 767px) {
  #nav-content {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    z-index: 100;
    width: 100%;
    display: block;
    text-align: center;
    padding-top: 40px;
    background: url("../images/sp_bgb1.jpg") center center/cover;
  }
  #nav-content p {
    width: 88%;
    margin: 0 auto;
  }
  #nav-content a {
    color: white;
    display: block;
    text-align: left;
    padding: 24px 10px;
    box-sizing: border-box;
    border-bottom: 1px solid white;
  }
  #nav-content a:hover:before {
    width: 0;
  }
  #nav-content .sp_menu {
    width: 88%;
    margin: 24px auto 0 auto;
    display: block;
    font-size: 1.2rem;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    z-index: 10;
  }
  #nav-content .sp_menu-btn1 {
    text-decoration: none;
    display: block;
    background: #377439;
    width: 100%;
    padding: 13.5px 10px;
    box-sizing: border-box;
    color: white;
    margin: 16px 0 0 auto;
    border-bottom: none;
    text-align: center;
    border-radius: 4px;
  }
  #nav-content .sp_menu-btn1 i {
    position: relative;
    font-size: 1.4rem;
    padding-left: 9px;
    box-sizing: border-box;
  }
  #nav-content .sp_menu-btn1 i:before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 3px;
    height: 3px;
    background: white;
    border-radius: 100%;
  }
  #nav-content .sp_menu-btn2 {
    border-bottom: none;
    text-decoration: none;
    display: block;
    background: #383838;
    border-radius: 4px;
    width: 100%;
    padding: 11.5px 10px 11.5px 20px;
    box-sizing: border-box;
    position: relative;
    color: white;
  }
  #nav-content .sp_menu-btn2 p {
    width: 100%;
  }
  #nav-content .sp_menu-btn2 .eg {
    font-size: 1.6rem;
  }
  #nav-content .sp_menu-btn2 .jp {
    font-size: 1.1rem;
    margin-top: 2px;
  }
  #nav-content .sp_menu-btn2 .arw {
    width: 42px;
    position: absolute;
    right: 20px;
    bottom: 20px;
  }
  #nav-content .sp_menu-btn2 .arw img {
    width: 100%;
  }
}

#nav-input:checked ~ #nav-close {
  visibility: visible;
  opacity: 1;
}
#nav-input:checked ~ #nav-content {
  opacity: 1;
  visibility: visible;
}
#nav-input:checked ~ #nav-open i {
  opacity: 1;
}
#nav-input:checked ~ #nav-open span {
  transform: rotate(40deg);
  top: 41px;
}
@media all and (max-width: 767px) {
  #nav-input:checked ~ #nav-open span {
    top: 18px;
  }
}
#nav-input:checked ~ #nav-open span:before {
  bottom: 0;
  transform: rotate(100deg);
}
#nav-input:checked ~ #nav-open span:after {
  right: -100px;
  opacity: 0;
}

.nav-unshown {
  display: none;
}

.menu_law .lgw {
  display: none;
}
.menu_law .lgb {
  display: block;
}
.menu_law #nav-content a {
  color: #454545;
}
.menu_law #nav-content a:before {
  background: #454545;
}
.menu_law #nav-open span, .menu_law #nav-open span:before, .menu_law #nav-open span:after {
  background: #333;
}

/*------------------------------------------------------------
footer
------------------------------------------------------------*/
footer {
  position: relative;
}
footer .ft1, footer .ft2 {
  position: relative;
  z-index: 2;
}

/*------------------------------------------------------------
parts
------------------------------------------------------------*/
/*-----accordion-------*/
.acd_wrap {
  margin-top: 100px;
}

.acd_bx {
  border: 1px solid #ccc;
  margin-top: 20px;
}
.acd_bx:first-of-type {
  margin-top: 0;
}
.acd_bx .q {
  cursor: pointer;
  padding: 20px;
  position: relative;
}
.acd_bx .a {
  padding: 20px;
  box-sizing: border-box;
  border-top: 1px solid #ccc;
}
.acd_bx .plus {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 20px;
  top: 50%;
  margin-top: -10px;
  transition: all 0.3s ease;
}
.acd_bx .plus:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1px;
  width: 2px;
  height: 100%;
  background: #ccc;
}
.acd_bx .plus:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
  width: 100%;
  height: 2px;
  background: #ccc;
  transition: all 0.3s ease;
}
.acd_bx .open .plus {
  transform: rotate(90deg);
}
.acd_bx .open .plus:before {
  opacity: 0;
  bottom: -30px;
}

/*-----layout-------*/
.photo_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.photo_text .img {
  width: 50%;
  margin-left: calc(42% - 50vw);
  flex: 1;
}
.photo_text .img img {
  width: 100%;
  object-fit: cover;
}
.photo_text .txt {
  width: 50%;
}
@media all and (max-width: 767px) {
  .photo_text {
    flex-wrap: wrap;
  }
  .photo_text .img {
    width: 100%;
    margin-left: 0;
    flex: unset;
  }
  .photo_text .txt {
    width: 100%;
  }
}

.photo_text_rev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.photo_text_rev .img {
  width: 50%;
  margin-right: calc(42% - 50vw);
  flex: 1;
}
.photo_text_rev .img img {
  width: 100%;
  object-fit: cover;
}
.photo_text_rev .txt {
  width: 50%;
}
@media all and (max-width: 767px) {
  .photo_text_rev {
    flex-wrap: wrap;
  }
  .photo_text_rev .img {
    width: 100%;
    margin-right: 0;
    flex: unset;
  }
  .photo_text_rev .txt {
    width: 100%;
  }
}

.list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px 20px;
}
.list .img:nth-of-type(1) {
  grid-row: 1/3;
  grid-column: 1/4;
}

/*-----btns-------*/
.under_btn {
  position: relative;
}
.under_btn:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #0481A2;
  transition: all 0.3s;
  transform: scale(0, 1);
  transform-origin: left top;
}
.under_btn:hover:after {
  transform: scale(1, 1);
}
@media all and (max-width: 767px) {
  .under_btn:after {
    content: none;
  }
  .under_btn:hover:after {
    transform: scale(1);
  }
}

.grad_btn {
  display: block;
  color: #fff;
  padding: 18px 60px;
  border-radius: 30px;
  text-decoration: none;
  outline: none;
  background: linear-gradient(270deg, #3bade3 0%, #576fe6 25%, #9844b7 51%, #ff357f 100%);
  background-position: 1% 50%;
  background-size: 200% auto;
  transition: all 0.3s ease-out;
}

.grad_btn:hover {
  color: #fff;
  background-position: 99% 50%;
}

/*------------------------------------------------------------
inview css
------------------------------------------------------------*/
.anm {
  opacity: 0;
}

.anm_all.trigger {
  opacity: 1;
}
.anm_all .item {
  opacity: 0;
}
.anm_all .item.up {
  animation: up 0.7s cubic-bezier(0.33, 1, 0.68, 1) 0.1s 1 normal forwards;
}

.trigger {
  opacity: 0;
}
.trigger.up {
  animation: up 0.7s cubic-bezier(0.33, 1, 0.68, 1) 0.1s 1 normal forwards;
}
.trigger.delay0 {
  animation-delay: 0ms;
}
.trigger.delay1 {
  animation-delay: 100ms;
}
.trigger.delay2 {
  animation-delay: 200ms;
}
.trigger.delay3 {
  animation-delay: 300ms;
}
.trigger.delay4 {
  animation-delay: 400ms;
}
.trigger.delay5 {
  animation-delay: 500ms;
}
.trigger.delay6 {
  animation-delay: 600ms;
}
.trigger.delay7 {
  animation-delay: 700ms;
}
.trigger.delay8 {
  animation-delay: 800ms;
}
.trigger.delay9 {
  animation-delay: 900ms;
}
.trigger.delay10 {
  animation-delay: 1000ms;
}

@keyframes up {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
.ttl_cm h2 {
  font-size: 4rem;
  color: #A39989;
  font-weight: normal;
  letter-spacing: 0.004em;
}
.ttl_cm .plu {
  width: 15px;
  height: 15px;
  position: relative;
  margin-bottom: 0px;
}
.ttl_cm .plu:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #A39989;
}
.ttl_cm .plu:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #A39989;
}
.ttl_cm .jp {
  color: #A39989;
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 16px;
}
.ttl_cm.wh h2 {
  color: white;
}
.ttl_cm.wh .plu:before {
  background: white;
}
.ttl_cm.wh .plu:after {
  background: white;
}
.ttl_cm.wh .jp {
  color: white;
}
@media all and (max-width: 767px) {
  .ttl_cm h2 {
    font-size: 3.2rem;
    margin-top: 7px;
  }
  .ttl_cm .jp {
    margin-top: 8px;
  }
}

.pluf {
  width: 15px;
  height: 15px;
  position: relative;
  margin-bottom: 8px;
}
.pluf:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #A39989;
}
.pluf:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #A39989;
}

.btn_1 {
  display: block;
  width: 135px;
  text-decoration: none;
  color: white;
  border: 1px solid white;
  border-radius: 100px;
  font-size: 1.2rem;
  letter-spacing: 0.004em;
  text-align: center;
  padding: 4px 10px;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .btn_1:hover {
    background: white;
    color: #454545;
  }
}

.btn_sq {
  text-decoration: none;
  color: white;
  text-align: center;
  display: block;
  border: 1px solid white;
  letter-spacing: 0.004em;
  padding: 21px 10px;
  box-sizing: border-box;
  width: 354px;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .btn_sq:hover {
    background: white;
    color: #454545;
  }
}
.btn_sq_192 {
  width: 192px;
  padding: 14px 10px;
}
.btn_sq_ch {
  color: #A39989;
  border: 1px solid #A39989;
}
@media all and (max-width: 767px) {
  .btn_sq {
    padding: 21px 10px;
    width: 100%;
    font-size: 1.4rem;
  }
}

footer {
  background: url(../images/ex_bg.jpg) no-repeat center center/cover;
  color: white;
}
footer .ft1 {
  padding: 60px 0 50px 0;
  box-sizing: border-box;
}
footer .ft1_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: flex-end;
}
footer .ft1 .nm {
  margin: 10px 0 6px 0;
}
footer .ft1 .lg {
  display: block;
  margin-bottom: 11px;
}
footer .ft1 .lg img {
  width: auto;
  height: 37px;
}
footer .ft1 .menus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  align-items: center;
  gap: 0 24px;
}
footer .ft1 .menus a {
  display: block;
  position: relative;
  transition: all 0.3s ease;
}
footer .ft1 .menus a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  transition: all 0.3s ease;
  background: white;
}
@media (any-hover: hover) {
  footer .ft1 .menus a:hover:before {
    width: 100%;
  }
}
footer .ft1 .menus .cont {
  border: 1px solid white;
  border-radius: 100px;
  line-height: 1;
  padding: 3px 12px 7px 12px;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
footer .ft1 .menus .cont:before {
  content: none;
}
@media (any-hover: hover) {
  footer .ft1 .menus .cont:hover {
    background: #377439;
    border: 1px solid #377439;
  }
}
footer .ft1 .menus .cont i {
  position: relative;
  font-size: 1.2rem;
  padding-left: 9px;
  box-sizing: border-box;
}
footer .ft1 .menus .cont i:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 3px;
  height: 3px;
  background: white;
  border-radius: 100%;
  transition: all 0.3s ease;
}
@media all and (max-width: 1080px) {
  footer .ft1_wrap {
    display: block;
  }
  footer .ft1 .menus {
    margin-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
footer a {
  text-decoration: none;
  color: white;
}
footer .ft2 {
  border-top: 1px solid white;
  font-size: 1.4rem;
  padding: 60px 0 50px 0;
  box-sizing: border-box;
}
footer .ft2 .fb1 {
  font-weight: bold;
  margin-bottom: 8px;
}
footer .ft2 a i {
  position: relative;
}
footer .ft2 a i:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  transition: all 0.3s ease;
  background: white;
}
@media (any-hover: hover) {
  footer .ft2 a i:hover:before {
    width: 100%;
  }
}
footer .ft2_c3 {
  margin-top: 34px;
}
footer .ft2_c3 .ft2_menus {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0 24px;
  font-size: 1.6rem;
}
footer .ft2_c3 .ft2_menus a {
  display: block;
  white-space: nowrap;
}
footer .ft2_c3 .fb2 {
  border-bottom: 1px solid white;
  padding-bottom: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
}
footer .ft3 {
  border-top: 1px solid white;
  box-sizing: border-box;
  padding: 50px 0 40px 0;
  text-align: center;
}
footer .ft3 a i {
  position: relative;
}
footer .ft3 a i:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  transition: all 0.3s ease;
  background: white;
}
@media (any-hover: hover) {
  footer .ft3 a i:hover:before {
    width: 100%;
  }
}
footer .ft3 .sns {
  display: inline-block;
}
footer .ft3 .sns .in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: center;
  gap: 0 5px;
}
footer .ft3 .sns .in img {
  height: 16px;
  width: auto;
}
footer .ft3 .sns a {
  transition: all 0.3s ease;
}
footer .ft3 .sns a:hover {
  opacity: 0.7;
}
footer .ft3 .ft3_wrap {
  margin-top: 20px;
  display: inline-block;
}
footer .ft3 .ft3_menus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 0;
}
footer .ft3 .ft3_menus a {
  padding: 0 16px;
  border-right: 1px solid #BEB7AC;
  box-sizing: border-box;
  font-size: 1.4rem;
}
footer .ft3 .ft3_menus a:nth-of-type(1) {
  padding-left: 0;
}
footer .ft3 .ft3_menus a:last-of-type {
  padding-right: 0;
  border-right: none;
}
@media all and (max-width: 767px) {
  footer .ft1 {
    padding: 64px 0 40px 0;
  }
  footer .ft1_wrap {
    display: block;
  }
  footer .ft1 .nm {
    margin: 10px 0 6px 0;
  }
  footer .ft1 .lg img {
    height: 31px;
  }
  footer .ft1 .menus {
    margin-top: 32px;
    display: block;
  }
  footer .ft1 .menus .cont {
    margin-top: 10px;
    max-width: 132px;
    text-align: center;
  }
  footer .ft2 {
    padding: 40px 0;
  }
  footer .ft2_c3 {
    margin-top: 40px;
  }
  footer .ft2_c3 .ft2_menus {
    grid-template-columns: 1fr;
    gap: 40px;
    font-size: 1.3rem;
  }
  footer .ft3 {
    padding: 40px 0 64px 0;
  }
  footer .ft3 .sns {
    font-size: 1.6rem;
  }
  footer .ft3 .ft3_wrap {
    margin-top: 40px;
    display: block;
  }
  footer .ft3 .ft3_menus {
    display: block;
    gap: 0;
  }
  footer .ft3 .ft3_menus a {
    text-align: left;
    padding: 0;
    font-size: 1.3rem;
    border: none;
    display: block;
  }
}

.fixed_menu {
  position: fixed;
  right: 0;
  bottom: 20px;
  font-size: 1.2rem;
  margin-bottom: 20px;
  transition: all 0.3s ease;
  z-index: 10;
}
.fixed_menu-btn1 {
  text-decoration: none;
  display: block;
  border-radius: 4px 0 0 4px;
  background: #377439;
  width: 144px;
  padding: 9px 10px;
  box-sizing: border-box;
  color: white;
  margin: 0 0 20px auto;
  transition: all 0.3s ease;
}
.fixed_menu-btn1 i {
  position: relative;
  font-size: 1.2rem;
  padding-left: 9px;
  box-sizing: border-box;
}
.fixed_menu-btn1 i:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 3px;
  height: 3px;
  background: white;
  border-radius: 100%;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .fixed_menu-btn1:hover {
    background: white;
    color: #377439;
  }
  .fixed_menu-btn1:hover i:before {
    background: #377439;
  }
}
@media all and (max-width: 767px) {
  .fixed_menu-btn1 {
    width: 112px;
    padding: 5px 10px;
    margin: 0 0 10px auto;
  }
}
.fixed_menu-btn2 {
  text-decoration: none;
  display: block;
  border-radius: 4px 0 0 4px;
  background: #383838;
  width: 224px;
  padding: 9px 10px 9px 20px;
  box-sizing: border-box;
  position: relative;
  color: white;
  transition: all 0.3s ease;
}
.fixed_menu-btn2 i {
  position: relative;
  font-size: 1.2rem;
  padding-left: 9px;
  box-sizing: border-box;
}
.fixed_menu-btn2 i:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 3px;
  height: 3px;
  background: white;
  border-radius: 100%;
}
.fixed_menu-btn2 .eg {
  font-size: 2.2rem;
}
.fixed_menu-btn2 .jp {
  font-size: 1.4rem;
  margin-top: 4px;
}
.fixed_menu-btn2 .arw {
  width: 42px;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.fixed_menu-btn2 .arw img {
  width: 100%;
}
@media (any-hover: hover) {
  .fixed_menu-btn2:hover {
    background: #A39989;
  }
}
@media all and (max-width: 767px) {
  .fixed_menu-btn2 {
    width: 147px;
    padding: 8px 10px 8px 20px;
  }
  .fixed_menu-btn2 .eg {
    font-size: 1.4rem;
  }
  .fixed_menu-btn2 .jp {
    font-size: 1.1rem;
    margin-top: 2px;
  }
  .fixed_menu-btn2 .arw {
    right: 20px;
    bottom: 16px;
  }
}
.fixed_menu.is-hidden {
  opacity: 0;
  visibility: hidden;
}
.fixed_menu div#gt_float_wrapper {
  text-align: right;
}
.fixed_menu .gtranslate_wrapper {
  margin-bottom: 20px;
}
@media all and (max-width: 767px) {
  .fixed_menu .gtranslate_wrapper {
    margin-bottom: 10px;
  }
}
.fixed_menu .gt_float_switcher {
  width: 104px !important;
  text-align: center;
}
.fixed_menu .gt_float_switcher img {
  width: 22px;
}
.fixed_menu .gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code {
  font-size: 1.2rem;
  top: 0;
}
.fixed_menu .gt_float_switcher .gt-selected .gt-current-lang {
  display: inline-block;
  padding: 5px 10px;
}
.fixed_menu .gt_float_switcher .gt_options a {
  font-size: 1.2rem;
  padding: 5px 10px;
}

.insta {
  padding: 120px 0 160px 0;
  box-sizing: border-box;
  background: url(../images/instabg.jpg) no-repeat center center/cover;
}
@media all and (max-width: 767px) {
  .insta {
    padding: 64px 0;
  }
  .insta h2 {
    line-height: 1.3;
    text-align: left;
  }
}
.insta .top_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: flex-end;
}
.insta .top_wrap a {
  background: url("../images/ins.png") center left no-repeat;
  background-size: 24px auto;
  text-decoration: none;
  color: #A39989;
  padding-left: 36px;
}
.insta .top_wrap a i {
  transition: all 0.3s ease;
  padding-bottom: 3px;
  box-sizing: border-box;
  position: relative;
  transition: all 0.3s ease;
}
.insta .top_wrap a i:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  transition: all 0.3s ease;
  background: #A39989;
}
@media (any-hover: hover) {
  .insta .top_wrap a:hover i:before {
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  .insta .top_wrap {
    display: block;
  }
  .insta .top_wrap a {
    padding-top: 5px;
    display: inline-block;
    padding-bottom: 5px;
    margin-top: 16px;
  }
  .insta .top_wrap a i {
    border-bottom: 1px solid #A39989;
    padding-bottom: 3px;
    box-sizing: border-box;
  }
}
.insta .insta_wrap {
  margin-top: 80px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  position: relative;
}
@media all and (max-width: 1280px) {
  .insta .insta_wrap {
    margin-top: 40px;
    border: 20px solid white;
  }
}
@media all and (max-width: 767px) {
  .insta .insta_wrap {
    margin-top: 16px;
    border: 12px solid white;
  }
}
.insta .insta_wrap:before {
  content: "";
  position: absolute;
  top: -40px;
  left: -40px;
  margin-top: 0;
  margin-left: 0;
  width: calc(100% + 80px);
  height: calc(100% + 80px);
  background: white;
}
@media all and (max-width: 1280px) {
  .insta .insta_wrap:before {
    content: none;
  }
}
.insta .insta_wrap a {
  display: block;
  position: relative;
  z-index: 2;
}

.cta {
  padding: 120px 0;
  box-sizing: border-box;
  background: url("../images/cta.jpg") center center/cover;
}
.cta a {
  text-decoration: none;
  color: white;
  font-size: 4rem;
  border: 1px solid #ABB5C6;
  padding: 28px 40px 28px 48px;
  box-sizing: border-box;
  backdrop-filter: blur(10px);
  background: url("../images/plw.png") center right 48px no-repeat;
  background-size: 18px auto;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .cta a:hover {
    backdrop-filter: blur(0);
    background: url("../images/plw2.png") center right 48px no-repeat, white;
    background-size: 18px auto;
    color: #454545;
  }
}
.cta .inner {
  max-width: 1040px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 120px;
}
@media all and (max-width: 1120px) {
  .cta .inner {
    grid-template-columns: 1fr;
    gap: 60px 0;
    max-width: 450px;
  }
}
@media all and (max-width: 767px) {
  .cta {
    padding: 64px 0;
  }
  .cta a {
    font-size: 2.4rem;
    padding: 15px 16px 15px 32px;
    background: url("../images/plw.png") center right 16px no-repeat;
    background-size: 18px auto;
  }
  .cta .inner {
    gap: 32px 0;
  }
}

.mv_bg {
  background: url(../images/villa_mv.webp) no-repeat center center/cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
@media all and (max-width: 767px) {
  .mv_bg {
    background: url(../images/villa_mv_sp.jpg) no-repeat center center/cover;
    height: 76vh;
  }
}

.mv {
  height: calc(100vh - 86px);
  width: 100vw;
  place-items: center;
  text-align: center;
  padding-top: 200px;
  box-sizing: border-box;
}
@media all and (max-width: 767px) {
  .mv {
    padding-top: 160px;
    height: 76vh;
  }
}
.mv h1 {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
  height: auto;
}
.mv h1 img {
  width: 100%;
}
@media all and (max-width: 767px) {
  .mv h1 {
    width: 80%;
  }
}
.mv .eg {
  font-size: 1.5rem;
  color: white;
  margin: 20px 0 30px 0;
}
@media all and (max-width: 767px) {
  .mv .eg {
    font-size: 1.4rem;
    margin: 16px 0;
  }
}
.mv .btn_mv {
  border-radius: 100px;
  border: 1px solid white;
  text-decoration: none;
  color: white;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  display: inline-block;
  padding: 9px 14px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.mv .btn_mv:hover {
  background: #383838;
}
@media (any-hover: hover) {
  .mv .btn_mv:hover {
    background: #383838;
  }
}
.mv .btn_mv i {
  padding-left: 16px;
  background: url("../images/mvbtn_tri.png") center left no-repeat;
  background-size: 9px auto;
}

.top3 {
  background: url(../images/ex_bg.jpg) no-repeat center center/cover;
  padding: 120px 0;
  box-sizing: border-box;
}
@media all and (max-width: 767px) {
  .top3 {
    padding: 64px 0;
  }
}
.top3 .lead {
  margin-top: 8px;
  line-height: 2.5;
  color: white;
}
@media all and (max-width: 767px) {
  .top3 .lead {
    margin-top: 24px;
    font-size: 1.4rem;
    line-height: 2.3;
  }
}
.top3_c3 {
  margin: 80px 0 0 0;
}
.top3_c3 .swiper-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 100px 60px;
}
@media all and (max-width: 1000px) {
  .top3_c3 .swiper-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media all and (max-width: 767px) {
  .top3_c3 {
    margin: 24px 0 0 0;
  }
  .top3_c3 .swiper-wrapper {
    display: flex;
    gap: 0;
  }
}
.top3_c3_bx {
  text-decoration: none;
  color: white;
}
.top3_c3_bx .ttl {
  font-size: 2.4rem;
  letter-spacing: 0.004em;
  min-height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: flex-start;
  line-height: 1.3;
  padding-top: 24px;
}
.top3_c3_bx .op {
  background: white;
  border-radius: 4px;
  padding: 2px 9px 4px 9px;
  color: #A39989;
  font-size: 1.2rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.top3_c3_bx .img {
  overflow: hidden;
}
.top3_c3_bx .img img {
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .top3_c3_bx:hover img {
    transform: scale(1.05);
  }
  .top3_c3_bx:hover .btn i:before {
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  .top3_c3_bx .ttl {
    font-size: 2rem;
    min-height: 70px;
    padding-top: 16px;
  }
  .top3_c3_bx .op {
    padding: 4px 11.5px;
    font-size: 1rem;
  }
}
.top3 .btn {
  text-align: right;
  position: relative;
  border-bottom: 1px solid white;
}
.top3 .btn i {
  font-size: 1.2rem;
  letter-spacing: 0.004em;
  display: inline-block;
  background: url(../images/plus1.png) top 4px right no-repeat;
  background-size: 11px auto;
  padding-bottom: 10px;
  padding-right: 35px;
  position: relative;
}
.top3 .btn i:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: white;
  transition: all 0.3s ease;
}
@media all and (max-width: 767px) {
  .top3 .btn i {
    font-size: 1.1rem;
    border-bottom: 3px solid white;
    padding-bottom: 10px;
    padding-right: 25px;
  }
}
.top3 .btn_sq {
  margin: 80px auto 0 auto;
}
@media all and (max-width: 767px) {
  .top3 .btn_sq {
    margin: 40px auto 0 auto;
  }
}

.bt_v1 {
  margin-top: 24px;
  border: 1px solid white;
  border-radius: 100px;
  color: white;
  padding: 1px 0;
  text-align: center;
  display: block;
  width: 144px;
}
@media all and (max-width: 767px) {
  .bt_v1 {
    width: 135px;
  }
}

.lity-active, .lity-active body {
  overflow: hidden;
}

.res_btn {
  transition: all 0.3s ease;
}
.res_btn .hov {
  display: none;
}
.res_btn a {
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .res_btn a:hover {
    background: #A39989 !important;
  }
  .res_btn a:hover .eg {
    color: white;
  }
  .res_btn a:hover .jp {
    color: white;
  }
  .res_btn a:hover .hov {
    display: block;
  }
  .res_btn a:hover .def {
    display: none;
  }
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100dvh;
  place-content: center;
  text-align: center;
  z-index: 20000;
  transition: all 1s ease;
  background: white;
}
.loading .load_logo {
  display: inline-block;
}
.loading .load_logo img {
  height: 90px;
}
.loading.loaded {
  opacity: 0;
  visibility: hidden;
}
@media all and (max-width: 767px) {
  .loading .load_logo img {
    display: block;
    margin: 0 auto;
    width: 300px;
    height: 45px;
  }
}

/*# sourceMappingURL=base.css.map */
