@charset "UTF-8";

main{
  background: none;
}
.wrapper{
  max-width: 700px;
}
h3 {
  display: block;
  color: #000;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.7;
  text-align: center;
  background: none;
  clip-path: none;
  padding: 0;
  margin-bottom: 0;
}

.mv{
  background-image: linear-gradient(0deg, #ffffff, #b1def1);
  margin-bottom: -1px;
}
.howto-mv{
  text-align: center;
}
.howto-area01,.howto-area03,.voice-area{
  background: #eef8fc;
}
h2{
  margin-bottom: 0.2em;
}
.midashi{
  font-size: clamp(0.625rem, 0.357rem + 1.14vw, 1rem);
  font-weight: 700;
  text-align: center;
  padding-bottom: 30px;
}
h3{
  padding: 5% 0 4% 0;
}
section .text{
  font-weight: 700;
  padding-bottom: 30px;
}
section .text span{
  font-size: 0.9em;
  font-weight: 500;
}
section .howto-photo{
  text-align: center;
}
.slide-items{
  max-width: 560px;
}

.photo-area .wrapper{
  max-width: 900px;
}
.photo-area ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.ticket{
  background: url(../images/bg.jpg);
}
.ticket .wrapper{
  max-width: 900px;
}
.ticket h3 {
  --cut: .5em;     /* 左の三角の深さ */
  --tail: .5em;    /* 右リボンの折り返し */
  --bg: #e76aa3;
  display: inline-block;
  color: #fff;
  font-size: clamp(1.25rem, 0.357rem + 3.81vw, 2.5rem);
  font-weight: 700;
  line-height: 1;
  background: var(--bg);
  clip-path: polygon(
    var(--cut) 0,
    100% 0,
    calc(100% - var(--tail)) 50%,
    100% 100%,
    var(--cut) 100%,
    0 50%
  );
  padding: 0.2em 2em 0.3em 2em;
  margin-bottom: 1.25em;
}
#stop-under20-drinking{
  margin-bottom: 0;
}