p.viewMore a, a {
	transition:all 0.4s ease;
}
p.viewMore a:hover, a:hover {
	opacity:0.7;
}



.moreBtn {
    width: 250px;
    height: 50px;
    margin: 0 auto;
    border-radius: 25px;
    -webkit-box-shadow: 0px 5px 14.3px 0.8px #ebe7df;
            box-shadow: 0px 5px 14.3px 0.8px #ebe7df;
    background-color: #ffffff;
    border: solid 2px #a3ca0f;
    -webkit-transition: all ease-in .2s;
    -o-transition: all ease-in .2s;
    transition: all ease-in .2s;
}

.moreBtn a {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    color: #669219;
    line-height: 42px;
    border-radius: 25px;
    -webkit-transition: all ease-in .2s;
    -o-transition: all ease-in .2s;
    transition: all ease-in .2s;
}

.moreBtn a:before {
    content: "";
    position: absolute;
    top: 4px;
    bottom: 0;
    right: 15px;
    margin: auto;
    width: 8px;
    height: 8px;
    border-top: 1px solid #669219;
    border-right: 1px solid #669219;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);  
}

.moreBtn:hover {
    background-color: #a3ca0f;
}

.moreBtn:hover a {
    color: #fff;
}

.moreBtn:hover a:before {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}


h2 {
    text-align: center;
}

h2 b {
    font-family: 'Montserrat', sans-serif;
    font-size: 42px;
    letter-spacing: 8.4px;
    color: #8e6d5b;
}

h2 p {
    font-size: 12px;
    letter-spacing: 1.2px;
    color: #35312f;
}


/**********************************
 *
 * 動画
 *
 **********************************/ 
#movie, #playMovie {
    position: fixed;
    z-index: 200;
}

#movie {
    top: 7%;
    left: 50%;
    width: 90%;
    height: 90%;
    margin-left: -45%;
}

#playMovie {
    background-color: rgba(0,0,0,.8);
    top: 0;
    height: 100%;
    width: 100%;
}

#playMovie i {
    position: absolute;
    right: -35px;
    top: -30px;
    cursor: pointer
}

#playMovie i img {
    width: 30px;
}


/**********************************
 *
 * キービジュアル
 *
 **********************************/ 
 #keyvisual {
    width: 100%;
    margin: 100px auto 0;
    position: relative;
 }

figure.mame00 {
	position:absolute;
	top:-19.2vw;
	right:-8.5vw;
	width:43.6vw;
}
@media screen and (max-width: 1000px) {
    figure.mame00 {
		top:-20vw;
		right:-17vw;
		width:59.7vw;
	}
}

 #keyvisual:after {
    content: "";
    clear: both;
 }

#keyvisual .main {
    position: relative;
    float: none;
    width: 100%;
}

#keyvisual .sub {
    position: relative;
    float: right;
    width: 50%;
}

#keyvisual .item {
    position: relative;
}

#keyvisual .item.movie {
    cursor: pointer;
}

#keyvisual .item .border {
    position: relative;
    width: 100%;
    height: 100%;
}

#keyvisual .item .border::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: calc(100% - 12px);
    height: calc(100% - 12px);
}

#keyvisual .item.recipe .border::after {
    border: solid 6px #fdf2bc;
}

#keyvisual .item.movie .border::after {
    border: solid 6px #a3ca0f;
}


#keyvisual .item .wrap {
    position: absolute;
}

#keyvisual .item a {
    color: #35312f;
}

#keyvisual .item .label {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1vw;
    padding: 0.8vw 2vw;
    text-align: center;
}

#keyvisual .item.recipe .label {
    color: #8e6d5b;
    background-color: #fdf2bc;
}

#keyvisual .item.movie .label {
    color: #fff;
    background-color: #a3ca0f;
}


#keyvisual .item.recipe .wrap {
    width: 40%;
    right: 4%;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #fff;
    padding: 1% 1% 2%;
}

#keyvisual .item.recipe .wrap figure {
    padding: 0 0 15px;
}

#keyvisual .item.recipe .wrap p {
    font-size: 0.8vw;
    line-height: 1.44;
    letter-spacing: 1.9px;
    padding: 0 0 0 0.5vw;
}

#keyvisual .item.recipe .wrap p span {
    font-size: 0.6vw;
    line-height: 2.17;
    letter-spacing: 1.3px;
}

#keyvisual .item.movie .playBtn {
    width: 130px;
    height: 130px;
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all ease-in .3s;
    -o-transition: all ease-in .3s;
    transition: all ease-in .3s;
    margin: auto;
    cursor: pointer;
}


#keyvisual .item.movie:hover .playBtn {
    -webkit-transform: translateY(-50%) scale(1.1);
        -ms-transform: translateY(-50%) scale(1.1);
            transform: translateY(-50%) scale(1.1);
}
.sliderWrap {
	width:100%;	
	margin:130px auto auto;
	max-width: 100%;
}
@media screen and (max-width: 768px) {
    .sliderWrap {
        margin:90px auto auto;
    }
}


#keyvisual .slider {
	width: 1210px !important;
	margin:auto;
}
@media screen and (max-width: 1210px) {
    #keyvisual .slider {
		width: 100% !important;
	}
}


/*
@media screen and (max-width: 1000px) {
    #keyvisual .slider {
		margin-top:22vw;
	}
}
*/
#keyvisual .slider .slick-slide {
    margin-right:25px;/*1.8vw  !important*/
    margin-left:25px;/*1.8vw  !important*/
	border-radius:40px;
	overflow:hidden;
}
@media screen and (max-width: 1210px) {
    #keyvisual .slider .slick-slide {
		margin-right:1.6vw;
		margin-left:1.6vw;
		border-radius:35px;
	}
}

#keyvisual .slider .slick-slide img {
   width: 100%;
}

#keyvisual .slick-list {
  overflow: visible;
}

/* dots */
#keyvisual .slider .slide-dots {
    position: absolute;
    bottom: -2rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

#keyvisual .slider .slide-dots li {
    float: left;
    margin: 0 10px;
    width: 14px;
    height: 14px;
    position: relative;
}

#keyvisual .slider .slide-dots li button {
    width: 14px;
    height: 14px;
    font-size: 0;
    line-height: 0;
    display: block;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background-color: #fff;
    border-radius: 50%;
}


#keyvisual .slider .slide-dots li.slick-active button{
    background-color: #71bf5f;
}

#keyvisual .slider .prev-arrow {
    color: #fff;
    position: absolute;
    bottom: 18px;
    left: 30%;
    cursor: pointer;
    text-align: center;
    font-size: 20px;
    z-index: 1;
    line-height: 1;
    font-weight: 700;
}

#keyvisual .slider .next-arrow {
    color: #fff;
    position: absolute;
    bottom: 18px;
    right: 30%;
    cursor: pointer;
    text-align: center;
    font-size: 20px;
    z-index: 1;
    line-height: 1;
    font-weight: 700;
}

#keyvisual .slider .prev-arrow:hover,  #keyvisual .slider .next-arrow:hover {
    color: #a2ca0f;
}

.slick-prev:before, .slick-next:before {
	display:none;
}
.slick-prev {
	top:50% !important;
	left:2.7% !important;
	width:min(36px,2.4vw) !important;
	height:min(36px,2.4vw) !important;
	background:url("../img/renewal/slick-prev.webp") no-repeat !important;
	background-size:100% !important;
	z-index:5 !important;
}
.slick-next {
	top:50% !important;
	right:2.7% !important;
	width:min(36px,2.4vw) !important;
	height:min(36px,2.4vw) !important;
	background:url("../img/renewal/slick-next.webp") no-repeat !important;
	background-size:100% !important;
	z-index:5 !important;
}

