.om-wed{
  --om-wed-ink:#3a332c;
  --om-wed-sub:#6f6459;
  --om-wed-line:#e3dad0;
  --om-wed-cream:#faf6f0;
  --om-wed-gold:#c9a227;
  --om-wed-wine:#7b2f3b;
  --om-wed-radius:10px;
  color:var(--om-wed-ink);
}

.om-wed section{
  margin:0 0 72px;
}

.om-wed .om-wed-h2{
  font-family:var(--om-font-heading,"Zen Kaku Gothic New",sans-serif);
  font-weight:var(--om-weight-heading,700);
  font-size:2.8rem;
  line-height:1.5;
  text-align:center;
  margin:0 0 28px;
  padding:0;
  color:var(--om-wed-ink);
  border:0;
  background:none;
}

.om-wed .om-wed-h2::after{
  content:"";
  display:block;
  width:56px;
  height:2px;
  margin:16px auto 0;
  background:var(--om-wed-gold);
}

.om-wed .om-wed-lead{
  max-width:760px;
  margin:0 auto 28px;
  font-size:1.6rem;
  line-height:2;
  text-align:center;
}

.om-wed-br-sp{display:none;}

.om-wed-reasons,
.om-wed-what,
.om-wed-scene,
.om-wed-review,
.om-wed-quality,
.om-wed-spec,
.om-wed-step,
.om-wed-free,
.om-wed-faq,
.om-wed-cross{
  scroll-margin-top:80px;
}

.om-wed-faq__item{
  margin:0;
}

.om-wed-review--last .om-wed-review__card{
  background:var(--om-wed-cream);
}

.om-buybox--bottom{
  border:1px solid var(--om-wed-line);
}

.om-wed-buy__note{
  margin:14px 0 0;
  padding:12px 14px;
  background:var(--om-wed-cream);
  border:1px solid var(--om-wed-line);
  border-radius:var(--om-wed-radius);
  font-size:1.35rem;
  line-height:1.8;
}

.om-wed-buy__spec{
  list-style:none;
  margin:16px 0 0;
  padding:0;
  border-top:1px solid var(--om-wed-line);
}

.om-wed-buy__spec li{
  display:flex;
  gap:10px;
  padding:9px 2px;
  border-bottom:1px solid var(--om-wed-line);
  font-size:1.3rem;
  line-height:1.7;
}

.om-wed-buy__spec li em{
  flex:0 0 84px;
  font-style:normal;
  font-weight:var(--om-weight-bold,700);
  color:var(--om-wed-sub);
}

.om-wed-buy__spec li span{flex:1 1 auto;}

.om-wed-hero{
  text-align:center;
  padding:48px 0 0;
}

.om-wed-hero__title{
  font-family:var(--om-font-heading,"Zen Kaku Gothic New",sans-serif);
  font-weight:var(--om-weight-heading,700);
  font-size:3.2rem;
  line-height:1.7;
  margin:0 0 28px;
  padding:0;
  border:0;
  background:none;
  color:var(--om-wed-ink);
}

.om-wed-hero__lead{
  max-width:680px;
  margin:0 auto 32px;
  font-size:1.65rem;
  line-height:2.2;
}

.om-wed-hero__lead p{margin:0 0 20px;}
.om-wed-hero__lead p:last-child{margin-bottom:0;}

.om-wed-hero__img img{
  display:block;
  width:100%;
  height:auto;
  border-radius:var(--om-wed-radius);
}

.om-wed-reasons__list{
  display:flex;
  flex-direction:column;
  gap:40px;
}

.om-wed-reasons__item{
  display:flex;
  align-items:center;
  gap:32px;
}

.om-wed-reasons__item:nth-child(even){
  flex-direction:row-reverse;
}

.om-wed-reasons__img{flex:0 0 46%;}

.om-wed-reasons__img img{
  display:block;
  width:100%;
  height:auto;
  border-radius:var(--om-wed-radius);
}

.om-wed-reasons__body{flex:1 1 auto;}

.om-wed-reasons__num{
  display:inline-block;
  font-style:normal;
  font-size:1.25rem;
  letter-spacing:.12em;
  color:var(--om-wed-gold);
  font-weight:var(--om-weight-bold,700);
  margin:0 0 8px;
}

.om-wed-reasons__title{
  font-family:var(--om-font-heading,"Zen Kaku Gothic New",sans-serif);
  font-weight:var(--om-weight-heading,700);
  font-size:2.2rem;
  line-height:1.6;
  margin:0 0 14px;
  padding:0;
  border:0;
  background:none;
}

