@charset "UTF-8";
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  color: #1A1A1A;
  overflow-y: scroll;
  overflow-x: hidden;
  min-width: 320px;
}
@media screen and (min-width: 900px) {
  body {
    font-size: 1.6rem;
  }
}
body.no-scroll {
  overflow: hidden;
}

main {
  display: block;
  max-width: 1440px;
  margin: 0 auto;
}

* {
  background-repeat: no-repeat;
}

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

img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  border: none;
  vertical-align: middle;
}

a {
  text-decoration: none;
  color: inherit;
  word-break: break-all;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

input,
button,
textarea {
  outline: 0;
  margin: 0;
  font-family: inherit;
  padding: 0;
  border: none;
  border-radius: 0;
  background: 0 0;
}

address {
  font-style: normal;
}

button::-moz-focus-inner {
  border: 0;
}

.txt {
  margin-top: 1em;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
.txt.-right {
  text-align: right;
}
.txt.-center {
  text-align: center;
}

.section_ttl {
  padding: 2.8rem 0 2.6rem;
  text-align: center;
  font-family: "凸版文久明朝", "Shippori Mincho B1", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 900px) {
  .section_ttl {
    padding: 5.8rem 0 5.8rem;
    font-size: 3.2rem;
  }
}
.section_ttl span {
  display: block;
  padding: 1rem 0 1.2rem;
  background: #fff;
  position: relative;
}
.section_ttl span::before {
  content: "";
  display: block;
  width: 15.1rem;
  height: 0.1rem;
  background: #939393;
  position: absolute;
  top: 2.4rem;
  left: calc(50% - 8rem);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  z-index: -1;
}
@media screen and (min-width: 900px) {
  .section_ttl span::before {
    width: 26rem;
    top: 3.5rem;
    left: calc(50% - 14rem);
  }
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 25.6rem;
  min-height: 5rem;
  margin: 0 auto;
  padding: 0.4em 1em;
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 900px) {
  .btn {
    min-height: 5.5rem;
    font-size: 1.8rem;
  }
}
.btn::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-top: 1px solid #393939;
  border-bottom: 1px solid #393939;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
}
.btn::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #393939;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -1;
  pointer-events: none;
}
.btn:hover {
  color: #393939;
}
.btn:hover::before {
  opacity: 1;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.btn:hover::after {
  opacity: 0;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
}
.btn.-ig {
  font-family: "Roboto", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
}
@media screen and (min-width: 900px) {
  .btn.-ig {
    font-size: 1.8rem;
  }
}
.btn.-ig svg {
  width: 2.1rem;
  height: 2.1rem;
  margin-right: 0.8rem;
  fill: #fff;
}
@media screen and (min-width: 900px) {
  .btn.-ig svg {
    margin-right: 1.8rem;
  }
}
.btn.-ig:hover svg {
  fill: #393939;
}
.btn.pc {
  display: none;
}
@media screen and (min-width: 900px) {
  .btn.pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 900px) {
  .btn.sp {
    display: none;
  }
}

.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.nav_trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 5rem;
  height: 5rem;
  background: #1A1A1A;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 900px) {
  .nav_trigger {
    display: none;
  }
}
.nav_trigger_inner {
  width: 2.4rem;
  height: 2.4rem;
  position: relative;
}
.nav_trigger_inner::before, .nav_trigger_inner::after {
  content: "";
  display: block;
  width: 2.4rem;
  height: 0.2rem;
  background: #fff;
  position: absolute;
  left: 0;
}
.nav_trigger_inner::before {
  top: calc(50% - 0.4rem);
}
.nav_trigger_inner::after {
  top: calc(50% + 0.4rem);
}
.nav_trigger.active {
  right: calc(100% - 5rem);
  background: #fff;
  -webkit-box-shadow: 0 0 14px -3px rgba(26, 26, 26, 0.5);
          box-shadow: 0 0 14px -3px rgba(26, 26, 26, 0.5);
}
.nav_trigger.active .nav_trigger_inner::before, .nav_trigger.active .nav_trigger_inner::after {
  background: #1A1A1A;
}
.nav_trigger.active .nav_trigger_inner::before {
  -webkit-transform: rotate(45deg) translate(3px, 2px);
          transform: rotate(45deg) translate(3px, 2px);
}
.nav_trigger.active .nav_trigger_inner::after {
  -webkit-transform: rotate(-45deg) translate(3px, -3px);
          transform: rotate(-45deg) translate(3px, -3px);
}
.nav_container {
  width: calc(100vw - 5rem);
  height: 100vh;
  padding: 4.4rem;
  background: rgba(0, 0, 0, 0.88);
  position: fixed;
  top: 0;
  right: -120%;
  z-index: 99;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.nav_container.is-open {
  right: 0;
}
.nav_container.is-bottom {
  top: -6.5rem;
}
@media screen and (min-width: 900px) {
  .nav_container {
    width: 24rem;
    padding: 0 0 4.8rem 6rem;
    background: none;
    left: 0;
    right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media screen and (min-width: 1440px) {
  .nav_container {
    left: auto;
    right: calc(50% + 72rem);
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
.nav_list_item {
  margin-top: 1em;
  font-family: "Roboto", serif;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  padding-left: 1.2em;
  position: relative;
}
@media screen and (min-width: 900px) {
  .nav_list_item {
    color: #1A1A1A;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
  }
  .nav_list_item:hover {
    color: #FF009D;
  }
  .nav_list_item:hover::before {
    background: #FF009D;
  }
}
.nav_list_item::before {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.2rem;
  background: #fff;
  position: absolute;
  top: 1.1rem;
  left: 0;
}
@media screen and (min-width: 900px) {
  .nav_list_item::before {
    background: #1A1A1A;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
}

.container {
  width: 100%;
  max-width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width: 900px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
    width: calc(100% - 24rem);
    max-width: 1086px;
    margin-left: 24rem;
    margin-right: auto;
  }
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 5rem;
  background: #393939;
}
@media screen and (min-width: 900px) {
  .footer {
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
    height: 6.5rem;
  }
}
.footer p {
  text-align: center;
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 900px) {
  .footer p {
    margin-right: 4.8rem;
    font-size: 1.1rem;
    text-align: right;
  }
}

.loading {
  width: 100%;
  height: 100%;
  background: #adadad;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.loading .logo {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 16%;
  max-width: 8rem;
}
.loading .logo svg {
  width: 100%;
}
.loading #mask path {
  fill-opacity: 0;
  -webkit-transition: fill-opacity 0.5s;
  transition: fill-opacity 0.5s;
  fill: none;
  stroke: #FF009D;
}
.loading #mask.done path {
  fill: #393939;
  fill-opacity: 1;
  stroke: none;
}

.mv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem 0;
  padding-bottom: 1rem;
  position: relative;
}
@media screen and (min-width: 900px) {
  .mv {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: calc(100% - 24rem);
    margin-left: auto;
    gap: 0 2.4rem;
  }
}
@media screen and (min-width: 1200px) {
  .mv {
    padding-bottom: 2rem;
    gap: 0 5.6rem;
  }
}
.mv_ttl {
  width: 31.3rem;
  padding: 2.8rem 2.4rem 1.8rem;
  background: #1A1A1A;
  border: 2px solid #fff;
  color: #fff;
  font-family: "凸版文久明朝", "Shippori Mincho B1", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 50%;
  z-index: 1;
}
@media screen and (min-width: 900px) {
  .mv_ttl {
    top: 6rem;
    left: auto;
    right: 3rem;
    bottom: auto;
    -webkit-transform: none;
            transform: none;
  }
}
@media screen and (min-width: 1200px) {
  .mv_ttl {
    width: 48.8rem;
    padding: 5.8rem 3.9rem 0;
    font-size: 2.2rem;
    top: 14.6rem;
    right: 12rem;
  }
}
.mv_ttl img {
  width: 9.6rem;
}
@media screen and (min-width: 1200px) {
  .mv_ttl img {
    width: 20rem;
  }
}
.mv_item {
  width: calc(100% - 2rem);
  opacity: 0;
}
.mv_item:nth-of-type(2) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.mv_item:nth-of-type(3) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
@media screen and (min-width: 900px) {
  .mv_item {
    width: calc((100% - 4.8rem) / 3);
  }
  .mv_item:first-of-type {
    margin-top: 4rem;
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }
  .mv_item:nth-of-type(2) {
    margin-top: 2rem;
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
  .mv_item:nth-of-type(3) {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
}
@media screen and (min-width: 1200px) {
  .mv_item {
    width: calc((100% - 11.2rem) / 3);
  }
  .mv_item:first-of-type {
    margin-top: 8rem;
  }
  .mv_item:nth-of-type(2) {
    margin-top: 4rem;
  }
}
.mv_item:nth-of-type(odd) {
  margin-left: 2rem;
  -webkit-box-shadow: -1rem 1rem 0 0 #393939;
          box-shadow: -1rem 1rem 0 0 #393939;
}
@media screen and (min-width: 900px) {
  .mv_item:nth-of-type(odd) {
    margin-left: 0;
  }
}
@media screen and (min-width: 1200px) {
  .mv_item:nth-of-type(odd) {
    -webkit-box-shadow: -2rem 2rem 0 0 #393939;
            box-shadow: -2rem 2rem 0 0 #393939;
  }
}
.mv_item:nth-of-type(even) {
  margin-right: 2rem;
  -webkit-box-shadow: 1rem 1rem 0 0 #393939;
          box-shadow: 1rem 1rem 0 0 #393939;
}
@media screen and (min-width: 900px) {
  .mv_item:nth-of-type(even) {
    margin-right: 0;
    -webkit-box-shadow: -1rem 1rem 0 0 #393939;
            box-shadow: -1rem 1rem 0 0 #393939;
  }
}
@media screen and (min-width: 1200px) {
  .mv_item:nth-of-type(even) {
    -webkit-box-shadow: -2rem 2rem 0 0 #393939;
            box-shadow: -2rem 2rem 0 0 #393939;
  }
}
.mv_item img {
  width: 100%;
  max-height: 36rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 900px) {
  .mv_item img {
    max-height: none;
  }
}

.about_container {
  padding-top: 5.8rem;
}
@media screen and (min-width: 900px) {
  .about_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 9.6rem;
  }
  .about_container .about_inner.-l {
    width: 33.4rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .about_container .about_inner.-r {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 8.8rem;
  }
}
.about .section_ttl {
  margin: 0 0 6.4rem;
  padding: 3.6rem 0 3.2rem;
  font-size: 2.4rem;
}
@media screen and (min-width: 900px) {
  .about .section_ttl {
    margin-top: 10rem;
    padding: 5.2rem 0 5rem;
    font-size: 4rem;
  }
}
.about .section_ttl::after {
  content: attr(data-txt);
  font-family: "Roboto", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 2rem;
  letter-spacing: 0.08em;
  position: absolute;
  left: 50%;
  bottom: 0;
}
@media screen and (min-width: 900px) {
  .about .section_ttl::after {
    font-size: 3.2rem;
    left: auto;
    right: 0;
  }
}
.about .section_ttl span {
  padding: 1rem 0 1.2rem;
}
.about .section_ttl span::before {
  width: 17.65rem;
  background: #FF009D;
  top: 2.8rem;
  left: calc(50% - 9rem);
}
@media screen and (min-width: 900px) {
  .about .section_ttl span::before {
    width: 26rem;
    top: 4rem;
    left: calc(50% - 14rem);
  }
}
.about_txt-wrap {
  max-width: 52rem;
  margin: 0 auto;
  padding: 0 1.4rem;
}
@media screen and (min-width: 900px) {
  .about_txt-wrap {
    max-width: none;
    padding: 0;
  }
  .about_txt-wrap .txt {
    max-width: 60rem;
  }
}
.about .catch {
  margin-bottom: 3.6rem;
  font-family: "凸版文久明朝", "Shippori Mincho B1", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.72;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 900px) {
  .about .catch {
    margin-bottom: 4rem;
    font-size: 2.4rem;
  }
}
.about .catch span {
  display: inline-block;
}
.about .btn.-ig {
  margin-top: 5.4rem;
}
@media screen and (min-width: 900px) {
  .about .btn.-ig {
    margin-top: 6.4rem;
  }
}
.about_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 3.1rem;
  margin: 4.8rem calc(-50vw + 50%) 0;
  padding-right: 0.7rem;
  padding-bottom: 0.7rem;
}
@media screen and (min-width: 900px) {
  .about_img {
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
    width: calc(100% + 30px);
    margin: 8.8rem -3rem 0 0;
    padding-right: 1rem;
    padding-bottom: 1rem;
  }
}
.about_img_item {
  -webkit-box-shadow: 0.7rem 0.7rem 0 0 #393939;
          box-shadow: 0.7rem 0.7rem 0 0 #393939;
}
@media screen and (min-width: 900px) {
  .about_img_item {
    max-width: 26rem;
    -webkit-box-shadow: 1rem 1rem 0 0 #393939;
            box-shadow: 1rem 1rem 0 0 #393939;
  }
}
.about_img_item:first-of-type {
  margin-top: 9rem;
}
.about_slide {
  margin-top: 6.4rem;
  padding: 8rem 0;
  background: #adadad;
}
@media screen and (min-width: 900px) {
  .about_slide {
    width: 100vw;
    margin: 8.8rem calc(50% - 50vw) 0;
    padding: 4rem calc(50vw - 50%);
  }
}
.about_slide_ttl {
  margin-bottom: 1.6rem;
  padding: 0 1.6rem;
  font-family: "凸版文久明朝", "Shippori Mincho B1", serif;
  font-style: normal;
  font-weight: 500;
  color: #fff;
  font-size: 2rem;
  letter-spacing: 0.1em;
}
.about_slide_container {
  position: relative;
  padding-bottom: 3.2rem;
}
@media screen and (min-width: 900px) {
  .about_slide_container {
    width: calc(100% - 35rem);
    max-width: 1000px;
    margin-left: 35rem;
    margin-right: auto;
  }
}
.about_slide_inner {
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  margin: 0 1.6rem;
  padding: 4rem 1.6rem 6rem;
}
@media screen and (min-width: 900px) {
  .about_slide_inner {
    padding: 4rem 3.2rem 6rem;
  }
}
.about_slide_heading {
  font-family: "凸版文久明朝", "Shippori Mincho B1", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}
.about_slide_heading span {
  display: inline-block;
}
.about_slide_detail {
  margin-top: 1em;
  letter-spacing: 0.1em;
}
.about_slide .swiper-slide {
  width: 100%;
  max-width: 50rem;
  height: auto;
}
.about_slide .swiper-pagination {
  text-align: left;
  margin-left: 1.2rem;
  bottom: 0;
}
.about_slide .swiper-pagination-bullet {
  border-radius: 0;
  background: #f4f4f4;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.about_slide .swiper-pagination-bullet:hover {
  opacity: 0.7;
}
.about_slide .swiper-pagination-bullet-active {
  background: #FF009D;
}
.about_slide .swiper-button-prev, .about_slide .swiper-button-next {
  width: 2rem;
  height: 2rem;
  top: auto;
  bottom: 0;
  border: 1px solid #393939;
  background-color: #393939;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.about_slide .swiper-button-prev:hover, .about_slide .swiper-button-next:hover {
  opacity: 0.7;
}
.about_slide .swiper-button-prev {
  left: auto;
  right: 6rem;
}
.about_slide .swiper-button-next {
  right: 2rem;
}
.about_slide .swiper-button-prev::after, .about_slide .swiper-button-next::after {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.about_slide .swiper-button-prev::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  margin-left: 0.3rem;
}
.about_slide .swiper-button-next::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-right: 0.3rem;
}
.about_slide .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.5rem;
}
.about_slide .swiper-pagination-bullets.swiper-pagination-horizontal {
  width: auto;
}

.service {
  margin-top: 4rem;
  background: #f7f7f7;
}
@media screen and (min-width: 900px) {
  .service {
    width: 100vw;
    margin: 8.8rem calc(50% - 50vw) 0;
    padding: 0 calc(50vw - 50%);
  }
}
.service_container {
  padding-top: 4.8rem;
  padding-bottom: 5.6rem;
  position: relative;
}
@media screen and (min-width: 900px) {
  .service_container {
    padding-top: 8rem;
    padding-bottom: 10.4rem;
  }
}
.service_container::before {
  content: "";
  display: block;
  width: 21.2rem;
  height: 6.6rem;
  background: url(../images/service_ttl.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: -1.1rem;
  left: -0.2rem;
}
@media screen and (min-width: 900px) {
  .service_container::before {
    width: 40.9rem;
    height: 12.6rem;
    top: -2.2rem;
    left: -5.5rem;
  }
}
.service .section_ttl span {
  background: #f7f7f7;
}
.service_ttl {
  display: inline-block;
  padding: 0.8rem 1.2rem;
  background: #393939;
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 900px) {
  .service_ttl {
    font-size: 2rem;
  }
}
.service_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4.8rem;
  margin-top: 3.6rem;
}
@media screen and (min-width: 900px) {
  .service_list {
    gap: 6.4rem;
    margin-top: 4.8rem;
  }
}
@media screen and (min-width: 900px) {
  .service_list_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 4.8rem;
  }
}
@media screen and (min-width: 900px) {
  .service_list_inner.-l {
    width: 39%;
    max-width: 40rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.service_list_inner.-r {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 900px) {
  .service_list_inner.-r .txt {
    margin-top: 4.4rem;
  }
}
.service_list img {
  width: 100%;
  max-height: 26.9rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-left: 4px solid #393939;
}
@media screen and (min-width: 900px) {
  .service_list img {
    max-height: none;
  }
}
.service_merit {
  max-width: 54rem;
  margin: 2rem auto 0;
  padding: 3rem 2.8rem;
  background: #fff;
  position: relative;
}
.service_merit::before, .service_merit::after {
  content: "";
  display: block;
  width: 4rem;
  height: 4rem;
  position: absolute;
}
.service_merit::before {
  border-top: 1px solid #FF009D;
  border-left: 1px solid #FF009D;
  top: 1.2rem;
  left: 1.2rem;
}
.service_merit::after {
  border-right: 1px solid #FF009D;
  border-bottom: 1px solid #FF009D;
  right: 1.2rem;
  bottom: 1.2rem;
}
.service_merit_ttl {
  font-size: 1.6rem;
  text-align: center;
  letter-spacing: 0.1em;
}
.service_merit_ttl span {
  display: inline-block;
}
.service_merit_list {
  margin: 2rem auto 0;
  max-width: 40rem;
}
.service_merit_item {
  margin-top: 0.4em;
  padding-left: 1.2em;
  position: relative;
}
.service_merit_item::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.menu {
  padding-top: 4.8rem;
}
@media screen and (min-width: 900px) {
  .menu {
    padding-top: 12rem;
  }
}
.menu .container {
  overflow-x: hidden;
}
.menu_section_ttl {
  padding-bottom: 1.6rem;
  text-align: center;
  font-family: "凸版文久明朝", "Shippori Mincho B1", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.75;
  position: relative;
}
@media screen and (min-width: 900px) {
  .menu_section_ttl {
    padding-bottom: 2.4rem;
    font-size: 3.2rem;
  }
  .menu_section_ttl br.sp {
    display: none;
  }
}
.menu_section_ttl::after {
  content: "";
  display: block;
  width: 4rem;
  height: 0.2rem;
  background: #FF009D;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
}
.menu_anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.6rem 1.3rem;
  margin-top: 4.8rem;
}
@media screen and (min-width: 900px) {
  .menu_anchor {
    gap: 2rem;
    margin-top: 6.4rem;
  }
}
.menu_anchor_item {
  width: calc((100% - 1.3rem) / 2);
}
@media screen and (min-width: 900px) {
  .menu_anchor_item {
    width: calc((100% - 6rem) / 4);
  }
}
.menu_anchor_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 4.4rem;
  border: 1px solid #393939;
  color: #393939;
}
@media screen and (min-width: 900px) {
  .menu_anchor_item a {
    min-height: 5.5rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .menu_anchor_item a:hover {
    opacity: 0.7;
  }
}
.menu_anchor_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2.8rem;
}
.menu_anchor_contact a {
  display: block;
  padding: 1rem 1em 1rem 2.5em;
  color: #393939;
  font-size: 1.5rem;
  border-bottom: 1px solid #393939;
  position: relative;
}
@media screen and (min-width: 900px) {
  .menu_anchor_contact a {
    padding: 0.6rem 1em 0.6rem 2.5em;
    font-size: 1.8rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .menu_anchor_contact a:hover {
    opacity: 0.7;
  }
}
.menu_anchor_contact a::before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  border-top: 2px solid #393939;
  border-right: 2px solid #393939;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  position: absolute;
  top: 1.4rem;
  left: 1rem;
}
.menu_category_ttl {
  margin-top: 4.8rem;
  padding: 2.6rem 0;
  font-size: 2rem;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 900px) {
  .menu_category_ttl {
    margin-right: 2.4rem;
    padding: 3.2rem 0;
    font-size: 2.4rem;
  }
}
.menu_category_ttl::after {
  content: "";
  display: block;
  position: absolute;
  right: -2.3rem;
  bottom: -3.2rem;
}
@media screen and (min-width: 900px) {
  .menu_category_ttl::after {
    right: -5rem;
    bottom: -3.7rem;
  }
}
.menu_category_ttl.consultingmenu::after {
  width: 27.9rem;
  height: 3.8rem;
  background: url(../images/consultingmenu_ttl.png) no-repeat;
  background-size: contain;
  right: -3rem;
}
@media screen and (min-width: 900px) {
  .menu_category_ttl.consultingmenu::after {
    width: 48.8rem;
    height: 6.6rem;
    right: -5rem;
    bottom: -3.7rem;
  }
}
.menu_category_ttl.makeupcosme::after {
  width: 24.5rem;
  height: 7rem;
  background: url(../images/makeupcosme_ttl_sp.png) no-repeat;
  background-size: contain;
}
@media screen and (min-width: 900px) {
  .menu_category_ttl.makeupcosme::after {
    background: url(../images/makeupcosme_ttl_pc.png) no-repeat;
    background-size: contain;
    width: 69.8rem;
    height: 6.6rem;
    right: -6rem;
  }
}
.menu_category_ttl.shopping::after {
  width: 15.3rem;
  height: 3.8rem;
  background: url(../images/shopping_ttl.png) no-repeat;
  background-size: contain;
}
@media screen and (min-width: 900px) {
  .menu_category_ttl.shopping::after {
    width: 26.8rem;
    height: 6.6rem;
    right: -4rem;
  }
}
.menu_category_ttl.specialmenu::after {
  width: 22.2rem;
  height: 3.8rem;
  background: url(../images/specialmenu_ttl.png) no-repeat;
  background-size: contain;
}
@media screen and (min-width: 900px) {
  .menu_category_ttl.specialmenu::after {
    width: 38.8rem;
    height: 6.6rem;
    right: -4rem;
  }
}
.menu_category_ttl span {
  display: block;
  padding: 0.8rem 0 0.9rem 0.6rem;
  background: #fff;
  position: relative;
}
.menu_category_ttl span::before {
  content: "";
  display: block;
  width: 14rem;
  height: 0.1rem;
  background: #939393;
  position: absolute;
  top: 2.4rem;
  left: -2rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  z-index: -1;
}
@media screen and (min-width: 900px) {
  .menu_category_ttl span::before {
    width: 16rem;
    top: 2.5rem;
  }
}
.menu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
  margin-top: 2.4rem;
  padding: 4.8rem 3.2rem;
  position: relative;
}
.menu_list::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #F2FFFD;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.menu_list::after {
  content: "";
  display: block;
  width: calc(100% - 2rem);
  height: calc(100% - 2rem);
  border: 1px solid #777;
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: -1;
}
.menu_list.-course {
  padding: 0;
  gap: 2.4rem;
}
@media screen and (min-width: 900px) {
  .menu_list.-course {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.2rem;
  }
}
.menu_list.-course::before, .menu_list.-course::after {
  content: none;
}
.menu_list.-course .menu_list_inner {
  max-width: 30rem;
  margin: 0 auto;
}
.menu_list.-course .menu_list_inner.-l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.menu_list.-course .menu_list_inner.-r {
  margin-top: 4.4rem;
  position: relative;
}
.menu_list.-course .menu_list_inner.-r::before {
  content: "";
  display: block;
  width: 6rem;
  height: 0.1rem;
  background: #939393;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -2rem;
}
.menu_list.-course .menu_list_item {
  padding: 4.8rem 3.2rem;
  border-bottom: none;
  position: relative;
}
@media screen and (min-width: 900px) {
  .menu_list.-course .menu_list_item {
    width: calc((100% - 2.4rem) / 3);
  }
}
.menu_list.-course .menu_list_item::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #F2FFFD;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.menu_list.-course .menu_list_item::after {
  content: "";
  display: block;
  width: calc(100% - 2rem);
  height: calc(100% - 2rem);
  border: 1px solid #777;
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: -1;
}
.menu_list_item {
  padding-bottom: 2.4rem;
  border-bottom: 1px solid #939393;
}
.menu_list_item:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
.menu_list_item .price {
  width: 100%;
  text-align: center;
  font-size: 1.8rem;
}
@media screen and (min-width: 900px) {
  .menu_list_item .price {
    width: auto;
  }
}
.menu_list_item .price .num {
  font-family: "Roboto", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 2.2rem;
  margin-right: 0.2em;
}
.menu_list_item .price .time {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
.menu_list_item .price_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: left;
}
@media screen and (min-width: 900px) {
  .menu_list_item .price_list {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap: 4.8rem;
    padding-left: 2.4rem;
  }
}
.menu_list_item .price_list dt {
  width: 100%;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 900px) {
  .menu_list_item .price_list dt {
    width: auto;
    font-size: 1.8rem;
  }
}
.menu_list_item .price_list dt .pc {
  display: none;
}
@media screen and (min-width: 900px) {
  .menu_list_item .price_list dt .pc {
    display: inline;
    font-size: 1.8rem;
  }
}
.menu_list_item .price_list dd {
  margin-left: auto;
}
@media screen and (min-width: 900px) {
  .menu_list_item .price_list dd {
    margin-left: 0;
  }
}
.menu_list_item .price_list dd .detail {
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 900px) {
  .menu_list_inner.-l {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0 4.8rem;
  }
}
.menu_ttl {
  width: 100%;
  padding-bottom: 1rem;
  text-align: center;
  font-size: 2rem;
  letter-spacing: 0.04em;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 900px) {
  .menu_ttl {
    width: auto;
    text-align: left;
  }
}
.menu_ttl span {
  display: block;
  padding: 0.4rem 0 0.6rem;
  background: #F2FFFD;
  position: relative;
}
.menu_ttl span::before {
  content: "";
  display: block;
  width: 15.1rem;
  height: 0.1rem;
  background: #939393;
  position: absolute;
  top: 1.6rem;
  left: calc(50% - 14rem);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  z-index: -1;
}
.menu_ttl img {
  height: 7.7rem;
  position: absolute;
  top: -1.6rem;
  left: calc(50% - 15.5rem);
  z-index: 2;
}
@media screen and (max-width: 375px) {
  .menu_ttl img {
    height: 6rem;
    top: -0.6rem;
    left: calc(50% - 14rem);
  }
}
.menu_detail {
  margin-top: 1.6rem;
}
.menu_detail_item {
  margin-top: 0.4em;
  padding-left: 1.2em;
  padding-right: 1em;
  position: relative;
}
.menu_detail_item::before {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.1rem;
  background: #1A1A1A;
  position: absolute;
  top: 1rem;
  left: 0;
}
.menu_btm {
  max-width: 31.3rem;
  margin: 4rem auto 0;
}
@media screen and (min-width: 900px) {
  .menu_btm {
    max-width: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.menu_btm .txt-wrap {
  margin-top: 6.4rem;
}
.menu_btm .txt-wrap .txt:first-of-type {
  margin-top: 0;
}
.menu_btm .link_list {
  margin-top: 3.2rem;
}
@media screen and (min-width: 900px) {
  .menu_btm .link_list {
    width: 25.6rem;
  }
}
.menu_btm .link_item {
  margin-top: 2rem;
  padding-left: 1em;
  position: relative;
}
@media screen and (min-width: 900px) {
  .menu_btm .link_item:hover {
    color: #FF009D;
  }
  .menu_btm .link_item:hover::before {
    background: #FF009D;
  }
}
.menu_btm .link_item::before {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.2rem;
  background: #1A1A1A;
  position: absolute;
  top: 1rem;
  left: 0;
}
@media screen and (min-width: 900px) {
  .menu_btm .link_item::before {
    top: 1.1rem;
  }
}
.menu_btm .link_item a.icon-out::after {
  content: "";
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  background: url(../images/icon-out.png) no-repeat;
  background-size: contain;
  margin-left: 0.4rem;
  margin-bottom: -0.1rem;
}

.event {
  margin-top: 4.8rem;
}
@media screen and (min-width: 900px) {
  .event {
    margin: 12rem calc(50% - 50vw) 0;
    padding: 6rem calc(50vw - 50%);
    background: url(../images/event_bg_pc.jpg) no-repeat;
    background-size: cover;
    position: relative;
  }
}
.event::before, .event::after {
  content: "";
  display: block;
  width: 100%;
  height: 9.8rem;
}
@media screen and (min-width: 900px) {
  .event::before, .event::after {
    content: none;
  }
}
.event::before {
  background: url(../images/event_bg01_sp.jpg) no-repeat;
  background-size: cover;
}
.event::after {
  background: url(../images/event_bg02_sp.jpg) no-repeat;
  background-size: cover;
}
.event_section_ttl {
  width: 15.4rem;
  position: absolute;
  top: -9.4rem;
  left: -1.6rem;
}
@media screen and (min-width: 900px) {
  .event_section_ttl {
    width: 11.7rem;
    top: 50%;
    left: auto;
    right: -2.2rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.event_section_ttl img {
  width: 100%;
}
.event_box {
  margin-top: 5.2rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 900px) {
  .event_box {
    max-width: 71.4rem;
    margin: 0 auto 0 0;
    padding: 7.2rem 0 5.4rem;
  }
  .event_box::before {
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    background: rgba(255, 255, 255, 0.75);
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
  }
}
@media screen and (min-width: 900px) {
  .event_box_inner {
    max-width: 48.7rem;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
}
.event_box_inner > *:first-child {
  margin-top: 0;
}
.event_box .txt {
  line-height: 2.3;
}
.event_box .btn {
  margin-top: 5.4rem;
  margin-bottom: 5.4rem;
}
@media screen and (min-width: 900px) {
  .event_box .btn {
    margin-top: 3.2rem;
    margin-bottom: 0;
  }
}

.access {
  margin-top: 8rem;
  background: #f7f7f7;
  position: relative;
}
@media screen and (min-width: 900px) {
  .access {
    width: 100vw;
    margin: 10.4rem calc(50% - 50vw) 0;
    padding: 0 calc(50vw - 50%);
  }
}
.access::before {
  content: "";
  display: block;
  width: 77%;
  height: 0.1rem;
  margin-bottom: 1.6rem;
  background: #777;
  position: absolute;
  top: -1.6rem;
  left: 0;
}
@media screen and (min-width: 900px) {
  .access::before {
    width: 44%;
    top: -4rem;
  }
}
.access_container {
  padding-top: 4.8rem;
  padding-bottom: 5.6rem;
  position: relative;
}
@media screen and (min-width: 900px) {
  .access_container {
    padding-top: 6.4rem;
    padding-bottom: 10.4rem;
  }
}
.access_container::before {
  content: "";
  display: block;
  width: 20.6rem;
  height: 6.6rem;
  background: url(../images/access_ttl.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: -1.1rem;
  left: -0.2rem;
}
@media screen and (min-width: 900px) {
  .access_container::before {
    width: 40.9rem;
    height: 12.6rem;
    top: -2.2rem;
    left: -5.5rem;
  }
}
.access .section_ttl span {
  background: #f7f7f7;
}
.access_inner {
  margin-top: 4.8rem;
}
@media screen and (min-width: 900px) {
  .access_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 4rem;
    margin-top: 6rem;
  }
}
.access_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2em;
}
.access_list_item .heading {
  margin-bottom: 0.4rem;
  padding-left: 1em;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  position: relative;
}
@media screen and (min-width: 900px) {
  .access_list_item .heading {
    font-size: 1.8rem;
  }
}
.access_list_item .heading::before {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  background: #FF009D;
  position: absolute;
  top: 0.8rem;
  left: 0;
}
@media screen and (min-width: 900px) {
  .access_list_item .heading::before {
    top: 1.2rem;
  }
}
.access_note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8em;
  margin-top: 4rem;
}
.access_note_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.access_note_item span {
  display: block;
  width: 1.5em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.access .map {
  margin-top: 3.2rem;
}
@media screen and (min-width: 900px) {
  .access .map {
    margin-top: 0;
    width: 57.79%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.access .map iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

.contact {
  padding: 4.8rem 0 8.8rem;
}
@media screen and (min-width: 900px) {
  .contact {
    padding: 8.8rem 0 11.2rem;
  }
}
.contact_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact .txt:first-of-type {
  margin-top: 4rem;
}
@media screen and (min-width: 900px) {
  .contact .txt:first-of-type {
    margin-top: 7.2rem;
  }
}
.contact .txt br.pc {
  display: none;
}
@media screen and (min-width: 900px) {
  .contact .txt br.pc {
    display: block;
  }
}
.contact .btn {
  margin-top: 4rem;
}
@media screen and (min-width: 900px) {
  .contact .btn {
    margin-top: 5.6rem;
  }
}
.contact .btn + .btn {
  margin-top: 2.4rem;
}
.contact .btn + .txt {
  margin-top: 6.4rem;
  letter-spacing: 0;
}
@media screen and (min-width: 900px) {
  .contact .btn + .txt {
    margin-top: 11.2rem;
  }
}
.contact .btn + .txt + .btn {
  margin-top: 2.4rem;
}
@media screen and (min-width: 900px) {
  .contact .btn + .txt + .btn {
    margin-top: 5.6rem;
  }
}