:root {
  --pink: #ef5f78;
  --pink-dark: #d94b65;
  --pink2: #fff1f4;
  --brown: #4b2b21;
  --cream: #fffaf2;
  --green: #0caf55;
  --gold: #f6c96a;
  --line: #f4c3bf;
}

* {
  box-sizing: border-box
}

body {
  margin: 0;
  background: #fff6ec;
  color: var(--brown);
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.8
}

.lp {
  max-width: 1440px;
  margin: 0 auto;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 18px 50px rgba(76, 43, 33, .12)
}

.hero {
  position: relative;
  min-height: 760px;
  background: linear-gradient(100deg, #fffaf5 0%, #fff 48%, #dff3ff 49%, #c6ecff 100%);
  overflow: hidden
}

.hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 11% 13%, #ffe2e9 0 12%, transparent 13%), radial-gradient(circle at 42% 29%, rgba(255, 204, 215, .5) 0 5%, transparent 6%);
  opacity: .9;
  z-index: 1
}

.hero:after {
  content: "♡";
  position: absolute;
  top: 72px;
  left: 49%;
  font-size: 104px;
  color: #ef7890;
  font-weight: 300;
  transform: rotate(-9deg);
  z-index: 3
}

.hero-photo {
  position: absolute;
  right: 0;
  top: 0;
  width: 58%;
  height: 100%;
  background-image: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, .88) 11%, rgba(255, 255, 255, .04) 34%), url('https://images.unsplash.com/photo-1529333166437-7750a6dd5a70?auto=format&fit=crop&w=1200&q=80');
  background-size: cover;
  background-position: center;
  filter: saturate(1.08) brightness(1.05);
  z-index: 0
}

.hero-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  min-height: 760px;
  padding: 70px 80px 40px;
  position: relative;
  z-index: 2
}

.hero-copy {
  max-width: 760px
}

.catch {
  font-family: 'Noto Serif JP', serif;
  font-size: 31px;
  font-weight: 700;
  margin: 0 0 16px;
  letter-spacing: .08em;
  display: inline-block;
  position: relative;
  transform: rotate(357deg);
}

.catch:after {
  content: "";
  position: absolute;
  left: 0;
  right: -46px;
  bottom: -7px;
  height: 16px;
  width: 100%;
  background-image: url(./pink-border.png);
  background-position: center;
  background-size: cover;
}

h1 {
  font-family: 'Noto Serif JP', serif;
  font-size: 86px;
  line-height: 1.16;
  margin: 0;
  color: var(--brown);
  letter-spacing: .04em;
  text-shadow: 0 3px 0 rgba(255, 255, 255, .9)
}

h1 span {
  color: var(--pink);
  font-size: 1.22em
}

.ribbon {
  display: inline-block;
  margin: 34px 0 22px;
  padding: 13px 40px;
  background: var(--pink);
  color: white;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: .08em;
  border-radius: 4px;
  box-shadow: 0 10px 22px rgba(239, 95, 120, .25);
  position: relative;
  margin-left: 30px;
}

.ribbon:before,
.ribbon:after {
  content: "";
  position: absolute;
  top: 16px;
  border: 23px solid var(--pink)
}

.ribbon:before {
  left: -36px;
  border-left-color: transparent
}

.ribbon:after {
  right: -36px;
  border-right-color: transparent
}

.event-name {
  font-family: 'Noto Serif JP', serif;
  font-size: 32px;
  font-weight: 900;
  margin: 0;
  vertical-align: middle;
}

.event-name span{
  font-size: 56px;
}

.event-name b {
  font-family: 'Noto Sans JP';
  font-size: 28px;
  background: var(--pink);
  color: white;
  border-radius: 999px;
  padding: 7px 22px;
  margin-left: 14px
}

.times {
  font-size: 26px;
  font-family: "Yu Mincho", serif;
}

.times .num {
  font-family: 'Noto Sans JP';
  font-weight: bold;
  background: var(--pink);
  color: white;
  border-radius: 999px;
  padding: 7px 22px;
  margin-left: 14px
}
.times .age {
  font-family: 'Noto Sans JP';
  border: none;
  font-size: 36px;
  font-weight: bold;
}

