@charset "UTF-8";

/******************************************************************************
* 共通
*******************************************************************************/
:root {
	--base-color: #21307e;
	--text-color: #1a1a1a;
	--graytext-color: #bebebe;
	--gray-btn:#adadad;
	--red-text: #ef0000;
}
* {
	padding: 0;
	margin: 0;
	font-size: 4vw;
	font-family: 'Noto Sans JP', sans-serif;
	box-sizing: border-box;
	background-color: transparent;
	color: var(--text-color);
	font-weight: 300;
}
::placeholder {
	color: var(--graytext-color);
}
section#load {
	position: fixed;
	inset: 0;
	width: 100vw;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	z-index: 30;
}
main {
	/*height: 100dvh;
	overflow-y: auto;*/
	height: auto;
	margin: 2.5em 9vw;
}
label {
	font-size: 3.5vw;
}
h1 {
	font-family: 'Poppins', sans-serif;
	background-color: transparent;
	color: var(--base-color);
	text-align: center;
	font-size: 4em;
	font-weight: 500;
	letter-spacing: 6px;
}
section {
	text-align: left;
	padding-bottom: 2em;
	/*
	text-align: left;
	text-align-last: left;
	*/
}
sup{
	font-size: 3vw;
}
/* 画像 */
.login_main_img {
	width: 40vw;
	margin-bottom: 1em;
}
/* タイトル */
.h2 {
	font-size: 4vw;
    text-align-last: left;
    font-weight: bold;
}
.after {
	margin-top: 0.5em;
}
/* 入力系 */
input {
	color: #666666;
	border: none;
	height: auto;
	padding: 0;
	width: auto;
}
label.require,
.co_red {
	color: var(--red-text);
}
/* 色 */
.wcolor {
	color: #fff;
}
/* ボタン */
input[type=button] {
	width: 100%;
	color: #fff;
	font-weight: 400;
	/* background: linear-gradient(0deg, #414e90 0%, var(--base-color) 30%, #414e90 100%); */
	background: linear-gradient(0deg, #1a1a1a 0%, #1a1a1a 30%, #1a1a1a 100%);
	/* border: 1px var(--base-color) solid; */
	border: 1px #1a1a1a solid;
	border-radius: 25px;
	height: 10vw;
	text-align-last: center;
}
input[type=button].button_back {
	background: linear-gradient(0deg, #ccc 0%, #999 30%, #e1e1e1 100%);
	border: 1px #e1e1e1 solid;
}
input[type=button].disable {
	background: var(--gray-btn);
	border: 1px var(--gray-btn) solid;
}

/* POP */
#popMaster {
	background-color: white;
    display: flex;
	text-align: center;
	position: fixed;
	z-index: 9999;
    inset: 0;
}
#popBox {
    border: solid 1px #bebebe;
    box-shadow: 3px 3px 5px #ccc;
    border-radius: 10px;
    width: 90%;
    margin: auto;
    padding: 10px;
}
#popTitle {
  padding: 5vw 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 4vw;
}
#popMaster>hr {
	margin: 0 5vw;
	border-color: #c9c9c9;
	border-width: 1vw 0 0 0;
	border-style: solid;
}
#popBody {
	margin: 0vw 5vw 0 5vw;
	text-align: center;
	font-size: 4vw;
	word-break: break-all;
}
#popButton {
  color: white;
  border-radius: 10px;
  margin: 5vw;
  background-color: #1a1a1a;
  height: 13vw;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 5vw;
}
*::-webkit-scrollbar{
  display:none;
}

/* POP */
#popRule {
    background-color: white;
    display: flex;
    text-align: center;
    position: fixed;
    z-index: 9999;
    inset: 0;
}
#popRuleBox {
    border: solid 1px #bebebe;
    box-shadow: 3px 3px 5px #ccc;
    border-radius: 10px;
    width: 90%;
    height: 90%;
    margin: auto;
    padding: 10px;
}
#popRule>hr {
    margin: 0 5vw;
    border-color: #c9c9c9;
    border-width: 1vw 0 0 0;
    border-style: solid;
}
#popRuleBody {
    margin: 0vw 5vw 0 5vw;
    text-align: center;
    font-size: 4vw;
    height: 85%;
}
#popRuleBody iframe {
    width: 100%;
    height: 100%;
}

