@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/earlyaccess/notosansjp.css');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400&display=swap');
.fadein {
    opacity: 0;
    transform: translate(0, 30px);
    transition: all 1500ms;
}
.fadein2 {
    opacity: 0;
    transform: translate(0, 0);
    transition: all 1500ms;
}
.fadein3 {
    opacity: 0;
    transform: translate(0, 15px);
    transition: all 3000ms;
}
.scrollin {
    opacity: 1;
    transform: translate(0, 0);
}

/* PCスマホ共通------------------------------------------------------------------------ */
body.favorite #contents .inner #contents-main {
  font-family: 'Noto Sans JP',メイリオ, Meiryo, sans-serif;
}
body.favorite #contents .inner #contents-main article > h3{
    display: none;
}
#contents-main h3{
    border: none;
    padding: 0;
    font-weight: bold;
    font-size: 16px;
    background: #fff;
    text-align: center;
}
body.favorite #contents .inner {
    background-image: url("bg-chk.jpg");
    padding: 10% 15px 0;
}

/* タイトル部分 */
body.favorite #contents .inner #contents-main .html1 h3 {
    border: #000 4px solid;
    padding: 35px 10px 20px;
    border-radius: 20px;
    box-shadow: 5px 6px 0px 0px #572C7F;
    position: relative;
    p {
        display: none;
    }
}
body.favorite #contents .inner #contents-main .html1 h3::before {
    content: "";
    background: url(title-colton.png);
    background-size: cover;
    width: auto;
    height: 10%;
    aspect-ratio: 300 / 62;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: -5%;
}

/* アイテムリスト */
body.favorite #contents .inner #contents-main article .content1 {
    content: '';
    display: block;
    background: #fff;
    background-repeat: no-repeat;
    background-size: 75%;
    background-position: center;
    padding: 20px 20px 0;
    border: #000 4px solid;
    border-bottom: 0;
    border-radius: 20px 20px 0 0;
    box-shadow: 5px 6px 0px 0px #572C7F;
    margin-top: 22px;
    white-space: pre-line;
    text-align: center;
    margin-bottom: -1px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.8rem;
}
body.favorite #contents .inner #contents-main article .content1 a {
    display: block;
    width: 130px;
    margin: auto;
    text-align: center;
    font-weight: bold;
    color:#E63462;
    margin-top: 20px;
    position: relative;
    line-height: 1rem;
    font-size: 16px;
    border-bottom: 1px #E63462 solid;
}
body.favorite #contents .inner #contents-main article .content1 a:after {
    content: '';
    display: inline-block;
    height: 13px;
    width: 10px;
    clip-path: polygon(0% 0, 100% 50%, 0 100%);
    background: #E63462;
    margin-left: 5px;
}
body.favorite #contents .inner #contents-main article .content1::before {
    content: '';
    display: block;
    background-image: url(cont-title01.png);
    background-repeat: no-repeat;
    background-size: 75%;
    background-position: center;
    aspect-ratio: 450 / 125;
    margin-bottom: -20px;
}
body.favorite #contents .inner #contents-main article .content1 + div {
    background: #fff;
    padding: 1px 15px 20px;
    border: #000 4px solid;
    border-top: 0;
    border-radius: 0 0 20px 20px;
    box-shadow: 5px 6px 0px 0px #572C7F;
}


body.favorite #contents .inner #contents-main .feature + .btn_vote {
    background: #FDD424;
    background-image: url(bg-fubuki.png);
    background-repeat: repeat-y;
    background-position: center;
    background-size: contain;
    border-top: solid #000 4px;
    border-bottom: solid #000 4px;
    padding: 10px 0 30px;
    text-align: center;
    margin: 20px 0;
    width: 100vw;
    margin-left: -15px;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.6rem;
}
body.favorite #contents .inner #contents-main .feature + .btn_vote::before {
    content: '';
    display: block;
    background-image: url(cont-title02.png);
    background-repeat: no-repeat;
    background-size: 75%;
    background-position: center;
    aspect-ratio: 450 / 125;
}
body.favorite #contents .inner #contents-main .feature + .btn_vote a {
    display: block;
    background-color: #E63462;
    border: #000 solid 4px;
    text-align: center;
    line-height: 4rem;
    box-shadow: 4px 5px 0px 0px #572C7F;
    width: 80%;
    margin: 20px auto;
    font-weight: bold;
    font-size: 24px;
    color: #fff;
    border-radius: 10px;
    position: relative;
}
body.favorite #contents .inner #contents-main .feature + .btn_vote a:after {
    content: '';
    display: inline-block;
    height: 20px;
    width: 15px;
    clip-path: polygon(0% 0, 100% 50%, 0 100%);
    background: #fff;
    position: absolute;
    margin: auto;
    right: 20px;
    top: 0;
    bottom: 0;
}

