@charset "utf-8";
/*--------------------------------------------------------------------
   base
---------------------------------------------------------------------*/
body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

html, body{height: 100%;}
body{
    background:#fff;
	text-align:center;
	color:#221815;
	font-size:16px;
    font-family:"Lato","游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight:400;
	letter-spacing: 0.05em;
}
body.page-id-2248 {
    background: url(../images/top-bg.jpg) no-repeat center center / cover;
}
input{
    font-family:"Lato","游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight:400;
}

@media all and (-ms-high-contrast:none) {
	body {
		font-family: "メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	}
}

/*
400,700
*/

html {
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}

.iphone body,
.ipad body,
.ipod body{
	cursor:pointer;
}
a{
	text-decoration: none;
  transition: all 0.8s;
}
a:link{ 
	color:#221815;
    text-decoration:none;
    
    }
a:visited{color:#221815;}
a:active{color:#221815;}
.pc	a:hover{color:#444; }

strong{font-weight:bold;}
img{font-size:0; line-height:0;}

/*-------loading
----------------------*/  
#loader-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #fff;
    z-index:999999;
 }
 
#loading{
	background:url("../images/loader.svg") center center no-repeat;
	background-size: contain;
	width: 200px;
	height: 200px;
	max-width: 80%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	/*
  animation-name: ani01;
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-fill-mode:forwards;*/
  }
  
/*
@keyframes ani01 {
  0% {
	  opacity: 0;
    transform: scale(.85);
  }
  100% {
	  opacity: 1;
    transform: scale(1);
  }
}*/
a.text_link {
	color: #9b9470;
}
/*--------------------------------------------------------------------
   header
---------------------------------------------------------------------*/
header,
.navHdr{
    width:100%;
    margin:0 auto;
    height:110px;
	position:relative;
}
header h1,
header .logo,
#drawernav .logo{
    width:224px;
    height:57px;
    overflow:hidden;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto auto auto 50px;
}
header h1 a,
header .logo a,
#drawernav .logo a{
    display:block;
    background:url(../images/tsunagu-logo.svg) 50% 50% no-repeat;
    background-size:contain;
    width:100%;
    height:100%;
    overflow:hidden;
    white-space:nowrap;
    text-indent:101%;
    line-height:0;
    font-size:0.1em;
}

#spmenu{display:none;}
#menubtn{display:none;}

#humberger,
#drawernav,
#overlay{display:none;}


/* scrolling
-----------------------*/
.clone-hdr {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: .3s;
  transform: translateY(-100%);
	z-index: 5000;
}
.is-show {
  transform: translateY(0);
}

header.clone-hdr{background-color:rgba(255,255,255,0.95);}


/*--------------------------------------------------------------------
   footer
---------------------------------------------------------------------*/
#ftrBnr{
	background-color: #000000;
	padding: 35px 0 30px;
}
#ftrBnr ul{
	width:870px;
	max-width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
#ftrBnr ul li{
	width: 33.333%;
	padding-left: 1.7%;
	padding-right: 1.7%;
	float: left;
	text-align: center;
	line-height: 0;
}
#ftrBnr ul li img{width: 100%; height: auto;}

#ftrBtm{
	padding: 20px 25px;
	position:relative;
	overflow: hidden;
}
#ftrBtm .ftrTel {
	line-height: 2;
}
#ftrBtm .ftrTel span.telno {
	font-size: 1.5em;
}
#ftrBtm .ftrTel span.open {
	font-size: 0.8em;
}
#ftrBtm ul.ftrSns{
	width: 120px;
	height: 30px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
#ftrBtm ul.ftrSns li{
	width: 33.333%;
	float: left;
}
#ftrBtm ul.ftrSns li a{
	display: block;
	width: 40px;
	height: 30px;
	margin: 0 auto;
    overflow:hidden;
    white-space:nowrap;
    text-indent:101%;
    line-height:0;
    font-size:0.1em;
}
#ftrBtm ul.ftrSns li a:hover{opacity: 0.8;}
#ftrBtm ul.ftrSns li.navYoutube a{
	background:url( "../images/ico_youtube.svg") 50% 50% no-repeat;
	background-size:auto 30px;
}
#ftrBtm ul.ftrSns li.navInstagram a{
	background:url( "../images/ico_insta.svg") 70% 100% no-repeat;
	background-size:20px auto;
}
#ftrBtm ul.ftrSns li.navFacebook a{
	background:url( "../images/ico_fb.svg") 50% 90%  no-repeat;
	background-size:10px auto;
}

