
/*シーズンごとに更新*/
.spring .btn a, .summer .btn a , .autumn .btn a {
	display: none !important;
}
.item-box.winter .img-wrap .sold-out{
	display: none;
}
.item-box.chocolate .img-wrap .sold-out{
	display: none;
}
/*シーズンごとに更新*/
  
      
  .category-title{
    background: url(https://gigaplus.makeshop.jp/azabukarinto/img/choose/cate-img.jpg) no-repeat;
    background-size: cover;
  }    
  
  h3.head3{
    text-align: center;
  }
  @media screen and (max-width:1200px){
    h3.head3 {
        font-size: 2.4rem;
      line-height: 1.7;
    }
  }/*max-width:1200px*/
  
  
.choose-list-wrap{
    background:#fafafa;
    padding:70px;
}
  .choose-list-wrap h3.head3{
    padding-bottom: 50px;
  }
.choose-list-wrap .choose-item-list {
  max-width: 1110px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 5%;
}
.choose-list-wrap .choose-item-list > * {
    margin-bottom:30px;
}
.choose-list-wrap .choose-item-list .img{
    max-width: 200px;
    margin: 0 auto 10px;
}
.choose-list-wrap .choose-item-list > * .item-name {
    font-size: var(--fz22);
    text-align:center;
    margin-bottom: 0.35em;
    font-weight: normal;
}
.choose-list-wrap .choose-item-list > * p {
    font-size: var(--fz16);
}
  
  @media screen and (max-width:1440px){
    .choose-list-wrap {
    padding: 70px 50px;
  }
    .choose-list-wrap .choose-item-list > * {
    padding: 0 1.8%;
    }
    .choose-list-wrap .choose-item-list > * p {
    line-height: 1.7;
}
    
  }/*max-width:1440px*/
  
  @media screen and (max-width:1200px){
    .choose-list-wrap h3.head3 {
        padding-bottom: 25px;
    }
    
    .choose-list-wrap {
    padding: 30px 20px;
  }
    .choose-list-wrap .choose-item-list {
      grid-template-columns: repeat(2, 1fr);
    }
    .choose-list-wrap .choose-item-list .img {
      max-width: 150px;
    margin: 0 auto;
}
.choose-list-wrap .choose-item-list > * .item-name {
    font-size: 2rem;
  text-align: left;
    }
    .choose-list-wrap .choose-item-list > * p {
    font-size: 1.5rem;
    }
  }/*max-width:1200px*/

/*choose-type-wrap*/
  .choose-type-wrap{
    margin: 100px 0;
  }
  .choose-type-wrap .type-tit{
    margin-bottom: 120px;
  }
  .choose-type-wrap h3.head3{
    padding-bottom: 10px;
  }
  .choose-type-wrap .type-tit .type-txt{
    width: 90%;
    padding-bottom:  65px;
    text-align: center;
    font-size: 2rem;
  }
  
.choose-type-wrap .img-map{
  width: 100%;
  max-width: 845px;
  margin: 0 auto;
}

@media screen and (max-width:500px){
  .pci{
    display: none;
  }
  .spi{
    display: block
  }
  #mapPc{
    display: none;
  }
  #mapSp{
    display: block;
  }
}
@media screen and (min-width:501px){
  .spi{
    display: none;
  }
  #mapSp{
    display: none;
  }
}
  