#popRuleButton {
    margin: 5vw 5vw 0 5vw;
}
#popRuleButton button {
    color: white;
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    -webkit-appearance: none;
    /* font-size: 4vw; */
    border-radius: 10px;
    /* margin: 5vw; */
    background-color: #1a1a1a;
    height: 8%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* font-weight: 500; */
    /* font-size: 5vw; */
    width: 100%;
}
/* POP */
#popModal {
	background-color: white;
    display: flex;
	text-align: center;
	position: fixed;
	z-index: 9999;
    inset: 0;
}
#popModalBox {
    border: solid 1px #bebebe;
    box-shadow: 3px 3px 5px #ccc;
    border-radius: 10px;
    width: 90%;
    margin: auto;
    padding: 10px;
}
#popModalTitle {
  padding: 5vw 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 4vw;
}
#popModal>hr {
	margin: 0 5vw;
	border-color: #c9c9c9;
	border-width: 1vw 0 0 0;
	border-style: solid;
}
#popModalBody {
	margin: 0vw 5vw 0 5vw;
	text-align: center;
	font-size: 4vw;
}
#popModalBody>p{
	font-size: 3.5vw;
	text-align: left;
}
#popModalButton {
	margin: 5vw 2vh;
    background-color: #fff;
    font-weight: 500;
    font-size: 5vw;
}
#nega {
	width: 80%;
    /* height: 13vw; */
    display: block;
    margin: 2vh auto 0vh;
    text-align-last: center;
    font-size: 4vw;
    font-weight: 500;
	border: none;
}
#posi,
#posi_hidden {
	width: 80%;
	height: 13vw;
	display: block;
	margin: 0 auto;
	color: #fff;
	background-color: var(--text-color);
	border-radius: 25px;
	text-align-last: center;
	font-size: 4vw;
	font-weight: 400;
	border: none;
}
.caution {
    max-height: 80dvh;
    overflow-y: scroll;
}
.confirmation-layout {
	font-size: 4vw;
    font-weight: bold;
    color: var(--base-color);
}
.input-chk-msg {
	margin-top: 2vw;
	margin-left: 1rem;
}
.input-chk-msg p{
	text-align: start;
	font-size: 4vw;
}
.input-chk-msg .grid{
	display: grid;
	grid-template-columns: auto 1fr;
	grid-template-rows: 1fr 1fr;
}
.input-chk-msg .grid .second{
	grid-column: 2/3;
	grid-row: 2/3;
}

/******************************************************************************
* 画面個別
*******************************************************************************/
/* footer {
} */
/* 顧客情報アイコン */
.login_marker_icon {
	width: 15%;
	margin: 0;
}

.login-msg {
	margin-top: 12%;
}

