@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");

@import url("reset.css");
@import url("variables.css");

/*---------------------------------

body.second

---------------------------------*/

body.second {
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴシック Pro",
    "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  /* font-family: "Hina Mincho", 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; */
  font-weight: 600 !important;
  font-feature-settings: "palt";
  color: var(--color_base__020);
  font-size: 1.8rem;
  line-height: 1.6;
}

body.second {
  background-color: var(--color_base__070);
  color: var(--color_base__010);
  font-feature-settings: "palt";
  overflow-x: hidden;
  min-width: var(--width_base__010);
  position: relative;
  @media screen and (max-width: 768px) {
    min-width: 1rem;
  }
  a {
    color: var(--color_base__010);
    text-decoration: none;
    word-break: break-all;
  }
  &::before {
    content: "";
    height: 100%;
    width: 1px;
    background-color: var(--color_base__030);
    position: absolute;
    right: 8rem;
    z-index: 1;
    opacity: 0.2;
    @media screen and (max-width: 768px) {
      display: none;
    }
  }
}

.reg {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .reg {
    font-size: 14px;
    line-height: 1.5;
  }
}

.is-PC {
  display: block !important;
}

@media screen and (max-width: 768px) {
  .is-PC {
    display: none !important;
  }
}

.is-SP {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .is-SP {
    display: block !important;
  }
}

.is-coming {
  position: relative;
  display: inline-block;
  &::after {
    content: "COMIN SOON";
    position: absolute;
    top: 0;
    left: 0;
  }
}

.footer_container {
  background-color: #fff;
  color: #000;
  position: relative;
  z-index: 50;
}

/*---------------------------------

main-commmon

---------------------------------*/
.main-commmon {
}

@media screen and (max-width: 1200px) {
  .main-commmon {
  }
}

.container {
}

/*--------


/*---------------------------------

section-common

---------------------------------*/

.section-hero {
  max-width: var(--width_base__020);
  margin: 0 auto;
  position: relative;
  z-index: 100;
  padding-top: 9rem;
  @media screen and (max-width: 768px) {
    padding-top: 6.6rem;
    width: 100%;
  }
}

.section-read {
  padding: 6.4rem 0 12.8rem 0;
  @media screen and (max-width: 768px) {
    width: 100%;
    padding: 3.2rem 2rem 12.8rem 2rem;
  }
  .section-inner {
    width: var(--width_base__010);
    margin: 0 auto;
    @media screen and (max-width: 768px) {
      width: 100%;
      margin: 0;
    }
  }
}

.section-radio {
  padding: 6.4rem 0 12.8rem 0;
  background-color: var(--color_base__050);
  position: relative;
  @media screen and (max-width: 768px) {
    width: 100%;
    padding: 3.2rem 2rem 12.8rem 2rem;
  }
  &::before {
    content: "";
    display: block;
    background-color: var(--color_base__050);
    width: 100%;
    height: 64px;
    position: absolute;
    top: -6.4rem;
    right: 8rem;
    clip-path: polygon(0 0, 92% 0%, 100% 100%, 0% 100%);
    @media screen and (max-width: 768px) {
      height: 4.8rem;
      top: -4.8rem;
    }
  }
  @media screen and (max-width: 768px) {
    width: 100%;
  }
  .section-inner {
    width: var(--width_base__010);
    margin: 0 auto;
    @media screen and (max-width: 768px) {
      width: 100%;
      margin: 0;
    }
  }
}

.section-novelty {
  padding: 6.4rem 0 12.8rem 0;
  background-color: var(--color_base__080);
  position: relative;
  @media screen and (max-width: 768px) {
    width: 100%;
    padding: 3.2rem 2rem 12.8rem 2rem;
  }
  &::before {
    content: "";
    display: block;
    background-color: var(--color_base__080);
    width: 100%;
    height: 64px;
    position: absolute;
    top: -6.4rem;
    right: 8rem;
    clip-path: polygon(0 0, 92% 0%, 100% 100%, 0% 100%);
    @media screen and (max-width: 768px) {
      height: 4.8rem;
      top: -4.8rem;
    }
  }
  @media screen and (max-width: 768px) {
    width: 100%;
  }
  .section-inner {
    width: var(--width_base__010);
    margin: 0 auto;
    @media screen and (max-width: 768px) {
      width: 100%;
      margin: 0;
    }
  }
}

