/*color*/
/*font-family*/
/*media query break point*/
/* media query */
/* ------------------------------------------------------------ */
.s_contents {
  position: relative;
  z-index: 1;
  background-color: #f0eee9;
}
main {
  overflow: hidden;
}
/* ------------------------------------------------------------
heading
------------------------------------------------------------ */
.c_heading {
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
.c_heading.c_heading_l .en {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  color: #555;
  margin-bottom: 10px;
}
.c_heading.c_heading_l .zen {
  display: block;
  font-size: 2.2rem;
  font-weight: 400;
  letter-spacing: 6px;
}
@media screen and (min-width: 768px) {
  .c_heading.c_heading_l .en {
    margin-bottom: 15px;
    font-size: 2.1rem;
  }
  .c_heading.c_heading_l .zen {
    font-size: 3.6rem;
  }
}
/* ------------------------------------------------------------
mv
------------------------------------------------------------ */
.mv::before {
  background: url(../img/shibuya/faq/mv_bg.jpg) no-repeat center / cover;
}

/* ------------------------------------------------------------
faq
------------------------------------------------------------ */
.faq {
  padding: 50px 0 40px;
}
.faq_in {
  margin: auto;
  max-width: 1280px;
  width: 90%;
}
.faq .cat-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 25px;
}
.faq .cat-nav li {
  width: 50%;
  border-left: 1px solid #d3d3d4;
}
.faq .cat-nav li:nth-child(even) {
  border-right: 1px solid #d3d3d4;
}
.faq .cat-nav li:nth-child(n + 3) {
  margin-top: 10px;
}
.faq .cat-nav a {
  display: block;
  padding: 10px 5px 25px;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  background: url(../../asset/img/shibuya/faq/arw_down.svg) no-repeat center bottom 10px;
  background-size: 16px auto;
}

/* cat-body */
.cat-body {
  padding: 25px 0;
}
.cat-body h2 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
}

.faq-list > div {
  background: #fff;
}
.faq-list > div:nth-child(n + 2) {
  margin-top: 15px;
}
.faq-list dt {
  position: relative;
  padding: 20px 40px 20px 45px;
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 700;
}
.faq-list dt::before {
  position: absolute;
  left: 15px;
  top: 18px;
  display: inline-block;
  content: 'Q';
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  font-family: "EB Garamond", serif;
}
.faq-list dt::after {
  position: absolute;
  right: 10px;
  top: 20px;
  display: block;
  content: '';
  width: 20px;
  height: 20px;
  background: url(../../asset/img/shibuya/faq/ico_plus.svg) no-repeat center center;
  background-size: 100% auto;
}
.faq-list dt.open::after {
  background-image: url(../../asset/img/shibuya/faq/ico_minus.svg);
}
.faq-list dd {
  display: none;
  position: relative;
  padding: 0px 15px 20px 45px;
  font-size: 1.2rem;
  line-height: 1.6;
}
.faq-list dd::before {
  position: absolute;
  left: 15px;
  top: 2px;
  display: inline-block;
  content: 'A';
  font-size: 2rem;
  color: #df907e;
  line-height: 1;
  font-weight: 700;
  font-family: "EB Garamond", serif;
}
.faq-list dd a {
  text-decoration: underline;
}
.faq-list dd a:hover {
  text-decoration: none;
}
.faq-list dd ul li {
  text-indent: -1em;
  padding-left: 1em;
}
.faq-list dd .note {
  margin-top: 5px;
  font-size: 1rem;
}

@media screen and (min-width: 768px) {
  .faq {
    padding: 100px 0 80px;
  }
  .faq .cat-nav {
    margin-bottom: 50px;
  }
  .faq .cat-nav li {
    width: 25%;
  }
  .faq .cat-nav li:nth-child(even) {
    border-right: none;
  }
  .faq .cat-nav li:nth-child(n + 3) {
    margin-top: 0;
  }
  .faq .cat-nav li:nth-child(4) {
    border-right: 1px solid #d3d3d4;
  }
  .faq .cat-nav a {
    padding: 15px 5px 30px;
    font-size: 1.4rem;
    background-size: 22px auto;
    transition: 0.3s;
  }
  .faq .cat-nav a:hover {
    opacity: 0.7;
  }

  /* cat-body */
  .cat-body {
    padding: 50px 0;
  }
  .cat-body h2 {
    margin-bottom: 40px;
    font-size: 2.7rem;
  }

  .faq-list dt {
    padding: 40px 80px 40px 90px;
    font-size: 2rem;
    cursor: pointer;
  }
  .faq-list dt::before {
    left: 30px;
    top: 30px;
    font-size: 4rem;
  }
  .faq-list dt::after {
    right: 20px;
    top: 35px;
    width: 40px;
    height: 40px;
  }
  .faq-list dd {
    display: none;
    position: relative;
    padding: 10px 30px 30px 90px;
    font-size: 1.6rem;
  }
  .faq-list dd::before {
    left: 30px;
    top: 0;
    font-size: 4rem;
  }
  .faq-list dd .note {
    margin-top: 10px;
    font-size: 1.3rem;
  }
}
