.navbar {
  background: #3d3d3d;
  top: 80px;
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 7;
}
.navbar_content {
  display: flex;
  align-items: center;
}
.navbar_item {
  font-family: Slussen Expanded, var(--fallback-fonts);
  min-width: -moz-max-content;
  min-width: max-content;
  width: 144px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.32px;
  border-bottom: 4px solid #3d3d3d;
}
.navbar_item:hover {
  color: #f5cc29;
  font-weight: 700;
}
.navbar_item.active {
  color: #f5cc29;
  font-weight: 700;
  border-bottom: 4px solid #f5cc29;
}
.navbar_item_dropdown {
  font-family: Slussen Expanded, var(--fallback-fonts);
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.32px;
  padding: 14px 0;
  transition: 0.3s all;
  display: block;
  width: 100%;
  transition: all 0.3s;
}
.navbar_item_dropdown:hover {
  color: #808080;
  background: #ebebeb;
  transition: all 0.3s;
}
.navbar_dropdown {
  position: relative;
}
.navbar_dropdown:hover .navbar_dropdown_content {
  display: flex;
}
.navbar_dropdown_content {
  position: absolute;
  z-index: 1;
  width: 144px;
  display: flex;
  flex-direction: column;
  align-items: center;
  display: none;
  border: 1px solid #000;
  background: #fff;
}

.main_content {
  padding-top: 80px;
}
.main_content:first-of-type {
  padding-top: 63px;
}
.main_content dd:last-child {
  margin-bottom: 0;
}

.main_content_title {
  color: #000;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.64px;
  margin-bottom: 20px;
}

.main_title {
  color: #f5bc29;
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.04px;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 60px;
  width: -moz-fit-content;
  width: fit-content;
}
.main_title sup {
  color: #f5bc29;
}

.main_subtitle {
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.04px;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 40px;
  width: -moz-fit-content;
  width: fit-content;
}

