@charset "utf-8";

/*初期化の設定
------------------------------------------------------------------------------*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,
cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,
ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,
embed,fiingure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video
{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,picture,main{display:block;}
body{line-height:1.4;}ol,ul{list-style:none;}blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:none;}
table{border-collapse:collapse;border-spacing:0;}
figure{margin:0;padding: 0}
body *{	-webkit-box-sizing: border-box; box-sizing: border-box;}


img{vertical-align: bottom;}
br{letter-spacing: 0;}
a{color: #000; text-decoration: none; word-break: break-all; word-wrap:break-word;}
a:hover{text-decoration: none;}
a:focus{outline: none;}
a:hover,a:active{outline: 0;}
pre,code,kbd,samp,tt {font:inherit;*font-size:108%;line-height:100%;}
textarea,input {font:inherit}
h1,h2,h3,h4,h5,h6,{ line-height: 1.3em; font-weight: bold;}
strong,th, .Bld{ font-weight: bold;}
table{width: 100%;}
th{text-align: left; font-weight: bold;}

/* コンバージョンタグによって生成されるページ下部の隙間解消 */
body>img,body>iframe{ display: block; height: 0px; overflow: hidden;}



/*基本設定
------------------------------------------------------------------------------*/
html{
	font-size: 62.5%;
	font-size: 10px;
	font-family: 'Noto Sans Jp' ,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo','ＭＳ Ｐゴシック','sans-serif';
	line-height: 1em;
	color: #000000;
}

body{
}
a,button{cursor: pointer; -webkit-transition: opacity 0.3s ease; transition: opacity 0.3s ease;}
a:hover,button:hover{ opacity: 0.5;}
picture,main{ display: block;}

/*画像幅100%*/
img{ max-width: 100%; height: auto;}
img.wide{ width: 100%; height: auto;}



/*form 初期設定*/
 input,
 button,
 textarea,
 select{
    width: 100%;
    border: none;
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
    padding: 0;
    -webkit-border-radius: none;
    border-radius: none;
    border-radius: 0;
    border:none;
    border:0;
}

 select::-ms-expand {
  display: none;
}


/*フレックスボックス*/
.flex{ display: -ms-flexbox; display: -webkit-flex; display: flex;}
.flex-wrap{ -webkit-flex-wrap: wrap; flex-wrap: wrap;}
.flex.revs{ -webkit-flex-direction: row-reverse; flex-direction:row-reverse;}
.flex.va-cent{ -webkit-align-items: center; align-items:center;}
.flex.jc-cent{ -webkit-justify-content: center; justify-content: center;}
.flex.jc-right{ -webkit-justify-content: flex-end; justify-content: flex-end;}
.flex.gap{gap: 20px; padding: 10px 0;}

/*画像切り替えなど*/
.sp{ display: none !important; }
.pc{ display:block !important; }


/*ローディング*/
#loader-bg { position: fixed; width: 100%; height: 100%; top: 0px; left: 0px; background: #fff; z-index: 10;}
#loader {display: block;position: absolute;top: 50%;width: 100%;height: 60px;left: 0;-webkit-transform: translate(0, -50%);transform: translate(0, -50%);text-align: center;z-index: 100;}
/*ローダー・サークル*/
.loader1{ width:45px; height:45px; border-radius:50%; border:2px solid rgba(0,0,0,0.2); border-top-color:rgba(0,0,0,0.4); box-sizing:border-box; display: inline-block; animation:loading 0.6s linear infinite; -webkit-animation:loading 0.6s linear infinite;}
	@keyframes loading{ 0%{transform:rotate(0deg)} 100%{transform:rotate(360deg)}}
	@-webkit-keyframes loading{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg)}}

#all-wrap{
	position: relative;
	opacity: 0;
	z-index: 1;
	overflow: hidden;
}
#all-wrap.active{
	opacity: 1;
}

/*リサイズ時アニメーション回避*/
body.noduration *,
body .fin{ transition-delay: 0 !important; transition-duration: 0 !important;}

/*背景画像デフォルト設定*/
.bgcover{-webkit-background-size:cover;background-size:cover;background-repeat: no-repeat;background-position: center;}


/*基本レイアウト
------------------------------------------------------------------------------*/
main{
	padding:0 10px;
}
.wrap{
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 30px;
}

