@charset "UTF-8";
/* CSS Document */
.member-bnr-link {
    display: block;
    width: 90%;
    max-width: 800px;
    margin: 0 auto -100px;
}
.otyugen_bnr{
	display: block;
	width:90%;
	max-width: 800px;
	margin: 100px auto;
	margin-bottom: 10px;
}

.oseibo_bnr{
	display: block;
	width:90%;
	max-width: 800px;
	margin: 100px auto;
	margin-bottom: 10px;
}
/*SP Layout
===================================*/
@media print, screen and (max-width: 768px) {
.member-bnr-link {
  margin: 0px auto -140px;
}
}
/* 注意喚起
------------------------------------------------------ */
.notes-content {
    width: 80%;
    margin: 20px auto 0;
    max-width: 900px;
    border: red 3px solid;
  margin-top: 40px;
}
.notes-content.second-notes-content {
    margin-top: 20px;
}
.season-news {
    width: 90%;
    margin: 20px auto 0;
    max-width: 700px;
  	 text-align: center;
    border: 2px solid;
    padding: 20px 0 10px;
}
.haisou_ttl {
    font-weight: 600;
    font-size: 1.2rem;
    border-bottom: 3px solid;
    display: inline-block;
    margin-bottom: 10px;
}
.haisou_txt{
	font-weight: 600;
}
.haisou_link_wrap a {
    background: #e4e4e4;
    display: inline-block;
    padding: 6px 20px;
    font-weight: 600;
    margin: 10px;
}
.haisou_link_wrap a:hover{
	background: #000;
   color: #fff;
}
.notes-ttl {
    text-align: center;
    color: red;
    font-weight: 600;
    margin: 20px auto;
  font-size: 20px;
}
.notes-txt {
    width: 90%;
    margin: 0 auto 20px;
}
/*SP Layout
===================================*/
@media print, screen and (max-width: 768px) {
  .notes-content{margin-bottom: 30px;}
  .pcElement{display:none;}
  .season-news{margin-top: 40px;}
  .haisou_ttl{font-size: 1rem;}
  .haisou_txt{font-size: .8rem;}
  .haisou_link_wrap a{
  	font-size: .8rem;
    margin: 10px 2px;
    padding: 6px 10px;
  }
}
/*PC Layout
===================================*/
@media print, screen and (min-width: 769px) {
  .spElement{display:none;}
}
/* TOP下バナー
------------------------------------------------------ */
/*PC Layout
===================================*/
@media print, screen and (min-width: 769px) {
  .spElement{display:none;}
.promotion-list{
   text-align: center; 
   width: 90%;
   max-width: 800px;
   margin: 0 auto;
}
.promotion-bnr{
    display: flex;
    margin: 110px 40px 0px;
     justify-content: space-between;
}
  .promotion-bnr02{
    display: flex;
    margin: 10px 40px 0px;
     justify-content: space-between;
}
  .promotion-bnr03{
      display: flex;
    margin: 10px 40px 10px;
     justify-content: space-between;
  }
  .promotion-bnr03 figure{width: 49%;}
  }
  /*SP Layout
===================================*/
@media print, screen and (max-width: 768px) {
  .notes-content{margin-bottom: 30px;}
  .pcElement{display:none;}
.promotion-bnr{
    display: flex;
    margin: 40px 20px 0px;
     justify-content: space-between;
}
  .promotion-bnr02{
    display: flex;
    margin: 10px 20px 0px;
     justify-content: space-between;
}
  .promotion-bnr03 {
    width: 90%;
    margin: 10px auto;
}
  .promotion-bnr03 figure{
   margin-bottom: 10px;
  }
  }
  
/* TOPのお知らせ
------------------------------------------------------ */
.information_wrap{
  text-align: center; 
  border: solid 4px red;  
  padding: 10px; 
  font-size: 18px;
  width: 90%;
  margin: 20px auto 0;
  max-width: 800px;
}
.info_ttl {
  font-size: 22px; 
  border-bottom: solid 2px;
  font-weight: bold;
  color: red;
}
.info_caution {
color: red;
  font-size: 20px;
}
.information_wrap_02{
  text-align: center; 
  border: solid 4px red;  
  padding: 10px; 
  font-size: 18px;
  width: 80%;
  margin: 0 auto;
    margin-top: 170px;
}
.info_ttl_02 {
  font-size: 22px; 
  border-bottom: solid 2px;
  font-weight: bold;
}
.info_caution_02 span {
color: red;
}
.info_link {
  text-decoration: none;
}
.info_link p{
 font-size: 22px;
  font-weight: bold;
  color: #fff;
  background-color: #00A21D;
  padding: 20px;
  border-radius: 20px;
  width: 50%;
  margin: 0 auto;
}

