/****テキスト欄****/
.howtoplatinum-txt-common {
  margin: 25px;
  font-size: 15px;
}

/****テキスト欄 h3****/
.howtoplatinum-txt-common h3 {
  font-weight: 700;
  font-size: 17px;
  margin-bottom: -10px;
  margin-top: 30px;
  line-height: 25px;
}

/**強調リスト**/
.howtoplatinum-txt-common ul {
 padding: 10px 10px 20px 20px !important;
}

.howtoplatinum-txt-common ul > li {
  list-style-type: disc !important;
  line-height: 28px;
  font-size: 16px;
  font-weight: 700;
}

/**テキスト欄 強調**/
.howtoplatinum-txt-common span {
font-size: 16px;
font-weight: 700;
}

/**太字**/
.howtoplatinum-emphasis-text {
  font-size: 15px;
  font-weight: 700;
}

/**料金point**/
.howtoplatinum-ryokin-dt {
  font-size: 16px;
  font-weight: 700;
  margin: 5px 0;
}

.table {
  width: 100%;
  max-width: 100%;
  margin: 20px 0 10px;
}

.content_platinum {
  position: relative;
  background: url("/img/sp/0710.jpg") no-repeat;
  background-size: cover;
  width: 100%;
  height: 500px;
  padding: 20px 25px 15px;
  color: #fff;
  z-index: 2; /* テキストがオーバーレイの上に来るようにz-indexを設定 */
}

.content_platinum::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(78, 77, 77, 0.5); /* 半透明の黒 */
  z-index: 1; /* オーバーレイをテキストの下に配置 */
}

