@charset "UTF-8";
/* ▼▼FV▼▼ */
.kandatsu-togari .conts_fv {
  display: flex;
  height: calc(783px + 65px);
  padding: 0;
  position: relative;

  &::before {
    content: "";
    display: block;
    width: 100%;
    height: calc(100% - 65px);
    background-color: #0068c8;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .page_title {
    display: flex;
    width: 1080px;
    height: 100%;
    background: url(../img/fv_logo_bg_01.png) no-repeat center/849px;
    position: absolute;
    top: -65px;
    left: calc(50% - 540px);
    z-index: 0;
    flex-direction: column;
    justify-content: center;
    pointer-events: none;
  }
  .ribbon_title {
    width: 477px;
    margin: 0 auto 10px;
  }
  .sub_title {
    width: 633px;
    margin: 0 auto 10px;
  }
  .main_title {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .bg_area {
    width: 50%;
    padding-bottom: 65px;
    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: 48px;
  }
  .logo_kandatsu {
    width: 122px;
    right: 350px;
  }
  .logo_togari {
    width: 291px;
    left: 228px;
  }
  .anchor_link_btn {
    width: 408px;
    position: absolute;
    bottom: 0;
    transition-duration: .3s;
    z-index: 2;
  }
  .bg_area_kandatsu .anchor_link_btn {
    right: 90px;
  }
  .bg_area_togari .anchor_link_btn {
    left: 90px;
  }
  .anchor_link_btn:hover {
    transform: scale(1.04);
  }
  .my_ease {
    animation-timing-function: ease-in-out !important;
  }
}
/* ▲▲FV▲▲ */
/* ▼▼about▼▼ */
.kandatsu-togari .conts_about {
  margin-top: -65px;
  padding-top: 190px;

  .term_area {
    padding: 0 20px 70px;
    border: 6px solid #fff;
    border-radius: 20px;
    background: #0068c8 url(../img/ptn_bg_01.png) repeat left top/50px;
    margin-bottom: 84px;

    .term_title {
      width: 969px;
      margin: -70px auto 40px;
    }
    .campain_title {
      width: 870px;
      margin: 0 auto 22px;
    }
    .prize_img {
      width: 941px;
      margin: 0 auto 30px;
    }
    .text {
      text-align: center;
      font-size: 27px;
      color: #fff;
      line-height: 1.7;
      font-weight: 700;
      margin-bottom: 10px;
    }
    .marker_text {
      text-align: center;
      font-size: 31px;
      line-height: 1.5;
      font-weight: 900;
    }
    .marker_text .text_inner {
      display: block;
      width: fit-content;
      padding: 1px 14px 2px;
      border-radius: 3px;
      background-color: #f9ff4a;
      margin: 0 auto 14px;
    }
    .marker_text .text_inner:last-of-type {
      margin-bottom: 0;
    }
  }
  .participate_area {

    .participate_title {
      width: 244px;
      margin: 0 auto 40px;
    }
    .howto_list {
      width: 900px;
      margin: 0 auto 70px;
      position: relative;
    }
    .howto_list::after {
      content: "";
      display: block;
      width: 85px;
      height: 108px;
      background: url(../img/about_arrow_01.png) no-repeat center/contain;
      position: absolute;
      bottom: -91px;
      left: 50%;
      transform: translateX(-50%);
    }
    .howto_list li {
      display: flex;
      min-height: 102px;
      text-align: center;
      font-size: 27px;
      line-height: 1.2;
      font-weight: 700;
      border-radius: 10px;
      background-color: #fff;
      margin-bottom: 35px;
      box-shadow: 3px 6px 0px 1px rgba(0, 0, 0, 0.1);
      position: relative;
      justify-content: center;
      align-items: center;
    }
    .howto_list li:last-of-type {
      margin-bottom: 0;
    }
    .howto_list .number {
      width: 161px;
      position: absolute;
      left: -18px;
      top: -11px;
    }
    .howto_list .illust {
      width: 176px;
      position: absolute;
      bottom: 0;
      right: 0;
    }
    .howto_list .marker {
      font-weight: 900;
      background: linear-gradient(transparent 60%, #f9ff4a 60%);
    }
    .message {
      width: 866px;
      margin: 0 auto 50px;
    }
  }
}
/* ▲▲about▲▲ */
/* ▼▼kandatsu▼▼ */
.kandatsu-togari .conts_kandatsu {

  .kandatsu_title {
    width: 870px;
    margin: 0 auto 20px;
  }
  .point_list {
    padding: 0;
    margin: 0 auto 42px;
  }
  .point_list li:not(:last-of-type) {
    margin-bottom: 24px;
  }
  .movie_block {
    margin-bottom: 40px;
  }
  .movie_title {
    width: 944px;
    margin: 0 auto 30px;
  }
  .movie_wrapper {
    width: 825px;
    aspect-ratio: 16/9;
    margin: 0 auto;
  }
  .movie_wrapper iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sns_block {
    width: 825px;
    box-sizing: border-box;
    padding: 0 20px 32px;
    margin: 0 auto 50px;
    position: relative;
    z-index: 1;
  }
  .sns_block::before {
    content: "";
    display: block;
    width: 100%;
    height: calc(100% - 40px);
    border-radius: 10px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
  .sns_title {
    width: 631px;
    margin: 0 auto 16px;
  }
  .sns_list {
    display: flex;
    gap: 50px;
    justify-content: center;
    flex-wrap: wrap;
  }
  .sns_list li {
    width: 100px;
  }
  .sns_list li img {
    width: 75px;
    margin: 0 auto 10px;
    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: 18px;
    line-height: 1.5;
    font-weight: 700;
    color: #0068c8;
    padding-bottom: 4px;
    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%);
    transition-duration: .3s;
  }
  .sns_list li:hover .sns_text::after {
    width: 0;
  }
}
/* ▲▲kandatsu▲▲ */
/* ▼▼togari▼▼ */
.kandatsu-togari .conts_togari {

  .togari_title {
    width: 870px;
    margin: 0 auto 20px;
  }
  .point_list {
    padding: 0;
    margin: 0 auto 42px;
  }
  .point_list li:not(:last-of-type) {
    margin-bottom: 24px;
  }
  .movie_block {
    margin-bottom: 40px;
  }
  .movie_title {
    width: 944px;
    margin: 0 auto 30px;
  }
  .movie_wrapper {
    width: 825px;
    aspect-ratio: 16/9;
    margin: 0 auto;
  }
  .movie_wrapper iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sns_block {
    width: 825px;
    box-sizing: border-box;
    padding: 0 20px 32px;
    margin: 0 auto 50px;
    position: relative;
    z-index: 1;
  }
  .sns_block::before {
    content: "";
    display: block;
    width: 100%;
    height: calc(100% - 40px);
    border-radius: 10px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
  .sns_title {
    width: 631px;
    margin: 0 auto 16px;
  }
  .sns_list {
    display: flex;
    gap: 50px;
    justify-content: center;
    flex-wrap: wrap;
  }
  .sns_list li {
    width: 100px;
  }
  .sns_list li img {
    width: 75px;
    margin: 0 auto 10px;
    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: 18px;
    line-height: 1.5;
    font-weight: 700;
    color: #0068c8;
    padding-bottom: 4px;
    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%);
    transition-duration: .3s;
  }
  .sns_list li:hover .sns_text::after {
    width: 0;
  }
}
/* ▲▲togari▲▲ */
/* ▼▼access▼▼ */
.kandatsu-togari .conts_access {

  .access_title {
    width: 208px;
    margin: 0 auto 30px;
  }
  .map_area {
    margin-bottom: 100px;
  }
  .map_block:not(:last-of-type) {
    padding-bottom: 44px;
    margin-bottom: 52px;
    position: relative;
  }
  .map_block:not(:last-of-type)::after {
    content: "";
    display: block;
    width: 250px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .map_title {
    margin: 0 auto 26px;
  }
  .map_kandatsu .map_title {
    width: 388px;
  }
  .map_togari .map_title {
    width: 379px;
  }
  .map_wrapper {
    width: 825px;
    aspect-ratio: 16/9;
    margin: 0 auto 26px;
  }
  .map_wrapper iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .address_text {
    font-size: 25px;
    line-height: 1.5;
    text-align: center;
    font-weight: 700;
    color: #fff;
  }
  .terms_title {
    width: 442px;
    margin: 0 auto 20px;
  }
  .terms_block {
    width: 100%;
    padding: 80px 90px;
    background-color: #fff;
    border-radius: 20px;
  }
  .terms:not(:last-of-type) {
    margin-bottom: 40px;
  }
  .terms dt {
    width: auto;
    height: 33px;
    margin-bottom: 16px;
  }
  .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: 17px;
    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: 6px;
  }
  .term_list li:last-of-type {
    margin-bottom: 0;
  }
  .term_list li a {
    display: inline-block;
    width: auto;
    color: #0168C8;
    text-decoration: underline;
  }
  .term_list li a:hover {
    text-decoration: none;
  }
}
/* ▲▲access▲▲ */