@charset "UTF-8";

html {
	width: 100%;
	height: 100%;
	color: #000;
	margin: 0;
	padding: 0;
	font-feature-settings: "palt" 1;
}

#content{
	position: relative;
	z-index: -2;
	background-color: #fff;
	overflow: hidden;
	padding-bottom: 55px;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,figure {
	margin: 0;
	padding: 0;
}

body.is-open{
	overflow-y: hidden;
}

body{
	position: relative;
	z-index: -1;
	font-size: 13px;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","Verdana",sans-serif;
	line-height: 1.5;
	counter-reset:number;
	height: 100%;
	-webkit-text-size-adjust: none;
}
@media (min-width:769px){
	body {
		min-width: 980px;
	}
}
body.small { font-size: 11px; }
body.medium { font-size: 13px; }
body.large { font-size: 15px; }

.inner{
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
@media (min-width:769px){
	.inner{
		max-width: 1240px;
		padding: 0 20px;
	}	
}
@media (max-width:768px){
	.inner{
		padding: 0 10px;
	}
}

table {
	font: 100%;
	font-size: inherit;
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th { text-align:left; }

fieldset,img { border: 0;}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
address,caption,cite,code,dfn,em,th,var {
	font-style: normal;
	font-weight: normal;
}
ol,ul { list-style: none;}

q:before,q:after { content:'';}
abbr,acronym {
	border: 0;
	font-variant: normal;
}
sup { vertical-align: text-top; }
sub { vertical-align: text-bottom;}
input,textarea,select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	outline: 0;
}
legend{ color:#555;}

select,input,button,textarea{ font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","Verdana",sans-serif; }

pre,code,kbd,samp,tt{
	font-family: monospace;
	line-height: 100%;
}

main { display: block; }


a {
	color: #333;
	outline: none;
	text-decoration: none;
}
a:hover { text-decoration: none; }
a:focus { text-decoration: none; }
a:active { text-decoration: none; }

img{ max-width: 100%; }
a img { border: none; }

li img,
dt img,
dd img{ vertical-align: top; }

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.clear { clear: both; }
.cf:after {
	content: "";
	display: block;
	clear: both;
}
.hoverlink {
	transition-duration: .3s;
	transition-property: opacity;
}
.hoverlink:hover {
	opacity: .6;
}

a.link,
.link a {
	display: block;
	position: relative;
}
a.link:before,
.link a:before,
a.link:after,
.link a:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
.link a:before {
	width: 18px;
	height: 18px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 2px solid #333;
	right: 0;
}
.link a:after {
	width: 6px;
	height: 6px;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	right: 8px;
}
.link a:hover:before,
.link a:hover:after {
	border-color: #b50081;
}
.link a:hover > * {
	opacity: .6;
}
@media (max-width:768px){
	.link a:before {
		width: 14px;
		height: 14px;
	}
	.link a:after {
		width: 5px;
		height: 5px;
		right: 7px;
		bottom: 1px;
	}
}

.btn a {
	height: 30px;
	display: block;
	line-height: 30px;
	text-align: center;
	position: relative;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-left: 10px;
	margin-right: 10px;
}
.btn a:before,.btn2 a:before,
.rakutaku-eshop-cont a:before {
	content: "";
	width: 12px;
	height: 12px;
	display: block;
	border: 2px solid #333;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	position: absolute;
	top: 0;
	right: 8px;
	bottom: 0;
	margin: auto 0;
}
.btn a:after,.btn2 a:after,
.rakutaku-eshop-cont a:after {
	content: "";
	width: 4px;
	height: 4px;
	display: block;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	position: absolute;
	top: 0;
	right: 14px;
	bottom: 0;
	margin: auto 0;
}
.btn.catalog a:before,
.btn.special a:before,
.btn.eshop a:before,
.btn.movie a:before { content: none; }
.btn.catalog a:after,
.btn.special a:after,
.btn.eshop a:after,
.btn.movie a:after {
	border: none;
	width: 21px;
	height: 22px;
	right: 10px;
	background: url(../images/icon_btn.png) no-repeat 0 0;
	background-size: auto 200%;
	transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}

.blackBtn {
	text-align: center;
	padding: 32px 0 47px;
}
.blackBtn a {
	color: #fff;
	font-size: 116%;
	line-height: 41px;
	background: #333;
	padding: 0 26px;
	display: inline-block;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

@media (min-width:769px){
	.btn.catalog a:hover:after { background-position: 0 -22px; }
	.btn.special a:after { background-position: -21px 0; }
	.btn.special a:hover:after { background-position: -21px -22px; }
	.btn.eshop a:after { background-position: -42px 0; }
	.btn.eshop a:hover:after { background-position: -42px -22px; }
	.btn.movie a:after { background-position: -63px 0; }
	.btn.movie a:hover:after { background-position: -63px -22px; }
	#oldPage.inner {
		width: 960px;
		margin: 0 auto;
		padding: 25px 0;
	}
}
@media (max-width:768px){
	.btn a:before {
		width: 14px;
		height: 14px;
	}
	.btn a:after {
		width: 5px;
		height: 5px;
	}
	.blackBtn a { font-size: 12px; }
}

.selBox {
	position: relative;
	display: inline-block;
}
.selBox select {
	opacity: 0;
	z-index: 1;
	cursor: pointer;
	position: relative;
}
.selBox span {
	font-size: 108%;
	position: absolute;
	text-align: left;
	padding: 0 25px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	border: 1px solid #d5d5d5;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.selBox span:after {
	content: "";
	width: 0;
	height: 0;
	display: block;
	position: absolute;
	border: solid transparent;
	border-width: 10px 5px 0;
	border-top-color: #b50081;
	top: 0;
	right: 25px;
	bottom: 0;
	margin: auto 0;
}

.mainHeader {
	margin: 0 auto;
  max-width: 1200px;
  padding-bottom: 14px;
  border-bottom: 3px solid #e6e6e6;
  margin-bottom: 20px;
}
.mainHeader::after {
	content: "";
	display: block;
	clear: both;
}
.mainHeader .links {
	float: right;
}
.mainTitle {
	float: left;
  height: 1.36em;
  font-size: 231%;
  line-height: 1.36em;
  position: relative;
}

@media (min-width:769px){
	.sp { display: none !important; }
}
@media (max-width:768px){
	.pc { display: none !important; }
	#contents {
		padding-top: 50px;
	}
	.mainHeader {
		padding: 0 12px 5px;
	}
	.mainTitle {
		height: auto;
		font-size: 20px;
		line-height: 20px;
		margin-top: 9px;
	}
}

/* 設定期間・確認用テキスト表示スタイル */
#period_text {
	background: #b50081;
    color: #fff;
    padding: 12px;
    font-size: 124%;
    text-align: center;
    line-height: 22px;
    letter-spacing: 1px;
}
#period_text time {
	font-size: 108%;
	color: #fff;
	font-weight: bold;
}