/* 入力ボックス */
input.inputbox,
input.inputboxtel,
#ctelno, #ctelno_new,
input.inputboxradio,
select.inputbox {
	background-color: #fff;
	border: #666 1px solid;
	border-radius: 8px;
	height: 9vw;
	margin: 1vw 0;
	font-size: 5vw;
	color: var(--text-color);
	/* box-shadow: 0px 4px 6px -3px #999 inset;*/
}
input.inputbox {
	width: 100%;
	padding-left: 4%;
}
input.inputboxtel,
#ctelno, #ctelno_new {
	width: 100%;
	padding-left: 4%;
}
input.inputboxradio {
	margin: 2vw 5px;
	font-size: 5vw;
	color: #1a1a1a;
}
select.inputbox {
	color: #1a1a1a;
	width: 85%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" fill="%231a1a1a"><polygon points="0,0 100,0 50,50"/></svg>');
	background-repeat: no-repeat;
	background-position: right 5vw top 3vw;
	background-size: 8vw 8vw;
	padding-right: 8vw;  /*アイコンのスペースを確保 */
}
input.inputboxpin {
    border: none;
    width: 75%;
    text-align: center;
    font-size: 9vw;
    border-bottom: 3px solid #cccccc;
    letter-spacing: 0.1em;
}
.msg,
.msg * {
	font-size: 1.0em;
	font-weight: 300;
	/* font-family: 'Sawarabi Gothic', sans-serif; */
}
.year-msg{
	font-size: 3.5vw;
	font-weight: 500;
	margin-left: .5rem;
	/* margin-top: -0.5rem; */
	color: var(--base-color);
}
/* 間隔 */
.before {
    text-align: center;
    padding-bottom: 0.3em;
}
.before > p {
	font-size: 0.8em;
}
.after {
	margin-top: 1em;
}
.left {
	text-align: left;
	margin-left: 1em;
}
.pin_matome {
	border-radius: 5px;
	border: 2px solid #fff;
	/* margin: 1vh 2vh; */
	padding-bottom: 1vh;
	text-align: center;
}
.login_main_img {
	width: 40vw;
	margin-bottom: 1em;
}
.login_pin_saiso {
	background: linear-gradient(0deg, #fff 0%, #fff 30%, #fff 100%) !important;
    /* border: 1px var(--base-color) solid !important; */
    color: #000 !important;
}
.login_sms_info {
	background: linear-gradient(0deg, #fff 0%, #fff 30%, #fff 100%) !important;
	border: 1px #fff solid !important;
	color: red !important;
	margin-top: 8vw;
	background: #fff;
	text-decoration: underline;
}
label.require {
	color: red;
}
#suggestions {
    display: none;
    border: 1px solid #666; /* 入力ボックスと同じボーダー色 */
    position: absolute;
    width: calc(85% - 2px); /* 入力ボックスと同じ幅 - ボーダー分 */
    border-top: none; /* 上のボーダーは不要 */
    border-radius: 0 0 8px 8px; /* 上側は角丸なし */
    box-shadow: 0px 4px 6px -3px #999;
    background-color: #fff;
    margin-top: -2vw; /* 入力ボックスとの間隔を調整 */
    z-index: 1000; /* 他の要素より前に表示 */
}
.suggestion-item {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    text-align: left; /* 提案テキストは左寄せ */
    font-size: 4vw; /* 入力ボックスよりやや小さめのフォントサイズ */
}
.suggestion-item:hover {
    background-color: #f0f0f0;
}
.botton_area {
	margin-top: 1em;
}
/* チェックボックス */
.contentsterms {
	display: flex;
    align-items: center;
}
.allow_terms_line {
    cursor: pointer;
    text-decoration-line: underline;
    text-decoration-color: #000;
    text-decoration-style: solid;
    text-decoration-thickness: 1px;
}
.allow_terms {
    width: 5vw;
    height: 5vw;
}


/* 会員情報登録のcss */
input.inputboxtelnew, input.inputboxnm {
	background-color: #fff;
	border: #666 1px solid;
	border-radius: 8px;
	height: 9vw;
	margin: 1vw 0;
	font-size: 5vw;
	color: var(--text-color);
	/* box-shadow: 0px 4px 6px -3px #999 inset; */
	/* text-align: center; */
	width: 100%;
	padding-left: 5%;

}
/* input.inputboxnm {
	width: 95%;
} */
.input-text-addressdiv {
    background-color: #fff;
    border: #666 1px solid;
    border-radius: 8px;
    height: 9vw;
    /* margin: 2vw 0; */
    font-size: 5vw;
    color: var(--text-color);
    /* box-shadow: 0px 4px 6px -3px #999 inset; */
    /* text-align: center; */
    width: 100%;
    padding-left: 3%;
}
.contentssp {
	display: flex;
	align-items: center;
	gap: .5rem;
	/*
	justify-content: center;
	align-items: center;
	*/
}
/* .contentspc>div {
	height: 4em;
} */
ul#mailmagazine_chi {
    height: 2.5rem;
}
.flex {
	display: flex;
	align-items: center;
	gap: .5rem;
}
.wrapper:first-child{
	width: 30%;
}
.wrapper:last-child{
	width: 70%;
}
/* ラジオ */
li.inputArea {
	list-style: none;
	position: relative;
	text-align-last: left;
}
ul.chosing2 li {
	display: block;
	float: left;
	width: 32%;
	margin: 0% 1% 0% 0%;
	border: 1px solid #ccc;
	border-radius: 10px;
}
ul.chosing2 li label {
	display: block;
	width: auto;
	padding: 8% 5%;
	text-align: left;
	border-radius: 8px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	user-select: none;
}
.hightlight {
	background-color: #ffe932 !important;
}
/* メアド登録画面 */
.mail_next {
	border: none;
    background: #fff;
    color: #000;
}

