body {
    font-family:"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", sans-serif;
    font-size: 14px;
	font-weight: 500;
    line-height: 150%;
	border-top: 0px;
}

html{
	scroll-behavior: smooth;
}
#wrapper{
	margin: 0 auto ;
	max-width: 860px;
	width: 100%;
	padding: 0 22px 20px;
	box-sizing: border-box;
	overflow: hidden;
}

/* 宝塚
----------------------------------------*/
/*  Layout */
.hwrapper {
	max-width: 900px;
	margin: 0 auto;
}
/*  Header */

header#header {
	background: #fff;
	padding: 15px 0 15px ;
}
header#header .wrapper{
	max-width: 1200px;
}
header#header .wrapper #logo{
	max-width: 150px;
	
}

header#header .wrapper #logo + span{
	width: 100%;
	max-width: 400px;
}


@media screen and (max-width: 575.98px) {
header#header .wrapper #logo + span{
	width:calc( 100% - 130px); 
}
}
@media screen and (max-width: 767.98px) {
header#header .wrapper #logo{
	max-width: 100px;
}
	header#header .wrapper #logo + span{
		padding-right: 1rem;
	}
}
/*  Footer */
footer {
    background-color: #11974b;
    padding: 10px 0 100px;
    text-align: center;
	color: #fff;
}
footer p {
	color: #ffffff;
	font-size: 12px;
}
footer[role="contentinfo"] {
    margin-bottom: 0;
    padding: 8px 0!important;
    line-height: 1!important;
    background: #049849;
    color: #fff!important;
    text-align: center;
}

#mainContent img{
	width: 100%;
	height: auto!important;
	}
#mainContent .sp_only{
	display:none;
}

#mainContent .pc_only{
	display:block;
}
.gr{color: #8cd082; font-size: 16px; margin-right: 5px;}
.txt-resona{
    color: #00a6ba;
}

#mainContent .list-notes li{
    line-height: 19px;
    font-size: 12px;
    margin-bottom: 0 !important;
    padding-left: 1em;
    text-indent: -1em;
}

#mainContent .list-img2{
    display: inline-block;
	width: 100%;
    text-align: center;
    color: #FFFFFF;
    vertical-align: bottom;
}
#mainContent .list-img2 img{
	width: 100%;
	height: auto;
}

#mainContent .list-text2 {
    display: inline-block;
	width: 100%;
    vertical-align: bottom;
}
#mainContent .k_top {
    border-top: 1px solid #9f8a37;
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-right: 1px solid #9f8a37;
    border-left: 1px solid #9F8A37;
    margin-top: 15px;
}
#mainContent .k_bottom  {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 1px solid #9f8a37;
    border-right: 1px solid #9f8a37;
    border-left: 1px solid #9F8A37;
}
#mainContent .k_mid  {
    padding: 0 10px;
    border-right: 1px solid #9f8a37;
    border-left: 1px solid #9F8A37;
}

#mainContent .font-size-22{
	font-size:22px !important;
    font-weight: bold;
}
#mainContent .start img{
    text-align: center;
    display: block;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
	}
#mainContent .txt-resona {
    color: #00A6BA;
}

/*ついかぶん171117*/
.w100{
	display: block;
	text-align: center;
}
.w100 img{
	height: auto;
	display: block;
	width: 100%;
}

.mt10{
	margin-top: 10px;
}
.mt20{
	margin-top: 20px;
}
.mt30{
	margin-top: 30px;
}
.mr10{
	margin-right: 10px;
}
.font-size-12{
	font-size: 12px;
}

.font-size-14{
	font-size: 14px;
}


.font-size-16b{
	font-size: 16px;
    font-weight: bold;
}
#mainContent table {
    width: 70%;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 15px;
    color: #000000;
    text-align: center;
}

#mainContent .ticket-t td {
    padding: 10px;
    border: 1px solid #666666;
    background-color: #fff;
    text-align: center;
}