.section-ad {
  padding: 6.4rem 0;
  background-color: var(--color_base__070);
  position: relative;
  @media screen and (max-width: 768px) {
    width: 100%;
    padding: 3.2rem 2rem 12.8rem 2rem;
  }
  &::before {
    content: "";
    display: block;
    background-color: var(--color_base__070);
    width: 100%;
    height: 64px;
    position: absolute;
    top: -6.4rem;
    right: 8rem;
    clip-path: polygon(0 0, 92% 0%, 100% 100%, 0% 100%);
    @media screen and (max-width: 768px) {
      height: 4.8rem;
      top: -4.8rem;
    }
  }
  @media screen and (max-width: 768px) {
    width: 100%;
  }
  .section-inner {
    width: var(--width_base__010);
    margin: 0 auto;
    @media screen and (max-width: 768px) {
      width: 100%;
      margin: 0;
    }
  }
}

/*---------------------------------

header

---------------------------------*/

.header-article {
  margin-bottom: 8rem;
  @media screen and (max-width: 768px) {
    margin-bottom: 4.8rem;
  }
}
/*---------------------------------

TITLE

---------------------------------*/

.title-common.c__010 {
  color: var(--color_base__010);
  font-size: var(--font_base__40);
  /* display: flex; */
  line-height: 1;
  @media screen and (max-width: 768px) {
    display: block;
    width: 100%;
    font-size: var(--font_base__32);
  }
  .t1 {
    display: block;
    margin-bottom: 2.4rem;
    font-weight: bold;
    &::before {
      content: "";
      background: url(../img/icon_base__0001.svg) no-repeat 0 0;
      background-size: 100%;
      display: inline-block;
      width: 5.2rem;
      height: 3.5rem;
      margin-right: 1rem;
    }
  }
  .t2 {
    display: block;
    font-size: var(--font_base__24);
    font-weight: bold;
    margin-bottom: 2.4rem;
    @media screen and (max-width: 768px) {
      font-size: var(--font_base__18);
      margin-bottom: 0.8rem;
    }
  }
  .t3 {
    font-size: var(--font_base__64);
    display: block;
    margin-bottom: 2.4rem;
    font-weight: bold;
    @media screen and (max-width: 768px) {
      font-size: var(--font_base__32);
      margin-bottom: 0.8rem;
    }
    &::before {
      content: "";
      background: url(../img/icon_base__0001.svg) no-repeat 0 0;
      background-size: 100%;
      display: inline-block;
      width: 8.4rem;
      height: 5.5rem;
      margin-right: 1rem;
      @media screen and (max-width: 768px) {
        width: 4rem;
        height: 2.4rem;
        margin-right: 0.6rem;
      }
    }
  }
}

.title-common.c__020 {
  font-family: var(--fontfamily_en_010);
  font-weight: 100;
  color: var(--color_base__010);
  display: block;
  margin-bottom: 2.4rem;
  @media screen and (max-width: 768px) {
  }
}

.title-common.c__030 {
  margin-bottom: 2.4rem;
  @media screen and (max-width: 768px) {
  }
  .t1 {
    display: block;
    font-size: var(--font_base__40);
    font-weight: 600;
    max-width: var(--width_base__010);
    padding-bottom: 1.6rem;
    @media screen and (max-width: 768px) {
      border-bottom: 1px solid var(--color_base__030);
      font-size: var(--font_base__24);
    }
  }
  .line {
    max-width: none;
    width: 100vw;
    position: relative;
    right: calc((100vw - 108rem) / 2);
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    border-bottom: 1px solid var(--color_base__030);
    color: var(--color_base__030);
    opacity: 0.2;
    @media screen and (max-width: 1080px) {
      width: 100%;
      margin: 0;
      right: auto;
    }
    @media screen and (max-width: 768px) {
      display: none;
    }
  }

  @media screen and (max-width: 768px) {
  }
}

/*---------------------------------

column

---------------------------------*/
.col-common.c__010 {
  margin-bottom: var(--margin_base__010);
  @media screen and (max-width: 768px) {
    margin-bottom: var(--margin_base__020);
  }
}

