@charset "UTF-8";
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html {
  font-size: 62.5%;
}

body {
  overflow-x: hidden !important;
  font-family: "Hina Mincho", serif;
  letter-spacing: 0.1vw;
}

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

@media screen and (min-width: 1441px) {
  .br_sp {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .br_sp {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .br_sp {
    display: none;
  }
}

.wide {
  width: 1200px;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .wide {
    width: 800px;
  }
}
@media screen and (max-width: 768px) {
  .wide {
    width: 350px;
  }
}

#lower {
  position: absolute;
  top: 10vw;
  left: 0;
  width: 100vw;
  z-index: -1;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #lower {
    top: 20vw;
  }
}
@media screen and (max-width: 768px) {
  #lower {
    top: 20vw;
  }
}
#lower .lower .lower_text {
  position: relative;
  text-align: center;
  margin-bottom: 5vw;
}
#lower .lower .lower_text h2 {
  display: inline-block;
  position: relative;
  padding-left: 8vw;
  color: #827575;
  font-family: "Cormorant", serif;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  #lower .lower .lower_text h2 {
    letter-spacing: 0.6vw;
  }
}
#lower .lower .lower_text h2::before {
  position: absolute;
  content: "";
  width: 4vw;
  height: 1px;
  background-color: #827575;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
#lower .lower .lower_image {
  width: 80vw;
  margin: auto;
  position: relative;
  padding-bottom: 12vw;
}
#lower .lower .lower_image::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 8vw;
  background-color: #827575;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 768px) {
  #lower .lower .lower_image {
    width: 100%;
  }
}
#lower .lower .lower_image img {
  width: 100%;
  height: 100%;
}

.fade-in {
  opacity: 0;
  transition-duration: 1s;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 50px);
}

.fade-in-down {
  transform: translate(0, -50px);
}

.fade-in-left {
  transform: translate(-50px, 0);
}

.fade-in-right {
  transform: translate(50px, 0);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

p {
  font-size: 1vw;
  line-height: 3vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  p {
    font-size: 1.8vw;
    line-height: 6vw;
  }
}
@media screen and (max-width: 768px) {
  p {
    font-size: 3.4vw;
    line-height: 8vw;
  }
}

h1 {
  font-size: 3.3vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h1 {
    font-size: 4.3vw;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 8vw;
  }
}

h2 {
  font-size: 2.5vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h2 {
    font-size: 3.3vw;
  }
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 6vw;
  }
}

h3 {
  font-size: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h3 {
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 5vw;
  }
}

h4 {
  font-size: 1.7vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h4 {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 4vw;
  }
}

h5 {
  font-size: 1.3vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h5 {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  h5 {
    font-size: 3.5vw;
  }
}

/* ローディング画面 */
#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #fff; /* 背景色 */
  z-index: 9999999999;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #loading {
    flex-flow: column;
  }
}
@media screen and (max-width: 768px) {
  #loading {
    flex-flow: column;
  }
}
#loading .loading_inner {
  width: 100vw;
  height: 100%;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #loading .loading_inner .pc {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  #loading .loading_inner .pc {
    display: none !important;
  }
}
@media screen and (min-width: 1441px) {
  #loading .loading_inner .sp {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  #loading .loading_inner .sp {
    display: none !important;
  }
}
#loading .loading_inner .loading_links {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #loading .loading_inner .loading_links {
    flex-flow: column;
  }
}
@media screen and (max-width: 768px) {
  #loading .loading_inner .loading_links {
    flex-flow: column;
  }
}
#loading .loading_inner .loading_links a {
  text-decoration: none;
  display: block;
  width: 33.3333333333%;
  height: 100vh;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #loading .loading_inner .loading_links a {
    width: 100% !important;
  }
}
@media screen and (max-width: 768px) {
  #loading .loading_inner .loading_links a {
    width: 100% !important;
  }
}
#loading .loading_inner .loading_links a .loading_bg {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 768px) {
  #loading .loading_inner .loading_links a .loading_bg {
    background-position: left !important;
  }
}
#loading .loading_inner .loading_links a .loading_bg .loading_text {
  position: absolute;
  z-index: 200;
  font-family: "Zen Maru Gothic", sans-serif;
  top: 50%;
  left: 50%;
  width: 90%;
  margin: auto;
  transform: translate(-50%, -20%);
  color: #fff;
  text-align: center;
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease;
}
#loading .loading_inner .loading_links a .loading_bg .loading_text h5 {
  font-weight: 500;
}
#loading .loading_inner .loading_links a .loading_bg .loading_text.is-show {
  opacity: 1;
  transform: translate(-50%, -50%);
}
#loading .loading_inner .loading_links a .loading_bg .loading_btns {
  position: absolute;
  bottom: 5%;
  right: 5%;
}
@media screen and (max-width: 768px) {
  #loading .loading_inner .loading_links a .loading_bg .loading_btns {
    right: 0 !important;
  }
}
#loading .loading_inner .loading_links a .loading_bg .loading_btns .loading_btn {
  position: relative;
  display: inline-block;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #loading .loading_inner .loading_links a .loading_bg .loading_btns .loading_btn {
    width: 55%;
  }
}
#loading .loading_inner .loading_links a .loading_bg .loading_btns .loading_btn img {
  display: block;
  width: 100%;
  height: auto;
}
#loading .loading_inner .loading_links a .loading_bg .loading_btns .loading_btn .img_hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}
#loading .loading_inner .loading_links a .loading_bg .loading_btns .loading_btn:hover .img_hover {
  opacity: 1;
}
#loading .loading_inner .loading_links a .loading_bg .loading_btns .loading_btn:hover .img_default {
  opacity: 0;
}

#header_sp {
  position: fixed;
  width: 100vw;
  height: 8vw;
  display: flex;
  align-items: top;
  z-index: 10000;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #header_sp {
    height: 10vw;
  }
}
@media screen and (max-width: 768px) {
  #header_sp {
    height: 19vw;
  }
}
#header_sp .header_logo {
  width: 50%;
  margin-left: 3vw;
  padding: 1vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #header_sp .header_logo {
    width: 25%;
  }
}
@media screen and (max-width: 768px) {
  #header_sp .header_logo {
    width: 30%;
  }
}
#header_sp .header_logo img {
  width: 100%;
}

.header-top {
  position: relative;
  height: 100vh;
  z-index: 9999999;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .header-top {
    height: 40vh;
  }
}
@media screen and (max-width: 768px) {
  .header-top {
    height: 36vh;
  }
}
.header-top .header_right {
  width: 7vw;
  position: absolute;
  right: 0;
  bottom: 5%;
  z-index: 10000;
}
@media screen and (max-width: 768px) {
  .header-top .header_right {
    display: none !important;
  }
}
.header-top .header_right a {
  display: block;
  text-align: center;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  margin-bottom: 2vw;
  color: #827575;
  font-size: 1.4vw;
}
.header-top .header_right a span {
  font-size: 1vw;
}

