@charset "utf-8";
/*common*/
:root {
  --scrollbar: 0;
}
html {
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    font-weight: 500; /*font-size Medium*/
    /* ルートのフォントサイズを10pxに設定しておく */
    font-size: 62.5%;
  }

  body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-size: 1.3rem;
    min-width: 1168px;
    color: #1E1E1E;
    background: #F3F3F3;
    line-height: 1;
  }

  header,
  footer {
    font-size: 1.3rem;
  }

  a {
    text-decoration: none;
    color: #e6006b;
  }

  a.pink-link {
    text-decoration: underline;
  }

  .remark-text,
  .remark-text.campaign{
    font-size: 1.1rem;
  }

  h2.style-reset,
  h3.style-reset{
    margin: 0;
  }
  #cv .inner p {
  position: relative;
  text-align: center;
  font-weight: bold;
}
#cv dl dt p {
  font-size: 2rem;
  font-weight: 500;
  margin: 0 0 15px;
  letter-spacing: 0.06em;
}
#cv dl dd p {
  font-size: 2rem;
  font-weight: 500;
  margin: 0 0 15px;
  letter-spacing: 0.06em;
}
#cv .inner p img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -61px;
  width: 60px;
  z-index: 2;
}
#cv dl dt p img,
#cv dl dd p img {
  width: 44px;
  vertical-align: middle;
  margin: -4px 8px 0 0;
}
  @media screen and (max-width: 767px) {
    body{
      min-width: 0;
    }
    #cv dl dt p {
      font-size: 3.5vw;
      font-weight: 700;
      margin: 0 5px 10px;
    }
    .remark-text {
      font-size: 0.9rem;
      line-height: 13px;
    }
    .remark-text.campaign{
      font-size: 0.9rem;
      line-height: 2.0rem;
    }
  }

  p {
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    line-height: 2.0rem;
    margin: 0;
  }

  div.content-container {
    width: 100%;
    margin: auto;
  }

  div.section-container {
    max-width: 1100px;
    margin: auto;
    box-sizing: border-box;
  }
  @media screen and (max-width: 767px) {
    div.section-container {
      max-width: 100%;
      padding: 0 10%;
    }
  }

  /*PC・SPでの表示切り替え*/
  @media screen and (min-width: 767px) {
    /*PC表示*/
    div.div-pc,
    img.div-pc,
    .span.pc_dot,
    table.overseas-plan-table .overseas-table-pc,
    .pc,
    #cv dl dt a.pc,
    span.pc_br,
    .overseas-table-unselected{
      display: "";
    }

    /*SP非表示*/
    div.div-sp,
    img.div-sp,
    span.sp_br,
    .sp,
    #sp-menu,
    .sp_btn,
    #cv dl dt a.sp,
    table.overseas-plan-table .overseas-table-sp{
      display: none;
    }
  }

  @media screen and (min-width: 500px) {
    .div-pc-500{
      display: none;
    }
  }
  @media screen and (min-width: 360px) {
    .div-pc-360{
      display: none;
    }
  }

  @media screen and (max-width: 767px) {
    /*PC非表示*/
    div.div-pc,
    img.div-pc,
    span.pc_dot,
    table.overseas-plan-table .overseas-table-pc,
    .pc,
    #cv dl dt a.pc,
    span.pc_br,
    .overseas-table-unselected{
      display: none;
    }

    /*SP表示*/
    div.div-sp,
    img.div-sp,
    span.sp_br,
    .sp,
    #sp-menu,
    .sp_btn,
    #cv dl dt a.sp,
    table.overseas-plan-table .overseas-table-sp{
      display: "";
    }
    img.div-sp {
      height: auto;
    }
  }

  @media screen and (max-width: 767px) {
    img.img-mv-sp{
      width: 100%;
      height: auto;
    }
  }
  @media screen and (min-width: 768px) {
    img.img-mv {
      width: 100%;
      height: auto;
    }
  }

  img{
    width: auto;
    height: auto;
  }

  header{
    background: #1E1E1E;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 10000;
  }
  header a{
    text-decoration: none;
  }
  header .inner{
    max-width: 1168px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  header .logo{
    width: 210px;
    padding: 15px 0 15px 15px;
  }
  header .logo-lp{
    width: 210px;
    padding: 22px 0 22px 15px;
  }
  header ul{
    display: flex;
    margin-block-start: 0em;
    margin-block-end: 0em;
  }
  header ul.sp_nav{
    display: none;
  }
  header ul li{
    text-align: center;
    letter-spacing: 0.11em;
    text-indent: -0.11em;
    list-style: none;
  }
  header ul li a{
    color: #FFFFFF;
  }
  header ul li.nav_type01{
    border-left: solid 1px #505050;
    width: 100px;
    line-height: 1.3;
  }
  header ul li.nav_type01 a{
    color: #FFFFFF;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  header ul li.nav_type01 a::before{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    background: #1E1E1E;
  }
  header ul li.nav_type01 a:hover{
    color: #FFE000;
  }
  
  @keyframes anim {
    0% {width: 0;}
    50% {width: 100%;}
    100% {width: 0; right: 0; left: 100%;}
  }
  header ul li.nav_type02{
    width: 115px;
    border-left: solid 1px #505050;
    display: flex;
    flex-direction: column;
  }
  header ul li.nav_type02 a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50%;
    letter-spacing: 0.04em;
    text-indent: -0.04em;
    transition: .3s all;
  }
  header ul li.nav_type02 a:first-child{
    font-family: montserrat, sans-serif;
    font-weight: 500;
    font-style: normal;
    border-bottom: solid 1px #505050;
  }
  header ul li.nav_type02 a:first-child span{
    background: url(https://d1q08lkutgkcx2.cloudfront.net/image/nav_ico.svg) no-repeat left center;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    padding: 4px 0 3px 18px;
  }
  header ul li.nav_type02 a:hover{
    background: #FFE000;
    color: #1E1E1E;
  }
  header ul li.nav_type02 a:hover:first-child span{
    background: url(https://d1q08lkutgkcx2.cloudfront.net/image/nav_ico_on.svg) no-repeat left center;
    background-size: contain;
  }
  header ul li.nav_type03{
    width: 137px;
  }
  header ul li.nav_type03 a{
    font-weight: 900;
    display: block;
    border-left: solid 1px #505050;
    transition: .3s all;
    letter-spacing: 0.1em;
    margin: 10px 5px;
    border-radius: 0.75em;
    max-height: 50px;
  }
  
  header ul li.nav_type03.business a {
    padding: 10px 0;
    line-height: 1.4;
    color: #FFFFFF;
    background-color: #026abd;
    font-size: 1.4rem;
  }
  header ul li.nav_type03.request a {
    padding: 32px 0 10px;
    background: #DB0066;
    color: #fff;
    font-size: 1.7rem;
    position: relative;
  }
  header ul li.nav_type03.request a::before {
    content: "";
    border-top: 10px solid #fff;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    left: 50%;
    top: 18px;
    transform: translateX(-50%);
  }
  header ul li.nav_type03.request a .sub-mess {
    position: absolute;
    left: 50%;
    top: -5px;
    transform: translateX(-50%);
    background-color: #fff;
    width: 90%;
    padding: 5px 0;
    border-radius: 10px;
    font-size: 1.6rem;
    color: #000;
  }
  header ul li.nav_type03.request a .sub-mess span {
    color: #ff0080;
  }
  header ul li.nav_type03 a:hover{
    color: #1E1E1E;
    background: #FFFFFF;
  }
  header ul li.nav_type03.business a:hover{
    background: #FFF;
  }
  header ul li.nav_type03 a img{
    max-width: 48px;
    margin: 0 auto 8px;
    display: block;
  }

  div.header-wrapper {
    max-width: 1100px;
    margin: 0 auto;
    height: 80px;
    text-align: center;
    position: relative;
    font-size: 1.2rem;
  }
  @media screen and (max-width: 767px) {

    header{
      display: block;
    }

    header .logo,
    header .logo-lp{
      width: 135px;
      padding: 20px 0;
      margin: 0 auto;
      transform: translateX(-15%);
    }
    header ul {
      display: block;
      position: fixed;
      opacity: 1;
      z-index: 100;
      background: #1E1E1E;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      box-sizing: border-box;
      padding: 85px 8% 20px;
    }
    header ul.sp_nav{
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      justify-content: space-between;
      transform: scale(1,0.5);
      transition: .3s all;
      opacity: 0;
      visibility: hidden;
    }
    header ul.sp_nav.clicked{
      transform: scale(1);
      opacity: 1;
      visibility: visible;
    }
    header ul.pc_nav{
      display: none;
    }
    header ul li{
      text-align: center;
      letter-spacing: 0.11em;
      text-indent: -0.11em;
      width: 48%;
    }
    header ul li a{
      color: #FFFFFF;
      font-weight: 500;
    }
    header ul li.sp_nav_type01 {
      border: solid 1px #F5F500;
      width: 48%;
      line-height: 1;
      overflow: hidden;
      background: #F5F500;
      border-radius: 10px;
    }
    header ul li.sp_nav_type01 a{
      background: url(https://d1q08lkutgkcx2.cloudfront.net/image/arrow04.svg) no-repeat 90% center;
      background-size: 6px;
      color: #1E1E1E;
      padding: 20px 0;
      display: block;
    }
    header ul li.sp_nav_type02 {
      border: solid 1px #FFFFFF;
      width: 48%;
      line-height: 1;
      overflow: hidden;
      background: none;
      border-radius: 10px;
    }
    header ul li.sp_nav_type02 a{
      background: url(https://d1q08lkutgkcx2.cloudfront.net/image/arrow05.svg) no-repeat 90% center;
      background-size: 6px;
      color: #FFFFFF;
      padding: 20px 0;
      display: block;
    }
    header ul li.sp_nav_type03 {
      border-bottom: solid 1px #FFFFFF;
      width: 48%;
      line-height: 1;
      overflow: hidden;
      background: none;
      border-radius: 0;
    }
    header ul li.sp_nav_type03 a {
      display: block;
      text-align: left;
      padding: 0 0 25px 5px;
      font-size: 3.3vw;
    }
    header ul li.sp_nav_type04{
      border: solid 1px #FFFFFF;
      width: 48%;
      line-height: 1;
      overflow: hidden;
      background: none;
      border-radius: 10px;
      margin: -15px 0 0;
    }
    header ul li.sp_nav_type04 a{
      background: url(https://d1q08lkutgkcx2.cloudfront.net/image/arrow04.svg) no-repeat 90% center #FFFFFF;
      background-size: 6px;
      color: #1E1E1E;
      padding: 20px 0;
      display: block;
    }

    #sp-menu {
      width: 35px;
      height: 18px;
      position: absolute;
      left: 20px;
      top: 34px;
      z-index: 999999;
      margin: 0;
      display: block;
      transition: .3s all;
    }
    #sp-menu.clicked{
      top: 25px;
    }
    #sp-menu span{
      position: absolute;
      width: 100%;
      height: 1px;
      border-radius: 10px;
      background-size: 100% 100%;
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
      left: 0;
      background: #FFFFFF;
    }
    #sp-menu span.top-border{
      top: 0;
    }
    #sp-menu span.middle-border{
      top: 17px;
      margin: 0 0 0;
    }
    #sp-menu.clicked span.top-border{
      transform: rotate(-45deg);
      top: 15px;
    }
    #sp-menu.clicked span.middle-border{
      transform: rotate(45deg);
      top: 15px;
    }

    .sp_btn a{
      width: 90px;
      box-sizing: border-box;
      border-radius: 8px;
      color: #FFFFFF;
      background-color: #026abd;
      padding: 8px 0;
      margin: 5px 0;
      display: block;
      text-align: center;
      font-size: 1rem;
      font-weight: 500;
    }
  }
  /*-------------------------------------------
      Footer
  -------------------------------------------*/
  footer.top-footer div.footer-share {
    width: 100%;
    height: 175px;
    background-color: #646464;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  footer.top-footer div.footer-share-content {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffeb00;
  }
  div.footer-share-content div.sns-circle {
    width: 64px;
    height: 64px;
/*    background-color: #ffeb00;*/
    border-radius: 32px;
    margin: 0 35px;
    position: relative;
  }
  div.footer-share-content div.sns-circle div.footer-sns-image {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
  }
  div.footer-share-text {
    font-size: 3.5rem;
    line-height: 55px;
  }
  div.footer-share-content div.sns-circle div.footer-sns-image.footer-sns-image-pos {
    opacity: 0;
  }

  div.footer-share-content div.sns-circle img.facebook-icon,
  div.footer-share-content div.sns-circle img.twitter-icon{
    margin: auto;
    width: 100%;
  }
  footer.top-footer div.footer-share-content a {
    text-decoration: none;
  }
  div.sns-circle.active {
    transition: all 0.5s ease-out;
  }
  div.sns-circle.active div.footer-sns-image-neg {
    opacity: 0 !important;
    transition: all 0.5s ease-out;
  }
  div.sns-circle.active div.footer-sns-image-pos {
    opacity: 1 !important;
    transition: all 0.5s ease-out;
  }
  div.sns-circle.inactive {
    transition: all 0.5s ease-out;
  }
  div.sns-circle.inactive div.footer-sns-image-neg {
    opacity: 1 !important;
    transition: all 0.5s ease-out;
  }
  div.sns-circle.inactive div.footer-sns-image-pos {
    opacity: 0 !important;
    transition: all 0.5s ease-out;
  }

  @media screen and (max-width: 767px) {
    footer.top-footer div.footer-share {
      height: 120px;
    }
    div.footer-share-text {
      font-size: 2.0rem;
    }
    div.footer-share-content div.sns-circle {
      width: 40px;
      height: 40px;
      border-radius: 20px;
      margin: 0 20px;
   }
  }

  /*********************/
  /* Common */
  /*******************/
  @media screen and (min-width: 767px){
    div.white-content-box-sub-title.overseas p{
      text-align: center;
    }
  }
  div.white-content-box-article-title p{
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 30px;
    padding-top: 30px;
  }

  span.marker-yellow{
    display: inline-block;
    background:#FFEB00;
    padding: 0.1em;
  }

  span.under-line-pink{
    background: linear-gradient(transparent 60%, #e6006b 0%);
  }

  span.under-line-yellow{
    background: linear-gradient(transparent 60%, #ffeb00 0%);
  }
  span.under-line-thin-pink{
    background: linear-gradient(transparent 80%, #e6006b 0%);
  }

  /*202211～
  リニューアル*/
  .top_section_flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #top .top_section_flex img:first-child { 
    width: 55%;
  }
  #top .top_section_flex img:last-child { 
    width: 40%;
  }


  /*********************/
  /* Top */
  /*******************/
  @media screen and (min-width: 767px) {
    div.main div.key-visual {
      background: url(https://d1q08lkutgkcx2.cloudfront.net/image/back-title-pc_t.png);
      background-size:100%;
      background-color: #F9EC50;
      text-align: center;
      margin-bottom: 0;
      position: relative;
      height: auto;
      overflow: hidden;
      z-index: 0;
    }
    div.main .background-gray {
      position: absolute;
      top: 0;
      bottom: 76.6%;
      width: 100%;
      background: #323232;
      z-index: -1;
    }
  }
  @media screen and (max-width: 767px) {
    div.main div.key-visual {
      background: url(https://d1q08lkutgkcx2.cloudfront.net/image/back-title-sp_t.png);
      background-size: 100%;
      position: relative;
      height: auto;
      overflow: hidden;
    }
  }

  div.key-visual-inner-pc {
    margin: 0 auto;
    width: 100%;
    max-width: 1500px;
    position: relative;
  }

  div.main div.key-visual img {
    max-width: 100%;
    margin-bottom: -5px;
    flex-shrink: 0;
  }

  div.main div#price-key-visual img{
    margin-bottom:-4px;
  }

  @media screen and (max-width: 767px) {
    img.img-mv {
      display: none;
    }
  }
  @media screen and (min-width: 767px) {
    img.img-mv-sp {
      display: none;
    }
  }

  h1,
  ul.List {
    margin: 0em;
    padding-left: 0px;
    font-size: 62.5%;
  }

  /*画像のドロップシャドウ*/
  .img-shadow{
    filter: drop-shadow(5px 5px 6px rgba(0, 0, 0, .2));
    transform: translateZ(0);
  }

  /***********************/
  /* Application section*/
  /***********************/
  div.application-section-wrapper {
    background-color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
  }


  /*************************/
  /* title headers */
  /*************************/
  h2.title-text{
    margin-bottom: 30px;
  }

  /************************/
  /* sub-dir Guide */
  /**************************/

  div.guide-number p {
    font-size: 5.0rem;
    font-weight: 600;
  }

  @media screen and (max-width: 767px) {
    div.content-box-title.guide p{
      padding-left: 40px;
    }
  }
  /* margin for new header */
  div.main {
    margin-top: 79px;
  }
  @media (max-width: 767px) {
    div.main {
      margin-top: 73px;
    }
  }

  textarea {
    font-family : inherit;
    font-size : 100%;
  }

  /*背景*/
  section.other-first,
  section.other-second,
  section.other-second.guide,
  section.other-third,
  section.other-fourth,
  section.other-fifth,
  section.other-sixth,
  section.other-seventh{
    background-color: #F3F3F3;
    background-repeat: no-repeat;
    padding: 110px 30px 40px;
    position: relative;
    z-index: 0;
  }
  section.other-first{
    background-image: url(https://d1q08lkutgkcx2.cloudfront.net/image/price_para02_t.png) ;
    background-position: left top;
    background-size: 530px;
    padding: 0 30px 40px;
    overflow: hidden;
  }
  section.other-second,
  section.other-second.guide{
    background-image: url(https://d1q08lkutgkcx2.cloudfront.net/image/devise_para02_t.png);
    background-size: 680px;
    background-color: #E3E3E3;
    background-position: right -10px;
  }
  section.other-third{
    background-image: url(https://d1q08lkutgkcx2.cloudfront.net/image/reason_para02_t.png);
    background-position: left top;
    background-size: 35%;
  }
  section.other-fourth{
    background-color: #E3E3E3;
    background-image: url(https://d1q08lkutgkcx2.cloudfront.net/image/plus_para01_t.png);
    background-position: left -83% bottom 75%;
    background-size: 69%;
    padding: 50px 40px;
  }
  section.other-fifth{
    background-image: url(https://d1q08lkutgkcx2.cloudfront.net/image/plus_para02-2_t.png);
    background-position: right 100%;
    background-size: 65%;
    padding: 70px 0 40px;
  }
  section.other-sixth{
    background-color: #E3E3E3;
    background-image: url(https://d1q08lkutgkcx2.cloudfront.net/image/reason_para02_t.png);
    background-position: left top;
    background-size: 65%;
    padding: 70px 0 40px;
  }

  section.price-other-fourth{
    background-position: left -83% bottom 100%;
  }

  section.other-first.anshin-kaiyaku,
  section.other-second.anshin-kaiyaku,
  section.other-third.anshin-kaiyaku{
    padding-bottom: 0;
  }

  section.other-second.area-shrink,
  section.other-third.area-shrink{
    padding: 140px 0 10px;
  }
  section.other-second.area-shrink{
    background-position: right -10px top -90px;
    background-size: 600px;
  }

  section.other-second.area-wide{
    padding: 110px 30px;
  }
  #reason.section-charcoal{
    background-image: none;
    background-color: #232323;
  }
  section.other-seventh{
    background-color: #E3E3E3;

  }

  /*タイムアウトページのみ、お申し込みと合わせて背景をグレーにする*/
  div.bg-plain-gray {
    background-color: #F3F3F3;
  }

  /*区切りの斜め線*/
  .bg01,
  .bg02,
  .bg04,
  .bg05,
  .bg06,
  .bg07,
  .bg08,
  .bg09,
  .bg10,
  .bg-rightup-E3 {
    display: block;
    overflow-x: hidden;
    position: absolute;
    width: 100%;
    height: 10vw;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
  }

  .bg01{
    height: 6vw;
  }
  .bg02{
    top: 100%;
  }
  .bg06,
  .bg10{
    top:0;
    z-index: 1;
  }
  .bg07{
    height: 6vw;
    z-index: 0;
  }
  .bg09{
    top: -50px;
  }

  .bg01::before,
  .bg02::after,
  .bg04::after,
  .bg05::after,
  .bg06::before,
  .bg07::before,
  .bg08::after,
  .bg09::before,
  .bg10::before,
  .bg-rightup-E3::after {
    content: "";
    display: block;
    background: #f3f3f3;
    width: 120%;
    height: 5vw;
    box-shadow: 0 8px 8px rgb(0 0 0 / 20%);
    position: absolute;
    top: 0%;
    left: -10%;
    right: -10%;
    margin: auto;
    transform: rotate(2.5deg) translate(0,-45%);
  }
  .bg02::after,
  .bg04::after,
  .bg05::after,
  .bg06::before,
  .bg08::after,
  .bg10::before,
  .bg-rightup-E3::after {
    transform: rotate(-2.5deg) translate(0,-45%);
  }
  .bg05::after{
    background: #232323
  }
  .bg02::after,
  .bg07::before,
  .bg08::after,
  .bg10::before,
  .bg-rightup-E3::after {
    background: #e3e3e3;
  }
  @media screen and (min-width: 768px) {
    .bg08::after {
      background: #e6e6e6;
    }
  }
  .bg02.lp-bg02::after {
    background: #e3e3e3;
  }
  .bg09::before{
    background-color: #464646;
    transform: rotate(3deg) translate(0%);
    height: 5vw;
  }

  .bg10::before{
    background: url(https://d1q08lkutgkcx2.cloudfront.net/image/free-try-circle.svg) no-repeat;
    background-size: 96%;
    background-position: 105.1px 61.6%;
  }

  @media screen and (max-width: 767px) {
    section.other-first{
      background: url(https://d1q08lkutgkcx2.cloudfront.net/image/price_para02_t.png) no-repeat left top #F3F3F3;
      background-size: 50%;
      padding: 0 0 50px;
      position: relative;
      overflow: hidden;
      z-index: 1;
    }
    section.other-first.guide{
      padding: 0 0 30px;
    }
    section.other-second,
    section.other-second.area-shrink{
      background: url(https://d1q08lkutgkcx2.cloudfront.net/image/plus_para02-2_t.png) no-repeat right -20% #E3E3E3;
      background-size: 65%;
      padding: 50px 0 50px;
      position: relative;
      z-index: 1;
    }

    section.other-second.area-shrink{
      z-index: 0;
    }
    section.other-second.area-wide{
      padding: 50px 0px 150px;
    }

    section.other-second.guide{
      padding: 30px 0 50px;
    }
    section.other-third{
      background: url(https://d1q08lkutgkcx2.cloudfront.net/image/reason_para02_t.png) no-repeat left top #F3F3F3;
      background-size: 65%;
      padding: 50px 0 50px;
      position: relative;
      z-index: 1;
    }
    section.other-fourth{
      background: url(https://d1q08lkutgkcx2.cloudfront.net/image/plus_para01_t.png) no-repeat left 95% top 65% #E3E3E3;
      padding: 5px 0 50px;
    }
    section.other-fifth{
      background: url(https://d1q08lkutgkcx2.cloudfront.net/image/plus_para02-2_t.png) no-repeat right -25% #F3F3F3;
      padding: 5px 0 50px;
      background-size: 65%;
      overflow: hidden;
    }
    section.other-sixth{
      padding: 5px 0 50px;
      overflow: hidden;
    }
    section.other-seventh{
      background-size: 65%;
      padding: 70px 0 50px;
      position: relative;
      z-index: 0;
    }
    section.other-first.anshin-kaiyaku{
      padding-bottom: 50px;
    }
    section.other-second.anshin-kaiyaku{
      padding-top: 50px;
    }

    section.other-second.area-shrink,
    section.other-third.area-shrink{
      padding: 100px 0 70px;
    }

    #reason.section-charcoal{
      padding: 2em 0 2em;
    }

    .bg01 {
      height: 12vw;
     }

    .bg01::before,
    .bg02::after {
      content: "";
      display: block;
      background: #f3f3f3;
      width: 120%;
      height: 5vw;
      box-shadow: 0 8px 8px rgb(0 0 0 / 10%);
      position: absolute;
      top: 0%;
      left: -10%;
      right: -10%;
      margin: auto;
      transform: rotate(2.5deg) translate(0,-45%);
    }
    .bg02::after {
      background: #e3e3e3;
      box-shadow: 0 8px 8px rgb(0 0 0 / 20%);
      transform: rotate(-2.5deg) translate(0,-45%);
    }
    .bg07 {
      z-index: 1;
    }
  }

  div.content-box-inner{
    max-width: 850px;
    width: 100%;
    margin: 0 auto;
  }
  div.content-box-inner.price{
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  div.content-box-title p {
    font-size: 3.8rem;
    line-height: 40px;
    text-align: center;
    margin-bottom: 26px;
  }

  div.content-box-title h1 p{
    font-weight: bold;
    margin-bottom: 30px;
  }


  @media screen and (max-width: 767px) {
    div.content-box-inner{
      width: 100%;
      margin-top: 20px;
    }
    div.content-box-inner.news{
      width: 100%;
    }
    div.content-box-title p {
      font-size: 2.6rem;
      line-height: 30px;
      text-align: left;
    }
    div.content-box-title.news p{
      text-align: center;
    }
    div.content-box-title p.center{
      text-align: center;
    }
    div.faq-main-title p{
      font-size: 3.2rem;
      line-height: 40px;
    }
    section.other-second.anshin-kaiyaku{
      padding-top: 50px;
    }

    div.content-box-title h1 p{
      font-size: 2.6rem;
      line-height: 30px;
      text-align: left;
    }

  }

  #top img{
    vertical-align: bottom;
    max-width: 100%;
    image-rendering: -webkit-optimize-contrast;
  }
  #top #first_view img:nth-of-type(3){
    margin-top: -1px;
  }

  #top dl{
    margin-block-start: 0;
  }

  #top h2{
    margin-block-start: -1px;
    margin-block-end: 0;
  }
  #top ul{
    padding-inline-start: 0;
  }
  #top li{
    list-style: none;
  }

  .inner{
    max-width: 980px;
    margin: 0 auto;
    z-index: 4;
  }

  /*TOPのみ.innerにrelativeを適用させる*/
  #price .inner,
  #plus .inner,
  #reason .inner,
  #device .inner,
  #flow .inner,
  #feature .inner{
    position: relative;
    z-index: 4;
  }
  div.inner p.remarks{
    font-size: 1.0rem;
  }

  /*ボタン*/
  .btn_box01{
    text-align: center;
    margin: 80px 0 0;
  }
  .btn_box01 h4{
    font-size: 2rem;
    letter-spacing: 0.15em;
    text-indent: -0.15em;
  }
  .btn_box01 h4 img{
    width: 40px;
    vertical-align: baseline;
    line-height: 1;
    margin: 0 7px -3px 0;
  }
  .btn_box01 ul{
    margin: 40px 0 0;
  }
  .btn_box01 ul li{
    display: inline-block;
    margin: 0 10px;
  }
  .btn_box01 ul li a{
    display: block;
    width: 320px;
    padding: 20px 40px;
    background: url(https://d1q08lkutgkcx2.cloudfront.net/image/arrow_t.png) no-repeat 95% center #FFE400;
    background-size: 16px;
    color: #1E1E1E;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.2em;
    text-indent: -0.2em;
    border-radius: 6px;
    box-sizing: border-box;
  }

  .btn_box02 a{
    background: #e6006b;
    width: 426px;
    display: block;
    margin: 0 auto;
    font-size: 1.8rem;
    font-weight: bold;
    color: #FFFFFF;
    letter-spacing: 0.05em;
    position: relative;
    text-align: center;
    text-decoration: none;
  }
  .btn_box02 a::after{
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 70px;
    background: #1E1E1E;
    transition: .3s all;
  }
  .btn_box02 a:hover::after{
    width: 100%;
  }
  .btn_box02.charm{
    margin-bottom: 30px;
  }

  .btn_box02 a span{
    background: url(https://d1q08lkutgkcx2.cloudfront.net/image/arrow02.svg) no-repeat 386px center;
    background-size: 8px;
    display: block;
    padding: 25px 70px 27px 0;
    position: relative;
    z-index: 1;
  }
  .btn_box02.contract_cancel{
    padding-bottom: 40px;
  }
  .btn_box02.overseas{
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .btn-area02{
    display: flex;
    justify-content: space-between;
  }
  .btn_box02_1 a{
    width:300px;
    font-size: 1.6rem;
  }
  .btn_box02_1 a span{
    background: url(https://d1q08lkutgkcx2.cloudfront.net/image/arrow02.svg) no-repeat 263px center;
    background-size: 8px;
  }

  .style-margin{
    margin-top:50px;
  }
  @media screen and (min-width:767px){
    .btn_box02.price,
    .btn_box02.business{
      margin-top: -150px;
    }
  }
  @media screen and (max-width: 767px) {
    .btn_box01{
      text-align: center;
      margin: 80px 0 0;
    }
    .btn_box01 h4{
      font-size: 2rem;
      letter-spacing: 0.15em;
      text-indent: -0.15em;
    }
    .btn_box01 h4 img{
      width: 40px;
      vertical-align: baseline;
      line-height: 1;
      margin: 0 7px -3px 0;
    }
    .btn_box01 ul{
      margin: 40px 0 0;
    }
    .btn_box01 ul li{
      display: inline-block;
      margin: 0 10px;
    }
    .btn_box01 ul li a{
      display: block;
      width: 320px;
      padding: 20px 40px;
      background: url(https://d1q08lkutgkcx2.cloudfront.net/image/arrow_t.png) no-repeat 95% center #FFE400;
      background-size: 16px;
      color: #1E1E1E;
      font-size: 1.6rem;
      font-weight: bold;
      letter-spacing: 0.2em;
      text-indent: -0.2em;
      border-radius: 6px;
      box-sizing: border-box;
    }

    .btn_box02 a{
      background: #e6006b;
      width: 280px;
      display: block;
      margin: 0 auto;
      font-size: 1.2rem;
      font-weight: bold;
      color: #FFFFFF;
      letter-spacing: 0.02em;
      position: relative;
      text-align: center;
      text-decoration: none;
    }
    .btn_box02 a::after{
      content: "";
      display: block;
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      width: 45px;
      background: #1E1E1E;
      transition: .3s all;
    }
    .btn_box02 a:hover::after{
      width: 100%;
    }
    .btn_box02 a span{
      background: url(https://d1q08lkutgkcx2.cloudfront.net/image/arrow02_t.png) no-repeat 255px center;
      background-size: 6px;
      display: block;
      padding: 20px 45px 20px 0;
      position: relative;
      z-index: 1;
    }
    .btn-area02{
      flex-direction: column;
    }

    .btn_box02_1 a span{
      margin-top: 35px;
    }
  }
  /*-------------------------------------------
      First_view
  -------------------------------------------*/

  #first_view{
    margin: 79px 0 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-45deg, #ffc300 40%, #ffe700 60%);
    position: relative;
    z-index: 16;
  }

  #first_view h1 div.top-kv{
    max-height: calc(100vh - 95px);
    margin: 0 auto;
    aspect-ratio: 1501/760;
  }
  #first_view h1.size-up{
    max-width: initial;
  }

  #first_view.subsc-lp h1 div.top-kv{
    aspect-ratio: 1180/550;
  }

  .top-kv-flex { 
    display: flex;
    flex-direction: column;
  }  

  @media screen and (min-width:768px){
    .top-kv-first {
      height: calc(81vh - 95px);
    }
  }

  @media screen and (max-width:767px){
    #first_view{
      margin: 73px 0 0;
    }
    #first_view h1 div.top-kv{
      max-height: initial;
      background: #FFEB00;
    }
  }
  /*-------------------------------------------
      Price
  -------------------------------------------*/

  #price.triangle-kgr{
    z-index: 3;
    margin: 0;
  }

  #price h2,
  #plus dt h2{
    position: relative;
    font-size: 5rem;
    font-weight: bold;
    margin-bottom: 35px;
    z-index: 1;
  }
  #price h2 span.price_ttl01{
    font-size: 3.5rem;
    display: block;
    margin-bottom: 15px;
    letter-spacing: 0.1em;
  }
  #price h2 span.price_ttl02{
    font-weight: bold;
    font-size: 5.5rem;
    letter-spacing: 0.1em;
  }

  .price_box01{
    display: flex;
    justify-content: space-between;
  }
  .price_item01,
  .price_item02{
    width: 48%;
    position: relative;
  }
  .price_item02{
    z-index: 1;
  }
  .price_item01 h3,
  .price_item02 h3{
    height: 230px;
  }
  .price_item01 h3 img,
  .price_item02 h3 img{
    height: 100%;
  }
  .price_item01 ul,
  .price_item02 ul{
    margin: 40px 0 0;
  }
  .price_item01 ul li,
  .price_item02 ul li,
  #plus dd ul li{
    margin: 25px 0 0;
    position: relative;
  }
  #top .price_item01 ul li img,
  #top .price_item02 ul li img,
  #plus dd ul li img,
  #reason ul li img{
    margin: -5% 0 -5% -4%;
    max-width: 110%;
  }
  .price_item01 ul li span,
  .price_item02 ul li span{
    position: absolute;
    right: -30px;
    top: -30px;
    max-width: 80px;
  }
  .price_item01 ul li span img,
  #top .price_item02 ul li span img{
    margin: 0;
    width: 100%;
    max-width: 110%;
  }
  .para_box_price {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
  }
  .para_01{
    width: 160px;
    position: absolute;
    z-index: 3;
    top: 150px;
    left: -5px;
  }
  .para_02 {
    background: url(https://d1q08lkutgkcx2.cloudfront.net/image/price_para02.svg) no-repeat left center;
    width: 58%;
    position: absolute;
    top: -20vw;
    left: -19%;
  }
  #price .btn_box02{
    text-align: center;
    margin: 40px 0 0;
  }
  /*容量選びのヒント*/
  #hint_wrap{
    position: relative;
  }
  #price_fix{
    width: 80px;
    position: fixed;
    right: 0;
    top: 200px;
    background: #323232;
    z-index: 5;
    transition: .3s all;
    visibility: hidden;
    opacity: 0;
    cursor: pointer;
  }

  #price_fix.show{
    visibility: visible;
    opacity: 1;
  }
  .hint_pop {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #323232;
    z-index: 10001;
    box-sizing: border-box;
    overflow: hidden;
    transform: scale(0);
    transition: .5s all;
    opacity: 0;
    border-radius: 0%;
    display: flex;
    align-items: center;
  }
  .hint_pop.active{
    transform: scale(1);
    opacity: 1;
  }
  .hint_box{
    margin: 0 auto;
    width: 100%;
    max-width: 780px;
    -ms-overflow-style: none;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
  }
  .hint_box ul{
    display: block;
  }
  .hint_box ul li{
    width: 100%;
    margin: 2% 0 0;
  }
  .hint_box h4{
    max-width: 70%;
    margin: 0;
    position: absolute;
    left: 10px;
    right: 0;
    top: 0;
    z-index: 1;
    transform: translateY(-95%);
  }
  #top .hint_box h4 img{
    max-width: 50%;
  }
  #top .hint_box p span.gb_img{
    display: flex;
    align-items: flex-end;
    height: 85px;
    margin: 0 0 15px;
  }
  #top .hint_box p span.gb_img img{
    max-width: 60%;
  }
  #top .hint_box p span.gb_txt{
    font-size: 1.4rem;
    line-height: 1.8;
    letter-spacing: 0em;
    display: block;
    color: #FFFFFF;
    min-height: 85px;
  }
  #top .hint_box p span.gb_txt b{
    font-size: 2rem;
    color: #e6006b;
    margin: 0 4px 0 2px;
    vertical-align: bottom;
    line-height: 1.4em;
  }
  .hint_item01,
  .hint_item02,
  .hint_item03{
    max-width: 30%;
    margin: 0 auto;
  }
  .hint_item02 p,
  .hint_item03 p{
    max-width: 100%;
  }
 .close,
 .close-opt,
 .close-bulkprepayment {
    position: absolute;
    right: 5%;
    top: 6%;
    z-index: 1;
    width: 50px;
    height: 50px;
    cursor: pointer;
  }
  @media screen and (min-width: 767px){
   div.price_note{
     margin-left: 170px;
   }
   div.remarks.price_note{
     margin-left: 0px;
   }
  }
  @media screen and (max-width: 767px){
   div.price_note p{
     font-size: 1.2rem;
   }
   div.remarks.price_note p{
     font-size: 1.2rem;
   }
  }

  @media screen and (max-width: 767px){
    #price{
      background-size: 50%;
      padding: 0;
      overflow: initial;
    }
    #price h2{
      font-size: 9vw;
      margin-bottom:60px;
    }
    #price h2 span.price_ttl01{
      font-size: 5vw;
    }
    #price h2 span.price_ttl02{
      font-family: montserrat, sans-serif;
      font-weight: bold;
      font-size: 9vw;
    }
    #price h2::after{
      display: none;
    }
    .price_box01{
      flex-direction: column-reverse;
    }
    .price_item01{
      width: 100%;
      margin-top: 60px;
    }
    .price_item02{
      width: 100%;
    }
    .price_item01 h3,
    .price_item02 h3,
    .price_item01 h3 img,
    .price_item02 h3 img{
      height: auto;
    }
    .price_item01 ul{
      margin: 30px 0 0;
    }
    .price_item02 ul{
      margin: 28px 0 0;
    }

    .price_item01 ul li,
    .price_item02 ul li{
      margin: 0;
    }
    .price_item01 ul li span,
    .price_item02 ul li span{
      right: -10px;
      top: 0px;
      max-width: 55px;
    }
    .price_item02 ul li span{
      right: -15px;
    }
    #plus.top-plus-section.top-plus-section-lp {
      padding: 60px 8% 50px;
    }
    .para_01{
      background: url(https://d1q08lkutgkcx2.cloudfront.net/image/price_para01.svg) no-repeat left center;
      width: 15%;
      top: 120px;
      left: 0px;
    }
    #price .btn_box02{
      margin: 55px 0 0;
    }
    /*容量選びのヒント*/
    #price_fix {
      width: 35px;
      top: 100px;
    }
    #price_fix.active img{
      opacity: 0;
    }
    .hint_box{
      margin: auto;
      height: 100%;
      overflow: scroll;
      padding: 8% 12%;
      box-sizing: border-box;
      flex-direction: column;
    }
    .hint_box ul{
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
    }
    .hint_box ul li{
      width: 49%;
    }
    .hint_box h4{
      max-width: 740px;
      margin: 0 auto 25px;
      position: static;
      transform: none;
      width: 100%;
    }
    #top .hint_box h4 img{
      max-width: 60%;
    }
    .hint_item01,
    .hint_item02,
    .hint_item03{
      max-width: 740px;
      margin: 0 auto;
    }
    .hint_item02{
      margin: 20px auto;
      width: 100%;
    }
    .hint_item03{
      width: 100%;
    }

    .hint_item02 p,
    .hint_item03 p{
      max-width: 100%;
    }
    .note{
      background-size: 30px;
      margin: 15px auto 0;
      font-size: 1rem;
      padding-left: 40px;
      position: static;
      transform: none;
    }
    .close,
    .close-opt,
    .close-bulkprepayment {
      position: absolute;
      right: 20px;
      top: 20px;
      width: 25px;
      height: 25px;
    }
  }

  /*-------------------------------------------
      Plus
  -------------------------------------------*/
  #plus{
    padding: 0 20px 140px;
    position: relative;
    z-index: 4;
  }
  #plus dl{
    display: flex;
    justify-content: space-between;
  }
  #plus dt{
    width: 48%;
  }
  #plus dt h2{
    margin-bottom: 55px;
  }
  #plus dt h2 span{
    font-size: 3.5rem;
    display: block;
    margin: 0 0 15px;
    letter-spacing: 0.1em;
  }
  #plus dt p{
    font-size: 1.5rem;
    line-height: 1.8;
    text-align: justify;
  }
  #plus dt img{
    margin: 20px 40px 0;
  }
  #plus dd{
    width: 48%;
    margin: -20px 0 0;
  }
  #plus dd ul li img {
    max-width: 110%;
  }
  #plus .plus_para01{
    width: 160px;
    position: absolute;
    right: 20px;
    top: -20px;
    z-index: 3;
  }
  #plus .plus_para01_top{
    z-index: 11;
  }
  .plus_para02{
    width: 640px;
    position: absolute;
    right: 0;
    top: -330px;
    overflow-x: hidden;
  }

  #plus .btn_box02{
    margin-top: -160px;
  }
  @media screen and (max-width: 767px){
    #plus{
      padding: 60px 8%;
    }
    #plus dl{
      display: block;
    }
    #plus dt{
      width: 100%;
    }
    #plus dt h2{
      font-size: 9vw;
      margin-bottom: 45px;
    }
    #plus dt h2 span{
      font-size: 5vw;
    }
    #plus dt p{
      font-size: 3.1vw;
    }
    #plus dt img{
      position: absolute;
      top: -40px;
      right: 0;
      width: 35%;
      z-index: -1;
      margin: 0;
    }
    #plus dd{
      width: 100%;
      margin: 0;
    }
    #plus dd ul{
      display: flex;
      justify-content: space-between;
    }
    #plus .plus_para01{
      width: 15%;
      right: 0;
      left: 0;
    }

    #plus .btn_box02{
      text-align: center;
      margin-top: 40px;
    }
  }
  /*-------------------------------------------
      Reason
  -------------------------------------------*/
  #reason{
    position: relative;
    padding: 160px 20px 80px;
    z-index: 4;
  }
  #reason.nobutton{
    padding:160px 20px;
  }

  #reason h2{
    text-align: center;
  }

  #reason h2 img{
    max-width: 30%;
  }
  #reason .reason_box{
    position: relative;
  }
  #reason ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 70px 0 0;
    position: relative;
    z-index: 1;
  }
  #reason ul li{
    width: 49%;
  }
  #reason ul li img{
    margin: -3% 0 -3% -4%;
    width: 110%;
  }
  #reason .btn_box02{
    text-align: center;
    margin: 80px 0 0;
  }
  .reason_para01{
    background: url(https://d1q08lkutgkcx2.cloudfront.net/image/reason_para01.svg) no-repeat left center;
    width: 160px;
    position: absolute;
    z-index: 3;
    left: -3px;
    top: 90px;
  }
  .reason_para03{
    background: url(https://d1q08lkutgkcx2.cloudfront.net/image/reason_para03.svg) no-repeat left center;
    width: 160px;
    position: absolute;
    z-index: 3;
    right: 20px;
    top: 150px;
  }

  @media screen and (max-width: 767px){
    #reason{
      background-size: 80%;
      padding: 85px 8% 55px;
    }
    #reason.nobutton{
      padding: 85px 8% 55px;
    }
    #reason h2 img{
      max-width: 50%;
    }
    #reason .reason_box::after{
     display: none;
    }
    #reason ul{
      margin: 30px 0 0;
    }
    #reason ul li{
      width: 49%;
    }
    #reason .btn_box02{
      text-align: center;
      margin: 40px 0 0;
    }
    .reason_para01{
      background: url(https://d1q08lkutgkcx2.cloudfront.net/image/reason_para01.svg) no-repeat left center;
      width: 15%;
      left: 0;
    }
    .reason_para03{
      width: 15%;
      right: 0;
      top: 380px;
    }
  }
  /*-------------------------------------------
      Devise
  -------------------------------------------*/
  #devise{
    padding: 160px 20px 80px;
    position: relative;
    z-index: 3;
  }
  #devise h2{
    text-align: center;
    font-size: 5rem;
    letter-spacing: 0.12em;
    text-indent: -0.12em;
    position: relative;
  }
  #devise p{
    text-align: center;
    font-size: 2.6rem;
    letter-spacing: 0.1em;
    text-indent: -0.1em;
    margin: 50px 0 65px;
    position: relative;
    z-index: 1;
  }
  #devise ul{
    display: flex;
    justify-content: space-between;
    margin: -60px 0 0;
  }
  #devise ul li{
    width: 25%;
  }
  #devise .devise_img{
    max-width: 500px;
    margin: 0 auto;
  }
  #devise .btn_box02{
    text-align: center;
    margin: 80px 0 0;
  }
  .devise_para01{
    background: url(https://d1q08lkutgkcx2.cloudfront.net/image/devise_para01.svg) no-repeat left center;
    width: 160px;
    position: absolute;
    z-index: 1;
    right: 20px;
    top: 100px;
  }
  @media screen and (max-width: 767px){
    #devise {
      background-position: right -20%;
      background-size: 65%;
      padding: 105px 8% 55px;
    }
    #devise h2{
      text-align: left;
      font-size: 10vw;
    }
    #devise h2::after{
      content: "";
      right: -25px;
      bottom: -220px;
      width: 211px;
      height: 298px;
    }
    #devise p{
      text-align: left;
      font-size: 5vw;
      line-height: 1.4;
      text-indent: 0;
      margin: 35px 0 60px;
    }
    #devise ul{
      flex-wrap: wrap;
      margin: -40px 0 0;
      position: relative;
      z-index: 2;
    }
    #devise ul li{
      width: 50%;
    }
    #devise .devise_img{
      max-width: 80%;
      position: relative;
      z-index: 1;
    }
    #devise .btn_box02{
      margin: 40px 0 0;
    }
    .devise_para01{
      width: 15%;
      right: 0;
      top: 180px;
    }
  }


  /*-------------------------------------------
      Flow
  -------------------------------------------*/
  #flow {
    background: #e3e3e3;
    background-size: 35%;
    padding: 140px 20px 80px;
    position: relative
  }

  #flow .inner {
    position: relative;
    z-index: 11;
  }

  #flow h2 {
    text-align: center;
    font-size: 5rem;
    margin: 0 0 80px
  }

  #flow h2.bottom-margin {
    margin-bottom: 80px;
  }

  #flow ul {
    display: flex;
    justify-content: space-between
  }

  #flow ul li {
    width: 30%
  }

  #flow ul li:nth-of-type(2) {
    width: 275px
  }

  #flow ul li:nth-of-type(3) {
    width: 253px
  }

  #flow .flow_para01{
    background: url(https://d1q08lkutgkcx2.cloudfront.net/image/flow_para01.svg) no-repeat left center;
    width: 160px;
    position: absolute;
    z-index: 11;
    left: -4px;
    top: 100px;
  }
  #flow .flow_para02{
    position: absolute;
    left: 0;
    top: -10px;
    z-index: 1;
    width: 650px;
  }

  @media screen and (max-width: 767px) {
    #flow{
      background: url(https://d1q08lkutgkcx2.cloudfront.net/image/reason_para02_t.png) no-repeat left top;
      background-size: 65%;
      padding: 75px 8%;
    }
    #flow h2 {
      text-align: left;
      font-size: 9vw;
      margin: 0 0 60px;
    }
    #flow ul{
      display: block;
    }
    #flow ul li{
      width: 100%;
    }
    #flow ul li:nth-of-type(2){
      width: 100%;
      margin: 40px 0;
    }
    #flow ul li:nth-of-type(3){
      width: 100%;
    }
    #flow .flow_para01{
      width: 15%;
      left: 0;
      z-index: 4;
    }
    #flow .flow_para02{
      top: -360px;
      width: 15%;
    }
  }