#mainContent .ticket-t th {
    width: 50%;
    background-color: #efecf5;
    padding: 10px;
    border: 1px solid #666666;
    font-weight: bold;
    text-align: center;
}
#main-contents .box01 {
    padding: 15px;
    border: 1px solid #FFFFFF;
    display: block;
    margin-top: 15px;
}
#main-contents .box01 a {
    color: #FFFFFF;
    text-decoration: underline;
}
#main-contents .info-box {
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    width: 70%;
    text-align: center;
    color: #000;
    display: block;
    background-color: #e5e5e5;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 10px;
	font-weight: bold;
}
#main-contents .info-box span {
    display: block;
    padding: 8px 0;
    background-color: #ab8879;
    margin-bottom: 8px;
    font-weight: bold;
	color: #fff;
}



@media (min-width: 721px) {
	
#mainContent .list-img2{
	width: 39% !important;
	}
#mainContent .list-text2 {
	width:60% !important;
	padding-right: 20px;
	box-sizing: border-box;
}
}

@media (max-width: 720px) {
* {-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box
  }
/*  Layout */
.hwrapper {
	width: 250px;
	margin: 0;
}
.blackbg {
    background-color: #000000;
}
#wrapper{
		max-width: 640px;
		box-sizing: border-box;
	}
	
	#container {
		width: 100%!important;
		height: auto;
		box-sizing: border-box;
		padding: 0px!important;
		background: #ffffff!important;
	}
	
	#container_inn {
		width: 100%!important;
		height: auto;
		box-sizing: border-box;
		padding: 0px!important;

	}
/*  Footer */
footer {
	background-color: #11974b;
	padding: 2.5vw 0 80px;
	text-align: center;
}
footer p {
	font-size: 3vw;
}	
#cnt .sp_only{
	display:block;
}

#cnt .pc_only{
	display:none;
}
	
#cnt .pc{
		display:none;
	}
#cnt .sp{
		display:block;
	}

#mainContent .list-text2 {
  width:100%;
	height:auto;
	display: block!important;
	box-sizing: border-box;
	padding: 5px 0 0;
}
#mainContent table {
    width: 95%;
    margin: 15px auto;
}
#main-contents .info-box {
    width: 95%;
	height: auto!important;
}	
}


@media (max-width: 720px) {
}
.tablebody{
	display: table;
}
.tabletr{
	display: table-row;
}
.tabletr > *{
	display: table-cell;
	padding-right: 1em;
}
a.bk{
	color: #000;
}

a.white{
	color: #fff;
}
a.green{
	color: #00995c;
	font-weight: 700;
}


.maxw-350 img{
	max-width: 350px;
}
.maxw-380 img{
	max-width: 380px;
}
.maxw-450 img{
	max-width: 450px;
}

.mx-auto{
	margin-left: auto;
	margin-right: auto;
}

.indent-1{
	display: inline-block;
	text-indent: -1em;
	margin-left: 1em;
}
.indent-1half{
	display: inline-block;
	text-indent: -1.3em;
	margin-left: 1.5em;
}
.indent-half{
	display: inline-block;
	text-indent: -0.5em;
}

ul.asterisk{
	list-style: none;
	padding: 0;
	font-size: 0.95em;
}
ul.asterisk li,
ul.caution_list li,
ul.circle li,
ul.square li,
ul.dot li,
ul.disc li{
	padding-left: 1.0em;
	line-height: 1.4em;
	list-style: none;
	position: relative;
		
/*	margin-bottom: 0.2em;*/
}
ul.asterisk > li:before,
ul.caution_list > li:before{
	content: '※';
	margin-right: 0.25em;
	position: absolute;
	left: 0;
}
ul.circle > li:before{
	content: '○';
	margin-left: -1.3em;
	margin-right: 0.25em
}
ul.dot > li:before{
	content: '・';
	margin-left: -1.3em;
	margin-right: 0.25em
}
ul.square > li:before{
	content: '■';
	margin-left: -1.3em;
	margin-right: 0.25em
}
ul.itemgreen > li:before{
	color: #009b63;
}

ul.circle{
	padding: 0;
}
ul.square li{
}

ol.number{
	margin-top: 0.5em;
	list-style: none;
	padding: 0;
}
ol.number li{
	list-style-type: decimal;
}
.white{color: #fff;
}
.yellow{color: #f6f204;
}