/*　ハンバーガーボタン　*/
.hamburger {
  display: block;
  position: fixed;
  z-index: 100000;
  right: 0;
  top: 0;
  width: 80px;
  height: 80px;
  cursor: pointer;
  text-align: center;
  background-color: rgba(255, 255, 255, 0);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .hamburger {
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 768px) {
  .hamburger {
    right: 13px;
    top: 12px;
    width: 45px;
    height: 45px;
    background-color: #fff;
  }
}

.hamburger span {
  display: block;
  position: absolute;
  width: 45px;
  height: 2px;
  left: 50%;
  transform: translate(-50%, 0);
  background: #827575;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .hamburger span {
    width: 30px;
  }
}

.hamburger p {
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #827575;
  font-size: 3vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .hamburger p {
    font-size: 2vw;
  }
}

.hamburger span:nth-child(1) {
  top: 30%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .hamburger span:nth-child(1) {
    top: 35%;
  }
}
@media screen and (max-width: 768px) {
  .hamburger span:nth-child(1) {
    top: 30%;
  }
}

.hamburger span:nth-child(2) {
  top: 50%;
}

.hamburger span:nth-child(3) {
  top: 70%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .hamburger span:nth-child(3) {
    top: 65%;
  }
}
@media screen and (max-width: 768px) {
  .hamburger span:nth-child(3) {
    top: 70%;
  }
}

.hamburger p {
  top: 26px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .hamburger p {
    top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .hamburger p {
    top: 20px;
  }
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  left: 40%;
  top: 18%;
  background: #827575;
  transform: rotate(-45deg) translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .hamburger.active span:nth-child(1) {
    top: 25%;
  }
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  left: 37%;
  top: 57%;
  background: #827575;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .hamburger.active span:nth-child(2),
  .hamburger.active span:nth-child(3) {
    left: 40%;
    top: 70%;
  }
}
@media screen and (max-width: 768px) {
  .hamburger.active span:nth-child(2),
  .hamburger.active span:nth-child(3) {
    top: 72%;
  }
}
.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  transform: rotate(45deg) translate(-50%, -50%);
}

nav.globalMenuSp {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  color: #000;
  background: rgb(255, 255, 255);
  text-align: center;
  width: 50%;
  height: 100vh;
  transform: translateX(250%);
  transition: transform 0.4s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  nav.globalMenuSp {
    width: 50%;
    height: 40vh;
    transform: translateX(200%);
  }
}
@media screen and (max-width: 768px) {
  nav.globalMenuSp {
    width: 80%;
    height: 100vh;
    transform: translateX(125%);
  }
}

nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 2vw 0;
  width: 60%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  border-top: 1px solid #827575;
  border-bottom: 1px solid #827575;
  margin-bottom: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  nav.globalMenuSp ul {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  nav.globalMenuSp ul {
    width: 90%;
    margin-bottom: 4vw;
  }
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: 0.4s all;
  width: 30%;
  border-right: 1px solid #827575;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  nav.globalMenuSp ul li {
    width: 26% !important;
  }
}
@media screen and (max-width: 768px) {
  nav.globalMenuSp ul li {
    width: 26% !important;
    margin-bottom: 20px;
  }
}
nav.globalMenuSp ul li:nth-child(3) {
  border: none;
}
nav.globalMenuSp ul li:nth-child(5) {
  width: 40% !important;
  padding: 0 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  nav.globalMenuSp ul li:nth-child(5) {
    width: 45% !important;
    padding: 0 1vw;
  }
}
@media screen and (max-width: 768px) {
  nav.globalMenuSp ul li:nth-child(5) {
    width: 45% !important;
    width: auto;
    padding: 0 1vw;
  }
}
nav.globalMenuSp ul li:last-child {
  border: none;
}

nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}

nav.globalMenuSp ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  color: #827575;
  padding: 1em 0;
  text-decoration: none;
  font-size: 1vw;
  font-family: "Cormorant", serif;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  nav.globalMenuSp ul li a {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  nav.globalMenuSp ul li a {
    font-size: 3.4vw;
  }
}
nav.globalMenuSp ul li a button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1vw 2vw;
  border: 1px solid #fff;
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
  font-size: 2.8vw;
}
@media screen and (max-width: 768px) {
  nav.globalMenuSp ul li a button {
    font-size: 4vw;
  }
}
nav.globalMenuSp ul li a button i {
  font-size: 4vw;
  margin-right: 2vw;
}

/* このクラスを、jQueryで付与・削除する */
.globalMenuSp.active {
  transform: translateX(100%);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .globalMenuSp.active {
    transform: translateX(100%);
  }
}
@media screen and (max-width: 768px) {
  .globalMenuSp.active {
    transform: translateX(25%);
  }
}

.header_tel a {
  display: block;
  font-size: 1.2vw;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #827575;
  font-family: "Shippori Mincho", serif;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .header_tel a {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  .header_tel a {
    font-size: 3.8vw;
  }
}
.header_tel a img {
  width: 1vw;
  margin-right: 0.5vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .header_tel a img {
    width: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  .header_tel a img {
    width: 3.4vw;
    margin-right: 1.5vw;
  }
}

#mv {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
}
#mv .mv_video {
  width: 92vw;
  aspect-ratio: 16/9;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #mv .mv_video {
    width: 100vw;
  }
}
#mv .mv_video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  border: none;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.8s ease;
}
#mv .mv_video.loaded iframe {
  opacity: 1;
}

.top_btn {
  display: inline-block;
}
.top_btn a {
  padding-bottom: 0.5vw;
  border-bottom: 1px solid #827575;
  display: block;
  text-decoration: none;
  color: #827575;
  font-size: 1vw;
  display: flex;
  align-items: center;
  gap: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .top_btn a {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  .top_btn a {
    font-size: 3.4vw;
  }
}

#top_concept .top_concept {
  position: relative;
  margin-bottom: 8vw;
}
@media screen and (max-width: 768px) {
  #top_concept .top_concept {
    margin-bottom: 12vw;
  }
}
#top_concept .top_concept::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 8vw;
  background-color: #827575;
  top: 10%;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_concept .top_concept::before {
    top: 3%;
  }
}
@media screen and (max-width: 768px) {
  #top_concept .top_concept::before {
    top: 5%;
    height: 12vw;
  }
}
#top_concept .top_concept .top_concept_point {
  position: absolute;
  top: 0;
  right: 5%;
  width: 20%;
  animation: rotatePoint 20s linear infinite;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_concept .top_concept .top_concept_point {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #top_concept .top_concept .top_concept_point {
    display: none;
  }
}
#top_concept .top_concept .top_concept_point img {
  width: 100%;
}
@keyframes rotatePoint {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#top_concept .top_concept .top_concept_contents {
  padding-top: 18vw;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4vw;
  width: 90%;
  margin-left: 0;
  margin-right: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_concept .top_concept .top_concept_contents {
    width: 100%;
    flex-flow: column;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  #top_concept .top_concept .top_concept_contents {
    width: 100%;
    flex-flow: column;
    margin: auto;
    padding-top: 24vw;
  }
}
#top_concept .top_concept .top_concept_contents .top_concept_image {
  width: 55%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_concept .top_concept .top_concept_contents .top_concept_image {
    width: 90%;
    margin-left: 0;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  #top_concept .top_concept .top_concept_contents .top_concept_image {
    width: 90%;
    margin-left: 0;
    margin-right: auto;
  }
}
#top_concept .top_concept .top_concept_contents .top_concept_image img {
  width: 100%;
}
#top_concept .top_concept .top_concept_contents .top_concept_text {
  width: 45%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_concept .top_concept .top_concept_contents .top_concept_text {
    width: 80%;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  #top_concept .top_concept .top_concept_contents .top_concept_text {
    width: 95%;
  }
}
#top_concept .top_concept .top_concept_contents .top_concept_text h4 {
  display: flex;
  align-items: center;
  gap: 2vw;
  margin-bottom: 2vw;
  color: #827575;
}
@media screen and (max-width: 768px) {
  #top_concept .top_concept .top_concept_contents .top_concept_text h4 {
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 768px) {
  #top_concept .top_concept .top_concept_contents .top_concept_text h4 img {
    width: 30%;
  }
}
#top_concept .top_concept .top_concept_contents .top_concept_text p {
  margin-bottom: 4vw;
  font-family: "Shippori Mincho", serif;
  color: #827575;
}
@media screen and (max-width: 768px) {
  #top_concept .top_concept .top_concept_contents .top_concept_text p {
    margin-bottom: 8vw;
  }
}