.col-date {
  color: var(--color_base__020);
  display: flex;
  margin-bottom: var(--margin_base__010);
  border-radius: 1.6rem;
  overflow: hidden;

  @media screen and (max-width: 768px) {
    display: block;
    margin-bottom: var(--margin_base__020);
  }
  .title {
    font-size: var(--font_base__40);
    background-color: var(--color_base__040);
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.6rem;
    position: relative;
    z-index: 100;
    @media screen and (max-width: 768px) {
      width: 100%;
      font-size: var(--font_base__18);
    }
    &::after {
      content: "";
      display: block;
      background-color: var(--color_base__040);
      width: 3rem;
      height: 130%;
      position: absolute;
      right: -1rem;
      top: -0.8rem;
      transform: rotate(15deg);
      user-select: none;
      @media screen and (max-width: 768px) {
        display: none;
      }
    }
  }
  .date {
    background-color: var(--color_base__010);
    width: 80%;
    text-align: center;
    padding: 1.6rem;
    @media screen and (max-width: 768px) {
      font-size: var(--font_base__18);
      border-radius: 0 0 2.4rem 2.4rem;
      width: 100%;
    }
  }
}

.col-qr {
  display: flex;
  align-items: center;
  border-radius: 1.6rem;
  overflow: hidden;
  background-color: var(--color_base__010);
  @media screen and (max-width: 768px) {
    width: 100%;
    flex-wrap: wrap;
  }
  .details {
    width: 70%;
    background-color: var(--color_base__040);
    padding: 8rem 3.2rem;
    position: relative;
    @media screen and (max-width: 768px) {
      width: 100%;
      padding: 2.4rem;
    }
    &::after {
      content: "";
      display: block;
      background-color: var(--color_base__040);
      width: 10rem;
      height: 130%;
      position: absolute;
      right: -3rem;
      top: -2rem;
      transform: rotate(15deg);
      user-select: none;
      @media screen and (max-width: 768px) {
        display: none;
      }
    }
    .p1 {
      font-size: var(--font_base__36);
      width: 100%;
      color: var(--color_base__020);
      position: relative;
      padding-left: 5rem;
      line-height: 1.2;
      margin-bottom: 2.4rem;
      font-weight: bold;

      @media screen and (max-width: 768px) {
        font-size: var(--font_base__18);
        min-height: 3rem;
        display: flex;
        align-items: center;
      }
      .t1 {
        @media screen and (max-width: 768px) {
          display: block;
        }
      }
      .t1_0 {
        @media screen and (max-width: 768px) {
          display: block;
          padding-top: 1.4rem;
        }
      }
      &::before {
        content: "";
        background: url(../img/icon_base__0003.svg) no-repeat 0 0;
        background-size: 100%;
        display: inline-block;
        width: 4.5rem;
        height: 2.9rem;
        position: absolute;
        top: 1rem;
        left: 0;
      }
    }
    .p2 {
      font-size: var(--font_base__20);
      color: var(--color_base__020);
      width: 100%;
      @media screen and (max-width: 768px) {
        font-size: var(--font_base__16);
        display: none;
      }
    }
  }
  .images {
    width: 30%;
    display: flex;
    padding: 2.4rem 0 2.4rem 4.8rem;
    justify-content: center;
    @media screen and (max-width: 768px) {
      width: 100%;
      padding: 1.6rem;
    }
    img {
      width: 19rem;
      @media screen and (max-width: 768px) {
        width: 100%;
      }
    }
  }
  .qr-btn {
    @media screen and (max-width: 768px) {
      display: block;
      background-color: var(--color_base__040);
      color: var(--color_base__020);
      font-weight: bold;
      padding: 2.4rem;
      border-radius: 1.6rem;
      width: 100%;
      display: flex !important;
      align-items: center;
      justify-content: center;
    }
    &::after {
      @media screen and (max-width: 768px) {
        content: "";
        display: inline-block;
        width: 1.6rem;
        height: 1.6rem;
        background: url(../img/arrow_0001.svg) no-repeat 50%;
        background-size: 100%;
        margin-left: 1rem;
      }
    }
    .p0 {
    }
    &.disabled {
      /* opacity: 0.5; */
      position: relative;
      pointer-events: none;
      &:before {
        content: "COMING SOON";
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.8);
        color: #fff;
        border-radius: 1.6rem;
      }
    }
  }
}

