/* Q&A */
.qa__content {
  margin-top: 70px;
  margin-bottom: 165px;
  font-size: 0;
  letter-spacing: -0.4em;
  text-align: center;
}

.qa_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 37px;
  text-align: center;
}

.qa_list li {
  vertical-align: top;
  margin: 0 10px 10px;
  background: rgba(255, 255, 255, 0.8);
  width: 275px;
  font-size: 16px;
  letter-spacing: normal;
}

.btn__style {
  position: relative;
  border: 1px solid #4d3c20;
  width: 275px;
  font-size: 18px;
  line-height: 63px;
}

.btn__text {
  -webkit-transition: opacity .4s linear 0s;
  opacity: 1;
  transition: opacity .4s linear 0s;
  font-size: 16px;
  letter-spacing: 0.15em;
  text-align: center;
}

.btn__text:hover {
  -webkit-transition: opacity .4s linear 0s;
  opacity: 0.6;
  transition: opacity .4s linear 0s;
}

.btn__text:hover .btn__text::before {
  -webkit-transition: opacity .4s linear 0s;
  opacity: 0.6;
  transition: opacity .4s linear 0s;
}

.btn__link {
  width: 270px;
  height: 63px;
}

.btn__style::before {
  -webkit-transition: all .1s linear .3s;
  position: absolute;
  top: -1px;
  right: -1px;
  transition: all .1s linear .3s;
  border-top: 1px solid #a7946a;
  width: 0;
  height: 0;
  content: '';
}

.btn__style:hover::before {
  -webkit-transition: all .1s linear 0s;
  transition: all .1s linear 0s;
  width: 275px;
}

.btn__style::after {
  -webkit-transition: all .1s linear .2s;
  position: absolute;
  top: -1px;
  left: -1px;
  transition: all .1s linear .2s;
  border-left: 1px solid #a7946a;
  width: 0;
  height: 0;
  content: '';
}

.btn__style:hover::after {
  -webkit-transition: all .1s linear .1s;
  transition: all .1s linear .1s;
  border-color: #a7946a;
  height: 63px;
}

.btn__link::before {
  -webkit-transition: all .1s linear .1s;
  position: absolute;
  bottom: -1px;
  left: -1px;
  transition: all .1s linear .1s;
  border-bottom: 1px solid #a7946a;
  width: 0;
  height: 0;
  content: '';
}

.btn__link:hover::before {
  -webkit-transition: all .1s linear .3s;
  transition: all .1s linear .3s;
  border-color: #a7946a;
  width: 275px;
}

.btn__link::after {
  -webkit-transition: all .1s linear 0s;
  position: absolute;
  right: -1px;
  bottom: -1px;
  transition: all .1s linear 0s;
  border-right: 1px solid #a7946a;
  width: 0;
  height: 0;
  content: '';
}

.btn__link:hover::after {
  -webkit-transition: all .1s linear .4s;
  transition: all .1s linear .4s;
  height: 63px;
}

.arrow {
  -webkit-transform: translateY(-50%);
  -webkit-transition: all .4s linear 0s;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  transition: all .4s linear 0s;
  width: 15px;
}

.btn__link:hover .is__gold {
  -webkit-transition: all .4s linear 0s;
  transition: all .4s linear 0s;
  border-color: #a7946a;
  width: 30px;
}

.qa_title {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 35px;
  letter-spacing: normal;
}

.qa_title#Posticket, .qa_title#Posgoods {
  margin-top: 80px;
}

.p-qa_block {
  padding-top: 20px;
  font-size: 14px;
  line-height: 2.15;
  letter-spacing: 0.04em;
  text-align: left;
}

.p-qa_block + .p-qa_block {
  margin-top: 16px;
}

.p-qa_block__ttl {
  margin-bottom: 26px;
}

.p-qa_block__content .is-red {
  color: #D65B4B;
  font-weight: bold;
}

.p-qa_block__content a {
  display: inline;
  color: currentColor;
  text-decoration: underline;
}

.p-qa_block__content a:hover {
  text-decoration: none;
}

.p-qa_block__frame {
  padding: 10px 6.2%;
}

.p-qa_list {
  color: #fdfdff;
}

