@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&display=swap');
@import url("reset.css");
@import url("variables.css");

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

body.second

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

body.second {
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック 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__030);
  color: var(--color_base__020);
  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;
  }
}

.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: #fff;
  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 1.6rem 12.8rem 1.6rem;
  }
  .section-inner {
    width: var(--width_base__010);
    margin: 0 auto;
    @media screen and (max-width: 768px) {
      width: 100%;
      margin: 0;
    }
  }
}

.section-radio {
  padding: 12.8rem 0 12.8rem 0;
  background-color: var(--color_base__020);
  color: var(--color_base__010);
  position: relative;
  @media screen and (max-width: 768px) {
    width: 100%;
    padding: 3.2rem 2rem 12.8rem 2rem;
  }
  @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: 12.8rem 0 12.8rem 0;
  background-color: var(--color_base__030);
  color: var(--color_base__020);
  position: relative;
  @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-ad {
  padding: 12.8rem 0 12.8rem 0;
  background-color: var(--color_base__020);
  color: var(--color_base__010);
  position: relative;
  @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;
    }
  }
}

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

header

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

.header-article {
  margin-bottom: 8rem;
  @media screen and (max-width: 768px) {
    margin-bottom: 4.8rem;
  }
  &.relative {
    position: relative;
  }
  &.v1 {
    min-height: 21rem;
     @media screen and (max-width: 768px) {
      min-height: 12rem;
     }

  }
}
/*---------------------------------

TITLE

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

.title-common.c__010 {
  color: var(--color_base__020);
  background-color: var(--color_base__040);
  font-size: var(--font_base__32);
  font-weight: 600;
  width: 86.8rem;
  text-align: center;
  /* display: flex; */
  line-height: 1;
  padding: 0.8rem 0;
  clip-path: polygon(2.5% 0%, 100% 0%, 97.5% 100%, 0% 100%);
  position: absolute;
  left: 0;
  z-index: 10;
  @media screen and (max-width: 768px) {
    display: block;
    width: 100%;
    font-size: var(--font_base__16);
  }
  &.v2 {
    background-color: var(--color_base__020);
    color: var(--color_base__010);
    position: absolute;
    left: 22rem;
    bottom: 0;
    /* margin-top: -1.2rem; */
    z-index: 9;
    @media screen and (max-width: 768px) {
      left: 1rem;
     }
  }
}

.title-common.c__020 {
  font-weight: 600;
  color: var(--color_base__020);
  font-size: var(--font_base__40);
  text-align: center;
  display: block;
  margin-bottom: 4.8rem;
  @media screen and (max-width: 768px) {
    font-size: var(--font_base__24);
    margin-bottom: 2.4rem;
  }
}

.title-common.c__030 {
  font-size: var(--font_base__64);
  color: var(--color_base__020);
  font-weight: 700;
  position: absolute;
  left: 0;
  top: -7rem;
  @media screen and (max-width: 768px) {
  }
  &.blk {
    color: var(--color_base__030);
  }
}


.title-common.c__040 {
  position: relative;
  margin-bottom: 2.4rem;
  &::after {
    content: "";
    display: block;
    background-color: var(--color_base__010);
    clip-path: polygon(0 0%, 100% 0%, 97.5% 100%, 0% 100%);
    width: 100%;
    height: 9.3rem;
    position: absolute;
    bottom: 0;
    left: -40%;
    z-index: 10;
    @media screen and (max-width: 768px) {
      left: -2.4rem;
      height: 4.8rem;
     }
  }
  @media screen and (max-width: 768px) {
  }
  .t2 {
    display: block;
    color: var(--color_base__010);
    font-size: var(--font_base__24);
    padding-bottom: 0.8rem;
    @media screen and (max-width: 768px) {
      font-size: var(--font_base__20);
    }
  }
  .t3 {
    display: block;
    color: var(--color_base__020);
    font-size: var(--font_base__64);
    font-weight: 700;
    position: relative;
    z-index: 20;
    @media screen and (max-width: 768px) {
      font-size: var(--font_base__32);
    }
  }
  &.blk {
    .t2 {
      color: var(--color_base__020);
    }
    .t3 {
      color: var(--color_base__010);
    }
    &::after {
      background-color: var(--color_base__020);
    }
  }
}

