@charset "utf-8";
/*ディライト株式会社*/
.dm {
}

body {
  margin: 0;
}

#headerWrap {
  background-color: initial;
}

#headerWrap h1 {
  width: 64px;
}
#headerWrap h1 img {
  filter: none;
}

#mainWrap {
  position: relative;
  padding: 0;
  overflow: hidden;
  z-index: 1;
}
#pageContents {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

#sideNav {
  visibility: hidden;
}

#footer {
  position: relative;
  z-index: 10;
}

/* CTCB WEDDING */
/* ローディング画面 */
#loading {
  position: fixed;
  inset: 0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transition: opacity 0.5s ease;
}
#loading.hidden {
  opacity: 0;
  pointer-events: none;
}

/* Opening */
#opening {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100svh;
  /*! aspect-ratio: 1 / 1.76; */
  background: none;
  opacity: 0;
  transition: opacity 0.5s ease;
}
#opening.loaded {
  background: url("/assets/img/ctcbwedding/op_bg_sp.webp") no-repeat center/cover;
  opacity: 1;
}


/* 画像共通 */
.opening-img {
  position: absolute;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.opening-img.visible {
  opacity: 1;
}

/* 個別配置 */
#opening .deco1 {
  top: 18%;
  right: -5%;
  width: 38%;
}
#opening .deco2 {
  width: 72%;
  bottom: -0.1%;
  right: 0;
}
#opening .deco3 {
  bottom: 4.1%;
  left: 6%;
  width: 30%;
}
/* テキスト */
.opening-text {
  position: absolute;
  top: 27%;
  left: 34%;
  transform: translateX(-50%);
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 5vw;
  color: #fff;
  text-align: left;
  letter-spacing: 0.1em;
  line-height: 1;
}

/* 各行 */
.opening-text span {
  position: relative;
  display: inline-flex;
  justify-content: left;
  align-items: center;
  padding: 10px 10px;
}
.opening-text span ~ span {
  margin-top: 8px;
}

/* マーカーアニメーション用の背景 */
.opening-text span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  background: #c4a72d; /* 半透明の黄色マーカー風 */
  z-index: -1;
  transition: width 1s ease;
}

/* アニメーション開始後に幅を100%に */
.opening-text span.animate-marker::after {
  width: 100%;
}


#ctcb-header {
  padding: 100px 0 80px;
}
.ctcb-hd--inner {
  position: relative;
  margin: auto;
  text-align: left;
}
#ctcb-header h1 {
  position: relative;
  width: 88%;
  margin: 0 auto 30px;
}
#ctcb-header h1::before {
  content: '';
  display: block;
  width: 28px;
  height: 28px;
  background-image: url(../img/ctcbwedding/ctcbwd_icon.svg);
  position: absolute;
  top: -50px;
  left: 0;
}
#ctcb-header h1 img {
  width: 220px;
}
.ctcb-hd--catch {
  width: 88%;
  margin: auto;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  margin-bottom: 80px;
}
.ctcb-hd--read {
  width: 88%;
  margin: auto;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
.ctcb-hd--ph {
  margin-bottom: 50px;
}


#plan {
  padding: 0 0 60px;
}

