@charset "UTF-8";

/*topS*/
.tmain .fvvideo{
	margin-bottom: 25%;
	width: 100%;
}
.fvvideo .mv{
	position: relative;
}
.fvvideo .mv:before {
	content: "";
	display: block;
	font-size: 0;
	padding-top: 178vw;
}
.tmain video {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	margin-top: -5vw;
}
/*
.tmain video{
}
*/
.fvvideo img {
  margin: 15% auto 7%;
  width: 45%;
  display: block;
}
.tmain .msg {
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	font-size: 3.2vw;
	text-align: center;
	line-height: 2.5;
	letter-spacing: 1px;
	overflow: hidden;
	height: 60vw;
}
.tmain .msg div {
  position: relative;
	opacity : 0;
	transform : translate(0, 5vw);
	transition : all 2s;
	}
/*
.tmain .msg div {
  position: relative;
	bottom: -100%;
	opacity: 0;
	transition: opacity 3s;
}
*/
.tmain .msg.active div {
	opacity : 1;
	transform : translate(0, 0);
	color: #666;
	}
/*
	.tmain .msg.active div {
  animation: fademsg 5s ease-out forwards;
	opacity: 1!important;
	color: #666;
	bottom: 0;
}
@keyframes fademsg {
  from {bottom: -100%;}
  to { bottom: 0;}
}
*/
.scrolldn{
	position: absolute;
	bottom: -6%;
	right: 50%;
	animation: arrowmove 2s ease-in-out infinite;
}
/*下からの距離が変化して全体が下→上→下に動く*/
@keyframes arrowmove{
	0%{bottom: -6%;}
	50%{bottom: -5%;}
	100%{bottom: -6%;}
}
.scrolldn span{
	position: absolute;
	left: -5vw;
	bottom: 3vw;
	color: #999;
	font-size: 2vw;
	letter-spacing: 0.05em;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}
.scrolldn:before {
	content: "";
	position: absolute;
	bottom: 0;
	right: -1.5vw;
	width: .3vw;
	height: 5vw;
	background: #999;
	transform: skewX(-31deg);
}
.scrolldn:after{
	content:"";
	position: absolute;
	bottom:0;
	right:0;
	width:.2vw;
	height: 12vw;
	background:#999;
}


.tmain a{
	color: var(--BlacK);
	text-decoration: none;
}
.tmain section{
	margin: 5% auto 15%;
}
.tmain .titem a:hover{
	opacity: 0.8;
}
.tmain .tit{
	margin: 0 auto;
	padding: 3% 4.5%;
	background: #e1e1e1;
}
.tmain .tinfo .tit{
	color: #999;
	background: none;
}
.tmain .tit.fle{
	align-items: flex-end;
}
.tmain h2{
	font-family: var(--Fns),var(--Fyg),var(--Fip),sans-serif;
	font-size: 5vw;
	letter-spacing: .2vw;
	line-height: 1;
}
/*
.tmain h2:first-letter {
	font-size: 8vw;
	font-style: italic;
}
*/
.tmain .tit a{
	color: #666;
	text-decoration: none;
}
.tmain .tinfo .tit a{
	color: #999;
}
.tmain .tinfo ul li{
	padding-bottom: 10%;
}
.tmain .tinfo ul li:last-of-type{
	padding-bottom: 0;
}
.tmain .tinfo dl{
	width: 90%;
	margin: 0 auto;
	padding-top: 1%;
}
.tmain .tinfo h3{
	font-weight: bold;
}
.tmain .tinfo dd{
	word-break: break-all;
}
.tmain .infolink {
  background: #999;
  width: 30%;
  padding: 2% 2% 1.5%;
  border-radius: 50vw;
  margin: auto;
  text-align: center;
  margin-top: 7%;
  color: #fff;
  /*! font-weight: bold; */
  font-size: 3vw;
}
.tmain .infolink a {
  color: #fff;
}
.tmain .titem ul{
	background: #bbb;
}
.tmain .tvita ul{
	padding-top: 5%;
	background: #f1f1f1;
	text-align: center;
	font-size: 1.1em;
	line-height: 1.5;
}
.tmain .tvita li{
	padding: 5% 0;
	border-bottom: 2px solid #fff;
}
.tmain .tvita li:first-of-type{
	padding-top: 0;
}
.tmain .tvita li:last-of-type{
	border-bottom: none;
}	
.tmain .tvita img{
	display: block;
	margin: 0 auto;
}
.tmain .tvita li{
	background: url(/sp/imgs/common/ya1Gr3.gif) 82% 88% no-repeat;
	background-size: 7px auto;
}
.tmain .infomsg a {
	color: var(--BluE);
	text-decoration: underline;
}
.tmain .logoimg {
	border-top: 1px solid var(--GraYc);
	border-bottom: 1px solid var(--GraYc);
}
/*topE*/