/* メールアドレス促進画面 */
.mail #area-main {
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 40dvh;
}
.mail .contents {
	margin: 2vh auto 0;
}
.step{
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.step ul {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.step ul li {
	position: relative;
	list-style-type: none;
	text-align: center;
	width: 33.333%;
	color: #999999;
	font-size: 2.5vw;
	font-weight: 500;
	counter-increment: steps;
}
.step ul li:before {
	display: block;
	width: 2rem;
	height: 2rem;
	margin: auto auto .5rem;
	line-height: 2rem;
	font-size: 3vw;
	text-align: center;
	border-radius: 50%;
	background-color: var(--gray-btn);
	content: counter(steps);
	color: #FFF;
}
.step ul li:after {
	position: absolute;
	z-index: -1;
	top: 1rem;
	left: -50%;
	width: 100%;
	height: 2px;
	content: '';
	background-color: #F5F5F5;
}
.step ul li:first-child:after {
	content: none;
}
.step ul li.active,
.step ul li.complete {
	color: var(--text-color);
}
.step ul li.active:before,
.step ul li.complete:before {
	background-color: var(--text-color);
	color: #FFF;
}
.step ul li.active:after,
.step ul li.complete:after {
	background-color: var(--text-color);
}
.step .bold {
	font-weight: 700;
}
.mail h2 {
	font-weight: 600;
	/* margin-top: 4vh; */
	font-size: 4.5vw;
	text-align: center;
}
.mail p {
	margin-bottom: 2vh;
	font-weight: 500;
	text-transform: uppercase;
}
.checkmark {
	width: 1.5rem;
	vertical-align: middle;
	margin-right: .5rem;
}
/*
.mail .botton_area {
	margin-top: auto;
}
*/
.mail input[type=email] {
	background-color: #fff;
	border: #666 1px solid;
	border-radius: 8px;
	height: 9vw;
	margin: 2vw 0;
	font-size: 5vw;
	color: var(--text-color);
	box-shadow: 0px 4px 6px -3px #999 inset;
	width: 100%;
	padding-left: 5%;
}
/*
.mail .button_email {
	width: 80%;
	display: block;
	margin: auto;
	margin-top: 2vh;
	letter-spacing: .05rem;
	border-radius: 5rem;
}
*/
.mail .btn-text {
	background: none;
	border: none;
	color: var(--text-color);
	text-decoration: underline;
}

.thanks {
	padding: 5vh 0;
	text-align: center;
}

/* 文言 */
.explanation {
	font-size: 3vw;
}
.msg-title-ue {
	text-align: center;
}
.msg-title-ue > h2 {
	font-size: 4vw;
    font-weight: bold;
	margin-bottom: 2vh;
}
.h3 {
	background-color: #e1e0e0;
    font-size: 4vw;
    font-weight: bold;
    padding-top: 0.3em;
}
.chenge_e, .chenge_j {
	text-align: right;
}
.chenge_e span, .chenge_j span {
    font-size: 4vw;
    font-weight: bold;
}
.input-chk-msg-e {
    margin-top: 2vw;
}
.input-chk-msg-e p {
    text-align: start;
    font-size: 4vw;
}
.input-chk-msg-e .tel-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    margin-left: .5rem;
}
.input-chk-msg-e .birth-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    margin-left: .5rem;
}
.input-chk-msg-e .birth-grid .d-m-y{
    grid-column: 1/2;
    grid-row: 2/3;
    font-size: 3.5vw;
}
.input-chk-msg-e .birth-grid .second {
    grid-column: 2/3;
    grid-row: 2/3;
}