.plan--header {
  padding: 80px 0 50px;
  background-image: url(../img/ctcbwedding/plan_bg.jpg);
  background-size: cover;
  background-position: center;
  margin-bottom: 50px;
}
#plan h2 {
  margin-bottom: 54px;
}
#plan h2 img {
  width: 205px;
}
.plan--read {
  font-size: 1.4rem;
  line-height: 2.4;
  letter-spacing: 0.1em;
  margin-left: 0.1em;
}
.priceNum {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.plan--price {
  width: 88%;
  margin: 0 auto 30px;
}
.plan--price-tabs {
  display: flex;
  justify-content: center;
  column-gap: 6px;
  margin-bottom: 32px;
}
.plan--price-tabs-tab {
  width: 76px;
  color: #9e9e9e;
  border-left: 1px solid #9e9e9e;
  border-right: 1px solid #9e9e9e;
  font-size: 1rem;
  line-height: 1;
  padding: 0 6px;
  cursor: pointer;
}
.plan--price-tabs-tab.active {
  color: inherit;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
.plan--price-tabs-tab .priceNum {
  font-size: 2.2rem;
}

.plan--price-total {
  display: flex;
  justify-content: center;
  margin: 0 auto 5px;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
}
.plan--price-total > div {
  display: flex;
  flex-flow: column;
}
.plan--pt-b {
  font-size: 1.8rem;
  line-height: 1;
  margin-bottom: 8px;
}
.plan--pt-b .priceNum {
  font-size: 4rem;
}
.plan--pt-sum,
.plan--pt-equal {
  padding: 0 10px;
}
.plan--pt-tax {
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 20px;
}
.plan--pt-note {
  vertical-align: middle;
  font-size: 1.6rem;
  line-height: 1.2;
  letter-spacing: 0.175em;
  height: 100%;
}
.plan--pt-total .plan--pt-note {
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.plan--pt-note span {
  font-size: 1.2rem;
  letter-spacing: 0;
}
.plan--price-note {
  font-size: 1rem;
  text-align: right;
  margin-bottom: 20px;
}
.plan---price-guest {
  margin: 0 auto 5px;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
}
.plan---price-guest h3 {
  font-weight: normal;
  line-height: 1;
  padding: 0 15px;
  display: inline-block;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  margin-bottom: 10px;
}
.plan--pg-txt {
  width: max-content;
  margin: auto;
}
.plan--pg-read {
  width: max-content;
  margin: auto;
  font-size: 1.4rem;
  text-align: left;
}
.plan--pg-note {
  font-size: 1rem;
  text-align: right;
  padding-right: 0.8em;
}
.plan--catch {
  font-size: 1.4rem;
  margin-bottom: 30px;
}
.plan--pr {
  margin: auto;
}
.plan--pr-txt {
  text-align: left;
}
.plan--pr-txt p {
  font-size: 1.4rem;
  text-align: center;
  letter-spacing: 0.1em;
}
.plan--pr-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 130px;
  background-color: #c4a72d;
  border-radius: 9999px;
  margin: 0 auto 20px;;
}
.plan--pr-icon p {
  padding-top: 10px;
  color: #FFF;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  margin-left: 0.1em;
}

.plan--cont2 {
  padding: 60px 0 0;
}
.plan--inc-sv {
  position: relative;
  padding: 0 0 50px;
  /*! background-image: url(../img/ctcbwedding/plan_bg.jpg); */
  /*! background-size: cover; */
  /*! background-position: center; */
  margin-top: 30px;
  margin-bottom: 50px;
}
.plan--inc-sv::before {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 20px;
  background-color: #FFF;
  z-index: 0;
}
.plan--inc-gs {
  margin-bottom: 60px;
}
.plan--inc-sv h3,
.plan--inc-gs h3,
.plan--option h3 {
  position: relative;
  width: 84%;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0.1em;
  margin: 0 auto 30px;;
  border: 1px solid #15253f;
  border-radius: 999px;
  padding: 8px 0 10px;
  background-color: #FFF;
  z-index: 2;
}
.plan--inc-sv-icon {
  width: 88%;
  margin: auto;
}
.plan--inc-gs-icon {
  width: 57%;
  margin: auto;
}
.plan--inc-sv-icon img,
.plan--inc-gs-icon img {
  width: 100%;
}
.plan--option h3 {
  border: none;
  margin: 0 auto 5px;
}
.plan--op-list {
  width: 88%;
  margin: 0 auto 10px;
  padding: 10px;
  border: 1px solid #15253f;
  border-radius: 12px;
}
.plan--op-list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  column-gap: 2%;
}
.plan--op-list ul li {
  font-size: 1.2rem;
  text-align: left;
  width: 49%;
}
.plan--op-note {
  font-size: 1.1rem;
}


/* 画像スクロール */
#scimg {
  position: relative;
  overflow: hidden;
  z-index: -1;
}
.scimg--item {
  position: relative;
  height: 100svh;
}
.scimg--item > div {
  background-size: cover;
  background-position: center;
}
.scimg--item:nth-of-type(1) > div {
  background-image: url(../img/ctcbwedding/sc_p1.jpg);
}
.scimg--item:nth-of-type(2) > div {
  background-image: url(../img/ctcbwedding/sc_p2.jpg);
}
.scimg--item:nth-of-type(3) > div {
  background-image: url(../img/ctcbwedding/sc_p3.jpg);
}
.scimg--item-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: inherit;
  display: grid;
  place-items: center;
  font-size: 10vw;
}


#location {
  padding: 60px 0 0;
  background-color: #FFF;
}
#location h2 {
  margin-bottom: 30px;
}
#location h2 img {
  width: 140px;
}
.loca--catch {
  font-size: 1.6rem;
  line-height: 2.2;
  letter-spacing: 0.15em;
  margin-left: 0.15em;
  margin-bottom: 30px;
}
.loca--read {
  font-size: 1.4rem;
  line-height: 2.2;
  letter-spacing: 0.1em;
  margin-left: 0.1em;
  margin-bottom: 50px;
}
.loca--gal {
  width: 88%;
  margin: auto;
}
.loca--gal > div + div {
  margin-top: 15px;
}


