#topSalon .viewMore {
  text-align: center;
}
#topSalon .viewMore a {
  display: inline-block;
  padding: 16px 48px;
  border: 1px solid #4a444d;
  color: #4a444d;
  text-decoration: none;
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.3rem;
  letter-spacing: 3px;
  line-height: 1;
  transition: border-color 0.3s ease, color 0.3s ease, background-color 0.3s ease;
}
#topSalon .viewMore a:hover {
  border-color: #6795C9;
  color: #6795C9;
}

#topPoint .topPointLead {
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 3px;
  color: #4a444d;
}
#topPoint .topPointList {
  list-style: none;
  margin: 0;
  padding: 0;
}
#topPoint .topPointItem {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 28px 24px;
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgb(213.624137931, 210.1275862069, 215.3724137931);
  box-shadow: 0 4px 24px rgba(74, 68, 77, 0.08);
}
#topPoint .topPointItem__num {
  flex-shrink: 0;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.2rem;
  color: #6795C9;
  line-height: 1;
  letter-spacing: 2px;
  opacity: 0.85;
}
#topPoint .topPointItem__body {
  flex: 1;
  min-width: 0;
}
#topPoint .topPointItem__title {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 1.6;
  margin-bottom: 12px;
  color: #4a444d;
}
#topPoint .topPointItem__text {
  font-size: 1.4rem;
  line-height: 2;
  color: rgb(113.0413793103, 103.875862069, 117.624137931);
}

