@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;
}
/*------------------------レスポンシブ切り替え------------------------*/
.pc{
    display: block;
}
.sp{
    display: none;
}
@media screen and (max-width: 600px){
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
}
/*------------------------ここまで------------------------*/
.cp_none{
    display: none;
}
.fv img{
    width: 100%;
    vertical-align: bottom;
}
.cp_obi{
    vertical-align: bottom;
}
.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: #FEFE00;
    margin: auto;
    padding: 20px 0;
}
.fv_button img{	
width: 300px;	
}
}
.part02{
    background: #E3F2F9;
    margin: auto;
    padding: 10px 20px;
text-align: left;
font-size: 12px;
}
.listset3{
    font-size: 12px;
    line-height: 1.4;
    max-width: 720px;
    margin: auto;
text-align: left;
}
.part0{
    background: #cde9f5;
    margin: auto;
    padding: 10px 20px;
text-align: left;
}
@media screen and (max-width: 600px){
.part0{
padding: 10px;
}
}
.part1{
    background: #E3F2F9;
    margin: auto;
    padding: 20px 20px 50px;
position: relative;
}
@media screen and (max-width: 600px){
.part1{
padding: 30px 20px 30px;
}
}
.part1 img{
    max-width: 1000px;
    width: 100%;
    display: block;
    margin: auto;
}
.pb_0{
    padding-bottom: 0;
}
@media screen and (max-width: 600px){
.pb_0{
padding: 30px 20px;
}
}
.listset{
    font-size: 12px;
    line-height: 1.4;
    max-width: 800px;
    margin: auto;
    padding-left: 3em;
    text-indent: -2.5em;
text-align: left;
}
.point{
    margin: 0px 0 50px;
}
@media screen and (max-width: 600px){
    .point{
    margin: 0px 20px 50px;
    }
}
.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;
    }
  }
  .lineup{
    max-width: 900px;
    width: 100%;
    margin: auto;
    text-align: center;
  }
  .lineup_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){
    .lineup_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: 20px;
    }
}
.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;
    max-width: 800px;
    margin: auto;
}
.pt_50{	
padding-top: 10px;
}
@media screen and (max-width: 600px){
.pt_50{
    padding-top: 10px;
}
}
.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: 1rem 4rem 1rem 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);
}
.cta_span_p{
    padding: 1.2rem 5rem 1.2rem 4rem;
}
/*------------------------キャンペーン------------------------*/
.cp{
    background-image: url(../tgk_rr_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;
    padding: 20px 0;
    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: 18px;
    }
}
.cp_box .cp_title {
    font-size: 30px;
    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: 25px;
    }
  }
  .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;
  }
/*------------------------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;
}
  /*------------------------ここまで------------------------*/
.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;
}
.annotation3{
    font-size: 12px;
	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;
  }
  .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: 16em;
}
@media screen and (max-width: 600px){
    .point_3{
        margin-top: 12em;
    }
}
.bg_dodd{
    background-image: url(../tgk_rr_01_images/bg_dodd.webp);
    background-repeat: no-repeat;
    padding: 350px 0 30px;
    margin: auto;
    text-align: center;
    position: relative;
}
.bg_white{
    background: #fff;
    padding: 20px;
    margin: auto;
    max-width: 800px;
    border-radius: 10px;
}
.bg_wihte .dodd_logo{
    width: 35%;
    display: block;
    margin: auto;
}
@media screen and (max-width: 600px){
    .bg_white{
        width: 80%;
    }
    .bg_white .dodd_logo{
        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: 40px;
    font-weight: 600;
}
@media screen and (max-width: 600px){
    .f_big{
        font-size: 35px;
    }
}
.ab01{
    position: absolute;
    top: -40%;
    left: 0;
    right: 0;
}
@media screen and (max-width: 600px){
    .ab01{
        top: -35%;
    }
}
.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: 5px 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;
}
.qa{
    background-image: url(../tgk_rr_01_images/sp_bg_stripe.webp);
    background-repeat: no-repeat;
    padding: 50px 20px;
    margin: auto;
    background-size: 100% 100%;
}
.qa_t{
    color: #01A0E8;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 20px;
}
.flex4{
    display: flex;
    max-width: 800px;
    margin: auto;
}
@media screen and (max-width: 600px){
    .flex4{
        display: block;
    }
}
.qa_box{
    background: #fff;
    border-radius: 10px;
    padding: 20px 20px 30px 30px;
    text-align: left;
    flex: 1;
    margin: 0 10px 15px;
    box-shadow: 0 4px 4px 0 rgba(0,0,0,0.2);
}
.qa_q{
    font-size: 14px;
    font-weight: 500;
    color: #01A0E8;
    padding-left: 1em;
    text-indent: -1.5em;
}
.qa_q span{
    font-size: 22px;
    font-weight: 600;
    padding-right: 10px;
}
.qa_a{
    font-size: 14px;
    padding-left: 1em;
    text-indent: -1.5em;
}
.qa_a span{
    font-size: 22px;
    font-weight: 600;
    padding-right: 10px;
}
.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: 40px;	
text-align: center;	
font-weight: 600;	
line-height: 1;	
}	
.mid_font{	
font-size: 35px;	
text-align: center;	
font-weight: 600;	
padding-bottom: 30px;	
}	
@media screen and (max-width: 600px){	
.big_font{	
font-size: 25px;	
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;
}
}
.tax02{
    text-align: right;
    color: #85878F;
    font-size: 12px;
    line-height: 1.6;
padding-top: 40px;
}
@media screen and (max-width: 600px){
    .tax02{
padding-top:35px;
 line-height: 1.4;
    }
}
.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%;
}
/*------------------------注釈アコーディオン------------------------*/
.notes-accordion {
    padding: 10px 0;
    max-width: 800px;
  margin: auto;
  }
  .note-header {
    width: 100%;
    background: none;
    border: none;
    display: flex;
    align-items: center;
    padding: 0;
    font-size: 12px;
    cursor: pointer;
  }
  @media screen and (max-width: 600px){
  .note-header{
    justify-content: space-between;
  }
  }
  .note-header span {
    text-align: left;
  }
  .note-header span:first-child {
    flex: 1;
    text-align: left;
  }
  .icon {
    font-size: 12px;
    transition: transform 0.2s ease;
  }
  .note-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, opacity 0.2s ease;
    opacity: 0;
text-align: left;
  }
  .note-body p {
    padding: 3px 0 10px;
    margin: 0;
    font-size: 12px;
    color: #181a24;
  line-height: 1.2;
  max-width: 780px;
  }
  .note-item.active .note-body {
    max-height: 220px;
    opacity: 1;
  }
  .note-item.active .icon {
    transform: rotate(45deg); /* ＋ → × */
  }
  .note-header .icon {
    width: 32px;
    text-align: center;
  }
.mb30{
margin-bottom: 30px;
}
.w80{
width: 80%;
}
@media screen and (max-width: 600px){
.w80{
width: 95%;
}
.w90{
width: 90%;
}
}
/*--------------- 追従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_area03{
    display: table;
    max-width: 320px;
    margin: auto;
}

.btn_change03 span{
    padding: 1.2rem 4rem 1.2rem 3rem;
    line-height: 1.3;
    font-size:20px;
    }

.btn_change03 img{
        width: 7px;
        position: absolute;
        right: 7%;
        top: 38%;
    }