@charset "UTF-8";
/*------------------------------------*
  $Base
  $Header
  $Menu
  $Footer
  $Visual
  $Modules style
  $Header download area
  $Pickup1 area
  $Pickup2 area
  $Point area
  $Target area
  $Movie area
  $Footer download area
  $Media querys
    600px ～ 960px
          ～ 600px
          ～ 420px
 *------------------------------------*/


/*------------------------------------*
   $Base
 *------------------------------------*/

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


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


body{
  font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Verdana, Roboto, "Droid Sans", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.8;
}


ul,ol{
  list-style: none;
}


img{
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}


em{
  font-weight: bold;
  font-style: normal;
}


a:hover,
a:focus{
  text-decoration: none;
}


sub{
  font-size: 13px;
  vertical-align: baseline;
}


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


/*------------------------------------*
   $Header
 *------------------------------------*/

.header{
  background: #fff;
  padding: 12px 0;
  position: relative;
  box-shadow: 4px 4px 10px rgba(0,0,0,0.1); 
}
.drawer .header__wrap{
  background: none;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 990px;
  position: relative;
}

.header .header__ttl a{
  vertical-align: bottom;
}
.header .header__ttl img{
  width: 300px;
  display: block;
}

.boxDrawer{
  max-width: 960px;
  margin: 0 auto;
  position: relative;
}
.boxDrawer .drawer-hamburger{
  position: absolute;
  margin-top: -50px;
}


/*------------------------------------*
   $Menu
 *------------------------------------*/

body .drawer-nav{
  z-index: 15;
  width: 80%;
  background: none;
  height: 100%;
  overflow: auto;
  padding-bottom:20%;
}
body.drawer--right .drawer-nav{
  right: -80%;
}
body .drawer-overlay{
  z-index:10;
  background-color:rgba(0,0,0,.6);
}


.drawerBtn{
  max-width: 960px;
  margin: 0 auto;
  position: relative;
}

body.drawer--right.drawer-open .drawer-hamburger{
  right: 80%;
}

body .drawer-hamburger{
  width: 28px;
  z-index:15;
  position: absolute;
}
body .drawer-hamburger-icon,
body .drawer-hamburger-icon:after,
body .drawer-hamburger-icon:before{
  background-color: #4d4d4d;
}


.nav__header{
  text-align: left;
  border-bottom:solid 1px #c7c7c8;
  background: #fff;
  border-radius:0 0 0 6px;
  font-size: 9pt;
}
.nav__header li{
  border-top:solid 1px #c7c7c8;
}
.nav__header li a{
  display: block;
  padding:18px 8px 16px 46px;
  text-decoration: none;
  position: relative;
  color: #302e2e;
}
.nav__header ul a{
  background: #f7f6f6;
  padding-left:46px;
}

.nav__header li a::before,
.nav__header li a::after{
  position: absolute;
  left: 0;
  top:50%;
  content: "";
}
.nav__header li a::before{
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background: #b8cb3a;
  margin:-9px 0 0 20px;
}

.nav__header li a::after{
  display: block;
  margin:-5px 0 0 26px;
  border:solid 4px transparent;
  border-left:solid 6px #fff;
}
.nav__header ul a{
  padding:16px 8px 14px 62px;
  border-top:solid 1px #fff;
}
.nav__header ul a::before{
  content:none;
}
.nav__header ul a::after{
  border-left-color:#302e2e;
  margin-left:46px;
}

.header.is-fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}


/*------------------------------------*
   $Footer
 *------------------------------------*/

.footer{
  background: #b8cb3a;
  color: #fff;
  text-align: center;
  padding: 18px 15px 40px;
}


.btn--footer{
  background:#ec7642;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  border-radius:100px;
  padding: 5px 30px;
  font-size: 16px;
}


.footer .footer__targetArea{
  margin: 0 0 18px;
  padding:0 0 18px;
  border-bottom:solid 1px #bfd04d;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: bold;
}


.footer .nav__footer{
  letter-spacing: -.5em;
  font-size: 14px;
}
.footer .nav__footer > li{
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  border-left:solid 1px #fff;
  margin:0 0 10px;
  padding: 0 10px;
}
.footer .nav__footer > li:last-child{
  border-right:solid 1px #fff;
}

.footer .nav__footer a{
  color: #fff;
  text-decoration: none;
}
.footer .nav__footer a:hover,
.footer .nav__footer a:focus{
  text-decoration: underline;
}