#top_movies .top_movies {
  background-color: #EAE2D5;
  padding: 4vw 0;
}
@media screen and (max-width: 768px) {
  #top_movies .top_movies {
    padding: 8vw 0;
  }
}
#top_movies .top_movies h4 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2vw;
  margin-bottom: 4vw;
  color: #827575;
}
@media screen and (max-width: 768px) {
  #top_movies .top_movies h4 {
    margin-bottom: 8vw;
  }
}
@media screen and (max-width: 768px) {
  #top_movies .top_movies h4 img {
    width: 30%;
  }
}
#top_movies .top_movies .top_movies_contents {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4vw;
  width: 80%;
  height: 25vw;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #top_movies .top_movies .top_movies_contents {
    width: 95%;
    height: auto;
    flex-flow: column;
  }
}
#top_movies .top_movies .top_movies_contents img {
  width: 50%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #top_movies .top_movies .top_movies_contents img {
    width: 100%;
    height: 60vw;
    margin-bottom: 2vw;
  }
}

@media screen and (max-width: 768px) {
  #top_menus .pc {
    display: none !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_menus .pc {
    display: none !important;
  }
}
@media screen and (min-width: 1441px) {
  #top_menus .sp {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  #top_menus .sp {
    display: none !important;
  }
}
#top_menus .top_menus {
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #top_menus .top_menus {
    margin-bottom: 8vw;
  }
}
#top_menus .top_menus .top_menus_contents {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 4vw;
  margin: 4vw 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_menus .top_menus .top_menus_contents {
    margin-top: 30vw;
  }
}
@media screen and (max-width: 768px) {
  #top_menus .top_menus .top_menus_contents {
    position: relative;
    margin-top: 40vw;
    justify-content: flex-start;
  }
}
#top_menus .top_menus .top_menus_contents .top_menus_left {
  position: relative;
  width: 75%;
}
@media screen and (max-width: 768px) {
  #top_menus .top_menus .top_menus_contents .top_menus_left .top_menus_left_image {
    position: relative;
    margin-bottom: 8vw;
  }
}
#top_menus .top_menus .top_menus_contents .top_menus_left .top_menus_left_image img {
  position: absolute;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_menus .top_menus .top_menus_contents .top_menus_left .top_menus_left_image img {
    position: static;
  }
}
@media screen and (max-width: 768px) {
  #top_menus .top_menus .top_menus_contents .top_menus_left .top_menus_left_image img {
    position: static;
    width: 80%;
  }
}
#top_menus .top_menus .top_menus_contents .top_menus_left .top_menus_left_image img:first-child {
  top: 30%;
  left: 10%;
}
#top_menus .top_menus .top_menus_contents .top_menus_left .top_menus_left_image img:last-child {
  top: 70%;
  left: 35%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_menus .top_menus .top_menus_contents .top_menus_left .top_menus_left_image img:last-child {
    position: absolute;
    top: -60%;
  }
}
@media screen and (max-width: 768px) {
  #top_menus .top_menus .top_menus_contents .top_menus_left .top_menus_left_image img:last-child {
    position: absolute;
    top: -60%;
    width: 65%;
    left: 55%;
  }
}
#top_menus .top_menus .top_menus_contents .top_menus_left .top_menus_text h4 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2vw;
  margin-bottom: 4vw;
  color: #827575;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_menus .top_menus .top_menus_contents .top_menus_left .top_menus_text h4 {
    flex-flow: column;
  }
  #top_menus .top_menus .top_menus_contents .top_menus_left .top_menus_text h4 img {
    width: 50%;
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #top_menus .top_menus .top_menus_contents .top_menus_left .top_menus_text h4 {
    flex-flow: column;
    align-items: flex-start;
    margin: 0 5vw;
  }
  #top_menus .top_menus .top_menus_contents .top_menus_left .top_menus_text h4 img {
    width: 65%;
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #top_menus .top_menus .top_menus_contents .top_menus_left .top_menus_text h4 {
    flex-flow: column;
    margin-bottom: 8vw;
  }
}
#top_menus .top_menus .top_menus_contents .top_menus_left .top_menus_text .top_menus_text_detail {
  width: 30%;
  margin-left: auto;
  margin-right: 0;
  color: #827575;
  font-family: "Shippori Mincho", serif;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_menus .top_menus .top_menus_contents .top_menus_left .top_menus_text .top_menus_text_detail {
    width: 50%;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  #top_menus .top_menus .top_menus_contents .top_menus_left .top_menus_text .top_menus_text_detail {
    width: 90%;
    margin: auto;
  }
}
#top_menus .top_menus .top_menus_contents .top_menus_left .top_menus_text .top_menus_text_detail p {
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #top_menus .top_menus .top_menus_contents .top_menus_left .top_menus_text .top_menus_text_detail p {
    margin-bottom: 8vw;
  }
}
#top_menus .top_menus .top_menus_contents .top_menus_image {
  width: 25%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_menus .top_menus .top_menus_contents .top_menus_image {
    width: 35%;
  }
}
@media screen and (max-width: 768px) {
  #top_menus .top_menus .top_menus_contents .top_menus_image {
    position: absolute;
    width: 35%;
    right: 0;
    top: 35%;
  }
}
#top_menus .top_menus .top_menus_contents .top_menus_image img {
  width: 100%;
}

