@charset "utf-8";
/*----------------
[1]common
[2]headerContainer
[3]sideContainer
[4]footerContainer
[5]Container
[6]topContainer
[7]subContainer
[8]other
------------------ */

/* **********************************************************************************************
[1]common
************************************************************************************************ */
html{
	-webkit-text-size-adjust: 100%;
	font-size: 62.5%;
	margin: 0;
	padding: 0;
}
body{
	line-height: 1.5;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	font-size: 1.4rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	color: #000;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
}

header {
	width: 100%;
	height: 40px;
	z-index: 99999999997;
	position: fixed;
	top: 0px;
	left: 0;
	box-sizing: border-box;
	/* background-color: #FFF; */
}


header.fixed {
	width: 100%;
	height: 40px;
	z-index: 99999999997;
	position: fixed;
	background-color: rgba(255,255,255,0.6);
	top: 0px;
	left: 0;
	box-sizing: border-box;
	/* box-shadow: 1px 2px 2px rgba(0,0,0,0.1); */
}


#trns{
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999999999999;
	background-image: url(images/logoB.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 211px 163px;
	background-color: #FFF;
}
#wrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
}

/* clear
----------------------------------------------- */
.clear { clear: both; }
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix { min-height: 1px; }
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/* a 
----------------------------------------------- */
a,a:link { text-decoration: none; }
a img, img {
	border: none;
	line-height: normal;
	vertical-align: top;
}

/* img 
----------------------------------------------- */
img{
    max-width: 100%;
    height: auto;
    width /***/:auto;
}
.imgText {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.object-fit-img {
	object-fit: cover;
	object-position: 50% 50%;
	font-family: 'object-fit: cover; object-position: 50% 50%;'
}

/* slide
----------------------------------------------- */
#topContent {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
}

#sliderbox {
	position: relative;
	width: 100%;
	overflow:  hidden;
	height: 60vh;
	padding: 0;
	top: 0px;
	box-sizing: border-box;
}

#sliderbox li.box {
	position: relative;
	width: 100%;
	overflow: hidden;
}
#sliderbox li figure{
	position: relative;
	width: 100%;
	overflow: hidden;
	height: 60vh;
}


#sliderbox li figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blackBg {
	display: block;
	background-color: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999999;
}

.mainTxt {
	color: #000;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -74.25px;
	margin-left: -107px;
	z-index: 999999999;
	width: 214px;
	height: 148.5px;
	text-align: center;
}

.mainTxt h1 {
	width: 214px;
	height: 148.5px;
	background-image: url(images/logo.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: contain;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}


.scroll {
	position: absolute;
	bottom: 20px;
	right: 10px;
	color: #fff;
	width: 7px;
	height: 60px;
	font-size: 10px;
	z-index: 99999999;
	margin-top: 0px;
	font-family: 'Ubuntu', sans-serif;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	display: none;
}
.scroll a{
	color: #fff;
	position: relative;
	width: 7px;
	height: 60px;
	display: block;
	box-sizing: border-box;
}
.scroll a:after {
	position: absolute;
	background-image: url(images/icon-yajiScroll.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 7px;
	height: 14px;
	left: 0px;
	right:0;
	margin: 0 auto;
	top: 55px;
	content: "";
	transition:top .3s;
}
.scroll a:before {
	position: absolute;
	background-color: #FFF;
	width: 1px;
	height: 40px;
	right: 6px;
	top: 30px;
	content: "";
	transition:height .3s;
}

.newsBox {
	padding: 10px;
	box-sizing: border-box;
}

.newsBox h2 {
	font-family: 'Ubuntu', sans-serif;
	/* float: left; */
	font-size: 18px;
	font-weight: 700;
	/* padding: 5px 15px 5px 0;
	border-right: 1px solid #FFF; */
}

.newsBox dl {
	/* float: left;
	padding-left: 15px; */
}
.newsBox dt {
	float: left;
	font-family: 'Ubuntu', sans-serif;
	font-size: 12px;
	padding: 8px 0 8px 0;
	width: 80px;
}
.newsBox dd {
	float: left;
	width: calc(100% - 80px);
	font-size: 13px;
	padding: 5px 0px;
}
.newsBox dd a{
	/* color: #FFF; */
	color: #000;
	display: block;
}



/* **********************************************************************************************
[2]headerContainer
************************************************************************************************ */
header h1 {
	position: relative;
	left: 5px;
	width: 38.5px;
	height: 35.4px;
	top: -35.4px;
	text-align: center;
	z-index: 9999999999;
}

header.fixed h1,
#subContent header h1 {top: 4px;}

header h1 a {
	display: block;
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	position:relative;
	width: 38.5px;
	height: 35.4px;
	background-size: contain;
	margin: 0 auto 0;
	box-sizing: border-box;
	background-image: url(images/logo-scroll.png);
	transition: opacity .3s;
}

.headerMain {position: fixed; top: 0; left: 0; width: 100%;}
.headerMainNav {position: fixed; top: 0px; right: 40px; width: calc(100% - 78.5px);}
.headerMainNav ul {text-align: right;}
.headerMainNav ul li{ display: none; }
.headerMainNav li:nth-last-of-type(1),
.headerMainNav li:nth-last-of-type(2),
.headerMainNav li:nth-last-of-type(3),
.headerMainNav li:nth-last-of-type(4) {display: inline-block;}


.headerMainNav li a{
	text-align: center;
	color: #fff;
	position: relative;
	box-sizing: border-box;
	display: block;
	font-family: 'Ubuntu', sans-serif;
	font-size: 12px;
}
.headerMainNav li:nth-last-of-type(1) a{
	border: 2px solid #FFF;
	padding: 3px 5px 3px 28px;
	box-sizing: border-box;
	height: auto;
	background-repeat: no-repeat;
	background-position: 5px center;
	background-image: url(images/icon-onlineW.png);
	background-size: 23px 23px;
}

.headerMainNav li:nth-last-of-type(2) a,
.headerMainNav li:nth-last-of-type(3) a,
.headerMainNav li:nth-last-of-type(4) a{
	top: 8px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	width: 23px;
	height: 23px;
	background-repeat: no-repeat;
	background-position: center center;
	padding:0;
}

.headerMainNav li:nth-last-of-type(2) a{
	background-image: url(images/icon-lineW.png);
}
.headerMainNav li:nth-last-of-type(3) a{
	background-image: url(images/icon-instaW.png);
}
.headerMainNav li:nth-last-of-type(4) a{
	background-image: url(images/icon-twitterW.png);
}
.fixed .headerMainNav li:nth-last-of-type(2) a,
#subContent .headerMainNav li:nth-last-of-type(2) a{
	background-image: url(images/icon-lineB.png);
}
.fixed .headerMainNav li:nth-last-of-type(3) a,
#subContent .headerMainNav li:nth-last-of-type(3) a{
	background-image: url(images/icon-instaB.png);
}
.fixed .headerMainNav li:nth-last-of-type(4) a,
#subContent .headerMainNav li:nth-last-of-type(4) a{
	background-image: url(images/icon-twitterB.png);
}
.fixed .headerMainNav li:nth-last-of-type(1) a,
#subContent .headerMainNav li:nth-last-of-type(1) a{
	border: 2px solid #000;
	color: #000;
	background-image: url(images/icon-onlineB.png);
}