#ftrBtm .logo{
	width: 50%;
	float: left;
	padding-right: 70px;
	position: relative;
}
#ftrBtm .logo a{
    width:187px;
    height:47px;
    display:block;
    background:url(../images/tsunagu-logo.svg) 50% 50% no-repeat;
    background-size:contain;
    overflow:hidden;
    white-space:nowrap;
    text-indent:101%;
    line-height:0;
    font-size:0.1em;
	margin-right: auto;
}

#ftrBtm p.copy{
	width: 100%;
    color:#999999;
    font-size:0.688em;
	letter-spacing: 0.025em;
	line-height: 47px;
}

footer p.copy a{ color:#999999 !important;}

/*--------------------------------------------------------------------
   container
---------------------------------------------------------------------*/
/* base
-----------------------*/
div[id="container"] p,
div[id="container"] li,
div[id="container"] dt,
div[id="container"] dd,
div[id="container"] th,
div[id="container"] td{
    line-height:2;
    text-align:left; }

div[id="container"] h2,
div[id="container"] h3,
div[id="container"] h4,
div[id="container"] h5{line-height:1.5;}

#container.toppage{
	margin-top: -110px;
}

/*btnOv*/

.btnOv{
	display:block;
	width: 210px;
	height: 48px;
	overflow: hidden;
	margin: 0 auto;
	border: #222222 1px solid;
	background-color: #fff;
	border-radius: 24px;
	position: relative;
}

.btnOv span{
	font-weight: 700;
	text-align: center;
	line-height: 48px;
	font-size: 0.875em;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	text-decoration: none;
	z-index: 5;
}
.btnOv span.cloneBtn{
	margin-left: -150%;
	color: #fff;
	z-index: 6;
}
.btnOv span.cloneBtn::before{
	content: "";
	display: block;
	background: #222;
	width: 120%;
	height: 110%;
	position: absolute;
	top: 0;
	left: -10%;
	bottom: 0;
	right: 0;
	margin: auto;
	z-index: -1;
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg);
}

/*----------------------------------------------------
local --- top
-------------------------------------------------------*/
/* mainimage
---------------------------------------------------------*/
#mainImage {
    width: 100%;
    margin: 0 auto;
    padding-top: 0;
    position: relative;
    top: 0;
    z-index: 0;
    overflow: hidden;
	background-color: #f9f9f9;
}

.slideOut {
    position: relative;
}

.bxslider {
    margin: 0;
    padding: 0;
}

.bxslider li {
    list-style: none;
}

.bxslider img {
    width: 100%;
    height: auto;
    display: block;
}


/* lead
----------------------------------------------------*/
#lead{
	padding-top: 40px;
	padding-bottom: 80px;
	position: relative;
  opacity: 0;
  animation: appeare 2s ease 3s 1 normal forwards;
}
#lead .logo{
	width: 288px;
	height: 80px;
    background:url("../images/logo_txt.svg") 50% 50% no-repeat;
    background-size:contain;
    overflow:hidden;
    white-space:nowrap;
    text-indent:101%;
    line-height:0;
    font-size:0.1em;
	position: absolute;
	top: -118px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.bxslider img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  display: block;
}
#lead p{
	text-align: center;
	line-height: 2.5;
	font-size: 	1.063em;
}
#lead p + p{margin-top: 30px;}


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

 /* service
----------------------------------------------------*/
#service{padding: 100px 20px 90px;}
#service h2,
#news h2,
#product h2,
#item h2,
#message h2,
#flow h2,
#faq h2,
#contact h2{
	font-size: 2.0em;
	text-align: center;
	letter-spacing: 0.07em;
	margin-bottom: 30px;
}



 /* news
----------------------------------------------------*/
#news{padding:100px 0 180px;}

#news ul{
	padding-bottom: 80px;
	overflow: hidden;
}
#news ul{margin-top: -30px;}
#news ul li{
	width: 47%;
	float: left;
	padding: 30px 0;
	overflow: hidden;
	border-bottom: #e9e9e9 1px solid;
}
#news ul li.odd{float: right;}