.title-common.c__050 {
  /* display: flex;
  justify-content: center;
  flex-wrap: wrap; */
  text-align: center;
  &::before {
    content: "";
    display: block;
    width: 150vw;
    height: 0.8rem;
    background-color: var(--color_base__040);
    position: relative;
    left: -50vw;

  }
  .t1 {
    display: inline-block;
    color: var(--color_base__020);
    background-color: var(--color_base__040);
    font-size: var(--font_base__40);
    font-weight: 700;
    border-radius:  0 0 0.8rem 0.8rem;
    min-width: 55rem;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 8rem;
    padding: 0.8rem 4.8rem;
    position: relative;
    @media screen and (max-width: 768px) {
      font-size: var(--font_base__20);
      min-width: 1rem;
      margin-bottom: 2.4rem;
    }
    .icon {
      position: absolute;
      right: 0;
    }
  }
}

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

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__010);
  background-color: var(--color_base__020);
  font-size: var(--font_base__32);
  font-weight: 600;
  max-width: 88rem;
  margin: 0 auto;
  text-align: center;
  line-height: 1;
  padding: 0.8rem 0;
  clip-path: polygon(2.5% 0%, 100% 0%, 97.5% 100%, 0% 100%);
  @media screen and (max-width: 768px) {
      font-size: var(--font_base__16);
  }
  &.v2 {
    margin-bottom: 4.8rem;
    @media screen and (max-width: 768px) {
      margin-bottom: 2.4rem;
    }
  }
  &.v3 {
    color: var(--color_base__020);
    background-color: var(--color_base__010);
    margin-bottom: 4.8rem;
    @media screen and (max-width: 768px) {
      margin-bottom: 2.4rem;
    }
  }
}

.col-address {
  background-color: var(--color_base__010);
  color: var(--color_base__020);
  font-size: var(--font_base__24);
  font-weight: 600;
  padding: 2.4rem;
  border-radius: 0.8rem;
  max-width: 88rem;
  margin: 0 auto;
  margin-bottom: 4.8rem;
  @media screen and (max-width: 768px) {
    font-size: var(--font_base__16);
    margin-bottom: 2.4rem;
  }
  .note {
    display: block;
    font-size: var(--font_base__14);
    
  }
}