main{
	padding-top: 100px;
}

.section{
	padding-bottom: 40px;
}

footer{
  color: #999;
	text-align: center;
	padding: 20px 0;
	font-size: 1.2rem;
  background: #f7f7f7;
}

/*パーツ
------------------------------------------------------------------------------*/
.headline-l{
	text-align: center;
	font-size: 4rem;
	margin-bottom: 50px;
	font-weight: 800;

}
.read{
	font-size: 1.8rem;
	line-height: 1.6em;
	margin-bottom: 50px;
}
.headline-m{
	background: #555555;
	display: inline-block;
	width: auto;
	padding: 0 1.5em;
	line-height: 53px;
	font-size: 2.4rem;
	text-align: center;
	color:#fff;
	font-weight: normal;
	margin-bottom: 25px;
}

.link-btn{
	display: inline-block;
	width: 320px;
	line-height: 73px;
	height: 73px;
	text-align: center;
	font-size: 2.6rem;
	font-weight: bold;
	background: #000;
	font-weight: bold;
	margin:0 20px;
	color:#fff;
}
.link-btn.back{
	background: #666;
}

.btn-area{
	text-align: center;
	margin:57px auto 50px;
}


/*コンテンツ
------------------------------------------------------------------------------*/
#header {
    background: #eee;
    position: fixed;
    width: 100%;
    height: 80px;
    z-index: 1000;
    padding: 0 35px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#header h2 {
    width: 190px;
    height: 28px;
}
#header h2 a{
    display: block;
    width: 198px;
    height: 28px;
    background-image: url(/common/svg/queeneyes.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
@media screen and (max-width: 925px){
  #header {
    height: 50px;
    justify-content: center;
  }
  #header h2,
  #header h2 a{
    width: 134px;
    height: 20px;
  }
}


#caution{}
.caution-list{
	margin-bottom: 60px;
}
.caution-list>li{
	position: relative;
	font-size: 2.0rem;
	padding-left: 1.2em;
	line-height: 1.4em;
	margin-bottom: 15px;
}
.caution-list>li::after {
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    top: 10px;
    left: 5px;
    background: #000;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

#first-check{
	display: none;
}
#goods-exchange,
#goods-return{
	display: none;
}

#confirm{
	display: none;
}

.check-exp{
	font-size: 2.2rem;
	margin-bottom: 15px;
}
.check-list{
	border-bottom:1px solid #BBBBBB;
	margin-bottom: 40px;
}
.check-list>li{
	padding: 15px 20px;
	position: relative;
	font-size: 2.2rem;
	font-weight: bold;
	border:1px solid #BBBBBB;
	border-bottom: none;
}


.errBox{
	padding:24px 24px 17px;
	border:#FF2626 4px solid;
	background: #FFE8E8;
	margin-bottom: 40px;
}
.errBox ul{
}
.errBox ul>li{
    color:#ff0000;
    font-size: 1.8rem;
    margin-bottom: 10px;
}

.data-tbl{}
.data-tbl>tbody{}
.data-tbl>tbody>tr{}
.data-tbl>tbody>tr>th{
	width: 20%;
	padding: 15px 1em;
	text-align: left;
	font-size: 1.8rem;
	white-space: nowrap;
	background: #F6F6F6;
	border:1px solid #BBBBBB;
  vertical-align: top;

}
.data-tbl>tbody>tr>th span{
	color: #ff0000;
	font-weight: bold;
	font-size: 2.2rem;
	margin-left: 0.5em;
}
.data-tbl>tbody>tr>td{
	padding:13px 27px;
	font-size: 1.6rem;
	border:1px solid #BBBBBB;
}


/*form*/
input[type="text"],
input[type="tel"],
input[type="number"],
input[type="email"]{
	width: 100%;
	max-width: 360px;
	background: #F6F6F6;
	border:1px solid #ccc;
	height: 36px;
	padding: 0 0.5em;
  font-size: 1.6rem;
}

input.size-m{
	width: 170px;
}
input.size-s{
	width: 89px;
}

textarea{
	width: 100%;
	background: #F6F6F6;
	border: 1px solid #ccc;
	height: 80px;
	padding: 0.5em;
	resize: vertical;
}

