/* stylelint-disable no-descending-specificity */
/* stylelint-disable custom-property-pattern */
@charset "utf-8";

:root {
  --bg-color: #fff;
  --bg-color-gray: #f5f5f5;
  --text-black: #000;
  --text-red: #ff0037;
  --section-title-size-XS: 1.3rem;
  --section-title-size-S: 2.4rem;
  --section-title-size-M: 2.2rem;
  --section-title-size-L: 2.8rem;
  --modal-title-m: 1.6rem;
  --line-height: 2;
  --title-letter-spacing: 2px;
  --text-size-m: 1.6rem;
  --text-size-s: 1.5rem;
  --text-size-xs: 1.3rem;
  --line-height-normal-text: 2;
  --voice-title-size: 1.8rem;
  --modal-about-title-size: 1.8rem;
}

header#header,
div.breadcrumb,
#footer {
  min-width: 1120px;
}

/* common */

/* .ml-220 {
  margin-left: 220px;
} */

.snkrdunk-base {
  min-width: 1120px;
}

.snkrdunk-base img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.snkrdunk-base .flex-wrap {
  display: flex;
  justify-content: center;
  gap: 60px;
}

.main .flex-wrap {
  align-items: center;
}

.snkrdunk-base .about {
  margin-bottom: 60px;
}

.snkrdunk-base .about .sdBase-inner {
  padding: 60px 0 45px;
}

.snkrdunk-base .main {
  padding: 40px 0 60px;
  background: var(--bg-color-gray)
    url("../../../img/guide/snkrdunk-base/typo.png") no-repeat right top;
  background-size: 278px 667px;
}

.snkrdunk-base .sdBase-inner {
  margin: 0 auto 60px;
  width: 1120px;
}

.snkrdunk-base .main .sdBase-inner {
  margin: 0 auto 60px;
}

.loop-movie,
.sdBase-image {
  width: 610px;
}

.snkrdunk-base .m-title h2 {
  position: relative;
  margin: 0 30px 40px;
  padding-left: 30px;
  font-weight: 600;
  font-size: var(--section-title-size-M);
  line-height: 1.5;
}

.snkrdunk-base .m-title h2::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 6px;
  left: 0;
  width: 8px;
  height: 200px;
  background: var(--text-black);
}

.snkrdunk-base .main .m-title h2::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 6px;
  left: 0;
  width: 8px;
  height: 116px;
  background: var(--text-black);
}

.snkrdunk-base .main .m-title h3 {
  position: relative;
  margin: 0 0 50px;
  font-weight: 600;
  font-size: var(--section-title-size-S);
}

.snkrdunk-base .main .m-title h3::after {
  content: "";
  display: block;
  position: relative;
  top: 25px;
  left: -60px;
  width: 150px;
  height: 4px;
  background: var(--text-black);
}

.snkrdunk-base .main .m-title h3 span.t-num {
  position: relative;
  top: 2px;
  margin-right: 10px;
  font-size: 2.8rem;
  font-family: Oswald, sans-serif;
}

.snkrdunk-base .main .inner-l .m-title h3 {
  text-align: right;
}

.snkrdunk-base .main .inner-l .m-title h3::after {
  left: 300px;
}

.snkrdunk-base video {
  width: 100%;
  height: auto;
}

.snkrdunk-base .youtube .youtube-inner iframe {
  width: 610px;
  height: auto;
  aspect-ratio: 16/9;
}

.sdBase-text {
  width: 390px;
  margin: 30px 0 0;
  font-size: var(--text-size-s);
  line-height: 2;
  text-align: justify;
}

.sdBase-text.head {
  margin: 30px 0 0 30px;
  padding-left: 30px;
}

.sdBase-text a {
  color: var(--text-black);
  text-decoration: underline;
}

/* faq */
.snkrdunk-base .faq .faq-inner {
  width: 980px;
  margin: 0 auto;
  padding: 60px 0;
}

.snkrdunk-base .faq .m-title {
  text-align: center;
}

.snkrdunk-base .faq .m-title h3 {
  position: relative;
  font-size: var(--section-title-size-L);
  margin: 15px 0 60px;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: var(--title-letter-spacing);
}

.snkrdunk-base .faq .m-title h3::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 4px;
  background-color: var(--text-black);
  bottom: -28px;
  left: 50%;
  transform: translateX(-50%);
}

.snkrdunk-base .faq .m-title span {
  position: relative;
  color: var(--text-black);
  font-size: var(--section-title-size-XS);
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.snkrdunk-base .faq-list {
  width: 760px;
  margin: 0 auto;
}

.snkrdunk-base .faq-list .faq-item {
  margin-bottom: 4px;
}

.snkrdunk-base .faq-list .faq-item a {
  display: flex;
  align-items: center;
  position: relative;
  width: 760px;
  height: 60px;
  padding-left: 30px;
  box-sizing: border-box;
  background: var(--bg-color-gray);
  color: var(--text-black);
  font-weight: 600;
  font-size: var(--text-size-m);
  line-height: 60px;
}

.snkrdunk-base .faq-list .faq-item a::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 2px;
  background-color: var(--text-black);
  top: 52%;
  right: 16px;
  transform: rotate(-45deg);
}

.snkrdunk-base .faq-list .faq-item a::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 2px;
  background-color: var(--text-black);
  top: 40%;
  right: 16px;
  transform: rotate(45deg);
}