.red{color: #e60012;
}
.green{
	color: #0ca26c;
}
.txt-center{
	text-align:center;
}

.txt-red{
	color:#e10000;
}
.txt-mint{
    color: #69b6a7;
}

.txt-pink{
    color: #d77c8e;
}
.txt-purple, 
a.txt-purple{ 
	color: #a476aa !important;
	
}

.txt-l{
	font-size: 1.2em;
	line-height: 1.2em;
}
.txt-ll{
	font-size: 1.5em;
	line-height: 1.2em;
}
.txt-lll{
	font-size: 1.7em;
	line-height: 1.2em;
}
.txt-s{
	font-size: 0.9em;
}

.text-normal{
	font-weight: normal;
}
h3.ttl{
	font-weight: bold;
	
	
	font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
}
hr{
	display: block;
	margin: 1em auto;
	border-bottom: 1px solid #ab8879;
	color: transparent;
	background: transparent;
		
}

.bg-mint{
	background: #c4dfd8;
}

.bg-pink{
	background: #edc8cc;
}
.bg-purple{
	background: #cbbad6;
}



#eyecatch,
#eyecatch > div{
	vertical-align: bottom;
}


#bottom_btn{
	position: fixed;
	bottom: -100px;
	transition: .7s;
	z-index: 99;
	background: #ab8879;
	left: 0;
	right: 0;
	padding: 15px ;
}
#bottom_btn a{
	max-width: 450px;
	width: 100%;
	margin: 0 auto;
	display: block;
}
body{
	position: relative;
}
body:before{
	content: "";
	width: calc( 50vw - 470px);
	background: url("/static/cp/takarazuka2025/images/bg-l.png") repeat-y right;
	background-size: 500px;
	position: absolute;
	left: 0;
	bottom: 0;
	top: 0;
	z-index: -1;
}
body:after{
	content: "";
	width: calc( 50vw - 470px);
	background: url("/static/cp/takarazuka2025/images/bg-l.png") repeat-y right;
	background-size: 500px;
	position: absolute;
	transform: scale(-1, 1);
	right: 0;
	bottom: 0;
	top: 0;
	z-index: -1;
}


/*ACORDION*/

.accordion {
}
.accordion .toggle {
display: none;
}
.accordion{
position: relative;
margin-bottom: 1em;
}
.accordion label.ttl{
padding: 0.5em 0;
display: block;
font-weight: bold;
padding-right:30px;
color: #a476aa;
	border-bottom: 1px solid #a476aa;
}


.accordion label.ttl,
.accordion .ctt {
transform: translateZ(0);
transition:  .8s;
}
label.ttl {
}

.ctt {
height: auto;
max-height: 0;
	
}
.ctt .inbox{
opacity: 0;
transition: .2s;
transition-delay: .3s;
padding: 1rem 0;
}
label.ttl + .ctt {
	max-height: 0;
	overflow: hidden;
}
.toggle:checked + label.ttl + .ctt {
max-height:300vh;
}
.toggle:checked + label.ttl + .ctt .inbox {
	opacity: 1;
}



.btnCirclePlus::before, .btnCirclePlus::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3.8666666667vw;
  width: 3.0666666667vw;
  height: 0.6666666667vw;
  margin: auto;
  background-color: #fff;
  z-index: 1;
}

.btnCirclePlus .btnCircle {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2.4vw;
  width: 6.1333333333vw;
  height: 6.1333333333vw;
  margin: auto;
  background-color:#a476aa;
  border-radius: 50%;
}


@media (min-width: 768px){
	
.accordion label.ttl{
padding-right:50px;
}
.btnCirclePlus .btnCircle {
  right: 0;
  width: 28px;
  height: 28px;
}

.btnCirclePlus::before, .btnCirclePlus::after {
  right: 7px;
  width: 14px;
  height: 3px;
}
}
label.ttl.btnCirclePlus::after{
	transition: .3s;
	transform: rotate(-90deg);
}