.number-box{
	display: none;
	margin-bottom: 10px;
}
.number-box>div:last-child{
	width: calc(360px - 5em);
}
.shop-box>div:last-child{
	width: calc(360px - 5em);
}

.check-group{
}

.check-group label{
	display: block;
	margin-right: 10px;
	padding:0 0;
	line-height: 1em;
	cursor: pointer;

}

.check-group .check-input{
  display: none;
}


.check-group span{
  padding-left: 1.8em;
  position:relative;
  line-height: 1.3em;
  display: block;
}

.eyes{
	margin-top: 10px;
}
	.eyes p{
		font-weight: bold;
		margin-bottom: 10px;
	}
		.eyes p span{
			color: #ff0000;
		}

/*チェック枠*/
.check-group span::before{
	content: "";
	display: block;
	position: absolute;
	top: 14px;
	left: 0;
	width: 21px;
	height: 21px;
	position: absolute;
	border:2px solid #999 ;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background: -webkit-linear-gradient(-45deg,  #f2f2f2 0%,#8d8d8d 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  #f2f2f2 0%,#8d8d8d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.check-group .check-input:checked + span::before{
}

/*チェック*/
.check-group .check-input:checked + span::after{
	content: "";
	display: block;
	position: absolute;
	top: 7px;
    left: 5px;
	-webkit-transform:  rotate(-45deg);
	transform:  rotate(-45deg);
	width: 12px;
	height: 7px;
	border-left:3px solid #000;
	border-bottom:3px solid #000;
	animation: formfade 0.1s ease;
}

.check-group.ptn01 .name-tag::before{
	background: #fff; border:1px solid #959595;
}

table td .check-group label{
	width: 50%;
	margin-right: 0px;
	padding-right: 10px;
	margin-bottom: 10px;
}
	table td .check-group label span{
		line-height: 28px;
	}

/*ラジオボックスカスタム
<div class="radio-group">
<label>
<input class="radio-input"  type="radio" name="" value="" checked="checked" />
<span class="name-tag">ラベル名</span>
</label>
</div>
*/

.radio-list{
	margin-bottom: 15px;
}
.radio-list>li{
	padding-right: 20px;
}
.radio-group.ptn01{
	margin-top: 20px;
}


.radio-group label{
	line-height: 17px;
	display: inline-block;
}

.radio-group .radio-input{
	display: none;
}

.radio-group span{
  padding-left: 1.8em;
  position:relative;
  line-height:21px;
  display: block;
}

/*チェック枠*/
.radio-group span::before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border:1px solid #999 ;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background: #fff;
}

.radio-group .radio-input:checked + span::before{
}

/*チェック*/
.radio-group .radio-input:checked + span::after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
    left: 0;
	width: 20px;
	height:20px;
	background: #999999;
	border:1px solid #999 ;
	transform: scale(0.5);
	-webkit-border-radius: 50%;
	border-radius: 50%;
	animation: formfade 0.1s ease;
}


@keyframes formfade{
	 0% { opacity: 0; }
	 100% {opacity: 1; }
}



/*オプションリセット
<label class="select-label"><select class="select"></select>><label>
*/
/*オプションリセット*/

.select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;

  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}


.select-label{
	position: relative;
	display: inline-block;
	border:1px solid #cccccc;
	background :#ffffff;
	height: 38px;
	width: 200px;
	color:#000;
}


.select-label>select {
    position: relative;
    display: block;
    width: 133px;
    background: #fff;
    padding: 0 25px 0 18px;
    font-size: 1.6rem;
    line-height: 36px;
    height: 36px;
    cursor: pointer;
    white-space: nowrap;
    border: none;
    box-sizing: border-box;
    z-index: 1;
}

 .select-label.size-s,
 .select-label.size-m,
 .select-label.size-l{
    position: relative;
    display: inline-block;
    z-index: 1;
 }

 .select-label.size-s{ width: 89px;}
 .select-label.size-m{ width: 152px;}



.select-label::after{
	content:"";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top:50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	right:12px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 6px 0 6px;
	border-color: #000 transparent transparent transparent;
	pointer-events: none;
	z-index: 2;
}
.select-label select{
	width: 100%;
	padding:1px 0.5em 0;

}