#top_salon .top_salon {
  position: relative;
  margin: 8vw 0;
}
@media screen and (max-width: 768px) {
  #top_salon .top_salon {
    margin: 16vw 0;
  }
}
#top_salon .top_salon .top_salon_point {
  position: absolute;
  bottom: -10%;
  left: -10%;
  width: 25%;
  animation: rotatePoint 20s linear infinite;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_salon .top_salon .top_salon_point {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #top_salon .top_salon .top_salon_point {
    display: none;
  }
}
#top_salon .top_salon .top_salon_point img {
  width: 100%;
}
@keyframes rotatePoint {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#top_salon .top_salon .top_salon_contents {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4vw;
  width: 80%;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_salon .top_salon .top_salon_contents {
    width: 100%;
    flex-flow: column-reverse;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  #top_salon .top_salon .top_salon_contents {
    width: 100%;
    flex-flow: column-reverse;
    margin: auto;
  }
}
#top_salon .top_salon .top_salon_contents .top_salon_image {
  width: 55%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_salon .top_salon .top_salon_contents .top_salon_image {
    width: 70%;
    margin-left: auto;
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  #top_salon .top_salon .top_salon_contents .top_salon_image {
    width: 90%;
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 4vw;
  }
}
#top_salon .top_salon .top_salon_contents .top_salon_image img {
  width: 100%;
}
#top_salon .top_salon .top_salon_contents .top_salon_text {
  width: 45%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_salon .top_salon .top_salon_contents .top_salon_text {
    width: 80%;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  #top_salon .top_salon .top_salon_contents .top_salon_text {
    width: 95%;
  }
}
#top_salon .top_salon .top_salon_contents .top_salon_text h4 {
  display: flex;
  align-items: center;
  gap: 2vw;
  margin-bottom: 2vw;
  color: #827575;
}
@media screen and (max-width: 768px) {
  #top_salon .top_salon .top_salon_contents .top_salon_text h4 {
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 768px) {
  #top_salon .top_salon .top_salon_contents .top_salon_text h4 img {
    width: 30%;
  }
}
#top_salon .top_salon .top_salon_contents .top_salon_text h4 {
  margin-bottom: 4vw;
  font-family: "Shippori Mincho", serif;
  color: #827575;
  line-height: 4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_salon .top_salon .top_salon_contents .top_salon_text h4 {
    line-height: 6vw;
  }
}
@media screen and (max-width: 768px) {
  #top_salon .top_salon .top_salon_contents .top_salon_text h4 {
    line-height: 8vw;
    margin-bottom: 8vw;
  }
}

@media screen and (max-width: 768px) {
  #top_greeting .pc {
    display: none !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_greeting .pc {
    display: none !important;
  }
}
@media screen and (min-width: 1441px) {
  #top_greeting .sp {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  #top_greeting .sp {
    display: none !important;
  }
}
#top_greeting .top_greeting {
  background-size: cover;
  background-position: center;
  width: 100%;
  padding: 8vw 0;
}
@media screen and (max-width: 768px) {
  #top_greeting .top_greeting {
    padding: 16vw 0;
  }
}
#top_greeting .top_greeting .top_greeting_contents {
  width: 35%;
  margin-left: auto;
  margin-right: 4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_greeting .top_greeting .top_greeting_contents {
    width: 60%;
    margin-left: 4vw;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  #top_greeting .top_greeting .top_greeting_contents {
    width: 60%;
  }
}
#top_greeting .top_greeting .top_headline {
  display: flex;
  align-items: center;
  gap: 2vw;
  margin-bottom: 2vw;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #top_greeting .top_greeting .top_headline {
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 768px) {
  #top_greeting .top_greeting .top_headline img {
    width: 50%;
  }
}
#top_greeting .top_greeting p {
  color: #fff;
  font-family: "Shippori Mincho", serif;
}

#top_studio {
  background-color: #F8F4ED;
  padding: 8vw 0;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  #top_studio {
    padding: 16vw 0;
  }
}
#top_studio .top_studio {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top_studio .top_studio {
    flex-flow: column-reverse;
    margin-bottom: 8vw;
  }
}
#top_studio .top_studio .top_studio_left {
  padding: 4vw;
  width: 50%;
  padding-top: 20vw;
  text-align: end;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_studio .top_studio .top_studio_left {
    width: 75%;
    padding-top: 40vw;
  }
}
@media screen and (max-width: 768px) {
  #top_studio .top_studio .top_studio_left {
    width: 95%;
    padding-top: 8vw;
    text-align: start;
  }
}
#top_studio .top_studio .top_studio_left .top_headline {
  display: flex;
  align-items: center;
  gap: 2vw;
  margin-bottom: 2vw;
  color: #827575;
}
@media screen and (max-width: 768px) {
  #top_studio .top_studio .top_studio_left .top_headline {
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 768px) {
  #top_studio .top_studio .top_studio_left .top_headline img {
    width: 50%;
  }
}
#top_studio .top_studio .top_studio_left h3, #top_studio .top_studio .top_studio_left h4, #top_studio .top_studio .top_studio_left p {
  margin-bottom: 1vw;
  color: #827575;
  font-family: "Shippori Mincho", serif;
  text-align: start;
}
@media screen and (max-width: 768px) {
  #top_studio .top_studio .top_studio_left h3, #top_studio .top_studio .top_studio_left h4, #top_studio .top_studio .top_studio_left p {
    margin-bottom: 4vw;
  }
}
#top_studio .top_studio .top_studio_left p {
  width: 60%;
}
@media screen and (max-width: 768px) {
  #top_studio .top_studio .top_studio_left p {
    width: 100%;
  }
}
#top_studio .top_studio .top_studio_right {
  position: absolute;
  width: 60%;
  right: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  #top_studio .top_studio .top_studio_right {
    position: static;
    margin-right: 0;
    margin-left: auto;
  }
}
#top_studio .top_studio .top_studio_right img {
  width: 100%;
}
#top_studio .top_studio_loop .slick-list .slick-track img {
  padding: 1vw;
  height: 100%;
}

#insta .insta {
  width: 80%;
  margin: auto;
  text-align: center;
  padding: 8vw 0;
}
@media screen and (max-width: 768px) {
  #insta .insta {
    padding: 16vw 0;
  }
}
#insta .insta .top_headline {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2vw;
  margin-bottom: 2vw;
  color: #827575;
}
@media screen and (max-width: 768px) {
  #insta .insta .top_headline {
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 768px) {
  #insta .insta .top_headline img {
    width: 50%;
  }
}

#overview .overview {
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #overview .overview {
    margin-bottom: 8vw;
  }
}
#overview .overview .overview_contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #overview .overview .overview_contents {
    flex-flow: column;
  }
}
@media screen and (max-width: 768px) {
  #overview .overview .overview_contents {
    flex-flow: column;
  }
}
#overview .overview .overview_contents .overview_left {
  text-align: center;
  width: 50%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #overview .overview .overview_contents .overview_left {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #overview .overview .overview_contents .overview_left {
    width: 100%;
    text-align: start;
  }
}
#overview .overview .overview_contents .overview_left .top_headline {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2vw;
  margin-bottom: 2vw;
  color: #827575;
}
@media screen and (max-width: 768px) {
  #overview .overview .overview_contents .overview_left .top_headline {
    margin-bottom: 4vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #overview .overview .overview_contents .overview_left .top_headline img {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  #overview .overview .overview_contents .overview_left .top_headline img {
    width: 50%;
  }
}
#overview .overview .overview_contents .overview_left > img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #overview .overview .overview_contents .overview_left > img {
    width: 90%;
  }
}
#overview .overview .overview_contents .overview_right {
  padding-right: 4vw;
  width: 50%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #overview .overview .overview_contents .overview_right {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #overview .overview .overview_contents .overview_right {
    width: 95%;
  }
}
#overview .overview .overview_contents .overview_right table {
  width: 100%;
  border-collapse: collapse;
}
#overview .overview .overview_contents .overview_right table tr td {
  padding: 1.5vw 0;
  color: #827575;
  border-bottom: 1px solid #827575;
  font-size: 1vw;
  line-height: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #overview .overview .overview_contents .overview_right table tr td {
    font-size: 1.8vw;
    line-height: 4vw;
  }
}
@media screen and (max-width: 768px) {
  #overview .overview .overview_contents .overview_right table tr td {
    font-size: 3.4vw;
    line-height: 8vw;
    padding: 0 2vw;
  }
}
@media screen and (max-width: 768px) {
  #overview .overview .overview_contents .overview_right table tr td:first-child {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  #overview .overview .overview_contents .overview_right table tr td:last-child {
    width: 70%;
  }
}