#news ul li .img{
	width: 40%;
	padding-top: 31%;
	float: left;
	overflow: hidden;
	position: relative;
}
#news ul li .img img{
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

#news ul li .txt{
	width: 55%;
	float: right;	
}
#news ul li .txt .date{
	display: block;
	font-size: 0.813em;
	color: #acacac;
}
#news ul li .txt p{
	font-size: 0.938em;
	line-height: 2;
}
#news ul li .txt p.link a{text-decoration: underline;}
#news ul li .txt p.link a:hover{text-decoration: none;}


 /* product
----------------------------------------------------*/
#product{
	padding-top: 150px;
}

#product .wrapBox .item{
	text-align: left;
font-size: clamp(11px, 0.73vw, 14px);
	flex: 1 1 calc(20% - 30px);
}
#product .wrapBox .item {
    flex: 1 1 calc(20% - 30px);
}
@media screen and (min-width: 768px) {
  #product .wrapBox .item {
    flex: 0 0 calc(20% - 30px);
  }
}
.product-info {
	line-height: 2;
}
.product-material {
font-size: clamp(11px, 0.73vw, 14px);
	line-height: 2;
}

#product .wrapBox .item a{
	display: block;
	padding: 0;
	line-height: 1.4;
}
/*#product .wrapBox .item a span{
	display: block;
	padding-top: 10px;
	font-weight: bold;
	font-size: 0.650em;
}*/
.item-thumb {
	margin-bottom: 0.5em;
}
#product .wrapBox .item.item69 a{background-image: url( "../images/ico_logo1.svg") ;}
#product .wrapBox .item.item70 a{background-image: url( "../images/ico_logo2.svg") ;}
#product .wrapBox .item.item71 a{background-image: url( "../images/ico_logo3.svg") ;}
#product .wrapBox .item.item72 a{background-image: url( "../images/ico_logo4.svg") ;}
#product .wrapBox .item.item73 a{background-image: url( "../images/ico_logo5.svg") ;}
/*fancyBox*/
.itemIn{display: none;}
.itemIn{
	width: 90%;
	max-width: 650px;
	padding: 40px;
}
.itemIn .tit{
	padding-bottom: 10px;
	margin-bottom: 20px;
	font-size: 	1.500em;
	text-align: center;
}
.itemIn#item69 .tit{background-image: url( "../images/ico_logo1.svg") ;}
.itemIn#item70 .tit{background-image: url( "../images/ico_logo2.svg") ;}
.itemIn#item71 .tit{background-image: url( "../images/ico_logo3.svg") ;}
.itemIn#item72 .tit{background-image: url( "../images/ico_logo4.svg") ;}
.itemIn#item73 .tit{background-image: url( "../images/ico_logo5.svg") ;}

.itemIn .name{
	text-align: center;
	font-size: 1.875em;
	margin-bottom: 20px;
}
.itemIn .name img {
	margin-bottom: 30px;
}
.itemIn .nameEn{
	font-size: 	1.250em;
	margin-bottom: 40px;
	line-height: 1.6;
}
.itemIn .nameEn span{
	display: block;
	text-align: center;
	padding-top: 10px;
	font-size: 0.650em;
	font-weight: bold;
}
.itemIn .profileTxt{
	line-height: 2.25;	
}
 /* message
----------------------------------------------------*/
#message{padding:100px 20px 150px; background-color: #f9f9f9;}
#message p {
	text-align: center;
	line-height: 2;
}


 /* company
----------------------------------------------------*/
#company{padding:240px 0 190px; margin-top: -110px;}
#company .wrapBox{
	width: 1040px;
	background-color: #222;
	padding-left: 0;
	padding-right: 0;
}
#company .wrapBox .companyOutline{
	width: 50%;
	float: left;
	padding: 7.7% 15px 5.76% 4.8%;
	color: #fff;
}