.om-wed-reasons__body p{
  font-size:1.55rem;
  line-height:2;
  margin:0;
}

.om-wed-what__grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
  margin:0 0 32px;
}

.om-wed-what__cell{
  padding:20px 22px;
  background:var(--om-wed-cream);
  border-radius:var(--om-wed-radius);
}

.om-wed-what__label{
  display:block;
  font-style:normal;
  font-weight:var(--om-weight-bold,700);
  font-size:1.4rem;
  color:var(--om-wed-wine);
  margin:0 0 8px;
}

.om-wed-what__cell p{
  margin:0;
  font-size:1.5rem;
  line-height:1.95;
}

.om-wed-what__img img{
  display:block;
  width:100%;
  height:auto;
  border-radius:var(--om-wed-radius);
}

.om-wed-scene__flow{
  list-style:none;
  margin:0 0 32px;
  padding:0 0 0 28px;
  border-left:2px solid var(--om-wed-line);
}

.om-wed-scene__flow li{
  position:relative;
  padding:0 0 32px;
}

.om-wed-scene__flow li:last-child{padding-bottom:0;}

.om-wed-scene__flow li::before{
  content:"";
  position:absolute;
  left:-35px;
  top:6px;
  width:12px;
  height:12px;
  border-radius:50%;
  background:var(--om-wed-gold);
}

.om-wed-scene__step{
  display:block;
  font-style:normal;
  font-size:1.2rem;
  letter-spacing:.14em;
  color:var(--om-wed-gold);
  font-weight:var(--om-weight-bold,700);
  margin:0 0 6px;
}

.om-wed-scene__flow h3{
  font-family:var(--om-font-heading,"Zen Kaku Gothic New",sans-serif);
  font-weight:var(--om-weight-heading,700);
  font-size:2rem;
  line-height:1.6;
  margin:0 0 10px;
  padding:0;
  border:0;
  background:none;
}

.om-wed-scene__flow p{
  margin:0;
  font-size:1.5rem;
  line-height:1.95;
}

.om-wed-scene__tip{
  padding:24px 26px;
  background:var(--om-wed-cream);
  border:1px solid var(--om-wed-line);
  border-radius:var(--om-wed-radius);
}

.om-wed-scene__tip-label{
  display:block;
  font-style:normal;
  font-weight:var(--om-weight-bold,700);
  font-size:1.35rem;
  color:var(--om-wed-wine);
  margin:0 0 10px;
}

.om-wed-scene__tip p{
  margin:0;
  font-size:1.5rem;
  line-height:2;
}

.om-wed-review__grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}

.om-wed-review__card{
  padding:22px 24px;
  border:1px solid var(--om-wed-line);
  border-radius:var(--om-wed-radius);
  background:#fff;
}

.om-wed-review__stars{
  color:#d4a017;
  font-size:1.5rem;
  letter-spacing:.1em;
  margin:0 0 8px;
}

.om-wed-review__title{
  font-family:var(--om-font-heading,"Zen Kaku Gothic New",sans-serif);
  font-weight:var(--om-weight-heading,700);
  font-size:1.7rem;
  line-height:1.6;
  margin:0 0 10px;
  padding:0;
  border:0;
  background:none;
}

.om-wed-review__card p{
  margin:0 0 12px;
  font-size:1.45rem;
  line-height:1.95;
}

.om-wed-review__meta{
  display:block;
  font-style:normal;
  font-size:1.25rem;
  color:var(--om-wed-sub);
}

.om-wed-quality__img{margin:0 0 28px;}

.om-wed-quality__img img{
  display:block;
  width:100%;
  height:auto;
  border-radius:var(--om-wed-radius);
}

.om-wed-quality__list{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}

.om-wed-quality__list li{
  padding:22px 22px 24px;
  background:var(--om-wed-cream);
  border-radius:var(--om-wed-radius);
}

.om-wed-quality__list h3{
  font-family:var(--om-font-heading,"Zen Kaku Gothic New",sans-serif);
  font-weight:var(--om-weight-heading,700);
  font-size:1.8rem;
  line-height:1.6;
  margin:0 0 12px;
  padding:0;
  border:0;
  background:none;
}

.om-wed-quality__list p{
  margin:0;
  font-size:1.45rem;
  line-height:1.95;
}

.om-wed-spec__table{
  width:100%;
  border-collapse:collapse;
  font-size:1.5rem;
  line-height:1.9;
}

.om-wed-spec__table th,
.om-wed-spec__table td{
  padding:14px 16px;
  border:1px solid var(--om-wed-line);
  text-align:left;
  vertical-align:top;
}