/*-------------------------------------------
    Pay
-------------------------------------------*/
#pay{
  padding: 100px 20px;
  position: relative;
  z-index: 3;
}
#pay h2{
  text-align: center;
  font-size: 5rem;
  letter-spacing: 0.12em;
  text-indent: -0.12em;
  position: relative;
}
#pay .pay-box-flex{
  max-width: 980px;
  margin: 115px auto 0;
  display: flex;
  justify-content: space-between;
}
#pay .pay-box{
  width: 455px;
  border-radius: 20px;
  background-color: #FFFFFF;
  text-align: center;
  padding: 45px;
  box-sizing: border-box;
  filter: drop-shadow(4px 4px 4px rgb(0,0,0,20%));
  -webkit-filter: drop-shadow(4px 4px 4px rgb(0,0,0,20%));
	-moz-filter: drop-shadow(4px 4px 4px rgb(0,0,0,20%));
  transform: translateZ(0);
}
#pay .pay-box p{
  line-height: 1.2;
}
#pay .pay-box-title{
  font-size: 4rem;
  font-weight: bold;
}
#pay .pay-box-condopay .pay-box-title{
  font-size: 3.5rem;
}
#pay .pay-box-subtitle-1{
  font-size: 2.8rem;
  font-weight: bold;
  margin: 46px 0;
}
#pay .pay-box-subtitle-2{
  font-size: 2.8rem;
  font-weight: bold;
  margin: 30px 0 20px;
}
#pay .condopay-caution{
  text-align: center;
  margin: 10px auto 0;
}
.pay_para01{
  width: 160px;
  position: absolute;
  z-index: -1;
  right: 20px;
  top: 100px;
}
.condopay-mark{
  width: 85%;
}
#pay .pay-box-condopay .pay-box-title .pay-box-subtitle-small{
  font-size: 2.3rem;
}
#pay .pay-box-flex.pay-container {
  margin: 80px auto 0;
  gap: 0;
  border: 1px solid #FFE400;
}
#pay .pay-box-flex.pay-container .pay-box-title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 40%;
  background: #FFE400;
  color: #000;
}
#pay .pay-box-flex.pay-container .pay-box-title > h3 {
  font-size: 2.2rem;
  margin: 0;
}
#pay .pay-box-flex.pay-container .pay-box-title > p {
  font-size: 1.6rem;
  margin-top: 10px;
}
#pay .pay-box-flex.pay-container .pay-box-img {
  width: 60%;
  text-align: center;
  background-color: #fff;
  padding: 15px 0;
  box-sizing: border-box;
}
#pay .pay-box-flex.pay-container .pay-box-img > img {
  width: 70%;
}
#pay .prepaid-box {
  margin-top: 60px;
}
#pay .prepaid-box-link {
  position: relative;
}
#pay .prepaid-box-link > a {
  display: block;
}
#pay .prepaid-box-link > a > img {
  width: 100%;
}
#pay .prepaid-box-link .btn_box02 {
  position: absolute;
  bottom: 20px;
  right: 30px;
}
#pay .prepaid-box-link .btn_box02 > a {
  width: 310px;
  transition: .2s all;
}
#pay .prepaid-box-link .btn_box02 > a::after {
  background: unset;
}
#pay .prepaid-box-link .btn_box02 > a > span {
  padding: 25px 70px 27px 30px;
}
#pay .prepaid-box-link .btn_box02 > a > span {
  background: url(https://d1q08lkutgkcx2.cloudfront.net/image/icon-window-white.webp) no-repeat 255px center;
}
#pay .prepaid-box-link .btn_box02 > a:hover {
  background-color: #fff;
  color: #e6006b;
  outline: 4px solid #e6006b;
  outline-offset: -4px;
}
#pay .prepaid-box-link .btn_box02 > a:hover > span {
  background: url(https://d1q08lkutgkcx2.cloudfront.net/image/icon-window-pink.webp) no-repeat 255px center;
}
@media screen and (max-width: 767px){
  #pay {
    padding: 65px 8% 55px;
  }

  #pay .pay-box-flex{
    max-width: 100%;
    display: flex;
    margin: 0 auto;
    border-radius: 20px;
    background-color: #FFFFFF;
    filter: drop-shadow(4px 4px 4px rgb(0,0,0,20%));
    -webkit-filter: drop-shadow(4px 4px 4px rgb(0,0,0,20%));
    -moz-filter: drop-shadow(4px 4px 4px rgb(0,0,0,20%));
    transform: translateZ(0);
    position: relative;
  }
  #pay .pay-box-flex::before {
    content: "";
    width: 1px;
    height: 80%;
    background: #000;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%);
  }
  #pay .pay-box{
    width: 50%;
    background: none;
    text-align: center;
    padding: 15px 0;
    box-sizing: border-box;
    filter: none;
  }
  #pay .pay-box-condopay{
    margin-top: 0px;
  }
  #pay .creditcard-mark{
    width: 80%;
  }
  #pay .condopay-mark{
    width: 78%;
  }
  #pay .pay-box-title {
    font-size: 1.6rem;
    font-weight: bold;
    margin: 10px 0 0;
  }
  #pay .pay-box-condopay .pay-box-title {
    font-size: 1.6rem;
    line-height: 1;
    margin: 0;
  }
  #pay .pay-box-subtitle-1 {
    font-size: 1rem;
    font-weight: bold;
    margin: 10px 0 25px;
  }
  #pay .pay-box-subtitle-2 {
    font-size: 1rem;
    font-weight: 400;
    margin: 8px 0 10px;
  }
  #pay .pay-box-subtitle-2 span {
    font-weight: bold;
  }
  .pay_para01{
    width: 15%;
    right: 0;
    top: 180px;
  }
  #pay .pay-box-condopay .pay-box-title .pay-box-subtitle-small {
    font-size: 1.2rem;
  }
  #pay .condopay-caution {
    font-size: 1rem;
    margin: 5px auto 0;
  }
  #pay .condopay-caution a {
    font-weight: 600;
  }
  #pay .pay-box-flex.pay-container {
    flex-direction: column;
    margin: 30px auto 0;
    border-radius: initial;
    filter: none;
  }
  #pay .pay-box-flex.pay-container::before {
    display: none;
  }
  #pay .pay-box-flex.pay-container .pay-box-title {
    width: 100%;
    padding: 20px 0;
    margin: 0;
  }
  #pay .pay-box-flex.pay-container .pay-box-img {
    width: 100%;
    padding: 15px 0;
  }
  #pay .pay-box-flex.pay-container .pay-box-img > img {
    width: 80%;
  }
  #pay .prepaid-box {
    margin-top: 30px;
  }
  #plan-area {
    position: relative;
    bottom: -35px;
  }
}

  /*-------------------------------------------
      FAQ
  -------------------------------------------*/

  .tab_content dl{
    border-top: solid 1px #908E8E;
    padding: 0;
    margin-block-start: 0;
    margin-block-end: 0;
  }
  .tab_content dl:last-child{
    border-bottom: solid 1px #908E8E;
  }
  .tab_content dt{
    padding: 30px 30px 30px 65px;
    position: relative;
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    cursor: pointer;
  }
  .tab_content dt::after{
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 42px;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    background: url(https://d1q08lkutgkcx2.cloudfront.net/image/arrow03_t.png) no-repeat center;
    background-size: contain;
  }
  .tab_content dt.active::after{
    transform: rotate(180deg);
    top: 35px;
  }
  .tab_content dt span,
  .tab_content dd span{
    font-size: 3rem;
    position: absolute;
    left: 20px;
    top: 25px;
  }
  .tab_content dd{
    background: #FFFFFF;
    padding: 30px 20px 30px 65px;
    margin: 0 0 30px;
    position: relative;
    box-sizing: border-box;
    display: none;
  }
  .tab_content dd span{
    top: 27px;
  }
  .tab_content dd p{
    font-size: 1.3rem;
    line-height: 1.8;
    letter-spacing: 0.1em;
    text-align: justify;
  }
  @media screen and (max-width: 767px) {
    .tab_content dl{
      padding: 0 0 30px;
    }
    .tab_content dt {
      padding: 30px 20px 0 45px;
      font-size: 1.5rem;
      line-height: 1.4;
    }
    .tab_content dt.active::after{
      transform: rotate(180deg);
    }
    .tab_content dt span{
      font-size: 3rem;
      font-family: montserrat, sans-serif;
      position: absolute;
      left: 7px;
      top: 20px;
    }
    .tab_content dd {
      padding: 20px 20px 20px 45px;
      margin: 30px 0 0;
    }
    .tab_content dd span {
      font-size: 3rem;
      position: absolute;
      left: 10px;
      top: 15px;
    }
    .tab_content dd p{
      font-size: 1.2rem;
    }
  }
  /*-------------------------------------------
      Future
  -------------------------------------------*/
  #feature,
  .hint-area{
    background: #232323;
    padding: 120px 20px 140px;
    position: relative;
    overflow: hidden;
  }
  #feature .inner{
    z-index: 1;
  }
  #feature::before {
    content: "";
    display: block;
    background: #EDEDED;
    width: 120%;
    height: 5vw;
    box-shadow: 0 8px 8px rgb(0 0 0 / 20%);
    position: absolute;
    top: 0%;
    left: -10%;
    right: -10%;
    margin: auto;
    transform: rotate(-2.5deg) translate(0,-45%);
    z-index: -1;
  }
  #feature.hint-area::before{
    box-shadow: 0 0px 0px rgb(0 0 0);
  }
  #feature h2{
    text-align: center;
    color: #FFFFFF;
    font-size: 5rem;
    letter-spacing: 0.26em;
    text-indent: -0.26em;
    margin: 0 0 80px;
  }
  #feature ul{
    display: flex;
    justify-content: space-between;
  }
  #feature ul li{
    width: 32%;
  }
  #feature .feature_para_02{
    position: absolute;
    left: 0;
    width: 650px;
    top: -400px;
  }
  @media screen and (max-width: 767px) {
    #feature{
      padding: 75px 8%;
    }
    #feature h2{
      text-align: left;
      color: #1E1E1E;
      font-size: 9vw;
      letter-spacing: 0.16em;
      text-indent: -0.16em;
      margin: 0 0 60px;
    }
    #feature ul{
      display: block;
    }
    #feature ul li{
      width: 100%;
      margin: 25px 0 0;
    }
    #feature .feature_para_02 {
      left: -30%;
      width: 105%;
      bottom: initial;
      top: -180px;
      transform: rotate(95deg);
    }
  }


  /*-------------------------------------------
      Column
  -------------------------------------------*/
  div.price-capacity-hint-area {
    width: 100%;
    height: 70px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 30px;
}
  div.btn_box02.column{
    margin: 40px 0 0;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
  }

  div.btn_box02.column a{
    margin: 0;
  }

  .btn_box02.column img{
      width: 130px;
      margin-left: 50px;
    }
  div.content-box-inner p.column-title-paragraph{
    font-size: 1.8rem;
    padding-bottom: 20px;
  }
  .column-paragraph{
    padding-bottom: 30px;
  }
  .column-chapater-paragraph{
    padding-bottom: 50px;
  }
  .content-box-title.column{
    padding-bottom: 30px;
    font-weight: bold;
  }
  .content-box-sub-title.column p{
    font-size: 2.5rem;
    text-align: center;
  }
  .content-box-sub-title p{
    font-size: 2.8rem;
    line-height: 3rem;
  }

  /*追従ボタン 詳しく見る*/
  #price_fix.column-fix{
    top:43vh;
  }

  @media screen and (min-width:767px){
    /*背景調整用*/
    section.other-first.column.narrow{
      background-position: left bottom;
      padding: 0 30px 70px;
    }
    section.other-second.column.narrow{
      background-image: url(https://d1q08lkutgkcx2.cloudfront.net/image/devise_para02_t.png);
      background-position: right bottom;
      background-size: 680px;
      padding: 110px 30px 70px;
    }
  }
  @media screen and (max-width:767px){
    #price_fix.column-fix{
      top:45vh;
    }
    div.btn_box02.column{
      margin: 0;
      flex-direction: column-reverse;
      justify-content: center;
      align-items: center;
    }
    .btn_box02.column img{
      margin-left: -20px;
      margin-bottom: 15px;
      padding: 0;
    }
    .btn_box02.column a{
      width: 100%;
    }
    .btn_box02.column a span{
      background-position: 93% center;
    }
    .content-box-sub-title p{
      font-size: 2rem;
      margin-bottom: 0;
    }
    section.other-second.column{
      background-position: right -1%;
      padding: 70px 0 30px;
    }
    .white-content-box-inner.column p{
      padding-bottom: 30px;
    }
    .content-box-sub-title.column p{
      font-size: 2.2rem;
      text-align: left;
      padding-bottom: 30px;
    }
  }

  @media screen and (max-width:320px){
    .btn_box02.column img{
      width: 122px;
      height: 102px;
      position: relative;
      left: 62px;
      top: 20px;
    }
  }
  /*-------------------------------------------
      Cv
  -------------------------------------------*/
  #cv{
    background: #FFE400;
    padding: 50px 20px 40px;
  }
  #cv dl{
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
  }
  #cv dl.cr-cv{
    padding-left: 320px;
  }
  #cv dl::before,
  #cv dl::after {
    content: "";
    display: block;
    width: 203px;
    height: 287px;
    position: absolute;
    bottom: -91px;
    z-index: 3;
  }
  #cv dl::before{
    background: url(https://d1q08lkutgkcx2.cloudfront.net/image/footer-person_right.webp) no-repeat;
    background-size: contain;
    right: 0;
  }
  #cv dl.business::before{
    right: -155px;
  }
  #cv dl::after{
    background: url(https://d1q08lkutgkcx2.cloudfront.net/image/footer-person_left.webp) no-repeat;
    background-size: contain;
    left: 0;
  }
  #cv dl.business::after{
    left: -155px;
  }
  #cv dl dt,
  #cv dl dd{
    width: 345px;
  }
  #cv dl dt h3{
    font-size: 2rem;
    font-weight: 500;
    margin: 0 0 15px;
    letter-spacing: 0.06em;
  }
  #cv dl dt h3 div{
    display: flex;
    align-items: center;
  }
  #cv dl dt h3 div p:last-child{
    line-height: 1;
    width: 80%;
  }
  #cv dl dt h3 img{
    width: 44px;
    vertical-align: middle;
    margin: -4px 8px 0 0;
  }

  #cv dl dt a{
    display: block;
    border-radius: 12px;
    background: #FFFFFF;
    text-align: center;
    padding: 25px 0;
    color: #251814;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-indent: -0.2em;
    transition: .3s all;
  }
  #cv dl dt a:hover{
    background: #1E1E1E;
    color: #FFE400;
  }
  #cv dl dt a span{
    background: url(https://d1q08lkutgkcx2.cloudfront.net/image/arrow_t.png) no-repeat right -2px;
    background-size: 25px;
    display: inline-block;
    vertical-align: middle;
    padding-right: 25px;
  }
  #cv dl dt a:hover span{
    background: url(https://d1q08lkutgkcx2.cloudfront.net/image/arrow_on_t.png) no-repeat right -2px;
    background-size: 25px;
  }
  #cv dl dd{
    text-align: center;
  }
  #cv dl dd h3{
    font-size: 2rem;
    font-weight: 500;
    margin: 0 0 15px;
    letter-spacing: 0.06em;
  }
  #cv dl dd h3 img{
    width: 44px;
    vertical-align: middle;
    margin: -4px 8px 0 0;
  }
  #cv dl dd a:hover{
    background: #1E1E1E;
    color: #FFE400;
  }
  #cv dl dd a span{
    background: url(https://d1q08lkutgkcx2.cloudfront.net/image/arrow_t.png) no-repeat right -2px;
    background-size: 25px;
    display: inline-block;
    vertical-align: middle;
    padding-right: 25px;
    filter: brightness(0) invert(1);
    font-weight: 900;
  }
  #cv dl dd a:hover span{
    background: url(https://d1q08lkutgkcx2.cloudfront.net/image/arrow_on_t.png) no-repeat right -2px;
    background-size: 25px;
    filter: none;
  }
  #cv h3.business-logo{
    padding-left: 270px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    font-weight: normal;
  }
  #cv h3.business-logo p.logo{
    width: 44px;
    margin: -4px 8px -7px 0;
  }
  #cv h3.business-logo p.text{
    width: 268px;
    font-size: 2.4rem;
  }
  #cv dl.business dd{
    margin-inline-start: 10px;
  }
  #cv dl.business dt a.pc span{
    background: url(https://d1q08lkutgkcx2.cloudfront.net/image/arrow_t.png) no-repeat right -2px top 7px;
    background-size: 25px;
    display: inline-block;
    text-align: center;
    padding: 0px 30px 0 20px;
  }
  #cv dl.business dd a.pc span{
    background: url(https://d1q08lkutgkcx2.cloudfront.net/image/arrow_t.png) no-repeat right -2px top 7px;
    background-size: 25px;
    text-align: center;
    padding: 10px 20px 9px 20px;
  }
  @media screen and (max-width:767px){
    #cv{
      padding: 11px 8%;
      box-shadow: 0 6px 6px rgb(0 0 0 / 20%);
      position: relative;
    }
    #cv dl,
    #cv dl.cr-cv{
      padding-left: 35%;
      align-items: center;
    }
    #cv dl.business{
      flex-direction: column;
    }
    #cv dl::after{
      width: 113px;
      height: 156px;
      bottom: -29px;
    }
    #cv dl dt{
      width: 100%;
    }
    #cv dl dt h3{
      font-size: 3.5vw;
      font-weight: 700;
      margin: 0 5px 10px;
    }
    #cv dl dt h3 img{
      width: 38px;
      margin: -2px 8px 0 0;
    }
    #cv dl dt a {
      background: url(https://d1q08lkutgkcx2.cloudfront.net/image/arrow_t.png) no-repeat 100% center #FFFFFF;
      color: #251814;
      background-size: 25px;
      padding: 17px 0;
      font-size: 1.4rem;
      letter-spacing: 0.1em;
      text-indent: 0;
    }
    #cv dl dt a.sp{
      display: inline-block;
      vertical-align: middle;
      width: 45%;
      text-align: center;
      margin: 0;
    }
    #cv dl.business dt a.sp{
      display: block;
      flex-direction: column;
      width: 100%;
      margin: 5px 0;
    }
    #cv dl dt a.sp:last-child{
      margin-left: 1%;
      background: #026abd;
    }
    #cv dl dt a.sp:last-child:hover{
      background: #1E1E1E;
    }
    #cv dl dt a span{
      padding: 0;
      background: none;
    }
    #cv dl dt a:last-of-type span{
      filter: brightness(0) invert(1);
      font-weight: 900;
    }
    #cv dl dt a:hover span {
      background-size: 25px;
      background: none;
      filter: none;
    }
    #cv dl dd{
      display: none;
    }
    #cv dl.cr-cv dt h3 div p:last-child{
      text-align: center;
    }
    .sp_btn.cr-entry{
      top: 12px;
    }
    .sp_btn.cr-entry a{
      padding: 18px 0;
      font-size: 1.2rem;
    }
  }
  /*-------------------------------------------
      Share
  -------------------------------------------*/
  #share{
    background: #646464;
    padding: 70px 20px;
  }
  #share h2{
    font-size: 2.6rem;
    color: #FFFFFF;
    letter-spacing: 0.08em;
  }
  #share ul{
    text-align: center;
  }
  #share ul li{
    display: inline-block;
    vertical-align: middle;
    margin: 0 45px;
  }
  #share ul li a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 83px;
    height: 83px;
    border-radius: 100%;
    transition: .3s all;
  }
  #share ul li.fb a{
    background: url(https://d1q08lkutgkcx2.cloudfront.net/image/fb_btn_on_t.png) center no-repeat #FFE400;
    background-size: 21px;
  }
  #share ul li.fb a:hover{
    background: url(https://d1q08lkutgkcx2.cloudfront.net/image/fb_btn_on_t.png) center no-repeat #1E1E1E;
    background-size: 21px;
  }
  #share ul li.fb img{
    width: 21px;
    transition: .3s all;
  }
  #share ul li.fb:hover img{
    opacity: 0;
  }
  #share ul li.tw a{
    background: url(https://d1q08lkutgkcx2.cloudfront.net/image/tw_btn_on_t.png) center no-repeat #FFE400;
    background-size: 41px;
  }
  #share ul li.tw a:hover{
    background: url(https://d1q08lkutgkcx2.cloudfront.net/image/tw_btn_on_t.png) center no-repeat #1E1E1E;
    background-size: 41px;
  }
  #share ul li.tw img{
    width: 41px;
    transition: .3s all;
  }
  #share ul li.tw:hover img{
    opacity: 0;
  }
  @media screen and (max-width:767px){
    #share{
      padding: 40px 20px;
    }
    #share h2{
      font-size: 2rem;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
    }
    #share ul li{
      margin: 0 10px;
    }
    #share ul li a{
      width: 40px;
      height: 40px;
    }
    #share ul li.fb a,
    #share ul li.fb a:hover{
      background-size: 11px;
    }
    #share ul li.fb img{
      width: 11px;
    }
    #share ul li.tw a,
    #share ul li.tw a:hover{
      background-size: 20px;
    }
    #share ul li.tw img{
      width: 20px;
    }
  }
  /*-------------------------------------------
      Footer
  -------------------------------------------*/
  footer{
    background: #2C2C2C;
  }
  footer.footer-menu{
    padding: 80px 0 0;
  }
  footer .inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  footer .ft_logo{
    width: 345px;
  }
  footer .ft_logo img{
    max-width: 175px;
  }
  footer .ft_nav{
    width: calc(100% - 345px);
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  footer .ft_nav li a{
    color: #FFFFFF;
    font-size: 1.3rem;
    line-height: 3.5;
    letter-spacing: 0.1em;
    text-decoration: none;
  }
  footer #copy{
    background: transparent;
    text-align: right;
    font-size: 1.1rem;
    color: #FFFFFF;
    padding: 30px 0;
  }
  footer #copy span{
    display: block;
    max-width: 980px;
    margin: 0 auto;
    letter-spacing: 0.06em;
  }
  footer ul{
    padding-inline-start: 0;
  }

  footer ul li{
    list-style: none;
  }


  footer.footer-menu div.ft_nav ul li a{
    text-decoration: none;
  }
  @media screen and (max-width: 767px) {
    footer.footer-menu{
      padding: 45px 0 0;
    }
    footer .inner {
      display: block;
    }
    footer .ft_logo{
      width: 100%;
      text-align: center;
    }
    footer .ft_logo img{
      margin: 0 auto 40px;
    }
    footer .ft_nav{
      width: 100%;
      box-sizing: border-box;
      padding: 0 8%;
      flex-wrap: wrap;
    }
    footer .ft_nav ul:nth-of-type(1){
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin: 0 0 20px;
    }
    footer .ft_nav ul:nth-of-type(1) li{
      width: 33.33333%;
      text-align: center;
      margin: 0 0 12px;
      box-sizing: border-box;
      border-left: solid 1px #909090;
    }
    footer .ft_nav ul:nth-of-type(1) li:nth-of-type(3),
    footer .ft_nav ul:nth-of-type(1) li:nth-of-type(6),
    footer .ft_nav ul:nth-of-type(3){
      border-right: solid 1px #909090;
    }
    footer .ft_nav ul:nth-of-type(1) li a{
      display: block;
      padding: 15px 0;
    }
    footer .ft_nav ul:nth-of-type(2),
    footer .ft_nav ul:nth-of-type(3){
      width: 100%;
      display: block;
      flex-wrap: wrap;
      justify-content: space-between;
      margin: 0 0 0;
    }
    footer .ft_nav ul:nth-of-type(2) li a,
    footer .ft_nav ul:nth-of-type(3) li a{
      padding: 20px 0;
      border-top: solid 1px #909090;
      display: block;
      font-size: 1.2rem;
    }
    footer .ft_nav li a{
      font-size: 2.5vw;
      line-height: 1;
    }
    footer.footer-menu div.ft_nav ul li a{
      display: flex;
      align-items: center;
      justify-content: center;
      height: 15vw;
      padding: 0;
    }
  }
  /*-------------------------------------------
      Footer
      申し込みボタン 1つ
  -------------------------------------------*/

  #cv .entry-single dl{
    padding: 0;
    justify-content: center;
  }
  #cv .entry-single dl::after{
    content: none;
  }
  #cv .entry-single dl dt, 
  #cv .entry-single dl dt h3 div p:last-child{
    width: auto;
  }
  #cv .entry-single dl dt h3 div{
    justify-content: space-between;
  }
  #cv .entry-single dl dt h3 img{
    margin-right: 0.5em;
  }

  @media screen and (max-width: 767px) {
    #cv .entry-single dl{
      width: 90%;
      align-items: center;
      margin: 15px auto;
    }
    #cv .entry-single dl dt{
      width: 100%;
    }
    #cv .entry-single dl dt h3{
      font-size: 3.8vw;
    }
  }


  /*文字白色にする*/
  section#price div.white-text p,
  section#reason div.white-text p,
  section#promotion div.white-text p{
    color:#FFFFFF;
  }

  h2.text-title,
  #devise h2.text-title,
  #price h2.text-title{
    text-align: left;
    padding-top: 1em;
    font-size: 4em;
    font-weight: bold;
    line-height: 1.2;
    margin: 0;
  }
  /*見出し上の小さい文字*/
  h2 span.text-sub-title{
    font-size: .6em;
  }
  div.white-content-box{
    margin:0 0 50px 0;
  }


  /*注釈*/
  section#price div.price-remarks p{
    font-size: 1.15rem;
    margin: 0;
    line-height: initial;
    color: #808080;
  }
  @media screen and (max-width: 767px) {
    /*プラン名と表*/
    .plan-title,
    .price-plan,
    .price-image{
      flex-direction: column;
      justify-content:unset;
    }
    div.price-plan-image .plan-title img,
    div.price-image img{
      width: 100%;
      margin:0 auto 1em;
    }
    .plan-title img{
      z-index: 1;
    }

    /*注釈*/
    .remarks p{
      font-size: 0.8rem;
      line-height: 1.5em;
      z-index: 2;
      position: relative;
    }
    /*舞香ちゃんのうしろに三角形を重ねる*/
    section#price h3.free-back{
      padding: 0 10%;
      margin: 0 -10%;
    }

    .free-back{
      background:url(https://d1q08lkutgkcx2.cloudfront.net/image/plus_para02-2_t.png) no-repeat right;
      background-size: 45%;
      background-position: 100% 52%;
      padding: 0 13%;
      margin: 0 -13%;
    }

    .price-button{
      margin: 0px;
    }
  }

  @media screen and (max-width:320px){
    div.price-image.price img.sp-pop-now {
      top: 250px;
    }
    div.price-image.business img.sp-pop-now {
      top: 230px;
    }
  }

  @media screen and (max-width: 767px) {
    h2.text-title,
    #devise h2.text-title,
    #price h2.text-title{
      z-index: 0;
      position: relative;
      font-size: 2em;
      padding-top:1.4em;
    }
  }
  ul.table-option{
    margin: 0;
    padding-left:1.5em;
    line-height: 1.5rem;
  }
  ul.table-option li{
    margin: 5px 0;
    line-height: 1.5em;
  }

  /*lp用の文字サイズ*/
  .content-container.lp-campaign-text p{
    font-size: 1.35rem;
    line-height: 1.5em;
  }
  .content-box-title.lp-campaign-title p {
    font-size: 3.8rem;
    line-height: 40px;
    text-align: center;
    margin-top: 0.83em;
    margin-bottom: 0.83em;
  }
  @media screen and (max-width: 767px) {
    .content-container.lp-campaign-text p{
      font-size: 13.5px;
    }
    .content-box-title.lp-campaign-title p {
      font-size: 2.6rem;
      line-height: 30px;
      letter-spacing: 0.05em;
    }
  }


  /*4月キャンペーン*/
  div.top_price{
    position: relative;
  }
  div.top_section_01{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  div.top_section_01 h3{
    width: 45%;
  }

  section#price div.inner div.top_price p.read-st,
  div.top_price p.read-st{
    font-size: 2.5em;/*27文字横幅いっぱい*/
    font-weight: bold;
    text-align: center;
    color: #000000;
    letter-spacing: 3.2px;
    margin: 0px 0 50px;
    line-height: initial;
    z-index: 2;
    position: relative;
  }
  section#price div.inner div.top_price p.read-st span,
  div.top_price p.read-st span{
    font-size: 1.5em;
    color: #00d3d5;
  }

  div.top_section_02{
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: 30px 0 50px;
  }
  div.top_section_02 div:first-child{
    width: 36%;
    position: relative;
  }
  div.top_section_02 div:last-child{
    width: 55%;
  }
  div.top_section_02 div:last-child img{
    position: absolute;
    bottom: -9px;
    right: 25px;
    width: 350px;
  }
  div.top_price.free div.top_section_01 h3:last-child{
    width: 39%;
  }
  div.top_price ul{
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
  }
  div.top_price ul li{
    width: 31%;
    filter: drop-shadow(4px 4px 4px rgb(0,0,0,20%));
    transform: translateZ(0);
    list-style: none;
    aspect-ratio: 11/15;
  }
  @media screen and (min-width: 767px){
    div.empty-lp-area {
      margin-top: -250px;
    }
  }

  /*キャンペーン適用イメージの表*/
  div.price-standard-campaign-table{
    margin: 30px auto 80px;
  }
  div.price-standard-campaign-table h3{
    font-size: 3.0rem;
    text-align: center;
    line-height: 7.0rem;
    letter-spacing: 0.2rem;
    display: block;
    background: #FF3838;
    width: 100%;
    margin-bottom: 0;
    color: #FFFF00;
  }
  div.price-standard-campaign-table div{
    background: #FFFFFF;
    padding: 30px;
  }

  @media screen and (max-width: 767px) {
  /* キャンペーンテーブル */
    div.price-standard-campaign-table{
      letter-spacing: -0.02em;
    }
    div.price-standard-campaign-table h3{
      font-size: 1.8rem;
      letter-spacing: -0.03rem;
      line-height: 4.0rem;
    }
    div.price-standard-campaign-table div{
      padding: 15px 10px 15px 5px;
    }
    section#price div.inner div.top_price p.read-st,
    div.top_price p.read-st{
      font-size: 1.25em;
      letter-spacing: 0.6px;
      margin: 0px 0 20px;
      line-height: 1.25em;
    }
    section#price div.inner div.top_price p.read-st span,
    div.top_price p.read-st span{
      font-size: 2em;
    }
  }
  @media screen and (max-width: 320px) {
    section#price div.inner div.top_price p.read-st,
    div.top_price p.read-st{
      font-size: 1.1em;
      letter-spacing: 0px;
      margin: 0 0 20px;
    }
    section#price div.inner div.top_price p.read-st span,
    div.top_price p.read-st span{
      font-size: 1.8em;
    }
  }

  div.top_price + p{
      font-size: 1.1rem;
      line-height: 1.8;
      font-family: sans-serif;
      color: #808080;
      letter-spacing: 0.06em;
      margin: 25px auto 0;
  }
  @media screen and (min-width: 767px) {
    p.price_annotation{
      width: 72%;
    }
  }
  div.price-campaign{
    background: -moz-linear-gradient(top, #FFE800 0%, #FFE800 25.1%,  #D9D9D9 25.1%, #D9D9D9 100%);
    background: -webkit-linear-gradient(top, #FFE800 0%, #FFE800 25.1%,  #D9D9D9 25.1%, #D9D9D9 100%);
    background: linear-gradient(180deg, #FFE800 0%, #FFE800 25.1%,  #D9D9D9 25.1%, #D9D9D9 100%);
  }
  div.price-campaign-area{
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
  }
  div.price-campaign-area div.price-img{
    background-color: #D9D9D9;
    padding: 60px 0;
  }
  div.price-campaign-area div.campaign-title{
    max-width: 900px;
    margin: 0 auto;
    padding: 15px 0;
    background-color: #FFE800;
    position: relative;
  }
  div.business-plus{
    width: 50px;
    margin: 15px auto;
  }
  div.section-container div.btn-area02.business-btn{
    margin-top: 40px;
  }
  div.btn_box02.entry-button a{
    background: linear-gradient(to right, #FFC600, #FFE300);
    color: #000000;
    transition: 0.3s;
  }
  div.btn_box02.entry-button a:hover{
    color: #FFFFFF;
  }

  @media screen and (max-width: 767px) {
    div.top_section_01{
      flex-direction: column;
    }
    div.top_section_01 h3,
    div.top_section_01 img,
    div.top_section_02 div:first-child,
    div.top_section_02 div:last-child{
      width: 100%;
    }
    div.top_price.free div.top_section_01 h3:last-child{
      width: 99.5%;
    }
    section#price div.inner div.top_price div.top_price.free div.top_section_01 h3,
    div.top_price div.top_price.free div.top_section_01 h3{
      margin: 0 0 10px;
    }

    div.top_section_02{
      flex-direction: column-reverse;
      margin: 30px 0;
    }
    #top div.top_section_02 div:last-child img,
    div.top_section_02 div:last-child img{
      position: relative;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-25%);
      max-width: 90%;
    }
    div.top_price ul{
      flex-direction: column;
    }
    div.top_price ul li{
      width: 100%;
      margin: 10px 0;
      aspect-ratio: 244/150;
    }
    div.top_price.free > ul li{
      aspect-ratio: 300/107;
    }
    div.top_price.free > ul li:last-child{
      aspect-ratio: 300/136;
    }
    div.top_price.free > ul.crg-free li{
      aspect-ratio: 255/150;
    }
    div.top_price.free > ul.crg-free li:last-child{
      aspect-ratio: 249/150;
    }
    div.top_price + p{
      width: 100%;
      margin: 25px 0 0;
    }
    div.price-campaign-area div.price-img{
      padding: 40px 20px 20px;
    }
    div.price-campaign-area div.price-img div{
      padding: 0 0 40px;
    }
    div.price-img div{
      position: relative;
    }
    div.business-campaign-content{
      overflow: hidden;
    }
    div.section-container div.btn-area02.business-btn{
      margin-top: 30px;
    }
  }

  div.main div.key-visual.business{
    background: none;
    background-color: #0B0B0B;
  }
  @media screen and (min-width:767px){
    p.document-description{
      margin-bottom: -5px;
    }
  }
  .content-box-inner.empty-top,
  .section-container.empty-top{
    margin-top: 50px;
  }

  @media screen and (max-width:767px){
    .content-box-inner.empty-top,
    .section-container.empty-top{
      margin-top: 30px;
    }
  }

/*
修正 202302~ 神コスパキャンペーン 第2弾

*/
div.top-appeal-area-bgcolor{
  background-color: #1E1E1E;
}
div.top-campaign-period{
  color: #000000;
  font-size: 3.5rem;
  background: #FFFF00;
  width: 100%;
  padding: 35px 0;
}
div.top-campaign-period div{
  max-width: 980px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  font-weight: bold;
}

div.top-campaign-period span{
  color: #FF3838;
  font-size: 4.5rem;
  letter-spacing: 0.5rem;
  font-style: italic;
}
div.top-campaign-period span.end{
  font-size: 4.5rem;
  letter-spacing: 0.5rem;
  display: inline-block;
  margin-left: 60px;
  position: relative;
}
div.top-campaign-period span.end::before{
  content: "～";
  background: #FFFF00;
  width: 45px;
  height: 3px;
  top: 0;
  left: -60px;
  position: absolute;
}

div.top-appeal-area{
  color: #000;
  background: #ffeb00;
  text-align: center;
  padding: 40px 0 20px;
  font-size: 4vh;
  letter-spacing: 0.3rem;
  position: relative;
  height: 100%;
}

@media screen and (min-width:768px){
  section.promotion-newservice div.top-appeal-area{
    padding: 70px 0 15px;
    box-sizing: border-box;
    font-weight: bold;
    background: #ffeb00;
  }
}

div.top-appeal-area::before,
div.top-appeal-area::after {
  position: absolute;
  content: '';
  display: block;
  width: 21vw;
  height: 100%;
  top: 0;
  background: linear-gradient(50deg,
  rgba(254,255,27,0) 0%, 
  rgba(254,255,27,0) 38%, 
  rgba(255,208,0,1) 38%, 
  rgba(255,225,0,1) 51%, 
  rgba(255,200,0,1) 51%);
  z-index: 0;
}
div.top-appeal-area::before {
  left: 0;
  transform: scale(-1, 1);
}
div.top-appeal-area::after {
  right: 0;
}
div.top-appeal-area span.emphasis-s{
  font-size: 4vh;
}

div.top-appeal-area span.emphasis-m{
  color: #e6006b;
}

div.top-appeal-area span.emphasis-l{
  color: #e6006b;
  font-size: 7vh;
}
span.appeal-head {
  position: absolute;
  font-size: 3rem;
  letter-spacing: 0;
  display: inline-block;
  background-color: #fff;
  padding: 1.4rem 3rem 1rem;
  border-radius: 31px;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  border: 4px solid #ffe000;
}


div.top-appeal-area span.text-size{
  font-size: 5.8rem;
}
@media screen and (max-width:767px){
  div.top-appeal-area-bgcolor{
    padding: 0;
  }
  div.top-campaign-period{
    font-size: 1.8rem;
    padding: 10px;
    width: calc(100% - 20px);
  }
  div.top-campaign-period div{
    flex-direction: column;
    align-items: center;
  }
  div.top-campaign-period div p:last-of-type{
    margin-top: 10px;
  }
  div.top-campaign-period span.start,
  div.top-campaign-period span.end{
    font-size: 2.8rem;
    letter-spacing: 0.2rem;
  }
  div.top-campaign-period span.end{
    margin-left: 35px;
  }
  div.top-campaign-period span.end::before{
    width: 30px;
    left: -35px;
  }
  div.top-appeal-area{
    width: 100%;
    font-size: 2.5rem;
    letter-spacing: 0.2rem;
    padding: 55px 0 15px;
    z-index: 0;
  }
  div.top-appeal-area span{
    font-size: 1.8rem;
    letter-spacing: 0;
  }
  div.top-appeal-area span.emphasis-s {
    font-size: 1.8rem;
  }
  div.top-appeal-area span.emphasis-l {
    font-size: 3rem;
  }
  div.top-appeal-area {
    font-size: 1.9rem;
    letter-spacing: 0;
    font-weight: bold;
  }
  div.top-appeal-area span.text-size{
    font-size: 3.7rem;
  }
}

  .footer-limited,
  .footer-page-limited{
    width: 30%;
    position: relative;
  }

  .footer-limited img,
  .footer-page-limited img{
    width: 125px;
    position: absolute;
    bottom: -5px;
    left: 160px;
  }
  @media screen and (max-width: 767px) {
    .footer-limited img,
    .footer-page-limited img{
      width: 80px;
      left: 60px;
      bottom: -10px;
    }
  }

  @media screen and (max-width: 320px) {
    .footer-page-limited img{
      bottom: -25px;
    }

    .footer-page-limited img{
      bottom: -5px;
    }
  }

  h2.reason-4{
    font-size: 3.2em;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 2em;
    text-align: center;
  }

  h2.reason-4 p{
    font-size: 30px;
  }
  h2.reason-4 span{
    font-size: 2em;
  }

  @media screen and (max-width: 767px) {
    #reason h2.reason-4{
      font-size: 2.5em;
      line-height: 1.8em;
      text-align: left;
    }

    h2.reason-4 p{
      font-size: 19px;
    }
    h2.reason-4 span{
      font-size: 1.8em;
    }
  }
  .btn_box02 a:hover::after{
    width: 100%;
  }
  p.invalid-feedback.text-red{
    font-size: 1.2rem;
  }

  /*ご契約の流れ*/
  .userflow{
    display: flex;
    flex-direction: column;
    text-align: center;
    font-size: 2.5em;
    font-weight: bold;
    text-align: center;
    height: 100%;
  }
  .userflow h3{
    margin: 0 0 1em 0;
  }

  .userflow h3 span.flow-number{
    font-size: 2em;
    padding-bottom: 0.3em;
  }
  .userflow .flow-point{
    font-size: 1.4em;
    padding: 0.5em 0;
    line-height: 1.25em;
  }

  div.userflow img{
    margin-top: auto;
  }

  @media screen and (max-width: 767px){
    .userflow h3{
      margin: 0 ;
    }
    .userflow{
      flex-direction: unset;
      text-align: left;
      font-size: 2em;
      justify-content: space-between;
      align-items: flex-end;
    }

    .userflow h3 span.flow-number{
      font-size: 2em;
      padding-bottom: 0;
      padding-right: 10px;
    }
    .userflow .sp-flow-point{
      width: 60%;
      justify-content: unset;
      flex-direction: column;
    }
    .userflow p{
      font-size: 1.2rem;
    }

    .userflow .flow-point{
      font-size: 1em;
      padding: 0 0 0.2em 0;
      line-height: 1.1em;
    }

    .userflow img{
      width: 30%;
    }
  }
  @media screen and (max-width: 374px) {
    .userflow img{
      width: 25%;
    }
  }

  /*最短翌日発送の注意書き*/
  section#flow ul li div.userflow div.sp-flow-point{
    position: relative;
  }

  section#flow ul li:first-child div.userflow div.sp-flow-point::before{
    content: '※';
    position: absolute;
    top: 65px;
    right: -20px;
    font-size: 2.0rem;
  }
  section#flow ul li:first-child div.userflow div.sp-flow-point::after{
    content: '※お申し込み内容に不備がない場合に限ります。';
    color:#333;
    font-weight: normal;
    position: absolute;
    top: 110px;
    left: -25px;
    font-size: 1.3rem;
    width: 120%;
  }
  @media screen and (max-width: 767px){
    section#flow ul li:first-child div.userflow div.sp-flow-point::before{
        top: 30px;
        left: 165px;
        font-size: 1.4rem;
    }
    section#flow ul li:first-child div.userflow div.sp-flow-point::after{
        top: 62px;
        left: 0;
        font-size: 1.0rem;
        width: 160%;
    }
  }
  @media screen and (max-width: 320px){
    section#flow ul li:first-child div.userflow div.sp-flow-point::before{
        top: 15px;
    }
  }