#top_map {
  width: 80%;
  margin: auto;
  margin-bottom: 4vw;
  filter: grayscale(100%);
}
@media screen and (max-width: 768px) {
  #top_map {
    width: 95%;
    margin-bottom: 8vw;
  }
}
#top_map iframe {
  width: 100%;
  height: 30vw;
  margin-bottom: 1vw;
}
@media screen and (max-width: 768px) {
  #top_map iframe {
    height: 80vw;
    margin-bottom: 2vw;
  }
}
#top_map p {
  color: #827575;
}
#top_map p i {
  margin-right: 1vw;
}

#concept {
  margin: 24vw 0;
}
@media screen and (max-width: 768px) {
  #concept {
    margin: 26vw 0;
  }
}
#concept .concept .concept_contents {
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #concept .concept .concept_contents {
    width: 95%;
    height: 80vw;
  }
}
#concept .concept .concept_contents iframe {
  width: 100%;
  height: 40vw;
}
@media screen and (max-width: 768px) {
  #concept .concept .concept_contents iframe {
    height: 80vw;
  }
}

#menu {
  margin: 24vw 0;
}
@media screen and (max-width: 768px) {
  #menu {
    margin: 26vw 0;
  }
}
#menu .menu .menu_top_contents {
  margin-bottom: 6vw;
}
@media screen and (max-width: 768px) {
  #menu .menu .menu_top_contents {
    margin-bottom: 16vw;
  }
}
#menu .menu .menu_top_contents .menu_content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4vw;
  width: 90%;
  margin: auto;
  margin-bottom: 2vw;
}
@media screen and (max-width: 768px) {
  #menu .menu .menu_top_contents .menu_content {
    flex-flow: column;
    margin-bottom: 4vw;
  }
}
#menu .menu .menu_top_contents .menu_content .menu_top_image {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #menu .menu .menu_top_contents .menu_content .menu_top_image {
    width: 100%;
  }
}
#menu .menu .menu_top_contents .menu_content .menu_top_image img {
  width: 100%;
}
#menu .menu .menu_top_contents .menu_content .menu_top_text {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #menu .menu .menu_top_contents .menu_content .menu_top_text {
    width: 100%;
  }
}
#menu .menu .menu_top_contents .menu_content .menu_top_text h2 {
  color: #EDB3A3;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-flow: column;
  gap: 0vw;
  font-family: "Allura", cursive;
  font-weight: 300;
  font-size: 6vw;
  line-height: 4vw;
}
@media screen and (max-width: 768px) {
  #menu .menu .menu_top_contents .menu_content .menu_top_text h2 {
    align-items: center;
    font-size: 10vw;
    line-height: 8vw;
  }
}
#menu .menu .menu_top_contents .menu_content .menu_top_text h2 p {
  color: #000;
  font-family: "Hina Mincho", serif;
}
#menu .menu .menu_top_contents .menu_table {
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #menu .menu .menu_top_contents .menu_table {
    width: 95%;
  }
}
#menu .menu .menu_top_contents .menu_table table {
  width: 100%;
  border-collapse: collapse;
}
#menu .menu .menu_top_contents .menu_table table tr td {
  padding: 1.5vw;
  color: #827575;
  border-bottom: 1px solid #827575;
  font-size: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #menu .menu .menu_top_contents .menu_table table tr td {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #menu .menu .menu_top_contents .menu_table table tr td {
    padding: 3vw;
    font-size: 3.4vw;
  }
}

#salon {
  margin: 24vw 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #salon {
    margin: 38vw 0;
  }
}
@media screen and (max-width: 768px) {
  #salon {
    margin: 26vw 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #salon .pc {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  #salon .pc {
    display: none !important;
  }
}
@media screen and (min-width: 1441px) {
  #salon .tab {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  #salon .tab {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  #salon .tab {
    display: none !important;
  }
}
@media screen and (min-width: 1441px) {
  #salon .sp {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  #salon .sp {
    display: none !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #salon .sp {
    display: none !important;
  }
}
#salon .salon .salon_about {
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #salon .salon .salon_about {
    margin-bottom: 8vw;
  }
}
#salon .salon .salon_about h2 {
  text-align: center;
  color: #827575;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #salon .salon .salon_about h2 {
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 768px) {
  #salon .salon .salon_about h2 {
    margin-bottom: 8vw;
  }
}
#salon .salon .salon_about .salon_about_contents {
  position: relative;
}
#salon .salon .salon_about .salon_about_contents .salon_about_content {
  width: 90%;
  margin: auto;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4vw;
  padding: 8vw 4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #salon .salon .salon_about .salon_about_contents .salon_about_content {
    flex-flow: column;
  }
}
@media screen and (max-width: 768px) {
  #salon .salon .salon_about .salon_about_contents .salon_about_content {
    width: 95%;
    padding: 10vw 2vw;
    flex-flow: column;
  }
}
#salon .salon .salon_about .salon_about_contents .salon_about_content .salon_about_image {
  width: 50%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #salon .salon .salon_about .salon_about_contents .salon_about_content .salon_about_image {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  #salon .salon .salon_about .salon_about_contents .salon_about_content .salon_about_image {
    width: 85%;
  }
}
#salon .salon .salon_about .salon_about_contents .salon_about_content .salon_about_image img {
  width: 100%;
}
#salon .salon .salon_about .salon_about_contents .salon_about_content .salon_about_text {
  width: 50%;
  color: #827575;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #salon .salon .salon_about .salon_about_contents .salon_about_content .salon_about_text {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #salon .salon .salon_about .salon_about_contents .salon_about_content .salon_about_text {
    width: 85%;
  }
}
#salon .salon .salon_about .salon_about_contents .salon_about_content .salon_about_text p {
  font-family: "Shippori Mincho", serif;
}
#salon .salon .salon_about .salon_about_contents .salon_about_point {
  position: absolute;
  bottom: -5%;
  right: 0%;
  width: 15%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #salon .salon .salon_about .salon_about_contents .salon_about_point {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #salon .salon .salon_about .salon_about_contents .salon_about_point {
    display: none;
  }
}
#salon .salon .salon_about .salon_about_contents .salon_about_point img {
  width: 100%;
}
#salon .salon .salon_greeting {
  background-color: #EAE2D5;
}
#salon .salon .salon_greeting .salon_greeting_contents {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4vw;
  width: 80%;
  margin: auto;
  padding: 4vw 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #salon .salon .salon_greeting .salon_greeting_contents {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  #salon .salon .salon_greeting .salon_greeting_contents {
    width: 95%;
    padding: 8vw 0;
    flex-flow: column-reverse;
  }
}
#salon .salon .salon_greeting .salon_greeting_contents .salon_greeting_text {
  width: 50%;
  color: #827575;
}
@media screen and (max-width: 768px) {
  #salon .salon .salon_greeting .salon_greeting_contents .salon_greeting_text {
    width: 100%;
  }
}
#salon .salon .salon_greeting .salon_greeting_contents .salon_greeting_text h2 {
  margin-bottom: 2vw;
}
@media screen and (max-width: 768px) {
  #salon .salon .salon_greeting .salon_greeting_contents .salon_greeting_text h2 {
    margin-bottom: 4vw;
  }
}
#salon .salon .salon_greeting .salon_greeting_contents .salon_greeting_text p {
  font-family: "Shippori Mincho", serif;
}
#salon .salon .salon_greeting .salon_greeting_contents .salon_greeting_image {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #salon .salon .salon_greeting .salon_greeting_contents .salon_greeting_image {
    width: 100%;
    margin-bottom: 4vw;
  }
}
#salon .salon .salon_greeting .salon_greeting_contents .salon_greeting_image img {
  width: 100%;
}
#salon .salon .salon_info {
  width: 60%;
  margin: 8vw auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #salon .salon .salon_info {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #salon .salon .salon_info {
    width: 95%;
    margin: 16vw auto;
  }
}
#salon .salon .salon_info h2 {
  text-align: center;
  color: #827575;
  margin-bottom: 2vw;
}
@media screen and (max-width: 768px) {
  #salon .salon .salon_info h2 {
    margin-bottom: 4vw;
  }
}
#salon .salon .salon_info table {
  width: 100%;
  border-collapse: collapse;
}
#salon .salon .salon_info table tr td {
  padding: 1.5vw;
  color: #827575;
  font-size: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #salon .salon .salon_info table tr td {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #salon .salon .salon_info table tr td {
    padding: 3vw;
    font-size: 3.4vw;
  }
}
#salon .salon .salon_info table tr td:first-child {
  width: 50%;
  border-bottom: 1px solid #D8CBB8;
}
@media screen and (max-width: 768px) {
  #salon .salon .salon_info table tr td:first-child {
    width: 30%;
  }
}
#salon .salon .salon_info table tr td:last-child {
  width: 50%;
  border-bottom: 1px solid #827575;
}
@media screen and (max-width: 768px) {
  #salon .salon .salon_info table tr td:last-child {
    width: 70%;
  }
}
#salon .salon #top_map {
  width: 80%;
  margin: auto;
  margin-bottom: 4vw;
  filter: grayscale(100%);
}
@media screen and (max-width: 768px) {
  #salon .salon #top_map {
    width: 95%;
    margin-bottom: 8vw;
  }
}
#salon .salon #top_map iframe {
  width: 100%;
  height: 30vw;
  margin-bottom: 1vw;
}
@media screen and (max-width: 768px) {
  #salon .salon #top_map iframe {
    height: 80vw;
    margin-bottom: 2vw;
  }
}
#salon .salon #top_map p {
  color: #827575;
}
#salon .salon #top_map p i {
  margin-right: 1vw;
}