.col-notice {
  &::details-content {
    transition: height 0.4s, opacity 0.4s,
      content-visibility 0.4s allow-discrete;
    height: 0;
    opacity: 0;
    overflow: clip;
    @media screen and (width < 768px) {
    }
  }
  &[open]::details-content {
    opacity: 1;
  }

  &[open] .icon {
    &::after {
      transform: rotate(0) !important;
      transition: all 0.5s;
    }
  }
  .notice {
    list-style: none;
    position: relative;
    .icon {
      display: block;
      width: 4.8rem;
      height: 4.8rem;
      position: absolute;
      right: 0;
      top: 1.2rem;
      background-color: var(--color_base__040);
      border-radius: 0.4rem;
      display: flex;
      justify-content: center;
      align-items: center;
      &::after {
        content: "";
        display: block;
        width: 3.6rem;
        height: 3.6rem;
        background: url(../img/icon_base__0004.svg) no-repeat 50%;
        background-size: 3.6rem;
        transform: rotate(-45deg);
        transition: all 0.5s;
      }
    }
  }
}

@supports (interpolate-size: allow-keywords) {
  :root {
    interpolate-size: allow-keywords;
  }
  details[open]::details-content {
    height: auto;
  }
}

@supports not (interpolate-size: allow-keywords) {
  details[open]::details-content {
    height: 150px;
    overflow-y: scroll;
  }
}

/*---------------------------------

TEXT

---------------------------------*/
.text-common.c__010 {
  font-size: var(--font_base__18);
  font-weight: 500;
  line-height: 1.8;
  @media screen and (max-width: 768px) {
    font-size: var(--font_base__16);
  }
  &.v2 {
    margin-bottom: 1.6rem;
  }
}

.text-common.c__020 {
  font-size: var(--font_base__40);
  font-weight: 700;
  line-height: 1;
  margin-bottom: 1.6rem;
  @media screen and (max-width: 768px) {
    font-size: var(--font_base__20);
  }
  .t1 {
    font-size: var(--font_base__64);
    @media screen and (max-width: 768px) {
      font-size: var(--font_base__28);
    }
  }
}

.text-common.c__030 {
  font-size: var(--font_base__18);
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 0.8rem;
  &:last-of-type {
    margin-bottom: 0;
  }
  &::before {
    content: "●";
  }
  @media screen and (max-width: 768px) {
    font-size: var(--font_base__16);
  }
}

.text-common.note {
  font-size: var(--font_base__14);
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 1.6rem;
  @media screen and (max-width: 768px) {
    font-size: var(--font_base__16);
  }
}

/*---------------------------------

IMAGE

---------------------------------*/
.btn-common.c__010 {
  background-color: var(--color_base__080);
  color: var(--color_base__030);
  border: 3px solid var(--color_base__030);
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24rem;
  padding: 0.8rem 2.4rem;
  max-width: 30rem;
  &.v2 {
    margin-top: 2.4rem;
  }
}

/*---------------------------------

IMAGE

---------------------------------*/
.image-common.c__010 {
  text-align: center;
  display: flex;
  justify-content: center;
  img {
    width: auto;
    height: 45rem;
    @media screen and (max-width: 768px) {
      width: 100%;
      height: auto;
    }
  }
}

/*---------------------------------

LIST

---------------------------------*/