#top #first_view img {
  width: 100%
}

#top dl {
  margin-block-start: 0
}

#top h2 {
  margin-block-start: -1px;
  margin-block-end: 0
}

#top li {
  list-style: none
}

#top a {
  text-decoration: none
}

#top ul {
  padding-inline-start: 0
}

div.application-form-button-area a {
  text-decoration: none
}

div.top-after-service-body-2-detail-button-area {
  width: 100%;
  margin: 20px 0;
  display: flex;
  justify-content: flex-end
}

div.business-content {
  margin-top: 60px
}

html {
  font-size: 62.5%
}

body {
  background: #f3f3f3;
  font-weight: 400;
  font-style: normal;
  font-size: 1.3rem;
  line-height: 1;
  color: #1e1e1e;
  min-width: 1168px
}

.sp {
  display: none
}

.inner {
  max-width: 980px;
  margin: 0 auto
}

div.inner p.remarks {
  font-size: 1rem
}

.btn_box01 {
  text-align: center;
  margin: 80px 0 0
}

.btn_box01 h4 {
  font-size: 2rem;
  letter-spacing: .15em;
  text-indent: -.15em
}

.btn_box01 h4 img {
  width: 40px;
  vertical-align: baseline;
  line-height: 1;
  margin: 0 7px -3px 0
}

