
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700');

body {
    font-family: "Hiragino Kaku Gothic ProN",'Noto Sans JP',sans-serif;
}
@media(min-width: 767px){
	body {
    	font-family: 'Noto Sans JP',sans-serif;
	}
}


.btnArea {
    text-align: center;
    margin: 0 auto;
    margin-top: 3rem;
}
a .arrow-btn {
    color: #fff;
}
.arrow-btn {
    display: inline-block;
    padding: 0.5rem 5rem 0.5rem 5rem;
    border: 1px solid;
    border-radius: 6px;
    margin: 0 auto;
    position: relative;
}
.btnArrow-gray {
    background-color: #1a1d29!important;
}
.btnArrow {
    padding-left: 20px;
    padding-right: 20px;
    position: absolute;
    right: -28px;
    top: 0.9rem;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #fff;
    background-color: white;
    transition: all 0.2s ease;
}
.arrow-btn:hover .btnArrow {
    transition: all 0.2s ease;
    right: -40px;
}
.arrow-btn:hover {
    color: #fff;
    text-decoration: none;
}


.arrow-btn2 {
    display: inline-block;
    padding: 0.8rem 8rem 1.4rem 8rem;
    border: #777 2px solid;
    border-radius: 7px;
    margin: 0 auto;
    position: relative;
    transition: all 0.3s ease;
}

.btnArrow2 {
    padding-left: 2em;
    padding-right: 2em;
    position: absolute;
    top: 3.9rem;
    border-top: 23px solid transparent;
    border-bottom: 23px solid transparent;
    border-left: 13px solid #777;
    transition: all 0.3s ease;
    transform: rotate(90deg);
}
.arrow-btn2:hover .btnArrow2 {
    transition: all 0.3s ease;
    top: 72px;
    border-left: 13px solid #ddd;
}
.arrow-btn2:hover {
    color: #fff;
    text-decoration: none;
    border: #ddd 2px solid;
}




/*CTA*/
.list_logo img{
	width: 100%;
	height: auto;
}
@media (min-width: 768px){
	.list_logo {
	    margin: 5px auto 0px;
	    max-width: 500px;
	}
}
@media (max-width: 768px){
	.list_logo {
	    width: 94%;
	}
}
@media(max-width: 767px){
	.font-custom{
		font-size: 4.1vw;
	}
	.font-custom2{
		font-size: 3.8vw;
	}
}
@media(min-width: 768px){
	.font-custom{
		font-size: 1.7vw;
	}
}
/*conversion_button*/
.callout {
	position: relative;
	display: inline-block;
	font-size: 14px;
	color: #ee2357;
	font-weight: bold;
	line-height: 1;
    margin-bottom: 0;
}

@media(max-width:768px){
	.callout {
		font-size: 80%;
		margin-top:1em;
	}
}
.conversion_content{
  display: flex;
}


.conversion_img{
	width: 15px;
	position: absolute;
	top: 0;
	bottom:0;
	right: 5%;
	margin: auto;
}
.conversion_img2{
    width: 8px;
    top: 0;
    right: 5%;
    margin: 0 0 3px 5px;
}


div.conversion_button_1 {
    display: block;
    text-decoration: none;
    border-radius: 6px;
    line-height: .8em;
    font-weight: bold;
    position: relative;
    height: 115px;
    margin: 0 auto;
    border: solid #999 2px;
}


div.conversion_button_1.bg-grey{
	background-color: #bbbbbb;
    border-bottom: solid 4px #999;
}
div.conversion_button_1.bg-blue{
	background-color: #016cf9;
    border-bottom: solid 4px #1A1D29
}

div.conversion_button_1 .message{
    color:#ee2357;
    font-weight: 700;
	position: absolute;
	top: 38%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	width: 100%;
	line-height: 1.3;

}

div.conversion_button_1 .text{
    color:#333;
    font-weight: 500;
	position: absolute;
	top: 80%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	width: 100%;
}

@media(max-width: 767px){
	div.conversion_button_1	{
		height: 80px;
	}
	div.conversion_button_1 .message{
    line-height: 0.7em;
    top: 42%;
	}
	.conversion_img2 {
    width: 7px;
    margin: 0 0px 2px 4px;
	}
	div.conversion_button_1 {
    border: solid #999 1px;
	}
	div.conversion_button_1 .text{
	top: 82%;
	}
}

div.conversion_button_2 {
	display: block;
	text-decoration: none;
	background: #ee2357;
	color: #FFF;
	border-bottom: solid 4px #680404;
	border-radius: 6px;
	line-height: .8em;
	font-weight: bold;
	position: relative;
	height: 50px;
	margin: 0 auto;
}
@media(max-width: 767px){
	div.conversion_button_2	{
		height: 40px;
	}
}