#studio {
  margin: 24vw 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #studio {
    margin: 20vw 0;
  }
}
@media screen and (max-width: 768px) {
  #studio {
    margin: 26vw 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #studio .studio .pc {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  #studio .studio .pc {
    display: none !important;
  }
}
@media screen and (min-width: 1441px) {
  #studio .studio .tab {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  #studio .studio .tab {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  #studio .studio .tab {
    display: none !important;
  }
}
@media screen and (min-width: 1441px) {
  #studio .studio .sp {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  #studio .studio .sp {
    display: none !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #studio .studio .sp {
    display: none !important;
  }
}
#studio .studio .studio_about {
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #studio .studio .studio_about {
    margin-bottom: 8vw;
  }
}
#studio .studio .studio_about h2 {
  color: #EDB3A3;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2vw;
  font-family: "Allura", cursive;
  font-weight: 300;
  font-size: 6vw;
  line-height: 4vw;
}
@media screen and (max-width: 768px) {
  #studio .studio .studio_about h2 {
    align-items: center;
    font-size: 10vw;
    line-height: 8vw;
    margin-bottom: 8vw;
  }
}
#studio .studio .studio_about h2 p {
  color: #000;
  font-family: "Hina Mincho", serif;
}
#studio .studio .studio_about .studio_about_contents {
  position: relative;
}
#studio .studio .studio_about .studio_about_contents .studio_about_content {
  width: 90%;
  margin: auto;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4vw;
  padding: 8vw 4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #studio .studio .studio_about .studio_about_contents .studio_about_content {
    flex-flow: column;
  }
}
@media screen and (max-width: 768px) {
  #studio .studio .studio_about .studio_about_contents .studio_about_content {
    width: 95%;
    padding: 10vw 2vw;
    flex-flow: column;
  }
}
#studio .studio .studio_about .studio_about_contents .studio_about_content .studio_about_image {
  width: 50%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #studio .studio .studio_about .studio_about_contents .studio_about_content .studio_about_image {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  #studio .studio .studio_about .studio_about_contents .studio_about_content .studio_about_image {
    width: 85%;
  }
}
#studio .studio .studio_about .studio_about_contents .studio_about_content .studio_about_image img {
  width: 100%;
}
#studio .studio .studio_about .studio_about_contents .studio_about_content .studio_about_text {
  width: 50%;
  color: #827575;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #studio .studio .studio_about .studio_about_contents .studio_about_content .studio_about_text {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #studio .studio .studio_about .studio_about_contents .studio_about_content .studio_about_text {
    width: 85%;
  }
}
#studio .studio .studio_about .studio_about_contents .studio_about_content .studio_about_text p {
  font-family: "Shippori Mincho", serif;
}
#studio .studio .studio_about .studio_about_contents .studio_about_point {
  position: absolute;
  bottom: -5%;
  right: 0%;
  width: 15%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #studio .studio .studio_about .studio_about_contents .studio_about_point {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #studio .studio .studio_about .studio_about_contents .studio_about_point {
    display: none;
  }
}
#studio .studio .studio_about .studio_about_contents .studio_about_point img {
  width: 100%;
}
#studio .studio .studio_insta {
  margin: 8vw 0;
}
@media screen and (max-width: 768px) {
  #studio .studio .studio_insta {
    margin: 16vw 0;
  }
}
#studio .studio .studio_insta h2 {
  color: #EDB3A3;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2vw;
  font-family: "Allura", cursive;
  font-weight: 300;
  font-size: 6vw;
  line-height: 4vw;
}
@media screen and (max-width: 768px) {
  #studio .studio .studio_insta h2 {
    align-items: center;
    font-size: 10vw;
    line-height: 8vw;
    margin-bottom: 8vw;
  }
}
#studio .studio .studio_insta h2 p {
  color: #000;
  font-family: "Hina Mincho", serif;
}
#studio .studio .studio_top_contents {
  margin-bottom: 8vw;
}
@media screen and (max-width: 768px) {
  #studio .studio .studio_top_contents {
    margin-bottom: 16vw;
  }
}
#studio .studio .studio_top_contents .studio_content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4vw;
  width: 90%;
  margin: auto;
  margin-bottom: 2vw;
}
@media screen and (max-width: 768px) {
  #studio .studio .studio_top_contents .studio_content {
    flex-flow: column;
    margin-bottom: 4vw;
  }
}
#studio .studio .studio_top_contents .studio_content .studio_top_image {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #studio .studio .studio_top_contents .studio_content .studio_top_image {
    width: 100%;
  }
}
#studio .studio .studio_top_contents .studio_content .studio_top_image img {
  width: 100%;
}
#studio .studio .studio_top_contents .studio_content .studio_top_text {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #studio .studio .studio_top_contents .studio_content .studio_top_text {
    width: 100%;
  }
}
#studio .studio .studio_top_contents .studio_content .studio_top_text h2 {
  color: #EDB3A3;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 1vw;
  font-family: "Allura", cursive;
  font-weight: 300;
  font-size: 6vw;
  line-height: 4vw;
}
@media screen and (max-width: 768px) {
  #studio .studio .studio_top_contents .studio_content .studio_top_text h2 {
    align-items: center;
    font-size: 10vw;
    line-height: 8vw;
  }
}
#studio .studio .studio_top_contents .studio_content .studio_top_text h2 p {
  color: #000;
  font-family: "Hina Mincho", serif;
}
#studio .studio .studio_top_contents .studio_table {
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #studio .studio .studio_top_contents .studio_table {
    width: 95%;
  }
}
#studio .studio .studio_top_contents .studio_table table {
  width: 100%;
  border-collapse: collapse;
}
#studio .studio .studio_top_contents .studio_table table tr td {
  padding: 1.5vw;
  color: #827575;
  border-bottom: 1px solid #827575;
  font-size: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #studio .studio .studio_top_contents .studio_table table tr td {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #studio .studio .studio_top_contents .studio_table table tr td {
    padding: 3vw;
    font-size: 3.4vw;
  }
}
#studio .studio .studio_gallery .studio_gallery_headline {
  width: 50%;
  margin: auto;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #studio .studio .studio_gallery .studio_gallery_headline {
    width: 100%;
    margin-bottom: 8vw;
  }
}
#studio .studio .studio_gallery .studio_gallery_headline h2 {
  color: #EDB3A3;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 1vw;
  font-family: "Allura", cursive;
  font-weight: 300;
  font-size: 6vw;
  line-height: 4vw;
}
@media screen and (max-width: 768px) {
  #studio .studio .studio_gallery .studio_gallery_headline h2 {
    align-items: center;
    font-size: 10vw;
    line-height: 8vw;
  }
}
#studio .studio .studio_gallery .studio_gallery_headline h2 p {
  color: #000;
  font-family: "Hina Mincho", serif;
}
#studio .studio .studio_gallery .studio_gallery_top img {
  padding: 1vw;
}
#studio .studio .studio_gallery .studio_gallery_bottom img {
  padding: 1vw;
}
#studio .studio .studio_info {
  width: 60%;
  margin: 8vw auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #studio .studio .studio_info {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #studio .studio .studio_info {
    width: 95%;
    margin: 16vw auto;
  }
}
#studio .studio .studio_info h2 {
  text-align: center;
  color: #827575;
  margin-bottom: 2vw;
}
@media screen and (max-width: 768px) {
  #studio .studio .studio_info h2 {
    margin-bottom: 4vw;
  }
}
#studio .studio .studio_info table {
  width: 100%;
  border-collapse: collapse;
}
#studio .studio .studio_info table tr td {
  padding: 1.5vw;
  color: #827575;
  font-size: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #studio .studio .studio_info table tr td {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #studio .studio .studio_info table tr td {
    padding: 3vw;
    font-size: 3.4vw;
  }
}
#studio .studio .studio_info table tr td:first-child {
  width: 50%;
  border-bottom: 1px solid #D8CBB8;
}
@media screen and (max-width: 768px) {
  #studio .studio .studio_info table tr td:first-child {
    width: 30%;
  }
}
#studio .studio .studio_info table tr td:last-child {
  width: 50%;
  border-bottom: 1px solid #827575;
}
@media screen and (max-width: 768px) {
  #studio .studio .studio_info table tr td:last-child {
    width: 70%;
  }
}

