@charset "Shift_JIS";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@700&family=Noto+Sans+JP:wght@100..900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
/*** 共通スタイル ***/
html {
  font-size: 62.5%;
  scroll-behavior: scroll;
}
body {
  font-size: 1.6rem;
  min-width: 0px;
  overflow-x: hidden;
  background-color: #fcf9ee;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
body.noscroll {
  overflow: hidden;
}
body:has(.bodynoscroll) {
  overflow: hidden;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
div.wrapper_ {
  color: #3d3a39;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
}
div.wrapper_ img {
  max-width: 100%;
}
div.wrapper_ div.inner_ {
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  div.wrapper_ div.inner_ {
    width: 100%;
    padding: 0 calc((19 / 375) * 100vw);
  }
}
@media screen and (min-width: 768px) {
  div.wrapper_ #kizuna_recommend .inner_ {
    max-width: 1132px;
    padding: 0 66px;
  }
}
div.wrapper_ .flex_ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.fadein_ {
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}
.fadein_.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  top: 0em;
}
.float_btn_ {
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 5rem;
  z-index: 100;
  opacity: 0;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  color: #fff;
  background-color: #db0e38;
  font-weight: 500;
  text-align: center;
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: center right 24px;
  background-image: url("/img/usr/free_page/kizuna/apply_toggle.png");
  cursor: pointer;
  font-size: 24px;
  width: 316px;
  line-height: 68px;
  border-radius: 34px;
}
.modal_head3 {
  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;
  gap: 8px;
  font-weight: bold;
  color: #db0e38;
  font-size: 24px;
  border: none;
}
@media screen and (max-width: 767px) {
  .modal_head3 {
    font-size: 18px;
  }
}
.modal_head3 img {
  width: 20px;
}
.warn_title {
  font-size: 16px;
  padding-left: 16px;
  text-indent: -16px;
}
@media screen and (max-width: 767px) {
  .warn_title {
    font-size: 1.4rem;
    padding-left: 1.4rem;
    text-indent: -1.4rem;
  }
}
.warn_text {
  font-size: 14px;
  padding-left: 16px;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .warn_text {
    font-size: 1.2rem;
    padding-left: 1.4rem;
  }
}
.link_wrap {
  text-align: center;
}
.modal_btn {
  text-decoration: none;
  cursor: pointer;
  color: #fff;
  background-color: #db0e38;
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-position: center right 16px;
  background-image: url("/img/usr/free_page/kizuna/white_arrow.png");
  border-radius: 25px;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 8px auto 0;
  row-gap: 0.6rem;
  font-size: 1.6rem;
  line-height: 1;
  width: 295px;
  height: 5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.modal_btn:hover {
  background-position: center right 12px;
}
.modal_btn .islogin_note {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .modal_btn {
    width: calc((295 / 375) * 100vw);
    margin: 16px auto 0;
  }
}
.confirm_link {
  color: #1693c5;
  font-size: 1.4rem;
  font-weight: 500;
}
.c-modal {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
  display: none;
  height: 100vh;
  position: fixed;
  background: rgba(0,0,0,0.6);
  top: 0;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}
.c-modal_bg {
  height: 100vh;
  width: 100%;
}
.c-modal_content {
  background: #fff;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 8px;
  width: 560px;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .c-modal_content {
    width: calc((335 / 375) * 100vw);
    padding: 4rem calc((20 / 375) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .float-modal {
    padding: 40px 0;
    overflow-y: scroll;
  }
}
@media screen and (max-width: 767px) {
  .float-modal .c-modal_bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
  .float-modal .c-modal_content {
    margin: 0 auto;
    position: initial;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
.c-modal_content_inner {
  position: relative;
  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;
  row-gap: 32px;
}
@media screen and (max-width: 767px) {
  .c-modal_content_inner {
    row-gap: 2rem;
  }
}
.c-modal_close {
  position: absolute;
  pointer-events: auto;
  cursor: pointer;
  top: -56px;
  right: -56px;
  width: 3.2rem;
  height: 3.2rem;
  background-image: url("/img/usr/free_page/kizuna/close.png");
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  .c-modal_close {
    top: -5.6rem;
    right: -3.6rem;
  }
}
.float_btn_.show {
  opacity: 1;
  pointer-events: auto;
}
.noto {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
}
.bg_white {
  background: #fff;
}
/*** ヘッダー ***/
div.wrapper_ div#header {
  width: auto;
  max-width: 1440px;
  margin: 0 auto;
  padding: 2rem 3vw;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  div.wrapper_ div#header {
    padding: 2rem 1vw;
  }
}
@media screen and (max-width: 767px) {
  div.wrapper_ div#header {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 3vw 3vw;
  }
}
#header p img {
  width: 78px;
}
@media screen and (max-width: 767px) {
  div#header h1 {
    padding-left: 0vw;
  }
  div#header h1 img {
    width: 39vw;
  }
  div#header a span {
    font-size: 2.5vw;
  }
  div#header p {
    margin-right: 1vw;
  }
  div#header p img {
    width: 20vw;
  }
}
section {
  position: relative;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  section {
    padding-bottom: 6.4rem;
  }
}
section.case_block {
  padding: 0;
}
section .content {
  padding: 0;
}
@media screen and (max-width: 767px) {
  section .content + .content {
    margin-top: 40px;
  }
}
h3.title_ {
  text-align: center;
  padding: 8rem 0 6.4rem 0;
}
h3.title_ img {
  height: 111px;
}
@media screen and (max-width: 767px) {
  h3.title_ {
    padding: 6.4rem 0 4rem;
  }
  h3.title_ img {
    height: 15vw;
    width: auto;
  }
}
.common_note {
  text-align: right;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .common_note {
    margin-top: 8px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  #kizuna_case h3.title_ {
    padding-top: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .case_container {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .case_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 30px;
  }
  .case_block:before,
  .case_block:after {
    background-size: 100% 100%;
  }
}
.case_block .wrap {
  position: relative;
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  .case_block .wrap img {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .case_block .wrap {
    width: 100%;
    max-width: 686px;
    background-image: url("/img/usr/free_page/kizuna/case_pc.png");
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    aspect-ratio: 686/230;
    padding: 36px 40px;
  }
}
@media screen and (max-width: 767px) {
  .case_block .wrap {
    padding: 2.3rem 0 2.5rem calc((70 / 375) * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .case_block:nth-of-type(1):after {
    content: "";
    width: calc((157 / 1440) * 100vw);
    max-width: 157px;
    aspect-ratio: 157/193;
    background-image: url("/img/usr/free_page/kizuna/care_person1.png");
  }
}
.case_block:nth-of-type(1) .wrap {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.case_block:nth-of-type(1) .wrap img {
  width: calc((163 / 1440) * 100vw);
  max-width: 163px;
  min-width: 144px;
  position: absolute;
  left: 43px;
  top: 17px;
}
@media screen and (max-width: 767px) {
  .case_block:nth-of-type(1) .wrap {
    background-image: url("/img/usr/free_page/kizuna/case01_sp.png");
  }
}
@media screen and (min-width: 768px) {
  .case_block:nth-of-type(2):before {
    content: "";
    width: calc((157 / 1440) * 100vw);
    max-width: 157px;
    aspect-ratio: 157/193;
    background-image: url("/img/usr/free_page/kizuna/care_person2.png");
  }
}
.case_block:nth-of-type(2) .wrap img {
  width: calc((202 / 1440) * 100vw);
  min-width: 180px;
  max-width: 202px;
  position: absolute;
  right: 30px;
  top: 27px;
}
@media screen and (min-width: 768px) {
  .case_block:nth-of-type(2) .wrap {
    margin-top: 36px;
  }
}
@media screen and (max-width: 767px) {
  .case_block:nth-of-type(2) .wrap {
    background-image: url("/img/usr/free_page/kizuna/case02_sp.png");
    margin-top: 20px;
  }
}
.visual_wrap {
  position: relative;
  padding: 0 0 75px;
  max-width: 1350px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .visual_wrap {
    padding: 0 0 6.5rem;
  }
}
.visual_wrap img {
  width: 100%;
}
.visual_wrap .swiper {
  overflow: visible;
}
.visual_wrap .swiper-horizontal>.swiper-pagination-bullets,
.visual_wrap .swiper-pagination-bullets.swiper-pagination-horizontal,
.visual_wrap .swiper-pagination-custom,
.visual_wrap .swiper-pagination-fraction {
  bottom: calc((60 / 498) * 100%);
}
@media screen and (max-width: 767px) {
  .visual_wrap .swiper-horizontal>.swiper-pagination-bullets,
  .visual_wrap .swiper-pagination-bullets.swiper-pagination-horizontal,
  .visual_wrap .swiper-pagination-custom,
  .visual_wrap .swiper-pagination-fraction {
    bottom: 60px;
  }
}
.visual_wrap .swiper-pagination {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.visual_wrap .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.visual_wrap h2 {
  position: absolute;
  bottom: 0;
  text-align: center;
  z-index: 100;
  width: 100%;
  left: 0;
}
@media screen and (max-width: 767px) {
  .visual_wrap h2 {
    left: 3%;
    bottom: 2rem;
    width: 97%;
  }
}
@media screen and (min-width: 768px) {
  .visual_wrap h2 img {
    max-width: 523px;
    width: calc((523 / 1440) * 100vw);
  }
}
.case_title {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .case_title {
    font-size: 2.4rem;
    margin-bottom: 16px;
    min-width: 340px;
    max-width: 400px;
    width: calc((400 / 1440) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .case_title {
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 768px) {
  .case_text {
    text-align: left;
    font-size: 1.8rem;
    min-width: 340px;
    max-width: 400px;
    width: calc((400 / 1440) * 100vw);
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .case_text {
    font-size: 1.2rem;
  }
}
.messege_logo {
  max-width: 412px;
  margin: 40px auto;
}
@media screen and (max-width: 767px) {
  .messege_logo {
    width: 25.7rem;
    margin: 40px auto 24px;
  }
}
.messege_img {
  max-width: 900px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 767px) {
  .messege_img {
    width: 34.7rem;
    margin: 0 auto 24px;
  }
}
.messege {
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
  font-weight: 400;
  font-size: 36px;
}
@media screen and (max-width: 767px) {
  .messege {
    letter-spacing: -0.06em;
    font-size: 1.8rem;
    margin: 0 calc((19 / 375) * -100vw);
  }
}
.nav_list {
  position: relative;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.1);
          box-shadow: 0 3px 3px 0 rgba(0,0,0,0.1);
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 24px 0;
}
@media screen and (max-width: 767px) {
  .nav_list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    padding: 1.6rem calc((20 / 375) * 100vw);
  }
}
.nav_list a + a {
  border-left: solid 1px #595757;
}
.nav_list a {
  font-weight: 500;
  background-repeat: no-repeat;
  text-decoration: none;
  color: #3d3a39;
  padding: 0 72px 0 40px;
  font-size: 1.6rem;
  background-size: 24px auto;
  background-position: right 40px center;
  background-image: url("/img/usr/free_page/kizuna/arrow_down.png");
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  word-break: break-all;
}
@media screen and (max-width: 1280px) {
  .nav_list a {
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
    padding: 0 40px 0 20px;
    background-position: right 5px center;
  }
}
@media screen and (max-width: 767px) {
  .nav_list a {
    font-size: 1.1rem;
    background-size: 18px auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-position: bottom center;
    row-gap: 2px;
    padding: 0 0 24px;
  }
}
.nav_list img {
  height: 40px;
}
@media screen and (max-width: 767px) {
  .nav_list img {
    -o-object-fit: contain;
       object-fit: contain;
    height: 18px;
  }
}
.point_section {
  position: relative;
  padding-top: 88px;
}
@media screen and (max-width: 767px) {
  .point_section {
    padding-top: 9.4rem;
  }
}
.point_section .nav_wrapper {
  position: absolute;
}
.nav_wrapper {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
}
.nav_wrapper.fixed {
  position: fixed;
}
.nav_wrapper.none {
  display: none;
}
@media screen and (max-width: 767px) {
  #kizuna_point h3.title_ {
    padding: 8rem 0 4rem;
  }
}
#kizuna_point .modal_head4 {
  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;
  row-gap: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #kizuna_point .modal_head4 {
    font-size: 1.8rem;
    text-align: center;
  }
}
#kizuna_point .modal_head4 img {
  width: 9.8rem;
}
@media screen and (max-width: 767px) {
  #kizuna_point .point_modal_text {
    font-size: 1.4rem;
  }
}
#kizuna_point #point1 .point_modal_image img {
  max-width: 304px;
}
@media screen and (max-width: 767px) {
  #kizuna_point #point1 .modal_head4 {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  #kizuna_point #point1 .c-modal_content_inner {
    row-gap: 35px;
  }
}
#kizuna_point #point2 .point_modal_image img,
#kizuna_point #point4 .point_modal_image img,
#kizuna_point #point6 .point_modal_image img {
  height: 122px;
}
#kizuna_point #point3 .point_modal_image img {
  max-width: 274px;
}
@media screen and (max-width: 767px) {
  #kizuna_point #point3 .c-modal_content_inner {
    row-gap: 44px;
  }
}
#kizuna_point #point5 .point_modal_image img {
  width: 242px;
}
#kizuna_point #point6 .point_modal_text {
  font-size: 14px;
}
.point_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 73px;
     -moz-column-gap: 73px;
          column-gap: 73px;
  row-gap: 40px;
}
@media screen and (max-width: 767px) {
  .point_list {
    display: block;
    margin-top: -1rem;
    padding: 0 calc((16 / 375) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .point_list li + li {
    margin-top: 6px;
  }
}
.point_item {
  position: relative;
  width: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 24px;
  cursor: pointer;
  pointer-events: auto;
}
@media screen and (min-width: 768px) {
  .point_item {
    background: #fcf9ee;
    aspect-ratio: 1;
    border-radius: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .point_item {
    width: auto;
    -webkit-column-gap: calc((24 / 375) * 100vw);
       -moz-column-gap: calc((24 / 375) * 100vw);
            column-gap: calc((24 / 375) * 100vw);
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .point_item:nth-of-type(odd) {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.point_item:nth-of-type(1) .pic {
  width: 106px;
}
@media screen and (min-width: 768px) {
  .point_item:nth-of-type(1) .pic {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .point_item:nth-of-type(1) .pic {
    width: 64%;
  }
}
.point_item:nth-of-type(3) {
  padding-bottom: 38px;
}
.point_item:nth-of-type(3) .pic {
  width: 127px;
}
@media screen and (min-width: 768px) {
  .point_item:nth-of-type(3) .pic {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .point_item:nth-of-type(3) .pic {
    width: 64%;
  }
}
.point_item:nth-of-type(5) .pic {
  width: 110px;
}
@media screen and (min-width: 768px) {
  .point_item:nth-of-type(5) .pic {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 767px) {
  .point_item:nth-of-type(5) .pic {
    width: 54%;
  }
}
@media screen and (max-width: 767px) {
  .point_item:nth-of-type(even) {
    text-align: right;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .point_item:nth-of-type(even) .img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .point_item:nth-of-type(even) .detail {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.point_item:nth-of-type(2) .pic {
  width: 232px;
}
@media screen and (min-width: 768px) {
  .point_item:nth-of-type(2) .pic {
    margin-bottom: 13px;
  }
}
@media screen and (max-width: 767px) {
  .point_item:nth-of-type(2) .pic {
    width: 84%;
  }
}
.point_item:nth-of-type(4) .pic {
  width: 126px;
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .point_item:nth-of-type(4) .pic {
    width: 62%;
  }
}
.point_item:nth-of-type(6) {
  padding-bottom: 32px;
}
.point_item:nth-of-type(6) .pic {
  width: 95px;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .point_item:nth-of-type(6) .pic {
    width: 57%;
  }
}
.point_item span {
  color: #de6568;
  text-decoration: none;
  font-weight: 500;
}
.point_item .detail {
  font-size: 1.8rem;
  background-image: url("/img/usr/free_page/kizuna/link_icon.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  padding-bottom: 23px;
  background-size: 15px auto;
}
@media screen and (max-width: 767px) {
  .point_item .detail {
    font-size: 1.6rem;
    background-size: 1.2rem auto;
    background-position: right bottom;
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .point_item .img {
    position: relative;
    background: #fcf9ee;
    aspect-ratio: 1;
    border-radius: 50%;
    display: -ms-grid;
    display: grid;
    place-items: center;
    margin-top: calc((10 / 375) * 100vw);
    width: calc((100 / 375) * 100vw);
  }
}
.point_item .label {
  position: absolute;
  width: 93px;
  top: 10px;
  left: 20px;
}
@media screen and (max-width: 767px) {
  .point_item .label {
    width: 6.1rem;
    top: calc((10 / 375) * -100vw);
    left: 0;
  }
}
#kizuna_flow {
  background-color: #fff;
  position: relative;
  overflow-x: hidden;
}
#kizuna_flow h3.title_ {
  text-align: center;
  padding-bottom: 12rem;
}
@media screen and (max-width: 767px) {
  #kizuna_flow h3.title_ {
    padding: 8rem 0 5rem;
  }
}
#kizuna_flow .bg_left {
  background: url("../img/usr/free_page/kizuna/step_left.png") left top/cover no-repeat;
  width: 50vw;
  height: 100%;
  position: absolute;
  left: -25vw;
  top: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #kizuna_flow .bg_left {
    display: none;
  }
}
#kizuna_flow .bg_right {
  background: url("../img/usr/free_page/kizuna/step_right.png") left top/cover no-repeat;
  width: 50vw;
  height: 100%;
  position: absolute;
  right: -25vw;
  top: 0;
  z-index: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #kizuna_flow .bg_right {
    display: none;
  }
}
#kizuna_flow .flow-slide {
  z-index: 0;
}
#kizuna_flow .splide__track {
  position: relative;
  overflow: visible;
  border-top: 1px solid #76716f;
  border-bottom: 1px solid #76716f;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  #kizuna_flow .splide__track {
    padding: 0 25vw !important;
  }
}
#kizuna_flow .splide__track:before,
#kizuna_flow .splide__track:after {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  height: 1.3rem;
  background: #fbf8ed;
}
@media screen and (max-width: 767px) {
  #kizuna_flow .splide__track:before,
  #kizuna_flow .splide__track:after {
    height: 1.1rem;
  }
}
#kizuna_flow .splide__track:before {
  top: 0;
}
#kizuna_flow .splide__track:after {
  bottom: 0;
}
@media screen and (max-width: 767px) {
  #kizuna_flow .splide__track:after {
    content: none;
  }
}
#kizuna_flow .splide__list {
  position: relative;
  z-index: 0;
  padding: 1rem 0 !important;
}
#kizuna_flow .splide__list:before,
#kizuna_flow .splide__list:after {
  position: absolute;
  content: "";
  width: 50vw;
  height: 100%;
  top: 0;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  #kizuna_flow .splide__list:before,
  #kizuna_flow .splide__list:after {
    content: none;
  }
}
#kizuna_flow .splide__list:before {
  left: -100%;
  background-image: url("https://yakult-t.jp/img/usr/free_page/kizuna/step_slide05.jpg");
}
#kizuna_flow .splide__list:after {
  right: -500%;
  background-image: url("https://yakult-t.jp/img/usr/free_page/kizuna/step_slide01.jpg");
}
#kizuna_flow li.splide__slide {
  padding: 4rem;
}
@media screen and (min-width: 768px) {
  #kizuna_flow li.splide__slide {
    max-width: 50vw;
  }
}
@media screen and (max-width: 767px) {
  #kizuna_flow li.splide__slide {
    padding: 3.3rem 2.8rem 2.5rem;
    text-align: center;
  }
}
#kizuna_flow li img {
  width: 100%;
}
#kizuna_flow .splide__pagination {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1000px;
  margin: 0 auto -3px;
}
@media screen and (max-width: 767px) {
  #kizuna_flow .splide__pagination {
    padding: 0;
    width: 100%;
    margin-bottom: -1px;
  }
}
#kizuna_flow .splide__pagination__page.is-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}
#kizuna_flow .splide__pagination li {
  border-radius: 0;
}
#kizuna_flow .splide__pagination li button.splide__pagination__page {
  display: block;
  height: 5.7rem;
  font-size: 0px;
  margin: 0;
  width: 100%;
  border-radius: 0;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  #kizuna_flow .splide__pagination li button.splide__pagination__page {
    height: 4.5rem;
  }
}
#kizuna_flow .splide__pagination li:nth-of-type(1) {
  width: 15.5%;
}
@media screen and (max-width: 767px) {
  #kizuna_flow .splide__pagination li:nth-of-type(1) {
    width: auto;
  }
}
#kizuna_flow .splide__pagination li:nth-of-type(1) button {
  background: url("../img/usr/free_page/kizuna/step_navi1.png") center bottom/contain no-repeat;
}
@media screen and (max-width: 767px) {
  #kizuna_flow .splide__pagination li:nth-of-type(1) button {
    width: 11.3vw;
    background: url("../img/usr/free_page/kizuna/step_navi1_sp.png") center bottom/contain no-repeat;
  }
}
#kizuna_flow .splide__pagination li:nth-of-type(1) button.is-active {
  background: url("../img/usr/free_page/kizuna/step_navi1_active.png") center bottom/contain no-repeat;
}
@media screen and (max-width: 767px) {
  #kizuna_flow .splide__pagination li:nth-of-type(1) button.is-active {
    width: 29.6vw;
    background: url("../img/usr/free_page/kizuna/step_navi1_active_sp.png") center bottom/contain no-repeat;
  }
}
#kizuna_flow .splide__pagination li:nth-of-type(2) {
  width: 14.1%;
}
@media screen and (max-width: 767px) {
  #kizuna_flow .splide__pagination li:nth-of-type(2) {
    width: auto;
  }
}
#kizuna_flow .splide__pagination li:nth-of-type(2) button {
  background: url("../img/usr/free_page/kizuna/step_navi2.png") center bottom/contain no-repeat;
}
@media screen and (max-width: 767px) {
  #kizuna_flow .splide__pagination li:nth-of-type(2) button {
    width: 10.65vw;
    background: url("../img/usr/free_page/kizuna/step_navi2_sp.png") center bottom/contain no-repeat;
  }
}
#kizuna_flow .splide__pagination li:nth-of-type(2) button.is-active {
  background: url("../img/usr/free_page/kizuna/step_navi2_active.png") center bottom/contain no-repeat;
}
@media screen and (max-width: 767px) {
  #kizuna_flow .splide__pagination li:nth-of-type(2) button.is-active {
    width: 25.4vw;
    background: url("../img/usr/free_page/kizuna/step_navi2_active_sp.png") center bottom/contain no-repeat;
  }
}
#kizuna_flow .splide__pagination li:nth-of-type(3) {
  width: 31.2%;
}
@media screen and (max-width: 767px) {
  #kizuna_flow .splide__pagination li:nth-of-type(3) {
    width: auto;
  }
}
#kizuna_flow .splide__pagination li:nth-of-type(3) button {
  background: url("../img/usr/free_page/kizuna/step_navi3.png") center bottom/contain no-repeat;
}
@media screen and (max-width: 767px) {
  #kizuna_flow .splide__pagination li:nth-of-type(3) button {
    width: 17.05vw;
    background: url("../img/usr/free_page/kizuna/step_navi3_sp.png") center bottom/contain no-repeat;
  }
}
#kizuna_flow .splide__pagination li:nth-of-type(3) button.is-active {
  background: url("../img/usr/free_page/kizuna/step_navi3_active.png") center bottom/contain no-repeat;
}
@media screen and (max-width: 767px) {
  #kizuna_flow .splide__pagination li:nth-of-type(3) button.is-active {
    width: 53vw;
    background: url("../img/usr/free_page/kizuna/step_navi3_active_sp.png") center bottom/contain no-repeat;
  }
}
#kizuna_flow .splide__pagination li:nth-of-type(4) {
  width: 24.3%;
}
@media screen and (max-width: 767px) {
  #kizuna_flow .splide__pagination li:nth-of-type(4) {
    width: auto;
  }
}
#kizuna_flow .splide__pagination li:nth-of-type(4) button {
  background: url("../img/usr/free_page/kizuna/step_navi4.png") center bottom/contain no-repeat;
}
@media screen and (max-width: 767px) {
  #kizuna_flow .splide__pagination li:nth-of-type(4) button {
    width: 11.2vw;
    background: url("../img/usr/free_page/kizuna/step_navi4_sp.png") center bottom/contain no-repeat;
  }
}
#kizuna_flow .splide__pagination li:nth-of-type(4) button.is-active {
  background: url("../img/usr/free_page/kizuna/step_navi4_active.png") center bottom/contain no-repeat;
}
@media screen and (max-width: 767px) {
  #kizuna_flow .splide__pagination li:nth-of-type(4) button.is-active {
    width: 45vw;
    background: url("../img/usr/free_page/kizuna/step_navi4_active_sp.png") center bottom/contain no-repeat;
  }
}
#kizuna_flow .splide__pagination li:nth-of-type(5) {
  width: 14.9%;
}
@media screen and (max-width: 767px) {
  #kizuna_flow .splide__pagination li:nth-of-type(5) {
    width: auto;
  }
}
#kizuna_flow .splide__pagination li:nth-of-type(5) button {
  background: url("../img/usr/free_page/kizuna/step_navi5.png") center bottom/contain no-repeat;
}
@media screen and (max-width: 767px) {
  #kizuna_flow .splide__pagination li:nth-of-type(5) button {
    width: 10.6vw;
    background: url("../img/usr/free_page/kizuna/step_navi5_sp.png") center bottom/contain no-repeat;
  }
}
#kizuna_flow .splide__pagination li:nth-of-type(5) button.is-active {
  background: url("../img/usr/free_page/kizuna/step_navi5_active.png") center bottom/contain no-repeat;
}
@media screen and (max-width: 767px) {
  #kizuna_flow .splide__pagination li:nth-of-type(5) button.is-active {
    width: 28vw;
    background: url("../img/usr/free_page/kizuna/step_navi5_active_sp.png") center bottom/contain no-repeat;
  }
}
#kizuna_flow .splide__arrows {
  display: contents;
}
#kizuna_flow .splide__arrow {
  position: absolute;
  width: calc((38 / 1440) * 100vw);
  max-width: 38px;
  height: calc(100% - 57px);
  display: block;
  border: none;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  #kizuna_flow .splide__arrow {
    width: 3.8rem;
  }
}
#kizuna_flow .splide__arrow svg {
  display: none;
}
#kizuna_flow .splide__arrow--prev {
  background: url("../img/usr/free_page/kizuna/step_prev.png") center/contain no-repeat;
  left: 25%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #kizuna_flow .splide__arrow--prev {
    display: none;
  }
}
#kizuna_flow .splide__arrow--prev:disabled {
  opacity: 1;
  background: url("../img/usr/free_page/kizuna/step_prev2.png") center/contain no-repeat;
  pointer-events: auto;
}
#kizuna_flow .splide__arrow--next {
  background: url("../img/usr/free_page/kizuna/step_next.png") center/contain no-repeat;
  right: 25%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #kizuna_flow .splide__arrow--next {
    display: none;
    right: 0;
  }
}
#kizuna_flow .splide__arrow--next:disabled {
  opacity: 1;
  background: url("../img/usr/free_page/kizuna/step_next2.png") center/contain no-repeat;
  pointer-events: auto;
}
#kizuna_reword .content + .content {
  margin-top: 64px;
}
#kizuna_reword #graph01 .graph_wrap {
  -ms-grid-columns: 51fr 55fr;
  grid-template-columns: 51fr 55fr;
}
#kizuna_reword #graph02 .graph_wrap {
  -ms-grid-columns: 55fr 51fr;
  grid-template-columns: 55fr 51fr;
}
@media screen and (min-width: 768px) {
  #kizuna_reword #graph02 .common_note {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  #kizuna_reword #graph02 .comment:nth-of-type(2):before {
    left: 20px;
    right: auto !important;
  }
}
@media screen and (max-width: 767px) {
  #kizuna_reword #graph02 .comment:nth-of-type(3):before {
    left: auto !important;
    right: 20px;
  }
}
#kizuna_reword .graph_wrap {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 28px;
  max-width: 876px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #kizuna_reword .graph_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    margin-bottom: 10px;
  }
}
#kizuna_reword .graph img {
  width: 100%;
}
#kizuna_reword .graph_comment {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 21px;
}
@media screen and (max-width: 767px) {
  #kizuna_reword .graph_comment {
    row-gap: 13px;
    min-width: calc((170 / 375) * 100vw);
  }
}
#kizuna_reword .comment {
  position: relative;
  width: 100%;
  background: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 1.6rem;
  padding: 18px 0;
  border-radius: 2px;
}
@media screen and (max-width: 767px) {
  #kizuna_reword .comment {
    padding: 6px 0;
    font-size: 1rem;
  }
}
#kizuna_reword .comment:nth-of-type(odd):before {
  left: 40px;
}
@media screen and (max-width: 767px) {
  #kizuna_reword .comment:nth-of-type(odd):before {
    left: 20px;
  }
}
#kizuna_reword .comment:nth-of-type(even):before {
  right: 40px;
}
@media screen and (max-width: 767px) {
  #kizuna_reword .comment:nth-of-type(even):before {
    right: 20px;
  }
}
#kizuna_reword .comment:before {
  position: absolute;
  content: "";
  bottom: -11px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-top: 17px solid #fff;
  border-bottom: 0;
}
@media screen and (max-width: 767px) {
  #kizuna_reword .comment:before {
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 8px solid #fff;
    bottom: -6px;
  }
}
#kizuna_reword .graph_result {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 10px 5px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  #kizuna_reword .graph_result {
    margin: 0;
    gap: 8px;
  }
}
#kizuna_reword .graph_result .common_note {
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
}
#kizuna_reword .result {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  #kizuna_reword .result {
    font-size: 1rem;
  }
}
#kizuna_reword .result span {
  display: inline-block;
  aspect-ratio: 1;
  border-radius: 50%;
  vertical-align: text-top;
  width: 1.6rem;
  margin: 3px 1px 0 0;
}
@media screen and (max-width: 767px) {
  #kizuna_reword .result span {
    width: 1rem;
    margin-top: 0.3rem;
    margin-right: 0.4rem;
  }
}
#kizuna_reword .result span.red {
  background: #dc5c64;
}
#kizuna_reword .result span.pink {
  background: #e38f94;
}
#kizuna_reword .result span.gray1 {
  background: #adacaa;
}
#kizuna_reword .result span.gray2 {
  background: #c5c4c2;
}
.kizuna_head4 {
  color: #de6568;
  font-weight: bold;
  font-size: 32px;
  margin-bottom: 40px;
}
.kizuna_head4:has(img) {
  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;
  gap: 8px;
}
.kizuna_head4:not(:has(img)) {
  text-align: center;
}
.kizuna_head4 img {
  width: 33px;
}
@media screen and (max-width: 767px) {
  .kizuna_head4 {
    font-size: 1.9rem;
    margin-bottom: 24px;
  }
  .kizuna_head4 img {
    width: 3.3rem;
  }
}
#kizuna_voice .content + .content {
  margin-top: 74px;
}
#kizuna_voice .img_left,
#kizuna_voice .img_right {
  position: absolute;
}
#kizuna_voice .inner_ {
  position: relative;
}
#kizuna_voice .img_left {
  width: 260px;
  top: -132px;
  left: calc((244 / 1440) * -100vw);
}
@media screen and (max-width: 1280px) {
  #kizuna_voice .img_left {
    top: -65px;
    left: -23px;
  }
}
@media screen and (max-width: 767px) {
  #kizuna_voice .img_left {
    width: 12.9rem;
    top: -5.6rem;
    left: -1.1rem;
  }
}
#kizuna_voice .img_right {
  width: 180px;
  top: 44px;
  right: -169px;
}
@media screen and (max-width: 1280px) {
  #kizuna_voice .img_right {
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  #kizuna_voice .img_right {
    width: 8.5rem;
    top: 4rem;
    right: -0.5rem;
  }
}
#kizuna_voice .take_block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 55px;
     -moz-column-gap: 55px;
          column-gap: 55px;
  row-gap: 40px;
}
@media screen and (min-width: 768px) {
  #kizuna_voice .take_block {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  #kizuna_voice .take_block {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 24px;
    margin-bottom: 16px;
  }
}
#kizuna_voice .take_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 21px;
}
@media screen and (max-width: 767px) {
  #kizuna_voice .take_item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 11px;
  }
}
@media screen and (max-width: 767px) {
  #kizuna_voice .take_item:nth-of-type(even) .take_voice {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #kizuna_voice .take_item:nth-of-type(even) .icon {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
#kizuna_voice .icon {
  min-width: 142px;
  max-width: 142px;
}
#kizuna_voice .icon img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #kizuna_voice .icon {
    min-width: calc((125 / 375) * 100vw);
    max-width: calc((125 / 375) * 100vw);
  }
}
#kizuna_voice .text {
  word-break: break-all;
}
#kizuna_voice .text span {
  color: #de6568;
}
#kizuna_voice .text span > span {
  display: inline-block;
}
#kizuna_voice .take_voice {
  font-weight: 500;
}
#kizuna_voice .take_voice .name {
  position: relative;
  border-bottom: solid 2px #828180;
  font-size: 1.7rem;
  padding-bottom: 15px;
  margin-bottom: 16px;
}
#kizuna_voice .take_voice .name:before {
  position: absolute;
  content: "";
  width: 84px;
  height: 2px;
  background: #f19e8d;
  left: 0;
  bottom: -2px;
}
#kizuna_voice .take_voice .name span {
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  #kizuna_voice .take_voice .name {
    font-size: 1.4rem;
    padding-bottom: 8px;
    margin-bottom: 12px;
  }
  #kizuna_voice .take_voice .name span {
    font-size: 2rem;
  }
}
#kizuna_voice .take_voice .text span {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #kizuna_voice .take_voice .text {
    font-size: 1.4rem;
  }
}
#kizuna_voice .send_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 18.5px;
     -moz-column-gap: 18.5px;
          column-gap: 18.5px;
  row-gap: 6px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #kizuna_voice .send_block {
    -webkit-column-gap: 1.3rem;
       -moz-column-gap: 1.3rem;
            column-gap: 1.3rem;
    row-gap: 16px;
    margin: 0;
  }
}
#kizuna_voice .send_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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-size: 100% 100%;
  font-weight: 500;
  width: 321px;
  aspect-ratio: 107/61;
  padding: 26px 22px 41px 14px;
  background-image: url("/img/usr/free_page/kizuna/voice_pc.png");
}
@media screen and (min-width: 768px) {
  #kizuna_voice .send_item:nth-of-type(1) .text {
    padding-top: 14px;
  }
}
@media screen and (min-width: 768px) {
  #kizuna_voice .send_item:nth-of-type(2) .text {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  #kizuna_voice .send_item {
    width: calc(50% - 0.65rem);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    aspect-ratio: 1;
    background-image: url("/img/usr/free_page/kizuna/voice_sp.png");
    padding: 2rem 3.5vw 3.3rem;
  }
}
@media screen and (min-width: 768px) {
  #kizuna_voice .send_item .text {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-height: 84px;
    margin: 0 auto;
    font-size: 1.9rem;
    line-height: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  #kizuna_voice .send_item .text {
    font-size: 1.2rem;
  }
}
#kizuna_voice .send_item .name {
  text-align: right;
}
@media screen and (max-width: 767px) {
  #kizuna_voice .send_item .name {
    font-size: 1.2rem;
  }
  #kizuna_voice .send_item .name span {
    font-size: 1.6rem;
  }
}
.faq_contents dl {
  background: #fff;
  padding: 24px;
}
@media screen and (max-width: 767px) {
  .faq_contents dl {
    font-size: 1.4rem;
    border-radius: 8px;
    padding: 24px 1.6rem;
  }
}
.faq_contents dl:nth-of-type(n+2) dd {
  display: none;
}
.faq_contents dl + dl {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .faq_contents dl + dl {
    margin-top: 1.6rem;
  }
}
.faq_contents dt,
.faq_contents .amswer {
  position: relative;
}
.faq_contents dt:before,
.faq_contents .amswer:before {
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Lato", sans-serif;
  color: #e9003e;
  font-size: 2.4rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .faq_contents dt:before,
  .faq_contents .amswer:before {
    line-height: 1.25;
    font-size: 1.6rem;
  }
}
.faq_contents dt {
  font-weight: 500;
  cursor: pointer;
  padding: 0 40px 0 36px;
}
.faq_contents dt:before {
  content: "Q";
}
@media screen and (min-width: 768px) {
  .faq_contents dt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .faq_contents dt {
    padding-left: 2.8rem;
    padding-right: 4rem;
  }
}
.faq_contents dt.isOpen .trigger {
  background-image: url("/img/usr/free_page/kizuna/minus.png");
}
.faq_contents dd {
  font-weight: 400;
  padding-left: 36px;
}
@media screen and (min-width: 768px) {
  .faq_contents dd {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .faq_contents dd {
    padding-left: 2.8rem;
  }
}
.faq_contents dd a {
  color: #1693c5;
}
.faq_contents .trigger {
  position: absolute;
  aspect-ratio: 1;
  width: 24px;
  height: 24px;
  top: 0;
  right: 2px;
  border: solid 1px #de6568;
  border-radius: 50%;
  background-image: url("/img/usr/free_page/kizuna/plus.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1.2rem auto;
}
@media screen and (max-width: 767px) {
  .faq_contents .trigger {
    width: 2.4rem;
    height: 2.4rem;
    top: 0.4rem;
  }
}
.faq_contents .amswer {
  background-image: repeating-linear-gradient(90deg, #e6e6e6, #e6e6e6 2px, transparent 2px, transparent 4px);
  background-position: left 1px top;
  background-repeat: repeat-x;
  background-size: calc(100% * 4) 1px;
  padding-top: 24px;
  margin-top: 24px;
}
.faq_contents .amswer:before {
  content: "A";
  left: -36px;
  top: 24px;
}
@media screen and (max-width: 767px) {
  .faq_contents .amswer {
    padding-top: 16px;
    margin-top: 16px;
  }
  .faq_contents .amswer:before {
    left: -2.8rem;
    top: 18px;
  }
}
@media screen and (max-width: 767px) {
  .faq_contents .indent {
    letter-spacing: -0.0089em;
    text-indent: -1.4rem;
    padding-left: 1.4rem;
  }
}
.productsSlide {
  padding: 0;
}
.productsSlide + .productsSlide {
  margin-top: 40px;
}
.productsSlide .kizuna_head4 {
  margin-bottom: 24px;
}
.product-slide {
  position: relative;
}
@media screen and (max-width: 767px) {
  .product-slide {
    margin-right: calc((19 / 375) * -100vw);
  }
}
.product-slide .swiper-button-next,
.product-slide .swiper-button-prev {
  min-width: 50px;
  min-height: 50px;
}
.product-slide .swiper-button-next:after,
.product-slide .swiper-button-prev:after {
  font-size: 0;
}
.product-slide .swiper-button-next {
  right: -66px;
}
@media screen and (max-width: 767px) {
  .product-slide .swiper-button-next {
    display: none;
  }
}
.product-slide .swiper-button-prev {
  left: -66px;
}
@media screen and (max-width: 767px) {
  .product-slide .swiper-button-prev {
    display: none;
  }
}
.product-slide .swiper-slide.top-search-item {
  width: 238px;
}
.product-slide .swiper-pagination {
  opacity: 0;
}
.top-search-item-name {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
a.top-search-item-btn {
  display: block;
  position: relative;
  padding: 12px;
  border: 1px solid #e9003e;
  border-radius: 40px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  background: #e9003e;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a.top-search-item-btn:hover:after {
  right: 11px;
}
a.top-search-item-btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 11px;
  height: 8px;
  background: url("../img/usr/free_page/kizuna/white_arrow.png") no-repeat 0 0;
  background-size: 100% 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top-search-item {
  padding: 24px 15px;
  border-radius: 10px;
  background: #f7f6f4;
  color: inherit;
}
.top-search-item-ttl {
  margin: 0 0 16px;
}
.top-search-item-ttl span {
  min-height: 48px;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-search-item-detail {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 24px;
}
.top-search-item-txt .spacing {
  letter-spacing: -0.08em;
}
.top-search-item-txt sub {
  vertical-align: bottom;
  line-height: 1;
  font-size: 75%;
}
.top-search-item-label {
  position: relative;
  text-align: center;
  cursor: pointer;
  border: solid 1px #db0e38;
  border-radius: 1px;
  color: #db0e38;
  line-height: 25px;
  font-size: 12px;
  margin-top: 16px;
}
.top-search-item-label:hover .top-search-item-note {
  display: block;
}
.top-search-item-note {
  display: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  width: 238px;
  text-align: left;
  padding-bottom: 35px;
  left: -15px;
  bottom: 0;
  font-size: 12px;
  line-height: 1.333;
}
.top-search-item-note .wrap {
  position: relative;
  background: #000;
  color: #fff;
  padding: 15px;
}
.top-search-item-note .wrap:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 10px solid #000;
  border-bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -7px;
}
.top-search-item-note .indent_item {
  padding-left: 12px;
  text-indent: -12px;
}
.product_btn {
  text-align: center;
  display: block;
  text-decoration: none;
  border-radius: 25px;
  font-size: 16px;
  border: solid 1px #e9003e;
  color: #e9003e;
  background: url("../img/usr/free_page/kizuna/red_arrow.png") no-repeat 0 0;
  background-color: #fff;
  background-size: 12px auto;
  background-position: right 16px center;
  width: 206px;
  line-height: 46px;
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  .product_btn {
    width: 255px;
    line-height: 38px;
    margin: 24px auto 0;
  }
}
.footer {
  margin: 0;
  background: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1050px) {
  #kizuna_flow .bx-pager {
    top: -3.9rem;
    left: 50%;
    margin-left: -45vw;
    width: 90vw;
  }
}
@media screen and (max-width: 768px) {
  .pc_display_ {
    display: block;
  }
  .sp_display_ {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.667vw;
  }
  .pc_display_ {
    display: none;
  }
  .sp_display_ {
    display: block;
  }
  .float_btn_ {
    font-size: 16px;
    line-height: 50px;
    bottom: 1.4rem;
  }
}
.goods-modal-campaign-ttl,
.goods-modal-campaign-list {
  word-break: break-all;
}