.badge {
  align-self: start;
  margin-top: 18px;
  width: 164px;
  height: 164px;
  border-radius: 50%;
  background: #ffe07a;
  border: 4px dotted #fff;
  display: grid;
  place-items: center;
  text-align: center;
  font-size: 25px;
  font-weight: 900;
  color: #22180f;
  box-shadow: 0 12px 30px rgba(75, 43, 33, .15)
}

.section {
  padding: 92px 80px
}

.section h2 {
  font-family: 'Noto Serif JP', serif;
  font-size: 44px;
  line-height: 1.5;
  margin: 0 0 24px
}

.section p {
  font-size: 18px
}

.split {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 56px;
  align-items: center;
  background: linear-gradient(#fff, #fffaf5)
}

.photo-frame {
  position: relative;
  min-height: 360px;
  border-radius: 34px;
  background-size: cover;
  background-position: center;
  box-shadow: 0 24px 60px rgba(75, 43, 33, .14);
  overflow: hidden;
  margin: 0
}

.photo-frame:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(75, 43, 33, .42))
}

.photo-frame span {
  position: absolute;
  left: 24px;
  bottom: 22px;
  background: white;
  color: var(--pink);
  font-weight: 900;
  border-radius: 999px;
  padding: 8px 18px
}

.photo-cafe {
  background-image: url('https://images.pexels.com/photos/3184423/pexels-photo-3184423.jpeg?auto=compress&cs=tinysrgb&w=1000')
}

.photo-venue {
  background-image: url('https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?auto=format&fit=crop&w=1000&q=80')
}

.photo-payment {
  background-image: url('https://images.pexels.com/photos/6347720/pexels-photo-6347720.jpeg?auto=compress&cs=tinysrgb&w=1000')
}

.photo-phone {
  background-image: url('https://images.unsplash.com/photo-1512428559087-560fa5ceab42?auto=format&fit=crop&w=900&q=80')
}

.photo-paper {
  background-image: url('https://cdn.pixabay.com/photo/2015/01/08/18/24/children-593313_1280.jpg')
}

.photo-coffee {
  background-image: url('https://images.pexels.com/photos/302899/pexels-photo-302899.jpeg?auto=compress&cs=tinysrgb&w=900')
}

/* info */
.info {
  padding: 26px 0 10px;
  background: #fffdf9;
  max-width: 1080px;
  margin: 0 auto;
}

.info-grid {
  display: grid;
  grid-template-columns: 32% 35% 33%;
  gap: 22px;
  align-items: center
}

.date {
  font-size: 105px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: .02em;
  border-right: 2px solid #d8b8a7;
  padding-right: 22px;
  position: relative;
}
.date span {
  font-size: 20px;
  font-weight: bold;
  top: -20px;
  position: absolute;
}

.date small {
  font-size: 36px;
  background: var(--pink);
  color: white;
  border-radius: 50%;
  padding: 8px 12px;
  margin-left: 10px;
  font-family: "Yu Gothic", sans-serif
}

.venue {
  font-family: "Yu Gothic", sans-serif;
  font-weight: 700;
  font-size: 25px;
  line-height: 1.7
}

.venue b {
  border: 1px solid #b78f80;
  border-radius: 5px;
  padding: 2px 12px;
  margin-right: 12px;
  background: white
}

.venue small {
  display: block;
  font-size: 17px;
  font-weight: 500
}

.price {
  border: 2px solid var(--pink);
  border-radius: 14px;
  text-align: center;
  background: #fff7f9;
  padding: 16px 20px;
  position: relative;
  font-family: "Yu Gothic", sans-serif
}

.price::before {
  content: "参加費";
  position: absolute;
  left: 40px;
  right: 40px;
  top: -20px;
  background: var(--pink);
  color: white;
  border-radius: 999px;
  font-weight: 800;
  padding: 4px
}

.price .gender {
  font-weight: bold;
  font-size: 24px;
  margin-top: 10px;
}

.price .yen {
  font-family: "Yu Mincho", serif;
  color: var(--pink);
  font-size: 58px;
  line-height: 1;
  font-weight: 800
}

.price strong {
  font-size: 60px;
  color: var(--pink)
}

.session-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px
}

.paypay {
  background: #fff
}

.paypay .photo-frame {
  min-height: 300px
}

.cta {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 34px;
  align-items: center;
  padding: 58px 80px;
  background: linear-gradient(90deg, rgba(9, 157, 75, .94), rgba(19, 185, 94, .9)), url('https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=1400&q=80');
  background-size: cover;
  background-position: center;
  color: white
}