@media (max-width:768px){
	#period_text {
		font-size: 14px;
		padding: 8px 5px;
		line-height: 20px;
	}
	#period_text time {
		font-size: 105%;
		color: #fff;
	}
}
@media (max-width:374px){
	#period_text {
		font-size: 12px;
	}
}


/* グローバルヘッダー */
#global-header{
	position: relative;
	z-index: 9999;
	background-color: #ebebeb;
}
.global-header-guru{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.global-header-guru-in{
	position: relative;
	text-align: center;
	background-color: #ffffff;
	font-weight: bold;
}
.global-header-guru-in a{
	position: relative;
}
.global-header-guru-in:nth-child(1):before{
	content: url("../images/svg/global-menu_01.svg");
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.global-header-guru-in:nth-child(2):before{
	content: url("../images/svg/global-menu_02.svg");
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.global-header-guru-in:nth-child(3):before{
	content: url("../images/svg/global-menu_03.svg");
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.global-header-guru-in:nth-child(4):before{
	content: url("../images/svg/global-menu_04.svg");
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

@media (min-width:769px){
	.global-header-guru{
		padding: 7px 0;
	}
	.global-header-guru-in{
		font-size: 12px;
		width: 150px;
		margin-right: 7px;
		border-radius: 6px;
	}
	.global-header-guru-in a{
		display: block;
		padding: 10px 0 10px 9px;
	}
	
	.global-header-guru-in:nth-child(1):before{
		left: 12px;
		width: 22px;
	}
	.global-header-guru-in:nth-child(2):before{
		left: 6px;
		width: 14px;
	}
	.global-header-guru-in:nth-child(3):before{
		left: 12px;
		width: 18px;
	}
	.global-header-guru-in:nth-child(4):before{
		left: 14px;
		width: 14px;
	}
	
}
@media (max-width:768px){
}

/* メインヘッダー */
header{
	pointer-events: auto;
}
#main-header{
	position: relative;
	background-color: #ffffff;
	z-index: 9999;
}

#main-header .mega{
	display: none !important;
	position: absolute;
	display: flex;
	width: 100%;
	height: 279px;
	background-color: #fff;
	z-index: 1;
}
#main-header .mega.is-open{
	display: flex !important;
	position: absolute;
	z-index: 9999;
}
#main-header .mega-name{
	position: relative;
	background-color: #a81077;
	width: 30%;
	height: 100%;
}
#main-header .mega-name-txt{
	position: absolute;
	right: 26%;
	top: 50px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	border-bottom: 3px solid #fff;
}
#main-header .mega-guru{
	display: flex;
	/* width: 70%; */
	height: 100%;
}
#main-header .mega-guru a{
	position: relative;
}
#main-header .mega-guru a::before{
	content: "";
    position: absolute;
    top: 50%;
    right: 29px;
    transform: translateY(-50%) rotate(-45deg);
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 6px;
    height: 6px;
    z-index: 1;
}
#main-header .mega-guru a::after{
	content: "";
    position: absolute;
    top: 50%;
    right: 22px;
    transform: translateY(-50%);
    background-color: #a80a78;
    width: 20px;
    height: 20px;
    border-radius: 22px;
}

