@charset "UTF-8";

/*---------- ページ全体の指定 ----------*/
*{
  padding:0;
  margin:0;
}
ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

a:hover img {
  opacity: 1;
}

a img {
  background-color: rgba(255, 255, 255, .01);
  width: 100%;
}

#wrapper img {
  width: 100%;
  display: block;
}
#wrapper{
  margin-bottom: 5%;
}

.mb0 {
  margin-bottom: 0 !important  ;
}

.mb03{
  margin-bottom: 3% !important  ;
}


.mb05 {
  margin-bottom: 5% !important  ;
}

.mb10 {
  margin-bottom: 10% !important  ;
}

.mb20 {
  margin-bottom: 20px;
}
.mb15{
  margin-bottom: 15%!important;
}
.mt10{
  margin-top: 20% !important;
}
/*---------- ヘッダー ----------*/
#header {
  min-width: 100%;
}

#header h1 {
  width: 100%;
  margin: 0;
}

#header h1 img {
  width: 100%;
  margin: 0;
}

img {
  font-size: 0;
  margin: 0;
  padding: 0;
  line-height: 0;
  vertical-align: bottom;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/*--------------------------*/
section{
  /*padding-top: 2.5%;*/
  /* padding-bottom: 10%; */
}

section.kv{
  padding: 0;
  margin: 0;
}

h1.kv{
  margin: 0 0 0;
}
h1.kv.autumn{
  margin: 0 0 0 0;
}


section.app-add-top{
  width: 90%;
  margin: 5% auto 0%;
  padding-bottom: 0 !important;
}

section.item-box{
  width: 90%;
  margin: 0 auto;
}
section.item-box h2{
  margin: 0 0 3%;
}
section.item-box .item-box-brand{
  margin-bottom: 15%;
  margin-top: 15%;
}

section.item-box.sec01 .item-box-brand.grico{
      margin-bottom: 15%;
    margin-top: 15%;
}

section.item-box .flex-cont{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 5%;
  margin-bottom: 5%;
}
section.item-box .cp{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* margin-top: 5%; */
}
section.item-box .cp a{
  display: block;
  /* margin-top: 5%; */
  position: relative;
}
.sec01 .col_1 li{
  /* display: none; */
}
.col_1 li{
  width: 100%;
}

section.item-box .flex-cont li:nth-child(2){
  margin-top: 5%;
}
section.item-box .flex-cont li:nth-child(3){
  margin-top: 5%;
}
.sec1130_lotte .flex-cont li:nth-child(2){
  margin-top: 0%!important;
}
section.item-box .flex-cont + .cp{
  margin-top: -3%;
}


/* section.item-box .col_1 li a{
  width: 48%;
  margin: 0 auto 0;
} */
section.item-box .col_1 li{
  width: 48%;
  margin: 0 auto 0;
}

section.item-box .col_2 li{
  width: 48%;
}

section.item-box .col_2 li a:nth-child(2){
  margin-top:5%;
}
section.item-box .cp_inner{
  position: relative;
  margin-top: 5%;
}
section.item-box .cp_list{
  position: absolute;
  bottom: 0%;
  right: 0;
  width: 48%;
}
section.item-box .cp a::before{
  content:"";
  background: url(../img/coupon_arrow.png) no-repeat center top;
  background-size: contain;
  height: 25%;
  width: 5%;
  display: block;
  position: absolute;
  right: 3%;
  top: 35%;
}

section.item-box .cp a:hover{
  opacity: 0.7;
}


/* 春仕様 */
section.item-box.spring_box{
  width: 100%;
}
section.item-box.spring_box .look{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 3%;
}
section.item-box.spring_box .look li{
  width: 48%;
}
section.item-box.spring_box .look .right{
  text-align: right;
}
section.item-box.spring_box .look li button{
  text-align: center;
  background-color: white;
  border: none; 
  margin-top: 3%;
}
section.item-box.spring_box ul{
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
section.item-box.spring_box .video-box{
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
section.item-box .item-box-brand .cp-link{
            
}
section.item-box .item-box-brand .cp-link img{
  width: 48%!important;
  margin: 0 auto;
}



.i_att{
  margin-top: 3%;
  display: block;
}


hr{
  display: block !important;
  background:url(../img/sec_line.jpg) no-repeat center top;
  background-size: contain;
  height: 21px;
  border:none;
  width: 90%;
  margin: 0 auto;
}

hr.winter-sec{
  display: block !important;
  background:url(../img/sec_line_spring.jpg) no-repeat center top;

  /* background:url(../img/sec_line_winter.jpg) no-repeat center top; */
  background-size: contain;
  height: 21px;
  border:none;
  width: 90%;
  margin: 0 auto;
}

hr.spring-sec{
  display: block !important;
  background:url(../img/sec_line_spring.jpg) no-repeat center top;
  background-size: contain;
  height: 21px;
  border:none;
  width: 90%;
  margin: 0 auto;
}
hr.spring-sec.autumn{
  background:url(../img/sec_line_autumn.png) no-repeat center top;
  background-size: contain;
  height: 21px;
  border:none;
  width: 90%;
  margin: 0 auto;
}


hr.spring-sec.winter{
  background:url(../img/sec_line_winter.jpg) no-repeat center top;
  background-size: contain;
  height: 21px;
  border:none;
  width: 90%;
  margin: 0 auto;
}
hr.summer-sec.summer{
  background:url(../img/sec_line_summer.jpg) no-repeat center top;
  background-size: contain;
  height: 21px;
  border:none;
  width: 90%;
  margin: 0 auto;
}
.video {
  position: relative;
  width: 100%;
  margin-top: 5%;
  padding-top: 56.25%;
}
.sec1207_lotte .video{
  margin: 5% auto;
}
.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


section.bnr_list{
  padding-bottom: 0;
  padding-top: 0;
}
section.aeon_coupon,
section.app_coupon,
section.bnr_list{
  text-align: center;
  background-repeat: repeat-y;
}
section.aeon_coupon{
  padding-top: 5%;
  background: #F7F7F7;
}
section.app_coupon{
  background: url(../img/bg_sakura.png);
}
section.bnr_list,
section.chirashi{
  background: #FFF4D6;
}
section.aeon_coupon .item{
  width: 90%;
  margin: auto;
}
section.aeon_coupon .ttl,
section.app_coupon .ttl{
  width: 95%;
  margin: auto;
}
section.aeon_coupon .ttl img:not(:first-child),
section.app_coupon .ttl img:not(:first-child){
  margin-top: 2.5%;
  margin-bottom: 2.5%;
}
section.aeon_coupon ul.inner{
  width: 90%;
  margin: auto;
  padding-top: 5%;
}
section.aeon_coupon ul.inner li{
  margin-bottom: 5%;
}
section.bnr_list .ttl{
  padding-top: 5%;
}
section.bnr_list ul{
  width: 90%;
  margin: 2.5% auto 0;
  padding-bottom: 10%;
}
section.bnr_list ul li:not(:first-child){
  margin-top: 10%;
}







.footer_note{
  width: 90%;
  margin: 5% auto;
}
.btn{
  width: 90%;
  margin: 2.5% auto;
}
.btn img{
  margin-bottom: 2.5%;
}
.border{
  height: 8px;
  width: 100%;
  background: url(../img/border.png) repeat-x;
  background-size: contain;
}

.footer-contents{
  padding-bottom: 0;
}


/*--------------------------*/
.backtotop {
  position: fixed;
  right: 15px;
  width: 45% !important;
  bottom: 30px;
  z-index: 9000;
  display: none;
}

.backtotop a, .closewin a {
  display: block;
  color: #777777;
  padding: 10px 6px;
  margin: 0;
  background-color: #DDDDDD;
  opacity: 0.8;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
}

.backtotop img {
  width: 100%;
}

.backtotop a {
  background-color: transparent !important;
}
.youtube2 {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube2 iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}



.app-add .subttl{
  width: 90%;
  margin: auto;
}
.app-add .flex-cont{
  width: 90%;
  margin: auto;
}
.app-add .items-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto 10%;
  position: relative;
}

.app-add .items-list li{
  width: 48%;
  margin-bottom:0%;
}
.app-add .items-list li:first-child{
  margin-bottom: 0;
}
.link_btn a:first-child{
  width: 80%;
  margin: 5% auto 2.5%;
  display: block;
}
.link_btn a:last-child{
  width: 90%;
  margin: 0 auto 0%;
  display: block;
}
.app-add .items-list li.ttl{
  width: 100%;
  text-align: center;
}
.app-add .flex-cont li{
  padding-bottom: 5%;
  position: relative;
}

.app-add .flex-cont li:last-child{
  margin-top: -5%;
}
ul.container li{
  margin-bottom: 5%;
}
ul.container li.video{
  width: 90%;
  margin: auto;
}
.coupons ul{
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  margin: 5% auto 0;
  justify-content: space-between;
  /*align-items: center;*/
}
.coupons ul li{
  width: 48%;
  margin-bottom: 8%;
  display: flex;
  flex-direction: column;
}
.btn-coupon{
  position: relative;
  margin-top: auto !important;
}
.btn-coupon a{
  display: block;
  width: 100%;
  position: relative;
  pointer-events: none;
  margin-top: 5%;
}
.btn-coupon a .arrow{
  position: absolute;
  width: 6%;
  right: 2.5%;
  top: 25%;
  opacity: 0;
}

.free_coupon{
  display: none;
  margin: 0;
  padding: 10% 5%;
  background : linear-gradient(0deg, rgba(251, 218, 47, 1) 0%, rgba(248, 189, 43, 1) 100%);
  background-size: 100%;
}


.free_coupon h2{
  margin-bottom: 5%;
}

.free_coupon .items-list{
  /* width: 90%; */
  /* margin: 5% auto 8%; */
  background:#FFF;
  padding: 5%;
  border-radius: 20px;
}
.free_coupon .items-list .items-list-border{
  border: #FACD89 3px solid;
  border-radius: 18px;
  padding: 3% 3% 6%;
}
.free_coupon .items-list .items-list-border ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.free_coupon .items-list .items-list-border ul li{
  width: 48%;
  margin-top: 5%;
}
.free_coupon .items-list .items-list-border ul li{
  display: none;
}
.free_coupon .items-list .items-list-border ul li:nth-child(3){
  display: block;
  margin-left: 25%;
}


.bnr{
  width: 90%;
  margin: 10% auto 10%;
}
.bnr.bnr-border a img{
}
.bnrs{
  width: 90%;
  margin: auto;
}
.bnrs li{
  margin-bottom: 5%;
}
.bnrs li:last-child{
  display: none;
}

.footer_note{
  width: 90%;
  margin: 5% auto;
}

.seconsale .video{
  margin-bottom: 5%;

}

.sp0{
  margin-top: 0 !important;
}



.onsale_lotte_spring .onsale_lotte_springbtn01{
  position: relative;
}
.onsale_lotte_spring .onsale_lotte_springbtn01 a {
	width: 70%;
	position: absolute;
	bottom: 3%;
	left: 0%;
	right: 0%;
	margin: 0 auto;
}
.onsale_lotte_spring .onsale_lotte_springbtn02{
  position: relative;
}
.onsale_lotte_spring .onsale_lotte_springbtn02 a{
	width: 70%;
  position: absolute;
  bottom: 3%;
  left: 0%;
  right: 0%;
	margin: 0 auto;
}
.mondelez_2106btn{
  width: 60%;
  margin:2% auto 5%;
}