.address{
	margin-bottom: 15px;
}
.address .postal{
	font-weight: bold;
	padding-right: 10px
}
.address .hyfun{
	display: inline-block;
	padding: 0 0.5em;
	font-size: 2rem;
	font-weight: bold;
	margin-top: -5px;
}
.address .auto{
	color:#666666;
	padding-left: 0.5em;
}
.front{
	font-weight: bold;
	padding-right: 0.5em;
}

.rear{
	color:#666666;
	padding-left: 0.5em;
	white-space: nowrap;
}

.when-use>li{
	margin-right: 5px;
}

.deg-block>li{
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	padding-right: 1.5em;
}

.bank-block>li{
	padding-right: 25px;
}


.bank-block>li>span{
	display: inline-block;
	padding-left: 1em;
	font-weight: bold;
}

.attention{
	font-size: 1.8rem;
	margin-bottom: 0.5em;
	color: #ff0000;
}
	.attention span{
		font-size: 2.2rem;
	}

.bank_type ul li{
	background: #fff;
	padding: 1em 2em;
	border: 1px solid #bbb;
	border-bottom: 0px;
	text-align: center;
	font-size: 1.6rem;
	cursor: pointer;
	margin-right: 10px;
}
	.bank_type ul li.active{
		background: #E7EFA2;
	}
.kouza{
	display: inline-block;
	background: #E7EFA2;
	border: 1px solid #D0DC94;
	padding: 0.5em 1em;
}
.kouza-box{
	display: none;
}
	.kouza-box.active{
		display: table-row-group;
	}
p.alert{
	color: #ff0000;
	font-size: 1.4rem;
	margin-top: 0.5em;
}


/***********************************************************************************************************************
* 横サイズ925px以下
***********************************************************************************************************************/
@media screen and (max-width: 925px){
body{
  overflow-x: hidden;
}
.sp{
	display: block !important;
}

	main{
		padding-top: 60px;
	}

	.wrap {
	    padding: 0px;
	}

	.section {
	    padding-bottom: 30px;
	}



	/*パーツ
	------------------------------------------------------------------------------*/
	.headline-l{
		font-size: 2.5rem;
		margin-bottom: 30px;
	}
	.read{
		font-size: 1.4rem;
		margin-bottom: 30px;
	}
	.headline-m {
	    height: 30px;
	    line-height: 28px;
	    font-size: 1.6rem;
	    margin-bottom: 15px;
	}

	.link-btn{
		display: inline-block;
		width: 250px;
		line-height: 45px;
		height: 45px;
		font-size: 1.8rem;
		margin:0 20px 15px;
		color:#fff;
	}

	.btn-area {
	    display: block;
	    text-align: center;
	    margin: 0px auto 30px;
	}
	.caution-list{
		margin-bottom: 20px;
	}

	.caution-list>li::after {
	    width: 8px;
	    height: 8px;
	    top: 7px;
	    left: 7px;
	}
	.caution-list>li {
	    font-size: 1.5rem;
	    margin-bottom: 10px;
	    padding-left: 24px;
	}

		.check-exp{
			font-size: 1.5rem;
			margin-bottom: 15px;
		}
		.check-list{
			margin-bottom: 20px;
		}
		.check-list>li{
			padding: 18px 15px;
			font-size: 1.4rem;
		}

		.errBox {
		    padding: 1.5em 1em 8px;
		    border: #FF2626 2px solid;
		    margin-bottom: 0px;
		}
		.errBox ul{
		}
		.errBox ul>li{
		    color:#ff0000;
		    font-size: 1.5rem;
		    margin-bottom: 10px;
		}
	.data-tbl>tbody.kouza-box{
		display: none;
	}
	.data-tbl,
	.data-tbl>tbody,
	.data-tbl>tbody.kouza-box.active,
	.data-tbl>tbody>tr,
	.data-tbl>tbody>tr>th,
	.data-tbl>tbody>tr>td{
		display: block;
		width: 100%;
		padding: 0;
		text-align: left;
		font-size: 1.4rem;
		white-space: nowrap;
		border:none;
	}
	.data-tbl {
		border-bottom:1px solid #BBBBBB;
	}

	.data-tbl>tbody>tr>th{
		padding: 0.5em 1em;
		border:1px solid #BBBBBB;
		border-bottom: 0;
	}
	.data-tbl>tbody>tr>td{
		padding: 1em;
		border:1px solid #BBBBBB;
		border-top: 0;
		border-bottom: 0;
		font-size: 1.4rem;
	}


	/*form*/
	input[type="text"]{
		width: 100%;
		max-width: 360px;
		background: #F6F6F6;
		border:1px solid #ccc;
		height: 32px;
	}
	input[type="email"],
	input[type="number"]{
		height: 32px;
	}	

	input[type="text"].size-m{
		width: 120px;
	}
	.address input[type="text"].size-s{
		width: 50px;
	}

	.select-label.size-m {
	    width: 100px;
	}

	.select-label.size-s {
	    width: 80px;
	}


	.check-group span {
	    padding-left: 2em;
		white-space: normal;
	}

	.check-group span::before {
		top: 9px;
		left: 0;
		width: 18px;
		height: 18px;
		border: 2px solid #999;
	}
	table td .check-group label{
		margin-bottom: 15px;
	}
	.check-group .check-input:checked + span::after {
	    margin-top: -4px;
	    left: 4px;
	    width: 11px;
	    height: 6px;
	}
	table td .check-group label span{
		line-height: 1.4em;
	}
	.rear{
		display: block;
		margin-top: 10px;
		margin-left: -0.8em;
	}

	.tbl-block{
		display: block;
	}

	.address .auto {
		font-size: 1.2rem;
	}
	.select-label>select {
	    font-size: 1.3rem;
	}


	.bank-block{
	    display: block;
	}
		.bank-block>li{
	    margin-bottom: 15px;
	}

	.address{
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
	}

	.address .auto{
		display: block;
		padding-left: 0;
		width: 100%;
		margin-top: 8px;
	}

	.address .hyfun {
	    padding: 0 0.3em;
	}

.attention{
	font-size: 1.4rem;
}

}