.content_platinum > * {
  position: relative;
  z-index: 3; /* テキストをオーバーレイの上に配置 */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); /* テキストに影を追加 */
}

  h2 {
    padding: 1rem 2rem;
    border-top: 4px solid #d8dcdc;
    border-right: 4px solid #666;
    border-bottom: 4px solid #333;
    border-left: 4px solid #868888;
    border-radius: 0;
    background-image: -webkit-linear-gradient(135deg, #ccc 0%, #868888 20%, #d8dcdc 34%, white 53%, #ccc 100%);
    background-image: linear-gradient(-45deg, #ccc 0%, #868888 20%, #d8dcdc 34%, white 53%, #ccc 100%);
  }
  

  
  a.btn-solid-silver {
    color: #000;
    border-top: 4px solid #d8dcdc;
    border-right: 4px solid #666;
    border-bottom: 4px solid #333;
    border-left: 4px solid #868888;
    border-radius: 0;
    background-image: -webkit-linear-gradient(135deg, #333 0%, #868888 20%, #d8dcdc 34%, white 53%, #666 100%);
    background-image: linear-gradient(-45deg, #333 0%, #868888 20%, #d8dcdc 34%, white 53%, #666 100%);
    text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
  }
  
  a.btn-solid-silver:hover {
    text-shadow: 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff;
  }

  a.btn-solid-gold {
    color: #b1921b;
    border-right: 4px solid #cea82c;
    border-bottom: 10px solid #987c1e;
    border-left: 4px solid #ffed8b;
    border-radius: 0;
    background: -webkit-gradient(linear, right top, left top, from(#ffd75b), color-stop(30%, #fff5a0), color-stop(40%, #fffabe), color-stop(50%, #ffffdb), color-stop(70%, #fff5a0), to(#fdd456));
    background: -webkit-linear-gradient(right, #ffd75b 0%, #fff5a0 30%, #fffabe 40%, #ffffdb 50%, #fff5a0 70%, #fdd456 100%);
    background: linear-gradient(-90deg, #ffd75b 0%, #fff5a0 30%, #fffabe 40%, #ffffdb 50%, #fff5a0 70%, #fdd456 100%);
    text-shadow: -1px -1px 1px #ffffd9;
  }
  
  a.btn-solid-gold:hover {
    margin-top: 3px;
  
    color: #b1921b;
    border-right: 4px solid #cea82c;
    border-bottom: 7px solid #987c1e;
    border-left: 4px solid #ffed8b;
  }

  
.hwtosmax-btn-cvr{
	width: 96%;
	padding: 0;
	margin:auto;

}

.hwtosmax-btn-cvr img{
	width: 100%;
	height: auto;
}




.howto-spmax-link{
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	background-color: #fff;
	color:#333;
	width:240px;
	height:50px;
	text-decoration: none;
	margin:40px auto 50px;
	border:1px solid #333;
}


*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

/*背景*/

.hwtosmax-reg-btn-wrap {
  margin: 20px;
}

a.btn-c {
  font-size: 1.8rem;

  position: relative;

  padding: 1.5rem 4rem 1.5rem 6rem;

  color: #000;
  border: 2px solid #000;
  border-radius: 100vh;
  background: #fff100;
  -webkit-box-shadow: 0 5px 0 #e6d900;
  box-shadow: 0 5px 0 #e6d900;
}

a.btn-c span {
  font-size: 1.3rem;
  line-height: 1.3;

  position: absolute;
  top: -10px;
  left: -20px;

  width: 64px;
  height: 64px;
  padding-top: 15px;

  -webkit-transition: all 0.3s;

  transition: all 0.3s;

  color: #000;
  border: 2px solid #000;
  border-radius: 50%;
  background: #fff;
}

a.btn-c span em {
  font-style: normal;

  color: #d20010;
}

a.btn-c small {
  font-weight: bold;
}

a.btn-c i {
  margin-right: 1rem;
}

a.btn-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);

  color: #000;
  background: #fff21a;
  -webkit-box-shadow: 0 2px 0 #e6d900;
  box-shadow: 0 2px 0 #e6d900;
}

a.btn-c:hover span {
  -webkit-transform: translate(0, -5px);
  transform: translate(0, -5px);
}

.tmp-center-posi{
  text-align:center;
}



/**** 22/0503追加 ****/

body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 15px;
  line-height: 1.6em;
  color: #333;
  background-color: #fff;
}

.swing-btn {
	transform-origin: center bottom;
  animation: metrohm 2s linear infinite;
  position: absolute;
  top: 375px;
  right: 20px;
  width: 130px;
  height: 125px;
  z-index: 4;
}



/** サイトリンクボタン **/
.site-reg-btn-fixed {
  position: fixed;
  bottom: 0;
  height: 90px;
  width: 100%;
  background-color: rgba(255,255,255,0.7);
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(2px);
  z-index: 9;
  box-shadow: -2px 0 6px rgb(23 55 128 / 10%);
  padding-bottom: env(safe-area-inset-bottom);
}

.site-reg-btn-fixed a {
display: flex;
position: relative;
justify-content: center;
align-items: center;
background-color: #343aee;
border-radius: 10px;
width: 310px;
height: 60px;
color: #fff;
margin: 4% auto;
}

.site-reg-btn-fixed-item01 {
width: 45%;
margin-left: 15px;
text-align: center;
font-size: 1.1em;
font-weight: bold;
letter-spacing: 1px;
}

.site-reg-btn-fixed-item02 {
width: 50%;
margin-left: 12px;
text-align: left;
font-size: 15px;
line-height: 1.4;
}

.site-reg-btn-fixed-item02 b{
color: #fff494;
font-size: 1.035em;
letter-spacing: 1px;
}

.dd-bannar-img{
	vertical-align: middle;
	width: 100%;
	margin: 5px auto 20px;
	border-radius: 5px;
    box-shadow: 1px 3px 3px rgb(204 204 204 / 90%);
}

.top-collabo-icon {
	position: absolute;
	content: '';
	background-image: url(/img/sp/202204_img_index_collabo.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 145px;
  height: 145px;
  right: 15px;
  top: 25px;
}

.top-main-icon {
	position: absolute;
	background-image: url(/img/sp/logo_supermax_02.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 130px;
  height: 28px;
  left: 15px;
  top: 15px;
}



/**記事枠**/
#web-max-sp .platinummax-dl-common .platinummax-dd-common {
  position: relative;
  background-color: #fff;
  color: #333;
  padding: 20px 15px;
  margin: -5px 5px 20px;
  top: -4px;
  z-index: 2;
  border-radius: 4px;
  font-size: 15px;
  line-height: 1.6em;
  -webkit-box-shadow: 1px 1px 2px #777777;
  box-shadow: 1px 1px 2px #777777;
}

#web-max-sp .platinummax-dl-common .platinummax-dt-common {
  color: #fff;
  background-color: #e60012;
  display: inline;
  padding: 6px 8px;
  border-radius: 4px;
  position: relative;
  font-size: 16px;
  z-index: 3;
  left: -1px;
  -webkit-box-shadow: 1px 1px 1px #330004;
  box-shadow: 1px 1px 1px #330004;
}

#web-max-sp .section-inner{
	padding: 10px 25px 30px;
}

.section-inner h3{
	font-size: 22px;
	font-weight: bold;
	margin: 10px 0 15px;
	line-height: 1.6em;
}

.section-inner-strong{
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.25em;
}



/** 画像系 **/
.section-content-block{
	display: inline-block;
	margin: 17px auto 23px;
}

.section-inner img{
	width: 100%;
	border-radius: 5px;
	margin: 10px auto;
  box-shadow: 1px 3px 3px rgb(204 204 204 / 90%);
}

.banner-wrap img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  margin: 10px auto;
}



/** 番組概要 **/
.platinummax-date-table{
	width: 100%;
	margin: 13px auto 20px;
	border: 2px solid #ccc;
}

.platinummax-date-table th{
	font-size: 1em;
  font-weight: bold;
  text-align: center;
  background: #ccc;
  padding: 8px;
  border-bottom: 1px solid #ccc;
}

.platinummax-date-table td:nth-child(odd){
	width: 32%;
	font-size: 0.933em;
	font-weight: bold;
  line-height: 1.35;
	padding: 7px 5px 7px 10px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.platinummax-date-table td:nth-child(even) {
	width: 65%;
  font-size: 0.887em;
  line-height: 1.45;
  padding: 7px 3px 7px 7px;
  border-bottom: 1px solid #ccc;
}

.platinummax-dd-common span{
	display: inline-block;
	font-size: 0.826em;
	padding: 8px 0 5px;
}


/** 吹き出しテーブル **/
.blowing-contents_table {
  width: 100%;
  margin: 10px auto 0;
  border: none;
}

.blowing-contents_container {
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
	margin: 10px 0;
}

.blowing-icon-cell {
  width: 80px;
  height: auto;
  margin-right: 5px;
}

.blowing-icon-cell img{
	box-shadow: none;
	margin: auto;
}

.blowing-text-cell {
	width: 70%;
	background: #eee;
	font-size: 0.933em;
	padding: 5px 7px 5px 8px;
	border-radius: 7px;
}

.contents-list-style{
	padding: 0 20px !important;
  margin: -20px 0 !important;
  line-height: 1em;
}

.contents-list-style li{
  list-style-type: circle!important;
  list-style-position: outside;
  font-weight: 700;
}

.pcmax-contents-style{
	background: #eee;
	padding: 7px 25px !important;
  margin: 15px 5px 15px 7px!important;
  line-height: 1.75em;
}

.pcmax-contents-style li{
  list-style-type: circle!important;
  list-style-position: outside;
  font-size: 1.067em;
  font-weight: 700;
}



/** 外部リンクバナー **/
.link-bannar-fig{
	text-align: center;
	font-size: 12px;
	margin-bottom: -25px;
}



/** h4スタイル **/
.content-introduction-tit {
	font-size: 1.1em;
	font-weight: 700;
	width: 80%;
	padding: 10px 0 5px;
	margin: 10px 0 0 0;
  border-bottom: 2px solid #e60012;
}



/** 料金表 **/
.platinummax-payment-table{
	width: 100%;
	margin: 13px auto 25px;
	border: 2px solid #ccc;
}

.platinummax-payment-table th{
	font-size: 1em;
  font-weight: bold;
  text-align: center;
	line-height: 1em;
  background: #ccc;
  padding: 8px;
  border-bottom: 1px solid #ccc;
	border-right: 1px solid #bbb;
}

.platinummax-payment-table td:nth-child(odd){
	background: #fff;
	width: 60%;
	font-size: 1em;
	font-weight: bold;
  line-height: 1.35;
	padding: 7px 5px 7px 10px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.platinummax-payment-table td:nth-child(even) {
	background: #fff;
  font-size: 1em;
  line-height: 1.45;
  padding: 7px 3px 7px 15px;
  border-bottom: 1px solid #ccc;
}

.platinummax-payment-table span{
	font-size: 12px;
}



/** ポイント追加テーブル **/
.payment-list-style{
	padding: 7px 10px 0 !important;
  margin: 10px 5px 0 !important;
  line-height: 1.75em;
}

.payment-list-style li{
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 1.067em;
  font-weight: 700;
}

.payment-list-img{
	width: 35px !important;
  box-shadow: none !important;
  margin: 10px !important;
}



/** ジャンルリスト **/
.genre-select-common{
  margin-bottom: 30px;
}

.genre-select-list {
	padding: 10px 10px 10px 20px;
}

.genre-select-list ul{
	font-size: 1em;
	font-weight: bold;
	list-style-position: inside;
}

.genre-select-list ol{
	list-style-type: none;
	font-size: 0.938em;
	font-weight: 400;
	margin: 3px 0;
}

.genre-select-list li {
  line-height: 2em;
  font-size: 1.067em;
}

.howtoplatinummax .main-banner{
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
	background-image: url(/img/sp/20220427_supermax_top_girl.webp);
	background-size: contain;
	background-repeat: no-repeat;
	width: 100%;
}


.howtoplatinummax .main-banner:before{
	content:"";
	display: block;
	padding-top: 136.27%;
}