@media screen and (max-width: 1210px) {
	.slick-prev {
		left:4.7% !important;
	}
}
@media screen and (max-width: 1210px) {
	.slick-next {
		right:4.7% !important;
	}
}


 /**********************************
 *
 * ニュース
 *
 **********************************/ 
#news {
    background-color: #f7f4ee;
}

#news ul {
    padding: 0 2% 40px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

}

#news ul li {
    float: left;
    width: 18%;
    margin: 0 1% 0 0;
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 14.3px 0.8px #ebe7df;
            box-shadow: 0px 5px 14.3px 0.8px #ebe7df;
}

#news ul li:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 10px 10px;
}

#news ul li.information:after {
    border-color: transparent transparent #a3ca0f transparent;
}

#news ul li.product:after {
    border-color: transparent transparent #eb6120 transparent;
}

#news ul li a {
    color: #35312f;
}

#news ul li figure {
    position: relative;
}

#news ul li figure .cate {
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 0.8vw;
    letter-spacing: 2px;
    text-align: center;
    padding: 5px 10px;
}

#news ul li.information figure .cate {
    background-color: #a3ca0f;
}

#news ul li.product figure .cate {
    background-color: #eb6120;
}

#news ul li .title {
    padding: 15px 15px 20px;
}

#news ul li .title .time {
    font-size: 0.8vw;
    line-height: 2;
    letter-spacing: 1.2px;
}


 /**********************************
 *
 * Lineup
 *
 **********************************/ 
#lineup {
    width: 96%;
    border-bottom: solid 1px #dcdcdc;
}

#lineup ul {
    padding: 40px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#lineup ul li {
    float: left;
    width: 17%;
    margin: 0 1.5% 0 0;
    position: relative;
    background-position: center 30%;
    background-repeat: no-repeat;
    background-size: 80% auto;
}

#lineup ul li.bg1 {
    background-image: url('../img/pc/top/product_bg1.svg');
}

#lineup ul li.bg2 {
    background-image: url('../img/pc/top/product_bg2.svg');
}

#lineup ul li.bg3 {
    background-image: url('../img/pc/top/product_bg3.svg');
}

#lineup ul li a {
    color: #35312f;
}
#lineup ul li a.new::before {
    position: absolute;
    content: "新商品";
    width: 90px;
    height: 90px;
    background: #eb6120;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 1.2vw;
    line-height: 90px;
    right: -13%;
    top: -10%;
    z-index: 1;
}
@media screen and (min-width: 769px) and (max-width: 1215px) {
    #lineup ul li a.new::before {
        line-height: 6.7vw;
        width: 6.7vw;
        min-width: 65px;
        height: 6.7vw;
        min-height: 65px;
    }
}

#lineup ul li figure {
    width: 100%;
    max-width: 122px;
    margin: 0 auto;
    height: 315px;
    position: relative;
    z-index: 2;
}

#lineup ul li .tags {
    padding: 0 0 15px;
}

#lineup ul li .tags .tag {
    display: inline-block;
    padding: 5px 10px;
    background-color: #fff5bf;
    font-size: 0.8vw;
    letter-spacing: 1px;
    text-align: center;
    color: #8e6d5b;
}

#lineup ul li .tags .tag.bigsize {
    background-color: #8e6d5b;
    color: #fff;
}

#lineup ul li .tags .tag.new {
    background-color: #eb6120;
    color: #fff;
}

#lineup ul li p {
    font-size: 1vw;
}

/**********************************
 *
 * Topics
 *
 **********************************/ 
 #topics {
    width: 96%;
    padding: 50px 0 60px;
}

#topics .list {
    margin: 30px 0;
}

#topics .list:after {
    content: "";
    display: table;
    clear: both;
}


#topics .main {
    position: relative;
    float: left;
    width: 50%;
}

#topics .sub {
    position: relative;
    float: right;
    width: 50%;
}

#topics .item {
    overflow: hidden;
    position: relative;
}

#topics .wrap {
    position: absolute;
}

#topics .main .wrap {
    display: none;
    right: 0;
    bottom: 0;
    padding: 5px 200px 10px 20px;
    background-color: #a3ca0f;
}

#topics .main .wrap p {
    position: relative;
    font-size: 1.2vw;
    color: #ffffff;
}

#topics .main .wrap p span {
    font-size: 0.8vw;
    line-height: 2;
    letter-spacing: 2.4px;
    color: #fff5bf;
}

#topics .main .wrap p:before {
    content: "";
    position: absolute;
    top: 10px;
    bottom: 0;
    right: -170px;
    margin: auto;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);  
}

#topics .sub .item {
    float: left;
    width: 50%;
    margin: 0 0 0.6px 0.6px;
}

#topics .sub .item:nth-child(2) {
    margin-left: 0.6px;
}

#topics .item .wrap {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    width: 100%;
    height: 100%;
    opacity: 0;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	flex-direction:row;
	align-items:center;
    background-color: rgba(000, 000, 000, 0.5);
}

#topics .item .wrap .str {
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    margin:auto;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    color: #fff;
    text-align: center;
}

#topics .item .wrap .str p {
    font-size: 1.8vw;
    letter-spacing: 2.2px;
    padding: 0 0 10px;
    border-bottom: solid 1px #fff;
}

#topics .item .wrap .str .more {
    padding: 10px 0 0;
    line-height: 1.71;
    letter-spacing: 2.8px;
    font-size: 1vw;
}

#topics .item:hover .wrap {
    opacity: 1; 
}

#topics .item:hover .wrap .str {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}


 /**********************************
 *
 * SNS
 *
 **********************************/ 
 #sns {
    background-color: #fff;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #f7f4ee), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #f7f4ee), color-stop(0.75, #f7f4ee), color-stop(0.75, transparent), to(transparent));
    -webkit-background-size: 7px 7px;
}
#sns ul.flex{
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#sns ul li {
    float: left;
    width: 480px;
}

#sns ul li:first-child {
    margin: 0 38px 0 0;
}

#sns ul li h3 {
    font-size: 36px;
    letter-spacing: 7.2px;
    color: #55acee;
    padding: 0 0 25px;
}

#sns ul li:last-child h3 {
    color: #d93177;
}

#sns ul li .wrap {
    background-color: #fff;
    height: 400px;
    overflow-y: scroll;
}

#sns ul li .wrap iframe {
    width: 100%!important;
}


 /**********************************
 *
 * BANNER
 *
 **********************************/ 
 #banner {
    padding: 30px 0;
 }

 #banner ul li {
    float: left;
    width: 240px;
    margin: 0 5px;
}

#banner ul li:first-child {
    margin: 0 5px 0 0;
}

#banner ul li:last-child {
    margin: 0 0 0 5px;
}






/* mod20250311 */
html {
	overflow-x: hidden;
}
body {
	min-width:100%;
}

#top {
	background:url("../img/renewal/bg_pc.jpg") repeat top center;
	background-size:1500px;
	overflow-x: hidden;
}

.anchorLinkBox {
	width:min(1000px,66.6vw);
	margin:6vw auto;
	position:relative;
}
.anchorLinkBox::before {
	content:'';
	width:29.3rem;
	height:27.8rem;
	background:url("../img/renewal/bg_anc_before.webp") no-repeat;
	background-size:100%;
	position:absolute;
	top:1rem;
	left:-19rem;	
}
@media screen and (max-width: 768px) {
	.anchorLinkBox::before {
		content:'';
		width:47.7vw;
		height:45.3vw;
		top:auto;
		bottom:-28vw;
		left:-11.4vw;	
	}
}


.anchorLinkBox ul {
	width:100%;
	margin:auto;
	display:flex;
	justify-content:space-between;
	position: relative;
	z-index:2;
	
}
.anchorLinkBox ul::before, .anchorLinkBox ul::after {
	display:none;
}	