#gallery {
  margin: 24vw 0;
}
@media screen and (max-width: 768px) {
  #gallery {
    margin: 26vw 0;
  }
}
#gallery .gallery .gallery_movie {
  margin-bottom: 8vw;
}
@media screen and (max-width: 768px) {
  #gallery .gallery .gallery_movie {
    margin-bottom: 16vw;
  }
}
#gallery .gallery .gallery_movie .gallery_movie_headline {
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #gallery .gallery .gallery_movie .gallery_movie_headline {
    margin-bottom: 8vw;
  }
}
#gallery .gallery .gallery_movie .gallery_movie_headline h2 {
  color: #EDB3A3;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 1vw;
  font-family: "Allura", cursive;
  font-weight: 300;
  font-size: 6vw;
  line-height: 4vw;
}
@media screen and (max-width: 768px) {
  #gallery .gallery .gallery_movie .gallery_movie_headline h2 {
    align-items: center;
    font-size: 10vw;
    line-height: 8vw;
  }
}
#gallery .gallery .gallery_movie .gallery_movie_headline h2 p {
  color: #000;
  font-family: "Hina Mincho", serif;
}
#gallery .gallery .gallery_movie .gallery_movie_contents {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4vw;
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #gallery .gallery .gallery_movie .gallery_movie_contents {
    width: 95%;
    flex-flow: column;
  }
}
#gallery .gallery .gallery_movie .gallery_movie_contents img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #gallery .gallery .gallery_movie .gallery_movie_contents img {
    width: 100%;
  }
}
#gallery .gallery .gallery_catalog .gallery_catalog_headline {
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #gallery .gallery .gallery_catalog .gallery_catalog_headline {
    margin-bottom: 8vw;
  }
}
#gallery .gallery .gallery_catalog .gallery_catalog_headline h2 {
  color: #EDB3A3;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 1vw;
  font-family: "Allura", cursive;
  font-weight: 300;
  font-size: 6vw;
  line-height: 4vw;
}
@media screen and (max-width: 768px) {
  #gallery .gallery .gallery_catalog .gallery_catalog_headline h2 {
    align-items: center;
    font-size: 10vw;
    line-height: 8vw;
  }
}
#gallery .gallery .gallery_catalog .gallery_catalog_headline h2 p {
  color: #000;
  font-family: "Hina Mincho", serif;
}
#gallery .gallery .gallery_catalog .gallery_contents {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #gallery .gallery .gallery_catalog .gallery_contents {
    width: 95%;
  }
}
#gallery .gallery .gallery_catalog .gallery_contents img {
  width: 22%;
  padding: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #gallery .gallery .gallery_catalog .gallery_contents img {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  #gallery .gallery .gallery_catalog .gallery_contents img {
    width: 45%;
  }
}

#header_sp {
  position: fixed;
  width: 100vw;
  height: 8vw;
  display: flex;
  align-items: top;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #header_sp {
    height: 10vw;
  }
}
@media screen and (max-width: 768px) {
  #header_sp {
    height: 19vw;
  }
}
#header_sp .header_logo {
  width: 50%;
  margin-left: 3vw;
  padding: 1vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #header_sp .header_logo {
    width: 25%;
  }
}
@media screen and (max-width: 768px) {
  #header_sp .header_logo {
    width: 30%;
  }
}
#header_sp .header_logo img {
  width: 100%;
}

