@charset "UTF-8";
@media screen and (max-width: 768px) {
  [data-media]:not([data-media~=sp]) {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  [data-media]:not([data-media~=pc]) {
    display: none !important;
  }
}
html {
  font-size: 2.1333333333vw;
}
@media screen and (min-width: 769px) {
  html {
    font-size: 0.8333333333vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1279px) {
  html {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1280px) {
  html {
    font-size: 16px;
  }
}

body {
  -webkit-tap-highlight-color: transparent;
}

img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

@media screen and (max-width: 768px) {
  .p-freed#freed-content br[data-media~=sp] {
    display: block !important;
  }
}
@media screen and (min-width: 769px) {
  .p-freed#freed-content br:not([data-media~=pc]) {
    display: none !important;
  }
}
.p-freed#freed-content br:not([data-media]),
.section#section_items br:not([data-media]) {
  display: block !important;
}

/* ======== Font family ======== */
.p-freed__heading-wrapper {
  display: flex;
  justify-content: center;
}

.p-freed__heading {
  color: #4a4a4a;
  position: relative;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .p-freed__heading {
    font-size: 2.75rem;
  }
}
@media screen and (max-width: 768px) {
  .p-freed__heading {
    font-size: 3rem;
  }
}
.p-freed__heading.--small {
  font-size: 2.625rem;
}
.p-freed__heading::after {
  content: "";
  background-color: #959595;
  height: 1px;
  position: absolute;
  right: 50%;
  bottom: -1.25rem;
  transform: translateX(50%);
  opacity: 0.5;
}
@media screen and (min-width: 769px) {
  .p-freed__heading::after {
    width: 6.25rem;
  }
}
@media screen and (max-width: 768px) {
  .p-freed__heading::after {
    width: 4.668125rem;
  }
}

