.hero {
  background-image: url(https://gigaplus.makeshop.jp/hdol2019/pickup_data/202511/back.gif);
  background-repeat: repeat;
}

.hero_img {
  width: min(80%,500px); 
  margin: 0 auto;
  display: block;
}

.lead {
text-align: center;
}

img {
width: 100%;
height: auto;
}

.text_container {
width: min(92%,750px);
padding: clamp(25px, 3vw, 35px) 0;
margin: 0 auto;
}

.h_container {
  padding: clamp(25px, 3vw, 35px) 0;
}

.two_container {
  width: min(92%,1060px);
  margin: 10px auto 20px;
  display: grid;
  gap: clamp(15px, 2vw, 25px);     
}

@media (min-width: 768px) {
  .two_container {
  grid-template-columns: 1fr 1fr;
  align-items: center;
  }
}

.back_ye {
background-color: #e8c55e;  
}

.back_lgy {
  background-color: #e7e7e7;
}

.back_g {
background-image: url(https://gigaplus.makeshop.jp/hdol2019/pickup_data/202411/back_g.gif);
background-repeat: repeat;
}

.back_be {
background-color: #f5f4f1;
}

.member {
  text-align: center;
}

.text_att {
  font-size: 11px;
  text-align: center;
}

/*title*/
.sub_title {
text-align: center;
}

.sub_title h1,
.sub_title h2 {
font-family: "M PLUS Rounded 1c"; 
font-size: clamp(25px, 3vw, 35px);
min-height: 0vw;
font-weight: 700;
}

.sub_title img {
width: clamp(300px, 35vw, 400px) ;
}

.cont {
width: 100%;
max-width: 640px;
padding: 0px 0px;
margin: 0 auto;
box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
.cont {
  padding: 0px 0px;
}
}

.item_cnt {
width: 100%;
max-width: 640px;
margin: 0px auto 0px auto;
box-sizing: border-box;
position: relative;
background: #eee;
}

@media only screen and (max-width: 767px) {
.item_cnt {
  margin: 0px auto 0px auto;
}
}

.item_wrap {
width: 100%;
margin: 0 auto;
padding: 0;
}

.item_wrap .item_pt {
width: 100%;
margin: 0 auto;
border: solid #fff 2px;
}

/*----------------------------------------
common
----------------------------------------*/
.wapper {
overflow: hidden;
}

.pc_only {
display: block;
}
@media only screen and (max-width: 767px) {
.pc_only {
  display: none;
}
}

.pc_only_il {
display: inline;
}
@media only screen and (max-width: 767px) {
.pc_only_il {
  display: none;
}
}

.sp_only {
display: none;
}
@media only screen and (max-width: 767px) {
.sp_only {
  display: block;
}
}

.clear {
clear: both;
height: 0;
}

.btn-item {
  background-color: #c21d1f;
  font-weight: 700;
  padding: 5px;
  margin: 30px auto;
  border-radius: 15px;
  text-align: center;
  width: min(92%,400px);
}

.btn-item a {
color: #fff;
}

.notice .box {
  border: solid 1px #000;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}

.notice ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
  align-items: center;
}

@media (min-width: 768px) {
.notice ul {
  grid-template-columns: repeat(3, 1fr);
}
}

.notice li {   
border: solid 1px #000;
line-height: 1.5;
font-weight: 700;
text-align: center;
}