@charset "utf-8";

/*------------------------
font
------------------------*/

@font-face {
	font-family: yumin2;
	src: url('fontz/yumin.woff2') format("woff2");
	src: url('fontz/yumin.woff') format("woff");
	font-display: swap;
}

/*------------------------
common
------------------------*/

img { -ms-interpolation-mode: bicubic;}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.preloadImage{
	position: absolute;
	top: 0;
	left: 0;
	display:none;
	width: 0px;
	height: 0px;
	z-index: -1;
}

html {
	height: 100%;
}

body {
	-webkit-text-size-adjust: 100%;
	vertical-align:bottom;
	font-size:14px;
	font-family: 'A-OTF A1明朝 Std','游明朝','yumin2','Hiragino Mincho ProN','Hiragino Mincho Pro','heisei-mincho-std','ＭＳ 明朝',serif,'Noto Sans JP';
	background:#ffffff;
	line-height:1.6;
	color:#000000;
	width:100%;
	height:100%;
}

object,embed{
	outline: none;
}
div{
	box-sizing: border-box;
}

section{
	display:block;
	box-sizing: border-box;
}

.inlineBlock{
	display:inline-block;
}

h1{
font-size:271%;
font-weight:normal;
	line-height:1.65;
}

h2{
	font-size:130%;
	font-weight:500;
}

h3{
	font-size:140%;
	font-weight:bold;
	margin: 0 36px 24px;
	text-align:left;
}

h3 span{
	/*font-size:90%;*/
	white-space: nowrap;
}

h3 u{
	text-decoration:none;
	border:1px #222 solid;
	border-width:0 1px 0 0;
}

h4{
font-size:100%;
font-weight:normal;
}

h4 span{
white-space: nowrap;
}

a,a:link{color:#000000; text-decoration:none; position:relative;}
a:visited{color:#000000;}
a:hover{color:#666666; text-decoration:none; /*border:1px solid #000000; border-width:0 1px 0 0;*/}
a:focus{outline: none;}
a.LinkIcon:after{
	content:' ';
	background:url('../img/arrow_link.png') no-repeat center top;
	background-size: 9px;
	width: 100%;
	height: 12px;
	padding: 10px 0 0 0;
	position: absolute;
	top: 5px;
	left: 0;
	opacity: 0.6;
}

a.arw:hover:before {
	background: #666666;
}*/

input, select, textarea {
    font-size: 100%;
    font-family: Verdana, Helvetica, sans-serif;
    margin: 0 0.5em 0 0;
}

.annotation{
	padding-left: 1em;
	text-indent: -1em;
}

.annotation6{
	padding-top: 6em;
	text-indent: -6em;
}

hr{
	border:1px dotted #dddddd;
	border-width:1px 0 0;
	width:100%;
	height:0;
	margin:0.5em 0;
}

hr.void{
	border:none;
	width:100%;
	height:0;
}

div.m36{
	margin:36px;
}

.mgB0{margin-bottom:0 !important;}
.mgB0a{margin:0 auto;}
/*@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .mgB0a {margin:0 120px 0 0;}
}*/
.mgB0-5e{margin-bottom:0.5rem !important;}
.mgB1e{margin-bottom:1rem !important;}
.mgB1-5e{margin-bottom:1.5rem !important;}
.mgB2e{margin-bottom:2rem !important;}
.mgB2-5e{margin-bottom:2.5rem !important;}
.mgB3e{margin-bottom:3rem !important;}
.mgB3-5e{margin-bottom:3.5rem !important;}
.mgB4e{margin-bottom:4rem !important;}
.mgB4-5e{margin-bottom:4.5rem !important;}
.mgB5e{margin-bottom:5rem !important;}
.mgB6e{margin-bottom:6rem !important;}

.mgR0-5e{margin-right:0.5rem !important;}
.mgR1e{margin-right:1rem !important;}
.mgR1-5e{margin-right:1.5rem !important;}
.mgR2e{margin-right:2rem !important;}
.mgR2-5e{margin-right:2.5rem !important;}
.mgR3e{margin-right:3rem !important;}

.pad1{padding:1rem !important;}
.pad2{padding:2rem !important;}
.pad3{padding:3rem !important;}
.pad4{padding:4rem !important;}
.pad5{padding:5rem !important;}

.pad5RP{padding:3rem 5rem !important;}

.pad1RP{padding:1rem !important;}
.pad2RP{padding:2rem !important;}
.pad3RP{padding:3rem !important;}

.pad1tp{padding-top:1rem!important;}
.pad2tp{padding-top:2rem!important;}
.pad3tp{padding-top:3rem!important;}

.pad1tt{padding-top:1rem!important; padding-bottom:1rem!important;}
.pad2tt{padding-top:2rem!important; padding-bottom:2rem!important;}
.pad3tt{padding-top:3rem!important; padding-bottom:3rem!important;}

.pad1yk{padding-left: 1rem !important; padding-right:1rem !important;}
.pad2yk{padding-left: 2rem !important; padding-right:2rem !important;}
.pad3yk{padding-left: 3rem !important; padding-right:3rem !important;}

.pad1L{padding-left: 1rem !important;}
.pad2L{padding-left: 2rem !important;}
.pad3L{padding-left: 3rem !important;}

.pad1R{padding-right:1rem !important;}
.pad2R{padding-right:2rem !important;}
.pad3R{padding-right:3rem !important;}

.mx800{max-width:800px;}

div.newyear{
	max-width:800px;
	margin:0 auto;
}

.newyear p{
	font-size:115%;
	line-height:1.8;
}

div.newyear .greeting_text p{
	line-height:2.8;
}

.newyear p.letter{
	line-height:2.0;
}

.newyear p span{
	white-space:nowrap;
}

img.viewPC{display:block;}
img.viewSP{display:none;}

/*------------------------
sector
------------------------*/

#sector00{
	position:absolute;
	top:0;
	left:0;
	display:none;
	width:100%;
	height:100%;
}

#sector01{
	position:relative;
	display:none;
	width:100%;
}

#sector02{
	position:absolute;
	top:0;
	left:0;
	display:block;
	width:100%;
	z-index:1;
}