.p-freed__car-parts {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .p-freed__car-parts {
    gap: 5.6875rem;
    padding-top: 8.75rem;
    padding-bottom: 7.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-freed__car-parts {
    gap: 7.375rem;
    padding-top: 6.875rem;
    padding-bottom: 7.5rem;
  }
}

.p-freed__car-item {
  display: flex;
  position: relative;
}
.p-freed__car-item--revert {
  flex-direction: row-reverse;
}
@media screen and (min-width: 769px) {
  .p-freed__car-item--revert {
    margin-left: 3.125rem;
  }
}
.p-freed__car-item--revert .p-freed__car-img {
  transform: translateX(1.75rem);
}
@media screen and (min-width: 769px) {
  .p-freed__car-item--revert .p-freed__car-content {
    padding-top: 4.625rem;
  }
}
@media screen and (min-width: 769px) {
  .p-freed__car-item--revert:last-child .p-freed__car-content {
    padding-top: 6.375rem;
  }
}
@media screen and (min-width: 769px) {
  .p-freed__car-item {
    width: 64.375rem;
    gap: 2rem;
    align-items: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .p-freed__car-item {
    flex-direction: column;
  }
}

.p-freed__car-img-wrapper {
  position: relative;
  transition: all 0.4s;
}
@media screen and (min-width: 769px) {
  .p-freed__car-img-wrapper.--wheel {
    margin-top: 4.0625rem;
  }
}

.p-freed__car-img-overlay {
  width: 30.8125rem;
  height: 20.8125rem;
  position: absolute;
  right: 1.6875rem;
  bottom: 1.6875rem;
  z-index: 1;
  transition: all 0.4s;
}
.p-freed__car-img-overlay--right {
  right: 0;
}
.p-freed__car-img-overlay:hover .p-freed__car-img--active {
  opacity: 1;
}

@media screen and (min-width: 769px) {
  .p-freed__car-img--default {
    width: 38.625rem;
  }
}
.p-freed__car-img--active {
  position: absolute;
  opacity: 0;
  transition: opacity 0.4s;
}
.p-freed__car-img--cross-front-logo {
  width: 19.875rem;
  bottom: 7.0625rem;
  right: 4.9375rem;
}
.p-freed__car-img--cross-front-bumper {
  width: 29.125rem;
  bottom: 3.3125rem;
  right: 2.5rem;
}
.p-freed__car-img--cross-door {
  width: 22.4375rem;
  bottom: 3.9375rem;
  right: 6.6875rem;
}
.p-freed__car-img--cross-logo {
  width: 7.875rem;
  bottom: 7.5625rem;
  right: 11.375rem;
}
.p-freed__car-img--front-bumper {
  width: 22.875rem;
  bottom: 3.1875rem;
  right: 3.75rem;
}
.p-freed__car-img--front-logo {
  width: 19.875rem;
  bottom: 7.0625rem;
  right: 6.25rem;
}
.p-freed__car-img--wheel {
  width: 8.625rem;
  bottom: 3.8125rem;
  right: 9.5625rem;
}
.p-freed__car-img--driving-wind {
  width: 13.5625rem;
  bottom: 11.3125rem;
  right: 3.75rem;
}

@media screen and (min-width: 769px) {
  .p-freed__car-content {
    width: 23.75rem;
    padding-top: 5.375rem;
  }
}
@media screen and (max-width: 768px) {
  .p-freed__car-content {
    padding-top: 2.5rem;
  }
}
@media screen and (min-width: 769px) {
  .p-freed__car-content.--wheel {
    padding-top: 0;
  }
}

.p-freed__car-number {
  font-family: "A1ゴシック B", "A1 Gothic B", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #afbbbf;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .p-freed__car-number {
    font-size: 1.125rem;
    margin-bottom: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .p-freed__car-number {
    font-size: 2rem;
  }
}
.p-freed__car-number.--dark {
  color: #969696;
}

.p-freed__car-title {
  color: #534f4a;
  position: relative;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .p-freed__car-title {
    font-size: 2.125rem;
    margin-top: 1.125rem;
  }
}
@media screen and (max-width: 768px) {
  .p-freed__car-title {
    font-size: 2.5rem;
    margin-top: 1.0625rem;
  }
}
@media screen and (min-width: 769px) {
  .p-freed__car-title.--text-small {
    font-size: 2rem;
  }
}
.p-freed__car-title.--dark {
  color: #000000;
}
.p-freed__car-title.--wheel {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

@media screen and (min-width: 769px) {
  .p-freed__car-title-wheel {
    font-size: 2rem;
    line-height: 1.2;
  }
}

.p-freed__car-description {
  color: #534f4a;
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-freed__car-description {
    font-size: 1.125rem;
    padding-top: 2.875rem;
    margin-top: 2.5rem;
    line-height: 1.67;
  }
}
@media screen and (max-width: 768px) {
  .p-freed__car-description {
    font-size: 1.875rem;
    padding-top: 1.875rem;
    margin-top: 1.5625rem;
    line-height: 1.5;
  }
}
.p-freed__car-description.--dark {
  color: #000000;
}
@media screen and (min-width: 769px) {
  .p-freed__car-description.--spacing-xs {
    padding-top: 1.875rem;
    margin-top: 1.875rem;
  }
}
.p-freed__car-description::before {
  content: "";
  height: 1px;
  background-color: #959595;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
}
@media screen and (min-width: 769px) {
  .p-freed__car-description::before {
    width: 23.75rem;
  }
}
@media screen and (max-width: 768px) {
  .p-freed__car-description::before {
    width: 100%;
  }
}

.p-freed__car-btn-wrapper {
  display: flex;
}
@media screen and (min-width: 769px) {
  .p-freed__car-btn-wrapper {
    margin-top: 2.625rem;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .p-freed__car-btn-wrapper {
    margin-top: 2.625rem;
    justify-content: center;
  }
}
@media screen and (min-width: 769px) {
  .p-freed__car-btn-wrapper.--wheel {
    margin-top: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  .p-freed__car-btn-wrapper.--wheel {
    margin-top: 1.5625rem;
  }
}
@media screen and (min-width: 769px) {
  .p-freed__car-btn-wrapper.--mt-md {
    margin-top: 1.4375rem;
  }
}

.p-freed__car-view-more {
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  color: #534f4a !important;
  border: 1px solid #534f4a;
  letter-spacing: 0.6px;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .p-freed__car-view-more {
    font-size: 0.875rem;
    width: 13.75rem;
    height: 3.125rem;
  }
}
@media screen and (max-width: 768px) {
  .p-freed__car-view-more {
    font-size: 1.5rem;
    width: 21.25rem;
    height: 4.375rem;
  }
}
.p-freed__car-view-more:hover {
  background-color: #534f4a;
  color: #ffffff !important;
  opacity: 1 !important;
}
.p-freed__car-view-more--black {
  color: #000000 !important;
  border: 1px solid #000000;
}
.p-freed__car-view-more--black:hover {
  background-color: #000000;
  color: #ffffff !important;
  opacity: 1 !important;
}

.p-freed__car-sub-title {
  color: #98908d;
  display: block;
  line-break: strict;
  line-height: 1.4;
}
@media screen and (min-width: 769px) {
  .p-freed__car-sub-title {
    font-size: 1rem;
    margin-top: 0.625rem;
  }
}
@media screen and (max-width: 768px) {
  .p-freed__car-sub-title {
    font-size: 1.5rem;
    margin-top: 0.75rem;
  }
}
.p-freed__car-sub-title.--dark {
  color: #797979;
}

.p-freed__car-img-slides-content {
  width: 100%;
  height: 100%;
  position: relative;
}

.p-freed__car-img-slides-item {
  height: 100%;
  width: 100%;
  position: relative;
  display: none;
}

.p-freed__car-img-slides-item.is-active {
  display: block;
}

.p-freed__car-img-caption {
  line-height: 1;
  letter-spacing: -0.03125rem;
  color: #ffffff;
  position: absolute;
  right: 0.625rem;
  bottom: 0.625rem;
}
@media screen and (min-width: 769px) {
  .p-freed__car-img-caption {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 768px) {
  .p-freed__car-img-caption {
    font-size: 1.5rem;
  }
}
.p-freed__car-img-caption.--shadow {
  text-shadow: 0.0625rem 0.0625rem 0.5rem #000000;
}

.p-freed__car-img-slide {
  max-width: 100%;
  width: 100%;
  height: 22.5rem;
  box-shadow: 0.875rem 0.875rem 0.875rem rgba(54, 42, 35, 0.14);
}

.p-freed__car-img-slides-dots {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 1.25rem;
}

.p-freed__car-img-slide-dot {
  display: block;
  width: 0.8125rem;
  height: 0.8125rem;
  border: 1px solid #3a3c45;
  background-color: #c9c9c9;
  border-radius: 50%;
  cursor: pointer;
}

.p-freed__car-img-slide-dot.is-active {
  background-color: #717171;
}

@media screen and (min-width: 769px) {
  .p-freed__modal {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-freed__modal {
    margin-top: 3.60625rem;
  }
}

.p-freed__modal-content {
  display: flex;
  justify-content: center;
}

.p-freed__modal-link {
  display: block;
  height: 100%;
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-freed__modal-link {
    width: 61.25rem;
  }
}
@media screen and (max-width: 768px) {
  .p-freed__modal-link {
    width: 100%;
  }
}

.p-freed__modal-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.375rem;
  height: 4.375rem;
  border: 0.125rem solid #707070;
  position: absolute;
  left: 1.25rem;
  bottom: 1.3125rem;
  border-radius: 100%;
}
.p-freed__modal-icon::after {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 1.4375rem solid transparent;
  border-bottom: 1.4375rem solid transparent;
  border-left: 2.3125rem solid #707070;
  transform: translateX(0.3125rem);
}

.modal_mov_open a::after {
  display: none;
}

#movie_modal {
  position: fixed;
  text-align: center;
  white-space: nowrap;
}

#movie_modal_inner {
  position: relative;
  width: 90%;
  max-width: 800px;
}

#movie_modal::after {
  content: "";
  width: 0;
  height: 100%;
}

#movie_modal::after,
#movie_modal_inner {
  display: inline-block;
  vertical-align: middle;
}

#movie_modal_data {
  position: relative;
  padding-top: 56.25%;
}

#movie_modal_data iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.popup-youtube {
  position: relative;
}