.anchorLinkBox ul li {
	width:24%;
}
.anchorLinkBox ul li a {
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	width:100%;
	height:6.38rem;
	display: block;
	transition:all 0.4s ease;
}
@media screen and (max-width: 768px) {
    .anchorLinkBox ul li a {
		text-indent: 100%;
    	white-space: nowrap;
    	overflow: hidden;
		width:100%;
		height:20.1vw;
		display: block;
		transition:all 0.4s ease;
	}
}


.anchorLinkBox ul li a:hover {
	opacity:0.7;
}
.anchorLinkBox ul li:nth-of-type(1) a {
	background:url("../img/renewal/anc01.webp") no-repeat;
	background-size:100%;
}
@media screen and (max-width: 768px) {
	.anchorLinkBox ul li:nth-of-type(1) a {
		background:url("../img/renewal/anc01_sp.webp") no-repeat;
		background-size:100%;
	}
}

.anchorLinkBox ul li:nth-of-type(2) a {
	background:url("../img/renewal/anc02.webp") no-repeat;
	background-size:100%;
}
@media screen and (max-width: 768px) {
	.anchorLinkBox ul li:nth-of-type(2) a {
		background:url("../img/renewal/anc02_sp.webp") no-repeat;
		background-size:100%;
	}
}
.anchorLinkBox ul li:nth-of-type(3) a {
	background:url("../img/renewal/anc03.webp") no-repeat;
	background-size:100%;
}
@media screen and (max-width: 768px) {
	.anchorLinkBox ul li:nth-of-type(3) a {
		background:url("../img/renewal/anc03_sp.webp") no-repeat;
		background-size:100%;
	}
}
.anchorLinkBox ul li:nth-of-type(4) a {
	background:url("../img/renewal/anc04.webp") no-repeat;
	background-size:100%;
}
@media screen and (max-width: 768px) {
	.anchorLinkBox ul li:nth-of-type(4) a {
		background:url("../img/renewal/anc04_sp.webp") no-repeat;
		background-size:100%;
	}
}
.productsInfoBox {
	width:100%;
	margin:min(160px,10.6vw) auto auto;
	padding-top:2.5rem;
	padding-bottom:3.5rem;
	position: relative;
	background:rgba(223,241,164,1);
}
@media screen and (max-width: 768px) {
	.productsInfoBox {
		height:187vw;
		background:url("../img/renewal/bg_productsinfobox_sp.png") repeat-x top center;
		background-size: 100%;
	}
}

figure.mame01 {
	position:absolute;
	top:-6.4vw;
	right:9.7vw;
	width:10.4vw;
}
@media screen and (max-width: 768px) {
	figure.mame01 {
		top:-6.4vw;
		right:3vw;
		width:20.8vw;	
	}
}

.productsInfoBox::before {
	content:'';
	width:100%;
	height:3.43rem;
	background:url("../img/renewal/bg_productsinfobox_top.webp") repeat-x top center;
	background-size: 93.75rem;
	position:absolute;
	top:-3.42rem;
	left:0;
}
@media screen and (min-width: 1500px) {
  .productsInfoBox::before {
	content:'';
	width:100%;
	height:55px;
	background:url("../img/renewal/bg_productsinfobox_top2000.webp") repeat-x top center;
	background-size: 2000px;
	position:absolute;
	top:-55px;
	left:0;
	
}
}
@media screen and (max-width: 768px) {
	.productsInfoBox::before {
		display:none;
	}
}


.productsInfoBox::after {
	content:'';
	width:100%;
	height:3.43rem;
	background:url("../img/renewal/bg_productsinfobox_bottom.webp") repeat-x top center;
	background-size: 93.75rem;
	position:absolute;
	bottom:-3.42rem;
	left:0;
}
@media screen and (min-width: 1500px) {
  .productsInfoBox::after {
	content:'';
	width:100%;
	height:55px;
	background:url("../img/renewal/bg_productsinfobox_bottom2000.webp") repeat-x top center;
	background-size: 2000px;
	position:absolute;
	bottom:-55px;
	left:0;

}
}



.productsInfoBox .inner {
	width:100%;/*62.5rem*/
	margin:auto;
	position:relative;

}

@media screen and (min-width: 1000px) {
  .productsInfoBox .inner {
	width:100%;
	margin:auto;
  }	
}

figure.mame02 {
	position:absolute;
	top:29.4vw;
	right:-6.6vw;
	width:31vw;
}



.productsInfoBox h2.h2_productsinfo {
	width:min(182px,12.1vw);
	aspect-ratio:158 / 183;
	margin:auto;
	text-indent: -9999px;
	margin-bottom:0;
	background:url("../img/renewal/h2_productsinfo.webp") no-repeat;
	background-size:100%;

}
@media screen and (max-width: 768px) {
	.productsInfoBox h2.h2_productsinfo {
		width:31.9vw;
		
	}
}


.productsInfoBox h2 img {
	width:100%;
	height:auto;
}

.productsInfoBox .recommendCont ul.productsInfo {
	//width:100%;
	animation: infiniteScroll 40s linear infinite;
	display: flex;
}
.recommendCont:hover ul.productsInfo {
	animation-play-state: paused;
}
@media screen and (max-width: 768px) {
	.productsInfoBox .recommendCont ul.productsInfo {
		width:420vw;
		animation: infiniteScroll 20s linear infinite;
	}
}


.productsInfoBox ul.productsInfo li {
	width:9vw; /* min(132px,8.8%) */
	position:relative;
	display: grid;
    place-content: center;
    flex-shrink: 0;
    margin-right: min(48px,3.2vw);
	padding-top:43px;
}


.productsInfoBox ul.productsInfo li.newProduct::before {
	display:block;
	content:'';
	width:52%;
	aspect-ratio:107 / 43;
	position:absolute;
	top:0;
	left:50%;
	transform: translateX(-50%);
	background:url("../img/renewal/bg_new_product.webp") no-repeat;
	background-size:100%;
}

