@charset "UTF-8";
/* ----------------------------------------------------------------
共通部分
---------------------------------------------------------------- */
body {
 margin: 0;
 width: 100%;
}
img {
 width: 100%;
 vertical-align: top;
}
h1,h2{
  margin: 0;
  padding: 0;
  position: static;
}
h1:after, h1:after,
.h2:after, .h2:before, h2:after, h2:before{
  content: none !important;
}
.btn{
      padding: 0 !important;
    min-width: auto !important;
  cursor: auto !important;
}
.end .btn{
        cursor: auto !important;
      margin: 20px auto !important;
}
#lp-hokkaido {
 background-color: #fff;
 letter-spacing: 0;
 overflow: hidden;
 font-size: 1.4rem;
 line-height: 1.71428571;
 font-family: "Zen Kaku Gothic New", sans-serif;
 font-weight: 500;
 font-style: normal;
 color: #000;
 overflow-wrap: break-word;
}
#lp-hokkaido .l-main {
 background-image: url(../../../../img/usr/lp/lp-hokkaido/bg.jpg);
 background-attachment: fixed;
 background-position: center bottom;
 background-repeat: repeat;
 background-size: cover;
 position: relative;
 z-index: 0;
}
#lp-hokkaido .l-container {
 width: 100%;
 max-width: 375px;
 margin: 0 auto;
 background-color: #fff;
 box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
 text-align: center;
 overflow: hidden;
}
/* ----------------------------------------------------------------
商品
---------------------------------------------------------------- */
.item_btn_area {
 position: relative;
}
.item_btn {
 position: absolute;
 margin: auto;
 left: 0;
 right: 0;
 width: 80%;
 bottom: 4%;
}
.item_btn_area.btn01 .item_btn{
 bottom: 3%;
}