/* アイテムリスト */
body.favorite #contents .inner #contents-main .NewsItemList {
    border: none;
    counter-reset: number 0;
}


body.favorite #contents .inner #contents-main .NewsItemList .item {
    border: none;
    position: relative;
    padding-bottom: 0;
    float: none;
    height: auto;
}

body.favorite #contents .inner #contents-main .NewsItemList .item:before{
    content: "NO.";
    position: absolute;
    z-index:20;
    top: 5px;
    font-weight: bold;
}
body.favorite #contents .inner #contents-main .NewsItemList .item:after{
    content: "/ 15";
    position: absolute;
    top: 5px;
    left: 77px;
    z-index:20;
    font-weight: bold;
}

body.favorite #contents .inner #contents-main .NewsItemList .item .news_box {
    position: relative;
    counter-increment : number 1;
}
body.favorite #contents .inner #contents-main .NewsItemList .item .news_box:before {
    position: absolute;
    top: -20px;
    left: -10px;
    content: counter(number, decimal-leading-zero);
    background: #fff;
    border: 2px solid #000;
    padding: 5px 37px 7px;
    z-index: 10;
    font-weight: 900;
    font-size: 25px;
}

body.favorite #contents .inner #contents-main .NewsItemList .item .image {
    position: relative;
    float: none;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    box-sizing: border-box;
    text-align: center;
    margin: 0;
    background: none;
    border: 3px solid #000;
    box-shadow: 3.5px 3.5px 0 0 #FFF000;
}

body.favorite #contents .inner #contents-main .goods_like_btn.mini {
    margin: 10px 0 5px;
    position: absolute;
    bottom: 10px;
    top: auto;
    left: auto;
    right: -10px;
    z-index: 3;
    display: inline;
}
body.favorite #contents .inner #contents-main .goods_like_btn.mini p {
    display: grid;
    background: #fff;
    box-shadow: 2px 2px 0 0 #000;
    padding: 5px;
    width: 55px;
    height: 55px;
    border-radius: 50px;
    border: #000 solid 3px;
    text-align: center;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}
body.favorite #contents .inner #contents-main .goods_like_btn.mini p i {
    color: #E24130;
    display: inline-block;
    font-size: 26px;
    margin: 0;
}
body.favorite #contents .inner #contents-main .NewsItemList .item .name {
    width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 9px 0 0px;
    color: #fff;
}
body.favorite #contents .inner #contents-main .NewsItemList .item .name a {
    font-size: 14px;
    line-height: 1.6rem;
    border: none;
    font-weight: bold;
    background: #E63462;
    padding: 1px 5px 2px;
    color: #fff;
}

body.favorite #contents .inner #contents-main .goods_like_btn.mini p span {
    border:none;
    font-size: 1.2em;
}
body.favorite #contents .inner #contents-main .NewsItemList .detail2{
    padding: 0 15px;
    font-size: 16px;
    margin-bottom: 40px;
}
body.favorite #contents .inner #contents-main .NewsItemList .detail2 p.goodsname {
    font-weight: bold;
    font-size: 16px;
    border-bottom: dotted 4px #333;
    padding-bottom: 10px;
    margin-bottom: 11px;
    height: auto;
}
body.favorite #contents .inner #contents-main .NewsItemList .detail2 div{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
}
body.favorite #contents .inner #contents-main .NewsItemList .detail2 div a {
    background: #000;
    color: #fff;
    border-radius: 20px;
    padding: 2px 15px;
    font-size: 13px;
}