.btn_box01 ul {
  margin: 40px 0 0
}

.btn_box01 ul li {
  display: inline-block;
  margin: 0 10px
}

.btn_box01 ul li a {
  display: block;
  width: 320px;
  padding: 20px 40px;
  background: url(https://d1q08lkutgkcx2.cloudfront.net/image/arrow_t.png) no-repeat 95% center #ffe400;
  background-size: 16px;
  color: #1e1e1e;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: .2em;
  text-indent: -.2em;
  border-radius: 6px;
  box-sizing: border-box
}

.btn_box02 a {
  background: #f07;
  width: 426px;
  display: block;
  margin: 0 auto;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: .05em;
  position: relative;
  text-align: center;
  text-decoration: none
}

.btn_box02 a::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 70px;
  background: #1e1e1e;
  transition: .3s all
}

.btn_box02 a:hover::after {
  width: 100%
}

.btn_box02.charm {
  margin-bottom: 30px
}

@media screen and (min-width:767px) {
  .btn_box02.business, .btn_box02.price {
    margin-top: -150px
  }
}

.btn_box02 a span {
  background: url(https://d1q08lkutgkcx2.cloudfront.net/image/arrow02.svg) no-repeat 386px center;
  background-size: 8px;
  display: block;
  padding: 25px 70px 27px 0;
  position: relative;
  z-index: 1
}

.btn_box02.contract_cancel {
  padding-bottom: 40px
}

.btn_box02.overseas {
  margin-top: 30px;
  margin-bottom: 30px
}

.btn-area02 {
  display: flex;
  justify-content: space-between
}

.btn_box02_1 a{
  width: 300px;
  font-size: 1.6rem
}

.btn_box02_1 a span{
  background: url(https://d1q08lkutgkcx2.cloudfront.net/image/arrow02.svg) no-repeat 263px center;
  background-size: 8px
}

.style-margin {
  margin-top: 50px
}

.bg01, .bg07, .bg09 {
  display: block;
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 6vw;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2
}

.bg07 {
  z-index: 0
}

.bg09 {
  top: -50px;
  height: 10vw
}

.bg01::before, .bg07::before, .bg09::before {
  content: "";
  display: block;
  background: #f3f3f3;
  width: 120%;
  height: 5vw;
  box-shadow: 0 8px 8px rgb(0 0 0 / 20%);
  position: absolute;
  top: 0;
  left: -10%;
  right: -10%;
  margin: auto;
  transform: rotate(2.5deg) translate(0, -45%)
}

.bg07::before {
  background-color: #e3e3e3
}

.bg09::before {
  background-color: #464646;
  transform: rotate(-2.5deg) translate(0);
  height: 6vw
}

.bg02, .bg06 {
  display: block;
  overflow-x: hidden;
  position: absolute;
  width: 100%;
  height: 10vw;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 10;
}

.bg06 {
  z-index: 0;
  top: 0;
  z-index: 1
}

.bg02::after,
.bg06::before {
  content: "";
  display: block;
  background: #e3e3e3;
  width: 120%;
  height: 5vw;
  box-shadow: 0 8px 8px rgb(0 0 0 / 20%);
  position: absolute;
  top: 0;
  left: -10%;
  right: -10%;
  margin: auto;
  transform: rotate(-2.5deg) translate(0, -45%)
}


.bg06::before {
  background-color: #f3f3f3
}

.bg03, .bg04, .bg05 {
  display: block;
  overflow-x: hidden;
  position: absolute;
  width: 100%;
  height: 10vw;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2
}

.bg03::after, .bg04::after, .bg05::after {
  content: "";
  display: block;
  width: 120%;
  height: 5vw;
  box-shadow: 0 8px 8px rgb(0 0 0 / 20%);
  position: absolute;
  top: 0;
  left: -10%;
  right: -10%;
  margin: auto;
  transform: rotate(-2.5deg) translate(0, -45%)
}

.bg03::after {
  background: #ededed
}

.bg04::after {
  background-color: #f3f3f3
}

.bg05::after {
  background: #232323
}

header {
  background: #1e1e1e;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10000001;
}

header a {
  text-decoration: none
}

header .inner {
  max-width: 1304px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between
}

header .logo {
  width: 210px;
  padding: 15px 0 15px 15px
}

header .logo-lp {
  width: 160px;
}

header .logo-lp img {
  width: 140px;
}

header ul {
  display: flex;
  margin-block-start: 0;
  margin-block-end: 0
}

header ul.menu-container {
  padding: 0 0 0 20px;
}

header ul.pc_nav:nth-of-type(2) {
  padding-inline-start: 10px;
}

header ul.sp_nav {
  display: none
}

header ul.btn-box-container {
  padding-inline-start: 10px;
}

header ul li {
  text-align: center;
  letter-spacing: .11em;
  text-indent: -.11em;
  list-style: none
}

header ul li a {
  color: #fff
}

header ul li.nav_type01 {
  border-left: none;
  width: 90px;
  line-height: 1.3;
  box-sizing: border-box;
  position: relative;
}

header ul li.nav_type01.header-charge {
  width: 105px;
}
header ul li.nav_type01.header-charge a .data-charge-sm span {
  font-size: 10px;
}
/* header ul.btn-container li.nav_type01:last-of-type {
  border-right: solid 1px #505050;
} */
header ul li.nav_type01 a {
  color: #fff;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-flow: column;
  border-left: solid 1px #505050;
}
header ul li.nav_type01 a:first-child img {
  width: 40%;
  margin-bottom: 7px;
}
header ul li.nav_type01 a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  background: #1e1e1e
}

header ul li.nav_type01 a:hover {
  color: #ffe000
}

.header-menu.header-mypage::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -101;
  content: "";
  background-color: #505050;
}
.header-menu.header-charge::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -101;
  content: "";
  background-color: #727272;
}

@keyframes anim {
  0% {
    width: 0
  }
  50% {
    width: 100%
  }
  100% {
    width: 0;
    right: 0;
    left: 100%
  }
}

header ul li.nav_type02 {
  width: 115px;
  border-left: solid 1px #505050;
  display: flex;
  flex-direction: column
}

header ul li.nav_type02 a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50%;
  letter-spacing: .04em;
  text-indent: -.04em;
  transition: .3s all
}

header ul li.nav_type02 a:first-child {
  font-family: montserrat, sans-serif;
  font-weight: 500;
  font-style: normal;
  border-bottom: solid 1px #505050
}

header ul li.nav_type02 a:first-child span {
  background: url(https://d1q08lkutgkcx2.cloudfront.net/image/nav_ico.svg) no-repeat left center;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  padding: 4px 0 3px 18px
}

header ul li.nav_type02 a:hover {
  background: #ffe000;
  color: #1e1e1e
}

header ul li.nav_type02 a:hover:first-child span {
  background: url(https://d1q08lkutgkcx2.cloudfront.net/image/nav_ico_on.svg) no-repeat left center;
  background-size: contain
}

#sp-menu {
  display: none
}

.sp_btn {
  display: none
}

#price .inner {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
  z-index: 4
}

#price h2 {
  position: relative;
  font-size: 5rem;
  font-weight: 900;
  margin: 0 0 95px;
  z-index: 1
}

#price h2 span.price_ttl01 {
  font-size: 3.5rem;
  display: block;
  margin: 0 0 15px;
  letter-spacing: .1em
}

#price h2 span.price_ttl02 {
  font-family: montserrat, sans-serif;
  font-weight: 700;
  font-size: 5.5rem;
  letter-spacing: .1em
}

.price_box01 {
  display: flex;
  justify-content: space-between
}

.price_item01 {
  width: 48%;
  position: relative
}

.price_item01 h3 {
  height: 230px
}

.price_item01 h3 img {
  height: 100%
}

.price_item01 ul {
  margin: 40px 0 0
}

.price_item01 ul li {
  margin: 25px 0 0;
  position: relative
}

#top .price_item01 ul li img {
  margin: -5% 0 -5% -4%;
  width: 110%;
  max-width: 110%
}

.price_item01 ul li span {
  position: absolute;
  right: -30px;
  top: -30px;
  max-width: 80px
}

.price_item01 ul li span img {
  margin: 0;
  width: 100%;
  max-width: 110%
}

.price_item02 {
  width: 48%;
  position: relative;
  z-index: 1
}

.price_item02 h3 {
  height: 230px
}

.price_item02 h3 img {
  height: 100%
}

.price_item02 ul {
  margin: 40px 0 0
}

.price_item02 ul li {
  margin: 25px 0 0;
  position: relative
}

#top .price_item02 ul li img {
  margin: -5% 0 -5% -4%;
  width: 110%;
  max-width: 110%
}

.price_item02 ul li span {
  position: absolute;
  right: -30px;
  top: -30px;
  max-width: 80px
}

#top .price_item02 ul li span img {
  margin: 0;
  width: 100%;
  max-width: 110%
}

.para_box_price {
  position: fixed;
  left: 0;
  right: 0;
  top: 0
}

.para_01 {
  width: 160px;
  position: absolute;
  z-index: 3;
  top: 150px;
  left: -5px
}

.para_02 {
  background: url(https://d1q08lkutgkcx2.cloudfront.net/image/price_para02.svg) no-repeat left center;
  width: 58%;
  position: absolute;
  top: -20vw;
  left: -19%
}

#price .btn_box02 {
  text-align: center;
  margin: 40px 0 0
}

#hint_wrap {
  position: relative
}

#price_fix {
  width: 80px;
  position: fixed;
  right: 0;
  top: 200px;
  background: #323232;
  z-index: 5;
  transition: .3s all;
  visibility: hidden;
  opacity: 0;
  cursor: pointer
}

#price_fix.show {
  visibility: visible;
  opacity: 1
}

.hint_pop {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #323232;
  z-index: 10000002;
  box-sizing: border-box;
  overflow: hidden;
  transform: scale(0);
  transition: .5s all;
  opacity: 0;
  border-radius: 0;
  box-sizing: border-box;
  display: flex;
  align-items: center
}

.hint_pop.active {
  transform: scale(1);
  opacity: 1;
  margin: 3.5% 10%;
  min-width: 768px;
}

.hint-title-pop {
  text-align: center;
}

.hint_box {
  margin: 0 auto;
  width: 100%;
  max-width: 780px;
  -ms-overflow-style: none;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative
}

.hint_box ul {
  display: block;
  flex-wrap: wrap;
  justify-content: space-between
}

.hint_box_ul {
  margin-top: -7px;
}

#price div.top_section_01 h3 p,
div.top_section_01 h3 p {
    color: #000000;
    font-size: 1.9rem;
    font-weight: bold;
    margin: 0;
    line-height: 1.8;
}
#price div.top_section_01 h3 p span,
div.top_section_01 h3 p span{
  display: inline-block;
  font-size: 4.0rem;
}

.hint_box ul li {
  width: 100%;
  margin: 2% 0 0;
  background: #fff;
}

.hint_box h4 {
  max-width: 100%;
  margin: 0;
  position: absolute;
  left: 10px;
  right: 0;
  top: 0;
  transform: translateY(-95%);
}

#top .hint_box h4 img {
  max-width: 65%;
  margin-bottom: 40px;
}

#top .hint_box p span.gb_img {
  display: flex;
  align-items: flex-end;
  height: 85px;
  margin: 0 0 15px
}

#top .hint_box p span.gb_img img {
  max-width: 60%
}

#top .hint_box p span.gb_txt {
  font-size: 1.4vh;
  line-height: 1.8;
  letter-spacing: 0;
  display: block;
  color: #fff;
  min-height: 85px
}

#top .hint_box p span.gb_txt b {
  font-size: 2.0vh;
  color: #e6006b;
  margin: 0 4px 0 2px;
  vertical-align: bottom;
  line-height: 1.4em;
}

.hint_item02 p {
  max-width: 100%
}

.hint_item03 p {
  max-width: 100%
}

span.gb_txt01 {
  margin: 23px 0 12px;
}

span.gb_txt02 {
  margin-top: 31px;
}

.hint_item04 {
  color: white;
  font-size: 1.3rem;
  text-align: right;
  margin-top: 10px;
}

.note {
  background: url(https://d1q08lkutgkcx2.cloudfront.net/image/note.svg) no-repeat left center;
  background-size: 50px;
  max-width: 740px;
  margin: 0 auto;
  line-height: 1.6;
  font-weight: 100;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  padding-left: 70px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateY(90%);
  padding-top: 40px;
  padding-bottom: 40px;
  margin-left: 75px;
  font-size: 1.4rem;
}

.close,
.close-opt,
.close-bulkprepayment {
  position: absolute;
  right: 5%;
  top: 6%;
  z-index: 1;
  width: 50px;
  height: 50px;
  cursor: pointer
}

@media screen and (min-width:767px) {
  div.price_note {
    margin-left: 170px
  }
  div.remarks.price_note {
    margin-left: 0
  }
}

@media screen and (max-width:767px) {
  div.price_note p {
    font-size: 1.2rem
  }
  div.remarks.price_note p {
    font-size: 1.2rem
  }
}

#plus {
  background: #f3f3f3;
  background-size: 35%;
  padding: 100px 20px 70px;
  position: relative;
  z-index: 3;
}

#plus .inner {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
  z-index: 4
}

#plus dl {
  display: flex;
  justify-content: space-between
}

#plus dt {
  width: 48%
}

#plus dt h2 {
  position: relative;
  font-size: 5rem;
  font-weight: 900;
  margin: 0 0 35px;
  z-index: 1
}

#plus dt h2 span {
  font-size: 3rem;
  display: block;
  margin: 0 0 15px;
}

#plus dt p {
  font-size: 2.15rem;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.12em;
  text-align: justify;
}

#plus dd {
  width: 48%;
  margin: -20px 0 0
}

#plus dd ul li {
  margin: 25px 0 0;
  position: relative
}

#plus dd ul li img {
  margin: -5% 0 -5% -4%;
  width: 110%;
  max-width: 110%
}

#plus .plus_para01 {
  width: 160px;
  position: absolute;
  right: 20px;
  top: -20px;
  z-index: 3
}

.plus_para02 {
  width: 640px;
  position: absolute;
  right: 0;
  top: -330px;
  overflow-x: hidden
}

#plus .btn_box02 {
  text-align: center;
  margin: -160px 0 0
}

.plus_para02 {
  width: 640px;
  position: absolute;
  right: 0;
  top: -330px
}

#reason {
  position: relative;
  padding: 100px 20px 80px;
  z-index: 4;
  background: #e3e3e3;
}

#reason.nobutton {
  padding: 160px 20px 160px
}

#reason .inner {
  position: relative;
  z-index: 4
}

#reason h2 {
  text-align: center
}

#reason h2 img {
  max-width: 30%
}

#reason .reason_box {
  position: relative
}

#reason ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 70px 0 0;
  position: relative;
  z-index: 1
}

#reason ul li {
  width: 49%
}

#reason ul li img {
  margin: -3% 0 -3% -4%;
  width: 110%;
  max-width: 110%
}

#reason .btn_box02 {
  text-align: center;
  margin: 80px 0 0
}

.reason_para01 {
  background: url(https://d1q08lkutgkcx2.cloudfront.net/image/reason_para01.svg) no-repeat left center;
  width: 160px;
  position: absolute;
  z-index: 3;
  left: -3px;
  top: 90px
}

.reason_para03 {
  background: url(https://d1q08lkutgkcx2.cloudfront.net/image/reason_para03.svg) no-repeat left center;
  width: 160px;
  position: absolute;
  z-index: 3;
  right: 20px;
  top: 200px
}

#devise {
  padding: 160px 20px 80px;
  position: relative;
  z-index: 3
}

#devise .inner {
  position: relative;
  z-index: 4
}

#devise h2 {
  text-align: center;
  font-size: 5rem;
  letter-spacing: .12em;
  text-indent: -.12em;
  position: relative
}

#devise p {
  text-align: center;
  font-size: 2.6rem;
  letter-spacing: .1em;
  text-indent: -.1em;
  margin: 50px 0 65px;
  position: relative;
  z-index: 1
}

#devise ul {
  display: flex;
  justify-content: space-between;
  margin: -60px 0 0
}

#devise ul li {
  width: 25%
}

#devise .devise_img {
  max-width: 500px;
  margin: 0 auto
}

#devise .btn_box02 {
  text-align: center;
  margin: 80px 0 0
}


@media screen and (min-width:767px) {
  .nav-inner-flex {
    display: flex;
    margin-left: auto;
    width: 51%;
    margin-right: auto
  }
}

@media screen and (min-width:767px) {

  div.application-form-button-area {
    justify-content: center;
    display: flex
  }
}

@media screen and (max-width:767px) {
  #top li{
    align-items: initial;
  }

  div.top-after-service-plus {
    width: 50px;
    top: -25px
  }
  .guide-nav-number {
    font-size: 3em
  }
  .guide-description {
    font-size: 4em;
    padding-bottom: 76px
  }
  .nav-inner-flex.second {
    display: flex;
    padding-left: 90px;
    margin-left: auto;
    width: 51%;
    margin-right: auto
  }
  .guide-nav-description {
    line-height: 33px;
    padding-left: 5px
  }
}

@media screen and (max-width:767px) {
  .nav-inner-flex {
    display: flex;
    padding-left: 18px
  }
  .guide-nav-number {
    font-size: 2em;
    padding-right: 3px
  }
  .guide-nav-description.second {
    padding-top: 5px
  }
  .guide-description {
    text-align: center;
    font-size: 2em;
    padding-bottom: 20px
  }
}

@media screen and (max-width:360px) {
  div.nav-inner-flex {
    display: flex;
    padding-left: 11px
  }
  div.guide-number.number1 {
    position: relative;
    top: 30px;
    right: 106px;
    z-index: 10000000
  }
}


#feature, .hint-area {
  background: #232323;
  padding: 120px 20px 140px;
  position: relative;
  overflow: hidden
}

#feature .inner {
  position: relative;
  z-index: 1
}

#feature::before {
  content: "";
  display: block;
  background: #ededed;
  width: 120%;
  height: 5vw;
  box-shadow: 0 8px 8px rgb(0 0 0 / 20%);
  position: absolute;
  top: 0;
  left: -10%;
  right: -10%;
  margin: auto;
  transform: rotate(-2.5deg) translate(0, -45%);
  z-index: 2
}

#feature.hint-area::before {
  background-color: #232323;
  box-shadow: 0 0 0 rgb(0 0 0)
}

#feature h2 {
  text-align: center;
  color: #fff;
  font-size: 5rem;
  letter-spacing: .26em;
  text-indent: -.26em;
  margin: 0 0 80px
}

#feature ul {
  display: flex;
  justify-content: space-between
}

#feature ul li {
  width: 32%
}

#feature .feature_para_02 {
  position: absolute;
  left: 0;
  width: 650px;
  top: -400px
}

@media screen and (max-width:767px) {
  .content-box-sub-title.terms p {
    font-size: 2rem;
    text-align: left;
    margin-bottom: 20px;
    margin-top: 50px
  }
}

@media screen and (min-width:767px) {
  #price_fix.column-fix {
    top: 43vh
  }

}

@media screen and (max-width:767px) {
  .content-box-sub-title p {
    font-size: 2rem;
    margin-bottom: 0
  }
  .content-box-sub-title.contract-cancel p {
    font-size: 2.5rem;
    text-align: left;
    margin-top: 50px;
    margin-bottom: 0
  }
  section.other-second.column {
    background: url(https://d1q08lkutgkcx2.cloudfront.net/image/plus_para02-2_t.png) no-repeat right -1% #e3e3e3;
    background-size: 65%;
    padding: 70px 0 30px;
    position: relative;
    z-index: 1
  }
  #price_fix.column-fix {
    top: 45vh
  }
  .content-box-title.useful p {
    padding-bottom: 25px
  }
  div.btn_box02.column {
    margin: 0
  }
  .btn_box02.column img {
    width: 122px;
    height: 102px;
    position: relative;
    left: 85px;
    top: 0
  }
  .white-content-box-inner.column p {
    padding-bottom: 30px
  }
  .white-content-box-inner.column img {
    padding-bottom: 30px
  }
  .btn_box02.column a {
    width: 100%
  }
  .btn_box02.column a {
    width: 100%
  }
  .btn_box02.column a span {
    background: url(https://d1q08lkutgkcx2.cloudfront.net/image/arrow02_t.png) no-repeat 93% center;
    background-size: 6px;
    display: block;
    padding: 20px 45px 20px 0;
    position: relative;
    z-index: 1
  }
  section#promotion.section-charcoal.column.right.narrow {
    padding: 50px 0 30px
  }
  section#promotion.section-charcoal.column.left.narrow {
    padding: 50px 0 30px
  }
  section#promotion.section-charcoal.column.left, section#promotion.section-charcoal.column.right {
    background: url(https://d1q08lkutgkcx2.cloudfront.net/image/flow_para02-2_t.png) no-repeat left -1px top -183px #f3f3f3;
    background-size: 80%;
    padding: 110px 30px 70px;
    position: relative;
    z-index: 0;
    background-color: #232323
  }
  section#promotion div.content-box-sub-title.column.white-text p {
    color: #000
  }
  .content-box-sub-title.column p {
    font-size: 2.2rem;
    text-align: left;
    padding-bottom: 30px
  }
}

@media screen and (max-width:320px) {
  .btn_box02.column img {
    width: 122px;
    height: 102px;
    position: relative;
    left: 62px;
    top: 20px
  }
  section#promotion.section-charcoal.column.left, section#promotion.section-charcoal.column.right {
    background: url(https://d1q08lkutgkcx2.cloudfront.net/image/flow_para02-2_t.png) no-repeat left -1px top -145px #f3f3f3;
    background-size: 83%;
    padding: 110px 30px 70px;
    position: relative;
    z-index: 0;
    background-color: #232323
  }
}

#cv {
  background: #ffe400;
  padding: 50px 20px 40px
}

#cv dl {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative
}

#cv dl.cr-cv {
  padding: 0 0 0 320px
}

#cv dl dt {
  width: 290px
}

#cv dl dt h3 {
  font-size: 2rem;
  font-weight: 500;
  margin: 0 0 15px;
  letter-spacing: .06em
}

#cv dl dt h3 div {
  display: flex;
  align-items: center
}

#cv dl dt h3 div p:last-child {
  width: 80%
}

#cv dl dt h3 img {
  width: 44px;
  vertical-align: middle;
  margin: -4px 8px 0 0
}

#cv dl dt a {
  display: block;
  border-radius: 12px;
  background: #DB0066;
  text-align: center;
  padding: 25px 0;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: .2em;
  text-indent: -.2em;
  transition: .3s all;
}

#cv dl dt a:hover {
  background: #1e1e1e;
  color: #ffe400;
  border-color: #000;
}
@media (max-width: 767px) {
  #cv dl dt a {
    border: 0;
  }
}

#cv dl dt a span {
  background: url(https://d1q08lkutgkcx2.cloudfront.net/image/arrow_t.png) no-repeat right -2px;
  background-size: 25px;
  display: inline-block;
  vertical-align: middle;
  padding: 0 25px 0 0
}

#cv dl dt a:hover span {
  background: url(https://d1q08lkutgkcx2.cloudfront.net/image/arrow_on_t.png) no-repeat right -2px;
  background-size: 25px
}

#cv dl dt a.sp {
  display: none
}

#cv dl dd {
  width: 290px;
  text-align: center;
  margin-left: 15px;
}

#cv dl dd h3 {
  font-size: 2rem;
  font-weight: 500;
  margin: 0 0 15px;
  letter-spacing: 0.06em;
}

#cv dl dd h3 img {
  width: 44px;
  vertical-align: middle;
  margin: -4px 8px 0 0
}

#cv dl dd a{
  display: block;
  border-radius: 12px;
  background: #026abd;
  text-align: center;
  padding: 25px 0;
  color: #251814;
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-indent: -0.2em;
  transition: .3s all;
}

#cv dl dd a:hover {
  background: #1e1e1e;
  color: #ffe400
}

#cv dl dd a span {
  background: url(https://d1q08lkutgkcx2.cloudfront.net/image/arrow_t.png) no-repeat right -2px;
  background-size: 25px;
  display: inline-block;
  vertical-align: middle;
  padding: 0 25px 0 0
}

#cv dl dd a:hover span {
  background: url(https://d1q08lkutgkcx2.cloudfront.net/image/arrow_on_t.png) no-repeat right -2px;
  background-size: 25px
}

#cv h3.business-logo {
  padding: 0 0 0 270px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  font-weight: 400
}

#cv h3.business-logo p.logo {
  width: 44px;
  margin: -4px 8px -7px 0
}

#cv h3.business-logo p.text {
  width: 268px;
  font-size: 2.4rem
}

#cv dl.business dd {
  margin-inline-start: 10px
}

#cv dl.business dt a.pc span {
  background: url(https://d1q08lkutgkcx2.cloudfront.net/image/arrow_t.png) no-repeat right -2px top 7px;
  background-size: 25px;
  display: inline-block;
  text-align: center;
  padding: 0 30px 0 20px
}

#cv dl.business dd a.pc span {
  background: url(https://d1q08lkutgkcx2.cloudfront.net/image/arrow_t.png) no-repeat right -2px top 7px;
  background-size: 25px;
  text-align: center;
  padding: 10px 20px 9px 20px
}

#share {
  background: #646464;
  padding: 70px 20px
}

#share .inner {
  position: relative
}

#share h2 {
  font-size: 2.6rem;
  color: #fff;
  letter-spacing: .08em
}

#share ul {
  text-align: center
}

#share ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 45px
}

#share ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 83px;
  height: 83px;
  border-radius: 100%;
  transition: .3s all
}

#share ul li.fb a {
  background: url(https://d1q08lkutgkcx2.cloudfront.net/image/fb_btn_on_t.png) center no-repeat #ffe400;
  background-size: 21px
}

#share ul li.fb a:hover {
  background: url(https://d1q08lkutgkcx2.cloudfront.net/image/fb_btn_on_t.png) center no-repeat #1e1e1e;
  background-size: 21px
}

#share ul li.fb img {
  width: 21px;
  transition: .3s all
}

#share ul li.fb:hover img {
  opacity: 0
}

#share ul li.tw a {
  background: url(https://d1q08lkutgkcx2.cloudfront.net/image/tw_btn_on_t.png) center no-repeat #ffe400;
  background-size: 41px
}

#share ul li.tw a:hover {
  background: url(https://d1q08lkutgkcx2.cloudfront.net/image/tw_btn_on_t.png) center no-repeat #1e1e1e;
  background-size: 41px
}

#share ul li.tw img {
  width: 41px;
  transition: .3s all
}

#share ul li.tw:hover img {
  opacity: 0
}

footer {
  background: #2c2c2c
}

footer.footer-menu {
  padding: 80px 0 0
}

