@charset "utf-8";
:root {
  --Classico: "classico-urw", "游ゴシック体", "游ゴシック Medium","Yu Gothic Medium", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
/*
body {
	font-size: 13px;
	color: #333;
}
*/

.membersWrap {
	padding-top: 145px;
}

.membersTitle {
	margin-bottom: 20px;
  border-bottom: 2px solid #988666;
  margin: 0 auto;
  padding-bottom: 27px;
  margin-bottom: 35px;
  margin-left: -2%;
  margin-right: -2%;
}

.membersTitle .baseTitle {
  color: #988666;
  font-size: 60px;
  margin-bottom: 0;
}

.membersTitleWrap.conWrap{
  margin-bottom: 115px;
}

.membersTitleWrap .memberIntro{
  text-align: left;
}

.membersTitleWrap .titleBtnWrap{
  width: 80%;
  margin: 50px auto 0;
}

.membersTitleWrap .titleBtnWrap ul{
  display: flex;
  justify-content: space-between;
}

.membersTitleWrap .titleBtnWrap ul li{
  width :45%;
  border: solid 1px #988666;
  text-align: center;
}

.membersTitleWrap .titleBtnWrap a{
  display: block;
  font-size: 14px;
  line-height: 48px;
}

.membersTitleWrap .titleBtnWrap .btn1{
  background: #fff;
}
.membersTitleWrap .titleBtnWrap .btn1 a{
  color: #988666;
}

.membersTitleWrap .titleBtnWrap .btn2{
  background: #988666;
}
.membersTitleWrap .titleBtnWrap .btn2 a{
  color: #fff;
}

.membersTitleWrap .titleBtnWrap .btn3{
  background: #848484;
  border: solid 1px #988666;
  color: #fff;
  text-align: center;
  margin-top: 40px;
}

.membersTitle .baseTitle {
	font-family: var(--Classico);
	font-style: normal;
	font-weight: normal;
	font-size: 32px;
	margin-bottom: 16px;
	text-align: center;
	letter-spacing: .2px;
	line-height: 1.5;
}

.membersPoint {
	text-align: center;
}

.membersPoint li {
	display: inline-block;
	margin: 0 28px;
}

.membersPoint li a {
	font-size: 18px;
	letter-spacing: .8px;
}

.conWrap {
	max-width: 1000px;
	margin: 0 auto 130px;
  padding-top: 30px;
}

@media (min-width: 768px)
{	
	.conWrap 
	{
		padding-left: 100px;
		padding-right: 100px;
		max-width: 1200px;
	}
}

#member.memberWrap.conWrap{
  margin-bottom: 200px;}


/*Member*/

.memBaTitle {
	text-align: center;
	/* border-bottom: 2px solid #988666; */
	padding-bottom: 27px;
	margin-bottom: 35px;
}

.memBaTitle h3 {
	font-size: 32px;
	letter-spacing: .5px;
	margin-bottom: -5px;
	color: #988666;
	line-height: 1.5;
}

.memBaTitle p {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
	color: #9F0A0A;
}

.memberIntro {
	text-align: center;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.7;
	letter-spacing: .6px;
	margin-bottom: 11px;
}

.memberIntroSub {
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: .6px;
  margin-top: 30px;
}

.memberTips {
	text-align: center;
	font-size: 11px;
	color: #666;
	line-height: 1.6;
	letter-spacing: .5px;
	padding-left: 1em;
	text-indent: -1em;
}

.memberTips span {
	display: block;
}

.memberList {
	margin-top: 65px;
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 62px;
}

.memberList li {
	flex: 0 0 310px;
	margin-right: 35px;
	margin-bottom: 34px;
	background: #fff;
	padding: 5px;
	position: relative;
	min-height: 366px;
	box-sizing: border-box;
	border: 1px solid #988666;
}

.ie .memberList li {
	flex: 0 0 300px;
	margin-right: 20px;
}

.memberList li:nth-child(3n),
.memberList li:last-child {
	margin-right: 0;
}

.memberBrder {
	border: 1px solid rgba(219, 200, 168, .5);
	height: 100%;
	padding: 23px 0 33px;
	overflow: hidden;
	box-sizing: border-box;
}

.memberBrder img {
	width: 100%;
	display: block;
	margin-bottom: 36px;
}

.mlTitle {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 25px;
}

.mlCon {
	margin: 0 34px 0;
	font-size: 13px;
	letter-spacing: .5px;
	line-height: 1.7;
}

.mlCon a {
	display: block;
	text-decoration: underline;
	padding-top: 2px;
}

.mlNum {
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	height: 40px;
	background: #9F0A0A;
	font-size: 24px;
	color: #fff;
	text-align: center;
	line-height: 40px;
}

.memberBtn {
	display: flex;
	justify-content: center;
}

.memberBtn li {
	text-align: center;
	min-width: 310px;
	margin: 0 18px;
}

.memberBtn li p {
	font-size: 12px;
	letter-spacing: .7px;
	margin-bottom: 11px;
}

.memberBtn li a {
	display: block;
	font-size: 16px;
	text-align: center;
	color: #fff;
	line-height: 65px;
	background: #9F0A0A;
	letter-spacing: .7px;
}

.memberBtn li a:hover {
	opacity: .7;
}


/* 会員特典について */
.privList{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 80px;
	text-align: center;
  }
  
  .privList li{
	width: 30%;
	font-size: 14px;
	padding: 0 5%;
	box-sizing: border-box;
  }
  
  .privList li:nth-child(n+4){
	margin-top: 50px;
  }
  
  .privList li figure{
	margin: 0 0 50px;
  }
  
  .privList li dt{
	font-weight: bold;
	margin-bottom: 10px;
  }
  
  /* 会員ランクについて */
  .rankTable{
	margin-top: 50px;
  }
  
  .rankTable figure{
	margin: 0;
  }
  
  .rankTable table{
	width: 100%;
  }
  
  .rankTable table th,
  .rankTable table td{
	width: 16%;
	/* border: solid 1px #fff; */
	border-right: solid 2px #fff;
	border-bottom: solid 2px #fff;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3;
	height: 6rem;
	position: relative;
  }
  
  .rankTable table th{
	background: #f2fcfe;
  }
  
  .rankTable table td{
	background: #f1f1f1;
  }
  
  .rankTable table td:last-child{
	border-right: 0;
  }
  
  .rankTable table tr:first-child td{
	font-size: 18px;
	letter-spacing: 2px;
	font-family: var(--Classico);
  }
  
  .rankTable table tr:nth-child(6) th{
	background: #bfe2e8;
  }
  
  .rankTable table tr:nth-child(6) td{
	background: #d8d8d8;
	font-size: 24px;
  }
  
  .rankTable table tr:nth-child(8) td{
	font-size: 24px;
  }
  
  .rankTable table sup{
	position: absolute;
	top: 10px;
	right: 5px;
	font-size: 12px;
  }
  
  .rankTable table sub{
	font-size: 12px;
	margin-left: 1rem;
  }
  
  .rankTable table .silver{
	background: #cbcbcb;
	color: #666666;
  }
  
  .rankTable table .gold{
	background: #d5ce80;
	color: #fff;
  }
  
  .rankTable table .platinum{
	background: #cab7e5;
	color: #fff;
  }
  
  .rankTable table .diamond{
	background: #85b1de;
	color: #fff;
  }
  
  .rankTable table .vip{
	background: #000;
	color: #fff;
  }
  
  .rankTable .rankCaption{
	/* margin-top: 2px; */
	background: #f1f1f1;
	padding: 20px 25px;
	font-size: 14px;
  }
  
  .rankTable .rankCaption li{
	margin-bottom: 1rem;
	
  }
  .rankTable .rankCaption li:last-child{
	margin-bottom: 0;
  }
  
  /* 会員サービス */
  .linkList {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-bottom: 90px;
  }
  
  .linkList li{
	width: 33%;
	font-size: 1.4rem;
	text-align: center;
  }
  
  .linkList li:nth-child(n+4){
	margin-top: 20px;
  }
  
  .linkList:last-child{
	margin-bottom: 0;
  }
  