#sector03{
	position:relative;
	top:0;
	left:0;
	display:block;
	width:100%;
	z-index:1;
}

#sector04,
#sector05,
#sector06,
#sector07,
#sector08,
#sector09{
	position:relative;
	display:table;
	width:100%;
	height:100%;
}

#sector00 .inner_box{
	position:relative;
	width:100%;
	height:100%;
	padding:0;
	overflow:hidden;
    display:-webkit-box;
    display:-ms-flexbox;
    display: -webkit-flex;
    display:flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
}

#sector01 .inner_box,
#sector02 .inner_box,
#sector03 .inner_box{
	position:relative;
	width:100%;
	height:100%;
	overflow:hidden;
	margin:0 auto;
}

#sector04 .inner_box,
#sector05 .inner_box,
#sector06 .inner_box,
#sector07 .inner_box,
#sector08 .inner_box,
#sector09 .inner_box{
	position:relative;
	display:table-cell;
	width:100%;
	height:100%;
	/*text-align:center;*/
	vertical-align: middle;
	background-size: cover;
	/*padding:0;*/
	overflow:hidden;
}

#sector04 .inner_box,
#sector05 .inner_box{
	vertical-align: top;
}

#SoupStock {
	position: fixed;
	display: inline-block;
	/* position: absolute; */
	width: auto;
	right: 0.5em;
	top: 0.5em;
	z-index: 10;
	cursor: pointer;
	transition:0.5s;
}

#SoupStock.onHead{
	transform:translate(0,-150%);
}

#SoupStock a:link{
	padding: 0.5em 0.5em 0.25em;
	background: rgba(255,255,255,0.2);
	display:block;
}

#SoupStock a:hover{
	color:#111111;
	background: rgba(255,255,255,0.4);
}

#SoupStock p{
	font-size: 9px;
	text-align: center;
}

#SoupStock span{
	display:block;
	width:100%;
	height:100%;
	line-height:0;
	font-size:0;
}

#SoupStock img{
	width:2em;
	display:block;
	margin:0 auto 0.1em;
}


/*------------------------
effect
------------------------*/

a img.OverZoomer{
  	transition: height 1.5s;
}

a:hover img.OverZoomer{
	height:108% !important;
}