.p-qa_list__item {
  position: relative;
  padding: 16px 0 16px;
}

.p-qa_list__item:not(:last-of-type)::after {
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to right, rgba(117, 93, 50, 0.6), rgba(117, 93, 50, 0.6) 2px, rgba(117, 93, 50, 0) 2px, rgba(117, 93, 50, 0) 3px);
  background-size: 3px 1px;
  width: 100%;
  height: 1px;
  content: '';
}

.p-qa_list__head {
  margin-bottom: 5px;
  padding-left: 1.25em;
  color: #bf9a58;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: 0.1em;
  text-indent: -1em;
}

.p-qa_list__detail span,
.p-qa_list__detail strong {
  vertical-align: baseline;
}

.p-qa_coming {
  padding: 36px 0;
  color: #bf9a58;
  font-weight: 500;
  text-align: center;
}

.p-qa_note {
  position: relative;
  margin: 33px auto 0;
  background-color: #765717;
  padding: 5px 3%;
  max-width: 905px;
  color: #fdfdff;
  font-size: 13px;
  line-height: 2;
  letter-spacing: 0.08em;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .main {
    min-width: 320px;
    max-width: 767px;
  }
  .title__style {
    margin-bottom: 20px;
  }
  .qa__content {
    margin: 0 auto;
    margin-top: 24px;
    margin-bottom: 95px;
    font-size: 0;
    letter-spacing: -0.4em;
    text-align: center;
  }
  .qa_list {
    margin-bottom: 18px;
  }
  .qa_list li {
    width: 100%;
    max-width: 290px;
  }
  .btn__style {
    position: relative;
    margin: 0 auto;
    border: 1px solid #4d3c20;
    width: 235px;
    height: 55px;
    font-size: 18px;
  }
  .btn__text {
    -webkit-transition: opacity .4s linear 0s;
    opacity: 1;
    transition: opacity .4s linear 0s;
    font-size: 13px;
    line-height: 55px;
    letter-spacing: 0.04em;
  }
  .btn__text:hover {
    -webkit-transition: opacity .4s linear 0s;
    opacity: 0.6;
    transition: opacity .4s linear 0s;
  }
  .btn__text:hover .btn__text::before {
    -webkit-transition: opacity .4s linear 0s;
    opacity: 0.6;
    transition: opacity .4s linear 0s;
  }
  .btn__link {
    width: 235px;
    width: 235px;
    height: 55px;
  }
  .btn__style::before, .btn__style::after {
    display: none;
  }
  .btn__link::before, .btn__link::after {
    display: none;
  }
  .arrow {
    right: 5px;
    width: 20px;
  }
  .btn__link:hover .is__gold {
    -webkit-transition: all .4s linear 0s;
    transition: all .4s linear 0s;
    border-color: #4d3c20;
    width: 10px;
  }
  .qa_title {
    margin-bottom: 15px;
  }
}

@media not all and (max-width: 767px) {
  .p-qa_block {
    padding-top: 30px;
    line-height: 2;
    letter-spacing: 0.06em;
  }
  .p-qa_block + .p-qa_block {
    margin-top: 45px;
  }
  .p-qa_block__ttl {
    margin-bottom: 40px;
  }
  .p-qa_block__content .is-red {
    font-size: 1.1em;
  }
  .p-qa_block__frame {
    padding: 24px 5.8%;
  }
  .p-qa_list__item {
    padding: 26px 0 24px;
  }
  .p-qa_list__item:not(:last-of-type)::after {
    background-image: linear-gradient(to right, rgba(117, 93, 50, 0.6), rgba(117, 93, 50, 0.6) 4px, rgba(117, 93, 50, 0) 4px, rgba(117, 93, 50, 0) 6px);
    background-size: 6px 1px;
  }
  .p-qa_list__head {
    margin-bottom: 10px;
    padding-left: .9em;
    font-size: 17.5px;
  }
  .p-qa_coming {
    padding: 67px 0;
    font-size: 18px;
  }
  .p-qa_note {
    margin-top: 80px;
    padding: 8px 14px;
    width: 90%;
    font-size: 15px;
    line-height: 1.55;
  }
}