/* Point Service */

.memberForm {
	margin-top: 62px;
}

.memberFormTitle {
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 1px;
	color: #988666;
}

.memberFormContent {
	margin-top: 17px;
}

.grid {
	margin: 0 auto;
	height: 60px;
	width: 900px;
	display: flex;
	background: url(./../img/members/img_line.png) repeat-x;
	background-position: top left;
	background-size: 2px 1px;
	padding-top: 1px;
	box-sizing: content-box;
}

.grid:first-child {
	padding-top: 0;
	background: none;
	border-top: 1px solid #988666;
}

.grid li {
	display: block;
	line-height: 60px;
	text-align: center;
	letter-spacing: 1px;
	box-sizing: content-box;
}

.grid li p
{
	line-height: inherit;
}

.grid li span {
	font-size: 10px;
	font-weight: 400;
	letter-spacing: 1px;
}

.grid li:first-child {
	width: 170px;
	font-size: 14px;
	font-weight: 300px;
	background: #ffffff;
}

.grid li:nth-child(2),
.grid li:nth-child(3),
.grid li:nth-child(4) {
	width: 242px;
}

.grid li:nth-child(3),
.grid li:nth-child(4) {
	border-left: 1px solid #ffffff;
}

.grid:first-child li:nth-child(2) {
	background: #9c9c9c;
	color: #ffffff;
	font-size: 24px;
	letter-spacing: 1px;
}

.grid:first-child li:nth-child(3) {
	background: #d6cd80;
	color: #ffffff;
	font-size: 24px;
	letter-spacing: 1px;
}

.grid:first-child li:nth-child(4) {
	background: #e2e2e2;
	color: #999999;
	font-size: 24px;
	letter-spacing: 1px;
}

.grid:nth-child(2) li:nth-child(2),
.grid:nth-child(3) li:nth-child(2) {
	background: #ebebeb;
	font-weight: 500;
}

.grid:nth-child(2) li:nth-child(3),
.grid:nth-child(3) li:nth-child(3) {
	background: #f7f5e6;
	font-weight: 500;
}

.grid:nth-child(2) li:nth-child(4),
.grid:nth-child(3) li:nth-child(4) {
	background: #f3f3f3;
	font-weight: 500;
}

.obj {
	margin-top: 63px;
}

.objTitle {
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 1px;
	color: #988666;
}

.objBox {
	width: 900px;
	border-top: 1px solid #988666;
	margin: 17px auto;
}

.objBox li {
	width: 293px;
	background: #F8F5EC;
	float: left;
	margin-top: 30px;
}

.objBox li a {
	display: block;
}

.objBox li img {
	width: 37%;
	margin: 0 auto;
	display: block;
}

.objBox li:nth-child(2),
.objBox li:nth-child(3) {
	margin-left: 10px;
}

.shopOut {
	margin: 178px auto;
}

.shopOutTitle {
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 1px;
	color: #988666;
}

.shopBox {
	width: 900px;
	border-top: 1px solid #988666;
	margin: 17px auto;
	display: flex;
	justify-content: flex-start;
}

.shopList {
	font-size: 14px;
	margin-top: 22px;
}

.shopList:nth-child(1) {
	margin-left: 2px;
}

.shopList:nth-child(2) {
	margin-left: 55px;
}

.shopList:nth-child(3) {
	margin-left: 60px;
}

.shopList li {
	line-height: 28px;
	font-weight: 300;
	letter-spacing: 0.5px;
	text-indent: -15px;
	margin-left: 15px;
}

.shopFooter {
	text-align: left;
	margin-top: 30px;
	font-size: 11px;
	color: #666;
	line-height: 1.6;
	letter-spacing: .5px;
	padding-left: 1em;
	text-indent: -1em;
}

.showImg {
	margin-top: -100px;
	width: 100%;
	margin-bottom: 155px;
}

.showImgTitle {
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 1px;
	color: #988666;
}

.showImgWrapper {
	background: #ffffff;
	overflow: hidden;
	margin-top: 20px;
}

.showImg .showImgBox {
	display: flex;
}

.showImg .showImgBox li {
	padding: 44px 0 25px 0;
	flex: 0 0 290px;
	position: relative;
	background: #ffffff;
	border: 1px solid #ece6d8;
	border-left: none;
	border-right: none;
}

.showImg .showImgBox li:after {
	content: '';
	width: 1px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background: #ece6d8;
}

.showImg .showImgBox li a {
	display: block;
}

.showImg .showImgBox .img {
	margin: 0 auto;
	width: 253px;
}

.showImg .showImgBox li img {
	width: 100%;
	display: block;
}

.showImg .showImgBox li p {
	text-align: center;
	color: #9F0A0A;
	margin-top: 36px;
	font-size: 10px;
	letter-spacing: 1px;
}

.showImg .showImgBox li p span {
	font-style: italic;
	color: #000000;
	display: block;
	margin-bottom: 5px;
}

.showImgFooter {
	text-align: center;
	margin-top: 45px;
}

.showImgFooter a {
	text-decoration: underline;
}


/*guide*/

.guideBg {
	background: #f8f4ea;
	padding: 65px 0 95px;
	margin-bottom: 71px;
	font-family: var(--Classico);
}

.guideWrap .memBaTitle {
	margin-bottom: 50px;
	border-bottom: 2px solid #988666;
}

.guideList {
	max-width: 900px;
	margin: 0 auto;
	overflow: hidden;
}

.guideItem {
	margin-bottom: 50px;
}

.guideStep {
	display: flex;
}

.guideStepTitle {
	background: #9F0A0A;
	flex: 0 0 60px;
	height: 60px;
	align-items: center;
	display: flex;
	justify-content: center;
	margin-right: 26px;
}

.guideStepTitle p {
	font-size: 15px;
	color: #fff;
	text-align: center;
}

.guideStepTitle p span {
	display: block;
	font-size: 30px;
	line-height: .8;
}

.guideStepText {
	margin-top: -7px;
	margin-bottom: -7px;
	display: flex;
	align-items: center;
}

.guideStepText p,
.guideStepText p a {
	line-height: 1.7;
	font-size: 14px;
	letter-spacing: .5px;
}

.guideStepText p a {
	text-decoration: underline;
}

.guideStepText p span {
	display: block;
	margin-top: 5px;
	font-size: 11px;
	color: #666;
	line-height: 1.6;
	letter-spacing: .5px;
	padding-left: 1em;
	text-indent: -1em;
}

