@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Source+Serif+Pro:wght@300;400;600&display=swap");
/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
.sp-only {
  display: none;
}
@media only screen and (max-width: 767px) {
  .sp-only {
    display: block;
  }
}
/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
@keyframes pulsate {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}
.delay-02 {
  animation-delay: 0.2s;
}

.delay-04 {
  animation-delay: 0.4s;
}

.delay-05 {
  animation-delay: 0.5s;
}

.delay-06 {
  animation-delay: 0.6s;
}

.delay-08 {
  animation-delay: 0.8s;
}

.delay-10 {
  animation-delay: 1s;
}

.delay-15 {
  animation-delay: 1.5s;
}

.delay-20 {
  animation-delay: 2s;
}

.delay-25 {
  animation-delay: 2.5s;
}

.delay-30 {
  animation-delay: 3s;
}

.delay-40 {
  animation-delay: 4s;
}

.delay-50 {
  animation-delay: 5s;
}

.delay-60 {
  animation-delay: 6s;
}

@keyframes fadeInLeft100_op {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInLeft100_op {
  animation-name: fadeInLeft100_op;
}

@keyframes fadeInRight100_op {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInRight100_op {
  animation-name: fadeInRight100_op;
}

@keyframes fadeInLeft100 {
  0% {
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    transform: translateZ(0);
  }
}
.fadeInLeft100 {
  animation-name: fadeInLeft100;
}

@keyframes fadeInRight100 {
  0% {
    transform: translate3d(100%, 0, 0);
  }
  100% {
    transform: translateZ(0);
  }
}
.fadeInRight100 {
  animation-name: fadeInRight100;
}

@keyframes fadeInUp100_op {
  0% {
    opacity: 0;
    transform: translateY(1000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp100_op {
  animation-name: fadeInUp100_op;
}

.inner {
  max-width: 1140px;
  margin: 0 auto;
}

.default-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.top-fv {
  width: 100%;
  height: 60vw;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .top-fv {
    height: 100vw;
  }
}
.top-fv__container ul li {
  height: 60vw;
  overflow: hidden;
  backface-visibility: hidden;
}
@media only screen and (max-width: 767px) {
  .top-fv__container ul li {
    height: 100vw;
  }
}
.top-fv__container ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top-campaign {
  width: min(87vw, 1258px);
  margin: -12rem auto 14rem;
  background: #EAE5E2;
  padding: 4.8rem 4rem 6rem;
  position: relative;
  z-index: 5;
}
@media only screen and (max-width: 767px) {
  .top-campaign {
    width: 92vw;
    padding: 3rem 15px 4rem;
    margin: -3rem auto 4rem;
  }
}
.top-campaign__title {
  margin-bottom: 3.8rem;
}
@media only screen and (max-width: 767px) {
  .top-campaign__title {
    margin-bottom: 2rem;
  }
}
.top-campaign .top-campaign-contents__main {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6.6rem;
}
@media only screen and (max-width: 767px) {
  .top-campaign .top-campaign-contents__main {
    display: block;
    margin-bottom: 3rem;
  }
}
.top-campaign .top-campaign-contents .top-campaign-contents-item {
  width: min(25.6vw, 370px);
  height: 170px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .top-campaign .top-campaign-contents .top-campaign-contents-item {
    width: 100%;
    height: 14rem;
    max-width: 400px;
    margin: 0 auto 2rem;
  }
  .top-campaign .top-campaign-contents .top-campaign-contents-item:last-of-type {
    display: none;
  }
}
.top-campaign .top-campaign-contents .top-campaign-contents-item__image {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.top-campaign .top-campaign-contents .top-campaign-contents-item__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 100% 50%;
}
.top-campaign .top-campaign-contents .top-campaign-contents-item__content {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 2.8rem 1.5rem 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(75deg, #4a4242 63%, transparent 63%, transparent 100%);
}
.top-campaign .top-campaign-contents .top-campaign-contents-item__month {
  font-size: 1.1rem;
  padding: 0.5rem 1rem;
  background: #cfbdbb;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .top-campaign .top-campaign-contents .top-campaign-contents-item__month {
    font-size: 1rem;
  }
}
.top-campaign .top-campaign-contents .top-campaign-contents-item__sub-title {
  font-size: min(1vw, 14px);
  color: #fff;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .top-campaign .top-campaign-contents .top-campaign-contents-item__sub-title {
    font-size: 1rem;
    left: 11rem;
  }
}
.top-campaign .top-campaign-contents .top-campaign-contents-item__title {
  font-size: min(2.4vw, 35px);
  color: #fff;
  font-family: "Roboto", sans-serif;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .top-campaign .top-campaign-contents .top-campaign-contents-item__title {
    font-size: 2.8rem;
  }
}
.top-campaign .top-campaign-contents .top-campaign-contents-item__price-wrap {
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
  font-family: "Roboto", sans-serif;
}
.top-campaign .top-campaign-contents .top-campaign-contents-item__discount {
  width: 4.8rem;
  height: 4.8rem;
  color: #fff;
  border: 1px solid #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .top-campaign .top-campaign-contents .top-campaign-contents-item__discount {
    width: 4rem;
    height: 4rem;
  }
}
.top-campaign .top-campaign-contents .top-campaign-contents-item__discount-percent .num {
  font-size: 2rem;
  margin-right: 0.3rem;
}
@media only screen and (max-width: 767px) {
  .top-campaign .top-campaign-contents .top-campaign-contents-item__discount-percent .num {
    font-size: 1.6rem;
  }
}
.top-campaign .top-campaign-contents .top-campaign-contents-item__discount-percent .per {
  font-size: 1rem;
  margin-left: -0.5rem;
  font-family: "Noto Sans JP", sans-serif;
}
.top-campaign .top-campaign-contents .top-campaign-contents-item__discount-off {
  font-size: 1.3rem;
}
@media only screen and (max-width: 767px) {
  .top-campaign .top-campaign-contents .top-campaign-contents-item__discount-off {
    font-size: 1.2rem;
  }
}
.top-campaign .top-campaign-contents .top-campaign-contents-item__price .cancel-price {
  font-size: min(1.8vw, 26px);
  color: #fff;
  margin-bottom: 0.3rem;
  position: relative;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .top-campaign .top-campaign-contents .top-campaign-contents-item__price .cancel-price {
    font-size: 2rem;
  }
}
.top-campaign .top-campaign-contents .top-campaign-contents-item__price .cancel-price::after {
  content: "";
  width: 100%;
  height: 0.4rem;
  background: rgba(207, 189, 187, 0.9);
  position: absolute;
  top: 40%;
  left: 0;
  transform: rotate(-10deg);
}
.top-campaign .top-campaign-contents .top-campaign-contents-item__price .price {
  font-size: min(2.77vw, 40px);
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .top-campaign .top-campaign-contents .top-campaign-contents-item__price .price {
    font-size: 3rem;
  }
}

/*==============================================================
News
==============================================================*/
#news-list .menu-page-title {
  margin-bottom: 0;
}
#news-list .menu-nav {
  height: 13rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  #news-list .menu-nav {
    padding: 2rem 20px;
    height: initial;
  }
}
#news-list .menu-nav ul {
  display: flex;
  column-gap: 3rem;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  #news-list .menu-nav ul {
    flex-wrap: wrap;
    row-gap: 1rem;
    column-gap: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  #news-list .menu-nav ul li {
    width: 22rem;
    text-align: center;
  }
}
#news-list .menu-nav ul li a {
  width: 26rem;
  display: block;
  padding: 1rem 2rem;
  border: 1px solid #cfbdbb;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #news-list .menu-nav ul li a {
    padding: 1rem 0;
    width: 100%;
  }
}
#news-list .menu-nav ul li a i {
  margin-left: 1rem;
}
#news-list .menu-nav ul li a:hover {
  background: #cfbdbb;
  color: #fff;
}
#news-list .menu-nav ul li a.current {
  background: #cfbdbb;
  color: #fff;
}
#news-list .news-contents {
  padding: 0 30px;
  margin-bottom: 10rem;
}
@media only screen and (max-width: 767px) {
  #news-list .news-contents {
    padding: 0 20px;
  }
}
#news-list .news-contents__items {
  padding: 5rem 4rem;
  background: #EAE5E2;
}
@media only screen and (max-width: 767px) {
  #news-list .news-contents__items {
    padding: 3rem 1.5rem;
  }
}
#news-list .news-contents__items:not(:first-of-type) {
  display: none;
}
#news-list .news-contents .news-contents-item {
  display: flex;
  align-items: center;
  font-size: 2rem;
  column-gap: 5rem;
  height: 10rem;
  border-bottom: 1px solid #4a4242;
}
@media only screen and (max-width: 767px) {
  #news-list .news-contents .news-contents-item {
    display: block;
    font-size: 1.4rem;
    height: initial;
    padding: 1.5rem 0;
  }
}
#news-list .news-contents .news-contents-item:last-of-type {
  border-bottom: none;
}
#news-list .news-contents .news-contents-item__info {
  display: flex;
  align-items: center;
  column-gap: 5rem;
}
@media only screen and (max-width: 767px) {
  #news-list .news-contents .news-contents-item__info {
    column-gap: 2rem;
    margin-bottom: 1.5rem;
  }
}
#news-list .news-contents .news-contents-item__genre {
  width: 27.5rem;
  padding: 0.5rem 1rem 0.7rem;
  text-align: center;
  background: #4a4242;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #news-list .news-contents .news-contents-item__genre {
    width: 20rem;
  }
}
#news-list .news-contents .news-contents-item__genre.campaign {
  background: #fff;
  color: #4a4242;
}
#news-list .news-contents .news-contents-item__date {
  width: 11rem;
}
@media only screen and (max-width: 767px) {
  #news-list .news-contents .news-contents-item__date {
    width: initial;
  }
}
#news-list .news-contents .news-contents-item__title {
  line-height: 1.35;
}

