@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 !important;}
}

h1{
font-size:271%;
font-weight:normal;
	line-height:1.65;
}

h2{
	font-size:130%;
	font-weight:bold;
}

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-5e{margin-bottom:0.5em !important;}
.mgB1e{margin-bottom:1em !important;}
.mgB1-5e{margin-bottom:1.5em !important;}
.mgB2e{margin-bottom:2em !important;}
.mgB2-5e{margin-bottom:2.5em !important;}
.mgB3e{margin-bottom:3em !important;}

.pad1{padding:1em}
.pad2{padding:2em}
.pad3{padding:3em}

div.newyear{
	max-width:800px;
	margin:0 auto;
}
.newyear p{
	font-size:115%;
	line-height:1.8;
}

.newyear p.letter{
	line-height:2.0;
}

.newyear p span{
	white-space:nowrap;
}

img.viewPC{display:block;}
img.viewSP{display:none;}

/*------------------------
sector
------------------------*/

#Wrapper{
	min-height:100%;
	max-width:1280px;
	margin:0 auto;
}

#sector00{
	position:absolute;
	top:0;
	left:0;
	display:none;
	width:100%;
	height:100%;
}

#sector01{
	position:absolute;
	top:0;
	left:0;
	display:none;
	width:100%;
	z-index:1;
}

#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%;
	max-width:1280px;
	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%;
	max-width:1280px;
	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;
}

#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{
  	transition: 3.0s;
}

a:hover img.OverZoomer{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

/*------------------------
Loader
------------------------*/
#loader {
	display:table;
	width: 33.3%;
	min-width:300px;
	height:100%;
	margin: 0 auto;
}

#loader .innnerContent{
	display:table-cell;
	text-align: center;
	vertical-align:middle;
}

#bar {
	width: 100%;
	height: 2px;
	/*border:1px solid #111111;*/
	padding: 1px;
	margin-top: 10px;
	font-size: 1px;
}
#bar span {
	display: block;
	width: 0px;
	height: 2px;
	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.6;
	/*margin:0.8em 0 0;*/
}

.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 .img_description{
	text-align:right;
	font-size:60%;
	padding:1em;
}

.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;}

#MainImage{
	position: relative;
	overflow: hidden;
	width: 100%;
}

#MainImage a{
	display:block;
	height:100%;
}

#MainImage img{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
}

/*------------------------
shop_list
------------------------*/

.chief1066:before{content:'田村 直美';}
.chief1062:before{content:'大塚 愛子';}
.chief1064:before{content:'迫田 拓哉';}
.chief1510:before{content:'飯島 利恵';}
.chief1081:before{content:'川畑 今日香';}
.chief1043:before{content:'藤代 亜季';}
.chief1034:before{content:'平岡 敏明';}

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: 100%;
}

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: 0;
    left: 0;
    bottom: 0;
    right: 0;
	width:100%;
}

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;
}

#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);
}