#company .wrapBox .companyOutline h3{
	text-align: left;
	font-size: 	1.125em;
	font-weight: bold;
	margin-bottom: 15px;
}
#company .wrapBox .companyOutline dl{overflow: hidden;}
#company .wrapBox .companyOutline dl dt{
	width: 4.5em;
	float: left;
	clear: left;
	font-size: 	0.938em;
	white-space: nowrap;
}
#company .wrapBox .companyOutline dl dd{
	margin-left: 4.5em;
	padding-left: 2em;
	font-size: 	0.938em;
	position: relative;
}
#company .wrapBox .companyOutline dl dd::before{
	content: "：";
	position: absolute;
	top: 0;
	left: 0;
}

#company .wrapBox #map {
   width: 50%;
	float: right;
	position: relative;
 }
#company .wrapBox #map iframe{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

 /* contact
----------------------------------------------------*/
#contact{
	padding-top: 100px;
}
#contact .bgBox,
.second.contact #contact{
	background: url( "../images/bg_footer.jpg") center center no-repeat;
	background-size: cover;
	padding: 100px 0 120px;
	margin-top: 0;
}
#contact h2{margin-bottom: 30px;}

#contact #form .clearfix{padding-bottom: 40px;}
#contact #form .clearfix > ul{
	width: 47%;
	float: left;	
}
#contact #form .clearfix .formIn{
	width: 47%;
	float: right;	
}
#contact #form .clearfix > ul li + li{margin-top: 20px;}

#contact #form .clearfix > ul li select {
    background: #fff url("../images/select.svg") no-repeat scroll 95% 50% / 7px auto;
	padding: 8px 8px 15px 10px;
    position: relative;
    width:100%;
    font-weight: normal;
	font-size: 13px;
}

#contact #form .clearfix > ul li select option:first-child{
    color: #999999;
}

#contact #form .clearfix > ul li input{
	width: 100%;
	background-color: #fff;
	padding: 8px 8px 15px 10px;
}
#contact #form .clearfix > ul li input::-webkit-input-placeholder {
    color: #999999;
    font-weight: normal;
	font-size: 13px;
}
#contact #form .clearfix > ul li input:-ms-input-placeholder {
    color: #999999;
    font-weight: normal;
	font-size: 13px;
}
#contact #form .clearfix > ul li input::-moz-placeholder {
    color: #999999;
    font-weight: normal;
	font-size: 13px;
}

#contact #form .clearfix .formIn textarea{
	width: 100%;
	height: 100%;
	background-color: #fff;
	padding: 8px 8px 15px 10px;
}
#contact #form .clearfix .formIn textarea::-webkit-input-placeholder {
    color: #999999;
    font-weight: normal;
	font-size: 13px;
}
#contact #form .clearfix .formIn textarea:-ms-input-placeholder {
    color: #999999;
    font-weight: normal;
	font-size: 13px;
}
#contact #form .clearfix .formIn textarea::-moz-placeholder {
    color: #999999;
    font-weight: normal;
	font-size: 13px;
}

#contact #form button{
	cursor: pointer;
}

#contact #form .error{
	display: block;
	text-align: left;
	margin-top: 5px;
	color: #ff0000;
	font-size: 	0.688em;	
}

/*error thanks*/
.second.contact #contact{
	width: 100%;
	background: url( "../images/bg_footer.jpg") center center no-repeat;
	background-size: cover;
	padding: 90px 0 120px;
}

.second.contact #contact .thanks{
	padding: 80px 0;
}

.second.contact #contact .thanks h3{
	font-size: 	1.250em;
	font-weight: bold;
	margin-bottom: 15px;
}
.second.contact #contact .thanks p span{font-size: 1em; display: inline-block;}


/*--------------------------------------------------------------------
   maintitle
---------------------------------------------------------------------*/
#mainTitle{
	position: relative;
	padding-top: 190px;
}
#mainTitle h1{
	width: 100%;
	height: 1.1em;
	text-align: center;
	font-size: 2.500em;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
/*topicPath*/
#mainTitle #topicPath{
	text-align: left;
	position: absolute;
	left: 50px;
	top: 20px;
}
#mainTitle #topicPath li{
	display: inline;
	margin-right: 0.6em;
	font-size: 	0.625em;
	font-weight: 700;
}
#mainTitle #topicPath li + li::before{
	content: ">";
	margin-right: 0.8em;
}