div.conversion_button_2.bg-grey{
	background-color: #bbbbbb;
    border-bottom: solid 4px #999;
}
div.conversion_button_2.bg-blue{
	background-color: #016cf9;
    border-bottom: solid 4px #1A1D29
}

div.conversion_button_2 .message{
    color:#fff;
    font-weight: 600;
	position: absolute;
	top: 47%;
	left: 50%;
	transform: translateY(-48%) translateX(-50%);
	-webkit- transform: translateY(-48%) translateX(-50%);
	width: 100%;
}

div.conversion_button_2 .conversion_img{
  width: 10px;
}


div.conversion_button_3 {
	display: block;
	text-decoration: none;
	background: #016cf9;
	color: #FFF;
	border-bottom: solid 4px #003D8D;
	border-radius: 6px;
	line-height: .8em;
	font-weight: bold;
	position: relative;
	height: 50px;
	margin: 0 auto;
}
@media(max-width: 767px){
	div.conversion_button_3	{
		height: 45px;
	}
	div.conversion_button_2 .message{
		top: 50%;	
	}
	div.conversion_button_4 .message{
		top: 50%;	
	}

}

div.conversion_button_3.bg-grey{
	background-color: #bbbbbb;
    border-bottom: solid 4px #999;
}
div.conversion_button_3.bg-blue{
	background-color: #016cf9;
    border-bottom: solid 4px #1A1D29
}

div.conversion_button_3 .message{
    color:#fff;
    font-weight: 700;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	width: 100%;
}
div.conversion_button_3 .conversion_img{
  width: 10px;
}


.callout_2{
	font-size: 14px;
	font-weight: 700;
	position: absolute;
	top: 50%;
	left: 5%;
	transform: translateY(-50%) translateX(-5%);
	-webkit- transform: translateY(-50%) translateX(-5%);
}
@media(max-width: 767px){
	.callout_2{
		font-size: 80%;
	}
}

@media(min-width: 768px){
	div.conversion_button_1{
		max-width: 662px;
	}
}
@media(min-width: 768px){
	div.conversion_button_2{
		max-width: 662px;
	}
	div.conversion_button_4{
		max-width: 662px;
	}
}
@media(min-width: 768px){
	div.conversion_button_3{
		max-width: 662px;
	}
}

.l-wrapper__top .conversion_button {
		width: 90%;
}

/*Border*/
.border-t-white{
	border-top:1px solid #fff;
}
.border-b-white{
	border-bottom:1px solid #fff;
}
.border-b-darkblue{
	border-bottom:1px solid #1a1d29;
}





/*Width*/
@media(min-width:768px){
	.w-limit{
		width: 662px;
	}
	.w-limit-90{
		width:90%;
	}
	.w-limit-80{
		width:80%;
	}
}

.list-logo{
	width:150px;
	height:auto;
	text-align: center;
}
@media(max-width:767px){
	.list-logo{
		width:100px;
	}
}



/*Card section*/
@media(max-width:767px){
	.card-wrap{
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media(min-width:768px){
	.card-wrap{
		padding-left: 15px;
		padding-right: calc(15px + 0.5rem);
	}
}




@media(max-width: 767px){
	.font-20pt{
		font-size:20pt;
	}
	.font-19pt{
		font-size:19pt;
	}
	.font-18pt{
		font-size:18pt;
	}
	.font-17pt{
		font-size:17pt;
	}
	.font-16pt{
		font-size:16pt;
	}
	.font-15pt{
		font-size:15pt;
	}
	.font-14pt{
		font-size:14pt;
	}
	.font-13pt{
		font-size:13pt;
	}
	.font-12pt{
		font-size:12pt;
	}
	.font-11pt{
		font-size:11pt;
	}
	.font-10pt{
		font-size: 10pt;
	}
}


@media(min-width: 768px){
	.font-md-20pt{
		font-size:20pt;
	}
	.font-md-19pt{
		font-size:19pt;
	}
	.font-md-18pt{
		font-size:18pt;
	}
	.font-md-17pt{
		font-size:17pt;
	}
	.font-md-16pt{
		font-size:16pt;
	}
	.font-md-15pt{
		font-size:15pt;
	}
	.font-md-14pt{
		font-size:14pt;
	}
	.font-md-13pt{
		font-size:13pt;
	}
	.font-md-12pt{
		font-size:12pt;
	}
	.font-md-11pt{
		font-size:11pt;
	}
	.font-md-10pt{
		font-size: 10pt;
	}
}


@media(min-width: 768px){
	#font-md-20pt p{
		font-size:20pt;
	}
	#font-md-19pt p{
		font-size:19pt;
	}
	#font-md-18pt p{
		font-size:18pt;
	}
	#font-md-17pt p{
		font-size:17pt;
	}
	#font-md-16pt p{
		font-size:16pt;
	}
	#font-md-15pt p{
		font-size:15pt;
	}
	#font-md-14pt p{
		font-size:14pt;
	}
	#font-md-13pt p{
		font-size:13pt;
	}
	#font-md-12pt p{
		font-size:12pt;
	}
	#font-md-11pt p{
		font-size:11pt;
	}
	#font-md-10pt p{
		font-size: 10pt;
	}
}