.main_note {
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.64px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.main_text {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.48px;
  margin-bottom: 40px;
}

.main {
  padding-top: 140px;
}
.main_title {
  font-family: Slussen Expanded, var(--fallback-fonts);
}
.main dt {
  color: #000;
  font-family: Slussen Expanded, var(--fallback-fonts);
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.64px;
  margin-bottom: 20px;
}
.main dt.w780 {
  width: 780px;
}
.main dd {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.48px;
  margin-bottom: 32px;
}
.main dd p {
  margin-bottom: 20px;
}
.main dd ol {
  margin-left: 75px;
  margin-bottom: 40px;
}
.main dd.w780 {
  width: 780px;
}
.main dd.w915 {
  width: 915px;
}
.main dd.w1168 {
  width: 1168px;
}
.main h2.w780 {
  width: 780px;
}

.pages dd,
.pages .main_text {
  margin-bottom: 20px;
}

.features {
  position: relative;
}
.features_image {
  position: absolute;
  right: 0;
  top: 63px;
}
.features_image img {
  width: 519px;
}

.other {
  padding-bottom: 60px;
}

@media only screen and (min-width: 769px) {
  .main dt.w750 {
    width: 750px;
  }
  .main dd.w700 {
    width: 700px;
  }
  .main dd.w750 {
    width: 750px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1399px) {
  .wrapper {
    width: 94%;
  }
  .main dd {
    width: 100%;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1399px) and (max-width: 1199px) {
  .features {
    position: relative;
  }
  .features_image {
    position: relative;
    width: 360px;
    margin: 0 auto 40px;
    top: 0;
  }
  .features_image img {
    width: 100%;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1399px) and (min-width: 1200px) {
  .main dd.w780 {
    width: 50% !important;
  }
}
@media only screen and (max-width: 768px) {
  .header_menu_content {
    position: fixed;
    width: 100%;
    height: calc(100% - 68px);
    left: 0;
    top: 68px;
    background-color: #fff;
    z-index: 9;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    display: none;
  }
  .header_menu_content.active {
    display: flex;
  }
  .header_menu_content .menu_content {
    overflow-y: scroll;
    padding: 20px 0;
  }
  .header_menu_content .menu_content::-webkit-scrollbar {
    display: none;
  }
  .header_menu_content .menu_content_title {
    padding: 20.25px 0 19.75px;
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.48px;
    position: relative;
    cursor: pointer;
  }
  .header_menu_content .menu_content_title::after {
    content: "";
    position: absolute;
    background: url(../img/arrow_back.png) no-repeat top center/100%;
    width: 24px;
    height: 24px;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
  }
  .header_menu_content .menu_content_title.active::after {
    content: "";
    position: absolute;
    background: url(../img/arrow_back.png) no-repeat top center/100%;
    width: 24px;
    height: 24px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .header_menu_content .menu_content dd {
    display: flex;
    flex-direction: column;
    display: none;
  }
  .header_menu_content .menu_content dd.active {
    display: flex;
  }
  .header_menu_content .menu_content_item {
    padding: 10px;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.32px;
  }
  .main {
    padding-top: 64px;
  }
  .main_content {
    padding-top: 60px;
  }
  .main_content:first-of-type {
    padding-top: 40px;
  }
  .main_content:first-of-type .main_title {
    margin-bottom: 32px;
  }
  .main_content_title {
    font-size: 20px;
    font-weight: 500;
  }
  .main_title {
    color: #f5bc29;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.48px;
    text-transform: uppercase;
    margin-bottom: 40px;
    width: -moz-fit-content;
    width: fit-content;
  }
  .main_subtitle {
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -1.04px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 32px;
    width: -moz-fit-content;
    width: fit-content;
  }
  .main_note {
    font-size: 16px;
  }
  .main_text {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.32px;
    margin-bottom: 32px;
  }
  .features {
    position: relative;
  }
  .features_image {
    position: relative;
    width: 320px;
    margin: 0 auto 40px;
    top: 0;
  }
  .features_image img {
    width: 100%;
  }
  .main dt {
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.4px;
    margin-bottom: 16px;
  }
  .main dd {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.32px;
    margin-bottom: 32px;
    width: 100% !important;
  }
  .main dd p {
    margin-bottom: 16px;
  }
  .main dd ol {
    margin-left: 24px;
    margin-bottom: 24px;
  }
  .main dd ol li {
    margin-bottom: 6px;
  }
  .warranty dd,
.other dd {
    margin-bottom: 32px;
  }
  .pages dd,
.pages .main_text {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) and (min-width: 380px) and (max-width: 768px) {
  .wrapper {
    width: 84%;
  }
}
@media only screen and (max-width: 768px) and (max-width: 359px) {
  .wrapper {
    width: 88.8889vw;
    margin: 0 auto;
    position: relative;
  }
  .header_menu_icon {
    width: 6.6667vw;
    height: 6.6667vw;
  }
  .header_menu_icon img {
    width: 100%;
  }
  .header_menu_content {
    height: calc(100% - 18.8889vw);
    top: 18.8889vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow-y: auto;
    display: none;
  }
  .header_menu_content.active {
    display: flex;
  }
  .header_menu_content .menu_content {
    overflow-y: scroll;
    padding: 5.5556vw 0;
  }
  .header_menu_content .menu_content_title {
    padding: 5.625vw 0 5.4861vw;
    color: #000;
    font-size: 6.6667vw;
    font-style: normal;
    font-weight: 700;
    line-height: 5.5556vw;
    letter-spacing: -0.1333vw;
    position: relative;
    cursor: pointer;
  }
  .header_menu_content .menu_content_title::after {
    content: "";
    position: absolute;
    background: url(../img/arrow_back.png) no-repeat top center/100%;
    width: 6.6667vw;
    height: 6.6667vw;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
  }
  .header_menu_content .menu_content_title.active::after {
    content: "";
    position: absolute;
    background: url(../img/arrow_back.png) no-repeat top center/100%;
    width: 6.6667vw;
    height: 6.6667vw;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .header_menu_content .menu_content dd {
    display: flex;
    flex-direction: column;
    display: none;
  }
  .header_menu_content .menu_content dd.active {
    display: flex;
  }
  .header_menu_content .menu_content_item {
    padding: 2.7778vw;
    line-height: 5.5556vw;
    font-size: 4.4444vw;
  }
  .main {
    padding-top: 17.7778vw;
  }
  .main_content {
    padding-top: 16.6667vw;
  }
  .main_content:first-of-type {
    padding-top: 11.1111vw;
  }
  .main_content:first-of-type .main_title {
    margin-bottom: 8.8889vw;
  }
  .main_content_title {
    font-size: 5.5556vw;
  }
  .main_title {
    font-size: 6.6667vw;
    line-height: 8.8889vw;
    letter-spacing: -0.1333vw;
    margin-bottom: 11.1111vw;
  }
  .main_title::after {
    width: 2.2222vw;
    height: 2.2222vw;
    top: 2.2222vw;
    right: -4vw;
  }
  .main_subtitle {
    font-size: 6.1111vw;
    letter-spacing: -0.2889vw;
    margin-bottom: 8.8889vw;
    width: -moz-fit-content;
    width: fit-content;
  }
  .main_text {
    font-size: 4.4444vw;
    letter-spacing: -0.0889vw;
    margin-bottom: 8.8889vw;
  }
  .main_note {
    font-size: 4.4444vw;
    margin-top: 8.3333vw;
  }
  .features_image {
    width: 88.8889vw;
    margin: 0 auto 11.1111vw;
  }
  .main dt {
    font-size: 5.5556vw;
    letter-spacing: -0.1111vw;
    margin-bottom: 4.4444vw;
  }
  .main dd {
    font-size: 4.4444vw;
    letter-spacing: -0.0889vw;
    margin-bottom: 8.8889vw;
    width: 100% !important;
  }
  .main dd p {
    margin-bottom: 4.4444vw;
  }
  .main dd ol {
    margin-left: 8.8889vw;
    margin-bottom: 4.4444vw;
  }
  .main dd ol li {
    margin-bottom: 1.6667vw;
  }
  .pages dd,
.pages .main_text {
    margin-bottom: 5.5556vw;
  }
  .warranty,
.other {
    padding-top: 5.5556vw;
  }
  .warranty dd,
.other dd {
    margin-bottom: 8.8889vw;
  }
  .other {
    padding-bottom: 11.1111vw;
  }
}
.img_bottom {
  margin-bottom: 30px;
}