footer .inner {
  display: flex;
  justify-content: space-between;
  align-items: center
}

footer .ft_logo {
  width: 345px
}

footer .ft_logo img {
  max-width: 175px
}

footer .ft_nav {
  width: calc(100% - 345px);
  display: flex;
  align-items: flex-start;
  justify-content: space-between
}

footer .ft_nav li a {
  color: #fff;
  font-size: 1.3rem;
  line-height: 3.5;
  letter-spacing: .1em;
  text-decoration: none
}

footer #copy {
  font-size: 1.1rem;
  color: #fff;
}

footer #copy span {
  display: block;
  max-width: 980px;
  margin: 0 auto;
  letter-spacing: .06em
}

footer ul {
  padding-inline-start: 0
}

footer ul li {
  list-style: none
}

footer.footer-menu div.ft_nav ul li a {
  text-decoration: none
}

#price p.strong-text-center {
  margin-top: 0px;
}

@media screen and (min-width:320px) and (max-width:767px) {
  html {
    font-size: 62.5%
  }
  body {
    font-weight: 400;
    font-style: normal;
    font-size: 1.3rem;
    line-height: 1;
    color: #1e1e1e;
    min-width: 0
  }
  .pc {
    display: none
  }
  .sp {
    display: block
  }
  .inner {
    max-width: 980px;
    margin: 0 auto
  }
  .btn_box01 {
    text-align: center;
    margin: 80px 0 0
  }
  .btn_box01 h4 {
    font-size: 2rem;
    letter-spacing: .15em;
    text-indent: -.15em
  }
  .btn_box01 h4 img {
    width: 40px;
    vertical-align: baseline;
    line-height: 1;
    margin: 0 7px -3px 0
  }
  .btn_box01 ul {
    margin: 40px 0 0
  }
  .btn_box01 ul li {
    display: inline-block;
    margin: 0 10px
  }
  .btn_box01 ul li a {
    display: block;
    width: 320px;
    padding: 20px 40px;
    background: url(https://d1q08lkutgkcx2.cloudfront.net/image/arrow_t.png) no-repeat 95% center #ffe400;
    background-size: 16px;
    color: #1e1e1e;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: .2em;
    text-indent: -.2em;
    border-radius: 6px;
    box-sizing: border-box
  }
  .btn_box02 a {
    background: #f07;
    width: 280px;
    display: block;
    margin: 0 auto;
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: .02em;
    position: relative;
    text-align: center;
    text-decoration: none
  }
  .btn_box02 a::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 45px;
    background: #1e1e1e;
    transition: .3s all
  }
  .btn_box02 a:hover::after {
    width: 100%
  }
  .btn_box02 a span {
    background: url(https://d1q08lkutgkcx2.cloudfront.net/image/arrow02_t.png) no-repeat 255px center;
    background-size: 6px;
    display: block;
    padding: 20px 45px 20px 0;
    position: relative;
    z-index: 1
  }
  .btn-area02 {
    flex-direction: column
  }
  .btn_box02_1 a span {
    margin-top: 35px
  }
  .bg01 {
    display: block;
    overflow-x: hidden;
    position: absolute;
    width: 100%;
    height: 10vw;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2
  }
  .bg07 {
    z-index: 1
  }
  .bg01::before {
    content: "";
    display: block;
    background: #f3f3f3;
    width: 120%;
    height: 5vw;
    box-shadow: 0 8px 8px rgb(0 0 0 / 10%);
    position: absolute;
    top: 0;
    left: -10%;
    right: -10%;
    margin: auto;
    transform: rotate(2.5deg) translate(0, -45%)
  }
  .bg02 {
    display: block;
    overflow-x: hidden;
    position: absolute;
    width: 100%;
    height: 10vw;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 10;
  }
  .bg02::after {
    content: "";
    display: block;
    background: #e3e3e3;
    width: 120%;
    height: 5vw;
    box-shadow: 0 8px 8px rgb(0 0 0 / 20%);
    position: absolute;
    top: 0;
    left: -10%;
    right: -10%;
    margin: auto;
    transform: rotate(-2.5deg) translate(0, -45%)
  }
  .bg03 {
    display: block;
    overflow-x: hidden;
    position: absolute;
    width: 100%;
    height: 10vw;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2
  }
  .bg03::after {
    content: "";
    display: block;
    background: #ededed;
    width: 120%;
    height: 5vw;
    box-shadow: 0 8px 8px rgb(0 0 0 / 20%);
    position: absolute;
    top: 0;
    left: -10%;
    right: -10%;
    margin: auto;
    transform: rotate(-2.5deg) translate(0, -45%)
  }
  header {
    background: #1e1e1e;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 10000001;
    display: block
  }
  header .inner {
    max-width: 1168px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 0 5%;
    box-sizing: border-box;
  }
  header .logo,
  header .logo-lp {
    width: 85px;
    padding: 15px 0;
    margin: 0;
    transform: none;
  }
  header .logo-lp img {
    width: 60px;
  }
  header ul {
    display: block;
    position: fixed;
    opacity: 1;
    z-index: 100;
    background: #1e1e1e;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    box-sizing: border-box;
    padding: 85px 8% 20px
  }
  header ul.sp_nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    transform: scale(1, .5);
    transition: .3s all;
    opacity: 0;
    visibility: hidden
  }
  header ul.sp_nav.clicked {
    transform: scale(1);
    opacity: 1;
    visibility: visible
  }
  header ul.pc_nav {
    display: none
  }
  header ul li {
    text-align: center;
    letter-spacing: .11em;
    text-indent: -.11em;
    width: 48%
  }
  header ul li a {
    color: #fff;
    font-weight: 500
  }
  header ul li.sp_nav_type01 {
    border: solid 1px #f5f500;
    width: 48%;
    line-height: 1;
    overflow: hidden;
    background: #f5f500;
    border-radius: 10px
  }
  header ul li.sp_nav_type01 a {
    background: url(https://d1q08lkutgkcx2.cloudfront.net/image/arrow04.svg) no-repeat 90% center;
    background-size: 6px;
    color: #1e1e1e;
    padding: 20px 0;
    display: block
  }
  header ul li.sp_nav_type02 {
    border: solid 1px #fff;
    width: 48%;
    line-height: 1;
    overflow: hidden;
    background: 0 0;
    border-radius: 10px
  }
  header ul li.sp_nav_type02 a {
    background: url(https://d1q08lkutgkcx2.cloudfront.net/image/arrow05.svg) no-repeat 90% center;
    background-size: 6px;
    color: #fff;
    padding: 20px 0;
    display: block
  }
  header ul li.sp_nav_type04 {
    border: solid 1px #fff;
    width: 48%;
    line-height: 1;
    overflow: hidden;
    background: 0 0;
    border-radius: 10px;
    margin: -15px 0 0
  }
  header ul li.sp_nav_type04 a {
    background: url(https://d1q08lkutgkcx2.cloudfront.net/image/arrow04.svg) no-repeat 90% center #fff;
    background-size: 6px;
    color: #1e1e1e;
    padding: 20px 0;
    display: block
  }
  #sp-menu {
    width: 35px;
    height: 18px;
    position: absolute;
    left: 20px;
    top: 34px;
    z-index: 999999;
    margin: 0;
    display: block;
    transition: .3s all
  }
  #sp-menu.clicked {
    top: 25px
  }
  #sp-menu span {
    position: absolute;
    width: 100%;
    height: 1px;
    border-radius: 10px;
    background-size: 100% 100%;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    left: 0;
    background: #fff
  }
  #sp-menu span.top-border {
    top: 0
  }
  #sp-menu span.middle-border {
    top: 17px;
    margin: 0 0 0
  }
  #sp-menu.clicked span.top-border {
    transform: rotate(-45deg);
    top: 15px
  }
  #sp-menu.clicked span.middle-border {
    transform: rotate(45deg);
    top: 15px
  }
  .sp_btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 9px;
  }
  .sp_btn a {
    width: 90px;
    height: 50px;
    box-sizing: border-box;
    border-radius: 8px;
    color: #fff;
    padding: 8px 0;
    margin: 5px 0;
    font-size: 1.2rem;
    line-height: 1.3;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
  }
 
  .sp_btn a.request {
    border: solid 1px #DB0066;
    background: #DB0066;
    position: relative;
    padding: 13px 0 0;
  }
  .sp_btn a.request::before {
    content: "";
    border-top: 5px solid #fff;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid transparent;
    position: absolute;
    left: 50%;
    top: 15px;
    transform: translateX(-50%);
  }
  .sp_btn a.request .sub-mess {
    position: absolute;
    left: 50%;
    top: -5px;
    transform: translateX(-50%);
    background-color: #fff;
    width: 100%;
    padding: 3px 0;
    border-radius: 10px;
    font-size: 1.2rem;
    color: #000;
  }
  .sp_btn a.request .sub-mess span {
    color: #ff0080;
  }
  /* ハンバーガーメニュー */
  .hum-nav nav {
    width: 320px;
    margin: 0 auto;
  }
  .sp-nav-btn {
    width: 50px;
    height: 50px;
    position: relative;
    margin-top: 11px;
    cursor: pointer;
  }
  .sp-nav-btn span {
    width: 35px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .sp-nav-btn span:nth-child(1) {
    top: calc(50% - 15px);
  }
  .sp-nav-btn span:nth-child(2) {
    top: 50%;
  }
  .sp-nav-btn span:nth-child(3) {
    top: calc(50% + 15px);
  }
  .hum-nav {
    width: 100%;
    height: 100vh;
    background: #1e1e1e;
    position: fixed;
    top: 0;
    left: 0;
    padding: 80px 1.5rem 1.5rem;
    box-sizing: border-box;
    z-index: 10000;
    opacity: 0;
    transition: opacity .5s;
    visibility: hidden;
    overflow-y: scroll;
  }
  .hum-nav.open {
    width: 100vw;
    height: 100vh;
    opacity: 1;
    visibility: visible;
  }
  .hum-nav .close-btn {
    position: absolute;
    top: 20px;
    right: 1.5rem;
    width: 40px;
    height: 40px;
  }
  .hum-nav .close-btn span {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
  }
  .hum-nav .close-btn span::before, .hum-nav .close-btn span::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 1px;
    background: #fff;
    top: 50%;
    left: 50%;
    z-index: 1000;
  }
  .hum-nav .close-btn span::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .hum-nav .close-btn span::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  body.noscroll {
    overflow: hidden;
  }
  .hum-nav .btn-type1 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 20px;
  }
  .hum-nav .btn-type1 a {
    width: 142px;
    height: 60px;
    box-sizing: border-box;
    border-radius: 8px;
    color: #fff;
    padding: 8px 0;
    margin: 5px 0;
    font-size: 1.5rem;
    line-height: 1.4;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 2px;
    text-align: center;
  }
  .hum-nav .btn-type1 a.business {
    background-color: #026abd;
  }
  .hum-nav .btn-type1 a.request {
    border: solid 1px #DB0066;
    color: #fff;
    background: #DB0066;
    padding: 16px 0 0;
    font-size: 1.7rem;
    position: relative;
  }
  .hum-nav .btn-type1 a.request .sub-mess {
    position: absolute;
    left: 50%;
    top: -8px;
    transform: translateX(-50%);
    background-color: #fff;
    width: 90%;
    padding: 3px 0;
    border-radius: 10px;
    font-size: 1.6rem;
    color: #000;
  }
  .hum-nav .btn-type1 a.request .sub-mess span {
    color: #ff0080;
  }
  .hum-nav .btn-type1 a.request::before {
    content: "";
    border-top: 5px solid #fff;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid transparent;
    position: absolute;
    left: 50%;
    top: 20px;
    transform: translateX(-50%);
  }
  .hum-nav ul.hum-nav-list {
    position: static;
    z-index: unset;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 20px;
    margin-bottom: 40px;
  }
  .hum-nav ul.hum-nav-list li {
    text-align: left;
    padding: 10px 0 10px 5px;
    border-bottom: 1px solid #fff;
    width: calc(50% - 10px);
    box-sizing: border-box;
  }
  .hum-nav .btn-type2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 30px;
    flex-direction: column;
  }
  .hum-nav .btn-type2 a {
    color: #fff;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 230px;
    height: 52px;
    border-radius: 10px;
  }
  .hum-nav .btn-type2 a.mypage-btn {
    background-color: #2c2c2c;
    border: 2px solid #2c2c2c;
  }
  .hum-nav .btn-type2 a.charge-btn {
    background-color: #666;
    border: 2px solid #666;
  }
  
  .hum-nav .btn-type2 a.mypage-btn img {
    width: 32px;
    margin-right: 8px;
  }
  .hum-nav .btn-type2 a.charge-btn img {
    width: 32px;
  }
  .hum-nav .btn-type2 a.charge-btn .data-charge-sm {
    text-align: center;
    font-size: 1.2rem;
  }
  .hum-nav .btn-type2 a.charge-btn .data-charge-sm span {
    font-size: 10px;
  }
  .hum-nav .menu-logo {
    display: block;
    width: 210px;
    height: auto;
    margin: 30px auto 0;
  }

  #price .inner {
    max-width: 980px;
    margin: 0 auto;
    position: relative;
    z-index: 4
  }
  #price h2 {
    position: relative;
    font-size: 9vw;
    font-weight: 900;
    margin: 0 0 60px;
    z-index: 1
  }
  #price h2 span.price_ttl01 {
    font-size: 5vw;
    display: block;
    margin: 0 0 15px;
    letter-spacing: .1em
  }
  #price h2 span.price_ttl02 {
    font-family: montserrat, sans-serif;
    font-weight: 700;
    font-size: 9vw;
    letter-spacing: .1em
  }
  #price h2::after {
    display: none
  }
  #price p.strong-text-center {
    margin-top: 20px;
    text-align: center;
  }

  #price.standerd-free-sec.yellow-triangle ul.price-row li > p{
    text-align: center;
  }

  h3.entry-cp {
    font-size: 190%;
    line-height: 1.25em
  }
  .price_box01 {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between
  }
  .price_item01 {
    width: 100%;
    position: relative;
    margin: 60px 0 0
  }
  .price_item01 h3 {
    height: auto
  }
  .price_item01 h3 img {
    height: auto
  }
  .price_item01 ul {
    margin: 30px 0 0
  }
  .price_item01 ul li {
    margin: 0 0 0
  }
  #top .price_item01 ul li img {
    margin: -5% 0 -5% -4%;
    width: 110%;
    max-width: 110%
  }
  .price_item01 ul li span {
    position: absolute;
    right: -10px;
    top: 0;
    max-width: 55px
  }
  .price_item01 ul li span img {
    margin: 0;
    width: 100%;
    max-width: 110%
  }
  .price_item02 {
    width: 100%;
    position: relative;
    z-index: 1
  }
  .price_item02 h3 {
    height: auto
  }
  .price_item02 h3 img {
    height: auto
  }
  .price_item02 ul {
    margin: 28px 0 0
  }
  .price_item02 ul li {
    margin: 0 0 0;
    position: relative
  }
  #top .price_item02 ul li img {
    margin: -5% 0 -5% -4%;
    width: 110%;
    max-width: 110%
  }
  .price_item02 ul li span {
    position: absolute;
    right: -15px;
    top: 0;
    max-width: 55px
  }
  .price_item02 ul li span img {
    margin: 0;
    width: 100%;
    max-width: 110%
  }
  .para_box_price {
    position: fixed;
    left: 0;
    right: 0;
    top: 0
  }
  .para_01 {
    background: url(https://d1q08lkutgkcx2.cloudfront.net/image/price_para01.svg) no-repeat left center;
    width: 15%;
    position: absolute;
    z-index: 3;
    top: 120px;
    left: 0
  }
  .para_02 {
    background: url(https://d1q08lkutgkcx2.cloudfront.net/image/price_para02_t.png) no-repeat left center;
    width: 58%;
    position: absolute;
    top: -20vw;
    left: -19%
  }
  #price .btn_box02 {
    text-align: center;
    margin: 55px 0 0
  }
  #hint_wrap {
    position: relative
  }
  #price_fix {
    width: 35px;
    position: fixed;
    right: 0;
    top: 100px;
    background: #323232;
    z-index: 5;
    transition: .3s all
  }
  #price_fix.active img {
    opacity: 0
  }
  .hint_box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
  }
  .hint_box ul li {
    width: 49%;
    margin: 2% 0 0
  }
  .hint_box h4 {
    max-width: 740px;
    margin: 0 auto 25px;
    position: static;
    transform: none;
    width: 100%
  }
  .hint_item02 {
    max-width: 740px;
    margin: 20px auto 20px;
    width: 100%
  }
  .hint_item02 p {
    max-width: 100%
  }
  .hint_item03 {
    max-width: 740px;
    width: 100%;
    margin: 0 auto 0
  }
  .hint_item03 p {
    max-width: 100%
  }
  .note {
    background: url(https://d1q08lkutgkcx2.cloudfront.net/image/note.svg) no-repeat left center;
    background-size: 30px;
    max-width: 740px;
    margin: 15px auto 0;
    font-size: 1rem;
    line-height: 1.6;
    font-weight: 100;
    letter-spacing: .1em;
    color: #fff;
    padding: 0 0 0 40px;
    box-sizing: border-box;
    position: static;
    transform: none
  }
  .close,
  .close-opt,
  .close-bulkprepayment {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 1;
    width: 25px;
    height: 25px
  }
  #plus {
    background: #f3f3f3;
    background-size: 35%;
    padding: 60px 8% 60px;
    position: relative;
    z-index: 0;
  }
  #plus .inner {
    max-width: 980px;
    margin: 0 auto;
    position: relative;
    z-index: 4
  }
  #plus dl {
    display: block;
    justify-content: space-between
  }
  #plus dt {
    width: 100%;
    position: relative
  }
  #plus dt h2 {
    position: relative;
    font-size: 3rem;
    font-weight: 900;
    margin: 0 0 45px;
    z-index: 1
  }
  #plus dt h2 span {
    font-size: 2rem;
    display: block;
    margin: 0 0 10px;
    letter-spacing: .1em
  }
  #plus dt p {
    font-size: 1.6rem;
    letter-spacing: 0;
    line-height: 1.8;
    text-align: justify;
  }
  #plus dd {
    width: 100%;
    margin: 0 0 0
  }
  #plus dd ul {
    display: flex;
    justify-content: space-between
  }
  #plus dd ul li {
    margin: 10px 0 0;
    position: relative
  }
  #plus dd ul li img {
    margin: -5% 0 -5% -4%;
    width: 110%;
    max-width: 110%
  }
  #plus .lp-btn > a {
    margin-top: 30px;
  }
  #plus .plus_para01 {
    width: 15%;
    position: absolute;
    right: initial;
    left: 0;
    top: 90px;
    z-index: 3
  }
  .plus_para02 {
    width: 80%;
    position: absolute;
    right: 0;
    top: -30%
  }
  #plus .btn_box02 {
    text-align: center;
    margin: 40px 0 0
  }
  #reason {
    background: #e3e3e3;
    position: relative;
    padding: 85px 8% 55px;
    z-index: 4
  }
  #reason.nobutton {
    padding: 85px 8% 55px
  }
  #reason .inner {
    position: relative;
    z-index: 4
  }
  #reason h2 img {
    max-width: 50%
  }
  #reason .reason_box {
    position: relative
  }
  #reason .reason_box::after {
    content: "";
    display: none
  }
  #reason ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 30px 0 0;
    position: relative;
    z-index: 1
  }
  #reason ul li {
    width: 49%
  }
  #reason ul li img {
    margin: -3% 0 -3% -4%;
    width: 110%;
    max-width: 110%
  }
  #reason .btn_box02 {
    text-align: center;
    margin: 40px 0 0
  }
  .reason_para01 {
    background: url(https://d1q08lkutgkcx2.cloudfront.net/image/reason_para01.svg) no-repeat left center;
    width: 15%;
    position: absolute;
    z-index: 3;
    left: 0;
    top: 90px
  }
  .reason_para03 {
    background: url(https://d1q08lkutgkcx2.cloudfront.net/image/reason_para03.svg) no-repeat left center;
    width: 15%;
    position: absolute;
    z-index: 3;
    right: 0;
    top: 330px
  }
  #devise {
    background: #f3f3f3;
    padding: 80px 8% 55px;
    position: relative;
    z-index: 3
  }
  #devise .inner {
    position: relative;
    z-index: 4
  }
  #devise h2 {
    text-align: center;
    font-size: 2.4em;
    letter-spacing: .12em;
    text-indent: -.12em;
    position: relative
  }
  #devise p {
    text-align: center;
    font-size: 1.6em;
    line-height: 1.4;
    letter-spacing: .1em;
    text-indent: 0;
    margin: 35px 0 40px;
    position: relative;
    z-index: 1;
    font-weight: bold;
  }
  #devise ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: -40px 0 0;
    position: relative;
    z-index: 2
  }
  #devise ul li {
    width: 50%
  }
  #devise .devise_img {
    max-width: 80%;
    margin: 0 auto;
    position: relative;
    z-index: 1
  }
  #devise .btn_box02 {
    text-align: center;
    margin: 40px 0 0
  }
  #flow h2.bottom-margin {
    margin-bottom: 40px;
  }
  #flow {
    background: #E3E3E3;
    padding: 65px 8%;
    position: relative
  }
  #flow .inner {
    position: relative;
    z-index: 4
  }
  #flow h2 {
    text-align: center;
    font-size: 2.4em;
    margin: 0 0 40px;
  }
  #flow ul {
    display: block;
    justify-content: space-between
  }
  #flow ul li {
    width: 100%
  }
  #flow ul li:nth-of-type(2) {
    width: 100%;
    margin: 40px 0
  }
  #flow ul li:nth-of-type(3) {
    width: 100%
  }
  #flow .flow_para02 {
    position: absolute;
    left: 0;
    top: -360px;
    z-index: 1;
    width: 15%
  }
  #feature {
    background: #2c2c2c;
    padding: 75px 8%;
    position: relative;
    overflow: hidden
  }
  #feature .inner {
    position: relative;
    z-index: 1
  }
  #feature::before {
    content: "";
    display: block;
    background: #ededed;
    width: 120%;
    height: 5vw;
    box-shadow: 0 8px 8px rgb(0 0 0 / 20%);
    position: absolute;
    top: 0;
    left: -10%;
    right: -10%;
    margin: auto;
    transform: rotate(-2.5deg) translate(0, -45%);
    z-index: 2
  }
  #feature h2 {
    text-align: left;
    color: #1e1e1e;
    font-size: 9vw;
    letter-spacing: .16em;
    text-indent: -.16em;
    margin: 0 0 60px
  }
  #feature ul {
    display: block;
    justify-content: space-between
  }
  #feature ul li {
    width: 100%;
    margin: 25px 0 0
  }
  #feature .feature_para_02 {
    position: absolute;
    left: -30%;
    width: 105%;
    bottom: initial;
    top: -180px;
    transform: rotate(95deg)
  }
  #cv {
    background: #ffe400;
    padding: 11px 8%;
    box-shadow: 0 6px 6px rgb(0 0 0 / 20%);
    position: relative
  }
  #cv dl, #cv dl.cr-cv {
    padding: 0 0 0 35%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative
  }
  #cv dl.business {
    flex-direction: column
  }
  #cv dl::after {
    content: "";
    display: block;
    width: 113px;
    height: 156px;
    background: url(https://d1q08lkutgkcx2.cloudfront.net/image/footer-person_left.webp) no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -41px;
    left: 0
  }
  #cv dl::before {
    background: none;
  }
  #cv dl dt {
    width: 100%
  }
  #cv dl dt h3 {
    font-size: 3.5vw;
    font-weight: 700;
    margin: 0 5px 10px;
    letter-spacing: .06em
  }
  #cv dl dt h3 img {
    width: 38px;
    vertical-align: middle;
    margin: -2px 8px 0 0
  }
  #cv dl dt a {
    display: block;
    border-radius: 12px;
    background: url(https://d1q08lkutgkcx2.cloudfront.net/image/arrow_t.png) no-repeat 100% center #fff;
    background-size: 25px;
    padding: 17px 0 17px;
    color: #251814;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: .1em;
    text-indent: 0;
    transition: .3s all
  }
  #cv dl dt a.pc {
    display: none
  }
  #cv dl dt a.sp {
    display: inline-block;
    vertical-align: middle;
    width: 45%;
    text-align: center;
    margin: 0
  }
  #cv dl.business dt a.sp {
    display: block;
    flex-direction: column;
    width: 100%;
    margin: 5px 0
  }
  #cv dl dt a.sp:last-child {
    margin: 0 0 0 1%
  }
  #cv dl dt a:hover {
    background: #1e1e1e;
    color: #ffe400
  }
  #cv dl dt a span {
    background: 0 0;
    background-size: 25px;
    display: inline-block;
    vertical-align: middle;
    padding: 0
  }
  #cv dl dt a:hover span {
    background: 0 0;
    background-size: 25px
  }
  #cv dl dd {
    display: none
  }
  #cv dl dd h3 {
    font-size: 2.4rem;
    font-weight: 500;
    margin: 0 0 15px
  }
  #cv dl dd h3 img {
    width: 44px;
    vertical-align: middle;
    margin: -4px 8px 0 0
  }
  #cv dl dd a {
    display: block;
    border-radius: 12px;
    background: #ffe400;
    text-align: center;
    padding: 25px 0;
    color: #251814;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: .2em;
    text-indent: -.2em;
    border: solid 1px #251814;
    transition: .3s all
  }
  #cv dl dd a:hover {
    background: #1e1e1e;
    color: #ffe400
  }
  #cv dl dd a span {
    background: url(https://d1q08lkutgkcx2.cloudfront.net/image/arrow_t.png) no-repeat right -2px;
    background-size: 25px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 25px 0 0
  }
  #cv dl dd a:hover span {
    background: url(https://d1q08lkutgkcx2.cloudfront.net/image/arrow_on_t.png) no-repeat right -2px;
    background-size: 25px
  }
  #cv dl.cr-cv dt h3 div p:last-child {
    text-align: center
  }
  .sp_btn.cr-entry {
    top: 12px
  }
  .sp_btn.cr-entry a {
    padding: 18px 0;
    font-size: 1.2rem
  }
  #share {
    background: #646464;
    padding: 40px 20px
  }
  #share .inner {
    position: relative
  }
  #share h2 {
    font-size: 2rem;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    letter-spacing: .08em
  }
  #share ul {
    text-align: center
  }
  #share ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px
  }
  #share ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    transition: .3s all
  }
  #share ul li.fb a {
    background: url(https://d1q08lkutgkcx2.cloudfront.net/image/fb_btn_on_t.png) center no-repeat #ffe400;
    background-size: 11px
  }
  #share ul li.fb a:hover {
    background: url(https://d1q08lkutgkcx2.cloudfront.net/image/fb_btn_on_t.png) center no-repeat #1e1e1e;
    background-size: 11px
  }
  #share ul li.fb img {
    width: 11px;
    transition: .3s all
  }
  #share ul li.fb:hover img {
    opacity: 0
  }
  #share ul li.tw a {
    background: url(https://d1q08lkutgkcx2.cloudfront.net/image/tw_btn_on_t.png) center no-repeat #ffe400;
    background-size: 20px
  }
  #share ul li.tw a:hover {
    background: url(https://d1q08lkutgkcx2.cloudfront.net/image/tw_btn_on_t.png) center no-repeat #1e1e1e;
    background-size: 20px
  }
  #share ul li.tw img {
    width: 20px;
    transition: .3s all
  }
  #share ul li.tw:hover img {
    opacity: 0
  }
  footer {
    background: #2c2c2c
  }
  footer.footer-menu {
    padding: 45px 0 0
  }
  footer .inner {
    display: block;
    justify-content: space-between;
    align-items: center
  }
  footer .ft_logo {
    width: 100%;
    text-align: center
  }
  footer .ft_logo img {
    margin: 0 auto 40px;
    max-width: 175px
  }
  footer .ft_nav {
    width: 100%;
    box-sizing: border-box;
    padding: 0 8%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }
  footer .ft_nav ul:nth-of-type(1) {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 20px
  }
  footer .ft_nav ul:nth-of-type(1) li {
    width: 33.33333%;
    text-align: center;
    margin: 0 0 12px;
    box-sizing: border-box;
    border-left: solid 1px #909090
  }
  footer .ft_nav ul:nth-of-type(1) li:nth-of-type(3), footer .ft_nav ul:nth-of-type(1) li:nth-of-type(6) {
    border-right: solid 1px #909090
  }
  footer .ft_nav ul:nth-of-type(1) li a {
    display: block;
    padding: 15px 0
  }
  footer .ft_nav ul:nth-of-type(2) {
    width: 100%;
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 0
  }
  footer .ft_nav ul:nth-of-type(3) {
    width: 100%;
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 0;
    border-bottom: solid 1px #909090
  }
  footer .ft_nav ul:nth-of-type(2) li a, footer .ft_nav ul:nth-of-type(3) li a {
    padding: 20px 0;
    border-top: solid 1px #909090;
    display: block;
    font-size: 1.2rem
  }
  footer .ft_nav li a {
    color: #fff;
    font-size: 2.5vw;
    line-height: 1.5;
    letter-spacing: .1em;
    text-decoration: none
  }
  footer #copy {
    text-align: center;
    font-size: 1rem;
    color: #fff;
    padding: 20px 8% 30px;
  }
  footer #copy span {
    display: block;
    max-width: 980px;
    margin: 0 auto;
    letter-spacing: .06em
  }
}