/* main-img
------------------------------------------------------ */
.main-bg{
	background: url(https://img11.shop-pro.jp/PA01056/708/etc/main-bg.png?cmsp_timestamp=20200629173542) no-repeat center;
	background-size: cover;
	height: 640px;
}
.main-img{
	position: relative;
	height: 708px;
}
.main-ttl01{
	width: 50%;
	position: absolute;
	top: 15%;
	right: 0;
	left: 0;
	margin: auto;
}
h1{
	position: absolute;
	top: 30%;
	text-align: center;
	font-size: 5.5rem;
	font-weight: 600;
	right: 0;
	left: 0;
	margin: auto;
}
.main-ttl02{
	width: 35%;
    position: absolute;
    top: 65%;
    right: 0;
    left: 0%;
    margin: auto;
}

.bnr-list figure {
    width: 100%;
  margin: 10px 0;
}
.bnr-list .item{
	position: relative;
}
.bnr-list .item .shipday{
	position: absolute;
	color: #FFF;
	background-color: #12904b;
	bottom: 0;
	left: 0;
	padding: 5px 10px;
}
.bnr-list .item_02{
	position: relative;
}
.bnr-list .item_02 .shipday{
	position: absolute;
	color: #FFF;
	background-color: #12904b;
	bottom: 0;
	left: 0;
	padding: 5px 10px;
}


/*PC Layout
===================================*/
@media print, screen and (min-width: 769px) {
.information_wrap_sp {
  display: none;
}
  .information_wrap_sp_02 {
  display: none;
}
	
.bnr-list .item .shipday{
		font-size: 13px;
	}
.bnr-list .item_02 .shipday{
		font-size: 25px;
	}
}

/*SP Layout
===================================*/
@media print, screen and (max-width: 768px) {
	.main-bg{
	background: url(https://img11.shop-pro.jp/PA01056/708/etc/main-sp-bg.png?cmsp_timestamp=20221201152757) no-repeat center;
	background-size: cover;
	height: 250px;
}
	.main-ttl01{
		width: 60%;
		top: 25%;
	}
	h1{
		font-size: 2.5rem;
		top: 35%;
	}
	.main-ttl02{
		width: 60%;
		top: 55%;
	}
		.main-img{
		height: 250px;
	}
	.slider-bnr{
		margin-top: 0;
	}
	.bnr-list .item .shipday{
		font-size: 10px;
	}
		.bnr-list .item_02 .shipday{
		font-size: 10px;
      padding: 1px 5px;
	}



/* TOPお知らせ
------------------------------------------------------ */
.information_wrap_sp {
  border: solid 2px red;  
  padding: 10px; 
  font-size: 14px;
  text-align: center;
}
.info_ttl {
  font-size: 16px;
}

  .information_wrap_02 {
  display: none;
}
  .information_wrap_sp_02{
  text-align: center; 
  border: solid 3px red;  
  padding: 10px; 
  font-size: 18px;
  width: 90%;
  margin: 0 auto;
    margin-bottom: 20px;
}
.info_ttl_sp_02 {
  font-size: 18px; 
  border-bottom: solid 2px;
  font-weight: bold;
}
 .info_caution_sp_02 {
    font-size: 15px;
}
.info_caution_sp_02 span {
color: red;
  font-size: 17px;
}
.info_link {
  text-decoration: none;
}
.info_link_sp p{
 font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #00A21D;
  padding: 10px;
  border-radius: 10px;
  width: 80%;
  margin: 0 auto;
}
  .info_caution {
  font-size: 15px;
}
}
/* newslist
------------------------------------------------------ */

.news-list {
    width: 50%;
    margin: 20px auto;
    border-radius: 10px;
  max-width: 500px;
}
.news-list ul li{margin-bottom: 10px;}
/* special_sale
------------------------------------------------------*/
.special_sale h2:before{
	content: '';
	display: block;
	background-image: url(https://img11.shop-pro.jp/PA01056/708/etc/pickup-icon.png?cmsp_timestamp=20200629173556);
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	margin: 20px auto;
  background-size: contain;
}
.special_sale_ttl {
	display: none;
}
.sale_items {
	background-color: #FFF3C9;
	border-radius: 15px;
	padding: 40px;
	margin-top: 20px;
}
.sale_comment {
	font-size: 20px;
	text-align: center;
	margin: 20px;
	letter-spacing: 2px;
}


/* pickup
------------------------------------------------------ */

.pickup h2:before{
	content: '';
	display: block;
	background-image: url(https://img11.shop-pro.jp/PA01056/708/etc/pickup-icon.png?cmsp_timestamp=20200629173556);
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	margin: 20px auto;
  background-size: contain;
}
.news h2:after{
	content: '';
	display: block;
	background-image: url(https://img11.shop-pro.jp/PA01056/708/etc/news-arrow.png?cmsp_timestamp=20200807162531);
	width: 500px;
	height: 20px;
	background-repeat: no-repeat;
	margin: 20px auto;
  background-size: contain;
}
/*PC Layout
===================================*/
@media print, screen and (min-width: 769px) {
.bnr-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
		margin: 40px auto 60px;

}
  
  .main-ttl02{
	width: 35%;
	position: absolute;
	top: 50%;
	right: 0;
	margin: auto;
}
.main-ttl03{
	width: 34%;
	position: absolute;
	top: 50%;
	right: 38%;
	left: 0;
	margin: auto;
}
   .main-ttl04{
     display: none;
  }
	.bnr-list .item {
    width: 49%;
	margin: 10px 0;
}	
	.item_sp {
		display:none;
	}
	
  main{
  position: relative;
  }
  ul.slider-bnr.slick-initialized.slick-slider {
    position: absolute;
    top: 550px;
    width: 100%;
}
  section.pickup{
    margin: 0 auto;
  }
  section.special_sale{
    margin: 0 auto 40px;
  }
	.sale_comment_sp{
	display: none;
}
	.sale_comment_rule{
		display: none;
	}
	.ksale_sp {	
		display: none;
	}
	.sale_comment{
	border-bottom: 1px solid #ff8c00;
	}
	.sale_comment_pc {
		text-align: center;
		font-size: 17px;
		margin-top: 40px;
	}
	
}
/*SP Layout
===================================*/
@media print, screen and (max-width: 768px) {
  section.special_sale{margin-bottom: 30px;}
	.bnr-list figure{
		margin: 10px auto;
	}
	
	
  .main-ttl03{
    display: none;
  }
  
  .main-ttl04{
    width: 80%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  
  .news-list{width: 80%;margin: 0 auto;}
  .news-list ul li a {
    display: block;
}
  .news h2:after{width: 300px;}
  .ksale_bnr {
	display: none;
}
	.sale_items {
    padding: 10px 10px 30px 10px;
    margin-top: 20px;
}
	.sale_comment_sp {
	font-size: 16px;
	text-align: center;
	margin: 20px;
	letter-spacing: 1px;
	border-bottom: 1px solid #ff8c00;
}
	

	.sale_comment_rule{
		font-size: 14px;
		text-align: center;
		margin-bottom: 20px;
	}
	.sale_comment {
		display: none;
	}
	.ksale_pc {
		display: none;
	}
	.ksale_sp {
		line-height: 2rem;
	}
	.sale_comment_pc{
		display: none;
	}

	
}



/* recommend
------------------------------------------------------ */

.recommend-bg {
  background-image: url(https://img11.shop-pro.jp/PA01056/708/etc/recommend-bg.png?cmsp_timestamp=20200629173607);
  background-repeat: no-repeat;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-size: cover;
  height: 200px;
}
.recommend h2{
	color: #fff;
	position: absolute;
	right: 0;
	left: 0;
	top: 15%;
}
.recommend h2 span{
	font-size: 1rem;
}
.recommend h3{
	color: #FF8C00;
}
.recommend-txt{
	text-align: center;
	font-size: .9rem;
	line-height: 1.6rem;
}

.recommend-mikan-ttl{
	background-image: url(https://img11.shop-pro.jp/PA01056/708/etc/recommend-mikan-icon.png?cmsp_timestamp=20200629173617);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100px;
}
.recommend-other-ttl{
	background-image: url(https://img11.shop-pro.jp/PA01056/708/etc/recommend-other-icon.png?cmsp_timestamp=20200629173625);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100px;
}
.recommend-processing-ttl{
	background-image: url(https://img11.shop-pro.jp/PA01056/708/etc/recommend-processing-icon.png?cmsp_timestamp=20200629173633);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 80px;
}
.recommend-mikan-ttl:before {
  content: '';
  display: inline-block;
  background-image: url(https://img11.shop-pro.jp/PA01056/708/etc/recommend-mikan-ttl-img.png?cmsp_timestamp=20200629173728);
  width: 100px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.recommend-other-ttl:before {
  content: '';
  display: inline-block;
  background-image: url(https://img11.shop-pro.jp/PA01056/708/etc/recommend-other-ttl-img.png?cmsp_timestamp=20200629173734);
  width: 100px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.recommend-processing-ttl:before {
  content: '';
  display: inline-block;
  background-image: url(https://img11.shop-pro.jp/PA01056/708/etc/recommend-processing-ttl-img.png?cmsp_timestamp=20200629173742);
  width: 100px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.recommend-mikan-ttl:after {
  content: '';
  display: inline-block;
  background-image: url(https://img11.shop-pro.jp/PA01056/708/etc/recommend-mikan-ttl.png?cmsp_timestamp=20200629173751);
  width: 100px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
	margin-left: 20px;
}
.recommend-other-ttl:after {
  content: '';
  display: inline-block;
  background-image: url(https://img11.shop-pro.jp/PA01056/708/etc/recommend-other-ttl.png?cmsp_timestamp=20200629173759);
  width: 100px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
	margin-left: 20px;
}
.recommend-processing-ttl:after {
  content: '';
  display: inline-block;
  background-image: url(https://img11.shop-pro.jp/PA01056/708/etc/recommend-processing-ttl.png?cmsp_timestamp=20200629173807);
  width: 100px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
	margin-left: 20px;
}


.list-view {
    text-align: center;
    border: 1px solid #ff8c00;
    margin: 40px auto;
    padding: 14px;
    width: 280px;
    border-radius: 40px;
    color: #ff8c00;
}
.product-list img {
    width: 100%!important;
}

/*PC Layout
===================================*/
@media print, screen and (min-width: 769px) {
.slick-slide img {
    display: block;
    width: 98%;
}
}
/*SP Layout
===================================*/
@media print, screen and (max-width: 768px) {	
	.recommend-mikan-ttl:before,.recommend-other-ttl:before,.recommend-processing-ttl:before{
		width: 50px;
		height: 50px;
	}
	.recommend-mikan-ttl,.recommend-other-ttl,.recommend-processing-ttl{
		background-size: 60px;
	}
	.recommend-mikan-ttl:after,.recommend-other-ttl:after,.recommend-processing-ttl:after{
		display: none;
	}

		.recommend-bg{
		height: 150px;
		background-position: center;
	}
  .information_wrap{font-size: 14px;}
}
/* category
------------------------------------------------------ */
.product-category h2{
	color: #ff8c00;
	margin: 20px 0;
}
.product-category{
	background: #fff;
	padding: 40px 20px;
	position: relative;
	border-radius: 15px;
}

.product-category-list li{
	text-align: center;
}
.product-category-bg{
	background: url(https://img11.shop-pro.jp/PA01056/708/etc/category-bg.png?cmsp_timestamp=20200629173821);
	padding: 100px 0;
	position: relative;
	background-size: contain;
}
.product-category-list li .category-ttl{
	color: #ff8c00;
	font-size: 1.2rem;
	margin: 10px 0;
}
.product-category-list li .category-description{
	font-size: .8rem;
	margin: 20px 0;
}
.product-category-list li .more-view{
	border: 1px solid #ff8c00;
	border-radius: 20px;
	padding: 10px 15px;
	color: #ff8c00;
}
.category-name{
	width: 70%;
	margin: 10px auto;
}
.category-img01 {
    width: 30%;
    position: absolute;
    top: -70px;
}
.category-img02 {
    width: 15%;
    position: absolute;
    top: 0;
    right: 0;
}
.category-img03 {
    width: 15%;
    position: absolute;
    bottom: 0;
    left: 0;
}
/*PC Layout
===================================*/
@media print, screen and (min-width: 769px) {
.product-category-list{
	display: flex;
	justify-content: space-around;
	margin: 30px auto;
}
	.product-category-list li{
	width: 25%;
	}
}
@media print, screen and (max-width: 768px) {
	.product-category-list li {
    width: 60%;
    margin: 40px auto;
}
	.category-img01{
		width: 40%;
		top: -40px;
		left: 0;
	}
	.category-img02{
		width: 25%;
	}
	.category-img03{
		width: 30%;
	}
	.product-category-bg{
		padding: 80px 0;
	}
	.number-cart{
		display: contents;
	}
	.number-cart p {
    display: inline;
}
	input[type="number"]{
		width: 60%;
	}

}

/* about us
------------------------------------------------------ */
.about-bg {
  background-image: url(https://img11.shop-pro.jp/PA01056/708/etc/about-bg.png?cmsp_timestamp=20200629173834);
  background-repeat: no-repeat;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-size: cover;
  height: 200px;
}
.about h2{
	color: #fff;
	position: absolute;
	right: 0;
	left: 0;
	top: 15%;
}
.about h2 span{
	font-size: 1rem;
}
.about-content-ttl{
	font-size: 1.4rem;
	margin: 40px 0;
}
.about-content-txt{
	line-height: 2rem;
}
.slider-about {
  display: flex;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
	.about-wrap,.about-wrap-reverse{
		display: flex;
		justify-content: center;
		align-items: center;
	}
.about-wrap{
	margin: 40px auto;
}
.about-wrap-reverse{
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.product-list a {
    display: block;
}
/*PC Layout
===================================*/
@media print, screen and (min-width: 769px) {

	.about-content{
		width: 60%;
	}
	.about-img01{
		width: 30%;
	}
  section.about{
  padding-top: 149px;
    margin-top: -149px;
  }
}
/*SP Layout
===================================*/
@media print, screen and (max-width: 768px) {
	.about-wrap{
		flex-direction: column;
	}
	.about-wrap-reverse{
		flex-direction: column-reverse;
	}
	.about-bg{
		height: 150px;
		background-position: center;
	}
	.about-wrap-reverse .about-content {
    width: 90%;
}
}

/* 商品一覧
------------------------------------------------------ */
.product-list-item {
  box-shadow: 6px 6px 6px rgba(0,0,0,0.2);
  padding: 10px;
	position: relative;
	margin-top: 100px;
	margin-bottom: 20px;
}
.product-list-tape{
  position: absolute;
  top: -40px;
  width: 60%;
  right: 0;
  left: 0;
  margin: auto;
}
.product-list-name {
  font-weight: 600;
  font-size: 1.1rem;
  padding: 10px;
}
.product-list-description {
  color: #4d4d4d;
  font-size: .8rem;
  padding: 10px;
}
.product-list-price {
  color: #ff0000;
  font-weight: 600;
  text-align: right;
  padding: 10px;
  font-size: 1.3rem;
}
.product-list-price span{
	font-size: 1rem;
}

.product-list {
  display: flex;
  flex-wrap: wrap;
	justify-content: center;
}
.product-list li {
  width: 26%;
	margin: 0 15px;
}
.number-cart {
  display: flex;
	justify-content: space-between;
	padding: 10px 10px 30px 10px;
}
input[type="number"] {
  border: 1px solid #cccccc;
  width: 15%;
}
.cartin {
  background: #ff8c00;
  padding: 0 20px;
  border-radius: 20px;
  color: #fff;
  font-size: .8rem;
  line-height: 20px;
}
.cartin:before{
	content: '';
	display: inline-block;
	background-image: url(../../../images/cartin-icon.svg);
	background-repeat: no-repeat;
	width: 14px;
	height: 14px;
	background-size: contain;
	vertical-align: middle;
}
.bnr-list a {
    display: block;
  width: 100%;
  height: 100%;
}

/*PC Layout
===================================*/
@media print, screen and (min-width: 769px) {
  .news{
margin-top: 40px;
}
}
/*SP Layout
===================================*/
@media print, screen and (max-width: 768px) {	
		.product-list li {
    width: 49%;
		margin: 0;
}
	.product-list{
		justify-content: space-between;
	}
	.product-list-tape{
		width: 80%;
	}
	.product-list-name{
		font-size: 1rem;
	}
	.product-list-price{
		font-size: 1rem;
	}
	.product-list-price span{
		font-size: .8rem;
	}
	.product-list-item {
	margin-left: 10px;
	margin-right: 10px;
}
}

@media all and (-ms-high-contrast: none) {
figure.about-img02 {
    width: 40%;
}
}
.notes-content.husei-content {
    margin-top: 50px;
}


.slick-list.draggable {
    width: 100%;
}
ul.slider-bnr.slick-initialized.slick-slider{
  position: relative;
top: 20px;
  margin-bottom: 40px;
}
.main-bnr {
    width: 70%;
    max-width: 500px;
    position: absolute;
    bottom: 40px;
    right: 0;
    left: 0;
    margin: auto;
}
.main-bg{
position: relative;

}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
.flash-icon {
    width: 15%;
    position: absolute;
    top: 10px;
    left: 10px;
    animation:blink 1s ease-in-out infinite alternate;
}
.acd-check{
    display: none;
}
.acd-label{
    background: red;
    color: #fff;
    display: block;
    margin-bottom: 1px;
    padding: 10px;
    position: relative;
    text-align: center;
  width: 90%;
    max-width: 800px;
    margin: 30px auto 0;
}
.acd-label:after{
    box-sizing: border-box;
    content: none;
    display: block;
    font-family: "Font Awesome 5 Free";
    height: auto;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    top: 0px;
}
.acd-content{
    border: 1px solid red;
    display: block;
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
}

.acd-check:checked + .acd-label + .acd-content{
    height: auto;
    opacity: 1;
    padding: 10px;
    visibility: visible;
  width: 90%;
    max-width: 800px;
    margin: 0 auto 30px;
}
.notes-ttl{
	pointer-events: none;
}
.notes-txt02 {
    background: #EC1C24;
    color: #fff;
    padding: 10px 0;
    font-weight: 600;
    margin-bottom: -100px;
  font-size: 1.2rem;
}
.notes-txt02 span{color: #FBED21;}
.hukubukuro-bnr{    width: 90%;
    max-width: 800px;
    margin: 0 auto;
    margin-top: 140px;
  margin-bottom: -80px;}
@media print, screen and (max-width: 768px) {
  ul.slider-bnr.slick-initialized.slick-slider{
  width: 95%;
    margin: 0 auto;
	margin-bottom:60px;
  }
  .main-bnr{bottom: 10px;}
  .main-ttl01{top: 20%;}
	h1{top: 35%;}
  .main-ttl02{top: 60%;}
	.notes-ttl{
		pointer-events: all;
      font-size: 16px;
	}
	.notes-txt02{
		    text-align: center;
    margin-bottom: -30px;
    font-size: 1rem;
	}  
  .notes-txt{display: none;}
  .member-bnr-wrap a {
    display: block;
    margin-bottom: 0;
    margin-top: 10px;
}
  .member-bnr-wrap {
    margin-bottom: -20px;
}
  .hukubukuro-bnr{margin-bottom: -30px;
    margin-top: 40px;}
  .gw-bnr{margin-top: 20px;}
}

@media print, screen and (min-width: 769px) {
  .spElement{display: none;}
  ul.slider-bnr.slick-initialized.slick-slider{margin-top: -120px;}
}

.bnr-list a img{width: 100%;}
.gw-bnr {
  width: 90%;
    max-width: 720px;
    margin: 20px auto 0;
}


.hatuuri-bg {
    position: relative;
}
.hatuuri-img {
    position: absolute;
    width: 32%!important;
    display: block!important;
    right: 20px;
    top: 30%;
}
.madonna_syukka {
    width: 90%;
    max-width: 720px;
    margin: 20px auto 0;
}
@media print, screen and (max-width: 768px) {
  .hatuuri-img{right: 10px;}
}

.promotion-bnr figure {
    width: 50%;
}
a.member_merit_link {
    display: block;
    width: 90%;
    max-width: 700px;
    margin: 0 auto;
}
.line_link{
      display: block;
    width: 90%;
    max-width: 700px;
    margin: 0 auto;
margin-top: 30px;
}
@media print, screen and (max-width: 768px) {
.line_link{
margin-top: 10px;
}
}