#main-header .mega-guru-in{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	font-size: 16px;	
	font-weight: bold;
	color: #000;
	margin-top: 30px;
	margin-left: 80px;
}
#main-header .mega-guru-in a{
	border-bottom: 1px solid #ebebeb;
	width: 296px;
	padding: 20px 0;
}

#main-header .mega-bg.is-open{
	position: relative;
	z-index: 3;
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 10000px;
}


.global-header-logo{
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
}
.global-header-logo a{
	display: flex;
	align-items: center;
}
.global-header-logo-ae{
	height: auto;
}
.global-header-logo-txt{
	height: auto;
}

.main-header-guru{
	display: flex;
	justify-content: center;
	align-items: center;
}
.main-header-guru-in{
	position: relative;
	font-weight: bold;
}

.header-btn{
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
}
.key{
	cursor: pointer;
	position: relative;
}
.key-box{
	position: relative;
}
.overseas{
	cursor: pointer;
	position: relative;
	background-color: #3a3a3a;
}
.overseas::before{
	content: url("../images/svg/overseas.svg");
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.overseas a{
	display: block;
	height: 100%;
}
.overseas-txt{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	font-weight: bold;
}
.header-bnr-img {
	border: 1px solid #fff;
}

@media (min-width:769px){
	#main-header{
	}
	.main-header-defo{
		padding: 22px 0 23px 0 ;
	}
	
	.global-header-logo-ae{
		width: 96px;
	}	
	.global-header-logo-txt{
		width: 176px;
	}
	
	.main-header-guru-in{
		position: relative;
		font-size: 16px;
		font-weight: bold;
		margin: 0 25px;
	}
	.main-header-guru-in::before{
		content: "";
		position: absolute;
		bottom: -23px;
		width: 100%;
		height: 2px;
		background-color: #b51180;
		transform: scaleX(0);
		transition: 0.3s;
	}
	.main-header-guru-in:hover::before{
		transform: scaleX(1);
	}
	

	.header-btn{
		z-index: 1;
	}
	.key-box{
		position: absolute;
		top: 0;
		right: 50%;
		width: 0;
		z-index: -1;
		overflow: hidden;
		border-radius: 45px 0 0 45px;
		transition-duration: .3s;
		transition-property: width;
	}
	.key-btn{
		display: none;
	}
	.key-btn-pc{
		cursor: pointer;
		position: relative;
		background-color: #3a3a3a;
		top: 50%;
		right: 0px;
		transform: translateY(-50%);
		display: block;
		width: 45px;
		height: 45px;
		border-radius: 45px;
	}
	.key-btn-pc:hover {
		background-color: #b51180;
	}
	.key-btn-pc::before{
		content: url("../images/svg/key.svg");
		position: absolute;
		top: 13px;
		left: 13px;
		width: 19px;
		height: 19px;
	}
	.key-box.is-open{
		width: 170px;
	}
	
	.key-word{
		font-size: 12px;
		background-color: #ebebeb;
		border: none;
		border-right: none;
		width: 100%;
		height: 45px;
		border-radius: 45px 0 0 45px;
		padding: 0 20px;
		box-sizing: border-box;
	}
	.key-word::placeholder{
		/* color: #9c9c9c; */
		/* color: #ededed; */
		font-size: 0px;
	}

	.key{
		background-color: #3a3a3a;
		top: 50%;
		right: 8px;
		width: 45px;
		height: 45px;
		border-radius: 45px;
	}	
	/* .key::before{
		content: url("../images/svg/key.svg");
		position: absolute;
		top: 13px;
		left: 13px;
		width: 19px;
		height: 19px;
	} */
	.overseas{
		width: 125px;
		height: 45px;
		border-radius: 22.5px;
	}
	.overseas:hover{
		background-color: #b51180;
	}
	.overseas.is-open{
		background-color: #b51180;
	}
	.overseas-txt{
		font-size: 14px;
		padding-left: 40px;
	}
	.overseas::before{
		left: 12px;
		width: 18px;
		height: 18px;
	}
	.overseas-mega{
		position: relative;
		top: 24px;
		left: 0px;
		z-index: 1;
		width: 100%;
	}
	.header-bnr{
		display: none;
	}
	.header-bnr.is-open{
		position: absolute;
		display: flex !important;
		align-items: center;
		justify-content: center;
		background-color: #b51180;
		width: 100%;
		height: 164px;
		z-index: 9999;
	}
	.header-bnr-img{
		width: 290px;
		height: 75px;
	}
	.header-bnr-img:nth-child(1){
		margin-right: 16px;
	}
	.header-bnr-img:nth-child(2){
		margin-left: 16px;
	}
	
}
@media (max-width:768px){

	#main-header{
		display: flex;
		justify-content: flex-end;
		align-items: center;

		position: fixed;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 50px;
		z-index: 999;
	}

	.global-header-logo-ae{
		width: 93px;
	}	
	.global-header-logo-txt{
		width: 139px;
	}

	.global-header-ico{
		padding: 0 6px;
		border-left: 1px solid #d5d5d5;
	}
	.global-header-ico .line1{
		display: block;
		width: 24px;
		height: 3px;
		border-radius: 3px;
		background-color: #333;
		margin-top: 9px !important;
		margin: auto;
	}
	.global-header-ico .line2{
		display: block;
		width: 24px;
		height: 3px;
		border-radius: 3px;
		background-color: #333;
		margin-top: 5px !important;
		margin: auto;
	}
	.global-header-ico .line3{
		display: block;
		width: 24px;
		height: 3px;
		border-radius: 3px;
		background-color: #333;
		margin-top: 5px !important;
		margin: auto;

	}
	.global-header-ico-txt{
		font-size: 10px;
		font-weight: bold;
		color: #333;
	}
	.main-header-guru{
		display: none;
	}
	.main-header-guru.is-open{
		position: absolute;
		top: 50px;
		left: 0px;
		display: block;
		background-color: #fff;
		width: 100vw;
		height: 100vh;
		overflow: auto;
	}
	.main-header-guru-in::before{
		content: "";
		position: absolute;
		top: 50%;
		transform: translateY(-50%) rotate(-45deg);
		right: 20px;
		border-bottom: 2px solid #b50081;
		border-right: 2px solid #b50081;
		width: 13px;
		height: 13px;
		z-index: 1;

	}
	.main-header-guru-in a{
		display: block;
		border-bottom: 1px solid #d5d5d5;
		font-size: 15px;
		padding: 18px 20px 18px 30px;
	}


	/* SPハンバーガー */
	.header-btn{
		display: none;
	}
	.header-btn.is-open{
		display: block;
		position: relative;
		top: 15px;
		left: 50%;
		height: 130px;
		margin-bottom: 80px;
		transform: translateX(-50%);
		z-index: 6;
	}
	
	.key{
		width: 315px;
		left: 50%;
		transform: translateX(-50%);
	}
	.key-word{
		position: relative;
		left: 50%;
		transform: translateX(-50%);
		font-size: 12px;
		font-family: 'メイリオ', 'Meiryo', sans-serif;
		background-color: #e8e8e8;
		width: 295px;
		height: 60px;
		border: none;
		padding-left: 20px;
		border-radius: 30px;
	}
	.key-word::placeholder{
		color: #9c9c9c;
	}
	.key-btn{
		position: absolute;
		top: 0px;
		right: 0px;
		background-color: #3a3a3a;	
		background-image: url("../images/svg/key.svg");
		background-repeat: no-repeat;
		background-size: 24px;
		background-position: center;
		width: 62px;
		height: 60px;
		border: none;
		font-size: 0;
		border-radius: 45px;
	}

	.overseas{
		top: 10px;
		left: 50%;
		transform: translateX(-50%);
		width: 315px;
		height: 60px;
		border-radius: 30px;
	}
	.overseas-txt{
		font-size: 15px;
		text-align: center;
	}
	.overseas-txt::before{
		content: "";
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 20px;
		background-color: #fff;
		width: 16px;
		height: 2px;
	}	
	.overseas-txt::after{
		content: "";
		position: absolute;
		top: 50%;
		transform: translateY(-50%) rotate(90deg);
		right: 20px;
		background-color: #fff;
		width: 16px;
		height: 2px;
	}	
	.overseas::before{
		left: 19px;
		width: 24px;
		height: 24px;
	}

	.overseas-mega{
		position: relative;
		top: -125px;
		left: 50%;
		transform: translateX(-50%);
		z-index: 5;
	}
	.header-bnr{
		display: none;
	}
	.header-bnr.is-open{
		display: flex !important;
		flex-direction: column;
		align-items: center;
		background-color: #e8e8e8;
		width: 315px;
		height: 254px;
		border-radius: 30px;
		margin: auto;
	}
	.header-bnr-img{
		width: 234px;
		height: 60px;
	}
	.header-bnr a{
		font-size: 0px;
	}
	.header-bnr a:nth-child(1){
		margin-top: 82px;
	}
	.header-bnr a:nth-child(2){
		margin-top: 15px;
	}
}


