@charset "utf-8";
/* CSS Document */
/*----------------------------------------
相原高校コラボメニュー
PC/SP共通
----------------------------------------*/
/*--------------------
reset系
--------------------*/
body.view #contents {
  background: none;
  padding: 0;
}
body.view #contents {
  background: url("back.gif") repeat center top fixed;
  margin: 0 0 40px;
}
body.view #contents > .inner {
  background: none;
}
body.view.pc #contents > .inner {
  width: 1200px;
  max-width: 1200px;
  min-width: 1200px;
}
#contents-main.all {
  padding: 0;
}
#contents-main .NewsItemList .item:after {
  display: none;
}
/*item_feature*/
body.item_feature h2, body.item_feature h3, body.item_feature .html1 h2:before, body.item_feature .content1, body.item_feature .content2, body.item_feature .return_list {
  display: none;
}
body.item_feature h3.goods {
  display: block;
}
body.item_feature #contents .html1 h2 {
  display: block;
  padding: 0 0 10px;
}
body.item_feature.pc #contents .html1 h2 .sp, body.item_feature.sp #contents .html1 h2 .pc {
  display: none;
}

/*商品の上にコピー*/
#contents-main .NewsItemList .item .image a{
  position: relative;
}
#contents-main .NewsItemList .item .image:before{
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 1;
}
#contents-main .NewsItemList .item[class*="shopid_5007"] .image:before{
  background: url(menutxt-1.svg) no-repeat top right;background-size: 90px;
}
#contents-main .NewsItemList .item[class*="shopid_5003"] .image:before{
  background: url(menutxt-2.svg) no-repeat top left;background-size: 90px;
}
#contents-main .NewsItemList .item[class*="shopid_5008"] .image:before{
  background: url(menutxt-3.svg) no-repeat left;background-size: 170px;
}
#contents-main .NewsItemList .item[class*="shopid_1003"] .image:before{
  background: url(menutxt-4.svg) no-repeat top right;background-size: 300px;
}
#contents-main .NewsItemList .item[class*="shopid_5004"] .image:before{
  background: url(menutxt-5.svg) no-repeat top right;background-size: 90px;
}
#contents-main .NewsItemList .item[class*="shopid_5005"] .image:before{
  background: url(menutxt-6.svg) no-repeat top right;background-size: 70px;
}
#contents-main .NewsItemList .item[class*="shopid_1005"] .image:before{
  background: url(menutxt-7.svg) no-repeat top right;background-size: 60px;
}
/*SP*/
body.sp #contents-main .NewsItemList .item[class*="shopid_5007"] .image:before{
  background-size: 70px;
}
body.sp #contents-main .NewsItemList .item[class*="shopid_5003"] .image:before{
  background-size: 70px;
}
body.sp #contents-main .NewsItemList .item[class*="shopid_5008"] .image:before{
  background-size: 120px;
}
body.sp #contents-main .NewsItemList .item[class*="shopid_1003"] .image:before{
  background-size: 220px;
}
body.sp #contents-main .NewsItemList .item[class*="shopid_5004"] .image:before{
  background-size: 70px;
}
body.sp #contents-main .NewsItemList .item[class*="shopid_5005"] .image:before{
  background-size: 50px;
}
body.sp #contents-main .NewsItemList .item[class*="shopid_1005"] .image:before{
  background-size: 40px;
}


/*--------------------
共通
--------------------*/
body.item_feature #contents-main .html1 {
  text-align: center;
  position: relative;
}
body.item_feature #contents-main .html1 .aihara-copy{
  background: #fff;
  padding: 10px 10px 15px;
  margin: 0 0 30px;
  p{font-size: 16px;line-height: 1.4em;}
  strong{font-size: 18px;line-height: 1.6em;display: inline-block;}
}
body.item_feature #contents-main .html1 h3 {
  display: block;
  border: none;
  margin: 0 0 -130px;
  padding: 0 130px 0 60px;
}
body.item_feature #contents-main .html1 .heart_push{
    background: #f5b5c3;
    color: #634d40;
    border: 2px solid #fff;
    font-weight: bold;
  
    strong{
        background: #fff;
        font-size: 18px;
        display: inline-block;
        margin: 4px 0;
        padding: 2px 6px;
        border-radius: var(--box-radius-small);
    }
    strong:after{
        content: "\e87d";
        font-family: var(--fontfamily-icon);
        vertical-align: middle;
        font-size: 20px;
        font-variation-settings: var(--iconfont-FILL1-set);
        color: var(--color-base-accent-dark);
    }
}
body.item_feature #contents-main .html1 .heart_push.pc_view{
    position: absolute;
    top: 390px;
    right: -50px;
    width: 160px;
    height: 160px;
    padding: 25px 0 0;
    border-radius: var(--box-radius-full);
    box-sizing: border-box;
    z-index: 10;
    animation: like_anime 4s ease infinite;
    transform-origin: 50% 50%;
}
@keyframes like_anime {
  0% {
    transform: translate(0, -3px); }
  5.55556% {
    transform: translate(0, 3px); }
  11.11111% {
    transform: translate(0, -3px); }
  16.66667% {
    transform: translate(0, 3px); }
  22.22222% {
    transform: translate(0, -3px); }
  27.77778% {
    transform: translate(0, 3px); }
  30.55556% {
    transform: translate(0, 0); }
  100% {
    transform: translate(0, 0); } }