/*------------------------
Loader
------------------------*/
#loader {
	position:fixed;
	left:0;
	top:0;
	display:table;
	width: 100%;
	min-width:300px;
	height:100%;
	margin: 0 auto;
	z-index:10;
	background:#ffffff;
}

#loader .innnerContent{
	display:table-cell;
	text-align: center;
	vertical-align:middle;
}

#bar {
	width: 75%;
	height: 1px;
	/*border:1px solid #111111;*/
	padding: 1px;
	margin: 2rem auto;
	font-size: 1px;
	box-sizing:content-box;
}
#bar span {
	display: block;
	width: 0px;
	height: 1px;
	background: #999999;
}

#bar span:empty {
  	display: block !important;
}

/*------------------------
content
------------------------*/

.txWhite{
	color:#ffffff;
}

.fullScreen h1{
	font-weight:normal;
	font-size:271%;
	line-height:1.65;
}

.fullScreen h1.CatchCopy{
	font-weight:normal;
	font-size:271%;
	line-height:1.65;
	width: 100%;
	text-align: center;
}

.fullScreen h1.CatchCopy.sizeDown{
	font-size:240%;
}

.fullScreen h1.CatchCopy span{
	white-space:nowrap;
}

.fullScreen h1.CatchCopy div{
	display:inline-block;
	margin:0 auto;
	text-align: left;
}

.fullScreen h1.CatchCopy div span{
	display:inline;
}

.fullScreen h2{
position:relative;
	font-weight:normal;
	font-size:180%;
	line-height:1.8;
}

.fullScreen h2 a{
	position: absolute;
    font-size: 35%;
    display: block;
    padding: 2em 0 0;
    left: 9px;
    top: 16em;
}

.fullScreen h3{
	font-weight:normal;
	font-size:160%;
	line-height:1.8;
	margin:0 0 0;
}

.fullScreen h3 span{
	display:block;
}

.fullScreen h2 span{
	display:inline;
	white-space:nowrap;
}

.fullScreen img.fullScreen{
	width:100%;
}

.fullScreen .massage_from{
	max-width:800px;
	margin:0 auto;
	text-align:right;
	padding:1em 0 2em;
}

.fullScreen .textArea{
	position:absolute;
	right:10%;
	top:50px;
}

.fullScreen section{
	position:absolute;
	bottom:0;
	width:100%;
}

.fullScreen section img{
	width:100%;
}

.vertical_section{
	text-align:left;
	padding: 60px 0 0 0;
	font-size:14px;
}

.text_block{
	text-align:left;
}

.text_block h2,
.text_block h3{
	padding: 0 0 0.7em 0;
}

.tate{
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode:vertical-rl;
	/*-ms-text-combine-horizontal: all;
	text-combine-upright: all;*/
}

.switch {
    visibility: hidden;
}

.tate .tcy {
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
  text-combine-upright: all;
}

span:empty {
  display: none !important;
}

/*------------------------
select
------------------------*/

#select {
	border: 1px #dddddd solid;
	padding: 1em 1.5em;
}

#select p{
	font-size:120%;
	padding: 0 0 0.5em;
}

#select .selector{
	padding:0.5em 0 0;
	/*margin:0 0 0 -1em;*/
}

#select .selector label{
	display: inline-block;
	padding:0 0 0.5em;
	width:16.666666%;
	width:-webkit-calc(100% / 6);
	/*width:calc(100% / 6);*/
	vertical-align:top;
}

#select .selector label.wide{
	width:33.333333%;
	width:-webkit-calc(100% / 3);
	width:calc(100% / 3);
	vertical-align:top;
}

# [class*="hidden-"] {display: none;}


/*------------------------
header
------------------------*/



header{
	position:relative;
	display:none;
	height: 100%;
	box-sizing: border-box;
	overflow:hidden;
}

header .inner{
	position:relative;
	left:0;
	height:0;
	display:block;
	width: 100%;
	height: 100%;
}

header h1.mainLogo{
	position:absolute;
	left:50%;
	top:50%;
	width: auto;
	max-width:50%;
	height:50%;
	transform:translate(-50%,-50%);
}

h2.newyearCopy{
	position:fixed;
	display:none;
	left:55%;
	left:calc(50% + 4rem);
	bottom:0;
	width: auto;
	height:45%;
	margin-bottom:3rem;
	transition:0s;
}