/* パンくず */
.breadcrumb{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.breadcrumb-txt a{
	color: #b50081;
	text-decoration: underline;
}
.breadcrumb li + li:before{
	content: ">";
    margin: 0 0.5em;
}
.breadcrumb-txt.is-open a{
	color: #000 !important;
	text-decoration: none;
}

@media (min-width:769px){	
	.breadcrumb{
		justify-content: flex-end;
		align-items: center;
	}	
	.breadcrumb-txt{
		font-size: 93%;
	}	
}
@media (max-width:768px){	
	.breadcrumb{
		justify-content: flex-start;
		align-items: center;
		padding: 10px 0;
	}	
	.breadcrumb-txt{
		font-size: 10px;
	}	
}



/* 全コンテンツ関係 */
.header-bg-bk.is-open{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vw;
	opacity: 0.5;
	background-color: #000;
	z-index: 9998;
}
#content.is-open{
	opacity: 0.5;
}

.slideList {
	position: relative;
	text-align: center;
}
.slideList > ul { margin: 0 -10px; }
.slideList .slick-list { position: relative; }
.slideList .slick-list:before,
.slideList .slick-list:after {
	content: "";
	width: 10px;
	height: 100%;
	display: block;
	background: #fff;
	position: absolute;
	top: 0;
	z-index: 100;
}
.slideList .slick-list:before { left: 0; }
.slideList .slick-list:after { right: 0; }
.slideList .slick-arrow {
	position: absolute;
	top: 36px;
	z-index: 1;
	width: 29px;
	height: 0;
	border: none;
	cursor: pointer;
	overflow: hidden;
	padding: 29px 0 0;
	background: #b50081;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	transition-duration: .3s;
	-moz-transition-duration: .3s;
	-webkit-transition-duration: .3s;
}
.shopBnr.pc .slideList .slick-arrow {
	top: 103px;
}

