@charset "UTF-8";

/*-------------------------------
終了しました枠
-------------------------------*/
.cp-end {
	color: #ff0000;
	font-weight: bold;
	text-align: center;
	background: #fffee3;
	border: 1px solid #fff17f;
	margin-bottom: 20px;
	padding: 24px 24px 19px;
}

@media screen and (max-width: 767px) {
.cp-end {
    margin-top: 20px;
}
}

@media only screen and (max-width: 767px) {
.ec-featureRole {
	padding: 3% 2% 0;
    overflow: hidden;
}
}

/*-------------------------------
sp時に非表示
-------------------------------*/
@media screen and (max-width: 767px) {
.pc {
    display: none;
}
}

.sp {
  display: none;
}

@media screen and (max-width: 767px) {
.sp {
    display: block;
}
}

/*-------------------------------
デザイン
-------------------------------*/
.ec-layoutRole__header{
	margin-top: -20px;
}

 .ec-layoutRole__contents {
    background-color: #5b9b32;
}

.slideContentArea .slideItem .item_name,.item_priceWrap .item_price,
.item_priceWrap .item_jre_point,
.slideContentArea .slideItem .item_shop_name{
	color: #fff;	
}

.giftItemsHeadImg h3,.ec-featureRole__headdescription h3{
    color: #fff !important;
    border-bottom: none!important;
	background: url(/html/upload/user_data/feature/marutto-yamanotesen/img/2025/h3line.png);
    background-repeat: repeat-x;
    background-size: contain;
    word-break: break-all !important;
	height: 65px;
	margin-top: 80px;
	font-size: 2em !important;
}

.ec-featureRole__headdescription h3{
    margin-bottom: 40px !important;
}

@media only screen and (max-width: 768px) {
.giftItemsHeadImg h3,.ec-featureRole__headdescription h3{
	height: 40px;
	font-size: 1.3em !important;
}
.giftItemsHeadImg{
	padding-bottom: 20px !important;
}
.ec-featureRole__headdescription h3{
    margin-bottom: 20px !important;
}
}

.more-link a:hover{
	border-color: #fff !important;
}

@media only screen and (max-width: 768px) {
.more-link {
	text-align: center;
	margin-top: 10px;
	display: block;
	margin-bottom: 20px;
	width: 100%;
}
}

.marutto-yamanotesen{
    background-color: #5b9b32;
	border-radius: 20px;
}

/*-------------------------------
共通
-------------------------------*/
/* 背景色オーバーライド */
/* 読み上げ対策 */