#_btn {
  overflow: hidden;
  /* background-color: #000; */
  height: 40px;
  width: 40px;
  position: fixed;
  top: 3px;
  right: 0;
  z-index: 9999999999999;
  box-sizing:  border-box;
  transition: background-color .3s;
}


#_btn_nav {
  float: left;
  cursor: pointer;
  position: relative;
}
#nav_open {
  position: absolute;
  z-index: 2;
  top: 0;
  height: 40px;
  width: 40px;
transition:width .3s, height .3s;
}
#nav_close {
  position: relative;
  z-index: 2;
  top:  0px;
  height: 40px;
  width: 40px;
  transition:width .3s, height .3s;
}

#fadeLayer {
  position:absolute;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  background-color: rgba(0,0,0,0.6);
  visibility:hidden;
  z-index: 99999999998;
  cursor: pointer;
}
#menu {
  	position: relative;
  	z-index: 0;
  	top: 10px;
	margin: 0px auto 0;
 	height: 16px;
	width: 24px;
    cursor: pointer;
    font-family: 'Ubuntu', sans-serif;
	transition:top .3s;
}
/* #menu:after {
	content:"MENU";
	color: #fff;
	font-size: 10px;
	position: absolute;
	bottom: -13px;
	left: -2px;
}
#menu.active:after {
	content:"CLOSE";
	color: #fff;
	font-size: 10px;
	bottom: -13px;
	left: -4px;
}

#_btn.fixed2 #menu:after,
#_btn.fixed2 #menu.active:after {
color: #000;
} */

#menu .bar {
    display: inline-block;
    width: 24px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 50%;
	margin-left: -12px;
    transition: .15s ease-in-out;
}

#_btn.fixed2 #menu .bar,
#menu.active .bar,
#sub #_btn #menu .bar,
#sub #menu.active .bar{background-color: #000;}

#bar01 {top: 0;}
#bar02 {top: 6px;}
#bar03 {top: 12px;}
.active #bar01 {
    top: 6px;
    transform: rotate(45deg);
}
.active #bar02 {width: 0;}
.active #bar03 {
    top: 6px;
    transform: rotate(-45deg);
}

/* **********************************************************************************************
[3]sideContainer
************************************************************************************************ */
.headerNav {
	width: 100%;
	height: 100%;
	position: fixed;
	top: -100%;
	left: 0;
	z-index: 99999999999;
	padding: 0px 0 0;
	box-sizing: border-box;
	background-color: #fff;
	overflow: auto;	
}

    .humber {
        /* height: 150px;
        overflow-y: scroll; */
        height: 100%;
        overflow: auto;
        -ms-overflow-style: none;    /* IE, Edge 対応 */
        scrollbar-width: none;       /* Firefox 対応 */
    }
    .humber::-webkit-scrollbar {  /* Chrome, Safari 対応 */
        display:none;
    }

.navlogo {
	position: relative;
	left: 5px;
	width: 38.5px;
	height: 35.4px;
	top: 4px;
	z-index: 9999999999;
}
.navlogo a {
	display: block;
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	position:relative;
	width: 38.5px;
	height: 35.4px;
	background-size: contain;
	margin: 0 auto 0;
	box-sizing: border-box;
	background-image: url(images/logo-scroll.png);
	transition: opacity .3s;
}

.navBox {
	position: absolute;
	top: 50%;
	left:50%;
	margin-left: -150px;
	margin-top: -162px;
	width: 300px;
	height: 324px;
}

.navBox a{
color: #000;
font-family: 'Ubuntu', sans-serif;
font-size: 20px;
padding: 2px 10px;
box-sizing: border-box;
font-weight: 700;
display: block;
position: relative;
box-sizing: border-box;
}