@media screen and (max-width: 1140px) {
	#mainTitle{	padding-top: 16.66%;}
}

/*----------------------------------------------------
local 
-------------------------------------------------------*/
 /* service
----------------------------------------------------*/
#container.service{
	padding-top:45px;
	padding-bottom: 190px;
}
#serviceLead{
	padding-top: 110px;
	margin-top: -110px;	
}
#serviceLead .bgBox{
	background: url("../images/bg_service.jpg") center center no-repeat;
	background-size: cover;
}
#serviceLead .wrapBox {position: relative;}
#serviceLead .wrapBox .txtBox{
	width: 50%;
	margin-left: auto;
	padding: 70px 0 60px 30px;
}

#serviceLead .wrapBox .txtBox h2{
	font-weight: bold;
	text-align: center;
	font-size: 2.250em;
	margin-bottom: 20px;
}

#serviceLead .wrapBox .txtBox h2 span{
	display: block;
	font-weight: bold;
	font-size: 0.611em;
}
#serviceLead .wrapBox .imgBox{
	width: 46.22%;
	padding-top: 56.3%;
	position: absolute;
	left: 50px;
	top:50%;
  transform: translateY(-50%);
}
#serviceLead .wrapBox .imgBox img{
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
}

#serviceOutline{
	padding-top: 130px;
	padding-bottom: 50px;
}
#serviceOutline h2{
	text-align: center;
	font-weight: bold;
	font-size: 1.625em;
	margin-bottom: 80px;
}
#serviceOutline .inner{
	width: 1040px;
    max-width:100%;
    margin:0 auto;
	padding: 0 0 100px;
	overflow: hidden;
}
#serviceOutline .inner .txtBox,
#serviceOutline .inner#wholesale{padding-left:60px;}
#serviceOutline .inner h3{
	text-align: left;
	font-size: 	1.875em;
	font-weight: 700;
	margin-bottom: 30px;
}
#serviceOutline .inner h3:first-letter{font-size: 1.333em;}

#serviceOutline .inner .txtBox p + p{margin-top: 20px;}
#serviceOutline .inner .txtBox p + dl{margin-top: 30px;}
#serviceOutline .inner .txtBox dl dt{font-weight: bold;}
#serviceOutline .inner .txtBox dl dd + dt{margin-top: 10px;}

/*ecommerce*/
#serviceOutline .inner#ecommerce .txtBox{
	width:62.5%;
	float: left;
}
#serviceOutline .inner#ecommerce .imgBox{
	width:36.5%;
	float: right;
}
#serviceOutline .inner#ecommerce .imgBox ul{
	width: 305px;
	max-width: 100%;
	margin-right: auto;	
	padding-top: 10px;
}
#serviceOutline .inner#ecommerce .imgBox ul li + li{margin-top: 12px;}

#serviceOutline .inner#ecommerce .imgBox ul li a{
	display: block;
	padding-top: 33%;
	background-color: #e8e8e8;
	position: relative;
}
#serviceOutline .inner#ecommerce .imgBox ul li a img{
	display: block;
	width: 100%;
/* 	height: 100%; */
	border: #c3c3c3 1px solid;
	position: absolute;
	top: -4px;
	left: -4px;
  transition: all 0.4s;
}

#serviceOutline .inner#ecommerce .imgBox ul li a:hover img{
	top: 0;
	left: 0;
}

/*realcommerce*/
#serviceOutline .inner#realcommerce .txtBox{
	width:50%;
	float: left;
}
#serviceOutline .inner#realcommerce .imgBox{
	width:50%;
	float: right;
	text-align: right;
}

/*catalog*/
#serviceOutline .inner#catalog .txtBox{
	width:34%;
	float: left;
}
#serviceOutline .inner#catalog .imgBox{
	width:66%;
	float: right;
}
.viewer .bx-prev,
.viewer .bx-next{ display:none;}

#container.service #produce{
	padding-top: 110px;
	margin-top: -110px;	
}
#container.service #produce .bgBox{
	background: url("../images/bg_service2.jpg") center center no-repeat;
	background-size: cover;
}
#container.service #produce .wrapBox {position: relative;}
#container.service #produce .wrapBox .txtBox{
	width: 50%;
	margin-left: auto;
	padding: 70px 0 60px 50px;
}