/******************************************************************************
* 画面個別（レスポンシブ）
*******************************************************************************/
@media screen and (min-width:840px){
	* {
		font-size: 28px;
	}
	body {
		width: 800px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 10px;
	}
	main {
		height: auto;
		overflow-y: auto;
		margin: 0;
		padding: 50px 15px;
	}
	sup{
		font-size: 24px;
	}
	/* タイトル */
	.h2 {
		font-size: 30px;
	}
	.h3 {
	    font-size: 25px;
	}
	/* 顧客情報アイコン */
	.login_marker_icon {
		width: 70px;
		margin: 0;
	}
	/* 入力ボックス */
	label {
		width: 30%;
		font-size: 28px;
		margin-right: 10px;
	}
	.before {
		padding-top: 15px;
		margin-bottom: 0;
	}
	.after {
		margin-top: 20px;
	}
	.contents {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.contentspc {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
	}
	.contentspc div {
		width: 100%;
	}
	.input-text {
		width: 100%;
	}
	.someAddressDiv {
		width: 70%;
	}
	input.inputbox, .input-text,
	#ctelno, 
	input.inputboxtel {
		height: auto;
		margin: 5px 0;
		padding: 5px;
		font-size: 30px;
		width: 70%;
		padding-left: 10px;
	}
	 #ctelno_new
	 {
		height: auto;
		margin: 5px 0;
		padding: 5px;
		font-size: 30px;
		width: 100%;
		padding-left: 10px;
	}
	#label_email{
		font-size: 28px;
	}
	ul.chosing2 li label input {
		color: #666666;
		border: none;
		height: 25px;
		padding: 5px;
		width: 10%;
	}
	div.disabled-type {
		border: none;
	    box-shadow: none;
	    margin-top: 5%;
	}
	/* チェックボックス */
	.contentsterms {
		justify-content: left;
		margin-top: 1%;
	}
	.allow_terms {
        width: 30px;
        height: 30px;
    }
	/* ボタン */
	input[type=button] {
		height: 65px;
	}
	.chenge_e span, .chenge_j span {
		font-size: 35px;
	}
	/* 説明文 */
	.explanation {
		font-size: 15px;
		width: 70%;
	}

	/* 画像 */
	.login_main_img {
		width: 45%;
		margin-bottom: 10px;
	}
	/* section#load {
		position: static;
	} */
	.before > p {
		font-size: 25px;
	}
	/* POP */
    #popbox {
        width: 700px;
    }
    #poptitle {
        font-size: inherit;
        padding: 40px 0;
    }
    #popbody {
        font-size: inherit;
    }
    #popButton {
        height: 100px;
        font-size: inherit;
        margin: 40px;
    }
	#popRuleButton {
		margin-top: 30px;
	}
	#popRuleButton button {
		font-size: 28px;
		height: 8%;
	}

	#popModalBox {
		width: 700px;
	}
	#popModalTitle {
        font-size: inherit;
        padding: 40px 0;
	}
	#popModalBody {
		font-size: inherit;
		margin: 0 40px;
	}
	#popModalBody>p{
		font-size: 29.4px;
		text-align: left;
	}
	#popModalButton {
		margin: 42px 16px;
		background-color: #fff;
		font-weight: 500;
		font-size: 5vw;
	}
	#nega {
		width: 80%;
		/* height: 100px; */
		display: block;
		margin: 16px auto 0vh;
		text-align-last: center;
		font-size: 34px;
		font-weight: 500;
		border: none;
	}
	#posi,
	#posi_hidden {
		width: 80%;
		height: 100px;
		display: block;
		margin: 0 auto;
		color: #fff;
		background-color: var(--text-color);
		border-radius: 25px;
		text-align-last: center;
		font-size: 30px;
		font-weight: 400;
		border: none;
	}
	.input-chk-msg{
		margin-top: 10px;
		margin-left: 10px;
	}
	.input-chk-msg p {
		font-size: 30px;
	}
	.input-chk-msg-e p {
		font-size: 30px;
	}
	.confirmation-layout{
		font-size: 32px;
	}
	.input-chk-msg-e .birth-grid .d-m-y{
		font-size: 30px;
	}

	/* 会員情報登録のcss STR */
	input.inputboxnm, input.inputboxtelnew {
		height: auto;
		margin: 0;
		margin-top: 0.2rem;
		padding: 5px;
		font-size: 30px;
		width: 100%;
		padding-left: 10px;
	}
	.someAddressDiv, .countryDiv {
		height: auto;
		margin: 0;
		font-size: 30px;
		text-align: center;
		width: auto;
		padding: 0px;
		width: 70%;
	}
	.input-text-addressdiv {
		height: auto;
	    margin: 0;
	    font-size: 30px;
	    text-align: left;
	    width: auto;
	    padding: 5px;
	    width: 100%;
	    padding-left: 10px;
	}
	/* 会員情報登録のcss END */

	.thanks {
		height: auto;
		overflow-y: auto;
		margin: 0;
		padding: 50px 15px;
	}
	.step ul {
		width: 70%;
	}
	.step ul li {
		font-size: 20px;
	}

	ul.chosing2 li label {
		padding: 8px 5px;
	}

	.msg-title-ue > h2 {
		font-size: 33px;
	}

	.favorite_chk {
		height: 30px;
		width: 30px;
	}

	input.inputboxpin {
		font-size: 65px;
        letter-spacing: 0.2em;
	}

	.step ul li:before {
		font-size: 28px;
	}
	.year-msg {
		font-size: 24px;
		width: 70%;
	}
	

}



