@charset "utf-8";

.body {
  color: #181a24;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku GothicPro", "ＭＳ Ｐゴシック", "MS PGothic",sans-serif;
  background: #fff;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}
p{
font-size: 14px
}
main{
background: #fff;
}
/*------------------------レスポンシブ切り替え------------------------*/
.pc{
    display: block;
}
.sp{
    display: none;
}
@media screen and (max-width: 600px){
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
}
/*------------------------ここまで------------------------*/
.cp_none{
    display: none;
}
.fv{
background: #cde9f4;
position: relative;
}
.fv img{
    width: 100%;
    vertical-align: bottom;
}
.cp_obi{
    vertical-align: bottom;
}
.cp_obi_pc{
    vertical-align: bottom;
    max-height: 60px;
    max-width: 1239px;
    margin: auto;
    display: block;
}
.max{
    max-width: 450px;
    width: 100%;
}
.fv_button{
background: #E3F2F9;
padding: 10px 0 30px;
text-align: center;
}
.fv_button img{
display: block;
margin: auto;
padding-bottom: 5px;
width: 350px;
}
@media screen and (max-width: 600px){
.fv_button{
   background: #fff;
        margin: auto;
        padding: 20px 0;
        position: absolute;
        width: 90%;
        border-radius: 15px;
        bottom: -25%;
        left: 5%;
box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.10);
}
.fv_button img{
width: 300px;
}
}
.part02{
    background: #E3F2F9;
    margin: auto;
    padding: 10px 20px;
text-align: left;
}
.listset3{
    font-size: 12px;
    line-height: 1.4;
    max-width: 720px;
    margin: auto;
text-align: left;
}
.part0{
    background: #E3F2F9;
    margin: auto;
    padding: 10px 20px;
text-align: left;
}
@media screen and (max-width: 600px){
.part0{
 padding: 35vw 10px 20px;
}
}
.part1{
    background: #E3F2F9;
    margin: auto;
    padding: 10px 20px;
}
.part1 img{
    max-width: 800px;
    width: 100%;
    display: block;
    margin: auto;
}
.pb_0{
    padding-bottom: 0;
}
@media screen and (max-width: 600px){
.pb_0{
 padding: 10px 0 0;
}
}
.listset{
    font-size: 12px;
    line-height: 1.4;
    max-width: 800px;
    margin: auto;
    padding-left: 3em;
    text-indent: -2.5em;
text-align: left;
}
.listset2{
    font-size: 12px;
    line-height: 1.4;
    max-width: 800px;
    margin: auto;
    padding-left: 3em;
    text-indent: -2em;
}
.relief{
    background: #01A0E8;
    padding: 20px;
}
.relief img{
    max-width: 800px;
    width: 100%;
    margin: auto;
    display: block;
}
@media screen and (max-width: 600px){
    .relief{
        padding: 0;
    }
}
.point{
    margin: 50px 0;
}
@media screen and (max-width: 600px){
    .point{
        margin: 30px 20px;
    }
}
.point img{
    max-width: 800px;
    width: 100%;
    margin: auto;
    display: block;
    padding-bottom: 10px;
}
/* 吹き出し本体 - 左右の中心 */
.balloon1{
    position: relative;
    padding: 20px;
    background-color: #01A0E8;
    color: #fff;
    text-align: center;
 font-size: 40px;
    font-weight: 500;
  }
  /* 三角アイコン - 左右の中心 */
  .balloon1::before{
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 0;
    right: 0;
    bottom: -14px;
    margin: 0 auto;
    border-top: 15px solid #01A0E8;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
  }
  @media screen and (max-width: 600px){
    .balloon1 {
        font-size: 25px;
    }
  }