header h1.mainLogo img,
h2.newyearCopy img{
	width:auto;
	height:100%;
	max-width:100%;
}

/*------------------------
shop_list
------------------------*/

ul#shop_text_list{
	display:block;
	max-width:800px;
	margin:0 auto 5rem;
}

ul#shop_text_list li{
	position:relative;
	width:100%;
	box-sizing:border-box;
	margin:0 0 1.5em;
}

ul#shop_text_list li:before{
	content:'';
	position:absolute;
	top:50%;
	width:100%;
	height:0;
	border:1px dotted #cccccc;
	border-width:1px 0 0;
}

ul#shop_text_list li a{
	display:flex;
	/*flex-direction: column;*/
	justify-content: space-between;
}

ul#shop_text_list li div{
	background:#ffffff;
}

ul#shop_text_list li div.ttl{
	font-size:130%;
	padding:0 0.5rem 0 0;
	margin:0 0.5rem 0 0;
}

ul#shop_text_list li .brand{
	font-size:75%;
}

ul#shop_text_list li .shopName{
	padding:0 0 0 1rem;
	white-space:nowrap;
}

ul#shop_text_list li div.contributor{
	padding:0 0 0 0.5rem;
	margin:0 0 0 0.5rem;
	text-align:right;
}

ul#shop_text_list li div.contributor span{
	display:block;
}
#shop_text_list li.Duplicate {display: none;}
#shop_text_list li.area_11.Duplicate {display: block;}
#shop_text_list [class*="hidden-"] {display: none;}
#shop_text_list li.area_11.Duplicate[class*="hidden-"] {display: none;}

/*------------------------
shop_list
------------------------*/

ul#shop_list{
	display:block;
	margin:0 -1.5em;
}

ul#shop_list li{
	position:relative;
	display:inline-block;
	width:33.33333%;
	width:-webkit-calc(100% / 3);
	width:calc(100% / 3);
	box-sizing:border-box;
	padding:1.5em;
	vertical-align: top;
}

ul#shop_list li div.thumbnail {
	position:relative;
	display: block;
	width:100%;
	overflow: hidden;
	margin:0 0 0.83333em;
	background:#f9f9f9 url(../img/loading.gif) no-repeat center center;
}

ul#shop_list li div.thumbnail:before {
	content:"";
    display: block;
    padding-top: 75%;
}

ul#shop_list li div.catch {
	font-size:110%;
	padding:0 0 0.25em;
}

ul#shop_list li span {
	font-size:90%;
	display:block;
}

ul#shop_list li span.chief {
	display:block;
}

/*ul#shop_list li span {
	display: block;
	font-size:70%;
	margin:1.2em 1em 0 0;
	line-height:1.0;
}*/

ul#shop_list img{
    position: absolute;
    top: 50%;
    left: 50%;
	width:auto;
	height:100%;
	transform:translate(-50%,-50%);
}

ul#shop_list li.loadImage img,
ul#shop_list li .loadImage img{
	display:none;
}

#shop_list [class*="hidden-"] {display: none;}

/*------------------------
links
------------------------*/

.links{
	position:relative;
	height:2em;
	margin:2em auto 4em;
	max-width: 800px;
}
.sns_icons{
	position:relative;
	margin:0 0 0 auto;
	width:5em;
}

.sns_icons ul{
	margin:0 -0.5em;
}

.sns_icons ul li{
	position:relative;
	display:inline-block;
	/*width:33.33333%;
	width:-webkit-calc(100% / 3);
	width:calc(100% / 3);*/
	width:50%;
	box-sizing:border-box;
	padding:0 0.5em;
}

.sns_icons ul li img{
	width:100%;
}

.sns_icons ul li span{
	font-size:0;
	line-height:0;
}

/*------------------------
shop_search
------------------------*/

.shop_search{
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}

.shop_search a.submit_button{
	display:inline-block;
	padding:0.3em 1.5em 0.5em;
	background:#dddddd;
	border-radius:0.5em;
	line-height:1.0;
	font-size:115%;
}

.shop_search a.submit_button img{
	width:9em;
	padding:0.2em 0 0;
}

.shop_search a:hover.submit_button{
	background:#e8e8e8;
}


#more_search{
	width: 100%;
	max-width:800px;
	margin:2em auto;
}