.list-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  .list-item {
    width: 49%;
    @media screen and (max-width: 768px) {
      width: 100%;
      height: auto;
      margin-bottom: 1.6rem;
    }
    a {
      display: block;
      border: 1px solid var(--color_base__030);
      position: relative;
      padding: 3.6rem 0;
      text-align: center;
      border-radius: 0 0 1.6rem 0;
      overflow: hidden;
      @media screen and (max-width: 768px) {
        padding: 4.8rem 0;
      }
      &::before {
        content: "";
        display: block;
        width: 1rem;
        height: 1rem;
        background-color: var(--color_base__030);
        position: absolute;
        top: 0;
        left: 0;
      }
      &::after {
        content: "";
        display: block;
        width: 4.8rem;
        height: 4.8rem;
        background: url(../img/arrow_0001.svg) no-repeat 50%;
        background-size: 2.7rem;
        background-color: var(--color_base__040);
        position: absolute;
        bottom: 0;
        right: 0;
        @media screen and (max-width: 768px) {
          width: 3.6rem;
          height: 3.6rem;
          background-size: 2rem;
        }
      }
      .p1 {
        font-family: var(--fontfamily_en_010);
        font-weight: 100;
        font-size: var(--font_base__24);
        line-height: 1;
        margin-bottom: 1.6rem;
        @media screen and (max-width: 768px) {
          font-size: var(--font_base__18);
        }
      }
      .p2 {
        font-size: var(--font_base__24);
        line-height: 1;
        margin-bottom: 0.8rem;
        @media screen and (max-width: 768px) {
          font-size: var(--font_base__18);
        }
      }
      .p3 {
        font-size: var(--font_base__40);
        @media screen and (max-width: 768px) {
          font-size: var(--font_base__30);
        }
      }
    }
  }
}

.list-range {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  .list-item {
    width: 49%;
    border: 1px solid var(--color_base__040);
    padding: 3.6rem 0;
    @media screen and (max-width: 768px) {
      width: 100%;
      height: auto;
      padding: 2.4rem 0;
      margin-bottom: 1.6rem;
    }
    .p1 {
      text-align: center;
      font-size: var(--font_base__24);
      margin-bottom: 1.6rem;
      @media screen and (max-width: 768px) {
      }
    }
    .p2 {
      text-align: center;
      font-size: var(--font_base__40);
      color: var(--color_base__020);
      background-color: var(--color_base__040);
      @media screen and (max-width: 768px) {
        font-size: var(--font_base__28);
      }
    }
  }
}

.list-voice {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  .list-item {
    width: 32%;
    border: 1px solid var(--color_base__040);
    padding: 6.4rem 0;
    position: relative;
    @media screen and (max-width: 768px) {
      width: 100%;
      height: auto;
      padding: 2.4rem 0;
      margin-bottom: 1.6rem;
    }
    &::before {
      content: "";
      background: url(../img/icon_base__0002.svg) no-repeat 0 0;
      background-size: 100%;
      display: block;
      width: 8.4rem;
      height: 5.5rem;
      position: absolute;
      top: 0;
      left: 0;
    }
    &::after {
      content: "";
      background: url(../img/icon_base__0002.svg) no-repeat 0 0;
      background-size: 100%;
      display: block;
      width: 8.4rem;
      height: 5.5rem;
      position: absolute;
      bottom: 0;
      right: 0;
    }
    .p1 {
      text-align: center;
      font-size: var(--font_base__40);
      color: var(--color_base__040);
      margin-bottom: 1.6rem;
      @media screen and (max-width: 768px) {
      }
    }
    .p2 {
      text-align: center;
      font-size: var(--font_base__16);
      color: var(--color_base__040);
      @media screen and (max-width: 768px) {
      }
    }
  }
}

.list-step {
  display: flex;
  justify-content: space-between;
  @media screen and (max-width: 768px) {
    flex-wrap: wrap;
  }
  &.v1 {
    .list-item {
      width: 24%;
      @media screen and (max-width: 768px) {
        width: 100%;
      }
    }
  }
  .list-item {
    color: var(--color_base__020);
    background-color: var(--color_base__060);
    border-radius: 1.6rem;
    width: 32%;
    padding: 4.8rem;
    position: relative;
    @media screen and (max-width: 768px) {
      width: 100%;
      height: auto;
      padding: 2.4rem;
      padding-left: 6rem;
      margin-bottom: 1.6rem;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
    }
    &:last-child {
      &::after {
        display: none;
      }
    }
    &::before {
      content: "";
      display: block;
      position: absolute;
      width: 1.6rem;
      height: 10rem;
      top: 0;
      left: 2.6rem;
      background-color: var(--color_base__020);
    }
    &::after {
      content: "";
      display: block;
      width: 4.8rem;
      height: 4.8rem;
      border-radius: 1.6rem;
      background: url(../img/arrow_0001.svg) no-repeat 50%;
      background-size: 2.7rem;
      background-color: var(--color_base__040);
      position: absolute;
      z-index: 110;
      top: 50%;
      right: -3.2rem;

      @media screen and (max-width: 768px) {
        top: auto;
        bottom: -3rem;
        left: calc(50% - 2.4rem);
        right: auto;
        transform: rotate(90deg);
      }
    }
    .image {
      margin-bottom: 2rem;
      @media screen and (max-width: 768px) {
        width: 30%;
      }
    }
    .p1 {
      font-size: var(--font_base__40);
      line-height: 1;
      margin-bottom: 2rem;
      @media screen and (max-width: 768px) {
        font-size: var(--font_base__32);
        margin-bottom: 1.2rem;
        width: 100%;
      }
    }
    .p2 {
      font-size: var(--font_base__16);
      @media screen and (max-width: 768px) {
        width: 65%;
      }
      &.single {
        @media screen and (max-width: 768px) {
          width: 100%;
        }
      }
    }
  }
}