/*---------------------- 追加商品ラインナップ ----------------------*/
.kinds{
    background: #35BDFB;
    color: #fff;
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    padding: 20px 0;
    width: 100%;
    margin: 30px auto 0;
    max-width: 800px;
}
@media screen and (max-width: 600px){
    .kinds{
        font-size: 20px;
    }
}
.lineup{
    margin: 20px auto;
}
@media screen and (max-width: 600px){
    .lineup{
        width: 90%;
    }
}
.lineup_flex{
    max-width: 800px;
    margin: 20px auto 0px;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 30px;
}
@media screen and (max-width: 600px){
    .lineup_flex{
        flex-flow: column;
    }
}
.lineup_box{
    width: 48%;
}
@media screen and (max-width: 600px){
    .lineup_box{
        width: 100%;
    }
}
.lineup_box img{
    width: 100%;
}
.lineup_title{
    font-size: 18px;
    font-weight: 700;
    margin: 10px auto;
}
@media screen and (max-width: 600px){
    .lineup_title{
        font-size: 16px;
    }
}
.lineup_money{
    background: #F5F5F6;
    width: 100%;
    text-align: center;
    padding: 5px 0;
    border-radius: 3px;
    margin-bottom: 5px;
}
.lineup_tax{
    font-size: 12px;
    padding-left: 3px;
}
.lineup_flex02{
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.discount{
    width: 48%;
    border-radius: 3px;
    border: 2px solid #E55C73;
}
.lf02{
    background: #E55C73;
    color: #fff;
    font-size: 18px;
    text-align: center;
    width: 100%;
    padding: 1.5px 0;
    letter-spacing: 1px;
    border: 1px solid #E55C73;
}
.d-t{
    font-size: 25px;
    background: #fff;
    font-weight: 600;
    text-align: center;
    color: #E55C73;
}
.price{
    width: 48%;
    border-radius: 3px;
    border: 2px solid #35BDFB;
}
.lf03{
    background: #35BDFB;
    color: #fff;
    font-size: 18px;
    text-align: center;
    width: 100%;
    padding: 1.5px 0;
    letter-spacing: 1px;
    border: 1px solid #35BDFB;
}
.d-t03{
    font-size: 25px;
    color: #35BDFB;
    font-weight: 600;
    text-align: center;
}
.sale{
    width: 100%;
    border: 2px solid #35BDFB;
    display: flex;
    border-radius: 3px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.sale-t{
    width: 40%;
    background: #35BDFB;
    padding: 10px 0;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #fff;
}
.sale_price{
    width: 60%;
    color: #35BDFB;
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    padding-top: 3px;
}
.text_line{
    text-decoration: line-through;
}
.annotation{
    font-size: 12px;
	vertical-align: top;
    padding-left: 3px;
}
.m20{
    margin: 20px auto;
}
/*---------------------- 追加商品ラインナップ  ここまで----------------------*/
/*---------------------- sec03　お客様の声 ----------------------*/
.c-list-notes2 {
    max-width: 800px;
    margin: 0 auto 50px;
    text-align: left;
}
@media screen and (max-width: 600px){
    .c-list-notes2 {
        width: 90%;
    }
}
.c-list-notes__head {
    display: table-cell;
    white-space: nowrap;
    padding-right: 0.5em;
    width: 0.1%;
    vertical-align: top;
}
.c-list-notes__body {
    display: table-cell;
    vertical-align: top;
}
.sec03{
background: #fff;
}
.s03_title{
    width: 100%;
    background: #01A0E8;
    padding: 20px 0;
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 2px;
    position: relative;
    color: #fff;
}
.s03_title:after{
    content: "";
    position: absolute;
    right: 0;
    bottom: -15px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #01A0E8 transparent transparent transparent;
    border-width: 20px 20px 0 20px;
}
.s03_flex{
    display: flex;
    justify-content: flex-start;
    margin: 50px auto 20px;
    max-width: 800px;
    gap: 30px;
}
@media screen and (max-width: 600px){
    .s03_flex{
        display: block;
        width: 90%;
        margin: 30px auto 30px;
    }
}
.s03_box{
    background: #E3F2F9;
    border-radius: 10px;
    padding: 20px;
    font-size: 18px;
    width: 50%;
}
@media screen and (max-width: 600px){
    .s03_box{
        display: none;
    }
}
.voice{
    display: flex;
gap: 20px;
    align-items: center;
    margin-bottom: 20px;
    font-weight: 600;
}
.voice img{
    width: 70px;
}
.s03_box p{
    background: #fff;
    padding: 10px;
    border-radius: 3px;
    text-align: left;
    height: 230px;
}
.cta_box a:hover{
    background: #3359cc;
color: #fff;
text-decoration: none;
}
@media screen and (max-width: 600px){
    .accordion-item {
        background: #E3F2F9;
        padding: 16px;
        max-width: 600px;
        margin: 20px auto 0px;
        border-radius: 10px;
      }
      .accordion-header {
        display: flex;
        align-items: flex-start;
        gap: 20px;
      }
      .icon {
        width: 70px;
        height: 70px;
        object-fit: contain;
        flex-shrink: 0;
      }
      .text-block {
        flex: 1;
      }
      .accordion-title {
        margin: 0;
        font-size: 16px;
      }
      .accordion-toggle {
        background: none;
        border: none;
        color: #35BDFB;
        cursor: pointer;
        font-size: 14px;
        padding: 4px 0;
      }
      .accordion-content {
        display: none;
        margin-top: 12px;
        /* ↓ ここを修正：幅いっぱいに見せるためにflex外に出す */
        margin-left: 0;
      }
      .accordion-content.open {
        display: block;
      }
      .accordion-content{
        background: #fff;
        border-radius: 3px;
        padding: 20px 15px;
      }
}
/*---------------------- sec03　お客様の声 ここまで----------------------*/
.skyblue{
    color: #01A0E8;
    font-weight: 600;
}
.gray{
    color: #85878F;
}
.listset2 a{
    color: #004098;
    text-decoration: none;
    font-weight: 600;
}
.listset2 a:hover{
opacity: 0.6;
}
.annotation{
    font-size: 12px;
	vertical-align: top;
}
.listset2{
    font-size: 12px;
    line-height: 1.4;
    padding-left: 1em;
    text-indent: -2em;
    text-align: left;
}
.pt_50{
padding-top: 10px;
}
@media screen and (max-width: 600px){
.pt_50{
    padding-top: 50px;
}
}
.bg_light-blue{
    background: #E3F2F9;
    padding: 20px;
    margin-top: 10px;
}
@media screen and (max-width: 600px){
    .bg_light-blue{
        padding: 10px;
        margin-bottom: 20px;
    }
}
.flex2{
    display: flex;
}
.function{
    margin: 10px;
    text-align: left;
    flex: 1; 
}
@media screen and (max-width: 600px){
.function{
    margin: 10px 5px;
}
}
.function img{
    width: 100%;
}
.function p{
    padding-top: 5px;
    line-height: 1.4;
}
@media screen and (max-width: 600px){
.function p{
    line-height: 1.1;
}
}
.f_title{
    background: #01A0E8;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-size: 20px;
    font-weight: 500;
}
@media screen and (max-width: 600px){
    .f_title{
        font-size: 16px;
        padding: 5px 10px;
        line-height: 1.2;
        height: 40px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}
/*------------------------ボタン------------------------*/
.button_area{
    margin: 30px auto 60px;
}
.button_area img{
display: block;
margin: auto;
width: 300px;
padding-bottom: 5px;
}
@media screen and (max-width: 600px){
.button_area{
    margin: 20px auto 60px;
}
}
.btn03{
    /*影の基点とするためrelativeを指定*/
    position: relative;
    /*ボタンの形状*/
  text-decoration: none;
  display: inline-block;
    text-align: center;
    background: transparent;
  border-radius: 100vh;
    outline: none;
    /*アニメーションの指定*/
    transition: all 0.2s ease;
}
/*hoverをした後のボタンの形状*/
.btn03:hover{
  border-color:transparent; 
text-decoration: none;
opacity: 0.8;
}
/*ボタンの中のテキスト*/
.btn03 span {
  position: relative;
  z-index: 2;/*z-indexの数値をあげて文字を背景よりも手前に表示*/
    /*テキストの形状*/
  display: block;
    padding: 1.2rem 4rem 1.2rem 3rem;
  background: #EA5807;
  border-radius: 100vh;
  color:#fff;
  font-size: 20px;
    font-weight: 500;
    /*アニメーションの指定*/
    transition: all 0.3s ease;
overflow: hidden;
}
/*.btn03 span:before {
    position: absolute;
    top: 51%;
    right: 1em;
    width: 0.5em;
    height: 0.5em;
    transform: translateY(-50%) rotate(45deg);
    border-right: 3px solid currentColor;
    border-top: 3px solid currentColor;
    content: "";
  }*/
/* 光るアニメーションの追加 */
.btn03 span:after {
  content: "";
  position: absolute;
  top: 0;
  left: -20%;
  width: 60px;
  height: 100%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-30deg);
  z-index: 3; /* テキストより手前に表示 */
  animation: shiny 2s infinite;
}
/* アニメーションのキーフレーム */
@keyframes shiny {
  0% { left: -20%; }
  50% { left: 120%; }
  100% { left: 120%; }
}
/*== 下に押し込まれる（立体が平面に） */
/*影の設定*/
.pushdown:before {
    content:"";
    /*絶対配置で影の位置を決める*/
    position: absolute;
    z-index: 1;
    top:3px;
    left:0;
    /*影の形状*/
    width: 100%;
    height: 100%;
    border-radius: 100vh;
    background-color: rgba(92,33,0,0.6);
    box-shadow: 0 3px 3px 0 rgba(0,0,0,0.5);
}
/*hoverの際にY軸に4pxずらす*/
.pushdown:hover span {
  background-color: #EA5807;
  transform: translateY(3px);
}
/*------------------------キャンペーン------------------------*/
.cp{
    background-image: url(../tgk_gs_01_images/sp_bg_stripe.webp);
    background-repeat: no-repeat;
    padding: 50px 20px;
    margin: auto;
    background-size: 100% 100%;
}
.cp img{
    max-width: 800px;
    width: 100%;
    margin: auto;
    display: block;
}
.cp .ribbon{
    width: 40em;
    padding-bottom: 10px;
}
@media screen and (max-width: 600px){
    .cp .ribbon{
        width: 80%;
    }
}
.cp_box{
    max-width: 800px;
    background: #fff;
    text-align: center;
    margin: auto;
}
@media screen and (max-width: 600px){
    .cp_box{
        padding: 20px;
    }
}
.cp_box p{
    font-size: 20px;
    padding-bottom: 30px;
}
@media screen and (max-width: 600px){
    .cp_box p{
        font-size: 16px;
    }
}
.cp_box .cp_title {
    font-size: 25px;
    font-weight: 600;
    color: #01A0E8;
    display: flex;
    align-items: center; /* 垂直中心 */
    justify-content: center; /* 水平中心 */
    white-space: nowrap;
  }
  @media screen and (max-width: 600px){
    .cp_box .cp_title{
        font-size: 20px;
    }
  }
  .cp_title:before, .cp_title:after {
    border-top: 2px solid #01A0E8;
    content: "";
    width: 100%;

  }
  .cp_title:before {
    margin-right: 1em; /* 文字の右隣 */
  }
  .cp_title:after {
    margin-left: 1em; /* 文字の左隣 */
  }
  .cp_width{
    margin: auto;
    max-width: 600px;
  }
.cp_title01{
margin:auto;
background: #01A0E8;
padding: 30px;
text-align: center;
color:#fff;
font-size:25px;
font-weight:500;
}
@media screen and (max-width: 600px){
.cp_title01{
padding:10px;
font-size:16px;
}
}
.cp_box img{
width:90%;
margin:auto;
padding:20px 0;
}
@media screen and (max-width: 600px){
.cp_box img{
width:100%;
}
}

/*------------------------cta------------------------*/
.cta{
    margin: 50px auto;
}
.cta_box{
    max-width: 500px;
    padding: 20px;
    background: #E3F2F9;
    margin: auto;
    border-radius: 30px;
}
@media screen and (max-width: 600px){
    .cta_box{
        margin: 0 20px;
padding:20px 10px;
    }
}
.cta img{
    width: 400px;
    display: block;
    margin: auto;
}
@media screen and (max-width: 600px){
    .cta img{
        width: 80%;
    }
}
.cta_box img{
    width: 80%;
    display: block;
    margin: auto;
}
@media screen and (max-width: 600px){
    .cta_box img{
        width: 95%;
    }
}
.cta_area{
    display: table;
    margin: 10px auto 25px;
}
.cta_area02{
    display: table;
    margin: 0px auto 0px;
}
  /*------------------------cta ここまで------------------------*/
.pb_10{
    padding-bottom: 10px;
}
.step3_area{
    text-align: center;
    margin: 50px auto;
}
.pd_20{
    padding: 10px 20px;
    font-size: 14px;
}
@media screen and (max-width: 600px){
    .step3_area{
        text-align: left;
        margin: 30px auto;
    }
}
.step_box{
    max-width: 800px;
    background: #E3F2F9;
    padding: 30px 15px;
    margin: auto;
}
.step_box img{
    width: 50%;
}
@media screen and (max-width: 600px){
    .step_box img{
        width: 90%;
        display: block;
        margin: auto;
    }
}
.annotation2{
    font-size: 20px;
	vertical-align: top;
}
@media screen and (max-width: 600px){
    .annotation2{
        font-size: 16px;
    } 
}
.s-list{
    width: 60%;
    text-align: left;
    padding: 10px;
}
@media screen and (max-width: 600px){
    .s-list{
        width: 80%;
    }
}
/*------------------------吹き出し------------------------*/
.sectTit {
    position: relative;
    text-align: center;
    font-weight: bold;
    line-height: 1.3;
    font-size: 30px;
    color: #01A0E8;
  }
  @media screen and (max-width: 600px){
    .sectTit {
        font-size: 18px;
    }
  }
  .sectTit:before,
  .sectTit:after {
    position: relative;
    display: inline-block;
    content: "";
    background: #01A0E8;
    width: 3px;
    height: 2em;
    margin: 0 1em;
    margin-top: -.2em;
    vertical-align: middle;
  }
  .sectTit:before {
    transform: rotate(-35deg);
  }
  .sectTit:after {
    transform: rotate(35deg);
  }
  /*------------------------吹き出し ここまで------------------------*/
  .skyblue_title{
    color: #01A0E8;
    font-size: 30px;
    font-weight: 600;
    margin: 30px auto;
text-align: center;
  }
  .step_box2{
    max-width: 800px;
    margin: auto;
  }
  @media screen and (max-width: 600px){
    .step_box2{
        margin: 20px;
    }
  }
  .skyblue_title2{
    padding: 0.25em 0.5em;
    color: #01A0E8;
    background: transparent;
    border-left: solid 5px #01A0E8;
    text-align: left;
    font-size: 20px;
    font-weight: 600;
  }
  .flex3{
    display: flex;
    margin: auto;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .flex3::after{
    display: block;
    content:"";
    width: 50%;
  }
  .p_image{
    margin: 20px auto;
    width: 48%;
    box-sizing:border-box;
font-size: 18px;
    font-weight: 500;
    text-align: left;
  }
  .p_image img{
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  @media screen and (max-width: 600px){
.p_image {
font-size: 16px;
}
}
.point_3{
    margin-top: 50px;
}
.bg_dodd{
    background-image: url(../tgk_gs_01_images/bg_dodd.webp);
    background-repeat: no-repeat;
    padding: 30px 0 30px;
    margin: auto;
    text-align: center;
    position: relative;
}
.bg_white{
    background: #fff;
    padding: 20px;
    margin: auto;
    max-width: 800px;
    border-radius: 10px;
}
@media screen and (max-width: 600px){
    .bg_white{
        width: 80%;
    }
}
.point_title{
    font-size: 30px;
    font-weight: 600;
}
@media screen and (max-width: 600px){
.point_title{
font-size: 25px;
}
}
.f_big{
    font-size: 45px;
    font-weight: 600;
}
@media screen and (max-width: 600px){
    .f_big{
        font-size: 35px;
    }
}
.bg_white02{
    background: #fff;
    padding: 20px 20px;
    margin: 0 auto 20px;
    max-width: 800px;
}
@media screen and (max-width: 600px){
    .bg_white02{
        background: #fff;
        padding: 20px 0 30px;
    }
}
.bg_white02 img{
    width: 80%;
    display: block;
    margin: auto;
}
@media screen and (max-width: 600px){
    .bg_white02 img{
        width: 100%;
    }
}
.pt{
    background: #01A0E8;
    color: #fff;
    width: 150px;
    padding: 0px 20px;
    font-size: 30px;
    margin: 20px auto 0;
    border-radius: 100vw;
    text-align: center;
}
.pt_t{
    font-size: 25px;
    font-weight: 600;
    padding: 10px;
    text-align: center;
    line-height: 1.4;
}
.pt_tt{
    text-align: left;
    width: 80%;
    margin: auto;
    padding: 0 0 20px;
    font-size: 14px;
}
@media screen and (max-width: 600px){
    .pt_tt{
        width: 90%;
    }
}
.list_pt_tt{
    text-align: left;
    width: 80%;
    margin: auto;
    padding: 0 0 20px;
}
@media screen and (max-width: 600px){
    .list_pt_tt{
        width: 75%;
    }
}
.bg_light-blue2{
    background: #E3F2F9;
    padding: 20px;
}
/*------------------------ Q&A ------------------------*/
.qa{
    width: 100%;
   background-image: url(../tgk_gs_01_images/sp_bg_stripe.webp);
   background-repeat: no-repeat;
   background-size: 100% 100%;
background-color: rgba(255, 255, 255, 0.4);
    background-blend-mode: lighten;
    padding: 50px 0;
    margin-top: 50px;
}
.mb0{
margin-bottom: 0;
}
@media screen and (max-width: 600px){
.list100{
    width: 100%;
}
}
.c-list-notes__row{
font-size: 12px;
    margin-top: 20px;
}
.qa_title{
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 20px;
color: #01A0E8;
}
.qa-accordion {
    max-width: 800px;
    margin: 0 auto;
  }
  @media screen and (max-width: 600px){
    .qa-accordion{
        width: 90%;
    }
  }
  .qa-item {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
  }
  .qa-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
    padding: 12px 20px;
background: #35BDFB;
color: #fff;
border-radius: 5px 5px 0 0;
  }
  .qa-icon {
    font-size: 20px;
    transition: transform 0.3s;
    color: #fff;
    padding-left: 10px;
  }
  .qa-answer {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.4s ease;
    padding-left: 1em;
  }
  .qa-answer.open {
    max-height: 500px;
    opacity: 1;
    background: #fff;
    padding: 20px;
border-radius: 0 0 5px 5px;
  }
  .qa_q{
    font-size: 16px;
  }

.lineup_image{
width:45%
}
@media screen and (max-width: 600px){
.lineup_image{
width:100%
}
}
.cp_font_s{
font-size: 14px;
}
.cp_p_b{
padding-bottom: 0px;
}
.cp_sub{
font-size: 25px;
font-weight: 600;
color: #FEFE00;
}
.big_font{
font-size: 45px;
text-align: center;
font-weight: 600;
line-height: 1;
}
.mid_font{
font-size: 40px;
text-align: center;
font-weight: 600;
padding-bottom: 30px;
}
@media screen and (max-width: 600px){
.big_font{
font-size: 30px;
line-height: 1.2;
}
.mid_font{
font-size: 25px;
padding-bottom: 10px;
}
.bg_white .big_font{
font-size: 25px;
}
}
.tax{
font-size:12px;
}
@media screen and (max-width: 600px){
.tax{
font-size:10px;
}
}
.rule{
width:40%;
background: #e8e8e8;
margin: 0 auto 50px;
padding: 30px;
text-align: center;
}
.rule_p{
padding-bottom: 10px;
font-size: 18px;
}
.rule_t{
padding: 10px;
font-size: 14px;
}
@media screen and (max-width: 600px){
.rule{
width:85%;
padding: 20px 10px;
}
}
/*CTAボタン矢印を画像に変更*/
.btn03 img{
    width: 10px;
    position: absolute;
    right: 7%;
    top: 38%;
}
.btn_change span{
padding: 1rem 4rem 1rem 3rem;
line-height: 1.3;
}
.btn_change02 span{
padding: 0.7rem 4rem 0.7rem 3rem;
line-height: 1.3;
}
/*追加CSS*/
.bg_light_title{
font-size: 20px;
    margin: 10px auto 10px;
font-weight:600;
}
@media screen and (max-width: 600px){
.bg_light_title{
font-size: 18px;
    margin: 10px auto 0px;
}
}
/*アコーディオン　商品機能もっと見る*/
.accordion-toggle {
  display: none;
}
@media screen and (max-width: 600px) {
  .accordion-wrapper {
    position: relative;
    margin-bottom: 30px;
  }
  .accordion-preview {
    max-height: 100px; /* 画像の半分くらいまで見せる高さ */
    overflow: hidden;
    position: relative;
transition: max-height 0.5s ease;
  }
  .accordion-fade {
    position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #f9f9f9);
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 1;
  }
  .accordion-preview.open {
    max-height: none;
  }
  .accordion-preview.open .accordion-fade {
    opacity: 0;
  }
  .accordion-content02 {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height 0.5s ease, opacity 0.3s ease;
  }
  .accordion-content02.open {
    max-height: 1000px; /* 展開時の最大高さ（十分に大きく） */
    opacity: 1;
  }
  .accordion-toggle {
display: block;
    text-align: center;
  }
  #moreFeaturesBtn {
padding: 0px 30px;
        background: #fff;
        border: 2px solid #01a0e8;
        color: #01a0e8;
        /* border: none; */
        border-radius: 60px;
        font-size: 16px;
        cursor: pointer;
 position:relative;
  }
  #moreFeaturesBtn2 {
padding: 0px 30px;
        background: #fff;
        border: 2px solid #01a0e8;
        color: #01a0e8;
        /* border: none; */
        border-radius: 60px;
        font-size: 16px;
        cursor: pointer;
 position:relative;
  }
}
.f_title span {
  display: inline;
}
/*フローティングバナー追従CTA*/
.floating-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
width: 100%;
  background-color: #E3F2F9; /* ←背景色を追加 */
  padding: 15px 0; /* 上下に余白 */
  text-align: center;
  z-index: 9999;
  opacity: 0; /* 初期は透明 */
  transform: translateY(20px); /* 下にズラす */
  pointer-events: none; /* 表示前はクリック無効 */
  transition: opacity 0.5s ease, transform 0.5s ease;
}
/* 表示状態（フェードイン） */
.floating-cta.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.cta-button {
  background-color: #ff6600;
  color: #fff;
  padding: 12px 30px;
  border-radius: 50px;
  font-size: 16px;
  text-decoration: none;
  display: inline-flex;
align-items: center;
  transition: background-color 0.3s ease;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
gap: 15px;
}
.cta-button:hover {
  background-color: #e65c00;
}
.cta-arrow {
  width: 7px;
    height: 12px;
}
.m20{
margin: 20px auto
}
.balloon_img img{
width: 250px;
display: block;
margin: 20px auto;
}
.cta_area03{
    display: table;
max-width: 320px;
    margin: auto;
}
.btn_change03 span{
padding: 1rem 3rem 1rem 2rem;
line-height: 1.3;
font-size:14px;
}
.btn_change03 img{
    width: 7px;
    position: absolute;
    right: 7%;
    top: 38%;
}