.flexbox{
    border: 1px solid #B2B2B2;
    background-color: #F2F2F9;
}
.img-app{
	width: 62px;
	height: auto;
	float: left;
	margin-right: 10px;
}

@media(max-width: 767px){
	.img-app{
		width: 84px;
		height: auto;
	}
}




/* 2023-12-01 */




div.conversion_button_4 {
	display: block;
	text-decoration: none;
	background: #ee2357;
	color: #FFF;
	border-bottom: solid 4px #680404;
	border-radius: 6px;
	line-height: .8em;
	font-weight: bold;
	position: relative;
    height: 70px;
	margin: 0 auto;
}
@media(max-width: 767px){
	div.conversion_button_4	{
      height: 52px;
	}
  div.conversion_button_4 .message {
      line-height: 1.1;
  }
}

div.conversion_button_4.bg-grey{
	background-color: #bbbbbb;
    border-bottom: solid 4px #999;
}
div.conversion_button_4.bg-blue{
	background-color: #016cf9;
    border-bottom: solid 4px #1A1D29
}

div.conversion_button_4 .message{
    line-height: 1.1;
    color:#fff;
    font-weight: 600;
	position: absolute;
	top: 47%;
	left: 50%;
	transform: translateY(-48%) translateX(-50%);
	-webkit- transform: translateY(-48%) translateX(-50%);
	width: 100%;
}

div.conversion_button_4 .conversion_img{
  width: 10px;
}



.btn-text_sm{
  font-weight: 400;
  font-size: 80%;
}





.plan-bt{
  position: relative;
  z-index: -1;
}
.plan-fukidashi{
position: absolute;
width: 4.5%;
margin-top: -1.55em;
margin-left: 75%;
z-index: 0;
}    
a {
 word-break: break-all;
}

.table-center{
    justify-content: center;
}


/*card_2*/
.card_plan{
    text-align: center;
    text-decoration: none!important;
    border-bottom: none!important;
}
@media(min-width: 768px){
  .card_plan{
    margin:auto;
  }
  .card_plan-header{
    position: relative;
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
@media(max-width: 767px){
  .card_plan{
    max-width: 100%;
  }
  .card_plan-header{
    position: relative;
    padding-top: 6px;
    padding-bottom: 5px;
  }
}
.list-group-item_plan{
    background-color: #eee;
  }    

    .plan-exp{
    padding: 1.5em;
    border: solid 2px #999;
    }
    .plan-exp_text1{
    font-weight: 400;
    text-decoration: none!important;
    border-bottom: none!important; 
    }
    span.news {
    vertical-align: -170%;
    margin: 0px 1px 0px 2px;
    }  
    .text-setting{
        font-feature-settings: "palt";
        letter-spacing: 0.05em;
    }
    .border-line{
    padding-top: 3px;
    padding-bottom: 13px;
    border-bottom: 1px solid #000;
    text-decoration: none;
    }
    .top-text02{
    line-height: 0.5;
    margin-top: 33px;
    margin-bottom: 20px;

    }
    #t06{
        width: 12%;
    }




#plan-t00{
}
#plan-t01{
    border-left: 1px solid #030C40;
    border-bottom: 1px solid #030C40;
}
#plan-t02{

}
#plan-t03{
    border-top: 1px solid #;    
    border-left: 1px solid #;
    border-bottom: 1px solid #;
}
#plan-t04{
	background-color: #fff;
	 border-radius: 0em 0em 1em 1em;

}
#plan-t00 p{
    padding: 5px 6px;
    color: #fff;    
}

.border-w{
	position: relative;
}
.border-w::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 10%; /* 枠線の開始位置を調整 */
    width: 80%; /* 枠線の幅を調整 */
    border-bottom: 1px solid #fff; /* 枠線のスタイルを定義 */
}
.border-w-sp{
	position: relative;
}
.border-w-sp::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 10%; /* 枠線の開始位置を調整 */
    width: 80%; /* 枠線の幅を調整 */
    border-bottom: 1px solid #fff; /* 枠線のスタイルを定義 */
}
.border-w-sp::before {
	content: '';
    position: absolute;
    top: 70%;
    left: 0%;
    width: 100%;
    height: 650%;
    background-color: #156979;
    z-index: -5;
}
.border-w-pc{
	position: relative;
}
.border-w-pc::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 10%; /* 枠線の開始位置を調整 */
    width: 80%; /* 枠線の幅を調整 */
    border-bottom: 1px solid #fff; /* 枠線のスタイルを定義 */
}
.border-w-pc::before {
    content: '';
    position: absolute;
    top: 60%;
    left: 0%;
    width: 100%;
    height: 580%;
    background-color: #156979;
    z-index: -5;
}