.line-icon {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: white;
  color: #0caf55;
  display: grid;
  place-items: center;
  font-size: 35px;
  font-weight: 900
}

.cta p {
  margin: 0;
  font-weight: 900
}

.cta h2 {
  margin: 0;
  font-size: 44px;
  line-height: 1.35
}

.cta h2 span {
  color: #ffeb3b
}

.cta small {
  font-weight: 700
}

.cta-btn {
  background: white;
  color: #0b9d4c;
  text-decoration: none;
  border-radius: 999px;
  padding: 18px 34px;
  font-size: 24px;
  font-weight: 900
}

.footer-copy {
  text-align: center;
  margin: 0;
  padding: 22px;
  font-family: 'Noto Serif JP', serif;
  font-size: 22px;
  font-weight: 700;
  background: #fff;
  color: #7b4335
}

@media(max-width:900px) {
  .hero {
    min-height: auto
  }

  .hero-photo {
    position: relative;
    width: 100%;
    height: 310px;
    display: block;
    background-image: linear-gradient(0deg, rgba(255, 255, 255, .6), rgba(255, 255, 255, 0)), url('https://images.unsplash.com/photo-1529333166437-7750a6dd5a70?auto=format&fit=crop&w=900&q=80')
  }

  .hero-inner {
    display: block;
    min-height: auto;
    padding: 36px 24px 44px
  }

  .hero:after {
    display: none
  }

  .badge {
    position: absolute;
    right: 18px;
    top: 18px;
    width: 116px;
    height: 116px;
    font-size: 17px
  }

  .catch {
    font-size: 22px
  }

  h1 {
    font-size: 48px
  }

  .ribbon {
    font-size: 19px;
    padding: 10px 32px;
    margin: 24px 0 16px
  }

  .ribbon:before,
  .ribbon:after {
    display: none
  }

  .event-name {
    font-size: 26px
  }

  .event-name b {
    display: inline-block;
    margin: 12px 0 0;
    font-size: 18px
  }

  .split,
  .session-wrap,
  .cta {
    grid-template-columns: 1fr
  }

  .section {
    padding: 60px 24px
  }

  .section h2 {
    font-size: 30px
  }

  .photo-frame {
    min-height: 260px
  }

  .schedule .photo-frame {
    height: 260px
  }

  .cta {
    padding: 44px 24px;
    text-align: center
  }

  .line-icon {
    margin: auto
  }

  .cta h2 {
    font-size: 29px
  }

  .price strong {
    font-size: 48px
  }
}

.session-photo {
  height: 180px;
  margin: 0 -28px 26px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.session-photo:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(239, 95, 120, .16));
}

.session-photo-20s {
  background-image: url('https://images.pexels.com/photos/3184432/pexels-photo-3184432.jpeg?auto=compress&cs=tinysrgb&w=900');
}

.session-photo-30s {
  background-image: url('https://images.unsplash.com/photo-1529333166437-7750a6dd5a70?auto=format&fit=crop&w=900&q=80');
}

.cta {
  position: relative;
  overflow: hidden;
}

.cta:before {
  content: "";
  position: absolute;
  right: 22%;
  top: -70px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .10);
}

.cta>* {
  position: relative;
  z-index: 1
}

.line-phone {
  width: 140px;
  height: 210px;
  border-radius: 32px;
  padding: 12px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(0, 0, 0, .18);
  transform: rotate(-5deg);
}

