@charset "UTF-8";
/* リセットcss */
@import url(https://unpkg.com/ress/dist/ress.min.css);
/* Material Icons */
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
@import url(https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200);
/* Google Fonts */
@import url(https://fonts.googleapis.com);
@import url(https://fonts.gstatic.com);
@import url(https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Noto+Sans+JP:wght@100..900&display=swap);
/*
color-swatch ========================================*/
/*
font ========================================*/
/* Noto Sans jp */
/* Manrope */
/*
breakpoint ==========================================================================*/
/*
All ==========================================================================*/
html, body {
  min-height: 100vh;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  padding: 0;
  margin: 0;
  color: #000;
  font-size: 21px;
  font-feature-settings: "palt";
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
  color: #000;
}
a:hover {
  opacity: 0.6;
}

ul li {
  list-style: none;
}

strong {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 21px;
}

small {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 21px;
}

.wrapper {
  width: min(1036px, 100%);
  margin-inline: auto;
  padding-inline: 18px;
}

/*
mixin ==========================================================================*/
/*
header ==========================================================================*/
.header {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .header {
    height: 70px;
    z-index: 2;
  }
}
.header h1 {
  display: block;
  position: absolute;
  top: 70%;
  left: 4%;
  width: 321px;
  z-index: 1;
}
@media screen and (max-width: 1250px) {
  .header h1 {
    width: 290px;
  }
}
@media screen and (max-width: 550px) {
  .header h1 {
    width: 233px;
    top: 74%;
    left: 5%;
  }
}
.header h1 img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.header__nav, .header__scrollHeader {
  display: flex;
  justify-content: right;
}
@media screen and (max-width: 1024px) {
  .header__nav, .header__scrollHeader {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: #f1f3f5;
    flex-direction: column;
    justify-content: left;
    padding-top: 110px;
    padding-inline: 45px;
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 1;
  }
  .header__nav.active, .active.header__scrollHeader {
    right: 0;
    opacity: 1;
  }
}
.header__nav nav, .header__scrollHeader nav {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .header__nav nav, .header__scrollHeader nav {
    flex-direction: column;
    align-items: baseline;
  }
}
.header__nav nav ul, .header__scrollHeader nav ul {
  display: flex;
  align-items: center;
  margin-right: 30px;
}
@media screen and (max-width: 1250px) {
  .header__nav nav ul, .header__scrollHeader nav ul {
    margin-right: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .header__nav nav ul, .header__scrollHeader nav ul {
    flex-direction: column;
    align-items: baseline;
  }
}
.header__nav nav ul li, .header__scrollHeader nav ul li {
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (max-width: 1250px) {
  .header__nav nav ul li, .header__scrollHeader nav ul li {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .header__nav nav ul li, .header__scrollHeader nav ul li {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 30px;
  }
}
.header__nav nav ul li:nth-child(4), .header__scrollHeader nav ul li:nth-child(4) {
  border-right: solid 1px #000;
}
@media screen and (max-width: 1024px) {
  .header__nav nav ul li:nth-child(4), .header__scrollHeader nav ul li:nth-child(4) {
    border-right: none;
  }
}
@media screen and (max-width: 1024px) {
  .header__nav nav ul li:last-child, .header__scrollHeader nav ul li:last-child {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 550px) {
  .header__nav nav ul li:last-child, .header__scrollHeader nav ul li:last-child {
    margin-bottom: 55px;
  }
}
.header__nav nav ul li a, .header__scrollHeader nav ul li a {
  display: block;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 15px;
}
@media screen and (max-width: 1024px) {
  .header__nav nav ul li a, .header__scrollHeader nav ul li a {
    font-size: 40px;
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 550px) {
  .header__nav nav ul li a, .header__scrollHeader nav ul li a {
    font-size: 16px;
  }
}
.header__nav .link, .header__scrollHeader .link {
  display: block;
  padding: 29px 63px;
  font-size: 15px;
  color: #fff;
}
@media screen and (max-width: 1250px) {
  .header__nav .link, .header__scrollHeader .link {
    padding: 29px 35px;
  }
}
@media screen and (max-width: 1024px) {
  .header__nav .link, .header__scrollHeader .link {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 550px) {
  .header__nav .link, .header__scrollHeader .link {
    padding: 17px 35px;
    width: 100%;
    margin-bottom: 15px;
  }
}
.header__nav .link.line, .header__scrollHeader .link.line {
  background-color: #309e39;
}
.header__nav .link.reserve, .header__scrollHeader .link.reserve {
  background-color: #000;
}
.header__toggleBtn, .header__scrollHeaderSp .toggleBtn {
  display: none;
  position: absolute;
  top: 8%;
  bottom: 0;
  right: 4%;
  margin: auto;
  transform: translateY(31%);
  z-index: 11;
}
@media screen and (max-width: 1024px) {
  .header__toggleBtn, .header__scrollHeaderSp .toggleBtn {
    display: block;
  }
}
.header__toggleBtn span, .header__scrollHeaderSp .toggleBtn span {
  display: block;
  width: 33px;
  height: 1px;
  background-color: #000;
  border-radius: 5px;
  margin-bottom: 10px;
  transition: all 0.3s ease;
}
.header__toggleBtn.active span:nth-child(1), .header__scrollHeaderSp .active.toggleBtn span:nth-child(1) {
  transform: rotate(45deg) translate(9px, 8px);
}
.header__toggleBtn.active span:nth-child(2), .header__scrollHeaderSp .active.toggleBtn span:nth-child(2) {
  opacity: 0;
}
.header__toggleBtn.active span:nth-child(3), .header__scrollHeaderSp .active.toggleBtn span:nth-child(3) {
  transform: rotate(-45deg) translate(8px, -7px);
}
.header__scrollHeader {
  position: fixed;
  top: -100px;
  left: 0;
  width: 100%;
  height: 70px;
  z-index: 2;
  background-color: #fff;
  padding-left: 62px;
  display: flex;
  justify-content: space-between;
  box-shadow: 0px 1px 3px 0px #999;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .header__scrollHeader {
    display: none;
  }
}
.header__scrollHeader img {
  width: 291px;
  -o-object-fit: contain;
     object-fit: contain;
}
.header__scrollHeader .scrollTop {
  cursor: pointer;
}
.header__scrollHeader.active {
  top: 0;
}
.header__scrollHeader .link {
  padding: 25px 63px;
}
@media screen and (max-width: 1200px) {
  .header__scrollHeader .link {
    padding: 25px 31px;
  }
}
.header__scrollHeaderSp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .header__scrollHeaderSp {
    display: flex;
    align-items: center;
    position: fixed;
    top: -100px;
    left: 0;
    width: 100%;
    height: 70px;
    padding-left: 30px;
    background-color: #fff;
    z-index: 2;
    transition: all 0.3s ease;
    box-shadow: 0px 1px 3px 0px #999;
  }
  .header__scrollHeaderSp.active {
    top: 0;
  }
}
.header__scrollHeaderSp .scrollTop {
  cursor: pointer;
}
.header__scrollHeaderSp img {
  width: 400px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .header__scrollHeaderSp img {
    width: 300px;
  }
}
@media screen and (max-width: 550px) {
  .header__scrollHeaderSp img {
    width: 200px;
  }
}
/*
mv ==========================================================================*/
.mv {
  position: relative;
  min-height: 850px;
  margin-left: 80px;
  background-image: url(../img/mv.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left 0;
  /* 40%OFF アイコン(キャンペーン時にmvのdateと一緒に使用) */
}
@media screen and (max-width: 1600px) {
  .mv {
    min-height: 750px;
  }
}
@media screen and (max-width: 1024px) {
  .mv {
    margin-left: 55px;
    background-position: calc(50% + 142px);
  }
}
@media screen and (max-width: 550px) {
  .mv {
    margin-left: 20px;
    min-height: 470px;
    background-position: calc(50% + 96px) calc(50% + 0px);
  }
}
.mv .catch {
  position: absolute;
  top: 0;
  bottom: 6%;
  left: 5%;
  width: 421px;
  height: 160px;
  margin: auto;
  font-size: 21px;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  color: #fff;
  text-shadow: 0px 0px 10px #777;
  line-height: 50px;
  letter-spacing: 2px;
}
@media screen and (max-width: 550px) {
  .mv .catch {
    width: 300px;
    bottom: -16%;
    left: 4%;
    font-size: 15px;
    line-height: 32px;
    letter-spacing: 1px;
  }
}
.mv .catch strong {
  letter-spacing: 8px;
  font-size: 38px;
}
@media screen and (max-width: 550px) {
  .mv .catch strong {
    font-size: 26px;
    letter-spacing: 5px;
  }
}
.mv .date {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: rgba(170, 121, 197, 0.5);
  color: #fff;
  font-size: 38px;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  padding-right: 102px;
}
@media screen and (max-width: 1250px) {
  .mv .date {
    padding-right: 1vw;
  }
}
@media screen and (max-width: 1024px) {
  .mv .date {
    font-size: 32px;
  }
}
@media screen and (max-width: 550px) {
  .mv .date {
    font-size: 17px;
    padding-right: 0;
    letter-spacing: -0.7px;
  }
}
.mv .date strong {
  font-size: 84px;
}
@media screen and (max-width: 1024px) {
  .mv .date strong {
    font-size: 56px;
  }
}
@media screen and (max-width: 550px) {
  .mv .date strong {
    font-size: 38px;
  }
}
.mv .date span {
  font-size: 72px;
}
@media screen and (max-width: 1024px) {
  .mv .date span {
    font-size: 56px;
  }
}
@media screen and (max-width: 550px) {
  .mv .date span {
    font-size: 32px;
  }
}

/*
open ==========================================================================*/
.open {
  padding-top: 87px;
  padding-bottom: 50px;
  margin-bottom: 75px;
  background-image: url(../img/open-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .open {
    background-image: url(../img/open-bg-sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 83px;
  }
}
@media screen and (max-width: 550px) {
  .open {
    padding-top: 34px;
  }
}
.open__ttl {
  margin-bottom: 33px;
}
@media screen and (max-width: 768px) {
  .open__ttl {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 550px) {
  .open__ttl {
    margin-bottom: 16px;
  }
}
.open__ttl--upper {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 28px;
  text-align: center;
  margin-bottom: 3px;
  letter-spacing: 3px;
}
@media screen and (max-width: 768px) {
  .open__ttl--upper {
    font-size: 23px;
  }
}
@media screen and (max-width: 550px) {
  .open__ttl--upper {
    font-size: 16px;
    letter-spacing: 1.7px;
    line-height: 26px;
    margin-bottom: 6px;
  }
}
.open__ttl--upper span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #aa79c5;
}
.open__ttl h2 {
  text-align: center;
  font-size: 32px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  margin-bottom: 40px;
  letter-spacing: 4px;
}
@media screen and (max-width: 1024px) {
  .open__ttl h2 {
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 550px) {
  .open__ttl h2 {
    font-size: 20px;
    letter-spacing: 2.4px;
    line-height: 36px;
    margin-bottom: 9px;
  }
}
.open__ttl h2 br {
  display: none;
}
@media screen and (max-width: 768px) {
  .open__ttl h2 br {
    display: block;
  }
}
.open__ttl h2 strong {
  font-size: 46px;
  font-weight: 700;
}
@media screen and (max-width: 550px) {
  .open__ttl h2 strong {
    font-size: 30px;
  }
}
.open__ttl--bottom {
  text-align: center;
  font-size: 21px;
  letter-spacing: 2px;
}
@media screen and (max-width: 550px) {
  .open__ttl--bottom {
    font-size: 18px;
    letter-spacing: 1.6px;
  }
}
.open__coupon {
  padding-inline: 48px;
  display: flex;
  gap: 20px;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .open__coupon {
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 550px) {
  .open__coupon {
    padding-inline: 18px;
    gap: 15px;
    margin-bottom: 22px;
  }
}
.open__coupon li {
  width: calc((100% - 40px) / 3);
  border: solid 1px #000;
  padding: 15px 18px 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* クーポンセットアイコン表示 */
}
@media screen and (max-width: 768px) {
  .open__coupon li {
    width: 80%;
  }
}
@media screen and (max-width: 550px) {
  .open__coupon li {
    width: 100%;
    padding: 15px 18px 8px;
  }
}
.open__coupon li strong {
  font-size: 18px;
  letter-spacing: 0px;
}
@media screen and (max-width: 550px) {
  .open__coupon li strong {
    font-size: 16px;
  }
}
@media screen and (max-width: 550px) {
  .open__coupon li .price {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
  }
}
.open__coupon li .price p {
  margin-left: auto;
  text-align: right;
  color: #dd86af;
  font-size: 32px;
}
@media screen and (max-width: 550px) {
  .open__coupon li .price p {
    font-size: 30px;
    margin-left: 0;
  }
}
.open__coupon li .price p small {
  font-size: 0.46em;
  margin: 5px 5px 0 0;
}
.open__coupon li .price p span {
  margin: 5px 5px 0 0;
  font-size: 0.46em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #888;
}
.open__coupon li:nth-child(1) .price img {
  width: 54px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: -21px;
}
@media screen and (max-width: 550px) {
  .open__coupon li:nth-child(1) .price img {
    display: block;
  }
}
.open__coupon li:nth-child(2) .price img {
  width: 54px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: -21px;
}
@media screen and (max-width: 550px) {
  .open__coupon li:nth-child(2) .price img {
    display: block;
  }
}
.open__coupon li:nth-child(3) .price img {
  width: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: -21px;
}
@media screen and (max-width: 550px) {
  .open__coupon li:nth-child(3) .price img {
    display: block;
  }
}
.open__coupon li:nth-child(3) .price p {
  position: relative;
}
.open__coupon li:nth-child(3) .price p::after {
  position: absolute;
  top: -19px;
  right: 0;
  content: "40%OFF";
  width: 78px;
  height: 23px;
  border: solid 1px #dd86af;
  border-radius: 5px;
  font-size: 16px;
  text-align: center;
  padding-bottom: 24px;
}
.open__btn {
  text-align: center;
}
.open__btn a {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  padding: 21px 64px;
  background-color: #aa79c5;
  color: #fff;
  font-size: 16px;
  border-radius: 1px;
  letter-spacing: 1.5px;
}
@media screen and (max-width: 550px) {
  .open__btn a {
    width: 90%;
    padding: 21px 40px;
    letter-spacing: 0.8px;
  }
}
.open__btn a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  font-family: "Material Icons";
  font-size: 2em;
  color: #fff;
  content: "\e5cc";
  transform: rotate(90deg) translate(7%, 50%);
}

/*
concept ==========================================================================*/
.concept {
  margin-bottom: 159px;
  background: linear-gradient(to bottom, transparent 12%, #f1f3f5 12%, #f1f3f5 76.2%, transparent 76.2%);
}
@media screen and (max-width: 768px) {
  .concept {
    background: linear-gradient(to bottom, transparent 5%, #f1f3f5 5%, #f1f3f5 57%, transparent 57%);
    margin-bottom: 130px;
  }
}
@media screen and (max-width: 550px) {
  .concept {
    background: linear-gradient(to bottom, transparent 5%, #f1f3f5 5%, #f1f3f5 59%, transparent 59%);
    margin-bottom: 87px;
  }
}
.concept__top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 62px;
  position: relative;
}
.concept__top::after {
  position: absolute;
  top: 1%;
  right: 14%;
  width: 420px;
  height: 81px;
  background-image: url(../img/concept-cross.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
@media screen and (max-width: 1300px) {
  .concept__top::after {
    right: 8%;
  }
}
@media screen and (max-width: 1024px) {
  .concept__top::after {
    width: 360px;
    height: 69px;
    right: 5%;
  }
}
@media screen and (max-width: 880px) {
  .concept__top::after {
    right: 1%;
  }
}
@media screen and (max-width: 768px) {
  .concept__top::after {
    left: 0;
    right: 0;
    margin: auto;
    top: -78.5px;
  }
}
@media screen and (max-width: 550px) {
  .concept__top::after {
    width: 312px;
    height: 63px;
  }
}
@media screen and (max-width: 768px) {
  .concept__top {
    flex-direction: column;
  }
}
@media screen and (max-width: 550px) {
  .concept__top {
    margin-bottom: -1px;
  }
}
.concept__top--left {
  width: 55%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .concept__top--left {
    width: 84%;
  }
}
@media screen and (max-width: 550px) {
  .concept__top--left {
    width: 90%;
  }
}
.concept__top--left img {
  width: 97%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 71px;
}
@media screen and (max-width: 768px) {
  .concept__top--left img {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 550px) {
  .concept__top--left img {
    margin-bottom: 18px;
  }
}
.concept__top--left h2 {
  text-align: right;
  font-size: 38px;
  letter-spacing: 3px;
}
@media screen and (max-width: 1100px) {
  .concept__top--left h2 {
    font-size: 36px;
  }
}
.concept__top--left h2 br {
  display: none;
}
@media screen and (max-width: 1024px) {
  .concept__top--left h2 br {
    display: block;
  }
}
.concept__top--right {
  width: 39.2%;
  margin-top: 243px;
}
@media screen and (max-width: 768px) {
  .concept__top--right {
    width: 100%;
    margin-left: auto;
    margin-top: 0;
  }
}
.concept__top--right img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .concept__top--right img {
    display: block;
    width: 65%;
    margin-left: auto;
    margin-bottom: 22px;
  }
}
.concept__top--right h2 {
  text-align: right;
  font-size: 38px;
  letter-spacing: 3px;
}
@media screen and (max-width: 1100px) {
  .concept__top--right h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .concept__top--right h2 {
    text-align: left;
    padding-inline: 18px;
  }
}
@media screen and (max-width: 550px) {
  .concept__top--right h2 {
    font-size: 28px;
    padding-inline: 21px;
  }
}
.concept__top--right h2 br {
  display: none;
}
@media screen and (max-width: 1024px) {
  .concept__top--right h2 br {
    display: block;
  }
}
.concept__bottom {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .concept__bottom {
    flex-direction: column;
  }
}
.concept__bottom li {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .concept__bottom li {
    width: 100%;
    display: flex;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 550px) {
  .concept__bottom li {
    margin-bottom: 0;
  }
}
.concept__bottom li:nth-child(2) {
  margin-top: 49px;
}
@media screen and (max-width: 768px) {
  .concept__bottom li:nth-child(2) {
    margin-top: 0;
    flex-direction: row-reverse;
  }
}
.concept__bottom li img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 9px;
}
@media screen and (max-width: 768px) {
  .concept__bottom li img {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .concept__bottom li .right {
    width: 50%;
    padding: 20px 0 20px 15px;
  }
}
@media screen and (max-width: 550px) {
  .concept__bottom li .right {
    padding: 20px 0;
  }
}
.concept__bottom li .right h3 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 32px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .concept__bottom li .right h3 {
    text-align: left;
    line-height: 33px;
    font-size: 35px;
    margin-bottom: 13px;
  }
}
@media screen and (max-width: 550px) {
  .concept__bottom li .right h3 {
    font-size: 25px;
    margin-bottom: 0;
  }
}
.concept__bottom li .right h3 br {
  display: none;
}
@media screen and (max-width: 768px) {
  .concept__bottom li .right h3 br {
    display: block;
  }
}
.concept__bottom li .right p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 15px;
  text-align: center;
  letter-spacing: 1px;
  line-height: 23px;
}
@media screen and (max-width: 768px) {
  .concept__bottom li .right p {
    text-align: left;
    font-size: 17px;
  }
}
@media screen and (max-width: 550px) {
  .concept__bottom li .right p {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 21px;
  }
}
@media screen and (max-width: 550px) {
  .concept__bottom li .right p br {
    display: none;
  }
}
.concept__bottom li .right p br.sp-br {
  display: none;
}
@media screen and (max-width: 550px) {
  .concept__bottom li .right p br.sp-br {
    display: block;
  }
}
.concept__bottom li:nth-child(1) .right {
  padding: 50px 0 20px 15px;
}
@media screen and (max-width: 550px) {
  .concept__bottom li:nth-child(1) .right {
    padding: 54px 0 53px 11px;
  }
}
.concept__bottom li:nth-child(2) {
  margin-bottom: 22px;
}
@media screen and (max-width: 550px) {
  .concept__bottom li:nth-child(2) .right {
    padding: 12px 0;
  }
}
@media screen and (max-width: 550px) {
  .concept__bottom li:nth-child(3) .right {
    padding: 14px 0 0px 12px;
  }
}
@media screen and (max-width: 550px) {
  .concept__bottom li:nth-child(3) .right h3 {
    line-height: 26px;
  }
}

/*
features ==========================================================================*/
.features {
  background-color: #f1f3f5;
  padding-top: 89px;
  padding-bottom: 119px;
}
@media screen and (max-width: 768px) {
  .features {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 550px) {
  .features {
    padding-top: 67px;
    margin-bottom: 0;
    padding-bottom: 48px;
  }
}
.features h2 {
  position: relative;
  text-align: center;
  font-size: 46px;
  margin-bottom: 69px;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .features h2 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 550px) {
  .features h2 {
    font-size: 32px;
    line-height: 33px;
    margin-bottom: 28px;
  }
}
.features h2 small {
  font-size: 0.69em;
}
.features h2 strong {
  font-size: 1.625em;
}
.features h2::after {
  position: absolute;
  top: -140%;
  left: 0;
  right: 1%;
  margin: auto;
  width: 387px;
  height: 143px;
  content: "";
  background-image: url(../img/feature-logo.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .features h2::after {
    top: -88%;
  }
}
@media screen and (max-width: 550px) {
  .features h2::after {
    width: 280px;
    top: -142%;
  }
}
.features h2 br {
  display: none;
}
@media screen and (max-width: 768px) {
  .features h2 br {
    display: block;
  }
}
.features__list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .features__list {
    flex-direction: column;
  }
}
.features__list li {
  display: flex;
  position: relative;
  width: 50%;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 22px;
  border-bottom: solid 1px #000;
  z-index: 1;
  /* 数字アイコン */
}
@media screen and (max-width: 768px) {
  .features__list li {
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  .features__list li {
    padding-bottom: 20px;
  }
}
.features__list li img {
  width: 34.5%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .features__list li img {
    width: 45%;
  }
}
.features__list li .right {
  width: 63%;
}
@media screen and (max-width: 768px) {
  .features__list li .right {
    width: 55%;
    padding-left: 20px;
  }
}
@media screen and (max-width: 550px) {
  .features__list li .right {
    padding-left: 13px;
  }
}
.features__list li .right h3 {
  font-size: 26px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .features__list li .right h3 {
    font-size: 35px;
    line-height: 42px;
  }
}
@media screen and (max-width: 550px) {
  .features__list li .right h3 {
    font-size: 24px;
    margin-bottom: 1px;
  }
}
.features__list li .right p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
}
@media screen and (max-width: 768px) {
  .features__list li .right p {
    font-size: 18px;
  }
}
@media screen and (max-width: 550px) {
  .features__list li .right p {
    font-size: 13px;
    line-height: 20px;
  }
}
@media screen and (max-width: 768px) {
  .features__list li:nth-child(1) .right {
    padding-top: 30px;
  }
}
@media screen and (max-width: 550px) {
  .features__list li:nth-child(1) .right {
    padding-top: 11px;
  }
}
.features__list li:nth-child(2n+1) {
  padding-right: 20px;
  border-right: solid 1px #000;
}
@media screen and (max-width: 768px) {
  .features__list li:nth-child(2n+1) {
    border-right: none;
    padding-right: 0;
  }
}
.features__list li:nth-child(2n) {
  padding-left: 33px;
}
@media screen and (max-width: 768px) {
  .features__list li:nth-child(2n) {
    padding-left: 0;
  }
}
.features__list li:not(:nth-child(1), :nth-child(2)) {
  padding-top: 22px;
}
@media screen and (max-width: 768px) {
  .features__list li:not(:nth-child(1), :nth-child(2)) {
    padding-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .features__list li:nth-child(2) {
    padding-top: 20px;
  }
}
.features__list li:nth-child(2) h3 {
  line-height: 33px;
}
@media screen and (max-width: 768px) {
  .features__list li:nth-child(2) h3 {
    line-height: 42px;
  }
}
@media screen and (max-width: 550px) {
  .features__list li:nth-child(2) h3 {
    line-height: 24px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 550px) {
  .features__list li:nth-child(4) h3 {
    line-height: 29px;
    margin-bottom: 10px;
  }
}
.features__list li:nth-child(5), .features__list li:nth-child(6) {
  border-bottom: none;
}
.features__list li:nth-child(5) {
  padding-bottom: 0px;
}
@media screen and (max-width: 768px) {
  .features__list li:nth-child(5) {
    padding-bottom: 20px;
    border-bottom: solid 1px #000;
  }
}
.features__list li:nth-child(6) {
  background-color: #fff;
  padding: 28px 20px 41px 39px;
}
@media screen and (max-width: 768px) {
  .features__list li:nth-child(6) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 550px) {
  .features__list li:nth-child(6) {
    padding: 18px 14px;
  }
}
.features__list li:nth-child(6) .left {
  width: 65%;
}
@media screen and (max-width: 768px) {
  .features__list li:nth-child(6) .left {
    width: 80%;
  }
}
.features__list li:nth-child(6) .left h3 {
  font-size: 24px;
  color: #aa79c5;
  letter-spacing: 1px;
  line-height: 27px;
  margin-bottom: 6px;
}
@media screen and (max-width: 768px) {
  .features__list li:nth-child(6) .left h3 {
    font-size: 30px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 550px) {
  .features__list li:nth-child(6) .left h3 {
    font-size: 22px;
    line-height: 23px;
    letter-spacing: 0.7px;
    margin-bottom: 3px;
  }
}
@media screen and (max-width: 383px) {
  .features__list li:nth-child(6) .left h3 {
    letter-spacing: 0;
  }
}
.features__list li:nth-child(6) .left h3 small {
  font-size: 0.58em;
}
.features__list li:nth-child(6) .left p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
}
@media screen and (max-width: 768px) {
  .features__list li:nth-child(6) .left p {
    font-size: 18px;
  }
}
@media screen and (max-width: 550px) {
  .features__list li:nth-child(6) .left p {
    font-size: 13px;
    line-height: 22px;
  }
}
.features__list li:nth-child(6) .men {
  position: absolute;
  right: 4%;
  bottom: 0;
  width: 28%;
}
@media screen and (max-width: 768px) {
  .features__list li:nth-child(6) .men {
    right: 4%;
    width: 20%;
  }
}
@media screen and (max-width: 550px) {
  .features__list li:nth-child(6) .men {
    right: 0;
    width: 23.5%;
  }
}
.features__list li:nth-child(1)::after {
  position: absolute;
  top: 8%;
  right: 9%;
  width: 64px;
  height: 52px;
  background-image: url(../img/features-num01.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .features__list li:nth-child(1)::after {
    width: 84px;
    height: 62px;
    top: 8%;
    right: 1%;
  }
}
@media screen and (max-width: 550px) {
  .features__list li:nth-child(1)::after {
    width: 54px;
    height: 45px;
  }
}
.features__list li:nth-child(2)::after {
  position: absolute;
  top: 8%;
  right: 1%;
  width: 81px;
  height: 53px;
  background-image: url(../img/features-num02.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .features__list li:nth-child(2)::after {
    width: 101px;
    height: 63px;
    top: 8%;
    right: 1%;
  }
}
@media screen and (max-width: 550px) {
  .features__list li:nth-child(2)::after {
    width: 71px;
    height: 45px;
  }
}
.features__list li:nth-child(3)::after {
  position: absolute;
  top: 14%;
  right: 7%;
  width: 81px;
  height: 53px;
  background-image: url(../img/features-num03.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .features__list li:nth-child(3)::after {
    width: 101px;
    height: 63px;
    top: 8%;
    right: 1%;
  }
}
@media screen and (max-width: 550px) {
  .features__list li:nth-child(3)::after {
    width: 71px;
    height: 45px;
  }
}
.features__list li:nth-child(4)::after {
  position: absolute;
  top: 18%;
  right: 1%;
  width: 81px;
  height: 53px;
  background-image: url(../img/features-num04.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .features__list li:nth-child(4)::after {
    width: 101px;
    height: 63px;
    top: 8%;
    right: 1%;
  }
}
@media screen and (max-width: 550px) {
  .features__list li:nth-child(4)::after {
    width: 71px;
    height: 45px;
  }
}
.features__list li:nth-child(5)::after {
  position: absolute;
  top: 16%;
  right: 7%;
  width: 81px;
  height: 55px;
  background-image: url(../img/features-num05.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .features__list li:nth-child(5)::after {
    width: 101px;
    height: 65px;
    top: 8%;
    right: 1%;
  }
}
@media screen and (max-width: 550px) {
  .features__list li:nth-child(5)::after {
    width: 71px;
    height: 45px;
  }
}

/*
staff ==========================================================================*/
.staff {
  padding-top: 100px;
  padding-bottom: 108px;
  background-image: url(../img/staff-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .staff {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 550px) {
  .staff {
    padding-top: 48px;
    padding-bottom: 57px;
    background-position: center 62%;
  }
}
.staff__ttl--area {
  text-align: center;
  margin-bottom: 21px;
}
@media screen and (max-width: 550px) {
  .staff__ttl--area {
    margin-bottom: 13px;
  }
}
.staff__ttl--area h2 {
  color: #fff;
  display: inline-block;
  text-align: center;
  padding: 17px 140px 5px;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 48px;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  line-height: 31px;
}
@media screen and (max-width: 550px) {
  .staff__ttl--area h2 {
    font-size: 29px;
    padding: 17px 90px 6px;
    line-height: 17px;
  }
}
.staff__ttl--area h2 small {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 0.29em;
}
@media screen and (max-width: 550px) {
  .staff__ttl--area h2 small {
    font-size: 0.413em;
  }
}
.staff__sub--ttl {
  text-align: center;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.8px;
  margin-bottom: 40px;
}
@media screen and (max-width: 550px) {
  .staff__sub--ttl {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 25px;
  }
}
.staff__sub--ttl strong {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.75em;
  letter-spacing: 2.6px;
  line-height: 56px;
}
@media screen and (max-width: 550px) {
  .staff__sub--ttl strong {
    font-size: 1.86em;
  }
}
.staff__sub--ttl .sp-br {
  display: none;
}
@media screen and (max-width: 550px) {
  .staff__sub--ttl .sp-br {
    display: block;
  }
}
.staff ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .staff ul {
    flex-wrap: wrap;
    gap: 30px 10px;
  }
}
@media screen and (max-width: 550px) {
  .staff ul {
    gap: 12px 10px;
  }
}
.staff ul li {
  min-height: 559px;
  width: calc((100% - 60px) / 4);
  display: flex;
  flex-direction: column;
  /* staff背景 */
  /* 深瀬のみ1024px以下位置修正 */
}
@media screen and (max-width: 1024px) {
  .staff ul li {
    width: calc((100% - 45px) / 4);
  }
}
@media screen and (max-width: 768px) {
  .staff ul li {
    width: calc((100% - 10px) / 2);
    min-height: auto;
    height: 111vw;
  }
}
@media screen and (max-width: 550px) {
  .staff ul li {
    height: 104vw;
  }
}
.staff ul li .text-area {
  position: relative;
  margin-top: auto;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 23px 20px 31px;
}
@media screen and (max-width: 550px) {
  .staff ul li .text-area {
    padding: 16px 20px 23px;
  }
}
.staff ul li .text-area p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 13px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .staff ul li .text-area p {
    font-size: 12px;
  }
}
@media screen and (max-width: 550px) {
  .staff ul li .text-area p {
    margin-bottom: 3px;
  }
}
.staff ul li .text-area h3 {
  font-size: 20px;
  line-height: 21px;
  margin-bottom: 20px;
}
@media screen and (max-width: 550px) {
  .staff ul li .text-area h3 {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 11px;
  }
}
.staff ul li .text-area h3 small {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 0.65em;
}
.staff ul li .text-area .insta {
  position: absolute;
  display: block;
  top: 12%;
  right: 10%;
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 1024px) {
  .staff ul li .text-area .insta {
    width: 25px;
    height: 25px;
  }
}
.staff ul li .text-area .insta img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.staff ul li .text-area .reserve {
  display: block;
  width: 100%;
  text-align: center;
  border: solid 2px #fff;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 47px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 550px) {
  .staff ul li .text-area .reserve {
    line-height: 37px;
    font-size: 13px;
  }
}
.staff ul li .text-area .reserve:hover {
  opacity: 1;
  background-color: #fff;
  color: #000;
}
.staff ul li:nth-child(1) {
  background-image: url(../img/staff01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.staff ul li:nth-child(2) {
  background-image: url(../img/staff02.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.staff ul li:nth-child(3) {
  background-image: url(../img/staff03.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.staff ul li:nth-child(4) {
  background-image: url(../img/staff04.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 1024px) {
  .staff ul li:nth-child(3) {
    background-position: -4px center;
  }
}
@media screen and (max-width: 550px) {
  .staff ul li:nth-child(3) {
    background-position: 0px center;
  }
}

/*
menu ==========================================================================*/
.menu {
  padding-top: 154px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .menu {
    padding-top: 94px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 550px) {
  .menu {
    padding-top: 49px;
    padding-bottom: 0;
  }
}
.menu__ttl--area {
  text-align: center;
  margin-bottom: 21px;
  margin-bottom: 14px;
}
@media screen and (max-width: 550px) {
  .menu__ttl--area {
    margin-bottom: 13px;
  }
}
.menu__ttl--area h2 {
  color: #000;
  display: inline-block;
  text-align: center;
  padding: 17px 5px 5px;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 48px;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  line-height: 31px;
}
@media screen and (max-width: 550px) {
  .menu__ttl--area h2 {
    font-size: 29px;
    padding: 17px -45px 6px;
    line-height: 17px;
  }
}
.menu__ttl--area h2 small {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 0.29em;
}
@media screen and (max-width: 550px) {
  .menu__ttl--area h2 small {
    font-size: 0.413em;
  }
}
.menu__ttl--area h2 {
  position: relative;
}
.menu__ttl--area h2::after {
  position: absolute;
  bottom: -32%;
  right: -33.5%;
  width: 119px;
  height: 119px;
  content: "";
  background-image: url(../img/40off.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .menu__ttl--area h2::after {
    bottom: -84%;
    right: -10.5%;
  }
}
@media screen and (max-width: 550px) {
  .menu__ttl--area h2::after {
    background-image: url(../img/40off-sp.png);
    width: 90px;
    height: 90px;
    bottom: -111%;
    right: -21.5%;
  }
}
.menu__sub--ttl {
  text-align: center;
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  margin-bottom: 30px;
  letter-spacing: 2px;
}
@media screen and (max-width: 550px) {
  .menu__sub--ttl {
    font-size: 14px;
  }
}
.menu__sub--ttl span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #aa79c5;
}
.menu ul li {
  margin-bottom: 40px;
}
@media screen and (max-width: 550px) {
  .menu ul li {
    margin-bottom: 33px;
  }
}
.menu ul li h3 {
  color: #fff;
  background: linear-gradient(90deg, rgb(0, 0, 0), rgba(0, 0, 0, 0.5));
  font-size: 24px;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 9px 0 8px 20px;
}
@media screen and (max-width: 550px) {
  .menu ul li h3 {
    padding: 5px 0 7px 14px;
    font-size: 22px;
  }
}
.menu ul li h3 small {
  font-size: 0.58em;
  padding-top: 5px;
  letter-spacing: 1.2px;
}
.menu ul li dl {
  width: 100%;
  border-bottom: dotted 2px #b3b3b3;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 26px 0;
}
@media screen and (max-width: 768px) {
  .menu ul li dl {
    flex-direction: column;
  }
}
@media screen and (max-width: 550px) {
  .menu ul li dl {
    padding: 21px 0 4px;
  }
}
@media screen and (max-width: 550px) {
  .menu ul li dl:last-child {
    border-bottom: none;
  }
}
.menu ul li dl dt {
  padding-left: 50px;
}
@media screen and (max-width: 768px) {
  .menu ul li dl dt {
    width: 100%;
    margin-bottom: 15px;
  }
}
.menu ul li dl dt h4 {
  position: relative;
  font-size: 21px;
}
@media screen and (max-width: 1024px) {
  .menu ul li dl dt h4 {
    font-size: 18px;
  }
}
.menu ul li dl dt h4 span {
  position: absolute;
  content: "";
  top: 4px;
  left: -49px;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: contain;
}
.menu ul li dl dt .desc {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #999;
}
@media screen and (max-width: 1024px) {
  .menu ul li dl dt .desc {
    font-size: 12px;
  }
}
.menu ul li dl dt .set-menu {
  position: relative;
  font-size: 18px;
  margin-top: 18px;
  padding-left: 36px;
  letter-spacing: 1px;
}
@media screen and (max-width: 1024px) {
  .menu ul li dl dt .set-menu {
    font-size: 16px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 768px) {
  .menu ul li dl dt .set-menu {
    display: none;
  }
}
.menu ul li dl dt .set-menu .blue {
  color: #5291bc;
}
.menu ul li dl dt .set-menu .pink {
  color: #dd86af;
}
.menu ul li dl dt .set-menu::before {
  position: absolute;
  top: 26%;
  left: -9%;
  width: 57px;
  height: 40px;
  background-image: url(../img/set-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  transform: translateY(-50%);
}
.menu ul li dl dd {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .menu ul li dl dd {
    width: 100%;
  }
}
.menu ul li dl dd .upper, .menu ul li dl dd .bottom {
  width: 100%;
  display: flex;
  justify-content: right;
  align-items: center;
}
.menu ul li dl dd .upper .normal, .menu ul li dl dd .bottom .normal {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #999;
  margin-right: 11px;
  transform: translateY(3px);
}
@media screen and (max-width: 550px) {
  .menu ul li dl dd .upper .normal, .menu ul li dl dd .bottom .normal {
    font-size: 14px;
    margin-right: 0;
    transform: translateY(-3px);
  }
}
.menu ul li dl dd .upper img, .menu ul li dl dd .bottom img {
  width: 45px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 15px;
}
@media screen and (max-width: 550px) {
  .menu ul li dl dd .upper img, .menu ul li dl dd .bottom img {
    width: 34px;
    margin-right: 5px;
    transform: translateY(-5px);
  }
}
.menu ul li dl dd .upper .off, .menu ul li dl dd .bottom .off {
  font-size: 16px;
  color: #dd86af;
  border: solid 1px #dd86af;
  border-radius: 6px;
  margin-right: 22px;
  padding: 1px 5px;
  transform: translateY(-1.5px);
}
@media screen and (max-width: 550px) {
  .menu ul li dl dd .upper .off, .menu ul li dl dd .bottom .off {
    font-size: 13px;
    border-radius: 4px;
    margin-right: 11px;
    padding: 0 5px;
    transform: translateY(-3.5px);
  }
}
.menu ul li dl dd .upper .price, .menu ul li dl dd .bottom .price {
  font-size: 36px;
  color: #dd86af;
  transform: translateY(-6px);
}
@media screen and (max-width: 1024px) {
  .menu ul li dl dd .upper .price, .menu ul li dl dd .bottom .price {
    font-size: 30px;
  }
}
@media screen and (max-width: 550px) {
  .menu ul li dl dd .upper .price, .menu ul li dl dd .bottom .price {
    font-size: 24px;
  }
}
.menu ul li dl dd .upper .price small, .menu ul li dl dd .bottom .price small {
  font-size: 0.75em;
}
.menu ul li dl dd .set-menu-sp {
  display: none;
  position: relative;
  font-size: 18px;
  margin-top: 18px;
  padding-left: 78px;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .menu ul li dl dd .set-menu-sp {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .menu ul li dl dd .set-menu-sp {
    font-size: 16px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 550px) {
  .menu ul li dl dd .set-menu-sp {
    margin-top: 4px;
    letter-spacing: 0.8px;
    padding-left: 82px;
  }
}
.menu ul li dl dd .set-menu-sp .blue {
  color: #5291bc;
}
.menu ul li dl dd .set-menu-sp .pink {
  color: #dd86af;
}
.menu ul li dl dd .set-menu-sp::before {
  position: absolute;
  top: -43%;
  left: 2.7%;
  width: 53px;
  height: 73px;
  background-image: url(../img/set-arrow-sp.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  transform: translateY(-50%);
}
@media screen and (max-width: 550px) {
  .menu ul li dl dd .set-menu-sp::before {
    left: 5.7%;
  }
}
@media screen and (max-width: 1024px) {
  .menu ul li dl dd .bottom {
    padding-top: 9px;
  }
}
.menu ul li dl dd .bottom .set-price {
  font-size: 24px;
  color: #dd86af;
  margin-right: 22px;
}
@media screen and (max-width: 1024px) {
  .menu ul li dl dd .bottom .set-price {
    line-height: 26px;
  }
}
@media screen and (max-width: 550px) {
  .menu ul li dl dd .bottom .set-price {
    font-size: 18px;
  }
}
.menu ul li dl dd .bottom .set-price small {
  font-size: 0.66em;
}
.menu ul li.headspa dl:last-child, .menu ul li.perm dl:last-child, .menu ul li.skincare dl:last-child {
  border-bottom: none;
}
.menu ul li .cut-price {
  display: flex;
  justify-content: space-between;
  max-width: 875px;
  margin: 28px auto 0;
  border: solid 1px #9e9e9f;
}
@media screen and (max-width: 768px) {
  .menu ul li .cut-price {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 550px) {
  .menu ul li .cut-price {
    margin: 15px auto 0;
  }
}
.menu ul li .cut-price .cut {
  position: relative;
  width: 21.9%;
  padding: 6px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background-color: #f2f2f2;
}
@media screen and (max-width: 768px) {
  .menu ul li .cut-price .cut {
    width: 100%;
  }
}
.menu ul li .cut-price .cut::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 1px;
  height: 36px;
  border-right: dotted 2px #c8c9ca;
  transform: translateX(1px);
}
.menu ul li .cut-price .cut h5 {
  font-size: 16px;
  letter-spacing: 1px;
}
.menu ul li .cut-price .cut img {
  width: 25px;
  -o-object-fit: contain;
     object-fit: contain;
}
.menu ul li .cut-price .designer {
  position: relative;
  padding: 6px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: 19.525%;
}
@media screen and (max-width: 768px) {
  .menu ul li .cut-price .designer {
    width: 50%;
    border-top: dotted 2px #c8c9ca;
  }
}
.menu ul li .cut-price .designer::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 1px;
  height: 36px;
  border-right: dotted 2px #c8c9ca;
  transform: translateX(1px);
}
.menu ul li .cut-price .designer:last-child::after {
  display: none;
}
.menu ul li .cut-price .designer h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 18px;
}
.menu ul li .cut-price .designer p {
  font-size: 18px;
  color: #dd86af;
}
.menu ul li .cut-price .designer p small {
  font-size: 0.75em;
}
.menu ul li .cut-price .designer:last-child {
  border-right: none;
}

/*
access ==========================================================================*/
.access__top {
  display: flex;
  justify-content: space-between;
}
.access__top img {
  width: 50%;
  -o-object-fit: contain;
     object-fit: contain;
}
.access__bottom {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .access__bottom {
    flex-direction: column;
  }
}
.access__bottom--left, .access__bottom--right {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .access__bottom--left, .access__bottom--right {
    width: 100%;
  }
}
.access__bottom--left {
  filter: grayscale(100%);
}
.access__bottom--left iframe {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .access__bottom--left iframe {
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .access__bottom--left iframe {
    height: 400px;
  }
}
@media screen and (max-width: 550px) {
  .access__bottom--left iframe {
    height: 200px;
  }
}
.access__bottom--right {
  background-color: #f1f3f5;
  padding: 130px 71px;
}
@media screen and (max-width: 1024px) {
  .access__bottom--right {
    padding: 50px 71px;
  }
}
@media screen and (max-width: 550px) {
  .access__bottom--right {
    padding: 26px 30px 49px;
  }
}
.access__bottom--right h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 46px;
}
@media screen and (max-width: 550px) {
  .access__bottom--right h2 {
    font-size: 28px;
    margin-bottom: 8px;
  }
}
.access__bottom--right dl {
  display: flex;
  justify-content: left;
  gap: 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 550px) {
  .access__bottom--right dl {
    margin-bottom: 10px;
    gap: 0;
  }
}
.access__bottom--right dl dt {
  width: 54px;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .access__bottom--right dl dt {
    width: 25%;
  }
}
@media screen and (max-width: 550px) {
  .access__bottom--right dl dt {
    font-size: 13px;
    width: 20%;
  }
}
.access__bottom--right dl dd {
  width: calc(100% - 54px);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
}
@media screen and (max-width: 768px) {
  .access__bottom--right dl dd {
    width: 70%;
  }
}
@media screen and (max-width: 550px) {
  .access__bottom--right dl dd {
    font-size: 13px;
    width: 80%;
    line-height: 20px;
  }
}
.access__bottom--right a {
  display: block;
  max-width: 350px;
  text-align: center;
  padding: 15px 0 19px;
  border: solid 1px #000;
  border-radius: 1px;
  margin-top: 52px;
  transition: all 0.3s ease;
}
.access__bottom--right a:hover {
  opacity: 1;
  background-color: #000;
}
.access__bottom--right a:hover span {
  color: #f1f3f5;
}
@media screen and (max-width: 768px) {
  .access__bottom--right a {
    margin: auto;
    margin-top: 80px;
  }
}
@media screen and (max-width: 550px) {
  .access__bottom--right a {
    margin-top: 28px;
    max-width: 100%;
  }
}
.access__bottom--right a span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 1.4px;
}

/*
footer ==========================================================================*/
.footer {
  background-color: #4d4d4d;
}
.footer__upper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 37px 0 35px;
}
@media screen and (max-width: 550px) {
  .footer__upper {
    padding: 22px 0 15px;
  }
}
.footer__upper--left {
  width: 46%;
}
@media screen and (max-width: 768px) {
  .footer__upper--left {
    width: 100%;
  }
}
.footer__upper--left img {
  width: 291px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 8px;
}
@media screen and (max-width: 550px) {
  .footer__upper--left img {
    width: 249px;
    display: block;
    margin: 0 auto 13px;
  }
}
.footer__upper--left nav {
  display: flex;
  align-items: center;
  justify-content: left;
}
@media screen and (max-width: 550px) {
  .footer__upper--left nav {
    justify-content: space-between;
  }
}
.footer__upper--left nav a {
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 1px;
  margin-right: 27px;
}
@media screen and (max-width: 1024px) {
  .footer__upper--left nav a {
    margin-right: 24px;
  }
}
@media screen and (max-width: 550px) {
  .footer__upper--left nav a {
    font-size: 12px;
    margin-right: 12px;
  }
}
.footer__upper--left nav a:nth-child(4) {
  position: relative;
  margin-right: 44px;
}
@media screen and (max-width: 550px) {
  .footer__upper--left nav a:nth-child(4) {
    margin-right: 17px;
  }
}
.footer__upper--left nav a:nth-child(4)::after {
  position: absolute;
  top: 1%;
  bottom: 0;
  right: -29%;
  margin: auto;
  width: 2px;
  height: 13px;
  background-color: #fff;
  content: "";
}
.footer__upper--left nav a:last-child {
  margin-right: 0;
}
.footer__upper--right {
  width: 54%;
}
@media screen and (max-width: 768px) {
  .footer__upper--right {
    display: none;
  }
}
.footer__upper--right nav {
  display: flex;
  align-items: center;
  justify-content: right;
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  .footer__upper--right nav {
    gap: 15px;
  }
}
.footer__upper--right nav a {
  max-width: 200px;
  width: 37%;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .footer__upper--right nav a {
    width: 34%;
    font-size: 14px;
  }
}
.footer__upper--right nav a.line {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  background-color: #fff;
  background-color: #309e39;
}
.footer__upper--right nav a.reserve {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  border: solid 1px #fff;
}
.footer__upper--right nav a.reserve:hover {
  opacity: 1;
  background-color: #fff;
  color: #4d4d4d;
}
.footer__bottom {
  background-color: #000;
}
@media screen and (max-width: 768px) {
  .footer__bottom {
    padding-bottom: 78px;
  }
}
.footer__bottom .wrapper {
  position: relative;
  text-align: center;
}
.footer__bottom .wrapper p {
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 35px;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .footer__bottom .wrapper p {
    padding-top: 20px;
  }
}
@media screen and (max-width: 550px) {
  .footer__bottom .wrapper p {
    line-height: 30px;
  }
}
.footer__bottom .wrapper a {
  display: block;
  position: absolute;
  right: 15px;
  top: 5px;
  bottom: 0;
  margin: auto;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .footer__bottom .wrapper a {
    display: inline-block;
    top: 10px;
    left: 0;
    right: 0;
  }
}
@media screen and (max-width: 550px) {
  .footer__bottom .wrapper a {
    top: 8px;
    letter-spacing: 0.8px;
  }
}
.footer__bottom nav {
  display: none;
}
@media screen and (max-width: 768px) {
  .footer__bottom nav {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    align-items: center;
    width: 100%;
    z-index: 1;
  }
  .footer__bottom nav a {
    width: 50%;
    line-height: 75px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    transition: all 0.3s ease;
  }
}
@media screen and (max-width: 768px) and (max-width: 550px) {
  .footer__bottom nav a {
    line-height: 67px;
  }
}
@media screen and (max-width: 768px) {
  .footer__bottom nav a.line {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    background-color: #fff;
    background-color: #309e39;
  }
  .footer__bottom nav a.reserve {
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    background-color: #000;
  }
  .footer__bottom nav a.reserve:hover {
    opacity: 1;
    background-color: #fff;
    color: #4d4d4d;
  }
}/*# sourceMappingURL=style.css.map */