/*kiyakuS*/
.kuBox dt {
	margin: 6% 0 3%;
	padding: 2% 3%;
	font-weight: bold;
	background: #eee;
}
.kuBox dd {
	margin-bottom: 3%;
	padding: 0 0.5em 0 2.5em;
	text-indent: -2em;
	text-align: justify;
}
.kuBox dd span {
	display: block;
	padding-left: 2em;
	text-indent: -1.5em;
}
.kuBox li{
	list-style: none;
}
.kuBox .ino{
	padding: 0 0.5em;
	text-indent: 0;
}
.kuBox .ino li{
	padding-left: 2.7em;
}
.kuBox dd li{
	margin-bottom: 3%;
	padding-left: 1.7em;
	text-indent: -1.7em;
}
.kuBox .ino ul li{
	padding-left: 0.9em;
	text-indent: -1em;
}
.kuBox .ino .tin2{
	padding-left: 3.3em;
	text-indent: -2.3em;
}
.kuBox .personal_info dd {
	text-indent: 0;
	padding: 0 0.5em 0 0.5em;
}
.kuBox #personal {
	scroll-margin-top: calc(var(--navHt) + 8px);
}
/*kuboxE*/

/*privacyS*/
.ppbox dt{
	margin: 6% 0 3%;
	padding: 2% 3%;
	font-weight: bold;
	background: #eee;
}
.ppbox dd{
	margin-bottom: 3%;
	padding: 0 0.5em;
	text-align: justify;
}
.ppbox ul{
	padding: 3% 3% 0;
}
.ppbox li{
	padding-bottom: 2%;
}
.ppbox .cookie dt{
	margin: 0;
	padding: 0;
	background: none;
}
.ppbox .cookie li{
	margin-bottom: 4%;
}
.ppbox .cookie .box{
	padding: 1% 3%;
	margin: 2% 0;
	background: #f1f1f1;
}
.ppbox .cookie a{
	word-wrap: break-word;
}
/*privacyE*/