.top-sec01 {
  padding: 0 30px;
  margin-bottom: 11.5rem;
}
@media only screen and (max-width: 767px) {
  .top-sec01 {
    padding: 0 20px;
    margin-bottom: 4rem;
  }
}
.top-sec01__title {
  margin-bottom: 5.7rem;
}
@media only screen and (max-width: 767px) {
  .top-sec01__title {
    margin-bottom: 1.5rem;
  }
}
.top-sec01 .top-sec01-item {
  display: block;
  width: 100%;
  height: min(16vw, 225px);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem;
  font-family: "Noto Serif JP", serif;
  color: #4a4242;
  overflow: hidden;
  position: relative;
  transition: all 0.4s ease;
}
@media only screen and (max-width: 767px) {
  .top-sec01 .top-sec01-item {
    height: min(25vw, 180px);
  }
}
.top-sec01 .top-sec01-item::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 2;
  transition: all 0.4s ease;
}
.top-sec01 .top-sec01-item::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
  z-index: 3;
  transition: all 0.4s ease;
}
.top-sec01 .top-sec01-item__text {
  transform: translateX(100%);
  position: relative;
  z-index: 5;
}
@media only screen and (max-width: 767px) {
  .top-sec01 .top-sec01-item__text {
    transform: translateX(50%);
  }
}
.top-sec01 .top-sec01-item__text h3 {
  font-size: 4rem;
  margin-bottom: 1rem;
  font-weight: 400;
  transition: all 0.4s ease;
}
@media only screen and (max-width: 767px) {
  .top-sec01 .top-sec01-item__text h3 {
    font-size: min(5.86vw, 3.6rem);
  }
}
.top-sec01 .top-sec01-item__text p {
  font-size: 2rem;
  transition: all 0.4s ease;
}
@media only screen and (max-width: 767px) {
  .top-sec01 .top-sec01-item__text p {
    font-size: 1.4vw;
  }
}
.top-sec01 .top-sec01-item:first-of-type::after {
  background-image: url(../img/top/sec01/top-sec01-01.jpg);
}
.top-sec01 .top-sec01-item:nth-of-type(2)::after {
  background-image: url(../img/top/sec01/top-sec01-02.jpg);
}
.top-sec01 .top-sec01-item:nth-of-type(2) .top-sec01-item__text {
  transform: translateX(-100%);
}
@media only screen and (max-width: 767px) {
  .top-sec01 .top-sec01-item:nth-of-type(2) .top-sec01-item__text {
    transform: translateX(-40%);
  }
}
.top-sec01 .top-sec01-item:nth-of-type(3)::after {
  background-image: url(../img/top/sec01/top-sec01-03.jpg);
}
.top-sec01 .top-sec01-item:nth-of-type(3) .top-sec01-item__text {
  transform: translateX(50%);
}
@media only screen and (max-width: 767px) {
  .top-sec01 .top-sec01-item:nth-of-type(3) .top-sec01-item__text {
    transform: translateX(20%);
  }
}
.top-sec01 .top-sec01-item:nth-of-type(4)::after {
  background-image: url(../img/top/sec01/top-sec01-04.jpg);
}
.top-sec01 .top-sec01-item:nth-of-type(4) .top-sec01-item__text {
  transform: translateX(-150%);
}
@media only screen and (max-width: 767px) {
  .top-sec01 .top-sec01-item:nth-of-type(4) .top-sec01-item__text {
    transform: translateX(-80%);
  }
}
.top-sec01 .top-sec01-item:nth-of-type(5)::after {
  background-image: url(../img/top/sec01/top-sec01-05.jpg);
}
.top-sec01 .top-sec01-item:nth-of-type(5) .top-sec01-item__text {
  transform: translateX(0);
}
.top-sec01 .top-sec01-item:nth-of-type(6)::after {
  background-image: url(../img/top/sec01/top-sec01-06.jpg);
}
.top-sec01 .top-sec01-item:nth-of-type(6) .top-sec01-item__text {
  transform: translateX(-140%);
}
@media only screen and (max-width: 767px) {
  .top-sec01 .top-sec01-item:nth-of-type(6) .top-sec01-item__text {
    transform: translateX(-50%);
  }
}
.top-sec01 .top-sec01-item:hover .top-sec01-item__text h3, .top-sec01 .top-sec01-item:hover .top-sec01-item__text p {
  color: #fff;
}
.top-sec01 .top-sec01-item:hover::after {
  transform: scale(1.1);
}
.top-sec01 .top-sec01-item:hover::before {
  background: rgba(0, 0, 0, 0.5);
}

.top-sec02 {
  padding: 8rem 30px 22.7rem;
  background: #EAE5E2;
  margin-bottom: 12rem;
}
@media only screen and (max-width: 767px) {
  .top-sec02 {
    padding: 5rem 20px 5rem;
    margin-bottom: 4rem;
  }
}
.top-sec02__title {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767px) {
  .top-sec02__title {
    margin-bottom: 1.5rem;
  }
}
.top-sec02__title h2 {
  font-size: 10rem;
  font-family: "Source Serif Pro", serif;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .top-sec02__title h2 {
    font-size: 4.8rem;
  }
}
.top-sec02 .top-sec02-contents {
  font-size: 2rem;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .top-sec02 .top-sec02-contents {
    font-size: 1.4rem;
    line-height: 1.3;
  }
}
.top-sec02 .top-sec02-contents__head {
  margin-bottom: 7.6rem;
}
@media only screen and (max-width: 767px) {
  .top-sec02 .top-sec02-contents__head {
    margin-bottom: 3rem;
  }
}
.top-sec02 .top-sec02-contents__head h3 {
  font-weight: 400;
}
.top-sec02 .top-sec02-contents__head p {
  font-family: "Noto Serif JP", serif;
}
@media only screen and (max-width: 767px) {
  .top-sec02 .top-sec02-contents__main {
    margin-bottom: 3.5rem;
  }
}
.top-sec02 .top-sec02-contents .top-sec02-main-item {
  margin-bottom: 5rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid #4a4242;
}
@media only screen and (max-width: 767px) {
  .top-sec02 .top-sec02-contents .top-sec02-main-item {
    margin-bottom: 2rem;
  }
}
.top-sec02 .top-sec02-contents .top-sec02-main-item__num {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-family: "Source Serif Pro", serif;
  color: #cfbdbb;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .top-sec02 .top-sec02-contents .top-sec02-main-item__num {
    margin-bottom: 0;
  }
}
.top-sec02 .top-sec02-contents-bottom {
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .top-sec02 .top-sec02-contents-bottom {
    font-size: 1.4rem;
  }
}
.top-sec02 .top-sec02-contents-bottom__title {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767px) {
  .top-sec02 .top-sec02-contents-bottom__title {
    margin-bottom: 1.5rem;
  }
}
.top-sec02 .top-sec02-contents-bottom__title h3 {
  font-size: 4rem;
  margin-bottom: 0.5rem;
  font-family: "Source Serif Pro", serif;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .top-sec02 .top-sec02-contents-bottom__title h3 {
    font-size: 3rem;
    margin-bottom: 0;
  }
}
.top-sec02 .top-sec02-contents-bottom__title p {
  font-weight: 400;
}
.top-sec02 .top-sec02-contents-bottom__explanation {
  margin-bottom: 1.5rem;
  font-family: "Noto Serif JP", serif;
}
.top-sec02 .top-sec02-contents-bottom-main__block {
  background: #fff;
}
.top-sec02 .top-sec02-contents-bottom-main__block.block01 {
  padding-bottom: 4.6rem;
  margin-bottom: 5.5rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .top-sec02 .top-sec02-contents-bottom-main__block.block01 {
    margin-bottom: 2rem;
  }
}
.top-sec02 .top-sec02-contents-bottom-main__block.block02 {
  width: 100%;
  height: 47rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .top-sec02 .top-sec02-contents-bottom-main__block.block02 {
    height: calc(75vw + 190px);
  }
}
.top-sec02 .top-sec02-contents-bottom-main-item {
  display: grid;
  grid-template-columns: 1fr 38%;
  grid-template-areas:
    "content image"
    "button  image";
  grid-template-rows: 1fr auto;
}
@media only screen and (max-width: 767px) {
  .top-sec02 .top-sec02-contents-bottom-main-item {
    display: flex;
    flex-direction: column;
  }
}
.top-sec02 .top-sec02-contents-bottom-main-item__content {
  grid-area: content;
  display: flex;
  flex-direction: column;
  padding: 3.5rem 4rem 1.5rem;
}
.top-sec02 .top-sec02-contents-bottom-main-item > .common-button01 {
  grid-area: button;
  display: flex;
  justify-content: center;
  padding: 0 4rem 3rem;
}
@media only screen and (max-width: 767px) {
  .top-sec02 .top-sec02-contents-bottom-main-item__content {
    padding: 5rem 1.5rem 3.4rem;
  }
  .top-sec02 .top-sec02-contents-bottom-main-item > .common-button01 {
    padding: 1.5rem 1.5rem 2rem;
    margin-top: 35px;
  }
  .top-sec02 .top-sec02-contents-bottom-main-item > .common-button01 a {
    width: 80%;
    max-width: 28rem;
    height: 5.5rem;
  }
}
.top-sec02 .top-sec02-contents-bottom-main-item__title {
  width: 100%;
  margin-bottom: 2rem;
  align-self: flex-start;
}
.top-sec02 .top-sec02-contents-bottom-main-item__title h4 {
  font-size: 2.4rem;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
}
@media only screen and (max-width: 767px) {
  .top-sec02 .top-sec02-contents-bottom-main-item__title {
    margin-bottom: 1rem;
    font-size: 1.8rem;
  }
}
.top-sec02 .top-sec02-contents-bottom-main-item__text {
  width: 100%;
  font-family: "Noto Serif JP", serif;
  align-self: flex-start;
}
@media only screen and (max-width: 767px) {
  .top-sec02 .top-sec02-contents-bottom-main-item__text {
    width: 100%;
  }
}
.top-sec02 .top-sec02-contents-bottom-main-item__text--p {
  line-height: 1.75;
  margin-bottom: 7rem;
}
@media only screen and (max-width: 767px) {
  .top-sec02 .top-sec02-contents-bottom-main-item__text--p {
    margin-bottom: 2rem;
  }
}
.top-sec02 .top-sec02-contents-bottom-main-item__text--name {
  display: flex;
  align-items: flex-end;
  column-gap: 4rem;
}
@media only screen and (max-width: 767px) {
  .top-sec02 .top-sec02-contents-bottom-main-item__text--name {
    column-gap: 2rem;
  }
}
.top-sec02 .top-sec02-contents-bottom-main-item__text--name .name {
  font-size: 3.6rem;
}
@media only screen and (max-width: 767px) {
  .top-sec02 .top-sec02-contents-bottom-main-item__text--name .name {
    font-size: 2.2rem;
  }
}
.top-sec02 .top-sec02-contents-bottom-main-item__text--name .english {
  font-size: 3rem;
  font-family: "Source Serif Pro", serif;
}
@media only screen and (max-width: 767px) {
  .top-sec02 .top-sec02-contents-bottom-main-item__text--name .english {
    font-size: 1.6rem;
  }
}
.top-sec02 .top-sec02-contents-bottom-main-item__image {
  grid-area: image;
  position: relative;
  overflow: hidden;
  margin-bottom: -4.6rem;
}
@media only screen and (max-width: 767px) {
  .top-sec02 .top-sec02-contents-bottom-main-item__image {
    width: 100%;
    margin-bottom: 0;
  }
}
.top-sec02 .top-sec02-contents-bottom-main-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
@media only screen and (max-width: 767px) {
  .top-sec02 .top-sec02-contents-bottom-main-item__image img {
    height: auto;
  }
}
.top-sec02 .top-sec02-contents-bottom-main-block02-r {
  width: calc(50vw + 50%);
  height: 47rem;
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .top-sec02 .top-sec02-contents-bottom-main-block02-r {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
}
.top-sec02 .top-sec02-contents-bottom-main-block02-r__image {
  width: 60%;
  padding-top: 12.8rem;
}
@media only screen and (max-width: 767px) {
  .top-sec02 .top-sec02-contents-bottom-main-block02-r__image {
    width: 100%;
    padding-top: 0;
    display: block;
  }
}
.top-sec02 .top-sec02-contents-bottom-main-block02-r__image img {
  width: 100%;
  height: 47rem;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .top-sec02 .top-sec02-contents-bottom-main-block02-r__image img {
    height: auto;
  }
}
.top-sec02 .top-sec02-contents-bottom-main-block02-r__content {
  width: 40%;
}
@media only screen and (max-width: 767px) {
  .top-sec02 .top-sec02-contents-bottom-main-block02-r__content {
    width: 100%;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem 0;
  }
}
.top-sec02 .top-sec02-bottom-main-block02-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .top-sec02 .top-sec02-bottom-main-block02-content {
    align-items: center;
    height: 100%;
  }
}
.top-sec02 .top-sec02-bottom-main-block02-content__link a {
  display: block;
  width: 35rem;
  height: 7.5rem;
  margin: 0 auto 3rem;
  border: 1px solid #4a4242;
  padding: 0 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .top-sec02 .top-sec02-bottom-main-block02-content__link a {
    width: 30rem;
    height: 5rem;
    margin: 0 auto 1.5rem;
  }
}
.top-sec02 .top-sec02-bottom-main-block02-content__link a span {
  margin-right: 3rem;
}
.top-sec02 .top-sec02-bottom-main-block02-content__link a:last-of-type {
  margin-bottom: 0;
}
.top-sec02 .top-sec02-bottom-main-block02-content__link a:hover {
  background: #cfbdbb;
  color: #fff;
}

