@charset "UTF-8";
/* ----------------------------------------------------------------
共通部分
---------------------------------------------------------------- */
body {
 margin: 0;
 width: 100%;
}
.h2:after, .h2:before, h2:after, h2:before{
 content: none !important;
}
img {
 width: 100%;
 vertical-align: top;
}
h1,h2{
  margin: 0;
  padding: 0;
  position: static;
}
h1:after, h1:after,
h2:after, h2:after{
  content: none !important;
}
.btn{
      padding: 0 !important;
    min-width: auto !important;
      width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.end .btn{
        cursor: 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-fukubakosummer2025/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;
}
/* ----------------------------------------------------------------
アコーディオン
---------------------------------------------------------------- */
.set_btn {
 cursor: pointer;
 position: relative;
 color: #e25b5b;
 font-size: 12px;
 text-align: center;
 display: inline-block;
 font-weight: bold;
 margin: 0;
}
.set_btn:before {
 position: absolute;
 content: "";
 width: calc(100% + 6px);
 height: 1px;
 background: #e25b5b;
 bottom: 0;
 left: -3px;
 margin: auto;
}
.set_btn span {
 padding-left: 16px;
 position: relative;
}
.set_btn span:before {
 position: absolute;
 content: "";
 width: 9px;
 height: 9px;
 border: 2px solid currentColor;
 border-left: 0;
 border-bottom: 0;
 box-sizing: border-box;
 left: 3px;
 top: 1px;
 transform: translateY(25%) rotate(-225deg);
}
.set_btn.active span:before {
 top: 5px;
 transform: translateY(25%) rotate(-45deg);
}
.set_con {
 display: none;
}
.set_con ul {
 list-style: none;
 padding: 0;
 font-size: 11px;
 text-align: left;
 padding-left: 1em;
 text-indent: -1em;
 margin: 10px 10px 20px;
}
.set_con li.orenge{
  color: #db6929;
}
.set_btn02 {
 text-align: center;
}
.set_btn02 a {
 display: inline-block;
 background: #e5e5e5;
 padding: 7px 30px;
 position: relative;
 font-size: 13px;
 font-weight: bold;
 border-radius: 5px;
 line-height: 1;
 color: #000;
 text-decoration: none;
}
.set_btn02 a:before {
 content: "";
 position: absolute;
 color: #333;
 line-height: 1;
 width: 0;
 height: 0;
 right: 8px;
 top: 9px;
 border-style: solid;
 border-color: transparent;
 border-width: 0.375em 0.64952em;
 border-left-color: currentColor;
 border-right: 0;
}
.set_btn02 a:hover {
 background: #cecece;
}
.btn_area{
	position: relative;
}
.btn_area .btn{
	position: absolute;
	top: 20%;
}
.btn_area .btn a,
.btn_area.end .btn{
display: block;
    width: 84%;
  margin: 20px auto 30px;
}

/* ----------------------------------------------------------------
商品
---------------------------------------------------------------- */
.item_btn_area {
 position: relative;
}
.item_btn {
 position: absolute;
 left: 0;
 right: 0;
	    width: 80%;
  margin: 0 auto;
}
.item01 .item_btn {
 top: 85%;
}
.item02 .item_btn {
 top: 81%;
}
.item03 .item_btn {
 top: 81%;
}
.item04 .item_btn {
 top: 82%;
}
/* ----------------------------------------------------------------
スライド
---------------------------------------------------------------- */
.slide01 {
  overflow: hidden;
 height: 100px;
}
@media screen and (max-width: 375px) {
	.slide01 {
 height: 70px;
}
}
.loopSlide {
  width: 200%;
  height: 100%;
  background-image: url(../../../../img/usr/lp/lp-fukubakosummer2025/PKG.jpg), url(../../../../img/usr/lp/lp-fukubakosummer2025/PKG.jpg);
  background-repeat: repeat-x;
  background-position: 0 0, -100% 0; 
  background-size: auto 100%;
  animation: scrollBGReverse 30s linear infinite;
}
@keyframes scrollBGReverse {
  0% {
    background-position: 0 0, -100% 0;
  }
  100% {
    background-position: 100% 0, 0 0;
  }
}