/*現在のランキング*/

body.favorite #contents .inner #contents-main section.current-rank {
    background: #fff;
    padding: 20px 10px;
    border: #000 4px solid;
    border-radius: 20px;
    box-shadow: 5px 6px 0px 0px #572C7F;
}

body.favorite #contents .inner #contents-main section.current-rank h3 {
    border: none;
    padding: 0;
    font-weight: bold;
    font-size: 0;
    background: transparent;
    text-align: center;
}
body.favorite #contents .inner #contents-main section.current-rank h3:before {
    content: '';
    display: block;
    background-image: url(cont-title03.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 50px;
    width: auto;
    aspect-ratio: 373 / 81;
    margin: auto;
    opacity: 100;
}
body.favorite #contents #favorite {
    border: none;
}
body.favorite #contents #favorite .item {
    float: none;
}
body.favorite #contents #favorite .item .name.subtitle {
    display:block;
    margin: 10px 0 2px;
    width: 195px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
}
body.favorite #contents #favorite .item .name.subtitle a {
    border-bottom: none;
    font-weight: bold;
    font-size: 13px;
    line-height: 1.6rem;
    border: none;
    background: #E63462;
    padding: 1px 5px 2px;
    color: #fff;
}
body.favorite #contents #favorite .item .image {
    float: none;
    width: 70%;
    height: auto;
    aspect-ratio: 1 / 1;
    text-align: center;
    margin: auto;
    background: none;
    border: 3px solid #000;
    box-shadow: 3.5px 3.5px 0 0 #FFF000;
    overflow: visible;
    box-sizing: border-box;
}
body.favorite #contents .inner #contents-main #favorite .goods_like_btn.mini {
    bottom: -25px;
    right: -20px;
}

body.favorite #contents .inner #contents-main #favorite .item .desc {
    width: 70%;
    margin: auto;
    padding: 0;
    display: block;
}
body.favorite #contents .inner #contents-main #favorite .item .desc h4.goods.title {
   font-size: 16px;
    text-align: justify;
}
body.favorite #contents .inner #contents-main #favorite .item .desc h4.goods.title a{
   margin-top: 0;
}
body.favorite #contents .inner #contents-main #favorite .item .desc div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    border-top: dotted 4px #333;
    padding-top: 10px;
    margin-top: 10px;
}
body.favorite #contents .inner #contents-main #favorite .item .desc div a {
   background: #000;
    color: #fff;
    border-radius: 20px;
    padding: 2px 15px;
    font-size: 13px;
}
body.favorite #contents .inner #contents-main #favorite .item {
    border: none;
}
body.favorite #contents .inner #contents-main #favorite .item::before {
    content: '';
    display: block;
    width: 80px;
    aspect-ratio: 126 / 112;
    margin: auto;
}
body.favorite #contents .inner #contents-main #favorite .item:first-of-type::before {
    background: url("fig-kanmuri01.png") no-repeat;
    background-size: contain;
}
body.favorite #contents .inner #contents-main #favorite .item:nth-of-type(2)::before {
    background: url("fig-kanmuri02.png") no-repeat;
    background-size: contain;
}
body.favorite #contents .inner #contents-main #favorite .item:nth-of-type(3)::before {
    background: url("fig-kanmuri03.png") no-repeat;
    background-size: contain;
}



body.favorite #contents .inner #contents-main section.current-rank + .btn_vote {
    display: block;
    background-color: #E63462;
    border: #000 solid 4px;
    text-align: center;
    line-height: 4rem;
    box-shadow: 5px 6px 0px 0px #fff;
    width: 80%;
    margin: 20px auto;
    font-weight: bold;
    font-size: 24px;
    color: #fff;
    border-radius: 5px;
}


/*注意書き*/

body.favorite #contents .inner #contents-main .box_caution {
    background:#fff;
    width: 100vw;
    margin-left: -15px;
    margin-top: 40px;
    padding: 20px 20px 50px;
    box-sizing: border-box;
}