.top-sec03 {
  margin-bottom: 10rem;
  padding: 0 30px;
}
@media only screen and (max-width: 767px) {
  .top-sec03 {
    padding: 0 20px;
    margin-bottom: 4rem;
  }
}
.top-sec03__title {
  margin-bottom: 6.7rem;
}
@media only screen and (max-width: 767px) {
  .top-sec03__title {
    margin-bottom: 1.5rem;
  }
}

.inner {
  max-width: 1140px;
  margin: 0 auto;
}

#about .child-fv {
  width: 100%;
  height: 60vw;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #about .child-fv {
    height: 100vw;
  }
}
#about .child-fv__image {
  width: 100%;
  height: 100%;
}
#about .child-fv__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#about .section-wrap {
  overflow: hidden;
  margin-bottom: 8.7rem;
}
@media only screen and (max-width: 767px) {
  #about .section-wrap {
    margin-bottom: 4rem;
  }
}
#about .about-sec01 {
  position: relative;
  width: 100%;
  height: 75.4rem;
  z-index: 5;
  padding: 8.2rem 30px 15.5rem;
}
@media only screen and (max-width: 767px) {
  #about .about-sec01 {
    height: 100rem;
    height: initial;
    padding: 3rem 20px 5rem;
  }
}
#about .about-sec01__title {
  margin-bottom: 8.8rem;
}
@media only screen and (max-width: 767px) {
  #about .about-sec01__title {
    margin-bottom: 3rem;
  }
}
#about .about-sec01__contents {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #about .about-sec01__contents {
    display: block;
  }
}
#about .about-sec01 .about-sec01-item {
  width: 35.5rem;
  height: 35.5rem;
  background: #cfbdbb;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  #about .about-sec01 .about-sec01-item {
    width: 30rem;
    height: 30rem;
    margin: 0 auto 1.5rem;
  }
  #about .about-sec01 .about-sec01-item:last-of-type {
    margin-bottom: 0;
  }
}
#about .about-sec01 .about-sec01-item::before {
  content: "";
  width: 33.5rem;
  height: 33.5rem;
  border-radius: 50%;
  border: 1px solid #EAE5E2;
  position: absolute;
  left: 0.3rem;
  bottom: 0.3rem;
}
@media only screen and (max-width: 767px) {
  #about .about-sec01 .about-sec01-item::before {
    width: 28.3rem;
    height: 28.3rem;
  }
}
#about .about-sec01 .about-sec01-item__num {
  font-size: 10rem;
  color: #EAE5E2;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  #about .about-sec01 .about-sec01-item__num {
    font-size: 5rem;
    top: 10px;
    left: 10px;
  }
}
#about .about-sec01 .about-sec01-item__text p {
  font-size: 1.8rem;
  line-height: 1.33;
}
@media only screen and (max-width: 767px) {
  #about .about-sec01 .about-sec01-item__text p {
    font-size: 1.4rem;
  }
}
#about .about-sec01 .about-sec01-item__line {
  width: 23.6rem;
  height: 0.2rem;
  background: #4a4242;
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  #about .about-sec01 .about-sec01-item__line {
    width: 20rem;
    height: 0.1rem;
  }
}
#about .about-sec02 {
  position: relative;
  width: 100%;
  height: 83.8rem;
  background: #faa;
  display: flex;
}
@media only screen and (max-width: 767px) {
  #about .about-sec02 {
    height: calc(970px - 56.41vw);
  }
}
#about .about-sec02__text-base {
  width: 63.2%;
  background: #4a4242;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #about .about-sec02__text-base {
    width: 80%;
  }
}
#about .about-sec02 .about-sec02-content {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 9.2rem 30px 18rem;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #about .about-sec02 .about-sec02-content {
    padding: 3rem 20px 2rem;
  }
}
#about .about-sec02 .about-sec02-content__title {
  margin-bottom: 4rem;
}
#about .about-sec02 .about-sec02-content__text {
  width: 73rem;
}
@media only screen and (max-width: 767px) {
  #about .about-sec02 .about-sec02-content__text {
    width: 80%;
  }
}
#about .about-sec02 .about-sec02-content__text p {
  font-size: 2rem;
  line-height: 1.75;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767px) {
  #about .about-sec02 .about-sec02-content__text p {
    font-size: 1.4rem;
    margin-bottom: 2rem;
  }
}
#about .about-sec02 .about-sec02-content__text p:last-of-type {
  margin-bottom: 0;
}
#about .about-sec02__image-base {
  width: 36.8%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #about .about-sec02__image-base {
    width: 20%;
  }
}
#about .about-sec02__image-base img {
  display: block;
  width: 100%;
  height: 159.2rem;
  position: absolute;
  left: 0;
  bottom: 0;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  #about .about-sec02__image-base img {
    height: calc(2062px - 56.41vw);
  }
}
#about .about-sec03 {
  padding: 0 30px;
  margin-bottom: 20rem;
}
@media only screen and (max-width: 767px) {
  #about .about-sec03 {
    padding: 0 20px;
    margin-bottom: 5rem;
  }
}
#about .about-sec03__contents {
  display: flex;
  column-gap: 12rem;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  #about .about-sec03__contents {
    display: block;
  }
}
#about .about-sec03 .about-sec03-item {
  width: 46.4rem;
  background: #EAE5E2;
  padding-bottom: 4rem;
}
@media only screen and (max-width: 767px) {
  #about .about-sec03 .about-sec03-item {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 2rem;
  }
}
#about .about-sec03 .about-sec03-item__image {
  width: 100%;
  height: 37.9rem;
  margin-bottom: 5.4rem;
}
@media only screen and (max-width: 767px) {
  #about .about-sec03 .about-sec03-item__image {
    height: min(73vw, 326px);
  }
}
#about .about-sec03 .about-sec03-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#about .about-sec03 .about-sec03-item__button {
  margin-bottom: 1rem;
}
#about .about-sec03 .about-sec03-item__text {
  text-align: center;
}
#about .about-sec04 {
  padding: 5.3rem 0 18rem;
  background: #4a4242;
  margin-bottom: 20rem;
}
@media only screen and (max-width: 767px) {
  #about .about-sec04 {
    padding: 5rem 0 5rem;
    margin-bottom: 5rem;
  }
}
#about .about-sec04 .inner {
  padding: 0 30px;
}
#about .about-sec04__title {
  margin-bottom: 5.6rem;
}
@media only screen and (max-width: 767px) {
  #about .about-sec04__title {
    margin-bottom: 3rem;
  }
}
#about .about-sec04__title .common-section-title {
  color: #fff;
}
#about .about-sec04 .about-sec04-item {
  height: 18.6vw;
  background: #EAE5E2;
}
#about .about-sec04 .about-sec04-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  #about .about-sec04 .about-sec04-item {
    height: 35vw;
  }
}

.inner {
  max-width: 1140px;
  margin: 0 auto;
}

#menu-list .menu-page-title {
  margin-bottom: 0;
}
#menu-list .menu-nav {
  height: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  #menu-list .menu-nav {
    display: none;
  }
}
#menu-list .menu-nav ul {
  display: flex;
}
#menu-list .menu-nav ul li a {
  padding: 1rem 2rem;
}
#menu-list .menu-nav ul li a:hover {
  background: #cfbdbb;
  color: #fff;
}
#menu-list .menu-link {
  padding: 0 30px;
  margin-bottom: 12rem;
}
@media only screen and (max-width: 767px) {
  #menu-list .menu-link {
    padding: 0 20px;
    margin-bottom: 5rem;
    margin-top: 3rem;
  }
}
#menu-list .menu-link .menu-link-item {
  width: 100%;
  height: 15.8rem;
  display: flex;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  #menu-list .menu-link .menu-link-item {
    height: initial;
    display: block;
    max-width: 450px;
    margin: 0 auto 1rem;
  }
}
#menu-list .menu-link .menu-link-item__title {
  width: 50%;
  height: 100%;
  background-image: url(../img/menu/menu-list/menu-list-img01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  #menu-list .menu-link .menu-link-item__title {
    width: 100%;
    height: 8rem;
  }
}
#menu-list .menu-link .menu-link-item__title h3 {
  font-size: 2rem;
  padding: 1rem 2rem;
  background: rgba(255, 255, 255, 0.7);
  background: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0.1));
}
@media only screen and (max-width: 767px) {
  #menu-list .menu-link .menu-link-item__title h3 {
    font-size: 1.6rem;
  }
}
#menu-list .menu-link .menu-link-item__link {
  width: 50%;
  height: 100%;
  background: #cfbdbb;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  column-gap: 2.5rem;
  padding: 0 2.3rem;
}
@media only screen and (max-width: 767px) {
  #menu-list .menu-link .menu-link-item__link {
    width: 100%;
    height: 6rem;
    column-gap: 3rem;
  }
}
#menu-list .menu-link .menu-link-item .menu-link-item-link__icon {
  width: 8.4rem;
  height: 8.4rem;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  #menu-list .menu-link .menu-link-item .menu-link-item-link__icon {
    width: 4.5rem;
    height: 4.5rem;
  }
}
#menu-list .menu-link .menu-link-item .menu-link-item-link__icon img {
  width: 4.276rem;
}
@media only screen and (max-width: 767px) {
  #menu-list .menu-link .menu-link-item .menu-link-item-link__icon img {
    width: 3rem;
    width: 65%;
  }
}
#menu-list .menu-link .menu-link-item .menu-link-item-link__button {
  display: block;
  width: 34rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #menu-list .menu-link .menu-link-item .menu-link-item-link__button {
    width: 70%;
  }
}
#menu-list .menu-link .menu-link-item .menu-link-item-link__button span {
  font-size: 2rem;
  vertical-align: middle;
  line-height: 1.35;
}
@media only screen and (max-width: 767px) {
  #menu-list .menu-link .menu-link-item .menu-link-item-link__button span {
    font-size: 1.2rem;
  }
}
#menu-list .menu-link .menu-link-item .menu-link-item-link__button span:first-of-type {
  margin-right: 5rem;
}
@media only screen and (max-width: 767px) {
  #menu-list .menu-link .menu-link-item .menu-link-item-link__button span:first-of-type {
    margin-right: 2rem;
  }
}
#menu-list .menu-link .menu-link-item .menu-link-item-link__button span i {
  font-size: 3rem;
}
@media only screen and (max-width: 767px) {
  #menu-list .menu-link .menu-link-item .menu-link-item-link__button span i {
    font-size: 2.4rem;
  }
}
#menu-list .menu-link .menu-link-item .menu-link-item-link:hover {
  background: #4a4242;
  color: #fff;
}
#menu-list .menu-link .menu-link-item:nth-of-type(2) .menu-link-item__title {
  background-image: url(../img/menu/menu-list/menu-list-img02.jpg);
}
#menu-list .menu-link .menu-link-item:nth-of-type(2) .menu-link-item-link__icon img {
  width: 5.542rem;
}
@media only screen and (max-width: 767px) {
  #menu-list .menu-link .menu-link-item:nth-of-type(2) .menu-link-item-link__icon img {
    width: 70%;
  }
}
#menu-list .menu-link .menu-link-item:nth-of-type(3) .menu-link-item__title {
  background-image: url(../img/menu/menu-list/menu-list-img03.jpg);
}
#menu-list .menu-link .menu-link-item:nth-of-type(3) .menu-link-item-link__icon img {
  width: 4.683rem;
}
@media only screen and (max-width: 767px) {
  #menu-list .menu-link .menu-link-item:nth-of-type(3) .menu-link-item-link__icon img {
    width: 65%;
  }
}
#menu-list .menu-link .menu-link-item:nth-of-type(4) .menu-link-item__title {
  background-image: url(../img/menu/menu-list/menu-list-img06.jpg);
}
#menu-list .menu-link .menu-link-item:nth-of-type(4) .menu-link-item-link__icon img {
  width: 4.401rem;
}
@media only screen and (max-width: 767px) {
  #menu-list .menu-link .menu-link-item:nth-of-type(4) .menu-link-item-link__icon img {
    width: 65%;
  }
}
#menu-list .menu-link .menu-link-item:nth-of-type(5) .menu-link-item__title {
  background-image: url(../img/menu/menu-list/menu-list-img07.jpg);
}
#menu-list .menu-link .menu-link-item:nth-of-type(5) .menu-link-item-link__icon img {
  width: 4.401rem;
}
@media only screen and (max-width: 767px) {
  #menu-list .menu-link .menu-link-item:nth-of-type(5) .menu-link-item-link__icon img {
    width: 65%;
  }
}
#menu-list .menu-link .menu-link-item:nth-of-type(6) .menu-link-item__title {
  background-image: url(../img/menu/menu-list/menu-list-img08.jpg);
}
#menu-list .menu-link .menu-link-item:nth-of-type(6) .menu-link-item-link__icon img {
  width: 4.384rem;
}
@media only screen and (max-width: 767px) {
  #menu-list .menu-link .menu-link-item:nth-of-type(6) .menu-link-item-link__icon img {
    width: 65%;
  }
}
#menu-list .menu-link .menu-link-item:nth-of-type(7) .menu-link-item__title {
  background-image: url(../img/menu/menu-list/menu-list-img04.jpg);
}
#menu-list .menu-link .menu-link-item:nth-of-type(7) .menu-link-item__link {
  pointer-events: none;
}
#menu-list .menu-link .menu-link-item:nth-of-type(7) .menu-link-item-link__icon img {
  width: 5.143rem;
}
@media only screen and (max-width: 767px) {
  #menu-list .menu-link .menu-link-item:nth-of-type(7) .menu-link-item-link__icon img {
    width: 70%;
  }
}
#menu-list .menu-link .menu-link-item:nth-of-type(7) .menu-link-item-link__button {
  text-align: left;
}
#menu-list .menu-link .menu-link-item:nth-of-type(7) .menu-link-item-link__button span {
  margin: 0;
}
#menu-list .menu-link .menu-link-item:nth-of-type(8) .menu-link-item__title {
  background-image: url(../img/menu/menu-list/menu-list-img05.jpg);
}
#menu-list .menu-link .menu-link-item:nth-of-type(8) .menu-link-item__link {
  pointer-events: none;
}
#menu-list .menu-link .menu-link-item:nth-of-type(8) .menu-link-item-link__icon img {
  width: 3.7rem;
}
@media only screen and (max-width: 767px) {
  #menu-list .menu-link .menu-link-item:nth-of-type(8) .menu-link-item-link__icon img {
    width: 60%;
  }
}
#menu-list .menu-link .menu-link-item:nth-of-type(8) .menu-link-item-link__button {
  text-align: left;
}
#menu-list .menu-link .menu-link-item:nth-of-type(8) .menu-link-item-link__button span {
  margin: 0;
}
#menu-list .menu-link .menu-link-item:nth-of-type(9) {
  margin-bottom: 0;
}
#menu-list .menu-link .menu-link-item:nth-of-type(9) .menu-link-item__title {
  background-image: url(../img/menu/menu-list/menu-list-img09.jpg);
}
#menu-list .menu-link .menu-link-item:nth-of-type(9) .menu-link-item__link {
  pointer-events: none;
}
#menu-list .menu-link .menu-link-item:nth-of-type(9) .menu-link-item-link__icon img {
  width: 4.995rem;
}
@media only screen and (max-width: 767px) {
  #menu-list .menu-link .menu-link-item:nth-of-type(9) .menu-link-item-link__icon img {
    width: 75%;
  }
}
#menu-list .menu-link .menu-link-item:nth-of-type(9) .menu-link-item-link__button {
  text-align: left;
}
#menu-list .menu-link .menu-link-item:nth-of-type(9) .menu-link-item-link__button span {
  margin: 0;
}