/*---------------------- コンロ商材紹介 ----------------------*/
.lineup02{
    max-width: 900px;
    width: 100%;
    margin: auto;
    text-align: center;
  }
  .lineup02_title{
    background: #35BDFB;
    margin-top: 20px;
    padding: 20px;
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    color: #fff;
  }
  @media screen and (max-width: 600px){
    .lineup02_title{
        font-size: 20px;
padding: 10px 20px;
    }
  }
  .flex {
    display: flex; /*横並び*/
    margin: auto;
    position: relative;
  }
  @media screen and (max-width: 600px){
    .flex{
        display: block;
        padding: 0 20px 5px;
    }
  }
  .flex img{
    width: 80%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
  }
  @media screen and (max-width: 600px){
    .flex img{
        width: 90%;
    }
  }
.lineup_text{
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    line-height: 1.4;
}
@media screen and (max-width: 600px){
    .lineup_text{
        font-size: 16px;
        line-height: 1.1;
    }
}
.flex_right{
    margin-top: 10px;
flex:1;
}
.lineup_price{
    text-align: right;
    color: #85878F;
    font-size: 18px;
    line-height: 1.4;
}
@media screen and (max-width: 600px){
    .lineup_price{
        font-size: 15px;
        padding: 5px 0;
    }
}
.text_line{
    text-decoration: line-through;
}
.lineup_sale{
    background: #FEFE00;
    font-size: 25px;
    font-weight: 600;
    text-align: right;
    position: absolute;
    right: 0;
}
@media screen and (max-width: 600px){
    .lineup_sale{
        font-size: 20px;
        right: 10px;
    }
}
.sp_change{
width: 90%;
    margin: auto;
}
.bg_light_title{
font-size: 20px;
    margin: 10px auto 10px;
font-weight:600;
}
@media screen and (max-width: 600px){
.bg_light_title{
font-size: 18px;
    margin: 10px auto 0px;
}
}
/*アコーディオン　商品機能もっと見る*/
.accordion-toggle02 {
  display: none;
}
@media screen and (max-width: 600px) {
  .accordion-wrapper {
    position: relative;
    margin-bottom: 30px;
  }
  .accordion-preview {
    max-height: 100px; /* 画像の半分くらいまで見せる高さ */
    overflow: hidden;
    position: relative;
transition: max-height 0.5s ease;
  }
  .accordion-fade {
    position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #f9f9f9);
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 1;
  }
  .accordion-preview.open {
    max-height: none;
  }
  .accordion-preview.open .accordion-fade {
    opacity: 0;
  }
  .accordion-content02 {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height 0.5s ease, opacity 0.3s ease;
  }
  .accordion-content02.open {
    max-height: 1000px; /* 展開時の最大高さ（十分に大きく） */
    opacity: 1;
  }
  .accordion-toggle02 {
display: block;
    text-align: center;
    margin-top: 20px;
  }
  #moreFeaturesBtn {
padding: 0px 30px;
        background: #fff;
        border: 2px solid #01a0e8;
        color: #01a0e8;
        /* border: none; */
        border-radius: 60px;
        font-size: 16px;
        cursor: pointer;
 position:relative;
  }
  #moreFeaturesBtn2 {
padding: 0px 30px;
        background: #fff;
        border: 2px solid #01a0e8;
        color: #01a0e8;
        /* border: none; */
        border-radius: 60px;
        font-size: 16px;
        cursor: pointer;
 position:relative;
  }
}
.listset3{
    font-size: 12px;
    line-height: 1.4;
    max-width: 800px;
    margin: auto;
    padding-left: 2em;
    text-indent: -2.5em;
    text-align: left;
}
.mt50{
margin-top:50px;
}