/*Add part*/
.important-notices{
  font-size: 16px;
  display: grid;
  grid-template-columns: calc(10.0em + 25px) auto;
  align-items: stretch;
  border: solid 1px #f00;
  border-radius: 5px;
  background: #fff;
  margin-top: 35px;
}
.important-notices h2{
  background: #f00;
  text-align: left;
  padding-left:  calc(1.0em + 25px);
  position: relative;
  display: inline-flex;
  justify-content: left;
  align-items: center;
}
.important-notices h2:before{
  display: inline-block;
  content: url('https://img06.shop-pro.jp/PA01176/883/etc_base64/aWNvbi1pbmZv.png?cmsp_timestamp=20240628194605');
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%) scale(0.5);
  transform-origin: left center;

}
.important-notices h2 em{
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
}
.important-notices ul{
  padding: 0.5em 0.5em 0.5em 2.0em;
  list-style: disc;
}
.important-notices ul li{
  text-align: left;
  color: #555;
  line-height: 1.4em;
  padding-bottom: 0.25em;
}
.important-notices ul li a{
  color: #f00;
  font-weight: 500;
}
.mt30{
  margin-top: 30px;
}
.banner-wide{
  width: 100%;
}
.banner-wide img{
  width: 100%;
  height: auto;
}
/*
.section.category01,
.section.category02{
  padding: 35px 0;
  margin-top: 15px;
}
.section.category01{
  background: #E7F2F9;
}
.section.category02{
  background: #EEF9E7;
}

.section.category01 .inset-box,
.section.category02 .inset-box{
  background: #fff;
  border: solid 2px #ccc;
  border-radius: 0 8px 8px 8px;
  padding: 25px 30px;
}
*/

.section.category{
  background: #FAF6EF;
  padding: 30px 0 70px 0;
}
.inset-box{
}
.box-header{
  margin-bottom: 10px;
}
.box-header p{
  display: inline-block;
  margin: 0 auto;
  margin-bottom: 10px;
  color: #1977B5;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.0;
  padding: 0.5em 1.5em 0.65em 1.5em;
  background: #fff;
  border: solid 1px #1977B5;
  border-radius: 70px;
  position: relative;
}
.box-header p:before{
  content: "";
  border: solid 9px transparent;
  border-top: solid 9px #1977B5;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
}
.box-header p:after{
  content: "";
  border: solid 8px transparent;
  border-top: solid 8px #fff;
  position: absolute;
  left: 50%;
  top: calc(100% - 1px);
  transform: translateX(-50%);
}
.box-header h2{
  text-align: center;
  position: relative;
}
.box-header h2 span{
  font-size: 18px;
  font-weight: 400;
  color: #B3A832;
  display: inline-block;
  margin: 0 auto;
  background: #FAF6EF;
  padding: 0.5em 1.0em;
  line-height: 1.0;
  position: relative;
  z-index: 1;
}
.box-header h2:after{
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  border-bottom: dashed 1px #B3A832;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(calc(-50% + 1px));
}


/*
.box-header p{
  font-size: 14px;
  text-align: left;
}
*/
/*
.cat-slider{
  overflow: hidden;
}
*/

.home-category-list{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  align-items: stretch;
  gap: 15px;
}
.home-category-list li{
  text-align: left;
}