.inner {
  max-width: 1140px;
  margin: 0 auto;
}

#menu .child-fv {
  width: 100%;
  height: 53.26vw;
  position: relative;
}
#menu .child-fv__image {
  width: 100%;
  height: 100%;
}
#menu .child-fv__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#menu .menu-sec01 {
  padding: 0 30px;
  margin-bottom: 8.7rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec01 {
    padding: 0 20px;
    margin-bottom: 5rem;
  }
}
#menu .menu-sec01__title {
  margin-bottom: 9rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec01__title {
    margin-bottom: 3rem;
  }
}
#menu .menu-sec01__contents {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 28.5rem 28.5rem;
  background-image: url(../img/menu/m-hair-removal/m-hair-sec01-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec01__contents {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 10rem 10rem 10rem;
    background-position: 70% 50%;
    max-width: 500px;
    margin: 0 auto;
  }
}
#menu .menu-sec01 .bubble-area {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
#menu .menu-sec01 .bubble-area .bubble {
  width: 30rem;
  height: 18.5rem;
  background-image: url(../img/menu/fukidasi01.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec01 .bubble-area .bubble {
    width: 16rem;
    height: 9.8rem;
  }
}
#menu .menu-sec01 .bubble-area .bubble__text {
  width: 80%;
}
#menu .menu-sec01 .bubble-area .bubble__text p {
  color: #fff;
  line-height: 1.75;
  font-size: 1.8rem;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec01 .bubble-area .bubble__text p {
    font-size: 1.5rem;
  }
}
#menu .menu-sec01 .bubble-area.bubble-area01 .bubble {
  transform: translate(0, 20%);
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec01 .bubble-area.bubble-area01 .bubble {
    transform: translate(0, 40%);
  }
}
#menu .menu-sec01 .bubble-area.bubble-area03 .bubble {
  transform: translate(5%, 15%);
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec01 .bubble-area.bubble-area03 .bubble {
    transform: translate(0, 0);
  }
}
#menu .menu-sec01 .bubble-area.bubble-area04 .bubble {
  transform: translate(50%, 10%);
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec01 .bubble-area.bubble-area04 .bubble {
    transform: translate(0, 20%);
  }
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec01 .bubble-area.bubble-area05 .bubble {
    transform: translate(0, 0);
  }
}
#menu .menu-sec01 .bubble-area.bubble-area06 .bubble {
  transform: translate(5%, -10%);
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec01 .bubble-area.bubble-area06 .bubble {
    transform: translate(0, 0);
  }
}
#menu .menu-sec02 {
  padding: 0 30px;
  margin-bottom: 8.7rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec02 {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec02 {
    margin-bottom: 5rem;
  }
}
#menu .menu-sec02__title {
  margin-bottom: 5.5rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec02__title {
    margin-bottom: 2rem;
  }
}
#menu .menu-sec02__contents {
  padding: 1rem 0;
  background: #fafafa;
}
#menu .menu-sec02-item {
  padding-bottom: 1rem;
  border-bottom: 1px solid #4a4242;
  display: flex;
  column-gap: 4.7rem;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec02-item {
    column-gap: 2rem;
  }
}
#menu .menu-sec02-item__icon {
  width: 6.1rem;
  height: 6.1rem;
  background: #cfbdbb;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec02-item__icon {
    width: 4.5rem;
    height: 4.5rem;
  }
}
#menu .menu-sec02-item__icon img {
  display: block;
  width: 3.4rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec02-item__icon img {
    width: 2.5rem;
  }
}
#menu .menu-sec02-item__text {
  width: 45rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec02-item__text {
    width: 25rem;
  }
}
#menu .menu-sec02-item__text p {
  font-size: 2rem;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec02-item__text p {
    font-size: 1.4rem;
  }
}
#menu .menu-sec02-item:last-of-type {
  border-bottom: none;
}
#menu .menu-sec03 {
  margin-bottom: 10rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec03 {
    margin-bottom: 5rem;
  }
}
#menu .menu-sec03__title {
  margin-bottom: 5.8rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec03__title {
    margin-bottom: 2rem;
  }
}
#menu .menu-sec03__contents {
  padding: 6.5rem 30px 15rem;
  background: #fafafa;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec03__contents {
    padding: 2rem 20px 3rem;
  }
}
#menu .menu-sec03 .menu-sec03-contents .common-section-title {
  margin-bottom: 3.4rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec03 .menu-sec03-contents .common-section-title {
    margin-bottom: 1.5rem;
  }
}
#menu .menu-sec03 .menu-sec03-contents__text p {
  font-size: 2rem;
  line-height: 1.75;
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec03 .menu-sec03-contents__text p {
    font-size: 1.4rem;
  }
}
#menu .menu-sec03 .menu-sec03-contents__text p:last-of-type {
  margin-bottom: 0;
}
#menu .menu-sec04 {
  padding: 0 30px;
  margin-bottom: 12rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec04 {
    padding: 0 20px;
    margin-bottom: 5rem;
  }
}
#menu .menu-sec04__title {
  margin-bottom: 5.8rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec04__title {
    margin-bottom: 2rem;
  }
}
#menu .menu-sec04 .menu-sec04-contents__block01 {
  margin-bottom: 7.7rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec04 .menu-sec04-contents__block01 {
    margin-bottom: 3rem;
  }
}
#menu .menu-sec04 .menu-sec04-contents__block02 .common-section-title {
  margin-bottom: 4.8rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec04 .menu-sec04-contents__block02 .common-section-title {
    margin-bottom: 2rem;
  }
}
#menu .menu-sec04 .menu-sec04-contents-block02__text {
  margin-bottom: 7.8rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec04 .menu-sec04-contents-block02__text {
    margin-bottom: 0;
  }
}
#menu .menu-sec04 .menu-sec04-contents-block02__text p {
  font-size: 2rem;
  line-height: 1.75;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec04 .menu-sec04-contents-block02__text p {
    font-size: 1.4rem;
  }
}
#menu .menu-sec04 .menu-sec04-contents-block02__image {
  width: 79rem;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec04 .menu-sec04-contents-block02__image {
    width: 100%;
  }
}
#menu .menu-sec04 .menu-sec04-contents-block02__image img {
  width: 100%;
  display: block;
}
#menu .menu-sec05 {
  padding: 0 30px;
  margin-bottom: 14rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec05 {
    padding: 0 20px;
    margin-bottom: 5rem;
  }
}
#menu .menu-sec05__title {
  margin-bottom: 8.4rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec05__title {
    margin-bottom: 3rem;
  }
}
#menu .menu-sec05__contents {
  display: flex;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec05__contents {
    display: block;
  }
}
#menu .menu-sec05 .menu-sec05-contents__block {
  width: 50%;
  padding-left: 2rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec05 .menu-sec05-contents__block {
    width: 100%;
    margin-bottom: 5rem;
  }
}
#menu .menu-sec05 .menu-sec05-contents__block:first-of-type {
  border-right: 1px solid #EAE5E2;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec05 .menu-sec05-contents__block:first-of-type {
    border: none;
  }
}
#menu .menu-sec05 .menu-sec05-contents-block__title {
  margin-bottom: 2.8rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec05 .menu-sec05-contents-block__title {
    margin-bottom: 2rem;
  }
}
#menu .menu-sec05 .menu-sec05-contents-block__title h3 {
  padding: 1rem 2rem;
  display: inline-block;
  border: 1px solid #cfbdbb;
  font-weight: 400;
}
#menu .menu-sec05 .menu-sec05-contents-block-item {
  padding-bottom: 1rem;
  display: flex;
  column-gap: 2.5rem;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec05 .menu-sec05-contents-block-item {
    column-gap: 2rem;
    margin-bottom: 2rem;
  }
}
#menu .menu-sec05 .menu-sec05-contents-block-item__icon {
  width: 6.1rem;
  height: 6.1rem;
  background: #cfbdbb;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec05 .menu-sec05-contents-block-item__icon {
    width: 4.5rem;
    height: 4.5rem;
  }
}
#menu .menu-sec05 .menu-sec05-contents-block-item__icon img {
  display: block;
  width: 3.4rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec05 .menu-sec05-contents-block-item__icon img {
    width: 2.5rem;
  }
}
#menu .menu-sec05 .menu-sec05-contents-block-item__text {
  width: 44rem;
  padding-top: 1.2rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec05 .menu-sec05-contents-block-item__text {
    width: 25rem;
  }
}
#menu .menu-sec05 .menu-sec05-contents-block-item__text p {
  font-size: 2rem;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec05 .menu-sec05-contents-block-item__text p {
    font-size: 1.4rem;
  }
}
#menu .menu-sec05 .menu-sec05-contents-block-item:last-of-type {
  border-bottom: none;
}
#menu .menu-sec06 {
  padding: 7.5rem 30px 11.8rem;
  background: #EAE5E2;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec06 {
    padding: 3rem 20px 5rem;
  }
}
#menu .menu-sec06__title {
  margin-bottom: 2rem;
}
#menu .menu-sec06__explanation {
  position: relative;
  display: flex;
  margin-bottom: 16rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec06__explanation {
    margin-bottom: 5rem;
  }
}
#menu .menu-sec06__explanation::before {
  content: "";
  width: 36rem;
  height: 0.1rem;
  background: #4a4242;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec06__explanation::before {
    width: 6rem;
  }
}
#menu .menu-sec06 .menu-sec06-explanation-item {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec06 .menu-sec06-explanation-item {
    padding-right: 4.5rem;
  }
}
#menu .menu-sec06 .menu-sec06-explanation-item:nth-of-type(2) {
  padding-right: 0;
  padding-left: 4.5rem;
}
#menu .menu-sec06 .menu-sec06-explanation-item__text {
  width: 14.5rem;
  text-align: center;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec06 .menu-sec06-explanation-item__text {
    width: 12rem;
  }
}
#menu .menu-sec06 .menu-sec06-explanation-item__text p {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec06 .menu-sec06-explanation-item__text p {
    font-size: 1.6rem;
  }
}
#menu .menu-sec06 .menu-sec06-contents__block:first-of-type {
  margin-bottom: 13rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec06 .menu-sec06-contents__block:first-of-type {
    margin-bottom: 5rem;
  }
}
#menu .menu-sec06 .menu-sec06-contents-block__top {
  display: flex;
}
#menu .menu-sec06 .menu-sec06-contents-block__title {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec06 .menu-sec06-contents-block__title {
    width: 40%;
  }
}
#menu .menu-sec06 .menu-sec06-contents-block__image {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec06 .menu-sec06-contents-block__image {
    width: 60%;
  }
}
#menu .menu-sec06 .menu-sec06-contents-block__image img {
  width: 100%;
}
#menu .menu-sec06 .menu-sec06-contents-block__text {
  width: 84rem;
  height: 28.8rem;
  background: rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -5rem;
  position: relative;
  padding: 0 1.5rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec06 .menu-sec06-contents-block__text {
    width: 100%;
    margin-top: -2rem;
    height: 20rem;
  }
}
#menu .menu-sec06 .menu-sec06-contents-block__text ul li {
  line-height: 2.85;
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec06 .menu-sec06-contents-block__text ul li {
    font-size: 1.4rem;
    line-height: 1.75;
  }
}
#menu .menu-sec06 .menu-sec06-contents-block:last-of-type .menu-sec06-contents-block__top {
  flex-direction: row-reverse;
}
#menu .menu-sec06 .menu-sec06-contents-block:last-of-type .menu-sec06-contents-block__text {
  margin-left: auto;
  padding: 0 5.6rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec06 .menu-sec06-contents-block:last-of-type .menu-sec06-contents-block__text {
    padding: 0 1.5rem;
  }
}
#menu .menu-sec06 .menu-sec06-contents-block:last-of-type .menu-sec06-contents-block__text ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec06 .menu-sec06-contents-block:last-of-type .menu-sec06-contents-block__text ul {
    column-gap: 2rem;
  }
}
#menu .menu-sec06 .menu-sec06-contents-block:last-of-type .menu-sec06-contents-block__text ul li:not(:first-of-type) {
  width: 15rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec06 .menu-sec06-contents-block:last-of-type .menu-sec06-contents-block__text ul li:not(:first-of-type) {
    width: 13rem;
  }
}
#menu .menu-sec06 .menu-sec06-contents-block:last-of-type .menu-sec06-contents-block__text ul li:nth-of-type(3), #menu .menu-sec06 .menu-sec06-contents-block:last-of-type .menu-sec06-contents-block__text ul li:nth-of-type(5) {
  margin-right: 25rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec06 .menu-sec06-contents-block:last-of-type .menu-sec06-contents-block__text ul li:nth-of-type(3), #menu .menu-sec06 .menu-sec06-contents-block:last-of-type .menu-sec06-contents-block__text ul li:nth-of-type(5) {
    margin-right: 2rem;
  }
}
#menu .menu-sec06 .menu-sec06-block-top-title-item {
  text-align: center;
}
#menu .menu-sec06 .menu-sec06-block-top-title-item__num {
  font-size: 17rem;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec06 .menu-sec06-block-top-title-item__num {
    font-size: 5rem;
  }
}
#menu .menu-sec06 .menu-sec06-block-top-title-item__title p {
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec06 .menu-sec06-block-top-title-item__title p {
    font-size: 1.4rem;
  }
}
#menu .menu-sec07 {
  padding: 17rem 30px 18rem;
  background-image: url(../img/menu/m-hair-removal/m-hair-sec07-bg.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 113% 50%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec07 {
    padding: 5rem 20px 5rem;
    background-position: 50% 50%;
    background-size: cover;
  }
  #menu .menu-sec07::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
  }
}
#menu .menu-sec07__title {
  margin-bottom: 11rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec07__title {
    margin-bottom: 3rem;
  }
  #menu .menu-sec07__title h2 {
    color: #fff;
  }
}
#menu .menu-sec07__contents {
  position: relative;
}
#menu .menu-sec07 .menu-sec07-item {
  margin-bottom: 10rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec07 .menu-sec07-item {
    margin-bottom: 5rem;
  }
}
#menu .menu-sec07 .menu-sec07-item:last-of-type {
  margin-bottom: 0;
}
#menu .menu-sec07 .menu-sec07-item__title {
  width: 23.5rem;
  height: 8.4rem;
  border-radius: 4.2rem;
  background: #cfbdbb;
  line-height: 1.3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 2rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec07 .menu-sec07-item__title {
    height: 6rem;
    margin: 0 auto 2rem;
  }
}
#menu .menu-sec07 .menu-sec07-item__title h3 {
  font-size: 2.5rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec07 .menu-sec07-item__title h3 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec07 .menu-sec07-item__text {
    max-width: 52.2rem;
    margin: 0 auto;
  }
}
#menu .menu-sec07 .menu-sec07-item__text p {
  font-size: 2rem;
  line-height: 1.75;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec07 .menu-sec07-item__text p {
    font-size: 1.4rem;
    color: #fff;
  }
}
#menu .menu-sec08 {
  padding: 5.5rem 30px 5.5rem;
  background: #4a4242;
  margin-bottom: 16.7rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec08 {
    padding: 5rem 20px 5rem;
    margin-bottom: 5rem;
  }
}
#menu .menu-sec08__title {
  margin-bottom: 5.6rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec08__title {
    margin-bottom: 2rem;
  }
}
#menu .menu-sec08__title h2 {
  color: #fff;
}
#menu .menu-sec08__contents {
  color: #fff;
}
#menu .menu-sec08__contents .menu-sec02__contents {
  background: none;
}
#menu .menu-sec09 {
  padding: 0 30px;
  margin-bottom: 12.5rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec09 {
    padding: 0 20px;
    margin-bottom: 5rem;
  }
}
#menu .menu-sec09__title {
  margin-bottom: 5.6rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec09__title {
    margin-bottom: 2rem;
  }
}
#menu .menu-sec09 .menu-sec09-contents__kinds {
  height: 15.8rem;
  display: flex;
  align-items: center;
  background: #EAE5E2;
  padding: 0 3rem;
  column-gap: 4rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec09 .menu-sec09-contents__kinds {
    column-gap: 2rem;
    height: 6rem;
    padding: 0 2rem;
  }
}
#menu .menu-sec09 .menu-sec09-contents__kinds span {
  display: block;
  width: 8.4rem;
  height: 8.4rem;
  background: #fff;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec09 .menu-sec09-contents__kinds span {
    width: 4rem;
    height: 4rem;
  }
}
#menu .menu-sec09 .menu-sec09-contents__kinds h3 {
  font-size: 2rem;
}
#menu .menu-sec09 .menu-sec09-contents__menu {
  background: #fafafa;
}
#menu .menu-sec09 .menu-sec09-contents__menu table {
  width: 100%;
}
#menu .menu-sec09 .menu-sec09-contents__menu table tr {
  display: block;
}
#menu .menu-sec09 .menu-sec09-contents__menu table tr th, #menu .menu-sec09 .menu-sec09-contents__menu table tr td {
  height: 12.7rem;
  vertical-align: middle;
  text-align: left;
  width: 50%;
  padding-left: 5.8rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec09 .menu-sec09-contents__menu table tr th, #menu .menu-sec09 .menu-sec09-contents__menu table tr td {
    width: 100%;
    padding-left: 2rem;
    display: flex;
    height: 4rem;
    align-items: center;
  }
}
#menu .menu-sec10 {
  padding: 0 30px;
  margin-bottom: 19.3rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec10 {
    margin-bottom: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec10 {
    padding: 0 20px;
  }
}
#menu .menu-sec10__title {
  margin-bottom: 5rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec10__title {
    margin-bottom: 2rem;
  }
}
#menu .menu-sec10__contents {
  width: 87.2rem;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec10__contents {
    width: 100%;
  }
}
#menu .menu-sec10__contents img {
  width: 100%;
}
#menu .menu-sec11 {
  padding: 0 30px;
  margin-bottom: 12rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec11 {
    padding: 0 20px;
    margin-bottom: 5rem;
  }
}
#menu .menu-sec11__title {
  margin-bottom: 5rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec11__title {
    margin-bottom: 2rem;
  }
}
#menu .menu-sec12 {
  margin-bottom: 17.8rem;
  padding: 0 30px;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec12 {
    padding: 0 20px;
    margin-bottom: 4rem;
  }
}
#menu .menu-sec12__title {
  margin-bottom: 6.7rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec12__title {
    margin-bottom: 1.5rem;
  }
}

