@charset "UTF-8";
html {
  height: 100%;
}
body {
font-family: 'Lato', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
height: 100%;
margin: 0;padding: 0;
color: #555;font-size: 14px;line-height: 28px;
background-repeat: repeat;text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
-moz-text-size-adjust: 100%;
webkit-text-size-adjust: 100%;
}
p {max-height: 100%;}
a {
margin: 0px;
color:#333;
}
a:hover {
color: #ccc;
text-decoration: none;}
.btn {
border-radius: 0;}
ul, ol, form, p ,h2,h3,h4{
margin: 0;
padding: 0;
list-style: none
}
.clearfix::after{
  content: "";
  display: block;
  clear: both;
}
h4{color: #000;
}
.bold{font-weight: bolder!important;}
.fs80{font-size:80%;line-height: 18px;}
.fs110{font-size:110%;line-height: 20px;}
.fs120{font-size:120%;line-height: 22px;}
.fs180{font-size:180%!important;line-height: 36px!important;}
.left{text-align: left!important;}
.center{text-align: center!important;}
.right{text-align: right!important}
.ml30{margin-left: 30px!important;}
.mt8{margin-top: 8px!important;}
.mt10{margin-top: 10px!important;}
.mt15{margin-top: 15px!important;}
.mt30{margin-top: 30px!important;}
.mt60{margin-top: 60px!important;}
.mb0{margin-bottom: 0px!important;}
.mb10{margin-bottom: 10px!important;}
.mb15{margin-bottom: 15px!important;}
.mb20{margin-bottom: 20px!important;}
.mb30{margin-bottom: 30px!important;}
.mb50{margin-bottom: 50px!important;}
.mb60{margin-bottom: 60px!important;}
.mb90{margin-bottom: 90px!important;}
.pt10{padding-top:10px!important;}
.pt30{padding-top:30px!important;}
.pt60{padding-top:60px!important;}
.pb20{padding-bottom:20px!important;}
.pb30{padding-bottom:30px!important;}
.pb40{padding-bottom:40px!important;}
.pb60{padding-bottom:60px!important;}
.pl20{padding-left:20px!important;}
strong{color: #000;}
b{color: #000;}

.container {
    width: 1100px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
}
@media only screen and (max-width: 896px) {
body.is-fixed  {
    height: 100%;
    overflow: hidden;
  }
.container {
    width: 100%;
    margin:0 auto 0 auto;
    padding-left: 0;
    padding-right: 0;
}
}
/*ヘッダー----*/
header{
    position: fixed;
    width: 100%;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    z-index: 100;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 6px;
}
.logo{
    display: block;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-bottom: 0px;
    text-align: center;
}
.logo img{
    width: 100px;
    height: auto;

}
.cart{
    position: absolute;
    z-index: 9999;
    top:0px;
    right: 80px;
}
/* PC nav--------------------------- */	
nav {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	z-index: 100;
	top: 0;
	font-size: 90%;
	background-color: #eeeeec;
}
.nav-inner {
  box-sizing: border-box;
  width:100%;
  max-width: 1000px;
  display:block;
  z-index: 9999;
  margin: 0px auto 0px auto ;
  padding: 20px 10px 20px 10px;
}
.navbnr {
  display:flex;
  flex-wrap: wrap;
  z-index: 9999; 
}
.navbnr div{
  box-sizing: border-box;
  width: 25%;
  padding: 3px 3px;
}
.navbnr a:hover {
  opacity: 0.6;
}

.navbnr a{
	width: 100%;
	box-sizing: border-box;
	z-index: 9999;
}
.navbnr img{
    width: 100%;
    border-radius: 10px;
}
.iconnav{
    display: none;
}

@media only screen and (max-width: 896px) {
header{
    position: fixed;
    width: 100%;
    height: 90px;
    background-color: #fff;
    top:0;
  
}
.logo{
    margin-top: 16px;
    width: 100%;
}  
.logo img{
     padding-top: 0px;
    width: 85px;
    height: auto;
}
.cart{
    top:4px;
    right: 10px;
} 
.nav-inner {
  padding: 0px 10px 20px 10px;
}
.navbnr div{
  width: 50%;
}
}
/*toggle----------- */
.hamburger {
  position: absolute;
  right:47px;
  top: 19px;
  width: 27px; 
  height:32px; 
  cursor: pointer;
  z-index: 99999;
    display: block;
}
.hamburger span {
  position: absolute;
  left: 0px;
  width: 27px;
  height: 2px;
  background-color: #3E3E3D;
  transition: all .6s;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger span:nth-of-type(1) {
  top: 8px;
}
.hamburger span:nth-of-type(2) {
  top: 18px;
}
.hamburger span:nth-of-type(3) {
  top: 28px;
}
.open .hamburger span:nth-of-type(1) {
  transform: rotate(405deg);
  top: 19px;
}
.open span:nth-of-type(2) {
  width: 0;
  left: 50%;
}
.open span:nth-of-type(3) {
  transform: rotate(-405deg);
  top: 19px;
}
.toggle-inner a:hover,.toggle-inner label:hover{
    opacity: 0.6;
}

.spnav h3{
    color: #1a5649;
}
.toggle-inner{
    display: none;
    position: fixed;
    box-sizing: border-box;
    width: 100%;
    top:0;
    bottom: 0;
    left:-100%;
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    z-index: 99;
    }
.open .toggle-inner{
    display: block;
    animation: panelmove2 0.5s forwards;   
}
.spnav{
    box-sizing: border-box;
    height:100vh;
     background-color: #eeeeec;
　　　padding:0;　20px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.spnav-inner{
    box-sizing: content-box;
    background-color:#fff;
    width: 900px;
    height: auto;
    margin: 150px auto 20px auto;
    padding: 30px;
      border-radius:20px;
}
.spnav-inner::after {
    content: " ";
    display: block;
    clear: both;
}
@keyframes panelmove2 {
  0% { left: -100%; }
  100% { left: 0; }
}
/*
.spnav{
    height:100%;
    overflow-y: scroll;
}
*/
.sp-col3 {
  display: none;
}

.cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	color: #000;
}
.cp_actab a{
        color: #333; 
    }
.cp_actab img{
        width: 30px;
        padding-right: 10px;
}
.cp_actab input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.cp_actab label {
    font-size: 100%;
    line-height: 2;
    position: relative;
    display: block;
    padding: 10px 0 10px 15px;
    cursor: pointer;
    margin: 0;
    
}
.cp_actab .cp_actab-content {
    box-sizing: content-box;
    border-left: 2px solid #666;
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.35s;
	transition: max-height 0.35s;
	color: #333;
    margin-left: 60px;
    font-size: 90%;
    ransition: .5s;
}
.cp_actab-content ul li > a{
     position: relative;
    font-size: 100%;
    line-height: 2;
    display: block;
    padding: 5px 0 5px 30px;
    cursor: pointer;
    margin: 0;  
}
.single a{
    font-size: 100%;
    line-height: 2;
    position: relative;
    display: block;
    padding: 10px 0 10px 15px;
    cursor: pointer;
    margin: 0;
}

.apparel p{
    font-weight: bold;
    padding: 0 0 10px 20px;
}
.apparel ul li a{
        padding: 2px 0 2px 60px!important;
        border: none;
}
.menu-1{
    box-sizing: border-box;
    width: 50%;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 0px;
    padding-right: 30px;
    border-right: 1px solid #888;
    
}
.menu-info {
    box-sizing: border-box;
    float: left;
    margin-top: 20px;
    padding-top: 0px;
    padding-left: 50px;
	border-left: none;
    line-height: 2.5;
}
.cp_actab input:checked ~ .cp_actab-content {
	max-height: 100%;
}
.cp_actab label::after {
    color: #666;
    font-size: 26px;
    line-height:32px;
	position: absolute;
	top: 8px;;
	right: 15px;
	display: block;
	width:35px;
	height:35px;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	text-align: center;
}
.cp_actab input[type=checkbox] + label::after {
	content: '+';
}
.cp_actab input[type=checkbox]:checked + label::after {
	transform: rotate(315deg);
}
@media only screen and (max-width: 896px) {
.hamburger {
  position: fixed;
  left: 20px;
  top: 26px;
  width: 27px; 
  height:32px; 
  cursor: pointer;
  z-index: 9999;
  display: block;
}
.toggle-inner{
    display: none;
    position: fixed;
    box-sizing: border-box;
    width: 100%;
    top:0;
    bottom: 0;
    left:-100%;
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    z-index: 99;
    }
.open .toggle-inner{
    display: block;
    animation: panelmove2 0.5s forwards;   
}
.spnav{
    box-sizing: border-box;
    height:100vh;
     background-color: #eeeeec;
　　　padding:0　20px;
    border-radius:20px 20px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.spnav-inner{
    background-color:#eeeeec;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
      border-radius:0;
}
.sp-col3 {
	display: flex;
	text-align: center;
	margin: 100px 0 30px 0;
	border-bottom: 1px solid #666666;
}
.sp-col3 li {
  width: calc(100% / 3);
}
.sp-col3 ul,.sp-col3 li {
  padding-left: 0;
  margin-top: 0;
  list-style: none;
}
.sp-col3 li {
  text-align: center;
  padding: 10px 0 5px 0; 
}
.sp-col3 li img{
        width: 40px;  
}
.sp-col3 li span{
    display: block;
    text-align: center;
    font-size: 80%;  
}
.sp-col3 a{
        color: #333; 
}

.cp_actab label::after {
    color: #666;
    font-size: 26px;
    line-height:32px;
	position: absolute;
	top: 8px;;
	right: 15px;
	display: block;
	width:35px;
	height:35px;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	text-align: center;
}
.cp_actab input[type=checkbox] + label::after {
	content: '+';
}
.cp_actab input[type=checkbox]:checked + label::after {
	transform: rotate(315deg);
}
.menu-1{
    width: 100%;
    float: none;
    border: none;
    padding: 0;
    margin: 0;
}
.menu-1 span{
    font-size: 90%;
}
.menu-info {
    float: none;
    margin-top: 30px;
    padding-top: 30px;
    padding-left: 30px;
	border-top: 1px solid #888;
   
}
}
/*カートボタン----------------*/
.search{
    position: relative;
    margin-left: auto;
    margin-right: auto;
    z-index: 999;  
}
.header-search {
  position: fixed;
  width: 310px;
  top:25px;
   left:30px;
}
.header-search i {
  position: absolute;
  top: 16px;
  left: 10px;
}
.header-search__box {
  min-width: 240px;
  padding: 12px 11px 12px 40px;
  background: none;
  border-radius: 3px;
  color: #333;
  border: 1px solid #e5e5e5;
-webkit-appearance: none;
}
.header-tools {
 margin-top: 20px;
  float: right;
  width:153px;
  text-align: right;
}
.header-tools__unit {
  display: block;
    width: 35px;
    height: 35px;
    float: left;
    margin-left: 8px; 
    margin-right: 8px;
}
.header-tools__unit a{
    width: 35px;
    height: 35px;
}
.header-tools__unit a:hover{
    opacity: 0.6;
}
.header-tools__unit-cart {
  margin-left: 10px;
}
@media only screen and (max-width: 896px) {
.search{
    position: relative;
    box-sizing: border-box;
    width: 100%;
    display: block;
   background-color: #eeeeec;
    margin: 0;
    height: 167px;
    padding:0px 15px 5px 15px;
     z-index: 10;
}
.header-search {
    position: absolute;
    top: 100px;
     left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 90%;
}
.header-search i {
  top: 20px;
  left: 10px;
}
.header-search__box {
    box-sizing: border-box;
  width:100%;
  margin-top: 8px;
  padding: 20px 20px 20px 40px;
  background-color: #fff;
  border-radius: 0px;
  border: none;
}
.header-tools {
  float: right;
  width:38px;
  text-align: right;
    margin-top: 23px;
    margin-right: 0px;
}
.header-tools__unit {
    text-align: right;
    width: 34px;
    height: 34px;
    margin-left: 0px; 
    margin-right: 0px;
}
.header-tools__unit a{
    width: 34px;
    height: 34px;
}	
}
/* main */
.main__section {
    width:1100px;
    box-sizing: border-box;
    margin-bottom: 60px;
    padding:120px 30px 0 30px;
    margin-left: auto;
    margin-right: auto;
}
.top_footer{
    width:1100px;
    box-sizing: border-box;
    margin-bottom: 60px;
    padding:0 30px 30px 30px;
    margin-left: auto;
    margin-right: auto;
}
@media only screen and (max-width: 896px) {
.main__section {
    width: 100%;
  padding: 30px 20px;
}
.top_footer{
    width:100%;
    box-sizing: border-box;

}
}
.main__section--product {
  padding: 20px 0 60px;
}
.breadcrumb__section {
    box-sizing: content-box; 
    padding-bottom: 5px;
    padding-left:20px;
    padding-right: 20px;
}

.breadcrumb-list__unit {
    box-sizing: content-box; 
	padding: 0!important;
	margin: 0!important;
}
.sort__section {
  position: absolute;
  top: 0;
  right: 0;
font-size: 80%;
}
.sort--sub-layer {
 width: 120px;
}
@media only screen and (max-width: 896px) {
.breadcrumb__section {
    padding-left:0px;
}
.sort__section {
  position: absolute;
  top: 0;
  right: 0px;
}
.article_section .breadcrumb-list {
    box-sizing: content-box; 
display:block;
  overflow-x: auto;
    overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  overflow: auto;
  white-space: nowrap;
    padding-left: 10px;
    font-size: 90%!important;
}
.breadcrumb-list__unit {
	font-size: 90%!important;
    padding-left: 0px!important;
}
.sort--sub-layer {
 width: 100px;
    font-size: 90%!important;
}
}
.more-prd span {
  cursor: pointer;
}
.info__section, .recommend__section, .seller__section, .together__section, .product-list__section, .free-space__section, .delivery__section, .payment__section, .cancel__section {
  margin-bottom: 60px;
}
.product-list__section {
  position: relative;
}
.free-space__section {
  background: url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
}
.recommend-list, .seller-list, .together-list {
  margin-top: 40px;
}
.sub-list {
  padding-bottom: 20px;
}
.sub-list__unit a{
	box-sizing: border-box;
	float: left;
	font-size: 14px;
	color: #999;
	padding: 2px 18px;
	border: 1px solid #bbb;
	border-radius: 20px;
	margin-right: 5px;
    margin-bottom: 6px;
}
.sub-list__unit a:hover{
    border: 1px solid #555;
	color: #555;
}

@media only screen and (max-width: 896px) {

.sub-list__unit {

}
}
.product-list__freespace-top {
  padding-bottom: 60px;
  background: url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
}
.product-list__freespace-bottom {
  padding-top: 60px;
  background: url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
}
/* information */
.info {
  margin-top: 40px;
}
.info-list {
  list-style-type: none;
}
.info-list__unit {
  padding-bottom: 30px;
}
.info-list__date {
  display: block;
  padding-bottom: 10px;
}
/* history */
.history__section {
  clear: both;
  padding-top: 60px;
}
/* footer */
.footer__guide {
  padding-bottom: 30px;
  margin-bottom: 60px;
  border-bottom: 1px solid #ddd;
}
.guide__col {
  display: block;
    float: left;
  margin: 0 1%;
  vertical-align: top;
}
.guide__col--one-third {
  width: 31.3%;
}
@media only screen and (max-width: 896px) {
.guide__col {
  margin: 0 0;
    float: none;
}
.guide__col--one-third {
  width: 100%;
	}
.guide__other,.guide__h2,.guide__name {
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
}
}
.guide__col--half {
  width: 605px;
}
.guide__h2 {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
}
.guide__list {
  margin: 0;
}
.guide__name {
  padding-bottom: 15px;
}
.guide__other {
  margin: 0;
  padding-bottom: 30px;
  color: #666;
}
.footer__navi {
  margin-bottom: 40px;
}
.shop-owner {
  overflow: hidden;
}
.shop-owner__img {
  float: left;
  width: 200px;
  margin-right: 20px;
}
.shop-owner__info {
  float: left;
  width: 290px;
}
.shop-owner__name {
  margin-bottom: 16px;
  font-weight: bold;
}
.shop-owner__memo {
  line-height: 1.8;
}
.sns-list {
  list-style-type: none;
  padding-bottom: 30px;
}
.sns-list__unit {
  display: table-cell;
  padding-right: 5px;
}
.footer-navi__col {
  list-style-type: none;
  line-height: 2.2;
}
.pagetop__btn {
  background:#000;
  border: 1px solid #333;
  color: #fff;
  display: block;
    position: fixed;
    right: 10px;
    bottom: 10px;
  padding: 15px 0;
  width: 100%;
  max-width: 44px;  
}
/* copyright */
.copyright__section {
    padding-top: 20px;
    padding-right: 0;
    padding-left: 30px;
    padding-bottom: 20px;
    font-size: 10px;
}
.copyright {
  margin: 0 0 10px;
    line-height: 1.2;
}
/* menu-list */
.menu-list {
    margin-top: 10px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 30px;
    list-style-type: none;
}
.menu-list--more-prd {
  margin: 10px 0 20px;
}
.menu-list__link {
  display: table;
  padding: 5px 0;
  width: 100%;
}
.menu-list__text {
  display: table-cell;
  padding-right: 20px;
  vertical-align: middle;
  width: 90%;
}
.menu-list__icon {
  display: table-cell;
  vertical-align: middle;
  width: 10%;
  text-align: right;
}
.category-list__unit {
  position: relative;
}
@media only screen and (max-width: 896px) {
.menu-list li{
	padding-left: 20px;
}
.copyright__section {
    padding-left: 0px;
}
.pagetop__btn:hover {
    color: #fff;
     background-color: #000!important;
}
}
/* qrcode */
.qrcode {
  margin: 20px 0 60px;
  text-align: center;
}
/******** product-list *******/
.article_link {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
    margin-top: 25px!important;
}
.article_link h2{
    font-size: 120%!important;
    color: #1a5649;
    font-weight: bold!important;
    border-left: 8px solid #1a5649;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.article_link ul{
    position: relative;
    width: 99%;
}
.article_link ul li{
    position: relative;
    float: left;
    width: 32%;
    margin-right: 2%;  
    line-height:20px;
}
.article_link ul li:nth-child(3){
     margin-right: 0%;   
}
.article_link img:hover{
    opacity: 0.7;
}
.article_link p:hover{
    text-decoration: underline;    
}
@media only screen and (max-width: 896px) {
.article_link ul{
    width: 97%;
    margin-left: 0;
    margin-right: 0;
}
.article_link p{
     font-size: 80%;
     line-height:16px;
}
}
.product-list {
  list-style-type: none;
  font-size: 0;
}
.product-list__unit {
  display: inline-block;
  font-size: 14px;
  margin: 0 1% 40px;
  vertical-align: top;
  position: relative;
  text-align: center;
}
.product-list__unit-sm {width: 110px;}
.product-list__unit-md {width: 22%;padding-bottom: 15px;}
.product-list__unit-md2 {width: 22%;}
.product-list__unit-lg {width: 23.33%;}
.product-list__unit-list {width: 31.3%;}
.product-list__name {
    font-size: 90%;
    line-height: 18px;
  margin-top: 5px!important;
    margin-bottom: 5px!important;
  text-align: left!important;
}
@media only screen and (max-width: 896px) {
.product-list__unit {
  margin: 0 2% 40px;
  vertical-align: top;
  position: relative;
  text-align: center;
}
.product-list__unit-lg {
  width: 46%;
}
.product-list__unit-list {
  width: 46%;
}
.product-list__unit-md {
  width: 43.5%;
}
.product-list__unit-md2 {
  width: 43.5%;
}
}
.product-list__unit--sidebar {
  display: block;
  margin: 0 0 20px;
}
.product-list__image:hover {
  opacity: 0.9;
}
.product-list__image--sm {
  max-width: 110px;
}
.product-list__text {
  display: block;
}
.product-list__name {
  margin-top: 10px;
  text-align: left!important;
}
.product-list__name--sidebar {
  margin-top: 0;
  margin-left: 10px;
}
.product-list__expl {
  margin-top: 20px;
  text-align: left;
}
.product-list__prices {
  margin-top: 0px;
  font-size: 80%;
  line-height: 14px;
  text-align: left;
}
.product-list__prices--sidebar {
  margin-left: 10px;
}
.product-list__price-regular {
  text-decoration: line-through;
}
.product-list__price-soldout {
  color: #ff0000;
}
.product-list__discount-rate {
  color: #ff0000;
}
.rank-box {
  position: absolute;
  top: 20px;
  left: 10px;
  z-index: 5;
}
.rank-box--sidebar {
  top: 10px;
}
.rank-number {
  padding: 8px 0 0;
  background: #fff;
  color: #000;
  font-weight: bold;
  border-radius: 50%;
  width: 40px;
  height: 32px;
  display: block;
  text-align: center;
}
.rank-number--sidebar {
  padding: 4px 0 0;
  width: 22px;
  height: 18px;
}
.rank-number-color--1 {
  background: #ffea22;
}
.rank-number-color--2 {
  background: #cbcbcb;
}
.rank-number-color--3 {
  background: #d9a300;
}
/* pagenation */
.pagenation {
  position: relative;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}
.pagenation .disabled {
  color: #ccc;
}
.pagenation-prev {
  position: absolute;
  left: 10px;
}
.pagenation-pos {
  line-height: 0.8;
}
.pagenation-pos__number {
  margin: 0 5px;
  font-size: 22px;
}
.pagenation-next {
  position: absolute;
  right: 10px;
}
/** Module*/
.section__title-h2{
    font-size: 1.5em!important;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
.reco-h2 {
    margin-bottom: 20px;
    padding-top: 0px!important;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #135347;
    border-bottom: 1px solid #1a5649;
    text-align:center;
}
@media only screen and (max-width: 896px) {
.shop-info-list,.shop-info__lead{	
	padding-left: 5%;
		padding-right: 5%;
}
.pagenation-prev {
  font-size: 90%;
}
    .pagenation-next {
  font-size: 90%;
}
.section__title-h2{
        font-size: 120%!important;
}
}
.btn-primary {
  background: #333;
  border: 1px solid #333;
  color: #fff;
}
.btn-primary:hover {
  background: #666;
  color: #fff;
  opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  zoom: 1;
}
.btn-secondary {
  background: #48A3FF;
  border: 1px solid #48A3FF;
  color: #fff;
}
.btn-secondary:hover {
  background:#48A3FF;
  color:#fff;
  opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  zoom: 1;
}
.btn-tertiary {
  background: #cf0400;
  border: 1px solid #cf0400;
  color: #fff;
}
.btn-tertiary:hover {
  background: #cf0400;
  color: #fff;
  opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  zoom: 1;
}
.btn__addcart, .btn__quick, .btn__soldout {
  padding: 20px 0 22px 0;
}
.btn__addcart i, .btn__quick i, .btn__soldout i {
  margin-right: 10px;
}
.btn__addcart span, .btn__quick span, .btn__soldout span {
  vertical-align: middle;
}
.btn__soldout.disabled,
.btn__soldout[disabled] {
  background-color: #cf0400;
  color: #fff;
}
.txt--sm {font-size: 10px;}
.txt--md {font-size: 12px;}
.txt--lg {font-size: 16px;}
.txt--c {text-align: center;}
.txt--r {text-align: right;}
.txt--red {color: #ff0000;}
.txt--gray {color: #999;}
.border--none {border: none;}
.mar-t--10 {margin-top: 10px!important;}
.mar-t--20 {margin-top: 20px!important;}
.mar-t--30 {margin-top: 30px;}
.mar-t--60 {margin-top: 60px;}
.mar-b--20 {margin-bottom: 20px;}
.mar-b--30 {margin-bottom: 30px;}
.mar-b--60 {margin-bottom: 60px;}
.mar-b--90 {margin-bottom: 90px;}
.mar-b--150 {margin-bottom: 150px;}
.mar-p--20{padding-top: 20px!important;}
.width--110 {width: 110px;}
.width--160 {width: 160px;}
.hide {display: none;}
.bdr3 {
  margin: 0;
  padding-bottom: 15px;
  border-bottom: 3px solid #ddd;
}
/* textarea input */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  outline: none;
}
.ttl2{
    clear: both;
    color: #000;
    text-align: center;
    font-size: 180%;
    padding-top: 30px;
    padding-left: 0px;
    line-height: 28px;
    font-weight: normal;
    margin-bottom: 5px!important;
}
.ttl3{
	clear: both;
	text-align:center;
	font-size: 140%;
	padding-left: 0px;
	line-height: 30px;
}
.ttl4{
	clear: both;
	font-size: 100%;
	padding-left: 0px;
	line-height: 20px;
	margin-bottom: 20px;
	font-weight: bold;
}
@media only screen and (max-width: 896px) {
.ttl2{
	font-size: 120%;
	padding-top: 30px;
}	
}
/*footer---------------*/
.footer_left {
	width : 29%; 
	float: left;
	margin-right: 1%;
	position: relative;
}
.footer_right {
	width : 69%; 
	float: left;
	margin-left: 1%;
	position: relative;
}
.footer_list{
	width: 300px;
	float: left;
}
@media only screen and (max-width: 896px) {
.footer_left {
	width : 100%; 
	float: none;
	margin-left: 0%;
	margin-right: 0%;
	position: relative;
}
.footer_right {
	width : 100%; 
	float: none;
	margin-left: 0%;
	margin-right: 0%;
	position: relative;
}
.footer_list{
	margin-left: 0%;
	width:100%;
	float: left;
}	
}
.btn_detail{
	width: 70%;
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
}
.btn_detail a{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	border: 2px solid #00A0E9;
	color: #00A0E9;
	margin-bottom: 60px;
	display: block;
}
	.btn_detail a:hover{
	border: 2px solid #00A0E9;
	background-color: #00A0E9;
	color: #FFF;
}
.pickup{
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #195899;
    color: white;
    font-size: 14px;
    text-align: center; 
}
.pickup a{
       text-decoration: underline!important;
    color: #fff;
}

/*
TOP
--------------*/
.mainWrap{
    clear: both;
  position: relative;
  z-index: 0;
    padding-top: 100px;
    margin-bottom: 60px;
    overflow: auto;
}
.js-scrollIn{
  transform: translateY(15px);
  opacity: 0;
  transition: 1s;
}
.js-scrollIn.is-scrollIn{
  transform: translateY(0);
  opacity: 1;
}
.js-scrollIn .is-slide{
  transform: translateY(0);
  transition: 1s;
  opacity: 0;
}
.js-scrollIn .is-slide.left{
  transform: translateX(-15px);
  transition-delay: 0.3s;
}
.js-scrollIn .is-slide.right{
  transform: translateX(15px);
  transition-delay: 0.6s;
}
.js-scrollIn.is-scrollIn .is-slide.right,
.js-scrollIn.is-scrollIn .is-slide.left{
  transform: translateX(0);
  opacity: 1;
}
.mainWrap > section h2{
  color: #135347;
  font-weight: 600;
  font-size: 30px;
  line-height: 1.3;
  text-align: center;
  transition-delay: 0.1s;
}
.mainWrap > section h2.multiple{
  font-weight: 500;
  font-size: 40px;
}
.grayArea{
  background: #f4f4f2;
}
.grayLead{
  font-size: 18px;
  font-weight: 300;
  line-height: 2.4;
  text-align: center;
  color: #808080;
  transition-delay: 0.2s;
}
.leadTxt{
  padding-top: 35px;
  margin-bottom: 43px;
  text-align: center;
  transition-delay: 0.2s;
}
.pc{display: block;}
.sp {display: none;}
.inner {
    width: 96%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.notice{
    width: 96%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 10px;
}
.notice a{
    color:#00A0E9!important; 
}
.notice a:hover{
    text-decoration: underline;
}
@media only screen and (max-width: 896px) {
.mainWrap{
    padding-top: 0px;
 
}
.pc {display: none;}
.sp {display: block;}
.notice {
		width: 90%;
		margin-right: 5%;
		margin-left: 5%x;
}
.mainWrap > section h2{
    font-size: 24px;
}
.mainWrap > section h2.multiple{
    font-size: 26px;
}
  .grayLead{
    font-size: 14px;
}
.leadTxt{
    padding-top: 20px;
    margin-bottom: 30px;
}
}



/*cept---------------*/
.ceptCont{
  padding-top: 60px;
  padding-bottom: 70px;
}
.ceptCont h2{
  margin-bottom: 35px;
}
.insCont{
  min-height: 881px;
  padding-top: 92px;
  padding-bottom: 54px;
}
.insCont h2{
  margin-bottom: 62px;
}
.insCont ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.insCont li{
  width: 31.38%;
  height: auto;
  position: relative;
  margin-bottom: 27px;
	margin-right: 2.93%;
  transition-delay: 0.2s;
}
.insCont li:nth-child(3n){
	margin-right: 0;
}
.insCont li::before{
  content: "";
  display: block;
  padding-top: 100%;
  width: 100%;
}
.insCont img{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  font-family: 'object-fit: cover;'
}
/*
store-------------------------------------*/
.storeCont{
  padding-top: 142px;
  padding-bottom: 72px;
}
.storeCont h2{
  margin-bottom: 31px;
}
.storeCont h2 + p{
  margin-bottom: 51px;
  line-height: 1.8;
}
.storeNav{
  width: 100%;
  position: relative;
}
.storeNav figure img{
  width: 100%;
}
.storeNav figure a{
  width: 325px;
  height: 168px;
  position: absolute;
  bottom: 17px;
  right: 120px;
}
.storeNav a{
  position: absolute;
  display: inline-block;
}
.storeNav01{
  margin-bottom: 73px;
}
.storeNav01 > a:nth-of-type(1) {
  top: -77px;
  left: 7px;
}
.storeNav01 > a:nth-of-type(2) {
  bottom: -105px;
  right: 3px;
}
.storeNav02 > a:nth-of-type(1) {
  top: -40px;
  left: -3px;
}
.storeNav02 > a:nth-of-type(2) {
  bottom: 184px;
  right: 1px;
}
.storeNav01 > a:nth-of-type(1) img{
  width: 330px;
}
.storeNav01 > a:nth-of-type(2) img{
  width: 237px;
}
.storeNav02 > a:nth-of-type(1) img{
  width: 298px;
}
.storeNav02 > a:nth-of-type(2) img{
  width: 428px;
}
.indArea{
  background: #e7eeed;
}
.indCont{
     width: 950px;
  padding-top: 110px;
  padding-bottom: 53px;
}
.outArea{
  background: #ebe9e2;
}
.outCont{
  width: 950px;
  padding-top: 110px;
  padding-bottom: 53px;
}
.shopAt{
  text-align: right;
}
.shopDetail{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 52px;
}
.shopDetail li{
  width: 432px;
  margin-top: -80px;
  margin-bottom: 79px;
  padding-top: 80px;
  padding-bottom: 240px;
  position: relative;
}
.shopDetail li:nth-last-child(-n+2){
  margin-bottom: 0;
}
.shopDetail h3{
  margin-bottom: 0.4em;
  font-size: 20px;
  font-weight: 700;
  transition-delay: 0.2s;
}
.shopDetail p{
  margin-bottom: 0.8em;
  transition-delay: 0.3s;
}
.shopDetail figure{
  position: absolute;
  bottom: 0;
  left: 0;
  transition-delay: 0.4s;
    margin: 0;
}
.shopDetail figure img{
  width: 100%;
}
/*mem------------------------------*/
.memArea{
  position: relative;
  overflow: hidden;
}
.memBg{
  width: 100%;
  height: calc(100% + 600px);
  background: url("https://www.lbcweb.jp/greensummit/assets/img/bg_mem.jpg")no-repeat center center/cover;
  position: absolute;
  top: -200px;
  left: 0;
  z-index: -1;
}
.memCont{
  padding-top: 110px;
  padding-bottom: 80px;
}
.mainWrap > section .memCont h2{
  color: #e6e6e6;
}
.memCont h2{
  margin-bottom: 55px;
}
.memCont figure{
  margin-bottom: 45px;
  text-align: center;
}
.memCont figure img{
  width: 200px;
}
.memCont p{
  margin-bottom: 25px;
  color: #e6e6e6;
  font-size: 16px;
  text-align: center;
  line-height: 1.8;
}
.memCont a{
  display: block;
  width: 200px;
  height: 40px;
  margin: 0 auto 58px;
  line-height: 40px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #135347;
  background: #fff;
  border-radius: 20px;
}
.memCont div{
  display: block;
  width: 664px;
  margin: 0 auto;
  padding: 15px 20px;
  font-size: 16px;
  color: #135347;
  line-height: 1.8;
  font-feature-settings: "palt";
  background: #fff;
}
/*brd----------------------------------*/
.brdCont{
  padding-top: 110px;
  padding-bottom: 78px;
     border-bottom: 1px solid #ddd;
}
.brdCont .leadTxt{
  padding-top: 17px;
  margin-bottom: 13px;
}
.brdCont figure {
  margin-bottom: 79px;
  padding-top: 30px;
  padding-right: 25px;
  text-align: center;
}
.brdCont figure img{
  width: 764px;
}
.brdList{
  width: 660px;
  margin: 0 auto;
  letter-spacing: 0;
}
.brdList h3{
  margin-bottom: 8px;
  font-size: 15px;
  text-align: center;
  font-weight: bold;
  color: #135347;
  border-bottom: 1px solid #135347;
}
  .brdList ul{
    width: 100%;
    justify-content: space-between;
    margin-bottom: 30px;
    font-size: 11px;
    font-weight: 900;
    color: #808080;
  }
 .brdList ul li{
    width: 25%!important;
    float: left;
  }
 
.brdList .list .more{
 clear: both;
 padding-top: 1.8em;
}
.brdAt{
    clear: both;
  font-size: 11px;
  color: #135347;

  letter-spacing: 0;
}
/*acc----------------------------------*/
.accCont{
  padding-top: 110px;
  padding-bottom: 60px;
}
.accCont h2{
  margin-bottom: 45px;
  transition-delay: 0.2s;
}
.accCont p{
  text-align: center;
  font-size: 16px;
  line-height: 1.8;
}
.accCont p + p{
  padding-top: 1.8em;
}
.accCont em{
  font-style: normal;
  display: block;
  color: #135347;
  font-weight: 500;
}
.accMap{
  width: 664px;
  height: 405px;
  margin: 0 auto 37px;
}
.accMap iframe{
  width: 100%;
  height: 100%;
}
/*
prv
-----------------------------------------*/
.mainWrap > section.prvArea{
  padding-top: 148px;
  padding-bottom: 73px;
}
.prvCont{
  padding-right: 130px;
  padding-left: 130px;
}
.prvBlc + .prvBlc{
  padding-top: 48px;
}
.prvBlc p + p{
  padding-top: 1.6em;
}
.mainWrap > section .prvBlc h2{
  font-size: 14px;
  text-align: left;
}
.prvBack{
  padding-top: 53px;
  text-align: center;
}
.prvBack a{
  color: #808080;
  font-size: 18px;
}
@media only screen and (max-width: 896px) {
/*cept---------------------------------------------------*/
.ceptCont{
    padding-top: 30px;
    padding-bottom: 40px;
}
.ceptCont h2{
    margin-bottom: 20px;
}
.insCont{
    min-height: calc(91px + 64vw);
    padding-top: 30px;
    padding-bottom: 30px;
}
.insCont h2{
    margin-bottom: 20px;
}
.insCont li{
    margin-bottom: 2vw;
}
/*store--------------------------------*/
.storeCont{
    padding-top: 40px;
    padding-bottom: 30px;
    overflow: hidden;
}
.storeCont h2{
    margin-bottom: 20px;
}
.storeNav{
    padding-bottom: 15px;
}
.storeNav figure a {
    width: 35.83%;
    height: auto;
    bottom: 6%;
    right: 14%;
}
.storeNav01{
    margin-bottom: 30px;
}
.storeNav01 figure{
    padding-top: 14%;
}
.storeNav01 > a:nth-of-type(1) {
    top: 0;
    left: 0;
}
.storeNav01 > a:nth-of-type(2) {
    bottom: -14%;
    right: -15px;
}
.storeNav02 > a:nth-of-type(1) {
    top: -16%;
    left: -10px;
}
.storeNav02 > a:nth-of-type(2) {
    bottom: 25%;
    right: -17px;
}
.storeNav01 > a:nth-of-type(1){
    width: 35%;
  }
.storeNav01 > a:nth-of-type(2){
    width: 26.94%;
}
.storeNav02 > a:nth-of-type(1){
    width: 32.5%;
}
.storeNav02 > a:nth-of-type(2){
    width: 51.66%;
  }
.storeNav01 > a:nth-of-type(1) img,
.storeNav01 > a:nth-of-type(2) img,
.storeNav02 > a:nth-of-type(1) img,
.storeNav02 > a:nth-of-type(2) img{
    width: 100%;
}
.indCont{
      width: 90%;
    padding-top: 40px;
    padding-bottom: 40px;
      margin-left:5%;
      margin-right: 5%;
  }
.outCont{
      width: 90%;
    padding-top: 40px;
    padding-bottom: 40px;
      margin-left:5%;
      margin-right: 5%;
}
.shopAt{
    font-size: 12px;
  }
.shopDetail{
    margin-bottom: 20px;
}
.shopDetail li,
.shopDetail li:nth-last-child(-n+2){
    width: 100%;
    margin-top: -70px;
    margin-bottom: 40px;
    padding-top: 70px;
    padding-bottom: 0;
  }
.shopDetail li:nth-last-child(-n+1){
    margin-bottom: 0;
}
.shopDetail h3{
    font-size: 18px;
  }
.shopDetail figure{
    position: static;
    width: 100%;
}
.shopDetail figure img{
    width: 100%;
}
/*mem-------------------------------------*/
.memCont{
    padding-top: 40px;
    padding-bottom: 30px;
}
.memCont h2{
    margin-bottom: 20px;
}
.memCont figure{
    margin-bottom: 30px;
}
.memCont figure img{
    width: 110px;
}
.memCont p{
    margin-bottom: 20px;
    font-size: 14px;
}
.memCont a{
    margin-bottom: 20px;
    font-size: 15px;
}
.memCont div{
    width: 90%;
    padding: 5px 5%;
    font-size: 12px;
}
/*brd--------------------------------------------------------------------*/
.brdCont{
    padding-top: 40px;
    padding-bottom: 40px;
}
.brdCont .leadTxt {
    padding-top: 20px;
    margin-bottom: 30px;
}
.brdCont figure {
    margin-bottom: 40px;
    padding-top: 0;
    padding-right: 0;
}
.brdCont figure img{
    width: 100%;
  }
.brdList{
    width: 90%;
  }
.brdList ul li{
    width:50%!important;
  }
/*acc--------------------------------------------*/
.accCont{
    padding-top: 40px;
    padding-bottom: 30px;
}
.accCont h2{
    margin-bottom: 20px;
}
.accCont p{
    font-size: 14px;
}
.accMap{
    width: 100%;
    height: 250px;
    margin: 0 auto 25px;
}
/*prv-------------------------------------------*/
.mainWrap > section.prvArea{
    padding-top: 90px;
    padding-bottom: 40px;
}
.prvCont{
    padding-right: 20px;
    padding-left: 20px;
}
.prvBlc + .prvBlc{
    padding-top: 30px;
}
.prvBack{
    padding-top: 40px;
}
}

/*
lp
---------------------------------------------*/
.lp_section{
      position: relative;
    padding-bottom: 30px;
}
.lp_inner {
    width: 96%;
    max-width:900px; 
    padding-right: 2%;
    padding-left: 2%;
    margin-left: auto;
    margin-right: auto;
	}

.lp .item_list {
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    padding-top: 30px;
    padding-bottom: 20px;
    padding-left: 60px;
    padding-right: 30px;
}
.lp .item_list :before {
  content: "";
  position: absolute;
  top: -40px;
  left: 50%;
  margin-left: -20px;
  border: 20px solid transparent;
  border-bottom: 20px solid #fff;
}
.lp .item_list table{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.lp .item_list td{
    width: 50%;
    vertical-align: top;
    padding-bottom: 10px;
}
.lp .item_list .category{
    font-size: 80%;
    line-height: 1.4;
    margin-bottom: 5px;
	}
.lp .item_list a{
    font-weight: bold;
    line-height: 18px;
    color: #0066c0;
}
.lp .item_list a:hover{
    color: #0077E1;
    text-decoration: underline;
}   
.lp_title{
color: #135347;
  font-weight: 600;
  font-size: 30px;
  line-height: 1.3;
  text-align: center;
  transition-delay: 0.1s;
}
.lp h2{
    color: #000;
  font-size: 150%;
  line-height: 1.5;
    margin-bottom: 30px;

}
.item_all{
     padding-top: 30px!important;
}
.lp_lead{
    max-width: 780px;
    font-size: 17px;
    font-weight: 300;
    line-height: 2;
    text-align: center;
    color: #444;
    margin-left: auto;
    margin-right: auto;
}

.bg_gray{
    background: #f4f4f2;
}
.arrow-top {
    position: absolute;
  top: -25px;
  left: 48%;
  width: 50px;
    height: 50px;
    text-align: center;
     background: #f4f4f2;
     transform: rotate( -45deg );
    
}

.lp_left{
    width: 50%;
    float: left;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    
    
}
.lp_right{
     width: 50%;
    float: left;
     padding-left: 30px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.lp ol{
    list-style-type: disc;
    list-style-position: outside;
    padding-left: 18px;
}
.lp ol li{
    line-height: 1.6;
    margin-bottom: 5px;
    
}
.video{
width:100%;
padding-bottom: 56.25%;
height:0px;
position: relative;
    margin-bottom: 30px;
    z-index: 98;
}
.video iframe{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.lp_detail{
    width: 90%;
      margin-left: 5%;
    margin-right: 5%;
}
.lp_family{
    position: relative;
    width:90%;
    clear: both;
    margin-top: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #fff;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    margin-left: 5%;
    margin-right: 5%;
}
.lp_family_left{
    width: 30%;
    float: left;
     padding-left: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; 
}
.lp_family_right{
     width: 70%;
    float: left;
     padding-left: 30px;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.lp_reco{
    width: 180px;
    position: absolute;
    top: -50px;
    left:-60px;
   
}
.lp_user{
    padding-left: 5px;
    font-weight: bold;
    
}
.lp_comment{
    margin-bottom: 15px;
    color: #000;
    font-size: 100%;
  
}
.btn_box{
    height: 90px;
    
}

.nyukayotei {
    display: block;
    width: 380px;
    font-size: 120%;
    text-align: center;
    position: relative;
    padding: 15px 1.4em;
    text-decoration: none;
    background: #888;
    color: #FFF;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
  
}
.btn-square-slant {
	background: #fff;
	border-radius: 50px;
	position: relative;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: 0 auto;
	max-width: 260px;
	padding: 15px 25px;
	color: #1a5649!important;
	transition: 0.3s ease-in-out;
	font-weight: bold;
	border: 2px solid #1a5649;
}

.btn-square-slant:hover {
    opacity: 1;
    color: #fff!important;
    background: #1a5649;
}
.btn-square-slant a:hover {
    opacity: 1!important;
}
.btn-square-slant:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #1a5649;
    border-right: 3px solid #1a5649;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.btn-square-slant:after:hover {
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
}

.bdr_btm{
    border-bottom: 1px solid #666;
}
.bdr_topbtm{
     border-top: 1px solid #666;
    border-bottom: 1px solid #666;
}
@media only screen and (max-width: 896px) {
.lp_title{
    font-size: 140%;
    line-height: 1.6;
    }
.lp .item_list {
       width: 95%; 
        padding-left: 15px;
        padding-right: 15px;
    }
.lp .item_list td{
     width: 48%;
    padding-left: 1%;
    padding-right: 1%;
    padding-bottom: 15px;
    vertical-align: top;
}
.lp .item_list :before {
  top: -40px;
  left: 50px;
}
.lp_lead{
    width: 90%;
    font-size: 16px;
    line-height: 1.6;
    text-align: left;
    margin-left: 5%;
    margin-right: 5%;
}
.lp h2{
    color: #000;
  font-size: 120%;
  line-height: 1.6;
    margin-bottom: 30px;

}
.staff_img img{
        width: 90%;
    }
.lp_left{
    width: 100%;
    float: none;
     padding-left: 0px;
    padding-right: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.lp_right{
     width: 100%;
    float: none;
     padding-left: 0px;
    padding-right: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.lp_family_left{
    width: 100%;
    float: none;
     padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; 
}
.lp_family_right{
     width: 100%;
    float: none;
     padding-left: 30px;
    padding-right: 30px;
    margin-top: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.lp_reco{
    width: 130px;
    position: absolute;
    top: -30px;
    left:-25px;
}
.btn-square-slant {
    width: 60%;
    padding: 10px 10px;
    font-size: 100%;
} 
.nyukayotei {
    width: 60%;
}
.arrow-top {
  top: -15px;
  left: 46.5%;  
}
.lp_comment{
    font-size: 100%;
}
}
.top_main{
    background: url("https://www.lbcweb.jp/greensummit/product/top_main_bg.jpg")no-repeat center center/cover;
    margin-top: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.top_main div{
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}
.top_main_l{
    width: 530px;
    float: left;
    display: block;
    margin-right: 15px;
    
}
.top_main_r{
    width: 255px;
    float: left;
    display: block;
}
@media only screen and (max-width: 896px) {
.top_main{
    background: url("https://www.lbcweb.jp/greensummit/product/top_main_bg.jpg")no-repeat center center/cover;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}
 .top_main div{
    width: 94%;
     margin-top: 0px;
    margin-bottom: 0px;
     padding-top: 20px;
     padding-bottom: 20px;
     margin-left: 3%;
     margin-right: 3%;
}
.top_main div p{ 
     margin-left: 4%;
     margin-right: 4%;
} 
}
.breadcrumb-list li{
    display: inline-block;
    font-size: 80%;
}
.cate_wrap {
    margin-top: 30px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    }
.kb-area{
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 30px;
    text-align: left;
    background: #f4f4f2;
}
.kb-img{
    width: 35%;
    height: auto;
    float: left;
}
.kb-text{
    width: 65%;
    height: auto;
    float: left;
    box-sizing: border-box;
    padding-top: 30px;
    padding-left: 40px;
    padding-right: 20px;
}
.kb-area h3{
    display: inline;
    background: #1a5649;
    font-size: 90%;
    color: #fff;
    padding: 10px 15px 8px 15px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    ine-height: 1.8;
}
.kb-area .catchcopy{
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 160%;
    font-weight: bold;
}
.kb-area  ul{
    margin-top: 20px;
}
.kb-area ul li:hover{
    opacity: 0.7;
}
.kb-area ul li a{
    box-sizing: border-box;
    display: flex;
    width: 31.3%;
    float: left;
    margin-bottom: 10px;
    background: #fff;
    margin-right: 2%;
    align-items: center;
}
.kb-area ul li a:nth-child(3) { 
    margin-right: 0!important;
} 
.kb-area ul li a p{
    margin-left: 10px;
}
@media only screen and (max-width: 896px) {
.kb-area{   
         padding-bottom: 20px;
    }
.kb-img{
    width: 100%;
    height: auto;
    float: none;  
}
.kb-text{
    width: 100%;
    height: auto;
    float: none;
    box-sizing: border-box;
    padding-top: 30px;
    padding-left: 20px;
     padding-right: 10px; 
}
}
.top_cate {
    position: relative;
    width: 29.3%;
    margin-left: 2%;
    margin-right: 2%;
  text-align: left;
    padding-bottom: 20px;
    margin-bottom: 30px;
    background: #f4f4f2;
}
.top_cate h3{
    display: inline;
    background: #1a5649;
    font-size: 90%;
    color: #fff;
    padding: 10px 15px 8px 15px;
    margin-left: 20px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    line-height: 1.8;
}
.top_cate p{
    text-align: left;
    font-size: 14px;
    line-height: 1.4;
    margin-top: 15px;
    margin-left: 20px;
    margin-right: 20px;
    color: #333;
}
.top_cate a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
    color: #000;
}
.top_cate:hover {
    opacity: 0.8;
    text-decoration: none;    
}
.top_cate span{
    font-size: 12px;
    line-height: 2;
    color: #666;
    font-weight:normal;
}
.top_cate img {
  width: 100%;
  height: auto;
    margin-bottom: 25px;
}
.top_cate span{
    font-size: 12px;
    color: #666;
    font-weight:normal;
}
 .top_topics {
    width: 29.3%;
    margin-left: 2%;
    margin-right: 2%;
  text-align: center;
    margin-bottom: 30px;
}
.top_topics p{
    text-align: left;
    font-size: 14px;
    line-height: 1.4;
    margin-top: 10px;
    color: #333;
}
.top_topics a{
    color: #000;
}
 .top_topics a:hover {
    opacity: 0.8;
    text-decoration: underline;    
}
.top_topics span{
    font-size: 12px;
    line-height: 2;
    color: #666;
    font-weight:normal;
}
.top_topics img {
  width: 100%;
  height: auto;
}
.top_topics span{
    font-size: 12px;
    color: #666;
    font-weight:normal;
}
@media only screen and (max-width: 896px) {
.top_cate{
    width: 46%;
    margin-left: 2%;
    margin-right: 2%;
  }
.top_cate h3{
         padding: 8px 12px 6px 12px;
    font-size: 80%;
    margin-left: 10px;
}
.top_cate p{
     font-size: 14px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
}
.top_cate img {

    margin-bottom: 15px;
}
.top_cate span{
    font-size: 10px;
}

.top_topics{
    width: 46%;
    margin-left: 2%;
    margin-right: 2%;
}
.top_topicse p{
    font-size: 14px;
}
.top_topics span{
    font-size: 10px;
}
}
.FreeShipping{
    text-align: center;
    background-color: #D00003;
    color: #fff;
    font-weight: bold;
    padding-top: 1px;
    padding-bottom: 1px;
    margin-bottom: 15px;
    font-size: 90%;
}
/*article----------------------------------------*/
.article_section{
    position: relative;
    padding-bottom: 30px;
    font-size: 16px;
}
.article_section a:hover{
    opacity: 0.8;
}
.article_inner{
    width: 94%;
    max-width:750px; 
    padding-right: 3%;
    padding-left: 3%;
    margin-left: auto;
    margin-right: auto;
	}
.iCatch{
    width: 100%;
    max-width:800px; 
    margin-left: auto;
    margin-right: auto;
    margin-top: 7px!important;
}
.iCatch img{
    width: 100%;
    height: auto;
}
.article_section h1{
    width: 100%!important;
    font-size: 180%!important;
    line-height: 1.5;
    color: #1a5649;
    font-weight: bold!important;
}
.article_section h2{
    width: 100%!important;
    font-size: 140%!important;
    color: #fff;
    padding-top: 0.8em;
    padding-right: 1.2em;
    padding-left: 1.2em;
    padding-bottom: 0.8em;
    display: inline-block;
    line-height: 1.3;
    background: #1a5649;
    vertical-align: middle;
    border-radius: 20px;
    box-sizing: border-box;
}
.article_section h3{
    font-size: 120%!important;
    color: #1a5649;
    font-weight: bold!important;
    border-left: 10px solid #1a5649;
    padding-left: 10px!important;
    padding-top: 12px!important;
    padding-bottom: 12px;
     background: #f2f2f2;
}
.article_section h4{
    display: inline-block;
    font-size: 100%!important;
    color: #000;
    font-weight: bold!important;
    border-bottom: 2px solid #aaa;
}
.article_section p a{
    color: #0066c0;
}
.mokuji{
    font-size: 90%;
    position: relative;
    box-sizing: border-box;
    border: 4px solid #ddd;
    margin-bottom: 30px;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 22px;
    padding-left: 50px;
    margin-left: 2%;
    margin-right: 2%;
}
.mokuji ol  {
  position: relative;
    margin-left: 30px;
}
.mokuji ol li  {
    list-style: decimal;
    list-style-position: outside;
    line-height: 1.8!important;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    padding-bottom: 0px;
    margin-bottom: 8px;
}

.article_section .box_bdr{
    font-size: 100%;
    position: relative;
    box-sizing: border-box;
    border: 4px solid #ddd;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 22px;
    padding-left: 50px;
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 30px;
}
.mokuji .brn,.box_bdr .brn{
   width: 140px;
    position: absolute;
    top: -50px;
    left:-40px; 
}
.decimal{
    list-style: decimal!important;  
}
.disc{
    list-style: disc!important;  
}
.circled li  {
    position: relative;
    list-style: none;
    list-style-position:outside;
    padding-left:1.25em
}
.circled li span {
    position: absolute;
    left:0;
}
.mokuji p{
    padding-left:1em;
    text-indent:-1em;
}
.mokuji a,.point-box a{
    color: #0366D6;
}
.mokuji a:hover,.point-box a:hover{
    text-decoration: underline;    
}
.r_box{
    background-color: #f5f4e4;
    font-size: 100%;
    position: relative;
    box-sizing: border-box;
    border-radius: 15px;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-right: 30px;
    padding-bottom: 20px;
    padding-left: 30px;
    margin-left: 0%;
    margin-right: 0%;
}
.r_box ol  {
  position: relative;
    margin-left: 30px;
}
.r_box ol li  {
    list-style-position: outside;
    line-height: 1.8!important;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    padding-bottom: 0px;
    margin-bottom: 3px;
}
.r_box ol li a{
    color: #0077E1!important;
}  
.r_box ol li a:hover{
    text-decoration: underline;
}  
.col_wrap {
    margin-top: 30px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    }
.col3 {
    width: 29.3%;
    margin-left: 2%;
    margin-right: 2%;
  text-align: center;
    margin-bottom: 30px;
}
.col3 p{
    text-align: left;
    line-height: 1.6;
    margin-top: 10px;
}
.col3 a{
    color: #000;
}
.col3 img, .col4 img{
  width: 100%;
  height: auto;
}
.col2{
    width: 46%;
    margin-left: 2%;
    margin-right: 2%;
  }
.col4{
    width: 23%;
    margin-left: 1%;
    margin-right: 1%;
  }
.article_section .link a{
   font-size: 100%;
    font-weight: bold;
    color: #000;
}
.article_section .link a:hover{
    text-decoration: underline;    
}
.article_reco_bdr{
    border-top: 3px dotted #1a5649;
    padding-top: 60px;
}

.article_section .item{
    position: relative;
    border: 3px solid #ddd;
    padding: 15px;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.article_section .item:hover{
    border: 3px solid #0f9ada;
}
.ItemName {
    font-size: 12px;
    line-height: 1.5;
    margin-top: 10px;
    margin-bottom: 10px;
}
.ItemBtn {
    width: 100%;
    font-size: 90%;
    display: block;
    padding: 0.20em 0.25em;
    box-sizing: border-box;
    text-decoration: none;
    color: #FFF;
    text-align: center;
    background: #03A9F4;
    border: solid 1px #0f9ada;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
    margin: auto;
}
.ItemBtn a{
    color: #fff!important;
}
.ItemBtn_not {
    width: 95%;
    font-size: 90%;
    display: block;
    padding: 0.20em 0.25em;
    box-sizing: border-box;
    text-decoration: none;
    color: #FFF;
    text-align: center;
    background: #ccc;/*色*/
    border: solid 1px #aaa;/*線色*/
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
    margin: auto;
}
.ItemBtn a{
    color: #fff!important; 
}
.ItemBtn:active {
  border: solid 1px #03A9F4;
  box-shadow: none;
  text-shadow: none;
}
@media only screen and (max-width: 896px) {
.article_section h1{
    font-size: 130%!important;
}
.article_section h2{
    font-size: 130%!important;
}
.col3,.col4{
    width: 46%;
    margin-left: 2%;
    margin-right: 2%;
  }
.col3 p{
    font-size: 14px;
}
.col3 span{
    font-size: 10px;
}
.article_section .item{
    height: auto;
}
.mokuji{
    padding-right: 15px;
    padding-left:15px;
    margin-left: 2%;
    margin-right: 2%;
}
.mokuji .brn{
   width: 120px;
    top: -40px;
    left:-20px; 
}
.article_section .link a{
   font-size: 90%;
    font-weight: bold;
    line-height: 1.5!important;
}
}

/*記事　table----------------------------------------*/
.cp_table *, .cp_table *:before, .cp_table *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_table {
	width: 100%;
	border-collapse: collapse;
}
.cp_table th {
	width: 20%;
	background: #f4f4f4;
	padding: 10px;
	border: 1px solid #ddd;
}
.cp_table td {
	text-align: left;
	vertical-align: middle;
	padding: 10px;
	border: 1px solid #ddd;
}
@media only screen and (max-width: 896px) {
.cp_table {
		font-size:80%;
        line-height: 20px;
	}
}

.top_button{
    width: 950px;
    margin: 30px auto;
}
.top_button a{
    display: block;
  font-size: 120%;
  position: relative;
  width: 449px;
    margin: 0 10px;
    float:left;
  padding: 10px 0;
  background-color: #fff;
  border: 3px solid #135347;
  color: #135347;
  text-align: center;
  text-decoration: none;
}
.top_button a::after {
  position: absolute;
  top: 50%;
  right: .5em;
  content: '';
  margin-top: -8px;
  border: 12px solid transparent;
  border-top-width: 8px;
  border-bottom-width: 8px;
  border-left-color: #135347;
  transition: all .2s;
}
.top_button .active:hover::after {
  right: -.05em;
}
.top_bnr img{
    width: 100%;
    max-width: 930px; 
}
.brand_header{
    text-align: center;
}
@media only screen and (max-width: 896px) {
.top_button{
    width: 100%;
    margin: 20px auto 5px auto;
    }
.top_button a{
    font-size: 100%;
    text-align: left;
box-sizing: border-box;
width: 46%;
margin-top: 0;
margin-right: 2%;
margin-left: 2%;
margin-bottom: 15px;
padding-left: 15px;
float: left;
    border: 2px solid #135347;
}
.top_button a::after {

  right: 0px;

}
.brand_header{
    text-align: left;
}
}
.turquoise{
    color: #98c2b8;
}
/* fukidashi*/
.talk {
margin-bottom: 10px;
font-size: 120%;
}
.talk figure img {
width: 100%;
height: 100%;
border: 4px solid #ddd;
border-radius: 50%;
margin: 0;
}
p.talk-text {
margin: 0 0 8px;
}
p.talk-text:last-child {
margin-bottom: 0px;
}
.talk:after,.talk:before {
clear: both;
content: "";
display: block;
}
.talk-img {
margin-left: 4px;
margin-top: -1px;
float: left;
width: 100px;
height: 100px;
}
.talk-txt {
box-sizing: content-box;
color: #444; 
position: relative;
margin-left: 130px;
padding: 20px;
border: 4px solid #ddd; 
background-color: #fff; 
border-radius: 5px; 
}
.talk-txt:before {
position: absolute;
content: '';
border: 10px solid transparent;
border-right: 15px solid #ddd;
top: 24px;
left: -25px;
}
.bln1 {
  position: relative;
   display: inline-block;
  margin: 0 0 1.5em 0;
  padding: 15px 20px;
  color: #fff;
  background: #ff722a;
    text-align: center;
    font-weight: bold;
   border-radius: 20px; 
}
.bln1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #ff722a;
}
.btn-2 p{
    width: 48%;
    float:left;
    margin-left: 1%;
    margin-right: 1%; 
  margin-bottom: 15px;  
}
@media only screen and (max-width: 896px) {
  .btn-2 p{
    width: 70%;
    float:none;
    margin-left: 15%;
    margin-right: 15%;
      margin-bottom: 15px;  
}     
}
.section__block dt{
    margin: 0 0 5px 0;
}
.section__block dd{
    margin: 0 0 20px 0;
}
.btn-square-slant:hover{
    opacity: 1!important;
}

.snow {
  color: snow;
  font-size: 10px;
  position: fixed;
  top: -5%;
  text-shadow:
  5vw   -100px 2px,
  10vw  -400px 3px,
  20vw  -500px 4px,
  30vw  -580px 1px,
  39vw  -250px 2px,
  42vw  -340px 5px,
  56vw  -150px 2px,
  63vw  -180px 0,
  78vw  -220px 4px,
  86vw  -320px 9px,
  94vw  -170px 7px;
  animation: roll 5s linear infinite;
}
.snow2nd{animation: anim 8s linear infinite;}

@keyframes roll {
    0% {transform:rotate(0deg);}
   90% {opacity:1;}
   100% {transform:rotate(20deg);top:100%;opacity:0;}
}
@keyframes anim {
  100% {color:transparent;top:150%;}
}

.point-box {
  position: relative;
  padding: 15px;
  border: 2px solid #EF7735;
  box-sizing: border-box;
}
.point-box p:last-child {
  margin-bottom: 0;
}

.point-box::before {
    font-size: 90%;
    position: absolute;
    bottom: 100%;
    left: -2px;
    padding: 2px 20px 0px 20px;
    content: "Point!";
    background-color: #EF7735;
    color: #fff;
    font-weight: bold;
    border-radius: 6px 6px 0px 0px;
}
.osusume::before {
content: "おすすめ"!important;
}
.marker{
background: linear-gradient(transparent 75%, #f8e351 0%);
padding-bottom: 2px;
}
.article_section .col2bnr{
    width: 100%;
}
.article_section .col2bnr p{
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 2%;
    float: left;
}
@media only screen and (max-width: 896px) {
    .article_section .col2bnr p{
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 2%;
    float: none;
}
}