.home-category-list li a {
  text-decoration: none;
  color: #111;
  display: block;
  padding: 15px 20px;
  border: solid 2px #B3A832;
  background: #fff;
  border-radius: 5px;
  position: relative;
}
.home-category-list li a:after{
  content: url('https://img06.shop-pro.jp/PA01176/883/etc_base64/YXJyb3ctcmlnaHQtZ29sZA.png?cmsp_timestamp=20240711143906');
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.home-category-list li a h3{
  font-size: 24px;
  line-height: 1.4em;
  margin-bottom: 0.25em;
  font-weight: 700;
}

/* category-button  MinSize */
.home-category-list.minsize{
  margin-top: 15px;
  grid-template-columns: repeat(4,1fr);
  gap: 10px;
}
.home-category-list.minsize li a h3{
  font-size: 20px;
  font-weight: 400;
}

.group-set{
  font-size: 14px;
  color: #777;
  margin-bottom: 0.5em;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  height: 2.75em;
/*  max-height: 2.75em;*/
 /* 2025.1.23 Hirokyou-Nishita */
  max-width:310px;
}


/*
.group-set span{
  display: inline;
  margin-right: 1.0em;
}
.subgroup-set{
  font-size: 13px;
  color: #777;
}
.subgroup-set span{
  display: inline-block;
  background: #f3f3f3;
  padding: 0.5em 0.75em;
  border-radius: 50px;
  margin-right: 0.5em;
}
*/
@media(max-width:767px){
  .group-set{
  overflow: inherit;
  display: block;
  text-overflow: inherit;
  height: auto;
  }
}

.section.season-items{
  background: #FFFAE2;
  padding: 30px 0;
}
.home-season-list{
  margin: 0;
  padding: 0 0 15px 0;
  list-style: none;
  width: 100%;
  overflow-x: auto;
  display: flex;
  flex-wrap: nowrap;
}
.home-season-list li{
  margin-right: 15px;
}
.home-season-list li img{
  height: 170px;
  width: auto;
  border: solid 1px #ccc;
  border-radius: 5px;
  overflow: hidden;
}


.sns-link{
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  align-items: flex-start;
}
.sns-link li{
  border-right: solid 1px #eee;
  text-align: center;
}
.sns-link li:last-child{
  border-right: none;
}
.sns-link li a{
  display: block;
  text-decoration: none;
  padding: 30px 0;
  color: #111;
  transition: all 0.3s;
  background: transparent;
}
.sns-link li a:hover{
  background: #fff;
}
.sns-link li img{
  max-width: 70px;
  width: 80%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}
.sns-link li h3{
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 1.0em;
}

.sns-link li p{
  font-size: 14px;
  font-weight: 500;
}
.sns-link li p small{
  font-size: 12px;
  font-weight: 400;
  display: block;
}

@media(max-width:991px){
  .home-category-list li a h3{
    font-size: 21px;
  }
  .home-category-list.minsize li a h3{
    font-size: 18px;
  }

}

@media(max-width:767px){
  .important-notices{
    grid-template-columns: 1fr;
    margin-top: 15px;
  }
  .important-notices h2{
    padding: 0.35em 0.5em 0.35em calc(1.0em + 25px);
  }

  .section.category{
    background: #FAF6EF;
    padding: 5.0vw 0 5.5vw 0;
  }

  .home-category-list,
  .home-category-list.minsize{
    grid-template-columns: 1fr;
  }

  .home-category-list li a {
    height: 100%;
    box-sizing: border-box;
    padding: 2.0vw 25px 2.0vw 2.0vw;
  }
  .home-category-list li a:after{
    right: 10px;
  }
  .home-category-list li a h3{
    font-size: 20px;
  }
  .home-category-list.minsize{
    gap: 15px;
  }
  .home-category-list.minsize li a h3{
    font-size: 18px;
  }

/*
  .group-set{
    font-size: 13px;
  }
*/
  .sns-link{
    grid-template-columns: repeat(2,1fr);
  }
  .sns-link li{
  }
  .sns-link li:last-child{
    border-right: inherit;
  }
  .sns-link li:nth-child(even){
    border-right: none;
  }

  .sns-link li a{
    padding: 15px 0;
  }
  .sns-link li img{
    max-width: 50px;
    margin-bottom: 15px;
  }
  .sns-link li h3{
    font-size: 20px !important;
  }

  .sns-link li p{
    font-size: 14px;
  }
  .sns-link li p small{
    font-size: 13px;
  }
}

.banner-box{
  background: #f9f6eb;
  padding: 20px 0;
}
.banner-box h2{
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 1.0em;
  padding-bottom: 0.5em;
  display: inline-block;
  border-bottom: solid 3px #1977B5;
}

.group-banner{
  margin: 0 auto;
  padding: 0 15px;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(1,1fr);
  align-items: stretch;
  gap: 0;
  max-width: 900px;
}
.group-banner li{
  padding: 0 10px;
}

.group-banner li a{
  display: grid;
  grid-template-columns: 35% auto;
  gap: 20px;
  align-items: center;
  padding: 20px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  text-decoration: none;
  background: transparent;
  color: #333;
  transition: all 0.3s;
}
.group-banner li a:hover{
  background: white;
  color: #000;
}
.article .box .group-banner li figure{
  width: 100%;
  height: auto;
  background: white;
  border-radius: 5px;
  overflow: hidden;
}
.article .box .group-banner li figure img{
  width: 100%;
  height: auto;
}
.article .box .group-banner li h3{
  font-size: 22px;
  font-weight: 500;
  text-align: left;
  margin-bottom: 0.35em;
}
.article .box .group-banner li h3 small{
  font-size: 80%;
  display: inline-block;
  margin-right: 0.5em;
}
.group-banner li a p{
  font-size: 14px;
  text-align: left;
  line-height: 1.5;
  font-weight: 400;
  padding-left: 0.5em;
}

@media(max-width:1199px){
  .article .box .group-banner li h3{
    font-size: 18px;
  }
}

@media(max-width:991px){
  .article .box .group-banner li h3{
/*    min-height: 48px;*/
  }
  .article .box .group-banner li h3 small{
    display: block;
  }
}

@media(max-width:767px){
  .banner-box{
    padding: 20px 0;
  }
  .group-banner{
    grid-template-columns: 1fr;
  }
  .group-banner li{
    margin-bottom: 3.0vw;
  }
  .group-banner li a{
    background: #fff;
    display: block;
  }

  .article .box .group-banner li figure{
    width: 80%;
    margin: 0 auto;
    margin-bottom: 10px;
    border: solid 1px #ccc;
  }

  .article .box .group-banner li h3{
    min-height: inherit;
    font-size: 5.0vw;
  }
  .article .box .group-banner li h3 small{
    display: inline-block;
  }
  /* hirokyou ÄÉ²Ã*/
  .group-set{max-width: none;}
}
  
  
  