@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/* -- FOUNDATION -- */
html {
  font-size: 62.5%;
}
@media (max-width:767px) {
  html {
    font-size: 1.3333333333vw;
  }
}

body {
  position: relative;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #000;
  line-height: 1;
}

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

a {
  text-decoration: none;
  color: var(--main-color);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media (min-width:768px) {
  a:hover {
    opacity: 0.7;
  }
}
.c_btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 36rem;
  height: 6.5rem;
  border-radius: 3.25rem;
  border: 1px solid #e7040b;
  background: #e7040b;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.09em;
  color: #fff;
  margin-inline: auto;
}
@media (max-width:767px) {
  .c_btn {
    width: 50rem;
    height: 9rem;
    border-radius: 4.2rem;
    font-size: 2.8rem;
  }
}
.c_btn::before {
  position: absolute;
  content: "";
  right: 2.7rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 0.9rem;
  aspect-ratio: 1/1;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
}
@media (max-width:767px) {
  .c_btn::before {
    right: 5.5rem;
    width: 1.3rem;
    border-right: 3px solid #fff;
    border-top: 3px solid #fff;
  }
}
@media (min-width:768px) {
  .c_btn:hover {
    opacity: 1;
    background: #fff;
    color: #e7040b;
  }
  .c_btn:hover::before {
    border-color: #e7040b;
  }
}

.js-fadeUp {
  opacity: 0;
}
.js-fadeUp.is-fadeUp {
  -webkit-animation: fadeUp 0.8s ease-in-out forwards;
          animation: fadeUp 0.8s ease-in-out forwards;
}