#ydyw {
  padding: 60px 0 0;
  background-color: #FFF;
}
.ydyw--inner {
  width: 88%;
  margin: auto;
}
.ydyw--inner::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1	/	0.089;
  background-image: url(../img/ctcbwedding/ydyw_bg1.png);
  background-size: cover
}
.ydyw--inner::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 0.1305;
  background-image: url(../img/ctcbwedding/ydyw_bg3.png);
  background-size: cover
}
.ydyw--bg {
  background-image: url(../img/ctcbwedding/ydyw_bg2.png);
  background-repeat: repeat-y;
  background-size: 100% auto;
  padding: 20px 0;
}
#ydyw h2 {
  margin-bottom: 80px;
}
#ydyw h2 img {
  width: 270px;
}
.ydyw--list {
  position: relative;
  margin: auto;
}
.ydyw--item {
  position: relative;
  margin: auto;
}
.ydyw--item + .ydyw--item {
  margin-top: 80px;
}
.ydyw--p1 {
  width: 250px;
}
.ydyw--p2 {
  width: 284px;
}
.ydyw--p3 {
  width: 284px;
}
.ydyw--p4 {
  width: 250px;
}
.ydyw--txt {
  position: absolute;
  color: #FFF;
  text-align: left;
  line-height: 1;
  z-index: 5;
}
.ydyw--txt span {
  position: relative;
  display: inline-flex;
  justify-content: left;
  align-items: center;
  font-size: 1.3rem;
  line-height: 1;
  padding: 3px 10px 4px;
}
.ydyw--txt br {
  font-size: 1px;
  line-height: 1;
}
.ydyw--txt span ~ span {
  margin-top: 5px;
}
.ydyw--txt span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #c4a72d;
  z-index: -1;
}  
.ydyw--p1 .ydyw--txt {
  left: 0;
  top: -30px;
}
.ydyw--p2 .ydyw--txt {
  left: 0;
  top: -56px;
}
.ydyw--p3 .ydyw--txt {
  left: 0;
  top: -36px;
}
.ydyw--p4 .ydyw--txt {
  left: 0;
  top: -36px;
}


#cta {
  padding: 60px 0;
  background-color: #FFF;
}
.cta--inner {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.cta--form {
  order: 2;
}
.cta--form h2 {
  font-size: 2.4rem;
  color: #125e4c;
  margin-bottom: 30px;
}
.cta--present {
  width: 88%;
  margin: 0 auto 100px;
  order: 1;
}
.cta--present img {
  width: 100%;
}


#qa {
  padding: 60px 0;
  background-color: #f7f6f6;
}
#qa h2 {
  margin-bottom: 50px;
}
#qa h2 img {
  width: 85px;
}

#qa .accordion {
  width: 88%;
  margin: 0 auto 30px;
  text-align: left;
}
#qa .accordion dl {
  padding: 10px;
}
#qa .accordion dt {
  position: relative;
  font-size: 1.3rem;
  border-bottom: 1px solid #000;
  transition: all 1s;
}
#qa .accordion dt:first-child {
  border-top: 1px solid #000;
}
#qa .accordion dt > span {
  position: relative;
  display: block;
  padding: 15px 0 15px 10px;
}
#qa .accordion dt span.qaq,
#qa .accordion dd span.qaa {
  font-size: 2rem;
}
#qa .accordion dt.open {
  border-bottom: 1px solid rgba(255,255,255,0);
}
#qa .accordion dt:hover {
  cursor: pointer;
}
#qa .accordion dt::before,
#qa .accordion dt::after {
  content: '';
  display: block;
  width: 22px;
  height: 1px;
  background: #000;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
#qa .accordion dt::after {
  background: #000;
  transform: translateY(-50%) rotate(90deg);
  transition: 0.5s;
}
#qa .accordion dt.open::after {
  transform: rotate(0);
  transition: 0.5s;
  top: 48%;
}
#qa .accordion dd {
  font-size: 1.3rem;
  padding: 0 10px 15px;
}
#qa .accordion dt.open + dd {
  border-bottom: 1px solid #000;
}


.fixedbtn {
  position: fixed;
  width: 88%;
  left: 0;
  right: 0;
  bottom: 50px;
  margin: auto;
  z-index: 25;
}

/* Form */
.formNameTd,
.formNameTdk {
  display: flex;
  column-gap: 20px;
}
.formNameTd input,
.formNameTdk input {
  width: 10em !important;
}


#footer .logoInfo {
  text-align: center;
  padding: 30px 0 15px;
}
#footer .logo {
  margin: 0 26% 10px;
}