@media screen and (min-width:767px) {
  div.faq-nav-icons.callcenter {
    position: relative;
    right: 50px;
    display: flex;
    justify-content: space-between;
    text-align: center;
    width: 100%;
    margin: 0
  }
}
.size-up {
  font-size: 2.4rem
}

div.white-content-box {
  margin: 0 0 50px 0
}

#devise.reset-blank, #price.reset-blank {
  padding: 4em 9%
}

#price.reset-blank {
  position: relative
}

#devise div.left-block p, #devise ul.table-option, #devise ul.table-option li {
  width: auto;
  display: block;
  text-align: left;
  padding: 0;
  margin: 0;
  line-height: initial;
  font-size: initial;
  text-indent: initial
}

@media screen and (max-width:767px) {
  #devise.reset-blank, #price.reset-blank {
    padding: 1.5em 1em
  }
  #devise ul.table-option li {
    font-size: 1.2rem
  }
  #price.reset-blank {
    position: inherit
  }
}
div.top_price {
  position: relative
}

div.top_section_02 {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 30px 0 50px
}

div.top_price+p {
  font-size: 1.1rem;
  line-height: 1.8;
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: gray;
  letter-spacing: .06em;
  margin: 25px auto 0;
}

@media screen and (min-width:767px) {
  #top #first_view h1.cp-name {
    width: 790px;
    margin: 96px auto 0;
    padding: 15px 0
  }
}

div.section-container.free-back div.btn-area02 {
  margin-top: 40px
}

@media screen and (max-width:767px) {
  div.top_section_01 {
    flex-direction: column
  }
  div.top_section_01 h3, div.top_section_01 img, div.top_section_02 div:first-child, div.top_section_02 div:last-child {
    width: 100%
  }
  section#price div.inner div.top_price div.top_price.free div.top_section_01 h3 {
    margin: 0 0 10px
  }
  div.top_section_02 {
    flex-direction: column-reverse;
    margin: 30px 0
  }
  #top div.top_section_02 div:last-child img, div.top_section_02 div:last-child img {
    position: relative;
    top: auto;
    right: 0;
    max-width: 110%
  }
  div.top_price+p {
    width: 100%;
    margin: 25px 0 0
  }
  div.price-campaign-area div.price-img {
    padding: 40px 20px
  }
  div.price-campaign-area div.price-img div {
    padding: 0 0 40px
  }
  div.business-campaign div.price-campaign-area div.price-img {
    padding: 80px 20px 40px
  }
  div.business-campaign p {
    position: absolute;
    bottom: 130%;
    left: 58%;
    transform: translateX(-50%)
  }
  div.business-campaign p img {
    width: 50%
  }
  div.price-img div {
    position: relative
  }
  div.business-campaign div.price-campaign-area div.price-img div span {
    position: absolute;
    bottom: 100%;
    right: -125px
  }
  div.business-campaign div.price-campaign-area div.price-img div span img {
    width: 55%
  }
  div.business-campaign-content {
    overflow: hidden
  }
  div.section-container.free-back div.btn-area02 {
    margin-top: 30px
  }
}

div.main div.key-visual.business {
  background: 0 0;
  background-color: #0b0b0b
}

@media screen and (min-width:767px) {
  p.document-description {
    margin-bottom: -5px
  }
}

.userflow {
  display: flex;
  flex-direction: column;
  text-align: center;
  font-size: 2.5em;
  font-weight: 700;
  height: 100%
}

.userflow h3 {
  margin: 0 0 1em 0
}

.userflow h3 span.flow-number {
  font-size: 2em;
  padding-bottom: .3em
}

.userflow .flow-point {
  font-size: 1.3em;
  padding: .5em 0;
  line-height: 1.25em
}

div.userflow img {
  margin-top: auto
}

@media screen and (max-width:767px) {
  .userflow h3 {
    margin: 0
  }
  .userflow {
    flex-direction: unset;
    text-align: left;
    font-size: 2em;
    justify-content: space-between;
    align-items: flex-end
  }
  .userflow h3 span.flow-number {
    font-size: 2em;
    padding-bottom: 0;
    padding-right: 10px
  }
  .userflow .sp-flow-point {
    width: 60%;
    justify-content: unset;
    flex-direction: column
  }
  .userflow p {
    font-size: 1.2rem
  }
  .userflow .flow-point {
    font-size: 1em;
    padding: 0 0 .2em 0;
    line-height: 1.1em
  }
  .userflow img {
    width: 30%
  }
}

@media screen and (max-width:374px) {
  .userflow img {
    width: 25%
  }
}

.footer-limited {
  width: 30%;
  position: relative
}

.footer-limited img {
  width: 125px;
  position: absolute;
  bottom: -5px;
  left: 160px
}

@media screen and (max-width:767px) {
  .footer-limited img {
    width: 80px;
    position: absolute;
    left: 55px
  }
}

h2.reason-4 {
  font-size: 3.2em;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 2em;
  text-align: center
}

h2.reason-4 p {
  font-size: 30px
}

h2.reason-4 span {
  font-size: 2em
}

@media screen and (max-width:767px) {
  #reason h2.reason-4 {
    font-size: 2.5em;
    font-weight: 700;
    line-height: 1.8em;
    text-align: center;
  }
  h2.reason-4 p {
    font-size: 19px
  }
  h2.reason-4 span {
    font-size: 1.8em
  }
}

.lp-btn a {
  padding: 25px 0;
  z-index: 1;
  letter-spacing: .05em;
  width: 426px;
  background: #ffe000;
  display: block;
  margin: 60px auto 0;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: .05em;
  position: relative;
  text-decoration: none;
  text-align: center;
  transition: .3s all
}

.lp-btn a {
  color: #000
}

.lp-btn a:hover {
  background: #fff
}

span.lp-btn-cv::before {
  content: "";
  background: no-repeat url(https://d1q08lkutgkcx2.cloudfront.net/image/nav_btn01_t.png);
  background-size: 60px;
  display: block;
  position: absolute;
  right: 0;
  top: 17px;
  bottom: 0;
  left: 30px;
  width: 100px
}

.lp-btn a::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 60px;
  background: #000
}

span.lp-btn-cv::after {
  content: "";
  display: block;
  position: absolute;
  right: 12px;
  top: 25px;
  bottom: 10px;
  width: 22px;
  background: url(https://d1q08lkutgkcx2.cloudfront.net/image/arrow02.svg) no-repeat;
  background-size: 10px;
  z-index: 3
}

@media screen and (max-width:767px) {
  .lp-btn a {
    padding: 25px 0;
    z-index: 1;
    letter-spacing: .05em;
    width: 100%;
    background: #ffe000;
    display: block;
    margin: 50px auto 0;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: .05em;
    position: relative;
    text-decoration: none;
    text-align: center
  }
  .lp-btn a {
    color: #000
  }
  .lp-btn a:hover {
    background: #fff;
    transition: .3s all
  }
  span.lp-btn-cv::before {
    content: "";
    background: no-repeat url(https://d1q08lkutgkcx2.cloudfront.net/image/nav_btn01_t.png);
    background-size: 40px;
    display: block;
    position: absolute;
    right: 0;
    top: 23px;
    bottom: 0;
    left: 15px;
    width: 60px
  }
  .lp-btn a::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 60px;
    background: #000
  }
  span.lp-btn-cv::after {
    content: "";
    display: block;
    position: absolute;
    right: 12px;
    top: 25px;
    bottom: 10px;
    width: 22px;
    background: url(https://d1q08lkutgkcx2.cloudfront.net/image/arrow02.svg) no-repeat;
    background-size: 10px;
    z-index: 3
  }
}

.dual-top {
  position: relative;
  z-index: 6;
}

section#first_view.dual-kv {
  background: linear-gradient(-18deg, #000 52.5%, gold 52.7%);
  z-index: 5;
  position: relative
}

section#first_view.dual-kv h1{
  max-width: 1186px;
  margin: auto;
}

span.marker-white {
  background: #fff;
  padding: .35em;
  display: inline
}

.read-dual {
  padding-top: 90px
}

.other-merit p.merit span.under-line-thin-pink, div.read-dual h2 span.marker-white span.under-line-thin-pink {
  background: linear-gradient(transparent 90%, #f07 0);
  padding-bottom: .2em
}

.read-dual h2 {
  font-size: 2em;
  line-height: 2.3em
}

.skew-rightdown, .skew-rightup {
  filter: drop-shadow(0 12px 5px rgb(0 0 0 / 9%));
  -webkit-filter: drop-shadow(0 12px 5px rgb(0 0 0 / 9%));
  -moz-filter: drop-shadow(0 12px 5px rgb(0 0 0 / 9%));
  -o-filter: drop-shadow(0 12px 5px rgb(0 0 0 / 9%));
  -ms-filter: drop-shadow(0 12px 5px rgb(0 0 0 / 9%));
  transform: skewY(1.5deg)
}

.try-back {
  transform: skewY(-1.5deg)
}

div.read-dual {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden
}

section.other-first.skew-rightdown {
  position: relative;
  margin-bottom: -30px;
  padding-bottom: 60px;
  z-index: 5
}

.dual-section {
  width: 980px;
  position: relative
}

.dualuse-pr {
  width: 80%;
  margin: -20px auto 0
}

.dual-section h3 {
  width: 65%
}

.dualstyle {
  position: absolute;
  width: 35%;
  top: -65px;
  right: 0;
  z-index: -1
}

.dualstyle img {
  width: 90%
}

h2.dual-title {
  font-size: 2.2em;
  letter-spacing: 3px;
  text-align: center
}

h2.dual-title span {
  font-size: 2em;
  font-weight: 700
}

.content-box-inner.dual-content {
  max-width: 100%
}

@media screen and (max-width:767px) {
  section#first_view.dual-kv {
    background: linear-gradient(-45deg, #000 52.5%, gold 52.7%)
  }
  section.other-first.skew-rightdown {
    padding: 30px 0
  }
  span.marker-white {
    padding: .35em 0
  }
  .read-dual {
    padding-top: 30px
  }
  .read-dual h2 {
    font-size: 1.5em;
    line-height: 2.2em
  }
  .dual-section {
    width: 100%;
    flex-direction: column;
    align-items: center;
    margin: 1em auto 2em
  }
  .dual-section h3 {
    width: 80%;
    margin: 1.8em auto
  }
  .dual-section h3 img {
    width: 100%
  }
  .dualstyle {
    width: 45%;
    top: -100px;
    right: -13%;
  }
  .dualstyle img, .dualstyle-person img {
    width: 100%;
    margin: auto
  }
  .dualstyle-person {
    position: absolute;
    bottom: -140px
  }
  .dualstyle span img {
    width: 90px;
    right: -15px
  }
  h2.dual-title {
    margin-bottom: 2em;
    font-size: 1.75em;
    line-height: 1.2em
  }
  .dualuse-pr {
    width: 100%
  }
}

@media screen and (max-width:374px) {
  .read-dual h2 {
    font-size: 1.48em
  }
}

.price-capacity-hint-area.other-merit {
  height: auto;
  margin: 0;
  display: block;
  width: 100%
}

.other-merit p.merit {
  line-height: 2em;
  font-size: 2.7em;
  font-weight: 700;
  margin-bottom: 15px;
  text-align: center
}

.ribbon {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  height: 70px;
  text-align: center;
  box-sizing: border-box;
  z-index: 2
}

.ribbon:after, .ribbon:before {
  content: '';
  width: 50px;
  height: 0;
  bottom: -30px;
  z-index: -1;
  position: relative
}

.ribbon:before {
  left: 30px;
  border: 32px solid #d6ba00;
  border-left-color: transparent
}

.ribbon:after {
  right: 30px;
  border: 32px solid #d6ba00;
  border-right-color: transparent
}

.ribbon h2 {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0 1.5em;
  font-size: 28px;
  line-height: calc(2em - -19px);
  color: #000;
  background: #ffeb00
}

.ribbon h2::after, .ribbon h2::before {
  position: absolute;
  content: '';
  top: 100%
}

.ribbon h2::before {
  left: 0;
  border: none;
  border-bottom: solid 25px transparent;
  border-right: solid 30px #343434
}

.ribbon h2::after {
  right: 0;
  border: none;
  border-bottom: solid 25px transparent;
  border-left: solid 30px #343434
}

section.section-charcoal.dual-charcoal {
  background: #464646;
  position: relative;
  padding: 100px 20px 50px;
  z-index: 2
}

section.section-charcoal.dual-charcoal::after,
section.section-charcoal.dual-charcoal::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 280px;
  top: 100px;
  z-index: -1
}

section.section-charcoal.dual-charcoal::before {
  background: url(https://d1q08lkutgkcx2.cloudfront.net/image/dual-pr-person2_t.png) no-repeat;
  background-size: 100%;
  left: calc(25% - 80px - 5em)
}

section.section-charcoal.dual-charcoal::after {
  background: url(https://d1q08lkutgkcx2.cloudfront.net/image/dual-pr-person3_t.png) no-repeat;
  background-size: 100%;
  right: calc(25% - 80px - 5em)
}
div.price-capacity-tables {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 30px 0;
    margin-bottom: 10px;
    position: relative;
}

div.price-capacity-tables.dual-table-wrap {
  display: flex;
  margin: 130px auto 1em;
  align-items: inherit;
  flex-wrap: wrap
}

div.price-capacity-table.dual-table {
  width: 43%;
  padding: 2%;
  margin: 0 3% 3% 0;
  background: #191919;
  display: flex;
  align-items: center;
  justify-content: flex-start
}

div.price-capacity-table.dual-table img {
  width: 38%;
  margin: 0 5% 0 10%
}

div.price-capacity-table.dual-table p {
  color: #fff;
  font-size: 1.5em;
  line-height: 1.5em
}

p.title-yellow {
  color: #ffeb00;
  font-weight: 700;
  font-size: 1.4em;
  margin-bottom: .5em
}

@media screen and (max-width:767px) {
  section.section-charcoal.dual-charcoal::after, section.section-charcoal.dual-charcoal::before {
    content: "";
    position: absolute;
    width: 35vw;
    top: 70px;
    z-index: -1;
    height: 100%
  }
  div.price-capacity-table.dual-table p, p.title-yellow {
    font-size: 1.2em
  }
  section.section-charcoal.dual-charcoal {
    background: none #464646;
    background-size: 0;
    padding: 70px 0 30px
  }
  section.section-charcoal.dual-charcoal::before {
    background: url(https://d1q08lkutgkcx2.cloudfront.net/image/dual-pr-person2-sp_t.png) no-repeat;
    background-size: 100%;
    left: 0
  }
  section.section-charcoal.dual-charcoal::after {
    background: url(https://d1q08lkutgkcx2.cloudfront.net/image/dual-pr-person3-sp_t.png) no-repeat;
    background-size: 100%;
    right: 0
  }
  .merit {
    margin-bottom: 30px
  }
  .other-merit p.merit {
    font-size: 1.7em;
    margin-bottom: 1em
  }
  div.price-capacity-tables.dual-table-wrap {
    margin: 30px 0 0
  }
  div.price-capacity-table.dual-table {
    width: 100%;
    padding: 5%;
    margin: 5% 0 0;
    align-items: center;
    justify-content: flex-start
  }
  div.price-capacity-table.dual-table img {
    height: 100%;
    width: 35%;
    margin: 0 8% 0 0
  }
  .dual-table-sp {
    flex-direction: column;
    width: 50%
  }
  .price-capacity-hint-area.other-merit {
    display: block
  }
  .ribbon {
    height: 55px
  }
  .ribbon:after, .ribbon:before {
    content: '';
    position: relative;
    z-index: -1;
    width: 10px;
    height: 0;
    bottom: -34px
  }
  .ribbon:before {
    left: 18px;
    border: 20px solid #d6ba00;
    border-left-color: transparent
  }
  .ribbon:after {
    right: 18px;
    border: 20px solid #d6ba00;
    border-right-color: transparent
  }
  .ribbon h2::after, .ribbon h2::before {
    position: absolute;
    content: '';
    top: 100%
  }
  .ribbon h2 {
    padding: 0 10px;
    font-size: 16px;
    line-height: calc(2em - -21px)
  }
  .ribbon h2::before {
    left: 0;
    border: none;
    border-bottom: solid 19px transparent;
    border-right: solid 19px #343434
  }
  .ribbon h2::after {
    right: 0;
    border: none;
    border-bottom: solid 19px transparent;
    border-left: solid 19px #343434
  }
}

@media screen and (max-width:374px) {
  .ribbon {
    height: 45px
  }
  .ribbon:after, .ribbon:before {
    content: '';
    position: relative;
    z-index: -1;
    width: 7px;
    height: 0;
    bottom: -22px
  }
  .ribbon:before {
    left: 16px;
    border: 20px solid #d6ba00;
    border-left-color: transparent
  }
  .ribbon:after {
    right: 16px;
    border: 20px solid #d6ba00;
    border-right-color: transparent
  }
  .ribbon h2 {
    padding: 4px 17px 0;
    font-size: 11px;
    line-height: calc(2em - -17px);
  }
}

section.other-fourth.dual-try {
  background: url(https://d1q08lkutgkcx2.cloudfront.net/image/free-try-circle.svg) -50% 50% no-repeat #e6e6e6;
  background-size: 80%;
  padding: 0;
  z-index: 6;
  margin-bottom: -60px
}

.try-back {
  background: linear-gradient(89deg, #FFEB00 0%, #ffd800);
}

div.try {
  padding: 140px 0 80px;
}

#top h2.try-title {
  font-size: 4em;
  line-height: 1.45em;
  margin-left: 2em;
  letter-spacing: .04em;
  transform: skewY(-1.5deg);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden
}

@media screen and (max-width:1440px) and (min-width:768px) {
  .bg09 {
    top: -30px
  }
  .bg09::before {
    height: 7.5vw
  }
  div.try {
    padding: 140px 0 80px;
  }
}

@media screen and (max-width:767px) {
  .bg09 {
    top: -13px;
    height: 16vw
  }
  .bg09::before {
    height: 13vw
  }
  section.other-fourth.dual-try {
    padding-bottom: 1px;
    background: none no-repeat #e6e6e6;
    background-size: 0
  }
  div.try {
    padding: 50px 0;
    background: url(https://d1q08lkutgkcx2.cloudfront.net/image/free-try-sp_t.png) no-repeat #e6e6e6;
    background-size: cover
  }
  .dual-try-text {
    margin-bottom: calc((3em - -8.5vw) * 3);
    margin-top: 0
  }
  #top h2.try-title {
    margin-left: 0;
    padding-top: 0;
    line-height: 1.4em;
    font-size: 7.5vw
  }
  section.other-first.dual-end {
    padding-top: 50px
  }
}

section#price div.inner div.top_price p.read-st {
  font-size: 2.5em;
  font-weight: 700;
  text-align: center;
  color: #000;
  letter-spacing: .2pc;
  margin: 0 0 50px;
  line-height: initial;
  z-index: 1;
  position: relative
}

section#price div.inner div.top_price p.read-st span {
  font-size: 1.5em;
  color: #00d3d5
}

@media screen and (max-width:767px) {
  section#price div.inner div.top_price p.read-st {
    font-size: 1.3em;
    letter-spacing: .6px;
    margin: 20px 0 10px;
    line-height: 1.25em
  }
  section#price div.inner div.top_price p.read-st span {
    font-size: 2em
  }
}

@media screen and (max-width:320px) {
  section#price div.inner div.top_price p.read-st {
    font-size: 1.2em;
    letter-spacing: 0;
    margin: 0 0 10px
  }
  section#price div.inner div.top_price p.read-st span {
    font-size: 1.8em
  }
}

.lp_opt #devise, .lp_opt #flow, .lp_opt #price, .lp_opt #reason {
  background: 0 0
}

.lp_opt .footer-limited img {
  bottom: -45px
}

@media screen and (max-width:767px) {
  .lp_opt .free-back {
    background: 0 0
  }
  .lp_opt .footer-limited img {
    bottom: -35px;
    left: 45px
  }
}

section#flow ul li div.userflow div.sp-flow-point {
  position: relative
}

section#flow ul li:first-child div.userflow div.sp-flow-point::before {
  content: '※';
  position: absolute;
  top: 65px;
  right: -20px;
  font-size: 2rem
}

section#flow ul li:first-child div.userflow div.sp-flow-point::after {
  content: '※お申し込み内容に不備がない場合に限ります。';
  position: absolute;
  top: 110px;
  left: -25px;
  font-size: 1.3rem;
  width: 120%
}

@media screen and (max-width:767px) {
  section#flow ul li:first-child div.userflow div.sp-flow-point::before {
    top: 30px;
    left: 165px;
    font-size: 1.4rem
  }
  section#flow ul li:first-child div.userflow div.sp-flow-point::after {
    top: 62px;
    left: 0;
    font-size: 1.1rem;
    width: 160%
  }
}

div.white-content-box-title, div.mypage-content-box-title {
  width: 100%;
  text-align: center;
}

div.white-content-box-body {
  margin: 20px 0 0 0;
}

div.white-content-box-body p {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 25px;
}

div.white-content-box-title p {
  line-height: 30px;
}

.july-red-text {
  color: red;
}

@media screen and (max-width: 767px) {
  .hint_pop.active {
      transform: scale(1);
      opacity: 1;
      margin: 0%;
      min-width: 0px;
  }
  .hint-title-pop {
    text-align: center;
    margin-bottom: -10px;
  }
  #top .hint_box h4 img {
    max-width: 80%;
    margin-bottom: 20px;
  }
  .hint_item01, .hint_item02, .hint_item03 {
    max-width: 740px;
    margin: 0 auto;
  }
  .hint_item01 p {
    max-width: 650px;
    margin-bottom: -30px;
  }
  .hint_item01 p.sp-flex,
  .hint_item02 p.sp-flex,
  .hint_item03 p.sp-flex {
    display: flex;
  }
  #top .hint_box p span.gb_img {
    display: block;
    align-items: flex-end;
    height: 85px;
    margin: 0 0 15px;
    width: 40%;
  }
  #top .hint_box p span.gb_img img {
    max-width: 90%;
  }

  #top .hint_box p span.gb_txt {
    font-size: 1.1rem;
    line-height: 1.8;
    letter-spacing: 0em;
    display: block;
    color: #FFFFFF;
    min-height: 85px;
    margin-top: 3px;
  }
  #top .hint_box p span.gb_txt b {
    font-size: 1.5rem;
    color: #e6006b;
    margin: 0 4px 0 2px;
    vertical-align: bottom;
    line-height: 1.4em;
  }
  .sp-flex {
    display: flex;
  }
  #top .hint_box p span.gb_txt02 {
    margin-top: 7px;
  }
  .hint_item02 {
    margin: 3px auto;
    width: 100%;
  }
  .hint_item02 p, .hint_item03 p {
    max-width: 100%;
    margin-bottom: -18px;
  }
  ul.hint_box_ul_sp {
    margin-top: -30px;
  }
  #top .hint_box p span.gb_txt02-sp {
    margin-top: 14px;
  }
  .hint_item04 {
    margin-top: -5px;
    margin-bottom: -10px;
    font-size: 1rem;
  }
  .note {
    background-size: 30px;
    margin: 15px auto 0;
    font-size: 1rem;
    padding-left: 40px;
    position: static;
    transform: none;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
p.pop-up-news-red {
  color: red;
}
@media screen and (min-width: 767px) {
  #top h2.first_view_lp {
    width: 63.7%;
    margin: 0 auto;
    margin-block-start: -1px;
  }
  #top h2.lp02-img {
    padding-right: 40px;
  }
  div.main .background-gray-lp7 {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 40%;
    background: #323232;
    z-index: -1;
  }
  .sp-flow-point.size-adjust p:first-child{
    line-height: 1;
    margin: -30px 0px -15px 0;
  }
}
@media screen and (max-width: 767px) {
  #top h2.first_view_lp {
    width: 100%;
  }
}
/*-------------------------------------------
   News
-------------------------------------------*/
div.under-kv-notion {
  background-color: #E6E6E6;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
div.under-kv-notion p.under-kv-notion-title{
  color: #ff6159;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: left;
  margin: 12px 0;
  padding: 0;
}
div.under-kv-notion p.under-kv-notion-title a{
  color: #000000;
  font-weight: bold;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
}

.under-kv-notion-inner {
  width: auto;
}

/*ポップアップタイトル文字*/
div.white-content-box-title-notion p {
  font-size: 2.8rem;
}

@media screen and (max-width: 767px) {
  div.under-kv-notion {
    padding: 0 3%;
    justify-content: flex-start;
  }

  div.under-kv-notion p.under-kv-notion-title a{
    font-size: 1.5rem;
  }
}

.important-mark {
  width: 55px;
  margin-right: 10px;
}
/*ポップアップの背景を暗くする*/
div.uknetworkfault-notion-black-background,
div.weatherdelay-notion-black-background{
  position: fixed;
  background-color: #000000;
  opacity: 0.4;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000000000001;
}
/*ポップアップ全体のサイズ*/
div.white-content-box-uknetworkfault-notion,
div.white-content-box-weatherdelay-notion{
  position: fixed;
  max-height: calc(100% - 150px - 35px - 200px);
  max-width: 1100px;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  padding: 50px 0;
  margin: auto;
  z-index: 1000000000002;
  background-color: #F3F3F3;
}
/*表示エリア*/
div.white-content-box-uknetworkfault-notion div.white-content-box-inner-uknetworkfault,
div.white-content-box-weatherdelay-notion div.white-content-box-inner-weatherdelay{
  width: 85%;
  height: 85%;
  overflow-x: hidden;
  margin: 30px auto 0;
}
/*ポップアップ閉じるボタン*/
div.uknetworkfault-popup-close-button,
div.weatherdelay-popup-close-button{
  width: 35px;
  height: 35px;
  position: absolute;
  right: -15px;
  top: -15px;
  text-align: center;
  background-color: #000000;
  border-radius: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
div.uknetworkfault-popup-close-button img,
div.weatherdelay-popup-close-button img{
  width: 50%;
}
/*ポップアップ内タイトル*/
div.white-content-box-uknetworkfault-notion div.white-content-box-title-notion,
div.white-content-box-weatherdelay-notion div.white-content-box-title-notion{
  padding: 0;
  margin-top: 0;
}

div.white-content-box-alart-notion div.white-content-box-inner-alart{
  width: 100%;
  margin: 0;
}

div.alart-popup-close-button{
  background-color: #F3F3F3;
}
.fa-times{
  font-size: 2rem;
}

/*ポップアップタイトル文字*/
div.white-content-box-title-notion p {
  font-size: 2.8rem;
  line-height: 1.2em;
}
div.white-content-box-body p.pop-up-news-red {
  color: red;
  font-weight: bold;
}

/*ポップアップテーブル*/
td.pop-up-news-bold {
  font-weight: bold;
}
td.pop-up-news-red {
  color: red;
  font-weight: bold;
}
.pop-up-news table{
  width: 90%;
  text-align: center;
}

.pop-up-news table th,
.pop-up-news table td{
  font-size: 1.5rem;
}

@media screen and (max-width: 1440px) {
  /*ポップアップ全体のサイズ*/
  div.white-content-box-uknetworkfault-notion,
  div.white-content-box-weatherdelay-notion{
    top: 50%;
    transform: translateY(-50%);
    margin: 0 5%;
    max-width: 90%;
    max-height: calc(100% - 50px - 40px - 20vh);
  }
}

@media screen and (max-width: 767px) {
  /*表示エリア*/
  div.white-content-box-uknetworkfault-notion div.white-content-box-inner-uknetworkfault,
  div.white-content-box-weatherdelay-notion div.white-content-box-inner-weatherdelay{
    width: 90%;
  }
  div.white-content-box-weatherdelay-notion div.white-content-box-inner-weatherdelay {
    height: 75%;
  }
  
  /*ポップアップ全体のサイズ*/
  div.white-content-box-uknetworkfault-notion,
  div.white-content-box-weatherdelay-notion{
    margin: 0 5%;
    height: 75%;
    max-height: initial;
  }

  /*スクロール対応*/
  div.white-content-box-wcampaign-notion{
    bottom: 50px;
  }

  /*ポップアップタイトル文字*/
  div.white-content-box-title-notion p {
    padding: 0 5%;
  }

  .pop-up-news table th, .pop-up-news table td {
    font-size: 1.3rem;
  }
}

/*お申し込みボタン 追従 start*/
#entry_fix{
  width: 62px;
  position: fixed;
  right: 0;
  top: 79px;
  z-index: 10000000;
  transition: .3s all;
  visibility: hidden;
  opacity: 0;
  cursor: pointer;
}
#entry_fix.show{
  visibility: visible;
  opacity: 1;
}
#entry_fix div.price-fix-box{
  height: 90.4vh;
  height: -webkit-calc(100vh - 78px);
  height: calc(100vh - 78px);
  font-size: 0.3vh;
  letter-spacing: 0.3em;
  filter: drop-shadow(-8px 8px 8px rgb(0,0,0,20%));
  transform: translateZ(0);
}
#entry_fix div.price-fix-box a{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 33.33333%;
  height: -webkit-calc(100% / 3);
  height: calc(100% / 3);
}
#entry_fix div.price-fix-box .price-fix-entry{
  background-color: #e6006b;
  position: relative;
}
#entry_fix div.price-fix-box a.price-fix-corp-entry{
  background: #026abd;
}
#entry_fix div.price-fix-box a.price-fix-corp-entry p{
  color: #fff;
}
#entry_fix div.price-fix-box a.price-fix-faq{
  background: #666666;
}
#entry_fix div.price-fix-box a div{
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  font-weight: bold;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
  text-orientation: upright;
}

