@charset "UTF-8";
/* ▼▼FV▼▼ */
.kandatsu-togari .conts_fv {
  display: flex;
  height: 110vw;
  padding: 0;
  overflow-x: hidden;
  position: relative;

  &::before {
    content: "";
    display: block;
    width: 100%;
    height: calc(100% - 7vw);
    background-color: #0068c8;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .page_title {
    display: flex;
    width: 110%;
    height: 85vw;
    background: url(../img/fv_logo_bg_01.png) no-repeat center/90%;
    position: absolute;
    top: 11vw;
    left: -5%;
    z-index: 2;
    flex-direction: column;
    justify-content: center;
    margin: 0;
    pointer-events: none;
  }
  .ribbon_title {
    width: 56%;
    margin: 0 auto 2vw;
  }
  .sub_title {
    width: 72%;
    margin: 0 auto 1vw;
  }
  .main_title {
    display: flex;
    width: 88%;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
  }
  .bg_area {
    width: 50%;
    padding-bottom: 7vw;
    position: relative;
    overflow: hidden;
  }
  .bg_box {
    width: 100%;
    height: 100%;
  }
  .bg_area_kandatsu .bg_box {
    background: url(../img/fv_bg_right.jpg) no-repeat center/cover;
  }
  .bg_area_togari .bg_box {
    background: url(../img/fv_bg_left.jpg) no-repeat center/cover;
  }
  .area_logo {
    position: absolute;
    top: 48px;
  }
  .area_logo {
    position: absolute;
    top: 6vw;
  }
  .logo_kandatsu {
    width: 32%;
    left: 16%;
  }
  .logo_togari {
    width: 72%;
    right: 5%;
  }
  .anchor_link_btn {
    width: 96%;
    position: absolute;
    bottom: 0;
    transition-duration: .3s;
    z-index: 2;
  }
  .bg_area_kandatsu .anchor_link_btn {
    right: 2%;
  }
  .bg_area_togari .anchor_link_btn {
    left: 2%;
  }
  .my_ease {
    animation-timing-function: ease-in-out !important;
  }
}
/* ▲▲FV▲▲ */
/* ▼▼about▼▼ */
.kandatsu-togari .conts_about {
  margin-top: -7vw;
  padding-top: 26vw;

  .term_area {
    padding: 0 5% 10vw;
    border: 3px solid #fff;
    border-radius: 12px;
    background: #0068c8 url(../img/ptn_bg_01.png) repeat left top/9vw;
    margin-bottom: 16vw;

    .term_title {
      width: 84%;
      margin: -8vw auto 6vw;
    }
    .campain_title {
      width: 86%;
      margin: 0 auto 4vw;
    }
    .prize_img {
      width: 100%;
      margin: 0 auto 4vw;
    }
    .text {
      font-size: 4.5vw;
      color: #fff;
      line-height: 1.6;
      font-weight: 700;
      margin-bottom: 3vw;
    }
    .marker_text {
      text-align: center;
      font-size: 4.6vw;
      line-height: 1.4;
      letter-spacing: -.04em;
      font-weight: 900;
    }
    .marker_text .text_inner {
      display: block;
      width: fit-content;
      padding: 1px 1% 2px 3%;
      border-radius: 2px;
      background-color: #f9ff4a;
      margin: 0 auto 2vw;
    }
    .marker_text .text_inner:last-of-type {
      margin-bottom: 0;
    }
  }
  .participate_area {

    .participate_title {
      width: 40%;
      margin: 0 auto 10vw;
    }
    .howto_list {
      width: 100%;
      padding-left: 3%;
      margin: 0 auto 11vw;
      position: relative;
    }
    .howto_list::after {
      content: "";
      display: block;
      width: 12%;
      height: 14vw;
      background: url(../img/about_arrow_01.png) no-repeat center/contain;
      position: absolute;
      bottom: -10vw;
      left: 50%;
      transform: translateX(-50%);
    }
    .howto_list li {
      display: flex;
      min-height: 23vw;
      font-size: 4.4vw;
      line-height: 1.2;
      font-weight: 700;
      padding: 9vw 26% 8vw 5%;
      border-radius: 6px;
      background-color: #fff;
      margin-bottom: 5vw;
      box-shadow: 2px 3px 0px 1px rgba(0, 0, 0, 0.1);
      position: relative;
      align-items: center;
    }
    .howto_list li:last-of-type {
      margin-bottom: 0;
    }
    .howto_list .number {
      width: 30%;
      position: absolute;
      left: -3.3%;
      top: -2vw;
    }
    .howto_list .illust {
      width: 24%;
      position: absolute;
      bottom: 0;
      right: 0;
    }
    .howto_list .marker {
      font-weight: 900;
      background: linear-gradient(transparent 60%, #f9ff4a 60%);
    }
    .message {
      width: 80%;
      margin: 0 auto 9vw;
    }
  }
}
/* ▲▲about▲▲ */
/* ▼▼kandatsu▼▼ */
.kandatsu-togari .conts_kandatsu {

  .kandatsu_title {
    width: 82%;
    margin: 0 auto 5vw;
  }
  .point_list {
    padding: 0;
    margin: 0 auto 10vw;
  }
  .point_list li:not(:last-of-type) {
    margin-bottom: 4vw;
  }
  .movie_block {
    margin-bottom: 9vw;
  }
  .movie_title {
    width: 90%;
    margin: 0 auto 5vw;
  }
  .movie_wrapper {
    width: 100%;
    aspect-ratio: 16/9;
    margin: 0 auto;
  }
  .movie_wrapper iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sns_block {
    width: 100%;
    box-sizing: border-box;
    padding: 0 5% 8vw;
    margin: 0 auto 9vw;
    position: relative;
    z-index: 1;
  }
  .sns_block::before {
    content: "";
    display: block;
    width: 100%;
    height: calc(100% - 5vw);
    border-radius: 6px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
  .sns_title {
    width: 100%;
    margin: 0 auto 4vw;
  }
  .sns_list {
    display: flex;
    gap: 2%;
    justify-content: center;
    flex-wrap: wrap;
  }
  .sns_list li {
    width: 23%;
  }
  .sns_list li img {
    width: 76%;
    margin: 0 auto 1vw;
    transition-duration: .3s;
  }
  .sns_list li:hover img {
    transform: scale(1.04);
  }
  .sns_list li .sns_text {
    width: fit-content;
    text-align: center;
    font-size: 3.6vw;
    line-height: 1.5;
    font-weight: 700;
    color: #0068c8;
    padding-bottom: .6vw;
    margin: 0 auto;
    position: relative;
  }
  .sns_list li .sns_text::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #0068c8;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
/* ▲▲kandatsu▲▲ */
/* ▼▼togari▼▼ */
.kandatsu-togari .conts_togari {

  .togari_title {
    width: 82%;
    margin: 0 auto 5vw;
  }
  .point_list {
    padding: 0;
    margin: 0 auto 10vw;
  }
  .point_list li:not(:last-of-type) {
    margin-bottom: 4vw;
  }
  .movie_block {
    margin-bottom: 9vw;
  }
  .movie_title {
    width: 90%;
    margin: 0 auto 5vw;
  }
  .movie_wrapper {
    width: 100%;
    aspect-ratio: 16/9;
    margin: 0 auto;
  }
  .movie_wrapper iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sns_block {
    width: 100%;
    box-sizing: border-box;
    padding: 0 5% 8vw;
    margin: 0 auto 9vw;
    position: relative;
    z-index: 1;
  }
  .sns_block::before {
    content: "";
    display: block;
    width: 100%;
    height: calc(100% - 5vw);
    border-radius: 6px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
  .sns_title {
    width: 100%;
    margin: 0 auto 4vw;
  }
  .sns_list {
    display: flex;
    gap: 2%;
    justify-content: center;
    flex-wrap: wrap;
  }
  .sns_list li {
    width: 23%;
  }
  .sns_list li img {
    width: 76%;
    margin: 0 auto 1vw;
    transition-duration: .3s;
  }
  .sns_list li:hover img {
    transform: scale(1.04);
  }
  .sns_list li .sns_text {
    width: fit-content;
    text-align: center;
    font-size: 3.6vw;
    line-height: 1.5;
    font-weight: 700;
    color: #0068c8;
    padding-bottom: .6vw;
    margin: 0 auto;
    position: relative;
  }
  .sns_list li .sns_text::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #0068c8;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
/* ▲▲togari▲▲ */
/* ▼▼access▼▼ */
.kandatsu-togari .conts_access {

  .access_title {
    width: 34%;
    margin: 0 auto 6vw;
  }
  .map_area {
    margin-bottom: 10vw;
  }
  .map_block:not(:last-of-type) {
    padding-bottom: 8vw;
    margin-bottom: 10vw;
    position: relative;
  }
  .map_block:not(:last-of-type)::after {
    content: "";
    display: block;
    width: 40%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .map_title {
    margin: 0 auto 4vw;
  }
  .map_kandatsu .map_title {
    width: 70%;
  }
  .map_togari .map_title {
    width: 69%;
  }
  .map_wrapper {
    width: 100%;
    aspect-ratio: 16/9;
    margin: 0 auto 5vw;
  }
  .map_wrapper iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .address_text {
    font-size: 4.2vw;
    line-height: 1.5;
    text-align: center;
    font-weight: 700;
    color: #fff;
  }
  .terms_title {
    width: 66%;
    margin: 0 auto 4vw;
  }
  .terms_block {
    width: 100%;
    padding: 10vw 5%;
    background-color: #fff;
    border-radius: 12px;
  }
  .terms:not(:last-of-type) {
    margin-bottom: 8vw;
  }
  .terms dt {
    width: auto;
    height: 6vw;
    margin-bottom: 3vw;
  }
  .terms dt img {
    width: auto;
    height: 100%;
  }
  .terms dd {
    line-height: 1.5;
  }
  .terms dd .text:not(:last-of-type) {
    margin-bottom: 4px;
  }
  .terms dd .caution {
    font-size: 3.6vw;
    line-height: 1.4;
    text-indent: -1em;
    padding-left: 1em;
  }
  .term_list {
    padding-left: 1em;
    list-style: disc;
    margin-bottom: 4px;
  }
  .term_list:last-of-type {
    margin-bottom: 0;
  }
  .term_list li {
    list-style: disc;
    margin-bottom: 2vw;
  }
  .term_list li:last-of-type {
    margin-bottom: 0;
  }
  .term_list li a {
    display: inline-block;
    width: auto;
    color: #0168C8;
    text-decoration: underline;
  }
}