@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-2025-fall {
 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-2025-fall .l-main {
 background-image: url(../../../../img/usr/lp/lp-hokkaido-2025-fall/bg.jpg);
 background-attachment: fixed;
 background-position: center bottom;
 background-repeat: repeat;
 background-size: cover;
 position: relative;
 z-index: 0;
}
#lp-hokkaido-2025-fall .l-container {
 width: 100%;
 max-width: 375px;
 margin: 0 auto;
 background-color: #FEF1BDff;
 box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
 text-align: center;
 overflow: hidden;
}
/* ----------------------------------------------------------------
アコーディオン
---------------------------------------------------------------- */
.set_btn {
 cursor: pointer;
 position: relative;
 color: #af402a;
 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: #af402a;
 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: #ffd013;
 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 .btn a,
.btn_area.end .btn{
display: block;
    width: 84%;
  margin: 20px auto 30px;
}

/* ----------------------------------------------------------------
ギフト
---------------------------------------------------------------- */
.gift_btn {
 position: relative;
}
.gift_btn .set_btn02 {
 position: absolute;
}
.gift_btn .set_btn02 {
 margin: auto;
 left: 0;
 right: 0;
 bottom: 23%;
 padding: 0 8%;
}
.gift_btn .btn {
 padding: 0 8%;
 bottom: 6%;
}
/* ----------------------------------------------------------------
商品
---------------------------------------------------------------- */
.item_btn_area {
 position: relative;
}
.item_btn_area a {
 display: block;
 width: 260px;
 padding: 10px 60px;
 position: relative;
 box-sizing: border-box;
 background: #fff;
 border: 2px #af402a solid;
 line-height: 1;
 border-radius: 40px;
 margin: 0 auto;
}
.item_btn {
 position: absolute;
 margin: auto;
 left: 0;
 right: 0;
}
.item_btn.btn01 {
 top: 19%;
}
.item_btn.btn02 {
 top: 37%;
}
.item_btn.btn03 {
 top: 55%;
}
.item_btn.btn04 {
 top: 92%;
}
.item_btn_area a:hover {
 background: #fffcdc;
}
.item_btn_area a:before {
 content: "";
 position: absolute;
 color: #af402a;
 line-height: 1;
 width: 0;
 height: 0;
 right: 10px;
 top: 13px;
 border-style: solid;
 border-color: transparent;
 border-width: 5px 9px;
 border-left-color: currentColor;
 border-right: 0;
}
.item_btn_area a img {
 width: 116px;
      margin: 0 auto;
    line-height: 1 !important;
    display: block;
}
/* ----------------------------------------------------------------
アンカーリンク記述
---------------------------------------------------------------- */
@media screen and (min-width: 376px) {
  .l-side {
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0 !important;
    width: 100%;
    height: calc(100vh - 120px);
    z-index: -1;
  }
  .l-side.scrolled {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0 !important;
  }
  .l-side .l-sidemenu p {
    margin: 0;
  }
  .l-side .l-sidemenu {
    left: 50%;
    transform: translateX(300px) translateY(-50%);
    width: 340px;
    top: 50%;
    background-color: #ffffff;
    position: relative;
  }
  .l-side .l-sidemenu ul {
    list-style: none;
    margin: 0;
    padding: 0 20px 20px;
  }
  .l-side .l-sidemenu li {
    border-bottom: 2px dotted #d32d25;
  }
  .l-side .l-sidemenu li a {
    display: flex;
    padding: 16px 5px;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    line-height: 1.5555;
    transition: background-color 0.3s;
    text-decoration: none;
  }
  .l-side .l-sidemenu li a:hover {
    background-color: rgba(211, 45, 37, 0.2);
  }
  .l-side .l-sidemenu li a:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-right: 2px solid #d32d25;
    border-bottom: 2px solid #d32d25;
    transform: rotate(45deg);
    margin-top: 8px;
    margin-right: 12px;
  }
  .linkarea:before {
    content: '';
    display: block;
    height: 120px;
    margin-top: -120px;
    pointer-events: none;
  }
  .zindentbtn {
    z-index: 1;
  }
  #content06 {
    z-index: 0;
  }
	.menu_line{
		line-height: 1;
	}
}
@media screen and (max-width: 375px) {
  .l-side {
    display: none;
  }
}