.productsInfoBox ul.productsInfo li img {
	width:100%;
	height:auto;
}
p.viewMore {
	width: min(285px,19vw);/* min(285px,19vw) */	
	height:min(80px,5.3vw);
	margin:44px auto auto;
}
p.viewMore a {
	width:100%;
	height:100%;
	border-radius:2.5rem;
	background:#80ca2c;
	position:relative;
	font-family: "Lato", sans-serif;	
	font-size: min(22px,1.46vw);/* min(17px, 1.13vw) */
	font-weight:700;
	color:#fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
p.viewMore a::before {
	content:'';
	width:0.375rem;
	height:0.093rem;
	background:#fff;
	transform: rotate(45deg);
	transform-origin:right center;
	position:absolute;
	top:50%;
	right:1.3rem;/* 1.3rem */
}
p.viewMore a::after {
	content:'';
	width:0.375rem;
	height:0.093rem;
	background:#fff;
	transform: rotate(-45deg);
	transform-origin:right center;
	position:absolute;
	top:50%;
	right:1.3rem;/* 1.3rem */
}

@media screen and (max-width: 1000px) {
    p.viewMore a::before, p.viewMore a::after {
		right:0.8rem;/* 1.3rem */
	}
}

p.viewMore.revers a {
	width:100%;
	height:100%;
	border-radius:2.5rem;
	background:#fff;
	position:relative;
	font-family: "Lato", sans-serif;
	font-size: min(22px,1.46vw);/* min(17px, 1.13vw) */
	font-weight:700;
	color:#80ca2c;
	display: flex;
	justify-content: center;
	align-items: center;
}
p.viewMore.revers a::before {
	content:'';
	width:0.375rem;
	height:0.093rem;
	background:#80ca2c;
	transform: rotate(45deg);
	transform-origin:right center;
	position:absolute;
	top:50%;
	right:1.3rem;
}
p.viewMore.revers a::after {
	content:'';
	width:0.375rem;
	height:0.093rem;
	background:#80ca2c;
	transform: rotate(-45deg);
	transform-origin:right center;
	position:absolute;
	top:50%;
	right:1.3rem;
}

@media screen and (max-width: 1000px) {
    p.viewMore.revers a::before, p.viewMore.revers a::after {
		right:0.8rem;/* 1.3rem */
	}
}

ul.productsInfo_slide {
	margin:auto auto auto;
	display: flex;	
}
ul.productsInfo_slide li {
	width:9vw;
	display: grid;
	place-content: center;
	flex-shrink: 0;
	margin:0 1.6vw;
	padding-top:43px;
	position:relative;
}
@media screen and (max-width: 768px) {
	ul.productsInfo_slide li {
		width:16.8vw;
		margin:0 8vw;
	}
}
ul.productsInfo_slide li.newProduct::before {
	display:block;
	content:'';
	width:52%;
	aspect-ratio:107 / 43;
	position:absolute;
	top:0;
	left:50%;
	transform: translateX(-50%);
	background:url("../img/renewal/bg_new_product.webp") no-repeat;
	background-size:100%;
}
@media screen and (max-width: 768px) {
    ul.productsInfo_slide li.newProduct::before {
        content: "";
        width: 11.4vw;
        aspect-ratio: 86 / 55;
        position: absolute;
        top: 0px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 5;
        background: url(../img/renewal/bg_new_product_sp.webp) 0% 0% / 100% no-repeat;
    }
}



.scrollHorizontalBox {
	overflow: hidden;
	width: 100%;
	margin-top:min(78px, 5.2vw);
}
.productsInfoBox ul.pdt_slide {
	margin:auto auto auto;
	display: flex;
	
}
.productsInfoBox ul.pdt_slide li {
	width:min(420px,28vw);
	border:0.04rem solid #fff;
	display: grid;
	place-content: center;
	flex-shrink: 0;
	margin:0 10px;/*min(11px,0.7vw)*/
}
@media screen and (max-width: 768px) {
	.productsInfoBox ul.pdt_slide li {
		width:80vw;
	}
}

.productsInfoBox ul.scrollHorizontal li img {
	width:100%;
	height:auto;
}
@keyframes infiniteScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}


.recipeBox {
	width:100%;
	margin:auto auto auto;
	padding-top:8rem;
	padding-bottom:4.4vw;
	position: relative;	
}

figure.mame03 {
	position:absolute;
	top:-1vw;
	left:10vw;
	width:10vw;
}
@media screen and (max-width: 768px) {
	figure.mame03 {
		position:absolute;
		top:-11vw;
		left:5vw;
		width:20vw;
	}
}

.recipeBox .inner {
	width:62.5rem;
	margin:auto;
}

@media screen and (max-width: 1000px) {
  .recipeBox .inner {
	width:90vw;
	margin:auto;
  }
}



.recipeBox h2.h2_recipe {
	width:min(138px,9.2vw);
	aspect-ratio:135 / 137;
	margin:auto;
	text-indent: -9999px;
	margin-bottom:40px;
	background:url("../img/renewal/h2_recipe.webp") no-repeat;
	background-size:100%;
}
.recipeBox h2 img {
	width:100%;
	height:auto;
}

.recipeBox ul.recipeLink {
	width:100%;
	display:flex;
	justify-content: space-between;
	gap:1.18rem;
}
.recipeBox ul.recipeLink::before, .recipeBox ul.recipeLink::after {
	display:none;
}

.recipeBox ul.recipeLink li {
	width:23.5%;	/*14.68rem*/
}
.recipeBox ul.recipeLink li span.recipeCat {
	font-size:0.93rem;
	font-weight:700;
	color:#fff;
	background:#eaab0f;
	width:auto;
	min-width:4.24rem;
	height:2.5rem;
	padding:0 1rem;
	display:inline-block;
	text-align: center;
	line-height:2.5rem;
	margin-bottom:1.25rem;
	border-radius:1.25rem;
}
.recipeBox ul.recipeLink li img {
	width:100%;
	aspect-ratio:235 / 169;
	border-radius:0.89rem;
	margin-bottom:1.37rem;
}
.recipeBox ul.recipeLink li span.recipeName {
	font-size:0.95rem;
	font-weight:400;
	color:#2d2d2d;
	line-height:1.75;
	font-feature-settings: "palt";
}

/*
.recipeBox p.viewMore {
	width:28.5%;

	aspect-ratio: 100 / 28;
	margin:44px auto auto;
}
.recipeBox p.viewMore a {
	width:100%;
	height:100%;
	border-radius:2.5rem;
	background:#80ca2c;
	position:relative;
	font-family: "Lato", sans-serif;
	font-size:1.125rem;
	font-weight:700;
	color:#fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.recipeBox p.viewMore a::before {
	content:'';
	width:0.375rem;
	height:0.093rem;
	background:#fff;
	transform: rotate(45deg);
	transform-origin:right center;
	position:absolute;
	top:50%;
	right:1.3rem;
}
.recipeBox p.viewMore a::after {
	content:'';
	width:0.375rem;
	height:0.093rem;
	background:#fff;
	transform: rotate(-45deg);
	transform-origin:right center;
	position:absolute;
	top:50%;
	right:1.3rem;
}
*/

.recommendCont {
	display: flex;
    width: 100%;
    white-space: nowrap;
	

  overflow: hidden;
}
.recommendCont:hover ul.recommendList, .recommendCont:hover ul.productsInfo {
  animation-play-state: paused;
}
ul.recommendList {
	margin: 80px auto auto;
    display:flex;
	animation: infiniteScroll 40s infinite linear 1s both;	
}


@keyframes infiniteScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}




ul.recommendList li {
    width: 14.6vw;
    aspect-ratio: 1 / 1;
    display: grid;
    place-content: center;
    flex-shrink: 0;
    margin-right: 1.3vw;
}


.campaignBox {
	width:100%;
	margin:auto auto 2vw;
	padding-top:10.6vw;
	padding-bottom:12vw;
	position: relative;
	background-image:url("../img/renewal/bg_camp_top.png") ,url("../img/renewal/bg_camp_mid.webp"),url("../img/renewal/bg_camp_bottom.png") ;
	background-repeat: no-repeat;
	background-position: top center, top 50% center, bottom center;
	background-size:100%;
}

figure.mame04 {
	position:absolute;
	top:-2.5vw;
	right:5vw;
	width:11.3vw;
}
@media screen and (max-width: 768px) {
	figure.mame04 {
		top:-95vw;
		right:3vw;
		width:22vw;

	}
}

/*
@media screen and (min-width: 1500px) {
	.campaignBox {
		background:url("img/bg_camp2000.webp") no-repeat ;
		background-size:100%;
	}	
}
*/


/*
.campaignBox::before {
	content:'';
	width:100%;
	height:18.4vw;
	background:url("img/bg_camp_top.png") no-repeat bottom center;
	background-size:100%;
	position: absolute;
	top:-18.4vw;
	left:0;
}
.campaignBox::after {
	content:'';
	width:100%;
	height:11.2vw;
	background:url("img/bg_camp_bottom.png") no-repeat top center;
	background-size:100%;
	position: absolute;
	bottom:-11.2vw;
	left:0;
}
*/

.campaignBox h2.h2_campaign {
	width:min(264px,17.6vw);
	aspect-ratio:264 / 141;
	margin:auto;
	text-indent: -9999px;
	margin-bottom:3.3vw;
	background:url("../img/renewal/h2_campaign.webp") no-repeat;
	background-size:100%;
}
.campaignBox h2 img {
	width:100%;
	height:auto;
}
.campaignBox ul {
    width: 92vw;
	height:auto;
	margin:auto auto 3.3vw;
	overflow:hidden;
	padding: 0 0;
}
.campaignBox ul::before, .campaignBox ul::after {
    display:none;
}