body.favorite #contents .inner #contents-main .box_caution h5 {
    font-size: 0;
    background: url("cont-title04.png") no-repeat;
    background-size: contain;
    height: 50px;
    width: auto;
    aspect-ratio: 340 / 81;
    margin: 0 auto 20px;
}
body.favorite #contents .inner #contents-main p.warn {
    font-size: 12px;
    text-align: right;
    display: block;
}













body.favorite #contents .inner #contents-main .goods_like_btn.mini p i::after,body.favorite #contents .inner #contents-main .goods_like_btn.mini p span:before,body.favorite #contents .inner #contents-main .NewsItemList .item .morelink {
    display: none;
}




/* PCのみ */

body.favorite.pc #contents .inner {
    padding-left:0;
    padding-right:0;
    padding-top: 60px;
    position: relative;
}

body.favorite.pc section.side-section{
    width: 15%;
    position: fixed;
    z-index: 10;
}
body.favorite.pc #contents section.side-section:first-of-type {
    width: 100px;
    height: auto;
    overflow: hidden;
}
body.favorite.pc #contents section.side-section:first-of-type a {
    display: block;
    width: 100px;
    height: 191px;
    margin-bottom: -1px;
    background: url("btn-tate_item.png");
    background-size: contain;
    font-size: 0;
    background-repeat: no-repeat;
    background-position: bottom;
    transform: translate(-25px, 10px);
    transition: 0.3s;
    position: relative;
    z-index: 20;
}
body.favorite.pc #contents section.side-section:first-of-type a:last-child {
    background: url("btn-tate_vote.png") no-repeat;
    height: 265px;
    background-size: contain;
}
body.favorite.pc #contents section.side-section:first-of-type a:hover {
    opacity: 1;
    transform: translate(-15px, 10px);
    transition: 0.3s;
}

body.favorite.pc #contents section.side-section:last-of-type {
    top: 0;
    width: 1020px;
    /* position: absolute; */
}
body.favorite.pc #contents section.side-section:last-of-type > div{
    overflow: hidden;
    position: absolute;
    right: 0;
    top: -15px;
    width: 210px;
    height: 1000px;
    z-index: 20;
}
body.favorite.pc #contents section.side-section:last-of-type #scrollArea2 div.side-sec-banner{
    background: url("fig-eye_catch.png");
    background-repeat: no-repeat;
    width: 150px;
    height: 196px;
    background-size: contain;
    position: absolute;
    right: 60px;
    top: 185px;
}
body.favorite.pc #contents section.side-section:last-of-type .scrollArea2{
    width: 53px;
    height: auto;
    aspect-ratio: 54/192;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 450px;
    font-size:0;
}


.scroll_down:after {
  content: '';
  position: absolute;
  background: linear-gradient(180deg,rgba(#000, 0) 0, rgba(#000, .8) 80%, rgba(#000, .8) 100%);
  }

.scroll_down span {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  width: 13px;
  padding: 13px 20px 110px;
  color: #fff;
  font-size: 14px;
  font-family: 'Josefin Sans', sans-serif;
  line-height: 1;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-lr;
  transition: .2s;
  overflow: hidden;
  margin: auto;
  background: #000;
  border-radius: 15px 0 0 15px;
}

.scroll_down span:before {
  content: '';
  position: absolute;
  bottom: 20px;
  left: 25px;
  width: 2px;
  height: 80px;
  background: #ddd;
}

.scroll_down span:after {
  content: '';
  position: absolute;
  bottom: 20px;
  left: 25px;
  width: 2px;
  height: 80px;
  background: #000;
}


#type01 span:after {
  animation: sdl01 3s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes sdl01 {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}



 
body.favorite.pc #scrollArea2 div.side-sec-banner {
  animation: poyopoyo 5.5s ease-out infinite;
  opacity: 1;
    transform-origin: 00% 0%;
}
@keyframes poyopoyo {
  0% {
    transform: scale(1.0);
  }
  9.231% {
    transform: scale(1.0);
  }
  11.538% {
    transform: scale(0.97);
  }
  13.846% {
    transform: scale(1.0);
  }
  18.462% {
    transform: scale(0.97);
  }
  23.077% {
    transform: scale(1.0);
  }
  100% {
    transform: scale(1.0);
  }
}





body.favorite.pc #contents .inner #contents-main {
    position: relative;
}
body.favorite.pc section.main-section{
    width: 620px;
    margin: auto;
}

