body {
  overflow-x: hidden;
}

* {
  line-height: 1.6;
}

span {
  font-family: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}

section {
  position: relative;
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h1 span,
h2 span,
h3 span,
h4 span,
h5 span {
  font-family: "Cormorant", "Maru Buri", sans-serif;
  font-weight: 400;
}

h3,
h4,
h5,
h3 span,
h4 span,
h5 span {
  font-family: "Maru Buri", sans-serif;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span {
  color: var(--color-primary);
}

.content-title {
  margin-bottom: 80px;
}

.content-title.center * {
  text-align: center;
}

.content-title.white * {
  color: #fff;
}

.content-title h2 ~ p {
  margin-top: 35px;
}

.sub-p {
  letter-spacing: 5px;
  font-size: 13px;
  margin-bottom: 10px;
  color: var(--color-primary);
}

.en-tit {
  font-size: var(--en-tit);
  line-height: 1.2;
}

/* Desktop ( 1024px ~)*/
@media all and (min-width: 1024px) {
}

/* Laptop ( 1024px ~ 1440px)*/
@media all and (min-width: 1024px) and (max-width: 1440px) {
}

/* Tablet ( 768px ~ 1023px)*/
@media all and (min-width: 768px) and (max-width: 1023px) {
}

/* Mobile ( ~ 767px)*/
@media all and (max-width: 767px) {
  .content-title {
    margin-bottom: 40px;
  }

  .content-title h2 ~ p {
    margin-top: 12px;
  }
}