/*==============================================================
Price追加
==============================================================*/
#price .menu-page-title {
  margin-bottom: 0;
}
#price .menu-nav {
  padding: 3rem 30px;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  #price .menu-nav {
    padding: 2rem 20px;
  }
}

#price .menu-nav ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  max-width: 900px;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  #price .menu-nav ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.8rem;
  }
}
#price .menu-nav ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 30px 15px 20px;
  background: #f5f2ef;
  border: none;
  border-radius: 30px;
  font-size: 16px;
  color: #4a4242;
  transition: background 0.2s, color 0.2s;
}
@media only screen and (max-width: 767px) {
  #price .menu-nav ul li a {
    padding: 15px 30px 15px 20px;
    font-size: 10px;
  }
}
#price .menu-nav ul li a i {
  color: #4a4242;
}
#price .menu-nav ul li a:hover {
  background: #cfbdbb;
  color: #fff;
}
#price .menu-nav ul li a:hover i {
  color: #fff;
}
#price section {
  padding-top: 4.8rem;
  margin-top: -4.8rem;
  margin-bottom: 13.7rem;
}
@media only screen and (max-width: 767px) {
  #price section {
    padding-top: 1.5rem;
    margin-top: -1.5rem;
    margin-bottom: 5rem;
  }
}
#price .price-sec__title {
  width: 100%;
  height: 15rem;
  display: flex;
  align-items: center;
  background: #EAE5E2;
  padding: 0 3rem;
  column-gap: 4rem;
}
@media only screen and (max-width: 767px) {
  #price .price-sec__title {
    height: 7rem;
    justify-content: center;
  }
}
#price .price-sec .menu-link-item-link__icon {
  width: 8.4rem;
  height: 8.4rem;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  #price .price-sec .menu-link-item-link__icon {
    width: 4.5rem;
    height: 4.5rem;
  }
}
#price .price-sec .menu-link-item-link__icon img {
  width: 4.276rem;
}
@media only screen and (max-width: 767px) {
  #price .price-sec .menu-link-item-link__icon img {
    width: 3rem;
    width: 65%;
  }
}
#price .price-sec .menu-link-item-link__button {
  display: block;
}
@media only screen and (max-width: 767px) {
  #price .price-sec .menu-link-item-link__button {
    width: 13rem;
  }
}
#price .price-sec .menu-link-item-link__button span {
  font-size: 2rem;
  line-height: 1.35;
}
@media only screen and (max-width: 767px) {
  #price .price-sec .menu-link-item-link__button span {
    font-size: 1.4rem;
  }
}
#price .price-sec__contents {
  padding: 2.5rem 5.8rem;
  background: #fafafa;
}
@media only screen and (max-width: 767px) {
  #price .price-sec__contents {
    padding: 2rem 20px;
  }
}
#price .price-sec__contents table {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #price .price-sec__contents table {
    max-width: 500px;
    margin: 0 auto;
  }
}
#price .price-sec__contents table tr {
  width: 100%;
}
#price .price-sec__contents table th, #price .price-sec__contents table td {
  width: 50%;
  text-align: left;
  padding: 2rem 0;
  line-height: 1.35;
}
.page-id-38 #price .price-sec__contents table th, .page-id-38 #price .price-sec__contents table td  {
  width: 26%;
  padding: 2rem 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #price .price-sec__contents table th, #price .price-sec__contents table td {
    padding: 1rem 0;
    width: 55%;
  }
}
#price .price-sec__contents table th p, #price .price-sec__contents table td p {
  width: 46rem;
}
@media only screen and (max-width: 767px) {
  #price .price-sec__contents table th p, #price .price-sec__contents table td p {
    width: 100%;
  }
}
#price .price-sec__contents table td {
  padding-left: 5rem;
}
@media only screen and (max-width: 767px) {
  #price .price-sec__contents table td {
    padding-left: 2rem;
    width: 45%;
  }
}
#price .price-sec__contents .price-sec-table:not(:first-of-type) {
  border-top: 1px solid #4a4242;
}
#price .price-sec02 .price-sec__contents {
  padding: 0.5rem 5.8rem;
}
@media only screen and (max-width: 767px) {
  #price .price-sec02 .price-sec__contents {
    padding: 2rem 20px;
  }
}
#price .price-sec02 .price-sec__contents .price-sec-table {
  padding: 2rem 0;
}
#price .price-sec02 .price-sec__contents .price-sec-table table tr td {
  vertical-align: middle;
}
#price .price-sec06 {
  margin-bottom: 15rem;
}