.border-g{
	position: relative;
}
.border-g::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 5%; /* 枠線の開始位置を調整 */
    width: 90%; /* 枠線の幅を調整 */
    border-bottom: 1px solid #aaa; /* 枠線のスタイルを定義 */
}
.border-g2{
	position: relative;
}
.border-g2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 10%; /* 枠線の開始位置を調整 */
    width: 80%; /* 枠線の幅を調整 */
    border-bottom: 1px solid #aaa; /* 枠線のスタイルを定義 */
}
.border-g3{
	position: relative;
}
.border-g3::before {
    content: '';
    position: absolute;
    top: 0;
    left: 5%; /* 枠線の開始位置を調整 */
    width: 90%; /* 枠線の幅を調整 */
    border-bottom: 1px solid #aaa; /* 枠線のスタイルを定義 */
}

.b-shadow{
	position: relative;
}
.b-shadow::after {
	content: '';
    position: absolute;
    bottom: 0;
    left: 0%;
    height: 100%;
    width: 100%;
    border-radius: 0em 0em 1em 1em;
    box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.4);
    z-index: -3;
}

.b-shadow2{
	position: relative;
	z-index:1;
}

.b-shadow3{
	position: relative;
	z-index:0;
}




.table-shadow-01{
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2); background-color: #fff;
}

.table-shadow-02{
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2); background-color: #fff;
	border-radius: 1em 0em 0em 0em; 
}




.plan-common__th02-1 {
    padding: 5px 6px;
    width: 35%;
    background-color: #104553;
	border-radius: 1em 1em 0em 0em;"
}
.plan-common__th02-2 {
    padding: 5px 6px;
    width: 35%;
    background-color: #104553;
	border-radius: 1em 1em 0em 0em;"
    box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.4);
}
.plan-common__th02-2::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0%;
    top: 63%;
    height: 6%;
    width: 70%;
    border-radius: 1em 1em 0em 0em;
	box-shadow: 0 14px 8px 0 rgba(0, 0, 0, 0.5);
    z-index: -5;
}


.plan-common__th02 {
    padding: 5px 6px;
    width: 35%;
}
@media (max-width: 767px){
.plan-common__th01 {
    padding: 5px 6px;
    width: 30%;
}
.plan-fukidashi{
width: 6.5%;
margin-top: -1.65em;
}    

}

.table-width{
  max-width: 662px;
}


.plan-text {
    display: flex;
    align-items: center;
}
 
.plan-text:before,
.plan-text:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #333;
}
 
.plan-text:before {
    margin-right: 0.5rem;
}
 