.om-wed-spec__table th{
  width:170px;
  background:var(--om-wed-cream);
  font-weight:var(--om-weight-bold,700);
  white-space:nowrap;
}

.om-wed-step__list{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin:0 0 32px;
}

.om-wed-step__item{
  text-align:center;
  padding:26px 20px;
  border:1px solid var(--om-wed-line);
  border-radius:var(--om-wed-radius);
  background:#fff;
}

.om-wed-step__num{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:44px;
  height:44px;
  border-radius:50%;
  background:var(--om-wed-gold);
  color:#fff;
  font-style:normal;
  font-family:var(--om-font-price,Arial,sans-serif);
  font-size:2rem;
  font-weight:var(--om-weight-bold,700);
  margin:0 0 14px;
}

.om-wed-step__item h3{
  font-family:var(--om-font-heading,"Zen Kaku Gothic New",sans-serif);
  font-weight:var(--om-weight-heading,700);
  font-size:1.8rem;
  line-height:1.6;
  margin:0 0 10px;
  padding:0;
  border:0;
  background:none;
}

.om-wed-step__item p{
  margin:0;
  font-size:1.45rem;
  line-height:1.9;
}

.om-wed-step__schedule{
  padding:24px 26px;
  background:var(--om-wed-cream);
  border-radius:var(--om-wed-radius);
}

.om-wed-step__schedule-label{
  display:block;
  font-style:normal;
  font-weight:var(--om-weight-bold,700);
  font-size:1.5rem;
  color:var(--om-wed-wine);
  margin:0 0 14px;
}

.om-wed-step__schedule ul{
  list-style:none;
  margin:0 0 14px;
  padding:0;
}

.om-wed-step__schedule li{
  display:flex;
  gap:14px;
  padding:10px 0;
  border-bottom:1px dashed var(--om-wed-line);
  font-size:1.45rem;
  line-height:1.8;
}

.om-wed-step__schedule li:last-child{border-bottom:0;}

.om-wed-step__schedule li em{
  flex:0 0 120px;
  font-style:normal;
  font-weight:var(--om-weight-bold,700);
}

.om-wed-step__schedule-note{
  margin:0;
  font-size:1.35rem;
  line-height:1.9;
  color:var(--om-wed-sub);
}

.om-wed-free__list{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}

.om-wed-free__list li{
  display:flex;
  flex-direction:column;
  gap:6px;
  padding:18px 20px;
  border:1px solid var(--om-wed-line);
  border-radius:var(--om-wed-radius);
  background:#fff;
}

.om-wed-free__list li em{
  font-style:normal;
  font-size:1.3rem;
  font-weight:var(--om-weight-bold,700);
  color:var(--om-wed-wine);
}

.om-wed-free__list li span{
  font-size:1.45rem;
  line-height:1.8;
}

.om-wed-faq__list{
  display:flex;
  flex-direction:column;
  gap:26px;
}

.om-wed-faq__q{
  position:relative;
  margin:0 0 14px;
  padding:14px 18px;
  background:#fff;
  border:1px solid var(--om-wed-line);
  border-radius:var(--om-wed-radius);
  font-size:1.55rem;
  line-height:1.8;
  font-weight:var(--om-weight-bold,700);
}

.om-wed-faq__a{
  display:flex;
  gap:14px;
  align-items:flex-start;
}

.om-wed-faq__icon{
  flex:0 0 56px;
}

.om-wed-faq__icon img{
  display:block;
  width:56px;
  height:56px;
  border-radius:50%;
  object-fit:cover;
}

.om-wed-faq__a-body{
  flex:1 1 auto;
  padding:16px 20px;
  background:var(--om-wed-cream);
  border-radius:var(--om-wed-radius);
}

.om-wed-faq__label{
  display:block;
  font-style:normal;
  font-size:1.25rem;
  color:var(--om-wed-wine);
  font-weight:var(--om-weight-bold,700);
  margin:0 0 8px;
}

.om-wed-faq__a-body p{
  margin:0;
  font-size:1.5rem;
  line-height:1.95;
}

.om-wed-cta{
  padding:48px 32px;
  background:var(--om-wed-cream);
  border-radius:var(--om-wed-radius);
  text-align:center;
}

.om-wed-cta__title{
  font-family:var(--om-font-heading,"Zen Kaku Gothic New",sans-serif);
  font-weight:var(--om-weight-heading,700);
  font-size:2.8rem;
  line-height:1.6;
  margin:0 0 18px;
  padding:0;
  border:0;
  background:none;
}

.om-wed-cta__lead{
  margin:0 0 28px;
  font-size:1.55rem;
  line-height:2;
}