.slideList .slick-arrow:hover { background: #e899d1; }
.slideList .slick-prev { left: -38px; }
.slideList .slick-next { right: -38px; }
.slideList .slick-arrow:after {
	content: "";
	width: 10px;
	height: 10px;
	display: block;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
.slideList .slick-prev:after {
	left: 11px;
	transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}
.slideList .slick-next:after {
	right: 11px;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.slideList li { margin: 0 10px; }
.slideList li img {
	max-width: 100%;
	height: auto;
}
.shopBnr.pc .slideList.slides1 .slick-track .slick-slide img {
	max-width: 95% !important;
}

.slideList li .while {
	padding: 0 5px;
	line-height: 26px;
	background: #e6e6e6;
}
.slideList li .while span { display: inline-block; }
.slideList .btn a {
	border: none;
	margin-top: 10px;
	background: #c6c6c6;
	/* 240822 修正 */
	margin-left: 0;
	max-width: 95%;
}
.slideList .btn a:hover {
	color: #fff;
	background: #333;
}
.slideList .btn a:before,
.slideList .btn a:after {
	border-color: #333;
}
.slideList .btn a:hover:before,
.slideList .btn a:hover:after {
	border-color: #fff;
}
@media (min-width:769px){
	.slideList.slides1 {
		margin-left: -37.5%;
		margin-right: 37.5%;
	}
	.slideList.slides2 {
		margin-left: -25%;
		margin-right: 25%;
	}
	.slideList.slides3 {
		margin-left: -12.5%;
		margin-right: 12.5%;
	}

	.shopBnr.pc .slideList.slides1 {
		margin-left: 0;
		margin-right: 50%;
	}
	.shopBnr.pc .slideList.slides1 .slick-track{
		width: 100% !important;
	}
	.shopBnr.pc .slideList.slides1 .slick-track .slick-slide {
		width: 100% !important;
	}
	.shopBnr.pc .slideList.slides2 {
		margin-left: 0;
		margin-right: 0;
	}
	.shopBnr.pc .slideList.slides3 {
		margin-left: 0;
		margin-right: 0;
	}
}
@media (max-width:768px){
	.slideList {
		padding-left: 20px;
		padding-right: 20px;
	}
	.slideList > ul { margin: 0; }
	.slideList li .while {
		font-size: 15px;
		line-height: 31px;
	}
	.slideList .slick-list:before,
	.slideList .slick-list:after { content: none; }
	.slideList .slick-arrow {
		width: 36px;
		top: 50%;
		top: calc(15.7vw - 12px);
		padding-top: 36px;
	}
	.slideList .slick-prev { left: -14px; }
	.slideList .slick-next { right: -14px; }
	.slideList .slick-arrow:after {
		width: 11px;
		height: 11px;
	}
	.slideList .slick-prev:after { left: 14px; }
	.slideList .slick-next:after { right: 14px; }
	.slideList li { margin: 0; }
	.slideList li img { width: 100%; }
	.slideList .btn a {
		height: 35px;
		font-size: 15px;
		line-height: 35px;
	}
	.btn.catalog a:after,
	.btn.special a:after,
	.btn.eshop a:after {
		width: 27px;
		height: 28.5px;
	}
}
@media (max-width:750px){
	.slideList .slick-arrow {
	    width: 25px;
	    padding-top: 25px;
	}
	.slideList .slick-arrow:after {
	    width: 8px;
	    height: 8px;
	}
	.slideList .slick-next:after {
	    right: 9px;
	}
	.slideList .slick-prev:after {
	    left: 9px;
	}
	.slideList .slick-next {
	    right: -18px;
	}
	.slideList .slick-prev {
	    left: -18px;
	}
}

.headline{
	position: relative;
	text-align: center;
	font-weight: bold;
}
.s-headline {
	font-size: 154%;
	line-height: 43px;
	padding-top: 5px;
	padding-left: 60px;
	position: relative;
	margin-bottom: 12px;
}
.s-headline:before {
	content: "";
	display: block;
	width: 48px;
	height: 48px;
	position: absolute;
	top: 0;
	left: 0;
	background: #333 no-repeat center;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	background-size: 100%;
	-moz-background-size: 100%;
	-webkit-background-size: 100%;
}

.cont-new{
	position: relative;
}
.cont-new::before{
	content: "NEW!";
	position: absolute;
	text-align: center;
	font-weight: bold;
	display: block;
}



@media (min-width:769px){
	.headline{
		font-size: 22px;
	}	
}
@media (max-width:768px){
	.headline{
		font-size: 20px;
	}
	.s-headline {
		font-size: 20px;
		line-height: 40px;
		padding-left: 64px;
		padding-right: 12px;
	}
	.s-headline:before {
		left: 13px;
		width: 40px;
		height: 40px;
	}
}




/* フッター */

footer {
	clear: both;
}
.footer-top{
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #3a3a3a;
}
.footer-top-icon{
	display: flex;
	align-items: center;
}
.footer-top-icon-txt{
	color: #fff;
}

.footer-arrow{
	position: relative;
	color: #040000;
}
.footer-arrow::before{
	content: "";
    position: absolute;
    transform: translateY(-50%) rotate(-45deg);
    z-index: 1;
}


@media (min-width:769px){
	footer{
		padding-bottom: 54px;
		background-color: #ebebeb;
	}	

	.footer-top{
		padding: 14px 0;
	}	
	.footer-top-icon-txt{
		font-size: 13px;
		line-height: 20px;
		margin-right: 34px;
	}
	.footer-top-icon-img{
		max-width: 50px;
		margin-right: 10px;
	}
	.footer-top-dl{
		display: flex;
	}
	.google{
		max-width: 167px;
	}
	.app{
		max-width: 136px;
		margin-right: 20px;
	}
	.footer-arrow::before{
		top: 10px;
		left: -17px;
		border-bottom: 1px solid #040000;
		border-right: 1px solid #040000;
		width: 5px;
		height: 5px;
	}
	.footer-bottom-pull-in .footer-arrow::before{
		top: 9px;
	}
	.footer-bottom-norm-bot .footer-arrow::before{
		top: 9px;
	}	

	.footer-bottom{
		display: flex;
		justify-content: space-between;
	}
	.footer-bottom-norm-top{
		display: flex;
		margin-top: 20px;
	}	
	.footer-bottom-norm-top-in{
		margin-right: 160px;
	}
	.footer-bottom-norm-top-in:nth-child(1){
		margin-left: 75px;
	}
	.footer-bottom-norm-top-in-link{
		font-size: 15px;
		margin-top: 30px;
	}
	.footer-bottom-pull-link-sho{
		font-size: 13px;
		margin-top: 25px;
		margin-left: 10px;
	}
	.footer-bottom-pull{
		margin-top: 30px;
	}

	.footer-bottom-norm-bot{
		display: flex;
		margin-top: 20px;
	}
	.footer-bottom-norm-bot-in{
		margin-right: 55px;
	}
	.footer-bottom-norm-bot-link{
		margin-top: 35px;
		font-size: 12px;
	}

	.copy{
		display: flex;
		justify-content: space-around;
		align-items: center;
		margin-top: 45px;
	}
	.copy-txt{
		font-size: 14px;
	}
	.copy a{
		font-size: 0px;
	}
	.copy-img{
		max-width: 237px;
/*		border: solid 1px #d5d5d5;*/
		/*background-color: #fff;*/
		padding: 10px 32px 10px 32px;
	}

}
@media (max-width:768px){
	footer{
		padding-bottom: 100px;
		background-color: #ebebeb;
	}	

	.footer-top{
		padding: 6px 0;
	}	
	.footer-top-icon-txt{
		font-size: 10px;
		line-height: 12px;
		margin-right: 9px;
	}
	.footer-top-icon-img{
		border-radius: 4.5px 6.5px 6.5px 6.5px;
		max-width: 35px;
		margin-right: 10px;
	}
	.footer-top-dl{
		display: flex;
	}
	.google{
		max-width: 118px;
	}
	.app{
		max-width: 96.5px;
		margin-right: 5px;
	}
	.footer-bottom-norm-top .footer-arrow::before{
		content: "";
		position: absolute;
		top: 50%;
		right: 23px;
		transform: translateY(-50%) rotate(-45deg);
		border-bottom: 2px solid #111;
		border-right: 2px solid #111;
		width: 4px;
		height: 4px;
		z-index: 1;
	}
	.footer-bottom-norm-top .footer-arrow.is-open::before{
		transform: rotate(45deg);
		top: 22px;
		right: 22px;
	}
	
	.footer-bottom-norm-top .footer-arrow::after{
		content: "";
		position: absolute;
		top: 50%;
		right: 16px;
		transform: translateY(-50%);
		background-color: transparent;
		border: 2px solid #111;
		width: 14px;
		height: 14px;
		border-radius: 22px;
	}
	.footer-bottom-norm-bot .footer-arrow::before{
		top: 40px;
		left: -14px;
		border-bottom: 1px solid #040000;
		border-right: 1px solid #040000;
		width: 5px;
		height: 5px;
	}
	.footer-bottom-pull-in .footer-arrow::before{
		top: 26px;
	}
	.footer-bottom-norm-bot .footer-arrow::before{
		top: 6px;
	}	

	.footer-bottom{
		background-color: #ebebeb;
		/* display: flex;
		justify-content: space-between; */
	}
	.footer-bottom.inner{
		padding: 0px;
	}
	.footer-bottom-norm-top{
		/* display: flex; */
	}	
	.footer-bottom-norm-top .sp-border{
		border-bottom: 1px solid #d6d6d6;
		padding: 16px 20px 17px 35px;
	}
	.footer-bottom-norm-top-in{
		/* padding-right: 160px; */
	}
	.footer-bottom-norm-top-in:nth-child(1){
		/* padding-left: 75px; */
	}
	.footer-bottom-norm-top-in-link{
		font-size: 13px;
		padding-top: 30px;
	}
	.footer-bottom-pull-link-sho{
		font-size: 13px;
		padding-top: 25px;
		padding-left: 55px !important;
	}
	.footer-bottom-pull{
		/* padding-top: 30px; */
	}

	.footer-bottom-toggle{
		display: none;
	}
	.footer-bottom-toggle.is-open{
		display: block;
	}

	.footer-bottom-norm-bot{
		display: flex;
		margin-top: 18px;
		margin-left: 55px;
	}
	.footer-bottom-norm-bot-in{
		padding-right: 55px;
	}
	.footer-bottom-norm-bot-link{
		margin-top: 12px;
		font-size: 10px;
	}

	.copy{
		display: flex;
		flex-direction: column-reverse;
		margin-top: 30px;
		padding-left: 35px;
	}
	.copy-txt{
		font-size: 10px;
		margin-top: 12px;
	}
	.copy a{
		width: 182px;
		font-size: 0px;
	}
	.copy-img{
		max-width: 130px;
		/*border: solid 1px #d5d5d5;
		background-color: #fff;*/
		padding: 10px 0 8px 0;
		/*padding: 10px 25px 8px 25px;*/
	}


	.footer-menu-guru{
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
		display: flex;
		justify-content: center;
		z-index: 998;
	}
	.footer-menu-guru-in{
		position: relative;
		text-align: center;
		background-color: #fff;
		font-size: 10px;
		font-weight: bold;
		line-height: 13px;
		width: 25%;
		height: 76px;
	}
	.footer-menu-guru-in:nth-child(1):before {
		content: url(../images/svg/global-menu_01.svg);
		position: absolute;
		top: 10px;
		left: 50%;
		transform: translateX(-50%);
		width: 29px;
	}
	.footer-menu-guru-in:nth-child(1) a{
		padding: 48px 0;
	}
	.footer-menu-guru-in:nth-child(2):before {
		content: url(../images/svg/global-menu_02.svg);
		position: absolute;
		top: 10px;
		left: 50%;
		transform: translateX(-50%);
		width: 18px;
	}
	.footer-menu-guru-in:nth-child(2) a{
		padding: 38px 0;
	}
	.footer-menu-guru-in:nth-child(3):before {
		content: url(../images/svg/global-menu_03.svg);
		position: absolute;
		top: 10px;
		left: 50%;
		transform: translateX(-50%);
		width: 18px;
	}
	.footer-menu-guru-in:nth-child(3) a{
		padding: 38px 0;
	}
	.footer-menu-guru-in:nth-child(4):before {
		content: url(../images/svg/global-menu_04.svg);
		position: absolute;
		top: 10px;
		left: 50%;
		transform: translateX(-50%);
		width: 18px;
	}
	.footer-menu-guru-in:nth-child(4) a{
		padding: 48px 0;
	}

	.footer-menu-guru-in a{
		display: block;
	}

}


/* モーダル */
#background {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	z-index: 9999;
	cursor: pointer;
	display: none;
}
#modal {
	position: fixed;
	top: 100px;
	left: 20px;
	right: 20px;
	bottom: 100px;
	max-width: 890px;
	margin: auto;
	background: #fff;
	z-index: 9999;
}
#modal.img {
	top: 0;
	bottom: 0;
	max-width: 716px;
	background: none;
	line-height: 100vh;
}
#modal.img .inner {
	height: auto;
	line-height: 0;
	overflow: visible;
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
#modal.img .inner > div {
	display: inline-block;
	vertical-align: middle;
}
#modal.img img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
#modal.img p.close { line-height: 200px; }
#modal p.close {
	position: absolute;
	top: -23px;
	right: -23px;
	display: block;
	width: 42px;
	height: 0;
	cursor: pointer;
	overflow: hidden;
	background: #333;
	padding-top: 42px;
	border: 2px solid #fff;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