.plan-text:after {
    margin-left: 0.5rem;
}


















  /* ポップアップ全体のスタイル */
  .popup {
    visibility: hidden; /* 初期状態で非表示 */
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* 上下中央に表示 */
    width: 90%;
    max-width: 740px;
    max-height: 90vh; /* ビューポートの高さに収まるように */
    padding: 0.3em;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    background: #fff;
    border-radius: 8px;
    z-index: 1000;
    opacity: 0; /* 完全に透明 */
    transition: opacity 0.5s ease, transform 0.5s ease; /* アニメーション */
    overflow-y: auto; /* 内容をスクロール可能にする */
  }

  .popup.show {
    visibility: visible; /* 表示 */
    opacity: 1; /* 不透明に */
  }

  .overlay {
    display: none; /* 初期状態は非表示 */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 999;
    overflow: hidden; /* スクロールを無効化 */
  }

  .overlay.show {
    display: block; /* 表示 */
  }

  .popup .close-btn {
    border: none;
    cursor: pointer;
  }

  /* ボタンにホバーしたときのカーソルを設定 */
  .conversion_button_4 {
    cursor: pointer; /* カーソルをポインター（手のひら）に変更 */
  }

  .fixed_cta.hide {
    display: none;
  }





      .d-flex {
        display: flex;
    }
    .justify-content-center {
        justify-content: center;
    }
    .align-items-center {
        align-items: center;
    }
    .mr-2 {
        margin-right: 0.5rem;
    }
    .my-4 {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }
    .mt-3 {
        margin-top: 1rem;
    }
    .mb-3 {
        margin-bottom: 1rem;
    }


    .plan-option {
        border: 2px solid #d3d3d3;
        border-radius: 6px;
        padding: 0.5em 0.5em 0.5em 0.7em;
        color: #333;
        width: 100%;
        text-align: left;
    }

    .radio-custom {
    appearance: none; /* デフォルトのブラウザスタイルをリセット */
    -webkit-appearance: none; /* Safari用 */
    width: 1.25em;
    height: 1.2em;
    border: 2px solid #fff; /* 内側の白い境界線 */
    box-shadow: 0 0 0 2px #000; /* 擬似アウトラインを表現 */
    position: relative;
    cursor: pointer;
    background-color: transparent; /* 背景色を透明に */
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%!important;
    }

    .radio-custom:checked {
    width: 1.25em;
    height: 1.2em;
    background-color: #ee2357; /* チェック状態の背景色 */
    border: 2px solid #fff; /* 内側の白い境界線 */
    box-shadow: 0 0 0 2px #000; /* チェック状態でもアウトラインを維持 */
    border-radius: 50%!important;
    }

    .linkbox a {
        display: block;
        text-decoration: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: transparent;
        z-index: 2;
        padding-bottom: 0px;
        transition: all .5s ease;
    }
    div.conversion_button_4 {
        height: 50px;
    }
    @media (max-width: 767px) {
        div.conversion_button_4 {
            height: 40px;
        }
    }


    .conversion_button_4.linkbox.ab {
        height: 40px !important;
    }



    @media (min-width: 768px) {
        .col-md-8 {
            -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
            max-width: 66.666667%;
        }
    }

    @media (min-width: 769px) {
        .font-btn {
            font-size: 22px;
        }
    }
    @media (min-width: 768px) {
        .plan-container {
        max-width: 990px;
        margin: 0 auto;
        }
    }
    @media (max-width: 767px) {
        div.conversion_button_4 .message {
        padding-top: 0.2em;
        }
        .radiobutton{
        margin: 0 auto;
        }
        .radio-custom {
        width: 1.35em;
        height: 1.25em;
    border-radius: 50%!important;
        }
        .radio-custom:checked {
        width: 1.35em;
        height: 1.25em;
    border-radius: 50%!important;
        }
    }




    
div.conversion_button_5 {
    display: block;
    text-decoration: none;
    background: #ee2357;
    color: #FFF;
    border-bottom: solid 4px #680404;
    border-radius: 6px;
    line-height: .8em;
    font-weight: bold;
    position: relative;
    height: 50px;
    margin: 0 auto;
}
@media(max-width: 767px){
    div.conversion_button_5 {
      height: 40px;
    }
  div.conversion_button_5 .message {
      line-height: 1.1;
  }
}

div.conversion_button_5.bg-grey{
    background-color: #bbbbbb;
    border-bottom: solid 4px #999;
}
div.conversion_button_5.bg-blue{
    background-color: #016cf9;
    border-bottom: solid 4px #1A1D29
}

div.conversion_button_5 .message{
    line-height: 1.1;
    color:#fff;
    font-weight: 600;
    position: absolute;
    top: 47%;
    left: 50%;
    transform: translateY(-48%) translateX(-50%);
    -webkit- transform: translateY(-48%) translateX(-50%);
    width: 100%;
}

div.conversion_button_5 .conversion_img{
  width: 10px;
}


div.conversion_button_5 .conversion_img {
    width: 10px;
}

@media (max-width: 767px) {
    div.conversion_button_5 {
        height: 40px;
    }
    div.conversion_button_5 .message {
        padding-top: 0.2em;
    }

}

.fixed_cta.hide {
    display: none;
}

.close-btn {
  position: absolute;
  top: 0.7em;
  right: 0.7em;
  background-color: transparent;
  opacity: 0.8;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  line-height: 0;
  z-index: 1000;
  cursor: pointer;
}
.close-img {
  width: 25px;
  height: 25px;
}
/* ラジオボタン選択時のハイライト */
input[type="radio"].radio-custom:checked + .plan-option {
    border: 2px solid #ee5d82; /* 水色 */
    background-color: #fff2f6; /* 水色の薄い背景 */
}
/* 通常時：黒い枠のボックスシャドウ */
input[type="radio"].radio-custom {
    appearance: none;
    -webkit-appearance: none;
    background-color: #fff;
    border: none; /* 実線枠は無し */
    width: 1.28em;
    height: 1.2em;
    position: relative;
    cursor: pointer;
    margin-right: 10px;
    box-shadow: 0 0 0 2px #333; /* 黒い外枠をシャドウで表現 */
    transition: box-shadow 0.3s ease;
    border-radius: 50%!important;
}

/* 選択時：ピンク色の枠に変更 */
input[type="radio"].radio-custom:checked {
    box-shadow: 0 0 0 2px #ee5d82; /* ピンク色に変化 */
    width: 1.28em;
    height: 1.2em;
    border-radius: 10px!important;
}

