@charset "UTF-8";
/*-------------------------------------------------------------------
リセット
/*-------------------------------------------------------------------*/
*, *:before, *:after {
  box-sizing: border-box;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  background: transparent;
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  letter-spacing: 0.03em;
}

body {
  font-family: "M PLUS Rounded 1c", "Noto Sans JP", sans-serif;
  color: #333;
  background-color: #f8f6f2;
  scroll-behavior: smooth;
  /* safari hover対策 */
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-variant-numeric: tabular-nums;
  font-weight: 400;
  line-height: 1.6;
  width: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  color: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  vertical-align: baseline;
}

ins {
  background-color: #ffff99;
  color: #000000;
  text-decoration: none;
}

mark {
  background-color: #ffff99;
  color: #000000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

li {
  list-style: none;
}

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

/* change border color to suit your needs */
hr {
  border: 0;
  border-top: 1px solid #cccccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  line-height: 1;
  vertical-align: bottom;
  width: 100%;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  line-height: 1;
  outline: none;
  padding: 0;
}

*, *:before, *:after {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  z-index: 1;
}

.sp {
  display: none !important;
}

.sp_inline {
  display: none;
}

.pc_inline {
  display: inline;
}

@media screen and (min-width: 768px) {
  .imgalpha {
    cursor: pointer;
    transition: opacity 0.6s;
  }
  .imgalpha:hover {
    opacity: 0.6 !important;
  }
}
.test {
  color: #263c64;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
header a {
  transition: 0.3s ease;
}
@media only screen and (min-width: 769px) {
  header a:hover {
    opacity: 0.7;
  }
}
header .header_wrap {
  font-family: var(--font-family-en);
  background-color: var(--theme-color01);
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  padding: 13px 40px;
  position: relative;
}
@media only screen and (max-width: 880px) {
  header .header_wrap {
    padding: 13px 20px;
  }
}
@media only screen and (max-width: 768px) {
  header .header_wrap {
    padding: 2.4vw 5.3333333333vw;
  }
}
@media only screen and (max-width: 768px) {
  header .header_wrap .navL {
    position: absolute;
    width: 100vw;
    top: 0vw;
    left: 0;
    background-color: var(--theme-color01);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
  }
  header .header_wrap .navL.active {
    opacity: 1;
    visibility: visible;
  }
}
header .header_wrap .navL ul {
  display: flex;
  gap: 25px;
}
@media only screen and (max-width: 768px) {
  header .header_wrap .navL ul {
    flex-direction: column;
    padding-top: 30.6666666667vw;
    padding-left: 8.8vw;
    gap: 6.4vw;
  }
}
header .header_wrap .navL ul a {
  width: 100%;
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}
@media only screen and (max-width: 880px) {
  header .header_wrap .navL ul a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  header .header_wrap .navL ul a {
    font-size: 4.8vw;
  }
}
@media only screen and (max-width: 768px) {
  header .header_wrap .navL ul .sns {
    width: 8vw;
    padding-bottom: 22.6666666667vw;
  }
}
@media only screen and (max-width: 768px) {
  header .header_wrap .navL .copyright {
    font-size: 2.1333333333vw;
    font-weight: 500;
    text-align: center;
    padding-bottom: 13.3333333333vw;
  }
}
header .header_wrap .logo_wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 1060px) {
  header .header_wrap .logo_wrap {
    position: relative;
    left: auto;
    transform: initial;
  }
}
@media only screen and (max-width: 768px) {
  header .header_wrap .logo_wrap {
    position: relative;
    z-index: 1;
  }
}
header .header_wrap .logo_wrap a {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 5px;
}
@media only screen and (max-width: 768px) {
  header .header_wrap .logo_wrap a {
    gap: 1.3333333333vw;
  }
}
header .header_wrap .logo_wrap a .logo_img {
  width: 44px;
}
@media only screen and (max-width: 768px) {
  header .header_wrap .logo_wrap a .logo_img {
    width: 11.2vw;
  }
}
header .header_wrap .logo_wrap a .campany_name {
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.01em;
}
@media only screen and (max-width: 768px) {
  header .header_wrap .logo_wrap a .campany_name {
    font-size: 2.9333333333vw;
    letter-spacing: 0;
  }
}
header .header_wrap .logo_wrap a .campany_name span {
  font-size: 10px;
  letter-spacing: 0.03em;
}
@media only screen and (max-width: 768px) {
  header .header_wrap .logo_wrap a .campany_name span {
    font-size: 1.7866666667vw;
    padding-bottom: 0.5333333333vw;
  }
}
header .header_wrap .navR {
  position: relative;
  z-index: 999;
}
header .header_wrap .navR ul {
  display: flex;
  align-items: center;
  gap: 27px;
}
header .header_wrap .navR ul .contact_btn a {
  background-color: #f9e48f;
  color: var(--theme-color01);
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  display: flex;
  align-items: center;
  padding: 9px 25px;
  border-radius: 20px;
  border: 2px solid transparent;
  transition: 0.3s ease;
}
@media only screen and (min-width: 769px) {
  header .header_wrap .navR ul .contact_btn a:hover {
    opacity: 1;
    background-color: var(--theme-color01);
    color: #f9e48f;
    border: 2px solid #f9e48f;
  }
}
header .header_wrap .navR ul .instagram_btn {
  width: 30px;
}
header .header_wrap .navR .menu_trigger {
  width: 13.3333333333vw;
  height: 13.3333333333vw;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: relative;
  cursor: pointer;
}
header .header_wrap .navR .menu_trigger p {
  font-size: 2.6666666667vw;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  padding-top: 4vw;
  transition: 0.3s ease;
}
header .header_wrap .navR .menu_trigger .bar1, header .header_wrap .navR .menu_trigger .bar2 {
  position: absolute;
  width: 8vw;
  height: 1px;
  background-color: #fff;
  left: 50%;
  transform: translateX(-50%);
  transform-origin: center;
  transition: 0.5s ease;
}
header .header_wrap .navR .menu_trigger .bar1 {
  bottom: 5.3333333333vw;
}
header .header_wrap .navR .menu_trigger .bar2 {
  bottom: 3.2vw;
}
header .header_wrap .navR .menu_trigger.active p {
  opacity: 0;
}
header .header_wrap .navR .menu_trigger.active .bar1 {
  top: 50%;
  transform: translate(-50%, -50%) rotate(15deg);
}
header .header_wrap .navR .menu_trigger.active .bar2 {
  top: 50%;
  bottom: auto;
  transform: translate(-50%, -50%) rotate(-15deg);
}

footer {
  /*-------------------------------------------------------------------
  footer
  /*-------------------------------------------------------------------*/
  background-color: var(--theme-color01);
  color: #fff;
  font-family: var(-font-family-en);
}
footer a {
  transition: 0.3s ease;
}
@media only screen and (min-width: 769px) {
  footer a:hover {
    opacity: 0.7;
  }
}
footer .footer_wrap {
  max-width: 1090px;
  width: 100%;
  padding: 75px 20px 50px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  footer .footer_wrap {
    max-width: 100vw;
    padding: 29.3333333333vw 5.3333333333vw 15.4666666667vw;
  }
}
footer .footer_wrap .footer_nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 115px;
}
@media only screen and (max-width: 768px) {
  footer .footer_wrap .footer_nav {
    flex-direction: column;
    gap: 9.6vw;
    padding-bottom: 38.1333333333vw;
  }
}
footer .footer_wrap .footer_nav .logo_wrap {
  max-width: 285px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  footer .footer_wrap .footer_nav .logo_wrap {
    max-width: 61.3333333333vw;
    margin: 0 auto;
  }
}
footer .footer_wrap .footer_nav .logo_wrap a {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media only screen and (max-width: 768px) {
  footer .footer_wrap .footer_nav .logo_wrap a {
    gap: 3.4666666667vw;
  }
}
footer .footer_wrap .footer_nav .logo_wrap a .logo_img {
  max-width: 78px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  footer .footer_wrap .footer_nav .logo_wrap a .logo_img {
    max-width: 17.0666666667vw;
  }
}
footer .footer_wrap .footer_nav .logo_wrap a .campany_name {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.1;
}
@media only screen and (max-width: 768px) {
  footer .footer_wrap .footer_nav .logo_wrap a .campany_name {
    font-size: 4.48vw;
  }
}
footer .footer_wrap .footer_nav .logo_wrap a .campany_name span {
  font-size: 12px;
}
@media only screen and (max-width: 768px) {
  footer .footer_wrap .footer_nav .logo_wrap a .campany_name span {
    font-size: 2.6666666667vw;
  }
}
footer .footer_wrap .footer_nav .menu_wrap {
  max-width: 590px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  footer .footer_wrap .footer_nav .menu_wrap {
    max-width: 59.7333333333vw;
  }
}
footer .footer_wrap .footer_nav .menu_wrap ul {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media only screen and (max-width: 768px) {
  footer .footer_wrap .footer_nav .menu_wrap ul {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 3.4666666667vw;
  }
}
footer .footer_wrap .footer_nav .menu_wrap ul li {
  font-size: 18px;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  footer .footer_wrap .footer_nav .menu_wrap ul li {
    font-size: 4.2666666667vw;
  }
  footer .footer_wrap .footer_nav .menu_wrap ul li:nth-child(odd) {
    width: 16.5333333333vw;
  }
  footer .footer_wrap .footer_nav .menu_wrap ul li:nth-child(even) {
    width: 20.2666666667vw;
  }
}
footer .footer_wrap .footer_nav .menu_wrap ul .sns img {
  width: 30px;
}
@media only screen and (max-width: 768px) {
  footer .footer_wrap .footer_nav .menu_wrap ul .sns img {
    width: 3.7333333333vw;
    vertical-align: middle;
  }
}
footer .footer_wrap .copyright {
  text-align: center;
  font-size: 11px;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  footer .footer_wrap .copyright {
    font-size: 2.6666666667vw;
  }
}

/*-------------------------------------------------------------------
common
/*-------------------------------------------------------------------*/
:root {
  --font-family-jp: "M PLUS Rounded 1c", "Noto Sans JP", sans-serif;
  --font-family-en: "Poppins", "Noto Sans JP", sans-serif;
  --theme-color01: #838c67;
  --theme-color02: #2b5f2a;
}

@media only screen and (min-width: 769px) {
  .sp {
    display: none;
  }
  #stalker {
    pointer-events: none;
    position: fixed;
    width: 40px;
    height: 40px;
    background-color: rgba(131, 140, 103, 0.8);
    border: 1px solid #fff;
    border-radius: 50%;
    transition: transform 0.2s linear, width 0.2s ease, height 0.2s ease, background-color 0.2s ease, border 0.2s ease;
    transform: translate(0%, 0%);
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #stalker span {
    opacity: 0;
    font-size: 12px;
    color: var(--theme-color01);
    transition: opacity 0.2s ease;
  }
  #stalker.hover span {
    opacity: 1;
  }
  #stalker.hover {
    width: 80px;
    height: 80px;
    background-color: transparent;
    border: 1px solid var(--theme-color01);
  }
}
@media only screen and (min-width: 769px) {
  .wrap {
    min-width: 960px;
  }
}

