@charset "UTF-8";
@media screen and (max-width: 767.98px) {
  .p-kv {
    margin: 0 14rem;
    aspect-ratio: 348/291;
    position: relative;
  }
}
@media screen and (min-width: 768px), print {
  .p-kv {
    width: 1376rem;
    padding: 42rem 0 0;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 680rem 676rem;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767.98px) {
  .p-kv__maintext {
    position: absolute;
    z-index: 10;
    bottom: 16rem;
    left: 14rem;
  }
}
@media screen and (min-width: 768px), print {
  .p-kv__maintext {
    width: 1372rem;
    position: absolute;
    left: 50%;
    top: 460rem;
    height: 560rem;
    pointer-events: none;
    transform: translateX(-50%);
    z-index: 10;
  }
  .p-kv__maintext .js-sticky-sentinel {
    transform: translateY(-300rem);
  }
}
.p-kv__catch {
  margin: 0;
}
@media screen and (max-width: 767.98px) {
  .p-kv__catch {
    font-size: 45rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 768px), print {
  .p-kv__catch {
    position: sticky;
    top: 300rem;
    font-size: 84rem;
    font-weight: 600;
    line-height: 0.9;
    padding: 0 0 0 34rem;
    display: grid;
    gap: 25rem;
    transition: gap 0.8s;
    will-change: transform;
    transform: translate3d(0, 0, 0);
  }
  .p-kv__catch.is-sticky {
    gap: 0;
  }
  .p-kv__catch.is-sticky .p-kv__catch-text {
    transform: scale(0.6);
  }
}
.p-kv__catch-text {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  transition: transform 0.8s ease-out;
  transform-origin: left bottom;
  display: block;
}
.p-kv__main {
  height: 100%;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px), print {
  .p-kv__main {
    height: 546rem;
  }
}
.p-kv__video {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 120%;
}
@media screen and (min-width: 768px), print {
  .p-kv__video {
    height: 630rem;
  }
}
.p-kv__sub {
  position: absolute;
  font-weight: 500;
}
@media screen and (max-width: 767.98px) {
  .p-kv__sub {
    font-size: 16rem;
    left: 14rem;
    bottom: 130rem;
    line-height: 1.4;
  }
}
@media screen and (min-width: 768px), print {
  .p-kv__sub {
    right: 44rem;
    top: 33rem;
    font-size: 20rem;
  }
}

.p-top-sublinks {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767.98px) {
  .p-top-sublinks {
    gap: 12rem;
    margin: 0 14rem;
  }
}
@media screen and (min-width: 768px), print {
  .p-top-sublinks {
    gap: 20rem;
    height: 546rem;
  }
}
.p-top-sublinks__col {
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  .p-top-sublinks__col {
    height: 194rem;
  }
}
@media screen and (min-width: 768px), print {
  .p-top-sublinks__col:hover .p-top-sublinks__img {
    transform: scale(1.05);
  }
}
.p-top-sublinks__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s;
}
.p-top-sublinks__label {
  display: grid;
  gap: 10rem;
  position: absolute;
  left: 18rem;
  bottom: 18rem;
  font-size: 16rem;
  font-weight: 500;
}
@media screen and (max-width: 767.98px) {
  .p-top-sublinks__label {
    line-height: 1.4;
    left: 10rem;
    bottom: 14rem;
  }
}
@media screen and (min-width: 768px), print {
  .p-top-sublinks__label {
    left: 18rem;
    bottom: 18rem;
    font-size: 17rem;
  }
}

.p-top-lead {
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .p-top-lead {
    margin: 47rem 0 61rem;
  }
}
@media screen and (min-width: 768px), print {
  .p-top-lead {
    margin-top: 100rem;
    padding-top: 80rem;
  }
  .p-top-lead::before {
    content: "";
    background: rgba(255, 255, 255, 0.2);
    width: 1376rem;
    height: 1px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: block;
  }
}
@media screen and (min-width: 768px), print {
  .p-top-lead__body {
    padding-left: 560rem;
  }
}
.p-top-lead__text {
  font-size: 16rem;
  font-weight: 500;
  line-height: 1.66;
  margin-bottom: 1.66em;
  display: block;
}
@media screen and (min-width: 768px), print {
  .p-top-lead__text {
    font-size: 25rem;
  }
}
.p-top-lead__text:last-child {
  margin-bottom: 0;
}
.p-top-lead__line {
  position: relative;
  overflow: hidden;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.p-top-lead__line::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transform: translateX(-101%);
  transition: transform 1s cubic-bezier(0.1, 1, 0.9, 0);
}
.p-top-lead__line-inner {
  display: block;
  opacity: 0;
}
.is-loaded .p-top-lead__line-inner {
  transition-delay: 0.5s;
}
.is-loaded .p-top-lead__line.is-show::before {
  transform: translateX(101%);
}
.is-loaded .p-top-lead__line.is-show .p-top-lead__line-inner {
  opacity: 1;
}

.p-top-news {
  margin: 75rem 0 63rem;
}
@media screen and (min-width: 768px), print {
  .p-top-news {
    margin: 120rem 0;
  }
}
@media screen and (min-width: 768px), print {
  .p-top-news .l-inner {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 40rem;
    display: flex;
    justify-content: space-between;
    padding: 40rem 54rem 0;
  }
}
.p-top-news__body {
  font-size: 12rem;
  font-family: "Krona One", "Noto Sans JP", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", Arial, sans-serif;
}
@media screen and (min-width: 768px), print {
  .p-top-news__body {
    max-width: 890rem;
    font-size: 12rem;
  }
}
.p-top-news__title {
  font-family: "Krona One", "Noto Sans JP", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", Arial, sans-serif;
  font-size: 16rem;
  font-weight: 400;
  margin-bottom: 30rem;
}
@media screen and (min-width: 768px), print {
  .p-top-news__title {
    font-size: 20rem;
    margin-bottom: 42rem;
  }
}
.p-top-news__list {
  font-size: 12rem;
}
@media screen and (min-width: 768px), print {
  .p-top-news__list {
    display: grid;
    gap: 16rem;
  }
}
@media screen and (max-width: 767.98px) {
  .p-top-news__item {
    margin-bottom: 10rem;
  }
}
.p-top-news__link {
  text-decoration: none;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px), print {
  .p-top-news__link {
    display: flex;
    gap: 37rem;
  }
  .p-top-news__link:hover {
    opacity: 0.6;
  }
}
.p-top-news__date {
  font-family: "Krona One", "Noto Sans JP", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", Arial, sans-serif;
  display: block;
}
@media screen and (max-width: 767.98px) {
  .p-top-news__date {
    font-size: 10rem;
  }
}
@media screen and (max-width: 767.98px) {
  .p-top-news__text {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media screen and (min-width: 768px), print {
  .p-top-news__text {
    flex: 1;
  }
}

.p-top-contents-link1 {
  margin-top: 92rem;
}
@media screen and (min-width: 768px), print {
  .p-top-contents-link1 {
    margin-top: 153rem;
  }
}
.p-top-contents-link1__grid {
  display: grid;
  gap: 30rem;
}
@media screen and (min-width: 768px), print {
  .p-top-contents-link1__grid {
    display: flex;
    justify-content: space-between;
    gap: 20rem;
  }
  .p-top-contents-link1__grid:has(.p-top-contents-link1__link:hover) .p-top-contents-link1__label {
    transform: scale(0.8);
  }
}
@media screen and (min-width: 768px), print {
  .p-top-contents-link1__col {
    width: 444rem;
    transition: width 0.8s;
  }
  .p-top-contents-link1__col:hover {
    width: 568rem;
  }
}
.p-top-contents-link1__link {
  position: relative;
  background: #404040;
  padding: 20rem;
  display: block;
  text-decoration: none;
}
@media screen and (min-width: 768px), print {
  .p-top-contents-link1__link {
    padding: 32rem;
  }
}
@media screen and (min-width: 768px), print {
  .p-top-contents-link1__link:hover .p-top-contents-link1__figure {
    inset: 0;
  }
  .p-top-contents-link1__link:hover .p-top-contents-link1__figure::after {
    opacity: 1;
  }
  .p-top-contents-link1__link:hover .p-top-contents-link1__icon {
    background: #2b2b2b;
    color: #EA9900;
  }
  .p-top-contents-link1__link:hover .p-top-contents-link1__label {
    transform: scale(1) !important;
  }
}
.p-top-contents-link1__body {
  position: relative;
  z-index: 2;
}
.p-top-contents-link1__title {
  font-family: "Krona One", "Noto Sans JP", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", Arial, sans-serif;
  font-size: 14rem;
  line-height: 1;
  margin-bottom: 25rem;
}
@media screen and (min-width: 768px), print {
  .p-top-contents-link1__title {
    margin-bottom: 40rem;
  }
}
.p-top-contents-link1__text {
  line-height: 1.66;
  text-align: left;
}
@media screen and (min-width: 768px), print {
  .p-top-contents-link1__text {
    min-height: 5em;
  }
}
.p-top-contents-link1__figure {
  position: absolute;
  z-index: 1;
  transition: inset 0.8s;
}
@media screen and (max-width: 767.98px) {
  .p-top-contents-link1__figure {
    inset: 0;
  }
}
@media screen and (min-width: 768px), print {
  .p-top-contents-link1__figure {
    inset: 185rem 95rem 117rem;
  }
}
.p-top-contents-link1__figure::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  transition: opacity 0.3s;
  mix-blend-mode: multiply;
}
@media screen and (min-width: 768px), print {
  .p-top-contents-link1__figure::after {
    opacity: 0;
  }
}
.p-top-contents-link1__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-contents-link1__foot {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 44rem;
  align-items: center;
  margin-top: 165rem;
}
@media screen and (min-width: 768px), print {
  .p-top-contents-link1__foot {
    margin-top: 255rem;
  }
}
.p-top-contents-link1__label {
  font-size: 16rem;
  font-weight: 500;
  transition: transform 0.8s;
  transform: translate3d(0, 0, 0);
  will-change: transform;
  transform-origin: left center;
}
@media screen and (min-width: 768px), print {
  .p-top-contents-link1__label {
    color: #EA9900;
    font-size: 20rem;
    white-space: nowrap;
  }
}
.p-top-contents-link1__icon {
  width: 44rem;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: grid;
  place-content: center;
  transition: background-color 0.3s, color 0.3s;
}
.p-top-contents-link1__icon svg {
  width: 6rem;
}

.p-top-project {
  margin: 92rem 0 73rem;
  overflow: hidden;
  position: relative;
  height: 542rem;
}
@media screen and (min-width: 768px), print {
  .p-top-project {
    margin: 153rem 0 0;
    height: 728rem;
  }
}
.p-top-project > .l-inner {
  position: relative;
  height: 100%;
}
.p-top-project__title {
  font-weight: 400;
  display: grid;
  position: absolute;
  z-index: 10;
  pointer-events: none;
}
@media screen and (max-width: 767.98px) {
  .p-top-project__title {
    left: 24rem;
    top: 30rem;
    gap: 8rem;
  }
}
@media screen and (min-width: 768px), print {
  .p-top-project__title {
    left: 0;
    top: 48rem;
    gap: 14rem;
  }
}
.p-top-project__title-en {
  font-size: 11rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-project__title-ja {
    font-size: 14rem;
  }
}
@media screen and (min-width: 768px), print {
  .p-top-project__title-ja {
    font-size: 12rem;
  }
}
.p-top-project__link {
  text-decoration: none;
  position: relative;
}
.p-top-project__link .l-inner {
  position: relative;
}
.p-top-project__bgs {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 368rem;
  overflow: hidden;
}
@media screen and (min-width: 768px), print {
  .p-top-project__bgs {
    height: 460rem;
  }
}
.p-top-project__bgs::after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  inset: 0;
  mix-blend-mode: multiply;
  z-index: 3;
  pointer-events: none;
}
@media screen and (min-width: 768px), print {
  .p-top-project__bgs::after {
    background: rgba(0, 0, 0, 0.3);
  }
}
.p-top-project__bg {
  opacity: 0;
  position: absolute;
  inset: 0;
  transition: opacity 1s;
  pointer-events: none;
}
.p-top-project__bg.is-active {
  opacity: 1;
  z-index: 2;
  pointer-events: all;
}
.p-top-project__bgimg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-project__slideshow {
  position: absolute;
  z-index: 10;
  bottom: 64rem;
  left: 50%;
  transform: translateX(-50%);
  width: 220rem;
  height: 220rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px), print {
  .p-top-project__slideshow {
    bottom: 128rem;
    width: 349rem;
    height: 235rem;
  }
}
.p-top-project__link {
  position: absolute;
  z-index: 2;
  text-align: center;
  opacity: 0;
  inset: 0;
  transform: translateY(110%);
  transition: none;
  overflow: hidden;
  pointer-events: none;
}
.p-top-project__link.is-active {
  pointer-events: all;
  opacity: 1;
  transform: translateY(0%);
  transition: opacity 1s, transform 1s;
}
.p-top-project__link.is-out {
  transform: translateY(-110%);
  transition: opacity 1s, transform 1s;
}
@media screen and (min-width: 768px), print {
  .p-top-project__link:hover .p-top-project__img {
    transform: scale(1.05);
  }
}
.p-top-project__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s;
}
.p-top-project__catchcopy {
  position: absolute;
  font-weight: 600;
  line-height: 1;
  z-index: 10;
  pointer-events: none;
}
@media screen and (max-width: 767.98px) {
  .p-top-project__catchcopy {
    top: 170rem;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 39rem;
  }
}
@media screen and (min-width: 768px), print {
  .p-top-project__catchcopy {
    top: 65rem;
    right: 0;
    font-size: 70rem;
  }
}
.p-top-project__marquee {
  animation: loop-right-to-left 30s linear infinite;
  display: flex;
  white-space: nowrap;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Krona One", "Noto Sans JP", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", Arial, sans-serif;
  will-change: transform;
  position: absolute;
  left: 0;
  line-height: 1;
  z-index: 5;
  pointer-events: none;
}
@media screen and (max-width: 767.98px) {
  .p-top-project__marquee {
    font-size: 68rem;
    bottom: 137rem;
  }
}
@media screen and (min-width: 768px), print {
  .p-top-project__marquee {
    font-size: 119rem;
    bottom: 218rem;
  }
}
.p-top-project__marquee-text {
  display: block;
  padding-left: 1em;
}
.p-top-project__pager {
  display: flex;
  gap: 7rem;
  z-index: 3;
  counter-reset: item;
}
@media screen and (max-width: 767.98px) {
  .p-top-project__pager {
    position: absolute;
    bottom: 0;
    z-index: 20;
  }
}
@media screen and (min-width: 768px), print {
  .p-top-project__pager {
    position: relative;
    top: 556rem;
  }
}
.p-top-project__pager-btn {
  width: 44rem;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: background-color 0.3s, color 0.3s;
  background: transparent;
  color: #fff;
  font-family: "Krona One", "Noto Sans JP", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", Arial, sans-serif;
  font-size: 10rem;
  cursor: pointer;
  counter-increment: item;
  overflow: hidden;
  position: relative;
}
.p-top-project__pager-btn .p-top-project__pager-number, .p-top-project__pager-btn::before, .p-top-project__pager-btn::after {
  display: grid;
  position: absolute;
  inset: 0;
  place-content: center;
}
.p-top-project__pager-btn::before {
  content: counter(item, decimal-leading-zero);
  transform: translateY(-100%);
}
.p-top-project__pager-btn::after {
  content: counter(item, decimal-leading-zero);
  transform: translateY(100%);
}
.p-top-project__pager-btn:not(.is-active):hover::before {
  transform: translateY(-200%);
  transition: transform 0.5s;
}
.p-top-project__pager-btn:not(.is-active):hover .p-top-project__pager-number {
  transform: translateY(-100%);
  transition: transform 0.5s;
}
.p-top-project__pager-btn:not(.is-active):hover::after {
  transform: translateY(0%);
  transition: transform 0.5s;
}
.p-top-project__pager-btn.is-active {
  background: #2b2b2b;
  color: #EA9900;
}