.campaignBox ul li {
	height:auto;
	margin:0 2rem;
	transition:all 0.4s ease;
	padding:3rem 0;
	width:28vw !important;
	
}
.campaignBox ul li img {
	width:100%;
	height:auto;
	background:#fff;	
	position: relative;
	z-index: 2;
	transition:all .4s ease;
	border:1px solid #fff;
}
.campaignBox ul li a:hover img {
	opacity:0.5;
}

.campaignBox ul li.slick-current {
	transform:scale(1.19);
}

.aboutBox {
	width:100%;
	background:url("../img/renewal/bg_about.webp") no-repeat bottom left 3vw;
	background-size:46.8vw;
	padding-bottom:10.6vw;
	position:relative;
	margin-top:-120px;
	padding-top:120px;
}

.aboutBox figure.mame05 {
	position:absolute;
	top:-14.2vw;
	left:11.2vw;
	width:8.9vw;
}
@media screen and (max-width: 768px) {
	.aboutBox figure.mame05 {
		display:none;
	}
}
.aboutBox figure.mame06 {
	position:absolute;
	top:22rem;
	right:10.2vw;
	width:13.4vw;
}
@media screen and (max-width: 768px) {
	.aboutBox figure.mame06 {
		display:none;
	}
}
/*
.aboutBox::after {
    content: '';
    width: 100%;
    height: 3.6rem;
    background: url(img/bg_aboutbox_bottom.webp) repeat-x bottom center;
    background-size: 93.75rem;
    position: absolute;
    bottom: 0;
    left: 0;
}
@media screen and (min-width: 1500px) {
    .aboutBox::after {
        content: '';
        width: 100%;
        height: 55px;
        background: url(img/bg_aboutbox_bottom2000.webp) repeat-x top center;
        background-size: 2000px;
        position: absolute;
        bottom: 0;
        left: 0;
        opacity: 0.8;
    }
}
*/


.aboutBox h2.h2_about {
	width:min(265px,24.3vw);
	aspect-ratio:726 / 278;
	margin:auto;
	text-indent: -9999px;
	margin-bottom:50px;
	background:url("../img/renewal/h2_about.webp") no-repeat;
	background-size:100%;
}
.aboutBox h2 img {
	width:100%;
	height:auto;
}
.aboutBox figure {
	width:min(680px ,45.3vw);
	margin:auto;
}
.aboutBox figure + figure {
	margin-top: 20px;
}




.newsBox {
	width:100%;
	height:1422px;
	padding-top:87px;
	padding-bottom:10.6vw;
	position:relative;
	margin-top:-3.6vw;
	background:url("../img/renewal/bg_newsbox.webp") no-repeat top center;
	background-size:2000px;
}
@media screen and (max-width: 1000px) {
    .newsBox {
		height:120vw;
        background:url("../img/renewal/bg_newsbox_1500.webp") no-repeat top center;
		background-size:cover;
    }
}

figure.mame11 {
	display:none;	
}
@media screen and (max-width: 768px) {
	figure.mame11 {
		display:block;
		position:absolute;
		top:-5.5vw;
		right:5vw;
		width:18.9vw;
	}
}


.newsBox .inner {
	width: 62.5rem;
    margin: auto;
}
@media screen and (max-width: 1000px) {
    .newsBox .inner {
        width: 90vw;
        margin: auto;
    }
}

.newsBox h2.h2_news {
	width:145px;
	aspect-ratio:289 / 129;
	text-indent: -9999px;
	margin-bottom:60px;
	background:url("../img/renewal/h2_news.webp") no-repeat;
	background-size:100%;
}
@media screen and (max-width: 1000px) {
    .newsBox h2.h2_news {
		width:9.6vw;
		aspect-ratio:289 / 129;
		text-indent: -9999px;
		margin-bottom:60px;
		background:url("../img/renweal/h2_news.webp") no-repeat;
		background-size:100%;
	}
}






.newsBox h2 img {
	width:100%;
	height:auto;
}

.newsList {
	width:100%;
}
.newsList dl {
	width:100%;
	display:flex;
	justify-content: space-between;
	padding-bottom:57px;
	margin-bottom:57px;
	border-bottom:2px solid #dadada;
}

@media screen and (max-width: 1000px) {
    .newsList dl {
		width:100%;
		display:flex;
		justify-content: space-between;
		padding-bottom:3.8vw;
		margin-bottom:3.8vw;
		border-bottom:2px solid #dadada;
	}
}




.newsList dl::before, .newsList dl::after {
	display:none;
}
.newsList dl dt {
	width:25.6%;
	aspect-ratio:78 / 60;
}
.newsList dl dt img {
	width:100%;
	height:auto;
}
.newsList dl dd {
	width:71.5%;
}
.newsList dl dd span.post_cat {
	display:inline-block;
	font-size:15px;
	font-weight:700;
	line-height:40px;
	background:#fff;
	height:40px;
	padding:0 22px;
	border-radius:20px;
	margin-bottom:28px;
	color:#80c92c;
}
.newsList dl dd span.post_cat.other {
	color:#d2745a;
}
@media screen and (max-width: 1000px) {
    .newsList dl dd span.post_cat {
		font-size:1vw;
		font-weight:700;
		line-height:2.66vw;
		background:#fff;
		height:2.66vw;
		padding:0 1.46vw;
		border-radius:1.33vw;
		margin-bottom:1.86vw;
		
	}
}



.newsList dl dd span.post_date {
	display:block;
	font-size:14px;
	font-weight:400;
	color:#fff;
	margin-bottom:15px;
}
@media screen and (max-width: 1000px) {
    .newsList dl dd span.post_date {
		font-size:0.93vw;
		margin-bottom:1vw;
	}
}



.newsList dl dd a {
	display:inline-block;
	font-size:16px;
	font-weight:500;
	color:#fff;
	line-height:1.87;
	font-feature-settings: "palt";
}
@media screen and (max-width: 1000px) {
    .newsList dl dd a {
		font-size:1.06vw;
	}
}



.shopBox {
	width:100%;
	padding-top:87px;
	padding-bottom:min(138px,9.2vw);
	position:relative;
}

figure.mame07 {
	position:absolute;
	top:-2vw;
	left:13.3vw;
	width:4.8vw;
}
@media screen and (max-width: 768px) {
	figure.mame07 {
		top:-5.5vw;
		left:7vw;
		width:9.7vw;
	}
}


figure.mame08 {
	position:absolute;
	top:3.4vw;
	right:13.3vw;
	width:4.8vw;
}
@media screen and (max-width: 768px) {
	figure.mame08 {
		top:12vw;
		right:4vw;
		width:6.4vw;
	}
}
.shopBox h2.h2_shop {
	width:min(365px,24.3vw);
	aspect-ratio:365 / 168;
	text-indent: -9999px;
	margin:auto;
	margin-bottom:60px;
	background:url("../img/renewal/h2_shop.webp") no-repeat;
	background-size:100%;
}
.shopBox h2 img {
	width:100%;
	height:auto;
}
.shopBox ul {
	width:min(620px,41.3vw);
	margin:auto;
	display:flex;
	justify-content: center;
	gap:min(12px, 0.8vw);
}
.shopBox ul::before, .shopBox ul::after {
	display:none;
}

.shopBox ul li {
	width:min(304px, 20.2vw);
}
.shopBox ul li img {
	width:100%;
	height:auto;
}































