@font-face {
  font-family: "Bebas";
  src: url("../font/BebasNeue-Regular.ttf");
}

body{margin: 0px auto;padding:0px;width:auto;background: #FFF;background-size: 100% 100%;background-position: center bottom;background-attachment: fixed;max-width: 2000px;}
ul,li{ padding:0px; margin:0px; list-style:none;}

ul{width:100%;margin:0 auto;}
li{ text-align:center;}


.featherlight .featherlight-close-icon{
    line-height: 50px;
    width: 50px;
    font-size: 21px;
    background: none;
}
.featherlight .featherlight-content{
    border-radius: 20px;
}
.featherlight .featherlight-content h2{
    margin: 10px 0 30px;
}


.floating img{width: 100%;}
@keyframes floatSlideUp {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.end_box {
  position: relative;
  width: 100%;
  margin: 8% auto 20%;
}

.end_box .floating {
  position: relative;
}
/* 通常状態 */
.floating {
  position: relative;
  transition: opacity 0.4s ease;
  z-index: 9999;
  opacity: 0;
  transform: none; /* ← 元位置ではズレを防ぐ */
}

/* フローティングとして出現時のみ transform を適用 */
.floating.is-fixed {
  position: fixed !important;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  animation: floatSlideUp 0.6s ease-out 0.5s both;
  transform: none; /* ← アニメ後はリセット（ズレ防止） */
  max-width: 425px;
  width: 100%;
  padding: 10px 0px;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 20px 20px 0 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* 表示制御 */
.floating.is-visible {
  opacity: 1;
}

.floating.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.formtext {
    width: 90%;
    margin: 0 auto;
    padding: 3% 0;
}


.floating_btn {
    position: fixed;
    bottom: 5%;
    right: 2%;
    z-index: 10;
    width: 14.78%;
}
.floating_btn a {
    display: block;
}
.floating_btn img{ width:100%;}


.content{
    width: 100%;
    max-width: 75.5%;
    margin-right: auto;
    margin-left: auto;
    position:relative;
    overflow:hidden;
    }
.content2{
    width: 100%;
    max-width: 100%;
    position:relative;
    overflow:hidden;
    margin: 0% 0 0%;
    }

.lightbox { display: none; }

.cl_box{
    background: url(../img/002.jpg) no-repeat;
    background-size: 100% auto;
    background-position: center top;
    padding: 3% 0;
    }

.cl_box a{ color:#FFF;}
.scroll{ display:none;}

.mfrom {
    width: 100%;
    /* text-align: center; */
    outline: 0;
    border: #231815 2px solid;
    color: #a6a8a8;
    font-size: 1.4vw;
    margin: 0 auto 5% auto;
    padding: 1.5% 3%;
}

.pc{ display:block;}
.sp{ display:none;}

.p1{
	background: url(../img/top_bg.png) no-repeat;
	background-size: 100% auto;
	background-position: center top;
	position: relative;
	height: auto;
	margin: 0 0 0 0;
	border-radius: 0;
	overflow: hidden;
	}
.p1:before{
    content: "";
    display: block;
    padding-top: 105.5%; /* 1:1 */
    }

.p1h{
    height:auto;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    right:0;
    width: 100%;
    height: 100%;
    margin:0 auto;
    }

.p2{position:relative;height: auto;margin: 9.8% 0 0 0;background-color: #fff;}
.p2:before{
    content: "";
    display: block;
     /* 1:1 */
    }
.p2h{
    }

.p3{
	background: #F6F0D9;
	position:
	relative;
	height: auto;
	margin: 0 0 0% 0;
	z-index: 0;
	}
.p3:before{
    content: "";
    display: block;
     /* 1:1 */
    }

.p3h{
    }

.p4{
	background: #fff;
	position:relative;
	height: auto;
	margin: 0 0 0 0;
	z-index: 0;
	}
.p4:before{
    content: "";
    display: block;
    }

.p4h{
    height:auto;
    padding: 0;
    position: relative;
    top: 0;
    left: 0;
    right:0;
    width: 100%;
    height: 100%;
    margin:0 auto;
    }

    .p5{
        background: #C80000;
        position:relative;
        height: auto;
        margin: 0 0 0 0;
        z-index: 0;
        }
    .p5:before{
        content: "";
        display: block;
        }
    .p5h{
        height:auto;
        padding: 0;
        position: relative;
        top: 0;
        left: 0;
        right:0;
        width: 100%;
        height: 100%;
        margin:0 auto;
        }

        .p6{
            background: #FFF0EE;
            position:
            relative;
            height: auto;
            margin: 0 0 0% 0;
            z-index: 0;
            }
        .p6:before{
            content: "";
            display: block;
            }
        .p6h{
            height:auto;
            padding: 0;
            position: relative;
            top: 0;
            left: 0;
            right:0;
            width: 100%;
            height: 100%;
            margin:0 auto;
            }
.p7{
	background: #C80000;
	position:relative;
	height: auto;
	margin: 0 0 0 0;
	z-index: 0;
	}
.p7:before{
    content: "";
    display: block;
    }

.p7h{
    height:auto;
    padding: 0;
    position: relative;
    top: 0;
    left: 0;
    right:0;
    width: 100%;
    height: 100%;
    margin:0 auto;
    }

.p8{
	background: #FFF0EE;
	position:relative;
	height: auto;
	margin: 0 0 0 0;
	z-index: 0;
	}
.p8:before{
    content: "";
    display: block;
    }

.p8h{
    height:auto;
    padding: 0;
    position: relative;
    top: 0;
    left: 0;
    right:0;
    width: 100%;
    height: 100%;
    margin:0 auto;
    }

.p9{
	background: #fff;
	position:relative;
	height: auto;
	margin: 10% 0 0 0;
	z-index: 0;
	}
.p9:before{
    content: "";
    display: block;
    }

.p9h{
    height:auto;
    padding: 0;
    position: relative;
    top: 0;
    left: 0;
    right:0;
    width: 100%;
    height: 100%;
    margin:0 auto;
    }

.p10{
	background: #C80000;
	position:relative;
	height: auto;
	margin: 0 0 0 0;
	z-index: 0;
	}
.p10:before{
    content: "";
    display: block;
    }

.p10h{
    height:auto;
    padding: 0;
    position: relative;
    top: 0;
    left: 0;
    right:0;
    width: 100%;
    height: 100%;
    margin:0 auto;
    }

.p11{
	background: #fff;
	background-size: 100% auto;
	background-position: center top;
	position:relative;
	height: auto;
	margin: -0.2% 0 0 0;
	z-index: 0;
	}
.p11:before{
    content: "";
    display: block;
    }

.p11h{
    height:auto;
    padding: 0;
    position: relative;
    top: 0;
    left: 0;
    right:0;
    width: 100%;
    height: 100%;
    margin:0 auto;
    }

.p12{
	background: #F6F0D9;
	position:relative;
	height: auto;
	margin: 0 0 0 0;
	z-index: 0;
	}
.p12:before{
    content: "";
    display: block;
    }

.p12h{
    height:auto;
    padding: 0;
    position: relative;
    top: 0;
    left: 0;
    right:0;
    width: 100%;
    height: 100%;
    margin:0 auto;
    }

.p13{
	background: #fff;
	position:relative;
	height: auto;
	margin: 0 0 0 0;
	z-index: 0;
	}
.p13:before{
    content: "";
    display: block;
    }

.p13h{
    height:auto;
    padding: 0;
    position: relative;
    top: 0;
    left: 0;
    right:0;
    width: 100%;
    height: 100%;
    margin:0 auto;
    }

.p14{
	background: #FFF0EE;
	position:relative;
	height: auto;
	margin: 0 0 0 0;
	z-index: 0;
	}
.p14:before{
    content: "";
    display: block;
    }

.p14h{
    height:auto;
    padding: 0;
    position: relative;
    top: 0;
    left: 0;
    right:0;
    width: 100%;
    height: 100%;
    margin:0 auto;
    }


.p1 img,.p2 img,.p3 img,.p4 img,.p5 img,.p6 img,.p7 img,.p8 img,.p9 img,.p10 img,.p11 img,.p12 img,.p13 img,.p14 img,.p15 img,.p16 img,.p17 img,.p18 img,.p19 img,.p20 img,.p21 img,.p22 img,.p23 img,.t1 img,.w01 img,.t2 img,.t3 img,.t4 img,.t5 img,.t6 img,.t7 img,.t8 img,.p21 img,.p22 img,.p23 img,.p24 img,.p25 img,.p26 img{ width:100%;}
.addFriend input{ width:100%;}

.sp_box{
    max-width: 425px;
    margin: 0 auto;
    left: 0;
    position: relative;
    z-index: 10;
    background: #FFF;
    filter: drop-shadow(0px 0px 28px rgba(0,0,0,0.2));
}
.pc_logo{
    margin: 0 auto 20px;
    max-width: 297px;
}
.pc_line_btn{
    margin: 0 0 18% 0;
}
.pc_side{
    position: fixed;
    /* overflow-y: scroll; */
    bottom: 45px;
    right: calc((100% - 1210px) / 2);
    z-index: 999;
    height: max-content;
    max-height: 942px;
    width: 340px;
}
.pc_side img{ width: 100%;}
.pc_foot_bg{
    width: 100%;
    height: 6.6%;
    background: #C80000;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.pc_footer{
    position: fixed;
    bottom: 0;
    width: 593px;
    height: 7%;
    right: calc((100% - 1610px) / 2);
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.pc_footer img{ width: 100%;}
.pc_footer .pc_face{
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    width: 185px;
    margin: 0 auto;
}
.pc_footer .pc_cp{
    max-width: 230px;
    margin: 0 0 0 97px;
}
.pc_footer_txt{
    display: flex;
    height: auto;
    min-height: 100vh;
    position: fixed;
    width: 100%;
}

.short-move[data-aos="fade-up"] {
  transform: translateY(8px);
}
.short-move[data-aos="fade-up"].aos-animate {
  transform: translateY(0);
}

[data-aos="fade-up-small"] {
  opacity: 0;
  transform: translateY(30px); /* デフォルト50px → 控えめに12px */
  transition-property: transform, opacity;
}

[data-aos="fade-up-small"].aos-animate {
  opacity: 1;
  transform: translateY(0);
}

[data-aos="fade-up-ssmall"] {
  opacity: 0;
  transform: translateY(10px); /* デフォルト50px → 控えめに12px */
  transition-property: transform, opacity;
}

[data-aos="fade-up-ssmall"].aos-animate {
  opacity: 1;
  transform: translateY(0);
}

[data-aos="fade-down-small"] {
  opacity: 0;
  transform: translateY(-12px); /* 上から12pxだけ下がってくる */
  transition-property: transform, opacity;
}

[data-aos="fade-down-small"].aos-animate {
  opacity: 1;
  transform: translateY(0);
}
[data-aos="fade-right-small"] {
  opacity: 0;
  transform: translateX(-30px); /* 左から12pxだけスライド */
  transition-property: transform, opacity;
}

[data-aos="fade-right-small"].aos-animate {
  opacity: 1;
  transform: translateX(0);
}

[data-aos="fade-right-ssmall"] {
  opacity: 0;
  transform: translateX(-10px); /* 左から12pxだけスライド */
  transition-property: transform, opacity;
}

[data-aos="fade-right-ssmall"].aos-animate {
  opacity: 1;
  transform: translateX(0);
}


[data-aos="fade-left-small"] {
  opacity: 0;
  transform: translateX(30px); /* 右から12pxだけスライド */
  transition-property: transform, opacity;
}
[data-aos="fade-left-small"].aos-animate {
  opacity: 1;
  transform: translateX(0);
}

[data-aos="fade-left-ssmall"] {
  opacity: 0;
  transform: translateX(10px); /* 右から12pxだけスライド */
  transition-property: transform, opacity;
}

[data-aos="fade-left-ssmall"].aos-animate {
  opacity: 1;
  transform: translateX(0);
}

[data-aos="zoom-in-right-small"] {
  opacity: 0;
  transform: translateX(-20px) scale(0.65); /* 少し左＋少し縮小から始まる */
  transition-property: transform, opacity;
}

[data-aos="zoom-in-right-small"].marker-animate {
  opacity: 1;
  transform: translateX(0) scale(1);
}

[data-aos="zoom-out-right-small"] {
  opacity: 0;
  transform: translateX(-12px) scale(1.05); /* 少し左＋少し拡大からスタート */
  transition-property: transform, opacity;
}

[data-aos="zoom-out-right-small"].aos-animate {
  opacity: 1;
  transform: translateX(0) scale(1);
}



.b_08{}
.b_08_list{
    background: #FFFFFF;
    border-radius : 22px;
    width: 90.5%;
    margin: 0 auto 6.5%;
    padding: 5.2% 4.8% 6.7% 5.5%;
    display: flex;
    justify-content: center;
    flex-flow: column;
    position: relative;
}
.b_08_data{
    position: relative;
    width: 100%;
}
.b_08_data_02{
    position: relative;
    width: 100%;
}
.b_08_circle{width: 69.7%;margin: 9% auto 0;position:relative;}

.donut237{ width:100%; height:auto; transform:rotate(-90deg); }  /* 12時開始 */

.track,.progress{ fill:none; stroke-linecap:butt; stroke-width:36.46px; }
.track{   stroke:#c6c6c6; }
.progress{
  stroke:#46c24e;
  stroke-dasharray:100;     /* pathLength=100 → %管理 */
  stroke-dashoffset:100;    /* 初期は非表示 */
  transition:stroke-dashoffset 1.6s ease-out;
}
/* 色は変数から描画するように */
.track   { stroke: var(--track); }
.progress{ stroke: var(--ring);  }
.inner{ fill:#fff; }

/* ▼ 白い境界線：小さな白ダッシュを円周に配置して“線”に見せる */
.separator{
  fill:none;
  stroke:#fff;
  stroke-linecap:butt;
  stroke-width:36.46px;      /* ← リング幅と同じにして“内外端まで”届かせる */
  --sep: .6;                 /* ← 白線の長さ（%）。1.6〜2.2で微調整 */
  stroke-dasharray: var(--sep) calc(100 - var(--sep));
  stroke-dashoffset: 100;
  transition: stroke-dashoffset 1.6s ease-out;
}
.sep-start{ stroke-dashoffset: 0; transition: none; } /* 12時側は固定 */


.b_08_data_inner{
    position: absolute;
    width: 31.1%;
    margin: 0 auto;
    top: 49%;
    left: 0;
    right: 0;
}
.b_08_data_inner_2{
    top: 49%;
    left: -1%;
}

.b_08 .b_08_list:nth-child(odd) .b_08_data .b_08_data_inner{
    top: 39%;
}

.b_08_data_item {
  position: relative;
  display: inline-block;
  width: fit-content;
  text-align: right;  /* 数字本体を右寄せ */
  left: -6%;
}

/* 数字本体 */
.num {
  margin: 0;
  line-height: 1;
  text-align: right;
  font-weight: 700;
  font-size: 53px;
}

.countup {
  display: inline-block;
  text-align: right;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1, "lnum" 1;
  min-width: 3ch;
}

/* 名画像を右端に固定する（数字の右側にピタッと来る） */
.pie_chart_number {
  position: absolute;
  top: 27%;      /* 元の指定維持 */
  right: 0;      /* 数字の右端に揃える */
  width: 40%;    /* 元の指定維持 */
  transform: translateX(90%); /* 数字の右横に配置 */
}

.pie_chart_03, .pie_chart_04, .pie_chart_05,
.pie_chart_08, .pie_chart_09, .pie_chart_10,
.pie_chart_13, .pie_chart_14, .pie_chart_15 {
  opacity: 0;
  transform: translateY(10px) scale(.96);
  transition: opacity .45s ease, transform .45s ease;
}

.pie_chart_03.is-revealed, .pie_chart_04.is-revealed, .pie_chart_05.is-revealed,
.pie_chart_08.is-revealed, .pie_chart_09.is-revealed, .pie_chart_10.is-revealed,
.pie_chart_13.is-revealed, .pie_chart_14.is-revealed, .pie_chart_15.is-revealed {
  opacity: 1;
  transform: none;
}

.pie_chart_yes{
    width: 41%;
    margin: 0 auto;
}

.pie_chart_01{}
.pie_chart_02{
    width: 36%;
    margin: 0;
    position: absolute;
    top: 27%;
    left: 10%;
}
.pie_chart_03{
    width: 21%;
    position: absolute;
    top: 28%;
    right: 4%;
}
.pie_chart_04{
    width: 16%;
    top: 70%;
    left: 4.5%;
    position: absolute;
}
.pie_chart_05{
    width: 18.5%;
    position: absolute;
    right: 3.8%;
    top: 76%;
}
.pie_chart_06{
    width: 97.2%;
}
.pie_chart_07{
    width: 38%;
    margin: 0;
    position: absolute;
    top: 27%;
    left: 10%;
}
.pie_chart_08{
    width: 19.5%;
    position: absolute;
    top: 3%;
    right: 6%;
}
.pie_chart_09{
    position: absolute;
    width: 19.3%;
    bottom: 6%;
}
.pie_chart_10{
    position: absolute;
    width: 17%;
    bottom: 15%;
    right: 5%;
}
.pie_chart_11{
    width: 94.5%;
}
.pie_chart_12{
    width: 36%;
    margin: 0;
    position: absolute;
    top: 27%;
    left: 10%;
}
.pie_chart_13{
    position: absolute;
    width: 26%;
    top: 22%;
    right: 4%;
}
.pie_chart_14{
    position: absolute;
    width: 15.5%;
    bottom: 8%;
}
.pie_chart_15{
    position: absolute;
    width: 16%;
    bottom: 13%;
    right: 4%;
}


.b_01{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    }
.button_text{
    width: 62.7%;
    margin: 0% auto 1.5%;
}
.button{
    width: 79.2%;
    margin: 0 auto;
}
.b_02{
    background: #44545E;
    border-radius: 20px 20px 0 0;
    margin: 11% auto 0;
    padding: 12% 0 14%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.b_02_list{
    width: 85.5%;
    background: #fff;
    border-radius: 13px;
    padding: 7% 6.1%;
    margin: 6.2% auto;
}
.b_03_container{width: 90.6%;margin: 0 auto;}
.b_03{
    position: relative;
    width: 100%;
    margin: 7.5% auto;
}
.b_03_bg{
    width: 100%;
}
.b_04{
    position: relative;
}
.b_04_list{
    width: 90.2%;
    margin: 0 auto;
    border: 2px solid #1EAEB2;
    border-radius: 22px;
    padding: 18.45% 0 12.5%;
}
.b_04_label{
    width: 90.2%;
    margin: 0 auto 8.4%;
}
.e39_wapper{
    position: relative;
    width: 77.5%;
    margin: 14% auto 6.2%;
}
.e39_wapper::before{
  display:block;
  position: absolute;
  content:'';
  width:100%;
  height: 100%;
  mix-blend-mode:multiply;
  background: #C80000;
  mix-blend-mode: multiply;
  border-radius: 20px;
  z-index: 1;
}
.white_box{
    width: 90.7%;
    margin: 0 auto;
    background: #fff;
    border-radius: 20px;
    padding: 9.5% 0;
}
.nisa_fuyaseru_data{
  position: relative;
}

.graph-line{
  position: absolute;
  width: 51.75%;
  top: 11%;
  left: 18%;
  z-index: 9;
  pointer-events: none;
}

.graph-line svg{
  display: block;
  width: 100%;
  height: auto;
}

.graph-line path{
   transition: none;
}

.g1{
    position: relative;
    width: 90.2%;
    margin: 0 auto;
}
.g2{
    width: 71.5%;
    position: absolute;
    top: 68.3%;
    left: 18%;
}
.g3{
    width: 25.5%;
    position: absolute;
    top: 41%;
    right: 8%;
}
.g4{
    position: absolute;
    width: 6.8%;
    top: 66.8%;
    left: 34.5%;
    z-index: 10;
}
.g5{
    position: absolute;
    width: 31%;
    top: 10.5%;
    left: 25%;
}
.g6{
    position: absolute;
    width: 18.5%;
    top: 46%;
    left: 24%;
}

.point-red {
  opacity: 0;
  transform: scale(0);
  transition: 0.35s cubic-bezier(.34,1.56,.64,1);
}

.point-red.is-show {
  opacity: 1;
  transform: scale(1);
}
.arrow {
  opacity: 0;
  transform: translateY(30px) scale(0.8);
}

.arrow.is-show {
  animation: arrowPop 0.6s cubic-bezier(.34,1.56,.64,1) forwards;
}

@keyframes arrowPop {
  0% {
    opacity: 0;
    transform: translateY(30px) scale(0.8);
  }
  60% {
    opacity: 1;
    transform: translateY(-6px) scale(1.08);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.text-main {
  opacity: 0;
  transform: scale(0.9);
  transition: 0.4s ease;
}

.text-main.is-show {
  opacity: 1;
  transform: scale(1);
}

.gray-line{
  opacity: 0;
  clip-path: inset(0 100% 0 0);
  transition:
    clip-path 0.9s ease-out,
    opacity 0.5s ease-out;
}

.gray-line img{
  display: block;
  width: 100%;
}

.gray-line.is-show{
  opacity: 1;
  clip-path: inset(0 0 0 0);
}

.gray-text{
  opacity: 0;
  transform: translateY(10px);
  transition:
    opacity 0.45s ease-out,
    transform 0.45s ease-out;
}

.gray-text img{
  display: block;
  width: 100%;
}

.gray-text.is-show{
  opacity: 1;
  transform: translateY(0);
}

.notes{
    width: 84.8%;
    margin: 3% 0% 8% 5%;
}
.b_05{
    padding-bottom: 37%;
    margin: 0 auto 9%;
}
.b_05_img{
    width: 100%;
    top: 0;
}
.b_06{
    padding: 10.5% 0 4%;
    margin-bottom: 7%;
}
.b_06_list{
    width: 88.5%;
    margin: 6.5% auto 7%;
    position: relative;
}
.b_07{
    margin: 7% auto 13%;
    padding: 9.5%  0 13%;
}
.b_07_list{
    width: 84%;
    margin: 0 auto 8%;
}
.arrow_01{
    width: 7.9%;
    margin: 0 auto;
}
.b_07_label{
    margin: 6.5% 0 14%;
    position: relative;
}
.b_07_subtitle{
    width: 85%;
    margin: 0 auto;
}
.b_07_marker{
    margin-top: 8.5%;
    position: relative;
    display: flex;
    z-index: 1;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.b_07_marker > div {
  position: relative;
}

.b_07_marker img {
  display: block;
  width: 100%;
  height: auto;
}


/* マーカー本体 */
.marker::after {
  content: "";
  position: absolute;
  left: -3.5%;
  bottom: -15%;
  width: 108%;
  height: 35%;
  background: #FFDC00;
  transform: scaleX(0);
  transform-origin: left center;
 transition: transform 1.8s cubic-bezier(0.22, 1, 0.35, 1);
  z-index: -1;
  opacity: 0.95;
}

/* 発火 */
.marker.is-active::after {
  transform: scaleX(1);
}

.b_09_voice{
    position: relative;
}
.arrow_02{
    width: 7%;
    margin: 0 auto;
}
.b_09_who{
    width: 90%;
    margin: 9.5% auto 8.8%;
    background: #FCF8E7;
    padding: 8.4% 0 6%;
    border-radius: 20px;
    position: relative;
}
.youtbe_box{
    width: 87.5%;
    margin: 0 auto;
}
.b_09_red{
    background: #C80000;
    margin: 10.5% auto 0;
    padding: 7.8% 0 6.7%;
}
.percent {
    font-weight: 700;
    font-size: 21px;
    line-height: 32.9px;
    color: #46C24E;
    margin-top: -4%;
    margin-bottom: 0;
}
.percent_2{
    color: #B88E5A;
}
.percent_3{
    color: #C80000;
}

.b_10{
    position: relative;
    width: 90.5%;
    margin: 0 auto 18.13%;
    background: #fff;
    border-radius: 20px;
    padding: 18.5% 0 9.8%;
}
.b_10_icon{
    width: 25.5%;
    position: absolute;
    top: -12.5%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.b_10_name{
    width: 77%;
    margin: 0 auto;
}
.b_10_text{
    width: 87.5%;
    margin: 7% auto 0;
}


.arrow_03{
    width: 7%;
    margin: 0 auto 6.2%;
}
.b_11{
    width: 90%;
    margin: 0 auto 5%;
}
.b_12{
    width: 77%;
    margin: 0 auto 6.2%;
}
.b_12_list{
    position: relative;
}
.b_13{
    width: 90%;
    margin: 0 auto 3.2%;
}


.e1{
    width: 36%;
    max-width: 151px;
}
.e2{
    max-width: 243.9px;
    width: 58%;
    margin-right: 4%;
}
.e3{
    width: 52.8%;
    position: absolute;
    top: 27.75%;
    left: 8.85%;
}
.e4{
    width: 83.35%;
    position: absolute;
    top: 55%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.e5{
    width: 83.35%;
    position: absolute;
    top: 71.4%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.e6{
    width: 82%;
    position: absolute;
    bottom: 10.3%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.e7{
    width: 73%;
}
.e8{}
.e9{
    margin: 4% 0;
}
.e10{}
.e11{
    width: 63.5%;
    position: relative;
    margin: -14.5% auto 7%;
}
.e12{
    width: 3%;
    position: absolute;
    top: 36.9%;
    left: 16%;
}
.e13{
    width: 71.5%;
    margin: 0 auto 4%;
}
.e14{
    width: 65%;
}
.e15{
    width: 83%;
    margin: 14% auto 8%;
}
.e16{
    width: 81%;
    margin: 0 auto 14%;
}
.e17{
}
.e18{
    width: 31.0%;
    position: absolute;
    top: -5.5%;
    right: -2%;
    z-index: 0;
}
.e19{
    width: 2.2%;
    position: absolute;
    top: 4%;
    right: 6%;
}
.e20{
    position: relative;
}
.e21{
    width: 19.5%;
    position: absolute;
    top: -1%;
    left: 5%;
}
.e22{
    width: 5.8%;
    position: absolute;
    top: 2%;
    left: 2.2%;
}
.e23{
    width: 22.7%;
    position: absolute;
    top: 51%;
    right: 3%;
}
.e24{}
.e25{
    width: 32%;
    position: absolute;
    top: 24.7%;
    right: 3%;
}
.e26{
    width: 21.45%;
    position: absolute;
    top: -6%;
    right: 9%;
}
.e27{
    width: 6.2%;
    position: absolute;
    top: 9%;
    right: 3%;
}
.e28{
    width: 63%;
    margin: 13% auto 14%;
}
.e29{
    width: 69.2%;
    margin: 14% auto 15.5%;
}
.e30{
    width: 82.7%;
    margin: 0 auto 8%;
}
.e31{
    width: 43.2%;
    position: absolute;
    top: 13.59%;
    left: 35%;
}
.e32{
    width: 81%;
    position: absolute;
    top: -5%;
    left: 6.5%;
}
.e33{
    width: 81.2%;
    margin: 0 auto;
}
.e34{
    width: 60%;
    margin: 12.5% auto;
}
.e35{
    position: relative;
    width: 100%;
}
.e36{
    width: 23.5%;
    position: absolute;
    bottom: 0;
}
.e37{
    width: 22.5%;
    position: absolute;
    bottom: 0;
    right: 5%;
}
.e38{
    width: 8.25%;
    margin: -0.1% auto 0;
}
.e39{
    position: relative;
    z-index: 10;
    padding: 2.4% 0%;
    width: 79.6%;
    margin: 0 auto;
}
.e40{
    width: 88%;
    margin: 0 auto 6.5%;
}
.e41{
    width: 27.5%;
    position: absolute;
    top: -14%;
    left: 12%;
    z-index: 10;
}
.e42{
    width: 25.2%;
    position: absolute;
    top: -15%;
    right: 10%;
    z-index: 10;
}
.e43{
    width: 66.4%;
    margin: 0 auto;
}
.e44{
    width: 82%;
    margin: 0 auto;
}
.e45{
    width: 89%;
    margin: 12.2% auto 8%;
}
.e46{
    width: 81%;
    margin: 0 auto;
}
.e47{
    position: absolute;
    width: 35.5%;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0.5%;
}
.e47_coin{
    position: absolute;
    width: 6.3%;
}
.e47_coin_01{
    bottom: 6.6%;
    left: 38%;
}
.e47_coin_02{
    bottom: 7.65%;
    left: 47%;
}
.e47_coin_03{
    bottom: 6.4%;
    left: 56%;
}
.e47_coin_04{
    left: 47.2%;
    bottom: 5.4%;
}
.e47_coin_05{
    bottom: 4.0%;
    left: 39%;
}
.e47_coin_06{
    bottom: 3.9%;
    left: 54%;
}
.e48{
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
}
.e49{
    position: absolute;
    width: 11%;
    bottom: 7.5%;
    left: 9%;
}
.e50{
    position: absolute;
    width: 6.5%;
    bottom: 8%;
    left: 26%;
}
.e51{
    position: absolute;
    width: 10.7%;
    bottom: 4%;
    left: 7.5%;
}
.e52{
    position: absolute;
    width: 5.2%;
    bottom: 7%;
    right: 31%;
}
.e53{
    position: absolute;
    width: 7.7%;
    bottom: 8.2%;
    right: 10%;
}
.e54{
    position: absolute;
    width: 8.9%;
    bottom: 5%;
    right: 8%;
}
.e55{
    width: 78%;
    margin: 12.5% auto 8.5%;
}
.e56{
    width: 84.3%;
    margin: 0 auto;
}
.e57{
    position: relative;
}
.e58{
    width: 29%;
    position: absolute;
    top: 14%;
    right: 5%;
    z-index: 5;
}
.e59{
    width: 13.5%;
    position: absolute;
    top: 1%;
    right: 13%;
    z-index: 1;
}
.e60{
    width: 10.5%;
    position: absolute;
    top: 2%;
    right: 14%;
    z-index: 1;
}
.e61{
    width: 6%;
    position: absolute;
    top: 15%;
    right: 8%;
}
.e62{
    width: 5.8%;
    position: absolute;
    top: 18%;
    right: 27%;
}
.e63{
    width: 80%;
    margin: 0 auto;
}
.e64{
    width: 78%;
    margin: 10.4% auto 4.74%;
}
.e65{
    width: 89.6%;
    margin: 0 auto;
}
.e66{}
.e67{
    width: 49%;
    position: absolute;
    top: -7%;
    left: 5%;
    z-index: 10;
}
.e68{
    width: 12.5%;
    position: absolute;
    top: 14%;
    left: -2%;
}
.e69{
    width: 18%;
    position: absolute;
    top: 6%;
    left: 33%;
}
.e70{
    width: 78.5%;
    margin: 0 auto 16%;
}
.e71{
    width: 74%;
    margin: 0 auto 4%;
}
.e72{
    width: 65.2%;
    margin: 0 auto 4.3%;
}
.e73{
    width: 46%;
    margin: 0 auto;
    padding-bottom: 10%;
}
.e74{
}
.e75{
    margin: 4% 0;
}
.e76{}
.e77{
    width: 50.6%;
    margin: 0 auto 0 7.5%;
    position: relative;
}
.e78{
    width: 40.5%;
    position: absolute;
    top: -26%;
    right: 2%;
}
.e78_2{position: absolute;width: 5.5%;top: -7%;right: 1.5%;}
.e79{}
.e80{
    width: 68%;
    margin: 7% auto 11%;
}
.e81{}
.e82{
    width: 45.8%;
}
.e82_2{
    width: 67.4%;
    margin: 3.2% auto 10%;
}
.e83{
    width: 39.3%;
}
.e83_2{
    width: 74.8%;
    margin: 3% 0 10%;
}
.e84{
    width: 45.9%;
}
.e84_2{
    width: 28.5%;
    margin: 3% 0 0;
}
.e85{}
.e86{
    width: 67%;
    margin: 0% auto 2.8%;
}
.e87{
    width: 90%;
    margin: 0 auto;
}
.e88{
    position: absolute;
    width: 67%;
    top: 23%;
    left: 10%;
}
.e89{
    position: absolute;
    width: 60%;
    top: 50%;
    right: 11%;
}
.e90{
    width: 68%;
    margin: 3% auto 6%;
}
.e91{
    width: 62.5%;
    position: absolute;
    top: -9%;
    left: 6%;
}
.e92{
    width: 88%;
    margin: 0 auto;
}
.e93{
    width: 27.5%;
    position: absolute;
    top: -23%;
    right: 5%;
}
.e93_2{
    width: 6.8%;
    position: absolute;
    top: -15%;
    right: 6.5%;
}
.e93{}
.e94{
    width: 81%;
    margin: 0 auto;
}
.e95{
    width: 68.5%;
    margin: 12% auto 9.3%;
}
.e96{
    width: 70.5%;
    margin: 0 0 8.3% 6%;
}
.e97{
    width: 72%;
    margin: 15.5% auto 17%;
}
.e98{}
.e98_2{}
.e99{}
.e99_2{
    width: 79%;
}
.e100{}
.e100_2{
    width: 78%;
}
.e101{
    width: 70.6%;
    position: absolute;
    bottom: 2.5%;
    left: 5%;
}
.e102{
    width: 84.8%;
    margin: 9.45% auto 4%;
}
.e103{
    width: 85%;
    margin: 0 auto;
}
.e104{
    width: 68%;
    margin: 1% auto 5.5%;
}
.e105{margin-top: 5.5%;}
.e106{}
.e107{}
.e108{}
.e109{
    margin-bottom: 11.9%;
}
.e110{
    margin-top: 14.8%;
}
.e111{
    width: 43%;
    margin: 0 0 10.8% 12%;
}
.e112{
    width: 38.5%;
    position: absolute;
    top: 17%;
    right: 7%;
    z-index: 10;
}
.e112_2{
    position: absolute;
    width: 14.3%;
    top: 13%;
    right: 31%;
}
.e113{}
.e114{
    width: 43.5%;
    margin: 0 0 20% 12%;
}
.e115{
    width: 54.2%;
    position: absolute;
    top: 8%;
    right: 4%;
}
.e116{
    width: 65.5%;
    margin: 14% auto 8.8%;
}
.e117{}
.e118{}
.e119{}
.e120{}
.e121{
    margin-bottom: 12%;
}
.e122{}


.cl{background: #C80000;color: #fff;padding: 7.7485% 0;}
.f_menu{}
.f_Copyright{
            text-align: center;
            margin: 0 auto;
            letter-spacing: 0.1em;
            font-size: 10px;
}
.footer{
    padding: 0% 0 0%;
}
.foot_menu{
    margin: 0 0 3% 0;
}
.foot_menu ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.foot_menu li{
    margin: 0 2% 0 0;
}
.foot_menu li:not(:last-child)::after {
  content: "|";
  color: #fff;
  opacity: 0.8;
  font-size: 14px;
  margin-left: 8px;
}
.foot_menu a{
    color: #fff;
    font-size: 11px;
    text-decoration: none;
}
.copy{
    color: rgb(255, 255, 255);
    opacity: 0.4;
    font-size: 12px;
}

.kiyaku_all{ padding: 20px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 480px;
    margin: 0 auto;}

.kiyaku_all a{ color:#FFF;}

.addFriend{
    width: 68%;
    margin: -1% auto 10% auto;
}

.info_send .addFriend { margin: 5% auto 5% auto;     width: 31.2%;}
input{ width:100%;}
.line_btn a{ display:block;}
.line_btn img,.line_btn input,.buy_btn img
	{
		animation:
			bounce 2s ease infinite normal 0s none running
		;
		-webkit-animation:
			bounce 2s ease infinite normal 0s none running
		;
		-ms-animation:
			bounce 2s ease infinite normal 0s none running
		;
	}
	@keyframes bounce {
		0%, 100%, 20%, 50%, 80% {
		    transform: scale(1.0);
		}
		40% {
		    transform: scale(1.2);
		}
		60% {
		    transform: scale(1.1);
		}

	}
	@-webkit-keyframes bounce {
		0%, 100%, 20%, 50%, 80% {
		    transform: scale(1.0);
		}
		40% {
		    transform: scale(1.2);
		}
		60% {
		    transform: scale(1.1);
		}
	}


.reflection.go {
  height: 100%;
  width: 8%;
  position: absolute;
  top: -56%;
  left: -3%;
  background-color: #fff;
  opacity     :0;
  transform: rotate(45deg);
  animation: reflection 2s ease-in-out ;
  -webkit-transform: rotate(45deg);
  -webkit-animation: reflection 2s ease-in-out ;
  -moz-transform: rotate(45deg);
  -moz-animation: reflection 2s ease-in-out ;
  -ms-transform: rotate(45deg);
  -ms-animation: reflection 2s ease-in-out ;
  -o-transform: rotate(45deg);
  -o-animation: reflection 2s ease-in-out ;
}


@keyframes reflection {
  0% { transform: scale(0) rotate(45deg); opacity: 0; }
  80% { transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { transform: scale(4) rotate(45deg); opacity: 1; }
  100% { transform: scale(50) rotate(45deg); opacity: 0; }
}
@-webkit-keyframes reflection {
  0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
  80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
  100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-moz-keyframes reflection {
  0% { -moz-transform: scale(0) rotate(45deg); opacity: 0; }
  80% { -moz-transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { -moz-transform: scale(4) rotate(45deg); opacity: 1; }
  100% { -moz-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-ms-keyframes reflection {
  0% { -ms-transform: scale(0) rotate(45deg); opacity: 0; }
  80% { -ms-transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { -ms-transform: scale(4) rotate(45deg); opacity: 1; }
  100% { -ms-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-o-keyframes reflection {
  0% { -o-transform: scale(0) rotate(45deg); opacity: 0; }
  80% { -o-transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { -o-transform: scale(4) rotate(45deg); opacity: 1; }
  100% { -o-transform: scale(50) rotate(45deg); opacity: 0; }
}


@media screen and (max-width: 1260px) {
  .pc_side {
    display: none;
  }

  .pc_footer {
    display: none;
  }
}


@media screen and ( max-width:1048px )
{
}


@media screen and ( max-width:768px )
{
html{ overflow:auto;}
body{ margin:0px; padding:0px; width:auto; background:none; overflow:hidden;}
.content{max-width: 100%;}
.pc{ display:none;}
.sp{ display:block;}
  .pc_side {
    display: none;
  }

  .pc_footer {
    display: none;
  }

.pc_footer .pc_cp{ display:none;
}

.floating img{width: 100%;}
@keyframes floatSlideUp {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.end_box {
  position: relative;
  width: 100%;
  margin: 8% auto 20%;
}

.end_box .floating {
  position: relative;
}
/* 通常状態 */
.floating {
  position: relative;
  transition: opacity 0.4s ease;
  z-index: 9999;
  opacity: 0;
  transform: none; /* ← 元位置ではズレを防ぐ */
}

/* フローティングとして出現時のみ transform を適用 */
.floating.is-fixed {
  position: fixed !important;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  animation: floatSlideUp 0.6s ease-out 0.5s both;
  transform: none; /* ← アニメ後はリセット（ズレ防止） */
  max-width: 425px;
  width: 100%;
  padding: 10px 0px;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 20px 20px 0 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* 表示制御 */
.floating.is-visible {
  opacity: 1;
}

.floating.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.formtext {
    width: 90%;
    margin: 0 auto;
    padding: 3% 0;
}


.floating_btn {
    position: fixed;
    bottom: 5%;
    right: 2%;
    z-index: 10;
    width: 14.78%;
}
.floating_btn a {
    display: block;
}
.floating_btn img{ width:100%;}


.content{
    width: 100%;
    max-width: 75.5%;
    margin-right: auto;
    margin-left: auto;
    position:relative;
    overflow:hidden;
    }
.content2{
    width: 100%;
    max-width: 100%;
    position:relative;
    overflow:hidden;
    margin: 0% 0 0%;
    }

.lightbox { display: none; }

.cl_box{
    background: url(../img/002.jpg) no-repeat;
    background-size: 100% auto;
    background-position: center top;
    padding: 3% 0;
    }

.cl_box a{ color:#FFF;}
.scroll{ display:none;}

.mfrom {
    width: 100%;
    /* text-align: center; */
    outline: 0;
    border: #231815 2px solid;
    color: #a6a8a8;
    font-size: 1.4vw;
    margin: 0 auto 5% auto;
    padding: 1.5% 3%;
}

.p1{
	background: url(../img/top_bg.png) no-repeat;
	background-size: 100% auto;
	background-position: center top;
	position: relative;
	height: auto;
	margin: 0 0 0 0;
	border-radius: 0;
	overflow: hidden;
	}
.p1:before{
    content: "";
    display: block;
     /* 1:1 */
    padding-top: 105.5%;
    }

.p1h{
    height:auto;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    right:0;
    width: 100%;
    height: 100%;
    margin:0 auto;
    }

.p2{position:relative;height: auto;margin: 9.8% 0 0 0;background-color: #fff;}
.p2:before{
    content: "";
    display: block;
     /* 1:1 */
    }
.p2h{
    }

.p3{
	background: #F6F0D9;
	position:
	relative;
	height: auto;
	margin: 0 0 0% 0;
	z-index: 0;
	}
.p3:before{
    content: "";
    display: block;
     /* 1:1 */
    }

.p3h{
    }

.p4{
	background: #fff;
	position:relative;
	height: auto;
	margin: 0 0 0 0;
	z-index: 0;
	}
.p4:before{
    content: "";
    display: block;
    }

.p4h{
    height:auto;
    padding: 0;
    position: relative;
    top: 0;
    left: 0;
    right:0;
    width: 100%;
    height: 100%;
    margin:0 auto;
    }

    .p5{
        background: #C80000;
        position:relative;
        height: auto;
        margin: 0 0 0 0;
        z-index: 0;
        }
    .p5:before{
        content: "";
        display: block;
        }
    .p5h{
        height:auto;
        padding: 0;
        position: relative;
        top: 0;
        left: 0;
        right:0;
        width: 100%;
        height: 100%;
        margin:0 auto;
        }

        .p6{
            background: #FFF0EE;
            position:
            relative;
            height: auto;
            margin: 0 0 0% 0;
            z-index: 0;
            }
        .p6:before{
            content: "";
            display: block;
            }
        .p6h{
            height:auto;
            padding: 0;
            position: relative;
            top: 0;
            left: 0;
            right:0;
            width: 100%;
            height: 100%;
            margin:0 auto;
            }
.p7{
	background: #C80000;
	position:relative;
	height: auto;
	margin: 0 0 0 0;
	z-index: 0;
	}
.p7:before{
    content: "";
    display: block;
    }

.p7h{
    height:auto;
    padding: 0;
    position: relative;
    top: 0;
    left: 0;
    right:0;
    width: 100%;
    height: 100%;
    margin:0 auto;
    }

.p8{
	background: #FFF0EE;
	position:relative;
	height: auto;
	margin: 0 0 0 0;
	z-index: 0;
	}
.p8:before{
    content: "";
    display: block;
    }

.p8h{
    height:auto;
    padding: 0;
    position: relative;
    top: 0;
    left: 0;
    right:0;
    width: 100%;
    height: 100%;
    margin:0 auto;
    }

.p9{
	background: #fff;
	position:relative;
	height: auto;
	margin: 10% 0 0 0;
	z-index: 0;
	}
.p9:before{
    content: "";
    display: block;
    }

.p9h{
    height:auto;
    padding: 0;
    position: relative;
    top: 0;
    left: 0;
    right:0;
    width: 100%;
    height: 100%;
    margin:0 auto;
    }

.p10{
	background: #C80000;
	position:relative;
	height: auto;
	margin: 0 0 0 0;
	z-index: 0;
	}
.p10:before{
    content: "";
    display: block;
    }

.p10h{
    height:auto;
    padding: 0;
    position: relative;
    top: 0;
    left: 0;
    right:0;
    width: 100%;
    height: 100%;
    margin:0 auto;
    }

.p11{
	background: #fff;
	background-size: 100% auto;
	background-position: center top;
	position:relative;
	height: auto;
	margin: -0.2% 0 0 0;
	z-index: 0;
	}
.p11:before{
    content: "";
    display: block;
    }

.p11h{
    height:auto;
    padding: 0;
    position: relative;
    top: 0;
    left: 0;
    right:0;
    width: 100%;
    height: 100%;
    margin:0 auto;
    }

.p12{
	background: #F6F0D9;
	position:relative;
	height: auto;
	margin: 0 0 0 0;
	z-index: 0;
	}
.p12:before{
    content: "";
    display: block;
    }

.p12h{
    height:auto;
    padding: 0;
    position: relative;
    top: 0;
    left: 0;
    right:0;
    width: 100%;
    height: 100%;
    margin:0 auto;
    }

.p13{
	background: #fff;
	position:relative;
	height: auto;
	margin: 0 0 0 0;
	z-index: 0;
	}
.p13:before{
    content: "";
    display: block;
    }

.p13h{
    height:auto;
    padding: 0;
    position: relative;
    top: 0;
    left: 0;
    right:0;
    width: 100%;
    height: 100%;
    margin:0 auto;
    }

.p14{
	background: #FFF0EE;
	position:relative;
	height: auto;
	margin: 0 0 0 0;
	z-index: 0;
	}
.p14:before{
    content: "";
    display: block;
    }

.p14h{
    height:auto;
    padding: 0;
    position: relative;
    top: 0;
    left: 0;
    right:0;
    width: 100%;
    height: 100%;
    margin:0 auto;
    }


.p1 img,.p2 img,.p3 img,.p4 img,.p5 img,.p6 img,.p7 img,.p8 img,.p9 img,.p10 img,.p11 img,.p12 img,.p13 img,.p14 img,.p15 img,.p16 img,.p17 img,.p18 img,.p19 img,.p20 img,.p21 img,.p22 img,.p23 img,.t1 img,.w01 img,.t2 img,.t3 img,.t4 img,.t5 img,.t6 img,.t7 img,.t8 img,.p21 img,.p22 img,.p23 img,.p24 img,.p25 img,.p26 img{ width:100%;}
.addFriend input{ width:100%;}

.sp_box{
    max-width: 425px;
    margin: 0 auto;
    left: 0;
    position: relative;
    z-index: 10;
    background: #FFF;
    filter: drop-shadow(0px 0px 28px rgba(0,0,0,0.2));
}
.pc_logo{
    margin: 0 auto 20px;
    max-width: 297px;
}
.pc_line_btn{
    margin: 0 0 18% 0;
}
.pc_side{
    position: fixed;
    /* overflow-y: scroll; */
    bottom: 45px;
    right: calc((100% - 1210px) / 2);
    z-index: 999;
    height: max-content;
    max-height: 942px;
    width: 340px;
}
.pc_side img{ width: 100%;}
.pc_foot_bg{
    width: 100%;
    height: 6.6%;
    background: #C80000;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.pc_footer{
    position: fixed;
    bottom: 0;
    width: 593px;
    height: 7%;
    right: calc((100% - 1610px) / 2);
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.pc_footer img{ width: 100%;}
.pc_footer .pc_face{
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    width: 185px;
    margin: 0 auto;
}
.pc_footer .pc_cp{
    max-width: 230px;
    margin: 0 0 0 97px;
}
.pc_footer_txt{
    display: flex;
    height: auto;
    min-height: 100vh;
    position: fixed;
    width: 100%;
}

.short-move[data-aos="fade-up"] {
  transform: translateY(8px);
}
.short-move[data-aos="fade-up"].aos-animate {
  transform: translateY(0);
}

[data-aos="fade-up-small"] {
  opacity: 0;
  transform: translateY(30px); /* デフォルト50px → 控えめに12px */
  transition-property: transform, opacity;
}

[data-aos="fade-up-small"].aos-animate {
  opacity: 1;
  transform: translateY(0);
}

[data-aos="fade-up-ssmall"] {
  opacity: 0;
  transform: translateY(10px); /* デフォルト50px → 控えめに12px */
  transition-property: transform, opacity;
}

[data-aos="fade-up-ssmall"].aos-animate {
  opacity: 1;
  transform: translateY(0);
}

[data-aos="fade-down-small"] {
  opacity: 0;
  transform: translateY(-12px); /* 上から12pxだけ下がってくる */
  transition-property: transform, opacity;
}

[data-aos="fade-down-small"].aos-animate {
  opacity: 1;
  transform: translateY(0);
}
[data-aos="fade-right-small"] {
  opacity: 0;
  transform: translateX(-30px); /* 左から12pxだけスライド */
  transition-property: transform, opacity;
}

[data-aos="fade-right-small"].aos-animate {
  opacity: 1;
  transform: translateX(0);
}

[data-aos="fade-right-ssmall"] {
  opacity: 0;
  transform: translateX(-10px); /* 左から12pxだけスライド */
  transition-property: transform, opacity;
}

[data-aos="fade-right-ssmall"].aos-animate {
  opacity: 1;
  transform: translateX(0);
}


[data-aos="fade-left-small"] {
  opacity: 0;
  transform: translateX(30px); /* 右から12pxだけスライド */
  transition-property: transform, opacity;
}
[data-aos="fade-left-small"].aos-animate {
  opacity: 1;
  transform: translateX(0);
}

[data-aos="fade-left-ssmall"] {
  opacity: 0;
  transform: translateX(10px); /* 右から12pxだけスライド */
  transition-property: transform, opacity;
}

[data-aos="fade-left-ssmall"].aos-animate {
  opacity: 1;
  transform: translateX(0);
}

[data-aos="zoom-in-right-small"] {
  opacity: 0;
  transform: translateX(-20px) scale(0.65); /* 少し左＋少し縮小から始まる */
  transition-property: transform, opacity;
}

[data-aos="zoom-in-right-small"].marker-animate {
  opacity: 1;
  transform: translateX(0) scale(1);
}

[data-aos="zoom-out-right-small"] {
  opacity: 0;
  transform: translateX(-12px) scale(1.05); /* 少し左＋少し拡大からスタート */
  transition-property: transform, opacity;
}

[data-aos="zoom-out-right-small"].aos-animate {
  opacity: 1;
  transform: translateX(0) scale(1);
}



.b_08{}
.b_08_list{
    background: #FFFFFF;
    border-radius : 22px;
    width: 90.5%;
    margin: 0 auto 6.5%;
    padding: 5.2% 4.8% 6.7% 5.5%;
    display: flex;
    justify-content: center;
    flex-flow: column;
    position: relative;
}
.b_08_data{
    position: relative;
    width: 100%;
}
.b_08_data_02{
    position: relative;
    width: 100%;
}
.b_08_circle{width: 69.7%;margin: 9% auto 0;position:relative;}

.donut237{ width:100%; height:auto; transform:rotate(-90deg); }  /* 12時開始 */

.track,.progress{ fill:none; stroke-linecap:butt; stroke-width:36.46px; }
.track{   stroke:#c6c6c6; }
.progress{
  stroke:#46c24e;
  stroke-dasharray:100;     /* pathLength=100 → %管理 */
  stroke-dashoffset:100;    /* 初期は非表示 */
  transition:stroke-dashoffset 1.6s ease-out;
}
/* 色は変数から描画するように */
.track   { stroke: var(--track); }
.progress{ stroke: var(--ring);  }
.inner{ fill:#fff; }

/* ▼ 白い境界線：小さな白ダッシュを円周に配置して“線”に見せる */
.separator{
  fill:none;
  stroke:#fff;
  stroke-linecap:butt;
  stroke-width:36.46px;      /* ← リング幅と同じにして“内外端まで”届かせる */
  --sep: .6;                 /* ← 白線の長さ（%）。1.6〜2.2で微調整 */
  stroke-dasharray: var(--sep) calc(100 - var(--sep));
  stroke-dashoffset: 100;
  transition: stroke-dashoffset 1.6s ease-out;
}
.sep-start{ stroke-dashoffset: 0; transition: none; } /* 12時側は固定 */


.b_08_data_inner{
    position: absolute;
    width: 31.1%;
    margin: 0 auto;
    top: 49%;
    left: 0;
    right: 0;
}
.b_08_data_inner_2{
    top: 49%;
    left: -1%;
}

.b_08 .b_08_list:nth-child(odd) .b_08_data .b_08_data_inner{
    top: 39%;
}

.b_08_data_item {
  position: relative;
  display: inline-block;
  width: fit-content;
  text-align: right;  /* 数字本体を右寄せ */
  left: -6%;
}

/* 数字本体 */
.num {
  margin: 0;
  line-height: 1;
  text-align: right;
  font-weight: 700;
  font-size: 53px;
}

.countup {
  display: inline-block;
  text-align: right;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1, "lnum" 1;
  min-width: 3ch;
}

/* 名画像を右端に固定する（数字の右側にピタッと来る） */
.pie_chart_number {
  position: absolute;
  top: 27%;      /* 元の指定維持 */
  right: 0;      /* 数字の右端に揃える */
  width: 40%;    /* 元の指定維持 */
  transform: translateX(90%); /* 数字の右横に配置 */
}

.pie_chart_03, .pie_chart_04, .pie_chart_05,
.pie_chart_08, .pie_chart_09, .pie_chart_10,
.pie_chart_13, .pie_chart_14, .pie_chart_15 {
  opacity: 0;
  transform: translateY(10px) scale(.96);
  transition: opacity .45s ease, transform .45s ease;
}

.pie_chart_03.is-revealed, .pie_chart_04.is-revealed, .pie_chart_05.is-revealed,
.pie_chart_08.is-revealed, .pie_chart_09.is-revealed, .pie_chart_10.is-revealed,
.pie_chart_13.is-revealed, .pie_chart_14.is-revealed, .pie_chart_15.is-revealed {
  opacity: 1;
  transform: none;
}

.pie_chart_yes{
    width: 41%;
    margin: 0 auto;
}

.pie_chart_01{}
.pie_chart_02{
    width: 36%;
    margin: 0;
    position: absolute;
    top: 27%;
    left: 10%;
}
.pie_chart_03{
    width: 21%;
    position: absolute;
    top: 28%;
    right: 4%;
}
.pie_chart_04{
    width: 16%;
    top: 70%;
    left: 4.5%;
    position: absolute;
}
.pie_chart_05{
    width: 18.5%;
    position: absolute;
    right: 3.8%;
    top: 76%;
}
.pie_chart_06{
    width: 97.2%;
}
.pie_chart_07{
    width: 38%;
    margin: 0;
    position: absolute;
    top: 27%;
    left: 10%;
}
.pie_chart_08{
    width: 19.5%;
    position: absolute;
    top: 3%;
    right: 6%;
}
.pie_chart_09{
    position: absolute;
    width: 19.3%;
    bottom: 6%;
}
.pie_chart_10{
    position: absolute;
    width: 17%;
    bottom: 15%;
    right: 5%;
}
.pie_chart_11{
    width: 94.5%;
}
.pie_chart_12{
    width: 36%;
    margin: 0;
    position: absolute;
    top: 27%;
    left: 10%;
}
.pie_chart_13{
    position: absolute;
    width: 26%;
    top: 22%;
    right: 4%;
}
.pie_chart_14{
    position: absolute;
    width: 15.5%;
    bottom: 8%;
}
.pie_chart_15{
    position: absolute;
    width: 16%;
    bottom: 13%;
    right: 4%;
}


.b_01{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    }
.button_text{
    width: 63%;
    margin: 0% auto 1.5%;
}
.button{
    width: 79.2%;
    margin: 0 auto;
}
.b_02{
    background: #44545E;
    border-radius: 20px 20px 0 0;
    margin: 11% auto 0;
    padding: 12% 0 14%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.b_02_list{
    width: 85.5%;
    background: #fff;
    border-radius: 13px;
    padding: 7% 6.1%;
    margin: 6.2% auto;
}
.b_03_container{width: 90.6%;margin: 0 auto;}
.b_03{
    position: relative;
    width: 100%;
    margin: 7.5% auto;
}
.b_03_bg{
    width: 100%;
}
.b_04{
    position: relative;
}
.b_04_list{
    width: 90.2%;
    margin: 0 auto;
    border: 2px solid #1EAEB2;
    border-radius: 22px;
    padding: 18.45% 0 12.5%;
}
.b_04_label{
    width: 90.2%;
    margin: 0 auto 8.4%;
}
.e39_wapper{
    position: relative;
    width: 77.5%;
    margin: 14% auto 6.2%;
}
.e39_wapper::before{
  display:block;
  position: absolute;
  content:'';
  width:100%;
  height: 100%;
  mix-blend-mode:multiply;
  background: #C80000;
  mix-blend-mode: multiply;
  border-radius: 20px;
  z-index: 1;
}
.white_box{
    width: 90.7%;
    margin: 0 auto;
    background: #fff;
    border-radius: 20px;
    padding: 9.5% 0;
}
.nisa_fuyaseru_data{
  position: relative;
}

.graph-line{
  position: absolute;
  width: 51.75%;
  top: 11%;
  left: 18%;
  z-index: 9;
  pointer-events: none;
}

.graph-line svg{
  display: block;
  width: 100%;
  height: auto;
}

.graph-line path{
   transition: none;
}

.g1{
    position: relative;
    width: 90.2%;
    margin: 0 auto;
}
.g2{
    width: 71.5%;
    position: absolute;
    top: 68.3%;
    left: 18%;
}
.g3{
    width: 25.5%;
    position: absolute;
    top: 41%;
    right: 8%;
}
.g4{
    position: absolute;
    z-index: 10;
    width: 6.8%;
    top: 66.8%;
    left: 34.5%;
}
.g5{
    position: absolute;
    width: 31%;
    top: 10.5%;
    left: 25%;
}
.g6{
    position: absolute;
    width: 18.5%;
    top: 46%;
    left: 24%;
}

.point-red {
  opacity: 0;
  transform: scale(0);
  transition: 0.35s cubic-bezier(.34,1.56,.64,1);
}

.point-red.is-show {
  opacity: 1;
  transform: scale(1);
}
.arrow {
  opacity: 0;
  transform: translateY(30px) scale(0.8);
}

.arrow.is-show {
  animation: arrowPop 0.6s cubic-bezier(.34,1.56,.64,1) forwards;
}

@keyframes arrowPop {
  0% {
    opacity: 0;
    transform: translateY(30px) scale(0.8);
  }
  60% {
    opacity: 1;
    transform: translateY(-6px) scale(1.08);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.text-main {
  opacity: 0;
  transform: scale(0.9);
  transition: 0.4s ease;
}

.text-main.is-show {
  opacity: 1;
  transform: scale(1);
}

.gray-line{
  opacity: 0;
  clip-path: inset(0 100% 0 0);
  transition:
    clip-path 0.9s ease-out,
    opacity 0.5s ease-out;
}

.gray-line img{
  display: block;
  width: 100%;
}

.gray-line.is-show{
  opacity: 1;
  clip-path: inset(0 0 0 0);
}

.gray-text{
  opacity: 0;
  transform: translateY(10px);
  transition:
    opacity 0.45s ease-out,
    transform 0.45s ease-out;
}

.gray-text img{
  display: block;
  width: 100%;
}

.gray-text.is-show{
  opacity: 1;
  transform: translateY(0);
}

.notes{
    width: 84.8%;
    margin: 3% 0% 8% 5%;
}
.b_05{
    padding-bottom: 37%;
    margin: 0 auto 9%;
}
.b_05_img{
    width: 100%;
    top: 0;
}
.b_06{
    padding: 10.5% 0 4%;
    margin-bottom: 7%;
}
.b_06_list{
    width: 88.5%;
    margin: 6.5% auto 7%;
    position: relative;
}
.b_07{
    margin: 7% auto 13%;
    padding: 9.5%  0 13%;
}
.b_07_list{
    width: 84%;
    margin: 0 auto 8%;
}
.arrow_01{
    width: 7.9%;
    margin: 0 auto;
}
.b_07_label{
    margin: 6.5% 0 14%;
    position: relative;
}
.b_07_subtitle{
    width: 85%;
    margin: 0 auto;
}
.b_07_marker{
    margin-top: 8.5%;
    position: relative;
    display: flex;
    z-index: 1;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.b_07_marker > div {
  position: relative;
}

.b_07_marker img {
  display: block;
  width: 100%;
  height: auto;
}


/* マーカー本体 */
.marker::after {
  content: "";
  position: absolute;
  left: -3.5%;
  bottom: -15%;
  width: 108%;
  height: 35%;
  background: #FFDC00;
  transform: scaleX(0);
  transform-origin: left center;
 transition: transform 1.8s cubic-bezier(0.22, 1, 0.35, 1);
  z-index: -1;
  opacity: 0.95;
}

/* 発火 */
.marker.is-active::after {
  transform: scaleX(1);
}

.b_09_voice{
    position: relative;
}
.arrow_02{
    width: 7%;
    margin: 0 auto;
}
.b_09_who{
    width: 90%;
    margin: 9.5% auto 8.8%;
    background: #FCF8E7;
    padding: 8.4% 0 6%;
    border-radius: 20px;
    position: relative;
}
.youtbe_box{
    width: 87.5%;
    margin: 0 auto;
}
.b_09_red{
    background: #C80000;
    margin: 10.5% auto 0;
    padding: 7.8% 0 6.7%;
}
.percent {
    font-weight: 700;
    font-size: 21px;
    line-height: 32.9px;
    color: #46C24E;
    margin-top: -4%;
    margin-bottom: 0;
}
.percent_2{
    color: #B88E5A;
}
.percent_3{
    color: #C80000;
}

.b_10{
    position: relative;
    width: 90.5%;
    margin: 0 auto 18.13%;
    background: #fff;
    border-radius: 20px;
    padding: 18.5% 0 9.8%;
}
.b_10_icon{
    width: 25.5%;
    position: absolute;
    top: -12.5%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.b_10_name{
    width: 77%;
    margin: 0 auto;
}
.b_10_text{
    width: 87.5%;
    margin: 7% auto 0;
}


.arrow_03{
    width: 7%;
    margin: 0 auto 6.2%;
}
.b_11{
    width: 90%;
    margin: 0 auto 5%;
}
.b_12{
    width: 77%;
    margin: 0 auto 6.2%;
}
.b_12_list{
    position: relative;
}
.b_13{
    width: 90%;
    margin: 0 auto 3.2%;
}


.e1{
    width: 36%;
    max-width: 151px;
}
.e2{
    max-width: 243.9px;
    width: 58%;
    margin-right: 4%;
}
.e3{
    width: 52.8%;
    position: absolute;
    top: 27.75%;
    left: 8.85%;
}
.e4{
    width: 83.35%;
    position: absolute;
    top: 55%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.e5{
    width: 83.35%;
    position: absolute;
    top: 71.4%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.e6{
    width: 82%;
    position: absolute;
    bottom: 10.3%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.e7{
    width: 73%;
}
.e8{}
.e9{
    margin: 4% 0;
}
.e10{}
.e11{
    width: 63.5%;
    position: relative;
    margin: -14.5% auto 7%;
}
.e12{
    width: 3%;
    position: absolute;
    top: 36.9%;
    left: 16%;
}
.e13{
    width: 71.5%;
    margin: 0 auto 4%;
}
.e14{
    width: 65%;
}
.e15{
    width: 83%;
    margin: 14% auto 8%;
}
.e16{
    width: 81%;
    margin: 0 auto 14%;
}
.e17{
}
.e18{
    width: 31.0%;
    position: absolute;
    top: -5.5%;
    right: -2%;
    z-index: 0;
}
.e19{
    width: 2.2%;
    position: absolute;
    top: 4%;
    right: 6%;
}
.e20{
    position: relative;
}
.e21{
    width: 19.5%;
    position: absolute;
    top: -1%;
    left: 5%;
}
.e22{
    width: 5.8%;
    position: absolute;
    top: 2%;
    left: 2.2%;
}
.e23{
    width: 22.7%;
    position: absolute;
    top: 51%;
    right: 3%;
}
.e24{}
.e25{
    width: 32%;
    position: absolute;
    top: 24.7%;
    right: 3%;
}
.e26{
    width: 21.45%;
    position: absolute;
    top: -6%;
    right: 9%;
}
.e27{
    width: 6.2%;
    position: absolute;
    top: 9%;
    right: 3%;
}
.e28{
    width: 63%;
    margin: 13% auto 14%;
}
.e29{
    width: 69.2%;
    margin: 14% auto 15.5%;
}
.e30{
    width: 82.7%;
    margin: 0 auto 8%;
}
.e31{
    width: 43.2%;
    position: absolute;
    top: 13.59%;
    left: 35%;
}
.e32{
    width: 81%;
    position: absolute;
    top: -5%;
    left: 6.5%;
}
.e33{
    width: 81.2%;
    margin: 0 auto;
}
.e34{
    width: 60%;
    margin: 12.5% auto;
}
.e35{
    position: relative;
    width: 100%;
}
.e36{
    width: 23.5%;
    position: absolute;
    bottom: 0;
}
.e37{
    width: 22.5%;
    position: absolute;
    bottom: 0;
    right: 5%;
}
.e38{
    width: 8.25%;
    margin: -0.1% auto 0;
}
.e39{
    position: relative;
    z-index: 10;
    padding: 2.4% 0%;
    width: 79.6%;
    margin: 0 auto;
}
.e40{
    width: 88%;
    margin: 0 auto 6.5%;
}
.e41{
    width: 27.5%;
    position: absolute;
    top: -14%;
    left: 12%;
    z-index: 10;
}
.e42{
    width: 25.2%;
    position: absolute;
    top: -15%;
    right: 10%;
    z-index: 10;
}
.e43{
    width: 66.4%;
    margin: 0 auto;
}
.e44{
    width: 82%;
    margin: 0 auto;
}
.e45{
    width: 89%;
    margin: 12.2% auto 8%;
}
.e46{
    width: 81%;
    margin: 0 auto;
}
.e47{
    position: absolute;
    width: 35.5%;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0.5%;
}
.e47_coin{
    position: absolute;
    width: 6.3%;
}
.e47_coin_01{
    bottom: 6.6%;
    left: 38%;
}
.e47_coin_02{
    bottom: 7.65%;
    left: 47%;
}
.e47_coin_03{
    bottom: 6.4%;
    left: 56%;
}
.e47_coin_04{
    left: 47.2%;
    bottom: 5.4%;
}
.e47_coin_05{
    bottom: 4.0%;
    left: 39%;
}
.e47_coin_06{
    bottom: 3.9%;
    left: 54%;
}
.e48{
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
}
.e49{
    position: absolute;
    width: 11%;
    bottom: 7.5%;
    left: 9%;
}
.e50{
    position: absolute;
    width: 6.5%;
    bottom: 8%;
    left: 26%;
}
.e51{
    position: absolute;
    width: 10.7%;
    bottom: 4%;
    left: 7.5%;
}
.e52{
    position: absolute;
    width: 5.2%;
    bottom: 7%;
    right: 31%;
}
.e53{
    position: absolute;
    width: 7.7%;
    bottom: 8.2%;
    right: 10%;
}
.e54{
    position: absolute;
    width: 8.9%;
    bottom: 5%;
    right: 8%;
}
.e55{
    width: 78%;
    margin: 12.5% auto 8.5%;
}
.e56{
    width: 84.3%;
    margin: 0 auto;
}
.e57{
    position: relative;
}
.e58{
    width: 29%;
    position: absolute;
    top: 14%;
    right: 5%;
    z-index: 5;
}
.e59{
    width: 13.5%;
    position: absolute;
    top: 1%;
    right: 13%;
    z-index: 1;
}
.e60{
    width: 10.5%;
    position: absolute;
    top: 2%;
    right: 14%;
    z-index: 1;
}
.e61{
    width: 6%;
    position: absolute;
    top: 15%;
    right: 8%;
}
.e62{
    width: 5.8%;
    position: absolute;
    top: 18%;
    right: 27%;
}
.e63{
    width: 80%;
    margin: 0 auto;
}
.e64{
    width: 78%;
    margin: 10.4% auto 4.74%;
}
.e65{
    width: 89.6%;
    margin: 0 auto;
}
.e66{}
.e67{
    width: 49%;
    position: absolute;
    top: -7%;
    left: 5%;
    z-index: 10;
}
.e68{
    width: 12.5%;
    position: absolute;
    top: 14%;
    left: -2%;
}
.e69{
    width: 18%;
    position: absolute;
    top: 6%;
    left: 33%;
}
.e70{
    width: 78.5%;
    margin: 0 auto 16%;
}
.e71{
    width: 74%;
    margin: 0 auto 4%;
}
.e72{
    width: 65.2%;
    margin: 0 auto 4.3%;
}
.e73{
    width: 46%;
    margin: 0 auto;
    padding-bottom: 10%;
}
.e74{
}
.e75{
    margin: 4% 0;
}
.e76{}
.e77{
    width: 50.6%;
    margin: 0 auto 0 7.5%;
    position: relative;
}
.e78{
    width: 40.5%;
    position: absolute;
    top: -26%;
    right: 2%;
}
.e78_2{position: absolute;width: 5.5%;top: -7%;right: 1.5%;}
.e79{}
.e80{
    width: 68%;
    margin: 7% auto 11%;
}
.e81{}
.e82{
    width: 45.8%;
}
.e82_2{
    width: 67.4%;
    margin: 3.2% auto 10%;
}
.e83{
    width: 39.3%;
}
.e83_2{
    width: 74.8%;
    margin: 3% 0 10%;
}
.e84{
    width: 45.9%;
}
.e84_2{
    width: 28.5%;
    margin: 3% 0 0;
}
.e85{}
.e86{
    width: 67%;
    margin: 0% auto 2.8%;
}
.e87{
    width: 90%;
    margin: 0 auto;
}
.e88{
    position: absolute;
    width: 67%;
    top: 23%;
    left: 10%;
}
.e89{
    position: absolute;
    width: 60%;
    top: 50%;
    right: 11%;
}
.e90{
    width: 68%;
    margin: 3% auto 6%;
}
.e91{
    width: 62.5%;
    position: absolute;
    top: -9%;
    left: 6%;
}
.e92{
    width: 88%;
    margin: 0 auto;
}
.e93{
    width: 27.5%;
    position: absolute;
    top: -23%;
    right: 5%;
}
.e93_2{
    width: 6.8%;
    position: absolute;
    top: -15%;
    right: 6.5%;
}
.e93{}
.e94{
    width: 81%;
    margin: 0 auto;
}
.e95{
    width: 68.5%;
    margin: 12% auto 9.3%;
}
.e96{
    width: 70.5%;
    margin: 0 0 8.3% 6%;
}
.e97{
    width: 72%;
    margin: 15.5% auto 17%;
}
.e98{}
.e98_2{}
.e99{}
.e99_2{
    width: 79%;
}
.e100{}
.e100_2{
    width: 78%;
}
.e101{
    width: 70.6%;
    position: absolute;
    bottom: 2.5%;
    left: 5%;
}
.e102{
    width: 84.8%;
    margin: 9.45% auto 4%;
}
.e103{
    width: 85%;
    margin: 0 auto;
}
.e104{
    width: 68%;
    margin: 1% auto 5.5%;
}
.e105{margin-top: 5.5%;}
.e106{}
.e107{}
.e108{}
.e109{
    margin-bottom: 11.9%;
}
.e110{
    margin-top: 14.8%;
}
.e111{
    width: 43%;
    margin: 0 0 10.8% 12%;
}
.e112{
    width: 38.5%;
    position: absolute;
    top: 17%;
    right: 7%;
    z-index: 10;
}
.e112_2{
    position: absolute;
    width: 14.3%;
    top: 13%;
    right: 31%;
}
.e113{}
.e114{
    width: 43.5%;
    margin: 0 0 20% 12%;
}
.e115{
    width: 54.2%;
    position: absolute;
    top: 8%;
    right: 4%;
}
.e116{
    width: 65.5%;
    margin: 14% auto 8.8%;
}
.e117{}
.e118{}
.e119{}
.e120{}
.e121{
    margin-bottom: 12%;
}
.e122{}


.cl{background: #C80000;color: #fff;padding: 7.7485% 0;}
.f_menu{}
.f_Copyright{
            text-align: center;
            margin: 0 auto;
            letter-spacing: 0.1em;
            font-size: 10px;
}
.footer{
    padding: 0% 0 0%;
}
.foot_menu{
    margin: 0 0 3% 0;
}
.foot_menu ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.foot_menu li{
    margin: 0 2% 0 0;
}
.foot_menu li:not(:last-child)::after {
  content: "|";
  color: #fff;
  opacity: 0.8;
  font-size: 14px;
  margin-left: 8px;
}
.foot_menu a{
    color: #fff;
    font-size: 11px;
    text-decoration: none;
}
.copy{
    color: rgb(255, 255, 255);
    opacity: 0.4;
    font-size: 12px;
}

.kiyaku_all{ padding: 20px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 480px;
    margin: 0 auto;}

.kiyaku_all a{ color:#FFF;}


.featherlight .featherlight-close-icon{
    line-height: 50px;
    width: 50px;
    font-size: 21px;
    background: none;
}
.featherlight .featherlight-content{
    border-radius: 20px;
    padding: 5%;
    max-width: 90%;
    max-height: 90%;
}
.featherlight .featherlight-content h2{
    margin: 30px 0 30px;
    font-size: 24px;

}

}

@media screen and ( max-width:600px )
{


}

@media screen and ( max-width:425px )
{

.b_08{}
.b_08_list{
    background: #FFFFFF;
    border-radius : 22px;
    width: 90.5%;
    margin: 0 auto 6.5%;
    padding: 5.2% 4.8% 6.7% 5.5%;
    display: flex;
    justify-content: center;
    flex-flow: column;
    position: relative;
}
.b_08_data{
    position: relative;
    width: 100%;
}
.b_08_data_02{
    position: relative;
    width: 100%;
}
.b_08_circle{width: 69.7%;margin: 9% auto 0;position:relative;}

.donut237{ width:100%; height:auto; transform:rotate(-90deg); }  /* 12時開始 */

.track,.progress{ fill:none; stroke-linecap:butt; stroke-width:36.46px; }
.track{   stroke:#c6c6c6; }
.progress{
  stroke:#46c24e;
  stroke-dasharray:100;     /* pathLength=100 → %管理 */
  stroke-dashoffset:100;    /* 初期は非表示 */
  transition:stroke-dashoffset 1.6s ease-out;
}
/* 色は変数から描画するように */
.track   { stroke: var(--track); }
.progress{ stroke: var(--ring);  }
.inner{ fill:#fff; }

/* ▼ 白い境界線：小さな白ダッシュを円周に配置して“線”に見せる */
.separator{
  fill:none;
  stroke:#fff;
  stroke-linecap:butt;
  stroke-width:36.46px;      /* ← リング幅と同じにして“内外端まで”届かせる */
  --sep: .6;                 /* ← 白線の長さ（%）。1.6〜2.2で微調整 */
  stroke-dasharray: var(--sep) calc(100 - var(--sep));
  stroke-dashoffset: 100;
  transition: stroke-dashoffset 1.6s ease-out;
}
.sep-start{ stroke-dashoffset: 0; transition: none; } /* 12時側は固定 */


.b_08_data_inner{
    position: absolute;
    width: 31.1%;
    margin: 0 auto;
    top: 49%;
    left: 0;
    right: 0;
}
.b_08_data_inner_2{
    top: 49%;
    left: -1%;
}

.b_08 .b_08_list:nth-child(odd) .b_08_data .b_08_data_inner{
    top: 39%;
}

.b_08_data_item {
  position: relative;
  display: inline-block;
  width: fit-content;
  text-align: right;  /* 数字本体を右寄せ */
  left: -6%;
}

/* 数字本体 */
.num {
  margin: 0;
  line-height: 1;
  text-align: right;
  font-weight: 700;
  font-size: 12vw;
}

.countup {
  display: inline-block;
  text-align: right;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1, "lnum" 1;
  min-width: 3ch;
}

.percent {
    font-weight: 700;
    font-size: 5vw;
    line-height: unset;
    color: #46C24E;
    margin-top: 0%;
    margin-bottom: 0;
}
.percent_2{
    color: #B88E5A;
}
.percent_3{
    color: #C80000;
}


}

@media screen and ( max-width:414px )
{
}


@media screen and ( max-width:393px )
{
}


@media screen and ( max-width:375px )
{

}

@media screen and ( max-width:360px )
{

}

@media screen and ( max-width:320px )
{

}
@media screen and ( min-width:2000px )
{

}