/* 選択時の中央赤丸 */
input[type="radio"].radio-custom:checked::before {
    content: "";
    position: absolute;
    width: 1.2em;
    height: 1.2em;
    border: 2px solid #fff;
    background-color: #ee2357;
    border-radius: 10px!important;
}


@media (max-width: 767px) {
    .close-btn {
    width: 25px!important;
    height: 25px!important;
    }
    .close-img {
      width: 20px;
      height: 20px;
    }
    input[type="radio"].radio-custom {
        width: 1.38em;
        height: 1.2em;
    border-radius: 10px!important;
    }
    input[type="radio"].radio-custom:checked {
        box-shadow: 0 0 0 2px #ee5d82; /* ピンク色に変化 */
        width: 1.38em;
        height: 1.2em;
     border-radius: 10px!important;
   }
    input[type="radio"].radio-custom:checked::before {
        width: 1.23em;
        height: 1.2em;
    border-radius: 10px!important;
    }

}



.plan-radio {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.radio-circle {
  width: 20px;
  height: 20px;
  border: 2px solid #ee5d82;
  border-radius: 50%;
  position: relative;
}

.radio-input:checked + .radio-circle::after {
    content: "";
    width: 0.8em;
    height: 0.8em;
    background: #ee5d82;
    border-radius: 50%;
    position: absolute;
    top: 0.19em;
    left: 0.18em;
}
.d-none{
    display: none!important;
}






.font-res_h1{
  font-size: clamp(11px, 3.6vw, 25px);
  text-align: center;
}


.other_docomo{
  position: relative;
  background-color: #f0e8d1;
  border-radius: 0.5em;
}

.other_docomo::before {
  content: "";
  position: absolute;
  top: -6px;    /* 外枠との距離調整 */
  left: -6px;
  right: -6px;
  bottom: -6px;
  border: 2px solid #c09f69; /* 枠線の色 */
  border-radius: 0.9em;
  pointer-events: none;
}

.simple-frame {
    overflow-y: scroll;
    height: auto;
    max-height: 180px;
    padding: 15px 15px;
    border: 1px solid #444;
    border-radius: 6px;

  /* --- Firefox用 --- */
  scrollbar-color: #999 #ccc; /* thumb色, track色 */
  scrollbar-width: thin; /* auto | thin | none */
}

/* --- Chrome / Edge / Safari用 --- */

/* スクロールバー全体 */
.simple-frame::-webkit-scrollbar {
  width: 10px; /* スクロールバーの太さ */
  background-color: #ccc; /* ← 本体色（スクロールバーのベース） */
}

/* 背景（トラック部分） */
.simple-frame::-webkit-scrollbar-track {
  background-color: #ccc; /* トラックも同系色に */
}

/* つまみ部分（スライダー） */
.simple-frame::-webkit-scrollbar-thumb {
  background-color: #999; /* つまみ部分（やや濃いグレー） */
  border-radius: 10px;
  border: 2px solid #ccc; /* 周囲との境界を自然に */
}

/* ホバー時（少し濃く） */
.simple-frame::-webkit-scrollbar-thumb:hover {
  background-color: #333;
}






.bg-bk{
  background-color: #000;
}
.bg-bk *{
  color: #fff;
}
.bg-bk h1,.bg-bk h2,.bg-bk h3,.bg-bk h4,.bg-bk h5,.bg-bk h6,.bg-bk p{
  color: #fff;
}


.bg-bk-box {
  padding: 0 0.8em;
  text-align: justify;
  font-feature-settings: "palt";
}


/* 配色 */
:root {
  --brown: #c09f69;
  --white: #fff;
  --black: #000;
}

/* 見出しコンテナ */
.title-lined{
  display: flex;
  align-items: center;
}

/* 中央テキスト */
.title-lined__text{
  margin: 6px;
  color: var(--white);
  font-weight: 900;
  letter-spacing: .02em;
  text-align: center;
  white-space: nowrap;
}

/* 左右の縦バー帯 */
.title-lined__line-left{
  flex: 1 1 0;
  min-width: 140px;           /* 極端に狭い画面でも数本は見せる */
  height: clamp(18px, 2.3vw, 30px); /* 縦バーの“長さ” */
  display: block;
  /* 縦線を横方向に等間隔で並べる */
  background-image: repeating-linear-gradient(
    to right,
    transparent 0 6px,       /* 1本ごとの空き */
    var(--brown) 6px 8px    /* 線の太さ：2px（10→12）*/
  );
  opacity: .95;
}

.title-lined__line-right{
  flex: 1 1 0;
  min-width: 140px;           /* 極端に狭い画面でも数本は見せる */
  height: clamp(18px, 2.3vw, 30px); /* 縦バーの“長さ” */
  display: block;
  /* 縦線を横方向に等間隔で並べる */
  background-image: repeating-linear-gradient(
    to left,
    transparent 0 6px,       /* 1本ごとの空き */
    var(--brown) 6px 8px    /* 線の太さ：2px（10→12）*/
  );
  opacity: .95;
}

/* スマホでの微調整（任意） */
@media (max-width: 480px){
  .title-lined{ gap: 16px; padding: 16px 16px; }
  .title-lined__line{ min-width: 96px; }
}




  /* ========== 1) ライン見出し（上下画像の上側） ========== */
  .title-lined {
    display: flex;
    align-items: center;
    justify-content: center;
  }


  /* ========== 2) グラデーション帯見出し（上下画像の下側） ========== */
  .title-ribbon {
    display: grid;
    place-items: center;
  }
  .title-ribbon .ribbon {
    /* 黒 → 茶(#c09f69) → 黒 のグラデーション（中央を少し明るく） */
    background:
      linear-gradient(90deg,
        rgba(0,0,0,0.95) 0%,
        rgba(28,24,20,.88) 5%,
        rgba(64,54,40,.8) 10%,
        #c09f69 50%,
        rgba(64,54,40,.8) 90%,
        rgba(28,24,20,.88) 95%,
        rgba(0,0,0,0.95) 100%
      );
    border-radius: 6px;
    padding: 0.4em 0;
    width: 100%;
  }
  .title-ribbon h2 {
    margin: 0;
    letter-spacing: .02em;
    text-align: center;
    color: var(--white);
    white-space: nowrap;
  }






.image-wrap {
  position: relative;
  display: inline-block; /* 画像サイズに合わせる */
}

.image-wrap img {
  width: 100%;
  height: auto;
  display: block;
}

/* コンテナ：全体の背景は黒 */
.tw-hero {
  background: #000;          /* 画像が足りない分はこの黒が“継ぎ足し”になる */
  color: #fff;
    border-radius: 0.4em;
}

/* 画像はそのまま表示（上半分は保護される） */
.tw-hero__img {
  display: block;
  width: 100%;
  height: auto;
}

/* 下に続くテキストパネル（スクロールなしで高さ可変） */
.tw-hero__panel {
    max-width: 1100px;
    margin: 0 auto;
    padding: 1em 1.5em 1.5em 1.5em;
    text-align: center;
    box-sizing: border-box;
}

/* タイポ（PC/スマホで可変） */
.tw-hero__panel .t1 {
    margin: 0 0 clamp(8px, 1.4vw, 10px);
    font-weight: 700;
    line-height: 1.25;
    color: #fff;
}

.tw-hero__panel .t2 {
    font-weight: 700;
    line-height: 1.4;
    color: #c09f69;
}

.tw-hero__panel .t3 {
    margin: 0;
    color: #fff;
    margin-inline: auto;
    text-align: justify;
    text-justify: inter-ideograph;
}

.double-border-box {
  position: relative;
  padding: 1em 0; /* テキスト上下の余白 */
}

/* --- 上側の2本線 --- */
.double-border-box::before,
.double-border-box::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  border-color: #c09f69;
}