.nav2 {text-align: center; margin-top: 30px; padding-top: 30px; border-top: 1px dashed #eee;}
.nav2 li {display: inline-block; vertical-align: top;}
.nav2 li:nth-last-of-type(1) {display: block; margin-top: 10px;}
.nav2 li:nth-last-of-type(1) a{
	border: 2px solid #000;
	padding: 3px 10px 3px 33px;
	box-sizing: border-box;
	height: auto;
	background-repeat: no-repeat;
	background-position: 8px center;
	background-image: url(images/icon-onlineW.png);
	background-size: 23px 23px;
	width: 200px;
	margin: 0 auto;
}
.nav2 li:nth-last-of-type(2) {margin-right: 10px;}
.nav2 li:nth-last-of-type(2) a,
.nav2 li:nth-last-of-type(3) a,
.nav2 li:nth-last-of-type(4) a{
	top: 0;
	width: 40px;
	height: 40px;
	padding:7px;
	box-sizing: border-box;
	border: 2px solid #000;
	border-radius: 50%;
}

.nav2 li:nth-last-of-type(2) a span,
.nav2 li:nth-last-of-type(3) a span,
.nav2 li:nth-last-of-type(4) a span{
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	width: 23px;
	height: 23px;
	background-repeat: no-repeat;
	background-position: center center;
	padding:0;
	display: block;
}


.nav2 li:nth-last-of-type(2) a span{
	background-image: url(images/icon-lineB.png);
}
.nav2 li:nth-last-of-type(3) a span{
	background-image: url(images/icon-instaB.png);
}
.nav2 li:nth-last-of-type(4) a span{
	background-image: url(images/icon-twitterB.png);
}
.nav2 li:nth-last-of-type(1) a{
	border: 2px solid #000;
	color: #000;
	background-image: url(images/icon-onlineB.png);
}

/* **********************************************************************************************
[4]footerContainer
************************************************************************************************ */
footer {
	position: relative;
	width: 100%;
	background-color: #000;
	padding: 20px 80px;
	box-sizing:  border-box;
	background-size: cover;
	color: #fff;
}

.footerCompany h2 {
	width: 79.8px;
	height: 58.8px;
	margin: 0px auto 0;
	box-sizing: border-box;
}
.footerCompany h2 a{
	display: block;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	background-image: url(images/logo-footer.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 79.8px;
	height: 58.8px;
}

/* copyright
----------------------------------------------- */
.copyright {
	font-size: 10px;
	text-align: center;
	padding: 0px 0 0px;
	position: relative;
	box-sizing: border-box;
	font-family: 'Ubuntu', sans-serif;
	color: #fff;
}


/* pageTop
----------------------------------------------- */
#pageTop {
	position: fixed;
	bottom: 20px;
	right: 5px;
	color: #FFF;
	width: 40px;
	height: 40px;
	text-align: center;
	font-size: 10px;
	z-index: 999999999;


}
#pageTop a{
	color: #fff;
	position: relative;
	width: 40px;
	height: 40px;
	padding-top: 19px;
	display: block;
	box-sizing: border-box;
	font-family: 'Ubuntu', sans-serif;
	background-color: #000;
	border-radius: 50%;
}
#pageTop a:after {
	position: absolute;
	background-image: url(images/pagetop.png);
	background-repeat: no-repeat;
	background-size: 25px 17px;
	width: 25px;
	height: 17px;
	top: 7px;
	left: 0;
	right: 0;
	margin: 0 auto;
	content: "";
	transition: top .3s;
}


/* **********************************************************************************************
[5]Container
************************************************************************************************ */
#container {
	width: 100%;
	box-sizing: border-box;
	padding: 0;
	position: relative;
	z-index:99999999;
	margin-top: 1px;
	top: 0px;
}

#container section{padding-top: 0px; position: relative;}




/* Ttl
----------------------------------------------- */
.mainTtlM {
	position: relative;
	width: 100%;
	font-size: 30px;
	color: #000;
	font-weight: 700;
	line-height: 0.9;
	margin-bottom: 30px;
	display: inline-block;
	box-sizing: border-box;
	position: relative;
	font-family: 'Ubuntu', sans-serif;
}
.mainTtlM span {
	font-size: 15px;
	display: block;
	font-weight: 200;
	color: #a0a0a0;
	margin-top: 10px;
}
.mainTtlS {
	position: relative;
	width: 100%;
	font-size: 20px;
	color: #000;
	font-weight: 700;
	line-height: 0.9;
	margin-bottom: 20px;
	display: inline-block;
	box-sizing: border-box;
	position: relative;
	font-family: 'Ubuntu', sans-serif;
}
.mainTtlS span {
	font-size: 12px;
	display: block;
	font-weight: 200;
	color: #d2d2d2;
	margin-top: 5px;
}