@media (max-width: 799px) {
  #topHero {
    position: relative;
    height: 100vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #topHero .bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
  }
  #topHero .bg video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  #topHero .main {
    position: relative;
    z-index: 1;
    text-align: center;
  }
  #topHero .main > h1 {
    color: #4a444d;
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
    margin-top: 3em;
  }
  #topHero .main > h1 .en {
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.6rem;
    margin-bottom: 0.5em;
  }
  #topHero .main > h1 .ja {
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
    padding-left: 20px;
    font-size: 2rem;
  }
  #topHero .main img {
    width: 70%;
    max-width: 300px;
  }
  #topHero .sub {
    position: absolute;
    bottom: 100px;
    z-index: 1;
    text-align: center;
    font-size: 1.4rem;
    color: #4a444d;
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
  }
  #topNews {
    padding: 100px 0;
    font-family: "Marcellus", serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    line-height: 1;
    letter-spacing: 7px;
  }
  #topNews .date {
    font-size: 3rem;
    margin-bottom: 20px;
  }
  #topNews .date .news-char {
    display: inline-block;
  }
  #topNews .text {
    font-size: 3rem;
  }
  #topNews .text .news-char {
    display: inline-block;
  }
  #topInstagram section {
    width: 90%;
    margin: 0 auto;
  }
  #topPoint {
    padding: 80px 0 100px;
  }
  #topPoint .topPointLead {
    font-size: 1.6rem;
    margin-bottom: 40px;
  }
  #topPoint section {
    width: 90%;
    margin: 0 auto;
  }
  #topPoint .topPointList {
    display: grid;
    gap: 20px;
  }
  #topConcept {
    padding: 100px 0;
    text-align: center;
    line-height: 2.5;
    background: url(../images/concept-bg-sp.webp) no-repeat center center;
    background-size: cover;
  }
  #topConcept .commonH2,
  #topConcept section {
    position: relative;
    z-index: 1;
  }
  #topConcept section {
    width: 90%;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    box-shadow: 0 4px 32px rgba(128, 128, 128, 0.1), 0 1.5px 12px rgba(180, 200, 220, 0.13);
    margin: 0 auto;
    padding: 30px;
    box-sizing: border-box;
  }
  #topConcept p {
    font-size: 1.4rem;
    text-shadow: 0 2px 8px #fff, 0 0px 1px #fff;
    margin-bottom: 2em;
  }
  #topConcept p:last-child {
    margin-bottom: 0;
  }
  #topInformation {
    padding: 100px 0 0;
  }
  #topInformation ul {
    width: 85%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: top;
    gap: 30px;
  }
  #topInformation ul li > div:nth-child(2) {
    border-top: 1px solid #C1C7CE;
    padding-top: 10px;
    text-align: center;
    letter-spacing: 1px;
    font-size: 1.2rem;
  }
  #topInformation ul li img {
    width: 100%;
  }
  #topMessage {
    padding: 100px 0 0;
  }
  #topMessage > section {
    background-image: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 80%), url(../images/message.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 400px;
    position: relative;
    overflow: hidden;
  }
  #topMessage > section .text > div {
    position: relative;
    top: 15%;
    left: 5%;
    width: 100%;
    height: 100%;
    font-size: 1.8rem;
    line-height: 2;
    padding: 20px;
    box-sizing: border-box;
    z-index: 1;
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 4px;
  }
  #topMessage > section .text > div p {
    margin-bottom: 1em;
  }
  #topMessage > section .text > div p:last-child {
    margin-bottom: 0;
  }
  #topSalon {
    padding: 100px 0;
  }
  #topSalon > section {
    width: 90%;
    margin: 0 auto;
  }
  #topSalon > section > div > div > div {
    display: grid;
    grid-template-columns: 6em 1fr;
    padding: 10px 0;
  }
  #topSalon > section > div > div > div > div {
    padding: 0.5em 0;
  }
  #topSalon > section > div > div > div > div:nth-child(2) {
    padding-left: 30px;
    border-left: 1px solid #ccc;
  }
  #topSalon .viewMore {
    margin-top: 40px;
  }
}
@media (min-width: 800px) {
  #topHero {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #topHero .bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
  }
  #topHero .bg video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  #topHero .main {
    position: relative;
    z-index: 1;
    text-align: center;
  }
  #topHero .main > h1 {
    color: #4a444d;
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
    margin-top: 3em;
  }
  #topHero .main > h1 .en {
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.4rem;
    margin-bottom: 0.5em;
  }
  #topHero .main > h1 .ja {
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3.6rem;
  }
  #topHero .main img {
    width: 100%;
    max-width: 300px;
  }
  #topHero .sub {
    position: absolute;
    bottom: 50px;
    z-index: 1;
    text-align: center;
    font-size: 1.8rem;
    color: #4a444d;
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
  }
  #topNews {
    padding: 200px 0;
    font-family: "Marcellus", serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    line-height: 1;
    letter-spacing: 7px;
  }
  #topNews .date {
    font-size: 4.8rem;
    margin-bottom: 20px;
  }
  #topNews .date .news-char {
    display: inline-block;
  }
  #topNews .text {
    font-size: 5.4rem;
  }
  #topNews .text .news-char {
    display: inline-block;
  }
  #topInstagram section {
    width: 1080px;
    max-width: 95%;
    margin: 0 auto;
  }
  #topPoint {
    padding: 120px 0 150px;
  }
  #topPoint .topPointLead {
    font-size: 3rem;
    margin-bottom: 60px;
  }
  #topPoint section {
    width: 1080px;
    max-width: 95%;
    margin: 0 auto;
  }
  #topPoint .topPointList {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }
  #topPoint .topPointItem {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 40px 28px;
  }
  #topPoint .topPointItem__num {
    font-size: 4rem;
    margin-bottom: 8px;
  }
  #topPoint .topPointItem__title {
    font-size: 1.8rem;
    margin-bottom: 16px;
  }
  #topPoint .topPointItem__text {
    font-size: 1.5rem;
  }
  #topConcept {
    padding: 150px 0;
    text-align: center;
    line-height: 2.5;
    background: url(../images/concept-bg.webp) no-repeat center center;
    background-size: cover;
  }
  #topConcept .commonH2,
  #topConcept section {
    position: relative;
    z-index: 1;
  }
  #topConcept section {
    width: 800px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    box-shadow: 0 4px 32px rgba(128, 128, 128, 0.1), 0 1.5px 12px rgba(180, 200, 220, 0.13);
    margin: 0 auto;
    padding: 50px;
    box-sizing: border-box;
  }
  #topConcept p {
    font-size: 2rem;
    text-shadow: 0 2px 8px #fff, 0 0px 1px #fff;
    margin-bottom: 2em;
  }
  #topConcept p:last-child {
    margin-bottom: 0;
  }
  #topInformation {
    padding: 150px 0 0;
  }
  #topInformation ul {
    margin: 0 auto;
    display: grid;
    justify-content: center;
    align-items: top;
    gap: 40px;
  }
  #topInformation ul li {
    width: 200px;
  }
  #topInformation ul li > div:nth-child(2) {
    border-top: 1px solid #C1C7CE;
    padding-top: 20px;
    text-align: center;
    letter-spacing: 1px;
  }
  #topInformation ul li img {
    width: 100%;
  }
  #topInformation .line1 {
    width: 980px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  #topInformation .line2 {
    width: 720px;
    grid-template-columns: 1fr 1fr 1fr;
  }
  #topMessage {
    padding: 150px 0 0;
  }
  #topMessage > section {
    display: grid;
    grid-template-columns: 30% 70%;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
  }
  #topMessage > section .text > div {
    position: absolute;
    top: 20%;
    left: 10%;
    width: 70%;
    height: 100%;
    font-size: 3rem;
    line-height: 2;
    padding: 20px;
    box-sizing: border-box;
    z-index: 1;
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 4px;
  }
  #topMessage > section .text > div p {
    margin-bottom: 1em;
  }
  #topMessage > section .text > div p:last-child {
    margin-bottom: 0;
  }
  #topMessage > section .image {
    position: relative;
    z-index: 0;
    background-image: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 50%), url(../images/message.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 600px;
  }
  #topSalon {
    padding: 150px 0;
  }
  #topSalon > section {
    width: 1000px;
    margin: 0 auto;
  }
  #topSalon > section > div {
    display: flex;
    justify-content: space-between;
  }
  #topSalon > section > div > div > div {
    display: flex;
    padding: 10px 0;
  }
  #topSalon > section > div > div > div > div {
    padding: 0.5em 0;
  }
  #topSalon > section > div > div > div > div:nth-child(1) {
    width: 6em;
  }
  #topSalon > section > div > div > div > div:nth-child(2) {
    padding-left: 30px;
    border-left: 1px solid #ccc;
  }
  #topSalon .viewMore {
    margin-top: 60px;
    text-align: center;
    display: block;
  }
  #topSalon .viewMore a {
    display: inline-block;
    padding: 18px 64px;
    font-size: 1.5rem;
    letter-spacing: 4px;
  }
  #topSalon .viewMore a:hover {
    background-color: rgba(103, 149, 201, 0.06);
  }
}