/* 非表示のクラス */
.dNone {
	display: none;
}
.disable {
	background: var(--gray-btn) !important;
    border: 1px var(--gray-btn) solid !important;
}


/* ホテルゲストユーザー登録 */
.assist .get-text {
    padding-left: 1em;
    letter-spacing: 0.05rem;
}
 /* テーブル系 */
 .assist dl {
    border: 1px solid #000;
    margin: 1rem auto;
    width: 100%;
}

/*.assist dt {
    width: 90dvw;
}*/

.assist dt,
.assist dd {
    border: 0.05rem solid #a0a0a0;
    padding: .5rem 1rem;
}

 .assist dt {
    background-color: #dbdbdb;
    overflow-wrap: break-word;
    word-wrap: break-word;
    white-space: normal;
    font-weight: 700;
}

.assist dd {
   /* overflow-wrap : break-word; */
    /* word-break: break-all;
    font-weight: 500;*/
	font-size: 1.1rem;
}   

.assist .flex {
    display: flex;
    /* justify-content: space-between;*/
    align-items: flex-end; 
	gap: 1rem;
}
.assist #assist_phone_number {
	margin-bottom: .7rem;
	font-size: 1.2rem;
}

.assist .wrapper:first-child {
    width: 30%;
    height: 18vw;
}

.assist .wrapper:last-child {
    width: 70%;
    height: 18vw;
}

.assist .wrapper:first-child {
    height: 120px;
}

.assist .wrapper:last-child {
    height: 120px;
}
/* .assist #ctelno_new {
	width: auto;
} */
/* .assist .flex:last-child span {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
} */

.assist .hotel #popButton {
    color: inherit;
    background-color: inherit;
    flex-direction: column;
    gap: 10px;
    height: auto;
}

.assist .hotel #popButton button {
    background-color: #333;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
    font-weight: 500;
	width: 100%;
}
.assist .allow_terms {
	margin-right: 5px;
}
.assist #posi {
	width: 90%;
}