@charset "utf-8";
/*** FV ***/
.FV {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.FVImg {
  width: 100%;
}
.FV h1 {
  position: absolute;
  top: 75px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 70vw;
  max-width: 1200px;
}
.logoImgSP {
  display: none;
}
 .FVText {
  position: absolute;
  top: 150px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
 }
 .FVText_br {
  display: none;
 }
.FVText h2 {
  font-family: "Allison", cursive;
  color: #fff;
  font-size: clamp(150px, 30vw, 420px);
  text-align: center;
  margin: 0 auto;
  max-width: 100%;
  transform: rotate(-10deg);
  white-space: nowrap;
  padding: 0 50px 0 10px;
}
.badge {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
  background-color: #8C234D;
  border-radius: 100px;
  width: 133px;
  height: 133px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -50px;
}
.place-date {
  position: absolute;
  left: calc(50% + 90px);
  transform: translateX(0);
  white-space: nowrap;
  margin-top: -30px;
}
.place-date p {
  color: #fff;
  font-weight: 600;
  line-height: 1;
  text-align: left;
}
.place {
  font-size: 21px;
}
.date {
  color: #fff;
  font-size: 63px;
  font-weight: 600;
  display: inline-block;
  vertical-align: bottom;
  padding-top: 12px;
}
.month {
  font-size: 42px;
  vertical-align: top;
}
.weekday {
  font-size: 36px;
  margin-left: 5px;
}
.mainCopy {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.3em;
  writing-mode: vertical-rl;
  white-space: nowrap;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
  z-index: 2;
  padding-top: 120px;
  margin: 0 auto ;
}
@media screen and (max-width: 1200px) {
  .FV {
    height: 1100px;
  }
  .FVImg {
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .mainCopy {
    font-size: 25px;
    padding-top: 130px;
  }
}
@media screen and (max-width: 767px) {
  .logoImg {
    display: none;
  }
  .logoImgSP {
    display: block;
  }
  .FV h1 {
  top: 30px;
  }
  .FVText_br {
    display: block;
  }
  .FVText {
    top: 120px;
    width: 100%;
  }
  .FVText h2 {
    line-height: 0.7;
    white-space: normal;
    font-size: clamp(42px, 48vw, 250px);
    margin-left: -20%;
    margin-top: 60px;
  }
   .house {
    padding-left: 1em;
  }
  .badge {
    width: 100px;
    height: 100px;
    font-size: 24px;
    left: auto;
    right: 30px;
    top: 150px;
  }
  .place-date {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 5px auto 0;
    text-align: center;
    width: 100%;
    position: static;
  }
  .place-date .place {
    order: 2; /* 後ろに移動 */
  }
  .place-date .date {
    order: 1; /* 前に移動 */
    padding: 0 0 10px;
  }
  .mainCopy {
    padding-top: 30px;
  }
}
@media screen and (max-width: 565px) {
  .FVText {
    top: 120px;
    width: 100%;
  }
  .FVText h2 {
    line-height: 0.7;
    white-space: normal;
    font-size: clamp(42px, 42vw, 250px);
    padding: 20px 0 0;
    margin-left: -25%;
    margin-top: 20px;
  }
   .house {
    padding-left: 1.2em;
  }
   .badge {
    top: 110px;
    right: 5px;
   }
}

/*** about ***/
.about {
  background-color: rgba(140, 35, 77, 1);
  padding-bottom: 180px;
}
.aboutMessage {
  color: #fff;
  font-weight: 600;
  font-size: 21px;
  line-height: 2.4;
  text-align: center;
  margin: 0 auto;
  padding-top: 120px;
}
.textGroup {
  text-align: center;
  margin-top: 50px;
}
.textGroup::after {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  background-color: #fff;
  margin: 100px auto;
}
.about p {
  color: #fff;
  font-weight: 600;
  margin: 0 auto;
  text-align: center;
}
.schedule {
  color: #fff;
  font-size: 110px;
  font-weight: 600;
  line-height: 1.75;
  display: inline-block;
  vertical-align: bottom;
}
.scheduleMonth  {
  font-size: 74px;
  vertical-align: top;
}
.scheduleWeekday {
  font-size: 65px;
  margin-left: 5px;
}
.schedule .start::after {
  content: "";
  width: 36px;
  height: 2px;
  margin: 0 18px 10px 18px ;
  display: inline-block;
  background-color: #fff;
  vertical-align: middle;
}
.aboutAddress {
  font-size: 32px;
  padding-bottom: 10px;
  letter-spacing: 0.1em
}
.info {
  display: flex;
  justify-content: center;
  align-items: center;
}
.info li {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.7;
  position: relative;
  padding: 0 15px;
}
.info li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 55%;
  transform: translateY(-50%);
  width: 1px;
  height: 21px;
  background-color: #fff;
}
.info li:last-child::after {
  content: "";
  position: absolute;
  right: 0;
  top: 55%;
  transform: translateY(-50%);
  width: 1px;
  height: 21px;
  background-color: #fff;
}
.houseDescription {
  font-size: 21px;
  line-height: 3.1;
  letter-spacing: 0.05em;
  padding-bottom: 80px;
}
.houseDescription_br {
  display: none;
}
.eventCta {
  font-size: 35px;
  line-height: 1.9;
  letter-spacing: 0.05em;
  position: relative;
  display: block;
  max-width: max-content;
}
.eventCta::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  background-color: #fff;
  left: 0;
  right: 0;
}
.btn {
  background-color: #fff;
  height: 120px;
  width: 740px;
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 120px auto 0;
}
.btn span {
  color: rgba(140, 35, 77, 1);
  font-size: 21px;
  font-weight: 600;
  line-height: 1.6;
  margin: 0 10px 0 0;
}
.btn img {
  width: 27px;
}
.btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  transition: background-color 0.3s ease;
}
.btn a:hover {
  background-color: #C5A6B2;
  opacity: 1;
}
.btn a:hover span {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .about {
    padding: 0 22px 87px;
  }
  .aboutMessage {
    font-size: 18px;
    padding-top: 60px;
  }
  .textGroup {
    margin-top: 20px;
  }
  .textGroup::after {
    margin: 70px auto;
  }
  .schedule {
    font-size: 70px;
  }
  .scheduleMonth {
    font-size: 46px;
  }
  .scheduleWeekday {
    font-size: 40px;
  }
  .aboutAddress {
    font-size: 22px;
  }
  .info li {
    font-size: 19px;
  }
  .houseDescription {
    font-size: 17px;
    line-height: 2.8;
    letter-spacing: 0;
  }
  .houseDescription_br {
    display: block;
  }
  .eventCta {
    font-size: 20px;
    letter-spacing: 0;
  }
  .btn {
    width: 100%;
    max-width: 324px;
    height: 67px;
  }
  .btn span {
    font-size: 18px;
  }
  .btn img {
    width: 13px;
  }
}
@media screen and (max-width: 380px) {
  .aboutMessage {
    font-size: 16px;
  }
  .aboutAddress {
    font-size: 18px;
  }
  .info li {
    font-size: 20px;
  } 
  .houseDescription {
    font-size: 16px;
  }
   .btn span {
    font-size: 16px;
  }
}