.pagetop-anchor {
	position: fixed;
	z-index: 4;
	width: min(106px,7vw);
    height: min(90px,6vw);
    right: min(67px,4.4vw);
    bottom: min(53px,3.5vw);
	transition: all 0.4s ease;
}
.pagetop-anchor.bottomEnd {
	bottom: 580px;
}
footer {
	background:#fff;
}

/*------------------------------------------------------------*/
/* sp
 ------------------------------------------------------------*/
@media screen and (max-width: 768px) {

    /**********************************
    *
    * キービジュアル
    *
    **********************************/ 
    #keyvisual {
        width: 100%;
        padding:0;
        margin: 30px auto 0;
    }

    /**********************************
    *
    * 動画
    *
    **********************************/ 
    #movie {
        top: 50%;
        left: 50%;
        width: 320px;
        height: 180px;
        margin-left: -160px;
        margin-top: -90px;
    }

    #playMovie i {
        right: 0;
        top: -40px;
    }


    .moreBtn {
        width: 220px;
        border-radius: 50px;
    }
    
    .moreBtn a {
        border-radius: 50px;
        line-height: 46px;
    }

    .moreBtn a:before {
        top: 4px;
    }
    
    h2 b {
        font-size: 9vw;
        letter-spacing: 4px;
    }
    
    h2 p {
        font-size: 3vw;
        letter-spacing: 1px;
    }
    
    
    
    /**********************************
     *
     * 動画
     *
     **********************************/ 
    #movie, #playMovie {
        position: fixed;
        z-index: 200;
    }
    
    #movie {
        top: 50%;
        left: 50%;
        width: 320px;
        height: 180px;
        margin-left: -160px;
        margin-top: -90px;
    }
    
    #playMovie {
        background-color: rgba(0,0,0,.8);
        top: 0;
        height: 100%;
        width: 100%;
    }
    
    #playMovie i {
        position: absolute;
        right: 0;
        top: -30px;
        cursor: pointer
    }
    
    #playMovie i img {
        width: 30px;
    }
    
    @media screen and (min-width: 768px) {
        #movie {
            top:50%;
            left: 50%;
            width: 640px;
            height: 360px;
            margin-left: -320px;
            margin-top: -180px
        }
    }
    
    /**********************************
     *
     * キービジュアル
     *
     **********************************/     
    #keyvisual .main {
        float: none;
        width: 100%;
    }
    
    #keyvisual .sub {
        position: relative;
        float: none;
        width: 100%;
    }
    
    #keyvisual .item {
        float: right;
        width: 50%;
    }
    
    #keyvisual .item .wrap {
        position: absolute;
    }
    
    
    #keyvisual .item .label {
        font-size: 3vw;
        padding: 2vw 3vw;
        text-align: center;
    }
    
    #keyvisual .item.recipe .wrap {
        display: none;
    }
    
    #keyvisual .item.movie .playBtn {
        width: 70px;
        height: 70px;
    }

    
    /* dots */
    #keyvisual .slider .slide-dots {
        bottom: -5vw;
    }
    
    #keyvisual .slider .slide-dots li {
        margin: 0 2vw;
        width: 1.3vw;
        height: 1.3vw;
    }
	
	#keyvisual .slider .slide-dots li.slick-active {
		transform: scale(1.5);
	}
    
    #keyvisual .slider .slide-dots li button {
        width: 100%;
        height: 100%;
		padding:0;
		background:#d9d9d9;
    }
    
    #keyvisual .slider .prev-arrow {
        bottom: 10px;
        left: inherit;
        width: 40px;
        height: 40px;
        text-align: center;
        right: 60px;
        font-size: 20px;
        line-height: 40px;
        background-color: #a2ca0f;
        border-radius: 50%;
        content: '';
        display: inline-block;
        background-image: url(../img/sp/common/arrow_left.png);
        background-size: 12px auto;
        background-repeat: no-repeat;
        background-position: center;
        vertical-align: middle;
    }
    
    #keyvisual .slider .next-arrow {
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        bottom: 10px;
        right: 10px;
        font-size: 20px;
        line-height: 40px;
        background-color: #a2ca0f;
        border-radius: 50%;
        content: '';
        display: inline-block;
        background-image: url(../img/sp/common/arrow_right.png);
        background-size: 12px auto;
        background-repeat: no-repeat;
        background-position: center;
        vertical-align: middle;
    }

    #keyvisual .slider .prev-arrow:hover,  #keyvisual .slider .next-arrow:hover {
        color: #fff;
    }


    /**********************************
    *
    * ニュース
    *
    **********************************/ 
    #news ul {
        padding: 0 3% 20px;
    }

    #news ul li {
        float: none;
        width: 100%;
        margin: 0 0 25px;
        background-color: transparent;
        -webkit-box-shadow: none;
                box-shadow: none;
        overflow: hidden;
    }

    #news ul li:after {
        border-width: 0 0 10px 10px;
    }

    #news ul li figure {
        display: block;
        width: 35%;
    }

    #news ul li figure .cate {
        bottom: inherit;
        top: 0;
        left: 100%;
        font-size:2.9333vw;
        letter-spacing: 1.8px;
        display: block;
        height: 20px;
        line-height: 20px;
        padding: 0 10px;
    }

    #news ul li .title {
        display: block;
        width: 65%;
        height: calc(100% - 20px);
        padding: 5px 10px;
        font-size: 2.9333vw;
        overflow: hidden;
        position: absolute;
        bottom: 0;
        right: 0;
        background-color: #fff;
    }

    #news ul li .title p {
        visibility: hidden;
    }

    #news ul li .title .time {
        font-size: 2.6666vw;
    }


    /**********************************
    *
    * Lineup
    *
    **********************************/ 
    #lineup {
        width: 96%;
        overflow: hidden;
    }

    #lineup ul {
        width: 96%;
        margin: 0 auto;
        padding: 0 0 70px;
    }

    #lineup ul li {
        float: left;
        width: 100%;
        margin: 0 1%;
        background-position: center 30%;
        background-size: 90% auto;
    }
    #lineup ul li a.new::before {
        font-size: 4.2vw;
        line-height: 90px;
        right: 0;
        top: -10%;
    }

    @media screen and (max-width: 320px) {
        #lineup ul li a.new::before {
            line-height: 5.3;
            width: 23vw;
            height: 23vw;
        }
    }

    #lineup ul li figure {
        max-width: 240px;
        width: 50%;
        height:auto;
        margin: 0 auto 20px;
    }

    #lineup ul li .tags {
        padding: 0 0 10px;
    }

    #lineup ul li .tags .tag {
        padding: 5px 10px;
        font-size:2.9333vw;
    }

    #lineup ul li p {
        font-size: 4vw;
    }
    
    /* dots */
    #lineup .spSlider .slide-dots {
        position: absolute;
        bottom: 40px;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        width: fit-content;
        padding: 0;
    }
    
    #lineup .spSlider .slide-dots li {
        float: left;
        margin: 0 2vw;
        width: 14px;
        height: 14px;
        position: relative;
    }
    
    #lineup .spSlider .slide-dots li button {
        width: 14px;
        height: 14px;
        font-size: 0;
        line-height: 0;
        display: block;
        cursor: pointer;
        color: transparent;
        border: 0;
        outline: none;
        background-color: #fff;
        border:solid 2px #a2ca0f;
        border-radius: 50%;
    }
    
    #lineup .spSlider .slide-dots li.slick-active button{
        background-color: #71bf5f;
    }
    
    #lineup .spSlider .prev-arrow {
        color: #fff;
        position: absolute;
        cursor: pointer;
        z-index: 1;
        top: 0;
        bottom: 15%;
        left: 0;
        width: 45px;
        height: 45px;
        text-align: center;
        font-size: 24px;
        font-weight: 700;
        line-height: 45px;
        background-color: #a2ca0f;
        border-radius: 50%;
        margin: auto;
        content: '';
        display: inline-block;
        background-image: url(../img/sp/common/arrow_left.png);
        background-size: 12px auto;
        background-repeat: no-repeat;
        background-position: center;
        vertical-align: middle;
    }
    
    #lineup .spSlider .next-arrow {
        color: #fff;
        position: absolute;
        cursor: pointer;
        z-index: 1;
        top: 0;
        bottom: 15%;
        right: 0;
        width: 45px;
        height: 45px;
        text-align: center;
        font-size: 24px;
        font-weight: 700;
        line-height: 45px;
        background-color: #a2ca0f;
        border-radius: 50%;
        margin: auto;
        content: '';
        display: inline-block;
        background-image: url(../img/sp/common/arrow_right.png);
        background-size: 12px auto;
        background-repeat: no-repeat;
        background-position: center;
        vertical-align: middle;
    }



    /**********************************
    *
    * Topics
    *
    **********************************/ 
    #topics {
        width: 94%;
    }

    #topics .main {
        float: none;
        width: 100%;
    }

    #topics .sub {
        float: none;
        width: 100%;
    }

    #topics .item {
        float: left;
        width: 50%;
    }

    #topics .main .wrap {
        right: 0;
        bottom: 0;
        width: 100%;
        padding: 5px 3%;
        position: relative;
    }

    #topics .main .wrap p {
        font-size: 3.7333vw;
    }

    #topics .main .wrap p span {
        font-size: 2.9333vw;
        line-height: 2;
        letter-spacing: 2.4px;
    }

    #topics .main .wrap p:before {
        display: none;
    }

    #topics .sub .item {
        float: left;
        width: 50%;
    }

    #topics .item .wrap .str p {
        font-size: 3.7333vw;
    }

    #topics .item .wrap .str .more {
        font-size: 2.9333vw;
    }


    /**********************************
    *
    * SNS
    *
    **********************************/ 
    #sns ul li {
        float: none;
        width: 100%;
    }

    #sns ul li:first-child {
        margin: 0 0 40px 0;
    }

    #sns ul li h3 {
        font-size: 6.4vw;
        letter-spacing: 4.8px;
        padding: 0 0 20px;
    }

    #sns ul li .wrap {
        height: 360px;
    }

    /**********************************
    *
    * BANNER
    *
    **********************************/ 
    #banner {
        padding: 10px 0;
    }

    #banner ul li {
        float: left;
        width: 48%;
        margin:10px 1%;
    }

    #banner ul li:first-child {
        margin:10px 1%;
    }

    #banner ul li:last-child {
        margin:10px 1%;
    }
	
	
	
	
