
header .nav .logo-header.mmaaxx img {
    width: 250px;
    padding-top: 9px;
}
section{
  padding: 5% 0;
}

.section-title,
.section-subtitle,
.text-wrap-title,
.text-wrap-subtitle{
  text-align: left;
}
.text-wrap-title {
  font-weight: 700;
  font-size: 24px;
}
.text-wrap-subtitle {
  color: #ff6200;
  font-size: 17px;
  margin-bottom: 1.5em;
}
.text-wrap-catch{
  font-size: 20px;
  font-weight: 700;
  margin:0 1em .5em;
}
.text-wrap{
  text-align: left;
  width: 50%;
}
.section-txt {
  font-size: 16px;
}
.img-wrap{
  width: 48%;
}
.intro{
  background: #FFF0E9;
  padding: 9em 0 5%;
}
.notice{
  width: 90%;
  margin: 0 auto;
  font-size: 16px;
  color: orange;
}
.play{
  background: #00BFBB14;
}
.play img{
  max-width: 40em;
  width: 98%;
  margin: 2em auto;
  display: block;
}
.play .btn-fixed{
  margin: 5% auto 0;
  display: block;
  font-size: 1.2em;
}
.price .section-title{
  margin-bottom: 1em;
}
.price table{
  max-width: 50em;
  width: 90%;
  margin: 0 auto 1em;
}

.price th,
.price td{
  padding: 4px 1em;
  border: 1px solid #ccc;
}
.price th{
  padding: 0 1em;
  background: #ebebeb;
}
.price th.option{
  background: #ffe2fb;
}

/* Pickup */
.pickup-list dl{
  border-radius: 25px;
  padding: 3em 4em 5em;
  display: flex;
  flex-wrap: wrap;
  gap: 1em 1%;
}
.pickup-list dt{
  background-color: #fff;
  padding: 1rem 1.5em;
  border-radius: 5em;
  margin-bottom: 1em;
  width: 100%
}
.pickup-list dd{  
  width: 24.25%;
  background: #fff;
  padding: 1rem;
  border-radius: 1em;
  box-shadow: 0 0 1em rgba(0,0,0,.1);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.pickup-list dd a{
  display: block;
  color: #F72CB1;
  text-decoration: none;
}

.pickup-list dd a:hover{
  color: #f79f2c;
}
.pickup-list dd img{
  display: block;
  max-width: 100%;
  margin-bottom: .5rem;
}

.pickup-list dd span{
  display: block;
}
.area{
  border-top: 3px dotted #ececec;
  padding-top: 5%;
  font-size: 14px;
}
.comment{
  font-size: 15px;
  margin-bottom: 5%;
}
figure{
  margin-bottom: 0;
}
.pickup-list dd audio.sound{
  width: 120%;
  height: 2em;
  transform: scale(.85) translateX(-10%);
}
.pickup-list dd span.sound{
  display: block;
  width: 100%;
  height: 32px;
  background: #ededed;
  color: #ccc;
  border-radius: 2em;
  margin: 3px 0 1em;
  font-size: 14px;
  line-height: 32px;
  opacity: .5;
}
.pickup-type1,
.pickup-type3{
  background-color: #F72CB115;
}
.pickup-type2{
  background-color: #FFF0E9;
}
.testimonial{
  margin-top: 3em;
}
.testimonial-content{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1em 0;
}
.testimonial-content dt{
  width: 100%;
}
.testimonial-content dd{
  position: relative;
  background-color: #feeeb8;
  font-size: .9em;
  width: 48.5%;
  padding: 1em 1.5em;
  border-radius: 20px;
  text-indent: 1em;
}
.testimonial-content dd span::before{
  content: "“";
  position: absolute;
  top: .5rem;
  left: -.2rem;
  font-size: 4em;
  color: #ffa606;
  line-height: 1;
}
@media screen and (max-width: 1199px){
  section{
    padding: 4em 0;
  }
  .pickup-list dl{
    padding: 1.5em 1em;
    gap: 1em 2%;
  }
  .pickup-list dd{
    width: 32%;
  }
}


@media screen and (max-width: 768px){
  .intro .row{
    flex-direction: column;
  }
  .intro .text-wrap,
  .intro .img-wrap{
    width: 100%;
  }
  .intro .img-wrap{
    margin: 0 0 1.5em;
  }
  .pickup-list dl{
    padding: 1.5em 1em;
    gap: 1em 3.5%;
  }
  .pickup-list dt{
    padding: 0 0 1rem .5rem;
    margin-bottom: .5em;
    background:none;
    border-bottom: 3px dotted #828282;
    border-radius: 0;
  }
  .pickup-list dd{
    width: 48.25%;
  }
}
.mvp-text{
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 1.5em;
}