/*** concept ***/
.concept {
  margin: 0 auto;
}
.conceptWrapper {
  max-width: 1440px;
  margin: 248px auto 0;
  position: relative;
}
.conceptTitle {
  position: absolute;
  font-family: "Allison", cursive;
  color: rgba(140, 35, 77, 0.3);
  font-size: 216px;
  line-height: 0.54;
  transform: rotate(-5deg);
  z-index: 2;
  right: 50px;
  top: -180px;
  white-space: nowrap;
}
.conceptTitle span {
  padding-left: 150px;
}
.imgWrapper {
  position: relative;
  display: inline-block;
}
.conceptImg {
  width: 85%;
  height: auto;
  margin-left: 0;
  margin-right: auto;
  display: block;
}
.conceptSubTitle {
  position: absolute;
  top: -80px;
  right: 12%;
  z-index: 3;
  font-size: 35px;
  font-weight: 600;
  line-height: 1.5;
  writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: 0.4em;
}
.conceptSubTitle span {
  padding-top: 100px;
}
.conceptText {
  position: relative;
  padding-left: calc(120px + 120 * ((100vw - 1000px) / 440));
  top: -165px;
}
.conceptText p {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 2.3;
}
.conceptText p span {
  color: #000;
}
@media screen and (max-width: 767px) {
  .conceptWrapper {
    width: 100%;
  }
  .conceptTitle {
    font-size: 100px;
    top: -100px;
    left: 0;
    white-space: nowrap;
    overflow: visible; 
  }
  .conceptTitle span {
    padding-left: 50px; 
  }
  .imgWrapper {
    width: 100%;
    display: block;
  }
  .conceptImg {
    width: 100%;
    margin-top: -80px;
  }
  .conceptSubTitle span {
  padding-top: 67px;
  }
  .conceptSubTitle {
    font-size: 24px;
    top: -60px;
    right: 40px;
    white-space: nowrap;
    overflow: visible;
  }
  .conceptText {
    position: static;
    padding: 30px 22px 40px;
    margin: 0 auto;
  }
  .conceptText p {
    color: #000;
    top: 0;
  } 
  }