.no_scroll {
  overflow: hidden;
  height: 100vh;
}

.inner {
  max-width: 1320px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .inner {
    max-width: 100vw;
    padding: 0 5.3333333333vw;
  }
}

.page_cont {
  padding-top: 100px;
  margin-top: -100px;
}
@media only screen and (max-width: 768px) {
  .page_cont {
    padding-top: 13.3333333333vw;
    margin-top: -13.3333333333vw;
  }
}

.section_ttlL {
  padding-left: 63px;
}
@media only screen and (max-width: 768px) {
  .section_ttlL {
    padding-left: 0;
  }
}
.section_ttlL h3 {
  font-family: var(--font-family-en);
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  color: var(--theme-color01);
  padding-bottom: 12px;
  position: relative;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .section_ttlL h3 {
    font-size: 5.3333333333vw;
    padding-bottom: 1.8666666667vw;
  }
}
.section_ttlL h3::before {
  position: absolute;
  content: "";
  background-color: var(--theme-color01);
  width: 9px;
  height: 1px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.section_ttlR {
  padding-right: 63px;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .section_ttlR {
    padding-right: 0;
  }
}
.section_ttlR h3 {
  font-family: var(--font-family-en);
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  color: var(--theme-color01);
  padding-bottom: 12px;
  position: relative;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .section_ttlR h3 {
    font-size: 5.3333333333vw;
    padding-bottom: 1.8666666667vw;
  }
}
.section_ttlR h3::before {
  position: absolute;
  content: "";
  background-color: var(--theme-color01);
  width: 9px;
  height: 1px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.btn {
  max-width: 230px;
  width: 100%;
  margin: 34px auto 0;
  border: 2px solid var(--theme-color01);
  border-radius: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  .btn {
    max-width: 46.1333333333vw;
    margin-top: 13.3333333333vw;
    border: 0.5333333333vw solid var(--theme-color01);
    border-radius: 5.3333333333vw;
  }
}
.btn a {
  text-decoration: none;
  width: 100%;
  padding: 20px 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  transition: 0.3s;
  color: var(--theme-color02);
}
@media only screen and (max-width: 768px) {
  .btn a {
    padding: 2.9333333333vw 0;
    font-size: 3.7333333333vw;
  }
}
.btn a::after {
  content: "";
  background-color: var(--theme-color02);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  display: inline-block;
  margin-top: -2px;
  margin-left: 8px;
  vertical-align: middle;
  transform: scale(1);
  transition: 0.3s;
  position: relative;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .btn a::after {
    width: 0.72vw;
    height: 0.72vw;
    margin-top: -0.5333333333vw;
    margin-left: 2.6666666667vw;
  }
}
@media only screen and (min-width: 769px) {
  .btn:hover {
    border: 2px solid transparent;
  }
  .btn:hover a {
    color: #fff;
    background-color: var(--theme-color02);
  }
  .btn:hover a::after {
    transform: scale(50);
  }
}

@media screen and (max-width: 768px) {
  body {
    min-width: 100%;
  }
  img {
    height: auto;
    width: 100%;
  }
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .sp_inline {
    display: inline !important;
  }
  .pc_inline {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .wrap {
    max-width: 100vw;
    overflow: hidden;
  }
}
.fadeIn {
  opacity: 0;
}

/* ローディング画面 */
.loading {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: var(--theme-color01);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: all 0.5s linear;
  z-index: 9999;
  /*ローディング画面を非表示にする*/
}
.loading.loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.loading .spinner {
  display: block;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  transform: translateY(-30px);
  animation: loadAni 1s ease forwards normal;
}
@media only screen and (max-width: 768px) {
  .loading .spinner {
    margin-top: -13.3333333333vw;
  }
}

/* アニメーションの設定 */
@keyframes loadAni {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes dogRotate {
  0% {
    transform: rotate(0) translateY(0);
  }
  25% {
    transform: rotate(5deg) translateY(5px);
  }
  50% {
    transform: rotate(0) translateY(0);
  }
  75% {
    transform: rotate(-5deg) translateY(5px);
  }
  100% {
    transform: rotate(0) translateY(0);
  }
}
/*-------------------------------------------------------------------
ボタン
/*-------------------------------------------------------------------*/
.top {
  /*-------------------------------------------------------------------
  mv
  /*-------------------------------------------------------------------*/
  /*-------------------------------------------------------------------
  message
  /*-------------------------------------------------------------------*/
  /*-------------------------------------------------------------------
  features
  /*-------------------------------------------------------------------*/
  /*-------------------------------------------------------------------
  service
  /*-------------------------------------------------------------------*/
  /*-------------------------------------------------------------------
  instagram
  /*-------------------------------------------------------------------*/
  /*-------------------------------------------------------------------
  contact
  /*-------------------------------------------------------------------*/
}
.top .mv {
  position: relative;
  margin-top: 68px;
}
@media only screen and (max-width: 768px) {
  .top .mv {
    margin-top: 11.2vw;
  }
}
.top .mv_bg {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.top .mv_bg .mv_swiper {
  max-height: 700px;
  height: 100vh;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .top .mv_bg .mv_swiper {
    max-height: 133.3333333333vw;
  }
}
.top .mv_bg .mv_swiper .slide_item {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.top .mv_bg .mv_swiper .slide_item .slide_img {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  transform: scale(1);
}
.top .mv_bg .mv_swiper .slide_item .slide_img01 {
  background: url(../images/top/mv_img01_pc.jpg) no-repeat center;
}
@media only screen and (max-width: 768px) {
  .top .mv_bg .mv_swiper .slide_item .slide_img01 {
    background: url(../images/top/mv_img01_sp.jpg) no-repeat center;
  }
}
.top .mv_bg .mv_swiper .slide_item .slide_img02 {
  background: url(../images/top/mv_img02_pc.jpg) no-repeat center;
}
@media only screen and (max-width: 768px) {
  .top .mv_bg .mv_swiper .slide_item .slide_img02 {
    background: url(../images/top/mv_img02_sp.jpg) no-repeat center;
  }
}
.top .mv_bg .mv_swiper .slide_item .slide_img03 {
  background: url(../images/top/mv_img03_pc.jpg) no-repeat center;
}
@media only screen and (max-width: 768px) {
  .top .mv_bg .mv_swiper .slide_item .slide_img03 {
    background: url(../images/top/mv_img03_sp.jpg) no-repeat center;
  }
}
.top .mv_bg .mv_swiper .slide_item .slide_img04 {
  background: url(../images/top/mv_img04_pc.jpg) no-repeat center;
}
@media only screen and (max-width: 768px) {
  .top .mv_bg .mv_swiper .slide_item .slide_img04 {
    background: url(../images/top/mv_img04_sp.jpg) no-repeat center;
  }
}
.top .mv_bg .swiper-slide-active .slide_img,
.top .mv_bg .swiper-slide-duplicate-active .slide_img,
.top .mv_bg .swiper-slide-prev .slide_img {
  animation: zoomUp 8s linear 0s normal both;
}
.top .mv_ttl {
  text-align: center;
  color: #fff;
  padding-top: 213px;
  padding-bottom: 192px;
}
@media only screen and (max-width: 820px) {
  .top .mv_ttl {
    padding-bottom: 140px;
  }
}
@media only screen and (max-width: 768px) {
  .top .mv_ttl {
    padding-top: 40vw;
    padding-bottom: 29.3333333333vw;
  }
}
@media only screen and (max-width: 700px) {
  .top .mv_ttl {
    padding-bottom: 40vw;
  }
}
.top .mv_ttl h2 {
  font-family: var(--font-family-en);
  font-size: 40px;
  font-weight: 400;
  text-shadow: 6px 6px 6px rgba(163, 163, 163, 0.16);
}
@media only screen and (max-width: 768px) {
  .top .mv_ttl h2 {
    font-size: 5.8666666667vw;
    line-height: 1.64;
  }
}
.top .mv_ttl h2 .br_adj {
  display: none;
}
@media only screen and (max-width: 820px) {
  .top .mv_ttl h2 .br_adj {
    display: block;
  }
}
.top .mv_ttl h3 {
  font-size: 30px;
  font-weight: 500;
  padding-top: 13px;
  text-shadow: 6px 6px 6px rgba(163, 163, 163, 0.16);
}
@media only screen and (max-width: 768px) {
  .top .mv_ttl h3 {
    font-size: 5.3333333333vw;
    padding-top: 3.4666666667vw;
  }
}
.top .mv .scroll_ani {
  height: 150px;
  background-color: transparent;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .top .mv .scroll_ani {
    height: 22.4vw;
  }
}
.top .mv .scroll_ani .scrollbar_text {
  display: inline-block;
  position: absolute;
  padding: 10px 10px 110px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {
  .top .mv .scroll_ani .scrollbar_text {
    padding: 2.6666666667vw 2.6666666667vw 17.0666666667vw;
  }
}
.top .mv .scroll_ani .scrollbar_text span {
  font-family: var(--font-family-en);
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .top .mv .scroll_ani .scrollbar_text span {
    font-size: 3.7333333333vw;
  }
}
.top .mv .scroll_ani .scrollbar {
  position: absolute;
  left: 50%;
  bottom: 1px;
  transform: translateX(-50%);
}
.top .mv .scroll_ani .scrollbar::before {
  content: "";
  position: absolute;
  bottom: -36px;
  left: 0;
  width: 2px;
  height: 100px;
  background: #fff;
  animation: liner 2.5s linear infinite;
}
@media only screen and (max-width: 768px) {
  .top .mv .scroll_ani .scrollbar::before {
    bottom: -14.4vw;
    width: 0.2666666667vw;
    height: 26.6666666667vw;
  }
}
.top .mv .scroll_ani .scrollbar_circle {
  position: absolute;
  bottom: 26px;
  left: 50%;
  transform: translateX(-50%);
  width: 75px;
  height: 75px;
  border-radius: 50%;
  border: 2px solid #fff;
}
@media only screen and (max-width: 768px) {
  .top .mv .scroll_ani .scrollbar_circle {
    bottom: 5.8666666667vw;
    width: 10.9333333333vw;
    height: 10.9333333333vw;
    border: 0.2666666667vw solid #fff;
  }
}
@keyframes liner {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  30% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  70% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
@keyframes zoomOut {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.top .message_wrap {
  padding-top: 140px;
  padding-bottom: 160px;
}
@media only screen and (max-width: 768px) {
  .top .message_wrap {
    padding-top: 27.7333333333vw;
    padding-bottom: 18.6666666667vw;
  }
}
.top .message_txt {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 140px;
}
@media only screen and (max-width: 768px) {
  .top .message_txt {
    padding-top: 9.0666666667vw;
    padding-bottom: 29.3333333333vw;
  }
}
.top .message_txt h2 {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.75;
  padding-bottom: 33px;
}
@media only screen and (max-width: 768px) {
  .top .message_txt h2 {
    font-size: 4.5333333333vw;
    padding-bottom: 9.6vw;
    white-space: nowrap;
  }
}
.top .message_txt p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.67;
}
@media only screen and (max-width: 768px) {
  .top .message_txt p {
    font-size: 3.4666666667vw;
    line-height: 1.69;
  }
}
.top .message_txt p:not(:last-of-type) {
  padding-bottom: 28px;
}
@media only screen and (max-width: 768px) {
  .top .message_txt p:not(:last-of-type) {
    padding-bottom: 5.0666666667vw;
  }
}
.top .message_movie {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .top .message_movie {
    max-width: 89.3333333333vw;
  }
}
.top .message_movie video {
  width: 100%;
}
.top .features {
  background-color: #f2f1ee;
  overflow-x: hidden;
}
.top .features_wrap {
  padding-top: 23px;
  padding-bottom: 137px;
}
@media only screen and (max-width: 768px) {
  .top .features_wrap {
    padding-top: 5.3333333333vw;
    padding-bottom: 18.6666666667vw;
  }
}
.top .features_wrap .features_cont {
  padding-top: 100px;
}
@media only screen and (max-width: 768px) {
  .top .features_wrap .features_cont {
    padding-top: 10.6666666667vw;
  }
}
.top .features_wrap .features_cont .item {
  max-width: 336px;
  width: 100%;
  min-height: 460px;
  border-radius: 14px;
  border: 0.5px solid #654e36;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .top .features_wrap .features_cont .item {
    max-width: 80vw;
    min-height: 112vw;
    border-radius: 3.2vw;
  }
}
.top .features_wrap .features_cont .item_txtWrap {
  padding: 12px 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .top .features_wrap .features_cont .item_txtWrap {
    padding: 8vw 6.6666666667vw 5.3333333333vw;
  }
}
.top .features_wrap .features_cont .item_ttl {
  font-size: clamp(12px, 1.875vw, 24px);
  font-weight: 500;
  line-height: 1.75;
}
@media only screen and (max-width: 768px) {
  .top .features_wrap .features_cont .item_ttl {
    font-size: 4.5333333333vw;
  }
}
.top .features_wrap .features_cont .item_info {
  font-size: 16px;
  line-height: 1.75;
  padding-top: 5px;
  text-align: justify;
}
@media only screen and (max-width: 768px) {
  .top .features_wrap .features_cont .item_info {
    font-size: 3.4666666667vw;
    padding-top: 2.4vw;
  }
}
.top .features_wrap .features_cont .features_swiper {
  margin-left: -80px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .top .features_wrap .features_cont .features_swiper {
    margin-left: 0;
  }
}
.top .features_wrap .features_cont .swiper-pagination {
  margin-left: 80px;
  bottom: -60px;
}
@media only screen and (max-width: 768px) {
  .top .features_wrap .features_cont .swiper-pagination {
    margin-left: 0;
    bottom: -10.6666666667vw;
  }
}
.top .features_wrap .features_cont .swiper-pagination-bullet-active {
  background: var(--theme-color02);
}
.top .features_wrap .features_cont .swiper-button-prev,
.top .features_wrap .features_cont .swiper-button-next {
  background-image: none;
  background-color: #f5f4ef;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid var(--theme-color01);
  right: 10%;
}
@media only screen and (max-width: 768px) {
  .top .features_wrap .features_cont .swiper-button-prev,
  .top .features_wrap .features_cont .swiper-button-next {
    width: 9.3333333333vw;
    height: 9.3333333333vw;
    border: 0.5333333333vw solid var(--theme-color01);
    right: -4vw;
  }
}
.top .features_wrap .features_cont .swiper-button-prev::before,
.top .features_wrap .features_cont .swiper-button-next::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid var(--theme-color02);
  border-right: 0;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .top .features_wrap .features_cont .swiper-button-prev::before,
  .top .features_wrap .features_cont .swiper-button-next::before {
    border-top: 1.6vw solid transparent;
    border-bottom: 1.6vw solid transparent;
    border-left: 2.1333333333vw solid var(--theme-color02);
    left: 3.4666666667vw;
  }
}
.top .features_wrap .features_cont .swiper-button-prev {
  right: auto;
  left: calc(100px + 10%);
  transform: rotate(180deg);
}
@media only screen and (max-width: 768px) {
  .top .features_wrap .features_cont .swiper-button-prev {
    left: -4vw;
  }
}
.top .service_wrap {
  padding-top: 135px;
  padding-bottom: 285px;
}
@media only screen and (max-width: 768px) {
  .top .service_wrap {
    padding-top: 19.2vw;
    padding-bottom: 34.6666666667vw;
  }
}
.top .service_wrap .service_cont {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  padding-top: 95px;
}
@media only screen and (max-width: 768px) {
  .top .service_wrap .service_cont {
    flex-direction: column;
    gap: 8.5333333333vw;
    padding-top: 10.6666666667vw;
  }
}
.top .service_wrap .service_cont .service_menu {
  max-width: 542px;
  width: 100%;
  padding-top: 135px;
  padding-left: 120px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1150px) {
  .top .service_wrap .service_cont .service_menu {
    padding-left: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .top .service_wrap .service_cont .service_menu {
    max-width: 95.2vw;
    padding-top: 0;
    padding-left: 0vw;
    order: 1;
  }
}
.top .service_wrap .service_cont .service_menu .menu_btn {
  display: flex;
  align-items: end;
  line-height: 1;
  padding-top: 23px;
  padding-bottom: 23px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .top .service_wrap .service_cont .service_menu .menu_btn {
    padding-top: 2.9333333333vw;
    padding-bottom: 4vw;
  }
}
.top .service_wrap .service_cont .service_menu .menu_btn::before {
  position: absolute;
  content: "";
  width: 690px;
  height: 1px;
  background-color: #654e36;
  bottom: 0;
  transform-origin: bottom left;
  transform: scaleX(0.5);
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .top .service_wrap .service_cont .service_menu .menu_btn::before {
    width: 94.4vw;
    transform: scaleX(1);
  }
}
@media only screen and (min-width: 769px) {
  .top .service_wrap .service_cont .service_menu .menu_btn:hover::before {
    transform: scaleX(1);
  }
}
.top .service_wrap .service_cont .service_menu .menu_btn .menu_ttl {
  font-size: 28px;
  font-weight: 500;
  padding-right: 30px;
}
@media only screen and (max-width: 768px) {
  .top .service_wrap .service_cont .service_menu .menu_btn .menu_ttl {
    font-size: 4.5333333333vw;
    padding-right: 3.4666666667vw;
  }
}
.top .service_wrap .service_cont .service_menu .menu_btn .menu_subTtl {
  font-size: 15px;
}
@media only screen and (max-width: 768px) {
  .top .service_wrap .service_cont .service_menu .menu_btn .menu_subTtl {
    font-size: 2.6666666667vw;
  }
}
.top .service_wrap .service_cont .service_menu .btn {
  text-align: center;
  margin: 45px 0 0;
}
@media only screen and (max-width: 768px) {
  .top .service_wrap .service_cont .service_menu .btn {
    margin-top: 12vw;
  }
}
.top .service_wrap .service_cont .service_img {
  min-width: 638px;
  margin-right: calc(50% - 50vw);
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
@media only screen and (max-width: 1080px) {
  .top .service_wrap .service_cont .service_img {
    min-width: 500px;
  }
}
@media only screen and (max-width: 960px) {
  .top .service_wrap .service_cont .service_img {
    margin-right: -50px;
  }
}
@media only screen and (max-width: 768px) {
  .top .service_wrap .service_cont .service_img {
    order: 0;
    min-width: auto;
    max-width: 99.7333333333vw;
    margin-right: -5.3333333333vw;
    margin-left: auto;
    border-radius: 2.6666666667vw 0 0 2.6666666667vw;
  }
}
.top .instagram .instagram_wrap {
  padding-bottom: 140px;
}
@media only screen and (max-width: 768px) {
  .top .instagram .instagram_wrap {
    padding-bottom: 21.3333333333vw;
  }
}
.top .instagram .instagram_cont {
  padding-top: 97px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .top .instagram .instagram_cont {
    padding-top: 9.6vw;
  }
}
.top .instagram .instagram_cont h4 {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.75;
}
@media only screen and (max-width: 768px) {
  .top .instagram .instagram_cont h4 {
    font-size: 4.5333333333vw;
  }
}
.top .instagram .instagram_cont p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.75;
  padding-top: 29px;
  padding-bottom: 48px;
}
@media only screen and (max-width: 768px) {
  .top .instagram .instagram_cont p {
    font-size: 3.4666666667vw;
    padding-top: 1.8666666667vw;
    padding-bottom: 11.4666666667vw;
  }
}
.top .instagram .instagram_cont .instagram_img {
  max-width: 1166px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .top .instagram .instagram_cont .instagram_img {
    max-width: 90.1333333333vw;
  }
}
.top .instagram .instagram_cont .btn {
  margin-top: 49px;
}
@media only screen and (max-width: 768px) {
  .top .instagram .instagram_cont .btn {
    margin-top: 13.3333333333vw;
  }
}
.top .instagram .instagram_cont .btn a::after {
  display: none;
}
.top .contact {
  background-color: var(--theme-color01);
}
.top .contact_wrap {
  padding-top: 220px;
  padding-bottom: 115px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .top .contact_wrap {
    padding-top: 30.4vw;
    padding-bottom: 11.4666666667vw;
  }
}
.top .contact_wrap::before {
  position: absolute;
  content: "";
  background-image: url(/assets/images/top/dog_img.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 278px;
  height: 168px;
  top: -30px;
  right: 80px;
  animation: dogRotate 5s ease infinite;
}
@media only screen and (max-width: 768px) {
  .top .contact_wrap::before {
    width: 40vw;
    height: 27.7333333333vw;
    top: -11.2vw;
    right: 6.1333333333vw;
  }
}
.top .contact .section_ttlL h3 {
  color: #fff;
}
.top .contact .section_ttlL h3::before {
  background-color: #fff;
}
.top .contact .contact-form {
  max-width: 1200px;
  width: 100%;
  padding: 40px 20px 0;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .top .contact .contact-form {
    max-width: 89.3333333333vw;
    padding: 12vw 0vw 0;
    height: 148.5333333333vw;
  }
}
.top .contact .contact-form > div {
  display: flex;
  gap: 55px;
}
@media only screen and (max-width: 768px) {
  .top .contact .contact-form > div {
    flex-direction: column;
    gap: 0;
  }
}
.top .contact .contact-form .form-left,
.top .contact .contact-form .form-right {
  max-width: 555px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .top .contact .contact-form .form-left,
  .top .contact .contact-form .form-right {
    max-width: 89.3333333333vw;
  }
}
.top .contact .contact-form .form-row.two-column {
  display: flex;
  gap: 10px;
}
@media only screen and (max-width: 768px) {
  .top .contact .contact-form .form-row.two-column {
    flex-direction: column;
    gap: 0;
  }
}
.top .contact .contact-form .form-row.two-column .form-group {
  flex: 1;
}
.top .contact .contact-form .form-group {
  margin-bottom: 20px;
  height: 55px;
}
@media only screen and (max-width: 768px) {
  .top .contact .contact-form .form-group {
    margin-bottom: 5.3333333333vw;
    height: 13.3333333333vw;
  }
}
.top .contact .contact-form .form-group input {
  height: 100%;
}
.top .contact .contact-form input,
.top .contact .contact-form textarea {
  padding: 12px;
  border: none;
  background-color: #f5f5f2;
  font-size: 18px;
  color: #333;
  width: 100%;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .top .contact .contact-form input,
  .top .contact .contact-form textarea {
    padding: 4.2666666667vw;
    font-size: 4.2666666667vw;
  }
}
.top .contact .contact-form input::-moz-placeholder {
  font-size: 18px;
  font-family: "M PLUS Rounded 1c", "Noto Sans JP", sans-serif;
}
.top .contact .contact-form input::placeholder {
  font-size: 18px;
  font-family: "M PLUS Rounded 1c", "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 768px) {
  .top .contact .contact-form input::-moz-placeholder {
    font-size: 4.2666666667vw;
  }
  .top .contact .contact-form input::placeholder {
    font-size: 4.2666666667vw;
  }
}
.top .contact .contact-form textarea {
  max-width: 555px;
  min-height: 205px;
}
@media only screen and (max-width: 768px) {
  .top .contact .contact-form textarea {
    max-width: 89.3333333333vw;
    min-height: 61.8666666667vw;
  }
}
.top .contact .contact-form .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}
.top .contact .btn {
  margin-top: 40px;
  border: 2px solid #fff;
}
@media only screen and (max-width: 768px) {
  .top .contact .btn {
    margin-top: 50.6666666667vw;
  }
}
.top .contact .btn input {
  font-family: var(--font-family-jp);
  text-decoration: none;
  display: block;
  width: 100%;
  padding: 20px 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  transition: 0.3s;
  background-color: transparent;
  color: #fff;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .top .contact .btn input {
    padding: 2.9333333333vw 0;
    font-size: 3.7333333333vw;
  }
}
.top .contact .btn input::after {
  content: "";
  background-color: #fff;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  display: inline-block;
  margin-top: -2px;
  margin-left: 8px;
  vertical-align: middle;
  transform: scale(1);
  transition: 0.3s;
  position: absolute;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .top .contact .btn input::after {
    width: 0.72vw;
    height: 0.72vw;
    margin-top: -0.5333333333vw;
    margin-left: 2.6666666667vw;
  }
}
@media only screen and (min-width: 769px) {
  .top .contact .btn:hover {
    border: 2px solid var(--theme-color02);
  }
  .top .contact .btn:hover input {
    color: var(--theme-color02);
    background-color: #fff;
  }
  .top .contact .btn:hover input::after {
    background-color: #fff;
    transform: scale(70);
  }
}

.page_about .mv {
  padding-bottom: 280px;
}
@media only screen and (max-width: 768px) {
  .page_about .mv {
    padding-bottom: 14.4vw;
  }
}
.page_about .mv_bg {
  background-image: url(../images/about/mv_pc.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 50%;
  padding-top: 500px;
}
@media only screen and (max-width: 768px) {
  .page_about .mv_bg {
    background-image: url(../images/about/mv_sp.jpg);
    padding-top: 66.1333333333vw;
  }
}
.page_about .mv_intro {
  padding-top: 145px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .page_about .mv_intro {
    padding-top: 19.4666666667vw;
  }
}
.page_about .mv_intro .section_ttlL {
  padding-left: 0;
  text-align: center;
  padding-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .page_about .mv_intro .section_ttlL {
    padding-bottom: 9.8666666667vw;
  }
}
.page_about .mv_intro .section_ttlL h3 {
  font-weight: 700;
  font-family: var(--font-family-jp);
}
.page_about .mv_intro p {
  text-align: center;
  font-size: 18px;
  line-height: 1.67;
}
@media only screen and (max-width: 768px) {
  .page_about .mv_intro p {
    font-size: 3.4666666667vw;
    line-height: 1.54;
  }
}
.page_about .mv_intro p:not(:last-of-type) {
  padding-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .page_about .mv_intro p:not(:last-of-type) {
    padding-bottom: 4.5333333333vw;
  }
}
.page_about .staff_wrap {
  padding-bottom: 140px;
}
@media only screen and (max-width: 768px) {
  .page_about .staff_wrap {
    padding-bottom: 19.4666666667vw;
  }
}
.page_about .staff .inner {
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  .page_about .staff .inner {
    max-width: 100vw;
  }
}
.page_about .staff .greet_wrap {
  padding-top: 115px;
  display: flex;
  flex-direction: column;
  gap: 100px;
}
@media only screen and (max-width: 768px) {
  .page_about .staff .greet_wrap {
    padding-top: 12vw;
    gap: 20vw;
    width: 89.3333333333vw;
  }
}
.page_about .staff .greet_wrap .greet {
  display: flex;
  align-items: center;
  gap: 6vw;
}
@media only screen and (max-width: 970px) {
  .page_about .staff .greet_wrap .greet {
    gap: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .page_about .staff .greet_wrap .greet {
    flex-direction: column;
    align-items: flex-start;
    gap: 13.3333333333vw;
  }
}
.page_about .staff .greet_wrap .greet .staff_img {
  width: 46.96969697vw;
  flex-shrink: 0;
  margin-left: calc(50% - 50vw);
  border-radius: 0 10px 10px 0;
  overflow: hidden;
}
@media only screen and (max-width: 970px) {
  .page_about .staff .greet_wrap .greet .staff_img {
    width: 510px;
    height: auto;
    margin-left: -20px;
  }
}
@media only screen and (max-width: 768px) {
  .page_about .staff .greet_wrap .greet .staff_img {
    width: 84.8vw;
    margin-left: -5.3333333333vw;
    border-radius: 0 2.6666666667vw 2.6666666667vw 0;
  }
}
.page_about .staff .greet_wrap .greet_txt {
  max-width: 420px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .page_about .staff .greet_wrap .greet_txt {
    max-width: 74.6666666667vw;
  }
}
.page_about .staff .greet_wrap .greet_txt .subTtl {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 24px;
}
@media only screen and (max-width: 768px) {
  .page_about .staff .greet_wrap .greet_txt .subTtl {
    font-size: 4.5333333333vw;
    padding-bottom: 8vw;
  }
}
.page_about .staff .greet_wrap .greet_txt .name {
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 39px;
}
@media only screen and (max-width: 768px) {
  .page_about .staff .greet_wrap .greet_txt .name {
    font-size: 5.3333333333vw;
    padding-bottom: 4.5333333333vw;
  }
}
.page_about .staff .greet_wrap .greet_txt .txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  text-align: justify;
}
@media only screen and (max-width: 768px) {
  .page_about .staff .greet_wrap .greet_txt .txt {
    font-size: 3.4666666667vw;
  }
}
.page_about .staff .greet_wrap .greet._reverse {
  flex-direction: row-reverse;
  gap: 7.6vw;
}
@media only screen and (max-width: 768px) {
  .page_about .staff .greet_wrap .greet._reverse {
    flex-direction: column;
    align-items: end;
    gap: 13.3333333333vw;
  }
}
.page_about .staff .greet_wrap .greet._reverse .staff_img {
  margin-right: calc(50% - 50vw);
  border-radius: 10px 0 0 10px;
}
@media only screen and (max-width: 970px) {
  .page_about .staff .greet_wrap .greet._reverse .staff_img {
    margin-right: -20px;
  }
}
@media only screen and (max-width: 768px) {
  .page_about .staff .greet_wrap .greet._reverse .staff_img {
    margin-right: -5.3333333333vw;
    border-radius: 2.6666666667vw 0 0 2.6666666667vw;
  }
}
@media only screen and (max-width: 768px) {
  .page_about .staff .greet_wrap .greet._reverse .greet_txt {
    width: 80vw;
    padding-right: 4vw;
  }
}
.page_about .room {
  background-color: #f2f1ee;
}
.page_about .room_wrap {
  padding-top: 40px;
  padding-bottom: 145px;
}
@media only screen and (max-width: 768px) {
  .page_about .room_wrap {
    padding-top: 5.3333333333vw;
    padding-bottom: 18.6666666667vw;
  }
}
.page_about .room .section_ttlL {
  padding-bottom: 110px;
}
@media only screen and (max-width: 768px) {
  .page_about .room .section_ttlL {
    padding-bottom: 12vw;
  }
}
.page_about .room .section_ttlL h3 {
  position: relative;
}
.page_about .room .section_ttlL h3::after {
  position: absolute;
  content: "";
  background-image: url(../images/about/dog_img01.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 128px;
  height: 120px;
  top: -47px;
  right: -145px;
  animation: dogRotate 5s ease infinite;
}
@media only screen and (max-width: 768px) {
  .page_about .room .section_ttlL h3::after {
    width: 16.5333333333vw;
    height: 16vw;
    top: -4vw;
    right: -18.6666666667vw;
  }
}
.page_about .room .room_cont {
  max-width: 1122px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .page_about .room .room_cont {
    max-width: 100vw;
  }
}
.page_about .room .room_cont .item {
  max-width: 336px;
  width: 100%;
  min-height: 450px;
  border-radius: 14px;
  border: 0.5px solid #654e36;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .page_about .room .room_cont .item {
    max-width: 80vw;
    min-height: 112vw;
    border-radius: 3.2vw;
  }
}
.page_about .room .room_cont .item_txtWrap {
  padding: 12px 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .page_about .room .room_cont .item_txtWrap {
    padding: 8vw 6.6666666667vw 5.3333333333vw;
  }
}
.page_about .room .room_cont .item_ttl {
  font-size: clamp(12px, 1.875vw, 24px);
  font-weight: 500;
  line-height: 1.75;
}
@media only screen and (max-width: 768px) {
  .page_about .room .room_cont .item_ttl {
    font-size: 4.5333333333vw;
  }
}
.page_about .room .room_cont .item_info {
  font-size: 16px;
  line-height: 1.75;
  padding-top: 5px;
  text-align: justify;
}
@media only screen and (max-width: 768px) {
  .page_about .room .room_cont .item_info {
    font-size: 3.4666666667vw;
    padding-top: 2.4vw;
  }
}
.page_about .room .room_cont .swiper-slide {
  max-width: 336px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .page_about .room .room_cont .swiper-slide {
    max-width: 89.6vw;
  }
}
.page_about .room .room_cont .swiper-pagination {
  margin-left: 80px;
  bottom: -60px;
}
@media only screen and (max-width: 768px) {
  .page_about .room .room_cont .swiper-pagination {
    margin-left: 0;
    bottom: -10.6666666667vw;
  }
}
.page_about .room .room_cont .swiper-pagination-bullet-active {
  background: var(--theme-color02);
}
.page_about .room .room_cont .swiper-button-prev,
.page_about .room .room_cont .swiper-button-next {
  background-image: none;
  background-color: #f5f4ef;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid var(--theme-color01);
  right: 10%;
}
@media only screen and (max-width: 768px) {
  .page_about .room .room_cont .swiper-button-prev,
  .page_about .room .room_cont .swiper-button-next {
    width: 9.3333333333vw;
    height: 9.3333333333vw;
    border: 0.5333333333vw solid var(--theme-color01);
    right: -4vw;
  }
}
.page_about .room .room_cont .swiper-button-prev::before,
.page_about .room .room_cont .swiper-button-next::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid var(--theme-color02);
  border-right: 0;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .page_about .room .room_cont .swiper-button-prev::before,
  .page_about .room .room_cont .swiper-button-next::before {
    border-top: 1.6vw solid transparent;
    border-bottom: 1.6vw solid transparent;
    border-left: 2.1333333333vw solid var(--theme-color02);
    left: 3.4666666667vw;
  }
}
.page_about .room .room_cont .swiper-button-prev {
  right: auto;
  left: calc(100px + 10%);
  transform: rotate(180deg);
}
@media only screen and (max-width: 768px) {
  .page_about .room .room_cont .swiper-button-prev {
    left: -4vw;
  }
}
.page_about .price_wrap {
  padding-top: 145px;
}
@media only screen and (max-width: 768px) {
  .page_about .price_wrap {
    padding-top: 18.6666666667vw;
  }
}
.page_about .price .section_ttlR h3 {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .page_about .price .section_ttlR h3 {
    margin-right: 18.6666666667vw;
  }
}
.page_about .price .section_ttlR h3::after {
  position: absolute;
  content: "";
  background-image: url(../images/about/dog_img02.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 148px;
  height: 116px;
  top: -40PX;
  left: -144px;
  animation: dogRotate 5s ease infinite;
}
@media only screen and (max-width: 768px) {
  .page_about .price .section_ttlR h3::after {
    width: 14.4vw;
    height: 12.8vw;
    top: -3.7333333333vw;
    left: auto;
    right: -18.6666666667vw;
  }
}
.page_about .price_cont {
  padding-top: 85px;
  padding-bottom: 140px;
}
@media only screen and (max-width: 768px) {
  .page_about .price_cont {
    padding-top: 11.4666666667vw;
    padding-bottom: 21.3333333333vw;
  }
}
.page_about .price_cont .table_cont h4 {
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .page_about .price_cont .table_cont h4 {
    font-size: 4.5333333333vw;
    padding-bottom: 6.1333333333vw;
  }
}
.page_about .price_cont .table_cont table {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .page_about .price_cont .table_cont table {
    max-width: 88.8vw;
  }
}
.page_about .price_cont .table_cont table tr {
  display: flex;
}
.page_about .price_cont .table_cont table th, .page_about .price_cont .table_cont table td {
  max-width: 360px;
  width: 100%;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .page_about .price_cont .table_cont table th, .page_about .price_cont .table_cont table td {
    max-width: 29.6vw;
  }
}
.page_about .price_cont .table_cont table th {
  font-size: 24px;
  font-weight: 500;
  border-right: 1px solid #fff;
  padding: 11px 0;
  min-height: 67px;
  color: #fff;
}
.page_about .price_cont .table_cont table th:last-child {
  border-right: none;
}
@media only screen and (max-width: 768px) {
  .page_about .price_cont .table_cont table th {
    font-size: 3.4666666667vw;
    padding: 0vw 0;
    min-height: 13.8666666667vw;
  }
}
.page_about .price_cont .table_cont table th span {
  font-size: 16px;
  padding-top: 5px;
}
@media only screen and (max-width: 768px) {
  .page_about .price_cont .table_cont table th span {
    font-size: 2.1333333333vw;
    line-height: 1.5;
    padding-top: 0.5333333333vw;
  }
}
.page_about .price_cont .table_cont table td {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  border: 1px solid #ccc;
  padding: 24px 0;
  min-height: 68px;
  color: #654e36;
}
@media only screen and (max-width: 768px) {
  .page_about .price_cont .table_cont table td {
    font-size: 3.4666666667vw;
    padding: 0;
    min-height: 13.8666666667vw;
  }
}
.page_about .price_cont .table_cont table .color01 th {
  background-color: #b9844a;
}
.page_about .price_cont .table_cont table .color02 {
  background-color: #837d7a;
}
.page_about .price_cont .table_cont .table01 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .page_about .price_cont .table_cont .table01 {
    margin-bottom: 5.8666666667vw;
  }
}
.page_about .price_cont .table_cont.ss_fee {
  padding-top: 200px;
  margin-top: -100px;
}
@media only screen and (max-width: 768px) {
  .page_about .price_cont .table_cont.ss_fee {
    padding-top: 45.3333333333vw;
  }
}
.page_about .price_cont .table_cont.ss_fee .table01 th:not(:first-child), .page_about .price_cont .table_cont.ss_fee .table01 td:not(:first-child) {
  visibility: hidden;
}
.page_about .price_cont .table_cont.ss_fee .table01 th {
  border-right: 1px solid #b9844a;
}
.page_about .price .price_img {
  width: 100%;
}
.page_about .outline_wrap {
  padding-top: 140px;
}
@media only screen and (max-width: 768px) {
  .page_about .outline_wrap {
    padding-top: 21.3333333333vw;
  }
}
.page_about .outline_cont {
  padding-top: 90px;
  padding-bottom: 145px;
}
@media only screen and (max-width: 768px) {
  .page_about .outline_cont {
    padding-top: 16vw;
    padding-bottom: 16vw;
  }
}
.page_about .outline_cont table {
  max-width: 1090px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .page_about .outline_cont table {
    max-width: 89.3333333333vw;
  }
}
.page_about .outline_cont table tr {
  display: flex;
  align-items: center;
  border-top: 0.5px solid #333;
  padding: 31px 0;
}
@media only screen and (max-width: 768px) {
  .page_about .outline_cont table tr {
    padding: 6vw 0;
  }
}
.page_about .outline_cont table tr:last-child {
  border-bottom: 0.5px solid #333;
}
.page_about .outline_cont table tr th {
  max-width: 305px;
  width: 100%;
  font-size: 22px;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .page_about .outline_cont table tr th {
    max-width: 26.6666666667vw;
    font-size: 3.4666666667vw;
    font-weight: 400;
  }
}
.page_about .outline_cont table tr td {
  max-width: 785px;
  width: 100%;
  font-size: 22px;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .page_about .outline_cont table tr td {
    max-width: 62.6666666667vw;
    font-size: 3.4666666667vw;
    padding-left: 2.6666666667vw;
  }
}