@keyframes loop-right-to-left {
  0% {
    transform: translateX(-25%);
  }
  100% {
    transform: translateX(-50%);
  }
}
.p-top-contents-link2 {
  background-color: #f4f4f4;
  padding: 45rem 0 55rem;
  color: #373737;
}
@media screen and (min-width: 768px), print {
  .p-top-contents-link2 {
    padding: 110rem 0 155rem;
  }
}
.p-top-contents-link2__layout {
  display: grid;
}
@media screen and (min-width: 768px), print {
  .p-top-contents-link2__layout {
    grid-template-columns: 676rem 375rem;
    justify-content: space-between;
    align-items: end;
  }
}
.p-top-contents-link2__list {
  display: grid;
  gap: 20rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-contents-link2__list {
    margin-top: -10rem;
  }
}
@media screen and (min-width: 768px), print {
  .p-top-contents-link2__list {
    margin-top: -18rem;
  }
}
.p-top-contents-link2__item {
  border-bottom: 1px solid rgba(112, 112, 112, 0.4);
}
.p-top-contents-link2__link {
  display: grid;
  grid-template-columns: 1fr 7rem;
  padding: 10rem 0 10rem;
  text-decoration: none;
  align-items: end;
  transition: color 0.3s;
}
@media screen and (min-width: 768px), print {
  .p-top-contents-link2__link {
    padding: 18rem 0 18rem;
  }
}
@media screen and (min-width: 768px), print {
  .p-top-contents-link2__link:hover {
    color: #EA9900;
  }
  .p-top-contents-link2__link:hover .p-top-contents-link2__icon svg {
    translate: 10rem 0;
  }
  .p-top-contents-link2__link:hover .p-top-contents-link2__icon svg:nth-of-type(1) {
    opacity: 1;
  }
  .p-top-contents-link2__link:hover .p-top-contents-link2__icon svg:nth-of-type(2) {
    opacity: 0;
  }
}
.p-top-contents-link2__title {
  font-weight: 400;
  display: grid;
  gap: 0rem;
  margin: 0;
}
@media screen and (min-width: 768px), print {
  .p-top-contents-link2__title {
    gap: 6rem;
  }
}
.p-top-contents-link2__title-en {
  font-size: 11rem;
}
.p-top-contents-link2__title-ja {
  font-weight: 500;
}
@media screen and (max-width: 767.98px) {
  .p-top-contents-link2__title-ja {
    font-size: 18rem;
  }
}
@media screen and (min-width: 768px), print {
  .p-top-contents-link2__title-ja {
    font-size: 18rem;
  }
}
.p-top-contents-link2__icon {
  padding: 10rem 0;
  position: relative;
}
.p-top-contents-link2__icon svg {
  width: 7rem;
  transition: translate 0.3s, opacity 0.3s;
}
.p-top-contents-link2__icon svg:nth-of-type(1) {
  position: absolute;
  top: 10rem;
  left: -10rem;
  opacity: 0;
}
.p-top-media {
  padding: 60rem 0 60rem;
  background-color: #232323;
}
@media screen and (min-width: 768px), print {
  .p-top-media {
    padding: 140rem 0 120rem;
  }
}
@media screen and (max-width: 767.98px) {
  .p-top-media__entranceook {
    padding: 0 16rem;
  }
}
.p-top-media__entranceook .p-top-media__title {
  font-family: "Krona One", "Noto Sans JP", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", Arial, sans-serif;
}
.p-top-media__note {
  margin-top: 60rem;
}
@media screen and (min-width: 768px), print {
  .p-top-media__note {
    margin-top: 100rem;
  }
}
.p-top-media__title {
  font-size: 20rem;
  font-weight: 400;
  margin: 0;
}
@media screen and (min-width: 768px), print {
  .p-top-media__title {
    font-size: 26rem;
  }
}
@media screen and (max-width: 767.98px) {
  .p-top-media__text {
    margin: 16rem 0 30rem;
  }
}
@media screen and (min-width: 768px), print {
  .p-top-media__text {
    margin: 16rem 0 70rem;
  }
}
@media screen and (min-width: 768px), print {
  .p-top-media__figure {
    padding: 82rem;
    background: #3E3E3E;
  }
}
.p-top-media__img {
  border-radius: 5rem;
  box-shadow: 5rem 5rem 10rem rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 768px), print {
  .p-top-media__img {
    border-radius: 10rem;
  }
}
.p-top-media__subtitle {
  font-size: 14rem;
  font-weight: 500;
  margin-bottom: 30rem;
}
@media screen and (min-width: 768px), print {
  .p-top-media__subtitle {
    font-size: 17rem;
    margin-bottom: 50rem;
  }
}
.p-top-media__grid {
  display: grid;
  gap: 57rem;
}
@media screen and (min-width: 768px), print {
  .p-top-media__grid {
    gap: 40rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-top-media__link {
  text-decoration: none;
}
.p-top-media__link:hover .p-top-media__card-img {
  transform: scale(1.05);
}
.p-top-media__card-figure {
  overflow: hidden;
}
.p-top-media__card-img {
  transition: transform 0.3s;
}
.p-top-media__card-title {
  font-size: 18rem;
  font-weight: 500;
  margin: 22rem 0;
}
@media screen and (min-width: 768px), print {
  .p-top-media__card-title {
    margin: 16rem 0;
    font-size: 17rem;
  }
}
.p-top-sns {
  padding: 60rem 0 60rem;
  background-color: #4a4a4a;
}
@media screen and (min-width: 768px), print {
  .p-top-sns {
    padding: 110rem 0;
  }
}
.p-top-sns__title {
  margin: 0;
}
.p-top-sns__text {
  margin-top: 16rem;
}
.p-top-sns__list {
  margin: 60rem 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 38rem;
}
@media screen and (min-width: 768px), print {
  .p-top-sns__list {
    gap: 44rem;
    margin-top: 80rem;
  }
}
.p-top-sns__img {
  width: 30rem;
}
@media screen and (min-width: 768px), print {
  .p-top-sns__img {
    width: 40rem;
  }
}/*# sourceMappingURL=top.css.map */