@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10rem);
            transform: translateY(10rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10rem);
            transform: translateY(10rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* 共通フッター用 もしくはブレイクポイントごとの表示指定 */
.pc {
  display: block;
}

.sp {
  display: none;
}

@media (max-width:767px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
.p-kv {
  position: relative;
  width: 100%;
  height: 74.5rem;
  background: transparent url(../img/kv_bg.png) no-repeat top center/160rem auto;
}
@media (min-width: 1601px) {
  .p-kv {
    background: transparent url(../img/kv_bg.png) no-repeat center center/100% auto;
  }
}
@media (max-width:767px) {
  .p-kv {
    height: 139.6vw;
    background: transparent url(../img/kv_bg_sp.png) no-repeat top center/100% auto;
  }
}
.p-kv_logo-box {
  position: absolute;
  top: 2.5rem;
  left: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
}
@media (max-width:767px) {
  .p-kv_logo-box {
    top: 2.8rem;
    left: 2.3rem;
    -webkit-column-gap: 2.9rem;
       -moz-column-gap: 2.9rem;
            column-gap: 2.9rem;
  }
}
.p-kv_logo {
  display: block;
}
.p-kv_logo.tfm {
  width: 11.3rem;
}
@media (max-width:767px) {
  .p-kv_logo.tfm {
    width: 17.1rem;
  }
}
.p-kv_logo.csl {
  width: 13.4rem;
}
@media (max-width:767px) {
  .p-kv_logo.csl {
    width: 20.2rem;
  }
}
.p-kv_ttl {
  position: absolute;
  top: 16rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 43.5rem;
}
@media (max-width:767px) {
  .p-kv_ttl {
    top: 24rem;
    left: calc(50% + 2rem);
    width: 54rem;
  }
}
.p-kv_personality {
  position: absolute;
  top: 45.2rem;
  left: calc(50% + 28rem);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 19.4rem;
}
@media (max-width:767px) {
  .p-kv_personality {
    top: 74.6rem;
    left: 49rem;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    width: 21.2rem;
  }
}

.p-onair {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 8rem;
  background-color: #f1f1f1;
  font-size: 3.15rem;
  font-weight: 500;
  color: #e7040b;
}
@media (max-width:767px) {
  .p-onair {
    height: 10.8rem;
    font-size: 3.7rem;
  }
}
.p-onair .m-year {
  font-size: 2.8rem;
}
@media (max-width:767px) {
  .p-onair .m-year {
    font-size: 2.8rem;
  }
}
.p-onair .m-date {
  font-size: 1.722rem;
}
@media (max-width:767px) {
  .p-onair .m-date {
    font-size: 2rem;
  }
}
.p-onair .m-onair {
  display: inline-block;
  font-size: 1.9rem;
  color: #fff;
  background-color: #e7040b;
  padding: 0.9rem 1.5rem;
  margin-right: 4rem;
}
@media (max-width:767px) {
  .p-onair .m-onair {
    font-size: 2.246rem;
    padding: 0.9rem 2rem;
    margin-right: 3rem;
  }
}

.p-about {
  position: relative;
  overflow: hidden;
  background: url(../img/about_bg.png) no-repeat bottom center/254.1rem auto;
  padding: 7.6rem 0 13rem;
}
@media (max-width:767px) {
  .p-about {
    background: url(../img/about_bg_sp.png) no-repeat bottom center/contain;
    padding: 6.2rem 5.3rem 28rem;
  }
}
.p-about::before {
  position: absolute;
  content: "";
  left: calc(50% + 49.1rem);
  top: -2.3rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 48.1rem;
  aspect-ratio: 1/1;
  background: transparent url(../img/dot.png) no-repeat center center/contain;
}
@media (max-width:767px) {
  .p-about::before {
    left: calc(50% + 25.5em);
    top: -11.7rem;
    width: 37.6rem;
  }
}
.p-about::after {
  position: absolute;
  content: "";
  left: calc(50% - 53.7rem);
  top: 32.5rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 48.1rem;
  aspect-ratio: 1/1;
  background: transparent url(../img/dot.png) no-repeat center center/contain;
  z-index: -1;
}
@media (max-width:767px) {
  .p-about::after {
    left: calc(50% - 39.6rem);
    top: 14.3rem;
    width: 37.6rem;
  }
}
.p-about_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (max-width:767px) {
  .p-about_bg::before {
    position: absolute;
    content: "";
    left: calc(50% + 25.5em);
    top: 64.6rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 37.6rem;
    aspect-ratio: 1/1;
    background: transparent url(../img/dot.png) no-repeat center center/contain;
  }
  .p-about_bg::after {
    position: absolute;
    content: "";
    left: calc(50% - 39.6rem);
    top: 90.4rem;
    width: 37.6rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    aspect-ratio: 1/1;
    background: transparent url(../img/dot.png) no-repeat center center/contain;
  }
}
.p-about_txt {
  position: relative;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 4.8rem;
  letter-spacing: 0.012em;
  text-align: center;
}
@media (max-width:767px) {
  .p-about_txt {
    font-size: 2.6rem;
    line-height: 6rem;
    letter-spacing: 0.005em;
    text-align: left;
  }
}
.p-about_btn {
  position: relative;
  margin-top: 6.6rem;
}
@media (max-width:767px) {
  .p-about_btn {
    margin-top: 2.9rem;
  }
}

.p-performer {
  position: relative;
  overflow: hidden;
  padding: 6.6rem 0 16.6rem;
}
@media (max-width:767px) {
  .p-performer {
    padding: 6.3rem 0 11rem;
  }
}
.p-performer::before {
  position: absolute;
  content: "";
  left: calc(50% + 49.1rem);
  top: 4.2rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 48.1rem;
  aspect-ratio: 1/1;
  background: transparent url(../img/dot.png) no-repeat center center/contain;
}
@media (max-width:767px) {
  .p-performer::before {
    left: calc(50% + 25.5em);
    top: 6.7rem;
    width: 37.6rem;
  }
}
.p-performer::after {
  position: absolute;
  content: "";
  left: calc(50% - 51.8rem);
  top: 35.3rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 48.1rem;
  aspect-ratio: 1/1;
  background: transparent url(../img/dot.png) no-repeat center center/contain;
  z-index: -1;
}
@media (max-width:767px) {
  .p-performer::after {
    left: calc(50% - 39.6rem);
    top: 32.7rem;
    width: 37.6rem;
  }
}
.p-performer_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (max-width:767px) {
  .p-performer_bg::before {
    position: absolute;
    content: "";
    left: calc(50% + 25.5em);
    top: 73rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 37.6rem;
    aspect-ratio: 1/1;
    background: transparent url(../img/dot.png) no-repeat center center/contain;
  }
  .p-performer_bg::after {
    position: absolute;
    content: "";
    left: calc(50% - 39.6rem);
    top: 97.4rem;
    width: 37.6rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    aspect-ratio: 1/1;
    background: transparent url(../img/dot.png) no-repeat center center/contain;
  }
}
.p-performer_ttl {
  position: relative;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #e7040b;
  text-align: center;
}
@media (max-width:767px) {
  .p-performer_ttl {
    font-size: 3.8rem;
  }
}
.p-performer_content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
  row-gap: 5rem;
  margin-top: 6rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1200px) {
  .p-performer_content {
    width: 60rem;
    margin-inline: auto;
  }
}
@media (max-width:767px) {
  .p-performer_content {
    width: auto;
    -webkit-column-gap: 5.5rem;
       -moz-column-gap: 5.5rem;
            column-gap: 5.5rem;
    row-gap: 5rem;
    margin-top: 5rem;
  }
}
.p-performer_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-performer_picture {
  width: 24.2rem;
}
@media (max-width:767px) {
  .p-performer_picture {
    width: 30rem;
  }
}
.p-performer_icon {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.09em;
  color: #e7040b;
  border: 1px solid #e7040b;
  background-color: #fed8dd;
  border-radius: 1.2rem;
  margin-top: 2.4rem;
  padding: 0.5rem 2rem;
}
@media (max-width:767px) {
  .p-performer_icon {
    font-size: 2rem;
    border-radius: 1.7rem;
    margin-top: 2.9rem;
    padding: 0.7rem 2.5rem;
  }
}
.p-performer_name {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.09em;
  text-align: center;
  margin-top: 1.2rem;
}
@media (max-width:767px) {
  .p-performer_name {
    font-size: 2.8rem;
    margin-top: 1.3rem;
  }
}
.p-performer_name:has(span) {
  margin-top: 0.7rem;
}
@media (max-width:767px) {
  .p-performer_name:has(span) {
    margin-top: 1.3rem;
  }
}
.p-performer_name span {
  display: block;
  font-size: 1.4rem;
  line-height: 2rem;
  letter-spacing: 0.09em;
  margin-bottom: 0.6rem;
}
@media (max-width:767px) {
  .p-performer_name span {
    font-size: 2rem;
    line-height: 2.8rem;
    margin-bottom: 0.9rem;
  }
}

.p-request {
  background: transparent url(../img/kv_bg.png) no-repeat center center/160rem auto;
  padding: 17.7rem 0 18.4rem;
}
@media (min-width: 1601px) {
  .p-request {
    background: transparent url(../img/kv_bg.png) no-repeat center center/100% auto;
  }
}
@media (max-width:767px) {
  .p-request {
    background: transparent url(../img/kv_bg_sp.png) no-repeat center center/contain;
    padding: 25.8rem 0 23.7rem;
  }
}
.p-request_ttl {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #e7040b;
  text-align: center;
}
@media (max-width:767px) {
  .p-request_ttl {
    font-size: 3.8rem;
  }
}
.p-request_txt {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 4rem;
  letter-spacing: 0.12em;
  text-align: center;
  margin-top: 3.4rem;
}
@media (max-width:767px) {
  .p-request_txt {
    font-size: 2.6rem;
    line-height: 6rem;
    letter-spacing: 0.05em;
    margin-top: 3.2rem;
  }
}
.p-request_txt .u-red {
  color: #e7040b;
}
.p-request_txt .u-underline {
  text-decoration: underline;
}
.p-request_btn {
  margin-top: 3rem;
}
@media (max-width:767px) {
  .p-request_btn {
    margin-top: 3.5rem;
  }
}
.p-request_lim {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.09em;
  text-align: center;
  margin-top: 1.8rem;
}
@media (max-width:767px) {
  .p-request_lim {
    font-size: 2rem;
    margin-top: 2.2rem;
  }
}

.p-csl {
  position: relative;
  overflow: hidden;
  padding: 10.2rem 0 8.6rem;
  border-bottom: 2px solid #e4e4e4;
}
@media (max-width:767px) {
  .p-csl {
    padding: 9.7rem 0 9.8rem;
  }
}
.p-csl::before {
  position: absolute;
  content: "";
  left: calc(50% + 49.1rem);
  top: -9.6rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 48.1rem;
  aspect-ratio: 1/1;
  background: transparent url(../img/dot.png) no-repeat center center/contain;
}
@media (max-width:767px) {
  .p-csl::before {
    left: calc(50% + 25.5em);
    top: 19.7rem;
    width: 37.6rem;
  }
}
.p-csl::after {
  position: absolute;
  content: "";
  left: calc(50% - 51.8rem);
  top: 24rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 48.1rem;
  aspect-ratio: 1/1;
  background: transparent url(../img/dot.png) no-repeat center center/contain;
  z-index: -1;
}
@media (max-width:767px) {
  .p-csl::after {
    left: calc(50% - 39.6rem);
    top: 44.2rem;
    width: 37.6rem;
  }
}
.p-csl_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (max-width:767px) {
  .p-csl_bg::before {
    position: absolute;
    content: "";
    left: calc(50% + 25.5em);
    top: 85.8rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 37.6rem;
    aspect-ratio: 1/1;
    background: transparent url(../img/dot.png) no-repeat center center/contain;
  }
  .p-csl_bg::after {
    position: absolute;
    content: "";
    left: calc(50% - 39.6rem);
    top: 111.4rem;
    width: 37.6rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    aspect-ratio: 1/1;
    background: transparent url(../img/dot.png) no-repeat center center/contain;
  }
}
.p-csl_txt {
  position: relative;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 4rem;
  letter-spacing: 0.12em;
  text-align: center;
}
@media (max-width:767px) {
  .p-csl_txt {
    font-size: 2.6rem;
    line-height: 6rem;
  }
}
.p-csl_img {
  width: 63.45rem;
  margin: 4.7rem auto 4rem;
}
@media (max-width:767px) {
  .p-csl_img {
    width: 65rem;
    margin: 3.3rem auto 4.7rem;
  }
}
.p-csl_btn {
  position: relative;
  margin-top: 4.5rem;
}
@media (max-width:767px) {
  .p-csl_btn {
    margin-top: 5.4rem;
  }
}

.p-ham {
  position: fixed;
  top: 0;
  right: 0;
  width: 6rem;
  aspect-ratio: 1/1;
  background-color: #e7040b;
  z-index: 12;
  cursor: pointer;
}
@media (max-width:767px) {
  .p-ham {
    width: 10rem;
  }
}
.p-ham_line {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 3.5rem;
  height: 2px;
  border-radius: 2px;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.p-ham_line:nth-of-type(1) {
  top: calc(50% - 0.7rem);
}
.p-ham_line:nth-of-type(3) {
  top: calc(50% + 0.7rem);
}
@media (max-width:767px) {
  .p-ham_line {
    width: 6rem;
    height: 0.2rem;
  }
  .p-ham_line:nth-of-type(1) {
    top: calc(50% - 1.3rem);
  }
  .p-ham_line:nth-of-type(3) {
    top: calc(50% + 1.3rem);
  }
}
.p-ham.is-close {
  position: fixed;
}
.p-ham.is-close .p-ham_line:nth-of-type(1) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.p-ham.is-close .p-ham_line:nth-of-type(2) {
  opacity: 0;
}
.p-ham.is-close .p-ham_line:nth-of-type(3) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.p-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100dvh;
  background-color: #fff;
  -webkit-transform: translate(105%);
          transform: translate(105%);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  z-index: 11;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.p-menu::-webkit-scrollbar {
  display: none;
}
.p-menu.is-open {
  -webkit-transform: translate(0);
          transform: translate(0);
}
.p-menu_logo {
  width: 43.6rem;
}
@media (max-width:767px) {
  .p-menu_logo {
    width: 40.2rem;
    margin-inline: auto;
  }
}
.p-menu_body {
  min-height: 100dvh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 7.5rem;
     -moz-column-gap: 7.5rem;
          column-gap: 7.5rem;
}
@media (max-width:767px) {
  .p-menu_body {
    display: block;
    padding: 15.8rem 0 10rem;
  }
}
.p-menu_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 6rem;
  border-left: 1px solid #e7040b;
  padding: 4rem 0 4rem 4rem;
}
@media (max-width:767px) {
  .p-menu_nav {
    row-gap: 6rem;
    border: none;
    padding: 0;
    margin-top: 13.2rem;
  }
}
.p-menu_item {
  list-style: none;
  font-size: 2rem;
  font-weight: 500;
}
.p-menu_item a {
  color: #e7040b;
}
@media (max-width:767px) {
  .p-menu_item {
    font-size: 3rem;
  }
}

.p-bnr {
  background: url(../img/footer_bg.png) no-repeat bottom center/251rem auto;
  padding: 9.4rem 0 26.2rem;
}
@media (max-width:767px) {
  .p-bnr {
    background: url(../img/footer_bg_sp.png) no-repeat bottom center/contain;
    padding: 9.8rem 0 26.2rem;
  }
}
.p-bnr_item {
  display: block;
  margin-inline: auto;
}
.p-bnr_item.csl {
  width: 26.3rem;
}
.p-bnr_item.rare {
  width: 54.8rem;
  margin-top: 4.8rem;
}

.p-side_bnr {
  position: relative;
  display: block;
  width: 5.9rem;
}
@media (max-width:767px) {
  .p-side_bnr {
    width: 50%;
  }
}
.p-side_bnr-wrapper {
  position: fixed;
  top: 14.7rem;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.7rem;
  z-index: 10;
}
@media (max-width:767px) {
  .p-side_bnr-wrapper {
    top: auto;
    bottom: 0;
    right: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    row-gap: 0;
  }
  .p-side_bnr-wrapper.is-static {
    position: static;
  }
}

.page-top {
  position: fixed;
  right: 2.5rem;
  bottom: 5.3rem;
  width: 6rem;
  cursor: pointer;
  z-index: 10;
}
@media (max-width:767px) {
  .page-top {
    position: static;
    width: 8rem;
    margin: 3.6rem auto 4rem;
  }
}

.l-footer__common {
  margin: 0 auto;
  padding: 1rem 0 0.5rem;
  border-bottom: 3px solid var(--accent-color);
}
.l-footer__common--pc {
  display: block;
}
.l-footer__common--sp {
  display: none;
}
.l-footer__share {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 7.5rem;
  background-color: #f1f1f1;
}
@media (max-width:767px) {
  .l-footer__share {
    height: 9rem;
    margin-top: 13.2rem;
  }
}
.l-footer_icon-wrapper {
  position: absolute;
  top: 50%;
  left: 1.7rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.6rem;
     -moz-column-gap: 0.6rem;
          column-gap: 0.6rem;
}
@media (max-width:767px) {
  .l-footer_icon-wrapper {
    top: -10.5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-column-gap: 1.4rem;
       -moz-column-gap: 1.4rem;
            column-gap: 1.4rem;
  }
}
.l-footer_share-icon {
  width: 4.4rem;
}
@media (max-width:767px) {
  .l-footer_share-icon {
    width: 8rem;
  }
}
.l-footer__copyright {
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
}
@media (max-width:767px) {
  .l-footer__copyright {
    font-size: 2rem;
  }
}

@media (max-width: 1000px) {
  .l-footer__common {
    padding: 0;
  }
  .l-footer__common--pc {
    display: none;
  }
  .l-footer__common--sp {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */