@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.0.6
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
.unlimited li a{
	text-decoration:none;
	margin:3px 0px;
}
.prime-hero-wrap{
  margin:18px auto 34px;
  max-width:860px;
  padding:0 16px;
}

.prime-hero{
  position:relative;
  overflow:hidden;
  border-radius:26px;
  background:
  radial-gradient(circle at top right,
  rgba(0,168,225,.22),
  transparent 30%),
  linear-gradient(145deg,#0b1016 0%,#131c27 45%,#1b2c3d 100%);
  padding:34px 28px;
  box-shadow:
  0 14px 40px rgba(0,0,0,.22);
}

.prime-pr{
  display:inline-flex;
  align-items:center;
  gap:6px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.08);
  color:rgba(255,255,255,.75);
  font-size:11px;
  letter-spacing:.08em;
  padding:6px 10px;
  border-radius:999px;
  margin-bottom:18px;
  backdrop-filter:blur(10px);
}

.prime-catch{
  font-size:34px;
  line-height:1.35;
  font-weight:800;
  color:#fff;
  letter-spacing:.01em;
  margin-bottom:16px;
}

.prime-catch span{
  color:#35c8ff;
}

.prime-desc{
  font-size:15px;
  line-height:1.95;
  color:rgba(255,255,255,.82);
  max-width:640px;
  margin-bottom:24px;
}

.prime-points{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-bottom:28px;
}

.prime-point{
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.08);
  color:#fff;
  font-size:13px;
  padding:10px 14px;
  border-radius:999px;
  backdrop-filter:blur(8px);
}

.prime-btn{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  text-decoration:none !important;
  background:
  linear-gradient(180deg,#2fd2ff 0%,#00a8e1 100%);
  color:#fff !important;
  font-size:20px;
  font-weight:800;
  padding:20px 22px;
  border-radius:18px;
  box-shadow:
  0 7px 0 #007ca7,
  0 18px 34px rgba(0,168,225,.34);
  transition:all .16s ease;
}

.prime-btn:hover{
  transform:translateY(2px);
  box-shadow:
  0 5px 0 #007ca7,
  0 12px 24px rgba(0,168,225,.28);
}

.prime-small{
  text-align:center;
  margin-top:14px;
  font-size:12px;
  line-height:1.8;
  color:rgba(255,255,255,.58);
}

.prime-glow{
  position:absolute;
  right:-60px;
  top:-60px;
  width:220px;
  height:220px;
  background:rgba(53,200,255,.18);
  filter:blur(60px);
  border-radius:50%;
}


.top-info-link{
  width:100%;
  text-align:center;
  font-size:14px;
  line-height:1.7;
}

.top-info-link a{
  display:block;
  padding:12px 14px;
  background:linear-gradient(180deg,#fff7ea 0%,#fff2dc 100%);
  color:#333;
  text-decoration:none;
  border-bottom:1px solid #f3d6a6;
  transition:all .18s ease;
  font-weight:500;
}

.top-info-link a:hover{
  background:#ffe8bf;
}

.top-info-badge{
  display:inline-block;
  margin-right:8px;
  padding:2px 7px;
  border-radius:999px;
  background:#ff0033;
  color:#fff;
  font-size:10px;
  font-weight:700;
  vertical-align:middle;
}

.highlight{
  color:#e60033;
  font-weight:700;
}

.top-info-link strong{
  font-weight:700;
  text-decoration:underline;
  text-underline-offset:3px;
}


/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1240px以下*/
@media screen and (max-width: 1240px){
  /*必要ならばここにコードを書く*/
}

/*1030px以下*/
@media screen and (max-width: 1030px){
  /*必要ならばここにコードを書く*/
}

/*768px以下*/
@media screen and (max-width: 768px){
  /*必要ならばここにコードを書く*/
	.prime-hero{
  padding:28px 20px;
  border-radius:22px;
}

.prime-catch{
  font-size:26px;
  line-height:1.45;
}

.prime-desc{
  font-size:14px;
  line-height:1.9;
}

.prime-btn{
  font-size:18px;
  padding:18px 18px;
}
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
	.top-info-link{
  font-size:13px;
}

.top-info-link a{
  padding:11px 10px;
}
}