.footer .copyright{
  font-size: 12px;
  margin: 0;
}


/*------------------------------------*
   $Modules style
 *------------------------------------*/

.contents{
  word-break: break-all;
  padding: 0 0 30px;
}


.contentsInner{
  width: 100%;
  max-width: 990px;
  padding: 0 15px;
  margin: 0 auto;
}


.ttl--type1{
  font-size: 28px;
  margin: 30px 0 20px;
  text-align: center;
}


.ttlSub{
  display: inline-block;
  color: #b8cb3a;
  font-family: Arial;
  font-size: 26px;
  padding: 0 0 6px;
  margin: 0 0 10px;
  border-bottom: dotted 4px #000;
}

.ttl--type2{
  text-align: center;
}


.li--num{
  position: relative;
  font-size: 14px;
  margin: 0 0 10px;
}
.li--num > li{
  position: relative;
  padding: 0 0 10px 2.2em;
}
.li--num .mark{
  position: absolute;
  margin: 0 0 0 -2.2em;
}


.li--note{
  position: relative;
  font-size: 14px;
  margin: 0 0 40px;
}
.li--note > *{
  display: block;
  position: relative;
  padding: 0 0 10px 2.2em;
}
.li--note .mark{
  position: absolute;
  margin: 0 0 0 -2.2em;
}


.main-img{
  background: #f5f5f5;
  text-align: center;
}


.img--type1{
  text-align: center;
  margin: 0 0 20px;
}

.img--type2{
  letter-spacing: -.5em;
  margin: 0 0 20px -20px;
}
.img--type2 .img--list{
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  padding: 0 0 20px 20px;
}
.img--type2.col3 .img--list{
  width: 33.3%;
}
.img--type2.col4 .img--list{
  width: 25%;
}
.img--type2 .caption{
  display: block;
  margin: 8px 0 0;
  font-size: 16px;
  font-weight: bold;
}


.tbl-type1{
  margin: 0 0 40px;
}
.tbl-type1 th{
  background: #f7f6f6;
  font-weight: bold;
  border: solid 1px #c7c7c8;
  vertical-align: middle;
  text-align: left;
  padding: 16px;
}
.tbl-type1 td{
  background: #fff;
  border: solid 1px #c7c7c8;
  padding: 16px;
}


.btnContents{
  margin: 0 0 20px;
}

.btn--detail{
  display: inline-block;
  background: #ef8b4e;
  padding: 10px;
  color: #fff;
  line-height: 1;
  font-weight: bold;
  font-size: 18px;
  position: relative;
  min-width: 240px;
  text-decoration: none;
  border-radius: 100px;
}
.btn--detail::after{
  content: "";
  display: inline-block;
  border-right: solid 3px #fff;
  border-bottom: solid 3px #fff;
  width: 10px;
  height: 10px;
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin: -7px 0 0;
}
.btn--detail:hover,
.btn--detail:focus{
  opacity: 0.85;
}


.profile1{
  margin: 0 0 40px;
  padding: 40px;
  background: #fffde5;
}

.profile1 .profileInner{
  overflow: hidden;
}

.profile1 .profile__ttl{
  float: left;
  width: 20.83%;
  padding-right: 40px;
}

.profile1 .profile__subTtl{
  color: #ec9600;
  margin: 0 0 20px;
  font-weight: bold;
}
.profile1 .profile__subTtl .subText{
  display: block;
  margin: 0 0 4px;
  line-height: 1.4;
  font-size: 18px;
}
.profile1 .profile__subTtl .mainText{
  display: block;
  line-height: 1.4;
  font-size: 32px;
}
.profile1 .profile__subTtl .small{
  font-size: 20px;
}


.br--lrg{
  display: inline;
}
.br--sml,
.br--mdl{
  display: none;
}


.iziModal-navigate-caption{
  display: none !important;
}


.clear::after{
  content: "";
  clear: both;
  display: block;
  height: 1px;
}


.pagetop{
  position: fixed;
  bottom: 20px;
  right: 10px;
  width: 50px;
  height: 50px;
  padding-top: 15px;
  background: #000;
  border-radius: 10px;
  opacity: 0.5;
  margin:0;
  padding:0;
  z-index:10;
}