.line-screen {
  height: 100%;
  border-radius: 24px;
  background: linear-gradient(160deg, #eafff1, #fff);
  color: #0caf55;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 8px;
  border: 2px solid #d9f7e4;
}

.line-screen span {
  font-weight: 900;
  font-size: 28px;
}

.line-screen p {
  margin: 0;
  color: #4b2b21;
  background: #d9f7e4;
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 15px;
}

.photo-source-note {
  text-align: center;
  margin: 0;
  padding: 12px 18px 28px;
  font-size: 11px;
  color: #9b746b;
  background: #fff;
}

@media(max-width:900px) {

  .line-phone {
    margin: auto;
    width: 120px;
    height: 180px
  }
}

/* info */
.info {
  padding: 26px 0 10px;
  background: #fffdf9
}

.info-grid {
  display: grid;
  grid-template-columns: 32% 35% 33%;
  gap: 22px;
  align-items: center
}

.date {
  font-size: 105px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: .02em;
  border-right: 2px solid #d8b8a7;
  padding-right: 22px
}

.date small {
  font-size: 36px;
  background: var(--pink);
  color: white;
  border-radius: 50%;
  padding: 8px 12px;
  margin-left: 10px;
  font-family: "Yu Gothic", sans-serif
}

.venue {
  font-family: "Yu Gothic", sans-serif;
  font-weight: 700;
  font-size: 25px;
  line-height: 1.7
}

.venue b {
  border: 1px solid #b78f80;
  border-radius: 5px;
  padding: 2px 12px;
  margin-right: 12px;
  background: white
}

.venue small {
  display: block;
  font-size: 17px;
  font-weight: 500
}

.price {
  border: 2px solid var(--pink);
  border-radius: 14px;
  text-align: center;
  background: #fff7f9;
  padding: 16px 20px;
  position: relative;
  font-family: "Yu Gothic", sans-serif
}

.price::before {
  content: "参加費";
  position: absolute;
  left: 40px;
  right: 40px;
  top: -20px;
  background: var(--pink);
  color: white;
  border-radius: 999px;
  font-weight: 800;
  padding: 4px
}

.price .yen {
  font-family: "Yu Mincho", serif;
  color: var(--pink);
  font-size: 58px;
  line-height: 1;
  font-weight: 800
}

.two-col {
  display: grid;
  grid-template-columns: 65% 35%;
  gap: 28px;
  align-items: center;
  margin-top: 40px
}

.parts {
  position: relative;
  border: 1.8px solid var(--pink);
  border-radius: 14px;
  background: linear-gradient(180deg, #fff7fa, #fff);
  padding: 42px 20px 12px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px
}

.section-ribbon {
  position: absolute;
  left: -14px;
  top: -16px;
  background: var(--pink);
  color: white;
  font-family: "Yu Gothic", sans-serif;
  font-size: 29px;
  font-weight: 900;
  padding: 6px 80px 6px 28px;
  clip-path: polygon(0 0, 100% 0, 92% 50%, 100% 100%, 0 100%)
}

.part {
  text-align: center;
  border-right: 1px solid #e9c7bd;
  font-family: "Yu Gothic", sans-serif;
}

.part:last-child {
  border-right: 0
}

.part-num {
  display: inline-grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--pink);
  color: white;
  font-weight: 900;
  margin-right: 20px
}

.time {
  font-size: 26px;
  position: relative;
  top: 5px;
  font-family: "Yu Mincho", serif;
  font-weight: bold;
}

.age {
  font-family: 'Noto Sans JP';
  font-size: 28px;
  font-weight: bold;
  color: var(--pink);
  margin: 20px 0 8px;
  border-top: 2px dashed #f5a5b5;
  padding-top: 16px
}

.person-img {
  height: 86px;
  margin: auto;
  width: 150px;
  background: #fff;
  border: 2px dashed #d8b8a7;
  border-radius: 18px;
  display: grid;
  place-items: center;
  color: #b58b7b
}

.hall {
  padding-top: 8px;
  text-align: center
}

.hall-img {
  text-align: center;
}

.hall-img  img{
  height: 210px;
  border-radius: 10px;
  border: 2px dashed #9fc4d3;
  font-family: "Yu Gothic", sans-serif;
  font-weight: 800;
  color: #4d8da8;
}

.hall p {
  font-size: 18px;
  font-family: "Yu Gothic", sans-serif;
  font-weight: 900;
  margin: 14px 0 0;
  color: #3f251e
}

.hall p::before,
.hall p::after {
  content: "〽";
  color: #ff8a00;
}
.hall p::before {
  position: relative;
  right: 5px;
}
.hall p::after {
  display: inline-block;
  transform: scale(-1, 1);
  position: relative;
  left: 5px;
}

.flow {
  padding: 20px 0 18px
}

.flow-title {
  text-align: center;
  font-size: 25px;
  font-weight: 900;
  letter-spacing: .2em;
  margin: 8px 0 12px;
  font-family: "Yu Gothic", sans-serif
}

.flow-title::before,
.flow-title::after {
  content: "";
  display: inline-block;
  width: 170px;
  border-top: 3px dotted var(--orange);
  vertical-align: middle;
  margin: 0 18px
}

.flow-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px
}