.toggle:checked + label.ttl.btnCirclePlus::after{
	transform: rotate(0);
}
#cta{
	bottom: -120%;
	position: fixed;
	left: 0;
	right: 0;
	z-index: 999;
	background: #a476aa;
	padding: 15px 6% 0;
	box-sizing: border-box;
	transition: .5s;
}


#cta.fixed{
	bottom: 0;
}

#cta a.w100{
	max-width: 400px;
	margin: 0 auto 1rem; 
}


#pageTop{
position: fixed;
z-index: 1001;
bottom: -60px;
opacity: 0;
right: 20px;
transition: .5s;
}
#pageTop.fixed{
bottom: 6rem;
opacity: 1;
}
#pageTop a{
	display: block;
	width: 40px;
	height: 40px;
}

@media screen and (max-width: 575.98px) {
#pageTop.fixed{
bottom: 5rem;
}
}


/*MODAAL*/
.modaal-container {
  background-color: transparent;
}
.modaal-content-container {
  padding: 0;
}

.modal_base {
  display: none;
}

.modal_inner {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 0 20px;
	font-size: 0.95em;
	line-height: 1.45em;
}

@media (min-width: 900px) {
  .modal_inner {
    padding: 0 30px;
  }
.pt-md-50 {
    padding-top: 50px;
	}
.fz-md-20 {
    font-size: 1.4em;
}	
.mt-md-35 {
    margin-top: 35px;
}	
}
.modal_inner .gray_inner {
  padding: 15px;
  background-color: #f5f5f5;
  border-radius: 10px;
}
@media (min-width: 900px) {
  .modal_inner .gray_inner {
    padding: 30px 10px;
  }
}
.modal_inner .green_bd {
  padding: 25px;
  box-sizing: border-box;
  border: 2px #009e50 solid;
  border-radius: 10px;
  height: 100%;
}
@media (min-width: 768px) {
  .modal_inner .green_bd {
    padding: 40px;
  }
}
.modal_inner .green_bd .step_ttl {
  padding: 0.5em 1.0em;
  background-color: #009e50;
  color: #ffffff;
  border-radius: 100px;
  display: inline-block;
  font-weight: 700;
}
@media all and (-ms-high-contrast: none) {
  .modal_inner .green_bd .step_ttl {
    padding: 0.7em 1.0em 0.3em;
  }
}
.modal_inner .green_bd.type02 {
  border-radius: 0 0 10px 10px;
}

.modal_ttl {
  font-size: 1.7em;
  color: #009e50;
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 900px) {
  .modal_ttl {
    font-size: 2.1em;
  }
}
.modal_ttl:before {
  content: "";
  display: block;
  width: 1.6em;
  height: 1.6em;
  margin-right: 0.5em;
}
@media all and (-ms-high-contrast: none) {
  .modal_ttl p span {
    margin-top: 0.2em;
    margin-bottom: -0.2em;
    display: block;
  }
}
.modal_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  border-radius: 10px;
  margin-top: 15px;
  position: relative;
}
.modal_btn:after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -6px;
}
.modal_btn span {
  color: #ffffff;
  font-size: 1.15em;
  font-weight: 700;
}
@media (min-width: 900px) {
  .modal_btn span {
    font-size: 1.15em;
  }
}
@media all and (-ms-high-contrast: none) {
  .modal_btn span {
    margin-top: 0.2em;
    margin-bottom: -0.2em;
    display: block;
  }
}
.modaal-content-container{
	padding: 0 !important;
}
#tabB01{
	padding: clamp(1rem, 0.412rem + 2.94vw, 2.25rem);
}


#tabB01 img {
  max-width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.secureDecTtl01 {
font-size: clamp(1.25rem, 0.977rem + 1.36vw, 2rem);
	font-weight: bold;
color: #3c3c3c;
}

.secureDecTtl01 > span::after {
  right: 0;
  -webkit-transform: rotate(28deg);
  transform: rotate(28deg);
}
.secureDecTtl01 > span {
  display: inline-block;
  position: relative;
  padding: 0 30px;
}
.secureDecTtl01 > span::before {
  left: 0;
  -webkit-transform: rotate(-28deg);
  transform: rotate(-28deg);
}

