.sec--voice {
  background: #f7f7f7;
}
.sec--voice ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  gap: 0 30px;
}
@media screen and (max-width: 767px), print {
  .sec--voice ul {
    gap: 20px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sec--voice ul li {
  list-style-type: none;
  list-style: none;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px;
  -webkit-filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
  width: 31.25%;
  max-width: 300px;
  height: auto;
  padding: 32px 24px;
}
.sec--voice ul li::marker {
  display: none;
}
@media screen and (max-width: 767px), print {
  .sec--voice ul li {
    max-width: 100%;
    width: 100%;
  }
}
.sec--voice ul li figure {
  width: 120px;
  height: auto;
  margin-inline: auto;
}
.sec--voice ul li figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.sec--voice ul li h4 {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
  margin-top: 20px;
}
.sec--voice ul li span {
  display: block;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}
.sec--voice ul li p {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.sec--voice ul li button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../img/ico_arrow_01.svg) no-repeat right 6% center/12px 19px, #87cde0;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  border-radius: 8px;
  width: 100%;
  height: 51px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sec--voice ul li button::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  right: 20px;
  width: 8px;
  height: 8px;
  border-right: 4px solid #fff;
  border-bottom: 4px solid #fff;
}
@media screen and (min-width: 768px), print {
  .sec--voice ul li button:hover {
    opacity: 0.7;
  }
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 10px;
  height: auto;
  padding: 20px 0 20px 20px;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.4s opacity;
  transition: 0.4s opacity;
}
@media screen and (max-width: 767px), print {
  .modal {
    top: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 88%;
  }
}
.modal.is-active {
  opacity: 1;
  z-index: 1001;
  pointer-events: all;
}
.modal__close {
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
  width: 60px;
  height: 60px;
}
.modal__close::before, .modal__close::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  width: 30px;
  height: 4px;
  background-color: #333;
}
.modal__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.modal__inner {
  height: 100%;
}
.modal__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal__heading-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 30px;
}
@media screen and (max-width: 767px), print {
  .modal__heading-wrap {
    margin-left: 10px;
  }
}
.modal__img {
  width: 160px;
  height: auto;
  margin: 0;
}
.modal__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.modal__ttl {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 22px;
}
@media screen and (max-width: 767px), print {
  .modal__ttl {
    font-size: 16px;
  }
}
.modal__name {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 500;
  margin-top: 24px;
}
@media screen and (max-width: 767px), print {
  .modal__name {
    margin-top: 10px;
  }
}
.modal__movie {
  width: 100%;
  height: 400px;
  margin-top: 20px;
}
@media screen and (max-width: 767px), print {
  .modal__movie {
    height: 175px;
  }
}
.modal__movie iframe {
  width: 100%;
  height: 100%;
}
.modal__detail {
  font-size: 16px;
  line-height: 1.875;
  margin-top: 32px;
  padding: 0 20px;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  pointer-events: none;
  opacity: 0;
  z-index: -1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.overlay.is-active {
  opacity: 1;
  z-index: 1000;
  pointer-events: all;
}

.sec--gift {
  margin-top: 50px !important;
}

.flow {
  background-color: #f7f7f7;
}

.flow .inner {
  text-align: center;
  padding: 50px 10px 0;
  position: relative;
}

.flow .flow_balloon {
  max-width: 100px;
  position: absolute;
  top: 50px;
  right: calc(50% - 350px);
}

.flow .inner .flow_ttl {
  font-size: 24px;
  font-family: "wfbd";
}

.flow .inner .flow_catch {
  font-size: 18px;
  margin-bottom: 35px;
}

.flow .flow_wrap .flow_box {
  max-width: 714px;
  padding: 30px 0;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 12px;
  margin-bottom: 40px;
  position: relative;
}

.flow .flow_wrap .flow_box:nth-child(2) {
  padding: 19px 0;
}

.flow .flow_wrap .flow_box:nth-child(3) {
  margin-bottom: 60px;
}

.flow .flow_wrap .flow_box:nth-child(3)::after {
  content: none;
  background: none;
}

.flow .flow_wrap .flow_box::after {
  content: "";
  display: inline-block;
  position: absolute;
  background: url(../img/icon_flow.png) no-repeat;
  width: 44px;
  height: 22px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -32px;
}

.flow .flow_wrap .flow_box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: inherit;
}

.flow .flow_wrap .flow_box ul li:first-child {
  color: #55c2f0;
  font-size: 28px;
  font-family: "wfbd";
  border-right: 4px dotted #c2c2c2;
  -ms-flex-preferred-size: 100px;
  flex-basis: 100px;
  margin-right: 30px;
}

.flow .flow_wrap .flow_box ul li:nth-child(2) {
  text-align: left;
  -webkit-box-flex: 5;
  -ms-flex: 5;
  flex: 5;
}

.flow .flow_wrap .flow_box li p {
  font-size: 22px;
  font-family: "wfbd";
  line-height: 1.5;
  margin: 0 0 7px;
}

.flow .flow_wrap .flow_box li p:last-of-type {
  font-size: 16px;
  font-family: "wfre";
  line-height: 1.4;
  margin: 0;
}

.flow .flow_wrap .flow_box span {
  display: block;
  font-size: 12px;
}

.flow .flow_wrap .flow_box img {
  height: 132px;
  position: absolute;
  right: 35px;
  bottom: 10px;
}

@media screen and (max-width: 767px), print {
  .flow .inner {
    padding: 25px 10px 28px;
  }
  .flow .flow_balloon {
    max-width: 18%;
    position: absolute;
    top: 35px;
    right: 4%;
  }
  .flow .inner .flow_ttl {
    font-size: 15px;
  }
  .flow .inner .flow_catch {
    font-size: 15px;
    margin: 0 16px 13px 16px;
    text-align: left;
  }
  .flow h2 {
    margin-bottom: 25px;
  }
  .flow .flow_wrap .flow_box {
    border-radius: 6px;
    padding: 18px 8px;
    margin-bottom: 30px;
  }
  .flow .flow_wrap .flow_box:nth-child(2) {
    padding: 18px 8px;
  }
  .flow .flow_wrap .flow_box:nth-child(3) {
    margin-bottom: 15px;
  }
  .flow .flow_wrap .flow_box::after {
    background: url(../img/icon_flow.png) no-repeat;
    background-size: 33px 16px;
    width: 33px;
    height: 16px;
    right: 50%;
    bottom: -22px;
  }
  .flow .flow_wrap .flow_box span {
    font-size: 10px;
  }
  .flow .flow_wrap .flow_box li p {
    font-size: 18px;
  }
  .flow .flow_wrap .flow_box li p:last-of-type {
    font-size: 15px;
  }
  .flow .flow_wrap .flow_box ul {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .flow .flow_wrap .flow_box ul li:first-child {
    font-size: 21px;
    -ms-flex-preferred-size: 66px;
    flex-basis: 66px;
    margin-right: 22px;
    border-right: 4px dotted #c2c2c2;
  }
  .flow .flow_wrap .flow_box ul li:nth-child(2) {
    font-size: 15px;
    -webkit-box-flex: 3;
    -ms-flex: 3;
    flex: 3;
  }
}
.sec--movie__txt {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 767px), print {
  .sec--movie__txt {
    font-size: 16px;
  }
}
.sec--movie__movie {
  width: 100%;
  height: 600px;
  margin-top: 20px;
}
@media screen and (max-width: 767px), print {
  .sec--movie__movie {
    margin-inline: auto;
    height: 230px;
  }
}
.sec--movie__movie iframe {
  width: 100%;
  height: 100%;
}