/* Btn
----------------------------------------------- */
.btn {text-align: left; margin: 30px auto 0;}
.btn a {
	font-size: 16px;
	font-weight: 400;
	display: inline-block;
	box-sizing: border-box;
	padding: 13px 0;
	cursor: pointer;
	color: #000;
	position: relative;
	box-shadow: none;
	border: 1px solid #000;
	width: 80%;
	text-align: center;
	font-family: 'Ubuntu', sans-serif;
}
.btn a:after {
	position: absolute;
	top:20px;
	right: -17px;
	background-image: url(images/icon-yajiB.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	width: 17px;
	height: 7px;
	content:"";
	transition: right .3s;
}
.btn a:before {
	position: absolute;
	top:26px;
	right: -17px;
	background-color: #000;
	width: 37px;
	height: 1px;
	content:"";
	transition: width .3s,right .3s;
}

a .btnS {
	font-size: 14px;
	font-weight: 400;
	display: inline-block;
	box-sizing: border-box;
	padding: 8px 0;
	cursor: pointer;
	color: #fff;
	position: relative;
	box-shadow: none;
	border: 1px solid #fff;
	width: 80%;
	text-align: center;
	font-family: 'Ubuntu', sans-serif;
}
a .btnS:after {
	position: absolute;
	top:14px;
	right: -17px;
	background-image: url(images/icon-yajiW.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	width: 17px;
	height: 7px;
	content:"";
	transition: right .3s;
}
a .btnS:before {
	position: absolute;
	top:20px;
	right: -17px;
	background-color: #fff;
	width: 37px;
	height: 1px;
	content:"";
	transition: width .3s,right .3s;
}


/* **********************************************************************************************
[6]topContainer
************************************************************************************************ */

.top001 {margin-top:1px;}

.historyBox {}
.historytxt {/* float: right; width: 33.3%; padding: 60px 0px 60px 40px; */ box-sizing: border-box;}
.historyimg {/* float: left; width: 66.66%; */ margin-bottom: 20px;}
.historyimg figure {
	position: relative;
	width: 100%;
	/* height: 520px; */
	height: 200px;
	overflow: hidden;
}
.top001 .mainTtlM {text-align: center;}
.historytxt .btn {text-align: center;}

.instaBox h2{ text-align: center; margin: 0 auto 10px; width: 170px; }
.sbi_item {float: left; width: 25%; padding: 3px; box-sizing: border-box; }
.sbi_photo_wrap {position: relative;}
.icon {
position: absolute;
top: 5px;
right: 5px;
width: 8%;
height: 8%;
}

.bnrBox li {/* float: left; width: 33.333%; */ margin-bottom: 1px;}
.bnrBox li div.bnrSubBox,
.bnrBox li div.bnrSubBox figure {
position: relative;
width: 100%;
height: 220px;
overflow: hidden;
}

.historyimg figure img,
.bnrBox li div.bnrSubBox figure img,
.commonImg img{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bnrBox li div.bnrSubBox a{
	display: block;
	position: relative;
	width: 100%;
	height: 220px;
	overflow: hidden;
	box-sizing: border-box;

}
.bnrTxt {
	position: absolute;
	width: 100%;
	height: 100vh;
	padding: 30px 10px;
	top:0;
	left:0;
	box-sizing: border-box;
	z-index: 9999999999;
	color: #FFF;
	text-align: center;
}
.bnrTxt p {font-size: 12px; }
.bnrTxt .mainTtlS {color: #FFF;}

.btnSBox {
position: absolute;
top: 150px;
width: 240px;
left: 50%;
margin-left: -120px;
}

.top005 .mainTtlM,
#contact002 .mainTtlM,
#contact003 .mainTtlM {text-align: center;}


.infobox li {/* float: left; width: 25%;*/ box-sizing: border-box; padding: 0 10px 20px; position: relative;}
.infobox li div.flowBox {opacity: 0; position: relative; text-align: center; box-sizing: border-box; }
.infobox li.fadeIn div.flowBox{
animation: border_anim2 1s ease forwards;
}
.infobox li h3 {font-size: 16px; font-weight: 700; margin: 8px 0 0; text-align: left;}
.infobox li p {text-align: left; margin: 0 auto 10px; padding: 5px 0; box-sizing: border-box; font-size: 13px;}

.infobox li div.flowBox div.flowImg {
	border: 1px solid #a0a0a0;
	border-radius: 50%;
	width: 100px;
	/* height: 100%; */
	padding-top: 100px;
	position: relative;
	box-sizing: border-box;
	/* padding: 13% 0; */
	float: left;
	margin-right: 10px;
}

.infobox li div.flowBox div.flowTxt {
	width: calc(100% - 110px);
	float: right;
}


.infobox li div.flowBox figure {
position: absolute;
top:50%;
left: 50%;
/* width: 100%;
height: 83.91959%;
margin-left: -50%;
margin-top: -34%; */
width: 80%;
height: auto;
margin-left: -40%;
margin-top: -30px;
}

.infobox li div.flowBox div.flowImg p {
	background-color: #a0a0a0;
	color: #FFF;
	font-size: 12px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 700;
	line-height: 1.0;
	font-style: italic;
	width: 35px;
	height: 35px;
	text-align: center;
	border-radius: 50%;
	position: absolute;
	top: -5px;
	left: -5px;
	padding-top: 5px;
	box-sizing: border-box;
}

.infobox li div.flowBox div.flowImg p span{
	font-size: 15px;
	display: block;
	text-align: center;
}

.infobox li:after {
	position:absolute;
	top: -20px;
	left: 50px;
	background-image:url(images/flow-yajirushi2.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 24px;
	height: 15px;
	content:"";
	opacity: 0;
}

.infobox li.fadeIn:after{
animation: border_anim 1s ease forwards;
}

.infobox li:first-child:after {background: none;}




@keyframes border_anim {
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}

@keyframes border_anim2 {
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}

.infobox li.fadeIn.flow01:after {animation-delay: 0.2s;}
.infobox li.fadeIn.flow02:after {animation-delay: 1.2s;}
.infobox li.fadeIn.flow03:after {animation-delay: 2.2s;}
.infobox li.fadeIn.flow04:after {animation-delay: 3.2s;}
.infobox li.fadeIn.flow05:after {animation-delay: 4.2s;}
.infobox li.fadeIn.flow01 div.flowBox {animation-delay: 0s;}
.infobox li.fadeIn.flow02 div.flowBox {animation-delay: 1.7s;}
.infobox li.fadeIn.flow03 div.flowBox {animation-delay: 2.7s;}
.infobox li.fadeIn.flow04 div.flowBox {animation-delay: 3.7s;}
.infobox li.fadeIn.flow05 div.flowBox {animation-delay: 4.7s;}

.first-v2 {
    position: relative;
    background: url(images/bgTop2.jpg);
    background-size: cover;
    background-position: center top;
    height:100px;
    width: 100%;
    /* padding-top: unquote("min(100vh,26.82%)");
    padding-top: 80%; */
    overflow: hidden;
}

.first-v3 {
    position: relative;
    background: url(images/bgOrder.jpg);
    background-size: cover;
    background-position: center top;
    height:100px;
    width: 100%;
    /* padding-top: unquote("min(100vh,26.82%)");
    padding-top: 80%; */
    overflow: hidden;
}

.first-v4 {
    position: relative;
    background: url(images/bgAboutUs.jpg);
    background-size: cover;
    background-position: center top;
    height:100px;
    width: 100%;
    /* padding-top: unquote("min(100vh,26.82%)");
    padding-top: 80%; */
    overflow: hidden;
}

.first-v5 {
    position: relative;
    background: url(images/bgContact.jpg);
    background-size: cover;
    background-position: center top;
    height:100px;
    width: 100%;
    /* padding-top: unquote("min(100vh,26.82%)");
    padding-top: 80%; */
    overflow: hidden;
}


/* **********************************************************************************************
[7]subContainer
************************************************************************************************ */

/* common
---------------------------------------------- */
.commonBox,
.commonImg {
	position: relative;
	width: 100%;
	height: 370px;
	overflow: hidden;
}

.common {
	padding: 40px 0;
	box-siaing: border-box;
	text-align: center;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -160px;
	width: 320px;
	color: #FFF;
	z-index: 99999999;

}

.common .mainTtlM {color: #FFF;}
.common ul {text-align: center; }
.common ul li {display: inline-block; width: 46%; text-align: center; padding: 2px 1px; box-sizing: borde-box; vertical-align: top;}
.common ul li img {display: block; text-align: center; margin: 0 auto;}
.common ul li div {
	border: 2px solid #FFF;
	width: 140px;
	height: 140px;
	box-sizing: border-box;
	padding: 8px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.0;
	margin: 0 auto;
}
.common ul li div {
	padding: 0px;
	border: none;
	font-family: 'Ubuntu', sans-serif;
}
.common ul li div span {font-size: 11px; display: block; font-weight: 200; font-family: 'Noto Sans JP', sans-serif;}
.common ul li a{border: 2px solid #FFF; width: 100%; height: 100%; color: #FFF; display: block; padding-top: 20px; padding-bottom: 5px; box-sizing: border-box;}
.common ul li:nth-of-type(3) div span {font-size: 16px; display: inline-block; font-weight: 700; font-family: 'Noto Sans JP', sans-serif;}
.common ul li:nth-of-type(3) a {padding-top: 21px;}
.common ul li:nth-of-type(2) {display: none;}
.common ul li:nth-of-type(3) img {margin-bottom: 7px;}

.colorbox div.color{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #808080;
}
/* .colorbox img{
    display: block;
    width: 100%;
}*/


#subContent {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 130px;
	background-color: #fafafa;
}

#subMain {
	text-align: center;
	width: 100%;
	position: absolute;
	top: 50%;
	margin-top: -20px;
}
#subMain h2{
	font-size: 35px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 700;
	line-height: 1.0;
	padding-top: 20px;
}

#subMain h2.shopping{
	font-size: 20px;
	font-family: 'Noto Sans JP', sans-serif;
	padding-top: 25px;
}

.pagelink {text-align: center; margin: 40px auto 0; /* display: inline-table; max-width: 100%; */ white-space: nowrap; overflow-x: auto; -webkit-overflow-scrolling: touch;}
.pagelink li{/* display: inline-block; */ display: table-cell; padding: 0 10px 0 23px; box-sizing: border-box; position: relative; font-size: 13px; }

  .pagelink::-webkit-scrollbar{
    display: none;
  }

.pagelink li a {color: #717171; display: block; position: relative;}
.pagelink li:before {
	position: absolute;
	top:0;
	bottom:0;
	left: 0;
	background-color: #717171;
	width: 1px;
	height: 20px;
	content: "";
}
.pagelink li:first-child:before {background: none;}

.pagelink li a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    left: -8px;
    width: 4px;
    height: 4px;
    border-top: 1px solid #717171;
    border-right: 1px solid #717171;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.historytxt p span {font-size: 12px;}
/* #order002 .historytxt,
#order004 .historytxt {padding: 0px 0px 0px 40px;} */

#order003 .historytxt {/* float: left; width: 33.3%; padding: 0px 40px 0px 0px; */ box-sizing: border-box;}
/* #order003 .historyimg {float: right; width: 66.66%; } */

#order002 .historytxt,
#order003 .historytxt,
#order004 .historytxt { margin-bottom: 20px;}

.atention {display: block; width: 100%; margin-top: 20px;}
.mark {float: left; width: 15px;}
.marktext {float: left; width: calc(100% - 15px);}

.mark2 {float: left; width: 20px;}
.marktext2 {float: left; width: calc(100% - 20px);}

.table {
width: 100%;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
margin-bottom: 10px;
}

.table td,
.table th{
padding: 10px;
box-sizing: border-box;
border-bottom: 1px solid #ccc;
border-right: 1px solid #ccc;
}


.table th{background-color: #eee;}
.table td{background-color: #FFF;}


.table th span{
font-size: 10px;
display: inline-block;
}

.scrolltable .table.price001{
width:100%;
}
.scrolltable{
overflow: auto;
white-space: nowrap;
}
.scrolltable::-webkit-scrollbar{
 height: 5px;
}
.scrolltable::-webkit-scrollbar-track{
 background: #F1F1F1;
}
.scrolltable::-webkit-scrollbar-thumb {
 background: #BCBCBC;
}


.table.price001 th {text-align: center; font-weight: 700; line-height: 1.1; }
.table.price001 td {text-align: center; }
.table.price001 th.priceLeft { text-align: left;}

.table.price001.price002 th.priceLeft { width: 30%; }
.table.price001.price002 td { width: 35%; }

.priceRed {color: #F00;}
.priceBlue {color: #0249d9;}

.table.price001 td.priceBlue {background-color: #e8f6fd;}
.table.price001 th.priceBlue {background-color: #d9f1fd;}

.table.price001 td.priceRed {background-color: #fbe6e6;}
.table.price001 th.priceRed {background-color: #fccdcd;}


.table.commonT th,
.table.commonT td {display: block;}

/* .table.commonT th {width: 200px;}
.table.commonT td {width: calc(100% - 200px);} */


.table.commonT th span.attention {float: right; color: #F00;}
.table.commonT td a {display: block; color: #000;}

.subTtl {
font-size: 16px;
font-weight: 700;
margin-bottom: 5px;

}

.mt30 {margin-top: 30px;}
.messageTxt {text-align: center; font-size: 14px;}
.privacy {margin-top: 30px;}
.privacy dl {margin-bottom: 15px;}
.privacy dt{ font-weight: 700;}
.privacy dd {padding: 5px 20px; }

.btn input[type=submit],
.btn input[type=button] {
	font-size: 16px;
	font-weight: 400;
	display: inline-block;
	box-sizing: border-box;
	padding: 13px 0;
	cursor: pointer;
	color: #000;
	position: relative;
	box-shadow: none;
	border: 1px solid #000;
	width: 280px;
	text-align: center;
	font-family: 'Ubuntu', sans-serif;
	background:none;
	transition: background .3s, color .3s;
}

.btn input[type=submit]:hover,
.btn input[type=button]:hover {
	transition: background .3s, color .3s;
	background: #000;
	color: #FFF;
}


.contactPageBtn {text-align: center; margin: 30px auto 0;}
.contactPageBtn .btn {text-align: center; margin-top: 10px;}

.telContact {text-align: center;}
.telContact li:nth-of-type(3) {display: none;}
.telContact li {/* display: inline-block; vertical-align: top; padding-right: 30px; */}

.telContact li p {background-color: #eee; padding: 2px 5px; text-align: center; box-sizing: border-box; margin-top: 10px;}
.telContact li:nth-of-type(1) span,
.telContact li:nth-of-type(1) a {color: #000; font-size: 40px; font-weight: 700; font-family: 'Ubuntu', sans-serif; display: block;}
.telContact li:nth-of-type(2) img {width: 100px;}
/* .telContact li:nth-of-type(1) p {margin-bottom: 20px;} */

.bloglist li {
padding: 20px;
box-sizing: border-box;
border-bottom: 1px solid #ccc;
}

.bloglist p {
font-weight: 700;
font-size: 15px;
/* width: 130px;
margin-right: 20px;
float: left; */
}

.bloglist dl {
/* width: calc(100% - 150px);
padding-left: 40px; */
box-sizing: border-box;
/* border-left: 1px solid #ccc;
float: left; */
}

.bloglist dt {
font-weight: 700;
font-size: 15px;
margin-bottom: 10px;
}

.bloglist dd {
font-size: 13px;
}

.bloglist dd.btn {
text-align: right;
margin: 0;
}

.bloglist dd.btn a{
width: auto;
padding: 5px 40px;
}


.bloglist dd.btn a:after {
	top:10px;
}
.bloglist dd.btn a:before {
	top:16px;
}


.pager {
	text-align: center;
	margin-top: 30px;
}

.pager1 {
	text-align: center;
	margin: 30px auto 0;
	/* max-width: 1080px; */
	border-top: 1px dashed #ccc;
	padding-top:  20px;
}
.pager1 span,
.pager span,
.pager a{
	background-color: #eee;
	color: #000;
	cursor: pointer;
	padding: 5px 8px;
	font-size: 13px;
	letter-spacing: 0.5px;
	transition: background-color .3s;
}

.prev{ float: left; }
.next{ float: right; }
.pager span:hover,.pager1 span:hover,.pager a:hover{
	background-color: #ccc;
	transition: background-color .3s;
}

.catList div {
	/* float: left;
	width: 33.333%;
	padding: 20px; */
	margin-bottom: 20px;
	box-sizing: border-box;
	/* border-right: 1px solid #ccc; */
}

.catList div:nth-of-type(3) {
	border-right: none;
}

.catList div h3 {
font-family: 'Ubuntu', sans-serif;
font-size: 18px;
font-weight: 700;
margin-bottom: 10px;
}

.catList div ul li {
margin: 2px auto;
}

.catList div ul li a{
display: block;
width: 100%;
background-color: #fff;
color: #000;
padding: 10px;
box-sizing: border-box;
font-size: 13px;
transition: background-color .3s;
}


.catList div ul li a:hover{
background-color: #ccc;
transition: background-color .3s;
}


.blogttl {
	font-weight: 700;
	text-align: center;
	font-size: 16px;
	margin-bottom: 10px;
}

.blogday {font-family: 'Ubuntu', sans-serif; font-size: 10px;text-align: center;margin-bottom: 10px;}
.blogcat {text-align: center; }
.blogcat a {display: inline-block; background-color: #000; color: #FFF; font-size: 12px; padding: 2px 5px; box-sizing: border-box; margin: 0 2px;}

.blogEntry {
	padding: 20px 0px;
	box-sizing: border-box;
	margin-top: 10px;
	/* text-align: center; */
}
.blogEntry img { margin: 5px 0; text-align: center;}
.blogEntry img.imgcenter { width: 100%; }
/* .blogEntry img.imgleft { width: 40%; padding-right: 20px; box-sizing: border-box; float: left;}
.blogEntry img.imgright { width: 40%; padding-left: 20px; box-sizing: border-box; float: right;} */

.blogEntry p{margin-top: 30px;}

.shoppingList {text-align: right;}

.shoppingList li {display: inline-block; margin-left: 5px;}
.shoppingList li.catBtn a {
display: block;
color: #000;
padding: 5px;
box-sizing: border-box;
border-bottom: 1px solid #ccc;
}
.shoppingList li.catBtn a span{
font-size: 10px;
display: inline-block;
color: #ccc;
margin-left: 15px;
font-family: 'Ubuntu', sans-serif;
}


.shoppingList li.cartBtn a {
display: block;
color: #000;
padding: 5px;
box-sizing: border-box;
border: 1px solid #000;
}

.shoppingListBox li {
float: left;
/* width: 33.333%;
padding: 20px; */
width: 50%;
padding: 20px 10px;
box-sizing: border-box;
}

.shoppingListBox2 li {
float: left;
width: 33.33%;
padding: 20px 5px;
box-sizing: border-box;
}


.shoppingListBox a figure,
.shoppingListBox2 a figure {
border: 1px solid #ccc;
margin-bottom: 5px;
position:relative;
width: 100%;
padding-top: 73.75%;
overflow: hidden;
}

.shoppingListBox a h3,
.shoppingListBox2 a h3 {color: #000; line-height: 1.3;}
.shoppingListBox a h3 span,
.shoppingListBox2 a h3 span{ font-size: 12px; color: #888; display: inline-block; margin-bottom: 3px;}
.shoppingListBox2 a h3 {font-size: 12px;}
.shoppingListBox a p,
.shoppingListBox2 a p {color: #aaa; font-size: 18px; font-family: 'Ubuntu', sans-serif;}
.shoppingListBox2 a p {color: #aaa; font-size: 15px; font-family: 'Ubuntu', sans-serif;}
.shoppingListBox a p span,
.shoppingListBox2 a p span{font-size: 10px; display: inline-block; font-family: 'Noto Sans JP', sans-serif;}

.cartSubBox {background-color: #FFF; padding: 15px; box-sizing: border-box; }
.cartSubBox dt { clear:both; float: left;  font-size: 13px; width: 80px; }
.cartSubBox dd { float: left; width: calc(100% - 80px); font-size: 13px;}
.cartSubBox dd.redTxt {color: #F00; font-size: 18px; line-height: 1.0;}

.cartB { border-bottom: 1px dashed #ccc; padding-bottom: 10px; margin-bottom: 10px;}
.cartSubBtn a {
	display: block;
	background-color: #000;
	color: #FFF;
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
}



/* **********************************************************************************************
[7]shop
************************************************************************************************ */


.shopdetailBox { margin-top: 30px;}
.detailphotobloc { /* width: 55%; float: left; */ margin-bottom: 30px; }

div.detailphotobloc .bx-wrapper {
	position: relative;
	margin: 0 auto 10px;
	padding: 0;
	*zoom: 1;
}

div.detailphotobloc li {
	margin-bottom: 10px;
}

div.detailphotobloc .bx-wrapper li{
	position: relative;
	width: 100%;
	padding-top: 100%;
	overflow: hidden;

}

div.detailphotobloc figure img{
	width: 100%;
}
div.detailphotobloc figure{
	margin: 0 auto;
	text-align: center;
}
div.detailphotobloc figure img.v{
	width: 92.5%;
	margin: 0 auto;
	text-align: center;
}

div.detailphotobloc .bx-wrapper li img{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	object-fit: cover;
	width: auto;
	height: 100%;
  object-position: center;
  font-family: 'object-fit: cover; object-position: center;'
}

div.detailphotobloc .bx-wrapper li img.h{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	object-fit: cover;
	width: 100%;
	height: auto;
  object-position: center;
  font-family: 'object-fit: cover; object-position: center;'
}

div.detailphotobloc .bx-wrapper li img.hv{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	object-fit: cover;
	width: auto;
	height: 100%;
  object-position: center;
  font-family: 'object-fit: cover; object-position: center;'
}


div.detailphotobloc ul.thumbnail li {
    float: left;
	display: inline;
    width: 20%;
	padding: 20% 0 0;
	position: relative;
	overflow: hidden;
	 box-sizing: border-box;
}

div.detailphotobloc ul.thumbnail li img{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	object-fit: cover;
	width: 95%;
	height: 95%;
  object-position: center;
  font-family: 'object-fit: cover; object-position: center;'
}

div.detailphotobloc ul.thumbnail li a.active,
div.detailphotobloc ul.thumbnail li a:hover{
opacity:0.6; filter: alpha(opacity=60); -ms-filter: "alpha( opacity=60 )";
}

div.detailphotobloc ul.thumbnail li:nth-of-type(4n) {
	margin-right: 0; 
}

.detailBox{ /* width: 45%; padding-left: 30px; */ box-sizing:  border-box; /* float: right; */ box-sizing: border-box; /* margin-bottom: 30px; */ }


.detailBox .cartBox{ background-color: #fafafa; padding: 20px; box-sizing: border-box; font-size: 14px;  margin-top: 20px; position:relative;}
.detailBox h2 { font-size: 20px; margin: 0px auto 10px; font-weight: 600; padding-bottom: 10px; line-height: 1.2; color: #000;}

.priceBox { font-size: 25px; margin-bottom: 2px; color: #999; margin-bottom: 30px;}
.priceBox span{ font-size: 10px;}
.priceBox {margin: 10px 0;}
.detailBox .btn { /* float: left; width: 60%; */ padding: 1px 0px; box-sizing: border-box; text-align: center; }
.detailBox .btn a{
	display: block;
	padding: 15px;
	width: 100%;
	background-color: #000;
	color: #FFF;
	text-align: center;
	font-weight: 500;
}
.detailBox .btn a:after,
.detailBox .btn a:before{ background:none;}

.detailBox .btn a:hover{ background-color: #666; }

.listTxt { font-size: 15px; margin: 30px auto; }

.listTxt span{
	font-size: 18px;
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
}


.detailBox .cartBox p{ margin-bottom: 10px; }

.detailBox .cartBox ul{ margin-top: 0px;}
.detailBox .cartBox li { margin-bottom: 2px; color: #717171; }
.detailBox .cartBox li a{ color: #717171; font-size: 12px; }
.detailBox .cartBox li a:hover{ color: #2f4881; text-decoration: underline; }

.detailBox .cartBox .classlist li { color: #000; }
.detailBox .cartBox select {width: 100%;}
.detailBox .cartBox .cartStyle {width: 100%; text-align: right;}

.detailphotobloc .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -5.5px;
	outline: 0;
	width: 7px;
	height: 11px;
	border:none;
	border-radius: 0px;
	z-index: 9997;
	text-indent: 100%;
	overflow:  hidden;
	white-space: nowrap;
	background-repeat: no-repeat;
	background-size: 7px 11px;
	
}

.detailphotobloc .bx-wrapper .bx-controls-direction a:hover {
background-color: inherit;
}

.detailphotobloc .bx-wrapper .bx-prev {
	left: 10px;
	background-image: url(images/icon-prev.png);
	background-position: right center;
	transition: background-position .2s;
}

.detailphotobloc .bx-wrapper .bx-next {
	right: 10px;
	background-image: url(images/icon-next.png);
	background-position: left center;
	transition: background-position .2s;
}

.detailphotobloc .bx-wrapper .bx-prev:hover {
	background-position: right center;
	transition: background-position .5s;
}

.detailphotobloc .bx-wrapper .bx-next:hover {
	transition: background-position .5s;
	background-position: left center;
}


.soldout { color: #F00; font-weight:  bold;}




/* **********************************************************************************************
[8]other
************************************************************************************************ */
/* common
----------------------------------------------- */
.messageimg figure img,
.shoppingListBox a figure img,
.shoppingListBox2 a figure img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.morebox {display: none;}

/* form
---------------------------------------------- */
	input[type=text],textarea,input[type=password] {
			background-color: #fff;
			padding: 8px;
			width: 100%;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
			border: 1px solid #ddd;
			margin: 1px 0;
	}
	input.boxShort,input.box60 {width: 28%;}
	input.box120 {width: 38%;}
	input.box140 {width: 68%;}
	input[type=text].keyBox {
	width: calc(100% - 24px);
	border-top: none;
	border-left: none;
	border-right: none;
	font-size: 11px;
	color: #a0a0a0;
	font-family: 'Noto Sans JP', sans-serif;
	}
	input.boxMiddle,input.box380,input.box300 {width: 100%;}
	input.boxLong,input.box1000 {width: 100%;}
	.box95,textarea.box380 {width: 100%;}
	input[type=checkbox] {width: 25px; height: 25px; background-color: #fff; }
	/* input[type=radio] {width: 25px; height: 25px; background-color: #fff; } */
	.vertical-align input{
	vertical-align:middle;
	}
	select {
		-webkit-appearance:none;
		-moz-appearance:none;
			text-indent: .01px;
			text-overflow: "";
		appearance:none;
		width: auto;
		height: 40px;
		padding: 5px 20px 5px 5px;
		background-color: #fff;
		background-image: url(images/select.png);
		background-repeat: no-repeat;
		background-size: 7px 10px;
		background-position: right 5px center;
		cursor: pointer;
		border: 1px solid #ddd;
		margin: 0 5px 5px 0;
	}
	.detailshopping select { width: 150px; }
	.selectV select {width: 20%;}

.subHeader li select{
	background-image: url(images/icon-world.png);
	background-size: 13px 13px;
	background-position: right 2px center;
	height: 30px;
	border: none;
}

	
	@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
		select:not(:target) {
			padding-right:0;
			background-image: none;
		}
	}
	input[type="submit"],input[type=text],textarea,input[type=password]{
	-webkit-appearance: none;
	}
	
	.red {font-size: 1.0rem; color: #F00;}

	textarea.kiyaku_text {
	height: 1000px;
	width:  100%;
	overflow: auto;
	
	}

/* font 
--------------------------------------------- */
.f10 { font-size: 1.0rem; }
.f11 { font-size: 1.1rem; }
.f12 { font-size: 1.2rem; }
.f13 { font-size: 1.3rem; }
.f14 { font-size: 1.4rem; }
.f15 { font-size: 1.5rem; }
.f16 { font-size: 1.5rem; }
.f17 { font-size: 1.5rem; }
.f18 { font-size: 1.6rem; }
.f19 { font-size: 1.6rem; }
.f20 { font-size: 1.8rem; }
.f25 { font-size: 2.0rem; }
.f30 { font-size: 2.5rem; }
.f35 { font-size: 3.0rem; }
.f40 { font-size: 3.5rem; }
.f45 { font-size: 4.0rem; }
.f50 { font-size: 4.5rem; }
.f55 { font-size: 5.0rem; }
.f60 { font-size: 5.5rem; }
.f65 { font-size: 6.0rem; }
.f70 { font-size: 6.5rem; }

.txtC,.alignC { text-align: center; }
.txtR,.alignR { text-align: right; }
.txtL,.alignL { text-align: left; }

a.txtD { text-decoration: underline; color: #000; }

.pb80 { padding: 40px 0;}
.pb80t { padding: 40px 0 0;}
.pb60 { padding: 30px 0;}
.pb30 { padding: 30px 0;}
.mb30 { margin-bottom: 30px; }
.mb10 { margin-bottom: 10px; }
.mt10 { margin-top: 10px; }

.gryTxt { color: #a0a0a0; }
.borderB { border-bottom: 1px dashed #e5e5e5; }
.borderR { border-right: 1px dashed #e5e5e5; }
.borderL { border-left: 1px dashed #e5e5e5; }

.fontB { font-weight: bold; }
.notoserifjp {font-family: 'Noto Serif JP', serif;}
.lora {font-family: 'Lora', serif;}
.notosansjp {font-family: 'Noto Sans JP', sans-serif;}
.asap {font-family: 'Asap', sans-serif;}
.ubuntu {font-family: 'Ubuntu', sans-serif;}
.bgGry {
	background-color: #f4f6f5;
}

.box10 {
	width: 100%;
	/* max-width: 1580px; */
	margin: 0 auto;
	padding: 40px 10px;
	box-sizing: border-box;
	position: relative;
}

.box10N {
	width: 100%;
	/* max-width: 1580px; */
	margin: 0px auto 0;
	padding: 40px 10px;
	box-sizing: border-box;
	position: relative;
}

.box10T {
	width: 100%;
	/* max-width: 1580px; */
	margin: 0px auto 0;
	padding: 40px 10px 0;
	box-sizing: border-box;
	position: relative;
}


.posiR {position: relative;}
.spno { display: none; }
.pcno3{ display: none; }
.dis {display: none;}

@media all and (min-width: 411px) {
	.infobox li:after {
		top: -18px;
	}
}

@media all and (min-width: 480px) {
	br.pcno,
	.spno.pcno2 { display: none;}
	.pcno3{ display: block;}
	.txtC.txtLsp { text-align: center; }
	.txtC.txtSL { text-align: left; }
	
#sliderbox,
#sliderbox li figure {
	height: 80vh;
}

.scroll {
	display: block;
}

.commonBox,
.commonImg {
	height: 340px;
}

.navBox {
	position: absolute;
	top: 50%;
	left:50%;
	margin-left: -180px;
	margin-top: -110px;
	width: 360px;
	height: 220px;
}

.navBox a{
float: left;
width: 50%;
text-align: center;
}

.navBox .nav2 li {float: none;}
.navBox .nav2 li:nth-last-of-type(1)  a{

width: auto;
text-align: center;
}

.blogEntry img.imgleft { width: 50%; padding-right: 10px; box-sizing: border-box; float: left;}
.blogEntry img.imgright { width: 50%; padding-left: 10px; box-sizing: border-box; float: right;}

.shoppingListBox li {
width: 33.333%;
}

.shoppingListBox2 li {
float: left;
width: 25%;
padding: 20px 5px;
box-sizing: border-box;
}

}

@media all and (min-width: 560px) {
.table.commonT th {width: 150px; display: table-cell; }
.table.commonT td {width: calc(100% - 150px); display: table-cell;}

.telContact li {display: inline-block; vertical-align: top; padding-right: 20px;}
.telContact li:nth-of-type(1) p {margin-bottom: 20px;}

}

@media all and (min-width: 660px) {
.bnrBox li {float: left; width: 33.333%; margin-bottom: 0px;}

.bloglist p {
font-weight: 700;
font-size: 15px;
width: 100px;
margin-right: 20px;
float: left;
}

.bloglist dl {
width: calc(100% - 120px);
padding-left: 40px;
box-sizing: border-box;
border-left: 1px solid #ccc;
float: left;
}

.catList div {
	float: left;
	width: 33.333%;
	padding: 20px;
	margin-bottom: 0px;
	box-sizing: border-box;
	border-right: 1px solid #ccc;
}

.shopdetailBox { margin-top: 60px;}
.detailphotobloc { width: 55%; float: left; margin-bottom: 30px; }
.detailBox{ width: 45%; padding-left: 30px; box-sizing:  border-box; float: right; box-sizing: border-box; margin-bottom: 30px; }

}


@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
