
.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 .supermax-dl-common .supermax-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 .supermax-dl-common .supermax-dt-common {
  color: #fff;
  background-color: #e60012;
  display: inline;
  padding: 6px 8px;
  border-radius: 4px;
  position: relative;
  font-size: 16px;
  z-index: 3;
  left: -10px;
  -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;
}



/** 番組概要 **/
.supermax-date-table{
	width: 100%;
	margin: 13px auto 20px;
	border: 2px solid #ccc;
}

.supermax-date-table th{
	font-size: 1em;
  font-weight: bold;
  text-align: center;
  background: #ccc;
  padding: 8px;
  border-bottom: 1px solid #ccc;
}

.supermax-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;
}

.supermax-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;
}

.supermax-dd-common span{
	display: inline-block;
	font-size: 0.826em;
	padding: 8px 0 5px;
}



/****アコーディオン****/
input[type="checkbox"].supermax-accordion-check{
	display: none;
}

.supermax-accordion-label{
	display: flex;
	position: relative;
	align-items: center;
	justify-content: space-around;
	background: #343aee;
	color: #fff;
	box-shadow: 1px 3px 3px rgb(204 204 204 / 90%);
	font-size: 1.067em;
	font-weight: 700;
	letter-spacing: 4px;
	width: 100%;
	padding: 10px;
	margin: 15px auto 5px;
	border-radius: 50vw;
}

.supermax-accordion-label:after {
	position: absolute;
	content: '';
	display: inline-block;
	background-image: url('/img/sp/white-arrow-icon_dw.png');
	background-repeat: no-repeat;
	padding: 8px 18px;
	vertical-align: middle;
	background-size: contain;
	right: 0;
}

.accordion-label-icon {
	display: inline-block;
	width: 15%;
	height: auto;
	margin-right: 10px;
	margin-top: -2px;
}

.supermax-accordion-content{
	white-space: pre-line;
	opacity: 0;
	width: 100%;
	height: 0;
	margin: auto;
}

.supermax-accordion-content ol{
	line-height: 1.4em;
	margin: -8px 5px -10px -9px;
	padding-right: 5px;
}

.supermax-accordion-content li{
	padding: 0 5px;
}

.supermax-accordion-check:checked + .supermax-accordion-label:after{
	content: '';
	background-image: url('/img/sp/white-arrow-icon_dw.png');
	background-repeat: no-repeat;
	transform: rotateX(180deg);
	vertical-align: middle;
	background-size: contain;
}

.supermax-accordion-check:checked + .supermax-accordion-label + .supermax-accordion-content{
	position: relative;
	width:100%;
	height: fit-content;
	opacity: 1;
	padding: 7px 15px 0;
	visibility: visible;
}

.supermax-accordion-content span{
	display: inline-block;
	width: 100%;
	font-size: 17px;
	font-weight: 700;
	border-bottom: solid 1px #7d7d7d;
	padding: 0 8px 3px;
}

.supermax-accordion-content a{
	position: relative;
	z-index: 0;
}



/** 吹き出しテーブル **/
.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;
}



/** 料金表 **/
.supermax-payment-table{
	width: 100%;
	margin: 13px auto 25px;
	border: 2px solid #ccc;
}

.supermax-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;
}

.supermax-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;
}

.supermax-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;
}

.supermax-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;
}

.howtosupermax .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%;
}


.howtosupermax .main-banner:before{
	content:"";
	display: block;
	padding-top: 136.27%;
}