.pagetop .pagetop__btn{
  display: block;
  color: #fff;
  width: 50px;
  height: 50px;
  font-size: 7pt;
  text-align:center;
  text-decoration:none;
  position:relative;
  padding:28px 0 0;
  letter-spacing:-1px;
  text-indent:-9999px;
}

.pagetop .pagetop__btn::before{
  content:"";
  position:absolute;
  top:18px;
  display:block;
  margin:0 15px 10px;
  width: 16px;
  height: 16px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  transform:rotate(-45deg);
}


/*------------------------------------*
   $Header download area
 *------------------------------------*/

.dlHeader{
  background: #b8cb3a;
}


.dlHeader .contentsInner{
  padding-top: 20px;
  padding-bottom: 20px;
}


.dl__ttl{
  margin: 0 0 10px;
  font-size: 22px;
}


.ttlTxt{
  color: #fff;
  display: inline-block;
  position: relative;
  padding: 10px 0;
  line-height: 1;
}
.ttlTxt::before,
.ttlTxt::after{
  content: "";
  display: inline-block;
  height: 100%;
  border-left: dotted 4px #fff;
  position: absolute;
  top: -.1em;
}
.ttlTxt::before{
  transform: rotate(-30deg);
  left: -30px;
}
.ttlTxt::after{
  transform: rotate(30deg);
  right: -30px;
}


.dl__li{
  letter-spacing: -.5em;
  margin: 0 0 0 -50px;
}
.dl__li > li{
  padding: 0 0 12px 8%;
  display: inline-block;
  vertical-align: top;
}


.dl__li .qr{
  position: relative;
  margin-top: -15px;
  border-radius: 5px;
  position: relative;
  top: 12px;
  z-index: 5;
}


.dl__li .btn--store{
  margin-left: 10px;
  height: 52px;
  display: inline-block;
}
.dl__li .btn--store:hover,
.dl__li .btn--store:focus{
  opacity: 0.85;
}


/*------------------------------------*
   $Target area
 *------------------------------------*/

.boxArea{
  background: #b8cb3a;
  text-align: center;
  padding: 20px 0 1px;
}


.boxArea .box__ttl{
  margin: 0 0 10px;
  font-size: 28px;
}


.boxArea .box__txt{
  font-size: 20px;
  margin: 0 0 6px;
  font-weight: bold;
}


.boxArea .box__li--caution{
  margin: 0 0 10px;
}


.boxArea .btn--detail{
  min-width: 320px;
}
.boxArea .btn--detail::after{
  right: 30px;
}


/*------------------------------------*
   $Footer download area
 *------------------------------------*/