/*pointstage*/
.postBox *{
	box-sizing: border-box;
}
.postBox {
	margin: 6% auto;
	font-family: var(--Fyg),'Noto Sans JP', sans-serif;
}
.postBox a:hover{
	color: #fff;
	text-decoration: none;
}
.postBox section{
	margin-bottom: 15%;
}
.postBox h2 {
	position: relative;
	margin-bottom: 4%;
	font-size: 7vw;
	text-align: center;
	font-family: var(--FtagM);
}
.postBox h2:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 70%;
	height: 7px;
	background: -webkit-repeating-linear-gradient(-45deg, #eee, #eee 2px, #fff 2px, #fff 4px);
	background: repeating-linear-gradient(-45deg, #eee, #eee 2px, #fff 2px, #fff 4px);
}
.postBox h3{
	position: relative;
	display: inline-block;
	margin-top: 3%;
	margin-left: 13vw;
	padding: 1% 1%;
	font-size: 5.5vw;
	font-weight: bold;
	line-height: 1;
	border-bottom: 2px dashed rgba(249,131,47,1);
	/* background: linear-gradient(transparent 70%, var(--RYelloW) 50%); */
}
.postBox h3:before,.postBox h3:after {
	content: "";
	position: absolute;
	border: 2px solid rgba(249,131,47,.8);
}
.postBox h3:before{
	font-size: 0.8em;
	top: 1.5vw;
	left: -8.5vw;
	transform: rotate(35deg);
	width: 4vw;
	height: 4vw;
}
.postBox h3:after {
	background: rgba(249,131,47,.8);
	font-size: 0.6em;
	top: 4vw;
	left: -4vw;
	transform: rotate(0deg);
	width: 2.5vw;
	height: 2.5vw;
}
.postBox .txt{
	margin: 3% auto;
	font-size: 3.5vw;
	width: 90%;
}
.postBox .fle {
	align-items: flex-start;
}
.postBox img {
	display: block;
	width: 90%;
	margin: 7% auto;
}
.postBox dt {
	font-size: 6vw;
	font-weight: bold;
	text-align: center;
}
.postBox ul,.postBox ol{
	margin: 10% auto;
}
.postBox .pointget li,.postBox .pointstep li,.postBox .pointuse li {
	width: 80%;
	padding: 0;
	margin: 20% auto;
}
.postBox .pointget li:first-of-type,.postBox .pointstep li:first-of-type,.postBox .pointuse li:first-of-type {
	margin-top: 0;
}
.postBox .pointstep li,.postBox .pointuse li {
	position: relative;
	font-size: 5vw;
	text-align: center;
}
.postBox .pointstep li:before,.postBox .pointuse li:before {
	content: "";
	position: absolute;
	right: 0;
	bottom: -13vw;
	left: 0;
	margin: auto;
	width: 0;
	height: 0;
	border-top: 15px solid var(--ReD);
	border-right: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 15px solid transparent;
}
.pointstep li:last-of-type:before,.pointuse li:last-of-type:before{
	content: none;
}
.postBox .pointstep,.postBox .pointuse{
	counter-reset: number 0;
}
.postBox .pointget li {
	position: relative;
	z-index: 9;
	margin-bottom: 15%;
}
.postBox .pointget li:after {
	border-radius: 50%;
	background: rgba(227,2,0,.05);
	position: absolute;
	width: 50vw;
	height: 50vw;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	z-index: -1;
}
.postBox .pointuse ol{
	flex-wrap: wrap;
	justify-content: flex-start;
}
.pointuse p.pore,.pointstep p.pore{
	padding-left: 40px;
	text-align: left;
}
.postBox .pointstep li p:before, .postBox .pointuse li p:before {
  content: counter(number) "";
	position: absolute;
	top: -5px;
	left: 0;
	margin: auto;
	margin-right: 5px;
	padding: 0 11px;
	display: inline-block;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
	background: rgba(227,2,0,.7);
	border-radius: 50%;
	counter-increment: number 1;
}
.postBox .mylog {
	margin: 0 auto;
	padding: 5% 3%;
	background: #efefef;
	width: 80%;
	text-align: center;
}
.postBox .stage .fle{
	align-items: center;
	width: 800px;
	margin: auto;
}
.postBox .stage h4.poab{
	left: 3vw;
	top: 4.5vw;
	color: var(--ReD);
	font-size: 4.5vw;
	font-weight: bold;
	text-align: center;
	font-style: italic;
	border-bottom: 5px double var(--ReD);
}
.postBox .stage .att li,.postBox .pointsum .att li{
	position: relative;
	margin: 2% auto;
	padding-left: 5%;
}
.postBox .stage .att li:before,.postBox .pointsum .att li:before{
	content: "◆";
	position: absolute;
	left: 0;
	color: var(--ReD);
}
.postBox .qa a,.postBox .qa a:hover{
	color: var(--BluE);
	text-decoration: underline;
}
.postBox .qa li {
	width: 80%;
	margin: auto;
}
.postBox .qa dt{
	width: 90%;
	margin: auto;
	text-align: left;
}
.postBox .qa dt, .postBox .qa dd{
	position: relative;
	padding: 5% 10vw 3%;
	font-weight: bold;
}
.postBox .qa .cirarrD:after{
	color: #ccc;
}
.postBox .qa dt:before, .postBox .qa dd:before{
	position: absolute;
	top: 8px;
	left: 3px;
	font-size: 30px;
	color: var(--ReD);
	font-weight: normal;
}
.postBox .qa dt:before{
	content: "Q";
}
.postBox .qa dd:before{
	content: "A";
}
.postBox .qa dt{
	border-bottom: 1px solid #ccc;
	font-size: 3.5vw;
}
.postBox .qa p{
	padding-top: 5%;
	font-weight: normal;
	font-size: .9em;
}
/*pointstageE*/



/*_________________________plan to deleteS*/
.gs{opacity:0.5;}
.gs img{
	-webkit-filter: grayscale(1); /* Webkit */
	filter: gray; /* IE6-9 */
	filter: grayscale(1); /* W3C */
}
.container {
	padding: 0 1.8%;
	margin:0 auto;
}
.container table * {
	box-sizing: border-box;
}
.container table {
	margin: 0 auto;
	width: 100%;
	line-height: 1.7;
	border-bottom: 1px dashed #ccc;
}
.container table tr {
	border-top: 1px dashed #ccc;
}
.container table tr.r2last {
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
}
.container table th {
	vertical-align: middle;
	text-align: left;
	width: 30%;
	padding: 15px 10px;
	background: #e6e6e6;
}
.container table td {
	vertical-align: middle;
	padding:  15px 10px;
	color: #707070;
}
.container table a {
	text-decoration: underline;
}
.container table li{
	text-indent:-1.5rem;
	margin:0 0.8rem 0.8rem 0.8rem;
}
ul#pankuzu {
	margin:5px 0px 8px;
}
ul#pankuzu li {
	list-style: none;
	display: inline;
	line-height: 1.2;
	padding: 0 1.3em;
	background: url(/sp/imgs/common/pankuzu.jpg) no-repeat 0px 1px;
	font-size:0.9em;
}
ul#pankuzu li.home {
	background-image: none;
	padding: 0 2px 0 6px;
}
ul#pankuzu li a {
	color: #000;
	text-decoration: none;
	border-bottom:none;
}
.attention {
	color: var(--ReD);
	}
	/*_________________________plan to deleteE*/