.inner {
  max-width: 1140px;
  margin: 0 auto;
}

#director .menu-page-title {
  margin-bottom: 13.7rem;
}
@media only screen and (max-width: 767px) {
  #director .menu-page-title {
    margin-bottom: 3rem;
  }
}
#director .director-sec01 {
  padding: 11.5rem 30px 17.5rem;
  background: #EAE5E2;
}
@media only screen and (max-width: 767px) {
  #director .director-sec01 {
    padding: 3rem 20px 5rem;
  }
}
#director .director-sec01__title {
  margin-bottom: 13.5rem;
}
@media only screen and (max-width: 767px) {
  #director .director-sec01__title {
    margin-bottom: 2rem;
  }
}
#director .director-sec01__title h2 {
  text-align: center;
}
#director .director-sec01__title h2 span {
  font-size: 3.6rem;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  #director .director-sec01__title h2 span {
    font-size: 2rem;
  }
}
#director .director-sec01__title h2 span:last-of-type {
  font-size: 3rem;
  margin-left: 5rem;
}
@media only screen and (max-width: 767px) {
  #director .director-sec01__title h2 span:last-of-type {
    font-size: 1.4rem;
    margin-left: 2rem;
  }
}
#director .director-sec01__contents {
  display: flex;
  justify-content: center;
  column-gap: 6.4rem;
}
@media only screen and (max-width: 767px) {
  #director .director-sec01__contents {
    display: block;
  }
}
#director .director-sec01 .director-sec01-item {
  width: 54rem;
}
@media only screen and (max-width: 767px) {
  #director .director-sec01 .director-sec01-item {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #director .director-sec01 .director-sec01-item.left {
    margin-bottom: 3rem;
  }
}
#director .director-sec01 .director-sec01-item.left .director-sec01-item__image {
  margin-bottom: 7rem;
}
@media only screen and (max-width: 767px) {
  #director .director-sec01 .director-sec01-item.left .director-sec01-item__image {
    max-width: 400px;
    margin: 0 auto 3rem;
  }
}
#director .director-sec01 .director-sec01-item.left .director-sec01-item__image img {
  width: 100%;
}
#director .director-sec01 .director-sec01-item.left .director-sec01-item__intro {
  position: relative;
  background: #fff;
  padding: 8rem 3rem 6rem 0;
}
@media only screen and (max-width: 767px) {
  #director .director-sec01 .director-sec01-item.left .director-sec01-item__intro {
    padding: 3rem 1.5rem;
  }
}
#director .director-sec01 .director-sec01-item.left .director-sec01-item__intro::before {
  content: "";
  height: 100%;
  width: calc((100vw - 1140px) / 2 + 2px);
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-99.5%);
}
@media (max-width: 1200px) {
  #director .director-sec01 .director-sec01-item.left .director-sec01-item__intro::before {
    width: 32px;
  }
}
@media only screen and (max-width: 767px) {
  #director .director-sec01 .director-sec01-item.left .director-sec01-item__intro::before {
    display: none;
  }
}
#director .director-sec01 .director-sec01-item.left .director-sec01-item__intro .intro__title {
  margin-bottom: 7rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #director .director-sec01 .director-sec01-item.left .director-sec01-item__intro .intro__title {
    margin-bottom: 2rem;
  }
}
#director .director-sec01 .director-sec01-item.left .director-sec01-item__intro .intro__title h3 {
  font-size: 3rem;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  #director .director-sec01 .director-sec01-item.left .director-sec01-item__intro .intro__title h3 {
    font-size: 2rem;
  }
}
#director .director-sec01 .director-sec01-item.left .director-sec01-item__intro .intro__contents {
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  #director .director-sec01 .director-sec01-item.left .director-sec01-item__intro .intro__contents {
    font-size: 1.4rem;
  }
}
#director .director-sec01 .director-sec01-item.left .director-sec01-item__intro .intro__contents h4 {
  display: inline-block;
  padding: 0.3rem 3rem;
  background: #cfbdbb;
  margin-bottom: 1.5rem;
}
#director .director-sec01 .director-sec01-item.left .director-sec01-item__intro .intro__contents ul {
  margin-bottom: 2rem;
}
#director .director-sec01 .director-sec01-item.left .director-sec01-item__intro .intro__contents ul li {
  line-height: 2;
}
#director .director-sec01 .director-sec01-item.left .director-sec01-item__intro .intro__contents p {
  width: 93%;
  line-height: 1.35;
}
@media only screen and (max-width: 767px) {
  #director .director-sec01 .director-sec01-item.left .director-sec01-item__intro .intro__contents p {
    width: 100%;
  }
}
#director .director-sec01 .director-sec01-item.text p {
  font-size: 2rem;
  line-height: 1.4;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767px) {
  #director .director-sec01 .director-sec01-item.text p {
    font-size: 1.4rem;
    margin-bottom: 2rem;
  }
}
#director .director-sec01 .director-sec01-item.text p:last-of-type {
  margin-bottom: 0;
}

.inner {
  max-width: 1140px;
  margin: 0 auto;
}

#price .menu-page-title {
  margin-bottom: 0;
}
#price .menu-nav {
  padding: 3rem 30px;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  #price .menu-nav {
    padding: 2rem 20px;
  }
}
#price .menu-nav ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  max-width: 900px;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  #price .menu-nav ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.8rem;
  }
}
#price .menu-nav ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 30px 15px 20px;
  background: #f5f2ef;
  border: none;
  border-radius: 30px;
  font-size: 16px;
  color: #4a4242;
  transition: background 0.2s, color 0.2s;
}
@media only screen and (max-width: 767px) {
  #price .menu-nav ul li a {
    padding: 15px 30px 15px 20px;
    font-size: 10px;
  }
}
#price .menu-nav ul li a i {
  color: #4a4242;
}
#price .menu-nav ul li a:hover {
  background: #cfbdbb;
  color: #fff;
}
#price .menu-nav ul li a:hover i {
  color: #fff;
}
#price section {
  padding-top: 4.8rem;
  margin-top: -4.8rem;
}
@media only screen and (max-width: 767px) {
  #price section {
    padding-top: 1.5rem;
    margin-top: -1.5rem;
  }
}
#price .price-sec__title {
  width: 100%;
  height: 15rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #EAE5E2;
  padding: 0 3rem;
  column-gap: 4rem;
}
@media only screen and (max-width: 767px) {
  #price .price-sec__title {
    height: 7rem;
    justify-content: center;
  }
}
#price .price-sec .menu-link-item-link__icon {
  width: 8.4rem;
  height: 8.4rem;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  #price .price-sec .menu-link-item-link__icon {
    width: 4.5rem;
    height: 4.5rem;
  }
}
#price .price-sec .menu-link-item-link__icon img {
  width: 4.276rem;
}
@media only screen and (max-width: 767px) {
  #price .price-sec .menu-link-item-link__icon img {
    width: 3rem;
    width: 65%;
  }
}
#price .price-sec .menu-link-item-link__button {
  display: block;
}
@media only screen and (max-width: 767px) {
  #price .price-sec .menu-link-item-link__button {
    width: 13rem;
  }
}
#price .price-sec .menu-link-item-link__button span {
  font-size: 2rem;
  line-height: 1.35;
}
@media only screen and (max-width: 767px) {
  #price .price-sec .menu-link-item-link__button span {
    font-size: 1.4rem;
  }
}
#price .price-sec__contents {
  padding: 2.5rem 5.8rem;
  background: #fafafa;
}
@media only screen and (max-width: 767px) {
  #price .price-sec__contents {
    padding: 2rem 20px;
  }
}
#price .price-sec__contents table {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #price .price-sec__contents table {
    max-width: 500px;
    margin: 0 auto;
  }
}
#price .price-sec__contents table tr {
  width: 100%;
}
#price .price-sec__contents table th, #price .price-sec__contents table td {
  width: 50%;
  text-align: left;
  padding: 2rem 0;
  line-height: 1.35;
}
@media only screen and (max-width: 767px) {
  #price .price-sec__contents table th, #price .price-sec__contents table td {
    padding: 1rem 0;
    width: 55%;
  }
}
#price .price-sec__contents table th p, #price .price-sec__contents table td p {
  width: 46rem;
}
@media only screen and (max-width: 767px) {
  #price .price-sec__contents table th p, #price .price-sec__contents table td p {
    width: 100%;
  }
}
#price .price-sec__contents table td {
  padding-left: 5rem;
}
@media only screen and (max-width: 767px) {
  #price .price-sec__contents table td {
    padding-left: 2rem;
    width: 45%;
  }
}
#price .price-sec__contents .price-sec-table:not(:first-of-type) {
  border-top: 1px solid #4a4242;
}
#price .price-sec02 .price-sec__contents {
  padding: 0.5rem 5.8rem;
}
@media only screen and (max-width: 767px) {
  #price .price-sec02 .price-sec__contents {
    padding: 2rem 20px;
  }
}
#price .price-sec02 .price-sec__contents .price-sec-table {
  padding: 2rem 0;
}
#price .price-sec02 .price-sec__contents .price-sec-table table tr td {
  vertical-align: middle;
}
#price .price-sec06 {
  margin-bottom: 15rem;
}