#more_search a.more_button{
	display:block;
	padding:1em 1.5em 1.2em;
	background:#dddddd;
	border-radius:0.5em;
	line-height:1.0;
	font-size:115%;
	text-align:center;
}

#more_search a.more_button img{
	width:10em;
	padding:0.2em 0 0;
}


#more_search a:hover.more_button{
	background:#e8e8e8;
}

/*----
Footer
-----*/

footer{
	text-align: center;
}

footer ul {
	display:block;
	padding:0 0 1em;
}

footer ul li{
	display:inline-block;
	padding:0;
	line-height:1.0;
}

footer ul li:before{
	content:"｜";
}

footer ul li:last-child:before{
	content:"";
}

/*footer ul li:after{
	content:"｜";
}*/

footer ul li a{
	padding:0 0.5em;
}

footer ul li a:hover{
	text-decoration:underline;
}

footer address {
	font-size: 10px;
	margin: 0 auto;
	padding: 0 0 2em;
	width: 100%;
	/*background-color: #000;*/
	font-style: italic;
}

/*------------------------
back2top
------------------------*/

#back2top{
	display:none;
	position:fixed;
	bottom:1.5em;
	right:1.5em;
	width:30px;
	z-index: 1;
}

#back2top a{
	display:block;
	background:#000000 no-repeat center center;
	opacity:0.4;
	border-radius:20px;
	font-size: 0;
	cursor:pointer;
}

#back2top a:hover{
	opacity:0.7;
}

#back2top a img{
	width:100%;
}

/*------------------------
backReturn
------------------------*/

#backReturn{
	/*display:none;*/
	position:fixed;
	bottom:1em;
	left:1em;
	width:30px;
	z-index: 1;
}

#backReturn a{
	display:block;
	background:#000000 no-repeat center center;
	opacity:0.4;
	border-radius:20px;
	font-size: 0;
}

#backReturn a:hover{
	opacity:0.7;
}

#backReturn a img{
	width:100%;
}

#backReturn2 {
	display:none;
	line-height: 1.0;
	position: fixed;
	bottom: 1.6em;
	left: 2em;
	z-index: 1;
	height: 30px;
	overflow: hidden;
	border: 1px solid #222222;
	border-radius: 9999em;
}

#backReturn2 a {
	display:block;
	height:100%;
	background-color:rgba(255,255,255,0.8);
}

#backReturn2 img {
	height:100%;
}

#backReturn2 a:hover{
	background-color:rgba(245,245,245,0.8);
}


/*------------------------
slider
------------------------*/

ul.slider{
	width:100%;
}

/*.slider.slick-initialized{
  
}*/

ul.slider li.slick-slide{
	width:100%;
	outline:none;
}

ul.slider li.slick-active{
    opacity: 1;
}

ul.slider li.slick-slide .aspect{
    position: relative;
    width: 100%;
	overflow:hidden;
}

ul.slider li.slick-slide .aspect:before {
    content:"";
    display: block;
    padding-top: 52%;
}

ul.slider li.slick-slide .aspect img {
	position:absolute;
	left:50%;
	top:50%;
    width:100%;
	transform:translate(-50%,-50%);
}

ul.slider li .newyear,
ul.slider li .newyear h1,
ul.slider li .letter,
ul.slider li .massage_from,
ul.slider li .shop_search,
ul.slider li .sns_icons{
    display: none;
}

ul.slider li.slick-active .newyear,
ul.slider li.slick-active .newyear h1,
ul.slider li.slick-active .letter,
ul.slider li.slick-active .massage_from,
ul.slider li.slick-active .shop_search,
ul.slider li.slick-active .sns_icons{
    display: block;
}

.slick-arrow{
	position:fixed;
	top:50%;
	z-index:10;
	width:0.75rem;
	cursor:pointer;
	opacity:0.5;
	transition: 0.5s;
}

.slick-arrow:hover{
	opacity:0.75;
}

.slick-arrow img{
	width:100%;
}

.slick-arrow.prev{
	left:0.5rem;
}

.slick-arrow.next{
	right:0.5rem;
}

.slick-arrow.Off{
	opacity:0;
}

.slick-arrow.Off.prev{
	left:-1rem;
}

.slick-arrow.Off.next{
	right:-1rem;
}