/* 2025 */	
#top {
	background:url("../img/renewal/bg_sp.jpg") repeat top center;
	background-size:100%;
}

.anchorLinkBox {
	width:93%;
	margin:11.7vw auto auto;
}
.anchorLinkBox ul {
	width:100%;
	margin:auto;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	gap:2.4vw;
}
.anchorLinkBox ul li {
	width:45.3vw;
}


.productsInfoBox {
	height:187vw;
	padding-top:13.3vw;
	background:url("../img/renewal/bg_productsinfobox_sp2.webp") repeat-x top center;
	background-size: 100%;
}
.productsInfoBox::before {
	display:none;
}
.productsInfoBox::after {
	display:none;
}




.productsInfoBox .inner {
	
}




.productsInfoBox h2.h2_productsinfo {
	width:min(182px,12.1vw);
	aspect-ratio:240 / 210;
	margin:auto;
	text-indent: -9999px;
	margin-bottom:5vw;
	background:url("../img/renewal/h2_productsinfo.webp") no-repeat;
	background-size:100%;
}

.productsInfoBox h2.h2_productsinfo {
	width:31.9vw;
}


.productsInfoBox h2 img {
	width:100%;
	height:auto;
}
.productsInfoBox ul.productsInfo {
	gap:12.5vw;
	padding-top:0;
}
.productsInfoBox ul.productsInfo li {
	width:16.8vw;
	flex-shrink: 0;
}


.productsInfoBox ul.productsInfo li.newProduct::before {
	content:'';
	width:11.4vw;
	aspect-ratio:86 / 55;
	position:absolute;
	top:0;
	left:50%;
	transform: translateX(-50%);
	background:url("../img/renewal/bg_new_product_sp.webp") no-repeat;
	background-size:100%;
	z-index:5;
}

.productsInfoBox ul.productsInfo li img {
	width:100%;
	height:auto;
}
p.viewMore {
	width:50.6vw;
	height:14.2vw;
	margin:44px auto auto;
}
p.viewMore a {
	width:100%;
	height:100%;
	border-radius:2.5rem;
	background:#80ca2c;
	position:relative;
	font-family: "Lato", sans-serif;
	font-size:2.9vw;
	font-weight:700;
	color:#fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
p.viewMore a::before {
	content:'';
	width:0.3rem;
	height:0.093rem;
	background:#fff;
	transform: rotate(45deg);
	transform-origin:right center;
	position:absolute;
	top:50%;
	right:1.3rem;
}
p.viewMore a::after {
	content:'';
	width:0.3rem;
	height:0.093rem;
	background:#fff;
	transform: rotate(-45deg);
	transform-origin:right center;
	position:absolute;
	top:50%;
	right:1.28rem;
}

p.viewMore.revers a {
	width:100%;
	height:100%;
	border-radius:2.5rem;
	background:#fff;
	position:relative;
	font-family: "Lato", sans-serif;
	font-size: 2.9vw;
	font-weight:700;
	color:#80ca2c;
	display: flex;
	justify-content: center;
	align-items: center;
}
p.viewMore.revers a::before {
	content:'';
	width:0.375rem;
	height:0.093rem;
	background:#80ca2c;
	transform: rotate(45deg);
	transform-origin:right center;
	position:absolute;
	top:50%;
	right:1.3rem;
}
p.viewMore.revers a::after {
	content:'';
	width:0.375rem;
	height:0.093rem;
	background:#80ca2c;
	transform: rotate(-45deg);
	transform-origin:right center;
	position:absolute;
	top:50%;
	right:1.3rem;
}


.scrollHorizontalBox {
	overflow: hidden;
	width: 100%;
    white-space: nowrap;
}
.productsInfoBox ul.scrollHorizontal {
	margin:10vw auto auto;
	display: flex;
	animation: infiniteScroll 20s linear infinite;
	
}
.productsInfoBox ul.scrollHorizontal li {
	width:80vw;
	aspect-ratio:2625 / 116;
	border:0.04rem solid #fff;
	display: grid;
	place-content: center;
	flex-shrink: 0;
	margin-right:2.4vw;
}
.productsInfoBox ul.scrollHorizontal li img {
	width:100%;
	height:auto;
}
@keyframes infiniteScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}


.recipeBox {
	width:100%;
	margin:auto auto auto;
	padding-top:13vw;
	padding-bottom:0;
	position: relative;	
}
.recipeBox .inner {
	width:90.6vw;
	margin:auto;
}




.recipeBox h2.h2_recipe {
	width:24vw;
	aspect-ratio:180 / 186;
	margin:auto;
	text-indent: -9999px;
	margin-bottom:9vw;
	background:url("../img/renewal/h2_recipe.webp") no-repeat;
	background-size:100%;
}
.recipeBox h2 img {
	width:100%;
	height:auto;
}

.recipeBox ul.recipeLink {
	width:100%;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap:0;
	row-gap: 10vw;
}
.recipeBox ul.recipeLink::before, .recipeBox ul.recipeLink::after {
	display:none;
}