/* 上：点線（外側） */
.double-border-box::before {
  top: 0;
  border-top: 2px dotted #c09f69;
}

/* 上：実線（内側） */
.double-border-box::after {
  top: 6px; /* 点線との距離 */
  border-top: 2px solid #c09f69;
}

/* --- 下側の2本線 --- */
.double-border-box::before,
.double-border-box::after {
  pointer-events: none;
}

.double-border-box::before,
.double-border-box::after {
  box-sizing: border-box;
}

/* 下：点線（外側） */
.double-border-box::before,
.double-border-box::after {
  content: "";
}

.double-border-box::before {
  position: absolute;
  bottom: 0;
  border-bottom: 2px dotted #c09f69;
}

/* 下：実線（内側） */
.double-border-box::after {
  position: absolute;
  bottom: 6px; /* 点線との距離 */
  border-bottom: 2px solid #c09f69;
}

@media (min-width: 768px) {
    .width-tx{
        width: 90%;
    }
}








.d-line{
border-bottom: 3px solid #c03; 
display: inline-block;
line-height: 1.2em;
}


.pc-fvimg {
    max-width: 650px;
}

.conversion_button_tw {
  position: relative;
  display: inline-block;
  overflow: visible;        
}

/* COMING SOON ラベル：ボタンの外に出す */
.conversion_button_tw .comingsoon-label {
    position: absolute;
    left: 17%;
    top: -4px;
    transform: translateX(-50%) rotate(-22deg);
    background: #222;
    color: #fff;
    font-weight: 700;
    letter-spacing: .06em;
    padding: 3px 18px 4px 18px;
    border-radius: 2px;
    pointer-events: none;
    z-index: 10;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .25);
}

