@charset "UTF-8";
/*
Theme Name: Zen enishi
Theme URI: https://faith-pictures.com
Author: Be Happy
Author URI: https://be-hap.com
Description: Zen enishi
Version: 2024
Requires at least: 6.5
Tested up to: 6.4.2
Requires PHP: 7.0
Text Domain: zenenishi
*/
html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -moz-tab-size: 4;
  tab-size: 4;
  word-break: normal;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

hr {
  color: inherit;
  height: 0;
  overflow: visible;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

.btn-black {
  color: #ffffff;
  background-color: #000000;
  padding: 1rem 4rem;
  font-size: 1.5rem;
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
  font-family: Helvetica, Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.btn-black.small {
  padding: 1rem;
  font-size: 1rem;
}

.btn-red {
  color: #ffffff;
  background-color: #9f1547;
  padding: 1rem 4rem;
  font-size: 1.5rem;
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
  font-family: Helvetica, Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.btn-red.small {
  padding: 1rem;
  font-size: 1rem;
}

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

.is-hidden {
  visibility: hidden;
}

a {
  color: #000000;
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

body {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  color: #000000;
}
body > header {
  display: flex;
  justify-content: center;
  align-items: center;
  position: sticky;
  top: 0;
  gap: 3rem;
  padding: 1rem 0;
  z-index: 1000;
  background-color: #ffffff;
}
body > header .global-nav > ul {
  display: flex;
  list-style: none;
  gap: 3rem;
  align-items: center;
  font-size: 1.2rem;
}
body > header .global-nav > ul .sub-menu {
  display: none;
  list-style: none;
  position: absolute;
}
body > header .global-nav > ul .sub-menu.is-open {
  display: block;
}
body > header .global-nav > ul .sub-menu li {
  border: solid 2px #000000;
  background-color: #ffffff;
  padding: 0.5rem;
}
body > header .global-nav > ul .sub-menu li + li {
  border-top: none;
}
body .main-wrapper {
  overflow: hidden;
}
body .main-wrapper .main-container {
  margin: auto;
}
body .main-wrapper .main-container header {
  text-align: center;
  background-image: url("image/common/title_obi_bg.png");
  background-position: 0 65%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2rem 0;
}
body .main-wrapper .main-container header h1 {
  font-size: 2rem;
  letter-spacing: .2em;
  font-weight: normal;
}
body .main-wrapper .main-container .index-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}
body .main-wrapper .main-container .index-top .top-message {
  width: 360px;
  display: flex;
  flex-direction: column;
  overflow: visible;
  z-index: 1;
  margin-left: 5vw;
  margin-left: 5dvw;
}
body .main-wrapper .main-container .index-top .top-message p {
  font-size: 2rem;
  white-space: nowrap;
  letter-spacing: 0.3em;
  margin-top: 2rem;
}
body .main-wrapper .main-container .index-top video {
  position: relative;
  max-width: calc(100% - (360px + 5%));
}
body .main-wrapper .main-container .img-scroll {
  text-align: center;
}
body .main-wrapper .main-container .index-lymph {
  position: relative;
}
body .main-wrapper .main-container .index-lymph video {
  width: 100%;
}
body .main-wrapper .main-container .index-lymph h2 {
  position: absolute;
  top: 0;
  right: 10%;
  writing-mode: vertical-rl;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-weight: normal;
}
body .main-wrapper .main-container .index-lymph h2 > span {
  font-size: 3rem;
  letter-spacing: 0.2em;
  background-image: url("image/common/title_obi_bg.png");
  padding: 2rem 0.5rem;
  margin: 0 1rem;
  height: auto;
  width: 5rem;
  overflow: hidden;
}
body .main-wrapper .main-container .index-lymph .lymph-explain {
  position: relative;
  background-color: #fde6c1;
  padding: 3rem 0 5rem;
}
body .main-wrapper .main-container .index-lymph .lymph-explain .explain-text {
  width: 50rem;
  position: absolute;
  top: -16rem;
  right: 0;
  left: 0;
  margin: 0 auto;
  padding-top: 5rem;
  background-color: rgba(255, 255, 255, 0.7);
  text-align: center;
}
body .main-wrapper .main-container .index-lymph .lymph-explain .explain-text .explain-h1 {
  color: #ffffff;
  background-color: #000000;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  padding: 1rem;
}
body .main-wrapper .main-container .index-lymph .lymph-explain .explain-text .explain-h2 {
  font-size: 2.5rem;
  letter-spacing: 0.2em;
  z-index: 2;
  position: relative;
}
body .main-wrapper .main-container .index-lymph .lymph-explain .explain-text p {
  margin: 3rem 0;
  font-size: 1.3rem;
  line-height: 3;
  z-index: 2;
  position: relative;
}
body .main-wrapper .main-container .index-lymph .lymph-explain .lymph-image {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 3rem;
  gap: 3rem;
}
body .main-wrapper .main-container .index-lymph .lymph-explain .lymph-image .lymph-image-box {
  width: calc(35% - 3rem);
  z-index: 1;
}
body .main-wrapper .main-container .index-lymph .lymph-explain .lymph-image .lymph-image-box:nth-child(even) {
  text-align: right;
}
body .main-wrapper .main-container .index-lymph .lymph-explain .lymph-image .lymph-image-box img {
  zoom: 0.8;
}
body .main-wrapper .main-container .index-salon .salon-explain {
  font-size: 2rem;
  letter-spacing: 0.2em;
  text-align: center;
  margin: 5rem 0;
  line-height: 3;
}
body .main-wrapper .main-container .index-salon .salon-explain .black-text {
  color: #ffffff;
  background-color: #000000;
  padding: 1rem;
}
body .main-wrapper .main-container .index-salon .salon-list {
  display: flex;
}
body .main-wrapper .main-container .index-salon .salon-list a {
  width: calc(100% / 3);
}
body .main-wrapper .main-container .index-staff {
  margin-top: 5rem;
  background-color: #000000;
  background-image: url("image/00/staff_bg.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  color: #ffffff;
}
body .main-wrapper .main-container .index-staff .femtech-meister {
  display: flex;
}
body .main-wrapper .main-container .index-staff .femtech-meister .fm-explain {
  width: 60%;
  text-align: center;
  padding-top: 10rem;
}
body .main-wrapper .main-container .index-staff .femtech-meister .fm-explain .fm-text {
  display: inline-block;
  color: #000000;
  background-color: #ffffff;
  font-size: 3rem;
  padding: 1rem 2rem;
  margin-bottom: 2rem;
  letter-spacing: 0.3em;
}
body .main-wrapper .main-container .index-staff .femtech-meister .fm-explain .fm-text2 {
  display: block;
  font-size: 2.5rem;
  margin: 2rem 0;
  letter-spacing: 0.2em;
}
body .main-wrapper .main-container .index-staff .femtech-meister .fm-explain p {
  font-size: 1.3rem;
  line-height: 3;
  letter-spacing: 0.1em;
}
body .main-wrapper .main-container .index-staff .femtech-meister .fm-explain .fm-certificate {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-top: 3rem;
}
body .main-wrapper .main-container .index-staff .femtech-meister img {
  width: 40%;
  object-fit: cover;
}
body .main-wrapper .main-container .index-staff h2 {
  margin: 5rem auto 3rem;
  text-align: center;
  font-size: 2rem;
  line-height: 2;
  font-weight: normal;
  letter-spacing: 0.2em;
}
body .main-wrapper .main-container .index-staff .staff-list {
  display: flex;
  flex-wrap: wrap;
  margin: 5rem 3rem 0;
  padding-bottom: 5rem;
  gap: 1rem;
}
body .main-wrapper .main-container .index-staff .staff-list .staff-card {
  width: 348px;
  height: 480px;
  padding: 1rem;
  color: #000000;
  background-color: #ffffff;
  text-align: center;
}
body .main-wrapper .main-container .index-staff .staff-list .staff-card .staff-image {
  position: relative;
}
body .main-wrapper .main-container .index-staff .staff-list .staff-card .staff-image img {
  width: 100%;
}
body .main-wrapper .main-container .index-staff .staff-list .staff-card .staff-image::before {
  content: url("image/00/icon04.png");
  position: absolute;
  zoom: 0.5;
  left: 0;
  top: 0;
  z-index: 10;
}
body .main-wrapper .main-container .index-staff .staff-list .staff-card .staff-name {
  ruby-position: under;
  font-family: Helvetica, Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  margin-top: 1rem;
}
body .main-wrapper .main-container .index-staff .staff-list .staff-card .staff-name rb {
  font-size: 1.5rem;
}
body .main-wrapper .main-container .index-staff .staff-list .staff-card .staff-name rt {
  font-size: 0.8rem;
  translate: 0 0.5em;
  text-align: center;
}
body .main-wrapper .main-container .index-message {
  background-image: linear-gradient(45deg, #ddafd0, #ffffff, #99c86a);
  padding: 3rem;
}
body .main-wrapper .main-container .index-message .message-inner {
  max-width: 1200px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: start;
}
body .main-wrapper .main-container .index-message .message-inner h2 {
  writing-mode: vertical-lr;
  color: #ffffff;
  background-color: #000000;
  font-size: 3rem;
  font-weight: normal;
  padding: 2rem 0;
}
body .main-wrapper .main-container .index-message .message-inner .message-text {
  background-image: url("image/00/img08.png");
  background-position: right top;
  background-size: contain;
  padding: 3rem 550px 0 3rem;
}
body .main-wrapper .main-container .index-message .message-inner .message-text p {
  font-size: 1.2rem;
  text-indent: 1em;
  line-height: 2;
}
body .main-wrapper .main-container .index-message .message-inner .message-text p.signature {
  display: inline-flex;
  align-items: center;
  margin: 1rem 0;
}
body .main-wrapper .main-container .index-news {
  background-color: #fde6c1;
  display: flex;
  align-items: stretch;
  padding-left: 11vw;
  padding-left: 11dvw;
  gap: 1rem;
}
body .main-wrapper .main-container .index-news h2 {
  writing-mode: vertical-lr;
  color: #000000;
  background-color: #ffffff;
  font-weight: normal;
  font-size: 2.5rem;
  padding: 5rem 0.5rem 2rem;
  position: relative;
  letter-spacing: 0.3em;
  width: 5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  z-index: 5;
}
body .main-wrapper .main-container .index-news h2::before {
  content: url("image/00/title02.png");
  zoom: 0.6;
  display: block;
  z-index: 7;
}
body .main-wrapper .main-container .index-news h2::after {
  content: "";
  height: 100%;
  width: 5rem;
  position: absolute;
  left: 5rem;
  top: 0;
  background-image: linear-gradient(to right, #fde6c1, #ffffff00);
  z-index: 6;
}
body .main-wrapper .main-container .index-news .news-list {
  margin: 3rem 0;
  width: calc(100% - 6rem);
}
body .main-wrapper .main-container .index-news .news-list .news-swiper {
  overflow: hidden;
}
body .main-wrapper .main-container .index-news .news-list .news-swiper ul {
  list-style: none;
}
body .main-wrapper .main-container .index-news .news-list .news-swiper ul li {
  background-color: #ffffff;
  padding: 1rem;
  width: 20%;
  height: auto;
}
body .main-wrapper .main-container .index-news .news-list .news-swiper ul li img {
  width: 100%;
}
body .main-wrapper .main-container .index-news .news-list .news-swiper ul li .news-salon {
  display: block;
  color: #ffffff;
  background-color: #000000;
  margin: 0.5rem 0;
  font-size: 0.9rem;
}
body .main-wrapper .main-container .index-news .news-list .news-swiper ul li p {
  margin-top: 0.5rem;
}
body .main-wrapper .main-container .index-news .news-list .text-center {
  margin-top: 3rem;
}
body .main-wrapper .main-container .index-news .news-list .text-center .btn-black {
  display: inline-block;
}
body .main-wrapper .main-container .index-treatment {
  margin-top: 10rem;
  padding-bottom: 3rem;
}
body .main-wrapper .main-container .index-treatment .treatment-image {
  max-width: 1146px;
  position: relative;
  text-align: center;
  padding-top: 5rem;
  margin: 0 auto;
}
body .main-wrapper .main-container .index-treatment .treatment-image h2 {
  position: absolute;
  top: 0;
  left: -5%;
  writing-mode: vertical-rl;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-weight: normal;
  z-index: 10;
}
body .main-wrapper .main-container .index-treatment .treatment-image h2 span {
  font-size: 3rem;
  letter-spacing: 0.2em;
  background-image: url("image/common/title_obi_bg.png");
  padding: 2rem 0.5rem;
  display: block;
  margin: 0 1rem;
}
body .main-wrapper .main-container .index-treatment .treatment-image .treatment-swiper {
  width: 100%;
  overflow: hidden;
}
body .main-wrapper .main-container .index-treatment .treatment-image .treatment-message {
  position: absolute;
  bottom: 5%;
  right: -10%;
  text-align: right;
  z-index: 11;
}
body .main-wrapper .main-container .index-treatment .treatment-image .treatment-message span {
  color: #99c86a;
  background-color: #ffffff;
  font-size: 2.5rem;
  padding: 0.5rem 2rem;
  margin: 1rem 0;
  display: inline-block;
  letter-spacing: 0.2em;
}
body .main-wrapper .main-container .index-treatment .treatment-thumb-swiper {
  width: 100%;
  position: relative;
}
body .main-wrapper .main-container .index-treatment .treatment-thumb-swiper .swiper-slide img {
  width: 100%;
}
body .main-wrapper .main-container .index-treatment .treatment-thumb-swiper .swiper-slide:not(.swiper-slide-thumb-active) {
  filter: brightness(50%);
}
body .main-wrapper .main-container .index-treatment .treatment-thumb-swiper .swiper-button-next,
body .main-wrapper .main-container .index-treatment .treatment-thumb-swiper .swiper-button-prev {
  color: #ffffff;
}
body .main-wrapper .main-container .index-treatment p {
  max-width: 800px;
  margin: 0 auto;
  font-size: 1.2rem;
  line-height: 3;
  margin-bottom: 3rem;
}
body .main-wrapper .main-container .index-femcare {
  margin-top: 5rem;
  padding-bottom: 3rem;
}
body .main-wrapper .main-container .index-femcare .femcare-image {
  max-width: 1146px;
  position: relative;
  text-align: center;
  padding-top: 5rem;
  margin: 0 auto;
}
body .main-wrapper .main-container .index-femcare .femcare-image h2 {
  position: absolute;
  top: 0;
  right: -5%;
  writing-mode: vertical-rl;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-weight: normal;
  z-index: 2;
}
body .main-wrapper .main-container .index-femcare .femcare-image h2 span {
  font-size: 3rem;
  letter-spacing: 0.2em;
  background-image: url("image/common/title_obi_bg.png");
  padding: 2rem 0.5rem;
  display: block;
  margin: 0 1rem;
}
body .main-wrapper .main-container .index-femcare .femcare-image .femcare-swiper {
  width: 100%;
  overflow: hidden;
}
body .main-wrapper .main-container .index-femcare .femcare-image .femcare-message {
  position: absolute;
  bottom: 5%;
  left: -10%;
  z-index: 2;
}
body .main-wrapper .main-container .index-femcare .femcare-image .femcare-message span {
  color: #ddafd0;
  background-color: #ffffff;
  font-size: 2.5rem;
  padding: 0.5rem 2rem;
  margin: 1rem 0;
  display: inline-block;
  letter-spacing: 0.2em;
}
body .main-wrapper .main-container .index-femcare .femcare-thumb-swiper {
  width: 100%;
  position: relative;
}
body .main-wrapper .main-container .index-femcare .femcare-thumb-swiper .swiper-slide img {
  width: 100%;
}
body .main-wrapper .main-container .index-femcare .femcare-thumb-swiper .swiper-slide:not(.swiper-slide-thumb-active) {
  filter: brightness(50%);
}
body .main-wrapper .main-container .index-femcare .femcare-thumb-swiper .swiper-button-next,
body .main-wrapper .main-container .index-femcare .femcare-thumb-swiper .swiper-button-prev {
  color: #ffffff;
}
body .main-wrapper .main-container .index-femcare p {
  max-width: 800px;
  margin: 0 auto;
  font-size: 1.2rem;
  line-height: 3;
  margin-bottom: 3rem;
}
body .main-wrapper .main-container .index-oil {
  margin-top: 5rem;
  padding-bottom: 3rem;
}
body .main-wrapper .main-container .index-oil .oil-image {
  max-width: 1146px;
  position: relative;
  text-align: center;
  padding-top: 5rem;
  margin: 0 auto;
}
body .main-wrapper .main-container .index-oil .oil-image h2 {
  position: absolute;
  top: 0;
  left: -5%;
  writing-mode: vertical-rl;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-weight: normal;
}
body .main-wrapper .main-container .index-oil .oil-image h2 span {
  font-size: 3rem;
  letter-spacing: 0.2em;
  background-image: url("image/common/title_obi_bg.png");
  padding: 2rem 0.5rem;
  display: block;
  margin: 0 1rem;
}
body .main-wrapper .main-container .index-oil .oil-image img {
  width: 100%;
}
body .main-wrapper .main-container .index-oil .oil-image .oil-message {
  position: absolute;
  top: 10%;
  right: -10%;
  text-align: right;
}
body .main-wrapper .main-container .index-oil .oil-image .oil-message span {
  color: #99c86a;
  background-color: #ffffff;
  font-size: 2.5rem;
  padding: 0.5rem 2rem;
  margin: 1rem 0;
  display: inline-block;
  letter-spacing: 0.2em;
}
body .main-wrapper .main-container .index-oil p {
  max-width: 800px;
  margin: 0 auto;
  font-size: 1.2rem;
  line-height: 3;
  margin-bottom: 3rem;
}
body .main-wrapper .main-container .index-reassure {
  background-image: url("image/00/bg01.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding: 5rem 0;
  margin-top: 10rem;
}
body .main-wrapper .main-container .index-reassure .reassure-inner {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
}
body .main-wrapper .main-container .index-reassure .reassure-inner::after {
  content: "";
  display: block;
  width: 718px;
}
body .main-wrapper .main-container .index-reassure .reassure-inner > * {
  width: 718px;
  position: relative;
}
body .main-wrapper .main-container .index-reassure .reassure-inner > *:nth-child(odd) {
  top: -8rem;
}
body .main-wrapper .main-container .index-reassure .reassure-inner h2 span {
  color: #ffffff;
  background-color: #000000;
  font-size: 2.5rem;
  padding: 0.5rem 2rem;
  margin: 1rem 0;
  display: inline-block;
  letter-spacing: 0.2em;
  font-weight: normal;
}
body .main-wrapper .main-container .index-reassure .reassure-inner .reassure-card {
  display: flex;
  gap: 2rem;
  background-color: #ffffff;
  padding: 2rem;
}
body .main-wrapper .main-container .index-reassure .reassure-inner .reassure-card img {
  width: 50%;
}
body .main-wrapper .main-container .index-reassure .reassure-inner .reassure-card h3 {
  white-space: nowrap;
  color: #99c86a;
  font-weight: normal;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
body .main-wrapper .main-container .index-reassure .index-commitment {
  display: flex;
  justify-content: center;
  gap: 2rem;
}
body .main-wrapper .main-container .index-reassure .index-commitment h2 {
  writing-mode: vertical-rl;
  color: #ffffff;
  background-color: #000000;
  font-size: 2.5rem;
  padding: 2rem 0.5rem;
  letter-spacing: 0.2em;
  font-weight: normal;
  margin-left: 5rem;
}
body .main-wrapper .main-container .index-reassure .index-commitment div {
  background-color: #ffffff;
  padding: 2rem;
  width: calc(335px + 4rem);
}
body .main-wrapper .main-container .index-reassure .index-commitment div h3 {
  font-weight: normal;
  margin-bottom: 1rem;
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 0.2em;
  height: 5em;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .main-wrapper .main-container .index-instagram {
  background-color: #fde6c1;
  display: flex;
  align-items: center;
  padding: 0 13vw;
}
body .main-wrapper .main-container .index-instagram h2 {
  writing-mode: vertical-lr;
  color: #000000;
  background-color: #ffffff;
  font-weight: normal;
  font-size: 2.5rem;
  padding: 5rem 0.5rem 2rem;
  position: relative;
  letter-spacing: 0.3em;
  width: 5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  margin-right: 5rem;
}
body .main-wrapper .main-container .index-instagram h2::before {
  content: url("image/00/title03.png");
  zoom: 0.6;
  display: block;
}
body .main-wrapper .main-container .archive-list {
  background-color: #fde6c1;
  padding: 5rem 11vw;
  padding: 5rem 11dvw;
}
body .main-wrapper .main-container .archive-list > ul {
  list-style: none;
}
body .main-wrapper .main-container .archive-list > ul li {
  margin-bottom: 1rem;
}
body .main-wrapper .main-container .archive-list .pagination {
  margin-top: 2rem;
}
body .main-wrapper .main-container .archive-list .pagination ul {
  list-style: none;
  display: flex;
  gap: 0.5rem;
}
body .main-wrapper .main-container .archive-list .pagination ul li {
  display: flex;
  border: solid 2px #000000;
  width: 2rem;
  height: 2rem;
  justify-content: center;
  align-items: center;
}
body .main-wrapper .main-container .archive-list .pagination ul li.prev, body .main-wrapper .main-container .archive-list .pagination ul li.next {
  border: 0;
  font-size: 2em;
}
body .main-wrapper .main-container .news-page {
  background-color: #fde6c1;
  padding: 5rem 11vw;
  padding: 5rem 11dvw;
}
body .main-wrapper .main-container .post {
  border: solid 2px #000000;
}
body .main-wrapper .main-container .post .tag-black {
  background-color: #000000;
  color: #ffffff;
  margin-top: 1rem;
  padding: 0.5rem 1rem 0.5rem 0;
  display: inline-block;
  font-size: 1.2rem;
}
body .main-wrapper .main-container .post .tag-purple {
  background-color: #ddafd0;
  color: #ffffff;
  padding: 0.5rem 1rem;
  font-size: 1.2rem;
}
body .main-wrapper .main-container .post .news-data {
  display: flex;
  margin: 2rem;
  gap: 1rem;
}
body .main-wrapper .main-container .post .news-data .news-detail {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}
body .main-wrapper .main-container .post .news-data .news-detail .salon-link {
  width: 100%;
  text-align: right;
  margin-top: 2rem;
}
body .main-wrapper .page-treatment header {
  padding: initial;
}
body .main-wrapper .page-treatment header .entry-title {
  position: relative;
}
body .main-wrapper .page-treatment header .entry-title img {
  width: 100%;
  display: block;
}
body .main-wrapper .page-treatment header .entry-title .title-text {
  position: absolute;
  left: 10%;
  top: 30%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
}
body .main-wrapper .page-treatment header .entry-title .title-text span {
  font-size: 2.5rem;
  letter-spacing: 0.3em;
  background-image: url("image/common/title_obi_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1rem;
  height: auto;
}
body .main-wrapper .page-treatment .treatment-allhand {
  margin-top: 10rem;
  position: relative;
}
body .main-wrapper .page-treatment .treatment-allhand h2 {
  position: absolute;
  font-size: 2rem;
  z-index: 1;
  top: -2.8em;
  left: 0;
  right: 0;
  font-weight: normal;
  text-align: center;
}
body .main-wrapper .page-treatment .treatment-allhand h2 span {
  display: block;
  width: fit-content;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 0.5em 1em;
  margin: 0 auto;
}
body .main-wrapper .page-treatment .treatment-allhand .allhand-explain {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 80%;
  height: fit-content;
  background-image: url("image/common/title_obi_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5rem 11vw;
  padding: 5rem 11dvw;
}
body .main-wrapper .page-treatment .treatment-allhand .allhand-explain h3 {
  font-weight: normal;
  text-align: center;
  font-size: 2rem;
  letter-spacing: .2em;
  line-height: 2;
  margin-bottom: 3rem;
}
body .main-wrapper .page-treatment .treatment-allhand .allhand-explain p {
  font-size: 1.1rem;
  line-height: 2.8;
}
body .main-wrapper .page-treatment .treatment-point {
  padding: 5rem 11vw;
  padding: 5rem 11dvw;
}
body .main-wrapper .page-treatment .treatment-point h3 {
  display: flex;
  align-items: center;
  font-size: 2rem;
  font-weight: normal;
  letter-spacing: .2em;
  margin: 2rem 0;
  gap: 1rem;
}
body .main-wrapper .page-treatment .treatment-point > img {
  width: 100%;
}
body .main-wrapper .page-treatment .treatment-point > p {
  margin-top: 3rem;
}
body .main-wrapper .page-treatment .treatment-flow {
  margin-top: 5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5rem 0;
}
body .main-wrapper .page-treatment .treatment-flow li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  width: 26%;
}
body .main-wrapper .page-treatment .treatment-flow li img {
  width: auto;
}
body .main-wrapper .page-treatment .treatment-flow li h3 {
  font-weight: normal;
  font-size: 1.2rem;
}
body .main-wrapper .page-treatment .treatment-flow li p {
  line-height: 2.5;
  text-align: center;
}
body .main-wrapper .page-treatment .treatment-flow::after {
  content: "";
  display: block;
  width: 26%;
}
body .main-wrapper .page-femcare header {
  padding: initial;
}
body .main-wrapper .page-femcare header .entry-title {
  position: relative;
}
body .main-wrapper .page-femcare header .entry-title video {
  display: block;
}
body .main-wrapper .page-femcare header .entry-title .title-text {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  writing-mode: vertical-lr;
  font-size: 2.5rem;
  letter-spacing: 0.3em;
  background-image: url("image/common/title_obi_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1rem;
  width: fit-content;
  height: fit-content;
}
body .main-wrapper .page-femcare .femcare-explain {
  position: relative;
}
body .main-wrapper .page-femcare .femcare-explain .femcare-explain-text {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 80%;
  height: fit-content;
  background-image: url("image/common/title_obi_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5rem 11vw;
  padding: 5rem 11dvw;
}
body .main-wrapper .page-femcare .femcare-explain .femcare-explain-text h2 {
  font-weight: normal;
  text-align: center;
  font-size: 2rem;
  letter-spacing: .2em;
  line-height: 2;
  margin-bottom: 3rem;
}
body .main-wrapper .page-femcare .femcare-explain .femcare-explain-text p {
  font-size: 1.1rem;
  line-height: 2.8;
}
body .main-wrapper .page-femcare .femcare-method {
  display: flex;
  justify-content: space-around;
  margin-left: 11vw;
  margin-left: 11dvw;
  gap: 0.5rem;
  border-bottom: solid 2px #000000;
  padding-bottom: 0.5rem;
}
body .main-wrapper .page-femcare .femcare-method h2 {
  color: #ffffff;
  background-color: #000000;
  font-size: 2.5rem;
  padding-top: 3em;
  writing-mode: vertical-lr;
  line-height: 2;
  font-weight: normal;
  letter-spacing: .3em;
}
body .main-wrapper .page-femcare .femcare-method .method-inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
}
body .main-wrapper .page-femcare .femcare-method .method-text {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-top: 3rem;
  flex: 1;
}
body .main-wrapper .page-femcare .femcare-method .method-text h3 {
  font-weight: normal;
  font-size: 2rem;
  letter-spacing: .2em;
  border-bottom: solid 2px #000000;
  line-height: 2;
  padding-bottom: 2rem;
}
body .main-wrapper .page-femcare .femcare-method .method-text p {
  padding: 2rem 0;
  font-size: 1.1rem;
  line-height: 2.5;
}
body .main-wrapper .page-femcare .femcare-method .method-img {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-right: 11vw;
  margin-right: 11dvw;
}
body .main-wrapper .page-femcare .femcare-method .method-img img {
  min-width: 251px;
  width: 251px;
  height: 441px;
}
body .main-wrapper .page-femcare .femcare-point {
  padding: 5rem 11vw;
  padding: 5rem 11dvw;
}
body .main-wrapper .page-femcare .femcare-point h3 {
  display: flex;
  align-items: center;
  font-size: 2rem;
  font-weight: normal;
  letter-spacing: .2em;
  margin: 2rem 0;
  gap: 1rem;
}
body .main-wrapper .page-femcare .femcare-point > img {
  width: 100%;
}
body .main-wrapper .page-femcare .femcare-point .point-method {
  display: flex;
  margin-top: 3rem;
  gap: 2rem;
  padding-bottom: 3rem;
  align-items: flex-start;
}
body .main-wrapper .page-femcare .femcare-point .point-method video {
  max-width: 50%;
}
body .main-wrapper .page-femcare .femcare-point .point-method .point-image img {
  width: 100%;
  height: auto;
}
body .main-wrapper .page-femcare .femcare-point .point-method:not(.noborder) {
  border-bottom: solid 2px #000000;
}
body .main-wrapper .page-femcare .femcare-point .point-method .point-detail {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
body .main-wrapper .page-femcare .femcare-point .point-method .point-detail h4 {
  color: #ffffff;
  background-color: #000000;
  font-size: 1.5rem;
  font-weight: normal;
  padding: 1.5rem;
}
body .main-wrapper .page-femcare .femcare-point .point-method .point-detail .point-explain {
  display: flex;
  align-items: flex-start;
  gap: 3rem;
}
body .main-wrapper .page-femcare .femcare-point .point-method .point-detail .point-explain h5 {
  font-size: 1.5rem;
  font-weight: normal;
  margin: 2rem 0;
}
body .main-wrapper .page-femcare .femcare-point .point-method .point-detail .point-explain p {
  font-size: 1.1rem;
  line-height: 2.5;
}
body .main-wrapper .page-femcare .femcare-point .point-method .point-detail .point-explain img {
  width: 100%;
  height: auto;
}
body .main-wrapper .page-femcare .femcare-point .point-method .point-detail .point-explain .point-note {
  border: solid 2px #000000;
  margin-top: 2rem;
  padding: 0 3rem 2rem;
}
body .main-wrapper .page-femcare .femcare-point .point-method .point-detail dl {
  font-size: 1.1rem;
  line-height: 2.5;
}
body .main-wrapper .page-femcare .femcare-point .point-method .point-detail dl dt::before {
  content: "◯";
  margin-right: 0.5rem;
}
body .main-wrapper .page-femcare .femcare-point .point-method .point-detail dl dd {
  margin-bottom: 1rem;
}
body .main-wrapper .page-femcare .hair-removal {
  margin-top: 5rem;
}
body .main-wrapper .page-femcare .hair-removal div {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 5rem;
}
body .main-wrapper .page-femcare .hair-removal div h3 {
  font-size: 2rem;
  font-weight: normal;
  letter-spacing: .2em;
  line-height: 2;
}
body .main-wrapper .page-femcare .hair-removal p {
  max-width: 800px;
  font-size: 1.1rem;
  line-height: 2.5;
  margin: auto;
}
body .main-wrapper .page-oil header {
  padding: initial;
}
body .main-wrapper .page-oil header .entry-title {
  position: relative;
}
body .main-wrapper .page-oil header .entry-title img {
  width: 100%;
  display: block;
}
body .main-wrapper .page-oil header .entry-title .title-text {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  writing-mode: vertical-rl;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
}
body .main-wrapper .page-oil header .entry-title .title-text span {
  font-size: 2.5rem;
  letter-spacing: 0.3em;
  background-image: url("image/common/title_obi_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1rem;
  width: fit-content;
  height: fit-content;
}
body .main-wrapper .page-oil .oil-method {
  display: flex;
  align-items: flex-end;
  margin-left: 10vw;
  margin-left: 10dvw;
  gap: 0.5rem;
  border-bottom: solid 2px #000000;
  padding-bottom: 0.5rem;
}
body .main-wrapper .page-oil .oil-method h2 {
  color: #ffffff;
  background-color: #000000;
  font-size: 2.5rem;
  padding-top: 1em;
  writing-mode: vertical-lr;
  text-orientation: upright;
  line-height: 2;
  font-weight: normal;
  letter-spacing: .3em;
}
body .main-wrapper .page-oil .oil-method .method-explain {
  display: flex;
  border-top: solid 2px #000000;
  gap: 3rem;
  flex-grow: 2;
}
body .main-wrapper .page-oil .oil-method .method-explain img {
  width: 390px;
  height: auto;
  margin: 2rem 0 0 3rem;
}
body .main-wrapper .page-oil .oil-method .method-explain p {
  padding: 2rem 0;
  font-size: 1.1rem;
  line-height: 2.5;
  max-width: 550px;
}
body .main-wrapper .page-oil .oil-method.reverse {
  margin-left: 0;
  padding-right: 10vw;
  padding-right: 10dvw;
}
body .main-wrapper .page-oil .oil-method.reverse h2 {
  order: 2;
}
body .main-wrapper .page-oil .oil-method.reverse .method-explain {
  order: 1;
  padding-left: 10vw;
}
body .main-wrapper .page-salon .entry-title {
  font-size: 2.2rem;
  letter-spacing: .3em;
  line-height: 2;
}
body .main-wrapper .page-salon .entry-title span {
  background-color: #ffffff;
  font-size: 1.5rem;
  letter-spacing: .1em;
  padding: 0.5rem 1rem;
}
body .main-wrapper .page-salon .salon-swiper {
  margin: 5rem auto 0;
  width: 100%;
  max-width: 1066px;
  overflow: hidden;
  text-align: center;
}
body .main-wrapper .page-salon .salon-swiper video {
  width: 100%;
}
body .main-wrapper .page-salon .salon-thumb-swiper {
  margin: 0 auto 5rem;
  width: 100%;
  max-width: 1066px;
  position: relative;
}
body .main-wrapper .page-salon .salon-thumb-swiper .swiper-slide img {
  width: 100%;
}
body .main-wrapper .page-salon .salon-thumb-swiper .swiper-slide video {
  width: 100%;
}
body .main-wrapper .page-salon .salon-thumb-swiper .swiper-slide:not(.swiper-slide-thumb-active) {
  filter: brightness(50%);
}
body .main-wrapper .page-salon .salon-map {
  max-width: 620px;
  text-align: center;
  margin: 0 auto;
  font-size: 1.5rem;
  line-height: 2;
}
body .main-wrapper .page-salon .salon-map iframe {
  margin-bottom: 3rem;
}
body .main-wrapper .page-salon .salon-menu {
  background-color: #fde6c1;
  display: flex;
  align-items: stretch;
  padding-left: 11vw;
  padding-left: 11dvw;
  gap: 1rem;
}
body .main-wrapper .page-salon .salon-menu h2 {
  writing-mode: vertical-lr;
  color: #000000;
  background-color: #ffffff;
  font-weight: normal;
  font-size: 2.5rem;
  padding: 5rem 0.5rem 2rem;
  position: relative;
  letter-spacing: 0.3em;
  width: 5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  z-index: 5;
}
body .main-wrapper .page-salon .salon-menu h2::before {
  content: url("image/common/title_menu.png");
  display: block;
  z-index: 7;
}
body .main-wrapper .page-salon .salon-menu .menu-list {
  margin: 3rem 0 3rem 5rem;
  width: 100%;
}
body .main-wrapper .page-salon .salon-menu .menu-list dt {
  width: 100%;
  background-color: #ffffff;
  font-size: 1.5rem;
  padding: 0.5rem;
}
body .main-wrapper .page-salon .salon-menu .menu-list dd {
  font-family: Helvetica, Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  margin: 2rem 0;
  padding-bottom: 2rem;
  display: flex;
  gap: 2rem;
  border-bottom: solid 2px #000000;
}
body .main-wrapper .page-salon .salon-menu .menu-list dd .course-list {
  list-style: none;
}
body .main-wrapper .page-salon .salon-menu .menu-list dd .course-list li {
  font-size: 1.3rem;
}
body .main-wrapper .page-salon .salon-menu .menu-list dd .course-list li::before {
  content: "◆";
}
body .main-wrapper .page-salon .salon-menu .menu-list p {
  margin: 1rem 2rem 0 0;
  font-size: 1.1rem;
}
body .main-wrapper .page-salon .salon-reservation {
  background-image: url("image/02_2/img08.png");
  background-size: cover;
  margin: 5rem auto;
  padding: 5rem 10vw;
  padding: 5rem 10dvw;
}
body .main-wrapper .page-salon .salon-reservation .salon-reservation-inner {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 5rem 0;
  text-align: center;
}
body .main-wrapper .page-salon .salon-reservation .salon-reservation-inner h2 {
  position: relative;
  text-align: center;
  font-size: 3rem;
  font-weight: normal;
  padding: 1rem 2rem;
  line-height: 1;
  letter-spacing: 0.2em;
  border: solid 2px #000000;
  margin: 0 auto;
  width: fit-content;
  z-index: 1;
}
body .main-wrapper .page-salon .salon-reservation .salon-reservation-inner p {
  margin: 3rem 0;
  font-size: 1.5rem;
  letter-spacing: 0.2em;
}
body .main-wrapper .page-salon .salon-reservation .salon-reservation-inner span {
  font-size: 2rem;
}
body .main-wrapper .bg-heading {
  background-image: url("image/common/title_obi_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5rem 11vw;
  padding: 5rem 11dvw;
  font-size: 2rem;
  letter-spacing: .2em;
  line-height: 2;
  font-weight: normal;
  text-align: center;
}
body .main-wrapper .problem-list {
  color: #ffffff;
  background-color: #333333;
  padding: 5rem 11vw;
  padding: 5rem 11dvw;
}
body .main-wrapper .problem-list h3 {
  font-size: 2rem;
  letter-spacing: .2em;
  font-weight: normal;
  width: fit-content;
  margin: 0 auto;
  border-bottom: solid 2px #ffffff;
  padding-bottom: 0.2em;
}
body .main-wrapper .problem-list ul {
  list-style: none;
  display: flex;
  gap: 2rem;
  justify-content: center;
  font-size: 1.5rem;
  letter-spacing: .2em;
  margin: 3rem 0;
}
body .main-wrapper .problem-list ul li {
  writing-mode: vertical-lr;
  background-color: #595959;
  padding: 1rem;
}
body .main-wrapper .problem-list ul li:nth-child(even) {
  margin-top: 2em;
}
body .main-wrapper .problem-list ul li sup {
  writing-mode: horizontal-tb;
  font-size: 1rem;
  margin-top: 1rem;
  letter-spacing: initial;
}
body .main-wrapper .problem-list aside {
  text-align: center;
}
body .main-wrapper .page-inquiry .bg-yellow {
  padding: 5rem 11vw;
  padding: 5rem 11dvw;
}
body .main-wrapper .page-inquiry .inquiry-form {
  border: solid 2px #000000;
  padding: 0 5rem 5rem;
}
body .main-wrapper .page-inquiry .inquiry-form h2 {
  width: fit-content;
  margin: -2rem auto 3rem;
  font-size: 2rem;
  font-weight: normal;
  background-color: #fde6c1;
  padding: 0 2rem;
}
body .main-wrapper .page-inquiry .inquiry-form p {
  text-align: center;
  font-size: 1.3rem;
}
body .main-wrapper .page-inquiry .inquiry-form form {
  display: flex;
  flex-direction: column;
  margin-top: 3rem;
}
body .main-wrapper .page-inquiry .inquiry-form form br {
  display: none;
}
body .main-wrapper .page-inquiry .inquiry-form form label {
  display: block;
  text-align: left;
  font-size: 1.3rem;
}
body .main-wrapper .page-inquiry .inquiry-form form .form-input, body .main-wrapper .page-inquiry .inquiry-form form .form-textarea {
  display: block;
  border: none;
  font-size: 1.3rem;
  padding: 1rem;
  text-align: left;
  background-color: #ffffff;
  margin-bottom: 1rem;
  width: 100%;
}
body .main-wrapper .page-inquiry .inquiry-form form .wpcf7-radio {
  display: flex;
  flex-direction: column;
}
body .main-wrapper .page-inquiry .inquiry-form form .btn-black {
  margin-top: 2rem;
}
body .main-wrapper .company {
  padding: 5rem 11vw;
  padding: 5rem 11dvw;
  text-align: center;
  font-size: 1.2rem;
}
body .main-wrapper .company dt {
  background-color: #ffffff;
  padding: 0.5rem 0;
}
body .main-wrapper .company dd {
  padding: 2rem 0;
  border-bottom: solid 2px #000000;
  margin-bottom: 2rem;
}
body > footer {
  margin-top: 10rem;
}
body > footer .footer-reservation {
  border: solid 2px #000000;
  max-width: 1200px;
  margin: 0 auto 5rem;
  padding: 0 3rem 3rem;
}
body > footer .footer-reservation h2 {
  position: relative;
  text-align: center;
  background-color: #ffffff;
  font-size: 3rem;
  font-weight: normal;
  margin: -0.5em auto 0;
  padding: 0 1rem;
  line-height: 1;
  letter-spacing: 0.2em;
  width: fit-content;
  z-index: 1;
}
body > footer .footer-reservation p {
  text-align: center;
  margin: 3rem 0;
  font-size: 1.5rem;
  letter-spacing: 0.2em;
}
body > footer .footer-reservation .salon-list {
  display: flex;
  justify-content: space-between;
}
body > footer .footer-reservation .salon-list > div {
  width: 32%;
  padding: 1rem;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
body > footer .footer-reservation .salon-list > div img {
  width: 100%;
}
body > footer .footer-reservation .salon-list > div h3 {
  text-align: center;
  font-weight: normal;
  font-size: 3rem;
  line-height: 1;
  margin-top: 1rem;
}
body > footer .footer-reservation .salon-list > div span {
  display: block;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.2;
}
body > footer .footer-reservation .salon-list > div small {
  font-size: 0.7rem;
}
body > footer .footer-reservation .salon-list > div .btn-black {
  display: block;
  width: fit-content;
  margin: 1rem auto 0;
}
body > footer .footer-info {
  background-color: #fde6c1;
  text-align: center;
  padding: 5rem 0;
}
body > footer .footer-nav {
  display: flex;
  gap: 1rem;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
  padding: 3rem 0;
}
body > footer .footer-nav img {
  zoom: 0.4;
}
body > footer .footer-nav ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.3em 2em;
  font-size: 0.8rem;
  font-family: Helvetica, Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
body > footer .footer-nav ul li.flex-br {
  opacity: 0;
  width: 100%;
  height: 0;
}
body > footer .footer-nav ul li a::before {
  content: "＞";
}
body > footer small {
  display: block;
  text-align: center;
  margin-bottom: 1rem;
}

.animeted-message {
  display: grid;
  grid-template-columns: 0fr;
  transition: 1000ms grid-template-columns ease;
  opacity: 0;
}
.animeted-message > span {
  overflow: hidden;
}
.animeted-message.is-animated {
  opacity: 1;
  grid-template-columns: 1fr;
}

#mkLightboxContainer {
  z-index: 1010;
}

.animated-text {
  visibility: hidden;
}
.animated-text span {
  opacity: 0;
}
.animated-text.appeartext {
  visibility: visible;
}
.animated-text.appeartext span {
  animation: text_anime_on 1s ease-out forwards;
}

@keyframes text_anime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.btn-contact {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 100;
}

.bar img {
  width: 2400px;
  max-width: 100%;
  height: 20px;
  object-fit: cover;
}

.hidden-hr {
  visibility: hidden;
  margin: 5rem 0;
}

.down-arrow {
  text-align: center;
  margin: 2rem 0;
}

.emoji {
  font-family: "Noto Emoji", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

.margin-text {
  padding: 5rem 20rem;
  font-size: 1.1rem;
  line-height: 2.8;
}
.margin-text h3 {
  font-size: 2rem;
  letter-spacing: .2em;
  line-height: 2;
  font-weight: normal;
  margin-bottom: 3rem;
}

.bg-yellow {
  background-color: #fde6c1;
}

.bg-whtie {
  background-color: #ffffff;
}

.splash {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  width: 100dvw;
  height: 100vh;
  height: 100dvh;
  background-image: linear-gradient(45deg, #ddafd0, #ffffff, #99c86a);
  display: flex;
  flex-direction: column;
  z-index: 9999;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: 3s;
}
.splash img {
  zoom: .5;
}
.splash.off {
  opacity: 0;
}
.splash.hide {
  display: none;
}

@media screen and (max-width: 1024px) {
  body > header {
    padding: 0.5rem;
    justify-content: space-between;
  }
  body > header h1 {
    width: 40%;
  }
  body > header .global-nav-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
  }
  body > header .global-nav-btn::before {
    content: url("image/common/menu_on.png");
    zoom: .5;
  }
  body > header .global-nav-btn.btn-close::before {
    content: url("image/common/menu_off.png");
    zoom: .5;
  }
  body > header .global-nav {
    display: none;
    position: fixed;
    top: 4rem;
    width: 100vw;
    height: 100%;
  }
  body > header .global-nav.is-open {
    display: block;
  }
  body > header .global-nav > ul {
    background-color: #ffffff;
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem;
    gap: 1rem;
    font-size: 1.1rem;
  }
  body > header .global-nav > ul li::before {
    content: url("image/common/menu_icon02.png");
    zoom: .5;
    margin-right: 0.5rem;
  }
  body > header .global-nav > ul li.menu-reservation::before, body > header .global-nav > ul li.hidden-pc::before {
    content: "";
  }
  body > header .global-nav > ul li > .sub-menu {
    display: flex;
    position: static;
    flex-direction: column;
    align-items: flex-start;
    list-style: none;
    gap: 1rem;
    font-size: 1.1rem;
    margin: 1rem 0 0 2rem;
  }
  body > header .global-nav > ul li > .sub-menu li {
    border: none;
  }
  body > header .global-nav > ul li > .sub-menu li::before {
    content: url("image/common/menu_icon02.png");
    zoom: .5;
    margin-right: 0.5rem;
  }
  body .main-wrapper .main-container .index-top {
    flex-direction: column;
  }
  body .main-wrapper .main-container .index-top video {
    order: 1;
    max-width: 100%;
  }
  body .main-wrapper .main-container .index-top .top-message {
    order: 2;
    align-items: center;
    margin-top: 1rem;
  }
  body .main-wrapper .main-container .index-top .top-message img {
    zoom: .5;
  }
  body .main-wrapper .main-container .index-top .top-message p {
    font-size: 1rem;
    line-height: 2;
  }
  body .main-wrapper .main-container .img-scroll img {
    zoom: .5;
  }
  body .main-wrapper .main-container .index-lymph h2 {
    position: static;
    writing-mode: horizontal-tb;
    margin-top: -3rem;
    margin: 0;
  }
  body .main-wrapper .main-container .index-lymph h2 > span {
    width: fit-content;
    font-size: 1.5rem;
    padding: 1rem 0.5rem;
  }
  body .main-wrapper .main-container .index-lymph .lymph-explain .explain-text {
    position: static;
    background-color: initial;
    padding-top: initial;
    width: auto;
  }
  body .main-wrapper .main-container .index-lymph .lymph-explain .explain-text .explain-h1 {
    font-size: 1.5rem;
    line-height: 3;
  }
  body .main-wrapper .main-container .index-lymph .lymph-explain .explain-text .explain-h2 {
    font-size: 1.5rem;
    line-height: 2;
  }
  body .main-wrapper .main-container .index-lymph .lymph-explain .explain-text p {
    font-size: .9rem;
  }
  body .main-wrapper .main-container .index-lymph .lymph-explain .lymph-image {
    flex-direction: column;
    margin: 0 1rem;
  }
  body .main-wrapper .main-container .index-lymph .lymph-explain .lymph-image .lymph-image-box {
    width: 100%;
  }
  body .main-wrapper .main-container .index-salon .salon-explain {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  body .main-wrapper .main-container .index-salon .salon-explain .black-text {
    line-height: 3;
  }
  body .main-wrapper .main-container .index-salon .salon-list {
    flex-direction: column;
  }
  body .main-wrapper .main-container .index-salon .salon-list a {
    width: 100%;
  }
  body .main-wrapper .main-container .index-staff .femtech-meister {
    flex-direction: column;
    align-items: center;
  }
  body .main-wrapper .main-container .index-staff .femtech-meister .fm-explain {
    width: 100%;
    padding-top: 2rem;
  }
  body .main-wrapper .main-container .index-staff .femtech-meister .fm-explain .fm-text {
    font-size: 1.2rem;
    padding: 0.1rem 1rem;
    margin-bottom: 0.5rem;
  }
  body .main-wrapper .main-container .index-staff .femtech-meister .fm-explain .fm-text2 {
    font-size: 1.5rem;
  }
  body .main-wrapper .main-container .index-staff .femtech-meister .fm-explain p {
    font-size: 0.9rem;
  }
  body .main-wrapper .main-container .index-staff .femtech-meister .fm-explain .fm-certificate {
    flex-direction: column;
    align-items: center;
  }
  body .main-wrapper .main-container .index-staff .femtech-meister .fm-explain .fm-certificate img {
    width: 90%;
  }
  body .main-wrapper .main-container .index-staff h2 {
    font-size: 1.5rem;
  }
  body .main-wrapper .main-container .index-staff h2 img {
    zoom: .4;
  }
  body .main-wrapper .main-container .index-staff p {
    font-size: 0.9rem;
    line-height: 3;
  }
  body .main-wrapper .main-container .index-staff .staff-list {
    margin: 1rem 1rem 0;
  }
  body .main-wrapper .main-container .index-staff .staff-list .staff-card {
    width: calc((100% - 1rem) / 2);
    height: auto;
  }
  body .main-wrapper .main-container .index-staff .staff-list .staff-card .staff-name rb {
    font-size: 1rem;
  }
  body .main-wrapper .main-container .index-staff .staff-list .staff-card .staff-name rt {
    font-size: 0.6rem;
  }
  body .main-wrapper .main-container .index-message {
    padding: 3rem 1rem 1rem;
  }
  body .main-wrapper .main-container .index-message .message-inner {
    display: block;
  }
  body .main-wrapper .main-container .index-message .message-inner h2 {
    writing-mode: initial;
    font-size: 1.5rem;
    width: fit-content;
    padding: 0.5rem 2rem;
    margin: 0 auto;
    position: relative;
    top: -1.8rem;
  }
  body .main-wrapper .main-container .index-message .message-inner .message-text {
    background: none;
    padding: 1rem;
  }
  body .main-wrapper .main-container .index-message .message-inner .message-text p {
    font-size: 0.9rem;
  }
  body .main-wrapper .main-container .index-message .message-inner .message-text p.signature {
    width: 100%;
    flex-direction: column;
  }
  body .main-wrapper .main-container .index-message .message-inner .message-text p.signature img {
    zoom: .5;
  }
  body .main-wrapper .main-container .index-news {
    flex-direction: column;
    align-items: center;
    padding: 0;
  }
  body .main-wrapper .main-container .index-news h2 {
    font-size: 2rem;
    padding-top: 3rem;
  }
  body .main-wrapper .main-container .index-news .news-list {
    width: 100%;
  }
  body .main-wrapper .main-container .index-treatment {
    margin-top: 5rem;
  }
  body .main-wrapper .main-container .index-treatment .treatment-image {
    padding-top: 10rem;
  }
  body .main-wrapper .main-container .index-treatment .treatment-image h2 {
    left: 0;
    right: 0;
    justify-content: center;
  }
  body .main-wrapper .main-container .index-treatment .treatment-image h2 span {
    font-size: 1.5rem;
  }
  body .main-wrapper .main-container .index-treatment .treatment-image .treatment-message {
    display: none;
  }
  body .main-wrapper .main-container .index-treatment p {
    font-size: 0.9rem;
    padding: 1rem;
  }
  body .main-wrapper .main-container .index-femcare .femcare-image {
    padding-top: 10rem;
  }
  body .main-wrapper .main-container .index-femcare .femcare-image h2 {
    left: 0;
    right: 0;
    justify-content: center;
  }
  body .main-wrapper .main-container .index-femcare .femcare-image h2 span {
    font-size: 1.5rem;
  }
  body .main-wrapper .main-container .index-femcare .femcare-image .femcare-message {
    display: none;
  }
  body .main-wrapper .main-container .index-femcare p {
    font-size: 0.9rem;
    padding: 1rem;
  }
  body .main-wrapper .main-container .index-oil .oil-image {
    padding-top: 15rem;
  }
  body .main-wrapper .main-container .index-oil .oil-image h2 {
    left: 0;
    right: 0;
    justify-content: center;
  }
  body .main-wrapper .main-container .index-oil .oil-image h2 span {
    font-size: 1.5rem;
  }
  body .main-wrapper .main-container .index-oil .oil-image .oil-message {
    display: none;
  }
  body .main-wrapper .main-container .index-oil p {
    font-size: 0.9rem;
    padding: 1rem;
  }
  body .main-wrapper .main-container .index-reassure {
    padding: 0;
    background-position: center top;
    background-size: cover;
  }
  body .main-wrapper .main-container .index-reassure .reassure-inner > * {
    width: 100%;
    position: static;
  }
  body .main-wrapper .main-container .index-reassure .reassure-inner h2 {
    margin-top: -3rem;
  }
  body .main-wrapper .main-container .index-reassure .reassure-inner h2 span {
    font-size: 1.5rem;
    padding: 0.5rem 1rem;
  }
  body .main-wrapper .main-container .index-reassure .reassure-inner .reassure-card {
    flex-direction: column;
    margin: 0 1.5rem;
    padding: 1.5rem;
    gap: 1rem;
  }
  body .main-wrapper .main-container .index-reassure .reassure-inner .reassure-card img {
    width: 100%;
  }
  body .main-wrapper .main-container .index-reassure .reassure-inner .reassure-card p {
    font-size: 0.9rem;
  }
  body .main-wrapper .main-container .index-reassure .index-commitment {
    flex-direction: column;
    margin: 0 1.5rem;
  }
  body .main-wrapper .main-container .index-reassure .index-commitment h2 {
    writing-mode: initial;
    margin-left: 0;
    font-size: 1.5rem;
    padding: 0.5rem;
    width: fit-content;
  }
  body .main-wrapper .main-container .index-reassure .index-commitment div {
    width: 100%;
  }
  body .main-wrapper .main-container .index-reassure .index-commitment div h3 {
    font-size: 1.2rem;
  }
  body .main-wrapper .main-container .index-reassure .index-commitment div p {
    font-size: 0.9rem;
  }
  body .main-wrapper .main-container .index-instagram {
    flex-direction: column;
    align-items: center;
    padding: 0;
    margin: 5rem;
  }
  body .main-wrapper .main-container .index-instagram h2 {
    font-size: 2rem;
    padding-top: 3rem;
  }
  body .main-wrapper .main-container .news-article .tag-black {
    font-size: 1rem;
    padding: 0 0.5rem 0 0;
  }
  body .main-wrapper .main-container .news-article .tag-purple {
    font-size: 1rem;
    padding: 0.2rem 0.5rem;
  }
  body .main-wrapper .main-container .news-article .news-data {
    flex-direction: column;
  }
  body .main-wrapper .main-container .news-article .news-data .news-detail {
    font-size: 0.9rem;
  }
  body .main-wrapper .main-container .news-article .news-data .news-detail .salon-link {
    text-align: center;
    margin-top: 1rem;
  }
  body .main-wrapper .page-treatment header {
    padding: initial;
  }
  body .main-wrapper .page-treatment header .entry-title .title-text {
    writing-mode: vertical-rl;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  body .main-wrapper .page-treatment header .entry-title .title-text span {
    font-size: 1.5rem;
  }
  body .main-wrapper .page-treatment .treatment-allhand {
    margin: 10rem 0 3rem;
  }
  body .main-wrapper .page-treatment .treatment-allhand h2 {
    font-size: 1.5rem;
  }
  body .main-wrapper .page-treatment .treatment-allhand .allhand-explain {
    position: static;
    width: 100%;
    padding: 3rem 6vw;
    padding: 3rem 6dvw;
  }
  body .main-wrapper .page-treatment .treatment-allhand .allhand-explain h3 {
    font-size: 1.3rem;
  }
  body .main-wrapper .page-treatment .treatment-allhand .allhand-explain p {
    font-size: 0.9rem;
    line-height: 2;
  }
  body .main-wrapper .page-treatment .treatment-point {
    padding: 3rem 0;
  }
  body .main-wrapper .page-treatment .treatment-point h3 {
    flex-direction: column;
    font-size: 1.5rem;
    padding: 0 1rem;
  }
  body .main-wrapper .page-treatment .treatment-point p {
    padding: 0 1rem;
    text-align: left;
    margin-top: 1rem;
  }
  body .main-wrapper .page-treatment .treatment-flow {
    flex-direction: column;
    gap: 1rem;
    padding: 0 2rem;
  }
  body .main-wrapper .page-treatment .treatment-flow li {
    width: 100%;
    border-bottom: solid 2px #000000;
    padding: 1rem 0;
  }
  body .main-wrapper .page-treatment .treatment-flow li p {
    font-size: 0.9rem;
    line-height: 2;
  }
  body .main-wrapper .page-femcare header {
    padding: initial;
  }
  body .main-wrapper .page-femcare header .entry-title .title-text {
    font-size: 1.5rem;
    padding: 1rem 0.5rem;
  }
  body .main-wrapper .page-femcare .femcare-explain {
    margin: 3rem 0;
  }
  body .main-wrapper .page-femcare .femcare-explain .femcare-explain-text {
    position: static;
    width: 100%;
    padding: 3rem 6vw;
    padding: 3rem 6dvw;
  }
  body .main-wrapper .page-femcare .femcare-explain .femcare-explain-text h2 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
  body .main-wrapper .page-femcare .femcare-explain .femcare-explain-text h3 {
    font-size: 1.3rem;
  }
  body .main-wrapper .page-femcare .femcare-explain .femcare-explain-text p {
    font-size: 0.9rem;
    line-height: 2;
  }
  body .main-wrapper .page-femcare .femcare-method {
    margin-left: 0;
  }
  body .main-wrapper .page-femcare .femcare-method h2 {
    font-size: 1.2rem;
    padding: 0.5rem 0.2rem;
  }
  body .main-wrapper .page-femcare .femcare-method .method-inner {
    flex-direction: column;
  }
  body .main-wrapper .page-femcare .femcare-method .method-text {
    margin-top: 0;
  }
  body .main-wrapper .page-femcare .femcare-method .method-text h3 {
    font-size: 1.3rem;
    text-align: left;
  }
  body .main-wrapper .page-femcare .femcare-method .method-text p {
    font-size: 0.9rem;
  }
  body .main-wrapper .page-femcare .femcare-method .method-img {
    align-self: center;
    margin: 0;
  }
  body .main-wrapper .page-femcare .femcare-point {
    padding: 3rem 0;
    margin-top: 10rem;
  }
  body .main-wrapper .page-femcare .femcare-point h3 {
    flex-direction: column;
    font-size: 1.5rem;
    padding: 0 1rem;
  }
  body .main-wrapper .page-femcare .femcare-point p {
    padding: 0 1rem;
    text-align: left;
    margin-top: 1rem;
  }
  body .main-wrapper .page-femcare .femcare-point .point-method {
    flex-direction: column;
    margin: 1rem;
  }
  body .main-wrapper .page-femcare .femcare-point .point-method .point-detail h4 {
    font-size: 1.2rem;
    text-align: center;
    padding: 1rem;
  }
  body .main-wrapper .page-femcare .femcare-point .point-method .point-detail .point-explain {
    flex-direction: column;
  }
  body .main-wrapper .page-femcare .femcare-point .point-method .point-detail .point-explain h5 {
    font-size: 1.2rem;
    text-align: center;
    margin: 1rem 0;
  }
  body .main-wrapper .page-femcare .femcare-point .point-method .point-detail .point-explain p {
    font-size: 0.9rem;
    line-height: 2;
  }
  body .main-wrapper .page-femcare .femcare-point .point-method .point-detail .point-explain .point-note {
    padding: 0 1rem 1rem;
  }
  body .main-wrapper .page-femcare .femcare-point .point-method .point-detail dl {
    font-size: 0.9rem;
    line-height: 2;
  }
  body .main-wrapper .page-femcare .hair-removal {
    padding: 1rem;
  }
  body .main-wrapper .page-femcare .hair-removal div {
    flex-direction: column;
  }
  body .main-wrapper .page-femcare .hair-removal div h3 {
    font-size: 1.2rem;
    text-align: center;
  }
  body .main-wrapper .page-femcare .hair-removal p {
    font-size: 0.9rem;
    line-height: 2;
  }
  body .main-wrapper .page-oil header {
    padding: initial;
  }
  body .main-wrapper .page-oil header .entry-title .title-text {
    writing-mode: vertical-rl;
  }
  body .main-wrapper .page-oil header .entry-title .title-text span {
    font-size: 1.5rem;
    padding: 1rem 0.5rem;
  }
  body .main-wrapper .page-oil .oil-method {
    align-items: stretch;
    margin: 1rem 0;
  }
  body .main-wrapper .page-oil .oil-method h2 {
    font-size: 1.2rem;
    padding: 0.5rem 0.2rem;
  }
  body .main-wrapper .page-oil .oil-method .method-explain {
    flex-direction: column;
    padding-right: 1rem;
    border-top: 0;
    gap: 1rem;
  }
  body .main-wrapper .page-oil .oil-method .method-explain img {
    width: 100%;
    margin: 0;
  }
  body .main-wrapper .page-oil .oil-method .method-explain p {
    font-size: 0.9rem;
    line-height: 2;
    padding: 0;
  }
  body .main-wrapper .page-oil .oil-method.reverse {
    padding-right: 0;
  }
  body .main-wrapper .page-oil .oil-method.reverse .method-explain {
    padding-left: 1rem;
  }
  body .main-wrapper .page-salon .entry-title {
    font-size: 1.5rem;
    letter-spacing: .2em;
    line-height: 2;
  }
  body .main-wrapper .page-salon .entry-title span {
    font-size: 1.3rem;
  }
  body .main-wrapper .page-salon .salon-map {
    font-size: 0.9rem;
    line-height: 2;
    padding-bottom: 2rem;
  }
  body .main-wrapper .page-salon .salon-map iframe {
    margin-bottom: 2rem;
  }
  body .main-wrapper .page-salon .salon-menu {
    flex-direction: column;
    align-items: center;
    padding: 0;
  }
  body .main-wrapper .page-salon .salon-menu h2 {
    font-size: 2rem;
    padding-top: 3rem;
  }
  body .main-wrapper .page-salon .salon-menu .menu-list {
    margin: 0;
    padding: 1rem;
  }
  body .main-wrapper .page-salon .salon-menu .menu-list dt {
    font-size: 1.5rem;
    text-align: center;
  }
  body .main-wrapper .page-salon .salon-menu .menu-list dd {
    flex-direction: column;
    gap: 1rem;
  }
  body .main-wrapper .page-salon .salon-menu .menu-list dd .course-list li {
    font-size: 1.2rem;
  }
  body .main-wrapper .page-salon .salon-menu .menu-list dd p {
    font-size: 0.9rem;
    line-height: 2;
    margin-right: 0;
  }
  body .main-wrapper .page-salon .salon-reservation {
    padding: 5rem 1rem;
  }
  body .main-wrapper .page-salon .salon-reservation .salon-reservation-inner {
    padding: 2rem 0;
  }
  body .main-wrapper .page-salon .salon-reservation .salon-reservation-inner h2 {
    font-size: 1.5rem;
  }
  body .main-wrapper .page-salon .salon-reservation .salon-reservation-inner p {
    font-size: 0.8rem;
    line-height: 2;
  }
  body .main-wrapper .bg-heading {
    font-size: 1.3rem;
    padding: 2rem 1rem;
  }
  body .main-wrapper .problem-list {
    padding: 3rem 2vw;
    padding: 3rem 4dvw;
  }
  body .main-wrapper .problem-list h3 {
    font-size: 1.5rem;
  }
  body .main-wrapper .problem-list ul {
    flex-direction: column;
    gap: 1rem;
    font-size: 1rem;
  }
  body .main-wrapper .problem-list ul li {
    writing-mode: initial;
    margin-right: 2rem;
    text-align: center;
    padding: 0.5rem;
  }
  body .main-wrapper .problem-list ul li:nth-child(even) {
    margin: 0 0 0 2rem;
  }
  body .main-wrapper .problem-list aside {
    font-size: 0.8rem;
    width: fit-content;
    margin: 0 auto;
  }
  body .main-wrapper .page-inquiry .bg-yellow {
    padding: 5rem 1rem;
  }
  body .main-wrapper .page-inquiry .inquiry-form {
    padding: 0 1rem 1rem;
  }
  body .main-wrapper .page-inquiry .inquiry-form h2 {
    font-size: 1.5rem;
    text-align: center;
    padding: 0 1rem;
  }
  body .main-wrapper .page-inquiry .inquiry-form p {
    text-align: center;
    font-size: 0.9rem;
  }
  body .main-wrapper .page-inquiry .inquiry-form form br {
    display: none;
  }
  body .main-wrapper .page-inquiry .inquiry-form form label {
    font-size: 1rem;
  }
  body .main-wrapper .page-inquiry .inquiry-form form .form-input, body .main-wrapper .page-inquiry .inquiry-form form .form-textarea {
    font-size: 1rem;
  }
  body .margin-text {
    padding: 2rem 1rem;
    font-size: 0.8rem;
    line-height: 2;
  }
  body .margin-text h3 {
    font-size: 1.5rem;
  }
  body .margin-text > p.text-center {
    text-align: left;
  }
  body > footer .footer-reservation {
    padding: 0 1rem 1rem;
    margin: 0 1rem;
  }
  body > footer .footer-reservation h2 {
    font-size: 2rem;
  }
  body > footer .footer-reservation p {
    font-size: 0.9rem;
  }
  body > footer .footer-reservation .salon-list {
    flex-direction: column;
  }
  body > footer .footer-reservation .salon-list div {
    width: 100%;
  }
  body > footer .footer-reservation .salon-list div h3 {
    font-size: 2rem;
  }
  body > footer .footer-reservation .salon-list div span {
    font-size: 1.2rem;
  }
  body > footer .footer-nav {
    flex-direction: column;
  }
  body > footer .footer-nav img {
    zoom: .3;
  }
  body > footer .footer-nav ul {
    flex-direction: column;
  }
  body > footer .footer-nav ul .flex-br {
    display: none;
  }

  .btn-contact {
    display: none;
  }

  .down-arrow {
    zoom: .5;
  }

  .hidden-sp {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .hidden-pc {
    display: none !important;
  }
}
video {
  width: 100%;
  height: auto;
}

img {
  width: revert-layer;
  height: revert-layer;
}