.inner {
  max-width: 1140px;
  margin: 0 auto;
}

.search-form-wrap {
  position: relative;
}
.search-form-wrap .search-form {
  position: relative;
  width: 33.6rem;
  display: flex;
  margin: 0 auto;
  border: 1px solid #4a4242;
  border-radius: 1rem;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .search-form-wrap .search-form {
    width: 28rem;
  }
}
.search-form-wrap .search-field {
  width: 27.7rem;
  height: 6.3rem;
  font-size: 14px;
  padding: 6px;
  background-color: #fafafa;
}
@media only screen and (max-width: 767px) {
  .search-form-wrap .search-field {
    width: 23rem;
    height: 4rem;
  }
}
.search-form-wrap .search-submit {
  position: relative;
  background: #cfbdbb;
  width: 8rem;
  height: 6.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .search-form-wrap .search-submit {
    width: 5rem;
    height: 4rem;
  }
}
.search-form-wrap .search-submit .search-btn {
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .search-form-wrap .search-submit .search-btn {
    font-size: 1.4rem;
  }
}

#beauty-column .menu-page-title {
  margin-bottom: 5.3rem;
}
@media only screen and (max-width: 767px) {
  #beauty-column .menu-page-title {
    margin-bottom: 3rem;
  }
}
#beauty-column .blog-search {
  margin-bottom: 5.5rem;
}
@media only screen and (max-width: 767px) {
  #beauty-column .blog-search {
    margin-bottom: 3rem;
  }
}
#beauty-column .blog-sec01 {
  margin-bottom: 12rem;
}
@media only screen and (max-width: 767px) {
  #beauty-column .blog-sec01 {
    margin-bottom: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  #beauty-column .top-sec04 .top-sec04-item:nth-of-type(4), #beauty-column .top-sec04 .top-sec04-item:nth-of-type(5), #beauty-column .top-sec04 .top-sec04-item:nth-of-type(6) {
    display: block;
  }
}

.inner {
  max-width: 1140px;
  margin: 0 auto;
}

#news-list .menu-page-title {
  margin-bottom: 0;
}
#news-list .menu-nav {
  height: 13rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  #news-list .menu-nav {
    padding: 2rem 20px;
    height: initial;
  }
}
#news-list .menu-nav ul {
  display: flex;
  column-gap: 3rem;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  #news-list .menu-nav ul {
    flex-wrap: wrap;
    row-gap: 1rem;
    column-gap: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  #news-list .menu-nav ul li {
    width: 22rem;
    text-align: center;
  }
}
#news-list .menu-nav ul li a {
  width: 26rem;
  display: block;
  padding: 1rem 2rem;
  border: 1px solid #cfbdbb;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #news-list .menu-nav ul li a {
    padding: 1rem 0;
    width: 100%;
  }
}
#news-list .menu-nav ul li a i {
  margin-left: 1rem;
}
#news-list .menu-nav ul li a:hover {
  background: #cfbdbb;
  color: #fff;
}
#news-list .menu-nav ul li a.current {
  background: #cfbdbb;
  color: #fff;
}
#news-list .news-contents {
  padding: 0 30px;
  margin-bottom: 10rem;
}
@media only screen and (max-width: 767px) {
  #news-list .news-contents {
    padding: 0 20px;
  }
}
#news-list .news-contents__items {
  padding: 5rem 4rem;
  background: #EAE5E2;
	margin-bottom: 5rem;
}
@media only screen and (max-width: 767px) {
  #news-list .news-contents__items {
    padding: 3rem 1.5rem;
  }
}
#news-list .news-contents__items:not(:first-of-type) {
  display: none;
}
#news-list .news-contents .news-contents-item {
  display: flex;
  align-items: center;
  font-size: 2rem;
  column-gap: 5rem;
  height: 10rem;
  border-bottom: 1px solid #4a4242;
}
@media only screen and (max-width: 767px) {
  #news-list .news-contents .news-contents-item {
    display: block;
    font-size: 1.4rem;
    height: initial;
    padding: 1.5rem 0;
  }
}
#news-list .news-contents .news-contents-item:last-of-type {
  border-bottom: none;
}
#news-list .news-contents .news-contents-item__info {
  display: flex;
  align-items: center;
  column-gap: 5rem;
}
@media only screen and (max-width: 767px) {
  #news-list .news-contents .news-contents-item__info {
    column-gap: 2rem;
    margin-bottom: 1.5rem;
  }
}
#news-list .news-contents .news-contents-item__genre {
  width: 27.5rem;
  padding: 0.5rem 1rem 0.7rem;
  text-align: center;
  background: #4a4242;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #news-list .news-contents .news-contents-item__genre {
    width: 20rem;
  }
}
#news-list .news-contents .news-contents-item__genre.campaign {
  background: #fff;
  color: #4a4242;
}
#news-list .news-contents .news-contents-item__date {
  width: 11rem;
}
@media only screen and (max-width: 767px) {
  #news-list .news-contents .news-contents-item__date {
    width: initial;
  }
}
#news-list .news-contents .news-contents-item__title {
  line-height: 1.35;
}

.inner {
  max-width: 1140px;
  margin: 0 auto;
}

#case-list .menu-page-title {
  margin-bottom: 4.5rem;
}
@media only screen and (max-width: 767px) {
  #case-list .menu-page-title {
    margin-bottom: 3rem;
  }
}
#case-list .menu-nav-explanation {
  font-size: 4rem;
  text-align: center;
  margin-bottom: 8rem;
}
@media only screen and (max-width: 767px) {
  #case-list .menu-nav-explanation {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}
#case-list .menu-nav {
  padding: 0 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 11.5rem;
}
@media only screen and (max-width: 767px) {
  #case-list .menu-nav {
    padding: 2rem 15px;
    height: initial;
    margin-bottom: 3rem;
  }
}
#case-list .menu-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 3rem;
}
@media only screen and (max-width: 767px) {
  #case-list .menu-nav ul {
    flex-wrap: wrap;
    row-gap: 1.5rem;
    column-gap: 1rem;
    max-width: 650px;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  #case-list .menu-nav ul li {
    width: 16rem;
    text-align: center;
  }
}
#case-list .menu-nav ul li a {
  width: 29rem;
  height: 9.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  border: 1px solid #cfbdbb;
  text-align: center;
  font-size: 2.6rem;
  background: #EAE5E2;
}
@media only screen and (max-width: 767px) {
  #case-list .menu-nav ul li a {
    padding: 1rem 0;
    width: 100%;
    font-size: 1.6rem;
    height: 4rem;
  }
}
#case-list .menu-nav ul li a i {
  margin-left: 1rem;
}
#case-list .menu-nav ul li a:hover {
  background: #cfbdbb;
  color: #fff;
}
#case-list .menu-nav ul li a.current {
  background: #cfbdbb;
  color: #fff;
}
#case-list .case-contents {
  padding: 0 30px;
  margin-bottom: 10rem;
}
@media only screen and (max-width: 767px) {
  #case-list .case-contents {
    padding: 0 20px;
  }
}
#case-list .case-contents__items:not(:first-of-type) {
  display: none;
}
#case-list .case-contents .menu-sec11-contents-title {
  width: 100%;
  height: 15.8rem;
  background: #EAE5E2;
  margin-bottom: 11rem;
  font-size: 3.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #cfbdbb;
}
@media only screen and (max-width: 767px) {
  #case-list .case-contents .menu-sec11-contents-title {
    height: 5rem;
    margin-bottom: 2rem;
    font-size: 1.8rem;
  }
}
#case-list .case-contents .menu-sec11-contents-explanation {
  font-size: 4rem;
  text-align: center;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 767px) {
  #case-list .case-contents .menu-sec11-contents-explanation {
    font-size: 1.6rem;
    margin-bottom: 3rem;
  }
}

.inner {
  max-width: 1140px;
  margin: 0 auto;
}

#contact .menu-page-title {
  margin-bottom: 12rem;
}
@media only screen and (max-width: 767px) {
  #contact .menu-page-title {
    margin-bottom: 3rem;
  }
}
#contact .contact-contents {
  padding: 0 30px;
  margin-bottom: 10rem;
}
@media only screen and (max-width: 767px) {
  #contact .contact-contents {
    padding: 0 20px;
  }
}
#contact .contact-contents .contact-contents-head {
  margin-bottom: 10rem;
}
@media only screen and (max-width: 767px) {
  #contact .contact-contents .contact-contents-head {
    margin-bottom: 3rem;
  }
}
#contact .contact-contents .contact-contents-head__explanation {
  text-align: center;
  margin-bottom: 10rem;
}
@media only screen and (max-width: 767px) {
  #contact .contact-contents .contact-contents-head__explanation {
    margin-bottom: 6rem;
  }
}
#contact .contact-contents .contact-contents-head__explanation p {
  line-height: 1.35;
}
#contact .contact-contents .contact-contents-head__position {
  margin-bottom: 5rem;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  #contact .contact-contents .contact-contents-head__position {
    margin-bottom: 3rem;
  }
}
#contact .contact-contents .contact-contents-head__position .point {
  width: 1rem;
  height: 1rem;
  position: relative;
  z-index: 5;
}
#contact .contact-contents .contact-contents-head__position .point .point-text {
  font-size: 1.4rem;
  position: absolute;
  top: -3rem;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
#contact .contact-contents .contact-contents-head__position .point .point-circle {
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
#contact .contact-contents .contact-contents-head__position .point .point-dot {
  width: 1rem;
  height: 1rem;
  background: #EAE5E2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
