@charset "utf-8";
/* CSS Document */
.happybag {
  width: 100%;
  background-image: url("../img/hbag2026/bg01.jpg");
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 15em;
  margin-bottom: 4em;
  padding-bottom: 1em;
}
.happybag_bgred {
  position: relative;
  padding: 0em 1em 1em;
  background-image: url("../img/hbag2026/bg03_pc.png");
  background-position: right top;
  background-repeat: no-repeat;
  background-color: #961e23;
  margin: 0 1em 1em;
}
.happybag_bgred h2.ttl01 {
  position: absolute;
  top: -5em;
  left: 50%;
  margin-left: -335px;
  margin-bottom: 4em;
}
.happybag_bgred img.bg02 {
  position: absolute;
  top: -2.5em;
  left: 0;
}
.starter {
  width: 1094px;
  height: 750px;
  margin: 0 auto 4em;
  background-image: url("../img/hbag2026/starterbg_pc.png");
  background-repeat: no-repeat;
  padding: 1em;
  background-size: 100%;
}
.master {
  width: 1094px;
  height: 971px;
  margin: 0 auto 4em;
  background-image: url("../img/hbag2026/masterbg_pc.png");
  background-repeat: no-repeat;
  padding: 1em;
  background-size: 100%;
}
.full {
  width: 1094px;
  height: 1041px;
  margin: 0 auto 4em;
  background-image: url("../img/hbag2026/fullbg_pc.png");
  background-repeat: no-repeat;
  padding: 1em;
  background-size: 100%;
}
.happybag .sec01 {
  width: 100%;
  margin-bottom: 2em;
  text-align: center;
  position: static;
  padding-top: 300px;
}
.happybag .sec01 h3 {
  margin-bottom: 5em;
}
.happybag .sec01 p {
  color: white;
  margin-bottom: 2.5em;
}
.detailbox {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
}
.detailboxitem:first-child {
  padding-top: 10em;
}
.detailboxitem:last-child {
  padding-top: 6em;
  width: 48%;
}
ul.naiyou {
  margin-bottom: 2em;
}
ul.naiyou {
  margin: 0.5em 0 2em;
  padding: 0rem;
  list-style-type: none;
  border-radius: 5px;
  font-size: 1.1em;
  font-weight: bold;
  color: white;
}
ul.masterlist li {
  color: #6b3c0d;
}
ul.fulllist li {
  color: #6a5d40;
}
ul.naiyou li {
  line-height: 1.6em;
  padding: 5px 0 5px 1.5em;
  margin: 0px;
  text-indent: -2em;
}
ul.naiyou li span {
  font-weight: normal;
  font-size: 0.9em;
}
ul.naiyou li:not(:last-child) {
  border-bottom: 1px dashed #c9793f;
  margin-bottom: 0;
}
ul.naiyou li:before {
  content: '◆';
  padding: 10px;
  font-weight: 900;
  color: #a28c56;
}
.pconly {
  display: block;
}
.sponly {
  display: none;
}
.hbcart {
  background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
  border-radius: 3px;
  color: #fff !important;
  display: inline-block;
  overflow: hidden;
  padding: 0.6em;
  position: relative;
  text-decoration: none;
  width: 100%;
  text-align: center;
  margin-top: 1.5em;
  transition: background-color 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  font-size: 1.7em;
  font-weight: bold;
  letter-spacing: 2px;
}
.hbcart::before {
  content: url("../img/hbag2026/cart.png");
  display: inline-block;
}
.hbcart::after {
  animation: 4s 0s shine linear infinite;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, 0) 75%);
  content: '';
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  transform: skewX(-15deg);
  width: 100%;
}
.hbcart:hover {
  color: #fff;
}
@keyframes shine {
  20% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
.hbcart_b {
  background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
  border-radius: 3px;
  color: #fff !important;
  display: inline-block;
  overflow: hidden;
  padding: 0.6em;
  position: relative;
  text-decoration: none;
  width: 100%;
  text-align: center;
  transition: background-color 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  font-size: 1.3em;
  font-weight: bold;
  margin-top: 1em;
  letter-spacing: 2px;
}
.hbcart:hover {
  color: #fff;
}
.hblist {
  color: white;
  text-align: center;
  font-size: 1.2em;
  width: 90%;
  margin: 4em auto 0;
}
.hblist h3, .hblist p {
  color: white
}
.hblist img {
  margin-bottom: 1em;
}
/****************************************************************************************
SP
****************************************************************************************/
@media screen and (max-width: 768px) {
  .happybag {
    width: 100%;
    background-image: url("../img/hbag2026/bg01_sp.jpg");
    background-size: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    margin: 0 0 1em;
    padding-top: 7em;
  }
  .happybag_bgred {
    padding: 5em 0.5em 1em;
    background-image: url("../img/hbag2026/bg02_sp.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #961e23;
    margin: 0 0.5em 0;
    background-size: 100%;
  }
  .happybag_bgred h2.ttl01 {
    position: absolute;
    top: -4em;
    left: 50%;
    margin-left: -45%;
    width: 90%;
  }
  .happybag .sec01 {
    width: 100%;
    margin-bottom: 2em;
    text-align: center;
    position: static;
    padding-top: 0em;
  }
  .happybag .sec01 h2 {
    width: 80%;
    margin: 0 auto !important;
  }
  .happybag .sec01 h3 {
    width: 70%;
    margin: 0 auto 1em;
  }
  .starter, .master, .full {
    width: 100%;
    margin: 0 auto 2em;
    background-image: none;
    padding: 0em 0.5em;
    height: auto;
  }
  ul.naiyou {
    margin-bottom: 2em;
    padding-left: 1em;
  }
  ul.naiyou {
    margin: 0.5em 0 1em;
    list-style-type: none;
    border-radius: 5px;
    font-size: 1.0em;
    font-weight: bold;
    color: white;
  }
  ul.naiyou li {
    line-height: 1.6;
    padding: 3px 0;
    margin: 3px 0px;
    text-indent: -1em;
    line-height: 1.2em;
  }
  ul.naiyou li span {
    font-weight: normal;
    font-size: 0.9em;
  }
  ul.naiyou li:not(:last-child) {
    border-bottom: 1px dashed #c9793f;
    margin-bottom: 0;
  }
  ul.naiyou li:before {
    content: '◆';
    padding: 10px 10px 10px 0;
    font-weight: 900;
    color: #e8e2d6;
  }
  .hbcart {
    margin-top: 0;
  }
  .hblist {
    color: white;
    text-align: center;
    font-size: 1.2em;
    width: 86%;
    margin: 3em auto 0;
  }
  .hbcart_b {
    background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
    border-radius: 3px;
    color: #fff !important;
    display: inline-block;
    overflow: hidden;
    padding: 0.9em 0.6em;
    position: relative;
    text-decoration: none;
    width: 100%;
    text-align: center;
    transition: background-color 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    font-size: 1.3em;
    font-weight: bold;
    margin-top: 0.5em;
    letter-spacing: 2px;
    margin-bottom: 2em;
  }
  .pconly {
    display: none;
  }
  .sponly {
    display: block;
  }
}