.dlFooter{
  background: url(https://cdn.fresh.lawson.jp/contents/loppick/top/sp/20190729/bgPoint1.png);
}

.dlFooterInner{
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 60px 15px;
}


.dlFooterSeparate{
  overflow: hidden;
}
.dlFooterSeparate .dlFooterSeparate__img{
  float: left;
  width: 21%;
}
.dlFooterSeparate .dlFooterSeparate__img img{
  width: 100%;
}
.dlFooterSeparate .dlFooterSeparate__cont{
  overflow: hidden;
  padding: 35px 0 0 40px;
}


.dlFooter .dlFooter__txt{
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -.5em;
}
.dlFooter .dlFooter__txt > *{
  display: inline-block;
  vertical-align: middle;
  width: 86%;
  letter-spacing: normal;
  padding-left: 7%;
}

.dlFooter .dlFooter__txt .logo{
  width: 14%;
  padding-left: 0;
}


.dlFooter .boxDl{
  overflow: hidden;
  padding-top: 45px;
}


.dlFooter .dl__ttl{
  text-align: center;
}
.dlFooter .ttlTxt{
  color: #ec7642;
}
.dlFooter .ttlTxt::before,
.dlFooter .ttlTxt::after{
  border-color: #ec7642;
}

.dlFooter .dl__li{
  margin-left: 0;
}
.dlFooter .dl__li > li{
  padding-left: 6.5%;
}


/*------------------------------------*
   $Media querys
 *------------------------------------*/

/* 600px ～ 960px */
@media (max-width: 60em)  {

  /* $Header download area */
  .dlHeader .dl__li > li{
    width: 40%;
  }
  .dlHeader .dl__li > li:nth-child(odd){
    width: 36%;
    margin-right: 30px;
  }

  .dl__li{
    text-align: center;
    margin: 0 5%;
  }
  .dl__li > li{
    padding: 0;
  }
  .dl__li .qr{
    display: none;
  }
  .dl__li .btn--store{
    height: auto;
    max-height: 100%;
    margin-left: 0;
  }


  /* $Modules Style */
  .ttlSub{
    font-size: 22px;
    padding-bottom: 6px;
  }

  .img--type1{
    margin-left: -15px;
    margin-right: -15px;
  }

  .profile1{
    padding: 30px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .profile1 .profile__ttl{
    padding-right: 30px;
    width: 25%;
  }
  .profile1 .profile__subTtl .subText{
    font-size: 16px;
  }
  .profile1 .profile__subTtl .mainText{
    font-size: 26px;
  }
  .profile1 .profile__subTtl .small{
    font-size: 18px;
  }

  .br--mdl{
    display: inline;
  }

  .tbl-type1 th,
  .tbl-type1 td{
    padding: 12px;
    margin-bottom: -1px;
  }


  /* $Footer download area */
  .dlFooterInner{
    padding-top: 40px;
  }

  .dlFooterSeparate .dlFooterSeparate__cont{
    padding-top: 30px;
  }
  .dlFooter .dlFooter__txt{
    font-size: 22px;
  }

  .dlFooter .boxDl{
    padding: 45px 0 0 40px;
  }
  .dlFooter .dl__li > li{
    width: 50%;
  }
  .dlFooter .dl__li > li:nth-child(odd){
    padding-right: 4.5%
  }


  /* $Footer */
  .footer .btn--footer{
    margin-top: 8px;
    padding-left: 40px;
    padding-right: 40px;
  }
}


/* ～ 600px */

@media (max-width: 37.5em) {

  /* $Header */
  .header .header__ttl img{
    width: 219px;
  }

  .boxDrawer .drawer-hamburger{
    margin-top: -43px;
  }


  /* $Modules style */
  .ttlSub{
    font-size: 16px;
    border-width: 3px;
  }

  .ttlTxt{
    padding: 3px 0;
  }
  .ttlTxt::before,
  .ttlTxt::after{
    border-width: 2px;
  }
  .ttlTxt::before{
    left: -12px;
  }
  .ttlTxt::after{
    right: -12px;
  }

  .tbl-type1.row th,
  .tbl-type1.row td{
    display: block;
    width: 100%;
  }

  .li--num{
    font-size: 12px;
  }

  .li--note{
    font-size: 12px;
    margin-bottom: 20px;
  }

  .img--type2{
    margin-left: -10px;
  }
  .img--type2 .img--list{
    padding-left: 10px;
    padding-bottom: 10px;
  }
  .img--type2.col4 .img--list{
    width: 50%;
  }
  .img--type2 .caption{
    font-size: 12px;
    margin-top: 4px;
  }

  .profile1{
    margin-top: 38%;
    padding: 15px;
  }
  .profile1 .profile__ttl{
    float: none;
    width: 31.25%;
    padding-right: 0;
    text-align: center;
    margin: -36% auto 10px;
  }
  .profile1 .profile__subTtl{
    text-align: center;
    margin-bottom: 10px;
  }
  .profile1 .profile__subTtl .subText{
    font-size: 12px;
  }
  .profile1 .profile__subTtl .mainText{
    font-size: 18px;
  }
  .profile1 .profile__subTtl .small{
    font-size: 14px;
  }
  .profile1 .profile__text{
    font-size: 14px;
  }

  .br--lrg,
  .br--mdl{
    display: none;
  }
  .br--sml{
    display: inline;
  }

  .iziModal-navigate > button{
    background-size: 140% !important;
    opacity: 1 !important;
  }

  .iziModal{
    margin-left: 30px !important;
    margin-right: 30px !important;
  }

  .iziModal-navigate-prev{
    left: 0 !important;
    margin: 0 !important;
    background-position: 0% 50% !important;
    width: 30px !important;
  }
  .iziModal-navigate-next{
    right: 0 !important;
    margin:0 !important;
    background-position: 100% 50% !important;
    width: 30px !important;
  }


  /* $Header download area */
  .dlHeader .contentsInner{
    padding-top: 12px;
    padding-bottom: 15px;
  }

  .dl__ttl{
    font-size: 14px;
    margin-bottom: 6px;
  }

  .dlHeader .dl__li > li{
    width: 46%;
  }
  .dlHeader .dl__li > li:nth-child(odd){
    width: 42%;
    margin-right: 20px;
  }


  /* $Pickup1 area */
  .pickup1 .contentsInner{
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .pickup__ttl{
    font-size: 20px;
    margin-bottom: 20px;
  }

  .pickup1 .pickup__bnr{
    letter-spacing: normal;
    margin: 0;
  }
  .pickup1 .pickup__bnr > li{
    display: inline-block;
    padding: 0;
    margin-bottom: 15px;
  }
  .pickup1 .pickup__bnr > .bnr--half{
    width: 100%;
  }


  /* $Pickup2 area */
  .pickup__btn .btn--area,
  .pickup__btn .btn--products{
    font-size: 16px;
    padding: 10% 0 10% 10%;
  }
  .pickup__btn .btn--area::after,
  .pickup__btn .btn--products::after{
    width: 10px;
    height: 10px;
    border-width: 2px;
    right: 16px;
    margin-top: -4px;
  }

  .pickup__btn .icon{
    left: 0;
    height: 100%;
  }


  /* $Point area */
  .point1 .contentsInner{
    padding-top: 30px;
  }

  .point1Inner{
    margin-bottom: 25px;
  }

  .point1 .point__ttl{
    font-size: 24px;
    letter-spacing: -1px;
  }

  .point__ttl .imgTxt{
    margin: 0 0 10px;
    padding: 0 24%;
  }

  .point__ttl .ttlDecoration{
    font-size: 40px;
  }

  .point1Inner .inner__txt{
    font-size: 18px;
    margin-bottom: 16px;
  }

  .inner__ttl .ttlSub{
    margin-bottom: 10px;
  }


  /* $Movie area */
  .boxMovie{
    padding-top: 40px;
    padding-bottom: 40px;
  }


  /* $Area */
  .boxArea .box__ttl{
    font-size: 21px;
  }
  .boxArea .box__txt{
    font-size: 16px;
  }

  .boxArea .box__li--caution{
    font-size: 12px;
  }

  .boxArea .btn--detail{
    min-width: auto;
    font-size: 16px;
    padding-left: 15%;
    padding-right: 15%;
  }

  .boxArea .btn--detail::after{
    right: 20px;
  }


  /* $Footer download area */
  .dlFooterInner{
    padding-left: 30px;
    padding-right: 30px;
  }

  .dlFooterSeparate .dlFooterSeparate__img{
    width: 25%;
  }
  .dlFooterSeparate .dlFooterSeparate__cont{
    padding-left: 0;
    overflow: visible;
  }

  .dlFooter .dlFooter__txt{
    padding-left: 30%;
    text-align: center;
  }
  .dlFooter .dlFooter__txt .logo{
    width: 100%;
    max-width: 80px;
    display: block;
    position: relative;
    margin: 0 auto 15px;
  }

  .dlFooter .boxDl{
    padding: 30px 0 0;
    clear: both;
  }
  .dlFooter .dl__ttl{
    font-size: 18px;
    margin-bottom: 10px;
  }
  .dlFooter .dl__ttl .ttlTxt{
    padding: 5px 0;
    letter-spacing: -1px;
  }

  .dlFooter .dl__li{
    margin: 0;
  }
  .dlFooter .dl__li > li{
    padding-left: 0;
  }


  /* $Footer */
  .footer .area__txt{
    display: block;
    font-size: 16px;
  }

  .footer .nav__footer{
    font-size: 12px;
  }
}


/* ～ 420px */

@media (max-width: 26.25em){
  
  /* $Pickup2 area */
  .pickup__btn .btn--area,
  .pickup__btn .btn--products{
    font-size: 14px;
    padding-left: 14%;
  }
  .pickup__btn .btn--area::after,
  .pickup__btn .btn--products::after{
    border-width: 2px;
    right: 10px;
    margin-top: -5px;
  }


  /* $Footer download area */
  .dlFooterSeparate .dlFooterSeparate__img{
    width: 38%;
  }
  .dlFooterSeparate .dlFooterSeparate__cont{
    padding-left: 5%;
  }

  .dlFooter .dlFooter__txt{
    padding-left: 43%;
    font-size: 16px;
    text-align: left;
  }
  .dlFooter .dlFooter__txt > *{
    width: 100%;
  }

  .dlFooter .dlFooter__txt .logo{
    max-width: 60px;
  }
}