#contact .contact-contents .contact-contents-head__position .point.active .point-circle {
  background: #EAE5E2;
}
#contact .contact-contents .contact-contents-head__position .point.active .point-dot {
  background: #4a4242;
}
#contact .contact-contents .contact-contents-head__position .line-area {
  width: 14.5rem;
  height: 1rem;
  display: flex;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #contact .contact-contents .contact-contents-head__position .line-area {
    width: 12rem;
  }
}
#contact .contact-contents .contact-contents-head__position .line-area .line {
  display: block;
  width: 100%;
  height: 0.1rem;
  background: #EAE5E2;
}
#contact .contact-contents .contact-contents-head__anno {
  text-align: center;
}
#contact .contact-contents .contact-contents-head__anno p {
  font-size: 1.4rem;
  line-height: 1.35;
  color: #DB3401;
}
#contact .contact-contents hr {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767px) {
  #contact .contact-contents hr {
    margin-bottom: 2rem;
  }
}
#contact .contact-contents__form {
  max-width: 910px;
  margin: 0 auto;
}
#contact .contact-contents table.form-content__block {
  width: 100%;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767px) {
  #contact .contact-contents table.form-content__block {
    max-width: 550px;
    margin: 0 auto 3rem;
  }
}
@media only screen and (max-width: 767px) {
  #contact .contact-contents table.form-content__block tr.form-group {
    margin-bottom: 0;
  }
}
#contact .contact-contents table.form-content__block tr.form-group th {
  width: 35%;
  padding: 4rem 1rem 0;
  text-align: left;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  #contact .contact-contents table.form-content__block tr.form-group th {
    width: 100%;
    display: block;
    padding: 1rem 0 0;
  }
}
#contact .contact-contents table.form-content__block tr.form-group th span {
  color: #DB3401;
  font-size: 1.2rem;
}
#contact .contact-contents table.form-content__block tr.form-group .check-th {
  padding-top: 2.5rem;
}
@media only screen and (max-width: 767px) {
  #contact .contact-contents table.form-content__block tr.form-group .check-th {
    padding: 1rem 0 0;
  }
}
#contact .contact-contents table.form-content__block tr.form-group td {
  width: 65%;
  padding: 2rem 0;
  line-height: 1.35;
}
@media only screen and (max-width: 767px) {
  #contact .contact-contents table.form-content__block tr.form-group td {
    width: 100%;
    display: block;
    padding: 1rem 0 1.5rem;
  }
}
#contact .contact-contents table.form-content__block tr.form-group td .form-control {
  border: 1px solid #C3C3C3;
  height: 5rem;
  background: #F8F8F8;
  padding: 0 0.5rem;
  font-size: 1.6rem;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #contact .contact-contents table.form-content__block tr.form-group td .form-control {
    height: 4rem;
  }
}
#contact .contact-contents table.form-content__block tr.form-group td .form-control::placeholder {
  font-size: 1.6rem;
  color: #898989;
}
@media only screen and (max-width: 767px) {
  #contact .contact-contents table.form-content__block tr.form-group td .form-control::placeholder {
    font-size: 14px;
  }
}
#contact .contact-contents table.form-content__block tr.form-group td textarea.form-area {
  height: 14rem;
  font-size: 1.6rem;
  padding: 0.5rem;
  line-height: 1.35;
}
@media only screen and (max-width: 767px) {
  #contact .contact-contents table.form-content__block tr.form-group td textarea.form-area {
    height: 12rem;
  }
}
#contact .contact-contents table.form-content__block tr.form-group td textarea.form-area::placeholder {
  font-size: 1.6rem;
  color: #898989;
}
@media only screen and (max-width: 767px) {
  #contact .contact-contents table.form-content__block tr.form-group td textarea.form-area::placeholder {
    font-size: 14px;
  }
}
#contact .contact-contents table.form-content__block tr.form-group td .mwform-checkbox-field {
  display: inline-block;
  width: 19rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  #contact .contact-contents table.form-content__block tr.form-group td .mwform-checkbox-field {
    width: 16rem;
  }
}
#contact .contact-contents table.form-content__block tr.form-group td .mwform-checkbox-field.horizontal-item {
  margin-left: 0;
}
#contact .contact-contents table.form-content__block tr.form-group td .mwform-checkbox-field.horizontal-item .mwform-checkbox-field-text {
  font-weight: 300;
}
#contact .contact-contents table.form-content__block tr.form-group td.form-control-separate-wrap {
  width: 100%;
  display: flex;
  column-gap: 1.5rem;
  justify-content: space-between;
}
#contact .contact-contents table.form-content__block tr.form-group td.form-control-separate-wrap .form-control-separate {
  width: 48%;
}
#contact .contact-contents input[type=checkbox] + span:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0c8";
  display: inline-block;
  margin-right: 0.5rem;
  font-weight: 400;
  color: #C3C3C3;
  font-size: 2.4rem;
  vertical-align: -3px;
}
@media only screen and (max-width: 767px) {
  #contact .contact-contents input[type=checkbox] + span:before {
    font-size: 2rem;
  }
}
#contact .contact-contents input[type=checkbox]:checked + span:before {
  content: "\f14a";
  font-weight: 400;
}
#contact .contact-contents .privacy-check {
  margin-bottom: 3rem;
  text-align: left;
  display: flex;
}
@media only screen and (max-width: 767px) {
  #contact .contact-contents .privacy-check {
    max-width: 550px;
    margin: 0 auto 3rem;
  }
}
#contact .contact-contents .privacy-check .privacy-text {
  line-height: 1.35;
}
#contact .contact-contents .privacy-check .privacy-text .red-span {
  color: #DB3401;
}
#contact .contact-contents .privacy-check .mwform-checkbox-field {
  position: relative;
}
#contact .contact-contents .privacy-check .mwform-checkbox-field .error {
  position: absolute;
  top: 2.8rem;
  left: 0;
  white-space: nowrap;
  font-weight: 300;
}
#contact .contact-contents .submit-content .submit-button-wrap {
  display: flex;
  justify-content: center;
  column-gap: 3rem;
}
#contact .contact-contents .submit-content .submit-button-wrap .submit-button {
  width: 30rem;
  height: 6rem;
  border: none;
  color: #4a4242;
  background: #cfbdbb;
  border-radius: 3rem;
  margin: 20px 2rem 30px;
  box-shadow: 0px 0px 5px #aaa;
  transition: all 0.5s ease;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  #contact .contact-contents .submit-content .submit-button-wrap .submit-button {
    width: 15rem;
    height: 4rem;
    border-radius: 2rem;
  }
}
#contact .contact-contents .submit-content .submit-button-wrap .submit-button:hover {
  background: #fafafa;
}
@media (max-width: 767px) {
  #contact .contact-contents .submit-content .submit-button-wrap .submit-button {
    margin: 0 1.5rem 20px;
  }
}
#contact .contact-contents .submit-content .submit-button-wrap .submit-button__text {
  display: inline-block;
}
@media (max-width: 767px) {
  #contact .contact-contents .submit-content .submit-button-wrap .submit-button__text {
    font-size: 1.2rem;
  }
}
#contact .contact-contents .privacy-block {
  width: 65%;
  height: 18rem;
  overflow-y: scroll;
  padding: 3rem;
  border: 1px solid #C3C3C3;
  background: #F8F8F8;
  margin-bottom: 3rem;
  margin-left: auto;
  line-height: 1.4;
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  #contact .contact-contents .privacy-block {
    width: 100%;
    padding: 1.5rem;
    height: 13rem;
    font-size: 1.2rem;
    max-width: 550px;
    margin: 0 auto 3rem;
  }
}
#contact .contact-contents .privacy-block .privacy-policy {
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  #contact .contact-contents .privacy-block .privacy-policy {
    font-size: 1.2rem;
  }
}
#contact .contact-contents .privacy-block .privacy-policy__title {
  margin-bottom: 1.5rem;
}
#contact .contact-contents .privacy-block .privacy-policy__title h3 {
  font-size: 2.4rem;
}
@media only screen and (max-width: 767px) {
  #contact .contact-contents .privacy-block .privacy-policy__title h3 {
    font-size: 2rem;
  }
}
#contact .contact-contents .privacy-block .privacy-policy__content h4 {
  font-size: 2rem;
  margin-bottom: 1rem;
  margin-top: 2rem;
}
@media only screen and (max-width: 767px) {
  #contact .contact-contents .privacy-block .privacy-policy__content h4 {
    font-size: 1.6rem;
  }
}
#contact .contact-contents .privacy-block .privacy-policy__content p {
  margin-bottom: 1rem;
}
#contact .contact-contents .privacy-block .privacy-policy__content ul {
  margin-bottom: 1rem;
}
#contact .contact-contents .privacy-block .privacy-policy__content ul li {
  padding-left: 1em;
  text-indent: -1em;
}
#contact .contact-contents .mw_wp_form_confirm .privacy-block {
  display: none;
}
#contact .contact-contents .mw_wp_form_confirm .privacy-check {
  display: none;
}
#contact .contact-contents .child-thanks-sec {
  display: flex;
  justify-content: center;
  padding-bottom: 5rem;
}
#contact .contact-contents .child-thanks-sec .thanks-message {
  line-height: 1.4;
}
#contact .contact-contents .child-thanks-sec .thanks-message h3 {
  font-size: 24px;
  margin-bottom: 2rem;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  #contact .contact-contents .child-thanks-sec .thanks-message h3 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}
#contact .contact-contents .child-thanks-sec .thanks-message p {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  #contact .contact-contents .child-thanks-sec .thanks-message p {
    font-size: 14px;
  }
}
#contact .contact-contents .thanks-image {
  width: 80%;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 10rem;
}

.inner {
  max-width: 1140px;
  margin: 0 auto;
}

#single-bc .menu-page-title {
  margin-bottom: 5.3rem;
}
@media only screen and (max-width: 767px) {
  #single-bc .menu-page-title {
    margin-bottom: 3rem;
  }
}
#single-bc .single-bc-sec {
  padding: 0 30px;
  margin-bottom: 12rem;
}
@media only screen and (max-width: 767px) {
  #single-bc .single-bc-sec {
    padding: 0 20px;
    margin-bottom: 5rem;
  }
}
#single-bc .single-bc-sec__date {
  text-align: right;
  margin-bottom: 1rem;
}
#single-bc .single-bc-sec__fv {
  width: 100%;
  height: 50vw;
  margin-bottom: 6rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #single-bc .single-bc-sec__fv {
    height: 65vw;
  }
}
#single-bc .single-bc-sec .single-bc-sec-fv__image {
  width: 100%;
  height: 100%;
}
#single-bc .single-bc-sec .single-bc-sec-fv__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#single-bc .single-bc-sec .single-bc-sec-fv__title {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#single-bc .single-bc-sec .single-bc-sec-fv__title h2 {
  padding: 4.8rem 6rem;
  font-size: 3rem;
  font-weight: 500;
  width: 60rem;
  line-height: 1.5;
  background: rgba(255, 255, 255, 0.7);
}
@media only screen and (max-width: 767px) {
  #single-bc .single-bc-sec .single-bc-sec-fv__title h2 {
    padding: 1.5rem;
    font-size: 1.8rem;
    width: 25rem;
  }
}
#single-bc .single-bc-sec__contents {
  width: 80%;
  line-height: 1.75;
}
@media only screen and (max-width: 767px) {
  #single-bc .single-bc-sec__contents {
    width: 100%;
  }
}
#single-bc .single-bc-sec__contents h2 {
  font-size: 2.6rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  position: relative;
  margin: 8rem 0 4rem;
  padding: 2rem 0 2rem 6rem;
}
@media only screen and (max-width: 767px) {
  #single-bc .single-bc-sec__contents h2 {
    font-size: 1.8rem;
    line-height: 1.8;
    padding-left: 4rem;
    margin: 4rem 0 2rem;
  }
}
#single-bc .single-bc-sec__contents h2::before {
  content: "";
  width: 4rem;
  height: 1px;
  background: #f3b65e;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  #single-bc .single-bc-sec__contents h2::before {
    width: 2.5rem;
  }
}
#single-bc .single-bc-sec__contents h3 {
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  position: relative;
  margin: 4rem 0 2rem;
  padding: 1rem 0 1rem 3rem;
}
@media only screen and (max-width: 767px) {
  #single-bc .single-bc-sec__contents h3 {
    font-size: 1.6rem;
    margin: 2rem 0 1rem;
  }
}
#single-bc .single-bc-sec__contents h3::before {
  content: "◆";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 1.3em;
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
}
#single-bc .single-bc-sec__contents p {
  margin-bottom: 2rem;
  font-size: 15px;
  line-height: 2.2em;
  margin: 0 0 2rem;
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- *//*# sourceMappingURL=kentaro-style.css.map */