#entry_fix img.price-fix-hint{
  width: 80px;
  position: fixed;
  left: 0;
  top: 46%;
  box-shadow: 8px 8px 8px rgb(0 0 0 / 20%);
}
img.follow-five-minutes, #top img.follow-five-minutes{
  position: absolute;
  top: 6px;
  left: 0;
  max-width: unset;
  height: 7.2vh;
  transform: translateX(-50%);
}
.follow-question{
  width: 15px;
  margin-bottom: 0.3vh;
}
#entry_fix div.price-fix-box p {
  font-size: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.js-slidedown-btn .btn-bg {
  padding: 12px 0;
  z-index: 1;
  letter-spacing: .05em;
  width: 426px;
  background: #ffe000;
  display: block;
  margin: 50px auto 0;
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: .05em;
  position: relative;
  text-decoration: none;
  text-align: center;
  transition: .3s;
  cursor: pointer;
}
.js-slidedown-btn .btn-bg:hover {
  background: #fff;
}

.js-slidedown-btn .btn-bg::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 60px;
  background: #000;
}
.standerd-free-sec.top-price .price-box.js-cost-content {
  padding: 0px 8% 50px;
}

@media screen and (max-width: 767px) {
  #entry_fix div.price-fix-box a.price-fix-faq{
    background: #E5E5E5;
  }
  #entry_fix div.price-fix-box .price-fix-entry::before {
    content: "";
    background-image: url(https://d1q08lkutgkcx2.cloudfront.net/image/q_icon_white.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 25px;
    height: 30px;
    position: absolute;
    left: 10px;
    top: 12px;
  }
  #entry_fix div.price-fix-box .price-fix-entry{
    background-color: #2c2c2c;
  }
  .js-slidedown-btn .btn-bg {
    width: 100%;
  }
  #entry_fix {
    width: 100%;
    height: 45px;
    position: fixed;
    right: 0;
    bottom: 0;
    top: auto;
    z-index: 10000000;
    transition: .3s all;
    visibility: hidden;
    opacity: 0;
    cursor: pointer;
  }
  #entry_fix div.price-fix-box {
    width: 100%;
    height: 100%;
    font-size: 1.5rem;
    letter-spacing: 0;
    display: flex;
    filter: drop-shadow(8px -8px 8px rgb(0,0,0,20%));
    transform: translateZ(0);
  }
  #entry_fix div.price-fix-box a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border-radius: 10px 10px 0 0;
  }

  #entry_fix img.price-fix-hint {
    position: fixed;
    right: 0;
    left: auto;
    width: 35px;
    top: 100px;
  }
  #entry_fix div.price-fix-box a div {
    -ms-writing-mode: unset;
    writing-mode: unset;
  }
  #entry_fix div.price-fix-box a div p {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #entry_fix div.price-fix-box a div p {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #entry_fix div.price-fix-box a div p .sp {
    font-size: 1.4rem;
    margin-left: 4px;
  }

  #entry_fix div.price-fix-box .price-fix-entry div {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    font-weight: bold;
  }
  #entry_fix div.price-fix-box .price-fix-entry div {
    -ms-writing-mode: unset;
    writing-mode: unset;
  }
  #entry_fix div.price-fix-box .price-fix-entry div p {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #entry_fix div.price-fix-box .price-fix-entry div p {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #entry_fix div.price-fix-box .price-fix-entry div p .sp {
    font-size: 1.4rem;
    margin-left: 4px;
  }

  #entry_fix div.price-fix-box .price-fix-entry {
    padding-left: 0;
    width: 45%;
    display: flex;
    border-radius: 10px 10px 0 0;
  }
  #entry_fix div.price-fix-box .price-fix-entry div p {
    font-size: 1.3rem;
    letter-spacing: 1px;
    padding-left: 40px;
  }
  #entry_fix div.price-fix-box a.price-fix-faq {
    width: 55%;
  }
  #entry_fix div.price-fix-box a.price-fix-faq div p {
    font-size: 1.4rem;
    letter-spacing: 1px;
    position: relative;
    padding-left: 30px;
    color: #000;
  }
  #entry_fix div.price-fix-box a.price-fix-faq div p img {
    width: 68px;
    height: auto;
    position: absolute;
    left: -33px;
    top: -32px;
  }
  #entry_fix div.price-fix-box a.price-fix-corp-entry {
    display: none;
  }
  img.follow-five-minutes, #top img.follow-five-minutes {
    position: absolute;
    top: -20px;
    left: 5px;
    max-width: unset;
    width: 60px;
    transform: none;
    height: unset;
  }
  .follow-question {
    width: 10px;
    margin-bottom: 0;
    margin-right: 6px;
  }
  #entry_fix div.price-fix-box p {
    font-size: 1.7rem;
  }
}
/*お申し込みボタン 追従 end*/

/*-------------------------------------------
  2022/05~2023/02
  千葉ロッテマリーンズ キャンペーン
-------------------------------------------*/

.clm-kv .top-kv .pc.pc-1980{
  display: none;
}

#first_view.clm-kv h1{
  background: url(https://d1q08lkutgkcx2.cloudfront.net/image/kv-bg-clm.png) #ECECEC no-repeat top -14px left / cover;
}

#first_view.kgr-kv h1{
  background: url(https://d1q08lkutgkcx2.cloudfront.net/image/kv-kgr-bg.svg) #ECECEC no-repeat center / cover;
}

#first_view.clm-kv h1 div.top-kv{
  aspect-ratio: 1501/758;
}
.clm-price .bg02.top-bg02::after {
  transform: rotate(2.5deg) translate(0, -45%);
}
#cp-kgr > .clm-price .bg02.top-bg02::after {
  transform: rotate(-2.5deg) translate(0, -45%);
}
@media screen and (max-width:1980px) and (min-width:1296px){
  .clm-kv .top-kv .pc.pc-1980{
    display: block;
  }  
  .clm-kv .top-kv .pc{
    display: none;
  }
  #first_view.clm-kv h1 div.top-kv{
    aspect-ratio: 1870/758;
  }
  
}

#first_view.clm-kv h1 div.top-kv + div.top-appeal-area-bgcolor > div.top-appeal-area{
  padding: 15px 0;
}

#cp-clm + #price,
#cp-kgr > #price {
  padding: calc(3.75vw + 50px) 0px 180px;
  z-index: 4;
}
#devise.clm-devise,
#pay.clm-pay{
  background: #E3E3E3;
}
#reason.clm-reason,
#reason.clm-reason .bg02::after,
#flow.clm-flow{
  background: #F3F3F3;
}
#flow.clm-flow .bg07{
  z-index: 2;
}
#reason.clm-reason{
  padding: 100px 20px 80px;
}

#reason.clm-reason.kgr-reason{
  z-index: 5;
}

.clm-reason h2{
  margin-bottom: 1.6em;
}

.clm-reason .clm-reason-text{
  display: block;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.clm-reason .clm-reason-text p{
  text-align: left;
  font-size: 1.7rem;
  line-height: 1.5em;
}
.clm-reason-image{
  display: flex;
  justify-content: space-evenly;
}
.clm-reason-image div{
  margin: 50px 0 150px;
  width: 27%;  
  background: #FFFFFF;
  border-radius: 0.75em;
}
.clm-reason-image div img{
  margin: 10%;
  width: 80%;
  display: block;
}
#reason.clm-reason h2{
  margin-bottom: 1em;
}
#cp-clm{
  background: linear-gradient(90deg, #333333, #666666);
  padding: 5vw 0 1vw;
  position: relative;
}
.bgclm{
  display: block;
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 6vw;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 5;
}  

.bgclm::after{
  content: "";
  display: block;
  background: linear-gradient(90deg, #333333, #707070);
  width: 120%;
  height: 5vw;
  box-shadow: 0 8px 8px rgb(0 0 0 / 20%);
  position: absolute;
  top: 15%;
  margin: auto;
  transform: rotate(2.5deg) translate(0, -65%)
}

#cp-clm h2{
  margin: 0.5em auto 1em;
}
#cp-clm h2.reason-4 p{
  color: #FFFFFF;
  line-height: 1.8em;
}
#cp-clm h2.reason-4 p span{
  color:#FFEB00;
  background-image: linear-gradient(135deg, #FFEB00, #ffb100 50%, #FFEB00);
  -webkit-background-clip: text;
  color: transparent;
}

@media screen and (max-width:767px){
  #first_view.clm-kv h1 div.top-kv + div.top-appeal-area-bgcolor > div.top-appeal-area{
    line-height: 1.4em;
  }
  #first_view.kgr-kv .top-kv:after{
    content: none;
  } 
  #cp-clm + #price {
    padding: calc(3.75vw + 50px) 0px 0px;
    z-index: 5;
  }
  #cp-kgr > #price {
    padding: 25px 0;
    z-index: 5;
  }
  #reason.clm-reason{
    padding: 70px 20px;
  }
  #cp-clm{
    padding: 5vw 8% 60px;
  }
  .clm-reason-image{
    justify-content: center;
    flex-wrap: wrap;
    margin: 15px -2.5% 50px;
  }
  .clm-reason-image div{
    margin: 15px auto 7px;
    width: 45%;
  }
  #reason.clm-reason .reason_box::before{
    z-index: -1;
  }
  .clm-reason .clm-reason-text p{
    font-size: 1.5rem;
  }

  #cp-clm h2{
    margin: 0.5em 0;
  }
  #flow.clm-flow .bg07{
    overflow: unset;
  }
}

/*キャンペーン条件*/
.campaign-cb-catch{
  position: relative;
  width: 100%;
  padding: 1em 0;
  background: linear-gradient(200deg, #FFEB00 40%, #ffb100);
  text-align: center;
  font-size: 2.3rem;
  font-weight: bold;
  border-radius: 20px 20px 0 0;
}
.campaign-cb-catch::after{
  content: "";
  display: block;
  width: calc(530px / 2.8);
  height: calc(709px / 2.8);
  background: url(https://d1q08lkutgkcx2.cloudfront.net/image/footer-person_t.png) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -10px;
}

.campaign-cb-catch span{
  font-size: 1.5em;
  line-height: 1.5em;
}
.campaign-cb-catch span.limited{
  display: inline-block;
  width: 50%;
  padding: 0.25em 0;
  margin-bottom: 0.25em;
  background-color: #000000;
  font-size: 2.3rem;
  color: #FFEB00;
}
.campaign-cb{
  max-width: 980px;
  margin: 0px auto 50px;
  position: relative;
  z-index: 4;
}
.other-first .campaign-cb{
  margin-top: 80px;
}
.campaign-cb-wrap{
  position: relative;
  overflow-y: hidden;
}
.cb-content{
  position: relative;
  background: #E9E9E9;
  padding: 15px 80px 20px 120px;
  border-radius: 0 0 20px 20px;
}
.cb-pulldown{
  margin-bottom: 15px; 
}
.cb-pulldown p{
  color: #000000;
  line-height: 1.5rem;
  letter-spacing: 0.1rem;
}
.cb-pulldown .cb-pulldown-title{
  font-size: 19px;
  font-weight: bold;
  padding: 15px 0 10px;
  border-bottom: 1.5px solid #000000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.cb-pulldown.open .cb-pulldown-title::after{
  content: "▲";
}
.cb-pulldown .cb-pulldown-title::after{
  content: "▼";
  color: #000000;
  font-size: 13px;
  padding-right: 1.5em;
}
.cb-pulldown > div{
  display: none;
  padding: 35px 0 15px;
}

.cb-info .black-box{
  width: fit-content;
  height: auto;
  text-align: center;
  background: #000000;
  color: #FFFFFF;
  font-size: 1.3rem;
}
.cb-info .debut-description-body{
  width: auto;
  margin: 20px 0 0;
}
.cb-info  .debut-description-body-title{
  margin-bottom: 0.8em;
}
.cb-info .debut-description-body-desciption{
  width: auto;
  padding: 0;
}
.cb-info .black-box p,
.cb-info .debut-description-body-desciption p{
  color: unset;
  font: unset;
  line-height: 20px;
  letter-spacing: unset;
  margin: auto;
}
.cb-info .black-box p{
  font-weight: bold;
  padding: 0.4em 1em;
  text-align: justify;
}
.cb-info .debut-description-body-desciption p{
  line-height: 20px;
}

.cb-info .terms-bottom.row-center{
  margin: 0 0 20px;
}

@media screen and (max-width: 767px) {
 
  .cb-content{
    padding: 15px 15px 25px;
  }
  .campaign-cb-catch{
    font-size: 1.6rem;
    margin: auto;
    padding: 1em 0;
  }
  .campaign-cb-catch::after{
    content: none;
  }
  .campaign-cb-catch span.limited{
    width: 60%;
    font-size: 1.7rem;
  }
  .campaign-cb{
    margin: 0px auto 40px;
  }

  .campaign-cb > span{
    padding: 0.5em 0;
    text-indent: 0;
    font-size: 1.5em;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 55%;
  }
  .cb-title{
    padding: 10% 20px 5%;
    border-radius: 0.5em 0.5em 0 0;
  }
  .cb-pulldown .cb-pulldown-title::after{
    padding-right: 1em;
  }
  .cb-title > div{
    left: -15px;
  }
  .cb-pulldown{
    margin-bottom: 5px;
  }
  .cb-pulldown > div{
    padding: 20px 0 5px;
  }
  .cb-pulldown .cb-pulldown-title{
    font-size: 13px;
    line-height: 1.3em;
    padding: 10px 0 5px;
    width: 100%;
  }
  .cb-pulldown .cb-pulldown-title::after{
    font-size: 9px;
    padding-right: 1em;
  }
  .cb-flow > div{
    width: 100%;
  }
}

/*-------------------------------------------
    Set Plan Banner
-------------------------------------------*/
.set-banner{
  position: relative;
  width: 100%;
  padding: 0 10px 8px;
  margin: 120px auto 30px;
  background: linear-gradient(325deg, #0080C1 30%, #00FFFF);
  border-radius: 2.5rem;
}

#price .set-banner h2{
  margin: 0;
  padding: 0.8em 0;
  font-size: 3.6rem;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 1.25em;
  letter-spacing: 0.075em;
}
.set-banner img{
  width: 100%;
  margin: auto;
  border-radius: 0 0 20px 20px;
}
@media screen and (max-width:767px){
  .set-banner{
    width: 100%;
    padding: 8px 0;
    margin: 60px auto 30px;
  }
  #price .set-banner h2{
    padding: 0.5em 0;
    font-size: 2.8rem;
  }
  .set-banner img{
    width: calc(100% - 16px);
    margin: auto 8px;
  }
}

/*キャンペーン期間変更のご案内*/
div.salecp-extension-notion-black-background{
  position: fixed;
  background-color: #000000;
  opacity: 0.4;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000000000001;
}
div.white-content-box-salecp-extension-notion{
  position: fixed;
  max-height: calc(100% - 150px - 35px - 125px);
  max-width: 1100px;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  padding: 50px 0;
  margin: auto;
  z-index: 1000000000002;
  background-color: #F3F3F3;
}
div.white-content-box-salecp-extension-notion div.white-content-box-inner-salecp-extension{
  width: 70%;
  overflow-x: hidden;
  margin: 30px auto 0;
}
div.salecp-extension-popup-close-button{
  width: 35px;
  height: 35px;
  position: absolute;
  right: -15px;
  top: -15px;
  text-align: center;
  background-color: #000000;
  border-radius: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
div.salecp-extension-popup-close-button img{
  width: 50%;
}
div.white-content-box-salecp-extension-notion div.white-content-box-title-notion{
  padding: 0;
  margin-top: 0;
  width: 100%;
  text-align: center;
}
div.white-content-box-salecp-extension-notion div.white-content-box-title-notion p{
  font-size: 2.8rem;
  line-height: 1.2em;
}
@media screen and (max-width: 1440px) {
  div.white-content-box-salecp-extension-notion{
    top: 50%;
    transform: translateY(-50%);
    margin: 0 5%;
    max-width: 90%;
  }
  div.white-content-box-salecp-extension-notion div.white-content-box-inner-salecp-extension{
    width: 75%;
    overflow-x: hidden;
  }
}
@media screen and (max-width: 767px) {
  div.white-content-box-salecp-extension-notion div.white-content-box-inner-salecp-extension{
    width: 90%;
    overflow: scroll;
  }
  div.white-content-box-salecp-extension-notion{
    margin: 0 5%;
    max-height: initial;
  }
}

/*2022.11.25～
price リニューアル*/
.standerd-free-sec{
  background:  #F3F3F3;
  padding: 0 0 0px;
}

.standerd-free-sec .price-box{
  padding: 100px 0;
}

.standerd-free-sec.top-price .price-box{
  padding: 70px 0 100px;
}

.standerd-free-sec.yellow-triangle{
  background: url(https://d1q08lkutgkcx2.cloudfront.net/image/price_para02_t.png) left top -360px no-repeat;
  background-size: 530px;
  position: relative;
  z-index: 0;
}

.standerd-free-sec .free-box{
  background:  #e6e6e6;
  padding: 70px 0;
  position: relative;
}

.standerd-free-sec .content-box{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.standerd-free-sec .content-box h2{
  width: 61%;
  margin: 0;
}

.standerd-free-sec .content-box h2 img{
  height: 198px;
}

.standerd-free-sec .content-box p{
  width: 34%;
}

.yellow-border,
.blue-border{
  border: 5px solid #00d2d4;
  padding: 10px 0 14px;
  background-color: #fff;
}

.yellow-border{
  border: 4px solid #ffe000;
  margin-bottom: 4px;
}

.catch_text {
  line-height: 1.4;
  font-size: 2.3em;
  font-weight: bold;
  text-align: center;
  color: #000000;
  margin: 10px 0 0 0;
  letter-spacing: 1px;
}

#price .inner .catch_text {
  line-height: 1.4;
  font-size: 2.3em;
  font-weight: bold;
  text-align: center;
  color: #000000;
  margin: 0;
  letter-spacing: 1px;
}

#price .inner .catch_text.yellow-border-2line,
#price .inner .catch_text.blue-border-2line.top {
  margin: 0 auto;
}

.price-attention{
  font-size: 1.1rem;
  line-height: 1.8;
  color: #808080;
  letter-spacing: 0.02rem;
  margin: 25px auto 0;
}

.price-attention span {
  display: block;
  margin: 5px 0;
}

.pink-text{
  color: #ff0080;
  font-size: 4.5rem;
  padding: 0 2px;
}

.blue-text{
  color: #00d2d4;
  font-size: 4.5rem;
}

.standerd-free-sec ul.price-row li{
  display: flex;
  width: 30%;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
  list-style: none;
}

.standerd-free-sec ul.price-row li > p{
  margin-left: -15px;
}

.standerd-free-sec ul.price-row .standard-text-strong{
  height: 48px;
}

.standerd-free-sec ul.price-row{
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 40px 0 0;
}
.standerd-free-sec .price-box ul.price-row {
  align-items: flex-start;
}

div.comparison-box h3 {
  margin: 0px 0 0px;
}
#price div.comparison-box p {
  margin: 50px 0 20px;
  font-size: 3rem;
  text-align: center;
  font-weight: bold;
  color: #000;
  line-height: 1em;
}
div.comparison-box p span {
  font-size: 4rem;
}
span.appeal-head {
  position: absolute;
  font-size: clamp(2rem, 2vw, 2.9rem);
  letter-spacing: 0;
  display: inline-block;
  background-color: #fff;
  padding: 1.4rem 3rem 1rem;
  border-radius: 31px;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  border: 4px solid #ffe000;
}

ul.price-row li .price-standerd-case img,
.free-box ul.price-row li img{
  filter: drop-shadow(4px 4px 4px rgb(0,0,0,20%));
  transform: translateZ(0);
  width: 100%;
}

.js-std-30giga-btn-img,.js-std-50giga-btn-img,.js-std-100giga-btn-img, .js-free-30giga-btn-img,.js-free-50giga-btn-img,.js-free-100giga-btn-img {
  cursor: pointer;
}

.standerd-free-sec .free-box .price-free{
  display:flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  padding: 0;
  margin: 0;
 }

.standerd-free-sec .free-box .price-free li {
  width: 31%;
  filter: drop-shadow(4px 4px 4px rgb(0,0,0,20%));
  transform: translateZ(0);
  list-style: none;
}

.setuyaku-box{
  position: relative;
  background: #a8efff;
  border:#bdb9b9 20px solid;
  border-radius: 2.5vw;
  margin: 70px auto 0;
}

.setuyaku-box .btn_box02{
  position: absolute;
  bottom: 30px;
  right: 60px;
}

.setuyaku-box img{
  vertical-align: bottom;
  max-width: 100%;
}

.setuyaku-box .top-dual-appeal{
  width: 100%;
}

.setuyaku-box .btn_box02 a{
  width: 300px;
}

.bg11 {
  height: 6vw;
  display: block;
  overflow-x: hidden;
  position: absolute;
  width: 100%;
  height: 10vw;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

.bg11.sp {
  display: none;
}

.bg11:before{
  content: "";
  display: block;
  background: #e6e6e6;
  width: 120%;
  height: 5vw;
  box-shadow: 0 8px 8px rgb(0 0 0 / 20%);
  position: absolute;
  top: 0%;
  left: -10%;
  right: -10%;
  margin: auto;
  transform: rotate(2.5deg) translate(0,-45%);
}

.bg12:before{
  content: "";
  display: block;
  background: #e6e6e6;
  width: 120%;
  height: 5vw;
  box-shadow: 0 8px 8px rgb(0 0 0 / 20%);
  position: absolute;
  top: 0%;
  left: -10%;
  right: -10%;
  margin: auto;
  transform: rotate(2.5deg) translate(0,-45%);
}

.setuyaku-box .btn_box02 a span {
  background: url(https://d1q08lkutgkcx2.cloudfront.net/image/arrow02.svg) no-repeat right 30px center;
  background-size: 8px;
  display: block;
  padding: 25px 70px 27px 0;
  position: relative;
  z-index: 1;
}

.bg02.top-bg02::after {
  background: #e6e6e6;
}

/* ギガフリーアコーディオン */
.standerd-free-sec .free-giga-btn {
  display: flex;
  align-items: center;
  vertical-align: middle;
  background: #2c2c2c;
  position: relative;
  padding: 12px 10px 12px 45px;
  box-shadow: 0 8px 8px rgb(0 0 0 / 10%);
  border-radius: 10px;
  margin: 2rem auto 0;
  width: 230px;
  transition: .3s;
  cursor: pointer;
}
.standerd-free-sec .free-giga-btn::after {
  content: "";
  border-right: 10px solid transparent;
  border-bottom: 10px solid #2c2c2c;
  border-left: 10px solid transparent;
  position: absolute;
  left: 50%;
  top: -7px;
  transform: translateX(-50%);
  transition: .3s;
}
.standerd-free-sec .free-giga-btn::before {
  content: "";
  background-image: url(https://d1q08lkutgkcx2.cloudfront.net/image/q_icon_white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 30px;
  position: absolute;
  left: 15px;
  top: 14px;
}
.standerd-free-sec .free-giga-btn:hover {
  background: #fff;
}
.standerd-free-sec .free-giga-btn:hover::after {
  border-bottom: 10px solid #fff;
}
.standerd-free-sec .free-giga-btn:hover::before {
  background-image: url(https://d1q08lkutgkcx2.cloudfront.net/image/q_icon_black.svg);
}
#price.standerd-free-sec .free-giga-btn:hover p {
  color: #000;
}
.standerd-free-sec .free-giga-btn.open {
  background: #fff;
}
.standerd-free-sec .free-giga-btn.open::after {
  border-bottom: 10px solid #fff;
}
.standerd-free-sec .free-giga-btn.open::before {
  background-image: url(https://d1q08lkutgkcx2.cloudfront.net/image/q_icon_black.svg);
}
#price.standerd-free-sec .free-giga-btn.open p {
  color: #000;
}
.standerd-free-sec .free-box ul.price-row li .free-giga-btn img {
  width: 20px;
  height: auto;
  position: absolute;
  left: 15px;
  top: 14px;
}
#price.standerd-free-sec .free-giga-btn p {
  font-size: 1.1rem;
  font-weight: bold;
  margin: 0;
  color: #fff;
}
.standerd-free-sec .free-giga-btn p span:nth-child(1) {
  font-size: 1.5rem;
}
.standerd-free-sec .free-giga-btn p span:nth-child(2) {
  font-size: 1.3rem;
}
.standerd-free-sec .free-giga-content {
  width: 290px;
  margin: 1rem auto 2rem;
  position: relative;
}
.standerd-free-sec .free-giga-content .inner {
  border: 1px solid #00d2d4;
  padding: 15px 10px;
  background-color: #fff;
  padding-bottom: 100px;
}
.standerd-free-sec .price-standerd-case .free-giga-content .inner {
  border: 1px solid #ffe000;
}
#price.standerd-free-sec .free-giga-content .inner .content-ttl {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 auto 1rem;
  text-align: center;
  min-height: 110px;
}
#price.standerd-free-sec .free-giga-content .inner .content-ttl span {
  font-size: 2.2rem;
  color: #e6006b;
}
.standerd-free-sec .free-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  position: relative;
}
#price.standerd-free-sec .free-container img {
  width: 100%;
  filter: none;
  border-bottom: 1px solid #000;
  padding-bottom: 8px;
}
#price.standerd-free-sec .desc {
  margin: 0;
  text-align: right;
  font-size: 1rem;
}
#price.standerd-free-sec .plan-contact {
  box-sizing: border-box;
  margin: 0;
  background: #00d2d4;
  width: 100%;
  height: 80px;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px 10px 0;
}
#price.standerd-free-sec .price-standerd-case .plan-contact {
  background: #ffe000;
}
#price.standerd-free-sec .plan-contact p {
  font-size: 1.7rem;
  font-weight: bold;
  margin: 0;
  text-align: center;
  color: #000;
}
#price.standerd-free-sec .plan-contact p span {
  background: #fff;
  padding: 5px 10px;
  color: #333;
  font-size: 1.8rem;
  font-weight: bold;
  margin-right: 4px;
  display: inline-block;
  line-height: 1;
}
#price.standerd-free-sec .price-standerd-case .plan-contact p span {
  color: #000;
}
#price.standerd-free-sec .plan-contact p span span {
  font-size: 2.5rem;
  margin-right: 0px;
  padding: 0;
}
#price.standerd-free-sec .plan-contact p a {
  color: #e6006b;
  font-weight: bold;
  font-size: 1.7rem;
  position: relative;
  display: inline-block;
  text-decoration: underline;
}
#price.standerd-free-sec .plan-contact p a::before {
  content: "";
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 11px solid #e6006b;
  position: absolute;
  right: -15px;
  top: 9px;
}
.js-std-30giga-btn-img,.js-std-50giga-btn-img,.js-std-100giga-btn-img {
  padding-left: 5px;
}