.errMsg2{
	position: relative;
}
	.errMsg2::after{
		content: "";
		position: absolute;
		left: 10px;
		top: 0px;
		background: #eceaea;
		width: 10px;
		height: 10px;
		border: 1px solid #ff0000;
		border-left: none;
		border-bottom: none;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
	}
.errMsg2 p{
	position: relative;
	padding: 0.5em;
	color: #ff0000;
	margin-top: 0.5em;
	font-weight: bold;
	border: 1px solid #ff0000;
	background: #eceaea;
	white-space: normal;
}

input[type="file"]{
	width: auto;
}
.delete{
	font-size: 1.4rem;
	background: #ff0000;
	padding: 0.3em 1em 0.3em 0.5em;
	color: #fff;
	display: none;
	cursor:pointer;
	border-radius: 5px;

}
.delete.active{
	display: block;
}

.thanks-page{
	text-align: center;
  height: calc(100vh - 265px);
}
	.thanks-page h2{
		font-size: 2.6rem;
		line-height: 1.2em;
		font-weight: bold;
		margin-bottom: 1em;
	}
	.thanks-page p{
		font-size: 1.8rem;
		margin-bottom: 1.5rem;
	}
	.thanks-page .attention{
		margin-bottom: 3em;
	}

@media screen and (max-width: 925px){
	.thanks-page h2{
		font-size: 1.8rem;
	}
	.thanks-page p{
		font-size: 1.4rem;
	}
}

/*パンくず*/
.fs-c-breadcrumb{
  max-width: 1200px;
  margin: 0 auto 30px;
  padding: 0px;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  color: #333;
}
.fs-c-breadcrumb__list{
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}
.fs-c-breadcrumb__listItem{
  font-size: 1.2rem;
}
.fs-c-breadcrumb__listItem + .fs-c-breadcrumb__listItem::before {
  content: " > ";
}
@media screen and (max-device-width: 768px){
  .fs-c-breadcrumb{
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
    overflow-x: scroll;
  }
  .fs-c-breadcrumb__list{
    display: table;
    white-space: nowrap;
    padding: 10px 13px;
    border-bottom: none;
  }
  .fs-c-breadcrumb__listItem{
    display: table-cell;
  }
}

/** yappli 2022/07/15 **/
.yappli-app #header{
  display: none;
}
.yappli-app main{
  padding-top: 10px;
}