/* 画面幅が狭い時に少し小さく */
@media (max-width: 480px) {
  .conversion_button_tw .comingsoon-label {
    top: -8px;
    padding: 4px 8px;
  }
}


div.conversion_button_tw {
    display: block;
    text-decoration: none;
    background: #016cf9;
    border-bottom: solid 4px #013d8c;
    cursor: pointer;
    color: #FFF;
    border-radius: 6px;
    line-height: .8em;
    font-weight: bold;
    position: relative;
    height: 70px;
    margin: 0 auto;
}

div.conversion_button_tw {
    height: 50px;
}


@media (min-width: 768px) {
    div.conversion_button_4 {
        max-width: 662px;
    }
}
.conversion_button_4 {
    cursor: pointer;
}


div.conversion_button_tw .message {
    top: 50%;
}
div.conversion_button_tw .message {
    line-height: 1.1;
    color: #fff;
    font-weight: 600;
    position: absolute;
    top: 47%;
    left: 50%;
    transform: translateY(-48%) translateX(-50%);
    width: 100%;
}
@media (min-width: 769px) {
    .font-btn {
        font-size: 22px;
    }
}

div.conversion_button_tw .conversion_img {
    width: 10px;
}



@media (max-width: 767px) {
    div.conversion_button_tw {
        height: 40px;
    }
}

@media (max-width: 767px) {
    div.conversion_button_tw .message {
        top: 51%;
    }
}

@media (min-width: 768px) {
    div.conversion_button_tw {
        max-width: 662px;
    }
}


.text-present{
}



.real-event {
  max-width: 1100px;
  margin: 0 auto;
  padding: 1em 1.5em 1.5em 1.5em;
  text-align: center;
  box-sizing: border-box;
}
.real-event p,h3{
  color: #fff;
}
.real-event_bg {

  border-radius: 0.5em;
  --bg:   #7d0511; /* 地の赤 */
  --dark: #6e0508; /* ストライプ（濃い赤） */

  background-color: var(--bg);

  /* 70px幅のタイルを横方向に繰り返し */
  background-image: linear-gradient(
    to right,
    /* 端は透明（地色を見せる）→ 継ぎ目で線が重ならない */
    transparent 0 15px,

    /* 細線（左） */
    var(--dark) 15px 17px,

    /* 細線～太線の隙間 */
    transparent 17px 23px,

    /* 太線（中央） */
    var(--dark) 23px 47px,

    /* 太線～細線の隙間 */
    transparent 47px 53px,

    /* 細線（右） */
    var(--dark) 53px 55px,

    /* 端は透明（次のタイルへ） */
    transparent 55px 70px
  );

  /* タイルのサイズ・配置・繰り返し */
  background-size: 70px 100%;
  background-position: center top;   /* 画面中央で左右対称に */
  background-repeat: repeat-x;       /* 横方向にタイル化 */
}


.event-line {
    border-bottom: 3px solid #c09f69;
    display: inline-block;
    line-height: 1.2em;
}




:root{
  --promo-bg: #330c15;
  --promo-fg: #fff;
}

/* メインボックス */
.promo-box{
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-areas:
    "badge  header"
    "media  media"
    "caption caption";
  row-gap: 1.5em;

  background: var(--promo-bg);
  color: var(--promo-fg);
  border-radius: 0.3em;
  padding: 1.5em;

  box-shadow: 0 0 0 1px #c09f69 inset;

}

/* 特典①：本文の左、上下中央に */
.promo-badge{
  grid-area: badge;
  white-space: nowrap;
  align-self: center;
  font-weight: 700;
}

/* 本文（見出し＋注釈） */
.promo-header{
  grid-area: header;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* 画像：2列分を占有（左の青い余白をなくす） */
.promo-figure{
  grid-area: media;
  margin: 0;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.promo-figure img {
  height: auto;        /* ← ここがポイント：縦を画像比率に合わせる */
  display: block;
  object-fit: contain; /* coverでもOK：好みに合わせて変更 */
}

/* キャプションも全幅で */
.promo-caption{
  grid-area: caption;
  text-align: left;
  opacity: .95;
  margin-top: -1.5em!important;  /* row-gap と同じ値をマイナス指定して帳消し */
}

/* スマホ対応：縦並び */
@media (max-width: 560px){
  .promo-box{
  padding: 1em 1em 0.7em 1em;
  row-gap: 0.5em;

    grid-template-columns: 1fr;
    grid-template-areas:
      "badge"
      "header"
      "media"
      "caption";
    text-align: center;
  }
  .promo-badge{ align-self: auto; }
.promo-caption{
  grid-area: caption;
  text-align: left;
  opacity: .95;
  margin-top: -0.5em!important;  /* row-gap と同じ値をマイナス指定して帳消し */
}

}