.header_lower {
  position: relative;
  height: 75vh;
  z-index: 9999999;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .header_lower {
    height: 40vh;
  }
}
@media screen and (max-width: 768px) {
  .header_lower {
    height: 36vh;
  }
}
.header_lower .header_right {
  width: 7vw;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .header_lower .header_right {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .header_lower .header_right {
    display: none !important;
  }
}
.header_lower .header_right a {
  display: block;
  text-align: center;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  margin-bottom: 2vw;
  color: #827575;
  font-size: 1.4vw;
}
.header_lower .header_right a span {
  font-size: 1vw;
}

/*　ハンバーガーボタン　*/
.hamburger {
  display: block;
  position: fixed;
  z-index: 10005;
  right: 0;
  top: 0;
  width: 80px;
  height: 80px;
  cursor: pointer;
  text-align: center;
  background-color: rgba(255, 255, 255, 0);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .hamburger {
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 768px) {
  .hamburger {
    right: 13px;
    top: 12px;
    width: 45px;
    height: 45px;
    background-color: #fff;
  }
}

.hamburger span {
  display: block;
  position: absolute;
  width: 45px;
  height: 2px;
  left: 50%;
  transform: translate(-50%, 0);
  background: #827575;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .hamburger span {
    width: 30px;
  }
}

.hamburger p {
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #827575;
  font-size: 3vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .hamburger p {
    font-size: 2vw;
  }
}

.hamburger span:nth-child(1) {
  top: 30%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .hamburger span:nth-child(1) {
    top: 35%;
  }
}
@media screen and (max-width: 768px) {
  .hamburger span:nth-child(1) {
    top: 30%;
  }
}

.hamburger span:nth-child(2) {
  top: 50%;
}

.hamburger span:nth-child(3) {
  top: 70%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .hamburger span:nth-child(3) {
    top: 65%;
  }
}
@media screen and (max-width: 768px) {
  .hamburger span:nth-child(3) {
    top: 70%;
  }
}

.hamburger p {
  top: 26px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .hamburger p {
    top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .hamburger p {
    top: 20px;
  }
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  left: 40%;
  top: 18%;
  background: #827575;
  transform: rotate(-45deg) translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .hamburger.active span:nth-child(1) {
    top: 25%;
  }
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  left: 37%;
  top: 57%;
  background: #827575;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .hamburger.active span:nth-child(2),
  .hamburger.active span:nth-child(3) {
    left: 40%;
    top: 70%;
  }
}
@media screen and (max-width: 768px) {
  .hamburger.active span:nth-child(2),
  .hamburger.active span:nth-child(3) {
    top: 72%;
  }
}
.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  transform: rotate(45deg) translate(-50%, -50%);
}

nav.globalMenuSp {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  color: #000;
  background: rgb(255, 255, 255);
  text-align: center;
  width: 50%;
  height: 100vh;
  transform: translateX(250%);
  transition: transform 0.4s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  nav.globalMenuSp {
    width: 50%;
    height: 100vh;
    transform: translateX(200%);
  }
}
@media screen and (max-width: 768px) {
  nav.globalMenuSp {
    width: 80%;
    height: 100vh;
    transform: translateX(125%);
  }
}

nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 2vw 0;
  width: 60%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  border-top: 1px solid #827575;
  border-bottom: 1px solid #827575;
  margin-bottom: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  nav.globalMenuSp ul {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  nav.globalMenuSp ul {
    width: 90%;
    margin-bottom: 4vw;
  }
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: 0.4s all;
  width: 30%;
  border-right: 1px solid #827575;
}
@media screen and (max-width: 768px) {
  nav.globalMenuSp ul li {
    margin-bottom: 20px;
  }
}
nav.globalMenuSp ul li:nth-child(3) {
  border: none;
}
nav.globalMenuSp ul li:last-child {
  border: none;
}
@media screen and (max-width: 768px) {
  nav.globalMenuSp ul li:last-child {
    width: auto;
    padding: 0 4vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  nav.globalMenuSp ul li:last-child {
    width: auto;
    padding: 0 2vw;
  }
}

nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}

nav.globalMenuSp ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  color: #827575;
  padding: 1em 0;
  text-decoration: none;
  font-size: 1vw;
  font-family: "Cormorant", serif;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  nav.globalMenuSp ul li a {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  nav.globalMenuSp ul li a {
    font-size: 3.4vw;
  }
}
nav.globalMenuSp ul li a button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1vw 2vw;
  border: 1px solid #fff;
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
  font-size: 2.8vw;
}
@media screen and (max-width: 768px) {
  nav.globalMenuSp ul li a button {
    font-size: 4vw;
  }
}
nav.globalMenuSp ul li a button i {
  font-size: 4vw;
  margin-right: 2vw;
}

/* このクラスを、jQueryで付与・削除する */
.globalMenuSp.active {
  transform: translateX(100%);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .globalMenuSp.active {
    transform: translateX(100%);
  }
}
@media screen and (max-width: 768px) {
  .globalMenuSp.active {
    transform: translateX(25%);
  }
}

.header_tel a {
  display: block;
  font-size: 1.2vw;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #827575;
  font-family: "Shippori Mincho", serif;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .header_tel a {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  .header_tel a {
    font-size: 3.8vw;
  }
}
.header_tel a img {
  width: 1vw;
  margin-right: 0.5vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .header_tel a img {
    width: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  .header_tel a img {
    width: 3.4vw;
    margin-right: 1.5vw;
  }
}

footer {
  padding: 4vw 0;
  background-color: #D9D9D9;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 8vw 0;
  }
}
footer .footer_top {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4vw;
  width: 65%;
  margin: auto;
  margin-bottom: 4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_top {
    width: 75%;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_top {
    flex-flow: column;
    width: 95%;
    margin-bottom: 8vw;
  }
}
footer .footer_top .footer_logo {
  width: 25%;
}
@media screen and (max-width: 768px) {
  footer .footer_top .footer_logo {
    width: 50%;
  }
}
footer .footer_top .footer_logo img {
  width: 100%;
}
footer .footer_top .footer_menus {
  width: 75%;
}
@media screen and (max-width: 768px) {
  footer .footer_top .footer_menus {
    width: 100%;
  }
}
footer .footer_top .footer_menus ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2vw;
  list-style: none;
}
@media screen and (max-width: 768px) {
  footer .footer_top .footer_menus ul {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_top .footer_menus ul li {
    width: 30%;
    text-align: center;
  }
}
footer .footer_top .footer_menus ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 1vw;
  font-family: "Cormorant", serif;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_top .footer_menus ul li a {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_top .footer_menus ul li a {
    font-size: 3.4vw;
  }
}
footer .footer_video {
  width: 40%;
  margin: auto;
  margin-bottom: 4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_video {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_video {
    width: 80%;
  }
}
footer .footer_video iframe {
  width: 100%;
}
footer .copyright {
  text-align: center;
  color: #fff;
}/*# sourceMappingURL=style.css.map */