#modal p.close:before,
#modal p.close:after {
	content: "";
	display: block;
	width: 25px;
	height: 4px;
	background: #fff;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
#modal p.close:before {
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
#modal p.close:after {
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
#modal iframe {
	width: 100%;
	height: calc(100% - 30px);
	position: absolute;
	top: 30px;
	left: 0;
}
#modal.atm h1 {
	width: auto;
	background: #b50081;
	padding: 9px 6px 8px;
}
#modal.atm h1 span {
	display: inline-block;
	height: 28px;
	line-height: 28px;
	font-size: 18px;
	color: #fff;
	vertical-align: middle;
}
#modal.atm > div {
	position: absolute;
	top: 30px;
	left: 30px;
	right: 30px;
	bottom: 30px;
	width: calc(100% - 60px);
	height: calc(100% - 60px);
	margin: auto;
	overflow: auto;
}
#modal.atm table {
	width: 100%;
	text-align: left;
	margin-top: 10px;
}
#modal.atm table tbody {
	font-size: 13px;
}
#modal.atm table tbody th {
	height: 39px;
	padding-left: 14px;
	background: #f2d7ea;
}
#modal.atm table tbody tr + tr th {
	border-top: 1px solid #fff;
}
#modal.atm table tbody tr:last-child th {
	border-bottom: 1px solid #f2d7ea;
}
#modal.atm table tbody td {
	padding-left: 13px;
}
#modal.atm table tbody td.row_2nd {
	border-right: 1px solid #e6e6e6;
}
#modal.atm table tbody td {
	border-top: 1px solid #e6e6e6;
}
#modal.atm table tbody tr:last-child td {
	border-bottom: 1px solid #e6e6e6;
}
#modal.atm h2 + table tr:first-child th, #modal.atm h2 + table tr:first-child td {
	border-top: none;
}
@media (max-width:768px){
	#modal {
		top: 25px;
		bottom: 25px;
	}
	#modal > div {
		overflow: scroll;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		-webkit-overflow-scrolling: touch;
	}
	#modal p.close {
		width: 33px;
		top: -20px;
		right: -15px;
		padding-top: 33px;
		border-width: 1px;
	}
	#modal p.close:before,
	#modal p.close:after {
		width: 18px;
		height: 2px;
		border-radius: 1px;
		-moz-border-radius: 1px;
		-webkit-border-radius: 1px;
	}
	#modal.atm h1 {
		box-sizing: border-box;
		padding-left: 1em;
		padding-right: 1em;
	}
	#modal.atm table tbody {
		font-size: 12px;
	}
	table tbody th,
	#modal.atm table tbody td {
		padding-top: 7px;
		padding-bottom: 6px;
		vertical-align: top;
	}
	#modal.atm table tbody th {
		height: auto;
		padding-left: 9px;
	}
}
#modal .pop-bnr-inner {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 600px;
	height: 300px;
}
#modal .pop-bnr-inner img {
	display: block;
}
@media (max-width:768px){
	#modal .pop-bnr-inner {
		width: 78vw;
		height: 78vw;
		overflow: inherit;
	}
}

