@charset "UTF-8";

/*sp---------------------------------------*/
@media screen and (min-width: 0px) and (max-width: 766px) {

  .for_pc,
  .-pc {
    display: none !important;
    content-visibility: hidden;
  }

  .contents_all_wrap {
    letter-spacing: 0.1em;
    width: 100%;
    min-height: 100vh;
    background-size: contain;
    background-repeat: repeat-y;
    background-position: center;
    background-size: 100%;
    background-repeat: repeat-x;
    animation: scroll;
  }

  .contents_all_wrap img {
    width: 100%;
  }

  .inner_contents_wrap {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 0;
    box-sizing: border-box;
  }

  /* start *****************************************/
  /*section kv--------------------------*/

  a.cv_bt_primaly {
    width: 100%;
    border-radius: 50vw;
    position: relative;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 14.5vw;
    box-sizing: border-box;
    font-weight: bold;
    text-decoration: none;
    border: 0.5vw solid #FFF;
    background: var(--cta, linear-gradient(271deg, #0052D4 2.76%, #4364F7 50.58%, #6FB1FC 98.39%));
    box-shadow: 0 11px 0 0 rgba(0, 0, 0, 0.25);
    position: relative;
    font-size: 4.2vw;
    padding-top: 0.5vw;
    text-decoration: none !important;
  }



  a.cv_bt_primaly::after {
    font-family: 'Material Symbols Outlined';
    position: absolute;
    right: 4vw;
    top: 6.4vw;
    content: "arrow_upward";
    font-size: 7.1vw;
    display: inline-block;
    line-height: 0;
    vertical-align: middle;
    color: #fff;
    transform: rotate(90deg);
    font-weight: 100;
  }

  a.cv_bt_primaly .sublitle {
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -3vw;
    font-size: 3vw;
    border-radius: 50vw;
    background-color: #fff;
    border: 0.5vw solid #EB5505;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0;
    height: 7vw;
    width: 56vw;
    background-color: #EB5505;
  }


  a.cv_bt_secondary {
    width: 100%;
    border-radius: 50vw;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 14vw;
    font-size: 3.6vw;
    box-sizing: border-box;
    font-weight: bold;
    color: #333;
    text-decoration: none;
    border: 0.5vw solid #888;
    background-color: #fff;
    text-decoration: none !important;
    padding-right: 4vw;
    letter-spacing: 0.01em;
  }

  a.cv_bt_secondary::after {
    font-family: 'Material Symbols Outlined';
    position: absolute;
    right: 5vw;
    top: 7vw;
    content: "arrow_forward_ios";
    font-size: 4.3vw;
    display: inline-block;
    line-height: 0;
    vertical-align: middle;
    color: #333;
    font-weight: 100;
    transform: rotate(90deg);
  }


  /* start *****************************************/


  /*header_logo_wrap------------------*/
  .header_logo_wrap {
    background-color: #fff;
    height: 12vw;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .header_logo_wrap .header_logo_item_wrap {
    width: 44vw;
  }

  /*section kv
  ----------------------------------------------------*/

  section.kv_section {
    width: 100%;
    text-align: center;
    background-color: #ffea5f;
    background-image: url('../images/kv_title_ppp_sp_b2e8eda59e06b47e.svg');
    background-position: left -39.7vw bottom 0vw;
    background-repeat: repeat-x;
    background-size: 192.4vw;
    overflow: hidden;
    padding-bottom: 36.6vw;
  }

  section.kv_section::before {
    content: "";
    position: absolute;
    /* background-color: #edfaff; */
    background: linear-gradient(180deg, #E5F8FF 50%, #FFF 100%);
    width: calc(100% + 40vw);
    height: 50vw;
    border-radius: 100%;
    position: absolute;
    left: -21vw;
    right: 0;
    margin: auto;
    top: -15vw;
    z-index: 1;
  }

  section.kv_section .kv_light {
    width: 300vw;
    height: 300vw;
    position: absolute;
    top: -48vw;
    left: calc(50% - 150vw);
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0;
    right: 0;
    margin: auto;
    opacity: 0.5;
    /*
    animation-name: move-anim;
    animation-duration: 200s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-timing-function: steps(5.2, end);
    will-change: transform;
*/
  }

  /*
  @keyframes move-anim {
    from {
      transform: rotate(0deg);
    }

    to {
      transform: rotate(360deg);
    }
  }
*/





  .kv_section .logo_amazon-prime {
    width: 71vw;
    margin: auto;
    position: relative;
    z-index: 1;
    margin-bottom: -1vw;
  }

  .kv_section .kv_copy {
    width: 83vw;
    margin: auto;
    margin-top: 0;
    margin: 5vw auto 4.1vw;
    z-index: 1;
    position: relative;
  }

  .kv_section .kv_title {
    margin: auto;
    position: relative;
    z-index: 3;
    width: 100vw;
    margin-bottom: 6vw;
    animation-name: move-kv_title;
    animation-duration: 0.5s;
    /*animation-iteration-count: infinite;*/
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
    will-change: transform;
    opacity: 0;
    animation-delay: 1s;
  }

  @keyframes move-kv_title {
    0% {
      opacity: 0;
      transition: 1.8s all;
      transform: translateY(30px);
    }

    100% {
      opacity: 1;
      transition-duration: 1.2s;
      transform: translate(0);
    }
  }




  .kv_section .intro_wrap {
    max-width: 90vw;
    padding: 7vw 0 5vw;
    border-radius: 3vw;
    border: 1vw solid #0155B8;
    background: #FFF;
    box-shadow: 0 2vw 0 0 #0155B8;
    position: relative;
    z-index: 1;
    margin: auto;
  }

  .kv_section .intro_wrap .kv_intro1_title {
    width: 82vw;
    margin: auto;
    margin-bottom: 3.5vw;
  }

  .kv_section .intro_wrap .kv_intro1_item {
    max-width: 81vw;
    margin: auto;
    position: relative;
    margin-bottom: 3vw;
  }

  .kv_section .intro_wrap .kv_intro2_title {
    width: 57vw;
    margin: auto;
    margin-bottom: 2vw;
  }

  .kv_section .intro_wrap .kv_intro2_item_wrap {
    width: 82vw;
    margin: auto;
    font-size: 4vw;
    color: #333;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: auto;
    flex-direction: column;
  }

  .kv_section .intro_wrap .kv_intro2_item_wrap .kv_intro2_item_text {
    font-size: 4vw;
    line-height: 1.65em;
    letter-spacing: 0.04em;
    margin: auto;
    font-weight: 500;
    width: 78vw;
  }

  .kv_section .intro_wrap .kv_intro2_item_wrap .kv_intro2_item_pict {
    position: relative;
    top: -2vw;
    margin: auto;
    width: 79vw;
  }






  .kv_section .kv_kangen_remarks {
    font-weight: normal;
    color: #333;
    font-size: 3.2vw;
    letter-spacing: -0.01em;
    margin-bottom: 3.2vw;
    position: relative;
    z-index: 1;
  }


  .kv_section .kv_anchor_about {
    font-weight: 700;
    color: #333;
    font-size: 3.7vw;
    letter-spacing: -0.01em;
    margin-bottom: 6.4vw;
    text-align: center;
  }


  .kv_section .kv_about_remarks {
    font-weight: normal;
    color: #333;
    font-size: 3.2vw;
    letter-spacing: -0.01em;
    margin-bottom: 6.4vw;
    max-width: 80vw;
    margin: auto;
    text-align: left;
    padding-left: 1em;
    display: inline-block;
    text-indent: -1.2em;
  }


  .kv_section .kv_anchor_about::after {
    text-rendering: optimizeLegibility;
    font-family: 'Material Symbols Outlined';
    /* font-variation-settings: 'FILL'0, 'wght'400, 'GRAD'0, 'opsz'24; */
    font-weight: 700;
    color: #333;
    font-size: 4vw;
    content: "arrow_forward_ios";
    line-height: 0;
    vertical-align: middle;
    transform: rotate(90deg);
    display: inline-block;
    margin-left: 1vw;
    position: absolute;
    right: -5vw;
  }

  .kv_section .cv_bt_primaly {
    max-width: 90vw;
    margin: auto;
    margin-bottom: 4vw;
  }

  .kv_section .cv_bt_secondary {
    max-width: 90vw;
    margin: auto;
    margin-bottom: 9.3vw;
  }








  /*section anchor
  ----------------------------------------------------*/
  section.anchor_section {
    width: 100%;
    text-align: center;
    padding: 5vw 0 18vw 0;
    background-color: var(--blue_2);
  }

  section.anchor_section::before {
    position: absolute;
    content: "";
    height: 10vw;
    width: 100%;
    left: 0;
    pointer-events: none;
    clip-path: polygon(0 100%, 100% 0, 100% 100%);
    top: calc(-10vw + 1px);
    background-color: var(--blue_2);
  }



  section.anchor_section .anchor_wrap {
    max-width: 90vw;
    width: 100%;
    column-gap: 3vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    flex-wrap: wrap;
    row-gap: 2vw;
  }

  section.anchor_section .anchor_wrap .anchor_bt {
    border-radius: 50vw;
    border: 0.5vw solid #0155B8;
    background: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48.2%;
    height: 12vw;
    position: relative;
    z-index: 2;
    text-decoration: none;
    font-size: 4vw;
    font-weight: 900;
    letter-spacing: 0.01em;
    position: relative;
    color: #0155B8;
    padding-right: 3vw;
  }

  section.anchor_section .anchor_wrap .anchor_bt:first-child {
    width: 100%;
  }

  section.anchor_section .anchor_wrap .anchor_bt::after {
    content: "keyboard_arrow_down";
    text-rendering: optimizeLegibility;
    font-family: 'Material Symbols Outlined';
    font-size: 6vw;
    color: #0155B8;
    position: absolute;
    top: 50%;
    right: 2.4vw;
    line-height: 0;
    font-weight: normal;
  }


  /*section detail
  ----------------------------------------------------*/
  section.detail_section {
    width: 100%;
    text-align: center;
    padding: 11vw 0 20vw;
    background-color: #A1E3FF;
  }

  section.detail_section::before {
    position: absolute;
    content: "";
    height: 10vw;
    width: 100%;
    left: 0;
    pointer-events: none;
    clip-path: polygon(0 100%, 100% 0, 100% 100%);
    top: calc(-10vw + 1px);
    background-color: #A1E3FF;
  }



  /*
  section.detail_section::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    transform: skewY(-3deg);
    pointer-events: none;
    background: linear-gradient(90deg, #4FC0F1 0%, #0096D6 100%);
    height: 340px;
    z-index: 2;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
  }
*/

  section.detail_section .detail_title {
    width: 100%;
    max-width: 79vw;
    margin: auto;
    margin-bottom: 11vw;
  }

  section.detail_section .detail_title_copy {
    width: 100%;
    max-width: 97vw;
    margin: auto;
    margin-bottom: 3vw;
  }

  section.detail_section .detail_price_wrap {
    max-width: 90vw;
    padding: 3vw 0 5vw;
    width: 100%;
    border-radius: 3vw;
    background: #FFF;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
    margin: auto;
    margin-bottom: 10vw;
  }

  section.detail_section .detail_price_wrap .detail_price {
    width: 42vw;
    margin: auto;
  }


  .detail_section .detail_item_wrap {
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    margin: auto;
  }

  .detail_section .detail_item_wrap .detail_item {
    border-radius: 0 3vw 3vw 0;
    background: #FFF;
    box-shadow: 0 0 9.718px 0 rgba(0, 0, 0, 0.25);
    padding: 5vw 3vw 6vw 0;
    column-gap: 20px;
    width: 83vw;
    color: #333;
    box-sizing: border-box;
    text-align: left;
    margin-bottom: 5vw;
  }

  .detail_section .detail_item_wrap .detail_item:nth-child(2) {
    border-radius: 3vw 0 0 3vw;
    margin: 0 0 5vw auto;
    padding: 5vw 0vw 6vw 3vw;
  }

  .detail_section .detail_item_wrap .detail_item .detail_item_title {
    margin: 0 auto 4.6vw;
    width: 69vw;
  }

  .detail_section .detail_item_wrap .detail_item .detail_item_pict {
    width: 74vw;
    margin-bottom: 4vw;
  }

  .detail_section .detail_item_wrap .detail_item:nth-child(2) .detail_item_pict {
    margin: 0 0 0 auto;
    width: 74vw;
    margin-bottom: 4vw;
  }

  .detail_section .detail_item_wrap .remarks_text {
    font-size: 2.7vw;
    margin: auto;
    width: 66vw;
    margin-bottom: 4vw;
  }

  .detail_section .detail_item_wrap .main_text {
    font-size: 4.7vw;
    font-weight: normal;
    margin: auto;
    width: 66vw;
    MARGIN-BOTTOM: 0.7vw;
  }

  .detail_section .detail_item_wrap .sub_text {
    font-size: 4.6vw;
    font-weight: 700;
    margin: auto;
    width: 66vw;
  }



  /*section flow
  ----------------------------------------------------*/
  section.flow_section {
    width: 100%;
    text-align: center;
    padding: 14vw 0 15vw;
    background-color: #fff;
  }

  section.flow_section::before {
    position: absolute;
    content: "";
    height: 10vw;
    width: 100%;
    left: 0;
    pointer-events: none;
    clip-path: polygon(0 100%, 100% 0, 100% 100%);
    top: calc(-10vw + 1px);
    background-color: #fff;
  }

  section.flow_section .bg_line {
    background-color: var(--orange_1);
    height: 16vw;
    width: 100%;
    position: absolute;
    bottom: 2vw;
    left: 0;
  }

  section.flow_section .bg_line::before {
    position: absolute;
    content: "";
    height: 10vw;
    width: 100%;
    left: 0;
    pointer-events: none;
    clip-path: polygon(0 100%, 100% 0, 100% 100%);
    top: calc(-10vw + 1px);
    background-color: var(--orange_1);
  }

  section.flow_section .bg_line::after {
    position: absolute;
    content: "";
    height: 10vw;
    width: 100%;
    left: 0;
    pointer-events: none;
    clip-path: polygon(0% 0%, 100% 0, 0 100%);
    background-color: var(--orange_1);
    bottom: calc(-10vw + 1px);
  }


  section.flow_section .flow_title {
    width: 100%;
    max-width: 32vw;
    margin: 0px auto 4vw;
  }


  section.flow_section .swiper {
    /* height: 600px; */
    width: 100%;
    z-index: 2;
  }


  section.flow_section .swiper .swiper-slide {
    box-sizing: border-box;
  }

  section.flow_section .swiper .flow_slide_pict {
    width: 100%;
    margin: auto;
  }

  section.flow_section .swiper-pagination {
    position: relative;
    top: 1vw;
  }


  /* bullet */
  section.flow_section .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  section.flow_section .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    opacity: 1;
    background-color: #fff;
  }

  section.flow_section .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
  section.flow_section .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #0155B8;
  }

  section.flow_section .swiper-button_wrap {
    position: relative;
    margin: auto;
    width: 100%;
    max-width: 98vw;
    /* height: 10px; */
    /* background-color: red; */
  }


  section.flow_section .swiper-button-next {
    left: right0;
    top: 70vw;
  }

  section.flow_section .swiper-button-prev {
    right: 90vw;
    top: 70vw;
  }

  .swiper-slide {
    opacity: 0.5;
  }

  .swiper-slide.swiper-slide-active {
    opacity: 1;
  }

  /*section about
  ----------------------------------------------------*/
  section.faq_section {
    padding: 15vw 0 0;
  }

  section.faq_section .faq_title {
    width: 100%;
    max-width: 32vw;
    margin: 0px auto 4vw;
  }


  section.faq_section .accodion_wrap {
    max-width: 90VW;
    margin: auto;
    background-color: #F2F2F2;
    margin-bottom: 5vw;
  }

  section.faq_section .accodion_detail button.faq_accodion_title_primary {
    background-color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 4.6vw;
    font-weight: 700;
    color: #fff;
    width: 100%;
    min-height: 12VW;
    position: relative;
    border: none;
    line-height: 0;
    /* margin-bottom: 40px; */
    letter-spacing: -0.04em;
    padding-right: 7vw;
  }

  section.faq_section .accodion_detail button.faq_accodion_title_primary::after {
    text-rendering: optimizeLegibility;
    font-family: 'Material Symbols Outlined';
    font-size: 6vw;
    color: #fff;
    position: absolute;
    top: 50%;
    right: 3.7vw;
  }

  section.faq_section .accodion_detail button.faq_accodion_title_primary.on::after {
    content: "remove";
  }

  section.faq_section .accodion_detail button.faq_accodion_title_primary.off::after {
    content: "add";
  }




  section.faq_section .accodion_faq_item_allwrap {
    padding: 20px;
  }

  section.faq_section .accodion_faq .faq_main_title {
    background-color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 5vw;
    font-weight: 700;
    color: #fff;
    width: 100%;
    min-height: 12vw;
    position: relative;
    border: none;
    line-height: 0;
  }

  section.faq_section .accodion_faq button.faq_accodion_title_faq {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 3.8vw;
    font-weight: 700;
    min-height: 14vw;
    color: #333;
    width: 100%;
    position: relative;
    border: none;
    line-height: 1.2em;
    text-align: left;
    background-color: #F2F2F2;
    padding-right: 10vw;
  }

  section.faq_section .accodion_faq button.faq_accodion_title_faq::after {
    text-rendering: optimizeLegibility;
    font-family: 'Material Symbols Outlined';
    font-size: 4.5vw;
    line-height: 0;
    color: #333;
    position: absolute;
    top: 50%;
    right: 2vw;
  }

  section.faq_section .accodion_faq button.faq_accodion_title_faq.on::after {
    content: "remove";
  }

  section.faq_section .accodion_faq button.faq_accodion_title_faq.off::after {
    content: "add";
  }

  section.faq_section .accodion_faq .segment {
    height: 1px;
    width: 100%;
    background-color: #D9D9D9;
  }



  .accodion_detail .faq_text {
    font-size: 3.4vw;
    color: #333;
    padding: 4vw;
    letter-spacing: -0.01em;
    line-height: 1.7em;
  }

  .accodion_faq .faq_text {
    font-size: 3.4vw;
    color: #333;
    padding: 3vw 4vw 3vw 0;
    letter-spacing: -0.01em;
    line-height: 1.5em;
  }

 section.faq_section .faq_pict_explanation{
    margin: auto;
    /* width: 40vw; */
  }



  /*fixed_footer_btn////////////////////////////////////////////////*/


  .fixed_footer_wrap {
    position: fixed;
    width: 100%;
    bottom: -100px;
    background-color: #fff;
    height: 22vw;
    z-index: 3;
    transition: all 0.3s;
    pointer-events: none;
    opacity: 0;
    padding: 6vw 0 0;
    box-sizing: border-box;
    z-index: 10;
  }

  .fixed_footer_wrap.on {
    bottom: 0px;
    pointer-events: auto;
    opacity: 1;
    /* position: relative; */
  }


  .fixed_footer_wrap .icon_pagetop {
    display: block;
    top: -17vw;
    height: 14vw;
    width: 14vw;
    position: absolute;
    right: 4vw;
    margin: auto;
    z-index: 10;
  }



  .fixed_footer_wrap .icon_pagetop img {
    width: 100%;
  }

  .fixed_footer_wrap .btn_footer {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .fixed_footer_wrap .fixed_footer_inner {
    max-width: 88vw;
    width: 100%;
    /* display: flex; */
    justify-content: space-between;
    align-items: stretch;
    margin: auto;
    flex-wrap: wrap;
  }

  .fixed_footer_wrap .cv_detail_btn_wrap {
    width: 100%;
    max-width: 550px;
  }


  .fixed_footer_wrap .footer_bt_item {
    width: 100%;
    border-radius: 50vw;
    position: relative;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 14vw;
    box-sizing: border-box;
    font-weight: bold;
    text-decoration: none;
    border: 0.9vw solid #FFF;
    background: var(--cta, linear-gradient(271deg, #0052D4 2.76%, #4364F7 50.58%, #6FB1FC 98.39%));
    box-shadow: 0 1vw 0 0 rgba(0, 0, 0, 0.25);
    position: relative;
    font-size: 4.4vw;
  }

  .fixed_footer_wrap .footer_bt_item::after {
    font-family: 'Material Symbols Outlined';
    position: absolute;
    right: 4vw;
    top: 6.4vw;
    content: "arrow_upward";
    font-size: 7.1vw;
    display: inline-block;
    line-height: 0;
    vertical-align: middle;
    color: #fff;
    transform: rotate(90deg);
    font-weight: 100;
  }

  .fixed_footer_wrap .footer_fukidashi {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 3vw;
    border-radius: 50vw;
    background-color: #fff;
    border: 2px solid #EB5505;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0;
    top: -5vw;
    height: 7vw;
    width: 58vw;
    background-color: #EB5505;
  }





  /* sp end *****************************************/

}