.list-ad {
  display: flex;
  justify-content: space-between;
  @media screen and (max-width: 768px) {
    flex-wrap: wrap;
  }
  .list-item {
    width: 32%;
    @media screen and (max-width: 768px) {
      width: 100%;
      margin-bottom: 1.6rem;
    }
    .image {
      margin-bottom: 2.4rem;
      @media screen and (max-width: 768px) {
        margin-bottom: 1.6rem;
      }
    }
    .p1 {
      text-align: center;
      margin-bottom: 2.4rem;
      @media screen and (max-width: 768px) {
        margin-bottom: 1.6rem;
      }
    }
    .date {
      color: var(--color_base__020);
      background-color: var(--color_base__040);
      border-radius: 0.8rem;
      text-align: center;
      padding: 0.8rem 0;
    }
  }
}

.list-note {
  .list-item {
    font-size: var(--font_base__14);
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 0.4rem;
    position: relative;
    padding-left: 1.6rem;
    &::before {
      content: "※";
      position: absolute;
      left: 0;
    }
  }
}

/*---------------------------------

footer

---------------------------------*/

.footer {
  padding: 10rem 0 4.5rem 0;
  /* background: linear-gradient(0, #2491f7, rgba(212, 235, 255, 0)); */
}

@media screen and (max-width: 768px) {
  .footer {
    padding: 0rem 0 4.5rem 0;
    /* padding-top: 3.6rem; */
  }
}

.footer .inner {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.footer .inner .text-message {
  padding: 4.8rem 0;
  font-size: var(--font_base__24);
}

.footer .inner .copyright {
  font-size: 80%;
  color: #000;
  text-align: center;
  line-height: 1.6em;
  /* margin-top: 30px; */
  display: inline-block;
}

.footer .inner .copyright img {
  height: 1em;
  width: auto;
  vertical-align: middle;
  display: inline;
  margin: 0 0.5em;
}

.footer .inner .copyright a {
  /* color: var(--color_base__010); */
}

#page-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 999;
  border-radius: 80px;
  background-color: var(--color_base__040);
  display: flex;
  justify-content: center;
  align-items: center;
  &::after {
    content: "";
    display: block;
    width: 2.7rem;
    height: 2.7rem;
    background: url(../img/arrow_0001.svg) no-repeat 50%;
    background-size: 2.7rem;
    position: absolute;
    z-index: 10010;
    top: 40%;
    /* margin: 0 auto; */
    transform: rotate(-90deg);
  }
}

@media screen and (max-width: 666px) {
  #page-top {
    bottom: 10px;
    right: 10px;
  }
}

#page-top a {
  text-decoration: none;
  width: 76px;
  height: 76px;
  padding: 6px;
  display: block;
  color: #000;
  font-size: 10px;
  text-align: center;
}

@media screen and (max-width: 666px) {
  #page-top a {
    width: 62px;
    height: 62px;
    padding: 6px;
  }
}

#page-top a img {
  width: 50%;
  margin: 0 auto;
}

.lity-image img {
  max-width: 80rem;
  @media screen and (max-width: 768px) {
    max-width: 100%;
  }
}

.link-base__010 {
  color: var(--color_base__100);
}
