@charset "UTF-8";
/* ----------------------------------------------------------------
共通部分
---------------------------------------------------------------- */
body {
  margin: 0;
  width: 100%;
}
.h1:after, .h1:before, h1:after, h1:before,
.h2:after, .h2:before, h2:after, h2:before,
.h3:after, .h3:before, h3:after, h3:before,
.h4:after, .h4:before, h4:after, h4:before,
.h5:after, .h5:before, h5:after, h5:before{
  content: none !important;
}
h1,.head_logo{
  line-height:1 !important;
}
img {
  width: 100%;
  vertical-align: top;
}
h1, h2, h3, h4, h5, h6 {
  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-summer {
  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-summer .l-main {
  background-image: url(../../../../img/usr/lp/lp-trial/bg.jpg);
  background-attachment: fixed;
  background-position: center bottom;
  background-repeat: repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
}
#lp-summer .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-top: 0; 
  padding-top: 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: 90%;
}
.item02 .item_btn {
  top: 85%;
}
.item03 .item_btn {
  top: 84%;
}
.item04 .item_btn {
  top: 87%;
}
.item05 .item_btn {
  top: 87%;
}
.item06 .item_btn {
  top: 87%;
}
.item07 .item_btn {
  top: 87%;
}
.item08 .item_btn {
  top: 87%;
}

.user_btn {
  position: absolute;
  left: 0;
  right: 0;
  top: 42%;
  width: 70%;
  margin: 0 auto;
}

/* ----------------------------------------------------------------
スライド
---------------------------------------------------------------- */
.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;
  }
}
/* ----------------------------------------------------------------
アンカーリンク記述
---------------------------------------------------------------- */
@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;
  }
}

/*ベース*/
.toggle {
	display: none;
}
.Label {		/*タイトル*/
	padding: 0;
	display: block;
}
input[type="checkbox"] + label.Label:active,
input[type="checkbox"] + label.Label:hover,
input[type="checkbox"] + label.Label:focus {
	opacity: 0.8;
}
 input[type="checkbox"] + label {position: relative;}
.Label::before{		/*タイトル横の矢印*/
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 8px solid #ffffff;
    border-bottom: 0;
    position: absolute;
    top: 50%;
    right: 5%;
}
.Label,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.content {		/*本文*/
	height: 0;
	overflow: hidden;
}
.content_cpbg {
background: #f1524f;
color: #fff;
font-size: 14px;
padding: 10px 0 20px;
}
.content_cpbg>a {
text-decoration: underline;
color: #fff;
}
.toggle:checked + .Label + .content {	/*開閉時*/
	height: auto;
}
.toggle:checked + .Label::before {
	transform: rotate(180deg) !important;
}