.om-wed-cta .om-buybox{
  max-width:520px;
  margin:0 auto 28px;
  text-align:left;
  background:#fff;
}

.om-wed-contact{
  padding:20px 0 0;
  border-top:1px solid var(--om-wed-line);
}

.om-wed-contact__label{
  display:block;
  font-style:normal;
  font-size:1.35rem;
  font-weight:var(--om-weight-bold,700);
  color:var(--om-wed-sub);
  margin:0 0 8px;
}

.om-wed-contact p{
  margin:0 0 6px;
  font-size:1.6rem;
  line-height:1.8;
}

.om-wed-contact a{
  color:var(--om-wed-wine);
  text-decoration:none;
  font-weight:var(--om-weight-bold,700);
}

.om-wed-contact__note{
  font-size:1.3rem;
  color:var(--om-wed-sub);
}

.om-wed-cross__card{
  display:flex;
  align-items:center;
  gap:26px;
  padding:24px;
  border:1px solid var(--om-wed-line);
  border-radius:var(--om-wed-radius);
  background:#fff;
  text-decoration:none;
  color:inherit;
}

.om-wed-cross__img{flex:0 0 34%;}

.om-wed-cross__img img{
  display:block;
  width:100%;
  height:auto;
  border-radius:var(--om-wed-radius);
}

.om-wed-cross__body{flex:1 1 auto;}

.om-wed-cross__label{
  display:inline-block;
  font-style:normal;
  font-size:1.2rem;
  letter-spacing:.1em;
  color:var(--om-wed-gold);
  font-weight:var(--om-weight-bold,700);
  margin:0 0 8px;
}

.om-wed-cross__body h3{
  font-family:var(--om-font-heading,"Zen Kaku Gothic New",sans-serif);
  font-weight:var(--om-weight-heading,700);
  font-size:2rem;
  line-height:1.6;
  margin:0 0 10px;
  padding:0;
  border:0;
  background:none;
}

.om-wed-cross__body p{
  margin:0 0 16px;
  font-size:1.45rem;
  line-height:1.9;
}

.om-wed-cross__btn{
  display:inline-block;
}

@media screen and (max-width:768px){

  .om-wed section{margin:0 0 56px;}

  .om-wed .om-wed-h2{font-size:2.4rem;}

  .om-wed .om-wed-lead{
    font-size:1.55rem;
    text-align:left;
  }

  .om-wed-br-sp{display:inline;}

  .om-wed-hero{padding:36px 0 0;}
  .om-wed-hero__title{font-size:2.6rem;}
  .om-wed-hero__lead{font-size:1.55rem;line-height:2.1;}

  .om-wed-reasons__item,
  .om-wed-reasons__item:nth-child(even){
    flex-direction:column;
    gap:18px;
  }

  .om-wed-reasons__img{flex:0 0 auto;width:100%;}
  .om-wed-reasons__title{font-size:2rem;}
  .om-wed-reasons__body p{font-size:1.5rem;}

  .om-wed-what__grid{grid-template-columns:1fr;}

  .om-wed-quality__list{grid-template-columns:1fr;}

  .om-wed-step__list{grid-template-columns:1fr;}

  .om-wed-step__schedule li{
    flex-direction:column;
    gap:2px;
  }

  .om-wed-step__schedule li em{flex:0 0 auto;}

  .om-wed-free__list{grid-template-columns:1fr 1fr;}

  .om-wed-review__grid{grid-template-columns:1fr;}

  .om-wed-cta{padding:36px 20px;}
  .om-wed-cta__title{font-size:2.4rem;}

  .om-wed-cross__card{
    flex-direction:column;
    gap:18px;
    text-align:center;
  }

  .om-wed-cross__img{flex:0 0 auto;width:100%;}
}

@media screen and (max-width:480px){

  .om-wed .om-wed-h2{font-size:2.2rem;}

  .om-wed-hero__title{font-size:2.3rem;}

  .om-wed-free__list{grid-template-columns:1fr;}

  .om-wed-buy__spec li{
    flex-direction:column;
    gap:2px;
  }

  .om-wed-buy__spec li em{flex:0 0 auto;}

  .om-wed-spec__table th,
  .om-wed-spec__table td{
    display:block;
    width:auto;
    border-bottom:0;
  }

  .om-wed-spec__table tr:last-child td{border-bottom:1px solid var(--om-wed-line);}

  .om-wed-faq__icon{flex:0 0 44px;}

  .om-wed-faq__icon img{width:44px;height:44px;}

  .om-wed-scene__flow{padding-left:22px;}

  .om-wed-scene__flow li::before{left:-29px;}
}