.p-freed__redirect {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .p-freed__redirect {
    margin-bottom: 3.75rem;
  }
}
@media screen and (max-width: 768px) {
  .p-freed__redirect {
    margin-bottom: 2.5rem;
  }
}

.p-freed__redirect-content {
  display: flex;
}
@media screen and (min-width: 769px) {
  .p-freed__redirect-content {
    width: 61.25rem;
    justify-content: space-between;
    gap: 3.75rem;
  }
}
@media screen and (max-width: 768px) {
  .p-freed__redirect-content {
    width: 100%;
    flex-direction: column;
    gap: 2.5rem;
  }
}

.p-freed__banner {
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 769px) {
  .p-freed__banner-content {
    width: 61.25rem;
  }
}
@media screen and (max-width: 768px) {
  .p-freed__banner-content {
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .p-freed__visual--air {
    background: url("/ACCESS/freed/superiorstyle/img/air_background_visual_pc.webp") no-repeat;
    background-size: 100% 100%;
    padding-top: 2.25rem;
    padding-bottom: 5.8125rem;
  }
}
@media screen and (max-width: 768px) {
  .p-freed__visual--air {
    background: url("/ACCESS/freed/superiorstyle/img/air_background_visual_sp.webp") no-repeat;
    background-size: 100% 100%;
    padding-top: 3.125rem;
    padding-bottom: 7.9375rem;
  }
}
@media screen and (min-width: 769px) {
  .p-freed__visual--cross {
    background: url("/ACCESS/freed/active-toughstyle/img/cross_background_visual_pc.webp") no-repeat;
    background-size: 100% 100%;
    padding-top: 2.8125rem;
    padding-bottom: 4.0625rem;
  }
}
@media screen and (max-width: 768px) {
  .p-freed__visual--cross {
    background: url("/ACCESS/freed/active-toughstyle/img/cross_background_visual_sp.webp") no-repeat;
    background-size: 100% 100%;
    padding-top: 2.25rem;
    padding-bottom: 3.3125rem;
  }
}

@media screen and (min-width: 769px) {
  .p-freed__visual-wrapper {
    max-width: 80rem;
    margin: 0 auto;
  }
}

.p-freed__visual-intro {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-freed__visual-logo-small {
  height: 100%;
}
@media screen and (min-width: 769px) {
  .p-freed__visual-logo-small {
    width: 9.829375rem;
  }
}
@media screen and (max-width: 768px) {
  .p-freed__visual-logo-small {
    width: 12.30625rem;
  }
}
@media screen and (min-width: 769px) {
  .p-freed__visual-logo-small--cross {
    width: 26.86375rem;
  }
}
@media screen and (max-width: 768px) {
  .p-freed__visual-logo-small--cross {
    width: 33.654375rem;
  }
}

.p-freed__visual-logo-large {
  height: 100%;
}
@media screen and (min-width: 769px) {
  .p-freed__visual-logo-large {
    width: 54.325rem;
    margin-top: 2.1875rem;
  }
}
@media screen and (max-width: 768px) {
  .p-freed__visual-logo-large {
    width: 40rem;
    margin-top: 3.2875rem;
  }
}
@media screen and (min-width: 769px) {
  .p-freed__visual-logo-large--cross {
    width: 59.27125rem;
  }
}
@media screen and (max-width: 768px) {
  .p-freed__visual-logo-large--cross {
    width: 40rem;
  }
}

.p-freed__visual-heading {
  color: #ffffff;
}
@media screen and (min-width: 769px) {
  .p-freed__visual-heading {
    font-size: 6.25rem;
    line-height: 1;
    margin-top: 0.75rem;
  }
}

.p-freed__visual-heading-sub {
  display: block;
  color: #ffffff;
  text-shadow: 0.1875rem 0.1875rem 0.875rem #b9a99d;
}
@media screen and (min-width: 769px) {
  .p-freed__visual-heading-sub {
    font-size: 1.5rem;
    line-height: 1;
    margin-top: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .p-freed__visual-heading-sub {
    text-align: center;
    font-size: 1.875rem;
    line-height: 1.5;
    margin-top: 0.875rem;
  }
}
.p-freed__visual-heading-sub--cross {
  text-shadow: none;
}
@media screen and (max-width: 768px) {
  .p-freed__visual-heading-sub--cross {
    margin-top: 1.125rem;
  }
}

@media screen and (min-width: 769px) {
  .p-freed__visual-image-wrapper {
    margin-top: 1.9375rem;
  }
}
@media screen and (max-width: 768px) {
  .p-freed__visual-image-wrapper {
    margin-top: 2.5rem;
  }
}

.p-freed__visual-image-caption {
  display: block;
  color: #534f4a;
}
@media screen and (min-width: 769px) {
  .p-freed__visual-image-caption {
    text-align: right;
    font-size: 0.6875rem;
  }
}
@media screen and (max-width: 768px) {
  .p-freed__visual-image-caption {
    text-align: center;
    font-size: 1.25rem;
    line-height: 1.5;
    margin-top: 0.625rem;
  }
}
.p-freed__visual-image-caption--cross {
  color: #ffffff;
}
@media screen and (min-width: 769px) {
  .p-freed__visual-image-caption--cross {
    font-size: 0.75rem;
    margin-top: -1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .p-freed__visual-image-caption--cross {
    margin-top: 0;
  }
}

.p-freed__visual-bottom {
  margin-top: 1.5625rem;
}
@media screen and (min-width: 769px) {
  .p-freed__visual-bottom {
    transform: translateY(1.25rem);
  }
}
@media screen and (min-width: 769px) {
  .p-freed__visual-bottom--cross {
    transform: translateY(0.9375rem);
  }
}
@media screen and (min-width: 769px) {
  .p-freed__visual-bottom--cross .p-freed__visual-title {
    font-size: 1.125rem;
  }
}
.p-freed__visual-bottom--cross .p-freed__visual-title,
.p-freed__visual-bottom--cross .p-freed__visual-title-sub {
  color: #ffffff;
}
.p-freed__visual-bottom--cross .p-freed__visual-title-wrapper:hover .p-freed__visual-sub-text,
.p-freed__visual-bottom--cross .p-freed__visual-title-wrapper:hover .p-freed__visual-title,
.p-freed__visual-bottom--cross .p-freed__visual-title-wrapper:hover .p-freed__visual-title-sub {
  color: #b1b1b1;
}

.p-freed__visual-event-hover {
  display: flex;
  justify-content: center;
}

.p-freed__visual-list {
  list-style: none;
  display: flex;
  width: 61.25rem;
  justify-content: space-between;
}
.p-freed__visual-list--cross {
  width: 100%;
}

.p-freed__visual-title-wrapper {
  cursor: pointer;
}
.p-freed__visual-title-wrapper:hover .p-freed__visual-sub-text,
.p-freed__visual-title-wrapper:hover .p-freed__visual-title,
.p-freed__visual-title-wrapper:hover .p-freed__visual-title-sub {
  color: #98908d;
}

.p-freed__visual-title {
  display: block;
  color: #534f4a;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-freed__visual-title {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 769px) {
  .p-freed__visual-title {
    font-size: 1.375rem;
  }
}

.p-freed__visual-title-sub {
  display: block;
  color: #534f4a;
  font-size: 0.75rem;
  line-height: 1.5;
  margin-top: 0.625rem;
  word-break: break-all;
  text-align: center;
}
.p-freed__visual-title-sub.--wheel {
  margin-top: 0;
  margin-bottom: 0.625rem;
}

.p-freed__visual-image-list {
  position: relative;
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .p-freed__visual-image-list {
    min-height: 23.5625rem;
  }
}
@media screen and (max-width: 768px) {
  .p-freed__visual-image-list {
    min-height: 14.5625rem;
  }
}

.p-freed__visual-image {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  transition: opacity 0.4s;
}
.p-freed__visual-image.is-active {
  opacity: 1;
}
.p-freed__visual-image--main {
  position: initial;
}

.p-freed__visual-event-checker {
  margin-top: 2rem;
  padding-left: 4.375rem;
}
.p-freed__visual-event-checker--cross {
  margin-top: 0;
  padding-left: 3.3125rem;
}
.p-freed__visual-event-checker--cross .p-freed__visual-radio-label {
  color: #ffffff;
}

.p-freed__visual-radio-label {
  position: relative;
  color: #534f4a;
  font-size: 1.5rem;
  line-height: 1;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.p-freed__visual-radio-label::before {
  content: "";
  height: 1.125rem;
  width: 1.125rem;
  background-color: #ffffff;
  border: 1px solid #c9c9c9;
  position: absolute;
  left: -1.875rem;
  top: 0.125rem;
  cursor: pointer;
}

.p-freed__visual-radio-label-title {
  margin-bottom: 0.5rem;
}
.p-freed__visual-radio-label-title.--last {
  margin-bottom: 0;
}

.p-freed__visual-radio-label-sub {
  font-size: 1.25rem;
  line-height: 1;
}
.p-freed__visual-radio-label-sub--new-line {
  width: 100%;
  display: inline-block;
  margin-top: 0.25rem;
}
.p-freed__visual-radio-label-sub.--wheel {
  margin-top: 0.25rem;
}

.p-freed__visual-radio-input {
  position: relative;
  left: -0.625rem;
  opacity: 0;
  visibility: hidden;
}
.p-freed__visual-radio-input:checked + .p-freed__visual-radio-label {
  color: #98908d;
}
.p-freed__visual-radio-input:checked + .p-freed__visual-radio-label::after {
  content: "";
  height: 0.625rem;
  width: 0.875rem;
  background: url("/ACCESS/freed/common/img/ico_checker.webp") no-repeat;
  background-size: contain;
  position: absolute;
  left: -1.625rem;
  top: 0.5rem;
}

.p-freed__visual-radio {
  display: flex;
  flex-direction: column;
  gap: 1.125rem;
}
.p-freed__visual-radio--cross {
  gap: 1.0625rem;
}

.p-freed__visual-sub {
  display: flex;
  justify-content: center;
}

.p-freed__visual-sub-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  margin-top: 0.625rem;
}

.p-freed__visual-sub-text {
  color: #ffffff;
  font-size: 0.75rem;
}

.p-freed__visual-item:last-child {
  padding-left: 1.875rem;
}

.p-freed {
  font-family: "A1ゴシック R", "A1 Gothic R", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
.p-freed--style {
  background-color: #ffffff;
}
@media screen and (min-width: 769px) {
  .p-freed--style {
    padding-bottom: 7.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-freed--style {
    padding-bottom: 10rem;
  }
}

@media screen and (min-width: 769px) {
  .p-freed__wrapper--air {
    background: url("/ACCESS/freed/superiorstyle/img/air_background_content_pc.webp") no-repeat;
    background-size: 100% 100%;
    padding-top: 10.625rem;
  }
}
@media screen and (max-width: 768px) {
  .p-freed__wrapper--air {
    background: url("/ACCESS/freed/superiorstyle/img/air_background_content_sp.webp") no-repeat;
    background-size: 100% 100%;
    padding-top: 7.5rem;
  }
}

@media screen and (min-width: 769px) {
  .p-freed__container {
    max-width: 80rem;
    margin: 0 auto;
    padding: 0 6.25rem;
  }
}
@media screen and (max-width: 768px) {
  .p-freed__container {
    padding: 0 3.4375rem;
  }
}
@media screen and (min-width: 769px) {
  .p-freed__container--cross {
    padding: 0;
  }
}