.recipeBox ul.recipeLink li {
	width:44vw;
}
.recipeBox ul.recipeLink li span.recipeCat {
	font-size:2.9vw;
	font-weight:700;
	color:#fff;
	background:#eaab0f;
	width:auto;
	min-width:5.3vw;
	height:7.4vw;
	padding:0 2.4vw;
	display:inline-block;
	text-align: center;
	line-height:7.4vw;
	margin-bottom:1.25rem;
	border-radius:3.7vw;
}
.recipeBox ul.recipeLink li img {
	width:100%;
	aspect-ratio:235 / 169;
	border-radius:0.89rem;
	margin-bottom:2.6vw;
}
.recipeBox ul.recipeLink li span.recipeName {
	font-size:3.4vw;
	font-weight:400;
	color:#2d2d2d;
	line-height:1.75;
	font-feature-settings: "palt";
	letter-spacing: -0.05rem;
}

/*
.recipeBox p.viewMore {
	width:28.5%;

	aspect-ratio: 100 / 28;
	margin:44px auto auto;
}
.recipeBox p.viewMore a {
	width:100%;
	height:100%;
	border-radius:2.5rem;
	background:#80ca2c;
	position:relative;
	font-family: "Lato", sans-serif;
	font-size:1.125rem;
	font-weight:700;
	color:#fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.recipeBox p.viewMore a::before {
	content:'';
	width:0.375rem;
	height:0.093rem;
	background:#fff;
	transform: rotate(45deg);
	transform-origin:right center;
	position:absolute;
	top:50%;
	right:1.3rem;
}
.recipeBox p.viewMore a::after {
	content:'';
	width:0.375rem;
	height:0.093rem;
	background:#fff;
	transform: rotate(-45deg);
	transform-origin:right center;
	position:absolute;
	top:50%;
	right:1.3rem;
}
*/

.recommendCont {
	display: flex;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
	position:relative;
	z-index:2;
}
ul.recommendList {
	margin: 13.8vw auto auto;
    display:flex;

}
ul.recommendList li {
    width: 64vw;
    aspect-ratio: 1 / 1;
    display: grid;
    place-content: center;
    flex-shrink: 0;
    margin-right: 2.4vw;
	border:2px solid #80c92c;
}


.campaignBox {
	width:100%;
	height:168.2vw;
	margin:18vw auto 6vw;
	padding-top:17vw;
	padding-bottom:12vw;
	position: relative;
	background:url("../img/renewal/bg_camp_sp.webp") no-repeat top center;
	background-size:100%;
}
.campaignBox h2.h2_campaign {
	width:45.6vw;
	aspect-ratio:342 / 184;
	margin:auto;
	text-indent: -9999px;
	margin-bottom:3.3vw;
	background:url("../img/renewal/h2_campaign.webp") no-repeat;
	background-size:100%;
}
.campaignBox h2 img {
	width:100%;
	height:auto;
}
.campaignBox ul {
    width: 100%;
	height:auto;
	margin:auto auto 3.3vw;
	overflow:hidden;
	padding: 0 0;
}
.campaignBox ul::before, .campaignBox ul::after {
    display:none;
}

.campaignBox ul li {
	height:auto;
	margin:0 4vw;
	transition:all 0.4s ease;
	padding:3rem 0;
	width:66.6vw !important;
	
}
.campaignBox ul li img {
	width:100%;
	height:auto;
	background:#fff;	
	position: relative;
	z-index: 2;
	transition:all .4s ease;
	border:1px solid #fff;
}
.campaignBox ul li a:hover img {
	opacity:0.5;
}

.campaignBox ul li.slick-current {
	transform:scale(1.17);
}
.campaignBox p.viewMore {
	margin:-2vw auto auto;
}
	
	
.aboutBox {
	width:100%;
	background: url(../img/renewal/bg_about.webp) no-repeat bottom left -20vw;
	background-size:92.9vw;
	padding-bottom:24vw;
	position:relative;
}
/*
.aboutBox::after {
    content: '';
    width: 100%;
    height: 3.6rem;
    background: url(img/bg_aboutbox_bottom.webp) repeat-x bottom center;
    background-size: 93.75rem;
    position: absolute;
    bottom: 0;
    left: 0;
}
@media screen and (min-width: 1500px) {
    .aboutBox::after {
        content: '';
        width: 100%;
        height: 55px;
        background: url(img/bg_aboutbox_bottom2000.webp) repeat-x top center;
        background-size: 2000px;
        position: absolute;
        bottom: 0;
        left: 0;
        opacity: 0.8;
    }
}
*/


.aboutBox h2.h2_about {
	width:62.9vw;
	aspect-ratio:472 / 178;
	margin:auto;
	text-indent: -9999px;
	margin-bottom:8.5vw;
	background:url("../img/renewal/h2_about.webp") no-repeat;
	background-size:100%;
}
.aboutBox h2 img {
	width:100%;
	height:auto;
}
.aboutBox figure {
	width:90.6vw;
	margin:auto;
}




.newsBox {
	width:100%;
	height:198.4vw;
	padding-top:18vw;
	padding-bottom:10.6vw;
	position:relative;
	margin-top:-3.6vw;
	background:url("../img/renewal/bg_newsbox_sp.webp") no-repeat top center;
	background-size:cover;
}
.newsBox .inner {
	width: 62.5rem;
    margin: auto;
}
@media screen and (max-width: 1000px) {
    .newsBox .inner {
        width: 90vw;
        margin: auto;
    }
}

.newsBox h2.h2_news {
	width:26.1vw;
	aspect-ratio:196 / 90;
	text-indent: -9999px;
	margin-bottom:10vw;
	background:url("../img/renewal/h2_news.webp") no-repeat;
	background-size:100%;
}
.newsBox h2 img {
	width:100%;
	height:auto;
}

.newsList {
	width:100%;
}
.newsList dl {
	width:100%;
	display:flex;
	justify-content: space-between;
	padding-bottom:6.4vw;
	margin-bottom:6.4vw;
	border-bottom:0.26vw solid #dadada;
}
.newsList dl::before, .newsList dl::after {
	display:none;
}
.newsList dl dt {
	display:none;
}
.newsList dl dt img {
	width:100%;
	height:auto;
}
.newsList dl dd {
	width:100%;
}
.newsList dl dd span.post_cat {
	display:inline-block;
	font-size:2.9vw;
	font-weight:700;
	line-height:7.4vw;
	background:#fff;
	height:7.4vw;
	padding:0 2.9vw;
	border-radius:3.7vw;
	margin-bottom:4.2vw;
}
.newsList dl dd span.post_date {
	display:block;
	font-size:2.8vw;
	font-weight:200;
	color:#fff;
	margin-bottom:2vw;
}
.newsList dl dd a {
	display:inline-block;
	font-size:3.4vw;
	font-weight:500;
	color:#fff;
	line-height:1.87;
	font-feature-settings: "palt";
}


.shopBox {
	width:100%;
	padding-top:14vw;
	padding-bottom:31vw;
	position:relative;
}

.shopBox h2.h2_shop {
	width:60vw;
	aspect-ratio:450 / 216;
	text-indent: -9999px;
	margin:auto;
	margin-bottom:9.6vw;
	background:url("img/h2_shop.webp") no-repeat;
	background-size:100%;
}
.shopBox h2 img {
	width:100%;
	height:auto;
}
.shopBox ul {
	width:90.6vw;
	margin:auto;
	display:flex;
	justify-content:space-between;
	gap:0;
}
.shopBox ul li {
	width:44vw;
}
.shopBox ul li img {
	width:100%;
	height:auto;
}	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
.pagetop-anchor {
	position: fixed;
	z-index: 4;
	width: 20.4vw;
    height: 17.3vw;
    right: 2.4vw;
    bottom: 5.6vw;
	transition: all 0.4s ease;
}
.pagetop-anchor.bottomEnd {
	bottom: 150vw;
}	
	
	
}