#important-txt {
	background-color: #ebebeb;
}
#important-txt .inner {
	max-width: 1200px;
	background-color: #fff;
	border: 3px solid #b51181;
}
#important-txt dt {
	font-weight: bold;
}
#important-txt dt::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	background: url(../images/icon_important.gif) no-repeat center center;
	background-size: 100% 100%;
}
#important-txt dd time {
	display: inline-block;
}
@media (min-width:769px){
	#important-txt {
		padding-top: 15px;
		margin-bottom: -10px;
	}
	#important-txt .inner {
		display: flex;
		padding-top: 10px;
		padding-bottom: 10px;
		align-items: top;
	}
	#important-txt dt {
		font-size: 16px;
		min-width: 180px;
	}
	#important-txt dt::before {
		width: 18px;
		height: 18px;
		margin-top: -3px;
		margin-right: 1em;
	}
	#important-txt dd {
		font-size: 14px;
		max-width: calc(100% - 180px);
	}
	#important-txt dd li {
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	#important-txt dd a:hover,
	#important-txt dd a:hover time {
		text-decoration: underline;
	}
	#important-txt dd time {
		width: 85px;
	}
}
@media (max-width:768px){
	#important-txt {
		padding: 10px;
		margin-top: 50px;
		margin-bottom: -70px;
	}
	#important-txt .inner {
		padding-top: 9px;
		padding-bottom: 7px;
	}
	#important-txt dt {
		font-size: 15px;
	}
	#important-txt dt::before {
		width: 21px;
		height: 21px;
		margin-right: 5px;
	}
	#important-txt dd li {
		margin-top: 3px;
	}
	#important-txt dd time {
		display: block;
	}
}

/* 追従アプリバナー */
@media (max-width:768px){
	#appLinkBnr {
		width: 175px;
		right: 12px;
		bottom: 100px;
		position: fixed;
		z-index: 5;
	}
	#appLinkBnr .banner a {
		display: block;
	}
	#appLinkBnr .close {
		width: 22px;
		height: 0;
		top: -11px;
		right: -6px;
		cursor: pointer;
		padding: 22px 0 0;
		overflow: hidden;
		position: absolute;
		background-color: #b3b3b3;
		border-radius: 50%;
	}
	#appLinkBnr .close::before,
	#appLinkBnr .close::after {
		content: "";
		display: block;
		width: 12px;
		height: 1px;
		background-color: #fff;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
	}
	#appLinkBnr .close::before {
		transform: rotate(45deg);
	}
	#appLinkBnr .close::after {
		transform: rotate(-45deg);
	}
}