.layoutColumnA3_1{}
.blockInnerB05{
	text-align: center;
}


.secureDecTtl01 > span::before, .secureDecTtl01 > span::after {
  position: absolute;
  top: 50%;
  display: inline-block;
  margin-top: -0.58em;
  width: 0.12em;
  height: 1.16em;
  content: "";
  background: #3c3c3c;
}


.blockInnerB05 > * {
  margin-top: 30px;
}

a.btnT03:hover {
  background-position: left center;
}
.btnT01, .btnT02, .btnT03 {
  display: inline-block;
  margin-bottom: 16px;
  padding: 15px 10px 16px;
    padding-top: 15px;
    padding-bottom: 16px;
    padding-left: 10px;
  font-weight: bold;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  box-shadow: rgba(0, 0, 0, 0.0980392) 0px 8px 2px -5px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.0980392) 0px 8px 2px -5px;
  -moz-box-shadow: rgba(0, 0, 0, 0.0980392) 0px 8px 2px -5px;
  line-height: 1.444;
  font-size: 1.125em;
}
.btnT03 {
  padding-top: 16px;
  padding-bottom: 17px;
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  -ms-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
  background: #faab00;
    background-position-x: 0%;
    background-position-y: 0%;
    background-image: none;
    background-size: auto;
  background-image: linear-gradient(to right, #ffb513 0%, #ffb513 51%, #faab00 63.5%, #e88504 100%);
  background-size: 200% auto;
  background-position: right center;
}
[class^="btnT"]:hover {
  text-decoration: none !important;
}

.btnWFull {
  display: block;
  position: relative;
  text-align: center;
}

.alignMiddle > * {
  display: table-cell;
  vertical-align: middle;
}
.secureBorderBlock01 .secureLogoImg01 {
  width: 162px;
}
.secureBorderBlock01 .secureLogoImg02 {
  width: 262px;
}
.secureBorderBlock01 .secureLogoImg03 {
  width: 153px;
}
.boxBlock01 {
  padding: 40px 30px;
  background: #fff;
  border: 1px solid #eaeaea;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.blockInnerB05 a{
	color: #fff;
	text-decoration: none;
}
img.secureLogoImg01{
	margin: 0 auto;
}


#takarazuka_tokuteishoutorihiki {
	padding: 30px;
}
#takarazuka_tokuteishoutorihiki table {
    width: 100%;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 15px;
    text-align: left;
	font-size: 14px;
	line-height: 160%;
}

#takarazuka_tokuteishoutorihiki .tokutei-t th {
  width: 32%;
  padding: 5px 0;
  font-weight: bold;
}

#takarazuka_tokuteishoutorihiki .font-size-22 {
  font-size: 22px !important;
  font-weight: bold;
}


.mt30 {
  margin-top: 30px !important;
}

.fsSmall {
  font-size: 0.89em !important;
  line-height: 1.63;
}
.listMemo01 > li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.modaal_close {
  display: block;
  position: relative;
  margin: 0;
  padding: 18px 15px 10px;
  box-shadow: 0 -1px 3px #e6e6e6;
  z-index: 100;
font-size: 18px;
	text-align: center;
}

.modaal_close > .btnT01.glyphClose {
  padding-left: 64px;
  padding-right: 64px;
}
.btnT01 {
  border: 1px solid #d3d3d3;
  background: #fff;
  display: inline-block;
  margin-bottom: 16px;
  padding: 15px 10px 16px;
  font-weight: bold;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  box-shadow: rgba(0, 0, 0, 0.0980392) 0px 8px 2px -5px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.0980392) 0px 8px 2px -5px;
  -moz-box-shadow: rgba(0, 0, 0, 0.0980392) 0px 8px 2px -5px;
  line-height: 1.444;
  font-size: 1.125em;
}


[class^="btnT"][class*=" glyph"] > span{
	padding-left: 0 !important;
}
.btnT01 > span::after {
  position: absolute;
  top: 50%;
  left: auto;
  right: 15px;
  margin-top: -0.5em;
  padding-left: 0;
  line-height: 1;
}