/*** point ***/
.point {
  background-color: #fff;
  margin: 0 auto;
}
.pointInner {
  position: relative;
  max-width: 1200px;
  padding: 70px 120px 200px;
  margin: 0 auto;
}
.pointInner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 480px);
  max-width: 960px;
  height: 100%;
  background-color: rgba(140, 35, 77, 0.3);
  z-index: 0;
}
.pointList,
.pointList_reverse,
.pointSubTitle,
.pointTitle,
.pointGrid {
  position: relative;
  z-index: 1;
}
.pointTitle {
  font-family: "Allison", cursive;
  color: rgba(255, 255, 255, 0.2);
  font-size: 175px;
  transform: rotate(-5deg);
  text-align: center;
}
.pointSubTitle {
  color: rgba(140, 35, 77, 1);
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.3rem;
  text-align: center;
  margin-top: -75px;
  padding-bottom: 80px;
}
.point ul {
  max-width: 1200px;
  margin: 0 auto;
}
.pointList,.pointList_reverse {
  display: flex;
  gap: 40px;
  margin-bottom: 80px;
}
.pointList_reverse {
  flex-direction: row-reverse;
}
.listImage {
  width: 70%;
  flex-shrink: 0;
}
.listText h3 {
  font-family: "Allison", cursive;
  color: rgba(140, 35, 77, 0.3);
  font-size: 90px;
  transform: rotate(-5deg);
}
.listText h4 {
  color: #000;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 0 8px;
}
.listText p {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.9;
}
.pointGrid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  padding-top: 50px;
}
.gridList {
  width: calc((100% - 40px) / 3);
  display: flex;
  flex-direction: column;
}
.gridListImage {
  aspect-ratio: 1 / 1;
  width: 100%;
  overflow: hidden;
}
.gridImg {
  width: 100%;
  display: block;
  object-fit: cover;
  height: auto;
}
.gridList .listText h3 {
  margin-top: -30px;
}
@media screen and (max-width: 1200px) {
.pointList,
.pointList_reverse {
  align-items: stretch;
}
.listImage {
  flex: 0 1 70%;
  min-width: 300px;
  overflow: hidden;
  display: flex;
  align-items: stretch;/* ← 高さを親と揃える */
}
.listImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.listText {
  flex: 0 1 30%;
  min-width: 260px; 
}
  .gridList {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .pointInner {
    padding: 30px 22px 60px;
  }
  .pointInner::before {
    width: calc(100% - 88px);
  }
  .pointTitle {
   font-size: 100px; 
  }
  .pointSubTitle {
    font-size: 25px;
    margin-top: -40px;
    padding-bottom: 40px;
  }
  .pointList,.pointList_reverse {
    flex-direction: column;
  }
  .listImage {
    width: 100%;
    aspect-ratio: 4 / 2.5; 
  }
  .listImage img,
  .gridListImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
  }
  .listText h3 {
    font-size: 80px;
    margin-top: -75px;
  }
  .listText h4 {
    font-size: 20px;
    margin-top: 8px;
  }
  .pointGrid {
    display: block;
    padding-top: 0;
  }
  .gridImg.point5 {
    content: url("../images/point5_SP.jpg");
  }
  .gridImg.point6 {
    content: url("../images/point6_SP.jpg");
  }
  .gridImg.point7 {
    content: url("../images/point7_SP.jpg");
  }
  .gridListImage {
    width: 100%;
    aspect-ratio: 4 / 2.5; 
  }
  .gridList {
    width: 100%;
  }
  .gridList .listText p {
    margin-bottom: 70px;
  }
}