@media screen and (max-width: 767px){
  .standerd-free-sec .price-box ul.price-row li:last-of-type::before {
    height: 1.5rem;
  }
  .bg11.sp {
    display: block;
  }
  .standerd-free-sec.top-price .price-box {
    padding: 50px 8%;
  }
  
  .standerd-free-sec.yellow-triangle{
    background: 0;
  }

  .standerd-free-sec.yellow-triangle .side-title{
    display: none;
  }

  .bg11 {
    height: 12vw;
  }

  .standerd-free-sec .content-box{
    display: block;
    margin-bottom: 15px;
  }

  .standerd-free-sec .content-box h2{
    width: 100%;
    margin-bottom:20px;
  }

  .standerd-free-sec .content-box h2 img{
    height: auto;
  }

  .standerd-free-sec .content-box p{
    width: 100%;
    margin-bottom:20px;
  }

  .standerd-free-sec .free-box .content-box h2,
  .standerd-free-sec .free-box .content-box p{
    margin-bottom:0px;
  }

  .standerd-free-sec .free-box .content-box{
    margin-top: 30px;
    margin-bottom: 0px;
  }

  .standerd-free-sec .content-box h3 img,
  .standerd-free-sec .content-box p img{
    max-width: 100%;
    vertical-align: bottom;
  }

  .standerd-free-sec .price-box,
  .standerd-free-sec .free-box{
    padding: 20px 8% 50px;
  }

  .blue-border {
    margin-bottom: 30px; 
  }

  .standerd-free-sec ul.price-row{
    display: block;
    margin-top: 30px;
  }

  .standerd-free-sec ul.price-row li {
    width: 100%;
    margin: 0;
    align-items: initial;
  }

  .standerd-free-sec.yellow-triangle ul.price-row li > p{
    text-align: center;
    margin-left: 0;
  }

  .standerd-free-sec ul.price-row li:last-child .standard-text-strong{
    margin-top: 0;
  }

  .standerd-free-sec ul.price-row li:nth-of-type(2){
    margin: 10% 0;
  }

  .standerd-free-sec ul.price-row .standard-text-strong {
    height: auto;
    width: 55%;
    margin-bottom: -6px;
  }

  .yellow-border{
    margin-bottom: 16px;
  }

  .yellow-border,
  .blue-border {
    border-width: 4px;
    padding: 10px 0;
  }

  .catch_text{
    font-size: 1.3em;
    letter-spacing: 0.05em;
  }

  #price .inner .catch_text{
    font-size: 1.2em;
    letter-spacing: 2px;
    margin-bottom: 16px;
  }

  .pink-text,
  .blue-text{
    font-size: 1.5em;
    line-height: 0.8;
  }

  .price-attention{
    width: 100%;
    margin: 25px 0 0;
  }

  ul.price-row li .price-standard-case img {
    padding-bottom: 10px;
  }

  ul.price-row li .price-standard-case.bottom{
    display: block;
    height: auto;
  }

  .standerd-free-sec .free-box .price-free{
    display:block;
   }
  
   .standerd-free-sec .free-box .price-free li {
    width: 100%;
    margin-bottom: 20px;
   }

  .standerd-free-sec .free-box h2{
    margin: 0;
  }

  /* ギガフリーアコーディオン */
  .standerd-free-sec .free-giga-btn {
    display: flex;
    align-items: center;
    vertical-align: middle;
    background: #2c2c2c;
    position: relative;
    padding: 12px 10px 12px 45px;
    box-shadow: 0 8px 8px rgb(0 0 0 / 10%);
    border-radius: 10px;
    margin: 2rem auto 0;
    width: 220px;
    transition: .3s;
  }
  .standerd-free-sec .free-giga-btn::before {
    content: "";
    background-image: url(https://d1q08lkutgkcx2.cloudfront.net/image/q_icon_white.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 30px;
    position: absolute;
    left: 15px;
    top: 14px;
  }
  .standerd-free-sec .free-giga-btn:hover {
    background: #fff;
  }
  .standerd-free-sec .free-giga-btn:hover::before {
    background-image: url(https://d1q08lkutgkcx2.cloudfront.net/image/q_icon_black.svg);
  }
  #price.standerd-free-sec .free-giga-btn:hover p {
    color: #000;
  }
  .standerd-free-sec .free-giga-btn.open {
    background: #fff;
  }
  .standerd-free-sec .free-giga-btn.open::before {
    background-image: url(https://d1q08lkutgkcx2.cloudfront.net/image/q_icon_black.svg);
  }
  #price.standerd-free-sec .free-giga-btn.open p {
    color: #000;
  }
  .standerd-free-sec .free-box ul.price-row li .free-giga-btn img {
    width: 20px;
    height: auto;
    position: absolute;
    left: 15px;
    top: 14px;
  }
  #price.standerd-free-sec .free-giga-btn p {
    font-size: 1.1rem;
    font-weight: bold;
    margin: 0;
    color: #fff;
  }
  .standerd-free-sec .free-giga-btn p span:nth-child(1) {
    font-size: 1.5rem;
  }
  .standerd-free-sec .free-giga-btn p span:nth-child(2) {
    font-size: 1.3rem;
  }
  .standerd-free-sec .free-giga-content {
    width: 290px;
    margin: 1rem auto 2rem;
    position: relative;
  }
  .standerd-free-sec .free-giga-content .inner {
    border: 1px solid #00d2d4;
    padding: 15px 10px;
    background-color: #fff;
    padding-bottom: 60px;
  }
  #price.standerd-free-sec .free-giga-content .inner .content-ttl {
    font-size: 1.2rem;
    font-weight: bold;
    margin: 0 auto 1rem;
    min-height: auto;
  }
  #price.standerd-free-sec .free-giga-content .inner .content-ttl span {
    font-size: 1.6rem;
    color: #e6006b;
  }
  .standerd-free-sec .free-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    position: relative;
  }
  ul.price-row li .price-standerd-case .std-free-container img {
    margin-top: 0px;
  }
  ul.price-row li:nth-of-type(2) .price-standerd-case .std-free-container img {
    margin-top: 0px;
  }
  #price.standerd-free-sec .desc {
    margin: 0;
    text-align: right;
    font-size: 1rem;
  }
  #price.standerd-free-sec .plan-contact {
    box-sizing: border-box;
    margin: 0;
    background: #00d2d4;
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px 10px 0;
  }
  #price.standerd-free-sec .plan-contact p {
    font-size: 1.3rem;
    font-weight: bold;
    margin: 0;
  }
  #price.standerd-free-sec .plan-contact p span {
    background: #fff;
    padding: 5px;
    color: #000;
    font-size: 1.2rem;
    font-weight: bold;
    margin-right: 4px;
  }
  #price.standerd-free-sec .plan-contact p span span {
    font-size: 1.5rem;
    margin-right: 0px;
    padding: 0;
  }
  #price.standerd-free-sec .plan-contact p a {
    color: #e6006b;
    font-weight: bold;
    font-size: 1.4rem;
    position: relative;
    display: inline-block;
  }
  #price.standerd-free-sec .plan-contact p a::before {
    content: "";
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #e6006b;
    position: absolute;
    right: -13px;
    top: 7px;
  }

  #price.standerd-free-sec .price-standerd-case .plan-contact {
    height: 65px;
  }

  .standerd-free-sec .price-standerd-case .free-giga-content .inner {
    padding-bottom: 80px;
  }

/* ギガフリーアコーディオンここまで */
  .setuyaku-box{
    border: 10px solid #BEBABA;
    padding: 0px;
    border-radius: 6vw;
    margin-top: 30px;
  }

  .setuyaku-box .btn_box02{
    position: absolute;
    bottom: 1.5%;
    right: 50%;
    transform: translateX(50%);
    width: 70%;
  }

  .setuyaku-box .btn_box02 a{
    max-width: 300px;
    width: 100%;
  }

  .setuyaku-box .btn_box02 a span {
    background-position: right 25px center;
    background-size: 6px;
    display: block;
    padding: 20px 45px 20px 0;
    position: relative;
    z-index: 1;
  }

  .setuyaku-box .btn_box02 a::after {
    width: 56px;
  }

  .btn_box02 a:hover::after {
    width: 100%;
  }
  /* 20230119 */
  .standerd-free-sec .price-box ul.price-row li::before {
    text-align: center;
  }
  div.top-appeal-area span.appeal-head {
    font-size: 1.6rem;
    padding: 1rem 2rem 0.8rem;
    width: 75%;
    top: 10px;
  }
  div.top-appeal-area::before,
  div.top-appeal-area::after {
    z-index: -1;
    width: 30vw;
    background: linear-gradient(50deg,
    rgba(254,255,27,0) 0%, 
    rgba(254,255,27,0) 50%, 
    rgba(255,208,0,1) 39%, 
    rgba(255,225,0,1) 68%, 
    rgba(255,200,0,1) 51%);
  }
  ul.price-row li .price-standerd-case img {
    margin-top: -10px;
  }
  ul.price-row li:nth-of-type(2) .price-standerd-case img {
    margin-top: -21px;
  }
}

.standerd-free-sec.top-price .price-box{
  padding: 70px 0 100px;
  position: relative;
}

#price .inner{
  position: relative;
  z-index: 11;
}
.bg02{
  display: block;
  overflow-x: hidden;
  position: absolute;
  width: 100%;
  height: 10vw;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 10;
}

.bg02::after {
  content: "";
  display: block;
  background: #f3f3f3;
  width: 120%;
  height: 5vw;
  box-shadow: 0 8px 8px rgb(0 0 0 / 20%);
  position: absolute;
  top: 0%;
  left: -10%;
  right: -10%;
  margin: auto;
  transform: rotate(-2.5deg) translate(0,-45%);
}

@media screen and (max-width: 767px){
  .standerd-free-sec.top-price .price-box {
      padding: 50px 8%;
  }
}

/*-------------------------------------------
  2023/01~
  鹿児島レブナイズ キャンペーン
-------------------------------------------*/
.kgr-kv .top-appeal-area{
  background: linear-gradient(150deg, rgb(243 243 243 / 0.6) 15%, #ffffff 50%, rgb(243 243 243 / 0.5));
  padding: 10px 0;
  color: #000;
}
.kgr-kv .top-appeal-area-bgcolor .top-appeal-area{
  color: #FFFFFF;
  background: url(https://d1q08lkutgkcx2.cloudfront.net/image/top-appeal-area_bg.png);
  padding: 20px 0;
}
.kgr-kv div.top-appeal-area span{
  color: #FFF100;
  font-size: 5rem;
}
.kgr-entry + #price_fix {
  width: 80px;
  position: fixed;
  right: 0;
  top: 400px;
  background: #323232;
  z-index: 5;
  transition: .3s all;
  visibility: hidden;
  opacity: 0;
  cursor: pointer
}
.kgr-entry + #price_fix.show{
  visibility: visible;
  opacity: 1;
}

.kgr-entry{
  width: 80px;
  position: fixed;
  right: 0;
  top: 95px;
  background: none;
  z-index: 5;
  visibility: hidden;
  opacity: 0;
  transition: .3s all;
  cursor: pointer;
}
#kgr-entry-btn.show{
  visibility: visible;
  opacity: 1;
}

#reason.clm-reason.kgr-reason{
  background: url(https://d1q08lkutgkcx2.cloudfront.net/image/reason_para02_t.png) no-repeat left top #e3e3e3;
  background-size: 1050px;
}

.kgr-kv div.top-appeal-area::before,
.kgr-kv div.top-appeal-area::after{
  content: none;
}
#reason.clm-reason .bg02.reverse::after{
  background: #e3e3e3;
  transform: rotate(2.5deg) translate(0,-45%);
}
@media screen and (min-width: 768px){
  #first_view.kgr-kv h1::before{
    content: "ZEUS WiFi×鹿児島レブナイズ スペシャルコラボ!!";
    display: block;
    width: 100%;
    margin-bottom: -90px;
    padding: 20px 0;
    font-size: 1.8vw;
    font-weight: bold;
    text-indent: 190px;
    background: linear-gradient(170deg, #FFEB00 60%, #ffb100);
  }
}

@media screen and (max-width: 767px){
  .kgr-kv .top-appeal-area{
    padding: 15px 0;
    font-size: 2.25rem;
  }
  .kgr-kv .top-appeal-area-bgcolor .top-appeal-area{
    color: #FFFFFF;
    background: url(https://d1q08lkutgkcx2.cloudfront.net/image/top-appeal-area_bg.png);
    padding: 20px 0;
  }
  .kgr-entry + #price_fix{
    width: 35px;
    top:45vh;
  }
  .kgr-entry{
    width: 50px;
    top: calc(50vh - 212px);
    right: -1px;
    filter: drop-shadow(0 0 3px rgb(255,255,255,100%));
    transform: translateZ(0);
  }
  
  .kgr-kv div.top-appeal-area span.text-size{
    padding: 8px 0 15px;
  }
  .kgr-kv div.top-appeal-area span{
    font-size: 3rem;
    line-height: 1.5em;
  }
  #reason.clm-reason.kgr-reason{
    background-size: 80%;
  }
}

/* 離脱防止ポップアップ */
.modal_pop{
  width: 100vw;
  height: 100vh;
  position:fixed;
  top: 0;
  left:0;
  z-index:10000002!important;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s .8s, opacity .5s .3s;
}
.modal_pop.fade {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s .3s, opacity .5s .3s;
}

.bg{
  background-color: #1119;
  width: 100%;
  height: 100%;
  position:fixed;
  z-index:9998!important;
}
.modal_pop_box{
  width: 700px;
  height: 540px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999!important;
  background-color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal_pop_box .btn {
  display: flex;
  justify-content: center;
  gap: 40px;
  position: absolute;
  bottom: 40px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.modal_pop_box .btn li button,
.modal_pop_box .btn li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  width: 180px;
  height: 60px;
  border: 0;
  border-radius: 8px;
  transition: all .2s;
  cursor: pointer;
}

.modal_pop_box .btn li:nth-of-type(1) button,
.modal_pop_box .btn li:nth-of-type(1) a {
  color: #fff;
  background-color: #f07;
}

.modal_pop_box .btn li:nth-of-type(2) button {
  color: #777;
  background-color: #d0d0d0;
}

.modal_pop_box .btn li:nth-of-type(1) button:hover,
.modal_pop_box .btn li:nth-of-type(1) a:hover {
  background-color: #d07;
}

.modal_pop_box .btn li:nth-of-type(2) button:hover {
  background-color: #c0c0c0;
}

.modal-close__wrap {
  position: absolute;
  right: 40px;
  top: 20px;
}

.modal-close {
  background: transparent;
  border-color: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
  width: 50px;
  display: block;
  height: 50px;
  position: absolute;
  right: 0;
  top: -50px;
  z-index: 2;
}

.modal-close span {
  position: relative;
  width: 100%;
  height: 1px;
  background: #fff;
  display: block;
}

.modal-close span:nth-child(1) {
  transform: rotate(45deg);
}

.modal-close span:nth-child(2) {
  transform: rotate(-45deg);
}

.modal-content-area {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.modal-content-area .img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.modal-content-area::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  content: '';
  margin: 15px;
  border-radius: 10px;
}

.promo-newservice-a .modal-content-area {
  background: linear-gradient(90deg, rgba(148,182,255,1) 0%, rgba(169,240,255,1) 64%, rgba(169,240,255,1) 100%);
}

.promo-newservice-a .modal-content-area::before {
  border: 5px solid #bebaba;
}

.promo-newservice-a .modal-content-area .img {
  background-image: url(https://d1q08lkutgkcx2.cloudfront.net/image/popup-img-newservice-a-pc.png);
}

.promo-newservice-b .modal-content-area {
  background: linear-gradient(135deg, #ffbc00, #ffff00);
}

.promo-newservice-b .modal-content-area::before {
  border: 5px solid rgba(255,255,255, .7);
}

.promo-newservice-b .modal-content-area .img {
  background-image: url(https://d1q08lkutgkcx2.cloudfront.net/image/popup-img-newservice-b-pc.png);
}

@media screen and (max-width: 767px) {
  .modal_pop_box{
    width: 92vw;
    max-width: 480px;
    height: calc(92vw * 1.072);
    max-height: calc(480px * 1.072);
  }

  .modal_pop_box .btn {
    gap: 20px;
    bottom: 9vw;
  }

  .modal_pop_box .btn li button,
  .modal_pop_box .btn li a {
    font-size: 18px;
    width: clamp(120px, 35vw, 160px);
    height: 50px;
    border-radius: 4px;
  }

  .modal-content-area::before {
    margin: 2.5vw;
    border-width: 1vw;
  }

  .promo-newservice-a .modal-content-area .img {
    background-image: url(https://d1q08lkutgkcx2.cloudfront.net/image/popup-img-newservice-a-sp.png);
  }

  .promo-newservice-b .modal-content-area .img {
    background-image: url(https://d1q08lkutgkcx2.cloudfront.net/image/popup-img-newservice-b-sp.png);
  }
}

/*-------------------------------------------
  2023/02/22~2023/02/28
  鹿児島レブナイズ 割引キャンペーン
-------------------------------------------*/
#cp-kgr > #price{
  padding: 0px 0px 180px;
}

.bgclm.bgkgr::after{
  top: 5%;
  transform: rotate(-2.5deg) translate(0, -65%)
}
.standerd-free-sec .price-box.kgr-cp-price ul.price-row{
  align-items: flex-end;
} 
.standerd-free-sec .price-box.kgr-cp-price ul.price-row li::before{
  content: none;
}
.free-box.kgr-cp-price .pink-text{
  font-size: 2em;
}
@media screen and (min-width: 768px){
  #cp-kgr .standerd-free-sec.top-price .price-box{
    padding: 140px 0 100px;
  }
  
  .campaign-cb-catch::before{
    content: "";
    display: block;
    width: calc(531px / 2.8);
    height: calc(482px / 2.8);
    background: url(https://d1q08lkutgkcx2.cloudfront.net/image/kgr-appeal.png) no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -10px;
    right: 0;
  }
}
@media screen and (max-width: 767px){
  #cp-kgr > #price{
    padding: 25px 0;
  }
  .campaign-cb-catch span.limited{
    width: 85%;
  }
  .free-box.kgr-cp-price .pink-text {
    font-size: 1.7em;
  }
}

div.image-slider-wrapper.device-slider {
  background: #FFF;
  width: 700px;
  padding: 20px 0;
  margin: 0 auto 45px;
  filter: drop-shadow(5px 5px 6px rgba(0, 0, 0, .2));
  transform: translateZ(0);
}
div.swiper-slide img {
  width: 540px;
  margin-left: 75px;
}
.swiper-button-prev {
  background: url(https://d1q08lkutgkcx2.cloudfront.net/image/swiper-button-prev_t.png) no-repeat center center / contain;
  width: 70px !important;
  height: 70px !important;
}
.swiper-button-next {
  background: url(https://d1q08lkutgkcx2.cloudfront.net/image/swiper-button-next_t.png) no-repeat center center / contain;
  width: 70px !important;
  height: 70px !important;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}
div.swiper-button-prev,
div.swiper-button-next {
  top: 45%;
}
#devise ul{
  display: flex;
  justify-content: space-between;
  margin: 0;
}
#devise .devise_img{
  max-width: 500px;
  margin: 0 auto 0 0;
}

.btn_box02 .btn-dd-pink {
  background: #f07;
  width: 426px;
  display: block;
  margin: 0 auto;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: .05em;
  position: relative;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.btn_box02 .btn-dd-pink span {
  background-size: 8px;
  display: block;
  padding: 25px 70px 27px 0;
  position: relative;
  z-index: 1;
}
.btn_box02 .btn-dd-pink span::before {
  content: "";
  width: 22px;
  height: 22px;
  background: url(https://d1q08lkutgkcx2.cloudfront.net/image/arrow02.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  right: 35px;
  top: 36%;
  transform: rotate(90deg) translateY(-50%);
}
.btn_box02 .btn-dd-pink::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 70px;
  background: #1e1e1e;
  transition: .3s all;
}
.btn_box02 .btn-dd-pink:hover::after {
  width: 100%
}

.slidedown-device-content {
  padding: 100px 0 50px;
}
.slidedown-device-content h3 {
  font-size: 3.2rem;
  text-align: center;
}
.slidedown-device-content .inner {
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
}

.slidedown-device-content table.device-spec-table {
  margin: 50px auto 0;
  border-collapse: separate;
  border-spacing: 5px;
  width: 100%;
}
.slidedown-device-content table.device-spec-table th {
  width: 30%;
  background-color: #000000;
  color: #FFFFFF;
  padding: 10px 0;
  font-weight: bold;
  font-size: 1.6rem;
}
.slidedown-device-content table.device-spec-table td {
  width: 30%;
  border-spacing: 0;
  padding: 10px;
  background-color: #FFFFFF;
  color: #000000;
  font-size: 1.6rem;
}

.slidedown-device-content table.device-spec-table td.price-fee-th-col {
  width: 20%;
  background-color: #BCC4C4;
  border-spacing: 0;
  padding: 10px;
}

@media screen and (max-width: 767px) {
  .btn_box02 .btn-dd-pink {
    background: #f07;
    width: 280px;
    display: block;
    margin: 0 auto;
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: .02em;
    position: relative;
    text-align: center;
    text-decoration: none;
  }
  .btn_box02 .btn-dd-pink span {
    background-size: 6px;
    display: block;
    padding: 20px 45px 20px 0;
    position: relative;
    z-index: 1;
  }
  .btn_box02 .btn-dd-pink span::before {
    width: 15px;
    height: 15px;
    right: 22px;
    top: 36%;
  }
  .btn_box02 .btn-dd-pink::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 45px;
    background: #1e1e1e;
    transition: .3s all;
  }
  .slidedown-device-content {
    padding: 50px 0 0px;
  }
  .slidedown-device-content table.device-spec-table {
    margin: 25px auto 0;
    border-spacing: 2px;
  }
  .slidedown-device-content h3 {
    font-size: 2.6rem;
    text-align: left;
  }
  .slidedown-device-content table.device-spec-table th {
    text-align: left;
    padding: 8px;
    width: 20%;
    font-size: 1.1rem;
    font-weight: normal;
    min-width: 78px;
  }
  .slidedown-device-content table.device-spec-table td {
    font-size: 1.1rem;
    padding: 8px 3px 8px 5px;
    vertical-align: middle;
    line-height: 2em;
  }
  .slidedown-device-content table.device-spec-table td.td-r {
    font-size: 1.3rem;
  }
  .slidedown-device-content table.device-spec-table td.price-fee-th-col {
    width: 5%;
    letter-spacing: 1px;
    padding: 3px;
    font-size: 1.15rem;
    vertical-align: middle;
    line-height: 1.2;
  }
  div.image-slider-wrapper.device-slider {
    background: #FFF;
    width: 307px;
    margin: 0 auto 15px;
    padding: 20px 0;
  }
  div.swiper-slide img {
    width: 220px;
    margin: 0 auto;
    display: block;
  }
  div.swiper-button-prev,
  div.swiper-button-next {
    top: 55%;
  }
  .swiper-button-prev {
    background: url(https://d1q08lkutgkcx2.cloudfront.net/image/swiper-button-prev_t.png) no-repeat center center / contain;
    width: 30px !important;
    height: 30px !important;
  }
  .swiper-button-next {
    background: url(https://d1q08lkutgkcx2.cloudfront.net/image/swiper-button-next_t.png) no-repeat center center / contain;
    width: 30px !important;
    height: 30px !important;
  }
  #devise ul{
    flex-wrap: wrap;
    margin: 10px 0 0;
    position: relative;
    z-index: 2;
  }
  #pay h2 {
    font-size: 9vw;
    margin: 0 0 60px;
  }
}
/* H01端末追加 */
.swiper-slide span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 10px;
  font-size: 2.4rem;
  font-weight: bold;
}
#devise .image-slider-wrapper p {
  position: absolute;
  top: 280px;
  font-size: 1.4rem;
  font-weight: lighter;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
ul.tab-area {
  list-style-type: none;
  padding: 0;
}
.tab-area {
  display: flex;
  cursor: pointer;
}
.tab {
  width: 50%;
  padding: 20px 5px;
  text-align: center;
  background-color: #FFF;
  border: 10px solid #FFF;
  filter: drop-shadow(5px 5px 6px rgba(0, 0, 0, .2));
  transform: translateZ(0);
}
.tab.active {
  border: 10px solid #FFE000;
  filter:none;
}
.panel {
  display: none;
  text-align: center;
}
.panel.active {
  display: block;
}
.tab img {
  width: 80%;
}
.tab span {
  display: block;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 20px;
}
#devise ul.tab-area li {
  width: 50%;
}
#devise ul.tab-area {
  margin-top: 30px;
}
.btn_box02.open .btn-dd-pink span::before {
  transform: rotate(-90deg) translate(0%,50%);
}
.panel-area div.price-fee-related-table-box {
  padding-bottom: 20px;
}
#devise .panel-area > p {
  margin: 0; 
  text-align: right;
  font-size: 1.4rem; 
}

@media screen and (max-width: 767px) {
  .swiper-slide span {
    top: 0px;
    font-size: 1.6rem;
  }
  #devise .image-slider-wrapper p {
    top: 105px;
    font-size: 1.2rem;
    width: 80%;
    text-align: center;
    line-height: 1.2;
    letter-spacing: normal;
  }
  #devise ul.tab-area li {
    width: 40%;
  }
}
/* H01端末追加 end */
/* スライダー修正 */
div.swiper-container.device-slider-visual{
  height: 390px;
  background-color: #fff;
}
#top div.image-slider-wrapper.device-slider{
  filter: none;
}
#top .img-shadow{
  filter: drop-shadow(5px 5px 6px rgba(0, 0, 0, .3));
  transform: translateZ(0);
  width: 97%;
}

div.image-slider-wrapper.device-slider {
  padding: 20px 0 0;
  margin: 0 auto 45px;
}
#top div.image-slider-wrapper.device-slider{
  filter: none;
}
#top .img-shadow{
  filter: drop-shadow(5px 5px 6px rgba(0, 0, 0, .2));
  transform: translateZ(0);
  width: 97%;
}
#top .swiper-container-autoheight .swiper-slide{
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1281px) {
  #top div.image-slider-wrapper.device-slider{
    max-width: 850px;
    width: auto;
    margin-bottom: 15px;
  }
  #top #devise ul{
    max-width: 850px;
    margin: 0 auto;
  }
  #top .swiper-button-prev,#top .swiper-button-next{
    width: 50px !important;
    top: 40%;
  }
  #top #devise .image-slider-wrapper p{
    top: 200px;
  }
  #top div.swiper-container.device-slider-visual{
    height: 298px;
  }
  #top .swiper-button-next{
    right: 210px;
  }
  #top .swiper-button-prev{
    left: 210px;
  }
  #top div.swiper-slide img {
    margin-top: 20px;
    width: 35%;
  }
  #top .swiper-slide span{
    top: 25px;
  }
}
@media screen and (max-width: 767px) {
  #top div.image-slider-wrapper.device-slider{
    width: 100%;
  }
  #top .img-shadow{
    max-width: 104%;
    width: 104%;
  }
  div.swiper-container.device-slider-visual {
    height: 170px;
  }
}
#devise .top-slider-device p{
  font-size: 1.2rem;
  font-weight: normal;
  margin: 0;
  top: -100px;
}
@media screen and (max-width: 767px) {
  #devise .top-slider-device p{
    padding: 0 20px;
  }
  #devise .top-slider-device{
    max-height: 235px;
  }
  #top #devise .top-slider-device div.image-slider-wrapper.device-slider{
    padding: 35px 0 30px 0;
  }
  #top #devise .top-slider-device div.swiper-button-prev, #top #devise .top-slider-device div.swiper-button-next{
    top: 47%;
    width: 40px !important;
    height: 40px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #devise .top-slider-device{
    max-height: 425px;
  }
  #devise ul{
    max-width: 660px;
    margin: 0 auto;
  }
  #top #devise .top-slider-device div.swiper-button-prev, #top #devise .top-slider-device div.swiper-button-next{
    top: 47%;
    width: 50px !important;
    height: 50px !important;
  }
  #top div.swiper-slide img {
    margin-left: 0;
  }
}
@media screen and (min-width: 1281px) {
  .top-slider-device {
    max-width: 850px;
    background-color: #fff;
    text-align: center;
    padding-bottom: 25px;
    margin: 20px auto;
  }
  #top div.image-slider-wrapper.device-slider{
    width: 50%;
    padding: 5px 0;
  }
  #top .swiper-button-prev{
    left: 0;
  }
  #top .swiper-button-next{
    right: 0;
  }
  #top div.swiper-slide img{
    width: 80%;
  }
  #top div.swiper-container.device-slider-visual{
    height: auto;
  }
  #top .swiper-button-prev, #top .swiper-button-next{
    top: 52%;
  }
  #devise .top-slider-device p{
    font-size: 1.2rem;
    margin: 0;
    top: 0;
  }
  #top div.swiper-slide img {
    margin-left: 0;
  }
}
/* フッター修正 */
@media screen and (max-width: 767px){
  #cv dl dt a {
    background: #DB0066;
    color: #fff;
    padding: 17px 0;
    font-size: 1.3rem;
    letter-spacing: 0.1em;
    text-indent: 0;
  }
  #cv dl dt a.sp:last-child span {
    margin: 0 5px 0 0;
  }
  #cv dl dt a.sp:last-child {
    margin-left: 1%;
    background: #026abd;
  }
}
#price .content-box h2{
  margin-bottom: 0;
}
/*-------------------------------------------
    新サブスク各セクションタイトル 2024/09~
-------------------------------------------*/

.default-main-titl {
  text-align: center;
  font-weight: bold;
  margin: 70px 0;
}

.default-main-titl h2 {
  font-size: 4.5rem;
}

.default-main-titl h2 .pc-topborder {
  padding-top: 30px;
}
.default-main-titl h2 .topborder::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 15%;
  height: 8px;
  background-color: #ffc100;
}

.default-main-titl p {
  font-size: 1.8rem;
  margin-top: 10px;
}

@media (min-width: 768px) and (max-width: 1280px) {
  .default-main-titl {
    margin-bottom: 50px;
  }
  .default-main-titl h2 {
    font-size: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .default-main-titl h2 {
    font-size: 2.5rem;
    line-height: 1.2;
    margin-top: 70px;
  }
  .default-main-titl h2 .pc-topborder {
    border-top: none;
  }
  .default-main-titl h2 .topborder::before {
    content: "";
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    height: 8px;
    background-color: #ffe000;
  }
  .default-main-titl h2 .sp-big-plan {
    font-size: 4rem;
    font-weight: 800;
  }
  #top .default-main-titl h2 {
    font-size: 2.5rem;
    line-height: 1.2;
  }
}

#top #cv .inner h3 {
  position: relative;
  text-align: center;
  font-weight: bold;
}
#top #cv .inner h3 img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -61px;
  width: 60px;
}
#top #cv dl dt a span,
#top #cv dl dd a span {
  background: none;
  padding-right: 0;
  position: relative;
}
#top #cv dl dt a span::before,
#top #cv dl dd a span::before {
  content: "";
  border-left: 11px solid #fff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
}
#top #cv dl dt a:hover span::before,
#top #cv dl dd a:hover span::before {
  border-left: 11px solid #FFE400;
}
@media (min-width: 768px) and (max-width: 1280px) {
  #top #cv .inner h3 img {
    top: -60px;
    width: 60px;
  }
}
@media screen and (max-width: 767px) {
  #top #cv dl dt a span::before, 
  #top #cv dl dd a span::before {
    border-left: 9px solid #fff;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    right: -15px;
  }
  #top #cv {
    padding: 25px 8% 11px;
  }
  #top #cv .inner h3 img {
    top: -35px;
    width: 50px;
  }
}