.col-qr {
  display: flex;
  align-items: center;
  border-radius: 0.8rem;
  overflow: hidden;
  background-color: var(--color_base__010);
  border: 4px solid var(--color_base__040);
  @media screen and (max-width: 768px) {
    width: 100%;
    flex-wrap: wrap;
  }
  .details {
    width: 70%;
    background-color: var(--color_base__020);
    color: var(--color_base__010);
    padding: 8rem 3.2rem;
    position: relative;
    @media screen and (max-width: 768px) {
      width: 100%;
      padding: 2.4rem;
    }
    &.v2 {
      @media screen and (max-width: 768px) {
        display: none;
      }
    }
    /* &::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__010);
      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: 1rem;
        display: flex;
        align-items: center;
        margin-bottom: 0;
      }
      .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__010);
      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(90deg) !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;
      border-radius: 0.4rem;
      display: flex;
      justify-content: center;
      align-items: center;
      &::after {
        content: "";
        display: block;
        width: 3.2rem;
        height: 3.2rem;
        border-radius: 1.6rem;
        background: url(../img/arrow_0002.svg) no-repeat 50%;
        background-size: 3.2rem;
        transform: rotate(-90deg);
        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__20);
  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.c__040 {
  font-size: var(--font_base__24);
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 6.4rem;
  text-align: center;
}

.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 {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 1.6rem;
  a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: var(--color_base__080);
    color: var(--color_base__030);
    border: 3px solid var(--color_base__030);
    text-decoration: none;
    justify-content: center;
    border-radius: 24rem;
    padding: 1.6rem 3.2rem;
    max-width: 48rem;
    &::after {
      content: "";
      display: inline-block;
      width: 2.4rem;
      height: 2.4rem;
      background: url(../img/arrow_0001.svg) no-repeat 50%;
      background-size: 2.4rem;
      margin-left: 1.6rem;
    }
  }
  .note {
    width: 100%;
    display: block;

  }
}

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

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;
    }
  }
}

.image-common.c__020 {
  padding: 3.2rem 0;
  max-width: 88rem;
  margin: 0 auto;
}

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

LIST

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

.list-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  .list-item {
    width: 33%;
    position: relative;
    padding-top: 3rem;
    @media screen and (max-width: 768px) {
      width: 100%;
      height: auto;
      margin-bottom: 0.8rem;
    }
    .p1 {
        font-family: var(--fontfamily_en_010);
        font-weight: 400;
        color: var(--color_base__020);
        font-size: var(--font_base__24);
        line-height: 1;
        position: absolute;
        padding-left: 2rem;
        top: 0.8rem;
        @media screen and (max-width: 768px) {
          font-size: var(--font_base__18);
          top: 1.4rem;
        }
      }
    a {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      padding: 3.6rem 0;
      text-align: center;
      min-height: 16rem;
      background-color: var(--color_base__020);
      /* overflow: hidden; */
      clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
      @media screen and (max-width: 768px) {
        padding: 1.6rem 0;
         min-height: 1rem;
      }
      &::after {
        content: "";
        display: block;
        width: 2.4rem;
        height: 2.4rem;
        background: url(../img/arrow_0001.svg) no-repeat 50%;
        background-size: 2.4rem;
        position: absolute;
        bottom: 1rem;
        right: 3rem;
        @media screen and (max-width: 768px) {
          width: 2.4rem;
          height: 2.4rem;
          background-size: 1.6rem;
          bottom: 0.4rem;
        right: 1.6rem;
        }
      }
      
      .p2 {
        width: 100%;
        font-size: var(--font_base__20);
        line-height: 1;
        margin-bottom: 0.8rem;
        @media screen and (max-width: 768px) {
          font-size: var(--font_base__18);
          margin-bottom: 0;
        }
      }
      .p3 {
        width: 100%;
        font-size: var(--font_base__32);
        @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%;
      }
    }
  }
  &.blk {
    .list-item {
      width: 33.3%;
      @media screen and (max-width: 768px) {
        width: 100%;
      }
      &::after {
      right: -1.6rem;
      @media screen and (max-width: 768px) {
        bottom: -3.6rem;
        /* top: auto;
        bottom: -3rem;
        left: calc(50% - 2.4rem);
        right: auto;
        transform: rotate(90deg);
        width: 100%; */
      }
    }
      .list-inner {
        background-color: var(--color_base__020);
      }
      .p1 {
        color: var(--color_base__020);
      }
      .p2 {
         color: var(--color_base__010);
         font-size: var(--font_base__16);
      }
    }
  }
  .list-item {
    color: var(--color_base__020);
    width: 32%;
    position: relative;
    @media screen and (max-width: 768px) {
      width: 100%;
      height: auto;
      padding:0;
      padding-left: 0;
      margin-bottom: 1.6rem;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
    }
    &:last-child {
      &::after {
        display: none;
      }
    }
    &::after {
      content: "";
      display: block;
      width: 4rem;
      height: 4rem;
      border-radius: 1.6rem;
      background: url(../img/arrow_0001.svg) no-repeat 50%;
      background-size: 4rem;
      /* background-color: var(--color_base__040); */
      position: absolute;
      z-index: 110;
      top: calc(50% - 1.6rem);
      right: -2.6rem;
      @media screen and (max-width: 768px) {
        top: auto;
        bottom: -3rem;
        left: calc(50% - 2.4rem);
        right: auto;
        transform: rotate(90deg);
      }
    }
    .list-inner {
      width: 100%;
      min-height: 16rem;
      background-color: var(--color_base__010);
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      text-align: center;
      padding: 4.8rem 2.4rem;
      clip-path: polygon(2.5% 0%, 100% 0%, 97.5% 100%, 0% 100%);
      @media screen and (max-width: 768px) {
        padding: 0.8rem 2rem;
        min-height: 1rem;
      }
    }
    .image {
      margin-bottom: 2rem;
      @media screen and (max-width: 768px) {
        width: 30%;
      }
    }
    .p1 {
      color: var(--color_base__010);
      font-size: var(--font_base__40);
      line-height: 1;
      margin-bottom: 2rem;
      position: absolute;
      top: -3.6rem;
      left: 1rem;
      @media screen and (max-width: 768px) {
        font-size: var(--font_base__020);
        padding-left: 1rem;
        margin-bottom: 0;
        width: 100%;
        position: static;
      }
    }
    .p2 {
      font-size: var(--font_base__20);
      font-weight: 700;
      @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;
    }
    &.v2 {
      padding-left: 0;
      font-weight: 600;
      &::before {
        display: none;
      }
    }
  }
}