.guideItemCon {
	margin: 31px 28px 64px;
	display: flex;
	justify-content: space-between;
}

.guideLeft {
	flex: 0 0 358px;
	position: relative;
}

.guideLeft::after {
	/* content: ''; */
	position: absolute;
	width: 1px;
	background: #000;
	opacity: .2;
	right: -65px;
	height: 100%;
	top: 0;
}

.glMember {
	font-size: 12px;
	font-weight: 300;
	letter-spacing: .5px;
	margin-bottom: 6px;
}

.guideItemCon h4 {
	font-size: 20px;
	letter-spacing: 2px;
	margin-bottom: 20px;
	border-left: solid 4px #988666;
	padding-left: 7px;
	color: #988666;
}

.guideLeft h4 span {
	font-size: 30px;
}

.glTips p {
	font-size: 11px;
	color: #666;
	line-height: 1.6;
	letter-spacing: .5px;
	padding-left: 1em;
	text-indent: -1em;
}

.glTips p span {
	color: #ff3333;
}

.glTips .glTipsIntro {
	font-size: 12px;
	letter-spacing: .6px;
	line-height: 1.7;
	color: #333;
	text-indent: 0;
	margin-left: 0;
	margin-bottom: 3px;
	padding-left: 0;
}

.guideLeft .glTips {
	margin-bottom: 26px;
}

.glBtn {
	margin-bottom: 8px;
	display: flex;
	justify-content: space-between;
}

.glBtn li {
	flex: 0 0 100%;
}

.glBtn li a {
	display: block;
	border: 1px solid #988666;
	background: #fff;
	text-align: center;
	letter-spacing: 1px;
	transition: background .5s ease, color .5s ease;
	color: #988666;
/* 	font-family: 'minion-pro','Noto Serif JP', serif; */
}

.glBtn svg {
	fill: #988666;
	display: inline-block;
	vertical-align: middle;
	transition: fill .5s ease;
}

.glBtn li a:hover {
	background: #988666;
	color: #fff;
    border-color: #988666;
}

.glBtn li a:hover svg {
	fill: #fff;
	opacity: 1;
}

.iconSp svg {
	width: 15px;
	height: 28px;
	margin-left: 10px;
	position: relative;
	top: -2px;
}

.iconPc svg {
	width: 23px;
	height: 22px;
	margin-left: 14px;
	position: relative;
	top: -2px;
}

.glForget {
	text-align: right;
}

.glForget a {
	font-size: 11px;
	text-decoration: underline;
	color: #666;
	letter-spacing: .5px;
}

.glForget a:hover {
	color: #999;
}

.guideRight {
	flex: 0 0 357px;
}

.guideRight .glMember {
	margin-bottom: 12px;
}

.guideItemCon .guideRight h4 {
	margin-bottom: 16px;
}

.guideRight .glTips p {
	letter-spacing: .1px;
}

.guideLeft .guideBtn {
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
}

.guideLeft .guideBtn li {
	margin: 0;
}

.guideRight .glTips {
	margin-bottom: 27px;
}

.guideBtnModal {
	margin: 0 4px;
	display: block;
	border: 1px solid #988666;
	background: #fff;
	text-align: center;
	line-height: 48px;
	font-size: 14px !important;
	letter-spacing: 1px;
	transition: background .5s ease, color .5s ease;
	color: #988666 !important;
}

.guideBtnModal:hover {
	background: #988666;
	color: #fff!important;
    border-color: #988666;
	opacity: 1;
}

.guideWrap {
	margin-bottom: 0;
}


/*contact*/

.contactWrap {
	margin-bottom: 114px;
}

.contactBtn {
	max-width: 636px;
	margin: 46px auto 0;
	display: flex;
	justify-content: space-between;
}

.contactBtn li a {
	min-width: 300px;
	display: block;
	background: #fff;
	border: 1px solid #988666;
	line-height: 63px;
	box-sizing: border-box;
	text-align: center;
	font-size: 24px;
	transition: background .5s ease, color.5s ease;
	color: #988666;
}

.contactBtn li a:hover {
	background: #988666;
	color: #fff;
    border-color: #988666;
	opacity: 1;
}

.contactBtn li a:hover svg {
	fill: #fff;
	opacity: 1;
}

.contactBtn .iconTarget {
	width: 10px;
	height: 10px;
	vertical-align: middle;
	margin-left: 5px;
	transition: fill .5s ease;
	fill: #988666;
}

.smallBaTitle {
	border-bottom: 1px solid #000;
	text-align: center;
	padding-bottom: 16px;
}

.smallBaTitle p {
	font-size: 18px;
	letter-spacing: .8px;
	font-weight: bold;
	color: #988666;
}


/*mask*/

.maskWrap {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 11;
	display: none;
	overflow-y: auto;
	overflow-x: hidden;
}

.maskSrcoll {
	padding: 80px 0;
	position: relative;
	min-height: 100vh;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}

.modalOpen,
.modalOpen1 {
	overflow: hidden;
}

.maskBg {
	position: absolute;
	background: rgba(0, 0, 0, .6);
	width: 100%;
	height: 100%;
	min-height: 100vh;
	top: 0;
	left: 0;
}

.maskDetails {
	position: relative;
	background: #fff;
	width: 1000px;
	padding: 10px;
	box-sizing: border-box;
	margin: 0 auto;
}

.maskBorder {
	border: 1px solid #988666;
}

.goodsWrap .maskBorder {
	display: none;
}

.maskDetails .goodsClose {
	position: absolute;
	top: 24px;
	right: 28px;
	font-size: 14px;
	color: #666666;
	letter-spacing: 1px;
	box-sizing: border-box;
	padding-right: 19px;
	z-index: 1;
}

.maskDetails .goodsClose:hover {
	color: #999;
}

.maskDetails .goodsClose::after,
.maskDetails .goodsClose::before {
	opacity: .7;
}

.maskDetails .goodsClose::after,
.maskDetails .goodsClose::before {
	position: absolute;
	content: '';
	right: 0px;
	top: 10px;
	width: 13px;
	height: 1px;
	opacity: 1;
	background: rgba(0, 0, 0, .5);
	transition: opacity .5s ease;
}

.maskDetails .goodsClose::after {
	transform: rotate(45deg);
}

.maskDetails .goodsClose::before {
	transform: rotate(-45deg);
}


/*memberMask*/

.memberItem .memBaTitle {
	max-width: 800px;
	margin: 0 auto 33px;
	padding-top: 47px;
	padding-bottom: 28px;
}

.memberItem .memBaTitle h3 {
	font-size: 40px;
	letter-spacing: 0;
	margin-bottom: -3px;
}

.memberItem .memberIntro {
	margin-bottom: 54px;
}

.memberGoods {
	display: flex;
	max-width: 800px;
	margin: 0 auto 61px;
}