body.item_feature #contents-main .html2 .attention{
  font-size: 10px;
  line-height: 1.4em;
}

/*グッズ一覧*/
body.item_feature #contents-main .NewsItemList {
  margin: 0 0 40px;
  padding: 110px 20px 60px;
  background: #fff;
  border-radius: var(--box-radius-large);
  border: 6px solid #eee;
  width: 100% !important;
}
body.item_feature #contents-main .NewsItemList .item.cat2 .news_box .image:before {
  top: 10px;
  right: 94px;
}
body.item_feature #contents-main .NewsItemList .item.cat2 .news_box .image:after {
  top: 30px;
  right: 141px;
}
body.item_feature #contents-main .NewsItemList .item{
  width: calc(100% / 2);
  padding: 20px;
}
body.item_feature #contents-main .NewsItemList .item .date {
  display: none;
}
body.item_feature #contents-main .NewsItemList .item .image {
  height: 420px;
  width: 420px;
  margin: auto;
}
body.item_feature #contents-main .NewsItemList .item .desc{
  margin: 0 40px;
}
body.item_feature #contents-main .NewsItemList .item h3.goods{
	overflow: initial;
  text-overflow: initial;
  white-space: normal;
  background: #634d40;
  padding: 5px 10px 8px;
}
body.item_feature #contents-main .NewsItemList .item h3.goods a{
  color: #fff;
}
body.item_feature #contents-main .NewsItemList .item .price{
  color: #634d40;
  font-size: 13px;
  border-bottom: 1px dashed #634d40;
  padding: 5px 10px 10px;
  overflow: auto;
  text-overflow: unset;
  white-space: normal;
}
body.item_feature #contents-main .NewsItemList .item .name{
  padding: 10px;
  font-size: 18px;
  font-weight: bold;
}

.pc #contents-main .NewsItemList .item .goods_like_btn.mini{
  top: 390px;
}


/*--------------------
スマホ
--------------------*/
body.item_feature.sp{
  #contents{
    margin: 0 0 20px;
  }
  #contents .html1 h2 {
    margin-bottom: 5px;
  }
  #contents-main .html1 h3{
    margin: 0;
    background: #fff;
    padding: 10px 15px 0;
    border: 6px solid #eee;
    border-bottom: 0;
    border-top-right-radius: var(--box-radius-large);
    border-top-left-radius: var(--box-radius-large);
  }
  #contents-main .html1 .aihara-copy{
    margin: 0 0 10px;
    p{font-size: 12px;}
    strong{font-size: 14px;}
  }
  #contents-main .html1 .heart_push.sp_view{
    position: fixed;
    bottom: 0;
    z-index: 10;
    left: 0;
    border-width: 2px 2px 0 0;
    border-top-right-radius: var(--box-radius-medium);
    padding: 10px;
    font-size: 12px;
    line-height: 1.4em;
    strong{
      margin-right: 4px;
      font-size: 14px;
      animation: like_anime 4s ease infinite;
      transform-origin: 50% 50%;
    }
  }
  #contents-main .NewsItemList{
    padding: 0;
    margin: 0 0 10px;
    border-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
  #contents-main .NewsItemList .item{
    width: 100%;
    padding: 10px 0 20px;
    border-bottom: 5px solid #eee;
  }
  #contents-main .NewsItemList .item:last-of-type{
    border-bottom: none;
  }
  #contents-main .NewsItemList .item .image{
    height: 300px;
    width: 300px;
    margin: auto;
  }
  #contents-main .NewsItemList .item .desc{
    padding: 0;
    margin: 0 20px;
  }
  #contents-main .NewsItemList .item .goods_like_btn.mini {
    position: absolute;
    bottom: auto;
    right: 10px;
    left: auto;
    top: 260px;
  }
}



/*370px以下対策*/
/* @media (max-width:370px) {
  body.sp #contents-main .NewsItemList .item {
    height: 380px;
  }
  body.sp #contents-main .NewsItemList .item .image {
    height: 140px;
  }
} */