.btnT01 > span::before{
top: 50%;
left: 15px;
margin-top: -0.5em;
line-height: 1;
content: "\e900";
color: #999;
font-family: 'icon_type2018';
}
@media screen and (max-width: 720px) {
	#takarazuka_tokuteishoutorihiki{
		padding: 15px;
	}
#takarazuka_tokuteishoutorihiki .tokutei-t th,
#takarazuka_tokuteishoutorihiki .tokutei-t td{
  width: 100%;
  display: block;
}
}
@media screen and (max-width: 575.98px) {
	.btnT01 {
		padding: 8px 14px !important;
		display: block;
		font-size: 16px;
	}
}



.tweak01:before{
		color:#e10000;
}

.kouennaiyou_inbox{
	border:1px solid #9c78ac;
	background:#efecf5;
	padding: 1em;
}
#kouennaiyou .ttl{
	font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
}
.tweak02{
	margin-bottom: 3%;
}


.tweak03{
	padding:1em;
	border: 1px solid #000;
}
.tweak04{
	justify-content: space-between;
	margin-left: 0 !important;
	margin-right: 0 !important;
	border-left: 1px solid #8fc8bd;
	border-right: 1px solid #8fc8bd;
	border-bottom: 1px solid #8fc8bd;
	position: relative;
}
.tweak04 > div:first-child:after{
	content: "";
	display: block;
	background: #8fc8bd;
	overflow: hidden;
	width: 1px;
	height: calc( 100% - 2em) ;
	position: absolute;
	right: 0;
	bottom: 1.0em;
}

@media screen and (max-width: 575.98px) {
.tweak04 > div:first-child:after{
	height: 1px ;
	width:auto;
	left: 1.0em;
	right: 1.0em;
	bottom: 0;
		
	}
}

.tweak06{

	font-size: 0.9em;
}
.tweak07{
	display: inline-block;
	width: 14.5em;
}
@media (max-width: 720px) {
	.tweak05{
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
		display: block;
		margin-bottom: 1em;
	}
}

.tweak08{position: relative;
}
.tweak08 > span{
	position: absolute;
	top: 0;
	left: 0;
}

.tweak10 > span{
	padding-left: 0;
	padding-right: 0;
}
.tweak10 > span {
	position: relative;
	font-size: clamp(1rem, 0.794rem + 1.03vw, 1.438rem);
}
.tweak10 .lead{
font-feature-settings: "palt";
padding: 0 0.75em 0;
color: #e60012;
}

.tweak10 > span span:nth-child(n+2){
	font-size: 1rem;
}

.tweak10 .lead{
text-align: left;
font-size: clamp(1rem, 0.794rem + 1.03vw, 1.438rem);
font-weight: bold;
line-height: 1.7;
font-feature-settings: "palt";
}
.tweak10 .lead > span{

background: linear-gradient(transparent 90%, #e60012 0%);
display: inline;
padding: 0 0 0;
}

.tweak10 > span:before,
.tweak10 > span:after{
position: absolute;
  top: 0;
  display: inline-block;
  width: 0.16em;
  height: 2em;
	border-radius: 1px;
  content: "";
  background: #e60012;
	transform: translateY( -50%);
}

.tweak10 > span:before{
	transform: rotate(-28deg);
	left: -0.3em;
}
.tweak10 > span:after{
	transform: rotate(28deg);
	right: -0.3em;
}
.tweak11{
background: linear-gradient(transparent 90%, #e60012 0%);
}

@media screen and (max-width: 399.98px) {
.tweak10 > span span:nth-child(n+2){
	font-size:calc( (100vw - 50px - 32px) / 100 * 5.1) ;
}
.tweak10 .lead{
/*	font-size:calc( (100vw - 50px - 32px) / 100 * 5.2) ;*/
	font-size:calc( (100vw - 50px - 32px) / 100 * 5.5) ;
}
.tweak10 .lead br{
display: inline !important;
}
.tweak10 > span:before,
.tweak10 > span:after{
	top:1.5em !important;
	}
}


#footer{
	padding-bottom: 10px;
}