.list-goods {
  display: flex;
  justify-content: space-between;
  @media screen and (max-width: 768px) {
    flex-wrap: wrap;
  }
  .list-item {
    width: 33%;
    padding: 1.6rem;
    background-color: var(--color_base__060);
    border-radius: 0.8rem;
    color: var(--color_base__020);
    @media screen and (max-width: 768px) {
      width: 100%;
      margin-bottom: 1.6rem;
    }
    .image {
      padding-bottom: 1.6rem;
    }
    .item {
      font-size: var(--font_base__16);
      text-align: center;
      /* border-bottom: 2px solid var(--color_base__010); */
      padding-bottom: 0.8rem;
      /* margin-bottom: 0.8rem; */
      &.v2 {
        padding-top: 1.6rem;
      }
    }
    .details {
      font-size: var(--font_base__16);
      text-align: center;
    }
  }
}

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

footer

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

.footer {
  padding: 10rem 0 4.5rem 0;
  margin-top: 0;
  background-color: var(--color_base__010);
  /* 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: 4.8rem;
    height: 4.8rem;
    background: url(../img/arrow_0001.svg) no-repeat 50%;
    background-size: 4.8rem;
    position: absolute;
    z-index: 10010;
    top: 30%;
    /* margin: 0 auto; */
    transform: rotate(-90deg);
    @media screen and (max-width: 768px) {
      width:3.2rem;
      height:3.2rem;
    }
  }
}

@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;
  padding-top: 1.2rem;
}

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

#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);
}

/*************
footer
*************/
/*その他の推し旅プラン*/

.footer_container {
  color: #000;
  .info_wrap {
    margin: 0 auto;
    padding: 8px 40px 20px;
    position: relative;
    background-color: #fff;
  }
  .oshitabi_btn {
    display: block;
    border: 4px solid #000;
    background-color: #fff;
    color: #000;
    max-width: 740px;
    margin: 32px auto 0;
    text-align: center;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    border-radius: 10px;
    position: relative;
    padding: 10px 30px 10px 5px;
    font-size: 18px;
    transition: 0.3s var(--transition);
  }
  .oshitabi_btn:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 30px;
    height: 12px;
    width: 12px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    transform: translateY(-50%) rotate(45deg);
    transition: 0.3s var(--transition);
  }
  .oshitabi_btn:hover {
    background-color: #000;
    color: #fff;
    border: 4px solid #000;
  }
  .oshitabi_btn:hover::after {
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
  }
  .credit {
    text-align: center;
    margin-top: 16px;
    font-size: 12px;
  }
  .pankuzu {
    width: 96%;
    max-width: 1080px;
    margin: 10px auto;
  }
  .pankuzu li {
    display: inline-block;
    margin-right: 5px;
    font-size: 14px;
    color: #000;
  }
  .pankuzu li a {
    text-decoration: underline;
    color: #ed6d00;
  }
  .pankuzu li a:hover {
    text-decoration: none;
  }
}
.footer_container {
  position: relative;
  z-index: 100;
  background-color: #fff;
  padding-top: 1px;
}
@media (min-width: 751px) {
  .info_wrap {
    margin: 0 auto;
    padding: 8px 20px 100px;
  }
  .oshitabi_btn {
    padding: 15px;
    font-size: 20px;
  }
}