.flow-card {
  position: relative;
  border: 1px solid #efccb8;
  border-radius: 12px;
  background: #fffdf9;
  min-height: 170px;
  text-align: center;
  padding: 14px 12px;
  font-family: "Yu Gothic", sans-serif
}

.flow-card:not(:last-child)::after {
  content: "▶";
  position: absolute;
  right: -22px;
  top: 50%;
  transform: translateY(-50%);
  color: #8b4d33;
  font-size: 22px
}

.step {
  position: absolute;
  left: 14px;
  top: 12px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--pink);
  color: white;
  font-weight: 900
}

.flow-ico {
  height: 100px;
  margin: 30px auto 8px;
  width: 70px;
}

.flow-ico img{
  object-fit: contain;
  height: 100%;
  width: 100%;
}

.flow-card b {
  display: block;
  font-size: 15px;
  color: #111
}

.flow-card p {
  font-size: 13px;
  margin: 6px 0 0;
  color: #333
}

.pay {
  border: 1.8px solid var(--pink);
  border-radius: 12px;
  background: #fff7f9;
  text-align: center;
  padding: 14px 20px;
  margin: 4px auto 12px;
  font-family: "Yu Gothic", sans-serif;
  font-weight: 800;
  font-size: 24px
}

.pay img {
  height: 50px;
  position: relative;
  top: 10px;
  width: 100%;
}

.pay small {
  display: block;
  font-size: 16px;
  color: #333
}

.pay span {
  float: right;
  color: #e82121;
  font-size: 30px
}


.qr {
  height: 130px;
  background: white;
  border-radius: 10px;
  border: 4px solid #11863f;
  display: grid;
  place-items: center;
  color: #111;
  font-weight: 900
}

.howto {
  background: white;
  color: #111;
  border-radius: 10px;
  padding: 12px 14px;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 700
}

.footer {
  text-align: center;
  background: #fffdf7;
  font-size: 18px;
  padding: 5px;
  color: #573025;
  letter-spacing: .1em
}

@media (max-width:800px) {

  .hero-inner,
  .info-grid,
  .two-col,
  .line-grid {
    grid-template-columns: 1fr
  }

  .hero-photo {
    min-height: 320px
  }

  .hero {
    min-height: auto
  }

  h1 {
    font-size: 42px
  }

  .date {
    font-size: 76px;
    border-right: 0;
    border-bottom: 2px solid #d8b8a7;
    padding-bottom: 20px
  }

  .features {
    grid-template-columns: 1fr
  }

  .feature {
    border-right: 0;
    border-bottom: 1px solid #efccb8
  }

  .parts {
    grid-template-columns: 1fr
  }

  .part {
    border-right: 0;
    border-bottom: 1px solid #e9c7bd;
    padding-bottom: 20px
  }

  .flow-grid {
    grid-template-columns: 1fr
  }

  .flow-card:not(:last-child)::after {
    display: none
  }

  .flow-title::before,
  .flow-title::after {
    display: none
  }
}

/* 開催条件 */
.capacity-note {
  grid-column: 1 / -1;
  justify-self: center;
  margin: 18px 0 0;
  padding: 12px 28px 12px;
  border: 1.8px solid var(--pink);
  border-radius: 999px;
  background: #fff;
  color: var(--brown);
  font-family: "Yu Gothic", sans-serif;
  font-size: 19px;
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(239, 95, 120, .12);
}

.capacity-note span {
  color: var(--pink);
  font-size: 1.1em;
}

.cancel-note {
  margin: 22px 0 6px;
  padding: 14px 22px;
  border: 1.6px solid #efccb8;
  border-radius: 12px;
  background: #fffdf9;
  display: flex;
  gap: 16px;
  align-items: center;
  font-family: "Yu Gothic", sans-serif;
  color: #3f251e;
}

.cancel-note strong {
  flex: 0 0 auto;
  background: var(--pink);
  color: #fff;
  border-radius: 999px;
  padding: 4px 16px;
  font-size: 17px;
}

.cancel-note span {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
}

@media (max-width:800px) {
  .capacity-note {
    font-size: 16px;
    padding: 8px 18px;
  }

  .cancel-note {
    display: block;
    padding: 16px;
  }

  .cancel-note strong {
    display: inline-block;
    margin-bottom: 8px;
  }
}