body.favorite.pc #contents .inner #contents-main .feature + .btn_vote {
    width: 1020px;
    margin-left: calc((1020px - 620px) / -2);
    font-size: 20px;
    line-height: 2.2rem;
    padding-bottom: 60px;
    position: relative;
    z-index: 0;
}
body.favorite.pc #contents .inner #contents-main .feature + .btn_vote::before{
    background-size: 510px;
    aspect-ratio: 510 / 210;
    width: 510px;
    margin: auto;
}
body.favorite.pc #contents .inner #contents-main .feature + .btn_vote a {
    line-height: 5rem;
    width: 500px;
    margin: 30px auto;
    position: relative;
}

body.favorite.pc #contents .inner #contents-main .html1 h3::before {
    aspect-ratio: 299 / 62;
    top: -3%;
    height: 6%;
}

/* PC アイテムリスト */
body.favorite.pc #contents .inner #contents-main .NewsItemList .item {
    float: none;
    height: auto;
    width: 400px;
    margin: auto;
}

body.favorite.pc #contents .inner #contents-main .NewsItemList .detail2 {
    padding: 0 30px;
    box-sizing: border-box;
    width: 400px;
    margin: auto;
    margin-bottom: 45px;
}
body.favorite.pc #contents .inner #contents-main .NewsItemList .item .name {
}
body.favorite.pc #contents .inner #contents-main .NewsItemList .detail2 p.goodsname {
    text-align: justify;
    border-bottom: dotted 4px #333;
    padding-bottom: 10px;
    margin-bottom: 11px;
}
body.favorite.pc #contents .inner #contents-main .NewsItemList .item .goods_like_btn.mini p {
    padding: 8px;
    width: 45px;
    height: 45px;
}
body.favorite.pc #contents .inner #contents-main .NewsItemList .item:before {
    top: 15px;
    left: 32px;
}
body.favorite.pc #contents .inner #contents-main .NewsItemList .item .news_box:before {
    top: -25px;
    left: -12px;
    padding: 5px 45px 7px;
}
body.favorite.pc #contents .inner #contents-main .NewsItemList .item:after {
    top: 15px;
    left: 100px;
}
body.favorite.pc  #contents .inner #contents-main .box_caution {
    width: 1020px;
    margin-top: 40px;
    padding: 20px 30px 50px;
    margin-left: calc((1020px - 620px) / -2);
    position: relative;
    z-index: 30;
}

body.favorite.pc #contents #favorite .item {
    width: 400px;
    height: auto;
    margin: auto;
}
body.favorite.pc #contents #favorite .item .image {
    width: 340px;
    height: auto;
    box-sizing: border-box;
}
body.favorite.pc #contents .inner #contents-main #favorite .item .desc {
    width: 340px;
}


body.favorite.pc #scrollArea,#scrollArea2{
    transition: .8s;
}
body.favorite.pc .hide{
	transform: translateX(-100%); 
}
body.favorite.pc .hide2{
	transform: translateX(200%); 
}

body.favorite.pc .footer.shopsearch,body.favorite.pc .bnrArea, .pc .colGuide, .foot_group-sns {
    position: relative;
    z-index: 20;
}


/* SPのみ */
body.favorite.sp .inner{
    padding:0;
}
body.favorite.sp section.side-section{
    display: none;
}

body.favorite.sp #contents .inner {
    background-image: url("bg-chk.jpg");
    background-position: center;
    background-size: contain;
}



body.favorite #contents .inner #contents-main .goods_like_btn.mini p:has(.fas) {
  background: #FFF000;
}

.is-bounce {
	animation: 4s 0s bound ease-in;
}
@keyframes bound {
	19%,
	20%,
	27%,
	30% {
		-webkit-transform: translate(0);
		        transform: translate(0);
	}
	24% {
		-webkit-transform: translateY(-10px);
		        transform: translateY(-10px);
	}
	29% {
		-webkit-transform: translateY(-5px);
		        transform: translateY(-5px);
	}
}

