@charset "UTF-8";
/* ----------------------------------
 固有調整
-----------------------------------*/
/* スマホヘッダー空き調整 */
.detail_bnr{
  max-width: 740px;
  margin: clamp(15px, 3vw, 25px) auto clamp(24px, 6.4vw, 40px);
  padding: 0 16px;
  text-align: center;
}
.detail_bnr__free{
  padding: 0;
  margin: 0 auto clamp(24px, 6.4vw, 40px);  
}
.detail_bnr h3{
  font-weight: 700;
}

.detail_body .txt__deco-slash{
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.7em;
}

.detail_body .txt__deco-slash::before, .detail_body .txt__deco-slash::after {
  content: "";
  height: 1.5em;
  width: 2px;
  background: #cc0033;
  vertical-align: bottom;
}

.detail_body  .txt__deco-slash::before {
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
.detail_body .txt__deco-slash::after {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}
.text-center {
  text-align: center;
  display: block;
}
.detail_bnr:hover a{
  color: #FFF;
  opacity: .7;
  text-decoration:  none;
}
/* ----------------------------------
   期間
-----------------------------------*/
.detail_period{
  background: #000;
  color: #FFF;
  text-align: center;
  padding: min(4% , 15px);
  width: min(100% , 960px) ;
  margin: 0 auto clamp(24px, 6.4vw, 40px);
  font-size: clamp(14px , 3vw , 16px);
}

.detail_period h2{
  font-weight: 700;
  font-size: clamp(14px , 3vw , 16px);
}
/* ----------------------------------
   KV
  -----------------------------------*/
  .detail_KV {
    margin: 0 auto;
  }
/*-----------------------------------
 プラン
------------------------------------*/
.cp_sakusaku-plan{
  text-align: center;
  max-width: 640px;
  margin: 0 auto clamp(24px, 6.4vw, 40px);
  padding: 0 16px;
}

.cp_sakusaku-plan h3{
  font-weight: 700;
}
/* ----------------------------------
   ボタン
  -----------------------------------*/
  .detail_rounded-btn {
    width: 100%;
    background: #cc0033;
    display: inline-block;
    color: #fff;
    font-size: clamp(20px, 6.25vw, 24px);
    font-weight: 600;
    border-radius: 9999px;
    padding: 16px 1.5em;
    text-align: center;
    box-shadow: 0px 4px 0 #990000;
    position: relative;
    transition: opacity 0.3s;
  }
  .detail_rounded-btn::before {
    content: "";
    width: 10px;
    height: 10px;
    border-style: solid;
    border-width: 2px 2px 0 0;
    border-color: #fff;
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
  .detail_rounded-btn:hover {
    text-decoration: none;
    color: #fff;
    opacity: 0.7;
  }
  .detail_rounded-btn--disabled {
    background: #929292;
    box-shadow: 0px 4px 0 #6C6C6C;
    pointer-events: none;
  }
  
  /* ボタン中 */
  .cp-btn__middle {
    clear: both;
    display: block;
    background: #cc0033;
    color: #FFF;
    padding: 12px;
    border-radius: 30px;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    position: relative;
    transition: .3s;
    opacity: 1;
  }
  
  a.cp-btn__middle:hover {
    color: #FFF;
    text-decoration:  none;
    opacity: .7;
  }
  
  .btn-yellow {
    background: #ffb400;
  }
  
  .btn-green {
    background: #009141;
  }
  
/*-----------------------------------
 ボタンリストエリア
------------------------------------*/
.cp_btn-other-list {
	text-align: center;
	max-width: 640px;
  margin: 0 auto clamp(24px, 6.4vw, 40px);
  padding: 0 16px;
}

.cp_btn-other-list h3 {
	font-weight: 700;
}

.cp_btn-other-list .txt__deco-slash{
  margin-bottom: .3em;
  font-weight: 700;
}

@media only screen and (min-width: 769px) {
  .cp_btn-other-list {
		margin-left: auto;
		margin-right: auto;
	}

	.cp_btn-other-list ul {
		width:100%;
	}

	/* ボタン並び変更 */
	.cp_btn-other-list ul li{
		width:	49%;
		margin-right:2%;
		margin-bottom: 1.5em;
		margin-bottom:0;
	}

	.cp_btn-other-list ul li:nth-of-type(2n){
		margin-right:0;
	}
}

/* ----------------------------------
  バナー縦並び
-----------------------------------*/
.cp-bnr-list li{
  margin-top: min(4% , 15px);
}

/* ----------------------------------
  ボタンがSP縦並び　PC横並び
-----------------------------------*/

.cp-btn-list--middle {
	display: flex;
	flex-wrap: wrap;
	margin: auto;
}

.cp-btn-list--middle li{
	margin-bottom: 1.5em;
	width: 100%;
}

.cp-btn-list--middle li:last-child{
	margin-bottom: 0;
}


/* ボタン上  img*/
.cp_btn-other .cp-btn__middle img{
height: 16px;
max-width: initial;
image-rendering: -webkit-optimize-contrast;
}

@media only screen and (min-width: 769px) {
  .cp-btn-list--middle {
		margin-left: auto;
		margin-right: auto;
	}

	.cp-btn-list--middle{
		width:100%;
	}

	/* ボタン並び変更 */
	.cp-btn-list--middle li{
		width:	49%;
		margin-right:2%;
		margin-bottom: 1.5em;
		margin-bottom:0;
	}

	.cp-btn-list--middle li:nth-of-type(2n){
		margin-right:0;
	}
}