.mgPoint {
	background: #9F0A0A;
	flex: 0 0 175px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.memberGoods1 .mgPoint {
	background: #cf8484;
}

.memberGoods2 .mgPoint {
	background: #f5e6e6;
}

.mgPoint p {
	font-size: 36px;
	color: #fff;
	text-align: center;
	line-height: 1.5;
	margin-top: -10px;
}

.memberGoods2 .mgPoint p {
	color: #333;
}

.mgPoint p span {
	display: block;
	font-size: 20px;
	margin-top: -12px;
}

.memberGoods ul {
	display: flex;
}

.memberGoods ul li {
	flex: 0 0 156px;
	text-align: center;
	margin: 0 13px -3px 40px;
}

.memberGoods ul li img {
	display: block;
	width: 100%;
	margin-bottom: 4px;
}

.memberGoods ul li p {
	font-size: 12px;
	letter-spacing: .5px;
}

.memberStep {
	padding-top: 48px;
	max-width: 800px;
	margin: 0 auto 82px;
}

.memberStep .smallBaTitle {
	border-bottom: 1px solid #988666;
}

.memberStep ul {
	max-width: 708px;
	margin: 0 auto 27px;
	display: flex;
	justify-content: space-between;
}

.memberStep ul li {
	max-width: 134px;
	text-align: center;
	padding-top: 24px;
	position: relative;
}

.memberStep ul li::after {
	content: '';
	width: 0;
	height: 0;
	top: 67px;
	right: -50px;
	position: absolute;
	border-style: solid;
	border-width: 17px 0 17px 12px;
	border-color: transparent transparent transparent #f5f2eb;
}

.memberStep ul li:last-child {
	margin-right: 0;
}

.memberStep ul li:last-child:after {
	display: none;
}

.memberStep ul p {
	font-size: 24px;
	margin-bottom: 7px;
	letter-spacing: .7px;
}

.memberStep ul p span {
	font-size: 36px;
}

.memberStep ul span {
	font-size: 13px;
}

.memberStep ul li>span {
	font-size: 13px;
	letter-spacing: .5px;
	line-height: 1.8;
}

.meStepTips {
	margin-right: -6px;
}

.meStepTips,
.meStepTips a {
	text-align: right;
	font-size: 11px;
	color: #666;
	line-height: 1.6;
	letter-spacing: .5px;
}

.meStepTips a {
	margin-right: 4px;
	text-decoration: underline;
	transition: color .5s ease;
}

.meStepTips a .iconTarget {
	width: 10px;
	height: 10px;
	vertical-align: 0;
	fill： #080808;
	transition: opacity .5s ease;
}

.meStepTips a:hover {
	color: #999;
}

.meStepTips a:hover svg {
	opacity: .7;
}


/*memberDetails*/

.memberDetails {
	display: none;
}

.memberDetails .memBaTitle {
	padding-top: 55px;
	padding-bottom: 31px;
	max-width: 800px;
	margin: 0 auto 50px;
}

.memberDetails .memBaTitle p {
	font-size: 20px;
	font-weight: 400;
	color: #9F0A0A;
	letter-spacing: .2px;
	margin-bottom: 7px;
}

.memberDetails .memBaTitle h3 {
	font-size: 24px;
}

.meDetailText {
	max-width: 800px;
	margin: 0 auto 45px;
}

.meDetailCon {
	display: flex;
	justify-content: space-between;
	margin-bottom: 59px;
	align-items: flex-start;
}

.meDetailPic {
	flex: 0 0 314px;
	border: 1px solid #ccc;
}

.meDetailPic img {
	width: 100%;
	display: block;
}

.meDetailPic02 {
	border: none;
}

.meDetailPic02 .mePicBorder {
	overflow: hidden;
	border: 1px solid #ccc;
	margin-bottom: 16px;
}

.meDetailPic02 .mePicChange {
	display: flex;
	justify-content: center;
}

.meDetailPic02 .mePicChange li {
	cursor: pointer;
	flex: 0 0 28%;
}

.meDetailPic02 .mePicChange li.on {
	opacity: .3;
}

.meDetailCon p {
	flex: 0 0 434px;
	margin-top: -7px;
	font-size: 14px;
	line-height: 1.71;
	letter-spacing: .5px;
}

.meDetailCon2 .meDetailPic {
	margin-right: 50px;
}

.meDetailCon2 p {
	flex: 1;
}

.meDetailInfo {
	font-size: 12px;
	margin-top: -40px;
	line-height: 1.74;
	letter-spacing: .6px;
}

.meDetailInfo dt {
	float: left;
	min-width: 85px;
}

.meDetailInfo dd {
	float: none;
	margin-left: 100px;
	text-indent: -16px;
}

.meDetailBtn {
	margin-bottom: 92px;
	text-align: center;
}

.meDetailBtn a {
	min-width: 300px;
	display: inline-block;
	background: #fff;
	border: 1px solid #988666;
	line-height: 64px;
	box-sizing: border-box;
	text-align: center;
	font-size: 16px;
	letter-spacing: .5px;
	transition: background .5s ease, color .5s ease;
	color: #988666;
}

.meDetailBtn .iconTarget {
	width: 10px;
	height: 10px;
	margin-left: 5px;
	transition: fill .5s ease;
	fill: #988666;
}

.meDetailBtn a:hover {
	background: #988666;
	color: #fff;
    border-color: #988666;
}

.meDetailBtn a:hover svg {
	fill: #fff;
}

.ogBox {
	max-width: 800px;
	margin: 0 auto 80px;
}

.ogBox .smallBaTitle {
	border-bottom: 1px solid #988666;
	margin-bottom: 31px;
}

.ortherGoods {
	display: flex;
	justify-content: space-between;
	margin-bottom: 48px;
}

.ogItem:last-child {
	margin-right: 0;
}

.ogItem p {
	font-size: 18px;
	margin-bottom: 16px;
}

.ogItem p span {
	font-size: 15px;
	display: inline-block;
	margin-left: 3px;
}

.ogItem ul {
	margin-left: 4px;
}

.ogItem li {
	width: 80px;
	float: left;
	margin-right: 17px;
}

.ogItem li:last-child {
	margin-right: 0;
}

.ogItem img {
	width: 100%;
	display: block;
}

.ogItem1 p {
	margin-bottom: 12px;
}

.ogItem1 ul {
	margin-left: -11px;
}

.ogItem1 li {
	width: 88px;
	margin-right: -5px;
}

.ogItem li.on {
	opacity: .3;
}

.ortherGoodsBtn {
	display: block;
	text-align: center;
}

.ortherGoodsBtn a {
	display: inline-block;
	text-decoration: underline;
}


/*guideMask*/

.guideMask .memBaTitle {
	padding-top: 46px;
	max-width: 800px;
	margin: 0 auto 33px;
}

.guideMask .memBaTitle h3 {
	font-size: 40px;
	margin-bottom: -1px;
}

.guideMask .memberIntro {
	max-width: 700px;
	margin: 0 auto 6px;
	text-align: left;
}

.guideMask .memberIntro2 {
	max-width: 700px;
	margin: 0 auto 50px;
	text-align: left;
	font-size: 11px;
	color: #666;
	line-height: 1.6;
	letter-spacing: .5px;
}

.guideBtn {
	text-align: center;
}

.guideBtn li {
	display: inline-block;
	margin: 0 8px;
}

.guideBtn li img {
	width: 100%;
	display: block;
}

.appBtn {
	max-width: 158px;
}

.googleBtn {
	max-width: 177px;
}

.guideMask .guideBtn {
	margin-bottom: 55px;
}

.guideMask .smallBaTitle {
	margin-bottom: 40px;
	border-bottom: 1px solid #988666;
}

.guideMain {
	max-width: 800px;
	margin: 0 auto 76px;
}

.guideIntro {
	max-width: 700px;
	margin: 0 auto 12px;
	display: flex;
}

.guidePic {
	flex: 0 0 168px;
	margin-left: -5px;
	margin-right: 41px;
}

.guidePic img {
	width: 100%;
	display: block;
}

.guideText {
	margin-top: -7px;
}

.guideText p {
	font-size: 14px;
	line-height: 1.62;
	letter-spacing: .6px;
}

.guideIntro ul {
	margin-top: 26px;
}

.guideIntro li {
	display: flex;
	margin-bottom: 20px;
}

.guideIntro li>span {
	text-align: center;
	line-height: 25px;
	font-size: 15px;
	font-weight: bold;
	display: inline-block;
	width: 25px;
	height: 25px;
	border: 1px solid #000;
	border-radius: 50%;
	box-sizing: border-box;
	margin-right: 15px;
}

.guideIntro li p {
	flex: 1;
}

.guideIntro li p span {
	display: block;
	font-size: 11px;
	padding-top: 6px;
	text-indent: -12px;
	margin-left: 12px;
	letter-spacing: .5px;
	color: #666;
}

.guideTips {
	font-size: 11px;
	color: #666;
}

.guideTips {
	font-size: 11px;
	color: #666;
	max-width: 700px;
	margin: 0 auto;
	padding: 0 63px;
	letter-spacing: .4px;
	line-height: 1.6;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.conWrap {
		margin: 0 25px 26px;
	}

	#member.memberWrap.conWrap{
		margin-bottom: 136px;
	}

	.membersWrap {
		padding-top: 100px;
	}

	.membersTitle{
		padding-bottom: 23px;
		margin-bottom: 24px;
	  }

	.membersTitle .baseTitle {
		font-size: 48px;
		/* margin-bottom: 40px; */
		line-height: .95;
		font-size: 8.33vw;
	}

	.membersTitleWrap.conWrap{
		margin-bottom: 65px;
	}

	.membersTitleWrap .titleBtnWrap a{
		line-height: 38px;
	}

	.membersPoint li {
		margin: 0 7px;
	}
	.membersPoint li a {
		font-size: 15px;
		letter-spacing: .4px;
	}
	/*Member*/
	.memBaTitle {
		padding-bottom: 23px;
		margin-bottom: 24px;
	}
	.memBaTitle h3 {
		font-size: 23px;
		letter-spacing: .3px;
		margin-bottom: -2px;
	}
	.memberIntro {
		text-align: left;
		font-size: 13px;
		line-height: 1.6;
		margin: 0 auto 7px;
	}
	.memberIntro.memberTextCenter {
		text-align: center !important;
	}
	.memberIntroSub {
		text-align: left !important;
		font-size: 13px !important;
		line-height: 1.6 !important;
		margin: 30px 16.5px 0;
	}
	.memberTips {
		text-align: left;
		/*margin-left: 10px;*/
	}
	.memberTips span {
		text-indent: -10px;
	}
	.memberList {
		margin-top: 46px;
		margin-bottom: 41px;
		display: flex;
	}
  .memberList li,
  .memberList li:nth-child(3n),
  .memberList li:last-child {
		margin: 0 7px 15px;
		min-height: 315px;
	}
	.memberBrder img {
		margin-bottom: 25px;
	}
	.mlCon {
		margin: 0 36px 0;
		font-size: 12px;
		letter-spacing: .5px;
	}
	.mlCon a {
		padding-top: 0;
		margin-top: -2px;
		font-size: 12px;
	}
	.memberBtn {
		justify-content: space-between;
	}
	.memberBtn li {
		min-width: auto;
		margin: 0;
		width: 46.8%;
	}
	.memberBtn li a:hover {
		opacity: 1;
	}

	/* 会員特典について */
	.privList{
		margin-top: 40px;
	  }
	
	  .privList li{
		width: 50%;
	  }
	
	  .privList li:nth-child(n+3){
		margin-top: 25px;
	  }
	
	  .privList li figure{
		margin: 0 0 25px;
	  }
	
	  .privList li dt{
		margin-bottom: 10px;
	  }
	
	  /* 会員ランクについて */
	  .rankTable .rankCaption{
		font-size: 13px;
	  }
	
	
	  .rankTable table th,
	  .rankTable table td{
		font-size: 2.09vw;
	  }
	
	  .rankTable table tr:first-child td{
		font-size: 2.35vw;
		letter-spacing: normal;
	  }
	
	  .rankTable table tr:nth-child(6) td{
		font-size: 3.13vw;
	  }
	
	  .rankTable table tr:nth-child(8) td{
		font-size: 3.13vw;
	  }
	
	  .rankTable table sup{
		font-size: 1.56vw;
	  }
	
	  .rankTable table sub{
		font-size: 1.56vw;
	}
	
	
	  /* 会員サービス */
	  .linkList {
		width: 90%;
		margin: 0 auto 60px;
	  }
	  
	  .linkList:last-child {
		margin-bottom: 60px;
	  }
	
	  .linkList li{
		width: 50%;
		font-size: 18px;
		text-align: left;
	  }
	
	  .linkList li:nth-child(n+3){
		margin-top: 20px;
	  }

	  
	/* Point Service */
	.memberForm {
		width: auto;
	}
	.memberForm .memberFormContent {
		display: flex;
		flex-direction: column;
	}
	.memberForm .grid {
		width: 100%;
		flex: 1;
	}
	.memberForm .grid li {
		padding: 16px 9px;
		line-height: 15px;
		display: flex;
		justify-content: center;
		align-items: center;
		letter-spacing: 0;
		box-sizing: border-box;
	}
	.memberForm .grid li span {
		font-size: 9px;
	}
	.memberForm .grid li:first-child {
		width: 22%;
		font-size: 10px;
	}
	.memberForm .grid li:nth-child(2),
	.memberForm .grid li:nth-child(3),
	.memberForm .grid li:nth-child(4) {
		width: 26%;
		font-size: 16px;
	}
	.memberForm .grid:first-child li:nth-child(2),
	.memberForm .grid:first-child li:nth-child(3),
	.memberForm .grid:first-child li:nth-child(4) {
		font-size: 18px;
	}
	.memberForm .grid:nth-child(2) li:nth-child(2),
	.memberForm .grid:nth-child(2) li:nth-child(3),
	.memberForm .grid:nth-child(2) li:nth-child(4) {
		font-size: 11px;
	}
	.memberForm .grid:last-child li:nth-child(2),
	.memberForm .grid:last-child li:nth-child(3),
	.memberForm .grid:last-child li:nth-child(4) {
		font-size: 12px;
	}
	.serviceWrap .obj {
		width: auto;
		margin-top: 47px;
	}
	.obj .objBox {
		width: auto;
	}
	.obj .objBox li {
		width: 32%;
		margin-right: 2%;
		margin-left: 0;
	}
	.obj .objBox li:last-child {
		margin-right: 0;
	}
	.obj .objBox li img {
		width: 100%;
	}
	.serviceWrap .shopOut {
		width: auto;
		margin-top: 153px;
	}
	.shopOut .shopBox {
		width: auto;
		display: block;
	}
	.shopList:nth-child(1) {
		width: 52%;
		margin-left: -5px;
		float: left;
	}
	.shopList:nth-child(2) {
		width: 48%;
		margin-left: 0;
		float: right;
		margin-right: -13px;
	}
	.shopList:nth-child(3) {
		clear: both;
		display: block;
		margin-left: 0;
		padding-top: 14px;
	}
	.shopOut .shopBox .shopList:nth-child(3) li {
		display: inline-block;
	}
	.shopOut .shopBox .shopList li {
		line-height: 1.6;
		font-size: 12px;
		letter-spacing: 0.1px;
		margin-bottom: 9px;
		text-indent: -13px;
		margin-left: 13px;
	}
	.shopOut .shopBox .shopList1 li {
		margin-right: 8%;
		width: 41%;
		text-indent: 0;
		margin-left: 0;
		margin-bottom: 2px;
	}
	.shopOut .shopBox .shopList1 li:first-child {
		display: block;
	}
	.shopOut .shopBox .shopList1 li:nth-child(2n+1),
	.shopOut .shopBox .shopList1 li:nth-child(3) {
		margin-right: 0;
	}
	.shopOut .shopFooter {
		margin-top: 15px;
		margin-left: 0px;
		text-align: left;
	}
	.shopOut .shopFooter span:nth-child(1) {
		margin-left: 10px;
	}
	.showImg {
		margin-bottom: 100px;
		margin-top: -130px;
	}
	.showImg .showImgBox {
		white-space: nowrap;
	}
	.showImg .showImgBox li {
		padding: 22px 0 13px 0;
		flex: 0 0 161px;
	}
	.showImg .showImgBox .img {
		width: 132px;
	}
	.showImg .showImgBox li p {
		font-size: 7px;
		margin-top: 7px;
	}
	.showImg .showImgBox li p span {
		margin-bottom: 2px;
	}
	.showImgFooter {
		margin-top: 26px;
	}
	/*guide*/
	.guideBg {
		padding: 35px 0 5px;
		margin-bottom: 20px;
	}
	.guideWrap .memBaTitle {
		margin-bottom: 30px;
    	/* border: none; */
	}
	.guideWrap {
		position: relative;
		top: -21px;
	}
	.guideItem {
		margin-bottom: 40px;
	}
	.guideStepTitle {
		flex: 0 0 50px;
		height: 50px;
		margin-right: 15px;
	}
	.guideStepTitle p {
		font-size: 13px;
	}
	.guideLeft::after {
		display: none;
	}
	.guideStepTitle p span {
		font-size: 24px;
	}
	.guideStepText p,
	.guideStepText p a {
		font-size: 13px;
	}
	.guideItemCon {
		margin: 26px 0 40px 50px;
		display: block;
	}
	.glMember {
		text-align: center;
	}
	.guideItemCon h4 {
		/* text-align: center; */
	}
	/*.glTips p {
	 padding-left:0;
     letter-spacing: .4px;
    line-height: 1.65;
  }*/
	.glTips .glTipsIntro {
		letter-spacing: .5px;
	}
	.guideLeft .glTips {
		margin-bottom: 21px;
	}
	.glBtn li a {
		line-height: 58px;
	}
	.glBtn {
		margin-bottom: 10px;
	}
	.guideLeft {
		margin-bottom: 35px;
		/* padding-bottom: 38px;
		border-bottom: 1px solid rgba(0, 0, 0, .2); */
	}
	.guideRight .glTips p {
		letter-spacing: .5px;
	}
	.guideRight .glTips {
		margin-bottom: 22px;
	}
	.guideRight .guideBtn {
		margin: 0 0 30px;
	}
	.guideStepText {
		margin-top: 2px;
		margin-bottom: 2px;
	}
	.guideBtnModal {
		margin: 0;
	}
	/*.guideStepText p span {
    text-indent: -11px;
    line-height: 1.65;
  }*/
	.glBtn li a:hover,
	.guideBtnModal:hover {
		background: #fff;
		color: #988666!important;
	}
	.glBtn li a:hover svg {
		fill: #988666;
		opacity: 1;
	}
	.glForget a:hover {
		color: #666;
	}
	/*contact*/
	.contactWrap .memBaTitle h3 {
		font-size: 42px;
		margin-bottom: -5px;
	}
	.contactWrap .memBaTitle {
		padding-bottom: 28px;
		margin-bottom: 36px;
	}
	.contactBtn {
		max-width: none;
		margin: 36px auto 0;
	}
	.contactBtn li {
		flex: 0 0 47%;
	}
	.contactBtn li a {
		min-width: auto;
	}
	.contactWrap {
		margin-bottom: 100px;
	}
	.contactBtn li a:hover {
		background: #fff;
		color: #988666;
	}
	.contactBtn li a:hover svg {
		fill: #988666;
	}
	/*mask*/
	.maskSrcoll {
		padding: 60px 0;
	}
	.maskDetails {
		padding: 5px;
		margin: 0 25px;
		width: auto;
	}
	.maskDetails .goodsClose {
		top: 14px;
		right: 18px;
	}
	.maskDetails .goodsClose:hover {
		color: #666666;
	}
	/*memberMask*/
	.maskWrap .memberIntro {
		margin-right: 20px;
		margin-left: 20px;
	}
	.memberItem .memBaTitle {
		margin: 0 20px 36px;
		padding-top: 32px;
		padding-bottom: 27px;
	}
	.memberItem .memBaTitle h3 {
		font-size: 30px;
		letter-spacing: .7px;
		margin-bottom: 1px;
	}
	.memberItem .memberIntro {
		margin-bottom: 46px;
	}
	.memBaTitle p {
		font-size: 11px;
		letter-spacing: .7px;
	}
	.memberGoods {
		display: block;
		margin: 0 20px 22px;
	}
	.mgPoint {
		display: block;
		margin-bottom: 24px;
	}
	.mgPoint p {
		font-size: 30px;
		line-height: 62px;
		margin-top: 0;
	}
	.mgPoint p span {
		display: inline-block;
		margin-left: 7px;
	}
	.memberGoods ul {
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.memberGoods ul li {
		flex: 0 0 45.5%;
		margin: 0 0 26px;
	}
	.memberStep {
		padding-top: 12px;
		margin: 0 20px 44px;
	}
	.smallBaTitle {
		padding-bottom: 18px;
	}
	.memberStep .smallBaTitle {
		margin-bottom: 16px;
	}
	.memberStep ul {
		display: block;
		margin: 0 auto -6px;
	}
	.memberStep ul li {
		max-width: none;
		padding-top: 0;
		display: flex;
		margin-bottom: 18px;
	}
	.memberStep ul p {
		font-size: 18px;
		margin-bottom: 0;
		margin-left: 4px;
	}
	.memberStep ul p span {
		font-size: 30px;
	}
	.memberStep ul li>span {
		font-size: 12px;
		margin-top: 13px;
		margin-left: 14px;
		text-align: left;
	}
	.memberStep ul li::after {
		top: auto;
		right: auto;
		border-width: 10px 14px 0 14px;
		border-color: rgba(0, 0, 0, .1) transparent transparent transparent;
		bottom: -17px;
		left: 50%;
		transform: translateX(-50%);
	}
	.meStepTips a,
	.meStepTips {
		text-align: left;
	}
	.meStepTips {
		margin-right: 0;
		margin-left: 10px;
		text-indent: -12px;
		line-height: 1.6;
	}
	.meStepTips a .iconTarget {
		margin-left: 6px;
	}
	.meStepTips a:hover {
		color: #666;
	}
	.meStepTips a:hover svg {
		opacity: 1;
	}
	/*memberDetails*/
	.memberDetails .memBaTitle {
		padding-top: 38px;
		padding-bottom: 26px;
		margin: 0 20px 50px;
	}
	.memberDetails .memBaTitle p {
		font-size: 15px;
		margin-bottom: 5px;
	}
	.memberDetails .memBaTitle h3 {
		font-size: 20px;
	}
	.meDetailText {
		margin: 0 20px 46px;
	}
	.meDetailCon {
		margin-bottom: 38px;
		display: block;
	}
	.meDetailPic {
		margin-bottom: 30px;
	}
	.meDetailCon p {
		margin-top: 0px;
		font-size: 13px;
		line-height: 1.62;
	}
	.meDetailCon2 {
		flex-wrap: wrap-reverse;
		display: flex;
	}
	.meDetailCon3 .meDetailPic,
	.meDetailCon2 .meDetailPic {
		margin-top: 32px;
		margin-bottom: 0;
	}
	.meDetailCon2 p,
	.meDetailCon2 .meDetailPic {
		flex: 0 0 100%;
	}
	.meDetailInfo {
		margin-top: -18px;
		letter-spacing: .4px;
		margin-left: -2px;
		margin-right: -15px;
	}
	.meDetailBtn {
		margin: 0 20px 63px;
	}
	.meDetailBtn a {
		min-width: auto;
		display: block;
		letter-spacing: .7px;
	}
	.ogBox {
		margin: 0 20px 47px;
	}
	.ortherGoods {
		display: block;
		margin-bottom: 32px;
	}
	.ogBox .smallBaTitle {
		margin-bottom: 21px;
	}
	.ogItem {
		margin-bottom: 20px;
	}
	.ogItem p {
		margin-bottom: 1px;
	}
	.ogItem li {
		width: 29.3%;
		margin-right: 6%;
	}
	.ogItem1 p {
		margin-bottom: 7px;
	}
	.ogItem1 ul {
		margin-left: 0;
	}
	.ogItem1 li {
		width: 32%;
		margin-right: 2%;
	}
	.meDetailBtn a:hover {
		background: #fff;
		color: #988666;
	}
	.meDetailBtn a:hover svg {
		fill: #988666;
	}
	/*guideMask*/
	.guideMask .memBaTitle {
		padding-top: 32px;
		margin: 0 20px 35px;
		padding-bottom: 27px;
	}
	.guideMask .memBaTitle h3 {
		font-size: 30px;
		margin-bottom: 1px;
		letter-spacing: 1px;
	}
	.guideMask .memberIntro {
		margin: 0 20px 8px;
	}
	.guideMask .memberIntro2 {
		margin: 0 20px 40px;
		padding-left: 9px;
	}
	.guideBtn {
		margin: 0 20px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.guideBtn li {
		margin: 0;
	}
	.appBtn {
		max-width: none;
		flex: 0 0 44%;
	}
	.googleBtn {
		max-width: none;
		flex: 0 0 49%;
	}
	.guideMask .guideBtn {
		margin-bottom: 48px;
	}
	.guideMain {
		margin: 0 20px 46px;
	}
	.guideMain .smallBaTitle {
		margin: 0 auto 23px;
	}
	.guideMain .smallBaTitle p {
		letter-spacing: .4px;
	}
	.guideIntro {
		display: block;
		margin-bottom: 24px;
	}
	.guideMyPage,
	.guideText p {
		margin: 0 -2px;
		font-size: 13px;
		line-height: 1.62;
		letter-spacing: .6px;
	}
	.guideMyPage {
		margin-bottom: 22px;
	}
	.guideIntro ul {
		margin: 37px -2px 0;
	}
	.guideIntro li>span {
		margin-right: 17px;
	}
	.guideIntro li {
		margin-bottom: 16px;
	}
	.guideTips {
		padding: 0;
	}
	.guidePic {
		margin: 0 52px;
	}
}

@media all and (min-width: 0) and (max-width: 320px) {
	.shopOut .shopBox .shopList li {
		letter-spacing: -.5px;
	}
	.membersTitle .baseTitle {
		letter-spacing: -2.5px;
		transform: translateX(-5px);
	}
	.membersPoint li {
		margin: 0 6px;
	}
	.maskDetails {
		margin: 0 10px;
	}
	.meDetailText {
		margin: 0 10px 46px;
	}
}


/*------------------------------------------------------------
    agreement
------------------------------------------------------------*/

.agreement {
	background-color: #fff;
}

.agreement .membersWrap {
	padding-top: 145px;
	margin: 0 auto;
	width: 700px;
}

.agreement .membersTitle {
	margin-bottom: 113px;
	text-align: center;
}

.agreement .membersTitle .baseTitle {
	margin-bottom: 37px;
	font-size: 60px;
}

.agreement .membersTitle p {
	font-size: 15px;
	letter-spacing: .8px;
}

.agreement .agreeBox h3 {
	margin-bottom: 24px;
	padding-bottom: 16px;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.5px;
	border-bottom: 1px solid #988666;
	color: #988666;
}

.agreement .agreeBox p {
	margin-bottom: 71px;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0.5px;
	line-height: 1.7;
	text-align: justify;
}

.agreement .agreeBox p a {
	display: inline-block;
	font-size: 14px;
	/*border-bottom: 1px solid #000;*/
}

.agreement .agreeBox p a:hover {
	color: #333;
	opacity: 0.5;
}

.agreement .agreeBox p.text01 {
	margin-bottom: 18px;
}

.agreement .agreeBox p.text02 {
	margin-bottom: 0;
}

.agreement .agreeBox .textUl {
	margin-bottom: 71px;
}

.agreement .agreeBox .textUl li {
	margin-bottom: 5px;
	padding-left: 1em;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0.5px;
	line-height: 1.8;
	text-indent: -0.85em;
	text-align: justify;
}

.agreement .agreeBox .textUl li .fwBold {
	font-weight: 500;
}

.agreement .agreeBox .textUl li h4 {
	margin: 11px 15px 5px;
	font-weight: 500;
}

.agreement .agreeBox .textUl li .txt {
	margin-bottom: 20px;
	display: block;
	text-indent: 0;
	line-height: 1.77;
}

.agreement .agreeBox .textUl li .txt01 {
	margin-bottom: 7px;
}

.agreement .agreeBox .subList {
	margin-bottom: 15px;
}

.agreement .agreeBox .sub li {
	margin-bottom: 0;
}

.agreement .agreeBox .note {
	text-align: right
}

.agreement .agreeBox .textUl01 li {
	margin-bottom: 0;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.agreement .membersWrap {
		margin: 0 25px;
		padding-top: 100px;
		width: auto;
	}
	.agreement .membersTitle {
		margin-bottom: 65px;
	}
	.agreement .membersTitle .baseTitle {
		margin-bottom: 30px;
		font-size: 46px;
	}
	.agreement .membersTitle p {
		font-size: 14px;
		line-height: 1.8;
		text-align: left;
		letter-spacing:.6px;
	}
	.agreement .agreeBox h3 {
		margin-bottom: 19px;
		font-size: 13px;
	}
	.agreement .agreeBox p {
		margin-bottom: 51px;
		font-size: 13px;
		line-height: 1.63;
	}
	.agreement .agreeBox p a {
		font-size: 13px;
	}
	.agreement .agreeBox p a:hover {
		opacity: 1;
	}
	.agreement .agreeBox p.text01 {
		margin-bottom: 18px;
	}
	.agreement .agreeBox p.text02 {
		margin-bottom: 0;
	}
	.agreement .agreeBox .textUl {
		margin-bottom: 54px;
	}
	.agreement .agreeBox .textUl li {
		margin-bottom: 10px;
		font-size: 13px;
		line-height: 1.63;
	}
	.agreement .agreeBox .textUl li h4 {
		margin: 11px 15px 6px;
	}
	.agreement .agreeBox .textUl li .txt {
		margin-bottom: 20px;
		text-indent: 0;
		line-height: 1.77;
	}
	.agreement .agreeBox .subList {
		margin-bottom: 22px;
	}
	.agreement .agreeBox .sub {
		margin-top: 5px;
	}
	.agreement .agreeBox .sub li {
		margin-bottom: 6px;
	}
}


/*------------------------------------------------------------
    enMembers
------------------------------------------------------------*/

.lang-en .memberIntro {
	font-family: var(--Classico);
	font-style: normal;
	font-weight: normal;
	letter-spacing: .25px;
}

.lang-en .memberTips {
	font-family: var(--Classico);
	font-style: normal;
	font-weight: normal;
	line-height: 1.75;
	letter-spacing: .2px;
}

.lang-en .memberTips br {
	display: none;
}

.lang-en .mlTitle {
	font-family: var(--Classico);
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	letter-spacing: 1.8px;
}

.lang-en .mlCon {
	font-family: var(--Classico);
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	letter-spacing: .2px;
	line-height: 1.6;
}

.lang-en .memberBtn li p {
	font-family: var(--Classico);
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	letter-spacing: -0.3px;
}

.lang-en .memberBtn li a {
	font-family: var(--Classico);
	font-style: normal;
	font-weight: normal;
	font-size: 21px;
}

.lang-en .memberFormTitle,
.lang-en .objTitle,
.lang-en .showImgTitle,
.lang-en .shopOutTitle {
	font-family: var(--Classico);
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	letter-spacing: 1.8px;
}

.lang-en .grid li:first-child {
	font-family: var(--Classico);
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
}

.lang-en .grid li {
	font-family: var(--Classico);
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	letter-spacing: .2px;
}

.lang-en .grid li span {
	letter-spacing: .2px;
}

.lang-en .grid:nth-child(3) li:nth-child(2),
.lang-en .grid:nth-child(3) li:nth-child(3),
.lang-en .grid:nth-child(3) li:nth-child(4) {
/* 	font-family: 'Noto Serif JP', serif; */
	font-size: 14px;
}

.lang-en .shopList li {
	font-family: var(--Classico);
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
}

.lang-en .shopFooter {
	font-family: var(--Classico);
	font-style: normal;
	font-weight: normal;
	letter-spacing: .2px;
}

.lang-en .showImgFooter a {
	font-family: var(--Classico);
	font-style: normal;
	font-weight: normal;
	letter-spacing: .8px;
}

.lang-en .guideStepText {
	font-family: var(--Classico);
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
}

.lang-en .glMember {
	font-family: var(--Classico);
	font-style: normal;
	font-weight: normal;
	letter-spacing: .2px;
}

.lang-en .guideItemCon h4 {
	font-family: var(--Classico);
	font-style: normal;
	font-weight: normal;
	font-size: 30px;
	letter-spacing: .6px;
}

.lang-en .glTips {
	font-family: var(--Classico);
	font-style: normal;
	font-weight: normal;
}

.lang-en .glTips p {
	line-height: 1.8;
	letter-spacing: .3px;
}

.lang-en .glForget {
	font-family: var(--Classico);
	font-style: normal;
	font-weight: normal;
}

.lang-en .guideBtnModal {
	font-family: var(--Classico);
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
}

.lang-en .guideItemCon>p {
	display: none;
}

.lang-en .memberDetails .memBaTitle h3 {
	font-family: var(--Classico);
	font-style: normal;
	font-weight: normal;
	font-size: 30px;
}

.lang-en .meDetailCon p {
	font-family: var(--Classico);
	font-style: normal;
	font-weight: normal;
}

.lang-en .meDetailInfo {
	font-family: var(--Classico);
	font-style: normal;
	font-weight: normal;
}

.lang-en .meDetailInfo dt {
	min-width: 108px;
}

.lang-en .meDetailBtn a {
	font-family: var(--Classico);
	font-style: normal;
	font-weight: normal;
	font-size: 21px;
	letter-spacing: .1px;
}

.lang-en .smallBaTitle p {
	font-family: var(--Classico);
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
}

.lang-en .ortherGoodsBtn a {
	font-family: var(--Classico);
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	letter-spacing: .6px;
}

.lang-en .memberGoods ul li p {
	font-family: var(--Classico);
	font-style: normal;
	font-weight: normal;
}

.lang-en .memberStep ul li>span {
	font-family: var(--Classico);
	font-style: normal;
	font-weight: normal;
}

.lang-en .meStepTips,
.lang-en .guideText p,
.lang-en .guideMask .memberIntro2,
.lang-en .guideTips {
	font-family: var(--Classico);
	font-style: normal;
	font-weight: normal;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.lang-en .mlCon {
		font-size: 12px;
	}
	.lang-en .memberBtn li p {
		font-size: 11px;
	}
	.lang-en .memberBtn li a {
		font-size: 18px;
		line-height: 1.02;
		padding: 14px 0;
	}
	.lang-en .grid li:first-child {
		font-size: 10px;
	}
	.lang-en .memberForm .grid:nth-child(2) li:nth-child(2),
	.lang-en .memberForm .grid:nth-child(2) li:nth-child(3),
	.lang-en .memberForm .grid:nth-child(2) li:nth-child(4) {
		font-size: 13px;
	}
	.lang-en .grid li span {
		font-size: 10px;
	}
	.lang-en .grid:nth-child(3) li:nth-child(2),
	.lang-en .grid:nth-child(3) li:nth-child(3),
	.lang-en .grid:nth-child(3) li:nth-child(4) {
		font-size: 12px;
	}
	.lang-en .guideItemCon h4 {
		font-size: 25px;
	}
	.lang-en .memberDetails .memBaTitle h3 {
		font-size: 25px;
	}
	.lang-en .meDetailInfo {
		font-size: 11px;
	}
	.lang-en .memberGoods ul li p {
		font-size: 11px;
	}
}

.doubleLine {
	text-decoration-line:line-through;
    text-decoration-style:double;
    text-decoration-color:#ff3333;
}

.mgState {
	color:#ff3333;
}