.ec-layoutRole .ec-featureRole__head {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

@media only screen and (max-width: 767px) {
.ec-layoutRole .ec-featureRole__headdescription .event_name_img_ img {
    width: 100% !important;
}
}

/* 商品紐付けで自動表示されるアンカーリンクを非表示*/
.ec-featureItems.buttons {
	display: none;
}

.ec-footerRole {
	margin-top: 0 !important;
}

.ec-featureRole__headdescription {
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}

.ec-layoutRole {
	overflow: hidden;
}


/* leadTxt
---------------------------------------------------- */
.leadTxt{
	margin: 0px 0 180px;
    color: #fff;
    font-weight: 600;
    font-size: 1.2em;
    line-height: 1.8em;
    background-color: #5b9b32;
    padding: 30px 3% 35px;
}

.leadTxt .highlight1{
	margin: 0 0.2em;
    background: linear-gradient(transparent 50%, #cfffd9 50%);
    color: #005245;
    font-size: 1.4em;
    text-shadow: 1px 1px 0 #cfffd9, -1px -1px 0 #cfffd9, -1px 1px 0 #cfffd9, 1px -1px 0 #cfffd9, 0px 1px 0 #cfffd9, 0 -1px 0 #cfffd9, -1px 0 0 #cfffd9, 1px 0 0 #cfffd9;
}

.leadTxt .highlight2{
	margin: 0 0.2em;
    background: linear-gradient(transparent 50%, #ffdaae 50%);
    color: #005245;
    font-size: 1.2em;
    text-shadow: 1px 1px 0 #ffdaae, -1px -1px 0 #ffdaae, -1px 1px 0 #ffdaae, 1px -1px 0 #ffdaae, 0px 1px 0 #ffdaae, 0 -1px 0 #ffdaae, -1px 0 0 #ffdaae, 1px 0 0 #ffdaae;
}

.leadTxt .highlight3{
	margin: 0 0.2em;
    background: linear-gradient(transparent 50%, #fbebff 50%);
    color: #005245;
    font-size: 1.2em;
    text-shadow: 1px 1px 0 #fbebff, -1px -1px 0 #fbebff, -1px 1px 0 #fbebff, 1px -1px 0 #fbebff, 0px 1px 0 #fbebff, 0 -1px 0 #fbebff, -1px 0 0 #fbebff, 1px 0 0 #fbebff;
}

.marutto-yamanotesen{
    position: relative;	
}

.leadTxt:before {
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	display: block;
}

.leadTxt:after {
	position: absolute;
	content: '';
	left:0;
	display: block;
	width: 100%;
	height: 180px;
	background: url(/html/upload/user_data/feature/marutto-yamanotesen/img/2025/leadBk.png);
	background-size: contain;
	background-repeat: no-repeat;
}

@media only screen and (max-width: 768px) {
.leadTxt{
	margin: 0px 0 120px;
	font-size: 1em;

}	
.leadTxt:before {
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	display: block;
}

.leadTxt:after {
	position: absolute;
	content: '';
	left:0;
	display: block;
	width: 100%;
	height: 200px;
	background: url(/html/upload/user_data/feature/marutto-yamanotesen/img/2025/leadBk_sp.png);
	background-size: contain;
	background-repeat: no-repeat;
}
}

/* bottomCnt
---------------------------------------------------- */
.bottomCnt a img:hover{
	transition: opacity .4s;
	opacity: 0.8;
}


/* related_contents
---------------------------------------------------- */
.related_contents {
	margin: 30px 0 min(5.172vw, 60px);
}
.related_contents ul {
	box-sizing: border-box;
	padding: min(0.431vw, 5px) 0 min(0.431vw, 5px) min(0.431vw, 5px);
	display: flex;
	overflow-x: scroll;
}
.related_contents ul li {
	width: min(17.24vw, 200px);
	height: auto;
	display: block;
	margin: 0 min(2.155vw, 25px) 0 0;
	box-sizing: border-box;
	text-align: left;
	flex-shrink: 0;
}
.related_contents ul li a {
	display: block;
	padding: 0 0 min(1.724vw, 20px);
	transition: opacity .4s;
	color: #222;
}
.related_contents ul li a:hover {
	transition: opacity .4s;
	opacity: 0.8;
}
.related_contents ul li p {
	color: #fff;
	font-size: min(1.379vw, 16px);
	line-height: 1.6;
	font-weight: bold;
	margin: min(0.862vw, 10px) 0 0 0;
	display: -webkit-box;
           -webkit-box-orient: vertical;
           -webkit-line-clamp: 3;
	overflow: hidden;
}
.related_contents ul li p .blank_icon {
	vertical-align: min(0.172vw, 2px);
	margin-right: min(0.431vw, 5px);
}
.related_contents ul li p img {
	width: auto;
	height: auto;
}

.related_contents ul::-webkit-scrollbar {
	height: 12px;
}

.related_contents ul::-webkit-scrollbar-thumb {
	background: #bbb;
	border-radius: 6px;
}

.related_contents ul::-webkit-scrollbar-track {
	background: #e7e7e7;
	border-radius: 0px;
}

@media only screen and (max-width: 767px) {
.related_contents {
	margin: 0px 0 min(5.172vw, 60px);
}	
.related_contents ul{
	padding: 2.66vw 0 2.66vw 2.66vw;
}	  
.related_contents ul li {
	width: 40vw;
	height: 60vw;
	margin: 0 1.33vw 0 0;
}	
.related_contents ul li a {
	padding: 2.66vw 1.33vw 0;
	box-sizing: border-box;
	min-height: 49.333vw;
}
.related_contents ul li p {
	font-size: 3.2vw;
	line-height: 1.4;
	margin: 2.66vw 0 0 0;
}	
.blank_icon {
	vertical-align: 0px;
}

.related_contents ul::-webkit-scrollbar {
	height: 10px;
}
}

/* instagram
---------------------------------------------------- */
.instagram{
	margin-top: 80px;
}