/*** introduction ***/
.box {
  position: relative;
  z-index: 1;
  padding: 140px 0;
}
.box::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('../images/introduction.jpg');
  background-size: cover;
  background-position: center;
  opacity: 1;
  z-index: -2;
}
.box::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(140, 35, 77, 1);
  mix-blend-mode: multiply; 
  z-index: -1;
}
.introduction h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 35px;
}
.introduction p {
  color: #fff;
  font-size: 21px;
  line-height: 1.9;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .box {
    padding: 60px 22px ;
  }
  .introduction h3 {
    font-size: 22px;
    margin-bottom: 24px;
  }
  .introduction p {
    font-size: 17px;
  }
}

/*** access ***/
.access {
  background-color: rgba(221, 189, 202, 1);
  padding: 100px 0 150px;
  overflow-x: hidden;
}
.accessAddress {
  font-size: 27px;
  font-weight: 600;
  line-height: 1.55;
  letter-spacing: 0.05rem;
  text-align: center;
  margin-bottom: 40px;
}
.mapWrapper {
  max-width: 1200px;
  height: 600px;
  width: 100%;
  margin: 0 auto 120px;
}
.map {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  border: 0;
}
.btnSecond {
  height: 120px;
  width: 740px;
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 0 auto 40px;
}
.btnSecond span {
  color: #FFF;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.6;
  margin: 0 10px 0 0;
}
.btnSecond img {
  width: 27px;
}
.btnSecond a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  background-color: rgba(140, 35, 77, 1);
  transition: background-color 0.3s ease;
}
.btnSecond a:hover {
  background-color: #fff;
  opacity: 1;
}
.btnSecond a:hover span {
  color: #8C234D;
}
.tel {
  font-size: 25px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .access {
    padding: 40px 0 65px;
  }
  .accessAddress {
    font-size: 17px;
    margin-bottom: 20px;
  }
  .mapWrapper {
    height: 220px;
    margin-bottom: 40px;
  }
  .btnSecond {
    width: 324px;
    height: 67px;
  }
  .btnSecond span {
    font-size: 18px;
  }
  .btnSecond img {
    width: 13px;
  }
  .tel {
    font-size: 17px;
  }
}

/*** footer ***/
.footer {
  padding: 80px 10px;
}
.footerInner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}
.footerInner p {
  font-size: 14px;
  line-height: 1.75;
}
.company {
  width: 27%;
  box-sizing: border-box;
  position: relative;
  word-break: break-word;
}
.company h2 {
  font-size: 16px;
  margin: 20px 0 10px;
}
.company p {
  margin-bottom: 10px;
}
.dot,.e-mail {
  color: rgba(140, 35, 77, 1);
}
.url a {
  color: rgba(140, 35, 77, 1);
  font-size: 24px;
  line-height: 1.9;
}
.company:not(:first-child)::before {
  content: "";
  position: absolute;
  left: -45px;
  width: 1px;
  height: 100%;
  background-color: #8C234D;
}
.copyright {
  display: block;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 40px 22px 110px;
    margin: 0 auto;
  }
  .footerInner {
    flex-direction: column;
  }
  .company {
    width: 100%;
    padding-bottom: 40px;
  }
  .company:not(:first-child)::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #8C234D;
  }
  .company h2 {
    font-size: 20px;
  }
  .footerInner p {
    font-size: 15px;
  }
  .url a {
    font-size: 25px;
  }
  .copyright {
    font-size: 12px;
    margin-top: 20px;
  }
}

/* 追従ボタン */
.fixedContactBtn {
  height: 80px;
  width: 320px;
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 9999;
}
.fixedContactBtn span {
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  margin: 0 10px 0 0;
}
.fixedContactBtn img {
  width: 12px;
}
.fixedContactBtn a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  background-color: #CC9200;
  transition: background-color 0.3s ease;
}
.fixedContactBtn a:hover {
  background-color: #8C234D;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .fixedContactBtn {
    width: 100%;
    height: 70px;
  }
}