#container.service #produce .wrapBox .txtBox h2{
	font-weight: bold;
	text-align: center;
	font-size: 1.750em;
	line-height: 1.3125;
	margin-bottom: 20px;
}
#container.service #produce .wrapBox .txtBox ul{margin-top: 15px;}
#container.service #produce .wrapBox .txtBox ul li{
	padding-left: 1.5em;
	position: relative;
}

#container.service #produce .wrapBox .txtBox ul li::before{
	content: "・";
	font-weight: bold;
	position: absolute;
	top: 0;
	left: 0;
}

#container.service #produce .wrapBox .imgBox{
	width: 46.8%;
	padding-top: 52.8%;
	position: absolute;
	left: 50px;
	top:50%;
  transform: translateY(-50%);
}
#container.service #produce .wrapBox .imgBox img{
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
}

/* pager
--------------*/
.pagination{    
    width:1000px;
    max-width:100%;
    margin:0 auto !important;
    text-align:center;
    padding-top:20px;
	padding-bottom: 120px;
}
#container .blogIndex .pagination ul{margin-top:0; text-align: center;}
.pagination li{
    display:inline-block;
    margin:0 4px;
}
.pagination li a,
.pagination li span{
    display:block;
    border:#999999 1px solid;
    background-color:#fff;
    width:28px;
    line-height:28px !important;
    font-size:12px;
    text-align:center;
    color:#000 !important;
    text-decoration:none !important;
}
.pagination li a:hover{ color:#333 !important; background-color:#e8e8e8;}
.pagination li span.dots{border:none; width:auto; color:#333; background:none;}
.pagination li span.current{
    background-color:#333 !important;
    color:#fff !important;
}



@media screen and (max-width: 999px) {
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 374px) {
    /*iphone5*/
}

@media screen and (min-width : 1140px){
    .forTB,
	.forSP{display:none;}
	.forPC{display:inherit;}

    .ie8 body{
        min-width:1140px;
        max-width:100%;
        overflow-x:hidden;
    }

}
@media screen and (min-width: 768px) {
  .is-sp {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}
/*--------------------------------------------------------------------
   login
---------------------------------------------------------------------*/
#title-section {
	margin: 50px auto 0;
	max-width: 50%;
}
@media screen and (max-width: 767px) {
#title-section {
	margin: 50px auto 0;
	max-width: 80%;
}
}
/*--------------------------------------------------------------------
   login
---------------------------------------------------------------------*/

#login-section{
    height: 45vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2em;
    box-sizing: border-box;
}

.login-wrap {
    max-width: 600px;
    width: 100%;
    padding: 3em 1em;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    text-align: center;
    background: #fff;
}

@media screen and (max-width: 767px) {
	#login-section{
		height: 55vh;
	}
    .login-wrap {
        margin: 0 15px 5vh;
    }
}
#login-error {
	margin-top: 30px;
}
.label-ttl {
    margin-bottom: 1em;
	line-height: 1.4;
}

.btn-login {
    width: 50%;
    display: block;
    background-color: rgba(200, 150, 150, 0.8);
    color: #fff;
    border: none;
    padding: 0.75em 1em;
    border-radius: 8px;
    margin: 40px auto 0;
    cursor: pointer;
    transition: background-color 0.3s;
}

.btn-login:hover {
    background-color: rgba(200, 150, 150, 0.8);
}

.login form input[type="text"] {
    width: 50%;
    padding: 0.75em 1em;
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: #f9f9f9;
    font-size: 1em;
    transition: border-color 0.3s, background-color 0.3s;
    margin-top: 30px;
	text-align: center;
	color: #ccc;
}
/*--------------------------------------------------------------------
   tel link
---------------------------------------------------------------------*/
.tel-sp {
  display: none;
}
.tel-pc {
  display: inline;
}

@media screen and (max-width: 768px) {
  .tel-sp {
    display: inline;
  }
  .tel-pc {
    display: none;
  }
}
/*--------------------------------------------------------------------
   footer bnr
---------------------------------------------------------------------*/
.footer-bnr {
}
.footer-bnr ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.footer-bnr ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.footer-bnr ul li a img {
  width: 100%;
  height: auto;
  max-width: 300px;
}