.type-block-wrap{
  padding-top: 70px;
}
.type-block-h{
margin-bottom: 30px;
}
.type-block-h .cont{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.type-block-h .cont *{
  font-family: "Shippori Mincho", serif;
}
.type-block-h h4 span{
  display: block;
}
.type-block-h .r120{
  padding: 0 20px;
  font-size: 12rem;
  font-weight: 400;
  line-height: 1.1;
  position: relative;
}
.type-block-h .r120:after{
  content: "";
  display: block;
  width: 120px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
  .type-block-h .b24{
    font-size: 2.4rem;
    font-weight: 600;
  }
  .type-block-h .txt{
    padding-top: 10px;
    font-size: 3rem;
    line-height: 1.65;
  }
  
#type-a .type-block-h .cont{
  background: #E2E8DB;
}
#type-a .type-block-h .cont *{
  color: #517626;
}
#type-a .type-block-h .r120:after{
  border-bottom: 1px dotted #517626;
}
#type-b .type-block-h .cont{
  background: #EAE5D2;
}
#type-b .type-block-h .cont *{
  color: #98882D;
}
#type-b .type-block-h .r120:after{
  border-bottom: 1px dotted #98882D;
}
#type-c .type-block-h .cont{
  background: #DADEE4;
}
#type-c .type-block-h .cont *{
  color: #44608A;
}
#type-c .type-block-h .r120:after{
  border-bottom: 1px dotted #44608A;
}
#type-d .type-block-h .cont{
  background: #E6DDDB;
}
#type-d .type-block-h .cont *{
  color: #894C3C;
}
#type-d .type-block-h .r120:after{
  border-bottom: 1px dotted #894C3C;
}
  
  @media screen and (min-width:1201px){
    .type-block-h .cont{
  width: 33.5%;
}
.type-block-h .img-wrap{
  width: 66.5%;
}

  }/*min-width:1201px*/
  @media screen and (max-width:1440px){
    .type-block-h .r120 {
    padding: 0 10px 5px;
    font-size: 7rem;
    }
    .type-block-h .r120:after {
    width: 80px;
    }
    .type-block-h .b24 {
    font-size: 2rem;
    }
    .type-block-h .txt {
    font-size: 2rem;
    }
  }/*max-width:1400px*/
  
  @media screen and (max-width:1200px){
  
    .choose-type-wrap .type-tit {
    margin-bottom: 70px;
  }
    
    .choose-type-wrap .type-tit .type-txt {
    font-size: 1.8rem;
    line-height: 1.8;
  }
    .type-block-wrap{
      padding-top: 40px;
    }
        .type-block-h {
    flex-direction: column-reverse;
    }

    .choose-type-wrap .type-tit .type-txt {
    font-size: 1.6rem;
    }
    .type-block-h .cont {
      padding: 5px 5%;
    flex-direction: row;
    justify-content: flex-start;
    }
    .type-block-h .r120 {
        font-size: 5rem;
    }
    .type-block-h .r120:after {
        width: 50px;
    }
    .type-block-h .b24 {
        font-size: 1.3rem;
    }
    .type-block-h .txt {
        margin-left: 25px;
      padding-top: 0;
        font-size: 2.3rem;
        text-align: left;
      line-height: 1.3;
    }
  }/*max-width:1200px*/
  
.item-list.grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 5%;
}
.item-box{
	margin-bottom: 80px;
	display: flex;
	flex-direction: column;
}
.item-box .img-wrap{
	position: relative;
	text-align: center;
}
.item-box .img-wrap img:not(.limit img) {
	width: 100%;
	transition: .5s all ease;
}
.item-box .img-wrap img:nth-child(2) {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 50%;
	transform: translateX(-50%);
	background: #fff;
}
.item-box .img-wrap:hover img:nth-child(2){
	opacity: 0;
	transition: opacity .5s;
}

.item-box .img-wrap .icon{
	width: 80px;
	height: 80px;
  font-family: "Shippori Mincho", serif;
  border-radius: 5px;
  background: rgba(255,255,255,.7);
	position: absolute;
	top: 0;
	left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.item-box .img-wrap .icon:nth-of-type(2){
  top: 90px;
}
.item-box .img-wrap .icon:nth-of-type(3){
  top: 180px;
}
  .item-box .img-wrap .icon.rank{
    color: #BA2B2B;
    border: 2px solid #BA2B2B;
  }
  .item-box .img-wrap .icon.rank span{
    line-height: 1;
  }
.item-box .img-wrap .icon.rank .b20{
	font-size: 2rem;
}
.item-box .img-wrap .icon.rank .b25{
	font-size: 2.5rem;
}
  .item-box .img-wrap .icon.type{
    font-size: 2.1rem;
    line-height: 1.2;
  }
  .item-box .img-wrap .icon.fruit{
    color: #D88B3F;
    border: 2px solid #D88B3F;
  }
  .item-box .img-wrap .icon.kids{
    color: #AC990B;
    border: 2px solid #AC990B;
  }
  .item-box .img-wrap .icon.veggie{
    color: #398347;
    border: 2px solid #398347;
  }
  .item-box .img-wrap .icon.tea{
    color: #86A96E;
    border: 2px solid #86A96E;
  }
  .item-box .img-wrap .icon.alc{
    color: #3DA9BC;
    border: 2px solid #3DA9BC;
  }
  
  .item-box .img-wrap .icon.limit{
    font-size: 2.5rem;
    line-height: 1.2;
  }
  
  .item-box.spring .img-wrap .icon.limit{
    color: #D169A5;
    border: 2px solid #D169A5;
  }
  .item-box.summer .img-wrap .icon.limit{
    color: #5177B4;
    border: 2px solid #5177B4;
  }
  .item-box.autumn .img-wrap .icon.limit{
    color: #916656;
    border: 2px solid #916656;
  }
  .item-box.winter .img-wrap .icon.limit{
    color: #875BA2;
    border: 2px solid #875BA2;
  }
    
.item-box .img-wrap .sold-out{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	color: #fff;
	font-size: 3.6rem;
	font-weight: 600;
	text-align: center;
	font-family: Lato;
	line-height: 1.7;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
}
  
  .item-name{
    padding-bottom: 10px;
    font-size: 2.2rem;
    font-weight: 600;
  }
  .item-txt{
    padding-bottom: 10px;
    line-height: 1.55;
    border-bottom: 1px dotted #707070;
    flex-grow: 1;
  }
  .level-wrap{
    padding: 10px 0;
  }
  .level-fl{
    justify-content: flex-start;
    align-items: center;
  }
  .level-wrap p{
    margin-right: 10px;
    font-size: 2rem;
  }
  .level-wrap img{
    width: 128px;
    margin: unset;
  }
  .btn a{
    width: 100%;
    height: 60px;
    color: #fff;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #type-a .btn a{
    background: #517626;
  }
  #type-b .btn a{
    background: #98882D;
  }
  #type-c .btn a{
    background: #44608A;
  }
  #type-d .btn a{
    background: #894C3C;
  }
  
  @media screen and (max-width:1440px){
    .item-box .img-wrap .icon {
    width: 60px;
    height: 60px;
    }
    .item-box .img-wrap .icon:nth-of-type(2) {
     top: 65px;
    }
    .item-box .img-wrap .icon.rank .b20 {
    font-size: 1.6rem;
  }
    .item-box .img-wrap .icon.rank .b25 {
    font-size: 1.8rem;
}
    .item-box .img-wrap .icon.type {
    font-size: 1.5rem;
    }
    .item-box .img-wrap .icon.limit {
    font-size: 1.8rem;
    }
    .item-box .img-wrap .sold-out {
      font-size: 2.5rem;
    }
    .item-txt {
    font-size: 1.6rem;
    }
    .level-wrap p {
    font-size: 1.6rem;
  }
    .level-wrap img {
    width: 100px;
    }
     
  }/*max-width:1440px*/
  
  @media screen and (max-width:1200px){
    .item-list.grid{
      grid-template-columns: repeat(2, 1fr);
    }
    .item-box {
    margin-bottom: 50px;
    }
    .item-name{
      display: none;
    }
    .item-txt {
      padding-top: 10px;
    }
    .level-wrap p {
    margin-right: 7px;
    font-size: 1.4rem;
  }
        .btn a {
    height: 50px;
    }

    .item-box .img-wrap .icon {
    width: 45px;
    height: 45px;
    }
.item-box .img-wrap .icon:nth-of-type(2) {
    top: 50px;
}
    .item-box .img-wrap .icon:nth-of-type(3) {
    top: 100px;
}
    .item-box .img-wrap .icon.rank .b20 {
    font-size: 1.4rem;
  }
    .item-box .img-wrap .icon.rank .b25 {
    font-size: 1.7rem;
  }
    .item-box .img-wrap .icon.type {
    font-size: 1.2rem;
    }
    .item-box .img-wrap .icon.limit {
    font-size: 1.5rem;
    }
  }/*max-width:1200px*/
      
  @media only screen and (max-width: 1200px) {
    .trial-set .block-content .text {
        display: none;
    }
  }
  @media only screen and (max-width: 600px) {
	  .item-box .img-wrap .sold-out{
		  font-size: 2rem;
	  }
  }


